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
1162 1163 1164 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1162 def initialize(**args) update!(**args) end |
Instance Attribute Details
#arc_status ⇒ String
ARC approval status.
Corresponds to the JSON property arcStatus
1150 1151 1152 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1150 def arc_status @arc_status end |
#deal_id ⇒ Fixnum
External deal ID.
Corresponds to the JSON property dealId
1155 1156 1157 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1155 def deal_id @deal_id end |
#web_property_id ⇒ Fixnum
Publisher ID.
Corresponds to the JSON property webPropertyId
1160 1161 1162 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1160 def web_property_id @web_property_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1167 1168 1169 1170 1171 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1167 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 |