GoogleApi.AdSensePlatform.V1alpha.Model.PlatformChildSite (google_api_ad_sense_platform v0.4.0)

View Source

Representation of a Transparent Platform Child Site.

Attributes

  • domain (type: String.t, default: nil) - Output only. Domain URL of the Platform Child Site. Part of the PlatformChildSite name.
  • name (type: String.t, default: nil) - Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_child_site}
  • platformGroup (type: String.t, default: nil) - Resource name of the Platform Group of the Platform Child Site.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AdSensePlatform.V1alpha.Model.PlatformChildSite{
  domain: String.t() | nil,
  name: String.t() | nil,
  platformGroup: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.