View Source GoogleApi.PlayCustomApp.V1.Model.Organization (google_api_play_custom_app v0.14.0)

Represents an organization that can access a custom app.

Attributes

  • organizationId (type: String.t, default: nil) - Required. ID of the organization.
  • organizationName (type: String.t, default: nil) - Optional. A human-readable name of the organization, to help recognize the organization.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PlayCustomApp.V1.Model.Organization{
  organizationId: String.t() | nil,
  organizationName: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.