Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesRemoveAutomaticallyCreatedAssetsRequest

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

Request message for AdGroupAdService.RemoveAutomaticallyCreatedAssets.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesRemoveAutomaticallyCreatedAssetsRequest

Returns a new instance of GoogleAdsSearchads360V23ServicesRemoveAutomaticallyCreatedAssetsRequest.



53009
53010
53011
# File 'lib/google/apis/searchads360_v23/classes.rb', line 53009

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

Instance Attribute Details

#assets_with_field_typeArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesAssetsWithFieldType>

Required. List of assets with field type to be removed from the AdGroupAd. Corresponds to the JSON property assetsWithFieldType



53007
53008
53009
# File 'lib/google/apis/searchads360_v23/classes.rb', line 53007

def assets_with_field_type
  @assets_with_field_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



53014
53015
53016
# File 'lib/google/apis/searchads360_v23/classes.rb', line 53014

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