class Google::Apis::DoubleclickbidmanagerV1::ReportFailure

An explanation of a report failure.

Attributes

error_code[RW]

Error code that shows why the report was not created. Corresponds to the JSON property `errorCode` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/doubleclickbidmanager_v1/classes.rb, line 523
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/doubleclickbidmanager_v1/classes.rb, line 528
def update!(**args)
  @error_code = args[:error_code] if args.key?(:error_code)
end