generated/google/apis/youtube_partner_v1/classes.rb in google-api-client-0.11.1 vs generated/google/apis/youtube_partner_v1/classes.rb in google-api-client-0.11.2

- old
+ new

@@ -2704,18 +2704,28 @@ # The package resource. # Corresponds to the JSON property `resource` # @return [Google::Apis::YoutubePartnerV1::Package] attr_accessor :resource + # The package insert status. Indicates whether the insert operation completed + # successfully or identifies the general cause of failure. For most cases where + # the insert operation failed, the errors are described in the API response's + # errors object. However, if the operation failed because the package contained + # non-metadata files, the errors object is not included in the response. + # Corresponds to the JSON property `status` + # @return [String] + attr_accessor :status + def initialize(**args) update!(**args) end # Update properties of this object def update!(**args) @errors = args[:errors] if args.key?(:errors) @kind = args[:kind] if args.key?(:kind) @resource = args[:resource] if args.key?(:resource) + @status = args[:status] if args.key?(:status) end end # class PageInfo