Table of Contents

Class IdleCommandsModel

Namespace
The.Web.Pages
Assembly
Instagile.Web.Client.dll
public sealed record IdleCommandsModel : AvailableCommandsModel, IEquatable<CommandsModel>, IEquatable<AvailableCommandsModel>, IEquatable<IdleCommandsModel>
Inheritance
IdleCommandsModel
Implements
Inherited Members

Constructors

IdleCommandsModel(IReadOnlyList<NotificationModel>, IReadOnlyList<CommandModel>)

public IdleCommandsModel(IReadOnlyList<NotificationModel> Notifications, IReadOnlyList<CommandModel> Commands)

Parameters

Notifications IReadOnlyList<NotificationModel>
Commands IReadOnlyList<CommandModel>

Properties

Commands

public IReadOnlyList<CommandModel> Commands { get; init; }

Property Value

IReadOnlyList<CommandModel>