google-apis-apigee_v1 0.6.0 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ApigeeV1
18
18
  # Version of the google-apis-apigee_v1 gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210305"
25
+ REVISION = "20210510"
26
26
  end
27
27
  end
28
28
  end
@@ -58,6 +58,18 @@ module Google
58
58
  include Google::Apis::Core::JsonObjectSupport
59
59
  end
60
60
 
61
+ class GoogleCloudApigeeV1AddonsConfig
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class GoogleCloudApigeeV1AdvancedApiOpsConfig
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
61
73
  class GoogleCloudApigeeV1Alias
62
74
  class Representation < Google::Apis::Core::JsonRepresentation; end
63
75
 
@@ -310,6 +322,12 @@ module Google
310
322
  include Google::Apis::Core::JsonObjectSupport
311
323
  end
312
324
 
325
+ class GoogleCloudApigeeV1DeveloperSubscription
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
313
331
  class GoogleCloudApigeeV1DimensionMetric
314
332
  class Representation < Google::Apis::Core::JsonRepresentation; end
315
333
 
@@ -352,6 +370,12 @@ module Google
352
370
  include Google::Apis::Core::JsonObjectSupport
353
371
  end
354
372
 
373
+ class GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
355
379
  class GoogleCloudApigeeV1Export
356
380
  class Representation < Google::Apis::Core::JsonRepresentation; end
357
381
 
@@ -382,6 +406,24 @@ module Google
382
406
  include Google::Apis::Core::JsonObjectSupport
383
407
  end
384
408
 
409
+ class GoogleCloudApigeeV1GraphQlOperation
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
415
+ class GoogleCloudApigeeV1GraphQlOperationConfig
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
421
+ class GoogleCloudApigeeV1GraphQlOperationGroup
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
385
427
  class GoogleCloudApigeeV1IngressConfig
386
428
  class Representation < Google::Apis::Core::JsonRepresentation; end
387
429
 
@@ -418,6 +460,12 @@ module Google
418
460
  include Google::Apis::Core::JsonObjectSupport
419
461
  end
420
462
 
463
+ class GoogleCloudApigeeV1IntegrationConfig
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
421
469
  class GoogleCloudApigeeV1KeyAliasReference
422
470
  class Representation < Google::Apis::Core::JsonRepresentation; end
423
471
 
@@ -508,6 +556,12 @@ module Google
508
556
  include Google::Apis::Core::JsonObjectSupport
509
557
  end
510
558
 
559
+ class GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse
560
+ class Representation < Google::Apis::Core::JsonRepresentation; end
561
+
562
+ include Google::Apis::Core::JsonObjectSupport
563
+ end
564
+
511
565
  class GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse
512
566
  class Representation < Google::Apis::Core::JsonRepresentation; end
513
567
 
@@ -568,6 +622,12 @@ module Google
568
622
  include Google::Apis::Core::JsonObjectSupport
569
623
  end
570
624
 
625
+ class GoogleCloudApigeeV1ListRatePlansResponse
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
571
631
  class GoogleCloudApigeeV1ListSharedFlowsResponse
572
632
  class Representation < Google::Apis::Core::JsonRepresentation; end
573
633
 
@@ -592,6 +652,12 @@ module Google
592
652
  include Google::Apis::Core::JsonObjectSupport
593
653
  end
594
654
 
655
+ class GoogleCloudApigeeV1MonetizationConfig
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
595
661
  class GoogleCloudApigeeV1NatAddress
596
662
  class Representation < Google::Apis::Core::JsonRepresentation; end
597
663
 
@@ -622,6 +688,12 @@ module Google
622
688
  include Google::Apis::Core::JsonObjectSupport
623
689
  end
624
690
 
691
+ class GoogleCloudApigeeV1OperationMetadataProgress
692
+ class Representation < Google::Apis::Core::JsonRepresentation; end
693
+
694
+ include Google::Apis::Core::JsonObjectSupport
695
+ end
696
+
625
697
  class GoogleCloudApigeeV1OptimizedStats
