Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateAssetSetResult

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateAssetSetResult

Returns a new instance of GoogleAdsSearchads360V23ServicesMutateAssetSetResult.



46092
46093
46094
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46092

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

Instance Attribute Details

#asset_setGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAssetSet

An asset set representing a collection of assets. Use AssetSetAsset to link an asset to the asset set. Corresponds to the JSON property assetSet



46085
46086
46087
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46085

def asset_set
  @asset_set
end

#resource_nameString

Returned for successful operations. Corresponds to the JSON property resourceName

Returns:

  • (String)


46090
46091
46092
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46090

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



46097
46098
46099
46100
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46097

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