google_api_apigee v0.4.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1PortalApp View Source

Attributes

  • apiProducts (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiProductRef.t), default: nil) - List of API products associated with the app.
  • apiProductsFromCredentials (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Credential.t), default: nil) - List of credentials.
  • callbackUrl (type: String.t, default: nil) - Callback URL.
  • created (type: String.t, default: nil) - Time the app was created in milliseconds since epoch.
  • credentials (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Credential.t), default: nil) - List of credentials.
  • description (type: String.t, default: nil) - Description of the app.
  • displayName (type: String.t, default: nil) - User-friendly name of the app used in the UI.
  • id (type: String.t, default: nil) - ID of the app.
  • modified (type: String.t, default: nil) - Time the app was last modified in milliseconds since epoch.
  • name (type: String.t, default: nil) - Name of the app.
  • owner (type: String.t, default: nil) - Owner of the app.
  • ownerType (type: String.t, default: nil) - Type of owner, team or user.
  • status (type: String.t, default: nil) - Status of the app.

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.GoogleCloudApigeeV1PortalApp{
  apiProducts: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiProductRef.t()],
  apiProductsFromCredentials: [
    GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Credential.t()
  ],
  callbackUrl: String.t(),
  created: String.t(),
  credentials: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Credential.t()],
  description: String.t(),
  displayName: String.t(),
  id: String.t(),
  modified: String.t(),
  name: String.t(),
  owner: String.t(),
  ownerType: 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.