GetSharedflowResult

data class GetSharedflowResult(val latestRevisionId: String, val metaData: GoogleCloudApigeeV1EntityMetadataResponse, val name: String, val revision: List<String>)

Constructors

Link copied to clipboard
fun GetSharedflowResult(latestRevisionId: String, metaData: GoogleCloudApigeeV1EntityMetadataResponse, name: String, revision: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The id of the most recently created revision for this shared flow.

Link copied to clipboard

Metadata describing the shared flow.

Link copied to clipboard

The ID of the shared flow.

Link copied to clipboard

A list of revisions of this shared flow.