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.



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

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



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

def 
  @product_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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