ListModelsResponse

@Serializable
data class ListModelsResponse(val sdkHttpResponse: HttpResponse? = null, val nextPageToken: String? = null, val models: List<Model>? = null)

Constructors

Link copied to clipboard
constructor(sdkHttpResponse: HttpResponse? = null, nextPageToken: String? = null, models: List<Model>? = null)

Properties

Link copied to clipboard
val models: List<Model>? = null
Link copied to clipboard
val nextPageToken: String? = null
Link copied to clipboard

Used to retain the full HTTP response.