Class RAiDPermissionsDto
public class RAiDPermissionsDto
- Inheritance
-
RAiDPermissionsDto
- Inherited Members
Properties
Read
[JsonPropertyName("read")]
public bool? Read { get; init; }
Property Value
- bool?
ServicePointMatch
[JsonPropertyName("servicePointMatch")]
public bool? ServicePointMatch { get; init; }
Property Value
- bool?
Write
[JsonPropertyName("write")]
public bool? Write { get; init; }
Property Value
- bool?