Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class SecretKeyUsagePage

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

    Properties

    | Edit this page View Source

    Count

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

    HasMore

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

    Number

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

    Rows

    Declaration
    [JsonPropertyName("rows")]
    public List<SecretKeyUsageRow>? Rows { get; set; }
    Property Value
    Type Description
    List<SecretKeyUsageRow>
    | Edit this page View Source

    Size

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

    Total

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