626
698
  class Representation < Google::Apis::Core::JsonRepresentation; end
627
699
 
@@ -706,6 +778,18 @@ module Google
706
778
  include Google::Apis::Core::JsonObjectSupport
707
779
  end
708
780
 
781
+ class GoogleCloudApigeeV1RatePlan
782
+ class Representation < Google::Apis::Core::JsonRepresentation; end
783
+
784
+ include Google::Apis::Core::JsonObjectSupport
785
+ end
786
+
787
+ class GoogleCloudApigeeV1RateRange
788
+ class Representation < Google::Apis::Core::JsonRepresentation; end
789
+
790
+ include Google::Apis::Core::JsonObjectSupport
791
+ end
792
+
709
793
  class GoogleCloudApigeeV1Reference
710
794
  class Representation < Google::Apis::Core::JsonRepresentation; end
711
795
 
@@ -766,6 +850,12 @@ module Google
766
850
  include Google::Apis::Core::JsonObjectSupport
767
851
  end
768
852
 
853
+ class GoogleCloudApigeeV1RevenueShareRange
854
+ class Representation < Google::Apis::Core::JsonRepresentation; end
855
+
856
+ include Google::Apis::Core::JsonObjectSupport
857
+ end
858
+
769
859
  class GoogleCloudApigeeV1RevisionStatus
770
860
  class Representation < Google::Apis::Core::JsonRepresentation; end
771
861
 
@@ -826,6 +916,12 @@ module Google
826
916
  include Google::Apis::Core::JsonObjectSupport
827
917
  end
828
918
 
919
+ class GoogleCloudApigeeV1SetAddonsRequest
920
+ class Representation < Google::Apis::Core::JsonRepresentation; end
921
+
922
+ include Google::Apis::Core::JsonObjectSupport
923
+ end
924
+
829
925
  class GoogleCloudApigeeV1SharedFlow
830
926
  class Representation < Google::Apis::Core::JsonRepresentation; end
831
927
 
@@ -1012,6 +1108,12 @@ module Google
1012
1108
  include Google::Apis::Core::JsonObjectSupport
1013
1109
  end
1014
1110
 
1111
+ class GoogleTypeMoney
1112
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1113
+
1114
+ include Google::Apis::Core::JsonObjectSupport
1115
+ end
1116
+
1015
1117
  class GoogleApiHttpBody
1016
1118
  # @private
1017
1119
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1064,6 +1166,25 @@ module Google
1064
1166
  end
1065
1167
  end
1066
1168
 
1169
+ class GoogleCloudApigeeV1AddonsConfig
1170
+ # @private
1171
+ class Representation < Google::Apis::Core::JsonRepresentation
1172
+ property :advanced_api_ops_config, as: 'advancedApiOpsConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AdvancedApiOpsConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AdvancedApiOpsConfig::Representation
1173
+
1174
+ property :integration_config, as: 'integrationConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1IntegrationConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1IntegrationConfig::Representation
1175
+
1176
+ property :monetization_config, as: 'monetizationConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1MonetizationConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1MonetizationConfig::Representation
1177
+
1178
+ end
1179
+ end
1180
+
1181
+ class GoogleCloudApigeeV1AdvancedApiOpsConfig
1182
+ # @private
1183
+ class Representation < Google::Apis::Core::JsonRepresentation
1184
+ property :enabled, as: 'enabled'
1185
+ end
1186
+ end
1187
+
1067
1188
  class GoogleCloudApigeeV1Alias
1068
1189
  # @private
1069
1190
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1116,6 +1237,8 @@ module Google
1116
1237
  property :description, as: 'description'
1117
1238
  property :display_name, as: 'displayName'
1118
1239
  collection :environments, as: 'environments'
1240
+ property :graphql_operation_group, as: 'graphqlOperationGroup', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GraphQlOperationGroup, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GraphQlOperationGroup::Representation
1241
+
1119
1242
  property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
