Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateAssetSetResult
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateAssetSetResult
- 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
-
#asset_set ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAssetSet
An asset set representing a collection of assets.
-
#resource_name ⇒ String
Returned for successful operations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateAssetSetResult
constructor
A new instance of GoogleAdsSearchads360V23ServicesMutateAssetSetResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateAssetSetResult
Returns a new instance of GoogleAdsSearchads360V23ServicesMutateAssetSetResult.
45327 45328 45329 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45327 def initialize(**args) update!(**args) end |
Instance Attribute Details
#asset_set ⇒ Google::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
45320 45321 45322 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45320 def asset_set @asset_set end |
#resource_name ⇒ String
Returned for successful operations.
Corresponds to the JSON property resourceName
45325 45326 45327 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45325 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
45332 45333 45334 45335 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45332 def update!(**args) @asset_set = args[:asset_set] if args.key?(:asset_set) @resource_name = args[:resource_name] if args.key?(:resource_name) end |