Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerCustomizerResult
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerCustomizerResult
- 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
The result for the customizer attribute mutate.
Instance Attribute Summary collapse
-
#customer_customizer ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCustomerCustomizer
A customizer value for the associated CustomizerAttribute at the Customer level.
-
#resource_name ⇒ String
Returned for successful operations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCustomerCustomizerResult
constructor
A new instance of GoogleAdsSearchads360V23ServicesMutateCustomerCustomizerResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCustomerCustomizerResult
Returns a new instance of GoogleAdsSearchads360V23ServicesMutateCustomerCustomizerResult.
48950 48951 48952 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48950 def initialize(**args) update!(**args) end |
Instance Attribute Details
#customer_customizer ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCustomerCustomizer
A customizer value for the associated CustomizerAttribute at the Customer
level.
Corresponds to the JSON property customerCustomizer
48943 48944 48945 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48943 def customer_customizer @customer_customizer end |
#resource_name ⇒ String
Returned for successful operations.
Corresponds to the JSON property resourceName
48948 48949 48950 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48948 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
48955 48956 48957 48958 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48955 def update!(**args) @customer_customizer = args[:customer_customizer] if args.key?(:customer_customizer) @resource_name = args[:resource_name] if args.key?(:resource_name) end |