ClearCredentialRegistryResponse


class ClearCredentialRegistryResponse


A result of clearing credential registries.

Summary

Public constructors

Public properties

Boolean

if true, the clear operation deleted some registries, otherwise indicates there was no data to delete; unexpected failures will be thrown as exceptions

Public constructors

ClearCredentialRegistryResponse

Added in 1.0.0-alpha02
ClearCredentialRegistryResponse(isDeleted: Boolean)
Parameters
isDeleted: Boolean

if true, the clear operation deleted some registries, otherwise indicates there was no data to delete; unexpected failures will be thrown as exceptions

Public properties

isDeleted

Added in 1.0.0-alpha02
val isDeletedBoolean

if true, the clear operation deleted some registries, otherwise indicates there was no data to delete; unexpected failures will be thrown as exceptions