GoogleApi.AdSensePlatform.V1alpha.Model.PlatformGroup (google_api_ad_sense_platform v0.4.0)
View SourceRepresentation of a Transparent Platform Group.
Attributes
-
description
(type:String.t
, default:nil
) - Output only. Description of the PlatformGroup. -
name
(type:String.t
, default:nil
) - Identifier. Format: accounts/{account}/platforms/{platform}/groups/{platform_group} -
revshareMillipercent
(type:GoogleApi.AdSensePlatform.V1alpha.Model.Decimal.t
, default:nil
) - The revenue share of the PlatformGroup, in millipercent (e.g. 15000 = 15%).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AdSensePlatform.V1alpha.Model.PlatformGroup{ description: String.t() | nil, name: String.t() | nil, revshareMillipercent: GoogleApi.AdSensePlatform.V1alpha.Model.Decimal.t() | nil }