Search Results for

    Show / Hide Table of Contents

    Class ApiLimits

    Inheritance
    object
    ApiLimits
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    [GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
    public class ApiLimits

    Properties

    FifteenMinutes

    Declaration
    [JsonProperty("fifteenMinutes", Required = Required.Always)]
    public int FifteenMinutes { get; set; }
    Property Value
    int

    FiveMinutes

    Declaration
    [JsonProperty("fiveMinutes", Required = Required.Always)]
    public int FiveMinutes { get; set; }
    Property Value
    int

    Hour

    Declaration
    [JsonProperty("hour", Required = Required.Always)]
    public int Hour { get; set; }
    Property Value
    int

    Minute

    Declaration
    [JsonProperty("minute", Required = Required.Always)]
    public int Minute { get; set; }
    Property Value
    int

    ThirtySeconds

    Declaration
    [JsonProperty("thirtySeconds", Required = Required.Always)]
    public int ThirtySeconds { get; set; }
    Property Value
    int

    TwelveHours

    Declaration
    [JsonProperty("twelveHours", Required = Required.Always)]
    public int TwelveHours { get; set; }
    Property Value
    int

    Methods

    FromJson(string)

    Declaration
    public static ApiLimits FromJson(string data)
    Parameters
    string data

    Returns
    ApiLimits

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX