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.
56413 56414 56415 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56413 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
56406 56407 56408 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56406 def create @create end |
#remove ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserData
User data holding user identifiers and attributes.
Corresponds to the JSON property remove
56411 56412 56413 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56411 def remove @remove end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
56418 56419 56420 56421 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56418 def update!(**args) @create = args[:create] if args.key?(:create) @remove = args[:remove] if args.key?(:remove) end |