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

Attributes

  • created (type: String.t, default: nil) - Time the audience was created in milliseconds since epoch.
  • description (type: String.t, default: nil) - Description of the auidence.
  • id (type: String.t, default: nil) - ID of the audience.
  • membershipType (type: String.t, default: nil) - Type of membership.
  • name (type: String.t, default: nil) - Name of the audience.
  • resources (type: list(String.t), default: nil) - List of resource entitlements assigned to the audience.
  • teams (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ConsumersTeam.t), default: nil) - List of teams assigned to the audience.
  • users (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ConsumerUser.t), default: nil) - List of users assigned to the audience.

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.GoogleCloudApigeeV1ConsumerAudience{
  created: String.t(),
  description: String.t(),
  id: String.t(),
  membershipType: String.t(),
  name: String.t(),
  resources: [String.t()],
  teams: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ConsumersTeam.t()],
  users: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ConsumerUser.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.