Methods (5)
Constants (1)
▶
Annotations
map — annotations compiled from client-management-annotations*.yaml at generation time
#
client-management.Annotations.schema['field/path'] // field annotations client-management.Annotations.operations['action-id'] // operation annotations client-management.Annotations.events['event.type'] // event annotations
Types (2)
▶
PersonList
4 fields
#
interface PersonList {
total: number
limit: number
offset: number
hasNext?: boolean
}
▶
PersonListWritable
4 fields
#
interface PersonListWritable {
total: number
limit: number
offset: number
hasNext?: boolean
}