Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupCriterionQualityInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupCriterionQualityInfo
- 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
-
#quality_score ⇒ Fixnum
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesAdGroupCriterionQualityInfo
constructor
A new instance of GoogleAdsSearchads360V0ResourcesAdGroupCriterionQualityInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesAdGroupCriterionQualityInfo
Returns a new instance of GoogleAdsSearchads360V0ResourcesAdGroupCriterionQualityInfo.
3114 3115 3116 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3114 def initialize(**args) update!(**args) end |
Instance Attribute Details
#quality_score ⇒ Fixnum
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
3112 3113 3114 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3112 def quality_score @quality_score end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3119 3120 3121 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3119 def update!(**args) @quality_score = args[:quality_score] if args.key?(:quality_score) end |