Class PushbulletSettings
Inheritance
System.Object
PushbulletSettings
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class PushbulletSettings : PerMachineSettings, IEquatable<APIBase>
Properties
EnablePushbullet
Declaration
public bool EnablePushbullet { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
PushbulletToken
Declaration
public string PushbulletToken { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SendProgressScreenshotIntervalMinutes
Declaration
public Overridable<int> SendProgressScreenshotIntervalMinutes { get; set; }
Property Value
Methods
GeneratePushbulletToken()
Declaration
public void GeneratePushbulletToken()
Implements
System.IEquatable<T>
Extension Methods