Class GetGroupContactDetails
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
Creator
Gets or sets the creator details.
[DataMember(Name = "creator")]
public Creators Creator { get; set; }
Property Value
Directories
Gets or sets directories associated with the group.
[DataMember(Name = "directories")]
public List<string> Directories { get; set; }
Property Value
GroupId
Gets or sets the group id.
[DataMember(Name = "groupId")]
public string GroupId { get; set; }
Property Value
GroupName
Gets or sets the group name.
[DataMember(Name = "groupName")]
public string GroupName { get; set; }