Class RAiDServicePoint
- Namespace
- RAiD.Net.Domain
- Assembly
- RAiD.Net.dll
public class RAiDServicePoint
- Inheritance
-
RAiDServicePoint
- Inherited Members
-
Properties
AdminEmail
[JsonPropertyName("adminEmail")]
public required string AdminEmail { get; init; }
Property Value
- string
AppWritesEnabled
[JsonPropertyName("appWritesEnabled")]
public bool? AppWritesEnabled { get; init; }
Property Value
- bool?
Enabled
[JsonPropertyName("enabled")]
public required bool Enabled { get; init; }
Property Value
- bool
GroupId
[JsonPropertyName("groupId")]
public string? GroupId { get; init; }
Property Value
- string
Id
[JsonPropertyName("id")]
public required long Id { get; init; }
Property Value
- long
IdentifierOwner
[JsonPropertyName("identifierOwner")]
public required string IdentifierOwner { get; init; }
Property Value
- string
Name
[JsonPropertyName("name")]
public required string Name { get; init; }
Property Value
- string
Prefix
[JsonPropertyName("prefix")]
public string? Prefix { get; init; }
Property Value
- string
RepositoryId
[JsonPropertyName("repositoryId")]
public string? RepositoryId { get; init; }
Property Value
- string
SearchContent
[JsonPropertyName("searchContent")]
public string? SearchContent { get; init; }
Property Value
- string
TechEmail
[JsonPropertyName("techEmail")]
public required string TechEmail { get; init; }
Property Value
- string