Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class App

    Inheritance
    object
    App
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Inttegro
    Assembly: Inttegro.dll
    Syntax
    public sealed class App

    Properties

    | Edit this page View Source

    Alias

    Declaration
    [JsonPropertyName("alias")]
    public string? Alias { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ArchivedAt

    Declaration
    [JsonPropertyName("archived_at")]
    public string? ArchivedAt { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    CreatedAt

    Declaration
    [JsonPropertyName("created_at")]
    public string? CreatedAt { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Description

    Declaration
    [JsonPropertyName("description")]
    public string? Description { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Extra

    Declaration
    [JsonExtensionData]
    public Dictionary<string, JsonElement>? Extra { get; set; }
    Property Value
    Type Description
    Dictionary<string, JsonElement>
    | Edit this page View Source

    Id

    Declaration
    [JsonPropertyName("id")]
    public string? Id { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    LegalEntityType

    Declaration
    [JsonPropertyName("legal_entity_type")]
    public string? LegalEntityType { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Name

    Declaration
    [JsonPropertyName("name")]
    public string? Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Relationship

    Declaration
    [JsonPropertyName("relationship")]
    public AppRelationship? Relationship { get; set; }
    Property Value
    Type Description
    AppRelationship
    | Edit this page View Source

    SecretKey

    Declaration
    [JsonPropertyName("secret_key")]
    public GeneratedSecretKey? SecretKey { get; set; }
    Property Value
    Type Description
    GeneratedSecretKey
    | Edit this page View Source

    UpdatedAt

    Declaration
    [JsonPropertyName("updated_at")]
    public string? UpdatedAt { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX