Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesRemoveAutomaticallyCreatedAssetsRequest
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesRemoveAutomaticallyCreatedAssetsRequest
- 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
Request message for AdGroupAdService.RemoveAutomaticallyCreatedAssets.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesRemoveAutomaticallyCreatedAssetsRequest
constructor
A new instance of GoogleAdsSearchads360V23ServicesRemoveAutomaticallyCreatedAssetsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesRemoveAutomaticallyCreatedAssetsRequest
Returns a new instance of GoogleAdsSearchads360V23ServicesRemoveAutomaticallyCreatedAssetsRequest.
52250 52251 52252 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52250 def initialize(**args) update!(**args) end |
Instance Attribute Details
#assets_with_field_type ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesAssetsWithFieldType>
Required. List of assets with field type to be removed from the AdGroupAd.
Corresponds to the JSON property assetsWithFieldType
52248 52249 52250 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52248 def assets_with_field_type @assets_with_field_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
52255 52256 52257 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52255 def update!(**args) @assets_with_field_type = args[:assets_with_field_type] if args.key?(:assets_with_field_type) end |