1120
1243
  property :name, as: 'name'
1121
1244
  property :operation_group, as: 'operationGroup', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1OperationGroup, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1OperationGroup::Representation
@@ -1615,6 +1738,18 @@ module Google
1615
1738
  end
1616
1739
  end
1617
1740
 
1741
+ class GoogleCloudApigeeV1DeveloperSubscription
1742
+ # @private
1743
+ class Representation < Google::Apis::Core::JsonRepresentation
1744
+ property :apiproduct, as: 'apiproduct'
1745
+ property :created_at, :numeric_string => true, as: 'createdAt'
1746
+ property :end_time, :numeric_string => true, as: 'endTime'
1747
+ property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
1748
+ property :name, as: 'name'
1749
+ property :start_time, :numeric_string => true, as: 'startTime'
1750
+ end
1751
+ end
1752
+
1618
1753
  class GoogleCloudApigeeV1DimensionMetric
1619
1754
  # @private
1620
1755
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1711,6 +1846,12 @@ module Google
1711
1846
  end
1712
1847
  end
1713
1848
 
1849
+ class GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest
1850
+ # @private
1851
+ class Representation < Google::Apis::Core::JsonRepresentation
1852
+ end
1853
+ end
1854
+
1714
1855
  class GoogleCloudApigeeV1Export
1715
1856
  # @private
1716
1857
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1764,6 +1905,36 @@ module Google
1764
1905
  end
1765
1906
  end
1766
1907
 
1908
+ class GoogleCloudApigeeV1GraphQlOperation
1909
+ # @private
1910
+ class Representation < Google::Apis::Core::JsonRepresentation
1911
+ property :operation, as: 'operation'
1912
+ collection :operation_types, as: 'operationTypes'
1913
+ end
1914
+ end
1915
+
1916
+ class GoogleCloudApigeeV1GraphQlOperationConfig
1917
+ # @private
1918
+ class Representation < Google::Apis::Core::JsonRepresentation
1919
+ property :api_source, as: 'apiSource'
1920
+ collection :attributes, as: 'attributes', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute::Representation
1921
+
1922
+ collection :operations, as: 'operations', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GraphQlOperation, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GraphQlOperation::Representation
1923
+
1924
+ property :quota, as: 'quota', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Quota, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Quota::Representation
1925
+
1926
+ end
1927
+ end
1928
+
1929
+ class GoogleCloudApigeeV1GraphQlOperationGroup
1930
+ # @private
1931
+ class Representation < Google::Apis::Core::JsonRepresentation
1932
+ property :operation_config_type, as: 'operationConfigType'
1933
+ collection :operation_configs, as: 'operationConfigs', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GraphQlOperationConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GraphQlOperationConfig::Representation
1934
+
1935
+ end
1936
+ end
1937
+
1767
1938
  class GoogleCloudApigeeV1IngressConfig
1768
1939
  # @private
1769
1940
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1831,6 +2002,13 @@ module Google
1831
2002
  end
1832
2003
  end
1833
2004
 
2005
+ class GoogleCloudApigeeV1IntegrationConfig
2006
+ # @private
2007
+ class Representation < Google::Apis::Core::JsonRepresentation
2008
+ property :enabled, as: 'enabled'
2009
+ end
2010
+ end
2011
+
1834
2012
  class GoogleCloudApigeeV1KeyAliasReference
1835
2013
  # @private
1836
2014
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1958,6 +2136,15 @@ module Google
1958
2136
  end
1959
2137
  end
1960
2138
 
2139
+ class GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse
2140
+ # @private
2141
+ class Representation < Google::Apis::Core::JsonRepresentation
2142
+ collection :developer_subscriptions, as: 'developerSubscriptions', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeveloperSubscription, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeveloperSubscription::Representation
2143
+
2144
+ property :next_start_key, as: 'nextStartKey'
2145
+ end
2146
+ end
2147
+
1961
2148
  class GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse
1962
2149
  # @private
