Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerAssetResult
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerAssetResult
- 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 customer asset mutate.
Instance Attribute Summary collapse
-
#customer_asset ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCustomerAsset
A link between a customer and an asset.
-
#resource_name ⇒ String
Returned for successful operations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCustomerAssetResult
constructor
A new instance of GoogleAdsSearchads360V23ServicesMutateCustomerAssetResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCustomerAssetResult
Returns a new instance of GoogleAdsSearchads360V23ServicesMutateCustomerAssetResult.
48620 48621 48622 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48620 def initialize(**args) update!(**args) end |
Instance Attribute Details
#customer_asset ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCustomerAsset
A link between a customer and an asset.
Corresponds to the JSON property customerAsset
48613 48614 48615 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48613 def customer_asset @customer_asset end |
#resource_name ⇒ String
Returned for successful operations.
Corresponds to the JSON property resourceName
48618 48619 48620 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48618 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
48625 48626 48627 48628 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48625 def update!(**args) @customer_asset = args[:customer_asset] if args.key?(:customer_asset) @resource_name = args[:resource_name] if args.key?(:resource_name) end |