Class: Google::Apis::DoubleclickbidmanagerV1::UploadLineItemsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DoubleclickbidmanagerV1::UploadLineItemsResponse
- 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
-
#upload_status ⇒ Google::Apis::DoubleclickbidmanagerV1::UploadStatus
Represents the status of upload.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UploadLineItemsResponse
constructor
A new instance of UploadLineItemsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ UploadLineItemsResponse
Returns a new instance of UploadLineItemsResponse
765 766 767 |
# File 'generated/google/apis/doubleclickbidmanager_v1/classes.rb', line 765 def initialize(**args) update!(**args) end |
Instance Attribute Details
#upload_status ⇒ Google::Apis::DoubleclickbidmanagerV1::UploadStatus
Represents the status of upload.
Corresponds to the JSON property uploadStatus
763 764 765 |
# File 'generated/google/apis/doubleclickbidmanager_v1/classes.rb', line 763 def upload_status @upload_status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
770 771 772 |
# File 'generated/google/apis/doubleclickbidmanager_v1/classes.rb', line 770 def update!(**args) @upload_status = args[:upload_status] if args.key?(:upload_status) end |