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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/displayvideo_v1/classes.rb,
generated/google/apis/displayvideo_v1/representations.rb,
generated/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.



5956
5957
5958
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 5956

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



5947
5948
5949
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 5947

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)


5954
5955
5956
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 5954

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5961
5962
5963
5964
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 5961

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