Class UpdateAgentRequest
Inheritance
UpdateAgentRequest
Assembly: Seclai.dll
Syntax
public sealed class UpdateAgentRequest
Properties
Description
Declaration
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
IsPublic
Declaration
[JsonPropertyName("is_public")]
public bool? IsPublic { get; set; }
Property Value
Name
Declaration
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
SolutionId
Declaration
[JsonPropertyName("solution_id")]
public string? SolutionId { get; set; }
Property Value
Declaration
[JsonPropertyName("tags")]
public List<string>? Tags { get; set; }
Property Value