UpdateGatewaySettingsParameters.Password プロパティ

定義

ゲートウェイ設定のユーザー パスワードを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="restAuthCredential.password")]
public string Password { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="restAuthCredential.password")>]
member this.Password : string with get, set
Public Property Password As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象