Class: Google::Apis::DoubleclickbidmanagerV1::DownloadLineItemsResponse

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

Download 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) ⇒ 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_itemsString

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

Returns:

  • (String)


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