次の方法で共有


Request.Period プロパティ

定義

省略可能な引数、時系列の定期的な値を取得または設定します。 値が null であるか、存在しない場合には、API が自動で期間を決定します。

[Newtonsoft.Json.JsonProperty(PropertyName="period")]
public int? Period { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="period")>]
member this.Period : Nullable<int> with get, set
Public Property Period As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象