Class: Google::Apis::DoubleclickbidmanagerV1::UploadLineItemsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/doubleclickbidmanager_v1/classes.rb,
generated/google/apis/doubleclickbidmanager_v1/representations.rb,
generated/google/apis/doubleclickbidmanager_v1/representations.rb

Overview

Upload line items response.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UploadLineItemsResponse

Returns a new instance of UploadLineItemsResponse.



772
773
774
# File 'generated/google/apis/doubleclickbidmanager_v1/classes.rb', line 772

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

Instance Attribute Details

#upload_statusGoogle::Apis::DoubleclickbidmanagerV1::UploadStatus

Represents the status of upload. Corresponds to the JSON property uploadStatus



770
771
772
# File 'generated/google/apis/doubleclickbidmanager_v1/classes.rb', line 770

def upload_status
  @upload_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



777
778
779
# File 'generated/google/apis/doubleclickbidmanager_v1/classes.rb', line 777

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