ExploreCategoryIdentityResponse
public struct ExploreCategoryIdentityResponse : Codable
A root object that stores information about a collection of explore category identities.
-
The data included in the response for an explore category identity object request.
Declaration
Swift
public let data: [ExploreCategoryIdentity]
-
The realtive URL to the next page in the paginated response.
Declaration
Swift
public let next: String?