Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AppGroupBalance

Inherits:
Object
  • Object
show all
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

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1AppGroupBalance

Returns a new instance of GoogleCloudApigeeV1AppGroupBalance.



2071
2072
2073
# File 'lib/google/apis/apigee_v1/classes.rb', line 2071

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#walletsArray<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



2069
2070
2071
# File 'lib/google/apis/apigee_v1/classes.rb', line 2069

def wallets
  @wallets
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2076
2077
2078
# File 'lib/google/apis/apigee_v1/classes.rb', line 2076

def update!(**args)
  @wallets = args[:wallets] if args.key?(:wallets)
end