Class EnableReportingApiCommandSettings
Enables tracking for the Reporting API, events generated by the Reporting API will now be delivered to the client. Enabling triggers 'reportingApiReportAdded' for all existing reports.
public sealed class EnableReportingApiCommandSettings : ICommand
- Inheritance
-
EnableReportingApiCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Enable
Whether to enable or disable events for the Reporting API
[JsonPropertyName("enable")]
public bool Enable { get; set; }