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

Constructor Details

#initialize(**args) ⇒ UploadLineItemsResponse

Returns a new instance of UploadLineItemsResponse.



1012
1013
1014
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 1012

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



1010
1011
1012
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 1010

def upload_status
  @upload_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1017
1018
1019
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 1017

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