Table of Contents

Class ShareTemplateRequest

Namespace
BoldSign.Api.Model
Assembly
BoldSign.Api.dll

The shared template request

[DataContract]
public class ShareTemplateRequest
Inheritance
ShareTemplateRequest
Inherited Members

Properties

Teams

Gets or sets the template teams share.

[DataMember(Name = "teams", EmitDefaultValue = false)]
public List<TemplateTeamShareRequest> Teams { get; set; }

Property Value

List<TemplateTeamShareRequest>

Methods

ToJson()

Returns the JSON string presentation of the object

public virtual string ToJson()

Returns

string

JSON string presentation of the object