Table of Contents

Class CreateGroupContactResponse

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

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

string

GroupName

Gets or sets the group name.

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

Property Value

string