Class: Google::Apis::DoubleclickbidmanagerV1::DownloadLineItemsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DoubleclickbidmanagerV1::DownloadLineItemsResponse
- 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
Download line items response.
Instance Attribute Summary collapse
-
#line_items ⇒ String
Retrieved line items in CSV format.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DownloadLineItemsResponse
constructor
A new instance of DownloadLineItemsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DownloadLineItemsResponse
Returns a new instance of DownloadLineItemsResponse
74 75 76 |
# File 'generated/google/apis/doubleclickbidmanager_v1/classes.rb', line 74 def initialize(**args) update!(**args) end |
Instance Attribute Details
#line_items ⇒ String
Retrieved line items in CSV format. Refer to Entity Write File Format or
Structured Data File Format for more information on file formats.
Corresponds to the JSON property lineItems
72 73 74 |
# File 'generated/google/apis/doubleclickbidmanager_v1/classes.rb', line 72 def line_items @line_items end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
79 80 81 |
# File 'generated/google/apis/doubleclickbidmanager_v1/classes.rb', line 79 def update!(**args) @line_items = args[:line_items] if args.key?(:line_items) end |