google_api_apigee v0.6.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SharedFlow View Source
The metadata describing a shared flow
Attributes
latestRevisionId
(type:String.t
, default:nil
) - The id of the most recently created revision for this shared flow.metaData
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EntityMetadata.t
, default:nil
) - Metadata describing the shared flow.name
(type:String.t
, default:nil
) - The ID of the shared flow.revision
(type:list(String.t)
, default:nil
) - A list of revisions of this shared flow.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SharedFlow{ latestRevisionId: String.t(), metaData: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EntityMetadata.t(), name: String.t(), revision: [String.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.