View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SharedFlow (google_api_apigee v0.46.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
}

Functions

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

Unwrap a decoded JSON object into its complex fields.