Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeveloperBalance

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

Account balance for the developer.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1DeveloperBalance

Returns a new instance of GoogleCloudApigeeV1DeveloperBalance.



3907
3908
3909
# File 'lib/google/apis/apigee_v1/classes.rb', line 3907

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

Instance Attribute Details

#walletsArray<Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeveloperBalanceWallet>

Output only. List of all wallets. Each individual wallet stores the account balance for a particular currency. Corresponds to the JSON property wallets



3905
3906
3907
# File 'lib/google/apis/apigee_v1/classes.rb', line 3905

def wallets
  @wallets
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3912
3913
3914
# File 'lib/google/apis/apigee_v1/classes.rb', line 3912

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