Class App
Assembly: Inttegro.dll
Syntax
Properties
|
Edit this page
View Source
Alias
Declaration
[JsonPropertyName("alias")]
public string? Alias { get; set; }
Property Value
|
Edit this page
View Source
ArchivedAt
Declaration
[JsonPropertyName("archived_at")]
public string? ArchivedAt { get; set; }
Property Value
|
Edit this page
View Source
CreatedAt
Declaration
[JsonPropertyName("created_at")]
public string? CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonExtensionData]
public Dictionary<string, JsonElement>? Extra { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
|
Edit this page
View Source
LegalEntityType
Declaration
[JsonPropertyName("legal_entity_type")]
public string? LegalEntityType { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
|
Edit this page
View Source
Relationship
Declaration
[JsonPropertyName("relationship")]
public AppRelationship? Relationship { get; set; }
Property Value
|
Edit this page
View Source
SecretKey
Declaration
[JsonPropertyName("secret_key")]
public GeneratedSecretKey? SecretKey { get; set; }
Property Value
|
Edit this page
View Source
UpdatedAt
Declaration
[JsonPropertyName("updated_at")]
public string? UpdatedAt { get; set; }
Property Value