Class SetAttributionReportingLocalTestingModeCommandSettings
public sealed class SetAttributionReportingLocalTestingModeCommandSettings : ICommand
- Inheritance
-
SetAttributionReportingLocalTestingModeCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Enabled
If enabled, noise is suppressed and reports are sent immediately.
[JsonPropertyName("enabled")]
public bool Enabled { get; set; }