Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ErrorsErrorLocation
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ErrorsErrorLocation
- 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
Describes the part of the request proto that caused the error.
Instance Attribute Summary collapse
-
#field_path_elements ⇒ Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ErrorsErrorLocationFieldPathElement>
A field path that indicates which field was invalid in the request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V0ErrorsErrorLocation
constructor
A new instance of GoogleAdsSearchads360V0ErrorsErrorLocation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V0ErrorsErrorLocation
Returns a new instance of GoogleAdsSearchads360V0ErrorsErrorLocation.
1468 1469 1470 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1468 def initialize(**args) update!(**args) end |
Instance Attribute Details
#field_path_elements ⇒ Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ErrorsErrorLocationFieldPathElement>
A field path that indicates which field was invalid in the request.
Corresponds to the JSON property fieldPathElements
1466 1467 1468 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1466 def field_path_elements @field_path_elements end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1473 1474 1475 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1473 def update!(**args) @field_path_elements = args[:field_path_elements] if args.key?(:field_path_elements) end |