Class RAiDServicePointCreateRequest
- Namespace
- RAiD.Net.Domain
- Assembly
- RAiD.Net.dll
public class RAiDServicePointCreateRequest
- Inheritance
-
RAiDServicePointCreateRequest
- Inherited Members
-
Properties
AdminEmail
[JsonPropertyName("adminEmail")]
public string? AdminEmail { get; init; }
Property Value
- string
AppWritesEnabled
[JsonPropertyName("appWritesEnabled")]
public bool? AppWritesEnabled { get; init; }
Property Value
- bool?
Enabled
[JsonPropertyName("enabled")]
public bool? Enabled { get; init; }
Property Value
- bool?
GroupId
[JsonPropertyName("groupId")]
public required string GroupId { get; init; }
Property Value
- string
IdentifierOwner
[JsonPropertyName("identifierOwner")]
public required string IdentifierOwner { get; init; }
Property Value
- string
Name
[JsonPropertyName("name")]
public required string Name { get; init; }
Property Value
- string
Password
[JsonPropertyName("password")]
public string? Password { 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
TechEmail
[JsonPropertyName("techEmail")]
public string? TechEmail { get; init; }
Property Value
- string