Class: Google::Apis::AdexchangebuyerV1_4::CreativeDealIds::DealStatus
- Inherits:
-
Object
- Object
- Google::Apis::AdexchangebuyerV1_4::CreativeDealIds::DealStatus
- 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
-
#arc_status ⇒ String
ARC approval status.
-
#deal_id ⇒ Fixnum
External deal ID.
-
#web_property_id ⇒ Fixnum
Publisher ID.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DealStatus
constructor
A new instance of DealStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DealStatus
Returns a new instance of DealStatus
1201 1202 1203 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1201 def initialize(**args) update!(**args) end |
Instance Attribute Details
#arc_status ⇒ String
ARC approval status.
Corresponds to the JSON property arcStatus
1189 1190 1191 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1189 def arc_status @arc_status end |
#deal_id ⇒ Fixnum
External deal ID.
Corresponds to the JSON property dealId
1194 1195 1196 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1194 def deal_id @deal_id end |
#web_property_id ⇒ Fixnum
Publisher ID.
Corresponds to the JSON property webPropertyId
1199 1200 1201 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1199 def web_property_id @web_property_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1206 1207 1208 1209 1210 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1206 def update!(**args) @arc_status = args[:arc_status] if args.key?(:arc_status) @deal_id = args[:deal_id] if args.key?(:deal_id) @web_property_id = args[:web_property_id] if args.key?(:web_property_id) end |