Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesOfflineConversionError
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesOfflineConversionError
- 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
Possible errors for offline conversion client summary.
Instance Attribute Summary collapse
-
#collection_size_error ⇒ String
Output only.
-
#conversion_adjustment_upload_error ⇒ String
Output only.
-
#conversion_upload_error ⇒ String
Output only.
-
#date_error ⇒ String
Output only.
-
#distinct_error ⇒ String
Output only.
-
#field_error ⇒ String
Output only.
-
#mutate_error ⇒ String
Output only.
-
#not_allowlisted_error ⇒ String
Output only.
-
#string_format_error ⇒ String
Output only.
-
#string_length_error ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesOfflineConversionError
constructor
A new instance of GoogleAdsSearchads360V23ResourcesOfflineConversionError.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesOfflineConversionError
Returns a new instance of GoogleAdsSearchads360V23ResourcesOfflineConversionError.
31777 31778 31779 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31777 def initialize(**args) update!(**args) end |
Instance Attribute Details
#collection_size_error ⇒ String
Output only. Collection size error.
Corresponds to the JSON property collectionSizeError
31730 31731 31732 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31730 def collection_size_error @collection_size_error end |
#conversion_adjustment_upload_error ⇒ String
Output only. Conversion adjustment upload error.
Corresponds to the JSON property conversionAdjustmentUploadError
31735 31736 31737 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31735 def conversion_adjustment_upload_error @conversion_adjustment_upload_error end |
#conversion_upload_error ⇒ String
Output only. Conversion upload error.
Corresponds to the JSON property conversionUploadError
31740 31741 31742 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31740 def conversion_upload_error @conversion_upload_error end |
#date_error ⇒ String
Output only. Date error.
Corresponds to the JSON property dateError
31745 31746 31747 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31745 def date_error @date_error end |
#distinct_error ⇒ String
Output only. Distinct error.
Corresponds to the JSON property distinctError
31750 31751 31752 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31750 def distinct_error @distinct_error end |
#field_error ⇒ String
Output only. Field error.
Corresponds to the JSON property fieldError
31755 31756 31757 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31755 def field_error @field_error end |
#mutate_error ⇒ String
Output only. Mutate error.
Corresponds to the JSON property mutateError
31760 31761 31762 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31760 def mutate_error @mutate_error end |
#not_allowlisted_error ⇒ String
Output only. Not allowlisted error.
Corresponds to the JSON property notAllowlistedError
31765 31766 31767 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31765 def not_allowlisted_error @not_allowlisted_error end |
#string_format_error ⇒ String
Output only. String format error.
Corresponds to the JSON property stringFormatError
31770 31771 31772 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31770 def string_format_error @string_format_error end |
#string_length_error ⇒ String
Output only. String length error.
Corresponds to the JSON property stringLengthError
31775 31776 31777 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31775 def string_length_error @string_length_error end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
31782 31783 31784 31785 31786 31787 31788 31789 31790 31791 31792 31793 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31782 def update!(**args) @collection_size_error = args[:collection_size_error] if args.key?(:collection_size_error) @conversion_adjustment_upload_error = args[:conversion_adjustment_upload_error] if args.key?(:conversion_adjustment_upload_error) @conversion_upload_error = args[:conversion_upload_error] if args.key?(:conversion_upload_error) @date_error = args[:date_error] if args.key?(:date_error) @distinct_error = args[:distinct_error] if args.key?(:distinct_error) @field_error = args[:field_error] if args.key?(:field_error) @mutate_error = args[:mutate_error] if args.key?(:mutate_error) @not_allowlisted_error = args[:not_allowlisted_error] if args.key?(:not_allowlisted_error) @string_format_error = args[:string_format_error] if args.key?(:string_format_error) @string_length_error = args[:string_length_error] if args.key?(:string_length_error) end |