Class: Google::Apis::DisplayvideoV4::ExchangeReviewStatus

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v4/classes.rb,
lib/google/apis/displayvideo_v4/representations.rb,
lib/google/apis/displayvideo_v4/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.



7686
7687
7688
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 7686

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

Instance Attribute Details

#exchangeString

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

Returns:

  • (String)


7679
7680
7681
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 7679

def exchange
  @exchange
end

#statusString

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

Returns:

  • (String)


7684
7685
7686
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 7684

def status
  @status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7691
7692
7693
7694
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 7691

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