google_api_apigee v0.10.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Organization View Source

Attributes

  • analyticsRegion (type: String.t, default: nil) - Required. Primary GCP region for analytics data storage. For valid values, see Create an organization.
  • attributes (type: list(String.t), default: nil) - Not used by Apigee.
  • createdAt (type: String.t, default: nil) - Output only. Time that the Apigee organization was created in milliseconds since epoch.
  • customerName (type: String.t, default: nil) - Not used by Apigee.
  • description (type: String.t, default: nil) - Description of the Apigee organization.
  • displayName (type: String.t, default: nil) -
  • environments (type: list(String.t), default: nil) - Output only. List of environments in the Apigee organization.
  • lastModifiedAt (type: String.t, default: nil) - Output only. Time that the Apigee organization was last modified in milliseconds since epoch.
  • name (type: String.t, default: nil) - Output only. Name of the Apigee organization.
  • projectId (type: String.t, default: nil) - The project ID associated with the Apigee organization.
  • properties (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Properties.t, default: nil) - Properties defined in the Apigee organization profile.
  • runtimeType (type: String.t, default: nil) - Output only. Runtime type of the Apigee organization based on the Apigee subscription purchased.
  • subscriptionType (type: String.t, default: nil) - Output only. Subscription type of the Apigee organization. Valid values include trial (free, limited, and for evaluation purposes only) or paid (full subscription has been purchased). See Apigee pricing.
  • type (type: String.t, default: nil) - Not used by Apigee.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Organization{
  analyticsRegion: String.t(),
  attributes: [String.t()],
  createdAt: String.t(),
  customerName: String.t(),
  description: String.t(),
  displayName: String.t(),
  environments: [String.t()],
  lastModifiedAt: String.t(),
  name: String.t(),
  projectId: String.t(),
  properties: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Properties.t(),
  runtimeType: String.t(),
  subscriptionType: String.t(),
  type: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.