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

Attributes

  • aliasId (type: String.t, default: nil) - Alias ID. Must exist in the keystore referred to by the reference.
  • reference (type: String.t, default: nil) - Reference name in the following format: organizations/{org}/environments/{env}/references/{reference}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1KeyAliasReference{
  aliasId: String.t() | nil,
  reference: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.