StabilityCreditsResponse

@Serializable
data class StabilityCreditsResponse(val credits: Float? = null)(source)

Carries StabilityCreditsResponse data through the SDAI network layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(credits: Float? = null)

Properties

Link copied to clipboard
@SerialName(value = "credits")
val credits: Float?

Exposes the credits value used by the SDAI network layer.