google-apis-walletobjects_v1 0.7.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 939bfb2eebbdcdbb271ca25b886124574509c5e0322aae93864eaf9cb75043d6
4
- data.tar.gz: 3165f6bdb0fa6d38632e03abea7d886ed0e80dbe5a0fc742023c3073fbcb6ed6
3
+ metadata.gz: 8fd24e6e21616ecfd8429f4394c2854e00deb4dd88fee729687006703cc890a9
4
+ data.tar.gz: 0bfb37f2d4cae6977180c0ea10126fb5413b9e835b8189a7ea2b2889905bb4b9
5
5
  SHA512:
6
- metadata.gz: 492cce487a748efd484f2ecf0f02fd9245580fb9c0b8cfe560640b47b17d2d708870cdc609a8c7bb5a2ea49020fcb3c272085d808b933ce22da56ab160b940b9
7
- data.tar.gz: 3ac9782697a28127898a38ef18bbad9285115cbb9ac704158b05c04563b16b67a8cc853e99849283aa55b08fc95ba002da0b2f915b43812cdbb022276cc32513
6
+ metadata.gz: abf362ed169025a502f49320da3a91a7caf43106467c6340e5a81f45fe20988e2ff9f28b5cea08f8f31527f59d4d99065f56f896d388147ae16cde2adbd0b1b9
7
+ data.tar.gz: cd949aaba2e48659d2987090d82dc2f30ccb313e964da7f8348b597ca0d5d457c3bad3330b04e61f3e5d14a1898eb33d1505ac66c39e1a7580835bebceaee8b8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-walletobjects_v1
2
2
 
3
+ ### v0.9.0 (2024-05-19)
4
+
5
+ * Regenerated from discovery document revision 20240517
6
+ * Regenerated using generator version 0.15.0
7
+
8
+ ### v0.8.0 (2024-05-05)
9
+
10
+ * Regenerated from discovery document revision 20240430
11
+
3
12
  ### v0.7.0 (2024-03-17)
4
13
 
5
14
  * Regenerated from discovery document revision 20240312
@@ -146,20 +146,17 @@ module Google
146
146
  class AppLinkData
147
147
  include Google::Apis::Core::Hashable
148
148
 
149
- # Optional information about the partner app link. If included, the app link
150
- # link module will be rendered on the valuable details on the android client.
149
+ # Optional information about the partner app link.
151
150
  # Corresponds to the JSON property `androidAppLinkInfo`
152
151
  # @return [Google::Apis::WalletobjectsV1::AppLinkDataAppLinkInfo]
153
152
  attr_accessor :android_app_link_info
154
153
 
155
- # Optional information about the partner app link. If included, the app link
156
- # link module will be rendered on the valuable details on the ios client.
154
+ # Deprecated. Links to open iOS apps are not supported.
157
155
  # Corresponds to the JSON property `iosAppLinkInfo`
158
156
  # @return [Google::Apis::WalletobjectsV1::AppLinkDataAppLinkInfo]
159
157
  attr_accessor :ios_app_link_info
160
158
 
161
- # Optional information about the partner app link. If included, the app link
162
- # link module will be rendered on the valuable details on the web client.
159
+ # Optional information about the partner web link.
163
160
  # Corresponds to the JSON property `webAppLinkInfo`
164
161
  # @return [Google::Apis::WalletobjectsV1::AppLinkDataAppLinkInfo]
165
162
  attr_accessor :web_app_link_info
@@ -185,18 +182,18 @@ module Google
185
182
  # @return [Google::Apis::WalletobjectsV1::Image]
186
183
  attr_accessor :app_logo_image
187
184
 
188
- # Url to follow when opening the App Link Module on clients. It will be used by
189
- # partners to open their webpage or deeplink into their app.
185
+ # Target to follow when opening the app link on clients. It will be used by
186
+ # partners to open their app or webpage.
190
187
  # Corresponds to the JSON property `appTarget`
