UserUpdateUserBuilder Constructor | |
User object containing the required attributes:
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 UpdateUserBuilder(
Nullable<long> id,
Nullable<bool> admin,
Nullable<bool> licensedSheetCreator
)
Public Sub New (
id As Nullable(Of Long),
admin As Nullable(Of Boolean),
licensedSheetCreator As Nullable(Of Boolean)
)
public:
UpdateUserBuilder(
Nullable<long long> id,
Nullable<bool> admin,
Nullable<bool> licensedSheetCreator
)
new :
id : Nullable<int64> *
admin : Nullable<bool> *
licensedSheetCreator : Nullable<bool> -> UpdateUserBuilder
Parameters
- id
- Type: SystemNullableInt64
the user id - admin
- Type: SystemNullableBoolean
admin (required) - licensedSheetCreator
- Type: SystemNullableBoolean
licensedSheetCreator (required)
See Also