Class CreateGroupContactResponse
The create group contact response.
[DataContract]
public class CreateGroupContactResponse
- Inheritance
-
CreateGroupContactResponse
- Inherited Members
Properties
GroupId
Gets or sets the group id.
[DataMember(Name = "groupId", EmitDefaultValue = true)]
public string GroupId { get; set; }
Property Value
GroupName
Gets or sets the group name.
[DataMember(Name = "groupName", EmitDefaultValue = true)]
public string GroupName { get; set; }