Click or drag to resize

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
)

Parameters

name
Type: SystemString
name of group, must be unique within the organization
description
Type: SystemString
description of group
See Also