Class WorkspaceUpdate
Provides the information to update a workspace.
Inherited Members
Namespace: Unity.Cloud.Storage
Syntax
public class WorkspaceUpdate : IWorkspaceUpdate
Properties
Name
Returns the name of the updated workspace.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String | The name of the updated workspace. |