@@ -8665,7 +8665,10 @@ def update!(**args)
86658665 # Required product attributes are primarily defined by the product data
86668666 # specification. See the Product Data Specification Help Center article for
86678667 # information. Product data. After inserting, updating, or deleting a product,
8668- # it may take several minutes before changes take effect.
8668+ # it may take several minutes before changes take effect. The following
8669+ # reference documentation lists the field names in the **camelCase** casing
8670+ # style while the Products Data Specification lists the names in the **
8671+ # snake_case** casing style.
86698672 class Product
86708673 include Google::Apis::Core::Hashable
86718674
@@ -10770,7 +10773,10 @@ class ProductsCustomBatchRequestEntry
1077010773 # Required product attributes are primarily defined by the product data
1077110774 # specification. See the Product Data Specification Help Center article for
1077210775 # information. Product data. After inserting, updating, or deleting a product,
10773- # it may take several minutes before changes take effect.
10776+ # it may take several minutes before changes take effect. The following
10777+ # reference documentation lists the field names in the **camelCase** casing
10778+ # style while the Products Data Specification lists the names in the **
10779+ # snake_case** casing style.
1077410780 # Corresponds to the JSON property `product`
1077510781 # @return [Google::Apis::ContentV2_1::Product]
1077610782 attr_accessor :product
@@ -10856,7 +10862,10 @@ class ProductsCustomBatchResponseEntry
1085610862 # Required product attributes are primarily defined by the product data
1085710863 # specification. See the Product Data Specification Help Center article for
1085810864 # information. Product data. After inserting, updating, or deleting a product,
10859- # it may take several minutes before changes take effect.
10865+ # it may take several minutes before changes take effect. The following
10866+ # reference documentation lists the field names in the **camelCase** casing
10867+ # style while the Products Data Specification lists the names in the **
10868+ # snake_case** casing style.
1086010869 # Corresponds to the JSON property `product`
1086110870 # @return [Google::Apis::ContentV2_1::Product]
1086210871 attr_accessor :product
0 commit comments