Class: Google::Apis::DoubleclickbidmanagerV1_1::UploadStatus

Inherits:
Object
  • Object
show all
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

Represents the status of upload.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UploadStatus

Returns a new instance of UploadStatus.



1036
1037
1038
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 1036

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#errorsArray<String>

Reasons why upload can't be completed. Corresponds to the JSON property errors

Returns:

  • (Array<String>)


1029
1030
1031
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 1029

def errors
  @errors
end

#row_statusArray<Google::Apis::DoubleclickbidmanagerV1_1::RowStatus>

Per-row upload status. Corresponds to the JSON property rowStatus



1034
1035
1036
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 1034

def row_status
  @row_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1041
1042
1043
1044
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 1041

def update!(**args)
  @errors = args[:errors] if args.key?(:errors)
  @row_status = args[:row_status] if args.key?(:row_status)
end