Class: Google::Apis::DoubleclickbidmanagerV1_1::ReportFailure
- Inherits:
-
Object
- Object
- Google::Apis::DoubleclickbidmanagerV1_1::ReportFailure
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/doubleclickbidmanager_v1_1/classes.rb,
generated/google/apis/doubleclickbidmanager_v1_1/representations.rb,
generated/google/apis/doubleclickbidmanager_v1_1/representations.rb
Overview
An explanation of a report failure.
Instance Attribute Summary collapse
-
#error_code ⇒ String
Error code that shows why the report was not created.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReportFailure
constructor
A new instance of ReportFailure.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ReportFailure
Returns a new instance of ReportFailure.
742 743 744 |
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 742 def initialize(**args) update!(**args) end |
Instance Attribute Details
#error_code ⇒ String
Error code that shows why the report was not created.
Corresponds to the JSON property errorCode
740 741 742 |
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 740 def error_code @error_code end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
747 748 749 |
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 747 def update!(**args) @error_code = args[:error_code] if args.key?(:error_code) end |