Skip to content

List_Fields

daneden edited this page Jan 19, 2022 · 1 revision

List.Fields

Additional fields that can be requested for List objects

public enum Fields: String, CaseIterable, Field 

Inheritance

CaseIterable, Field, String

Enumeration Cases

createdAt

case createdAt = "created_at"

description

case description

followerCount

case followerCount = "follower_count"

memberCount

case memberCount = "member_count"

`private`

case `private`

ownerId

case ownerId = "owner_id"
Types
Global Variables
Global Functions
Extensions
Clone this wiki locally