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.



13494
13495
13496
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13494

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



13492
13493
13494
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13492

def 
  @product_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13499
13500
13501
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13499

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