class Google::Apis::KeepV1::ListContent

The list of items for a single list note.

Attributes

list_items[RW]

The items in the list. The number of items must be less than 1,000. Corresponds to the JSON property `listItems` @return [Array<Google::Apis::KeepV1::ListItem>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/keep_v1/classes.rb, line 197
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/keep_v1/classes.rb, line 202
def update!(**args)
  @list_items = args[:list_items] if args.key?(:list_items)
end