Click or drag to resize

Group Class

Represents the Group object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsIdentifiableModel
    Smartsheet.Api.ModelsNamedModel
      Smartsheet.Api.ModelsGroup

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 class Group : NamedModel

The Group type exposes the following members.

Constructors
  NameDescription
Public methodGroup
Top
Properties
  NameDescription
Public propertyCreatedAt
Time of creation
Public propertyDescription
Group description
Public propertyMembers
List of GroupMember objects
Public propertyModifiedAt
Time of last modification
Public propertyOwner
Group owner’s email address
Public propertyOwnerId
Group owner’s User ID
Top
See Also