Class: Google::Apis::DoubleclickbidmanagerV1_1::UploadLineItemsResponse

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

Upload line items response.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ UploadLineItemsResponse

Returns a new instance of UploadLineItemsResponse.



824
825
826
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 824

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

Instance Attribute Details

#upload_statusGoogle::Apis::DoubleclickbidmanagerV1_1::UploadStatus

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



822
823
824
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 822

def upload_status
  @upload_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



829
830
831
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 829

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