generated/google/apis/youtube_partner_v1/representations.rb in google-api-client-0.10.1 vs generated/google/apis/youtube_partner_v1/representations.rb in google-api-client-0.10.2
- old
+ new
@@ -344,10 +344,22 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class Package
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class PackageInsertResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class PageInfo
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -1196,9 +1208,31 @@
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :items, as: 'items', class: Google::Apis::YoutubePartnerV1::RightsOwnershipHistory, decorator: Google::Apis::YoutubePartnerV1::RightsOwnershipHistory::Representation
property :kind, as: 'kind'
+ end
+ end
+
+ class Package
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :content, as: 'content'
+ property :id, as: 'id'
+ property :kind, as: 'kind'
+ property :locale, as: 'locale'
+ property :uploader_name, as: 'uploaderName'
+ end
+ end
+
+ class PackageInsertResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ collection :errors, as: 'errors', class: Google::Apis::YoutubePartnerV1::ValidateError, decorator: Google::Apis::YoutubePartnerV1::ValidateError::Representation
+
+ property :kind, as: 'kind'
+ property :resource, as: 'resource', class: Google::Apis::YoutubePartnerV1::Package, decorator: Google::Apis::YoutubePartnerV1::Package::Representation
+
end
end
class PageInfo
# @private