1963
2150
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2043,6 +2230,15 @@ module Google
2043
2230
  end
2044
2231
  end
2045
2232
 
2233
+ class GoogleCloudApigeeV1ListRatePlansResponse
2234
+ # @private
2235
+ class Representation < Google::Apis::Core::JsonRepresentation
2236
+ property :next_start_key, as: 'nextStartKey'
2237
+ collection :rate_plans, as: 'ratePlans', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RatePlan, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RatePlan::Representation
2238
+
2239
+ end
2240
+ end
2241
+
2046
2242
  class GoogleCloudApigeeV1ListSharedFlowsResponse
2047
2243
  # @private
2048
2244
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2076,6 +2272,13 @@ module Google
2076
2272
  end
2077
2273
  end
2078
2274
 
2275
+ class GoogleCloudApigeeV1MonetizationConfig
2276
+ # @private
2277
+ class Representation < Google::Apis::Core::JsonRepresentation
2278
+ property :enabled, as: 'enabled'
2279
+ end
2280
+ end
2281
+
2079
2282
  class GoogleCloudApigeeV1NatAddress
2080
2283
  # @private
2081
2284
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2119,11 +2322,23 @@ module Google
2119
2322
  # @private
2120
2323
  class Representation < Google::Apis::Core::JsonRepresentation
2121
2324
  property :operation_type, as: 'operationType'
2325
+ property :progress, as: 'progress', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1OperationMetadataProgress, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1OperationMetadataProgress::Representation
2326
+
2122
2327
  property :state, as: 'state'
2123
2328
  property :target_resource_name, as: 'targetResourceName'
2124
2329
  end
2125
2330
  end
2126
2331
 
2332
+ class GoogleCloudApigeeV1OperationMetadataProgress
2333
+ # @private
2334
+ class Representation < Google::Apis::Core::JsonRepresentation
2335
+ property :description, as: 'description'
2336
+ hash :details, as: 'details'
2337
+ property :percent_done, as: 'percentDone'
2338
+ property :state, as: 'state'
2339
+ end
2340
+ end
2341
+
2127
2342
  class GoogleCloudApigeeV1OptimizedStats
2128
2343
  # @private
2129
2344
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2154,6 +2369,8 @@ module Google
2154
2369
  class GoogleCloudApigeeV1Organization
2155
2370
  # @private
2156
2371
  class Representation < Google::Apis::Core::JsonRepresentation
2372
+ property :addons_config, as: 'addonsConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AddonsConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AddonsConfig::Representation
2373
+
2157
2374
  property :analytics_region, as: 'analyticsRegion'
2158
2375
  collection :attributes, as: 'attributes'
2159
2376
  property :authorized_network, as: 'authorizedNetwork'
@@ -2285,6 +2502,45 @@ module Google
2285
2502
  end
2286
2503
  end
2287
2504
 
