GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SharedFlow (google_api_apigee v0.54.0)

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.
  • space (type: String.t, default: nil) - Optional. The ID of the space associated with this shared flow. Any IAM policies applied to the space will control access to this shared flow. To learn how Spaces can be used to manage resources, read the Apigee Spaces Overview.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SharedFlow{
  latestRevisionId: String.t() | nil,
  metaData:
    GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EntityMetadata.t() | nil,
  name: String.t() | nil,
  revision: [String.t()] | nil,
  space: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.