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.
55234 55235 55236 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55234 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
55227 55228 55229 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55227 def create @create end |
#remove ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserData
User data holding user identifiers and attributes.
Corresponds to the JSON property remove
55232 55233 55234 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55232 def remove @remove end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
55239 55240 55241 55242 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55239 def update!(**args) @create = args[:create] if args.key?(:create) @remove = args[:remove] if args.key?(:remove) end |