generated/google/apis/youtube_partner_v1/classes.rb in google-api-client-0.13.2 vs generated/google/apis/youtube_partner_v1/classes.rb in google-api-client-0.13.3

- old
+ new

@@ -2617,13 +2617,13 @@ # Corresponds to the JSON property `content` # @return [String] attr_accessor :content # The list of customer IDs. - # Corresponds to the JSON property `custom_id` + # Corresponds to the JSON property `customIds` # @return [Array<String>] - attr_accessor :custom_id + attr_accessor :custom_ids # An ID that YouTube assigns and uses to uniquely identify the package. # Corresponds to the JSON property `id` # @return [String] attr_accessor :id @@ -2672,10 +2672,10 @@ end # Update properties of this object def update!(**args) @content = args[:content] if args.key?(:content) - @custom_id = args[:custom_id] if args.key?(:custom_id) + @custom_ids = args[:custom_ids] if args.key?(:custom_ids) @id = args[:id] if args.key?(:id) @kind = args[:kind] if args.key?(:kind) @locale = args[:locale] if args.key?(:locale) @name = args[:name] if args.key?(:name) @status = args[:status] if args.key?(:status)