Table of Contents

Class GroupContact

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The group contact details.

[DataContract]
public class GroupContact
Inheritance
GroupContact
Inherited Members

Properties

Contacts

Gets or sets the Contacts.

[DataMember(Name = "contacts")]
public List<Contacts> Contacts { get; set; }

Property Value

List<Contacts>

Directories

Gets or sets directories associated with the group.

[DataMember(Name = "directories")]
public List<string> Directories { get; set; }

Property Value

List<string>

GroupId

Gets or sets the group id.

[DataMember(Name = "groupId")]
public string GroupId { get; set; }

Property Value

string

GroupName

Gets or sets the group name.

[DataMember(Name = "groupName")]
public string GroupName { get; set; }

Property Value

string