Record

list-op

No description available.

record list-op {
  created-at: option​<string>,
  description: option​<string>,
  follower-count: option​<s32>,
  id: list-id,
  member-count: option​<s32>,
  name: string,
  owner-id: option​<user-id>,
  private: option​<bool>,
}

Fields

NameTypeDescription
created-atoption​<string>
descriptionoption​<string>
follower-countoption​<s32>
idlist-id
member-countoption​<s32>
namestring
owner-idoption​<user-id>
privateoption​<bool>