Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerAssetSetResult

Inherits:
Object
  • Object
show all
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 set mutate.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCustomerAssetSetResult

Returns a new instance of GoogleAdsSearchads360V23ServicesMutateCustomerAssetSetResult.



48646
48647
48648
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48646

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#customer_asset_setGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCustomerAssetSet

CustomerAssetSet is the linkage between a customer and an asset set. Adding a CustomerAssetSet links an asset set with a customer. Corresponds to the JSON property customerAssetSet



48639
48640
48641
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48639

def customer_asset_set
  @customer_asset_set
end

#resource_nameString

Returned for successful operations. Corresponds to the JSON property resourceName

Returns:

  • (String)


48644
48645
48646
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48644

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



48651
48652
48653
48654
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48651

def update!(**args)
  @customer_asset_set = args[:customer_asset_set] if args.key?(:customer_asset_set)
  @resource_name = args[:resource_name] if args.key?(:resource_name)
end