Class: Google::Apis::DisplayvideoV1::ExchangeReviewStatus
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV1::ExchangeReviewStatus
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/displayvideo_v1/classes.rb,
generated/google/apis/displayvideo_v1/representations.rb,
generated/google/apis/displayvideo_v1/representations.rb
Overview
Exchange review status for the creative.
Instance Attribute Summary collapse
-
#exchange ⇒ String
The exchange reviewing the creative.
-
#status ⇒ String
Status of the exchange review.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExchangeReviewStatus
constructor
A new instance of ExchangeReviewStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ExchangeReviewStatus
Returns a new instance of ExchangeReviewStatus.
3831 3832 3833 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 3831 def initialize(**args) update!(**args) end |
Instance Attribute Details
#exchange ⇒ String
The exchange reviewing the creative.
Corresponds to the JSON property exchange
3824 3825 3826 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 3824 def exchange @exchange end |
#status ⇒ String
Status of the exchange review.
Corresponds to the JSON property status
3829 3830 3831 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 3829 def status @status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3836 3837 3838 3839 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 3836 def update!(**args) @exchange = args[:exchange] if args.key?(:exchange) @status = args[:status] if args.key?(:status) end |