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.



1952
1953
1954
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1952

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)


1950
1951
1952
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1950

def quality_score
  @quality_score
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1957
1958
1959
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1957

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