GroupCreateGroupBuilder Constructor | |
Sets the required attributes for creating a Group.
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 CreateGroupBuilder(
string name,
string description
)
Public Sub New (
name As String,
description As String
)
public:
CreateGroupBuilder(
String^ name,
String^ description
)
new :
name : string *
description : string -> CreateGroupBuilder
Parameters
- name
- Type: SystemString
name of group, must be unique within the organization - description
- Type: SystemString
description of group
See Also