Export.Status Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public Microsoft.PowerBI.Api.Models.ExportState? Status { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]
member this.Status : Nullable<Microsoft.PowerBI.Api.Models.ExportState> with get, set
Public Property Status As Nullable(Of ExportState)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to