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.
3408 3409 3410 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3408 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
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 |