Class: Google::Apis::DisplayvideoV1::ExchangeReviewStatus

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



3942
3943
3944
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 3942

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

Instance Attribute Details

#exchangeString

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

Returns:

  • (String)


3935
3936
3937
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 3935

def exchange
  @exchange
end

#statusString

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

Returns:

  • (String)


3940
3941
3942
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 3940

def status
  @status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3947
3948
3949
3950
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 3947

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