generated/google/apis/manufacturers_v1/representations.rb in google-api-client-0.12.0 vs generated/google/apis/manufacturers_v1/representations.rb in google-api-client-0.13.0

- old
+ new

@@ -62,17 +62,17 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end - class FeatureDescription + class Issue class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end - class Issue + class FeatureDescription class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -83,33 +83,19 @@ end class Image # @private class Representation < Google::Apis::Core::JsonRepresentation + property :status, as: 'status' property :type, as: 'type' property :image_url, as: 'imageUrl' - property :status, as: 'status' end end class Attributes # @private class Representation < Google::Apis::Core::JsonRepresentation - property :flavor, as: 'flavor' - collection :product_detail, as: 'productDetail', class: Google::Apis::ManufacturersV1::ProductDetail, decorator: Google::Apis::ManufacturersV1::ProductDetail::Representation - - property :age_group, as: 'ageGroup' - property :mpn, as: 'mpn' - property :product_page_url, as: 'productPageUrl' - property :release_date, as: 'releaseDate' - property :item_group_id, as: 'itemGroupId' - collection :gtin, as: 'gtin' - property :product_line, as: 'productLine' - property :capacity, as: 'capacity', class: Google::Apis::ManufacturersV1::Capacity, decorator: Google::Apis::ManufacturersV1::Capacity::Representation - - property :description, as: 'description' - property :gender, as: 'gender' property :size_system, as: 'sizeSystem' property :theme, as: 'theme' property :pattern, as: 'pattern' property :image_link, as: 'imageLink', class: Google::Apis::ManufacturersV1::Image, decorator: Google::Apis::ManufacturersV1::Image::Representation @@ -131,10 +117,24 @@ property :brand, as: 'brand' property :material, as: 'material' property :disclosure_date, as: 'disclosureDate' property :scent, as: 'scent' + property :age_group, as: 'ageGroup' + collection :product_detail, as: 'productDetail', class: Google::Apis::ManufacturersV1::ProductDetail, decorator: Google::Apis::ManufacturersV1::ProductDetail::Representation + + property :flavor, as: 'flavor' + property :product_page_url, as: 'productPageUrl' + property :mpn, as: 'mpn' + property :release_date, as: 'releaseDate' + collection :gtin, as: 'gtin' + property :item_group_id, as: 'itemGroupId' + property :product_line, as: 'productLine' + property :capacity, as: 'capacity', class: Google::Apis::ManufacturersV1::Capacity, decorator: Google::Apis::ManufacturersV1::Capacity::Representation + + property :description, as: 'description' + property :gender, as: 'gender' end end class Count # @private @@ -182,33 +182,33 @@ end class ProductDetail # @private class Representation < Google::Apis::Core::JsonRepresentation - property :attribute_name, as: 'attributeName' property :attribute_value, as: 'attributeValue' property :section_name, as: 'sectionName' + property :attribute_name, as: 'attributeName' end end - class FeatureDescription - # @private - class Representation < Google::Apis::Core::JsonRepresentation - property :image, as: 'image', class: Google::Apis::ManufacturersV1::Image, decorator: Google::Apis::ManufacturersV1::Image::Representation - - property :headline, as: 'headline' - property :text, as: 'text' - end - end - class Issue # @private class Representation < Google::Apis::Core::JsonRepresentation property :description, as: 'description' property :type, as: 'type' property :attribute, as: 'attribute' property :timestamp, as: 'timestamp' property :severity, as: 'severity' + end + end + + class FeatureDescription + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :text, as: 'text' + property :image, as: 'image', class: Google::Apis::ManufacturersV1::Image, decorator: Google::Apis::ManufacturersV1::Image::Representation + + property :headline, as: 'headline' end end class Price # @private