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

View Source

Attributes

  • name (type: String.t, default: nil) - Name of the reference in the following format: organizations/{org}/environments/{env}/references/{reference}
  • resourceName (type: String.t, default: nil) - Name of the referenced resource in the following format: organizations/{org}/environments/{env}/keystores/{keystore} Only references to keystore resources are supported.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.