generated/google/apis/manufacturers_v1/representations.rb in google-api-client-0.20.0 vs generated/google/apis/manufacturers_v1/representations.rb in google-api-client-0.20.1
- old
+ new
@@ -38,10 +38,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class DestinationStatus
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Empty
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -100,18 +106,20 @@
property :color, as: 'color'
property :count, as: 'count', class: Google::Apis::ManufacturersV1::Count, decorator: Google::Apis::ManufacturersV1::Count::Representation
property :description, as: 'description'
property :disclosure_date, as: 'disclosureDate'
+ collection :excluded_destination, as: 'excludedDestination'
collection :feature_description, as: 'featureDescription', class: Google::Apis::ManufacturersV1::FeatureDescription, decorator: Google::Apis::ManufacturersV1::FeatureDescription::Representation
property :flavor, as: 'flavor'
property :format, as: 'format'
property :gender, as: 'gender'
collection :gtin, as: 'gtin'
property :image_link, as: 'imageLink', class: Google::Apis::ManufacturersV1::Image, decorator: Google::Apis::ManufacturersV1::Image::Representation
+ collection :included_destination, as: 'includedDestination'
property :item_group_id, as: 'itemGroupId'
property :material, as: 'material'
property :mpn, as: 'mpn'
property :pattern, as: 'pattern'
collection :product_detail, as: 'productDetail', class: Google::Apis::ManufacturersV1::ProductDetail, decorator: Google::Apis::ManufacturersV1::ProductDetail::Representation
@@ -148,10 +156,18 @@
property :unit, as: 'unit'
property :value, :numeric_string => true, as: 'value'
end
end
+ class DestinationStatus
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :destination, as: 'destination'
+ property :status, as: 'status'
+ end
+ end
+
class Empty
# @private
class Representation < Google::Apis::Core::JsonRepresentation
end
end
@@ -178,12 +194,15 @@
class Issue
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :attribute, as: 'attribute'
property :description, as: 'description'
+ property :destination, as: 'destination'
+ property :resolution, as: 'resolution'
property :severity, as: 'severity'
property :timestamp, as: 'timestamp'
+ property :title, as: 'title'
property :type, as: 'type'
end
end
class ListProductsResponse
@@ -204,10 +223,14 @@
end
class Product
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :attributes, as: 'attributes', class: Google::Apis::ManufacturersV1::Attributes, decorator: Google::Apis::ManufacturersV1::Attributes::Representation
+
property :content_language, as: 'contentLanguage'
+ collection :destination_statuses, as: 'destinationStatuses', class: Google::Apis::ManufacturersV1::DestinationStatus, decorator: Google::Apis::ManufacturersV1::DestinationStatus::Representation
+
property :final_attributes, as: 'finalAttributes', class: Google::Apis::ManufacturersV1::Attributes, decorator: Google::Apis::ManufacturersV1::Attributes::Representation
collection :issues, as: 'issues', class: Google::Apis::ManufacturersV1::Issue, decorator: Google::Apis::ManufacturersV1::Issue::Representation
collection :manually_deleted_attributes, as: 'manuallyDeletedAttributes'