CreatedListResponse - daneden/Twift GitHub Wiki

CreatedListResponse

A response object containing information relating to newly-created lists

public struct CreatedListResponse: Codable 

Inheritance

Codable

Properties

id

The ID for the newly-created List

public let id: List.ID

name

The name for the newly-created List

public let name: String