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

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.