google_api_ad_exchange_buyer v0.15.0 GoogleApi.AdExchangeBuyer.V14.Model.MarketplaceLabel View Source
Attributes
- accountId (String.t): The accountId of the party that created the label. Defaults to
nil
. - createTimeMs (String.t): The creation time (in ms since epoch) for the label. Defaults to
nil
. - deprecatedMarketplaceDealParty (GoogleApi.AdExchangeBuyer.V14.Model.MarketplaceDealParty.t): Information about the party that created the label. Defaults to
nil
. - label (String.t): The label to use. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.AdExchangeBuyer.V14.Model.MarketplaceLabel{
accountId: String.t(),
createTimeMs: String.t(),
deprecatedMarketplaceDealParty:
GoogleApi.AdExchangeBuyer.V14.Model.MarketplaceDealParty.t(),
label: String.t()
}
t() :: %GoogleApi.AdExchangeBuyer.V14.Model.MarketplaceLabel{ accountId: String.t(), createTimeMs: String.t(), deprecatedMarketplaceDealParty: GoogleApi.AdExchangeBuyer.V14.Model.MarketplaceDealParty.t(), label: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.