google_api_apigee v0.3.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1PortalApiProduct View Source

Attributes

  • approvalType (type: String.t, default: nil) - Approval type (automatic or manual).
  • description (type: String.t, default: nil) - Description of the API product.
  • displayName (type: String.t, default: nil) - Display name for the API product used in the UI.
  • isChecked (type: boolean(), default: nil) - Not used by Apigee hybrid.
  • isPublic (type: boolean(), default: nil) - Boolean flag that specifies whether the API product is public or private.
  • name (type: String.t, default: nil) - Name of the API product.
  • proxies (type: list(String.t), default: nil) - List of API proxies available in the API product.
  • rights (type: String.t, default: nil) - Not used by Apigee hybrid.
  • status (type: String.t, default: nil) - Status of the API product.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1PortalApiProduct{
  approvalType: String.t(),
  description: String.t(),
  displayName: String.t(),
  isChecked: boolean(),
  isPublic: boolean(),
  name: String.t(),
  proxies: [String.t()],
  rights: String.t(),
  status: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.