Class UpdateApiVersionRequest
Sets or clears the account's sticky API version pin.
Inherited Members
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.