Table of Contents

Class RAiDPermissionsDto

Namespace
RAiD.Net.Domain
Assembly
RAiD.Net.dll
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?