View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AliasRevisionConfig (google_api_apigee v0.53.1)

Attributes

  • location (type: String.t, default: nil) - Location of the alias file. For example, a Google Cloud Storage URI.
  • name (type: String.t, default: nil) - Name of the alias revision included in the keystore in the following format: organizations/{org}/environments/{env}/keystores/{keystore}/aliases/{alias}/revisions/{rev}
  • type (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AliasRevisionConfig{
  location: String.t() | nil,
  name: String.t() | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.