google_api_apigee v0.14.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AliasRevisionConfig View Source

Attributes

  • location (type: String.t, default: nil) - The location of the alias file, e.g. a GCS URI.
  • name (type: String.t, default: nil) - The name of the alias revision included in the keystore. Must be of the form: 'organizations/{org}/environments/{env}/keystores/{keystore}/aliases/{alias}/revisions/{rev}'.
  • type (type: String.t, default: nil) -

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.GoogleCloudApigeeV1AliasRevisionConfig{
  location: String.t(),
  name: String.t(),
  type: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.