Class PullPushConfig
Inheritance
PullPushConfig
Assembly: Inttegro.dll
Syntax
public sealed class PullPushConfig
Properties
|
Edit this page
View Source
Enabled
Declaration
[JsonPropertyName("enabled")]
public bool? Enabled { get; set; }
Property Value
|
Edit this page
View Source
EnabledAt
Declaration
[JsonPropertyName("enabled_at")]
public string? EnabledAt { get; set; }
Property Value
|
Edit this page
View Source
Mandate
Declaration
[JsonPropertyName("mandate")]
public JsonObject? Mandate { get; set; }
Property Value