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.



7046
7047
7048
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 7046

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



7037
7038
7039
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 7037

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)


7044
7045
7046
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 7044

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7051
7052
7053
7054
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 7051

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