Table of Contents

Class SpecifierType

Namespace
Mailtrap.AccountAccesses.Models
Assembly
Mailtrap.Abstractions.dll

Represents access specifier (principal) type.

public sealed record SpecifierType : StringEnum<SpecifierType>, IEquatable<StringEnum<SpecifierType>>, IEquatable<SpecifierType>
Inheritance
SpecifierType
Implements
Inherited Members

Properties

ApiToken

Gets the value representing "API Token" specifier type.

public static SpecifierType ApiToken { get; }

Property Value

SpecifierType

Represents "API Token" specifier type.

Invite

Gets the value representing "Invite" specifier type.

public static SpecifierType Invite { get; }

Property Value

SpecifierType

Represents "Invite" specifier type.

User

Gets the value representing "User" specifier type.

public static SpecifierType User { get; }

Property Value

SpecifierType

Represents "User" specifier type.