GenerateTokenRequestV2Report Constructors

Definition

Overloads

GenerateTokenRequestV2Report()
GenerateTokenRequestV2Report(Guid, Nullable<Boolean>)

GenerateTokenRequestV2Report()

public GenerateTokenRequestV2Report ();
Public Sub New ()

Applies to

GenerateTokenRequestV2Report(Guid, Nullable<Boolean>)

public GenerateTokenRequestV2Report (Guid id, bool? allowEdit = default);
new Microsoft.PowerBI.Api.Models.GenerateTokenRequestV2Report : Guid * Nullable<bool> -> Microsoft.PowerBI.Api.Models.GenerateTokenRequestV2Report
Public Sub New (id As Guid, Optional allowEdit As Nullable(Of Boolean) = Nothing)

Parameters

id
Guid
allowEdit
Nullable<Boolean>

Applies to