google_api_apigee v0.2.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1CreateConsumerAppRequestBody View Source

Attributes

  • apiProducts (type: list(String.t), default: nil) - List of associated API products.
  • attributes (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Attribute.t), default: nil) - List of attributes.
  • callbackUrl (type: String.t, default: nil) - Callback URL.
  • description (type: String.t, default: nil) - Description of the app.
  • name (type: String.t, default: nil) - User-friendly display name for the app.
  • owner (type: String.t, default: nil) - Owner of the app.
  • ownerType (type: String.t, default: nil) - Type of owner.

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.GoogleCloudApigeeV1CreateConsumerAppRequestBody{
    apiProducts: [String.t()],
    attributes: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Attribute.t()],
    callbackUrl: String.t(),
    description: String.t(),
    name: String.t(),
    owner: String.t(),
    ownerType: 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.