Class ProposedActionResponse
Inheritance
ProposedActionResponse
Assembly: Seclai.dll
Syntax
public sealed class ProposedActionResponse
Properties
ActionType
Declaration
[JsonPropertyName("action_type")]
public string? ActionType { get; set; }
Property Value
Description
Declaration
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
IsDestructive
Declaration
[JsonPropertyName("is_destructive")]
public bool? IsDestructive { get; set; }
Property Value
Params
Declaration
[JsonPropertyName("params")]
public Dictionary<string, JsonElement>? Params { get; set; }
Property Value