191
188
  # @return [Google::Apis::WalletobjectsV1::AppLinkDataAppLinkInfoAppTarget]
192
189
  attr_accessor :app_target
193
190
 
194
- # String to be displayed in the description of the App Link Module Required
191
+ # Deprecated. Description isn't supported in the app link module.
195
192
  # Corresponds to the JSON property `description`
196
193
  # @return [Google::Apis::WalletobjectsV1::LocalizedString]
197
194
  attr_accessor :description
198
195
 
199
- # String to be displayed in the title of the App Link Module Required
196
+ # Deprecated. Title isn't supported in the app link module.
200
197
  # Corresponds to the JSON property `title`
201
198
  # @return [Google::Apis::WalletobjectsV1::LocalizedString]
202
199
  attr_accessor :title
@@ -1464,6 +1461,13 @@ module Google
1464
1461
  attr_accessor :allow_multiple_users_per_object
1465
1462
  alias_method :allow_multiple_users_per_object?, :allow_multiple_users_per_object
1466
1463
 
1464
+ # Optional app or website link that will be displayed as a button on the front
1465
+ # of the pass. If AppLinkData is provided for the corresponding object that will
1466
+ # be used instead.
1467
+ # Corresponds to the JSON property `appLinkData`
1468
+ # @return [Google::Apis::WalletobjectsV1::AppLinkData]
1469
+ attr_accessor :app_link_data
1470
+
1467
1471
  # Callback options to be used to call the issuer back for every save/delete of
1468
1472
  # an object for this class by the end-user. All objects of this class are
1469
1473
  # eligible for the callback.
@@ -1778,6 +1782,7 @@ module Google
1778
1782
  # Update properties of this object
1779
1783
  def update!(**args)
1780
1784
  @allow_multiple_users_per_object = args[:allow_multiple_users_per_object] if args.key?(:allow_multiple_users_per_object)
1785
+ @app_link_data = args[:app_link_data] if args.key?(:app_link_data)
1781
1786
  @callback_options = args[:callback_options] if args.key?(:callback_options)
1782
1787
  @class_template_info = args[:class_template_info] if args.key?(:class_template_info)
1783
1788
  @confirmation_code_label = args[:confirmation_code_label] if args.key?(:confirmation_code_label)
@@ -1871,7 +1876,9 @@ module Google
1871
1876
  class EventTicketObject
1872
1877
  include Google::Apis::Core::Hashable
1873
1878
 
1874
- # Optional information about the partner app link.
1879
+ # Optional app or website link that will be displayed as a button on the front
1880
+ # of the pass. If AppLinkData is provided for the corresponding class only
1881
+ # object AppLinkData will be displayed.
1875
1882
  # Corresponds to the JSON property `appLinkData`
1876
1883
  # @return [Google::Apis::WalletobjectsV1::AppLinkData]
1877
1884
  attr_accessor :app_link_data
@@ -2350,6 +2357,13 @@ module Google
2350
2357
  attr_accessor :allow_multiple_users_per_object
2351
2358
  alias_method :allow_multiple_users_per_object?, :allow_multiple_users_per_object
2352
2359
 
2360
+ # Optional app or website link that will be displayed as a button on the front
2361
+ # of the pass. If AppLinkData is provided for the corresponding object that will
2362
+ # be used instead.
2363
+ # Corresponds to the JSON property `appLinkData`
2364
+ # @return [Google::Apis::WalletobjectsV1::AppLinkData]
2365
+ attr_accessor :app_link_data
2366
+
2353
2367
  # Policies for boarding and seating. These will inform which labels will be
2354
2368
  # shown to users.
2355
2369
  # Corresponds to the JSON property `boardingAndSeatingPolicy`
@@ -2636,6 +2650,7 @@ module Google
2636
2650
  # Update properties of this object
2637
2651
  def update!(**args)
