GetApiResult

data class GetApiResult(val apiProxyType: String, val labels: Map<String, String>, val latestRevisionId: String, val metaData: GoogleCloudApigeeV1EntityMetadataResponse, val name: String, val readOnly: Boolean, val revision: List<String>)

Constructors

Link copied to clipboard
fun GetApiResult(apiProxyType: String, labels: Map<String, String>, latestRevisionId: String, metaData: GoogleCloudApigeeV1EntityMetadataResponse, name: String, readOnly: Boolean, revision: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of the API proxy.

Link copied to clipboard

User labels applied to this API Proxy.

Link copied to clipboard

The id of the most recently created revision for this api proxy.

Link copied to clipboard

Metadata describing the API proxy.

Link copied to clipboard

Name of the API proxy.

Link copied to clipboard

Whether this proxy is read-only. A read-only proxy cannot have new revisions created through calls to CreateApiProxyRevision. A proxy is read-only if it was generated by an archive.

Link copied to clipboard

List of revisions defined for the API proxy.