UpdateSpaceRequest
UpdateSpaceRequest documentation for .NET SDK
Request parameters for updating a space.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ValidateLabelStrategy | Object | [optional] | |
| Name | string | The new name for the space. | [optional] |
| PublicRead | bool? | Whether the space is publicly readable by all users. | [optional] |
| ReplaceLabels | Dictionary<string, string> | Labels to replace all existing labels. Mutually exclusive with mergeLabels. | [optional] |
| MergeLabels | Dictionary<string, string> | Labels to merge with existing labels. Mutually exclusive with replaceLabels. | [optional] |
| DefaultChunkingConfig | ChunkingConfiguration | [optional] |