WorkspaceUpdateWorkspaceBuilder Constructor | |
Build workspace with required parameter name.
Namespace:
Smartsheet.Api.Models
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax public UpdateWorkspaceBuilder(
Nullable<long> id,
string name
)
Public Sub New (
id As Nullable(Of Long),
name As String
)
public:
UpdateWorkspaceBuilder(
Nullable<long long> id,
String^ name
)
new :
id : Nullable<int64> *
name : string -> UpdateWorkspaceBuilder
Parameters
- id
- Type: SystemNullableInt64
the id of the workspace - name
- Type: SystemString
the name of the workspace
See Also