Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesOfflineConversionAlert
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesOfflineConversionAlert
- 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
Alert for offline conversion client summary.
Instance Attribute Summary collapse
-
#error ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesOfflineConversionError
Possible errors for offline conversion client summary.
-
#error_percentage ⇒ Float
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesOfflineConversionAlert
constructor
A new instance of GoogleAdsSearchads360V23ResourcesOfflineConversionAlert.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesOfflineConversionAlert
Returns a new instance of GoogleAdsSearchads360V23ResourcesOfflineConversionAlert.
31886 31887 31888 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31886 def initialize(**args) update!(**args) end |
Instance Attribute Details
#error ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesOfflineConversionError
Possible errors for offline conversion client summary.
Corresponds to the JSON property error
31878 31879 31880 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31878 def error @error end |
#error_percentage ⇒ Float
Output only. Percentage of the error, the range of this field should be [0, 1.
0].
Corresponds to the JSON property errorPercentage
31884 31885 31886 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31884 def error_percentage @error_percentage end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
31891 31892 31893 31894 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31891 def update!(**args) @error = args[:error] if args.key?(:error) @error_percentage = args[:error_percentage] if args.key?(:error_percentage) end |