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

View Source

Representation of a Transparent Platform.

Attributes

  • defaultPlatformGroup (type: String.t, default: nil) - Default platform group for the platform.
  • description (type: String.t, default: nil) - Output only. Description of the platform.
  • name (type: String.t, default: nil) - Identifier. Resource name of a platform. Format: accounts/{account}/platforms/{platform}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AdSensePlatform.V1alpha.Model.Platform{
  defaultPlatformGroup: String.t() | nil,
  description: String.t() | nil,
  name: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.