Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class AppRelationship

    Inheritance
    object
    AppRelationship
    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 AppRelationship

    Properties

    | Edit this page View Source

    ActorAppId

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

    ChildAppId

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

    ChildStanding

    Declaration
    [JsonPropertyName("child_standing")]
    public string? ChildStanding { 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

    CreatorAppId

    Declaration
    [JsonPropertyName("creator_app_id")]
    public string? CreatorAppId { 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

    Kind

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

    PlacementParentAppId

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

    RelationshipPolicy

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

    Status

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

    SubjectAppId

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