class Google::Apis::DisplayvideoV1::ExchangeReviewStatus

Exchange review status for the creative.

Attributes

exchange[RW]

The exchange reviewing the creative. Corresponds to the JSON property `exchange` @return [String]

status[RW]

Status of the exchange review. Corresponds to the JSON property `status` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 4258
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/displayvideo_v1/classes.rb, line 4263
def update!(**args)
  @exchange = args[:exchange] if args.key?(:exchange)
  @status = args[:status] if args.key?(:status)
end