Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AdjustDeveloperBalanceRequest

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

Request for AdjustDeveloperBalance.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1AdjustDeveloperBalanceRequest

Returns a new instance of GoogleCloudApigeeV1AdjustDeveloperBalanceRequest.



303
304
305
# File 'lib/google/apis/apigee_v1/classes.rb', line 303

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

Instance Attribute Details

#adjustmentGoogle::Apis::ApigeeV1::GoogleTypeMoney

Represents an amount of money with its currency type. Corresponds to the JSON property adjustment



301
302
303
# File 'lib/google/apis/apigee_v1/classes.rb', line 301

def adjustment
  @adjustment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



308
309
310
# File 'lib/google/apis/apigee_v1/classes.rb', line 308

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