2638
2652
  @allow_multiple_users_per_object = args[:allow_multiple_users_per_object] if args.key?(:allow_multiple_users_per_object)
2653
+ @app_link_data = args[:app_link_data] if args.key?(:app_link_data)
2639
2654
  @boarding_and_seating_policy = args[:boarding_and_seating_policy] if args.key?(:boarding_and_seating_policy)
2640
2655
  @callback_options = args[:callback_options] if args.key?(:callback_options)
2641
2656
  @class_template_info = args[:class_template_info] if args.key?(:class_template_info)
@@ -2780,7 +2795,9 @@ module Google
2780
2795
  class FlightObject
2781
2796
  include Google::Apis::Core::Hashable
2782
2797
 
2783
- # Optional information about the partner app link.
2798
+ # Optional app or website link that will be displayed as a button on the front
2799
+ # of the pass. If AppLinkData is provided for the corresponding class only
2800
+ # object AppLinkData will be displayed.
2784
2801
  # Corresponds to the JSON property `appLinkData`
2785
2802
  # @return [Google::Apis::WalletobjectsV1::AppLinkData]
2786
2803
  attr_accessor :app_link_data
@@ -3072,6 +3089,13 @@ module Google
3072
3089
  class GenericClass
3073
3090
  include Google::Apis::Core::Hashable
3074
3091
 
3092
+ # Optional app or website link that will be displayed as a button on the front
3093
+ # of the pass. If AppLinkData is provided for the corresponding object that will
3094
+ # be used instead.
3095
+ # Corresponds to the JSON property `appLinkData`
3096
+ # @return [Google::Apis::WalletobjectsV1::AppLinkData]
3097
+ attr_accessor :app_link_data
3098
+
3075
3099
  # Callback options to be used to call the issuer back for every save/delete of
3076
3100
  # an object for this class by the end-user. All objects of this class are
3077
3101
  # eligible for the callback.
@@ -3159,6 +3183,7 @@ module Google
3159
3183
 
3160
3184
  # Update properties of this object
3161
3185
  def update!(**args)
3186
+ @app_link_data = args[:app_link_data] if args.key?(:app_link_data)
3162
3187
  @callback_options = args[:callback_options] if args.key?(:callback_options)
3163
3188
  @class_template_info = args[:class_template_info] if args.key?(:class_template_info)
3164
3189
  @enable_smart_tap = args[:enable_smart_tap] if args.key?(:enable_smart_tap)
@@ -3220,12 +3245,13 @@ module Google
3220
3245
  end
3221
3246
  end
3222
3247
 
3223
- # Generic Object Next ID: 121
3248
+ # Generic Object
3224
3249
  class GenericObject
3225
3250
  include Google::Apis::Core::Hashable
3226
3251
 
3227
- # Information about the partner app link. The maximum number of these fields
3228
- # displayed is 10.
3252
+ # Optional app or website link that will be displayed as a button on the front
3253
+ # of the pass. If AppLinkData is provided for the corresponding class only
3254
+ # object AppLinkData will be displayed.
3229
3255
  # Corresponds to the JSON property `appLinkData`
3230
3256
  # @return [Google::Apis::WalletobjectsV1::AppLinkData]
3231
3257
  attr_accessor :app_link_data
@@ -3409,7 +3435,7 @@ module Google
3409
3435
  class GenericObjectAddMessageResponse
3410
3436
  include Google::Apis::Core::Hashable
3411
3437
 
3412
- # Generic Object Next ID: 121
3438
+ # Generic Object
3413
3439
  # Corresponds to the JSON property `resource`
3414
3440
  # @return [Google::Apis::WalletobjectsV1::GenericObject]
3415
3441
  attr_accessor :resource
@@ -3468,6 +3494,13 @@ module Google
3468
3494
  attr_accessor :allow_multiple_users_per_object
3469
3495
  alias_method :allow_multiple_users_per_object?, :allow_multiple_users_per_object
