BindToGatewayRequest.DatasourceObjectIds プロパティ

定義

[Newtonsoft.Json.JsonProperty(PropertyName="datasourceObjectIds")]
public System.Collections.Generic.IList<Guid?> DatasourceObjectIds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="datasourceObjectIds")>]
member this.DatasourceObjectIds : System.Collections.Generic.IList<Nullable<Guid>> with get, set
Public Property DatasourceObjectIds As IList(Of Nullable(Of Guid))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象