UploadEntityDefinitionsRequest
Types
Properties
Link copied to clipboard
A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument
. If set to true
, the upload will create a new namespace version.
Link copied to clipboard
The DefinitionDocument
that defines the updated entities.
Link copied to clipboard
A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true
, the upload will create a new namespace version.
Functions
Link copied to clipboard
inline fun copy(block: UploadEntityDefinitionsRequest.Builder.() -> Unit = {}): UploadEntityDefinitionsRequest