Class: Google::Apis::DisplayvideoV1::ListLineItemsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v1/classes.rb,
lib/google/apis/displayvideo_v1/representations.rb,
lib/google/apis/displayvideo_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListLineItemsResponse

Returns a new instance of ListLineItemsResponse.



7240
7241
7242
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 7240

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#line_itemsArray<Google::Apis::DisplayvideoV1::LineItem>

The list of line items. This list will be absent if empty. Corresponds to the JSON property lineItems



7231
7232
7233
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 7231

def line_items
  @line_items
end

#next_page_tokenString

A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to ListLineItems method to retrieve the next page of results. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


7238
7239
7240
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 7238

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7245
7246
7247
7248
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 7245

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