共用方式為


AdminRequestApprovalsResource.ApprovedPlans Property

Definition

Gets or sets Approved plans ids, empty in case of rejected

[Newtonsoft.Json.JsonProperty(PropertyName="properties.approvedPlans")]
public System.Collections.Generic.IList<string> ApprovedPlans { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.approvedPlans")>]
member this.ApprovedPlans : System.Collections.Generic.IList<string> with get, set
Public Property ApprovedPlans As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to