class Google::Apis::DoubleclickbidmanagerV1::UploadStatus
Represents the status of upload.
Attributes
errors[RW]
Reasons why upload can't be completed. Corresponds to the JSON property `errors` @return [Array<String>]
row_status[RW]
Per-row upload status. Corresponds to the JSON property `rowStatus` @return [Array<Google::Apis::DoubleclickbidmanagerV1::RowStatus>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/doubleclickbidmanager_v1/classes.rb, line 790 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 795 def update!(**args) @errors = args[:errors] if args.key?(:errors) @row_status = args[:row_status] if args.key?(:row_status) end