google-apis-merchantapi_products_v1beta 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bfe897b3ad66e35308a170a448abb1db4383acbb2ef3048ddd12248ee7e3c44d
|
4
|
+
data.tar.gz: 765328d51e2ee06ea6d5646b6964721e4c339170ce3b8e4f3ad790943b4a4e9b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 369e05b7ff8a829028504bc9692e3f053ba3241a5bd951bb3a90d3749303669109bf8fbf154328184a30a40b56e0ed2dd1ee0f1d46c06b817e782fc4b7da6916
|
7
|
+
data.tar.gz: e48df9e6f12bb918c393c915cd3cbd24868f09f82e906ac6ea1cf4a67789cab4ee670825c8146269b76d1b58f6d4775964f1ec5d8801b1c9249173ff45d8a704
|
data/CHANGELOG.md
CHANGED
@@ -1071,6 +1071,14 @@ module Google
|
|
1071
1071
|
# @return [Fixnum]
|
1072
1072
|
attr_accessor :loyalty_points
|
1073
1073
|
|
1074
|
+
# Represents a time interval, encoded as a Timestamp start (inclusive) and a
|
1075
|
+
# Timestamp end (exclusive). The start must be less than or equal to the end.
|
1076
|
+
# When the start equals the end, the interval is empty (matches no time). When
|
1077
|
+
# both start and end are unspecified, the interval matches any time.
|
1078
|
+
# Corresponds to the JSON property `memberPriceEffectiveDate`
|
1079
|
+
# @return [Google::Apis::MerchantapiProductsV1beta::Interval]
|
1080
|
+
attr_accessor :member_price_effective_date
|
1081
|
+
|
1074
1082
|
# The price represented as a number and currency.
|
1075
1083
|
# Corresponds to the JSON property `price`
|
1076
1084
|
# @return [Google::Apis::MerchantapiProductsV1beta::Price]
|
@@ -1099,6 +1107,7 @@ module Google
|
|
1099
1107
|
def update!(**args)
|
1100
1108
|
@cashback_for_future_use = args[:cashback_for_future_use] if args.key?(:cashback_for_future_use)
|
1101
1109
|
@loyalty_points = args[:loyalty_points] if args.key?(:loyalty_points)
|
1110
|
+
@member_price_effective_date = args[:member_price_effective_date] if args.key?(:member_price_effective_date)
|
1102
1111
|
@price = args[:price] if args.key?(:price)
|
1103
1112
|
@program_label = args[:program_label] if args.key?(:program_label)
|
1104
1113
|
@tier_label = args[:tier_label] if args.key?(:tier_label)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MerchantapiProductsV1beta
|
18
18
|
# Version of the google-apis-merchantapi_products_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.2.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240719"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -451,6 +451,8 @@ module Google
|
|
451
451
|
property :cashback_for_future_use, as: 'cashbackForFutureUse', class: Google::Apis::MerchantapiProductsV1beta::Price, decorator: Google::Apis::MerchantapiProductsV1beta::Price::Representation
|
452
452
|
|
453
453
|
property :loyalty_points, :numeric_string => true, as: 'loyaltyPoints'
|
454
|
+
property :member_price_effective_date, as: 'memberPriceEffectiveDate', class: Google::Apis::MerchantapiProductsV1beta::Interval, decorator: Google::Apis::MerchantapiProductsV1beta::Interval::Representation
|
455
|
+
|
454
456
|
property :price, as: 'price', class: Google::Apis::MerchantapiProductsV1beta::Price, decorator: Google::Apis::MerchantapiProductsV1beta::Price::Representation
|
455
457
|
|
456
458
|
property :program_label, as: 'programLabel'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-merchantapi_products_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-merchantapi_products_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_products_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_products_v1beta/v0.2.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-merchantapi_products_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|