Constructors
constructor
- new Report(id: string, name: string, token: string, url: string): Report
-
Parameters
-
id: string
-
name: string
-
token: string
-
url: string
Properties
Private _name
_name: string
Private _token
_token: string
Private _url
_url: string
Model for a PowerBI embed report with token.
Report