DirectQueryRefreshSchedule.Days Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="days")]
public System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Days?> Days { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="days")>]
member this.Days : System.Collections.Generic.IList<Nullable<Microsoft.PowerBI.Api.Models.Days>> with get, set
Public Property Days As IList(Of Nullable(Of Days))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to