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

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.



759
760
761
# File 'generated/google/apis/doubleclickbidmanager_v1/classes.rb', line 759

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



757
758
759
# File 'generated/google/apis/doubleclickbidmanager_v1/classes.rb', line 757

def upload_status
  @upload_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



764
765
766
# File 'generated/google/apis/doubleclickbidmanager_v1/classes.rb', line 764

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