PowerBIApiErrorResponseDetail Construtores

Definição

Sobrecargas

PowerBIApiErrorResponseDetail()
PowerBIApiErrorResponseDetail(String, String, String)

PowerBIApiErrorResponseDetail()

public PowerBIApiErrorResponseDetail ();
Public Sub New ()

Aplica-se a

PowerBIApiErrorResponseDetail(String, String, String)

public PowerBIApiErrorResponseDetail (string code = default, string message = default, string target = default);
new Microsoft.PowerBI.Api.Models.PowerBIApiErrorResponseDetail : string * string * string -> Microsoft.PowerBI.Api.Models.PowerBIApiErrorResponseDetail
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional target As String = Nothing)

Parâmetros

code
String
message
String
target
String

Aplica-se a