Table of Contents

Class GetGroupContactDetails

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The group contact details.

[DataContract]
public class GetGroupContactDetails
Inheritance
GetGroupContactDetails
Inherited Members

Properties

Contacts

Gets or sets the Contacts.

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

Property Value

List<Contacts>

Creator

Gets or sets the creator details.

[DataMember(Name = "creator")]
public Creators Creator { get; set; }

Property Value

Creators

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