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

Attributes

  • apps (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1PortalApp.t), default: nil) - List of apps associated with the team.
  • audiences (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ConsumerAudience.t), default: nil) - List of audiences to which the team is assigned.
  • created (type: String.t, default: nil) - Time the team was created in milliseconds since epoch.
  • description (type: String.t, default: nil) - Description of the team.
  • id (type: String.t, default: nil) - ID of the team.
  • memberCount (type: integer(), default: nil) -
  • memberships (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ConsumerTeamMembership.t), default: nil) - List of members and roles.
  • name (type: String.t, default: nil) - Name of the team.
  • pointOfContact (type: String.t, default: nil) - Point of contact for the team.
  • users (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ConsumerUser.t), default: nil) - List of users assigned to the team.

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.GoogleCloudApigeeV1ConsumersTeam{
  apps: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1PortalApp.t()],
  audiences: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ConsumerAudience.t()],
  created: String.t(),
  description: String.t(),
  id: String.t(),
  memberCount: integer(),
  memberships: [
    GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ConsumerTeamMembership.t()
  ],
  name: String.t(),
  pointOfContact: String.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.