GetApiResult

data class GetApiResult(val createTime: String, val displayName: String, val labels: Map<String, String>, val managedService: String, val name: String, val state: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetApiResult(createTime: String, displayName: String, labels: Map<String, String>, managedService: String, name: String, state: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Created time.

Link copied to clipboard

Optional. Display name.

Link copied to clipboard

Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources

Link copied to clipboard

Optional. Immutable. The name of a Google Managed Service ( https://cloud.google.com/service-infrastructure/docs/glossary#managed). If not specified, a new Service will automatically be created in the same project as this API.

Link copied to clipboard

Resource name of the API. Format: projects/{project}/locations/global/apis/{api}

Link copied to clipboard

State of the API.

Link copied to clipboard

Updated time.