Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AppGroupBalance
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1AppGroupBalance
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apigee_v1/classes.rb,
lib/google/apis/apigee_v1/representations.rb,
lib/google/apis/apigee_v1/representations.rb
Overview
AppGroupBalance for the AppGroup.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1AppGroupBalance
constructor
A new instance of GoogleCloudApigeeV1AppGroupBalance.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1AppGroupBalance
Returns a new instance of GoogleCloudApigeeV1AppGroupBalance.
2022 2023 2024 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 2022 def initialize(**args) update!(**args) end |
Instance Attribute Details
#wallets ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1AppGroupBalanceWallet>
Output only. List of all wallets. Each individual wallet stores the account
balance for a particular currency.
Corresponds to the JSON property wallets
2020 2021 2022 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 2020 def wallets @wallets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2027 2028 2029 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 2027 def update!(**args) @wallets = args[:wallets] if args.key?(:wallets) end |