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.



297
298
299
# File 'lib/google/apis/apigee_v1/classes.rb', line 297

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



295
296
297
# File 'lib/google/apis/apigee_v1/classes.rb', line 295

def adjustment
  @adjustment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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