Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAssetDisapproved

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

Details related to AssetLinkPrimaryStatusReasonPB.ASSET_DISAPPROVED

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonAssetDisapproved

Returns a new instance of GoogleAdsSearchads360V23CommonAssetDisapproved.



1325
1326
1327
# File 'lib/google/apis/searchads360_v23/classes.rb', line 1325

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

Instance Attribute Details

#offline_evaluation_error_reasonsArray<String>

Provides the quality evaluation disapproval reason of an asset. Corresponds to the JSON property offlineEvaluationErrorReasons

Returns:

  • (Array<String>)


1323
1324
1325
# File 'lib/google/apis/searchads360_v23/classes.rb', line 1323

def offline_evaluation_error_reasons
  @offline_evaluation_error_reasons
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1330
1331
1332
# File 'lib/google/apis/searchads360_v23/classes.rb', line 1330

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