ListReposRepo

data class ListReposRepo(val did: Did, val head: Cid, val rev: String, val active: Boolean? = null, val status: ListReposStatus? = null)

Parameters

head

Current repo commit CID

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.

Constructors

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

Properties

Link copied to clipboard
val active: Boolean? = null
Link copied to clipboard
val did: Did
Link copied to clipboard
val head: Cid

Current repo commit CID

Link copied to clipboard
val rev: String
Link copied to clipboard
val status: ListReposStatus? = null

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.