StaffResponse

public struct StaffResponse : Codable

A root object that stores information about a collection of staff.

Properties

  • The data included in the repsonse for a staff object request.

    Declaration

    Swift

    public let data: [Staff]
  • The realtive URL to the next page in the paginated response.

    Declaration

    Swift

    public let next: String?