GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SharedFlow (google_api_apigee v0.19.1) 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
Specs
t() :: %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
Specs
Unwrap a decoded JSON object into its complex fields.