Class V1Permission
Inheritance
System.Object
V1Permission
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: Recolude.API
Assembly: Recolude.API.dll
Syntax
[Serializable]
public class V1Permission
Fields
id
Declaration
public string id
Field Value
Type | Description |
---|---|
System.String |
security_role
Declaration
public V1SecurityRole security_role
Field Value
Type | Description |
---|---|
V1SecurityRole |
security_role_id
Declaration
public string security_role_id
Field Value
Type | Description |
---|---|
System.String |
trackable_entity_id
Declaration
public string trackable_entity_id
Field Value
Type | Description |
---|---|
System.String |
trackable_entity_type
Declaration
public string trackable_entity_type
Field Value
Type | Description |
---|---|
System.String |
trackable_group_id
Declaration
public string trackable_group_id
Field Value
Type | Description |
---|---|
System.String |
trackable_group_type
Declaration
public string trackable_group_type
Field Value
Type | Description |
---|---|
System.String |
Properties
CreatedAt
Declaration
public DateTime CreatedAt { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
UpdatedAt
Declaration
public DateTime UpdatedAt { get; }
Property Value
Type | Description |
---|---|
System.DateTime |