ClearCreationOptionsResponse


class ClearCreationOptionsResponse


A response to a call to RegistryManager.clearCreationOptions.

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

ClearCreationOptionsResponse

Added in 1.0.0-alpha04
ClearCreationOptionsResponse(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-alpha04
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