Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesUserDataOperation
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesUserDataOperation
- 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
-
#create ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserData
User data holding user identifiers and attributes.
-
#remove ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserData
User data holding user identifiers and attributes.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesUserDataOperation
constructor
A new instance of GoogleAdsSearchads360V23ServicesUserDataOperation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesUserDataOperation
Returns a new instance of GoogleAdsSearchads360V23ServicesUserDataOperation.
56329 56330 56331 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56329 def initialize(**args) update!(**args) end |
Instance Attribute Details
#create ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserData
User data holding user identifiers and attributes.
Corresponds to the JSON property create
56322 56323 56324 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56322 def create @create end |
#remove ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserData
User data holding user identifiers and attributes.
Corresponds to the JSON property remove
56327 56328 56329 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56327 def remove @remove end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
56334 56335 56336 56337 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56334 def update!(**args) @create = args[:create] if args.key?(:create) @remove = args[:remove] if args.key?(:remove) end |