Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateBillingSetupRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb

Overview

Request message for billing setup mutate operations.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateBillingSetupRequest

Returns a new instance of GoogleAdsSearchads360V23ServicesMutateBillingSetupRequest.



46717
46718
46719
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46717

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

Instance Attribute Details

#operationGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesBillingSetupOperation

A single operation on a billing setup, which describes the cancellation of an existing billing setup. Corresponds to the JSON property operation



46715
46716
46717
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46715

def operation
  @operation
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



46722
46723
46724
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46722

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