GetRepoStatusResponse

data class GetRepoStatusResponse(val did: Did, val active: Boolean, val status: GetRepoStatusStatus? = null, val rev: String? = null)

Parameters

status

If active=false, this optional field indicates a possible reason for why the account is not active. If active=false and no status is supplied, then the host makes no claim for why the repository is no longer being hosted.

rev

Optional field, the current rev of the repo, if active=true

Constructors

Link copied to clipboard
constructor(did: Did, active: Boolean, status: GetRepoStatusStatus? = null, rev: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val did: Did
Link copied to clipboard
val rev: String? = null

Optional field, the current rev of the repo, if active=true

Link copied to clipboard

If active=false, this optional field indicates a possible reason for why the account is not active. If active=false and no status is supplied, then the host makes no claim for why the repository is no longer being hosted.