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

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.