class Google::Apis::DoubleclickbidmanagerV1::ReportStatus
Report status.
Attributes
failure[RW]
An explanation of a report failure. Corresponds to the JSON property `failure` @return [Google::Apis::DoubleclickbidmanagerV1::ReportFailure]
finish_time_ms[RW]
The time when this report either completed successfully or failed. Corresponds to the JSON property `finishTimeMs` @return [String]
format[RW]
The file type of the report. Corresponds to the JSON property `format` @return [String]
state[RW]
The state of the report. Corresponds to the JSON property `state` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/doubleclickbidmanager_v1/classes.rb, line 619 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 624 def update!(**args) @failure = args[:failure] if args.key?(:failure) @finish_time_ms = args[:finish_time_ms] if args.key?(:finish_time_ms) @format = args[:format] if args.key?(:format) @state = args[:state] if args.key?(:state) end