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

View Source

APIProductAssociation has the API product and its administrative state association.

Attributes

  • apiproduct (type: String.t, default: nil) - API product to be associated with the credential.
  • status (type: String.t, default: nil) - The API product credential associated status. Valid values are approved or revoked.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1APIProductAssociation{
  apiproduct: String.t() | nil,
  status: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.