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.



53093
53094
53095
# File 'lib/google/apis/searchads360_v23/classes.rb', line 53093

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



53091
53092
53093
# File 'lib/google/apis/searchads360_v23/classes.rb', line 53091

def assets_with_field_type
  @assets_with_field_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



53098
53099
53100
# File 'lib/google/apis/searchads360_v23/classes.rb', line 53098

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