Class: Google::Apis::DisplayvideoV4::RetrievePlannableProductsResponse

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

Response for RetrievePlannableProducts

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RetrievePlannableProductsResponse

Returns a new instance of RetrievePlannableProductsResponse.



13549
13550
13551
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13549

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

Instance Attribute Details

#product_metadataArray<Google::Apis::DisplayvideoV4::ProductMetadata>

Output only. The list of product metadata showing targeting possibilities. Corresponds to the JSON property productMetadata



13547
13548
13549
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13547

def 
  @product_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13554
13555
13556
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13554

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