3470
3496
 
3497
+ # Optional app or website link that will be displayed as a button on the front
3498
+ # of the pass. If AppLinkData is provided for the corresponding object that will
3499
+ # be used instead.
3500
+ # Corresponds to the JSON property `appLinkData`
3501
+ # @return [Google::Apis::WalletobjectsV1::AppLinkData]
3502
+ attr_accessor :app_link_data
3503
+
3471
3504
  # Callback options to be used to call the issuer back for every save/delete of
3472
3505
  # an object for this class by the end-user. All objects of this class are
3473
3506
  # eligible for the callback.
@@ -3696,6 +3729,7 @@ module Google
3696
3729
  def update!(**args)
3697
3730
  @allow_barcode_redemption = args[:allow_barcode_redemption] if args.key?(:allow_barcode_redemption)
3698
3731
  @allow_multiple_users_per_object = args[:allow_multiple_users_per_object] if args.key?(:allow_multiple_users_per_object)
3732
+ @app_link_data = args[:app_link_data] if args.key?(:app_link_data)
3699
3733
  @callback_options = args[:callback_options] if args.key?(:callback_options)
3700
3734
  @card_number_label = args[:card_number_label] if args.key?(:card_number_label)
3701
3735
  @class_template_info = args[:class_template_info] if args.key?(:class_template_info)
@@ -3782,7 +3816,9 @@ module Google
3782
3816
  class GiftCardObject
3783
3817
  include Google::Apis::Core::Hashable
3784
3818
 
3785
- # Optional information about the partner app link.
3819
+ # Optional app or website link that will be displayed as a button on the front
3820
+ # of the pass. If AppLinkData is provided for the corresponding class only
3821
+ # object AppLinkData will be displayed.
3786
3822
  # Corresponds to the JSON property `appLinkData`
3787
3823
  # @return [Google::Apis::WalletobjectsV1::AppLinkData]
3788
3824
  attr_accessor :app_link_data
@@ -4576,6 +4612,13 @@ module Google
4576
4612
  attr_accessor :allow_multiple_users_per_object
4577
4613
  alias_method :allow_multiple_users_per_object?, :allow_multiple_users_per_object
4578
4614
 
4615
+ # Optional app or website link that will be displayed as a button on the front
4616
+ # of the pass. If AppLinkData is provided for the corresponding object that will
4617
+ # be used instead.
4618
+ # Corresponds to the JSON property `appLinkData`
4619
+ # @return [Google::Apis::WalletobjectsV1::AppLinkData]
4620
+ attr_accessor :app_link_data
4621
+
4579
4622
  # Callback options to be used to call the issuer back for every save/delete of
4580
4623
  # an object for this class by the end-user. All objects of this class are
4581
4624
  # eligible for the callback.
@@ -4838,6 +4881,7 @@ module Google
4838
4881
  @account_id_label = args[:account_id_label] if args.key?(:account_id_label)
4839
4882
  @account_name_label = args[:account_name_label] if args.key?(:account_name_label)
4840
4883
  @allow_multiple_users_per_object = args[:allow_multiple_users_per_object] if args.key?(:allow_multiple_users_per_object)
4884
+ @app_link_data = args[:app_link_data] if args.key?(:app_link_data)
4841
4885
  @callback_options = args[:callback_options] if args.key?(:callback_options)
4842
4886
  @class_template_info = args[:class_template_info] if args.key?(:class_template_info)
4843
4887
  @country_code = args[:country_code] if args.key?(:country_code)
@@ -4940,7 +4984,9 @@ module Google
4940
4984
  # @return [String]
4941
4985
  attr_accessor :account_name
4942
4986
 
4943
- # Optional information about the partner app link.
4987
+ # Optional app or website link that will be displayed as a button on the front
4988
+ # of the pass. If AppLinkData is provided for the corresponding class only
4989
+ # object AppLinkData will be displayed.
4944
4990
  # Corresponds to the JSON property `appLinkData`
