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.API.dll
Syntax
[Serializable]
public class V1Person
Fields
customer
Declaration
public V1Customer customer
Field Value
customer_id
Declaration
public string customer_id
Field Value
Type |
Description |
System.String |
|
dev_key
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
state
Declaration
public V1EnumUserState state
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 |
|
DeletedAt
Declaration
public DateTime DeletedAt { get; }
Property Value
Type |
Description |
System.DateTime |
|
UpdatedAt
Declaration
public DateTime UpdatedAt { get; }
Property Value
Type |
Description |
System.DateTime |
|