Class SecretKeyPage
Inheritance
SecretKeyPage
Assembly: Inttegro.dll
Syntax
public sealed class SecretKeyPage
Properties
|
Edit this page
View Source
Count
Declaration
[JsonPropertyName("count")]
public int? Count { get; set; }
Property Value
|
Edit this page
View Source
HasMore
Declaration
[JsonPropertyName("has_more")]
public bool? HasMore { get; set; }
Property Value
|
Edit this page
View Source
Keys
Declaration
[JsonPropertyName("keys")]
public List<SecretKey>? Keys { get; set; }
Property Value
|
Edit this page
View Source
Number
Declaration
[JsonPropertyName("number")]
public int? Number { get; set; }
Property Value
|
Edit this page
View Source
Size
Declaration
[JsonPropertyName("size")]
public int? Size { get; set; }
Property Value
|
Edit this page
View Source
Total
Declaration
[JsonPropertyName("total")]
public int? Total { get; set; }
Property Value