4945
4991
  # @return [Google::Apis::WalletobjectsV1::AppLinkData]
4946
4992
  attr_accessor :app_link_data
@@ -5806,6 +5852,13 @@ module Google
5806
5852
  attr_accessor :allow_multiple_users_per_object
5807
5853
  alias_method :allow_multiple_users_per_object?, :allow_multiple_users_per_object
5808
5854
 
5855
+ # Optional app or website link that will be displayed as a button on the front
5856
+ # of the pass. If AppLinkData is provided for the corresponding object that will
5857
+ # be used instead.
5858
+ # Corresponds to the JSON property `appLinkData`
5859
+ # @return [Google::Apis::WalletobjectsV1::AppLinkData]
5860
+ attr_accessor :app_link_data
5861
+
5809
5862
  # Callback options to be used to call the issuer back for every save/delete of
5810
5863
  # an object for this class by the end-user. All objects of this class are
5811
5864
  # eligible for the callback.
@@ -6061,6 +6114,7 @@ module Google
6061
6114
  # Update properties of this object
6062
6115
  def update!(**args)
6063
6116
  @allow_multiple_users_per_object = args[:allow_multiple_users_per_object] if args.key?(:allow_multiple_users_per_object)
6117
+ @app_link_data = args[:app_link_data] if args.key?(:app_link_data)
6064
6118
  @callback_options = args[:callback_options] if args.key?(:callback_options)
6065
6119
  @class_template_info = args[:class_template_info] if args.key?(:class_template_info)
6066
6120
  @country_code = args[:country_code] if args.key?(:country_code)
@@ -6151,7 +6205,9 @@ module Google
6151
6205
  class OfferObject
6152
6206
  include Google::Apis::Core::Hashable
6153
6207
 
6154
- # Optional information about the partner app link.
6208
+ # Optional app or website link that will be displayed as a button on the front
6209
+ # of the pass. If AppLinkData is provided for the corresponding class only
6210
+ # object AppLinkData will be displayed.
6155
6211
  # Corresponds to the JSON property `appLinkData`
6156
6212
  # @return [Google::Apis::WalletobjectsV1::AppLinkData]
6157
6213
  attr_accessor :app_link_data
@@ -7341,6 +7397,13 @@ module Google
7341
7397
  attr_accessor :allow_multiple_users_per_object
7342
7398
  alias_method :allow_multiple_users_per_object?, :allow_multiple_users_per_object
7343
7399
 
7400
+ # Optional app or website link that will be displayed as a button on the front
7401
+ # of the pass. If AppLinkData is provided for the corresponding object that will
7402
+ # be used instead.
7403
+ # Corresponds to the JSON property `appLinkData`
7404
+ # @return [Google::Apis::WalletobjectsV1::AppLinkData]
7405
+ attr_accessor :app_link_data
7406
+
7344
7407
  # Callback options to be used to call the issuer back for every save/delete of
7345
7408
  # an object for this class by the end-user. All objects of this class are
7346
7409
  # eligible for the callback.
@@ -7663,6 +7726,7 @@ module Google
7663
7726
  def update!(**args)
7664
7727
  @activation_options = args[:activation_options] if args.key?(:activation_options)
7665
7728
  @allow_multiple_users_per_object = args[:allow_multiple_users_per_object] if args.key?(:allow_multiple_users_per_object)
7729
+ @app_link_data = args[:app_link_data] if args.key?(:app_link_data)
7666
7730
  @callback_options = args[:callback_options] if args.key?(:callback_options)
7667
7731
  @class_template_info = args[:class_template_info] if args.key?(:class_template_info)
7668
7732
  @country_code = args[:country_code] if args.key?(:country_code)
@@ -7770,7 +7834,9 @@ module Google
7770
7834
  # @return [Google::Apis::WalletobjectsV1::ActivationStatus]
