View Source GoogleApi.MarketingPlatformAdmin.V1alpha.Model.Organization (google_api_marketing_platform_admin v0.3.0)

A resource message representing a Google Marketing Platform organization.

Attributes

  • displayName (type: String.t, default: nil) - The human-readable name for the organization.
  • name (type: String.t, default: nil) - Identifier. The resource name of the GMP organization. Format: organizations/{org_id}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MarketingPlatformAdmin.V1alpha.Model.Organization{
  displayName: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.