lib/google/apis/displayvideo_v3/classes.rb in google-apis-displayvideo_v3-0.15.0 vs lib/google/apis/displayvideo_v3/classes.rb in google-apis-displayvideo_v3-0.16.0
- old
+ new
@@ -6926,10 +6926,16 @@
# Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
# Corresponds to the JSON property `adGroupIds`
# @return [Array<Fixnum>]
attr_accessor :ad_group_ids
+ # Optional. YouTube Ad Groups QA to download by ID. All IDs must belong to the
+ # same Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
+ # Corresponds to the JSON property `adGroupQaIds`
+ # @return [Array<Fixnum>]
+ attr_accessor :ad_group_qa_ids
+
# Campaigns to download by ID. All IDs must belong to the same Advertiser or
# Partner specified in CreateSdfDownloadTaskRequest.
# Corresponds to the JSON property `campaignIds`
# @return [Array<Fixnum>]
attr_accessor :campaign_ids
@@ -6944,10 +6950,16 @@
# Partner specified in CreateSdfDownloadTaskRequest.
# Corresponds to the JSON property `lineItemIds`
# @return [Array<Fixnum>]
attr_accessor :line_item_ids
+ # Optional. Line Items QA to download by ID. All IDs must belong to the same
+ # Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
+ # Corresponds to the JSON property `lineItemQaIds`
+ # @return [Array<Fixnum>]
+ attr_accessor :line_item_qa_ids
+
# Media Products to download by ID. All IDs must belong to the same Advertiser
# or Partner specified in CreateSdfDownloadTaskRequest.
# Corresponds to the JSON property `mediaProductIds`
# @return [Array<Fixnum>]
attr_accessor :media_product_ids
@@ -6958,12 +6970,14 @@
# Update properties of this object
def update!(**args)
@ad_group_ad_ids = args[:ad_group_ad_ids] if args.key?(:ad_group_ad_ids)
@ad_group_ids = args[:ad_group_ids] if args.key?(:ad_group_ids)
+ @ad_group_qa_ids = args[:ad_group_qa_ids] if args.key?(:ad_group_qa_ids)
@campaign_ids = args[:campaign_ids] if args.key?(:campaign_ids)
@insertion_order_ids = args[:insertion_order_ids] if args.key?(:insertion_order_ids)
@line_item_ids = args[:line_item_ids] if args.key?(:line_item_ids)
+ @line_item_qa_ids = args[:line_item_qa_ids] if args.key?(:line_item_qa_ids)
@media_product_ids = args[:media_product_ids] if args.key?(:media_product_ids)
end
end
# Meta data of an image asset.