7771
7835
  attr_accessor :activation_status
7772
7836
 
7773
- # Optional information about the partner app link.
7837
+ # Optional app or website link that will be displayed as a button on the front
7838
+ # of the pass. If AppLinkData is provided for the corresponding class only
7839
+ # object AppLinkData will be displayed.
7774
7840
  # Corresponds to the JSON property `appLinkData`
7775
7841
  # @return [Google::Apis::WalletobjectsV1::AppLinkData]
7776
7842
  attr_accessor :app_link_data
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module WalletobjectsV1
18
18
  # Version of the google-apis-walletobjects_v1 gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240312"
25
+ REVISION = "20240517"
26
26
  end
27
27
  end
28
28
  end
@@ -1291,6 +1291,8 @@ module Google
1291
1291
  # @private
1292
1292
  class Representation < Google::Apis::Core::JsonRepresentation
1293
1293
  property :allow_multiple_users_per_object, as: 'allowMultipleUsersPerObject'
1294
+ property :app_link_data, as: 'appLinkData', class: Google::Apis::WalletobjectsV1::AppLinkData, decorator: Google::Apis::WalletobjectsV1::AppLinkData::Representation
1295
+
1294
1296
  property :callback_options, as: 'callbackOptions', class: Google::Apis::WalletobjectsV1::CallbackOptions, decorator: Google::Apis::WalletobjectsV1::CallbackOptions::Representation
1295
1297
 
1296
1298
  property :class_template_info, as: 'classTemplateInfo', class: Google::Apis::WalletobjectsV1::ClassTemplateInfo, decorator: Google::Apis::WalletobjectsV1::ClassTemplateInfo::Representation
@@ -1516,6 +1518,8 @@ module Google
1516
1518
  # @private
1517
1519
  class Representation < Google::Apis::Core::JsonRepresentation
1518
1520
  property :allow_multiple_users_per_object, as: 'allowMultipleUsersPerObject'
1521
+ property :app_link_data, as: 'appLinkData', class: Google::Apis::WalletobjectsV1::AppLinkData, decorator: Google::Apis::WalletobjectsV1::AppLinkData::Representation
1522
+
1519
1523
  property :boarding_and_seating_policy, as: 'boardingAndSeatingPolicy', class: Google::Apis::WalletobjectsV1::BoardingAndSeatingPolicy, decorator: Google::Apis::WalletobjectsV1::BoardingAndSeatingPolicy::Representation
1520
1524
 
1521
1525
  property :callback_options, as: 'callbackOptions', class: Google::Apis::WalletobjectsV1::CallbackOptions, decorator: Google::Apis::WalletobjectsV1::CallbackOptions::Representation
@@ -1688,6 +1692,8 @@ module Google
1688
1692
  class GenericClass
1689
1693
  # @private
1690
1694
  class Representation < Google::Apis::Core::JsonRepresentation
1695
+ property :app_link_data, as: 'appLinkData', class: Google::Apis::WalletobjectsV1::AppLinkData, decorator: Google::Apis::WalletobjectsV1::AppLinkData::Representation
1696
+
1691
1697
  property :callback_options, as: 'callbackOptions', class: Google::Apis::WalletobjectsV1::CallbackOptions, decorator: Google::Apis::WalletobjectsV1::CallbackOptions::Representation
1692
1698
 
1693
1699
  property :class_template_info, as: 'classTemplateInfo', class: Google::Apis::WalletobjectsV1::ClassTemplateInfo, decorator: Google::Apis::WalletobjectsV1::ClassTemplateInfo::Representation
@@ -1796,6 +1802,8 @@ module Google
1796
1802
  class Representation < Google::Apis::Core::JsonRepresentation
1797
1803
  property :allow_barcode_redemption, as: 'allowBarcodeRedemption'
