class Google::Apis::DisplayvideoV3::ProductFeedData
The details of product feed.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @is_feed_disabled = args[:is_feed_disabled] if args.key?(:is_feed_disabled) @product_match_dimensions = args[:product_match_dimensions] if args.key?(:product_match_dimensions) @product_match_type = args[:product_match_type] if args.key?(:product_match_type) end