WorkspaceRequest public class WorkspaceRequest Documentation public Securable<ObjectIdentifier> AzureCredentials { get; set; } public Securable<ObjectIdentifier> AzureFileSystemCredentials { get; set; } public Securable<ObjectIdentifier> DataGridFileRepository { get; set; } public Securable<ObjectIdentifier> DefaultCacheLocation { get; set; } public Securable<ObjectIdentifier> DefaultFileRepository { get; set; } public string DownloadHandlerUrl { get; set; } public bool EnableDataGrid { get; set; } public string Keywords { get; set; } public Securable<ObjectIdentifier> Matter { get; set; } public string Name { get; set; } public string Notes { get; set; } public Securable<ObjectIdentifier> ProductionRestrictions { get; set; } public Securable<ObjectIdentifier> ResourcePool { get; set; } public int SqlFullTextLanguage { get; set; } public Securable<ObjectIdentifier> SqlServer { get; set; } public ObjectIdentifier Status { get; set; } public Securable<ObjectIdentifier> Template { get; set; } public Securable<ObjectIdentifier> WorkspaceAdminGroup { get; set; } public WorkspaceRequest() public WorkspaceRequest(WorkspaceResponse workspaceResponse) public static WorkspaceRequest op_Implicit(WorkspaceResponse response)