Class ContactAction
Contact update actions.
public sealed record ContactAction : StringEnum<ContactAction>, IEquatable<StringEnum<ContactAction>>, IEquatable<ContactAction>
- Inheritance
-
ContactAction
- Implements
- Inherited Members
Fields
Created
Gets the value representing "Created" contact action.
public static readonly ContactAction Created
Field Value
- ContactAction
Represents "Created" contact action.
Updated
Gets the value representing "Updated" contact action.
public static readonly ContactAction Updated
Field Value
- ContactAction
Represents "Updated" contact action.