Class: Google::Apis::AdexchangebuyerV1_4::MarketplaceLabel

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/adexchangebuyer_v1_4/classes.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ MarketplaceLabel

Returns a new instance of MarketplaceLabel.



2164
2165
2166
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2164

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#account_idString

The accountId of the party that created the label. Corresponds to the JSON property accountId

Returns:

  • (String)


2147
2148
2149
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2147

def 
  @account_id
end

#create_time_msFixnum

The creation time (in ms since epoch) for the label. Corresponds to the JSON property createTimeMs

Returns:

  • (Fixnum)


2152
2153
2154
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2152

def create_time_ms
  @create_time_ms
end

#deprecated_marketplace_deal_partyGoogle::Apis::AdexchangebuyerV1_4::MarketplaceDealParty

Information about the party that created the label. Corresponds to the JSON property deprecatedMarketplaceDealParty



2157
2158
2159
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2157

def deprecated_marketplace_deal_party
  @deprecated_marketplace_deal_party
end

#labelString

The label to use. Corresponds to the JSON property label

Returns:

  • (String)


2162
2163
2164
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2162

def label
  @label
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2169
2170
2171
2172
2173
2174
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2169

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