Class: Google::Apis::DisplayvideoV2::ExchangeReviewStatus

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

Overview

Exchange review status for the creative.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ExchangeReviewStatus

Returns a new instance of ExchangeReviewStatus.



5269
5270
5271
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 5269

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

Instance Attribute Details

#exchangeString

The exchange reviewing the creative. Corresponds to the JSON property exchange

Returns:

  • (String)


5262
5263
5264
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 5262

def exchange
  @exchange
end

#statusString

Status of the exchange review. Corresponds to the JSON property status

Returns:

  • (String)


5267
5268
5269
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 5267

def status
  @status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5274
5275
5276
5277
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 5274

def update!(**args)
  @exchange = args[:exchange] if args.key?(:exchange)
  @status = args[:status] if args.key?(:status)
end