2505
+ class GoogleCloudApigeeV1RatePlan
2506
+ # @private
2507
+ class Representation < Google::Apis::Core::JsonRepresentation
2508
+ property :apiproduct, as: 'apiproduct'
2509
+ property :billing_period, as: 'billingPeriod'
2510
+ collection :consumption_pricing_rates, as: 'consumptionPricingRates', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RateRange, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RateRange::Representation
2511
+
2512
+ property :consumption_pricing_type, as: 'consumptionPricingType'
2513
+ property :created_at, :numeric_string => true, as: 'createdAt'
2514
+ property :currency_code, as: 'currencyCode'
2515
+ property :description, as: 'description'
2516
+ property :display_name, as: 'displayName'
2517
+ property :end_time, :numeric_string => true, as: 'endTime'
2518
+ property :fixed_fee_frequency, as: 'fixedFeeFrequency'
2519
+ property :fixed_recurring_fee, as: 'fixedRecurringFee', class: Google::Apis::ApigeeV1::GoogleTypeMoney, decorator: Google::Apis::ApigeeV1::GoogleTypeMoney::Representation
2520
+
2521
+ property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
2522
+ property :name, as: 'name'
2523
+ property :payment_funding_model, as: 'paymentFundingModel'
2524
+ collection :revenue_share_rates, as: 'revenueShareRates', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RevenueShareRange, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RevenueShareRange::Representation
2525
+
2526
+ property :revenue_share_type, as: 'revenueShareType'
2527
+ property :setup_fee, as: 'setupFee', class: Google::Apis::ApigeeV1::GoogleTypeMoney, decorator: Google::Apis::ApigeeV1::GoogleTypeMoney::Representation
2528
+
2529
+ property :start_time, :numeric_string => true, as: 'startTime'
2530
+ property :state, as: 'state'
2531
+ end
2532
+ end
2533
+
2534
+ class GoogleCloudApigeeV1RateRange
2535
+ # @private
2536
+ class Representation < Google::Apis::Core::JsonRepresentation
2537
+ property :end, :numeric_string => true, as: 'end'
2538
+ property :fee, as: 'fee', class: Google::Apis::ApigeeV1::GoogleTypeMoney, decorator: Google::Apis::ApigeeV1::GoogleTypeMoney::Representation
2539
+
2540
+ property :start, :numeric_string => true, as: 'start'
2541
+ end
2542
+ end
2543
+
2288
2544
  class GoogleCloudApigeeV1Reference
2289
2545
  # @private
2290
2546
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2382,6 +2638,15 @@ module Google
2382
2638
  end
2383
2639
  end
2384
2640
 
2641
+ class GoogleCloudApigeeV1RevenueShareRange
2642
+ # @private
2643
+ class Representation < Google::Apis::Core::JsonRepresentation
2644
+ property :end, :numeric_string => true, as: 'end'
2645
+ property :share_percentage, as: 'sharePercentage'
2646
+ property :start, :numeric_string => true, as: 'start'
2647
+ end
2648
+ end
2649
+
2385
2650
  class GoogleCloudApigeeV1RevisionStatus
2386
2651
  # @private
2387
2652
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2485,6 +2750,14 @@ module Google
2485
2750
  end
2486
2751
  end
2487
2752
 
2753
+ class GoogleCloudApigeeV1SetAddonsRequest
2754
+ # @private
2755
+ class Representation < Google::Apis::Core::JsonRepresentation
2756
+ property :addons_config, as: 'addonsConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AddonsConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AddonsConfig::Representation
2757
+
2758
+ end
2759
+ end
2760
+
2488
2761
  class GoogleCloudApigeeV1SharedFlow
2489
2762
  # @private
2490
2763
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2575,6 +2848,7 @@ module Google
2575
2848
  property :is_enabled, as: 'isEnabled'
2576
2849
  property :name, as: 'name'
2577
2850
  property :port, as: 'port'
2851
+ property :protocol, as: 'protocol'
2578
2852
  property :s_sl_info, as: 'sSLInfo', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1TlsInfo, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1TlsInfo::Representation
2579
2853
 
2580
2854
  end
@@ -2586,6 +2860,7 @@ module Google
2586
2860
  property :host, as: 'host'
2587
2861
  property :name, as: 'name'
2588
2862
  property :port, as: 'port'
2863
+ property :protocol, as: 'protocol'
2589
2864
  property :tls_info, as: 'tlsInfo', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1TlsInfoConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1TlsInfoConfig::Representation
2590
2865
 
2591
2866
  end
@@ -2802,6 +3077,15 @@ module Google
2802
3077
  property :title, as: 'title'
2803
3078
  end
2804
3079
  end
3080
+
3081
+ class GoogleTypeMoney
3082
+ # @private
3083
+ class Representation < Google::Apis::Core::JsonRepresentation
3084
+ property :currency_code, as: 'currencyCode'
3085
+ property :nanos, as: 'nanos'
3086
+ property :units, :numeric_string => true, as: 'units'
3087
+ end
3088
+ end
2805
3089
  end
2806
3090
  end
2807
3091
  end