Class SourceActions
[JsonConverter(typeof(InputSourceActionsConverter))]
public abstract record SourceActions : IEquatable<SourceActions>
- Inheritance
-
SourceActions
- Implements
- Derived
- Inherited Members
Constructors
SourceActions(string)
protected SourceActions(string Id)
Parameters
Idstring
Properties
Id
public string Id { get; init; }