Class V1Person
Inheritance
System.Object
V1Person
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()
Assembly: Recolude.dll
Syntax
[Serializable]
public class V1Person
Fields
devKey
Declaration
Field Value
email
Declaration
Field Value
Type |
Description |
System.String |
|
id
Declaration
Field Value
Type |
Description |
System.String |
|
organizations
Declaration
public V1Organization[] organizations
Field Value
permissions
Declaration
public V1Permission[] permissions
Field Value
projects
Declaration
public V1Project[] projects
Field Value
sub
Declaration
Field Value
Type |
Description |
System.String |
|
username
Declaration
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 |
|