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.
46020 46021 46022 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46020 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
46013 46014 46015 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46013 def asset_set @asset_set end |
#resource_name ⇒ String
Returned for successful operations.
Corresponds to the JSON property resourceName
46018 46019 46020 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46018 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
46025 46026 46027 46028 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46025 def update!(**args) @asset_set = args[:asset_set] if args.key?(:asset_set) @resource_name = args[:resource_name] if args.key?(:resource_name) end |