google_api_apigee v0.6.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Company View Source

Attributes

  • apps (type: list(String.t), default: nil) -
  • attributes (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Attribute.t), default: nil) - A list of attributes
  • createdAt (type: String.t, default: nil) - Output only. Created time as milliseconds since epoch. json key: createdAt
  • displayName (type: String.t, default: nil) - company name displayed in the UI
  • lastModifiedAt (type: String.t, default: nil) - Output only. Modified time as milliseconds since epoch. json key: lastModifiedAt
  • name (type: String.t, default: nil) - Name of the company. Characters you can use in the name are restricted to: A-Z0-9._-$ %.
  • organization (type: String.t, default: nil) - the org that the company is created
  • status (type: String.t, default: nil) - The status of the company

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.GoogleCloudApigeeV1Company{
  apps: [String.t()],
  attributes: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Attribute.t()],
  createdAt: String.t(),
  displayName: String.t(),
  lastModifiedAt: String.t(),
  name: String.t(),
  organization: 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.