class Google::Apis::AdexchangebuyerV1_4::MarketplaceLabel

Attributes

account_id[RW]

The accountId of the party that created the label. Corresponds to the JSON property `accountId` @return [String]

create_time_ms[RW]

The creation time (in ms since epoch) for the label. Corresponds to the JSON property `createTimeMs` @return [String]

deprecated_marketplace_deal_party[RW]

Information about the party that created the label. Corresponds to the JSON property `deprecatedMarketplaceDealParty` @return [Google::Apis::AdexchangebuyerV1_4::MarketplaceDealParty]

label[RW]

The label to use. Corresponds to the JSON property `label` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 1788
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 1793
def update!(**args)
  @account_id = args[:account_id] if args.key?(:account_id)
  @create_time_ms = args[:create_time_ms] if args.key?(:create_time_ms)
  @deprecated_marketplace_deal_party = args[:deprecated_marketplace_deal_party] if args.key?(:deprecated_marketplace_deal_party)
  @label = args[:label] if args.key?(:label)
end