ApiInfo

ApiInfo represents an API along with its origin.

JSON representation
{
  "api": string,
  "systemProvided": boolean
}
Fields
api

string

Required. API name, such as compute.googleapis.com.

systemProvided

boolean

Output only. When true, indicates that this API is automatically added by Application Design Center. When you provide an API, this field is set to false.