google_api_apigee v0.3.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SharedFlowRevision View Source
The metadata describing a shared flow revision.
Attributes
configurationVersion
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ConfigVersion.t
, default:nil
) - The version of the configuration schema to which this shared flow conforms. The only supported value currently is majorVersion 4 and minorVersion 0. This setting may be used in the future to enable evolution of the shared flow format.contextInfo
(type:String.t
, default:nil
) - A textual description of the shared flow revision.createdAt
(type:String.t
, default:nil
) - Time at which this shared flow revision was created, in milliseconds since epoch.displayName
(type:String.t
, default:nil
) - The human readable name of this shared flow.entityMetaDataAsProperties
(type:map()
, default:nil
) - A Key-Value map of metadata about this shared flow revision.lastModifiedAt
(type:String.t
, default:nil
) - Time at which this shared flow revision was most recently modified, in milliseconds since epoch.name
(type:String.t
, default:nil
) - The resource ID of the parent shared flow.policies
(type:list(String.t)
, default:nil
) - A list of policy names included in this shared flow revision.resourceFiles
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ResourceFiles.t
, default:nil
) - The resource files included in this shared flow revision.resources
(type:list(String.t)
, default:nil
) - A list of the resources included in this shared flow revision formatted as "{type}://{name}".revision
(type:String.t
, default:nil
) - The resource ID of this revision.sharedFlows
(type:list(String.t)
, default:nil
) - A list of the shared flow names included in this shared flow revision.type
(type:String.t
, default:nil
) - The string "Application"
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.GoogleCloudApigeeV1SharedFlowRevision{ configurationVersion: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ConfigVersion.t(), contextInfo: String.t(), createdAt: String.t(), displayName: String.t(), entityMetaDataAsProperties: map(), lastModifiedAt: String.t(), name: String.t(), policies: [String.t()], resourceFiles: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ResourceFiles.t(), resources: [String.t()], revision: String.t(), sharedFlows: [String.t()], type: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.