1798
1804
  property :allow_multiple_users_per_object, as: 'allowMultipleUsersPerObject'
1805
+ property :app_link_data, as: 'appLinkData', class: Google::Apis::WalletobjectsV1::AppLinkData, decorator: Google::Apis::WalletobjectsV1::AppLinkData::Representation
1806
+
1799
1807
  property :callback_options, as: 'callbackOptions', class: Google::Apis::WalletobjectsV1::CallbackOptions, decorator: Google::Apis::WalletobjectsV1::CallbackOptions::Representation
1800
1808
 
1801
1809
  property :card_number_label, as: 'cardNumberLabel'
@@ -2113,6 +2121,8 @@ module Google
2113
2121
  property :account_id_label, as: 'accountIdLabel'
2114
2122
  property :account_name_label, as: 'accountNameLabel'
2115
2123
  property :allow_multiple_users_per_object, as: 'allowMultipleUsersPerObject'
2124
+ property :app_link_data, as: 'appLinkData', class: Google::Apis::WalletobjectsV1::AppLinkData, decorator: Google::Apis::WalletobjectsV1::AppLinkData::Representation
2125
+
2116
2126
  property :callback_options, as: 'callbackOptions', class: Google::Apis::WalletobjectsV1::CallbackOptions, decorator: Google::Apis::WalletobjectsV1::CallbackOptions::Representation
2117
2127
 
2118
2128
  property :class_template_info, as: 'classTemplateInfo', class: Google::Apis::WalletobjectsV1::ClassTemplateInfo, decorator: Google::Apis::WalletobjectsV1::ClassTemplateInfo::Representation
@@ -2414,6 +2424,8 @@ module Google
2414
2424
  # @private
2415
2425
  class Representation < Google::Apis::Core::JsonRepresentation
2416
2426
  property :allow_multiple_users_per_object, as: 'allowMultipleUsersPerObject'
2427
+ property :app_link_data, as: 'appLinkData', class: Google::Apis::WalletobjectsV1::AppLinkData, decorator: Google::Apis::WalletobjectsV1::AppLinkData::Representation
2428
+
2417
2429
  property :callback_options, as: 'callbackOptions', class: Google::Apis::WalletobjectsV1::CallbackOptions, decorator: Google::Apis::WalletobjectsV1::CallbackOptions::Representation
2418
2430
 
2419
2431
  property :class_template_info, as: 'classTemplateInfo', class: Google::Apis::WalletobjectsV1::ClassTemplateInfo, decorator: Google::Apis::WalletobjectsV1::ClassTemplateInfo::Representation
@@ -2835,6 +2847,8 @@ module Google
2835
2847
  property :activation_options, as: 'activationOptions', class: Google::Apis::WalletobjectsV1::ActivationOptions, decorator: Google::Apis::WalletobjectsV1::ActivationOptions::Representation
2836
2848
 
2837
2849
  property :allow_multiple_users_per_object, as: 'allowMultipleUsersPerObject'
2850
+ property :app_link_data, as: 'appLinkData', class: Google::Apis::WalletobjectsV1::AppLinkData, decorator: Google::Apis::WalletobjectsV1::AppLinkData::Representation
2851
+
2838
2852
  property :callback_options, as: 'callbackOptions', class: Google::Apis::WalletobjectsV1::CallbackOptions, decorator: Google::Apis::WalletobjectsV1::CallbackOptions::Representation
2839
2853
 
2840
2854
  property :class_template_info, as: 'classTemplateInfo', class: Google::Apis::WalletobjectsV1::ClassTemplateInfo, decorator: Google::Apis::WalletobjectsV1::ClassTemplateInfo::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-walletobjects_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.9.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-03-17 00:00:00.000000000 Z
11
+ date: 2024-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-walletobjects_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-walletobjects_v1/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-walletobjects_v1/v0.9.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-walletobjects_v1
63
63
  post_install_message:
64
64
  rdoc_options: []