Class SharePermission
Share Permission information
Inheritance
System.Object
SharePermission
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:Dapplo.Jira.Entities
Assembly:Dapplo.Jira.dll
Syntax
[JsonObject]
public class SharePermission
Properties
| Improve this Doc View SourceId
Id for the share permission
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Project
Project for the permissions
Declaration
[JsonProperty(PropertyName = "project")]
public ProjectDigest Project { get; set; }
Property Value
Type | Description |
---|---|
ProjectDigest |
Type
Share type can be project
Declaration
[JsonProperty(PropertyName = "type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |