Class MeResponse
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class MeResponse
Properties
AccountId
Declaration
[JsonPropertyName("account_id")]
public string AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Organizations
Declaration
[JsonPropertyName("organizations")]
public List<OrganizationInfoResponse> Organizations { get; set; }
Property Value
| Type | Description |
|---|---|
| List<OrganizationInfoResponse> |