Class BrandingData
The branding result model.
Inheritance
System.Object
BrandingData
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class BrandingData : object
Properties
| Improve this Doc View SourceBrandId
Gets or sets the brand id.
Declaration
public string BrandId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToJson()
Returns the JSON string presentation of the object.
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object. |