Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCampaignAssetSetResult

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 campaign asset set mutate.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCampaignAssetSetResult

Returns a new instance of GoogleAdsSearchads360V23ServicesMutateCampaignAssetSetResult.



46805
46806
46807
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46805

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

Instance Attribute Details

#campaign_asset_setGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCampaignAssetSet

CampaignAssetSet is the linkage between a campaign and an asset set. Adding a CampaignAssetSet links an asset set with a campaign. Corresponds to the JSON property campaignAssetSet



46798
46799
46800
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46798

def campaign_asset_set
  @campaign_asset_set
end

#resource_nameString

Returned for successful operations. Corresponds to the JSON property resourceName

Returns:

  • (String)


46803
46804
46805
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46803

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



46810
46811
46812
46813
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46810

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