class Google::Apis::DoubleclickbidmanagerV1::UploadLineItemsResponse
Upload line items response.
Attributes
upload_status[RW]
Represents the status of upload. Corresponds to the JSON property `uploadStatus` @return [Google::Apis::DoubleclickbidmanagerV1::UploadStatus]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/doubleclickbidmanager_v1/classes.rb, line 766 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 771 def update!(**args) @upload_status = args[:upload_status] if args.key?(:upload_status) end