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.



370
371
372
# File 'lib/google/apis/apigee_v1/classes.rb', line 370

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



368
369
370
# File 'lib/google/apis/apigee_v1/classes.rb', line 368

def adjustment
  @adjustment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



375
376
377
# File 'lib/google/apis/apigee_v1/classes.rb', line 375

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