Class DocumentEditingCancellationResponse
- Namespace
- BoldSign.Api.Model.EditDocument
- Assembly
- BoldSign.Api.dll
Response model for cancel edit document request.
[DataContract(Name = "DocumentEditingCancellationResponse")]
public class DocumentEditingCancellationResponse
- Inheritance
-
DocumentEditingCancellationResponse
- Inherited Members
Properties
Message
Gets or sets the cancel success message.
[DataMember(Name = "message", EmitDefaultValue = true)]
public string Message { get; set; }
Property Value
- string
Denotes the cancel success message.
Methods
ToJson()
Returns the JSON string presentation of the object.
public virtual string ToJson()
Returns
- string
JSON string presentation of the object.