Table of Contents

Class TemplateTeamShare

Namespace
BoldSign.Api.Model
Assembly
BoldSign.Api.dll
[DataContract]
public class TemplateTeamShare
Inheritance
TemplateTeamShare
Inherited Members

Properties

AccessType

Gets or sets recipient Access Type.

[DataMember(Name = "accessType", EmitDefaultValue = true)]
[JsonProperty("accessType")]
public TemplateAccessType AccessType { get; set; }

Property Value

TemplateAccessType

Gets the value of recipient Access Type.

TeamId

Gets or sets recipient Team Id.

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

Property Value

string

Gets the value of recipient Team Id.

Methods

ToJson()

Returns the JSON string presentation of the object.

public virtual string ToJson()

Returns

string

JSON string presentation of the object.