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

Attributes

  • createdBy (type: String.t, default: nil) - Not used by Apigee hybrid.
  • created_at (type: String.t, default: nil) - Time the team was created in milliseconds since epoch.
  • displayName (type: String.t, default: nil) - User-friendly display name.
  • id (type: String.t, default: nil) - ID of the team.
  • name (type: String.t, default: nil) - Name of the team.
  • organization (type: String.t, default: nil) - Name of the Apigee organization.
  • updatedBy (type: String.t, default: nil) - Not used by Apigee hybrid.
  • updated_at (type: String.t, default: nil) - Time the team was last modified in milliseconds since epoch.

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.GoogleCloudApigeeV1EdgeTeam{
  createdBy: String.t(),
  created_at: String.t(),
  displayName: String.t(),
  id: String.t(),
  name: String.t(),
  organization: String.t(),
  updatedBy: String.t(),
  updated_at: 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.