class Google::Apis::DoubleclickbidmanagerV1::DownloadLineItemsResponse
Download line items response.
Attributes
line_items[RW]
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` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/doubleclickbidmanager_v1/classes.rb, line 74 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/doubleclickbidmanager_v1/classes.rb, line 79 def update!(**args) @line_items = args[:line_items] if args.key?(:line_items) end