Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/UpdateSpaceRequest

UpdateSpaceRequest

[JVM]
open class UpdateSpaceRequest

Represents a request to update a space.

Types

NameSummary
UpdateSpaceRequestBuilder[JVM]
open class UpdateSpaceRequestBuilder

Properties

NameSummary
allowAnonymousShares[JVM]
open var allowAnonymousShares: Boolean
Flag to allow anonymous access to resources in this space.
name[JVM]
open var name: String
The name of the space.
permissionsLocal[JVM]
open var permissionsLocal: UpdateSpacePermissionsLocal
Update the permissions on the resource.
softDeleteRetention[JVM]
open var softDeleteRetention: SoftDeleteRetentionPeriod
Duration of soft deleted resources being retained before being permanently removed
spaceMembershipBoundary[JVM]
open var spaceMembershipBoundary: SpaceMembershipBoundary
Space membership boundary settings that allow space managers to restrict content access to space members
storageMode[JVM]
open var storageMode: String
The storage mode of the space that controls upload and file creation operations Supported values are: active┃read-only

Functions

NameSummary
builder[JVM]
open fun builder(): UpdateSpaceRequest.UpdateSpaceRequestBuilder
toString[JVM]
open fun toString(): String