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.
53081 53082 53083 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 53081 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
53079 53080 53081 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 53079 def assets_with_field_type @assets_with_field_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
53086 53087 53088 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 53086 def update!(**args) @assets_with_field_type = args[:assets_with_field_type] if args.key?(:assets_with_field_type) end |