Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class PullPushConfig

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

    Properties

    | Edit this page View Source

    Enabled

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

    EnabledAt

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

    Mandate

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