Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesUserDataOperation

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

Operation to be made for the UploadUserDataRequest.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesUserDataOperation

Returns a new instance of GoogleAdsSearchads360V23ServicesUserDataOperation.



56401
56402
56403
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56401

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

Instance Attribute Details

#createGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserData

User data holding user identifiers and attributes. Corresponds to the JSON property create



56394
56395
56396
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56394

def create
  @create
end

#removeGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserData

User data holding user identifiers and attributes. Corresponds to the JSON property remove



56399
56400
56401
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56399

def remove
  @remove
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



56406
56407
56408
56409
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56406

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