Class FlowQuickAction
public sealed record FlowQuickAction : IEquatable<FlowQuickAction>
- Inheritance
-
FlowQuickAction
- Implements
- Inherited Members
Constructors
FlowQuickAction(string, string, string, string)
public FlowQuickAction(string Id, string Title, string Description, string Category)
Parameters
Properties
Category
public string Category { get; init; }
Property Value
Description
public string Description { get; init; }
Property Value
Id
public string Id { get; init; }
Property Value
Title
public string Title { get; init; }