Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupCriterionQualityInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/searchads360_v0/classes.rb,
lib/google/apis/searchads360_v0/representations.rb,
lib/google/apis/searchads360_v0/representations.rb

Overview

A container for ad group criterion quality information.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesAdGroupCriterionQualityInfo

Returns a new instance of GoogleAdsSearchads360V0ResourcesAdGroupCriterionQualityInfo.



3408
3409
3410
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3408

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

Instance Attribute Details

#quality_scoreFixnum

Output only. The quality score. This field may not be populated if Google does not have enough information to determine a value. Corresponds to the JSON property qualityScore

Returns:

  • (Fixnum)


3406
3407
3408
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3406

def quality_score
  @quality_score
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3413
3414
3415
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3413

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