Search Results for

    Show / Hide Table of Contents

    Class UpdateApiVersionRequest

    Sets or clears the account's sticky API version pin.

    Inheritance
    object
    UpdateApiVersionRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Seclai.Models
    Assembly: Seclai.dll
    Syntax
    public sealed class UpdateApiVersionRequest

    Properties

    Version

    A YYYY-MM-DD date to pin the account to, or null to clear the pin and revert to the default baseline.

    Declaration
    [JsonPropertyName("version")]
    public string? Version { get; set; }
    Property Value
    Type Description
    string
    Remarks

    Serialised even when null, because null is the documented way to clear the pin — omitting the property would leave it unchanged.

    In this article
    Back to top Generated by DocFX