Xurrent.GraphQL.PowerShell.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Xurrent.GraphQL.PowerShell</name>
    </assembly>
    <members>
        <member name="T:Xurrent.GraphQL.PowerShell.XurrentPowerShellClient">
            <summary>
            The Xurrent GraphQL PowerShell client.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.XurrentPowerShellClient.XurrentClient">
            <summary>
            Get the <see cref="T:Xurrent.GraphQL.XurrentClient"/>.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.XurrentPowerShellClient.MaximumRecursiveRequests">
            <summary>
            <br>Get or set the number of recursive requests.</br>
            <br>The value must be at least 1 and maximum 1000.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.XurrentPowerShellClient.MaximumQueryDepthLevelConnections">
            <summary>
            <br>Get or set the maximum number of GraphQL depth level connections.</br>
            <br>The value must be at least 1 and maximum 13.</br>
            <para>Warning: changing this to a higher value can impact performance significantly because of the built-in pagination handling. The default value is 2.</para>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.XurrentPowerShellClient.DefaultItemsPerRequest">
            <summary>
            <br>Get or set the number of objects returned per API call.</br>
            <br>The value needs to be between 1 and 100 inclusive.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.XurrentPowerShellClient.AccountID">
            <summary>
            Get or set the Xurrent account ID.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.XurrentPowerShellClient.EnumeratorTolerantSerializer">
            <summary>
            <para>
            <br>Specify the enumerator serialization behavior.</br>
            </para>
            <br>True to ignore unmappable enumerator values; otherwise false.</br>
            <br>If the SDK cannot recognize a specific enumerator value, it will either return null or a default value instead.</br>
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.XurrentPowerShellClient.#ctor(System.String,System.String,Xurrent.GraphQL.EnvironmentType,Xurrent.GraphQL.EnvironmentRegion)">
            <summary>
            Create a new instance of the Xurrent GraphQL SDK PowerShell client.
            </summary>
            <param name="personalAccessToken">The personal access token.</param>
            <param name="accountID">The Xurrent Account ID.</param>
            <param name="environment">The Xurrent environment.</param>
            <param name="environmentRegion">The Xurrent environment region.</param>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.XurrentPowerShellClient.#ctor(System.String,System.String,System.String,Xurrent.GraphQL.EnvironmentType,Xurrent.GraphQL.EnvironmentRegion)">
            <summary>
            Create a new instance of the Xurrent GraphQL SDK PowerShell client.
            </summary>
            <param name="clientId">The OAuht2 client id.</param>
            <param name="clientSecret">The OAuth2 client secret.</param>
            <param name="accountID">The Xurrent Account ID.</param>
            <param name="environment">The Xurrent environment.</param>
            <param name="environmentRegion">The Xurrent environment region.</param>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.XurrentPowerShellClient.#ctor(System.String,System.String,System.String)">
            <summary>
            Create a new instance of the Xurrent GraphQL SDK PowerShell client.
            </summary>
            <param name="personalAccessToken">The personal access token.</param>
            <param name="accountID">The Xurrent Account ID.</param>
            <param name="apiBaseUrl">The base URL for constructing the full API endpoint.</param>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.XurrentPowerShellClient.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Create a new instance of the Xurrent GraphQL SDK PowerShell client.
            </summary>
            <param name="clientId">The OAuht2 client id.</param>
            <param name="clientSecret">The OAuth2 client secret.</param>
            <param name="accountID">The Xurrent Account ID.</param>
            <param name="apiBaseUrl">The base URL for constructing the full API endpoint.</param>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.XurrentPowerShellClientManager">
            <summary>
            Manages instances of <see cref="T:Xurrent.GraphQL.PowerShell.XurrentPowerShellClientManager"/> allowing for easy access and lifecycle management of multiple clients.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.XurrentPowerShellClientManager.AddClient(Xurrent.GraphQL.PowerShell.XurrentPowerShellClient)">
            <summary>
            Adds a <see cref="T:Xurrent.GraphQL.PowerShell.XurrentPowerShellClient"/> to the managed list of clients.
            </summary>
            <param name="client">The <see cref="T:Xurrent.GraphQL.PowerShell.XurrentPowerShellClient"/> to add to the management list.</param>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.XurrentPowerShellClientManager.GetClient">
            <summary>
            Retrieves the first <see cref="T:Xurrent.GraphQL.PowerShell.XurrentPowerShellClient"/> from the managed list of clients.
            </summary>
            <returns>The first <see cref="T:Xurrent.GraphQL.PowerShell.XurrentPowerShellClient"/> instance from the managed list.</returns>
            <exception cref="T:Xurrent.GraphQL.XurrentException">Thrown when there are no clients in the managed list.</exception>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentCommand">
            <summary>
            Create a new attachment object for Xurrent.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentCommand.Key">
            <summary>
            The key obtained from the attachment upload response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentCommand.Inline">
            <summary>
            Whether the attachment is an inline image.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentCommand.Size">
            <summary>
            The size of the attachment in bytes.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentCommand.ProcessRecord">
            <summary>
            Upload the attachment.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentCommand.EndProcessing">
            <summary>
            Completes the processing of the command.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SendAttachmentCommand">
            <summary>
            Upload an attachment to Xurrent for later reference.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SendAttachmentCommand.Path">
            <summary>
            The path to the file to upload.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SendAttachmentCommand.ContentType">
            <summary>
            The content type of to the file to upload.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SendAttachmentCommand.Client">
            <summary>
            The client is used to upload the file. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SendAttachmentCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SendAttachmentCommand.ProcessRecord">
            <summary>
            Upload the attachment.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SendAttachmentCommand.EndProcessing">
            <summary>
            Completes the processing of the command.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.AddCustomFieldCommand">
            <summary>
            Add or update an item in a <see cref="P:Xurrent.GraphQL.PowerShell.Commands.AddCustomFieldCommand.CustomFieldCollection"/>.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.AddCustomFieldCommand.CustomFieldCollection">
            <summary>
            The custom field collection.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.AddCustomFieldCommand.ID">
            <summary>
            The identifier of the custom field to add or update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.AddCustomFieldCommand.Value">
            <summary>
            The new value of the custom field.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.AddCustomFieldCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.AddCustomFieldCommand.ProcessRecord">
            <summary>
            Upload the attachment.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.AddCustomFieldCommand.EndProcessing">
            <summary>
            Completes the processing of the command.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewCustomFieldCollectionCommand">
            <summary>
            Creates a new custom field collection.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomFieldCollectionCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomFieldCollectionCommand.ProcessRecord">
            <summary>
            Upload the attachment.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomFieldCollectionCommand.EndProcessing">
            <summary>
            Completes the processing of the command.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.ShowCustomFieldsCommand">
            <summary>
            Add or update an item in a <see cref="P:Xurrent.GraphQL.PowerShell.Commands.ShowCustomFieldsCommand.CustomFieldCollection"/>.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.ShowCustomFieldsCommand.CustomFieldCollection">
            <summary>
            The custom field collection.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.ShowCustomFieldsCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.ShowCustomFieldsCommand.ProcessRecord">
            <summary>
            Upload the attachment.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.ShowCustomFieldsCommand.EndProcessing">
            <summary>
            Completes the processing of the command.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SaveDataExportCommand">
            <summary>
            CmdLet to wait for the data export process to complete, download the file, and save it to a specified path.
            This CmdLet polls the export status at specified intervals, downloads the file once the export is complete, and saves it to the provided file path.
            The export token, polling interval, and file path are specified as parameters.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SaveDataExportCommand.Token">
            <summary>
            Gets or sets the export token.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SaveDataExportCommand.PollingInterval">
            <summary>
            Gets or sets the polling interval in seconds.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SaveDataExportCommand.Path">
            <summary>
            Gets or sets the path where the exported file will be saved.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SaveDataExportCommand.Timeout">
            <summary>
            Gets or sets the maximum time in seconds to wait for the export to complete.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SaveDataExportCommand.Client">
            <summary>
            The client used for interacting with the Xurrent API. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SaveDataExportCommand.BeginProcessing">
            <summary>
            Initial setup operations before processing the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SaveDataExportCommand.ProcessRecord">
            <summary>
            Executes the connection process based on the specified parameters.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SaveDataExportCommand.EndProcessing">
            <summary>
            Final cleanup operations after processing the command.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.StartDataExportCommand">
            <summary>
            CmdLet to export data from the Xurrent system.
            This CmdLet supports exporting data in different formats, such as CSV and Excel.
            The format can be specified as a parameter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.StartDataExportCommand.Format">
            <summary>
            Gets or sets the export format.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.StartDataExportCommand.LineSeparator">
            <summary>
            Gets or sets the line separator for CSV exports.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.StartDataExportCommand.Types">
            <summary>
            Gets or sets the types of data to export.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.StartDataExportCommand.From">
            <summary>
            Gets or sets the start date for the export.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.StartDataExportCommand.Client">
            <summary>
            The client is used to upload the file. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.StartDataExportCommand.BeginProcessing">
            <summary>
            Initial setup operations before processing the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.StartDataExportCommand.ProcessRecord">
            <summary>
            Executes the connection process based on the specified parameters.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.StartDataExportCommand.EndProcessing">
            <summary>
            Final cleanup operations after processing the command.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.StartDataImportCommand">
            <summary>
            CmdLet to initiate the data import process to the Xurrent system.
            This CmdLet supports importing data from specified file paths or streams.
            The type of import and the data source can be specified as parameters.
            The CmdLet returns an object representing the import operation, which can be used to monitor the status and ensure the data is successfully imported.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.StartDataImportCommand.Type">
            <summary>
            Gets or sets the type of data to import.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.StartDataImportCommand.Path">
            <summary>
            Gets or sets the file path of the data to import.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.StartDataImportCommand.Client">
            <summary>
            The client used for interacting with the Xurrent API. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.StartDataImportCommand.BeginProcessing">
            <summary>
            Initial setup operations before processing the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.StartDataImportCommand.ProcessRecord">
            <summary>
            Executes the connection process based on the specified parameters.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.StartDataImportCommand.EndProcessing">
            <summary>
            Final cleanup operations after processing the command.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.WaitDataImportCommand">
            <summary>
            CmdLet to wait for the data import process to complete by periodically checking the import status.
            This CmdLet polls the import status at specified intervals until the import process is complete.
            The import token and polling interval are specified as parameters.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.WaitDataImportCommand.Token">
            <summary>
            Gets or sets the import token.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.WaitDataImportCommand.PollingInterval">
            <summary>
            Gets or sets the polling interval in seconds.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.WaitDataImportCommand.Timeout">
            <summary>
            Gets or sets the maximum time in seconds to wait for the import to complete.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.WaitDataImportCommand.Client">
            <summary>
            The client used for interacting with the Xurrent API. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.WaitDataImportCommand.BeginProcessing">
            <summary>
            Initial setup operations before processing the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.WaitDataImportCommand.ProcessRecord">
            <summary>
            Executes the connection process based on the specified parameters.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.WaitDataImportCommand.EndProcessing">
            <summary>
            Final cleanup operations after processing the command.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeQueryCommand`2">
            <summary>
            Represents a PowerShell cmdlet for invoking a query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.InvokeQueryCommand`2.Query">
            <summary>
            The query to be executed.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.InvokeQueryCommand`2.Client">
            <summary>
            The client is used to execute the query. If no client is specified, the first created client will be used by default.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.InvokeQueryCommand`2.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.InvokeQueryCommand`2.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.InvokeQueryCommand`2.EndProcessing">
            <summary>
            Completes the processing of the command.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewClientCommand">
            <summary>
            Creates a new connection to the Xurrent GraphQL API using various authentication methods.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewClientCommand.ClientId">
            <summary>
            Specifies the client ID required for OAuth authentication.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewClientCommand.ClientSecret">
            <summary>
            Specifies the client secret required for OAuth authentication.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewClientCommand.PersonalAccessToken">
            <summary>
            Specifies the personal access token used for authentication.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewClientCommand.Credential">
            <summary>
            Specifies the credentials used for authentication. This should include the client id and client secret.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewClientCommand.AccountID">
            <summary>
            Specifies the account identifier required for establishing the connection.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewClientCommand.EnvironmentType">
            <summary>
            Specifies the environment type. This setting helps define the API configuration.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewClientCommand.EnvironmentRegion">
            <summary>
            Specifies the region for the client. This setting determines the geographical API endpoint.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewClientCommand.ApiBaseUrl">
            <summary>
            Allows specification of a custom base URL for constructing the full API endpoint.
            When set, this will override the default URL derived from the provided environment type and region.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewClientCommand.MaximumRecursiveRequests">
            <summary>
            Sets the maximum number of recursive requests allowed during operations.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewClientCommand.MaximumQueryDepthLevelConnections">
            <summary>
            Specifies the maximum depth for query connections.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewClientCommand.DefaultItemsPerRequest">
            <summary>
            Specifies the default number of items to be requested per operation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewClientCommand.EnumeratorTolerantSerializer">
            <summary>
            Enables or disables tolerance for enumerators within the serializer.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewClientCommand.BeginProcessing">
            <summary>
            Initial setup operations before processing the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewClientCommand.ProcessRecord">
            <summary>
            Executes the connection process based on the specified parameters.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewClientCommand.EndProcessing">
            <summary>
            Final cleanup operations after processing the command.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewCustomFilterCommand">
            <summary>
            Represents a command to create a new custom filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomFilterCommand.Name">
            <summary>
            Gets or sets the name of the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomFilterCommand.Operator">
            <summary>
            Gets or sets the operator for the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomFilterCommand.Values">
            <summary>
            Gets or sets the values for the filter.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomFilterCommand.BeginProcessing">
            <summary>
            Perform initialization of command properties and state.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomFilterCommand.ProcessRecord">
            <summary>
            Process the record by creating and validating a new custom filter.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomFilterCommand.EndProcessing">
            <summary>
            Perform cleanup operations or finalizations after processing.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand">
            <summary>
            Create a new event in Xurrent.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.Category">
            <summary>
            Used to specify an option in the Category field of the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.ConfigurationItemName">
            <summary>
            <br>Used to specify the configuration item that is to be related to the request.</br>
            <br>The configuration item needs to be identified by its <c>label</c> or, in case of a software configuration item, its <c>name</c> field value.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.ConfigurationItemID">
            <summary>
            <br>Used to specify the configuration item that is to be related to the request.</br>
            <br>The configuration item will be identified by its <c>ID</c>.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.ConfigurationItemSource">
            <summary>
            <br>Used to specify the configuration item that is to be related to the request.</br>
            <br>The configuration item will be identified by its <c>source</c> and <c>sourceID</c>.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.ConfigurationItemSourceID">
            <summary>
            <br>Used to specify the configuration item that is to be related to the request.</br>
            <br>The configuration item will be identified by its <c>source</c> and <c>sourceID</c>.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.ConfigurationItem">
            <summary>
            <br>Used to specify the configuration item that is to be related to the request.</br>
            <br>The configuration will be identified by its <c>ID</c>, or by its <c>source</c> and <c>sourceID</c> when the <c>ID</c> is <c>null</c> or empty.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.CompletionReason">
            <summary>
            Used to specify an option in the completion reason field of the request when its status field is set to <c>completed</c>.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.DesiredCompletionAt">
            <summary>
            <br>Used to specify the date and time that has been agreed on for the completion of the request.</br>
            <br>The desired completion overwrites the automatically calculated resolution target of any affected SLA that is related to the request when the desired completion is later than the affected SLA's resolution target.</br>
            <br>By default, the <c>requested_by</c> receives a notification based on the ‘Desired Completion Set for Request’ email template whenever the <c>desired_completion_at</c> is set, updated or removed.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.DownTimeEndAt">
            <summary>
            Used to specify the end date and time of a service outage.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.DownTimeStartAt">
            <summary>
            Used to specify the start date and time of a service outage.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.Impact">
            <summary>
            Used to specify an option in the impact field of the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.InternalNote">
            <summary>
            Used to provide the text that needs to be added as an internal note to the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.MemberPrimaryEmail">
            <summary>
            Used to specify the person to which the request is to be assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.MemberID">
            <summary>
            Used to specify the person to which the request is to be assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.Member">
            <summary>
            <br>Used to specify the person to which the request is to be assigned.</br>
            <br>The person will be identified by its <c>ID</c>, or by its <c>primary email</c> when the <c>ID</c> is <c>null</c> or empty.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.Note">
            <summary>
            Used to provide the text that needs to be added as a note to the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.ProblemID">
            <summary>
            Used to specify the problem that is to be related to the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.Problem">
            <summary>
            <br>Used to specify the problem that is to be related to the request.</br>
            <br>The problem will be identified by its <c>ID</c>.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.RequestedByPrimaryEmailAddress">
            <summary>
            Used to specify the person who is to be selected in the requested by field of the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.RequestedByID">
            <summary>
            Used to specify the person who is to be selected in the requested by field of the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.RequestedBy">
            <summary>
            <br>Used to specify the person who is to be selected in the requested by field of the request.</br>
            <br>The person will be identified by its <c>ID</c>, or by its <c>primary email</c> when the <c>ID</c> is <c>null</c> or empty.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.RequestedForPrimaryEmailAddress">
            <summary>
            Used to specify the person who is to be selected in the Requested for field of the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.RequestedForID">
            <summary>
            Used to specify the person who is to be selected in the Requested for field of the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.RequestedFor">
            <summary>
            <br>Used to specify the person who is to be selected in the Requested for field of the request.</br>
            <br>The person will be identified by its <c>ID</c>, or by its <c>primary email</c> when the <c>ID</c> is <c>null</c> or empty.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.ServiceInstanceName">
            <summary>
            Used to specify the service instance that is to be related to the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.ServiceInstanceID">
            <summary>
            Used to specify the service instance that is to be related to the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.ServiceInstance">
            <summary>
            Used to specify the service instance that is to be related to the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.Source">
            <summary>
            <br>Used to specify the name of the monitoring tool, see <see href="https://developer.xurrent.com/v1/general/source/">source</see>.</br>
            <br>After the request has been created, this value is visible in its audit trail.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.SourceID">
            <summary>
            <br>Used to specify the unique ID of the event for which the request is to be registered, see <see href="https://developer.xurrent.com/v1/general/source/">source</see>.</br>
            <br>After the request has been created, this value is visible in its audit trail.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.Status">
            <summary>
            Used to specify an option in the status field of the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.Subject">
            <summary>
            Used to specify the subject of the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.SupplierName">
            <summary>
            Used to specify the organization to which the request has been submitted.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.SupplierID">
            <summary>
            Used to specify the organization to which the request has been submitted.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.Supplier">
            <summary>
            Used to specify the organization to which the request has been submitted.
            <br>The organization will be identified by its <c>ID</c>, or by its <c>name</c> when the <c>ID</c> is <c>null</c> or empty.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.SupportDomainAccountID">
            <summary>
            <br>Used to specify the support domain account ID in which the request is to be registered.</br>
            <br>This parameter needs to be specified when the current user's person record is registered in a directory account.</br>
            <br>The ID of a Xurrent account can be found in the 'Account Overview' section of the Settings console.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.SupportDomain">
            <summary>
            <br>Used to specify the support domain account in which the request is to be registered.</br>
            <br>This parameter needs to be specified when the current user's person record is registered in a directory account.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.TeamName">
            <summary>
            Used to specify the team to which the request is to be assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.TeamID">
            <summary>
            Used to specify the team to which the request is to be assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.Team">
            <summary>
            Used to specify the team to which the request is to be assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.RequestTemplateID">
            <summary>
            Used to specify the request template that is to be applied to the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.RequestTemplate">
            <summary>
            Used to specify the request template that is to be applied to the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.WaitingUntil">
            <summary>
            Used to specify the date and time at which the status of the request is to be updated from <c>waiting_for</c> to <c>assigned</c>.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.WorkflowID">
            <summary>
            Used to specify the workflow that is to be related to the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.Workflow">
            <summary>
            Used to specify the workflow that is to be related to the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.Client">
            <summary>
            The client is used to upload the file. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.ProcessRecord">
            <summary>
            Create a new event in Xurrent.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewEventCommand.EndProcessing">
            <summary>
            Completes the processing of the command.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeAccountQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking an Account query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.InvokeAccountQueryCommand.#ctor">
            <summary>
            Initializes a new instance of the <see cref="M:Xurrent.GraphQL.PowerShell.Commands.InvokeAccountQueryCommand.#ctor"/> class.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAccountQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAccountQueryCommand.Properties">
            <summary>
            An array of an account properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAccountQueryCommand.DirectoryAccount">
            <summary>
            Specify the Directory account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAccountQueryCommand.Organization">
            <summary>
            Specify the Organization to be returned using an organization query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAccountQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAccountQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAccountQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewActivityIDQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Activity ID query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewActivityIDQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewActivityIDQueryCommand.Properties">
            <summary>
            An array of an activity identifier properties to include in the results.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewActivityIDQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewActivityIDQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewActivityIDQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAddressQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Address query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAddressQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAddressQueryCommand.Properties">
            <summary>
            An array of an address properties to include in the results.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAddressQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAddressQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAddressQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeAffectedSlaQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking an Affected SLA query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Affected SLA query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the affected SLA query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryCommand.Properties">
            <summary>
            An array of an affected service level agreement properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryCommand.FirstLineTeam">
            <summary>
            Specify the First line team to be returned using a team query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryCommand.Request">
            <summary>
            Specify the Request to be returned using a request query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryCommand.ServiceHours">
            <summary>
            Specify the Service hours to be returned using a calendar query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryCommand.ServiceInstance">
            <summary>
            Specify the Service instance to be returned using a service instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryCommand.ServiceLevelAgreement">
            <summary>
            Specify the Service level agreement to be returned using a service level agreement query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryCommand.StandardServiceRequest">
            <summary>
            Specify the Standard service request to be returned using a standard service request query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryCommand.StoppedClockPeriods">
            <summary>
            Specify the Stopped clock periods to be returned using a period query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryCommand.Supplier">
            <summary>
            Specify the Supplier to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryCommand.SupportHours">
            <summary>
            Specify the Support hours to be returned using a calendar query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryCommand.SupportTeam">
            <summary>
            Specify the Support team to be returned using a team query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the an affected service level agreement query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new affected service level agreement query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAffectedSlaQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardColumnQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Agile board column query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardColumnQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardColumnQueryCommand.Properties">
            <summary>
            An array of an agile board column properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardColumnQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardColumnQueryCommand.AgileBoard">
            <summary>
            Specify the Agile board to be returned using an agile board query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardColumnQueryCommand.Items">
            <summary>
            Specify the Items to be returned using an agile board item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardColumnQueryCommand.Member">
            <summary>
            Specify the Member to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardColumnQueryCommand.Team">
            <summary>
            Specify the Team to be returned using a team query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardColumnQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardColumnQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardColumnQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardItemQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Agile board item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardItemQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardItemQueryCommand.Properties">
            <summary>
            An array of an agile board item properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardItemQueryCommand.AgileBoard">
            <summary>
            Specify the Agile board to be returned using an agile board query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardItemQueryCommand.AgileBoardColumn">
            <summary>
            Specify the Agile board column to be returned using an agile board column query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardItemQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardItemQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardItemQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeAgileBoardQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking an Agile board query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new agile board.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardCommand.Name">
            <summary>
            Name of the agile board.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardCommand.CustomerRepresentativeSlaIds">
            <summary>
            Identifiers of the service level agreements of which the customer representatives can view this board in Self Service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardCommand.Description">
            <summary>
            Description of the agile board.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardCommand.Disabled">
            <summary>
            Whether the board may not be used to place items on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardCommand.ManagerId">
            <summary>
            Identifier of the manager of the agile board.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardCommand.NewColumns">
            <summary>
            Columns of this agile board.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardCommand.Properties">
            <summary>
            An array of agile board properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Agile board query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the agile board query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryCommand.Properties">
            <summary>
            An array of an agile board properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryCommand.Columns">
            <summary>
            Specify the Columns to be returned using an agile board column query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryCommand.CurrentSprint">
            <summary>
            Specify the Current sprint to be returned using a sprint query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryCommand.CustomerRepresentativeSlas">
            <summary>
            Specify the Customer representative SLAs to be returned using a service level agreement query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryCommand.DescriptionAttachments">
            <summary>
            Specify the Description attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryCommand.Manager">
            <summary>
            Specify the Manager to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the an agile board query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new agile board query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAgileBoardQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetAgileBoardCommand">
            <summary>
            Represents a PowerShell cmdlet for updating an agile board.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAgileBoardCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAgileBoardCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAgileBoardCommand.ColumnsToDelete">
            <summary>
            Identifiers of columns to remove from the board.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAgileBoardCommand.CustomerRepresentativeSlaIds">
            <summary>
            Identifiers of the service level agreements of which the customer representatives can view this board in Self Service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAgileBoardCommand.Description">
            <summary>
            Description of the agile board.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAgileBoardCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAgileBoardCommand.Disabled">
            <summary>
            Whether the board may not be used to place items on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAgileBoardCommand.ManagerId">
            <summary>
            Identifier of the manager of the agile board.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAgileBoardCommand.Name">
            <summary>
            Name of the agile board.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAgileBoardCommand.NewColumns">
            <summary>
            Columns of this agile board.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAgileBoardCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAgileBoardCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAgileBoardCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAgileBoardCommand.Properties">
            <summary>
            An array of Agile board properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAgileBoardCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetAgileBoardCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetAgileBoardCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetAgileBoardCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeAppInstanceQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking an App instance query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new app instance.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceCommand.AppOfferingId">
            <summary>
            Identifier of the app offering to create an instance of.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceCommand.CustomerAccountId">
            <summary>
            Identifier of the account this app instance is for.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceCommand.CustomerRepresentativeId">
            <summary>
            Identifier of the contact person of customer regarding this app instance.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceCommand.Disabled">
            <summary>
            Whether the app instance is currently enabled for this customer.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceCommand.EnabledByCustomer">
            <summary>
            Whether the customer has enabled this app instance.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceCommand.Suspended">
            <summary>
            Whether the app instance is currently suspended for this customer.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceCommand.SuspensionComment">
            <summary>
            Extra information why the app instance is currently suspended for this customer.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceCommand.Properties">
            <summary>
            An array of app instance properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new App instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the app instance query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryCommand.Properties">
            <summary>
            An array of an app instance properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryCommand.AppOffering">
            <summary>
            Specify the App offering to be returned using an app offering query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryCommand.AutomationRules">
            <summary>
            Specify the Automation rules to be returned using an automation rule query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryCommand.CustomerAccount">
            <summary>
            Specify the Customer account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryCommand.CustomerRepresentative">
            <summary>
            Specify the Customer representative to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryCommand.CustomFields">
            <summary>
            Specify the Custom fields to be returned using a custom field query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryCommand.CustomFieldsAttachments">
            <summary>
            Specify the Custom fields attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryCommand.Webhook">
            <summary>
            Specify the Webhook to be returned using a webhook query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryCommand.WebhookPolicy">
            <summary>
            Specify the Webhook policy to be returned using a webhook policy query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the an app instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryCommand.CustomFilters">
            <summary>
            A custom filter to apply to the an app instance query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new app instance query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppInstanceQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetAppInstanceCommand">
            <summary>
            Represents a PowerShell cmdlet for updating an app instance.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppInstanceCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppInstanceCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppInstanceCommand.CustomerRepresentativeId">
            <summary>
            Identifier of the contact person of customer regarding this app instance.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppInstanceCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppInstanceCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppInstanceCommand.Disabled">
            <summary>
            Whether the app instance is currently enabled for this customer.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppInstanceCommand.EnabledByCustomer">
            <summary>
            Whether the customer has enabled this app instance.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppInstanceCommand.Suspended">
            <summary>
            Whether the app instance is currently suspended for this customer.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppInstanceCommand.SuspensionComment">
            <summary>
            Extra information why the app instance is currently suspended for this customer.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppInstanceCommand.Properties">
            <summary>
            An array of App instance properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppInstanceCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetAppInstanceCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetAppInstanceCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetAppInstanceCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new app offering automation rule.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleCommand.AppOfferingId">
            <summary>
            Identifier of the app offering the rule belongs to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleCommand.Condition">
            <summary>
            The Condition field is used to define the condition that needs to be met in order for the update action(s) of the rule to be performed. For example: is_assigned and !badge.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleCommand.Name">
            <summary>
            The name of the automation rule.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleCommand.Trigger">
            <summary>
            The Trigger field is used to specify when the automation rule is to be triggered, for example on status update or on note added.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleCommand.Actions">
            <summary>
            The Actions field is used to define actions that should be executed when the condition of the automation rule is met.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleCommand.Description">
            <summary>
            A high-level description of the automation rule&apos;s function.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleCommand.Expressions">
            <summary>
            The Expressions field is used to define expressions that can subsequently be used to define the rule&apos;s conditions and the update action(s) that the rule is to perform.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleCommand.Generic">
            <summary>
            The record type this rule is linked to.Valid values are:• request• task• ci
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleCommand.Position">
            <summary>
            The Position field dictates the order in which the automation rule is executed.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleCommand.Properties">
            <summary>
            An array of app offering automation rule properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new App offering automation rule query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleQueryCommand.Properties">
            <summary>
            An array of an app offering automation rule properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleQueryCommand.Actions">
            <summary>
            Specify the Actions to be returned using an automation rule action query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleQueryCommand.AppOffering">
            <summary>
            Specify the App offering to be returned using an app offering query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleQueryCommand.Expressions">
            <summary>
            Specify the Expressions to be returned using an automation rule expression query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingAutomationRuleQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.RemoveAppOfferingAutomationRuleCommand">
            <summary>
            Represents a PowerShell cmdlet for deleting an app offering automation rule.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.RemoveAppOfferingAutomationRuleCommand.ID">
            <summary>
            The identifier of the app offering automation rule to delete.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.RemoveAppOfferingAutomationRuleCommand.ClientMutationId">
            <summary>
            Set the Client mutation ID value for this delete action.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.RemoveAppOfferingAutomationRuleCommand.Client">
            <summary>
            The client used to execute the delete mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.RemoveAppOfferingAutomationRuleCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.RemoveAppOfferingAutomationRuleCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.RemoveAppOfferingAutomationRuleCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingAutomationRuleCommand">
            <summary>
            Represents a PowerShell cmdlet for updating an app offering automation rule.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingAutomationRuleCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingAutomationRuleCommand.Actions">
            <summary>
            The Actions field is used to define actions that should be executed when the condition of the automation rule is met.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingAutomationRuleCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingAutomationRuleCommand.Condition">
            <summary>
            The Condition field is used to define the condition that needs to be met in order for the update action(s) of the rule to be performed. For example: is_assigned and !badge.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingAutomationRuleCommand.Description">
            <summary>
            A high-level description of the automation rule&apos;s function.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingAutomationRuleCommand.Expressions">
            <summary>
            The Expressions field is used to define expressions that can subsequently be used to define the rule&apos;s conditions and the update action(s) that the rule is to perform.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingAutomationRuleCommand.Generic">
            <summary>
            The record type this rule is linked to.Valid values are:• request• task• ci
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingAutomationRuleCommand.Name">
            <summary>
            The name of the automation rule.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingAutomationRuleCommand.Position">
            <summary>
            The Position field dictates the order in which the automation rule is executed.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingAutomationRuleCommand.Trigger">
            <summary>
            The Trigger field is used to specify when the automation rule is to be triggered, for example on status update or on note added.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingAutomationRuleCommand.Properties">
            <summary>
            An array of App offering automation rule properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingAutomationRuleCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingAutomationRuleCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingAutomationRuleCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingAutomationRuleCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingScopeQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new App offering scope query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingScopeQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingScopeQueryCommand.Properties">
            <summary>
            An array of an app offering scope properties to include in the results.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingScopeQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingScopeQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingScopeQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeAppOfferingQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking an App offering query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new app offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.Name">
            <summary>
            Name of the app offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.ServiceInstanceId">
            <summary>
            Identifier of the the service instance this app offering is linked to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.CardDescription">
            <summary>
            Short description of the app offering to be shown on the card in the App store.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.Compliance">
            <summary>
            Compliance description of the app offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.ConfigurationUriTemplate">
            <summary>
            The URI where the app can be configured. The placeholder {account} can be used to include the customer account id in the URI.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.Description">
            <summary>
            Description of the app offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.Disabled">
            <summary>
            Whether the app offering may not be used for new instances.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.Features">
            <summary>
            Feature description of the app offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.NewScopes">
            <summary>
            Scopes of this app offering
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.OauthAuthorizationEndpoints">
            <summary>
            The endpoints for the OAuth application that will be created for this app to use in the Authorization Code Grant flow.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.PolicyJwtAlg">
            <summary>
            The algorithm used for generating the policy for the app offering&apos;s webhook.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.PolicyJwtAudience">
            <summary>
            The audience for the policy for the app offering&apos;s webhook.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.PolicyJwtClaimExpiresIn">
            <summary>
            The claim expiry time for the policy for the app offering&apos;s webhook.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.Reference">
            <summary>
            This reference can be used to link the app offering to an instance using the Xurrent APIs or the Xurrent Import functionality.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.RequiresEnabledOauthPerson">
            <summary>
            This app requires an enabled OAuth person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.UiExtensionVersionId">
            <summary>
            Identifier of the UI extension version that is linked to the app offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.WebhookUriTemplate">
            <summary>
            The URI for the app offering&apos;s webhook. The placeholder {account} can be used to include the customer account id in the URI.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.Properties">
            <summary>
            An array of app offering properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new App offering query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the app offering query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryCommand.Properties">
            <summary>
            An array of an app offering properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryCommand.AppInstances">
            <summary>
            Specify the App instances to be returned using an app instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryCommand.AutomationRules">
            <summary>
            Specify the Automation rules to be returned using an app offering automation rule query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryCommand.ComplianceAttachments">
            <summary>
            Specify the Compliance attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryCommand.DescriptionAttachments">
            <summary>
            Specify the Description attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryCommand.FeaturesAttachments">
            <summary>
            Specify the Features attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryCommand.Scopes">
            <summary>
            Specify the Scopes to be returned using an app offering scope query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryCommand.ServiceInstance">
            <summary>
            Specify the Service instance to be returned using a service instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryCommand.UiExtensionVersion">
            <summary>
            Specify the UI extension version to be returned using an user interface extension version query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the an app offering query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new app offering query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAppOfferingQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand">
            <summary>
            Represents a PowerShell cmdlet for updating an app offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.CardDescription">
            <summary>
            Short description of the app offering to be shown on the card in the App store.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.Compliance">
            <summary>
            Compliance description of the app offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.ConfigurationUriTemplate">
            <summary>
            The URI where the app can be configured. The placeholder {account} can be used to include the customer account id in the URI.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.Description">
            <summary>
            Description of the app offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.Disabled">
            <summary>
            Whether the app offering may not be used for new instances.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.Features">
            <summary>
            Feature description of the app offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.Name">
            <summary>
            Name of the app offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.NewScopes">
            <summary>
            Scopes of this app offering
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.OauthAuthorizationEndpoints">
            <summary>
            The endpoints for the OAuth application that will be created for this app to use in the Authorization Code Grant flow.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.PolicyJwtAlg">
            <summary>
            The algorithm used for generating the policy for the app offering&apos;s webhook.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.PolicyJwtAudience">
            <summary>
            The audience for the policy for the app offering&apos;s webhook.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.PolicyJwtClaimExpiresIn">
            <summary>
            The claim expiry time for the policy for the app offering&apos;s webhook.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.Reference">
            <summary>
            This reference can be used to link the app offering to an instance using the Xurrent APIs or the Xurrent Import functionality.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.RequiresEnabledOauthPerson">
            <summary>
            This app requires an enabled OAuth person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.ScopesToDelete">
            <summary>
            Identifiers of scopes to remove from the app offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.ServiceInstanceId">
            <summary>
            Identifier of the the service instance this app offering is linked to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.UiExtensionVersionId">
            <summary>
            Identifier of the UI extension version that is linked to the app offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.WebhookUriTemplate">
            <summary>
            The URI for the app offering&apos;s webhook. The placeholder {account} can be used to include the customer account id in the URI.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.Properties">
            <summary>
            An array of App offering properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetAppOfferingCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeArchiveQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking an Archive query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Archive query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the archive query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryCommand.Properties">
            <summary>
            An array of an archive properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryCommand.ArchivedPerson">
            <summary>
            Specify the Archived Person details to be returned using a person query. This applies if the item is a person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryCommand.ArchivedProblem">
            <summary>
            Specify the Archived Problem details to be returned using a problem query. This applies if the item is a problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryCommand.ArchivedProject">
            <summary>
            Specify the Archived Project details to be returned using a project query. This applies if the item is a project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryCommand.ArchivedProjectTask">
            <summary>
            Specify the Archived Project task details to be returned using a project task query. This applies if the item is a project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryCommand.ArchivedRelease">
            <summary>
            Specify the Archived Release details to be returned using a release query. This applies if the item is a release.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryCommand.ArchivedRequest">
            <summary>
            Specify the Archived Request details to be returned using a request query. This applies if the item is a request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryCommand.ArchivedRisk">
            <summary>
            Specify the Archived Risk details to be returned using a risk query. This applies if the item is a risk.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryCommand.ArchivedTask">
            <summary>
            Specify the Archived Task details to be returned using a task query. This applies if the item is a task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryCommand.ArchivedWorkflow">
            <summary>
            Specify the Archived Workflow details to be returned using a workflow query. This applies if the item is a workflow.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryCommand.ArchivedBy">
            <summary>
            Specify the Archived by to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the an archive query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new archive query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewArchiveQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAsyncQueryQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Async query query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAsyncQueryQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAsyncQueryQueryCommand.Properties">
            <summary>
            An array of an async query properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAsyncQueryQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAsyncQueryQueryCommand.Person">
            <summary>
            Specify the Person to be returned using a person query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAsyncQueryQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAsyncQueryQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAsyncQueryQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeAttachmentStorageQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking an Attachment storage query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentStorageQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Attachment storage query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentStorageQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentStorageQueryCommand.Properties">
            <summary>
            An array of an attachment storage properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentStorageQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentStorageQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentStorageQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentStorageQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the an attachment storage query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentStorageQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentStorageQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentStorageQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentStorageQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new attachment storage query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentStorageQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentStorageQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentStorageQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentStorageQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentStorageQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentStorageQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentStorageQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentStorageQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentQueryCommand.Properties">
            <summary>
            An array of an attachment properties to include in the results.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAttachmentQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleActionQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Automation rule action query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleActionQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleActionQueryCommand.Properties">
            <summary>
            An array of an automation rule action properties to include in the results.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleActionQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleActionQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleActionQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleExpressionQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Automation rule expression query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleExpressionQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleExpressionQueryCommand.Properties">
            <summary>
            An array of an automation rule expression properties to include in the results.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleExpressionQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleExpressionQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleExpressionQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeAutomationRuleQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking an Automation rule query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new automation rule.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleCommand.Condition">
            <summary>
            The Condition field is used to define the condition that needs to be met in order for the update action(s) of the rule to be performed. For example: is_assigned and !badge.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleCommand.Name">
            <summary>
            The name of the automation rule.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleCommand.Trigger">
            <summary>
            The Trigger field is used to specify when the automation rule is to be triggered, for example on status update or on note added.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleCommand.Actions">
            <summary>
            The Actions field is used to define actions that should be executed when the condition of the automation rule is met.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleCommand.Description">
            <summary>
            A high-level description of the automation rule&apos;s function.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleCommand.Disabled">
            <summary>
            Whether the automation rule should not be triggered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleCommand.Expressions">
            <summary>
            The Expressions field is used to define expressions that can subsequently be used to define the rule&apos;s conditions and the update action(s) that the rule is to perform.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleCommand.Generic">
            <summary>
            When the automation rule is not linked to one specific record but to all records of a type, the Generic field contains the record type. Valid values are:• request• problem• workflow• task• project_task• ci• risk• scim_user• scim_group
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleCommand.OwnerId">
            <summary>
            The record that the automation rule is linked to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleCommand.Position">
            <summary>
            The Position field dictates the order in which the automation rule is executed.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleCommand.Properties">
            <summary>
            An array of automation rule properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Automation rule query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the automation rule query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryCommand.Properties">
            <summary>
            An array of an automation rule properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryCommand.Actions">
            <summary>
            Specify the Actions to be returned using an automation rule action query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryCommand.Expressions">
            <summary>
            Specify the Expressions to be returned using an automation rule expression query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryCommand.OwnerProjectTask">
            <summary>
            Specify the Owner Project task details to be returned using a project task query. This applies if the item is a project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryCommand.OwnerProjectTaskTemplate">
            <summary>
            Specify the Owner Project task template details to be returned using a project task template query. This applies if the item is a project task template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryCommand.OwnerProjectTaskTemplateRelation">
            <summary>
            Specify the Owner Project task template relation details to be returned using a project task template relation query. This applies if the item is a project task template relation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryCommand.OwnerRequest">
            <summary>
            Specify the Owner Request details to be returned using a request query. This applies if the item is a request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryCommand.OwnerRequestTemplate">
            <summary>
            Specify the Owner Request template details to be returned using a request template query. This applies if the item is a request template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryCommand.OwnerTask">
            <summary>
            Specify the Owner Task details to be returned using a task query. This applies if the item is a task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryCommand.OwnerTaskTemplate">
            <summary>
            Specify the Owner Task template details to be returned using a task template query. This applies if the item is a task template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryCommand.OwnerWorkflow">
            <summary>
            Specify the Owner Workflow details to be returned using a workflow query. This applies if the item is a workflow.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryCommand.OwnerWorkflowTaskTemplateRelation">
            <summary>
            Specify the Owner Workflow task template relation details to be returned using a workflow task template relation query. This applies if the item is a workflow task template relation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryCommand.OwnerWorkflowTemplate">
            <summary>
            Specify the Owner Workflow template details to be returned using a workflow template query. This applies if the item is a workflow template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the an automation rule query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new automation rule query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewAutomationRuleQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetAutomationRuleCommand">
            <summary>
            Represents a PowerShell cmdlet for updating an automation rule.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAutomationRuleCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAutomationRuleCommand.Actions">
            <summary>
            The Actions field is used to define actions that should be executed when the condition of the automation rule is met.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAutomationRuleCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAutomationRuleCommand.Condition">
            <summary>
            The Condition field is used to define the condition that needs to be met in order for the update action(s) of the rule to be performed. For example: is_assigned and !badge.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAutomationRuleCommand.Description">
            <summary>
            A high-level description of the automation rule&apos;s function.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAutomationRuleCommand.Disabled">
            <summary>
            Whether the automation rule should not be triggered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAutomationRuleCommand.Expressions">
            <summary>
            The Expressions field is used to define expressions that can subsequently be used to define the rule&apos;s conditions and the update action(s) that the rule is to perform.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAutomationRuleCommand.Generic">
            <summary>
            When the automation rule is not linked to one specific record but to all records of a type, the Generic field contains the record type. Valid values are:• request• problem• workflow• task• project_task• ci• risk• scim_user• scim_group
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAutomationRuleCommand.Name">
            <summary>
            The name of the automation rule.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAutomationRuleCommand.OwnerId">
            <summary>
            The record that the automation rule is linked to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAutomationRuleCommand.Position">
            <summary>
            The Position field dictates the order in which the automation rule is executed.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAutomationRuleCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAutomationRuleCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAutomationRuleCommand.Trigger">
            <summary>
            The Trigger field is used to specify when the automation rule is to be triggered, for example on status update or on note added.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAutomationRuleCommand.Properties">
            <summary>
            An array of Automation rule properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetAutomationRuleCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetAutomationRuleCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetAutomationRuleCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetAutomationRuleCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastTranslationQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Broadcast translation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastTranslationQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastTranslationQueryCommand.Properties">
            <summary>
            An array of a broadcast translation properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastTranslationQueryCommand.MessageAttachments">
            <summary>
            Specify the Message attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastTranslationQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastTranslationQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastTranslationQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeBroadcastQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Broadcast query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new broadcast.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.MessageType">
            <summary>
            The appropriate icon for the message. The selected icon is displayed alongside the message when the broadcast is presented.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.Body">
            <summary>
            The body for the email broadcast.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.CustomerIds">
            <summary>
            The customer organizations when the broadcast is to be displayed for the specialists of the account in requests that were received from the selected organizations. This is available only when the &quot;Specialists in requests from the following customers&quot; visibility option is selected.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.Disabled">
            <summary>
            Whether the message should not be broadcasted.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.EmailTemplateId">
            <summary>
            The id of the email template used for the email broadcast. This email template needs to be of the type Send Email from Broadcast.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.EndAt">
            <summary>
            The end date and time of the broadcast. This field is left empty when the message is to be broadcasted until the Disabled box is checked. (If the broadcast should end at midnight at the end of a day, specify 12:00am or 24:00.)
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.Message">
            <summary>
            Message that is to be broadcasted in the language of the account.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.OrganizationIds">
            <summary>
            The ids of the organizations, to which people belong, that need to see the broadcast.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.Remarks">
            <summary>
            Any additional information about the broadcast that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.RemarksAttachments">
            <summary>
            Files and inline images linked to the Remarks field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.RequestId">
            <summary>
            The request group to which end users can subscribe when they are also affected by the issue for which the broadcast was created.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.ServiceInstanceIds">
            <summary>
            The service instances for which the people, who are covered for them by an active SLA, need to see the broadcast. This is available only when the &quot;People covered for the following service instance(s)&quot; visibility option is selected.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.SiteIds">
            <summary>
            The ids of the sites to which people belong and that need to see the broadcast.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.SkillPoolIds">
            <summary>
            The ids of the skill pools to which people belong and that need to see the broadcast.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.SlaIds">
            <summary>
            The ids of the service level agreements for which the customer representatives will receive the email broadcast. This is only available for broadcasts when the message type &quot;email&quot; is selected.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.StartAt">
            <summary>
            The start date and time of the broadcast. (If the broadcast should start at midnight at the start of a day, specify 00:00.)
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.Subject">
            <summary>
            The subject for the email broadcast.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.TeamIds">
            <summary>
            The teams which members need to see the broadcast. This is available only when the &quot;Members of the following team(s)&quot; visibility option is selected.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.TimeZone">
            <summary>
            The time zone that applies to the dates and times specified in the Start and End fields.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.Visibility">
            <summary>
            Defines the target audience of the broadcast.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.Properties">
            <summary>
            An array of broadcast properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Broadcast query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the broadcast query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryCommand.Properties">
            <summary>
            An array of a broadcast properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryCommand.Customers">
            <summary>
            Specify the Customers to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryCommand.EmailTemplate">
            <summary>
            Specify the Email template to be returned using an email template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryCommand.Organizations">
            <summary>
            Specify the Organizations to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryCommand.RemarksAttachments">
            <summary>
            Specify the Remarks attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryCommand.Request">
            <summary>
            Specify the Request to be returned using a request query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryCommand.ServiceInstances">
            <summary>
            Specify the Service instances to be returned using a service instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryCommand.Sites">
            <summary>
            Specify the Sites to be returned using a site query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryCommand.SkillPools">
            <summary>
            Specify the Skill pools to be returned using a skill pool query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryCommand.Slas">
            <summary>
            Specify the SLAs to be returned using a service level agreement query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryCommand.Teams">
            <summary>
            Specify the Teams to be returned using a team query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryCommand.Translations">
            <summary>
            Specify the Translations to be returned using a broadcast translation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a broadcast query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new broadcast query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewBroadcastQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a broadcast.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.Body">
            <summary>
            The body for the email broadcast.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.CustomerIds">
            <summary>
            The customer organizations when the broadcast is to be displayed for the specialists of the account in requests that were received from the selected organizations. This is available only when the &quot;Specialists in requests from the following customers&quot; visibility option is selected.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.Disabled">
            <summary>
            Whether the message should not be broadcasted.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.EmailTemplateId">
            <summary>
            The id of the email template used for the email broadcast. This email template needs to be of the type Send Email from Broadcast.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.EndAt">
            <summary>
            The end date and time of the broadcast. This field is left empty when the message is to be broadcasted until the Disabled box is checked. (If the broadcast should end at midnight at the end of a day, specify 12:00am or 24:00.)
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.Message">
            <summary>
            Message that is to be broadcasted in the language of the account.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.MessageType">
            <summary>
            The appropriate icon for the message. The selected icon is displayed alongside the message when the broadcast is presented.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.OrganizationIds">
            <summary>
            The ids of the organizations, to which people belong, that need to see the broadcast.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.Remarks">
            <summary>
            Any additional information about the broadcast that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.RemarksAttachments">
            <summary>
            Files and inline images linked to the Remarks field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.RequestId">
            <summary>
            The request group to which end users can subscribe when they are also affected by the issue for which the broadcast was created.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.ServiceInstanceIds">
            <summary>
            The service instances for which the people, who are covered for them by an active SLA, need to see the broadcast. This is available only when the &quot;People covered for the following service instance(s)&quot; visibility option is selected.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.SiteIds">
            <summary>
            The ids of the sites to which people belong and that need to see the broadcast.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.SkillPoolIds">
            <summary>
            The ids of the skill pools to which people belong and that need to see the broadcast.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.SlaIds">
            <summary>
            The ids of the service level agreements for which the customer representatives will receive the email broadcast. This is only available for broadcasts when the message type &quot;email&quot; is selected.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.StartAt">
            <summary>
            The start date and time of the broadcast. (If the broadcast should start at midnight at the start of a day, specify 00:00.)
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.Subject">
            <summary>
            The subject for the email broadcast.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.TeamIds">
            <summary>
            The teams which members need to see the broadcast. This is available only when the &quot;Members of the following team(s)&quot; visibility option is selected.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.TimeZone">
            <summary>
            The time zone that applies to the dates and times specified in the Start and End fields.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.TranslationsToDelete">
            <summary>
            Identifiers of translations to remove from this broadcast.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.Visibility">
            <summary>
            Defines the target audience of the broadcast.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.Properties">
            <summary>
            An array of Broadcast properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetBroadcastCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewCalendarHourQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Calendar hour query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarHourQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarHourQueryCommand.Properties">
            <summary>
            An array of a calendar hour properties to include in the results.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCalendarHourQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCalendarHourQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCalendarHourQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeCalendarQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Calendar query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewCalendarCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new calendar.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarCommand.Name">
            <summary>
            The name of the calendar.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarCommand.Disabled">
            <summary>
            Whether the calendar may no longer be related to other records.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarCommand.HolidayIds">
            <summary>
            Identifiers of the holidays of the calendar.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarCommand.NewCalendarHours">
            <summary>
            Calendar hours of the calendar.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarCommand.Properties">
            <summary>
            An array of calendar properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCalendarCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCalendarCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCalendarCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewCalendarQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Calendar query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the calendar query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarQueryCommand.Properties">
            <summary>
            An array of a calendar properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarQueryCommand.CalendarHours">
            <summary>
            Specify the Calendar hours to be returned using a calendar hour query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarQueryCommand.Holidays">
            <summary>
            Specify the Holidays to be returned using a holiday query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a calendar query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCalendarQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCalendarQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCalendarQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewCalendarQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new calendar query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCalendarQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCalendarQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCalendarQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCalendarQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetCalendarCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a calendar.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCalendarCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCalendarCommand.CalendarHoursToDelete">
            <summary>
            Identifiers of calendar hours to remove from the calendar.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCalendarCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCalendarCommand.Disabled">
            <summary>
            Whether the calendar may no longer be related to other records.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCalendarCommand.HolidayIds">
            <summary>
            Identifiers of the holidays of the calendar.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCalendarCommand.Name">
            <summary>
            The name of the calendar.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCalendarCommand.NewCalendarHours">
            <summary>
            Calendar hours of the calendar.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCalendarCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCalendarCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCalendarCommand.Properties">
            <summary>
            An array of Calendar properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCalendarCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetCalendarCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetCalendarCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetCalendarCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemRelationQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Configuration item relation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemRelationQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemRelationQueryCommand.Properties">
            <summary>
            An array of a configuration item relation properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemRelationQueryCommand.ConfigurationItem">
            <summary>
            Specify the Configuration item to be returned using a configuration item query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemRelationQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemRelationQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemRelationQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeConfigurationItemQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Configuration item query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new configuration item.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.ProductId">
            <summary>
            Identifier of the related product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.Status">
            <summary>
            The appropriate status for the configuration item (CI).
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.AlternateNames">
            <summary>
            Alternate names the configuration item is also known by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.AssetID">
            <summary>
            Asset identifier of the configuration item.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.ContractIds">
            <summary>
            Identifiers of the contracts of this configuration item.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.EndOfSupportDate">
            <summary>
            The date at which the support for this configuration item ends.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.FinancialOwnerId">
            <summary>
            Identifier of the internal organization which budget is used to pay for the configuration item. If the CI is leased or rented, the organization that pays the lease or rent is selected in this field. When creating a new CI and a value is not specified for this field, it is set to the financial owner of the CI&apos;s product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.InUseSince">
            <summary>
            The date on which the expense for the configuration item (CI) was incurred or, if the CI is depreciated over time, the date on which the depreciation was started. This is typically the invoice date.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.Label">
            <summary>
            The label that is attached to the configuration item (CI). A label is automatically generated using the same prefix of other CIs of the same product category, followed by the next available number as the suffix.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.LastSeenAt">
            <summary>
            The date and time at which the configuration item was last seen.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.LicensedSiteIds">
            <summary>
            Identifiers of the sites at which the software that is covered by the license certificate may be used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.LicenseExpiryDate">
            <summary>
            The date through which the temporary software license certificate is valid. The license certificate expires at the end of this day.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.LicenseType">
            <summary>
            The type of license that the license certificate covers.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.Location">
            <summary>
            The name or number of the room in which the CI is located, if it concerns a hardware CI.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.Name">
            <summary>
            The name of the configuration item (CI). When creating a new CI and a value is not specified for this field, it is set to the name of the CI&apos;s product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.NewCiRelations">
            <summary>
            Relations to other configuration items.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.NrOfCores">
            <summary>
            The total number of processor cores that are installed in the server.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.NrOfLicenses">
            <summary>
            The number of licenses that the license certificate covers.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.NrOfProcessors">
            <summary>
            The number of processors that are installed in the server.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.OperatingSystemId">
            <summary>
            Identifier of the (software) configuration item representing the operating system of this configuration item.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.PurchaseValue">
            <summary>
            The amount that was paid for the configuration item (this is normally equal to the invoice amount).
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.PurchaseValueCurrency">
            <summary>
            The currency of the purchase value attributed to this configuration item.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.RamAmount">
            <summary>
            The amount of RAM (in GB) of this configuration item.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.Recurrence">
            <summary>
            Recurrence for maintenance of the configuration item.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.Remarks">
            <summary>
            Any additional information about the configuration item that might prove useful. When creating a new CI and a value is not specified for this field, it is set to the remarks of the CI&apos;s product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.RemarksAttachments">
            <summary>
            The attachments used in the remarks field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.RuleSet">
            <summary>
            The Rule set field is automatically set to the rule set of product category, except when the CI is a license certificate, in which case the rule set is license_certificate.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.SerialNr">
            <summary>
            Serial number of the configuration item. The concatenation of product&apos;s&apos; brand and serialNr must be unique within a Xurrent account.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.ServiceId">
            <summary>
            Which service instance(s) the configuration item is, or will be, a part of. When creating a new CI and a value is not specified for this field, it is set to the service of the CI&apos;s product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.ServiceInstanceIds">
            <summary>
            Identifiers of the service instances of this configuration item.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.SiteId">
            <summary>
            Where the CI is located, if it concerns a hardware CI.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.SiteLicense">
            <summary>
            true for license certificates that may only be used at one or more specific locations.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.SupplierId">
            <summary>
            Identifier of the supplier from which the configuration item (CI) has been obtained. When creating a new CI and a value is not specified for this field, it is set to the supplier of the CI&apos;s product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.SupportTeamId">
            <summary>
            Identifier of the team responsible for supporting the configuration item and maintaining its information in the configuration management database (CMDB). When creating a new CI and a value is not specified for this field, it is set to the support team of the CI&apos;s product. Optional when status of CI equals &quot;Removed&quot;, required otherwise.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.SystemID">
            <summary>
            System identifier of the configuration item.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.TemporaryLicense">
            <summary>
            true for license certificates that are not valid indefinitely.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.UserIds">
            <summary>
            Identifiers of the users of this configuration item.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.WarrantyExpiryDate">
            <summary>
            The date through which the warranty coverage for the configuration item is valid. The warranty expires at the end of this day.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.WorkflowManagerId">
            <summary>
            The person who will be responsible for coordinating the workflows that will be generated automatically in accordance with the recurrence schedule.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.WorkflowTemplateId">
            <summary>
            The workflow template that is used to periodically maintain the configuration item.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.Properties">
            <summary>
            An array of configuration item properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Configuration item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the configuration item query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.Properties">
            <summary>
            An array of a configuration item properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.CiRelations">
            <summary>
            Specify the Ci relations to be returned using a configuration item relation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.Contracts">
            <summary>
            Specify the Contracts to be returned using a contract query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.CustomFields">
            <summary>
            Specify the Custom fields to be returned using a custom field query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.CustomFieldsAttachments">
            <summary>
            Specify the Custom fields attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.FinancialOwner">
            <summary>
            Specify the Financial owner to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.Invoices">
            <summary>
            Specify the Invoices to be returned using an invoice query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.LicensedSites">
            <summary>
            Specify the Licensed sites to be returned using a site query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.OperatingSystem">
            <summary>
            Specify the Operating system to be returned using a configuration item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.Problems">
            <summary>
            Specify the Problems to be returned using a problem query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.Product">
            <summary>
            Specify the Product to be returned using a product query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.Recurrence">
            <summary>
            Specify the Recurrence to be returned using a recurrence query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.RemarksAttachments">
            <summary>
            Specify the Remarks attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.Requests">
            <summary>
            Specify the Requests to be returned using a request query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.Service">
            <summary>
            Specify the Service to be returned using a service query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.ServiceInstances">
            <summary>
            Specify the Service instances to be returned using a service instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.Site">
            <summary>
            Specify the Site to be returned using a site query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.Supplier">
            <summary>
            Specify the Supplier to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.SupportAccount">
            <summary>
            Specify the Support account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.SupportTeam">
            <summary>
            Specify the Support team to be returned using a team query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.Users">
            <summary>
            Specify the Users to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.WorkflowManager">
            <summary>
            Specify the Workflow manager to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.WorkflowTemplate">
            <summary>
            Specify the Workflow template to be returned using a workflow template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a configuration item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.CustomFilters">
            <summary>
            A custom filter to apply to the a configuration item query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new configuration item query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewConfigurationItemQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a configuration item.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.AlternateNames">
            <summary>
            Alternate names the configuration item is also known by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.AssetID">
            <summary>
            Asset identifier of the configuration item.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.CiRelationsToDelete">
            <summary>
            Identifiers of relations other configuration items to remove from the configuration item.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.ContractIds">
            <summary>
            Identifiers of the contracts of this configuration item.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.EndOfSupportDate">
            <summary>
            The date at which the support for this configuration item ends.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.FinancialOwnerId">
            <summary>
            Identifier of the internal organization which budget is used to pay for the configuration item. If the CI is leased or rented, the organization that pays the lease or rent is selected in this field. When creating a new CI and a value is not specified for this field, it is set to the financial owner of the CI&apos;s product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.InUseSince">
            <summary>
            The date on which the expense for the configuration item (CI) was incurred or, if the CI is depreciated over time, the date on which the depreciation was started. This is typically the invoice date.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.Label">
            <summary>
            The label that is attached to the configuration item (CI). A label is automatically generated using the same prefix of other CIs of the same product category, followed by the next available number as the suffix.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.LastSeenAt">
            <summary>
            The date and time at which the configuration item was last seen.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.LicensedSiteIds">
            <summary>
            Identifiers of the sites at which the software that is covered by the license certificate may be used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.LicenseExpiryDate">
            <summary>
            The date through which the temporary software license certificate is valid. The license certificate expires at the end of this day.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.LicenseType">
            <summary>
            The type of license that the license certificate covers.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.Location">
            <summary>
            The name or number of the room in which the CI is located, if it concerns a hardware CI.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.Name">
            <summary>
            The name of the configuration item (CI). When creating a new CI and a value is not specified for this field, it is set to the name of the CI&apos;s product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.NewCiRelations">
            <summary>
            Relations to other configuration items.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.NrOfCores">
            <summary>
            The total number of processor cores that are installed in the server.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.NrOfLicenses">
            <summary>
            The number of licenses that the license certificate covers.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.NrOfProcessors">
            <summary>
            The number of processors that are installed in the server.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.OperatingSystemId">
            <summary>
            Identifier of the (software) configuration item representing the operating system of this configuration item.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.ProductId">
            <summary>
            Identifier of the related product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.PurchaseValue">
            <summary>
            The amount that was paid for the configuration item (this is normally equal to the invoice amount).
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.PurchaseValueCurrency">
            <summary>
            The currency of the purchase value attributed to this configuration item.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.RamAmount">
            <summary>
            The amount of RAM (in GB) of this configuration item.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.Recurrence">
            <summary>
            Recurrence for maintenance of the configuration item.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.Remarks">
            <summary>
            Any additional information about the configuration item that might prove useful. When creating a new CI and a value is not specified for this field, it is set to the remarks of the CI&apos;s product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.RemarksAttachments">
            <summary>
            The attachments used in the remarks field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.RuleSet">
            <summary>
            The Rule set field is automatically set to the rule set of product category, except when the CI is a license certificate, in which case the rule set is license_certificate.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.SerialNr">
            <summary>
            Serial number of the configuration item. The concatenation of product&apos;s&apos; brand and serialNr must be unique within a Xurrent account.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.ServiceId">
            <summary>
            Which service instance(s) the configuration item is, or will be, a part of. When creating a new CI and a value is not specified for this field, it is set to the service of the CI&apos;s product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.ServiceInstanceIds">
            <summary>
            Identifiers of the service instances of this configuration item.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.SiteId">
            <summary>
            Where the CI is located, if it concerns a hardware CI.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.SiteLicense">
            <summary>
            true for license certificates that may only be used at one or more specific locations.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.Status">
            <summary>
            The appropriate status for the configuration item (CI).
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.SupplierId">
            <summary>
            Identifier of the supplier from which the configuration item (CI) has been obtained. When creating a new CI and a value is not specified for this field, it is set to the supplier of the CI&apos;s product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.SupportTeamId">
            <summary>
            Identifier of the team responsible for supporting the configuration item and maintaining its information in the configuration management database (CMDB). When creating a new CI and a value is not specified for this field, it is set to the support team of the CI&apos;s product. Optional when status of CI equals &quot;Removed&quot;, required otherwise.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.SystemID">
            <summary>
            System identifier of the configuration item.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.TemporaryLicense">
            <summary>
            true for license certificates that are not valid indefinitely.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.UserIds">
            <summary>
            Identifiers of the users of this configuration item.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.WarrantyExpiryDate">
            <summary>
            The date through which the warranty coverage for the configuration item is valid. The warranty expires at the end of this day.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.WorkflowManagerId">
            <summary>
            The person who will be responsible for coordinating the workflows that will be generated automatically in accordance with the recurrence schedule.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.WorkflowTemplateId">
            <summary>
            The workflow template that is used to periodically maintain the configuration item.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.Properties">
            <summary>
            An array of Configuration item properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetConfigurationItemCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewContactQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Contact query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContactQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContactQueryCommand.Properties">
            <summary>
            An array of a contact properties to include in the results.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewContactQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewContactQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewContactQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeContractQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Contract query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new contract.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.CustomerId">
            <summary>
            Identifier of the organization that pays for the contract.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.Name">
            <summary>
            The name of the contract.If a unique ID is given to each contract, then this ID can be added at the start of the name.Example:• 2EGXQ2W – Dell 3-Year ProSupport and Next Business Day Onsite Repair for CMP00035
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.Category">
            <summary>
            Used to select the appropriate category for the contract.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.ConfigurationItemIds">
            <summary>
            Identifiers of the configuration items of the contract.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.CustomerRepresentativeId">
            <summary>
            Identifier of the person who represents the customer of the contract.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.ExpiryDate">
            <summary>
            The date through which the contract will be active. The contract expires at the end of this day if it is not renewed before then.When the contract has expired, its status will automatically be set to expired.As long as notice still needs to be given to terminate the contract, the expiryDate field is to remain empty.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.NoticeDate">
            <summary>
            The last day on which the supplier organization can still be contacted to terminate the contract to ensure that it expires on the intended expiry date.The noticeDate field is left empty, and the expiryDate field is filled out, when the contract is to expire on a specific date and no notice needs to be given to terminate it.As long as notice still needs to be given to terminate the contract, the expiryDate field is to remain empty.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.Remarks">
            <summary>
            Any additional information about the contract that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.RemarksAttachments">
            <summary>
            The attachments used in the remarks field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.StartDate">
            <summary>
            The first day during which the contract is active.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.Status">
            <summary>
            The current status of the contract.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.SupplierContactId">
            <summary>
            Identifier of the person who represents the supplier of the contract.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.SupplierId">
            <summary>
            Identifier of the organization that has provided the contract to the customer.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.TimeZone">
            <summary>
            The time zone that applies to the start date, notice date and expiry date of the contract.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.Properties">
            <summary>
            An array of contract properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewContractCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Contract query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the contract query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryCommand.Properties">
            <summary>
            An array of a contract properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryCommand.ConfigurationItems">
            <summary>
            Specify the Configuration items to be returned using a configuration item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryCommand.Customer">
            <summary>
            Specify the Customer to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryCommand.CustomerAccount">
            <summary>
            Specify the Customer account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryCommand.CustomerRepresentative">
            <summary>
            Specify the Customer representative to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryCommand.CustomFields">
            <summary>
            Specify the Custom fields to be returned using a custom field query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryCommand.CustomFieldsAttachments">
            <summary>
            Specify the Custom fields attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryCommand.Invoices">
            <summary>
            Specify the Invoices to be returned using an invoice query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryCommand.RemarksAttachments">
            <summary>
            Specify the Remarks attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryCommand.Supplier">
            <summary>
            Specify the Supplier to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryCommand.SupplierContact">
            <summary>
            Specify the Supplier contact to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryCommand.UiExtension">
            <summary>
            Specify the UI extension to be returned using an user interface extension query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a contract query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryCommand.CustomFilters">
            <summary>
            A custom filter to apply to the a contract query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new contract query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewContractQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a contract.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.Category">
            <summary>
            Used to select the appropriate category for the contract.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.ConfigurationItemIds">
            <summary>
            Identifiers of the configuration items of the contract.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.CustomerId">
            <summary>
            Identifier of the organization that pays for the contract.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.CustomerRepresentativeId">
            <summary>
            Identifier of the person who represents the customer of the contract.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.ExpiryDate">
            <summary>
            The date through which the contract will be active. The contract expires at the end of this day if it is not renewed before then.When the contract has expired, its status will automatically be set to expired.As long as notice still needs to be given to terminate the contract, the expiryDate field is to remain empty.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.Name">
            <summary>
            The name of the contract.If a unique ID is given to each contract, then this ID can be added at the start of the name.Example:• 2EGXQ2W – Dell 3-Year ProSupport and Next Business Day Onsite Repair for CMP00035
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.NoticeDate">
            <summary>
            The last day on which the supplier organization can still be contacted to terminate the contract to ensure that it expires on the intended expiry date.The noticeDate field is left empty, and the expiryDate field is filled out, when the contract is to expire on a specific date and no notice needs to be given to terminate it.As long as notice still needs to be given to terminate the contract, the expiryDate field is to remain empty.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.Remarks">
            <summary>
            Any additional information about the contract that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.RemarksAttachments">
            <summary>
            The attachments used in the remarks field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.StartDate">
            <summary>
            The first day during which the contract is active.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.Status">
            <summary>
            The current status of the contract.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.SupplierContactId">
            <summary>
            Identifier of the person who represents the supplier of the contract.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.SupplierId">
            <summary>
            Identifier of the organization that has provided the contract to the customer.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.TimeZone">
            <summary>
            The time zone that applies to the start date, notice date and expiry date of the contract.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.Properties">
            <summary>
            An array of Contract properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetContractCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeCustomCollectionElementQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Custom collection element query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new custom collection element.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementCommand.Name">
            <summary>
            Name of the collection element.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementCommand.CustomCollection">
            <summary>
            Reference of the collection of this element.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementCommand.CustomCollectionId">
            <summary>
            Identifier of the collection of this element.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementCommand.Description">
            <summary>
            Description of the collection element.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementCommand.Disabled">
            <summary>
            Whether the collection element may not be referenced from custom fields of other records.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementCommand.Information">
            <summary>
            Any additional information about the element that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementCommand.InformationAttachments">
            <summary>
            The attachments used in the information field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementCommand.Reference">
            <summary>
            The Reference field defaults to the Name field value, written in lower case characters and with all spaces replaced by the underscore character.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementCommand.Properties">
            <summary>
            An array of custom collection element properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Custom collection element query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the custom collection element query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryCommand.Properties">
            <summary>
            An array of a custom collection element properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryCommand.CustomCollection">
            <summary>
            Specify the Custom collection to be returned using a custom collection query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryCommand.CustomFields">
            <summary>
            Specify the Custom fields to be returned using a custom field query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryCommand.CustomFieldsAttachments">
            <summary>
            Specify the Custom fields attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryCommand.InformationAttachments">
            <summary>
            Specify the Information attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryCommand.Translations">
            <summary>
            Specify the Translations to be returned using a translation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a custom collection element query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryCommand.CustomFilters">
            <summary>
            A custom filter to apply to the a custom collection element query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new custom collection element query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionElementQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionElementCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a custom collection element.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionElementCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionElementCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionElementCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionElementCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionElementCommand.Description">
            <summary>
            Description of the collection element.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionElementCommand.Disabled">
            <summary>
            Whether the collection element may not be referenced from custom fields of other records.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionElementCommand.Information">
            <summary>
            Any additional information about the element that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionElementCommand.InformationAttachments">
            <summary>
            The attachments used in the information field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionElementCommand.Name">
            <summary>
            Name of the collection element.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionElementCommand.Reference">
            <summary>
            The Reference field defaults to the Name field value, written in lower case characters and with all spaces replaced by the underscore character.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionElementCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionElementCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionElementCommand.Properties">
            <summary>
            An array of Custom collection element properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionElementCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionElementCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionElementCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionElementCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeCustomCollectionQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Custom collection query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new custom collection.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionCommand.Name">
            <summary>
            Name of the collection.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionCommand.Description">
            <summary>
            Description of the collection.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionCommand.Disabled">
            <summary>
            Whether the collection may not be used for new custom views.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionCommand.NewCollectionElements">
            <summary>
            Elements of this custom collection.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionCommand.Reference">
            <summary>
            The Reference field defaults to the Name field value, written in lower case characters and with all spaces replaced by the underscore character. This reference can be used to link the collection to an element using the Xurrent APIs or the Xurrent Import functionality.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionCommand.Properties">
            <summary>
            An array of custom collection properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Custom collection query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the custom collection query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionQueryCommand.Properties">
            <summary>
            An array of a custom collection properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionQueryCommand.CollectionElements">
            <summary>
            Specify the Collection elements to be returned using a custom collection element query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionQueryCommand.DescriptionAttachments">
            <summary>
            Specify the Description attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionQueryCommand.UiExtension">
            <summary>
            Specify the UI extension to be returned using an user interface extension query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a custom collection query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new custom collection query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomCollectionQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a custom collection.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionCommand.CollectionElementsToDelete">
            <summary>
            Identifiers of elements to remove from the collection.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionCommand.Description">
            <summary>
            Description of the collection.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionCommand.Disabled">
            <summary>
            Whether the collection may not be used for new custom views.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionCommand.Name">
            <summary>
            Name of the collection.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionCommand.NewCollectionElements">
            <summary>
            Elements of this custom collection.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionCommand.Reference">
            <summary>
            The Reference field defaults to the Name field value, written in lower case characters and with all spaces replaced by the underscore character. This reference can be used to link the collection to an element using the Xurrent APIs or the Xurrent Import functionality.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionCommand.Properties">
            <summary>
            An array of Custom collection properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetCustomCollectionCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewCustomFieldQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Custom field query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomFieldQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewCustomFieldQueryCommand.Properties">
            <summary>
            An array of a custom field properties to include in the results.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomFieldQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomFieldQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewCustomFieldQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassRateIDQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Effort class rate ID query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassRateIDQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassRateIDQueryCommand.Properties">
            <summary>
            An array of an effort class rate identifier properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassRateIDQueryCommand.EffortClass">
            <summary>
            Specify the Effort class to be returned using an effort class query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassRateIDQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassRateIDQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassRateIDQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassRateQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Effort class rate query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassRateQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassRateQueryCommand.Properties">
            <summary>
            An array of an effort class rate properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassRateQueryCommand.EffortClass">
            <summary>
            Specify the Effort class to be returned using an effort class query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassRateQueryCommand.ServiceOffering">
            <summary>
            Specify the Service offering to be returned using a service offering query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassRateQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassRateQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassRateQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeEffortClassQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking an Effort class query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new effort class.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassCommand.Name">
            <summary>
            The name of the effort class.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassCommand.CostMultiplier">
            <summary>
            The amount with which to multiply the cost of time entries with this effort class.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassCommand.Disabled">
            <summary>
            Whether the effort class may no longer be related to any more timesheet settings.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassCommand.Position">
            <summary>
            The position that the effort class takes when it is displayed in a sorted list.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassCommand.ServiceOfferingIds">
            <summary>
            IDs of the service offerings of this effort class.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassCommand.SkillPoolIds">
            <summary>
            IDs of the skill pools of this effort class.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassCommand.TimesheetSettingIds">
            <summary>
            IDs of the timesheet settings of this effort class.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassCommand.Properties">
            <summary>
            An array of effort class properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Effort class query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the effort class query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassQueryCommand.Properties">
            <summary>
            An array of an effort class properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassQueryCommand.ServiceOfferings">
            <summary>
            Specify the Service offerings to be returned using a service offering query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassQueryCommand.SkillPools">
            <summary>
            Specify the Skill pools to be returned using a skill pool query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassQueryCommand.TimesheetSettings">
            <summary>
            Specify the Timesheet settings to be returned using a timesheet setting query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the an effort class query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new effort class query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewEffortClassQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetEffortClassCommand">
            <summary>
            Represents a PowerShell cmdlet for updating an effort class.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetEffortClassCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetEffortClassCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetEffortClassCommand.CostMultiplier">
            <summary>
            The amount with which to multiply the cost of time entries with this effort class.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetEffortClassCommand.Disabled">
            <summary>
            Whether the effort class may no longer be related to any more timesheet settings.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetEffortClassCommand.Name">
            <summary>
            The name of the effort class.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetEffortClassCommand.Position">
            <summary>
            The position that the effort class takes when it is displayed in a sorted list.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetEffortClassCommand.ServiceOfferingIds">
            <summary>
            IDs of the service offerings of this effort class.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetEffortClassCommand.SkillPoolIds">
            <summary>
            IDs of the skill pools of this effort class.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetEffortClassCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetEffortClassCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetEffortClassCommand.TimesheetSettingIds">
            <summary>
            IDs of the timesheet settings of this effort class.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetEffortClassCommand.Properties">
            <summary>
            An array of Effort class properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetEffortClassCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetEffortClassCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetEffortClassCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetEffortClassCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewEmailTemplateQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Email template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEmailTemplateQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEmailTemplateQueryCommand.Properties">
            <summary>
            An array of an email template properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEmailTemplateQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewEmailTemplateQueryCommand.Translations">
            <summary>
            Specify the Translations to be returned using a translation query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewEmailTemplateQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewEmailTemplateQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewEmailTemplateQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewFeedbackUrlsQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Feedback URLs query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFeedbackUrlsQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFeedbackUrlsQueryCommand.Properties">
            <summary>
            An array of a feedback uniform resource locators properties to include in the results.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewFeedbackUrlsQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewFeedbackUrlsQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewFeedbackUrlsQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewFeedbackQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Feedback query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFeedbackQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFeedbackQueryCommand.Properties">
            <summary>
            An array of a feedback properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFeedbackQueryCommand.RequestedBy">
            <summary>
            Specify the Requested by to be returned using a feedback uniform resource locators query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFeedbackQueryCommand.RequestedFor">
            <summary>
            Specify the Requested for to be returned using a feedback uniform resource locators query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewFeedbackQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewFeedbackQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewFeedbackQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeFirstLineSupportAgreementQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a First line support agreement query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new first line support agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.CustomerId">
            <summary>
            Identifier of the organization that pays for the first line support agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.Name">
            <summary>
            The name of the first line support agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.ProviderId">
            <summary>
            Identifier of the organization that provides the first line support agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.Charges">
            <summary>
            The amounts that the customer will be charged for the first line support agreement. These can be recurring as well as one-off charges.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.CustomerRepresentativeId">
            <summary>
            Identifier of the customer representative.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.ExpiryDate">
            <summary>
            The date through which the first line support agreement (FLSA) will be active. The FLSA expires at the end of this day if it is not renewed before then. When the FLSA has expired, its status will automatically be set to &quot;Expired&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.FirstCallResolutions">
            <summary>
            The minimum percentage of requests that are to be completed by the service desk team during their registration.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.NoticeDate">
            <summary>
            The last day on which the first line support provider organization can still be contacted to terminate the first line support agreement (FLSA) to ensure that it expires on the intended expiry date. The Notice date field is left empty, and the Expiry date field is filled out, when the FLSA is to expire on a specific date and no notice needs to be given to terminate it.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.PickupsWithinTarget">
            <summary>
            The minimum percentage of requests that are to be picked up by the service desk team within the pickup target.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.PickupTarget">
            <summary>
            The number of minutes within which a new or existing request that has been assigned to the service desk team is assigned to a specific member within the service desk team, is assigned to another team, or is set to a status other than assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.RejectedSolutions">
            <summary>
            The maximum percentage of requests that were reopened (i.e. which status in the account that is covered by the first line support agreement was updated from completed to another status).
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.Remarks">
            <summary>
            Any additional information about the first line support agreement that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.RemarksAttachments">
            <summary>
            The attachments used in the remarks field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.ServiceDeskOnlyResolutions">
            <summary>
            The minimum percentage of requests that are to be completed by the service desk team without having been assigned to any other team within the account that is covered by the first line support agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.ServiceDeskResolutions">
            <summary>
            The minimum percentage of requests that are to be completed by the service desk team.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.ServiceDeskTeamId">
            <summary>
            Identifier of the specific team within the first line support provider organization that provides first line support for the users covered by the first line support agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.StartDate">
            <summary>
            The first day during which the first line support agreement (FLSA) is active.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.Status">
            <summary>
            The current status of the first line support agreement (FLSA).
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.SupportChatPickupTarget">
            <summary>
            The number of minutes within which a new or existing chat request that has been assigned to the service desk team is assigned to a specific member within the service desk team, is assigned to another team, or is set to a status other than assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.SupportHoursId">
            <summary>
            Identifier of the calendar that defines the support hours during which the service desk team can be contacted for first line support.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.TargetDetails">
            <summary>
            A description of all the targets of the first line support agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.TimeZone">
            <summary>
            The time zone that applies to the start, notice and expiry dates, and to the support hours.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.Properties">
            <summary>
            An array of first line support agreement properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new First line support agreement query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the first line support agreement query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryCommand.Properties">
            <summary>
            An array of a first line support agreement properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryCommand.ChargesAttachments">
            <summary>
            Specify the Charges attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryCommand.Customer">
            <summary>
            Specify the Customer to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryCommand.CustomerAccount">
            <summary>
            Specify the Customer account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryCommand.CustomerRepresentative">
            <summary>
            Specify the Customer representative to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryCommand.Invoices">
            <summary>
            Specify the Invoices to be returned using an invoice query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryCommand.MajorIncidentManagers">
            <summary>
            Specify the Major incident managers to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryCommand.Provider">
            <summary>
            Specify the Provider to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryCommand.RemarksAttachments">
            <summary>
            Specify the Remarks attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryCommand.ServiceDeskTeam">
            <summary>
            Specify the Service desk team to be returned using a team query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryCommand.SupportHours">
            <summary>
            Specify the Support hours to be returned using a calendar query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryCommand.TargetDetailsAttachments">
            <summary>
            Specify the Target details attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a first line support agreement query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new first line support agreement query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewFirstLineSupportAgreementQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a first line support agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.Charges">
            <summary>
            The amounts that the customer will be charged for the first line support agreement. These can be recurring as well as one-off charges.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.CustomerId">
            <summary>
            Identifier of the organization that pays for the first line support agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.CustomerRepresentativeId">
            <summary>
            Identifier of the customer representative.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.ExpiryDate">
            <summary>
            The date through which the first line support agreement (FLSA) will be active. The FLSA expires at the end of this day if it is not renewed before then. When the FLSA has expired, its status will automatically be set to &quot;Expired&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.FirstCallResolutions">
            <summary>
            The minimum percentage of requests that are to be completed by the service desk team during their registration.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.Name">
            <summary>
            The name of the first line support agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.NoticeDate">
            <summary>
            The last day on which the first line support provider organization can still be contacted to terminate the first line support agreement (FLSA) to ensure that it expires on the intended expiry date. The Notice date field is left empty, and the Expiry date field is filled out, when the FLSA is to expire on a specific date and no notice needs to be given to terminate it.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.PickupsWithinTarget">
            <summary>
            The minimum percentage of requests that are to be picked up by the service desk team within the pickup target.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.PickupTarget">
            <summary>
            The number of minutes within which a new or existing request that has been assigned to the service desk team is assigned to a specific member within the service desk team, is assigned to another team, or is set to a status other than assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.ProviderId">
            <summary>
            Identifier of the organization that provides the first line support agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.RejectedSolutions">
            <summary>
            The maximum percentage of requests that were reopened (i.e. which status in the account that is covered by the first line support agreement was updated from completed to another status).
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.Remarks">
            <summary>
            Any additional information about the first line support agreement that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.RemarksAttachments">
            <summary>
            The attachments used in the remarks field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.ServiceDeskOnlyResolutions">
            <summary>
            The minimum percentage of requests that are to be completed by the service desk team without having been assigned to any other team within the account that is covered by the first line support agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.ServiceDeskResolutions">
            <summary>
            The minimum percentage of requests that are to be completed by the service desk team.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.ServiceDeskTeamId">
            <summary>
            Identifier of the specific team within the first line support provider organization that provides first line support for the users covered by the first line support agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.StartDate">
            <summary>
            The first day during which the first line support agreement (FLSA) is active.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.Status">
            <summary>
            The current status of the first line support agreement (FLSA).
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.SupportChatPickupTarget">
            <summary>
            The number of minutes within which a new or existing chat request that has been assigned to the service desk team is assigned to a specific member within the service desk team, is assigned to another team, or is set to a status other than assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.SupportHoursId">
            <summary>
            Identifier of the calendar that defines the support hours during which the service desk team can be contacted for first line support.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.TargetDetails">
            <summary>
            A description of all the targets of the first line support agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.TimeZone">
            <summary>
            The time zone that applies to the start, notice and expiry dates, and to the support hours.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.Properties">
            <summary>
            An array of First line support agreement properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetFirstLineSupportAgreementCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeHolidayQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Holiday query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewHolidayCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new holiday.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewHolidayCommand.EndAt">
            <summary>
            End of the holiday.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewHolidayCommand.Name">
            <summary>
            Name of the holiday.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewHolidayCommand.StartAt">
            <summary>
            Start of the holiday.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewHolidayCommand.CalendarIds">
            <summary>
            Identifiers of calendars of the holiday.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewHolidayCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewHolidayCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewHolidayCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewHolidayCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewHolidayCommand.Properties">
            <summary>
            An array of holiday properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewHolidayCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewHolidayCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewHolidayCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewHolidayCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewHolidayQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Holiday query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewHolidayQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the holiday query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewHolidayQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewHolidayQueryCommand.Properties">
            <summary>
            An array of a holiday properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewHolidayQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewHolidayQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewHolidayQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewHolidayQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewHolidayQueryCommand.Calendars">
            <summary>
            Specify the Calendars to be returned using a calendar query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewHolidayQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a holiday query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewHolidayQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewHolidayQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewHolidayQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewHolidayQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new holiday query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewHolidayQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewHolidayQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewHolidayQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewHolidayQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewHolidayQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewHolidayQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewHolidayQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewHolidayQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetHolidayCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a holiday.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetHolidayCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetHolidayCommand.CalendarIds">
            <summary>
            Identifiers of calendars of the holiday.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetHolidayCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetHolidayCommand.EndAt">
            <summary>
            End of the holiday.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetHolidayCommand.Name">
            <summary>
            Name of the holiday.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetHolidayCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetHolidayCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetHolidayCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetHolidayCommand.StartAt">
            <summary>
            Start of the holiday.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetHolidayCommand.Properties">
            <summary>
            An array of Holiday properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetHolidayCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetHolidayCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetHolidayCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetHolidayCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewInboundEmailQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Inbound email query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInboundEmailQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInboundEmailQueryCommand.Properties">
            <summary>
            An array of an inbound email properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInboundEmailQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInboundEmailQueryCommand.Note">
            <summary>
            Specify the Note to be returned using a note query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInboundEmailQueryCommand.RecordProblem">
            <summary>
            Specify the Record Problem details to be returned using a problem query. This applies if the item is a problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInboundEmailQueryCommand.RecordProject">
            <summary>
            Specify the Record Project details to be returned using a project query. This applies if the item is a project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInboundEmailQueryCommand.RecordProjectTask">
            <summary>
            Specify the Record Project task details to be returned using a project task query. This applies if the item is a project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInboundEmailQueryCommand.RecordRelease">
            <summary>
            Specify the Record Release details to be returned using a release query. This applies if the item is a release.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInboundEmailQueryCommand.RecordRequest">
            <summary>
            Specify the Record Request details to be returned using a request query. This applies if the item is a request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInboundEmailQueryCommand.RecordRisk">
            <summary>
            Specify the Record Risk details to be returned using a risk query. This applies if the item is a risk.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInboundEmailQueryCommand.RecordTask">
            <summary>
            Specify the Record Task details to be returned using a task query. This applies if the item is a task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInboundEmailQueryCommand.RecordWorkflow">
            <summary>
            Specify the Record Workflow details to be returned using a workflow query. This applies if the item is a workflow.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewInboundEmailQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewInboundEmailQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewInboundEmailQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeInvoiceQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking an Invoice query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new invoice.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.Description">
            <summary>
            Short description of what was acquired.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.InvoiceDate">
            <summary>
            The date on which the invoice was sent out by the supplier.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.InvoiceNr">
            <summary>
            The invoice number that the supplier specified on the invoice.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.Quantity">
            <summary>
            The number of units that were acquired.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.SupplierId">
            <summary>
            Identifier of the organization from which the invoice was received.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.UnitPrice">
            <summary>
            The amount that the supplier has charged per unit that was acquired.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.AmortizationEnd">
            <summary>
            The end date of the period over which the invoice is to be amortized.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.AmortizationStart">
            <summary>
            The start date of the period over which the invoice is to be amortized.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.Amortize">
            <summary>
            Whether the invoice amount is to be amortized over time.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.CiIds">
            <summary>
            The configuration items linked to this invoice.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.ContractId">
            <summary>
            The contract linked to this invoice.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.Currency">
            <summary>
            Currency of the amount value of the invoice.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.DepreciationMethod">
            <summary>
            Used to specify whether or not configuration items that are linked to this invoice are depreciatedand if so, which depreciation method is to be applied. Valid values are:• not_depreciated: Not Depreciated• double_declining_balance: Double Declining Balance• reducing_balance: Reducing Balance (or Diminishing Value)• straight_line: Straight Line (or Prime Cost)• sum_of_the_years_digits: Sum of the Year&apos;s Digits
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.DepreciationStart">
            <summary>
            The date on which to start depreciating the asset.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.FinancialID">
            <summary>
            The unique identifier by which the invoice is known in the financial system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.FlsaId">
            <summary>
            The first line support agreement linked to this invoice.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.PoNr">
            <summary>
            Number of the purchase order that was used to order the (lease of the) configuration item from the supplier.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.ProjectId">
            <summary>
            The project linked to this invoice.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.Rate">
            <summary>
            Used to specify the yearly rate that should be applied to calculate the depreciation of the configuration item (CI) using the reducing balance (or diminishing value) method. When creating a new CI and a value is not specified for this field, it is set to the rate of the CI&apos;s product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.Remarks">
            <summary>
            Any additional information about the invoice that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.RemarksAttachments">
            <summary>
            The attachments used in the remarks field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.SalvageValue">
            <summary>
            The value of this configuration item at the end of its useful life (i.e. at the end of its depreciation period). When a value is not specified for this field, it is set to zero.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.SalvageValueCurrency">
            <summary>
            The currency of the salvage value attributed to this configuration item.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.ServiceId">
            <summary>
            The service that covers this invoice. Can only be set when the invoice is linked to a contract or configuration items.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.SlaId">
            <summary>
            The service level agreement linked to this invoice.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.UsefulLife">
            <summary>
            The number of years within which the configuration item is to be depreciated. When creating a new CI and a value is not specified for this field, it is set to the useful life of the CI&apos;s product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.WorkflowId">
            <summary>
            The workflow linked to this invoice.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.Properties">
            <summary>
            An array of invoice properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Invoice query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the invoice query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryCommand.Properties">
            <summary>
            An array of an invoice properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryCommand.ConfigurationItems">
            <summary>
            Specify the Configuration items to be returned using a configuration item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryCommand.Contract">
            <summary>
            Specify the Contract to be returned using a contract query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryCommand.Flsa">
            <summary>
            Specify the Flsa to be returned using a first line support agreement query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryCommand.Project">
            <summary>
            Specify the Project to be returned using a project query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryCommand.RemarksAttachments">
            <summary>
            Specify the Remarks attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryCommand.Service">
            <summary>
            Specify the Service to be returned using a service query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryCommand.Sla">
            <summary>
            Specify the SLA to be returned using a service level agreement query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryCommand.Supplier">
            <summary>
            Specify the Supplier to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryCommand.Workflow">
            <summary>
            Specify the Workflow to be returned using a workflow query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the an invoice query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new invoice query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewInvoiceQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand">
            <summary>
            Represents a PowerShell cmdlet for updating an invoice.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.AmortizationEnd">
            <summary>
            The end date of the period over which the invoice is to be amortized.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.AmortizationStart">
            <summary>
            The start date of the period over which the invoice is to be amortized.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.Amortize">
            <summary>
            Whether the invoice amount is to be amortized over time.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.CiIds">
            <summary>
            The configuration items linked to this invoice.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.ContractId">
            <summary>
            The contract linked to this invoice.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.Currency">
            <summary>
            Currency of the amount value of the invoice.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.DepreciationMethod">
            <summary>
            Used to specify whether or not configuration items that are linked to this invoice are depreciatedand if so, which depreciation method is to be applied. Valid values are:• not_depreciated: Not Depreciated• double_declining_balance: Double Declining Balance• reducing_balance: Reducing Balance (or Diminishing Value)• straight_line: Straight Line (or Prime Cost)• sum_of_the_years_digits: Sum of the Year&apos;s Digits
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.DepreciationStart">
            <summary>
            The date on which to start depreciating the asset.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.Description">
            <summary>
            Short description of what was acquired.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.FinancialID">
            <summary>
            The unique identifier by which the invoice is known in the financial system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.FlsaId">
            <summary>
            The first line support agreement linked to this invoice.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.InvoiceDate">
            <summary>
            The date on which the invoice was sent out by the supplier.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.InvoiceNr">
            <summary>
            The invoice number that the supplier specified on the invoice.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.PoNr">
            <summary>
            Number of the purchase order that was used to order the (lease of the) configuration item from the supplier.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.ProjectId">
            <summary>
            The project linked to this invoice.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.Quantity">
            <summary>
            The number of units that were acquired.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.Rate">
            <summary>
            Used to specify the yearly rate that should be applied to calculate the depreciation of the configuration item (CI) using the reducing balance (or diminishing value) method. When creating a new CI and a value is not specified for this field, it is set to the rate of the CI&apos;s product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.Remarks">
            <summary>
            Any additional information about the invoice that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.RemarksAttachments">
            <summary>
            The attachments used in the remarks field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.SalvageValue">
            <summary>
            The value of this configuration item at the end of its useful life (i.e. at the end of its depreciation period). When a value is not specified for this field, it is set to zero.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.SalvageValueCurrency">
            <summary>
            The currency of the salvage value attributed to this configuration item.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.ServiceId">
            <summary>
            The service that covers this invoice. Can only be set when the invoice is linked to a contract or configuration items.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.SlaId">
            <summary>
            The service level agreement linked to this invoice.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.SupplierId">
            <summary>
            Identifier of the organization from which the invoice was received.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.UnitPrice">
            <summary>
            The amount that the supplier has charged per unit that was acquired.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.UsefulLife">
            <summary>
            The number of years within which the configuration item is to be depreciated. When creating a new CI and a value is not specified for this field, it is set to the useful life of the CI&apos;s product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.WorkflowId">
            <summary>
            The workflow linked to this invoice.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.Properties">
            <summary>
            An array of Invoice properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetInvoiceCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeKnowledgeArticleTemplateQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Knowledge article template query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleTemplateQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Knowledge article template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleTemplateQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the knowledge article template query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleTemplateQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleTemplateQueryCommand.Properties">
            <summary>
            An array of a knowledge article template properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleTemplateQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleTemplateQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleTemplateQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleTemplateQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleTemplateQueryCommand.Service">
            <summary>
            Specify the Service to be returned using a service query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleTemplateQueryCommand.ServiceInstances">
            <summary>
            Specify the Service instances to be returned using a service instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleTemplateQueryCommand.UiExtension">
            <summary>
            Specify the UI extension to be returned using an user interface extension query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleTemplateQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a knowledge article template query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleTemplateQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleTemplateQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleTemplateQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleTemplateQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new knowledge article template query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleTemplateQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleTemplateQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleTemplateQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleTemplateQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleTemplateQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleTemplateQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleTemplateQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleTemplateQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeKnowledgeArticleQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Knowledge article query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new knowledge article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.Instructions">
            <summary>
            Used to enter instructions for the service desk analysts, specialists and/or end users who are likely to look up the knowledge article to help them with their work or to resolve an issue.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.ServiceId">
            <summary>
            Identifier of the service for which the knowledge article is made available.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.Subject">
            <summary>
            A short description of the knowledge article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.ArchiveDate">
            <summary>
            The date until which the knowledge article will be active. The knowledge article will be archived at the beginning of this day. When the knowledge article is archived, its status will automatically be set to &quot;Archived&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.CoveredSpecialists">
            <summary>
            Whether the knowledge article needs to be available to the people who are a member of the support team of one of the service instances that are selected in the Coverage section of an active SLA for the service that is linked to the article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.CreatedById">
            <summary>
            Identifier of the person who created the knowledge article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.Description">
            <summary>
            Describes the situation and/or environment in which the instructions of the knowledge article may be helpful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.EndUsers">
            <summary>
            Whether the knowledge article needs to be available to anyone who is covered by an active SLA for the service that is linked to the article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.InternalSpecialists">
            <summary>
            Whether the knowledge article needs to be available to the people who have the Specialist role of the account in which the article is registered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.KeyContacts">
            <summary>
            Whether the knowledge article needs to be available to the people who have the Key Contact role of the customer account of an active SLA for the service that is linked to the article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.Keywords">
            <summary>
            A comma-separated list of words that can be used to find the knowledge article using search.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.Public">
            <summary>
            Whether the knowledge article needs to be available to anyone, including people without access to Xurrent.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.ServiceInstanceIds">
            <summary>
            Identifiers of service instances linked to this knowledge article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.Status">
            <summary>
            The current status of the knowledge article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.TemplateId">
            <summary>
            Identifier of the knowledge article template that this knowledge article is based on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.Properties">
            <summary>
            An array of knowledge article properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Knowledge article query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the knowledge article query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryCommand.Properties">
            <summary>
            An array of a knowledge article properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryCommand.CreatedBy">
            <summary>
            Specify the Created by to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryCommand.CustomFields">
            <summary>
            Specify the Custom fields to be returned using a custom field query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryCommand.CustomFieldsAttachments">
            <summary>
            Specify the Custom fields attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryCommand.DescriptionAttachments">
            <summary>
            Specify the Description attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryCommand.InstructionsAttachments">
            <summary>
            Specify the Instructions attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryCommand.Requests">
            <summary>
            Specify the Requests to be returned using a request query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryCommand.Service">
            <summary>
            Specify the Service to be returned using a service query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryCommand.ServiceInstances">
            <summary>
            Specify the Service instances to be returned using a service instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryCommand.Template">
            <summary>
            Specify the Template to be returned using a knowledge article template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryCommand.Translations">
            <summary>
            Specify the Translations to be returned using a translation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryCommand.UpdatedBy">
            <summary>
            Specify the Updated by to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a knowledge article query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryCommand.CustomFilters">
            <summary>
            A custom filter to apply to the a knowledge article query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new knowledge article query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewKnowledgeArticleQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a knowledge article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.ArchiveDate">
            <summary>
            The date until which the knowledge article will be active. The knowledge article will be archived at the beginning of this day. When the knowledge article is archived, its status will automatically be set to &quot;Archived&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.CoveredSpecialists">
            <summary>
            Whether the knowledge article needs to be available to the people who are a member of the support team of one of the service instances that are selected in the Coverage section of an active SLA for the service that is linked to the article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.CreatedById">
            <summary>
            Identifier of the person who created the knowledge article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.Description">
            <summary>
            Describes the situation and/or environment in which the instructions of the knowledge article may be helpful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.EndUsers">
            <summary>
            Whether the knowledge article needs to be available to anyone who is covered by an active SLA for the service that is linked to the article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.Instructions">
            <summary>
            Used to enter instructions for the service desk analysts, specialists and/or end users who are likely to look up the knowledge article to help them with their work or to resolve an issue.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.InternalSpecialists">
            <summary>
            Whether the knowledge article needs to be available to the people who have the Specialist role of the account in which the article is registered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.KeyContacts">
            <summary>
            Whether the knowledge article needs to be available to the people who have the Key Contact role of the customer account of an active SLA for the service that is linked to the article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.Keywords">
            <summary>
            A comma-separated list of words that can be used to find the knowledge article using search.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.Public">
            <summary>
            Whether the knowledge article needs to be available to anyone, including people without access to Xurrent.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.ServiceId">
            <summary>
            Identifier of the service for which the knowledge article is made available.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.ServiceInstanceIds">
            <summary>
            Identifiers of service instances linked to this knowledge article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.Status">
            <summary>
            The current status of the knowledge article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.Subject">
            <summary>
            A short description of the knowledge article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.TemplateId">
            <summary>
            Identifier of the knowledge article template that this knowledge article is based on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.TranslationsToDelete">
            <summary>
            Identifiers of translations to remove from this knowledge articles.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.Properties">
            <summary>
            An array of Knowledge article properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetKnowledgeArticleCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeMeQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Me query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.InvokeMeQueryCommand.#ctor">
            <summary>
            Initializes a new instance of the <see cref="M:Xurrent.GraphQL.PowerShell.Commands.InvokeMeQueryCommand.#ctor"/> class.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewMeQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Me query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewMeQueryCommand.Properties">
            <summary>
            An array of a me properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewMeQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewMeQueryCommand.Addresses">
            <summary>
            Specify the Addresses to be returned using an address query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewMeQueryCommand.Cart">
            <summary>
            Specify the Cart to be returned using a shop order line query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewMeQueryCommand.ConfigurationItems">
            <summary>
            Specify the Configuration items to be returned using a configuration item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewMeQueryCommand.Contacts">
            <summary>
            Specify the Contacts to be returned using a contact query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewMeQueryCommand.CustomFields">
            <summary>
            Specify the Custom fields to be returned using a custom field query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewMeQueryCommand.CustomFieldsAttachments">
            <summary>
            Specify the Custom fields attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewMeQueryCommand.InformationAttachments">
            <summary>
            Specify the Information attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewMeQueryCommand.Manager">
            <summary>
            Specify the Manager to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewMeQueryCommand.Organization">
            <summary>
            Specify the Organization to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewMeQueryCommand.OutOfOfficePeriods">
            <summary>
            Specify the Out of office periods to be returned using an out of office period query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewMeQueryCommand.Permissions">
            <summary>
            Specify the Permissions to be returned using a permission query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewMeQueryCommand.Site">
            <summary>
            Specify the Site to be returned using a site query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewMeQueryCommand.SkillPools">
            <summary>
            Specify the Skill pools to be returned using a skill pool query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewMeQueryCommand.Teams">
            <summary>
            Specify the Teams to be returned using a team query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewMeQueryCommand.UiExtension">
            <summary>
            Specify the UI extension to be returned using an user interface extension query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewMeQueryCommand.WorkHours">
            <summary>
            Specify the Work hours to be returned using a calendar query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewMeQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewMeQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewMeQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewNoteReactionCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new note reaction.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewNoteReactionCommand.NoteId">
            <summary>
            The identifier of the note you want to add a reaction to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewNoteReactionCommand.Reaction">
            <summary>
            The type of reaction to add to the note. Valid values are:• 👍• 👎• 😀• 😕• 🎉• ❤️
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewNoteReactionCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewNoteReactionCommand.Properties">
            <summary>
            An array of note reaction properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewNoteReactionCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewNoteReactionCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewNoteReactionCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewNoteReactionCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewNoteReactionQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Note reaction query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewNoteReactionQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewNoteReactionQueryCommand.Properties">
            <summary>
            An array of a note reaction properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewNoteReactionQueryCommand.Note">
            <summary>
            Specify the Note to be returned using a note query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewNoteReactionQueryCommand.Person">
            <summary>
            Specify the Person to be returned using a person query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewNoteReactionQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewNoteReactionQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewNoteReactionQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.RemoveNoteReactionCommand">
            <summary>
            Represents a PowerShell cmdlet for deleting a note reaction.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.RemoveNoteReactionCommand.ID">
            <summary>
            The identifier of the note reaction to delete.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.RemoveNoteReactionCommand.ClientMutationId">
            <summary>
            Set the Client mutation ID value for this delete action.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.RemoveNoteReactionCommand.Client">
            <summary>
            The client used to execute the delete mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.RemoveNoteReactionCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.RemoveNoteReactionCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.RemoveNoteReactionCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewNoteCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new note.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewNoteCommand.Text">
            <summary>
            Text of the note.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewNoteCommand.Attachments">
            <summary>
            The attachments used in the note field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewNoteCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewNoteCommand.Internal">
            <summary>
            Whether the note should be visible only for people who have the Auditor, Specialist or Account Administrator role of the account. Internal notes are only available for Requests.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewNoteCommand.OwnerId">
            <summary>
            The record that the note should be added to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewNoteCommand.SuppressNoteAddedNotifications">
            <summary>
            Whether Note Added notifications for this note should be suppressed.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewNoteCommand.Properties">
            <summary>
            An array of note properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewNoteCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewNoteCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewNoteCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewNoteCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewNoteQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Note query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewNoteQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewNoteQueryCommand.Properties">
            <summary>
            An array of a note properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewNoteQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewNoteQueryCommand.InboundEmail">
            <summary>
            Specify the Inbound email to be returned using an inbound email query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewNoteQueryCommand.NoteReactions">
            <summary>
            Specify the Note reactions to be returned using a note reaction query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewNoteQueryCommand.Person">
            <summary>
            Specify the Person to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewNoteQueryCommand.TextAttachments">
            <summary>
            Specify the Text attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewNoteQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewNoteQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewNoteQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeOrganizationQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking an Organization query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.Name">
            <summary>
            The full name of the organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.BusinessUnit">
            <summary>
            Whether the organization needs to be treated as a separate entity from a reporting perspective. This checkbox is only available for internal organizations.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.BusinessUnitOrganizationId">
            <summary>
            Refers to itself if the organization is a business unit, or refers to the business unit that the organization belongs to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.Disabled">
            <summary>
            Whether the organization may no longer be related to other records.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.EndUserPrivacy">
            <summary>
            Whether end users from this organization should be prevented from seeing information of other end users.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.FinancialID">
            <summary>
            The unique identifier by which the organization is known in the financial system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.ManagerId">
            <summary>
            The manager of the organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.NewAddresses">
            <summary>
            New or updated addresses of the organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.NewContacts">
            <summary>
            New or updated contacts of the organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.ParentId">
            <summary>
            The organization&apos;s parent organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.Region">
            <summary>
            Which region the organization belongs to. It is possible to select a previously entered region name or to enter a new one. The Region field of a business unit&apos;s child organizations cannot be modified, as it is automatically set to the same value as the Region field of the business unit.Examples of commonly used region names are:- Asia Pacific (APAC)- Europe, Middle East &amp; Africa (EMEA)- North America (NA)
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.Remarks">
            <summary>
            Any additional information about the organization that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.RemarksAttachments">
            <summary>
            The attachments used in the remarks field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.SubstituteId">
            <summary>
            The person who acts as the substitute of the organization&apos;s manager.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.TimeAllocationIds">
            <summary>
            Time allocations of the organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.Properties">
            <summary>
            An array of organization properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the organization query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.Properties">
            <summary>
            An array of an organization properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.Addresses">
            <summary>
            Specify the Addresses to be returned using an address query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.BusinessUnitOrganization">
            <summary>
            Specify the Business unit organization to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.ChildOrganizations">
            <summary>
            Specify the Child organizations to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.Contacts">
            <summary>
            Specify the Contacts to be returned using a contact query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.Contracts">
            <summary>
            Specify the Contracts to be returned using a contract query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.CustomFields">
            <summary>
            Specify the Custom fields to be returned using a custom field query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.CustomFieldsAttachments">
            <summary>
            Specify the Custom fields attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.Manager">
            <summary>
            Specify the Manager to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.OrderTemplate">
            <summary>
            Specify the Order template to be returned using a request template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.Parent">
            <summary>
            Specify the Parent to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.People">
            <summary>
            Specify the People to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.RemarksAttachments">
            <summary>
            Specify the Remarks attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.Risks">
            <summary>
            Specify the Risks to be returned using a risk query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.ServiceLevelAgreements">
            <summary>
            Specify the Service level agreements to be returned using a service level agreement query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.Substitute">
            <summary>
            Specify the Substitute to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.TimeAllocations">
            <summary>
            Specify the Time allocations to be returned using a time allocation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.UiExtension">
            <summary>
            Specify the UI extension to be returned using an user interface extension query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.CustomFilters">
            <summary>
            A custom filter to apply to the an organization query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new organization query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewOrganizationQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand">
            <summary>
            Represents a PowerShell cmdlet for updating an organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.AddressesToDelete">
            <summary>
            Identifiers of addresses to remove from the organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.BusinessUnit">
            <summary>
            Whether the organization needs to be treated as a separate entity from a reporting perspective. This checkbox is only available for internal organizations.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.BusinessUnitOrganizationId">
            <summary>
            Refers to itself if the organization is a business unit, or refers to the business unit that the organization belongs to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.ContactsToDelete">
            <summary>
            Identifiers of contacts to remove from the organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.Disabled">
            <summary>
            Whether the organization may no longer be related to other records.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.EndUserPrivacy">
            <summary>
            Whether end users from this organization should be prevented from seeing information of other end users.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.FinancialID">
            <summary>
            The unique identifier by which the organization is known in the financial system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.ManagerId">
            <summary>
            The manager of the organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.Name">
            <summary>
            The full name of the organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.NewAddresses">
            <summary>
            New or updated addresses of the organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.NewContacts">
            <summary>
            New or updated contacts of the organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.ParentId">
            <summary>
            The organization&apos;s parent organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.Region">
            <summary>
            Which region the organization belongs to. It is possible to select a previously entered region name or to enter a new one. The Region field of a business unit&apos;s child organizations cannot be modified, as it is automatically set to the same value as the Region field of the business unit.Examples of commonly used region names are:- Asia Pacific (APAC)- Europe, Middle East &amp; Africa (EMEA)- North America (NA)
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.Remarks">
            <summary>
            Any additional information about the organization that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.RemarksAttachments">
            <summary>
            The attachments used in the remarks field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.SubstituteId">
            <summary>
            The person who acts as the substitute of the organization&apos;s manager.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.TimeAllocationIds">
            <summary>
            Time allocations of the organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.Properties">
            <summary>
            An array of Organization properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetOrganizationCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeOutOfOfficePeriodQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking an Out of office period query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new out of office period.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodCommand.EndAt">
            <summary>
            End time of the out of office period.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodCommand.PersonId">
            <summary>
            Identifier of the person who is out of office.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodCommand.StartAt">
            <summary>
            Start time of the out of office period.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodCommand.ApprovalDelegateId">
            <summary>
            Identifier of the person who is selected as the approval delegate for the out of office period.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodCommand.EffortClassId">
            <summary>
            Used to generate time entries for the out of office period. This field is required if the timesheet settings linked to the person&apos;s organization has one or more effort classes.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodCommand.Reason">
            <summary>
            The reason of the out of office period. Required when the description category of the time allocation is required.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodCommand.TimeAllocationId">
            <summary>
            Used to generate time entries for the out of office period. Only the time allocations without service and customer that are linked to the person&apos;s organization can be selected. This field is required if at least one time allocation exists that meets those conditions.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodCommand.Properties">
            <summary>
            An array of out of office period properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Out of office period query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the out of office period query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryCommand.Properties">
            <summary>
            An array of an out of office period properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryCommand.ApprovalDelegate">
            <summary>
            Specify the Approval delegate to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryCommand.EffortClass">
            <summary>
            Specify the Effort class to be returned using an effort class query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryCommand.Person">
            <summary>
            Specify the Person to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryCommand.TimeAllocation">
            <summary>
            Specify the Time allocation to be returned using a time allocation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the an out of office period query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new out of office period query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewOutOfOfficePeriodQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetOutOfOfficePeriodCommand">
            <summary>
            Represents a PowerShell cmdlet for updating an out of office period.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOutOfOfficePeriodCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOutOfOfficePeriodCommand.ApprovalDelegateId">
            <summary>
            Identifier of the person who is selected as the approval delegate for the out of office period.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOutOfOfficePeriodCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOutOfOfficePeriodCommand.EffortClassId">
            <summary>
            Used to generate time entries for the out of office period. This field is required if the timesheet settings linked to the person&apos;s organization has one or more effort classes.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOutOfOfficePeriodCommand.EndAt">
            <summary>
            End time of the out of office period.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOutOfOfficePeriodCommand.PersonId">
            <summary>
            Identifier of the person who is out of office.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOutOfOfficePeriodCommand.Reason">
            <summary>
            The reason of the out of office period. Required when the description category of the time allocation is required.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOutOfOfficePeriodCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOutOfOfficePeriodCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOutOfOfficePeriodCommand.StartAt">
            <summary>
            Start time of the out of office period.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOutOfOfficePeriodCommand.TimeAllocationId">
            <summary>
            Used to generate time entries for the out of office period. Only the time allocations without service and customer that are linked to the person&apos;s organization can be selected. This field is required if at least one time allocation exists that meets those conditions.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOutOfOfficePeriodCommand.Properties">
            <summary>
            An array of Out of office period properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetOutOfOfficePeriodCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetOutOfOfficePeriodCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetOutOfOfficePeriodCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetOutOfOfficePeriodCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewParentServiceInstanceQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Parent service instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewParentServiceInstanceQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewParentServiceInstanceQueryCommand.Properties">
            <summary>
            An array of a parent service instance properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewParentServiceInstanceQueryCommand.ServiceInstance">
            <summary>
            Specify the Service instance to be returned using a service instance query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewParentServiceInstanceQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewParentServiceInstanceQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewParentServiceInstanceQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokePdfDesignQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Pdf design query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new pdf design.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignCommand.Name">
            <summary>
            Name of the design.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignCommand.Category">
            <summary>
            Category of the design.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignCommand.Css">
            <summary>
            CSS of the design.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignCommand.Description">
            <summary>
            Description of the design.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignCommand.DescriptionAttachments">
            <summary>
            Files and inline images linked to the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignCommand.Disabled">
            <summary>
            Whether the design is to be used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignCommand.Html">
            <summary>
            HTML of the design.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignCommand.Properties">
            <summary>
            An array of pdf design properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Pdf design query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the pdf design query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignQueryCommand.Properties">
            <summary>
            An array of a pdf design properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignQueryCommand.DescriptionAttachments">
            <summary>
            Specify the Description attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignQueryCommand.Translations">
            <summary>
            Specify the Translations to be returned using a translation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a pdf design query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new pdf design query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewPdfDesignQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetPdfDesignCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a pdf design.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPdfDesignCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPdfDesignCommand.Category">
            <summary>
            Category of the design.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPdfDesignCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPdfDesignCommand.Css">
            <summary>
            CSS of the design.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPdfDesignCommand.Description">
            <summary>
            Description of the design.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPdfDesignCommand.DescriptionAttachments">
            <summary>
            Files and inline images linked to the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPdfDesignCommand.Disabled">
            <summary>
            Whether the design is to be used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPdfDesignCommand.Html">
            <summary>
            HTML of the design.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPdfDesignCommand.Name">
            <summary>
            Name of the design.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPdfDesignCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPdfDesignCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPdfDesignCommand.Properties">
            <summary>
            An array of Pdf design properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPdfDesignCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetPdfDesignCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetPdfDesignCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetPdfDesignCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewPeriodQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Period query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPeriodQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPeriodQueryCommand.Properties">
            <summary>
            An array of a period properties to include in the results.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewPeriodQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewPeriodQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewPeriodQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewPermissionQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Permission query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPermissionQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPermissionQueryCommand.Properties">
            <summary>
            An array of a permission properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPermissionQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewPermissionQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewPermissionQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewPermissionQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokePersonQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Person query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.Name">
            <summary>
            The name of the person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.PrimaryEmail">
            <summary>
            The email address to which email notifications are to be sent. This email address acts as the unique identifier for the person within the Xurrent account. This primary email address also acts as the person&apos;s login name if he/she is a user of the Xurrent service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.AuthenticationID">
            <summary>
            Uniquely identify the user for Single Sign-On
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.AutoTranslation">
            <summary>
            Whether the person should be offered translations for texts that are written in languages other than the ones selected in the Language (language) and the Do not translate (do_not_translate_languages) arguments. Such texts are translated automatically into the language selected in the Language (language) argument.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.ConfigurationItemIds">
            <summary>
            Configuration items this person is related to as a user.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.CostPerHour">
            <summary>
            The person&apos;s estimated total cost per work hour for the service provider organization. The value in this argument should include the costs of the person&apos;s salary (or rate in case of a long-term contractor), office space, service subscriptions, training, etc.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.CostPerHourCurrency">
            <summary>
            The currency of the cost per hour value attributed to this person.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.Disabled">
            <summary>
            true when the person may no longer be related to other records.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.DoNotTranslateLanguages">
            <summary>
            The languages that should not be translated automatically for the person. Translations will not be offered to the person for texts in any of these languages. Supported language codes are: en, nl, de, fr, es, pt, it, da, fi, sv, pl, cs, tr, ru, ar, id, fa, no, zh, ja, ko, he, hi, ms.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.EmployeeID">
            <summary>
            The unique identifier for a person typically based on order of hire or association with an organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.ExcludeTeamNotifications">
            <summary>
            Whether team notifications should be excluded from all notifications.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.Information">
            <summary>
            Any additional information about the person that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.InformationAttachments">
            <summary>
            The attachments used in the information field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.JobTitle">
            <summary>
            The person&apos;s job title.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.Language">
            <summary>
            The language preference of the person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.Location">
            <summary>
            The name or number of the room, cubicle or area where the person has his/her primary work space.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.ManagerId">
            <summary>
            The manager or supervisor to whom the person reports.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.NewAccountPermissions">
            <summary>
            Permissions for specific accounts of this person to add or update. Permissions for other accounts will not be altered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.NewAddresses">
            <summary>
            New or updated addresses of this person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.NewContacts">
            <summary>
            New or updated contacts of this person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.OauthPersonEnablement">
            <summary>
            An enabled OAuth person is mentionable and visible in suggest fields, just like a real person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.OrganizationId">
            <summary>
            The organization for which the person works as an employee or long-term contractor.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.Permissions">
            <summary>
            Permissions of this person. These will overwrite all existing permissions of this person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.SendEmailNotifications">
            <summary>
            Indicates when to send email notifications to the person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.ShowNotificationPopup">
            <summary>
            Indicates when to show a notification popup to the person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.SiteId">
            <summary>
            Where the person is stationed.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.SkillPoolIds">
            <summary>
            Skill pools this person belongs to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.SupportID">
            <summary>
            A number or code that a service desk analyst can ask the person for when the person contacts the service desk for support.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.TeamIds">
            <summary>
            Teams this person belongs to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.TimeFormat24h">
            <summary>
            Whether the person prefers to see times displayed within the Xurrent service in the 24-hour format or not (in which case the 12-hour format is applied).
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.TimeZone">
            <summary>
            The time zone in which the person normally resides.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.Vip">
            <summary>
            Whether the person is a very important person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.WorkHoursId">
            <summary>
            Calendar that represents the work hours of the person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.Properties">
            <summary>
            An array of person properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewPersonCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the person query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.Properties">
            <summary>
            An array of a person properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.Addresses">
            <summary>
            Specify the Addresses to be returned using an address query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.Cart">
            <summary>
            Specify the Cart to be returned using a shop order line query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.ConfigurationItems">
            <summary>
            Specify the Configuration items to be returned using a configuration item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.Contacts">
            <summary>
            Specify the Contacts to be returned using a contact query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.CustomFields">
            <summary>
            Specify the Custom fields to be returned using a custom field query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.CustomFieldsAttachments">
            <summary>
            Specify the Custom fields attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.InformationAttachments">
            <summary>
            Specify the Information attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.Manager">
            <summary>
            Specify the Manager to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.Organization">
            <summary>
            Specify the Organization to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.OutOfOfficePeriods">
            <summary>
            Specify the Out of office periods to be returned using an out of office period query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.Permissions">
            <summary>
            Specify the Permissions to be returned using a permission query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.Site">
            <summary>
            Specify the Site to be returned using a site query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.SkillPools">
            <summary>
            Specify the Skill pools to be returned using a skill pool query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.Teams">
            <summary>
            Specify the Teams to be returned using a team query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.UiExtension">
            <summary>
            Specify the UI extension to be returned using an user interface extension query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.WorkHours">
            <summary>
            Specify the Work hours to be returned using a calendar query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.CustomFilters">
            <summary>
            A custom filter to apply to the a person query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new person query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewPersonQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.AccountPermissionsToDelete">
            <summary>
            Identifiers of accounts this person&apos;s permissions will be deleted for. Permissions for other accounts will not be altered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.AddressesToDelete">
            <summary>
            Identifiers of addresses to remove from this person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.AuthenticationID">
            <summary>
            Uniquely identify the user for Single Sign-On
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.AutoTranslation">
            <summary>
            Whether the person should be offered translations for texts that are written in languages other than the ones selected in the Language (language) and the Do not translate (do_not_translate_languages) arguments. Such texts are translated automatically into the language selected in the Language (language) argument.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.ConfigurationItemIds">
            <summary>
            Configuration items this person is related to as a user.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.ContactsToDelete">
            <summary>
            Identifiers of contacts to remove from this person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.CostPerHour">
            <summary>
            The person&apos;s estimated total cost per work hour for the service provider organization. The value in this argument should include the costs of the person&apos;s salary (or rate in case of a long-term contractor), office space, service subscriptions, training, etc.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.CostPerHourCurrency">
            <summary>
            The currency of the cost per hour value attributed to this person.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.Disabled">
            <summary>
            true when the person may no longer be related to other records.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.DoNotTranslateLanguages">
            <summary>
            The languages that should not be translated automatically for the person. Translations will not be offered to the person for texts in any of these languages. Supported language codes are: en, nl, de, fr, es, pt, it, da, fi, sv, pl, cs, tr, ru, ar, id, fa, no, zh, ja, ko, he, hi, ms.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.EmployeeID">
            <summary>
            The unique identifier for a person typically based on order of hire or association with an organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.ExcludeTeamNotifications">
            <summary>
            Whether team notifications should be excluded from all notifications.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.Information">
            <summary>
            Any additional information about the person that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.InformationAttachments">
            <summary>
            The attachments used in the information field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.JobTitle">
            <summary>
            The person&apos;s job title.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.Language">
            <summary>
            The language preference of the person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.Location">
            <summary>
            The name or number of the room, cubicle or area where the person has his/her primary work space.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.ManagerId">
            <summary>
            The manager or supervisor to whom the person reports.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.Name">
            <summary>
            The name of the person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.NewAccountPermissions">
            <summary>
            Permissions for specific accounts of this person to add or update. Permissions for other accounts will not be altered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.NewAddresses">
            <summary>
            New or updated addresses of this person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.NewContacts">
            <summary>
            New or updated contacts of this person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.OauthPersonEnablement">
            <summary>
            An enabled OAuth person is mentionable and visible in suggest fields, just like a real person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.OrganizationId">
            <summary>
            The organization for which the person works as an employee or long-term contractor.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.Permissions">
            <summary>
            Permissions of this person. These will overwrite all existing permissions of this person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.PrimaryEmail">
            <summary>
            The email address to which email notifications are to be sent. This email address acts as the unique identifier for the person within the Xurrent account. This primary email address also acts as the person&apos;s login name if he/she is a user of the Xurrent service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.SendEmailNotifications">
            <summary>
            Indicates when to send email notifications to the person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.ShowNotificationPopup">
            <summary>
            Indicates when to show a notification popup to the person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.SiteId">
            <summary>
            Where the person is stationed.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.SkillPoolIds">
            <summary>
            Skill pools this person belongs to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.SupportID">
            <summary>
            A number or code that a service desk analyst can ask the person for when the person contacts the service desk for support.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.TeamIds">
            <summary>
            Teams this person belongs to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.TimeFormat24h">
            <summary>
            Whether the person prefers to see times displayed within the Xurrent service in the 24-hour format or not (in which case the 12-hour format is applied).
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.TimeZone">
            <summary>
            The time zone in which the person normally resides.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.Vip">
            <summary>
            Whether the person is a very important person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.WorkHoursId">
            <summary>
            Calendar that represents the work hours of the person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.Properties">
            <summary>
            An array of Person properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetPersonCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeProblemQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Problem query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.ServiceId">
            <summary>
            Identifier of the service in which instance(s) the problem resides.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.Subject">
            <summary>
            A short description of the symptoms that the problem causes.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.AgileBoardColumnId">
            <summary>
            ID of the column this item is placed in.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.AgileBoardColumnPosition">
            <summary>
            The (one based) position of this item in its column.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.AgileBoardId">
            <summary>
            ID of the board this item is placed on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.AnalysisTargetAt">
            <summary>
            Used to specify when the current assignee needs to have completed the root cause analysis of the problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.Category">
            <summary>
            The category of the problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.ConfigurationItemIds">
            <summary>
            Identifiers of configuration items of this problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.Impact">
            <summary>
            Used to select the extent to which the service is impacted when an incident occurs that is caused by the problem. Defaults to none.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.KnowledgeArticleId">
            <summary>
            Identifier of the knowledge article which instructions should be followed to resolve incidents caused by this problem until a structural solution has been implemented.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.KnownError">
            <summary>
            Whether the underlying cause of the problem has been found and a temporary workaround has been proposed.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.ManagerId">
            <summary>
            Identifier of the person who is responsible for coordinating the problem through root cause analysis, the proposal of a structural solution and ultimately its closure. Defaults to the current authenticated person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.MemberId">
            <summary>
            Identifier of the person to whom the problem is to be assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.Note">
            <summary>
            Detailed description of the symptoms that are caused by the problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.ProductBacklogEstimate">
            <summary>
            Estimate of the relative size of this item on the product backlog.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.ProductBacklogId">
            <summary>
            Identifier of the product backlog this item is placed on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.ProductBacklogPosition">
            <summary>
            The (one based) position of this item on the backlog.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.ProjectId">
            <summary>
            Identifier of the project to link the problem to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.RequestIds">
            <summary>
            Identifiers of requests of this problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.ServiceInstanceIds">
            <summary>
            Identifiers of service instances of this problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.Status">
            <summary>
            The current status of the problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.SupplierId">
            <summary>
            Identifier of the supplier organization that has been asked for a solution to the problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.SupplierRequestID">
            <summary>
            The identifier under which the request to help with the solution of the problem has been registered at the supplier organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.TeamId">
            <summary>
            Identifier of the team to which the problem is to be assigned. Defaults to the support team of the service if no team or member is present.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.TimeSpent">
            <summary>
            The time that you have spent working on the request since you started to work on it or, if you already entered some time for this request, since you last added your time spent in it.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.TimeSpentEffortClassId">
            <summary>
            The effort class that best reflects the type of effort for which time spent is being registered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.Urgent">
            <summary>
            Whether the problem has been marked as urgent.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.WaitingUntil">
            <summary>
            The date and time at which the status of the problem is to be updated from waiting_for to assigned. This field is available only when the Status field is set to waiting_for.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.Workaround">
            <summary>
            Used to describe the temporary workaround that should be applied to resolve incidents caused by this problem until a structural solution has been implemented.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.WorkflowId">
            <summary>
            Identifier of the workflow that will implement the proposed permanent solution for the problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.Properties">
            <summary>
            An array of problem properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProblemCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Problem query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the problem query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.Properties">
            <summary>
            An array of a problem properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.AgileBoard">
            <summary>
            Specify the Agile board to be returned using an agile board query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.AgileBoardColumn">
            <summary>
            Specify the Agile board column to be returned using an agile board column query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.ConfigurationItems">
            <summary>
            Specify the Configuration items to be returned using a configuration item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.CustomFields">
            <summary>
            Specify the Custom fields to be returned using a custom field query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.CustomFieldsAttachments">
            <summary>
            Specify the Custom fields attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.KnowledgeArticle">
            <summary>
            Specify the Knowledge article to be returned using a knowledge article query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.Manager">
            <summary>
            Specify the Manager to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.Member">
            <summary>
            Specify the Member to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.Notes">
            <summary>
            Specify the Notes to be returned using a note query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.ProductBacklog">
            <summary>
            Specify the Product backlog to be returned using a product backlog query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.Project">
            <summary>
            Specify the Project to be returned using a project query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.Requests">
            <summary>
            Specify the Requests to be returned using a request query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.Service">
            <summary>
            Specify the Service to be returned using a service query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.ServiceInstances">
            <summary>
            Specify the Service instances to be returned using a service instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.SprintBacklogItems">
            <summary>
            Specify the Sprint backlog items to be returned using a sprint backlog item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.Supplier">
            <summary>
            Specify the Supplier to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.Team">
            <summary>
            Specify the Team to be returned using a team query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.TimeEntries">
            <summary>
            Specify the Time entries to be returned using a time entry query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.UiExtension">
            <summary>
            Specify the UI extension to be returned using an user interface extension query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.WorkaroundAttachments">
            <summary>
            Specify the Workaround attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.Workflow">
            <summary>
            Specify the Workflow to be returned using a workflow query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a problem query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.CustomFilters">
            <summary>
            A custom filter to apply to the a problem query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new problem query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProblemQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.AgileBoardColumnId">
            <summary>
            ID of the column this item is placed in.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.AgileBoardColumnPosition">
            <summary>
            The (one based) position of this item in its column.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.AgileBoardId">
            <summary>
            ID of the board this item is placed on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.AnalysisTargetAt">
            <summary>
            Used to specify when the current assignee needs to have completed the root cause analysis of the problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.Category">
            <summary>
            The category of the problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.ConfigurationItemIds">
            <summary>
            Identifiers of configuration items of this problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.Impact">
            <summary>
            Used to select the extent to which the service is impacted when an incident occurs that is caused by the problem. Defaults to none.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.KnowledgeArticleId">
            <summary>
            Identifier of the knowledge article which instructions should be followed to resolve incidents caused by this problem until a structural solution has been implemented.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.KnownError">
            <summary>
            Whether the underlying cause of the problem has been found and a temporary workaround has been proposed.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.ManagerId">
            <summary>
            Identifier of the person who is responsible for coordinating the problem through root cause analysis, the proposal of a structural solution and ultimately its closure. Defaults to the current authenticated person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.MemberId">
            <summary>
            Identifier of the person to whom the problem is to be assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.Note">
            <summary>
            Detailed description of the symptoms that are caused by the problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.ProductBacklogEstimate">
            <summary>
            Estimate of the relative size of this item on the product backlog.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.ProductBacklogId">
            <summary>
            Identifier of the product backlog this item is placed on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.ProductBacklogPosition">
            <summary>
            The (one based) position of this item on the backlog.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.ProjectId">
            <summary>
            Identifier of the project to link the problem to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.RequestIds">
            <summary>
            Identifiers of requests of this problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.ServiceId">
            <summary>
            Identifier of the service in which instance(s) the problem resides.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.ServiceInstanceIds">
            <summary>
            Identifiers of service instances of this problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.Status">
            <summary>
            The current status of the problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.Subject">
            <summary>
            A short description of the symptoms that the problem causes.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.SupplierId">
            <summary>
            Identifier of the supplier organization that has been asked for a solution to the problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.SupplierRequestID">
            <summary>
            The identifier under which the request to help with the solution of the problem has been registered at the supplier organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.TeamId">
            <summary>
            Identifier of the team to which the problem is to be assigned. Defaults to the support team of the service if no team or member is present.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.TimeSpent">
            <summary>
            The time that you have spent working on the request since you started to work on it or, if you already entered some time for this request, since you last added your time spent in it.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.TimeSpentEffortClassId">
            <summary>
            The effort class that best reflects the type of effort for which time spent is being registered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.Urgent">
            <summary>
            Whether the problem has been marked as urgent.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.WaitingUntil">
            <summary>
            The date and time at which the status of the problem is to be updated from waiting_for to assigned. This field is available only when the Status field is set to waiting_for.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.Workaround">
            <summary>
            Used to describe the temporary workaround that should be applied to resolve incidents caused by this problem until a structural solution has been implemented.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.WorkflowId">
            <summary>
            Identifier of the workflow that will implement the proposed permanent solution for the problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.Properties">
            <summary>
            An array of Problem properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProblemCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogItemQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Product backlog item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogItemQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogItemQueryCommand.Properties">
            <summary>
            An array of a product backlog item properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogItemQueryCommand.ProductBacklog">
            <summary>
            Specify the Product backlog to be returned using a product backlog query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogItemQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogItemQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogItemQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeProductBacklogQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Product backlog query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new product backlog.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogCommand.Name">
            <summary>
            Name of the product backlog.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogCommand.Description">
            <summary>
            Description of the product backlog.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogCommand.Disabled">
            <summary>
            Whether the backlog may not be used to place items on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogCommand.ProductOwnerId">
            <summary>
            Identifier of the person responsible for maximizing the value of the work done based on this product backlog.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogCommand.Properties">
            <summary>
            An array of product backlog properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Product backlog query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the product backlog query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryCommand.Properties">
            <summary>
            An array of a product backlog properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryCommand.DescriptionAttachments">
            <summary>
            Specify the Description attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryCommand.Items">
            <summary>
            Specify the Items to be returned using a product backlog item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryCommand.ProductOwner">
            <summary>
            Specify the Product owner to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryCommand.ScrumWorkspaces">
            <summary>
            Specify the Scrum workspaces to be returned using a scrum workspace query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a product backlog query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new product backlog query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductBacklogQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetProductBacklogCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a product backlog.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductBacklogCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductBacklogCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductBacklogCommand.Description">
            <summary>
            Description of the product backlog.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductBacklogCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductBacklogCommand.Disabled">
            <summary>
            Whether the backlog may not be used to place items on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductBacklogCommand.Name">
            <summary>
            Name of the product backlog.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductBacklogCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductBacklogCommand.ProductOwnerId">
            <summary>
            Identifier of the person responsible for maximizing the value of the work done based on this product backlog.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductBacklogCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductBacklogCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductBacklogCommand.Properties">
            <summary>
            An array of Product backlog properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductBacklogCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProductBacklogCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProductBacklogCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProductBacklogCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeProductCategoryQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Product category query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new product category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryCommand.Name">
            <summary>
            The name of the product category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryCommand.RuleSet">
            <summary>
            Used to select a set of rules that are to be applied to the products to which the product category is related, as well as the configuration items that are related to those products. The selected rule set dictates which fields are available for these product and configuration items.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryCommand.Disabled">
            <summary>
            Whether the product category may not be related to any more products.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryCommand.Group">
            <summary>
            Used to include the product category in a group.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryCommand.Properties">
            <summary>
            An array of product category properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Product category query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the product category query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryQueryCommand.Properties">
            <summary>
            An array of a product category properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryQueryCommand.Products">
            <summary>
            Specify the Products to be returned using a product query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryQueryCommand.Translations">
            <summary>
            Specify the Translations to be returned using a translation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryQueryCommand.UiExtension">
            <summary>
            Specify the UI extension to be returned using an user interface extension query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a product category query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new product category query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductCategoryQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetProductCategoryCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a product category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCategoryCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCategoryCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCategoryCommand.Disabled">
            <summary>
            Whether the product category may not be related to any more products.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCategoryCommand.Group">
            <summary>
            Used to include the product category in a group.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCategoryCommand.Name">
            <summary>
            The name of the product category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCategoryCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCategoryCommand.RuleSet">
            <summary>
            Used to select a set of rules that are to be applied to the products to which the product category is related, as well as the configuration items that are related to those products. The selected rule set dictates which fields are available for these product and configuration items.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCategoryCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCategoryCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCategoryCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCategoryCommand.Properties">
            <summary>
            An array of Product category properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCategoryCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProductCategoryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProductCategoryCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProductCategoryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeProductQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Product query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.Brand">
            <summary>
            The brand name is typically the name of the product&apos;s manufacturer.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.Category">
            <summary>
            The appropriate product category for the product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.Name">
            <summary>
            The name of the product. Fill out the Brand, Model, Product ID (optional) and Category fields to automatically generate a name based on the values entered in these fields.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.DepreciationMethod">
            <summary>
            Used to specify whether or not configuration items that are based on the product are typically depreciated and if so, which depreciation method is normally applied. Valid values are:• not_depreciated: Not Depreciated• double_declining_balance: Double Declining Balance• reducing_balance: Reducing Balance (or Diminishing Value)• straight_line: Straight Line (or Prime Cost)• sum_of_the_years_digits: Sum of the Year&apos;s Digits
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.Disabled">
            <summary>
            Whether the product may no longer be used to register new configuration items.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.FinancialOwnerId">
            <summary>
            Identifier of the internal organization which budget is normally used to obtain the product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.Model">
            <summary>
            The model of the product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.ProductID">
            <summary>
            The unique identifier of the product that is used by the manufacturer. The concatenation of brand and productID must be unique within a Xurrent account.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.Rate">
            <summary>
            The yearly rate that should normally be applied to calculate the depreciation of configuration items that are based on the product using the reducing balance (or diminishing value) method.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.Recurrence">
            <summary>
            Recurrence for maintenance of configuration items created from the product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.Remarks">
            <summary>
            Any additional information about the product that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.RemarksAttachments">
            <summary>
            The attachments used in the remarks field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.SalvageValue">
            <summary>
            The value of this configuration item at the end of its useful life (i.e. at the end of its depreciation period). When a value is not specified for this field, it is set to zero.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.SalvageValueCurrency">
            <summary>
            The currency of the salvage value attributed to this configuration item.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.ServiceId">
            <summary>
            Identifier of the Service which Service Instances would typically include the product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.SupplierId">
            <summary>
            Identifier of the organization from which the product is typically obtained. If the product is developed internally, select the internal organization that develops it. Note that a lease company should be selected in this field if the product is normally leased.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.SupportTeamId">
            <summary>
            Identifier of the team responsible for maintaining the product&apos;s information in the configuration management database (CMDB).
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.UsefulLife">
            <summary>
            The number of years within which configuration items that are based on the product are typically depreciated.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.WorkflowManagerId">
            <summary>
            The person who will be responsible for coordinating the workflows that will be generated automatically in accordance with the recurrence schedule.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.WorkflowTemplateId">
            <summary>
            The workflow template that is used to periodically maintain configuration items created from the product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.Properties">
            <summary>
            An array of product properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Product query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the product query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.Properties">
            <summary>
            An array of a product properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.ConfigurationItems">
            <summary>
            Specify the Configuration items to be returned using a configuration item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.CustomFields">
            <summary>
            Specify the Custom fields to be returned using a custom field query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.CustomFieldsAttachments">
            <summary>
            Specify the Custom fields attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.FinancialOwner">
            <summary>
            Specify the Financial owner to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.ProductCategory">
            <summary>
            Specify the Product category to be returned using a product category query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.Recurrence">
            <summary>
            Specify the Recurrence to be returned using a recurrence template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.RemarksAttachments">
            <summary>
            Specify the Remarks attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.Service">
            <summary>
            Specify the Service to be returned using a service query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.Supplier">
            <summary>
            Specify the Supplier to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.SupportTeam">
            <summary>
            Specify the Support team to be returned using a team query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.UiExtension">
            <summary>
            Specify the UI extension to be returned using an user interface extension query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.WorkflowManager">
            <summary>
            Specify the Workflow manager to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.WorkflowTemplate">
            <summary>
            Specify the Workflow template to be returned using a workflow template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a product query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.CustomFilters">
            <summary>
            A custom filter to apply to the a product query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new product query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProductQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.Brand">
            <summary>
            The brand name is typically the name of the product&apos;s manufacturer.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.Category">
            <summary>
            The appropriate product category for the product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.DepreciationMethod">
            <summary>
            Used to specify whether or not configuration items that are based on the product are typically depreciated and if so, which depreciation method is normally applied. Valid values are:• not_depreciated: Not Depreciated• double_declining_balance: Double Declining Balance• reducing_balance: Reducing Balance (or Diminishing Value)• straight_line: Straight Line (or Prime Cost)• sum_of_the_years_digits: Sum of the Year&apos;s Digits
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.Disabled">
            <summary>
            Whether the product may no longer be used to register new configuration items.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.FinancialOwnerId">
            <summary>
            Identifier of the internal organization which budget is normally used to obtain the product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.Model">
            <summary>
            The model of the product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.Name">
            <summary>
            The name of the product. Fill out the Brand, Model, Product ID (optional) and Category fields to automatically generate a name based on the values entered in these fields.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.ProductID">
            <summary>
            The unique identifier of the product that is used by the manufacturer. The concatenation of brand and productID must be unique within a Xurrent account.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.Rate">
            <summary>
            The yearly rate that should normally be applied to calculate the depreciation of configuration items that are based on the product using the reducing balance (or diminishing value) method.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.Recurrence">
            <summary>
            Recurrence for maintenance of configuration items created from the product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.Remarks">
            <summary>
            Any additional information about the product that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.RemarksAttachments">
            <summary>
            The attachments used in the remarks field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.SalvageValue">
            <summary>
            The value of this configuration item at the end of its useful life (i.e. at the end of its depreciation period). When a value is not specified for this field, it is set to zero.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.SalvageValueCurrency">
            <summary>
            The currency of the salvage value attributed to this configuration item.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.ServiceId">
            <summary>
            Identifier of the Service which Service Instances would typically include the product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.SupplierId">
            <summary>
            Identifier of the organization from which the product is typically obtained. If the product is developed internally, select the internal organization that develops it. Note that a lease company should be selected in this field if the product is normally leased.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.SupportTeamId">
            <summary>
            Identifier of the team responsible for maintaining the product&apos;s information in the configuration management database (CMDB).
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.UsefulLife">
            <summary>
            The number of years within which configuration items that are based on the product are typically depreciated.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.WorkflowManagerId">
            <summary>
            The person who will be responsible for coordinating the workflows that will be generated automatically in accordance with the recurrence schedule.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.WorkflowTemplateId">
            <summary>
            The workflow template that is used to periodically maintain configuration items created from the product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.Properties">
            <summary>
            An array of Product properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProductCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeProjectCategoryQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Project category query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new project category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryCommand.Name">
            <summary>
            The name of the project category. Ideally the name of a project category consists of a single word, such as &quot;Large&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryCommand.Description">
            <summary>
            A very short description of the project category, for example &quot;More than 200 workdays or $200K&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryCommand.Disabled">
            <summary>
            Whether the project category may not be related to any more projects.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryCommand.Information">
            <summary>
            Any additional information about the project category that might prove useful, especially for project managers when they need to decide which project category to select for a project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryCommand.InformationAttachments">
            <summary>
            The attachments used in the information field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryCommand.Position">
            <summary>
            The position that the project category takes when it is displayed in a sorted list.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryCommand.Properties">
            <summary>
            An array of project category properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Project category query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the project category query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryQueryCommand.Properties">
            <summary>
            An array of a project category properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryQueryCommand.InformationAttachments">
            <summary>
            Specify the Information attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a project category query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new project category query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectCategoryQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetProjectCategoryCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a project category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCategoryCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCategoryCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCategoryCommand.Description">
            <summary>
            A very short description of the project category, for example &quot;More than 200 workdays or $200K&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCategoryCommand.Disabled">
            <summary>
            Whether the project category may not be related to any more projects.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCategoryCommand.Information">
            <summary>
            Any additional information about the project category that might prove useful, especially for project managers when they need to decide which project category to select for a project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCategoryCommand.InformationAttachments">
            <summary>
            The attachments used in the information field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCategoryCommand.Name">
            <summary>
            The name of the project category. Ideally the name of a project category consists of a single word, such as &quot;Large&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCategoryCommand.Position">
            <summary>
            The position that the project category takes when it is displayed in a sorted list.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCategoryCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCategoryCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCategoryCommand.Properties">
            <summary>
            An array of Project category properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCategoryCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProjectCategoryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProjectCategoryCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProjectCategoryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProjectPhaseQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Project phase query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectPhaseQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectPhaseQueryCommand.Properties">
            <summary>
            An array of a project phase properties to include in the results.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectPhaseQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectPhaseQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectPhaseQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeProjectRiskLevelQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Project risk level query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new project risk level.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelCommand.Name">
            <summary>
            The name of the project risk level. Ideally the name of a project risk level consists of a single word, such as &quot;Significant&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelCommand.Description">
            <summary>
            A very short description of the project risk level, for example &quot;Risk of Failure is Significant&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelCommand.Disabled">
            <summary>
            Whether the project risk level may not be related to any more projects.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelCommand.Information">
            <summary>
            Any additional information about the project risk level that might prove useful, especially for project managers when they need to decide which project risk level to select for a project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelCommand.InformationAttachments">
            <summary>
            The attachments used in the information field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelCommand.Position">
            <summary>
            The position that the project risk level takes when it is displayed in a sorted list.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelCommand.Properties">
            <summary>
            An array of project risk level properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Project risk level query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the project risk level query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelQueryCommand.Properties">
            <summary>
            An array of a project risk level properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelQueryCommand.InformationAttachments">
            <summary>
            Specify the Information attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a project risk level query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new project risk level query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectRiskLevelQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetProjectRiskLevelCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a project risk level.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectRiskLevelCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectRiskLevelCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectRiskLevelCommand.Description">
            <summary>
            A very short description of the project risk level, for example &quot;Risk of Failure is Significant&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectRiskLevelCommand.Disabled">
            <summary>
            Whether the project risk level may not be related to any more projects.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectRiskLevelCommand.Information">
            <summary>
            Any additional information about the project risk level that might prove useful, especially for project managers when they need to decide which project risk level to select for a project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectRiskLevelCommand.InformationAttachments">
            <summary>
            The attachments used in the information field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectRiskLevelCommand.Name">
            <summary>
            The name of the project risk level. Ideally the name of a project risk level consists of a single word, such as &quot;Significant&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectRiskLevelCommand.Position">
            <summary>
            The position that the project risk level takes when it is displayed in a sorted list.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectRiskLevelCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectRiskLevelCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectRiskLevelCommand.Properties">
            <summary>
            An array of Project risk level properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectRiskLevelCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProjectRiskLevelCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProjectRiskLevelCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProjectRiskLevelCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskAssignmentQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Project task assignment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskAssignmentQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskAssignmentQueryCommand.Properties">
            <summary>
            An array of a project task assignment properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskAssignmentQueryCommand.Assignee">
            <summary>
            Specify the Assignee to be returned using a person query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskAssignmentQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskAssignmentQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskAssignmentQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateAssignmentQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Project task template assignment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateAssignmentQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateAssignmentQueryCommand.Properties">
            <summary>
            An array of a project task template assignment properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateAssignmentQueryCommand.Assignee">
            <summary>
            Specify the Assignee to be returned using a person query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateAssignmentQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateAssignmentQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateAssignmentQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateRelationQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Project task template relation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateRelationQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateRelationQueryCommand.Properties">
            <summary>
            An array of a project task template relation properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateRelationQueryCommand.AutomationRules">
            <summary>
            Specify the Automation rules to be returned using an automation rule query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateRelationQueryCommand.Phase">
            <summary>
            Specify the Phase to be returned using a project template phase query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateRelationQueryCommand.TaskTemplate">
            <summary>
            Specify the Task template to be returned using a project task template query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateRelationQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateRelationQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateRelationQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeProjectTaskTemplateQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Project task template query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new project task template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.Category">
            <summary>
            The category that needs to be selected in the Category field of a new project task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.PlannedDuration">
            <summary>
            Used to specify the number of minutes that should be entered in the Planned duration field of a new project task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.Subject">
            <summary>
            A short description that needs to be copied to the Subject field of a new project task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.AgileBoardColumnId">
            <summary>
            Identifier of the Agile board column the project task will be placed in.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.AgileBoardId">
            <summary>
            Identifier of the Agile board the project task will be placed on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.AssignToProjectManager">
            <summary>
            Whether the project manager is to be selected in the Assignees field of a new project task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.AssignToRequester">
            <summary>
            Whether a new project task that is being created based on the template is to be assigned to the person who is selected in the Requested for field of the request for which the project was registered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.AssignToRequesterBusinessUnitManager">
            <summary>
            Whether a new project task that is being created based on the template is to be assigned to the person who is selected in the Manager field of the business unit to which the organization belongs that is linked to the person who is selected in the Requested for field of the request for which the project was registered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.AssignToRequesterManager">
            <summary>
            Whether a new project task that is being created based on the template is to be assigned to the manager of the project&apos;s requester.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.AssignToServiceOwner">
            <summary>
            Whether a new project task that is being created based on the template is to be assigned to the person who is selected in the Service owner field of the service that is linked to the project that the new project task is a part of.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.CopyNotesToProject">
            <summary>
            Whether the Copy note to project box of project tasks that were created based on the template needs to be checked by default. (The Copy notes to project checkbox is called &quot;Copy notes to project by default&quot; when the project task template is in Edit mode.)
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.Disabled">
            <summary>
            Whether the project task template may not be used to help register new project tasks.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.EffortClassId">
            <summary>
            Identifier of the effort class that is selected by default, when someone registers time on a project task created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.Instructions">
            <summary>
            The information that needs to be copied to the Instructions field of a new project task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.NewAssignments">
            <summary>
            Assignments of the project task template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.Note">
            <summary>
            The information that needs to be copied to the Note field of a new project task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.PdfDesignId">
            <summary>
            Identifier of the PDF design that needs to be copied to the PDF design field of a new project task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.PlannedEffort">
            <summary>
            Used to specify the number of minutes that the team is expected to spend working on a project task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.PlannedEffortProjectManager">
            <summary>
            Used to specify the number of minutes that the project manager is expected to spend working on a project task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.PlannedEffortRequester">
            <summary>
            Used to specify the number of minutes that the requester is expected to spend working on a project task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.PlannedEffortRequesterBusinessUnitManager">
            <summary>
            Used to specify the number of minutes that the requester&apos;s business unit manager is expected to spend working on a project task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.PlannedEffortRequesterManager">
            <summary>
            Used to specify the number of minutes that the requester&apos;s manager is expected to spend working on a project task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.PlannedEffortServiceOwner">
            <summary>
            Used to specify the number of minutes that the service owner is expected to spend working on a project task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.RequiredApprovals">
            <summary>
            The number that needs to be specified in the Required approvals field of a new approval project task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.SkillPoolId">
            <summary>
            Identifier of the skill pool that should be selected in the Skill pool field of a new project task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.SupplierId">
            <summary>
            Identifier of the supplier organization that should be selected in the Supplier field of a new project task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.TeamId">
            <summary>
            Identifier of the Team that should be selected in the Team field of a new project task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.WorkHoursAre24x7">
            <summary>
            When set to true, the completion target of project tasks created based on the template are calculated using a 24x7 calendar rather than normal business hours.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.Properties">
            <summary>
            An array of project task template properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Project task template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the project task template query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.Properties">
            <summary>
            An array of a project task template properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.AgileBoard">
            <summary>
            Specify the Agile board to be returned using an agile board query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.AgileBoardColumn">
            <summary>
            Specify the Agile board column to be returned using an agile board column query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.Assignments">
            <summary>
            Specify the Assignments to be returned using a project task template assignment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.AutomationRules">
            <summary>
            Specify the Automation rules to be returned using an automation rule query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.EffortClass">
            <summary>
            Specify the Effort class to be returned using an effort class query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.InstructionsAttachments">
            <summary>
            Specify the Instructions attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.NoteAttachments">
            <summary>
            Specify the Note attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.PdfDesign">
            <summary>
            Specify the Pdf design to be returned using a pdf design query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.ProjectTemplates">
            <summary>
            Specify the Project templates to be returned using a project template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.SkillPool">
            <summary>
            Specify the Skill pool to be returned using a skill pool query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.Supplier">
            <summary>
            Specify the Supplier to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.Tasks">
            <summary>
            Specify the Tasks to be returned using a project task query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.Team">
            <summary>
            Specify the Team to be returned using a team query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.UiExtension">
            <summary>
            Specify the UI extension to be returned using an user interface extension query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a project task template query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new project task template query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskTemplateQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a project task template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.AgileBoardColumnId">
            <summary>
            Identifier of the Agile board column the project task will be placed in.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.AgileBoardId">
            <summary>
            Identifier of the Agile board the project task will be placed on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.AssignmentsToDelete">
            <summary>
            Identifiers of assignments to remove from the project task template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.AssignToProjectManager">
            <summary>
            Whether the project manager is to be selected in the Assignees field of a new project task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.AssignToRequester">
            <summary>
            Whether a new project task that is being created based on the template is to be assigned to the person who is selected in the Requested for field of the request for which the project was registered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.AssignToRequesterBusinessUnitManager">
            <summary>
            Whether a new project task that is being created based on the template is to be assigned to the person who is selected in the Manager field of the business unit to which the organization belongs that is linked to the person who is selected in the Requested for field of the request for which the project was registered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.AssignToRequesterManager">
            <summary>
            Whether a new project task that is being created based on the template is to be assigned to the manager of the project&apos;s requester.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.AssignToServiceOwner">
            <summary>
            Whether a new project task that is being created based on the template is to be assigned to the person who is selected in the Service owner field of the service that is linked to the project that the new project task is a part of.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.Category">
            <summary>
            The category that needs to be selected in the Category field of a new project task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.CopyNotesToProject">
            <summary>
            Whether the Copy note to project box of project tasks that were created based on the template needs to be checked by default. (The Copy notes to project checkbox is called &quot;Copy notes to project by default&quot; when the project task template is in Edit mode.)
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.Disabled">
            <summary>
            Whether the project task template may not be used to help register new project tasks.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.EffortClassId">
            <summary>
            Identifier of the effort class that is selected by default, when someone registers time on a project task created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.Instructions">
            <summary>
            The information that needs to be copied to the Instructions field of a new project task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.NewAssignments">
            <summary>
            Assignments of the project task template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.Note">
            <summary>
            The information that needs to be copied to the Note field of a new project task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.PdfDesignId">
            <summary>
            Identifier of the PDF design that needs to be copied to the PDF design field of a new project task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.PlannedDuration">
            <summary>
            Used to specify the number of minutes that should be entered in the Planned duration field of a new project task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.PlannedEffort">
            <summary>
            Used to specify the number of minutes that the team is expected to spend working on a project task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.PlannedEffortProjectManager">
            <summary>
            Used to specify the number of minutes that the project manager is expected to spend working on a project task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.PlannedEffortRequester">
            <summary>
            Used to specify the number of minutes that the requester is expected to spend working on a project task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.PlannedEffortRequesterBusinessUnitManager">
            <summary>
            Used to specify the number of minutes that the requester&apos;s business unit manager is expected to spend working on a project task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.PlannedEffortRequesterManager">
            <summary>
            Used to specify the number of minutes that the requester&apos;s manager is expected to spend working on a project task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.PlannedEffortServiceOwner">
            <summary>
            Used to specify the number of minutes that the service owner is expected to spend working on a project task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.RequiredApprovals">
            <summary>
            The number that needs to be specified in the Required approvals field of a new approval project task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.SkillPoolId">
            <summary>
            Identifier of the skill pool that should be selected in the Skill pool field of a new project task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.Subject">
            <summary>
            A short description that needs to be copied to the Subject field of a new project task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.SupplierId">
            <summary>
            Identifier of the supplier organization that should be selected in the Supplier field of a new project task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.TeamId">
            <summary>
            Identifier of the Team that should be selected in the Team field of a new project task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.WorkHoursAre24x7">
            <summary>
            When set to true, the completion target of project tasks created based on the template are calculated using a 24x7 calendar rather than normal business hours.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.Properties">
            <summary>
            An array of Project task template properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskTemplateCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeProjectTaskQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Project task query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.Category">
            <summary>
            The category of the project task. Activity tasks are used to assign project-related work to people. Approval tasks are used to collect approvals for projects. Milestones are used to mark specific points along a project&apos;s implementation plan.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.PhaseId">
            <summary>
            The identifier of the phase of the project to which the project task belongs.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.PlannedDuration">
            <summary>
            The number of minutes it is expected to take for the project task to be completed following its assignment, or following its fixed start date and time if the Start no earlier than field is filled out.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.ProjectId">
            <summary>
            Identifier of the project this task belongs to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.Subject">
            <summary>
            A short description of the objective of the project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.AgileBoardColumnId">
            <summary>
            ID of the column this item is placed in.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.AgileBoardColumnPosition">
            <summary>
            The (one based) position of this item in its column.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.AgileBoardId">
            <summary>
            ID of the board this item is placed on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.AssignedAt">
            <summary>
            Automatically set to the current date and time when the project task is assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.Deadline">
            <summary>
            The date and time at which the milestone needs to have been reached.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.Instructions">
            <summary>
            Used to provide instructions for the person(s) to whom the project task will be assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.NewAssignments">
            <summary>
            Assignments of the project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.Note">
            <summary>
            Used to provide information for the person to whom the project task is assigned. It is also used to provide a summary of the actions that have been taken to date and the results of these actions.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.PdfDesignId">
            <summary>
            Identifier of the PDF design to link to the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.PlannedEffort">
            <summary>
            The number of minutes the team is expected to spend working on the project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.PredecessorIds">
            <summary>
            Identifiers of the predecessors of the project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.RequiredApprovals">
            <summary>
            The number of assignees who need to have provided their approval before the status of the project task gets updated to &quot;Approved&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.SkillPoolId">
            <summary>
            Skill pool that represents the specific expertise needed to complete the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.StartAt">
            <summary>
            Only used when work on the project task may not start before a specific date and time.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.Status">
            <summary>
            The current status of the project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.SuccessorIds">
            <summary>
            Identifiers of the successors of the project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.SupplierId">
            <summary>
            The supplier organization that has been asked to assist with the completion of the project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.SupplierRequestID">
            <summary>
            The identifier under which the request to help with the execution of the project task has been registered at the supplier organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.TeamId">
            <summary>
            The team to which the project task is to be assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.TemplateId">
            <summary>
            The project task template that was used to register the project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.TimeSpent">
            <summary>
            The time that you have spent working on the request since you started to work on it or, if you already entered some time for this request, since you last added your time spent in it.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.TimeSpentEffortClassId">
            <summary>
            The effort class that best reflects the type of effort for which time spent is being registered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.Urgent">
            <summary>
            Whether the project task is urgent.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.WaitingUntil">
            <summary>
            The date and time at which the status of the project task is to be updated from waiting_for to assigned. This field is available only when the Status field is set to waiting_for.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.WorkHoursAre24x7">
            <summary>
            When set to true, the completion target of the project task is calculated using a 24x7 calendar rather than normal business hours.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.Properties">
            <summary>
            An array of project task properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Project task query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the project task query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.Properties">
            <summary>
            An array of a project task properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.AgileBoard">
            <summary>
            Specify the Agile board to be returned using an agile board query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.AgileBoardColumn">
            <summary>
            Specify the Agile board column to be returned using an agile board column query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.Assignments">
            <summary>
            Specify the Assignments to be returned using a project task assignment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.AutomationRules">
            <summary>
            Specify the Automation rules to be returned using an automation rule query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.CustomFields">
            <summary>
            Specify the Custom fields to be returned using a custom field query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.CustomFieldsAttachments">
            <summary>
            Specify the Custom fields attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.InstructionsAttachments">
            <summary>
            Specify the Instructions attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.Notes">
            <summary>
            Specify the Notes to be returned using a note query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.PdfDesign">
            <summary>
            Specify the Pdf design to be returned using a pdf design query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.Phase">
            <summary>
            Specify the Phase to be returned using a project phase query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.Predecessors">
            <summary>
            Specify the Predecessors to be returned using a project task query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.Project">
            <summary>
            Specify the Project to be returned using a project query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.SkillPool">
            <summary>
            Specify the Skill pool to be returned using a skill pool query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.SprintBacklogItems">
            <summary>
            Specify the Sprint backlog items to be returned using a sprint backlog item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.Successors">
            <summary>
            Specify the Successors to be returned using a project task query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.Supplier">
            <summary>
            Specify the Supplier to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.Team">
            <summary>
            Specify the Team to be returned using a team query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.Template">
            <summary>
            Specify the Template to be returned using a project task template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.TimeEntries">
            <summary>
            Specify the Time entries to be returned using a time entry query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a project task query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.CustomFilters">
            <summary>
            A custom filter to apply to the a project task query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new project task query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTaskQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.AgileBoardColumnId">
            <summary>
            ID of the column this item is placed in.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.AgileBoardColumnPosition">
            <summary>
            The (one based) position of this item in its column.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.AgileBoardId">
            <summary>
            ID of the board this item is placed on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.AssignedAt">
            <summary>
            Automatically set to the current date and time when the project task is assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.AssignmentsToDelete">
            <summary>
            Identifiers of assignments to remove from the project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.Category">
            <summary>
            The category of the project task. Activity tasks are used to assign project-related work to people. Approval tasks are used to collect approvals for projects. Milestones are used to mark specific points along a project&apos;s implementation plan.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.Deadline">
            <summary>
            The date and time at which the milestone needs to have been reached.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.Instructions">
            <summary>
            Used to provide instructions for the person(s) to whom the project task will be assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.NewAssignments">
            <summary>
            Assignments of the project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.Note">
            <summary>
            Used to provide information for the person to whom the project task is assigned. It is also used to provide a summary of the actions that have been taken to date and the results of these actions.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.PdfDesignId">
            <summary>
            Identifier of the PDF design to link to the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.PhaseId">
            <summary>
            Identifier of the phase of the project to which the project task belongs.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.PlannedDuration">
            <summary>
            The number of minutes it is expected to take for the project task to be completed following its assignment, or following its fixed start date and time if the Start no earlier than field is filled out.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.PlannedEffort">
            <summary>
            The number of minutes the team is expected to spend working on the project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.PredecessorIds">
            <summary>
            Identifiers of the predecessors of the project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.RequiredApprovals">
            <summary>
            The number of assignees who need to have provided their approval before the status of the project task gets updated to &quot;Approved&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.SkillPoolId">
            <summary>
            Skill pool that represents the specific expertise needed to complete the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.StartAt">
            <summary>
            Only used when work on the project task may not start before a specific date and time.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.Status">
            <summary>
            The current status of the project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.Subject">
            <summary>
            A short description of the objective of the project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.SuccessorIds">
            <summary>
            Identifiers of the successors of the project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.SupplierId">
            <summary>
            The supplier organization that has been asked to assist with the completion of the project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.SupplierRequestID">
            <summary>
            The identifier under which the request to help with the execution of the project task has been registered at the supplier organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.TeamId">
            <summary>
            The team to which the project task is to be assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.TemplateId">
            <summary>
            The project task template that was used to register the project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.TimeSpent">
            <summary>
            The time that you have spent working on the request since you started to work on it or, if you already entered some time for this request, since you last added your time spent in it.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.TimeSpentEffortClassId">
            <summary>
            The effort class that best reflects the type of effort for which time spent is being registered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.Urgent">
            <summary>
            Whether the project task is urgent.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.WaitingUntil">
            <summary>
            The date and time at which the status of the project task is to be updated from waiting_for to assigned. This field is available only when the Status field is set to waiting_for.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.WorkHoursAre24x7">
            <summary>
            When set to true, the completion target of the project task is calculated using a 24x7 calendar rather than normal business hours.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.Properties">
            <summary>
            An array of Project task properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProjectTaskCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplatePhaseQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Project template phase query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplatePhaseQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplatePhaseQueryCommand.Properties">
            <summary>
            An array of a project template phase properties to include in the results.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplatePhaseQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplatePhaseQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplatePhaseQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeProjectTemplateQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Project template query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new project template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateCommand.Subject">
            <summary>
            A short description that needs to be copied to the Subject field of a new project when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateCommand.Disabled">
            <summary>
            Whether the project template may not be used to help register new projects.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateCommand.NewPhases">
            <summary>
            Phases of the project template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateCommand.NewTaskTemplateRelations">
            <summary>
            Project task template relations of the project template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateCommand.Properties">
            <summary>
            An array of project template properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Project template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the project template query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateQueryCommand.Properties">
            <summary>
            An array of a project template properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateQueryCommand.Phases">
            <summary>
            Specify the Phases to be returned using a project template phase query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateQueryCommand.TaskTemplateRelations">
            <summary>
            Specify the Task template relations to be returned using a project task template relation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a project template query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new project template query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectTemplateQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetProjectTemplateCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a project template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTemplateCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTemplateCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTemplateCommand.Disabled">
            <summary>
            Whether the project template may not be used to help register new projects.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTemplateCommand.NewPhases">
            <summary>
            Phases of the project template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTemplateCommand.NewTaskTemplateRelations">
            <summary>
            Project task template relations of the project template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTemplateCommand.PhasesToDelete">
            <summary>
            Identifiers of phases to remove from the project template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTemplateCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTemplateCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTemplateCommand.Subject">
            <summary>
            A short description that needs to be copied to the Subject field of a new project when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTemplateCommand.TaskTemplateRelationsToDelete">
            <summary>
            Identifiers of task template relations to remove from the project template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTemplateCommand.Properties">
            <summary>
            An array of Project template properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectTemplateCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProjectTemplateCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProjectTemplateCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProjectTemplateCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeProjectQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Project query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.CustomerId">
            <summary>
            Identifier of the organization for which the project is to be implemented.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.Justification">
            <summary>
            The reason why the project should be considered for implementation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.ManagerId">
            <summary>
            Identifier of the person who is responsible for coordinating the implementation of the project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.ServiceId">
            <summary>
            Identifier of the service for which the project will be implemented.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.Subject">
            <summary>
            A short description of the objective of the project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.BudgetAllocated">
            <summary>
            Whether the project has been approved and no longer needs to be considered for funding by portfolio management.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.Category">
            <summary>
            The category of the project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.CompletionReason">
            <summary>
            The appropriate completion reason for the project when it has been completed. It is automatically set to &quot;Complete&quot; when all tasks related to the project have reached the status &quot;Completed&quot;, &quot;Approved&quot; or &quot;Canceled&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.CostOfEffort">
            <summary>
            The estimated cost of the effort that will be needed from internal employees and/or long-term contractors to implement the project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.CostOfPurchases">
            <summary>
            The estimated cost of all purchases (for equipment, consulting effort, licenses, etc.) needed to implement the project. Recurring costs that will be incurred following the implementation of the project are to be included for the entire ROI calculation period.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.Effort">
            <summary>
            The estimated number of hours of effort that will be needed from internal employees and/or long-term contractors to implement the project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.NewPhases">
            <summary>
            Phases of the project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.Note">
            <summary>
            High-level description of the project. It is also used to add any information that could prove useful for anyone involved in the project, including the people whose approval is needed and the people who are helping to implement it.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.ProblemIds">
            <summary>
            Identifiers of the problems of the project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.Program">
            <summary>
            Used to indicate which program the project is a part of.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.RequestIds">
            <summary>
            Identifiers of the requests of the project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.RiskLevel">
            <summary>
            The risk level of the project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.Status">
            <summary>
            Automatically set based on the status of the project&apos;s tasks.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.TimeZone">
            <summary>
            The time zone that applies to the selected work hours.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.Value">
            <summary>
            The estimated financial value that the implementation of the project will deliver for the entire ROI calculation period.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.WorkflowIds">
            <summary>
            Identifiers of the workflows of the project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.WorkHoursId">
            <summary>
            Identifier of the calendar that defines the work hours that are to be used to calculate the anticipated assignment and completion target for the tasks of the project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.Properties">
            <summary>
            An array of project properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Project query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the project query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.Properties">
            <summary>
            An array of a project properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.Customer">
            <summary>
            Specify the Customer to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.CustomFields">
            <summary>
            Specify the Custom fields to be returned using a custom field query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.CustomFieldsAttachments">
            <summary>
            Specify the Custom fields attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.Invoices">
            <summary>
            Specify the Invoices to be returned using an invoice query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.Manager">
            <summary>
            Specify the Manager to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.Notes">
            <summary>
            Specify the Notes to be returned using a note query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.Phases">
            <summary>
            Specify the Phases to be returned using a project phase query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.Problems">
            <summary>
            Specify the Problems to be returned using a problem query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.Requests">
            <summary>
            Specify the Requests to be returned using a request query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.Risks">
            <summary>
            Specify the Risks to be returned using a risk query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.Service">
            <summary>
            Specify the Service to be returned using a service query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.Tasks">
            <summary>
            Specify the Tasks to be returned using a project task query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.UiExtension">
            <summary>
            Specify the UI extension to be returned using an user interface extension query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.Workflows">
            <summary>
            Specify the Workflows to be returned using a workflow query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.WorkHours">
            <summary>
            Specify the Work hours to be returned using a calendar query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a project query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.CustomFilters">
            <summary>
            A custom filter to apply to the a project query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new project query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProjectQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.BudgetAllocated">
            <summary>
            Whether the project has been approved and no longer needs to be considered for funding by portfolio management.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.Category">
            <summary>
            The category of the project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.CompletionReason">
            <summary>
            The appropriate completion reason for the project when it has been completed. It is automatically set to &quot;Complete&quot; when all tasks related to the project have reached the status &quot;Completed&quot;, &quot;Approved&quot; or &quot;Canceled&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.CostOfEffort">
            <summary>
            The estimated cost of the effort that will be needed from internal employees and/or long-term contractors to implement the project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.CostOfPurchases">
            <summary>
            The estimated cost of all purchases (for equipment, consulting effort, licenses, etc.) needed to implement the project. Recurring costs that will be incurred following the implementation of the project are to be included for the entire ROI calculation period.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.CustomerId">
            <summary>
            Identifier of the organization for which the project is to be implemented.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.Effort">
            <summary>
            The estimated number of hours of effort that will be needed from internal employees and/or long-term contractors to implement the project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.Justification">
            <summary>
            The reason why the project should be considered for implementation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.ManagerId">
            <summary>
            Identifier of the person who is responsible for coordinating the implementation of the project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.NewPhases">
            <summary>
            Phases of the project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.Note">
            <summary>
            High-level description of the project. It is also used to add any information that could prove useful for anyone involved in the project, including the people whose approval is needed and the people who are helping to implement it.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.PhasesToDelete">
            <summary>
            Phases to remove from the project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.ProblemIds">
            <summary>
            Identifiers of the problems of the project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.Program">
            <summary>
            Used to indicate which program the project is a part of.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.RequestIds">
            <summary>
            Identifiers of the requests of the project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.RiskLevel">
            <summary>
            The risk level of the project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.ServiceId">
            <summary>
            Identifier of the service for which the project will be implemented.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.Status">
            <summary>
            Automatically set based on the status of the project&apos;s tasks.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.Subject">
            <summary>
            A short description of the objective of the project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.TemplateId">
            <summary>
            Identifier of the project template to apply to the project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.TimeZone">
            <summary>
            The time zone that applies to the selected work hours.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.Value">
            <summary>
            The estimated financial value that the implementation of the project will deliver for the entire ROI calculation period.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.WorkflowIds">
            <summary>
            Identifiers of the workflows of the project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.WorkHoursId">
            <summary>
            Identifier of the calendar that defines the work hours that are to be used to calculate the anticipated assignment and completion target for the tasks of the project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.Properties">
            <summary>
            An array of Project properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetProjectCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProviderShopArticleQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Provider shop article query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProviderShopArticleQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProviderShopArticleQueryCommand.Properties">
            <summary>
            An array of a provider shop article properties to include in the results.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProviderShopArticleQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProviderShopArticleQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProviderShopArticleQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewProviderShopOrderLineQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Provider shop order line query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProviderShopOrderLineQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewProviderShopOrderLineQueryCommand.Properties">
            <summary>
            An array of a provider shop order line properties to include in the results.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProviderShopOrderLineQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProviderShopOrderLineQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewProviderShopOrderLineQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeRateLimitQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Rate limit query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.InvokeRateLimitQueryCommand.#ctor">
            <summary>
            Initializes a new instance of the <see cref="M:Xurrent.GraphQL.PowerShell.Commands.InvokeRateLimitQueryCommand.#ctor"/> class.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewRateLimitQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Rate limit query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRateLimitQueryCommand.Properties">
            <summary>
            An array of a rate limit properties to include in the results.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRateLimitQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRateLimitQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRateLimitQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewRecordQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Record query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRecordQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRecordQueryCommand.Properties">
            <summary>
            An array of a record properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRecordQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRecordQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRecordQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRecordQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewRecurrenceTemplateQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Recurrence template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRecurrenceTemplateQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRecurrenceTemplateQueryCommand.Properties">
            <summary>
            An array of a recurrence template properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRecurrenceTemplateQueryCommand.Calendar">
            <summary>
            Specify the Calendar to be returned using a calendar query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRecurrenceTemplateQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRecurrenceTemplateQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRecurrenceTemplateQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewRecurrenceQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Recurrence query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRecurrenceQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRecurrenceQueryCommand.Properties">
            <summary>
            An array of a recurrence properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRecurrenceQueryCommand.Calendar">
            <summary>
            Specify the Calendar to be returned using a calendar query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRecurrenceQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRecurrenceQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRecurrenceQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeReleaseQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Release query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewReleaseCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new release.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseCommand.ManagerId">
            <summary>
            Identifier of the person who is responsible for coordinating the implementation of the release. The person must have the release Manager role.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseCommand.Subject">
            <summary>
            A short description of the objective of the release.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseCommand.Note">
            <summary>
            High-level description of the result that should be accomplished by the implementation of the release&apos;s workflows. It is also used to add any information that could prove useful for anyone affected by the release.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseCommand.WorkflowIds">
            <summary>
            Identifiers of the workflows of the release.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseCommand.Properties">
            <summary>
            An array of release properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReleaseCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReleaseCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReleaseCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Release query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the release query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryCommand.Properties">
            <summary>
            An array of a release properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryCommand.CustomFields">
            <summary>
            Specify the Custom fields to be returned using a custom field query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryCommand.CustomFieldsAttachments">
            <summary>
            Specify the Custom fields attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryCommand.Manager">
            <summary>
            Specify the Manager to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryCommand.Notes">
            <summary>
            Specify the Notes to be returned using a note query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryCommand.UiExtension">
            <summary>
            Specify the UI extension to be returned using an user interface extension query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryCommand.Workflows">
            <summary>
            Specify the Workflows to be returned using a workflow query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a release query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryCommand.CustomFilters">
            <summary>
            A custom filter to apply to the a release query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new release query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReleaseQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetReleaseCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a release.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReleaseCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReleaseCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReleaseCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReleaseCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReleaseCommand.ManagerId">
            <summary>
            Identifier of the person who is responsible for coordinating the implementation of the release. The person must have the release Manager role.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReleaseCommand.Note">
            <summary>
            High-level description of the result that should be accomplished by the implementation of the release&apos;s workflows. It is also used to add any information that could prove useful for anyone affected by the release.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReleaseCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReleaseCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReleaseCommand.Subject">
            <summary>
            A short description of the objective of the release.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReleaseCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReleaseCommand.WorkflowIds">
            <summary>
            Identifiers of the workflows of the release.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReleaseCommand.Properties">
            <summary>
            An array of Release properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReleaseCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetReleaseCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetReleaseCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetReleaseCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeRequestTemplateQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Request template query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new request template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.Subject">
            <summary>
            A short description that needs to be copied to the Subject field of a new request when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.AssetSelection">
            <summary>
            After selecting the request template in Self Service, the user needs to be able to select a configuration item in the Asset field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.AssignToSelf">
            <summary>
            Whether the person who is registering a new request based on the template is selected in its Member field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.Category">
            <summary>
            The category that needs to be selected in the Category field of a new request when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.CompletionReason">
            <summary>
            The completion reason that needs to be selected in the Completion reason field of a new request when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.ConfigurationItemId">
            <summary>
            Identifier of the CI that needs to be copied to the Configuration item field of a new request when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.CopySubjectToRequests">
            <summary>
            Whether the subject of the request template needs to become the subject of a request when the template is applied, provided that the Subject field of this request is empty.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.DesiredCompletion">
            <summary>
            Used to enter the number of minutes within which requests that are based on the request template are to be resolved.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.Disabled">
            <summary>
            Whether the request template may not be used to help register new requests.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.EffortClassId">
            <summary>
            Identifier of the effort class that is selected by default, when someone registers time on a request that is based on the request template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.EndUsers">
            <summary>
            Whether the request template is shown to end users in Self Service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.Impact">
            <summary>
            The impact level that needs to be selected in the Impact field of a new request when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.Instructions">
            <summary>
            Instructions for the support staff who will work on requests that are based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.Keywords">
            <summary>
            A comma-separated list of words that can be used to find the request template using search.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.MemberId">
            <summary>
            Identifier of the person who should be selected in the Member field of a new request when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.Note">
            <summary>
            The information that needs to be copied to the Note field of a new request when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.RegistrationHints">
            <summary>
            The information that needs to be displayed after the template has been applied to a new or existing request. This field typically contains step-by-step instructions about how to complete the registration of a request that is based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.ReservationOfferingIds">
            <summary>
            Identifiers of reservation offerings related to the request template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.ServiceId">
            <summary>
            Identifier of the service for which the request template is made available.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.Specialists">
            <summary>
            Whether the request template is shown to Specialists.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.Status">
            <summary>
            Used to select the status value that needs to be selected in the Status field of a new request when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.SupplierId">
            <summary>
            Identifier of the supplier organization that should be selected in the Supplier field of a new request when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.SupportHoursId">
            <summary>
            Identifier of the calendar that is to be used to calculate the desired completion for requests that are based on the request template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.TeamId">
            <summary>
            Identifier of the team that should be selected in the Team field of a new request when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.TimeZone">
            <summary>
            The time zone that applies to the selected support hours.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.Urgent">
            <summary>
            Whether a new request that is created based on the template is to be marked as urgent.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.WorkflowManagerId">
            <summary>
            Identifier of the Workflow Manager linked to the request template. Required when a Workflow Template is defined, and the Service does not define a Workflow Manager.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.WorkflowTemplateId">
            <summary>
            Identifier of the Workflow Template related to the request template. Required when the Status is set to _Workflow Pending_.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.Properties">
            <summary>
            An array of request template properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Request template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the request template query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.Properties">
            <summary>
            An array of a request template properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.AutomationRules">
            <summary>
            Specify the Automation rules to be returned using an automation rule query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.ConfigurationItem">
            <summary>
            Specify the Configuration item to be returned using a configuration item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.EffortClass">
            <summary>
            Specify the Effort class to be returned using an effort class query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.InstructionsAttachments">
            <summary>
            Specify the Instructions attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.Member">
            <summary>
            Specify the Member to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.NoteAttachments">
            <summary>
            Specify the Note attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.Organizations">
            <summary>
            Specify the Organizations to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.RegistrationHintsAttachments">
            <summary>
            Specify the Registration hints attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.Requests">
            <summary>
            Specify the Requests to be returned using a request query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.ReservationOfferings">
            <summary>
            Specify the Reservation offerings to be returned using a reservation offering query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.Service">
            <summary>
            Specify the Service to be returned using a service query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.StandardServiceRequests">
            <summary>
            Specify the Standard service requests to be returned using a standard service request query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.Supplier">
            <summary>
            Specify the Supplier to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.SupportHours">
            <summary>
            Specify the Support hours to be returned using a calendar query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.Team">
            <summary>
            Specify the Team to be returned using a team query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.Translations">
            <summary>
            Specify the Translations to be returned using a translation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.UiExtension">
            <summary>
            Specify the UI extension to be returned using an user interface extension query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.WorkflowManager">
            <summary>
            Specify the Workflow manager to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.WorkflowTemplate">
            <summary>
            Specify the Workflow template to be returned using a workflow template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a request template query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new request template query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRequestTemplateQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a request template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.AssetSelection">
            <summary>
            After selecting the request template in Self Service, the user needs to be able to select a configuration item in the Asset field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.AssignToSelf">
            <summary>
            Whether the person who is registering a new request based on the template is selected in its Member field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.Category">
            <summary>
            The category that needs to be selected in the Category field of a new request when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.CompletionReason">
            <summary>
            The completion reason that needs to be selected in the Completion reason field of a new request when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.ConfigurationItemId">
            <summary>
            Identifier of the CI that needs to be copied to the Configuration item field of a new request when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.CopySubjectToRequests">
            <summary>
            Whether the subject of the request template needs to become the subject of a request when the template is applied, provided that the Subject field of this request is empty.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.DesiredCompletion">
            <summary>
            Used to enter the number of minutes within which requests that are based on the request template are to be resolved.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.Disabled">
            <summary>
            Whether the request template may not be used to help register new requests.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.EffortClassId">
            <summary>
            Identifier of the effort class that is selected by default, when someone registers time on a request that is based on the request template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.EndUsers">
            <summary>
            Whether the request template is shown to end users in Self Service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.Impact">
            <summary>
            The impact level that needs to be selected in the Impact field of a new request when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.Instructions">
            <summary>
            Instructions for the support staff who will work on requests that are based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.Keywords">
            <summary>
            A comma-separated list of words that can be used to find the request template using search.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.MemberId">
            <summary>
            Identifier of the person who should be selected in the Member field of a new request when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.Note">
            <summary>
            The information that needs to be copied to the Note field of a new request when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.RegistrationHints">
            <summary>
            The information that needs to be displayed after the template has been applied to a new or existing request. This field typically contains step-by-step instructions about how to complete the registration of a request that is based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.ReservationOfferingIds">
            <summary>
            Identifiers of reservation offerings related to the request template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.ServiceId">
            <summary>
            Identifier of the service for which the request template is made available.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.Specialists">
            <summary>
            Whether the request template is shown to Specialists.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.Status">
            <summary>
            Used to select the status value that needs to be selected in the Status field of a new request when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.Subject">
            <summary>
            A short description that needs to be copied to the Subject field of a new request when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.SupplierId">
            <summary>
            Identifier of the supplier organization that should be selected in the Supplier field of a new request when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.SupportHoursId">
            <summary>
            Identifier of the calendar that is to be used to calculate the desired completion for requests that are based on the request template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.TeamId">
            <summary>
            Identifier of the team that should be selected in the Team field of a new request when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.TimeZone">
            <summary>
            The time zone that applies to the selected support hours.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.Urgent">
            <summary>
            Whether a new request that is created based on the template is to be marked as urgent.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.WorkflowManagerId">
            <summary>
            Identifier of the Workflow Manager linked to the request template. Required when a Workflow Template is defined, and the Service does not define a Workflow Manager.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.WorkflowTemplateId">
            <summary>
            Identifier of the Workflow Template related to the request template. Required when the Status is set to _Workflow Pending_.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.Properties">
            <summary>
            An array of Request template properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetRequestTemplateCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeRequestQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Request query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.Addressed">
            <summary>
            Default: false - When the Satisfaction field of the request is set to &apos;Dissatisfied&apos;, a person who has the Service Desk Manager role, can check the Addressed box to indicate that the requester has been conciliated.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.AgileBoardColumnId">
            <summary>
            ID of the column this item is placed in.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.AgileBoardColumnPosition">
            <summary>
            The (one based) position of this item in its column.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.AgileBoardId">
            <summary>
            ID of the board this item is placed on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.Category">
            <summary>
            The Category field is used to select the category of the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.CompletionReason">
            <summary>
            The appropriate completion reason for the request when it has been completed.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.ConfigurationItemIds">
            <summary>
            Identifiers of the configuration items to relate to the request. When this field is used to update an existing request, all configuration items that were linked to this request will be replaced by the supplied configuration items.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.DesiredCompletionAt">
            <summary>
            The date and time that has been agreed on for the completion of the request. The desired completion overwrites the automatically calculated resolution target of any affected SLA that is related to the request when the desired completion is later than the affected SLA&apos;s resolution target. By default, the person selected in the Requested by field receives a notification based on the &apos;Desired Completion Set for Request&apos; email template whenever the value in the Desired completion field is set, updated or removed.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.DowntimeEndAt">
            <summary>
            Used to specify the actual date and time at which the service became available again.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.DowntimeStartAt">
            <summary>
            Used to specify the actual date and time at which the service outage started.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.GroupedIntoId">
            <summary>
            ID of the request group that is used to group the requests that have been submitted for the resolution of exactly the same incident, for the implementation of exactly the same change, for the provision of exactly the same information, etc.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.Impact">
            <summary>
            Used to select the extent to which the service instance is impacted.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.InternalNote">
            <summary>
            Used to provide information that is visible only for people who have the Auditor, Specialist or Account Administrator role of the account for which the internal note is intended. The x-xurrent-account header sent determines the account.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.InternalNoteAttachments">
            <summary>
            The attachments used in the internalNote field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.KnowledgeArticleIds">
            <summary>
            Knowledge articles applied to the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.MajorIncidentStatus">
            <summary>
            Used to indicate the status in the major incident management process.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.MemberId">
            <summary>
            ID of the person to whom the request is to be assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.NewTags">
            <summary>
            Tags to be added to the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.NewWatches">
            <summary>
            New or updated watches.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.Note">
            <summary>
            Any additional information that could prove useful for resolving the request and/or to provide a summary of the actions that have been taken since the last entry.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.NoteAttachments">
            <summary>
            The attachments used in the note field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.ProblemId">
            <summary>
            ID of problem to link request to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.ProductBacklogEstimate">
            <summary>
            Estimate of the relative size of this item on the product backlog.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.ProductBacklogId">
            <summary>
            Identifier of the product backlog this item is placed on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.ProductBacklogPosition">
            <summary>
            The (one based) position of this item on the backlog.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.ProjectId">
            <summary>
            ID of project to link request to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.ProviderNotAccountable">
            <summary>
            Default: false - Whether the provider currently indicates not to be accountable.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.RequestedById">
            <summary>
            ID of the person who submitted the request. Defaults to the Requested for field if its value was explicitely provided, otherwise it defaults to the current authenticated person
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.RequestedForId">
            <summary>
            ID of the person for whom the request was submitted. The person selected in the Requested by field is automatically selected in this field, but another person can be selected if the request is submitted for another person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.Reviewed">
            <summary>
            Default: false - A request can be marked as reviewed by the problem manager of the service of the service instance that is linked to the request. Marking a request as reviewed excludes it from the &apos;Requests for Problem Identification&apos; view.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.ServiceInstanceId">
            <summary>
            ID of the service instance in which the cause of the incident resides, for which the change is requested, or about which information is needed.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.Status">
            <summary>
            Default: assigned - Used to select the current status of the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.Subject">
            <summary>
            A short description of the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.SupplierId">
            <summary>
            ID of the supplier organization that has been asked to assist with the request. The supplier organization is automatically selected in this field after a service instance has been selected that is provided by an external service provider organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.SupplierRequestID">
            <summary>
            The identifier under which the request has been registered at the supplier organization. If the supplier provided a link to the request, enter the entire URL in this field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.SupportDomain">
            <summary>
            Used to specify the support domain account ID in which the request is to be registered. This parameter needs to be specified when the current user&apos;s Person record is registered in a directory account. The ID of a Xurrent account can be found in the &apos;Account Overview&apos; section of the Settings console.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.TeamId">
            <summary>
            ID of the team to which the request is to be assigned. By default, the first line team of the service instance that is related to the request will be selected. If a first line team has not been specified for the service instance, the support team of the service instance will be selected instead.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.TemplateId">
            <summary>
            ID of the request template to apply to the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.TimeSpent">
            <summary>
            The time that you have spent working on the request since you started to work on it or, if you already entered some time for this request, since you last added your time spent in it.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.TimeSpentEffortClassId">
            <summary>
            The effort class that best reflects the type of effort for which time spent is being registered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.Urgent">
            <summary>
            Setting to true marks request as urgent.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.WaitingUntil">
            <summary>
            The date and time at which the status of the request is to be updated from waiting_for to assigned. This field is available only when the Status field is set to waiting_for.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.WorkflowId">
            <summary>
            ID of workflow to link request to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.Properties">
            <summary>
            An array of request properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRequestCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Request query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the request query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.Properties">
            <summary>
            An array of a request properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.AffectedSlas">
            <summary>
            Specify the Affected SLAs to be returned using an affected service level agreement query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.AgileBoard">
            <summary>
            Specify the Agile board to be returned using an agile board query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.AgileBoardColumn">
            <summary>
            Specify the Agile board column to be returned using an agile board column query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.AutomationRules">
            <summary>
            Specify the Automation rules to be returned using an automation rule query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.ConfigurationItems">
            <summary>
            Specify the Configuration items to be returned using a configuration item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.CreatedBy">
            <summary>
            Specify the Created by to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.CustomFields">
            <summary>
            Specify the Custom fields to be returned using a custom field query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.CustomFieldsAttachments">
            <summary>
            Specify the Custom fields attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.Feedback">
            <summary>
            Specify the Feedback to be returned using a feedback query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.FeedbackOnKnowledgeArticle">
            <summary>
            Specify the Feedback on knowledge article to be returned using a knowledge article query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.GroupedInto">
            <summary>
            Specify the Grouped into to be returned using a request query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.GroupedRequests">
            <summary>
            Specify the Grouped requests to be returned using a request query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.KnowledgeArticles">
            <summary>
            Specify the Knowledge articles to be returned using a knowledge article query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.Member">
            <summary>
            Specify the Member to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.Notes">
            <summary>
            Specify the Notes to be returned using a note query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.Organization">
            <summary>
            Specify the Organization to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.Problem">
            <summary>
            Specify the Problem to be returned using a problem query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.ProductBacklog">
            <summary>
            Specify the Product backlog to be returned using a product backlog query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.Project">
            <summary>
            Specify the Project to be returned using a project query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.RequestedBy">
            <summary>
            Specify the Requested by to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.RequestedFor">
            <summary>
            Specify the Requested for to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.ServiceInstance">
            <summary>
            Specify the Service instance to be returned using a service instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.SprintBacklogItems">
            <summary>
            Specify the Sprint backlog items to be returned using a sprint backlog item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.Supplier">
            <summary>
            Specify the Supplier to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.Tags">
            <summary>
            Specify the Tags to be returned using a tag query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.Task">
            <summary>
            Specify the Task to be returned using a task query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.Team">
            <summary>
            Specify the Team to be returned using a team query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.Template">
            <summary>
            Specify the Template to be returned using a request template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.TimeEntries">
            <summary>
            Specify the Time entries to be returned using a time entry query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.Watches">
            <summary>
            Specify the Watches to be returned using a watch query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.Workflow">
            <summary>
            Specify the Workflow to be returned using a workflow query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a request query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.CustomFilters">
            <summary>
            A custom filter to apply to the a request query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new request query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRequestQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.Addressed">
            <summary>
            Default: false - When the Satisfaction field of the request is set to &apos;Dissatisfied&apos;, a person who has the Service Desk Manager role, can check the Addressed box to indicate that the requester has been conciliated.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.AgileBoardColumnId">
            <summary>
            ID of the column this item is placed in.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.AgileBoardColumnPosition">
            <summary>
            The (one based) position of this item in its column.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.AgileBoardId">
            <summary>
            ID of the board this item is placed on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.Category">
            <summary>
            The Category field is used to select the category of the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.CompletionReason">
            <summary>
            The appropriate completion reason for the request when it has been completed.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.ConfigurationItemIds">
            <summary>
            Identifiers of the configuration items to relate to the request. When this field is used to update an existing request, all configuration items that were linked to this request will be replaced by the supplied configuration items.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.DesiredCompletionAt">
            <summary>
            The date and time that has been agreed on for the completion of the request. The desired completion overwrites the automatically calculated resolution target of any affected SLA that is related to the request when the desired completion is later than the affected SLA&apos;s resolution target. By default, the person selected in the Requested by field receives a notification based on the &apos;Desired Completion Set for Request&apos; email template whenever the value in the Desired completion field is set, updated or removed.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.DowntimeEndAt">
            <summary>
            Used to specify the actual date and time at which the service became available again.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.DowntimeStartAt">
            <summary>
            Used to specify the actual date and time at which the service outage started.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.GroupedIntoId">
            <summary>
            ID of the request group that is used to group the requests that have been submitted for the resolution of exactly the same incident, for the implementation of exactly the same change, for the provision of exactly the same information, etc.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.Impact">
            <summary>
            Used to select the extent to which the service instance is impacted.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.InternalNote">
            <summary>
            Used to provide information that is visible only for people who have the Auditor, Specialist or Account Administrator role of the account for which the internal note is intended. The x-xurrent-account header sent determines the account.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.InternalNoteAttachments">
            <summary>
            The attachments used in the internalNote field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.KnowledgeArticleIds">
            <summary>
            Knowledge articles applied to the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.MajorIncidentStatus">
            <summary>
            Used to indicate the status in the major incident management process.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.MemberId">
            <summary>
            ID of the person to whom the request is to be assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.NewTags">
            <summary>
            Tags to be added to the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.NewWatches">
            <summary>
            New or updated watches.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.Note">
            <summary>
            Any additional information that could prove useful for resolving the request and/or to provide a summary of the actions that have been taken since the last entry.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.NoteAttachments">
            <summary>
            The attachments used in the note field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.ProblemId">
            <summary>
            ID of problem to link request to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.ProductBacklogEstimate">
            <summary>
            Estimate of the relative size of this item on the product backlog.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.ProductBacklogId">
            <summary>
            Identifier of the product backlog this item is placed on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.ProductBacklogPosition">
            <summary>
            The (one based) position of this item on the backlog.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.ProjectId">
            <summary>
            ID of project to link request to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.ProviderNotAccountable">
            <summary>
            Default: false - Whether the provider currently indicates not to be accountable.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.RequestedById">
            <summary>
            ID of the person who submitted the request. Defaults to the Requested for field if its value was explicitely provided, otherwise it defaults to the current authenticated person
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.RequestedForId">
            <summary>
            ID of the person for whom the request was submitted. The person selected in the Requested by field is automatically selected in this field, but another person can be selected if the request is submitted for another person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.Reviewed">
            <summary>
            Default: false - A request can be marked as reviewed by the problem manager of the service of the service instance that is linked to the request. Marking a request as reviewed excludes it from the &apos;Requests for Problem Identification&apos; view.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.ServiceInstanceId">
            <summary>
            ID of the service instance in which the cause of the incident resides, for which the change is requested, or about which information is needed.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.Status">
            <summary>
            Default: assigned - Used to select the current status of the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.Subject">
            <summary>
            A short description of the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.SupplierId">
            <summary>
            ID of the supplier organization that has been asked to assist with the request. The supplier organization is automatically selected in this field after a service instance has been selected that is provided by an external service provider organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.SupplierRequestID">
            <summary>
            The identifier under which the request has been registered at the supplier organization. If the supplier provided a link to the request, enter the entire URL in this field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.TagsToDelete">
            <summary>
            Identifiers of tags to delete.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.TeamId">
            <summary>
            ID of the team to which the request is to be assigned. By default, the first line team of the service instance that is related to the request will be selected. If a first line team has not been specified for the service instance, the support team of the service instance will be selected instead.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.TemplateId">
            <summary>
            ID of the request template to apply to the request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.TimeSpent">
            <summary>
            The time that you have spent working on the request since you started to work on it or, if you already entered some time for this request, since you last added your time spent in it.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.TimeSpentEffortClassId">
            <summary>
            The effort class that best reflects the type of effort for which time spent is being registered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.Urgent">
            <summary>
            Setting to true marks request as urgent.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.WaitingUntil">
            <summary>
            The date and time at which the status of the request is to be updated from waiting_for to assigned. This field is available only when the Status field is set to waiting_for.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.WatchesToDelete">
            <summary>
            Identifiers of watches to delete.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.WorkflowId">
            <summary>
            ID of workflow to link request to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.Properties">
            <summary>
            An array of Request properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetRequestCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeReservationOfferingQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Reservation offering query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new reservation offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.CalendarId">
            <summary>
            Calendar that defines the hours in which reservations may start and end.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.MaxDuration">
            <summary>
            The maximum duration of the reservation within the hours of the calendar.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.MinDuration">
            <summary>
            The minimum duration of the reservation within the hours of the calendar.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.Name">
            <summary>
            A short description of the reservation offering
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.StepDuration">
            <summary>
            The increments with which the reservation may be prolonged.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.TimeZone">
            <summary>
            The time zone that applies to the selected calendar.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.AllowRepeat">
            <summary>
            Whether it is allowed to create recurrent reservations for this offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.ConfigurationItemIds">
            <summary>
            Identifiers of the configuration items that may be reserved using this offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.Disabled">
            <summary>
            Whether the reservation offering may not be used to register requests for reservation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.Filters">
            <summary>
            The filters of the reservation offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.InitialStatus">
            <summary>
            The initial status of the reservation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.MaxAdvanceDuration">
            <summary>
            The maximum duration between the creation time of a request for reservation and the requested start of the reservation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.MinAdvanceDuration">
            <summary>
            The minimum duration between the creation time of a request for reservation and the requested start of the reservation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.MultiDay">
            <summary>
            Whether or not the reservation may span over multiple calendar days.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.PreparationDuration">
            <summary>
            The duration required to prepare the asset before the reservation starts.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.PrivateReservations">
            <summary>
            Reservations of this reservation offering are private and can not be viewed by other end users.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.ServiceInstanceId">
            <summary>
            Identifier of the service instance for which the reservations may be requested.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.Properties">
            <summary>
            An array of reservation offering properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Reservation offering query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the reservation offering query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryCommand.Properties">
            <summary>
            An array of a reservation offering properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryCommand.Calendar">
            <summary>
            Specify the Calendar to be returned using a calendar query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryCommand.ConfigurationItems">
            <summary>
            Specify the Configuration items to be returned using a configuration item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryCommand.RequestTemplates">
            <summary>
            Specify the Request templates to be returned using a request template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryCommand.ServiceInstance">
            <summary>
            Specify the Service instance to be returned using a service instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a reservation offering query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new reservation offering query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReservationOfferingQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a reservation offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.AllowRepeat">
            <summary>
            Whether it is allowed to create recurrent reservations for this offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.CalendarId">
            <summary>
            Calendar that defines the hours in which reservations may start and end.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.ConfigurationItemIds">
            <summary>
            Identifiers of the configuration items that may be reserved using this offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.Disabled">
            <summary>
            Whether the reservation offering may not be used to register requests for reservation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.Filters">
            <summary>
            The filters of the reservation offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.InitialStatus">
            <summary>
            The initial status of the reservation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.MaxAdvanceDuration">
            <summary>
            The maximum duration between the creation time of a request for reservation and the requested start of the reservation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.MaxDuration">
            <summary>
            The maximum duration of the reservation within the hours of the calendar.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.MinAdvanceDuration">
            <summary>
            The minimum duration between the creation time of a request for reservation and the requested start of the reservation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.MinDuration">
            <summary>
            The minimum duration of the reservation within the hours of the calendar.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.MultiDay">
            <summary>
            Whether or not the reservation may span over multiple calendar days.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.Name">
            <summary>
            A short description of the reservation offering
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.PreparationDuration">
            <summary>
            The duration required to prepare the asset before the reservation starts.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.PrivateReservations">
            <summary>
            Reservations of this reservation offering are private and can not be viewed by other end users.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.ServiceInstanceId">
            <summary>
            Identifier of the service instance for which the reservations may be requested.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.StepDuration">
            <summary>
            The increments with which the reservation may be prolonged.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.TimeZone">
            <summary>
            The time zone that applies to the selected calendar.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.Properties">
            <summary>
            An array of Reservation offering properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetReservationOfferingCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeReservationQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Reservation query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewReservationCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new reservation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationCommand.ConfigurationItemId">
            <summary>
            Identifier of the asset that is being reserved.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationCommand.Name">
            <summary>
            A short description of the reservation
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationCommand.PersonId">
            <summary>
            Identifier of the person for whom this reservation was created.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationCommand.ReservationOfferingId">
            <summary>
            Identifier of the reservation offering that was used to create this reservation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationCommand.StartAt">
            <summary>
            Used to specify the start date and time of the reservation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationCommand.CreatedById">
            <summary>
            Identifier of the person who created this reservation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationCommand.Description">
            <summary>
            Full description of the reservation
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationCommand.Duration">
            <summary>
            The duration of the reservation during the calendar hours of the reservation offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationCommand.EndAt">
            <summary>
            Used to specify the end date and time of the reservation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationCommand.PreparationStartAt">
            <summary>
            The start date and time of the preparation of the asset for the reservation. Only present in case the reservation offering specifies a preparation duration.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationCommand.Recurrence">
            <summary>
            Recurrence for the reservation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationCommand.RequestId">
            <summary>
            Identifier of the request for reservation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationCommand.Status">
            <summary>
            The status of the reservation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationCommand.Properties">
            <summary>
            An array of reservation properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReservationCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReservationCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReservationCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Reservation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the reservation query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryCommand.Properties">
            <summary>
            An array of a reservation properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryCommand.ConfigurationItem">
            <summary>
            Specify the Configuration item to be returned using a configuration item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryCommand.CreatedBy">
            <summary>
            Specify the Created by to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryCommand.DescriptionAttachments">
            <summary>
            Specify the Description attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryCommand.Person">
            <summary>
            Specify the Person to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryCommand.Recurrence">
            <summary>
            Specify the Recurrence to be returned using a recurrence query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryCommand.Request">
            <summary>
            Specify the Request to be returned using a request query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryCommand.ReservationOffering">
            <summary>
            Specify the Reservation offering to be returned using a reservation offering query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a reservation query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new reservation query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewReservationQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetReservationCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a reservation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationCommand.ConfigurationItemId">
            <summary>
            Identifier of the asset that is being reserved.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationCommand.CreatedById">
            <summary>
            Identifier of the person who created this reservation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationCommand.Description">
            <summary>
            Full description of the reservation
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationCommand.Duration">
            <summary>
            The duration of the reservation during the calendar hours of the reservation offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationCommand.EndAt">
            <summary>
            Used to specify the end date and time of the reservation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationCommand.Name">
            <summary>
            A short description of the reservation
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationCommand.PersonId">
            <summary>
            Identifier of the person for whom this reservation was created.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationCommand.PreparationStartAt">
            <summary>
            The start date and time of the preparation of the asset for the reservation. Only present in case the reservation offering specifies a preparation duration.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationCommand.Recurrence">
            <summary>
            Recurrence for the reservation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationCommand.RequestId">
            <summary>
            Identifier of the request for reservation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationCommand.ReservationOfferingId">
            <summary>
            Identifier of the reservation offering that was used to create this reservation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationCommand.StartAt">
            <summary>
            Used to specify the start date and time of the reservation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationCommand.Status">
            <summary>
            The status of the reservation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationCommand.Properties">
            <summary>
            An array of Reservation properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetReservationCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetReservationCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetReservationCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetReservationCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeRiskSeverityQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Risk severity query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new risk severity.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityCommand.Name">
            <summary>
            The name of the risk severity. Ideally the name of a risk severity consists of a single word, such as &quot;High&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityCommand.Description">
            <summary>
            A very short description of the risk severity, for example &quot;Risk is Significant&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityCommand.Disabled">
            <summary>
            Whether the risk severity may not be related to any more risks.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityCommand.Information">
            <summary>
            Any additional information about the risk severity that might prove useful, especially for risk managers when they need to decide which severity to select for a risk.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityCommand.InformationAttachments">
            <summary>
            The attachments used in the information field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityCommand.Position">
            <summary>
            The position that the risk severity takes when it is displayed in a sorted list.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityCommand.Properties">
            <summary>
            An array of risk severity properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Risk severity query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the risk severity query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityQueryCommand.Properties">
            <summary>
            An array of a risk severity properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityQueryCommand.InformationAttachments">
            <summary>
            Specify the Information attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityQueryCommand.Translations">
            <summary>
            Specify the Translations to be returned using a translation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a risk severity query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new risk severity query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRiskSeverityQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetRiskSeverityCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a risk severity.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskSeverityCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskSeverityCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskSeverityCommand.Description">
            <summary>
            A very short description of the risk severity, for example &quot;Risk is Significant&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskSeverityCommand.Disabled">
            <summary>
            Whether the risk severity may not be related to any more risks.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskSeverityCommand.Information">
            <summary>
            Any additional information about the risk severity that might prove useful, especially for risk managers when they need to decide which severity to select for a risk.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskSeverityCommand.InformationAttachments">
            <summary>
            The attachments used in the information field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskSeverityCommand.Name">
            <summary>
            The name of the risk severity. Ideally the name of a risk severity consists of a single word, such as &quot;High&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskSeverityCommand.Position">
            <summary>
            The position that the risk severity takes when it is displayed in a sorted list.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskSeverityCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskSeverityCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskSeverityCommand.Properties">
            <summary>
            An array of Risk severity properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskSeverityCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetRiskSeverityCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetRiskSeverityCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetRiskSeverityCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeRiskQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Risk query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewRiskCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new risk.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskCommand.Severity">
            <summary>
            The severity of the risk.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskCommand.Subject">
            <summary>
            The subject of the risk.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskCommand.ClosureReason">
            <summary>
            The appropriate closure reason for the risk when it has been closed.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskCommand.ManagerId">
            <summary>
            Identifier of the manager of the risk. This person is able to maintain the information about the risk.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskCommand.MitigationTargetAt">
            <summary>
            The date by which the risk should have been mitigated.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskCommand.Note">
            <summary>
            The Note field is used to provide a detailed description of the risk and the actions that are planned or have already been taken to eliminate it, or to minimize its severity. This field is also used when the status is set to closed to explain why it was decided to close the risk.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskCommand.OrganizationIds">
            <summary>
            Identifiers of organizations linked to the risk.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskCommand.ProjectIds">
            <summary>
            Identifiers of projects linked to the risk.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskCommand.ServiceIds">
            <summary>
            Identifiers of services linked to the risk.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskCommand.Status">
            <summary>
            The current status of the risk.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskCommand.Properties">
            <summary>
            An array of risk properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRiskCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRiskCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRiskCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Risk query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the risk query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryCommand.Properties">
            <summary>
            An array of a risk properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryCommand.CustomFields">
            <summary>
            Specify the Custom fields to be returned using a custom field query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryCommand.CustomFieldsAttachments">
            <summary>
            Specify the Custom fields attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryCommand.Manager">
            <summary>
            Specify the Manager to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryCommand.Notes">
            <summary>
            Specify the Notes to be returned using a note query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryCommand.Organizations">
            <summary>
            Specify the Organizations to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryCommand.Projects">
            <summary>
            Specify the Projects to be returned using a project query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryCommand.Services">
            <summary>
            Specify the Services to be returned using a service query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryCommand.UiExtension">
            <summary>
            Specify the UI extension to be returned using an user interface extension query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a risk query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryCommand.CustomFilters">
            <summary>
            A custom filter to apply to the a risk query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new risk query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewRiskQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetRiskCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a risk.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskCommand.ClosureReason">
            <summary>
            The appropriate closure reason for the risk when it has been closed.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskCommand.ManagerId">
            <summary>
            Identifier of the manager of the risk. This person is able to maintain the information about the risk.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskCommand.MitigationTargetAt">
            <summary>
            The date by which the risk should have been mitigated.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskCommand.Note">
            <summary>
            The Note field is used to provide a detailed description of the risk and the actions that are planned or have already been taken to eliminate it, or to minimize its severity. This field is also used when the status is set to closed to explain why it was decided to close the risk.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskCommand.OrganizationIds">
            <summary>
            Identifiers of organizations linked to the risk.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskCommand.ProjectIds">
            <summary>
            Identifiers of projects linked to the risk.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskCommand.ServiceIds">
            <summary>
            Identifiers of services linked to the risk.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskCommand.Severity">
            <summary>
            The severity of the risk.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskCommand.Status">
            <summary>
            The current status of the risk.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskCommand.Subject">
            <summary>
            The subject of the risk.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskCommand.Properties">
            <summary>
            An array of Risk properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetRiskCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetRiskCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetRiskCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetRiskCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeScrumWorkspaceQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Scrum workspace query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new scrum workspace.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceCommand.AgileBoardId">
            <summary>
            Identifier of the agile board used to track the progress of this workspace&apos;s active sprint.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceCommand.Name">
            <summary>
            Name of the scrum workspace.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceCommand.ProductBacklogId">
            <summary>
            Identifier of the product backlog used when planning sprints.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceCommand.SprintLength">
            <summary>
            Standard length in weeks of new sprints planned in this scrum workspace.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceCommand.TeamId">
            <summary>
            Identifier of the team planning their work using this scrum workspace.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceCommand.Description">
            <summary>
            Additional information regarding the scrum workspace.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceCommand.Disabled">
            <summary>
            Whether the scrum workspace is in use.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceCommand.Properties">
            <summary>
            An array of scrum workspace properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Scrum workspace query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the scrum workspace query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryCommand.Properties">
            <summary>
            An array of a scrum workspace properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryCommand.AgileBoard">
            <summary>
            Specify the Agile board to be returned using an agile board query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryCommand.DescriptionAttachments">
            <summary>
            Specify the Description attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryCommand.ProductBacklog">
            <summary>
            Specify the Product backlog to be returned using a product backlog query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryCommand.Sprints">
            <summary>
            Specify the Sprints to be returned using a sprint query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryCommand.Team">
            <summary>
            Specify the Team to be returned using a team query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a scrum workspace query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new scrum workspace query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewScrumWorkspaceQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetScrumWorkspaceCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a scrum workspace.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetScrumWorkspaceCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetScrumWorkspaceCommand.AgileBoardId">
            <summary>
            Identifier of the agile board used to track the progress of this workspace&apos;s active sprint.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetScrumWorkspaceCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetScrumWorkspaceCommand.Description">
            <summary>
            Additional information regarding the scrum workspace.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetScrumWorkspaceCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetScrumWorkspaceCommand.Disabled">
            <summary>
            Whether the scrum workspace is in use.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetScrumWorkspaceCommand.Name">
            <summary>
            Name of the scrum workspace.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetScrumWorkspaceCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetScrumWorkspaceCommand.ProductBacklogId">
            <summary>
            Identifier of the product backlog used when planning sprints.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetScrumWorkspaceCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetScrumWorkspaceCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetScrumWorkspaceCommand.SprintLength">
            <summary>
            Standard length in weeks of new sprints planned in this scrum workspace.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetScrumWorkspaceCommand.TeamId">
            <summary>
            Identifier of the team planning their work using this scrum workspace.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetScrumWorkspaceCommand.Properties">
            <summary>
            An array of Scrum workspace properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetScrumWorkspaceCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetScrumWorkspaceCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetScrumWorkspaceCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetScrumWorkspaceCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeServiceCategoryQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Service category query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new service category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryCommand.Name">
            <summary>
            The name of the service category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryCommand.Description">
            <summary>
            A high-level description of the type of services that are included in the service category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryCommand.ServiceIds">
            <summary>
            Identifiers of the services of the service category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryCommand.Properties">
            <summary>
            An array of service category properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Service category query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the service category query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryQueryCommand.Properties">
            <summary>
            An array of a service category properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryQueryCommand.DescriptionAttachments">
            <summary>
            Specify the Description attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryQueryCommand.Services">
            <summary>
            Specify the Services to be returned using a service query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryQueryCommand.Translations">
            <summary>
            Specify the Translations to be returned using a translation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a service category query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new service category query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceCategoryQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetServiceCategoryCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a service category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCategoryCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCategoryCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCategoryCommand.Description">
            <summary>
            A high-level description of the type of services that are included in the service category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCategoryCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCategoryCommand.Name">
            <summary>
            The name of the service category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCategoryCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCategoryCommand.ServiceIds">
            <summary>
            Identifiers of the services of the service category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCategoryCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCategoryCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCategoryCommand.Properties">
            <summary>
            An array of Service category properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCategoryCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetServiceCategoryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetServiceCategoryCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetServiceCategoryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeServiceInstanceQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Service instance query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new service instance.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceCommand.Name">
            <summary>
            The name of the service instance.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceCommand.ServiceId">
            <summary>
            Identifier of the service which functionality the service instance provides.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceCommand.ConfigurationItemIds">
            <summary>
            Identifiers of the configuration items of the service instance.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceCommand.FirstLineTeamId">
            <summary>
            Idenifier of the team that will automatically be selected in the Team field of requests to which the service instance is linked after they have been submitted using Self Service or when they are generated using the Requests API, Mail API or Events API.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceCommand.Remarks">
            <summary>
            Any additional information about the service instance that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceCommand.RemarksAttachments">
            <summary>
            The attachments used in the remarks field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceCommand.Status">
            <summary>
            The current status of the service instance.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceCommand.SupportTeamId">
            <summary>
            Identifier of the team that will, by default, be selected in the Team field of a request when the service instance is manually selected in the Service instance field of the request, or when the service instance is applied from the Service Hierarchy Browser.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceCommand.Properties">
            <summary>
            An array of service instance properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Service instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the service instance query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.Properties">
            <summary>
            An array of a service instance properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.ChildServiceInstances">
            <summary>
            Specify the Child service instances to be returned using a service instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.ConfigurationItems">
            <summary>
            Specify the Configuration items to be returned using a configuration item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.CustomFields">
            <summary>
            Specify the Custom fields to be returned using a custom field query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.CustomFieldsAttachments">
            <summary>
            Specify the Custom fields attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.FirstLineTeam">
            <summary>
            Specify the First line team to be returned using a team query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.MaintenanceWindow">
            <summary>
            Specify the Maintenance window to be returned using a calendar query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.ParentServiceInstances">
            <summary>
            Specify the Parent service instances to be returned using a service instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.RemarksAttachments">
            <summary>
            Specify the Remarks attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.Service">
            <summary>
            Specify the Service to be returned using a service query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.ServiceLevelAgreements">
            <summary>
            Specify the Service level agreements to be returned using a service level agreement query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.SupportTeam">
            <summary>
            Specify the Support team to be returned using a team query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.Translations">
            <summary>
            Specify the Translations to be returned using a translation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.UiExtension">
            <summary>
            Specify the UI extension to be returned using an user interface extension query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a service instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.CustomFilters">
            <summary>
            A custom filter to apply to the a service instance query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new service instance query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceInstanceQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetServiceInstanceCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a service instance.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceInstanceCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceInstanceCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceInstanceCommand.ConfigurationItemIds">
            <summary>
            Identifiers of the configuration items of the service instance.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceInstanceCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceInstanceCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceInstanceCommand.FirstLineTeamId">
            <summary>
            Idenifier of the team that will automatically be selected in the Team field of requests to which the service instance is linked after they have been submitted using Self Service or when they are generated using the Requests API, Mail API or Events API.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceInstanceCommand.Name">
            <summary>
            The name of the service instance.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceInstanceCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceInstanceCommand.Remarks">
            <summary>
            Any additional information about the service instance that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceInstanceCommand.RemarksAttachments">
            <summary>
            The attachments used in the remarks field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceInstanceCommand.ServiceId">
            <summary>
            Identifier of the service which functionality the service instance provides.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceInstanceCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceInstanceCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceInstanceCommand.Status">
            <summary>
            The current status of the service instance.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceInstanceCommand.SupportTeamId">
            <summary>
            Identifier of the team that will, by default, be selected in the Team field of a request when the service instance is manually selected in the Service instance field of the request, or when the service instance is applied from the Service Hierarchy Browser.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceInstanceCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceInstanceCommand.Properties">
            <summary>
            An array of Service instance properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceInstanceCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetServiceInstanceCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetServiceInstanceCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetServiceInstanceCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeServiceLevelAgreementQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Service level agreement query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new service level agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.CustomerId">
            <summary>
            Identifier of the organization that pays for the service level agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.Name">
            <summary>
            The name of the service level agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.ServiceOfferingId">
            <summary>
            Identifier of the service offering that specifies the conditions that apply to the service level agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.ActivityID">
            <summary>
            The Activity ID is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider. This contains the activityIDs related to request categories.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.AgreementID">
            <summary>
            The Agreement ID is the unique identifier by which all the activities that are performed through the coverage of the SLA are known in the billing system of the service provider.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.Coverage">
            <summary>
            Used to specify how people who are to be covered by the service level agreement are to be selected.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.CustomerAccountId">
            <summary>
            Identifier of the account which service level managers are allowed to update the parts of the SLA that are intended to be maintained by the service level managers of the customer. More importantly, this field is used to specify whether specialists of the customer are allowed to see the requests that include this SLA in their Affected SLAs section.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.CustomerRepresentativeIds">
            <summary>
            Identifiers of the people who represents the customer organization for the service level agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.ExpiryDate">
            <summary>
            The date through which the service level agreement (SLA) will be active. The SLA expires at the end of this day if it is not renewed before then. When the SLA has expired, its status will automatically be set to &quot;Expired&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.NewEffortClassRateIDs">
            <summary>
            The Rate IDs are the unique identifiers by which an effort class that is linked to a time entry when an activity was performed through the coverage of the SLA is known in the billing system of the service provider.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.NewStandardServiceRequestActivityIDs">
            <summary>
            Represents the activityIDs for standard service requests. The Activity ID is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.NoticeDate">
            <summary>
            The last day on which the service provider organization can still be contacted to terminate the service level agreement (SLA) to ensure that it expires on the intended expiry date. The Notice date field is left empty, and the Expiry date field is filled out, when the SLA is to expire on a specific date and no notice needs to be given to terminate it.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.OrganizationIds">
            <summary>
            Identifiers of the organizations of the service level agreement. Only available for service level agreements where the coverage field is set to organizations_and_descendants, organizations or organizations_and_sites.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.PersonIds">
            <summary>
            Identifiers of the people of the service level agreement. Only available for service level agreements where the coverage field is set to people.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.Remarks">
            <summary>
            Any additional information about the service level agreement that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.RemarksAttachments">
            <summary>
            The attachments used in the remarks field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.ServiceInstanceId">
            <summary>
            Identifier of the service instance that will be used to provide the service to the customer of the service level agreement. Only service instances that are linked to the same service as the selected service offering can be selected.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.ServiceLevelManagerId">
            <summary>
            Identifier of the person of the service provider organization who acts as the service level manager for the customer of the service level agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.SiteIds">
            <summary>
            Identifiers of the sites of the service level agreement. Only available for service level agreements where the coverage field is set to sites or organizations_and_sites.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.SkillPoolIds">
            <summary>
            Identifiers of the skill pools of the service level agreement. Only available for service level agreements where the coverage field is set to skill_pools.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.StartDate">
            <summary>
            The first day during which the service level agreement (SLA) is active.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.Status">
            <summary>
            The current status of the service level agreement (SLA).
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.UseKnowledgeFromServiceProvider">
            <summary>
            Whether knowledge articles from the service provider should be exposed to the people covered by the service instances related to the service level agreement. Only available for service level agreements where the coverage field is set to service_instances.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.Properties">
            <summary>
            An array of service level agreement properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Service level agreement query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the service level agreement query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.Properties">
            <summary>
            An array of a service level agreement properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.ActivityID">
            <summary>
            Specify the Activity ID to be returned using an activity identifier query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.CoverageGroups">
            <summary>
            Specify the Coverage groups to be returned using a service level agreement coverage group query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.Customer">
            <summary>
            Specify the Customer to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.CustomerAccount">
            <summary>
            Specify the Customer account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.CustomerRepresentatives">
            <summary>
            Specify the Customer representatives to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.EffortClassRateIDs">
            <summary>
            Specify the Effort class rate IDs to be returned using an effort class rate identifier query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.Invoices">
            <summary>
            Specify the Invoices to be returned using an invoice query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.Organizations">
            <summary>
            Specify the Organizations to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.People">
            <summary>
            Specify the People to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.RemarksAttachments">
            <summary>
            Specify the Remarks attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.ServiceInstance">
            <summary>
            Specify the Service instance to be returned using a service instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.ServiceInstances">
            <summary>
            Specify the Service instances to be returned using a parent service instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.ServiceLevelManager">
            <summary>
            Specify the Service level manager to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.ServiceOffering">
            <summary>
            Specify the Service offering to be returned using a service offering query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.Sites">
            <summary>
            Specify the Sites to be returned using a site query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.SkillPools">
            <summary>
            Specify the Skill pools to be returned using a skill pool query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.StandardServiceRequestActivityIDs">
            <summary>
            Specify the Standard service request activity IDs to be returned using a standard service request activity identifier query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.SupportDomain">
            <summary>
            Specify the Support domain to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a service level agreement query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new service level agreement query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceLevelAgreementQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a service level agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.ActivityID">
            <summary>
            The Activity ID is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider. This contains the activityIDs related to request categories.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.AgreementID">
            <summary>
            The Agreement ID is the unique identifier by which all the activities that are performed through the coverage of the SLA are known in the billing system of the service provider.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.Coverage">
            <summary>
            Used to specify how people who are to be covered by the service level agreement are to be selected.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.CustomerId">
            <summary>
            Identifier of the organization that pays for the service level agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.CustomerRepresentativeIds">
            <summary>
            Identifiers of the people who represents the customer organization for the service level agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.EffortClassRateIDsToDelete">
            <summary>
            Identifiers of effort class rateIDs to remove from the SLA.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.ExpiryDate">
            <summary>
            The date through which the service level agreement (SLA) will be active. The SLA expires at the end of this day if it is not renewed before then. When the SLA has expired, its status will automatically be set to &quot;Expired&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.Name">
            <summary>
            The name of the service level agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.NewEffortClassRateIDs">
            <summary>
            The Rate IDs are the unique identifiers by which an effort class that is linked to a time entry when an activity was performed through the coverage of the SLA is known in the billing system of the service provider.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.NewStandardServiceRequestActivityIDs">
            <summary>
            Represents the activityIDs for standard service requests. The Activity ID is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.NoticeDate">
            <summary>
            The last day on which the service provider organization can still be contacted to terminate the service level agreement (SLA) to ensure that it expires on the intended expiry date. The Notice date field is left empty, and the Expiry date field is filled out, when the SLA is to expire on a specific date and no notice needs to be given to terminate it.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.OrganizationIds">
            <summary>
            Identifiers of the organizations of the service level agreement. Only available for service level agreements where the coverage field is set to organizations_and_descendants, organizations or organizations_and_sites.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.PersonIds">
            <summary>
            Identifiers of the people of the service level agreement. Only available for service level agreements where the coverage field is set to people.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.Remarks">
            <summary>
            Any additional information about the service level agreement that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.RemarksAttachments">
            <summary>
            The attachments used in the remarks field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.ServiceInstanceId">
            <summary>
            Identifier of the service instance that will be used to provide the service to the customer of the service level agreement. Only service instances that are linked to the same service as the selected service offering can be selected.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.ServiceLevelManagerId">
            <summary>
            Identifier of the person of the service provider organization who acts as the service level manager for the customer of the service level agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.ServiceOfferingId">
            <summary>
            Identifier of the service offering that specifies the conditions that apply to the service level agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.SiteIds">
            <summary>
            Identifiers of the sites of the service level agreement. Only available for service level agreements where the coverage field is set to sites or organizations_and_sites.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.SkillPoolIds">
            <summary>
            Identifiers of the skill pools of the service level agreement. Only available for service level agreements where the coverage field is set to skill_pools.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.StandardServiceRequestActivityIDsToDelete">
            <summary>
            Identifiers of effort class rateIDs to remove from the SLA.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.StartDate">
            <summary>
            The first day during which the service level agreement (SLA) is active.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.Status">
            <summary>
            The current status of the service level agreement (SLA).
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.UseKnowledgeFromServiceProvider">
            <summary>
            Whether knowledge articles from the service provider should be exposed to the people covered by the service instances related to the service level agreement. Only available for service level agreements where the coverage field is set to service_instances.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.Properties">
            <summary>
            An array of Service level agreement properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetServiceLevelAgreementCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeServiceOfferingQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Service offering query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.Name">
            <summary>
            The name of the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ServiceId">
            <summary>
            Identifier of the service for which the service offering is being prepared.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.Availability">
            <summary>
            The duration, expressed as percentage of the total number of service hours, during which the service is to be available to customers with an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.Charges">
            <summary>
            The amount that the service provider will charge the customer for the delivery of the service per charge driver, per charge term.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ChargeTypeCase">
            <summary>
            Defines how a Case must be charged: as a Fixed Price or in Time and Materials.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ChargeTypeHigh">
            <summary>
            Defines how a high incident must be charged: as a Fixed Price or in Time and Materials.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ChargeTypeLow">
            <summary>
            Defines how a low incident must be charged: as a Fixed Price or in Time and Materials.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ChargeTypeMedium">
            <summary>
            Defines how a medium incident must be charged: as a Fixed Price or in Time and Materials.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ChargeTypeRfc">
            <summary>
            Defines how a RFC must be charged: as a Fixed Price or in Time and Materials.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ChargeTypeRfi">
            <summary>
            Defines how a RFI must be charged: as a Fixed Price or in Time and Materials.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ChargeTypeTop">
            <summary>
            Defines how a top incident must be charged: as a Fixed Price or in Time and Materials.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.Continuity">
            <summary>
            The continuity measures for the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.DefaultEffortClassId">
            <summary>
            Identifier of the effort class that is selected by default, when someone registers time on a request with an affected SLA linked to this service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.EffortClassIds">
            <summary>
            Identifiers of effort classes of the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.Limitations">
            <summary>
            The limitations that apply to the service level agreements that are based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.NewEffortClassRates">
            <summary>
            Effort class rates of the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.NewStandardServiceRequests">
            <summary>
            Standard service requests of the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.Penalties">
            <summary>
            Used to specify what the penalties will be for the service provider organization if a service level target has been breached.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.Performance">
            <summary>
            Used to describe the transaction(s) and the maximum time these transaction(s) can take to complete.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.Prerequisites">
            <summary>
            Used to specify which requirements need to be met by the customer in order for the customer to be able to benefit from the service. The service provider cannot be held accountable for breaches of the service level targets caused by a failure of the customer to meet one or more of these prerequisites.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.RateCase">
            <summary>
            Defines the fixed price rate for a Case.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.RateCaseCurrency">
            <summary>
            Defines the currency for the fixed price rate of a Case.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.RateHigh">
            <summary>
            Defines the fixed price rate for a high incident.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.RateHighCurrency">
            <summary>
            Defines the currency for the fixed price rate of a high incident.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.RateLow">
            <summary>
            Defines the fixed price rate for a low incident.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.RateLowCurrency">
            <summary>
            Defines the currency for the fixed price rate of a low incident.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.RateMedium">
            <summary>
            Defines the fixed price rate for a medium incident.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.RateMediumCurrency">
            <summary>
            Defines the currency for the fixed price rate of a medium incident.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.RateRfc">
            <summary>
            Defines the fixed price rate for a RFC.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.RateRfcCurrency">
            <summary>
            Defines the currency for the fixed price rate of a RFC.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.RateRfi">
            <summary>
            Defines the fixed price rate for a RFI.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.RateRfiCurrency">
            <summary>
            Defines the currency for the fixed price rate of a RFI.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.RateTop">
            <summary>
            Defines the fixed price rate for a top incident.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.RateTopCurrency">
            <summary>
            Defines the currency for the fixed price rate of a top incident.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.RecoveryPointObjective">
            <summary>
            The Recovery Point Objective (RPO) is the maximum targeted duration in minutes in which data (transactions) might be lost from an IT service due to a major incident.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.RecoveryTimeObjective">
            <summary>
            The Recovery Time Objective (RTO) is the maximum targeted duration in minutes in which a business process must be restored after a disaster (or disruption) in order to avoid unacceptable consequences associated with a break in business continuity.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.Reliability">
            <summary>
            Used to specify the maximum number of times per month that the service may become unavailable to customers with an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ReportFrequency">
            <summary>
            Used to specify how often the representative of a customer of an active SLA that is based on the service offering will receive a report comparing the service level targets specified in the service offering with the actual level of service provided.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ResolutionsWithinTarget">
            <summary>
            The minimum percentage of incidents that is to be resolved before their resolution target.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ResolutionTargetCase">
            <summary>
            The number of minutes within which a request with the category &quot;Case&quot; is to be resolved when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ResolutionTargetHigh">
            <summary>
            The number of minutes within which a request with the impact value &quot;High - Service Degraded for Several Users&quot; is to be resolved when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ResolutionTargetLow">
            <summary>
            The number of minutes within which a request with the impact value &quot;Low - Service Degraded for One User&quot; is to be resolved when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ResolutionTargetMedium">
            <summary>
            The number of minutes within which a request with the impact value &quot;Medium - Service Down for One User&quot; is to be resolved when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ResolutionTargetRfc">
            <summary>
            The number of minutes within which a request with the category &quot;RFC - Request for Change&quot; is to be resolved when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ResolutionTargetRfi">
            <summary>
            The number of minutes within which a request with the category &quot;RFI - Request for Information&quot; is to be resolved when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ResolutionTargetTop">
            <summary>
            The number of minutes within which a request with the impact value &quot;Top - Service Down for Several Users&quot; is to be resolved when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ResponsesWithinTarget">
            <summary>
            The minimum percentage of incidents that is to be responded to before their response target.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ResponseTargetCase">
            <summary>
            The number of minutes within which a response needs to have been provided for a request with the category &quot;Case&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ResponseTargetHigh">
            <summary>
            The number of minutes within which a response needs to have been provided for a request with the impact &quot;High - Service Degraded for Several Users&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ResponseTargetLow">
            <summary>
            The number of minutes within which a response needs to have been provided for a request with the impact &quot;Low - Service Degraded for One User&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ResponseTargetMedium">
            <summary>
            The number of minutes within which a response needs to have been provided for a request with the impact &quot;Medium - Service Down for One User&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ResponseTargetRfc">
            <summary>
            The number of minutes within which a response needs to have been provided for a request with the category &quot;RFC - Request for Change&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ResponseTargetRfi">
            <summary>
            The number of minutes within which a response needs to have been provided for a request with the category &quot;RFI - Request for Information&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ResponseTargetTop">
            <summary>
            The number of minutes within which a response needs to have been provided for a request with the impact &quot;Top - Service Down for Several Users&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ReviewFrequency">
            <summary>
            How often an active SLA that is based on the service offering will be reviewed with the representative of its customer.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ServiceHoursId">
            <summary>
            Identifier of the calendar that defines the hours during which the service is supposed to be available.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.Status">
            <summary>
            The current status of the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.Summary">
            <summary>
            A high-level description of the differentiators between this service offering and other service offerings that have already been, or could be, prepared for the same service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.SupportHoursCaseId">
            <summary>
            Identifier of the calendar that defines the support hours for a request with the category &quot;Case&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.SupportHoursHighId">
            <summary>
            Identifier of the calendar that defines the support hours for a request with the impact &quot;High - Service Degraded for Several Users&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.SupportHoursLowId">
            <summary>
            Identifier of the calendar that defines the support hours for a request with the impact &quot;Low - Service Degraded for One User&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.SupportHoursMediumId">
            <summary>
            Identifier of the calendar that defines the support hours for a request with the impact &quot;Medium - Service Down for One User&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.SupportHoursRfcId">
            <summary>
            Identifier of the calendar that defines the support hours for a request with the category &quot;RFC - Request for Change&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.SupportHoursRfiId">
            <summary>
            Identifier of the calendar that defines the support hours for a request with the category &quot;RFI - Request for Information&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.SupportHoursTopId">
            <summary>
            Identifier of the calendar that defines the support hours for a request with the impact &quot;Top - Service Down for Several Users&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.Termination">
            <summary>
            Used to describe the length of notice required for changing or terminating the service level agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.TimeZone">
            <summary>
            The time zone that applies to the selected service hours.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.Properties">
            <summary>
            An array of service offering properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Service offering query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the service offering query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.Properties">
            <summary>
            An array of a service offering properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.ChargesAttachments">
            <summary>
            Specify the Charges attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.ContinuityAttachments">
            <summary>
            Specify the Continuity attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.DefaultEffortClass">
            <summary>
            Specify the Default effort class to be returned using an effort class query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.EffortClasses">
            <summary>
            Specify the Effort classes to be returned using an effort class query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.EffortClassRates">
            <summary>
            Specify the Effort class rates to be returned using an effort class rate query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.LimitationsAttachments">
            <summary>
            Specify the Limitations attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.PenaltiesAttachments">
            <summary>
            Specify the Penalties attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.PerformanceAttachments">
            <summary>
            Specify the Performance attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.PrerequisitesAttachments">
            <summary>
            Specify the Prerequisites attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.ResolutionTargetNotificationSchemeHigh">
            <summary>
            Specify the Resolution target notification scheme high to be returned using a service level agreement notification scheme query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.ResolutionTargetNotificationSchemeLow">
            <summary>
            Specify the Resolution target notification scheme low to be returned using a service level agreement notification scheme query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.ResolutionTargetNotificationSchemeMedium">
            <summary>
            Specify the Resolution target notification scheme medium to be returned using a service level agreement notification scheme query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.ResolutionTargetNotificationSchemeTop">
            <summary>
            Specify the Resolution target notification scheme top to be returned using a service level agreement notification scheme query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.ResponseTargetNotificationSchemeHigh">
            <summary>
            Specify the Response target notification scheme high to be returned using a service level agreement notification scheme query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.ResponseTargetNotificationSchemeLow">
            <summary>
            Specify the Response target notification scheme low to be returned using a service level agreement notification scheme query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.ResponseTargetNotificationSchemeMedium">
            <summary>
            Specify the Response target notification scheme medium to be returned using a service level agreement notification scheme query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.ResponseTargetNotificationSchemeTop">
            <summary>
            Specify the Response target notification scheme top to be returned using a service level agreement notification scheme query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.Service">
            <summary>
            Specify the Service to be returned using a service query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.ServiceHours">
            <summary>
            Specify the Service hours to be returned using a calendar query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.ServiceLevelAgreements">
            <summary>
            Specify the Service level agreements to be returned using a service level agreement query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.ShopArticles">
            <summary>
            Specify the Shop articles to be returned using a shop article query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.StandardServiceRequests">
            <summary>
            Specify the Standard service requests to be returned using a standard service request query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.SummaryAttachments">
            <summary>
            Specify the Summary attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.SupportHoursCase">
            <summary>
            Specify the Support hours case to be returned using a calendar query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.SupportHoursHigh">
            <summary>
            Specify the Support hours high to be returned using a calendar query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.SupportHoursLow">
            <summary>
            Specify the Support hours low to be returned using a calendar query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.SupportHoursMedium">
            <summary>
            Specify the Support hours medium to be returned using a calendar query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.SupportHoursRfc">
            <summary>
            Specify the Support hours RFC to be returned using a calendar query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.SupportHoursRfi">
            <summary>
            Specify the Support hours RFI to be returned using a calendar query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.SupportHoursTop">
            <summary>
            Specify the Support hours top to be returned using a calendar query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.TerminationAttachments">
            <summary>
            Specify the Termination attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.WaitingForCustomerFollowUp">
            <summary>
            Specify the Waiting for customer follow up to be returned using a waiting for customer follow up query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a service offering query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new service offering query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceOfferingQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.Availability">
            <summary>
            The duration, expressed as percentage of the total number of service hours, during which the service is to be available to customers with an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.Charges">
            <summary>
            The amount that the service provider will charge the customer for the delivery of the service per charge driver, per charge term.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ChargeTypeCase">
            <summary>
            Defines how a Case must be charged: as a Fixed Price or in Time and Materials.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ChargeTypeHigh">
            <summary>
            Defines how a high incident must be charged: as a Fixed Price or in Time and Materials.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ChargeTypeLow">
            <summary>
            Defines how a low incident must be charged: as a Fixed Price or in Time and Materials.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ChargeTypeMedium">
            <summary>
            Defines how a medium incident must be charged: as a Fixed Price or in Time and Materials.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ChargeTypeRfc">
            <summary>
            Defines how a RFC must be charged: as a Fixed Price or in Time and Materials.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ChargeTypeRfi">
            <summary>
            Defines how a RFI must be charged: as a Fixed Price or in Time and Materials.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ChargeTypeTop">
            <summary>
            Defines how a top incident must be charged: as a Fixed Price or in Time and Materials.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.Continuity">
            <summary>
            The continuity measures for the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.DefaultEffortClassId">
            <summary>
            Identifier of the effort class that is selected by default, when someone registers time on a request with an affected SLA linked to this service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.EffortClassIds">
            <summary>
            Identifiers of effort classes of the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.EffortClassRatesToDelete">
            <summary>
            Identifiers of effort class rates to remove from the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.Limitations">
            <summary>
            The limitations that apply to the service level agreements that are based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.Name">
            <summary>
            The name of the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.NewEffortClassRates">
            <summary>
            Effort class rates of the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.NewStandardServiceRequests">
            <summary>
            Standard service requests of the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.Penalties">
            <summary>
            Used to specify what the penalties will be for the service provider organization if a service level target has been breached.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.Performance">
            <summary>
            Used to describe the transaction(s) and the maximum time these transaction(s) can take to complete.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.Prerequisites">
            <summary>
            Used to specify which requirements need to be met by the customer in order for the customer to be able to benefit from the service. The service provider cannot be held accountable for breaches of the service level targets caused by a failure of the customer to meet one or more of these prerequisites.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.RateCase">
            <summary>
            Defines the fixed price rate for a Case.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.RateCaseCurrency">
            <summary>
            Defines the currency for the fixed price rate of a Case.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.RateHigh">
            <summary>
            Defines the fixed price rate for a high incident.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.RateHighCurrency">
            <summary>
            Defines the currency for the fixed price rate of a high incident.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.RateLow">
            <summary>
            Defines the fixed price rate for a low incident.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.RateLowCurrency">
            <summary>
            Defines the currency for the fixed price rate of a low incident.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.RateMedium">
            <summary>
            Defines the fixed price rate for a medium incident.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.RateMediumCurrency">
            <summary>
            Defines the currency for the fixed price rate of a medium incident.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.RateRfc">
            <summary>
            Defines the fixed price rate for a RFC.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.RateRfcCurrency">
            <summary>
            Defines the currency for the fixed price rate of a RFC.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.RateRfi">
            <summary>
            Defines the fixed price rate for a RFI.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.RateRfiCurrency">
            <summary>
            Defines the currency for the fixed price rate of a RFI.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.RateTop">
            <summary>
            Defines the fixed price rate for a top incident.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.RateTopCurrency">
            <summary>
            Defines the currency for the fixed price rate of a top incident.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.RecoveryPointObjective">
            <summary>
            The Recovery Point Objective (RPO) is the maximum targeted duration in minutes in which data (transactions) might be lost from an IT service due to a major incident.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.RecoveryTimeObjective">
            <summary>
            The Recovery Time Objective (RTO) is the maximum targeted duration in minutes in which a business process must be restored after a disaster (or disruption) in order to avoid unacceptable consequences associated with a break in business continuity.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.Reliability">
            <summary>
            Used to specify the maximum number of times per month that the service may become unavailable to customers with an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ReportFrequency">
            <summary>
            Used to specify how often the representative of a customer of an active SLA that is based on the service offering will receive a report comparing the service level targets specified in the service offering with the actual level of service provided.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ResolutionsWithinTarget">
            <summary>
            The minimum percentage of incidents that is to be resolved before their resolution target.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ResolutionTargetCase">
            <summary>
            The number of minutes within which a request with the category &quot;Case&quot; is to be resolved when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ResolutionTargetHigh">
            <summary>
            The number of minutes within which a request with the impact value &quot;High - Service Degraded for Several Users&quot; is to be resolved when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ResolutionTargetLow">
            <summary>
            The number of minutes within which a request with the impact value &quot;Low - Service Degraded for One User&quot; is to be resolved when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ResolutionTargetMedium">
            <summary>
            The number of minutes within which a request with the impact value &quot;Medium - Service Down for One User&quot; is to be resolved when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ResolutionTargetRfc">
            <summary>
            The number of minutes within which a request with the category &quot;RFC - Request for Change&quot; is to be resolved when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ResolutionTargetRfi">
            <summary>
            The number of minutes within which a request with the category &quot;RFI - Request for Information&quot; is to be resolved when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ResolutionTargetTop">
            <summary>
            The number of minutes within which a request with the impact value &quot;Top - Service Down for Several Users&quot; is to be resolved when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ResponsesWithinTarget">
            <summary>
            The minimum percentage of incidents that is to be responded to before their response target.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ResponseTargetCase">
            <summary>
            The number of minutes within which a response needs to have been provided for a request with the category &quot;Case&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ResponseTargetHigh">
            <summary>
            The number of minutes within which a response needs to have been provided for a request with the impact &quot;High - Service Degraded for Several Users&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ResponseTargetLow">
            <summary>
            The number of minutes within which a response needs to have been provided for a request with the impact &quot;Low - Service Degraded for One User&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ResponseTargetMedium">
            <summary>
            The number of minutes within which a response needs to have been provided for a request with the impact &quot;Medium - Service Down for One User&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ResponseTargetRfc">
            <summary>
            The number of minutes within which a response needs to have been provided for a request with the category &quot;RFC - Request for Change&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ResponseTargetRfi">
            <summary>
            The number of minutes within which a response needs to have been provided for a request with the category &quot;RFI - Request for Information&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ResponseTargetTop">
            <summary>
            The number of minutes within which a response needs to have been provided for a request with the impact &quot;Top - Service Down for Several Users&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ReviewFrequency">
            <summary>
            How often an active SLA that is based on the service offering will be reviewed with the representative of its customer.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ServiceHoursId">
            <summary>
            Identifier of the calendar that defines the hours during which the service is supposed to be available.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ServiceId">
            <summary>
            Identifier of the service for which the service offering is being prepared.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.StandardServiceRequestsToDelete">
            <summary>
            Identifiers of standard service requests to remove from the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.Status">
            <summary>
            The current status of the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.Summary">
            <summary>
            A high-level description of the differentiators between this service offering and other service offerings that have already been, or could be, prepared for the same service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.SupportHoursCaseId">
            <summary>
            Identifier of the calendar that defines the support hours for a request with the category &quot;Case&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.SupportHoursHighId">
            <summary>
            Identifier of the calendar that defines the support hours for a request with the impact &quot;High - Service Degraded for Several Users&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.SupportHoursLowId">
            <summary>
            Identifier of the calendar that defines the support hours for a request with the impact &quot;Low - Service Degraded for One User&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.SupportHoursMediumId">
            <summary>
            Identifier of the calendar that defines the support hours for a request with the impact &quot;Medium - Service Down for One User&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.SupportHoursRfcId">
            <summary>
            Identifier of the calendar that defines the support hours for a request with the category &quot;RFC - Request for Change&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.SupportHoursRfiId">
            <summary>
            Identifier of the calendar that defines the support hours for a request with the category &quot;RFI - Request for Information&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.SupportHoursTopId">
            <summary>
            Identifier of the calendar that defines the support hours for a request with the impact &quot;Top - Service Down for Several Users&quot; when it affects an active SLA that is based on the service offering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.Termination">
            <summary>
            Used to describe the length of notice required for changing or terminating the service level agreement.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.TimeZone">
            <summary>
            The time zone that applies to the selected service hours.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.Properties">
            <summary>
            An array of Service offering properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetServiceOfferingCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeServiceQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Service query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.Name">
            <summary>
            The name of the service. The service name may be followed by the name of its core application placed between brackets.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.ProviderId">
            <summary>
            Identifier of the organization who provides the service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.AvailabilityManagerId">
            <summary>
            Identifier of the person who is responsible for ensuring that the availability targets specified in the active SLAs for the service are met.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.CapacityManagerId">
            <summary>
            Identifier of the person who is responsible for ensuring that the service is not affected by incidents that are caused by capacity shortages.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.ChangeManagerId">
            <summary>
            Identifier of the person who is responsible for coordinating the changes of the service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.ContinuityManagerId">
            <summary>
            Identifier of the person who is responsible for creating and maintaining the continuity plans for the service&apos;s instances that have an active SLA with a continuity target.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.Description">
            <summary>
            A high-level description of the service&apos;s core functionality.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.Disabled">
            <summary>
            Whether the service may no longer be related to other records.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.FirstLineTeamId">
            <summary>
            Identifier of the team that will, by default, be selected in the First line team field of a new service instance when it is being registered for the service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.Keywords">
            <summary>
            A comma-separated list of words that can be used to find the service via search.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.KnowledgeManagerId">
            <summary>
            Identifier of the person who is responsible for the quality of the knowledge articles for the service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.ProblemManagerId">
            <summary>
            Identifier of the person who is responsible for coordinating the problems that directly affect the service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.ReleaseManagerId">
            <summary>
            Identifier of the person who is responsible for coordinating the releases of the service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.ServiceOwnerId">
            <summary>
            Identifier of the person who is responsible for ensuring that the service level targets specified in the SLAs for the service are met.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.SupportTeamId">
            <summary>
            Identifier of the team that will, by default, be selected in the Support team field of a service instance when one is registered for the service. Similarly, this team will be selected in the Team field of a problem when the service is related to it.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.SurveyId">
            <summary>
            Identifier of the survey used to measure customer rating of this service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.Properties">
            <summary>
            An array of service properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Service query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the service query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.Properties">
            <summary>
            An array of a service properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.AvailabilityManager">
            <summary>
            Specify the Availability manager to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.CapacityManager">
            <summary>
            Specify the Capacity manager to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.ChangeManager">
            <summary>
            Specify the Change manager to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.ContinuityManager">
            <summary>
            Specify the Continuity manager to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.CustomFields">
            <summary>
            Specify the Custom fields to be returned using a custom field query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.CustomFieldsAttachments">
            <summary>
            Specify the Custom fields attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.DescriptionAttachments">
            <summary>
            Specify the Description attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.FirstLineTeam">
            <summary>
            Specify the First line team to be returned using a team query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.KnowledgeManager">
            <summary>
            Specify the Knowledge manager to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.ProblemManager">
            <summary>
            Specify the Problem manager to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.ReleaseManager">
            <summary>
            Specify the Release manager to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.ServiceInstances">
            <summary>
            Specify the Service instances to be returned using a service instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.ServiceLevelAgreements">
            <summary>
            Specify the Service level agreements to be returned using a service level agreement query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.ServiceOfferings">
            <summary>
            Specify the Service offerings to be returned using a service offering query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.ServiceOwner">
            <summary>
            Specify the Service owner to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.ServiceProvider">
            <summary>
            Specify the Service provider to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.SupportTeam">
            <summary>
            Specify the Support team to be returned using a team query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.Survey">
            <summary>
            Specify the Survey to be returned using a survey query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.Translations">
            <summary>
            Specify the Translations to be returned using a translation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.UiExtension">
            <summary>
            Specify the UI extension to be returned using an user interface extension query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a service query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.CustomFilters">
            <summary>
            A custom filter to apply to the a service query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new service query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewServiceQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.AvailabilityManagerId">
            <summary>
            Identifier of the person who is responsible for ensuring that the availability targets specified in the active SLAs for the service are met.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.CapacityManagerId">
            <summary>
            Identifier of the person who is responsible for ensuring that the service is not affected by incidents that are caused by capacity shortages.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.ChangeManagerId">
            <summary>
            Identifier of the person who is responsible for coordinating the changes of the service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.ContinuityManagerId">
            <summary>
            Identifier of the person who is responsible for creating and maintaining the continuity plans for the service&apos;s instances that have an active SLA with a continuity target.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.Description">
            <summary>
            A high-level description of the service&apos;s core functionality.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.Disabled">
            <summary>
            Whether the service may no longer be related to other records.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.FirstLineTeamId">
            <summary>
            Identifier of the team that will, by default, be selected in the First line team field of a new service instance when it is being registered for the service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.Keywords">
            <summary>
            A comma-separated list of words that can be used to find the service via search.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.KnowledgeManagerId">
            <summary>
            Identifier of the person who is responsible for the quality of the knowledge articles for the service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.Name">
            <summary>
            The name of the service. The service name may be followed by the name of its core application placed between brackets.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.ProblemManagerId">
            <summary>
            Identifier of the person who is responsible for coordinating the problems that directly affect the service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.ProviderId">
            <summary>
            Identifier of the organization who provides the service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.ReleaseManagerId">
            <summary>
            Identifier of the person who is responsible for coordinating the releases of the service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.ServiceOwnerId">
            <summary>
            Identifier of the person who is responsible for ensuring that the service level targets specified in the SLAs for the service are met.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.SupportTeamId">
            <summary>
            Identifier of the team that will, by default, be selected in the Support team field of a service instance when one is registered for the service. Similarly, this team will be selected in the Team field of a problem when the service is related to it.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.SurveyId">
            <summary>
            Identifier of the survey used to measure customer rating of this service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.Properties">
            <summary>
            An array of Service properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetServiceCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeShopArticleCategoryQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Shop article category query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new shop article category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryCommand.Name">
            <summary>
            The display name of the shop article category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryCommand.FullDescription">
            <summary>
            The full description of the shop article category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryCommand.FullDescriptionAttachments">
            <summary>
            The attachments used in the fullDescription field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryCommand.ParentId">
            <summary>
            Identifier of the category&apos;s parent category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryCommand.ShortDescription">
            <summary>
            The shop description of the shop article category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryCommand.Properties">
            <summary>
            An array of shop article category properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Shop article category query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the shop article category query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryQueryCommand.Properties">
            <summary>
            An array of a shop article category properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryQueryCommand.FullDescriptionAttachments">
            <summary>
            Specify the Full description attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryQueryCommand.Parent">
            <summary>
            Specify the Parent to be returned using a shop article category query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryQueryCommand.Translations">
            <summary>
            Specify the Translations to be returned using a translation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a shop article category query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new shop article category query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCategoryQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCategoryCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a shop article category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCategoryCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCategoryCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCategoryCommand.FullDescription">
            <summary>
            The full description of the shop article category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCategoryCommand.FullDescriptionAttachments">
            <summary>
            The attachments used in the fullDescription field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCategoryCommand.Name">
            <summary>
            The display name of the shop article category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCategoryCommand.ParentId">
            <summary>
            Identifier of the category&apos;s parent category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCategoryCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCategoryCommand.ShortDescription">
            <summary>
            The shop description of the shop article category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCategoryCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCategoryCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCategoryCommand.Properties">
            <summary>
            An array of Shop article category properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCategoryCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCategoryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCategoryCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCategoryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeShopArticleQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Shop article query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new shop article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.Name">
            <summary>
            The display name of the shop article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.CalendarId">
            <summary>
            Calendar that represents the work hours related to the fulfillment/delivery.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.DeliveryDuration">
            <summary>
            The number of minutes it usually takes to deliver the shop article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.Disabled">
            <summary>
            Whether the shop article is visible in the shop.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.EndAt">
            <summary>
            After this moment the shop article is no longer available in the shop.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.FulfillmentTemplateId">
            <summary>
            The request template used to order one of more units of this shop article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.FullDescription">
            <summary>
            The full description of the shop article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.MaxQuantity">
            <summary>
            The largest number of units that may be bought at once.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.Price">
            <summary>
            The price of a single unit.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.PriceCurrency">
            <summary>
            The currency of the price of this shop article.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.ProductId">
            <summary>
            Related product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.RecurringPeriod">
            <summary>
            The frequency in which the recurring price is due.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.RecurringPrice">
            <summary>
            The recurring price of a single unit.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.RecurringPriceCurrency">
            <summary>
            The currency of the recurring price of this shop article.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.Reference">
            <summary>
            This reference can be used to link the shop article to a shop order line using the Xurrent APIs or the Xurrent Import functionality.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.RequiresShipping">
            <summary>
            Whether or not this is a physical article that requires shipping.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.ShortDescription">
            <summary>
            The shop description of the shop article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.StartAt">
            <summary>
            The moment the shop article becomes available in the shop.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.TimeZone">
            <summary>
            The Time zone related to the calendar.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.Properties">
            <summary>
            An array of shop article properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Shop article query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the shop article query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryCommand.Properties">
            <summary>
            An array of a shop article properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryCommand.Calendar">
            <summary>
            Specify the Calendar to be returned using a calendar query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryCommand.Category">
            <summary>
            Specify the Category to be returned using a shop article category query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryCommand.FulfillmentTemplate">
            <summary>
            Specify the Fulfillment template to be returned using a request template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryCommand.Product">
            <summary>
            Specify the Product to be returned using a product query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryCommand.ProviderShopArticle">
            <summary>
            Specify the Provider shop article to be returned using a provider shop article query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryCommand.Translations">
            <summary>
            Specify the Translations to be returned using a translation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryCommand.UiExtension">
            <summary>
            Specify the UI extension to be returned using an user interface extension query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a shop article query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new shop article query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopArticleQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a shop article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.CalendarId">
            <summary>
            Calendar that represents the work hours related to the fulfillment/delivery.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.DeliveryDuration">
            <summary>
            The number of minutes it usually takes to deliver the shop article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.Disabled">
            <summary>
            Whether the shop article is visible in the shop.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.EndAt">
            <summary>
            After this moment the shop article is no longer available in the shop.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.FulfillmentTemplateId">
            <summary>
            The request template used to order one of more units of this shop article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.FullDescription">
            <summary>
            The full description of the shop article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.MaxQuantity">
            <summary>
            The largest number of units that may be bought at once.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.Name">
            <summary>
            The display name of the shop article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.Price">
            <summary>
            The price of a single unit.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.PriceCurrency">
            <summary>
            The currency of the price of this shop article.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.ProductId">
            <summary>
            Related product.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.RecurringPeriod">
            <summary>
            The frequency in which the recurring price is due.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.RecurringPrice">
            <summary>
            The recurring price of a single unit.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.RecurringPriceCurrency">
            <summary>
            The currency of the recurring price of this shop article.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.Reference">
            <summary>
            This reference can be used to link the shop article to a shop order line using the Xurrent APIs or the Xurrent Import functionality.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.RequiresShipping">
            <summary>
            Whether or not this is a physical article that requires shipping.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.ShortDescription">
            <summary>
            The shop description of the shop article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.StartAt">
            <summary>
            The moment the shop article becomes available in the shop.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.TimeZone">
            <summary>
            The Time zone related to the calendar.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.Properties">
            <summary>
            An array of Shop article properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetShopArticleCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeShopOrderLineQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Shop order line query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new shop order line.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineCommand.Quantity">
            <summary>
            The number units ordered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineCommand.RequestedForId">
            <summary>
            The person for whom the shop order line was submitted.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineCommand.ShopArticleId">
            <summary>
            The shop article that is ordered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineCommand.NewAddresses">
            <summary>
            New or updated addresses of the shop order line.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineCommand.Properties">
            <summary>
            An array of shop order line properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Shop order line query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the shop order line query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryCommand.Properties">
            <summary>
            An array of a shop order line properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryCommand.Addresses">
            <summary>
            Specify the Addresses to be returned using an address query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryCommand.CustomFields">
            <summary>
            Specify the Custom fields to be returned using a custom field query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryCommand.CustomFieldsAttachments">
            <summary>
            Specify the Custom fields attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryCommand.FulfillmentRequest">
            <summary>
            Specify the Fulfillment request to be returned using a request query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryCommand.FulfillmentTask">
            <summary>
            Specify the Fulfillment task to be returned using a task query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryCommand.FulfillmentTemplate">
            <summary>
            Specify the Fulfillment template to be returned using a request template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryCommand.Order">
            <summary>
            Specify the Order to be returned using a request query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryCommand.ProviderOrderLine">
            <summary>
            Specify the Provider order line to be returned using a provider shop order line query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryCommand.RequestedBy">
            <summary>
            Specify the Requested by to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryCommand.RequestedFor">
            <summary>
            Specify the Requested for to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryCommand.ShopArticle">
            <summary>
            Specify the Shop article to be returned using a shop article query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a shop order line query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new shop order line query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShopOrderLineQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetShopOrderLineCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a shop order line.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopOrderLineCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopOrderLineCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopOrderLineCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopOrderLineCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopOrderLineCommand.NewAddresses">
            <summary>
            New or updated addresses of the shop order line.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopOrderLineCommand.Quantity">
            <summary>
            The number units ordered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopOrderLineCommand.RequestedForId">
            <summary>
            The person for whom the shop order line was submitted.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopOrderLineCommand.ShopArticleId">
            <summary>
            The shop article that is ordered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopOrderLineCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopOrderLineCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopOrderLineCommand.Properties">
            <summary>
            An array of Shop order line properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShopOrderLineCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetShopOrderLineCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetShopOrderLineCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetShopOrderLineCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeShortUrlQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Short URL query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new short uniform resource locator.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlCommand.CiId">
            <summary>
            Identifier of the CI for which a request is to be registered in Xurrent Self Service when the short URL is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlCommand.DashboardId">
            <summary>
            Identifier of the dashboard which is to be opened when the short URL is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlCommand.Email">
            <summary>
            Values for email that is to be generated when the short URL is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlCommand.Geo">
            <summary>
            Coordinates of the location for which a map should be opened when the short URL is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlCommand.KnowledgeArticleId">
            <summary>
            Identifier of the knowledge article which instructions need to be displayed when the short URL is used in Xurrent Self Service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlCommand.MapAddress">
            <summary>
            The address (or only the city or country) for which a map should be opened when the short URL is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlCommand.PlainText">
            <summary>
            The Plain text field is used to enter the text that should be displayed when the short URL is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlCommand.RequestTemplateId">
            <summary>
            The identifier of the request template that is to be applied to each new request that is opened when in Xurrent Self Service when the short URL is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlCommand.SkypeName">
            <summary>
            The Skype name that is to be called when the short URL is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlCommand.Sms">
            <summary>
            Values for the SMS message that is to be generated when the short URL is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlCommand.Tel">
            <summary>
            The telephone number that is to be called when the short URL is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlCommand.Tweet">
            <summary>
            The Twitter tweet that is to be generated when the short URL is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlCommand.TwitterName">
            <summary>
            The name of the Twitter user whose Twitter feed is to be opened when the short URL is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlCommand.Uri">
            <summary>
            The uniform resource identifier (URI) to which the short URL is forwarded.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlCommand.WebsiteUrl">
            <summary>
            The uniform resource locator of a website to which the short URL is to forward when it is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlCommand.Properties">
            <summary>
            An array of short uniform resource locator properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Short URL query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the short URL query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlQueryCommand.Properties">
            <summary>
            An array of a short uniform resource locator properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a short uniform resource locator query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new short uniform resource locator query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewShortUrlQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetShortUrlCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a short uniform resource locator.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShortUrlCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShortUrlCommand.CiId">
            <summary>
            Identifier of the CI for which a request is to be registered in Xurrent Self Service when the short URL is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShortUrlCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShortUrlCommand.DashboardId">
            <summary>
            Identifier of the dashboard which is to be opened when the short URL is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShortUrlCommand.Email">
            <summary>
            Values for email that is to be generated when the short URL is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShortUrlCommand.Geo">
            <summary>
            Coordinates of the location for which a map should be opened when the short URL is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShortUrlCommand.KnowledgeArticleId">
            <summary>
            Identifier of the knowledge article which instructions need to be displayed when the short URL is used in Xurrent Self Service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShortUrlCommand.MapAddress">
            <summary>
            The address (or only the city or country) for which a map should be opened when the short URL is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShortUrlCommand.PlainText">
            <summary>
            The Plain text field is used to enter the text that should be displayed when the short URL is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShortUrlCommand.RequestTemplateId">
            <summary>
            The identifier of the request template that is to be applied to each new request that is opened when in Xurrent Self Service when the short URL is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShortUrlCommand.SkypeName">
            <summary>
            The Skype name that is to be called when the short URL is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShortUrlCommand.Sms">
            <summary>
            Values for the SMS message that is to be generated when the short URL is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShortUrlCommand.Tel">
            <summary>
            The telephone number that is to be called when the short URL is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShortUrlCommand.Tweet">
            <summary>
            The Twitter tweet that is to be generated when the short URL is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShortUrlCommand.TwitterName">
            <summary>
            The name of the Twitter user whose Twitter feed is to be opened when the short URL is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShortUrlCommand.Uri">
            <summary>
            The uniform resource identifier (URI) to which the short URL is forwarded.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShortUrlCommand.WebsiteUrl">
            <summary>
            The uniform resource locator of a website to which the short URL is to forward when it is used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShortUrlCommand.Properties">
            <summary>
            An array of Short URL properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetShortUrlCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetShortUrlCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetShortUrlCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetShortUrlCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeSiteQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Site query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSiteCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteCommand.Name">
            <summary>
            The name of the site or facility.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteCommand.Disabled">
            <summary>
            Default: false - Whether the site may no longer be related to other records.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteCommand.NewAddresses">
            <summary>
            New or updated addresses of the site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteCommand.Remarks">
            <summary>
            Any additional information about the site that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteCommand.RemarksAttachments">
            <summary>
            The attachments used in the remarks field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteCommand.TimeZone">
            <summary>
            The time zone in which the site is located.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteCommand.Properties">
            <summary>
            An array of site properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSiteCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSiteCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSiteCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Site query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the site query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryCommand.Properties">
            <summary>
            An array of a site properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryCommand.Addresses">
            <summary>
            Specify the Addresses to be returned using an address query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryCommand.CustomFields">
            <summary>
            Specify the Custom fields to be returned using a custom field query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryCommand.CustomFieldsAttachments">
            <summary>
            Specify the Custom fields attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryCommand.People">
            <summary>
            Specify the People to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryCommand.RemarksAttachments">
            <summary>
            Specify the Remarks attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryCommand.UiExtension">
            <summary>
            Specify the UI extension to be returned using an user interface extension query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a site query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryCommand.CustomFilters">
            <summary>
            A custom filter to apply to the a site query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new site query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSiteQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetSiteCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSiteCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSiteCommand.AddressesToDelete">
            <summary>
            Identifiers of addresses to remove from the site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSiteCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSiteCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSiteCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSiteCommand.Disabled">
            <summary>
            Default: false - Whether the site may no longer be related to other records.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSiteCommand.Name">
            <summary>
            The name of the site or facility.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSiteCommand.NewAddresses">
            <summary>
            New or updated addresses of the site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSiteCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSiteCommand.Remarks">
            <summary>
            Any additional information about the site that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSiteCommand.RemarksAttachments">
            <summary>
            The attachments used in the remarks field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSiteCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSiteCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSiteCommand.TimeZone">
            <summary>
            The time zone in which the site is located.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSiteCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSiteCommand.Properties">
            <summary>
            An array of Site properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSiteCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetSiteCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetSiteCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetSiteCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeSkillPoolQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Skill pool query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new skill pool.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolCommand.Name">
            <summary>
            The name of the skill pool.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolCommand.CostPerHour">
            <summary>
            The skill pool&apos;s estimated total cost per work hour for the service provider organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolCommand.CostPerHourCurrency">
            <summary>
            The currency of the cost per hour value attributed to this skill pool.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolCommand.Disabled">
            <summary>
            Whether the skill pool may no longer be related to other records.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolCommand.EffortClassIds">
            <summary>
            Effort classes that are linked to the skill pool.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolCommand.ManagerId">
            <summary>
            The manager or supervisor of the skill pool. This person is able to maintain the information about the skill pool. The manager of a skill pool does not need to be a member of the skill pool.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolCommand.MemberIds">
            <summary>
            People that are linked as member to the skill pool.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolCommand.Remarks">
            <summary>
            Any additional information about the skill pool that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolCommand.RemarksAttachments">
            <summary>
            The attachments used in the remarks field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolCommand.Properties">
            <summary>
            An array of skill pool properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Skill pool query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the skill pool query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryCommand.Properties">
            <summary>
            An array of a skill pool properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryCommand.EffortClasses">
            <summary>
            Specify the Effort classes to be returned using an effort class query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryCommand.Manager">
            <summary>
            Specify the Manager to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryCommand.Members">
            <summary>
            Specify the Members to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryCommand.RemarksAttachments">
            <summary>
            Specify the Remarks attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a skill pool query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new skill pool query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSkillPoolQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetSkillPoolCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a skill pool.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSkillPoolCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSkillPoolCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSkillPoolCommand.CostPerHour">
            <summary>
            The skill pool&apos;s estimated total cost per work hour for the service provider organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSkillPoolCommand.CostPerHourCurrency">
            <summary>
            The currency of the cost per hour value attributed to this skill pool.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSkillPoolCommand.Disabled">
            <summary>
            Whether the skill pool may no longer be related to other records.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSkillPoolCommand.EffortClassIds">
            <summary>
            Effort classes that are linked to the skill pool.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSkillPoolCommand.ManagerId">
            <summary>
            The manager or supervisor of the skill pool. This person is able to maintain the information about the skill pool. The manager of a skill pool does not need to be a member of the skill pool.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSkillPoolCommand.MemberIds">
            <summary>
            People that are linked as member to the skill pool.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSkillPoolCommand.Name">
            <summary>
            The name of the skill pool.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSkillPoolCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSkillPoolCommand.Remarks">
            <summary>
            Any additional information about the skill pool that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSkillPoolCommand.RemarksAttachments">
            <summary>
            The attachments used in the remarks field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSkillPoolCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSkillPoolCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSkillPoolCommand.Properties">
            <summary>
            An array of Skill pool properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSkillPoolCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetSkillPoolCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetSkillPoolCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetSkillPoolCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSlaCoverageGroupCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new service level agreement coverage group.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaCoverageGroupCommand.Name">
            <summary>
            The name of the SLA coverage group.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaCoverageGroupCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaCoverageGroupCommand.Description">
            <summary>
            Any additional information about the SLA coverage group.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaCoverageGroupCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaCoverageGroupCommand.Disabled">
            <summary>
            Whether the SLA coverage group may no longer be related to other records.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaCoverageGroupCommand.SearchPhrase">
            <summary>
            The phrase used to filter the people.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaCoverageGroupCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaCoverageGroupCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaCoverageGroupCommand.Properties">
            <summary>
            An array of service level agreement coverage group properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaCoverageGroupCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSlaCoverageGroupCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSlaCoverageGroupCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSlaCoverageGroupCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSlaCoverageGroupQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new SLA coverage group query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaCoverageGroupQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaCoverageGroupQueryCommand.Properties">
            <summary>
            An array of a service level agreement coverage group properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaCoverageGroupQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaCoverageGroupQueryCommand.DescriptionAttachments">
            <summary>
            Specify the Description attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaCoverageGroupQueryCommand.People">
            <summary>
            Specify the People to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaCoverageGroupQueryCommand.Slas">
            <summary>
            Specify the SLAs to be returned using a service level agreement query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSlaCoverageGroupQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSlaCoverageGroupQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSlaCoverageGroupQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetSlaCoverageGroupCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a service level agreement coverage group.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSlaCoverageGroupCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSlaCoverageGroupCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSlaCoverageGroupCommand.Description">
            <summary>
            Any additional information about the SLA coverage group.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSlaCoverageGroupCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSlaCoverageGroupCommand.Disabled">
            <summary>
            Whether the SLA coverage group may no longer be related to other records.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSlaCoverageGroupCommand.Name">
            <summary>
            The name of the SLA coverage group.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSlaCoverageGroupCommand.SearchPhrase">
            <summary>
            The phrase used to filter the people.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSlaCoverageGroupCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSlaCoverageGroupCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSlaCoverageGroupCommand.Properties">
            <summary>
            An array of SLA coverage group properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSlaCoverageGroupCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetSlaCoverageGroupCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetSlaCoverageGroupCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetSlaCoverageGroupCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationRuleQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new SLA notification rule query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationRuleQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationRuleQueryCommand.Properties">
            <summary>
            An array of a service level agreement notification rule properties to include in the results.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationRuleQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationRuleQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationRuleQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeSlaNotificationSchemeQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a SLA notification scheme query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new service level agreement notification scheme.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeCommand.Name">
            <summary>
            The name of the SLA notification scheme.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeCommand.Disabled">
            <summary>
            Whether the SLA notification scheme may no longer be related to other records.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeCommand.NewSlaNotificationRules">
            <summary>
            Rules of this SLA notification scheme.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeCommand.Properties">
            <summary>
            An array of service level agreement notification scheme properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new SLA notification scheme query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the SLA notification scheme query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeQueryCommand.Properties">
            <summary>
            An array of a service level agreement notification scheme properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeQueryCommand.SlaNotificationRules">
            <summary>
            Specify the SLA notification rules to be returned using a service level agreement notification rule query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a service level agreement notification scheme query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new service level agreement notification scheme query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSlaNotificationSchemeQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetSlaNotificationSchemeCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a service level agreement notification scheme.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSlaNotificationSchemeCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSlaNotificationSchemeCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSlaNotificationSchemeCommand.Disabled">
            <summary>
            Whether the SLA notification scheme may no longer be related to other records.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSlaNotificationSchemeCommand.Name">
            <summary>
            The name of the SLA notification scheme.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSlaNotificationSchemeCommand.NewSlaNotificationRules">
            <summary>
            Rules of this SLA notification scheme.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSlaNotificationSchemeCommand.SlaNotificationRulesToDelete">
            <summary>
            Identifiers of rules to remove from the scheme.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSlaNotificationSchemeCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSlaNotificationSchemeCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSlaNotificationSchemeCommand.Properties">
            <summary>
            An array of SLA notification scheme properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSlaNotificationSchemeCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetSlaNotificationSchemeCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetSlaNotificationSchemeCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetSlaNotificationSchemeCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSnapshotQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Snapshot query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSnapshotQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSnapshotQueryCommand.Properties">
            <summary>
            An array of a snapshot properties to include in the results.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSnapshotQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSnapshotQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSnapshotQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSprintBacklogItemQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Sprint backlog item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintBacklogItemQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintBacklogItemQueryCommand.Properties">
            <summary>
            An array of a sprint backlog item properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintBacklogItemQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintBacklogItemQueryCommand.RecordProblem">
            <summary>
            Specify the Record Problem details to be returned using a problem query. This applies if the item is a problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintBacklogItemQueryCommand.RecordProjectTask">
            <summary>
            Specify the Record Project task details to be returned using a project task query. This applies if the item is a project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintBacklogItemQueryCommand.RecordRequest">
            <summary>
            Specify the Record Request details to be returned using a request query. This applies if the item is a request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintBacklogItemQueryCommand.RecordTask">
            <summary>
            Specify the Record Task details to be returned using a task query. This applies if the item is a task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintBacklogItemQueryCommand.Sprint">
            <summary>
            Specify the Sprint to be returned using a sprint query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSprintBacklogItemQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSprintBacklogItemQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSprintBacklogItemQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeSprintQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Sprint query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSprintCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new sprint.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintCommand.ScrumWorkspaceId">
            <summary>
            Identifier of scrum workspace this sprint belongs to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintCommand.Description">
            <summary>
            Description of this sprint (e.g. goal of the sprint).
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintCommand.EndAt">
            <summary>
            The date and time the sprint ended, or will end.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintCommand.NewSprintBacklogItems">
            <summary>
            Sprint backlog items of this sprint.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintCommand.Number">
            <summary>
            Sequence number of this sprint.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintCommand.StartAt">
            <summary>
            The date and time the sprint started, or will start.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintCommand.Status">
            <summary>
            The current status of the sprint.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintCommand.Properties">
            <summary>
            An array of sprint properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSprintCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSprintCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSprintCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSprintQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Sprint query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the sprint query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintQueryCommand.Properties">
            <summary>
            An array of a sprint properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintQueryCommand.DescriptionAttachments">
            <summary>
            Specify the Description attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintQueryCommand.ScrumWorkspace">
            <summary>
            Specify the Scrum workspace to be returned using a scrum workspace query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintQueryCommand.SprintBacklogItems">
            <summary>
            Specify the Sprint backlog items to be returned using a sprint backlog item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a sprint query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSprintQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSprintQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSprintQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSprintQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new sprint query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSprintQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSprintQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSprintQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSprintQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetSprintCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a sprint.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSprintCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSprintCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSprintCommand.Description">
            <summary>
            Description of this sprint (e.g. goal of the sprint).
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSprintCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSprintCommand.EndAt">
            <summary>
            The date and time the sprint ended, or will end.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSprintCommand.NewSprintBacklogItems">
            <summary>
            Sprint backlog items of this sprint.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSprintCommand.Number">
            <summary>
            Sequence number of this sprint.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSprintCommand.ScrumWorkspaceId">
            <summary>
            Identifier of scrum workspace this sprint belongs to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSprintCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSprintCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSprintCommand.SprintBacklogItemsToDelete">
            <summary>
            Identifiers of sprint backlog items to remove from the sprint.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSprintCommand.StartAt">
            <summary>
            The date and time the sprint started, or will start.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSprintCommand.Status">
            <summary>
            The current status of the sprint.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSprintCommand.Properties">
            <summary>
            An array of Sprint properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSprintCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetSprintCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetSprintCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetSprintCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewStandardServiceRequestActivityIDQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Standard service request activity ID query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewStandardServiceRequestActivityIDQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewStandardServiceRequestActivityIDQueryCommand.Properties">
            <summary>
            An array of a standard service request activity identifier properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewStandardServiceRequestActivityIDQueryCommand.StandardServiceRequest">
            <summary>
            Specify the Standard service request to be returned using a standard service request query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewStandardServiceRequestActivityIDQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewStandardServiceRequestActivityIDQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewStandardServiceRequestActivityIDQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewStandardServiceRequestQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Standard service request query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewStandardServiceRequestQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewStandardServiceRequestQueryCommand.Properties">
            <summary>
            An array of a standard service request properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewStandardServiceRequestQueryCommand.RequestTemplate">
            <summary>
            Specify the Request template to be returned using a request template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewStandardServiceRequestQueryCommand.ResolutionTargetNotificationScheme">
            <summary>
            Specify the Resolution target notification scheme to be returned using a service level agreement notification scheme query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewStandardServiceRequestQueryCommand.ResponseTargetNotificationScheme">
            <summary>
            Specify the Response target notification scheme to be returned using a service level agreement notification scheme query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewStandardServiceRequestQueryCommand.ServiceOffering">
            <summary>
            Specify the Service offering to be returned using a service offering query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewStandardServiceRequestQueryCommand.SupportHours">
            <summary>
            Specify the Support hours to be returned using a calendar query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewStandardServiceRequestQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewStandardServiceRequestQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewStandardServiceRequestQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSurveyAnswerQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Survey answer query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyAnswerQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyAnswerQueryCommand.Properties">
            <summary>
            An array of a survey answer properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyAnswerQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyAnswerQueryCommand.Question">
            <summary>
            Specify the Question to be returned using a survey question query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyAnswerQueryCommand.SurveyResponse">
            <summary>
            Specify the Survey response to be returned using a survey response query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyAnswerQueryCommand.TextAttachments">
            <summary>
            Specify the Text attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSurveyAnswerQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSurveyAnswerQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSurveyAnswerQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQuestionQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Survey question query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQuestionQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQuestionQueryCommand.Properties">
            <summary>
            An array of a survey question properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQuestionQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQuestionQueryCommand.GuidanceAttachments">
            <summary>
            Specify the Guidance attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQuestionQueryCommand.Survey">
            <summary>
            Specify the Survey to be returned using a survey query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQuestionQueryCommand.Translations">
            <summary>
            Specify the Translations to be returned using a translation query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQuestionQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQuestionQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQuestionQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeSurveyResponseQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Survey response query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new survey response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseCommand.ServiceId">
            <summary>
            Identifier of the service this response is about.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseCommand.SurveyId">
            <summary>
            Identifier of the survey this response is for.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseCommand.Completed">
            <summary>
            Whether the respondent completed the survey.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseCommand.NewAnswers">
            <summary>
            Answers of this survey response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseCommand.PersonId">
            <summary>
            Identifier of the person who provided this response (i.e. the respondent).
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseCommand.Rating">
            <summary>
            Rating calculated based on the answers.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseCommand.RatingCalculation">
            <summary>
            How the individual answers were combined to calculate the rating.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseCommand.RespondedAt">
            <summary>
            Time this response was submitted.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseCommand.SlaIds">
            <summary>
            Identifiers of the SLAs this response is for. (Ignored when supplying a personId.)
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseCommand.Properties">
            <summary>
            An array of survey response properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Survey response query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the survey response query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryCommand.Properties">
            <summary>
            An array of a survey response properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryCommand.Answers">
            <summary>
            Specify the Answers to be returned using a survey answer query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryCommand.Service">
            <summary>
            Specify the Service to be returned using a service query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryCommand.Slas">
            <summary>
            Specify the SLAs to be returned using a service level agreement query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryCommand.Survey">
            <summary>
            Specify the Survey to be returned using a survey query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a survey response query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new survey response query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSurveyResponseQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetSurveyResponseCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a survey response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyResponseCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyResponseCommand.AnswersToDelete">
            <summary>
            Identifiers of answers to remove from the survey.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyResponseCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyResponseCommand.Completed">
            <summary>
            Whether the respondent completed the survey.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyResponseCommand.NewAnswers">
            <summary>
            Answers of this survey response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyResponseCommand.PersonId">
            <summary>
            Identifier of the person who provided this response (i.e. the respondent).
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyResponseCommand.Rating">
            <summary>
            Rating calculated based on the answers.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyResponseCommand.RatingCalculation">
            <summary>
            How the individual answers were combined to calculate the rating.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyResponseCommand.RespondedAt">
            <summary>
            Time this response was submitted.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyResponseCommand.ServiceId">
            <summary>
            Identifier of the service this response is about.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyResponseCommand.SlaIds">
            <summary>
            Identifiers of the SLAs this response is for. (Ignored when supplying a personId.)
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyResponseCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyResponseCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyResponseCommand.SurveyId">
            <summary>
            Identifier of the survey this response is for.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyResponseCommand.Properties">
            <summary>
            An array of Survey response properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyResponseCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetSurveyResponseCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetSurveyResponseCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetSurveyResponseCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeSurveyQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Survey query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSurveyCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new survey.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyCommand.Name">
            <summary>
            Name of the survey.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyCommand.Disabled">
            <summary>
            Whether the survey may not be used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyCommand.NewQuestions">
            <summary>
            Questions of this survey.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyCommand.Properties">
            <summary>
            An array of survey properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSurveyCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSurveyCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSurveyCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Survey query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the survey query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryCommand.Properties">
            <summary>
            An array of a survey properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryCommand.CompletionAttachments">
            <summary>
            Specify the Completion attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryCommand.IntroductionAttachments">
            <summary>
            Specify the Introduction attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryCommand.Questions">
            <summary>
            Specify the Questions to be returned using a survey question query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryCommand.Translations">
            <summary>
            Specify the Translations to be returned using a translation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a survey query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new survey query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSurveyQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetSurveyCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a survey.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyCommand.Disabled">
            <summary>
            Whether the survey may not be used.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyCommand.Name">
            <summary>
            Name of the survey.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyCommand.NewQuestions">
            <summary>
            Questions of this survey.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyCommand.QuestionsToDelete">
            <summary>
            Identifiers of questions to remove from the survey.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyCommand.Properties">
            <summary>
            An array of Survey properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetSurveyCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetSurveyCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetSurveyCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetSurveyCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeSyncSetQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Sync set query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSyncSetQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Sync set query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSyncSetQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the sync set query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSyncSetQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSyncSetQueryCommand.Properties">
            <summary>
            An array of a sync set properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSyncSetQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSyncSetQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSyncSetQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSyncSetQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSyncSetQueryCommand.DescriptionAttachments">
            <summary>
            Specify the Description attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSyncSetQueryCommand.LastSnapshot">
            <summary>
            Specify the Last snapshot to be returned using a snapshot query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSyncSetQueryCommand.SelectedRecords">
            <summary>
            Specify the Selected records to be returned using a record query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSyncSetQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a sync set query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSyncSetQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSyncSetQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSyncSetQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewSyncSetQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new sync set query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSyncSetQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSyncSetQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSyncSetQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSyncSetQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewSyncSetQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSyncSetQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSyncSetQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewSyncSetQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTagQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Tag query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTagQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTagQueryCommand.Properties">
            <summary>
            An array of a tag properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTagQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTagQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTagQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTagQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTaskApprovalQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Task approval query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskApprovalQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskApprovalQueryCommand.Properties">
            <summary>
            An array of a task approval properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskApprovalQueryCommand.Approver">
            <summary>
            Specify the Approver to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskApprovalQueryCommand.Attachment">
            <summary>
            Specify the Attachment to be returned using an attachment query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTaskApprovalQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTaskApprovalQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTaskApprovalQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateApprovalQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Task template approval query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateApprovalQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateApprovalQueryCommand.Properties">
            <summary>
            An array of a task template approval properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateApprovalQueryCommand.Approver">
            <summary>
            Specify the Approver to be returned using a person query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateApprovalQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateApprovalQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateApprovalQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeTaskTemplateQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Task template query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new task template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.Category">
            <summary>
            The category that needs to be selected in the Category field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.PlannedDuration">
            <summary>
            The number of minutes that should be entered in the Planned duration field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.Subject">
            <summary>
            A short description that needs to be copied to the Subject field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.AssignToRequester">
            <summary>
            Whether a new task that is being created based on the template is to be assigned to the person who is selected in the Requested for field of the request for which the workflow is being generated.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.AssignToRequesterBusinessUnitManager">
            <summary>
            Whether a new task that is being created based on the template is to be assigned to the person who is selected in the Manager field of the business unit to which the organization belongs that is linked to the person who is selected in the Requested for field of the request for which the workflow is being generated.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.AssignToRequesterManager">
            <summary>
            Whether the manager of the requester of the first related request is to be selected in the Approver field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.AssignToServiceOwner">
            <summary>
            Whether a new task that is being created based on the template is to be assigned to the person who is selected in the Service owner field of the service that is linked to the workflow that the new task is a part of.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.AssignToWorkflowManager">
            <summary>
            Whether a new task that is being created based on the template is to be assigned to the person who is selected in the Manager field of the workflow to which the task belongs.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.ConfigurationItemIds">
            <summary>
            Identifiers of the configuration items of the task template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.CopyNotesToWorkflow">
            <summary>
            Whether the Copy note to workflow box of tasks that were created based on the template needs to be checked by default. (The Copy notes to workflow checkbox is called &quot;Copy notes to workflow by default&quot; when the task template is in Edit mode.)
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.Disabled">
            <summary>
            Whether the task template may not be used to help register new tasks.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.EffortClassId">
            <summary>
            Identifier of the effort class that is selected by default, when someone registers time on a task created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.Impact">
            <summary>
            The impact level that needs to be selected in the Impact field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.Instructions">
            <summary>
            The information that needs to be copied to the Instructions field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.MemberId">
            <summary>
            Identifier of the person who should be selected in the Member field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.NewApprovals">
            <summary>
            Approvals of the task template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.Note">
            <summary>
            The information that needs to be copied to the Note field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.PdfDesignId">
            <summary>
            Identifier of the PDF design that needs to be copied to the PDF design field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.PlannedEffort">
            <summary>
            The number of minutes the member is expected to spend working on a task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.PlannedEffortRequester">
            <summary>
            The number of minutes the person, who is selected in the Requested for field of the first related request, is expected to spend working on a task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.PlannedEffortRequesterBusinessUnitManager">
            <summary>
            The number of minutes the business unit manager of the requester of the first related request is expected to spend working on a task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.PlannedEffortRequesterManager">
            <summary>
            The number of minutes the manager of the requester of the first related request is expected to spend working on a task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.PlannedEffortServiceOwner">
            <summary>
            The number of minutes the owner of the service of the related to the workflow is expected to spend working on a task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.PlannedEffortWorkflowManager">
            <summary>
            The number of minutes the workflow manager is expected to spend working on a task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.ProviderNotAccountable">
            <summary>
            Default: false - Whether the provider indicates not to be accountable for the affected SLAs linked to the requests that are linked to the workflow of a task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.RequestServiceInstanceId">
            <summary>
            Identifier of the service instance that should be selected in the Request service instance field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.RequestTemplateId">
            <summary>
            Identifier of the request template that should be selected in the Request template field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.RequiredApprovals">
            <summary>
            The number that needs to be specified in the Required approvals field of a new approval task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.ServiceInstanceIds">
            <summary>
            Identifiers of the service instances of the task template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.SupplierId">
            <summary>
            Identifier of the supplier organization that should be selected in the Supplier field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.TeamId">
            <summary>
            Identifier of the team that should be selected in the Team field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.Urgent">
            <summary>
            Whether a new task that is created based on the template is to be marked as urgent.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.WorkHoursAre24x7">
            <summary>
            Whether the completion target of tasks created based on the template are calculated using a 24x7 calendar rather than normal business hours.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.Properties">
            <summary>
            An array of task template properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Task template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the task template query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.Properties">
            <summary>
            An array of a task template properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.Approvals">
            <summary>
            Specify the Approvals to be returned using a task template approval query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.AutomationRules">
            <summary>
            Specify the Automation rules to be returned using an automation rule query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.ConfigurationItems">
            <summary>
            Specify the Configuration items to be returned using a configuration item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.EffortClass">
            <summary>
            Specify the Effort class to be returned using an effort class query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.InstructionsAttachments">
            <summary>
            Specify the Instructions attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.Member">
            <summary>
            Specify the Member to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.NoteAttachments">
            <summary>
            Specify the Note attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.PdfDesign">
            <summary>
            Specify the Pdf design to be returned using a pdf design query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.RequestServiceInstance">
            <summary>
            Specify the Request service instance to be returned using a service instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.RequestTemplate">
            <summary>
            Specify the Request template to be returned using a request template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.ServiceInstances">
            <summary>
            Specify the Service instances to be returned using a service instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.SkillPool">
            <summary>
            Specify the Skill pool to be returned using a skill pool query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.Supplier">
            <summary>
            Specify the Supplier to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.Tasks">
            <summary>
            Specify the Tasks to be returned using a task query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.Team">
            <summary>
            Specify the Team to be returned using a team query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.UiExtension">
            <summary>
            Specify the UI extension to be returned using an user interface extension query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.WorkflowTemplates">
            <summary>
            Specify the Workflow templates to be returned using a workflow template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a task template query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new task template query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTaskTemplateQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a task template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.ApprovalsToDelete">
            <summary>
            Identifiers of approvals to delete.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.AssignToRequester">
            <summary>
            Whether a new task that is being created based on the template is to be assigned to the person who is selected in the Requested for field of the request for which the workflow is being generated.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.AssignToRequesterBusinessUnitManager">
            <summary>
            Whether a new task that is being created based on the template is to be assigned to the person who is selected in the Manager field of the business unit to which the organization belongs that is linked to the person who is selected in the Requested for field of the request for which the workflow is being generated.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.AssignToRequesterManager">
            <summary>
            Whether the manager of the requester of the first related request is to be selected in the Approver field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.AssignToServiceOwner">
            <summary>
            Whether a new task that is being created based on the template is to be assigned to the person who is selected in the Service owner field of the service that is linked to the workflow that the new task is a part of.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.AssignToWorkflowManager">
            <summary>
            Whether a new task that is being created based on the template is to be assigned to the person who is selected in the Manager field of the workflow to which the task belongs.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.Category">
            <summary>
            The category that needs to be selected in the Category field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.ConfigurationItemIds">
            <summary>
            Identifiers of the configuration items of the task template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.CopyNotesToWorkflow">
            <summary>
            Whether the Copy note to workflow box of tasks that were created based on the template needs to be checked by default. (The Copy notes to workflow checkbox is called &quot;Copy notes to workflow by default&quot; when the task template is in Edit mode.)
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.Disabled">
            <summary>
            Whether the task template may not be used to help register new tasks.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.EffortClassId">
            <summary>
            Identifier of the effort class that is selected by default, when someone registers time on a task created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.Impact">
            <summary>
            The impact level that needs to be selected in the Impact field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.Instructions">
            <summary>
            The information that needs to be copied to the Instructions field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.MemberId">
            <summary>
            Identifier of the person who should be selected in the Member field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.NewApprovals">
            <summary>
            Approvals of the task template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.Note">
            <summary>
            The information that needs to be copied to the Note field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.PdfDesignId">
            <summary>
            Identifier of the PDF design that needs to be copied to the PDF design field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.PlannedDuration">
            <summary>
            The number of minutes that should be entered in the Planned duration field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.PlannedEffort">
            <summary>
            The number of minutes the member is expected to spend working on a task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.PlannedEffortRequester">
            <summary>
            The number of minutes the person, who is selected in the Requested for field of the first related request, is expected to spend working on a task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.PlannedEffortRequesterBusinessUnitManager">
            <summary>
            The number of minutes the business unit manager of the requester of the first related request is expected to spend working on a task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.PlannedEffortRequesterManager">
            <summary>
            The number of minutes the manager of the requester of the first related request is expected to spend working on a task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.PlannedEffortServiceOwner">
            <summary>
            The number of minutes the owner of the service of the related to the workflow is expected to spend working on a task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.PlannedEffortWorkflowManager">
            <summary>
            The number of minutes the workflow manager is expected to spend working on a task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.ProviderNotAccountable">
            <summary>
            Default: false - Whether the provider indicates not to be accountable for the affected SLAs linked to the requests that are linked to the workflow of a task that was created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.RequestServiceInstanceId">
            <summary>
            Identifier of the service instance that should be selected in the Request service instance field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.RequestTemplateId">
            <summary>
            Identifier of the request template that should be selected in the Request template field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.RequiredApprovals">
            <summary>
            The number that needs to be specified in the Required approvals field of a new approval task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.ServiceInstanceIds">
            <summary>
            Identifiers of the service instances of the task template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.Subject">
            <summary>
            A short description that needs to be copied to the Subject field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.SupplierId">
            <summary>
            Identifier of the supplier organization that should be selected in the Supplier field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.TeamId">
            <summary>
            Identifier of the team that should be selected in the Team field of a new task when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.Urgent">
            <summary>
            Whether a new task that is created based on the template is to be marked as urgent.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.WorkHoursAre24x7">
            <summary>
            Whether the completion target of tasks created based on the template are calculated using a 24x7 calendar rather than normal business hours.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.Properties">
            <summary>
            An array of Task template properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetTaskTemplateCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeTaskQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Task query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.WorkflowId">
            <summary>
            Identifier of the workflow to which the task belongs.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.AgileBoardColumnId">
            <summary>
            ID of the column this item is placed in.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.AgileBoardColumnPosition">
            <summary>
            The (one based) position of this item in its column.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.AgileBoardId">
            <summary>
            ID of the board this item is placed on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.AssignedAt">
            <summary>
            Automatically set to the current date and time when the task is assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.Category">
            <summary>
            The category of the task. Risk &amp; impact tasks are used to help plan workflows. Approval tasks are used to collect approvals for workflows. These can be used at various stages in the life of the workflow. Implementation tasks are added to workflows for development, installation, configuration, test, transfer and administrative work that needs to be completed for the implementation of the workflow.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.ConfigurationItemIds">
            <summary>
            Identifiers of the configuration items of the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.FinishedAt">
            <summary>
            Automatically set to the date and time at which the task is saved with the status &quot;Failed&quot;, &quot;Rejected&quot;, &quot;Completed&quot;, &quot;Approved&quot; or &quot;Canceled&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.Impact">
            <summary>
            The extent to which the service instances related to the task will be impacted by the completion of the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.Instructions">
            <summary>
            Used to provide instructions for the person to whom the task will be assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.InstructionsAttachments">
            <summary>
            The attachments used in the instructions field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.MemberId">
            <summary>
            Identifier of the person to whom the task is to be assigned. This field&apos;s value is null in case of an approval task with multiple approvers.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.NewApprovals">
            <summary>
            Approvals of the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.Note">
            <summary>
            Used to provide information for the person to whom the task is assigned. It is also used to provide a summary of the actions that have been taken to date and the results of these actions.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.NoteAttachments">
            <summary>
            The attachments used in the note field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.PdfDesignId">
            <summary>
            Identifier of the PDF design associated with the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.PhaseId">
            <summary>
            Identifier of the phase of the workflow to which the task belongs.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.PlannedDuration">
            <summary>
            The number of minutes it is expected to take for the task to be completed following its assignment, or following its fixed start date and time if the Start no earlier than field is filled out.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.PlannedEffort">
            <summary>
            The number of minutes the member is expected to spend working on the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.PredecessorIds">
            <summary>
            Identifiers of predecessors of the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.RequestServiceInstanceId">
            <summary>
            The identifier of the service instance that should be used to create the request for this task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.RequestTemplateId">
            <summary>
            The identifier of the request template that should be used to create the request for this task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.RequiredApprovals">
            <summary>
            The number of approvers who need to have provided their approval before the status of the task gets updated to &quot;Approved&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.ServiceInstanceIds">
            <summary>
            Identifiers of service instances of the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.StartAt">
            <summary>
            Only used when work on the task may not start before a specific date and time.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.Status">
            <summary>
            The Status field is used to select the current status of the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.Subject">
            <summary>
            A short description of the objective of the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.SuccessorIds">
            <summary>
            Identifiers of successors of the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.SupplierId">
            <summary>
            Identifier of the supplier organization that has been asked to assist with the completion of the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.SupplierRequestID">
            <summary>
            The identifier under which the request to help with the execution of the task has been registered at the supplier organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.TeamId">
            <summary>
            Identifier of the team to which the task is to be assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.TemplateId">
            <summary>
            Identifier of the task template that was used to register the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.TimeSpent">
            <summary>
            The time that you have spent working on the request since you started to work on it or, if you already entered some time for this request, since you last added your time spent in it.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.TimeSpentEffortClassId">
            <summary>
            The effort class that best reflects the type of effort for which time spent is being registered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.Urgent">
            <summary>
            Whether the task has been marked as urgent.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.WaitingUntil">
            <summary>
            The date and time at which the status of the task is to be updated from waiting_for to assigned. This field is available only when the Status field is set to waiting_for.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.WorkHoursAre24x7">
            <summary>
            When set to true, the completion target of the task is calculated using a 24x7 calendar rather than normal business hours.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.Properties">
            <summary>
            An array of task properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTaskCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Task query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the task query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.Properties">
            <summary>
            An array of a task properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.AgileBoard">
            <summary>
            Specify the Agile board to be returned using an agile board query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.AgileBoardColumn">
            <summary>
            Specify the Agile board column to be returned using an agile board column query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.Approvals">
            <summary>
            Specify the Approvals to be returned using a task approval query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.AutomationRules">
            <summary>
            Specify the Automation rules to be returned using an automation rule query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.ConfigurationItems">
            <summary>
            Specify the Configuration items to be returned using a configuration item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.CustomFields">
            <summary>
            Specify the Custom fields to be returned using a custom field query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.CustomFieldsAttachments">
            <summary>
            Specify the Custom fields attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.FailureTask">
            <summary>
            Specify the Failure task to be returned using a task query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.InstructionsAttachments">
            <summary>
            Specify the Instructions attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.Member">
            <summary>
            Specify the Member to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.Notes">
            <summary>
            Specify the Notes to be returned using a note query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.OrderLine">
            <summary>
            Specify the Order line to be returned using a shop order line query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.PdfDesign">
            <summary>
            Specify the Pdf design to be returned using a pdf design query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.Phase">
            <summary>
            Specify the Phase to be returned using a workflow phase query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.Request">
            <summary>
            Specify the Request to be returned using a request query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.RequestServiceInstance">
            <summary>
            Specify the Request service instance to be returned using a service instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.RequestTemplate">
            <summary>
            Specify the Request template to be returned using a request template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.ServiceInstances">
            <summary>
            Specify the Service instances to be returned using a service instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.SprintBacklogItems">
            <summary>
            Specify the Sprint backlog items to be returned using a sprint backlog item query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.Supplier">
            <summary>
            Specify the Supplier to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.Team">
            <summary>
            Specify the Team to be returned using a team query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.Template">
            <summary>
            Specify the Template to be returned using a task template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.TimeEntries">
            <summary>
            Specify the Time entries to be returned using a time entry query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.Workflow">
            <summary>
            Specify the Workflow to be returned using a workflow query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a task query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.CustomFilters">
            <summary>
            A custom filter to apply to the a task query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new task query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTaskQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.AgileBoardColumnId">
            <summary>
            ID of the column this item is placed in.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.AgileBoardColumnPosition">
            <summary>
            The (one based) position of this item in its column.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.AgileBoardId">
            <summary>
            ID of the board this item is placed on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.ApprovalsToDelete">
            <summary>
            Identifiers of approvals to delete.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.AssignedAt">
            <summary>
            Automatically set to the current date and time when the task is assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.Category">
            <summary>
            The category of the task. Risk &amp; impact tasks are used to help plan workflows. Approval tasks are used to collect approvals for workflows. These can be used at various stages in the life of the workflow. Implementation tasks are added to workflows for development, installation, configuration, test, transfer and administrative work that needs to be completed for the implementation of the workflow.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.ConfigurationItemIds">
            <summary>
            Identifiers of the configuration items of the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.FinishedAt">
            <summary>
            Automatically set to the date and time at which the task is saved with the status &quot;Failed&quot;, &quot;Rejected&quot;, &quot;Completed&quot;, &quot;Approved&quot; or &quot;Canceled&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.Impact">
            <summary>
            The extent to which the service instances related to the task will be impacted by the completion of the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.Instructions">
            <summary>
            Used to provide instructions for the person to whom the task will be assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.InstructionsAttachments">
            <summary>
            The attachments used in the instructions field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.MemberId">
            <summary>
            Identifier of the person to whom the task is to be assigned. This field&apos;s value is null in case of an approval task with multiple approvers.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.NewApprovals">
            <summary>
            Approvals of the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.Note">
            <summary>
            Used to provide information for the person to whom the task is assigned. It is also used to provide a summary of the actions that have been taken to date and the results of these actions.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.NoteAttachments">
            <summary>
            The attachments used in the note field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.PdfDesignId">
            <summary>
            Identifier of the PDF design associated with the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.PhaseId">
            <summary>
            Identifier of the phase of the workflow to which the task belongs.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.PlannedDuration">
            <summary>
            The number of minutes it is expected to take for the task to be completed following its assignment, or following its fixed start date and time if the Start no earlier than field is filled out.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.PlannedEffort">
            <summary>
            The number of minutes the member is expected to spend working on the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.PredecessorIds">
            <summary>
            Identifiers of predecessors of the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.RequestServiceInstanceId">
            <summary>
            The identifier of the service instance that should be used to create the request for this task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.RequestTemplateId">
            <summary>
            The identifier of the request template that should be used to create the request for this task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.RequiredApprovals">
            <summary>
            The number of approvers who need to have provided their approval before the status of the task gets updated to &quot;Approved&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.ServiceInstanceIds">
            <summary>
            Identifiers of service instances of the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.StartAt">
            <summary>
            Only used when work on the task may not start before a specific date and time.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.Status">
            <summary>
            The Status field is used to select the current status of the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.Subject">
            <summary>
            A short description of the objective of the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.SuccessorIds">
            <summary>
            Identifiers of successors of the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.SupplierId">
            <summary>
            Identifier of the supplier organization that has been asked to assist with the completion of the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.SupplierRequestID">
            <summary>
            The identifier under which the request to help with the execution of the task has been registered at the supplier organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.TeamId">
            <summary>
            Identifier of the team to which the task is to be assigned.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.TemplateId">
            <summary>
            Identifier of the task template that was used to register the task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.TimeSpent">
            <summary>
            The time that you have spent working on the request since you started to work on it or, if you already entered some time for this request, since you last added your time spent in it.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.TimeSpentEffortClassId">
            <summary>
            The effort class that best reflects the type of effort for which time spent is being registered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.Urgent">
            <summary>
            Whether the task has been marked as urgent.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.WaitingUntil">
            <summary>
            The date and time at which the status of the task is to be updated from waiting_for to assigned. This field is available only when the Status field is set to waiting_for.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.WorkflowId">
            <summary>
            Identifier of the workflow to which the task belongs.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.WorkHoursAre24x7">
            <summary>
            When set to true, the completion target of the task is calculated using a 24x7 calendar rather than normal business hours.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.Properties">
            <summary>
            An array of Task properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetTaskCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeTeamQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Team query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new team.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.Name">
            <summary>
            The name of the team.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.AgileBoardId">
            <summary>
            Used to automatically link records to the agile board when they are assigned to the team.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.AutoAssign">
            <summary>
            Whether requests are auto-assigned to a team member.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.ConfigurationManagerId">
            <summary>
            The person who maintains the information about the configuration items that the team supports.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.CoordinatorId">
            <summary>
            The current team coordinator for the team. Only members of the team can be selected in this field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.Disabled">
            <summary>
            Whether the team may no longer be related to other records.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.InboundEmailLocalPart">
            <summary>
            Used to specify an email address for the team. When an email is sent to this email address, a new request gets generated and assigned to the team.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.ManagerId">
            <summary>
            The manager or supervisor of the team. This person is able to maintain the information about the team. The manager of a team does not need to be a member of the team.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.MemberIds">
            <summary>
            People that are linked as member to the team.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.Remarks">
            <summary>
            Any additional information about the team that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.RemarksAttachments">
            <summary>
            The attachments used in the remarks field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.TimeZone">
            <summary>
            The time zone that applies to the selected work hours.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.WorkHoursId">
            <summary>
            The calendar that defines the work hours during which the team is available for work on all types of assignments.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.Properties">
            <summary>
            An array of team properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTeamCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Team query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the team query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryCommand.Properties">
            <summary>
            An array of a team properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryCommand.AgileBoard">
            <summary>
            Specify the Agile board to be returned using an agile board query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryCommand.ConfigurationManager">
            <summary>
            Specify the Configuration manager to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryCommand.Coordinator">
            <summary>
            Specify the Coordinator to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryCommand.CustomFields">
            <summary>
            Specify the Custom fields to be returned using a custom field query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryCommand.CustomFieldsAttachments">
            <summary>
            Specify the Custom fields attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryCommand.Manager">
            <summary>
            Specify the Manager to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryCommand.Members">
            <summary>
            Specify the Members to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryCommand.RemarksAttachments">
            <summary>
            Specify the Remarks attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryCommand.ScrumWorkspace">
            <summary>
            Specify the Scrum workspace to be returned using a scrum workspace query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryCommand.UiExtension">
            <summary>
            Specify the UI extension to be returned using an user interface extension query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryCommand.WorkHours">
            <summary>
            Specify the Work hours to be returned using a calendar query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a team query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryCommand.CustomFilters">
            <summary>
            A custom filter to apply to the a team query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new team query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTeamQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a team.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.AgileBoardId">
            <summary>
            Used to automatically link records to the agile board when they are assigned to the team.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.AutoAssign">
            <summary>
            Whether requests are auto-assigned to a team member.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.ConfigurationManagerId">
            <summary>
            The person who maintains the information about the configuration items that the team supports.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.CoordinatorId">
            <summary>
            The current team coordinator for the team. Only members of the team can be selected in this field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.Disabled">
            <summary>
            Whether the team may no longer be related to other records.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.InboundEmailLocalPart">
            <summary>
            Used to specify an email address for the team. When an email is sent to this email address, a new request gets generated and assigned to the team.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.ManagerId">
            <summary>
            The manager or supervisor of the team. This person is able to maintain the information about the team. The manager of a team does not need to be a member of the team.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.MemberIds">
            <summary>
            People that are linked as member to the team.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.Name">
            <summary>
            The name of the team.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.PictureUri">
            <summary>
            The hyperlink to the image file for the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.Remarks">
            <summary>
            Any additional information about the team that might prove useful.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.RemarksAttachments">
            <summary>
            The attachments used in the remarks field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.TimeZone">
            <summary>
            The time zone that applies to the selected work hours.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.WorkHoursId">
            <summary>
            The calendar that defines the work hours during which the team is available for work on all types of assignments.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.Properties">
            <summary>
            An array of Team properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetTeamCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeTimeAllocationQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Time allocation query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new time allocation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationCommand.CustomerCategory">
            <summary>
            Whether a person who spent on the time allocation needs to select a customer organization, and if this is the case, whether this person may only select from the customer organizations linked to the time allocation or is allowed to select any customer organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationCommand.DescriptionCategory">
            <summary>
            Whether the Description field should be available, and if so, whether it should be required, in the time entries to which the time allocation is related.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationCommand.Name">
            <summary>
            The name of the time allocation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationCommand.ServiceCategory">
            <summary>
            Whether a Person who spent on the time allocation needs to select a service, and if this is the case, whether this person may only select from the services linked to the time allocation or is allowed to select any service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationCommand.CustomerIds">
            <summary>
            Identifiers of the customer organizations of the time allocation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationCommand.Disabled">
            <summary>
            Whether the time allocation may no longer be related to any more organizations.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationCommand.EffortClassId">
            <summary>
            Identifier of the effort class that is selected by default, when someone registers time on this time allocation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationCommand.Group">
            <summary>
            Which group to include the time allocation in.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationCommand.OrganizationIds">
            <summary>
            Identifiers of the organizations of the time allocation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationCommand.ServiceIds">
            <summary>
            Identifiers of the services of the time allocation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationCommand.Properties">
            <summary>
            An array of time allocation properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Time allocation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the time allocation query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryCommand.Properties">
            <summary>
            An array of a time allocation properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryCommand.Customers">
            <summary>
            Specify the Customers to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryCommand.EffortClass">
            <summary>
            Specify the Effort class to be returned using an effort class query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryCommand.Organizations">
            <summary>
            Specify the Organizations to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryCommand.Services">
            <summary>
            Specify the Services to be returned using a service query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryCommand.Translations">
            <summary>
            Specify the Translations to be returned using a translation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a time allocation query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new time allocation query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimeAllocationQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetTimeAllocationCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a time allocation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeAllocationCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeAllocationCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeAllocationCommand.CustomerCategory">
            <summary>
            Whether a person who spent on the time allocation needs to select a customer organization, and if this is the case, whether this person may only select from the customer organizations linked to the time allocation or is allowed to select any customer organization.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeAllocationCommand.CustomerIds">
            <summary>
            Identifiers of the customer organizations of the time allocation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeAllocationCommand.DescriptionCategory">
            <summary>
            Whether the Description field should be available, and if so, whether it should be required, in the time entries to which the time allocation is related.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeAllocationCommand.Disabled">
            <summary>
            Whether the time allocation may no longer be related to any more organizations.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeAllocationCommand.EffortClassId">
            <summary>
            Identifier of the effort class that is selected by default, when someone registers time on this time allocation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeAllocationCommand.Group">
            <summary>
            Which group to include the time allocation in.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeAllocationCommand.Name">
            <summary>
            The name of the time allocation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeAllocationCommand.OrganizationIds">
            <summary>
            Identifiers of the organizations of the time allocation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeAllocationCommand.ServiceCategory">
            <summary>
            Whether a Person who spent on the time allocation needs to select a service, and if this is the case, whether this person may only select from the services linked to the time allocation or is allowed to select any service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeAllocationCommand.ServiceIds">
            <summary>
            Identifiers of the services of the time allocation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeAllocationCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeAllocationCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeAllocationCommand.Properties">
            <summary>
            An array of Time allocation properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeAllocationCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetTimeAllocationCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetTimeAllocationCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetTimeAllocationCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeTimeEntryQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Time entry query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new time entry.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryCommand.TimeSpent">
            <summary>
            The number of minutes that was spent on the selected time allocation. The number of minutes is allowed to be negative only when the correction field is set to true.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryCommand.Correction">
            <summary>
            Whether the time entry should be considered a correction for a time entry that was registered for a date that has already been locked.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryCommand.CustomerId">
            <summary>
            Identifier of the organization for which the time was spent.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryCommand.Date">
            <summary>
            The date on which the time was spent.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryCommand.Deleted">
            <summary>
            Automatically checked after the time entry has been deleted. The data of a deleted time entry that is older than 3 months can no longer be retrieved.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryCommand.Description">
            <summary>
            A short description of the time spent. This field is available and required only when the Description required box is checked in the selected time allocation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryCommand.EffortClassId">
            <summary>
            Identifier of the effort class that best reflects the type of effort for which time spent is being registered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryCommand.NoteId">
            <summary>
            Identifier of the note the time entry is linked to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryCommand.OrganizationId">
            <summary>
            Identifier of the organization to which the person was linked when the time entry was created.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryCommand.PersonId">
            <summary>
            Identifier of the person who spent the time.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryCommand.ServiceId">
            <summary>
            Identifier of the service for which the time was spent.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryCommand.StartedAt">
            <summary>
            The start time of the work.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryCommand.TeamId">
            <summary>
            Identifier of the team the person of the time entry was a member of while the work was performed.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryCommand.TimeAllocationId">
            <summary>
            Identifier of the time allocation on which the time was spent. Only the time allocations that are linked to the person’s organization can be selected.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryCommand.Properties">
            <summary>
            An array of time entry properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Time entry query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the time entry query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.Properties">
            <summary>
            An array of a time entry properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.AssignmentProblem">
            <summary>
            Specify the Assignment Problem details to be returned using a problem query. This applies if the item is a problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.AssignmentProjectTask">
            <summary>
            Specify the Assignment Project task details to be returned using a project task query. This applies if the item is a project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.AssignmentRequest">
            <summary>
            Specify the Assignment Request details to be returned using a request query. This applies if the item is a request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.AssignmentTask">
            <summary>
            Specify the Assignment Task details to be returned using a task query. This applies if the item is a task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.Customer">
            <summary>
            Specify the Customer to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.EffortClass">
            <summary>
            Specify the Effort class to be returned using an effort class query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.Note">
            <summary>
            Specify the Note to be returned using a note query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.Organization">
            <summary>
            Specify the Organization to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.Person">
            <summary>
            Specify the Person to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.Service">
            <summary>
            Specify the Service to be returned using a service query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.ServiceInstance">
            <summary>
            Specify the Service instance to be returned using a service instance query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.ServiceLevelAgreement">
            <summary>
            Specify the Service level agreement to be returned using a service level agreement query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.Team">
            <summary>
            Specify the Team to be returned using a team query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.TimeAllocation">
            <summary>
            Specify the Time allocation to be returned using a time allocation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a time entry query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new time entry query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimeEntryQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetTimeEntryCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a time entry.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeEntryCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeEntryCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeEntryCommand.Correction">
            <summary>
            Whether the time entry should be considered a correction for a time entry that was registered for a date that has already been locked.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeEntryCommand.CustomerId">
            <summary>
            Identifier of the organization for which the time was spent.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeEntryCommand.Date">
            <summary>
            The date on which the time was spent.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeEntryCommand.Deleted">
            <summary>
            Automatically checked after the time entry has been deleted. The data of a deleted time entry that is older than 3 months can no longer be retrieved.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeEntryCommand.Description">
            <summary>
            A short description of the time spent. This field is available and required only when the Description required box is checked in the selected time allocation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeEntryCommand.EffortClassId">
            <summary>
            Identifier of the effort class that best reflects the type of effort for which time spent is being registered.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeEntryCommand.NoteId">
            <summary>
            Identifier of the note the time entry is linked to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeEntryCommand.OrganizationId">
            <summary>
            Identifier of the organization to which the person was linked when the time entry was created.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeEntryCommand.PersonId">
            <summary>
            Identifier of the person who spent the time.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeEntryCommand.ServiceId">
            <summary>
            Identifier of the service for which the time was spent.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeEntryCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeEntryCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeEntryCommand.StartedAt">
            <summary>
            The start time of the work.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeEntryCommand.TeamId">
            <summary>
            Identifier of the team the person of the time entry was a member of while the work was performed.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeEntryCommand.TimeAllocationId">
            <summary>
            Identifier of the time allocation on which the time was spent. Only the time allocations that are linked to the person’s organization can be selected.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeEntryCommand.TimeSpent">
            <summary>
            The number of minutes that was spent on the selected time allocation. The number of minutes is allowed to be negative only when the correction field is set to true.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeEntryCommand.Properties">
            <summary>
            An array of Time entry properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimeEntryCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetTimeEntryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetTimeEntryCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetTimeEntryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeTimesheetSettingQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Timesheet setting query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new timesheet setting.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.Name">
            <summary>
            The name of the timesheet settings.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.Unit">
            <summary>
            Whether the people of the organizations to which the timesheet settings are linked need to register their time in hours and minutes, or as a percentage of a workday.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.AllocationTimeTracking">
            <summary>
            Whether people of the related organizations need to be able to register time entries for the time allocations that are linked to their organizations.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.AllowWorkdayOvertime">
            <summary>
            Whether the people of the organizations to which the timesheet settings are linked are allowed to register more time for a single day than the amount of time specified in the Workday field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.AllowWorkweekOvertime">
            <summary>
            Whether the people of the organizations to which the timesheet settings are linked are allowed to register more time for a single week than the amount of time specified in the Workweek field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.AssignmentTimeTracking">
            <summary>
            Whether the Time spent field needs to be available in requests, problems and tasks for specialists of the related organizations to specify how long they have worked on their assignments.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.Disabled">
            <summary>
            Whether the timesheet settings may no longer be related to any more organizations.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.EffortClassIds">
            <summary>
            Identifiers of effort classes of the timesheet setting.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.NotifyOnIncomplete">
            <summary>
            Whether an email notification should be sent to each person who registered fewer hours for the past week than the workweek hours.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.OrganizationIds">
            <summary>
            Identifiers of organizations of the timesheet setting.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.PercentageIncrement">
            <summary>
            The minimum amount percentage of a workday that the people of the organizations to which the timesheet settings are linked can select when they register a time entry. This percentage of a workday is also the increment by which they can increase this minimum percentage of a workday.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.ProblemEffortClassId">
            <summary>
            Identifier of the effort class that is selected by default, when someone in an organization linked to the timesheet settings registers time on a problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.ProjectTaskEffortClassId">
            <summary>
            Identifier of the effort class that is selected by default, when someone in an organization linked to the timesheet settings registers time on a project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.RequestEffortClassId">
            <summary>
            Identifier of the effort class that is selected by default, when someone in an organization linked to the timesheet settings registers time on a request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.RequireNote">
            <summary>
            Whether the Note field needs to become required, when someone in an organization linked to the timesheet settings registers time on a request, problem or task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.TaskEffortClassId">
            <summary>
            Identifier of the effort class that is selected by default, when someone in an organization linked to the timesheet settings registers time on a workflow task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.TimeAllocationEffortClassId">
            <summary>
            Identifier of the effort class that is selected by default, when someone in an organization linked to the timesheet settings registers time on a time allocation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.TimeIncrement">
            <summary>
            The minimum amount of time that the people of the organizations to which the timesheet settings are linked can select when they register a time entry. This amount of time is also the increment by which they can increase this minimum amount of time.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.Workday">
            <summary>
            The duration of a workday in minutes.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.Workweek">
            <summary>
            The duration of a workweek in minutes.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.Properties">
            <summary>
            An array of timesheet setting properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Timesheet setting query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the timesheet setting query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryCommand.Properties">
            <summary>
            An array of a timesheet setting properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryCommand.EffortClasses">
            <summary>
            Specify the Effort classes to be returned using an effort class query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryCommand.Organizations">
            <summary>
            Specify the Organizations to be returned using an organization query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryCommand.ProblemEffortClass">
            <summary>
            Specify the Problem effort class to be returned using an effort class query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryCommand.ProjectTaskEffortClass">
            <summary>
            Specify the Project task effort class to be returned using an effort class query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryCommand.RequestEffortClass">
            <summary>
            Specify the Request effort class to be returned using an effort class query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryCommand.TaskEffortClass">
            <summary>
            Specify the Task effort class to be returned using an effort class query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryCommand.TimeAllocationEffortClass">
            <summary>
            Specify the Time allocation effort class to be returned using an effort class query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a timesheet setting query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new timesheet setting query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTimesheetSettingQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a timesheet setting.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.AllocationTimeTracking">
            <summary>
            Whether people of the related organizations need to be able to register time entries for the time allocations that are linked to their organizations.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.AllowWorkdayOvertime">
            <summary>
            Whether the people of the organizations to which the timesheet settings are linked are allowed to register more time for a single day than the amount of time specified in the Workday field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.AllowWorkweekOvertime">
            <summary>
            Whether the people of the organizations to which the timesheet settings are linked are allowed to register more time for a single week than the amount of time specified in the Workweek field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.AssignmentTimeTracking">
            <summary>
            Whether the Time spent field needs to be available in requests, problems and tasks for specialists of the related organizations to specify how long they have worked on their assignments.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.Disabled">
            <summary>
            Whether the timesheet settings may no longer be related to any more organizations.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.EffortClassIds">
            <summary>
            Identifiers of effort classes of the timesheet setting.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.Name">
            <summary>
            The name of the timesheet settings.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.NotifyOnIncomplete">
            <summary>
            Whether an email notification should be sent to each person who registered fewer hours for the past week than the workweek hours.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.OrganizationIds">
            <summary>
            Identifiers of organizations of the timesheet setting.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.PercentageIncrement">
            <summary>
            The minimum amount percentage of a workday that the people of the organizations to which the timesheet settings are linked can select when they register a time entry. This percentage of a workday is also the increment by which they can increase this minimum percentage of a workday.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.ProblemEffortClassId">
            <summary>
            Identifier of the effort class that is selected by default, when someone in an organization linked to the timesheet settings registers time on a problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.ProjectTaskEffortClassId">
            <summary>
            Identifier of the effort class that is selected by default, when someone in an organization linked to the timesheet settings registers time on a project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.RequestEffortClassId">
            <summary>
            Identifier of the effort class that is selected by default, when someone in an organization linked to the timesheet settings registers time on a request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.RequireNote">
            <summary>
            Whether the Note field needs to become required, when someone in an organization linked to the timesheet settings registers time on a request, problem or task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.TaskEffortClassId">
            <summary>
            Identifier of the effort class that is selected by default, when someone in an organization linked to the timesheet settings registers time on a workflow task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.TimeAllocationEffortClassId">
            <summary>
            Identifier of the effort class that is selected by default, when someone in an organization linked to the timesheet settings registers time on a time allocation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.TimeIncrement">
            <summary>
            The minimum amount of time that the people of the organizations to which the timesheet settings are linked can select when they register a time entry. This amount of time is also the increment by which they can increase this minimum amount of time.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.Unit">
            <summary>
            Whether the people of the organizations to which the timesheet settings are linked need to register their time in hours and minutes, or as a percentage of a workday.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.Workday">
            <summary>
            The duration of a workday in minutes.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.Workweek">
            <summary>
            The duration of a workweek in minutes.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.Properties">
            <summary>
            An array of Timesheet setting properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetTimesheetSettingCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeTranslationQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Translation query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTranslationCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new translation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationCommand.Field">
            <summary>
            The field of the record from which the translation is obtained.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationCommand.Language">
            <summary>
            The language in which the text is specified.The complete list is available on the Xurrent developer site.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationCommand.OwnerId">
            <summary>
            The record from which the translation is obtained.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationCommand.Text">
            <summary>
            The text of the translation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationCommand.Properties">
            <summary>
            An array of translation properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTranslationCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTranslationCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTranslationCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Translation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the translation query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.Properties">
            <summary>
            An array of a translation properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.OwnerCustomCollectionElement">
            <summary>
            Specify the Owner Custom collection element details to be returned using a custom collection element query. This applies if the item is a custom collection element.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.OwnerEmailTemplate">
            <summary>
            Specify the Owner Email template details to be returned using an email template query. This applies if the item is an email template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.OwnerKnowledgeArticle">
            <summary>
            Specify the Owner Knowledge article details to be returned using a knowledge article query. This applies if the item is a knowledge article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.OwnerPdfDesign">
            <summary>
            Specify the Owner Pdf design details to be returned using a pdf design query. This applies if the item is a pdf design.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.OwnerProductCategory">
            <summary>
            Specify the Owner Product category details to be returned using a product category query. This applies if the item is a product category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.OwnerRequestTemplate">
            <summary>
            Specify the Owner Request template details to be returned using a request template query. This applies if the item is a request template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.OwnerRiskSeverity">
            <summary>
            Specify the Owner Risk severity details to be returned using a risk severity query. This applies if the item is a risk severity.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.OwnerServiceCategory">
            <summary>
            Specify the Owner Service category details to be returned using a service category query. This applies if the item is a service category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.OwnerServiceInstance">
            <summary>
            Specify the Owner Service instance details to be returned using a service instance query. This applies if the item is a service instance.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.OwnerService">
            <summary>
            Specify the Owner Service details to be returned using a service query. This applies if the item is a service.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.OwnerShopArticleCategory">
            <summary>
            Specify the Owner Shop article category details to be returned using a shop article category query. This applies if the item is a shop article category.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.OwnerShopArticle">
            <summary>
            Specify the Owner Shop article details to be returned using a shop article query. This applies if the item is a shop article.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.OwnerSurvey">
            <summary>
            Specify the Owner Survey details to be returned using a survey query. This applies if the item is a survey.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.OwnerSurveyQuestion">
            <summary>
            Specify the Owner Survey question details to be returned using a survey question query. This applies if the item is a survey question.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.OwnerTimeAllocation">
            <summary>
            Specify the Owner Time allocation details to be returned using a time allocation query. This applies if the item is a time allocation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.OwnerUiExtension">
            <summary>
            Specify the Owner UI extension details to be returned using an user interface extension query. This applies if the item is an UI extension.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.OwnerWorkflowTemplatePhase">
            <summary>
            Specify the Owner Workflow template phase details to be returned using a workflow template phase query. This applies if the item is a workflow template phase.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.OwnerWorkflowType">
            <summary>
            Specify the Owner Workflow type details to be returned using a workflow type query. This applies if the item is a workflow type.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a translation query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new translation query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTranslationQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetTranslationCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a translation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTranslationCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTranslationCommand.Text">
            <summary>
            The text of the translation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTranslationCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTranslationCommand.Properties">
            <summary>
            An array of Translation properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetTranslationCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetTranslationCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetTranslationCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetTranslationCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeTrashQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Trash query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Trash query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the trash query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryCommand.Properties">
            <summary>
            An array of a trash properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryCommand.TrashedPerson">
            <summary>
            Specify the Trashed Person details to be returned using a person query. This applies if the item is a person.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryCommand.TrashedProblem">
            <summary>
            Specify the Trashed Problem details to be returned using a problem query. This applies if the item is a problem.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryCommand.TrashedProject">
            <summary>
            Specify the Trashed Project details to be returned using a project query. This applies if the item is a project.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryCommand.TrashedProjectTask">
            <summary>
            Specify the Trashed Project task details to be returned using a project task query. This applies if the item is a project task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryCommand.TrashedRelease">
            <summary>
            Specify the Trashed Release details to be returned using a release query. This applies if the item is a release.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryCommand.TrashedRequest">
            <summary>
            Specify the Trashed Request details to be returned using a request query. This applies if the item is a request.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryCommand.TrashedRisk">
            <summary>
            Specify the Trashed Risk details to be returned using a risk query. This applies if the item is a risk.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryCommand.TrashedTask">
            <summary>
            Specify the Trashed Task details to be returned using a task query. This applies if the item is a task.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryCommand.TrashedWorkflow">
            <summary>
            Specify the Trashed Workflow details to be returned using a workflow query. This applies if the item is a workflow.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryCommand.TrashedBy">
            <summary>
            Specify the Trashed by to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a trash query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new trash query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewTrashQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionVersionQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new UI extension version query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionVersionQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionVersionQueryCommand.Properties">
            <summary>
            An array of an user interface extension version properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionVersionQueryCommand.UiExtension">
            <summary>
            Specify the UI extension to be returned using an user interface extension query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionVersionQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionVersionQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionVersionQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeUiExtensionQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking an UI extension query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new user interface extension.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionCommand.Category">
            <summary>
            The type of record in which the UI extension can be selected.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionCommand.Name">
            <summary>
            The name of the UI extension.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionCommand.Activate">
            <summary>
            Set to true to promote the Prepared Version to the Active Version. If the was an Active Version, it will be Archived.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionCommand.Css">
            <summary>
            Sets the CSS stylesheet of the Prepared Version if updated.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionCommand.Description">
            <summary>
            Description of the UI extension.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionCommand.Disabled">
            <summary>
            Whether the UI extension is inactive.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionCommand.FormDefinition">
            <summary>
            Sets the Form Definition of the Prepared Version if updated.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionCommand.Html">
            <summary>
            Sets the HTML code of the Prepared Version if updated.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionCommand.Javascript">
            <summary>
            Sets the Javascript code of the Prepared Version if updated.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionCommand.Title">
            <summary>
            The text that is to be displayed as the section header above the UI extension when the UI extension is presented within a form.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionCommand.Properties">
            <summary>
            An array of user interface extension properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new UI extension query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the UI extension query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryCommand.Properties">
            <summary>
            An array of an user interface extension properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryCommand.ActiveVersion">
            <summary>
            Specify the Active version to be returned using an user interface extension version query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryCommand.CreatedBy">
            <summary>
            Specify the Created by to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryCommand.DescriptionAttachments">
            <summary>
            Specify the Description attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryCommand.Translations">
            <summary>
            Specify the Translations to be returned using a translation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryCommand.UpdatedBy">
            <summary>
            Specify the Updated by to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryCommand.Versions">
            <summary>
            Specify the Versions to be returned using an user interface extension version query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the an user interface extension query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new user interface extension query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewUiExtensionQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetUiExtensionCommand">
            <summary>
            Represents a PowerShell cmdlet for updating an user interface extension.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetUiExtensionCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetUiExtensionCommand.Activate">
            <summary>
            Set to true to promote the Prepared Version to the Active Version. If the was an Active Version, it will be Archived.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetUiExtensionCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetUiExtensionCommand.Css">
            <summary>
            Sets the CSS stylesheet of the Prepared Version if updated.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetUiExtensionCommand.Description">
            <summary>
            Description of the UI extension.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetUiExtensionCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetUiExtensionCommand.Disabled">
            <summary>
            Whether the UI extension is inactive.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetUiExtensionCommand.FormDefinition">
            <summary>
            Sets the Form Definition of the Prepared Version if updated.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetUiExtensionCommand.Html">
            <summary>
            Sets the HTML code of the Prepared Version if updated.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetUiExtensionCommand.Javascript">
            <summary>
            Sets the Javascript code of the Prepared Version if updated.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetUiExtensionCommand.Name">
            <summary>
            The name of the UI extension.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetUiExtensionCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetUiExtensionCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetUiExtensionCommand.Title">
            <summary>
            The text that is to be displayed as the section header above the UI extension when the UI extension is presented within a form.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetUiExtensionCommand.Properties">
            <summary>
            An array of UI extension properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetUiExtensionCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetUiExtensionCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetUiExtensionCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetUiExtensionCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeWaitingForCustomerFollowUpQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Waiting for customer follow up query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new waiting for customer follow up.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpCommand.Name">
            <summary>
            The name of the waiting for customer follow-up.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpCommand.AutoComplete">
            <summary>
            Auto-complete when the final waiting for customer notification is sent.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpCommand.Disabled">
            <summary>
            Whether the waiting for customer follow-up may no longer be related to other records.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpCommand.NewWaitingForCustomerRules">
            <summary>
            Rules of this waiting for customer follow-up.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpCommand.Properties">
            <summary>
            An array of waiting for customer follow up properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Waiting for customer follow up query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the waiting for customer follow up query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpQueryCommand.Properties">
            <summary>
            An array of a waiting for customer follow up properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpQueryCommand.WaitingForCustomerRules">
            <summary>
            Specify the Waiting for customer rules to be returned using a waiting for customer rule query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a waiting for customer follow up query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new waiting for customer follow up query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerFollowUpQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetWaitingForCustomerFollowUpCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a waiting for customer follow up.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWaitingForCustomerFollowUpCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWaitingForCustomerFollowUpCommand.AutoComplete">
            <summary>
            Auto-complete when the final waiting for customer notification is sent.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWaitingForCustomerFollowUpCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWaitingForCustomerFollowUpCommand.Disabled">
            <summary>
            Whether the waiting for customer follow-up may no longer be related to other records.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWaitingForCustomerFollowUpCommand.Name">
            <summary>
            The name of the waiting for customer follow-up.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWaitingForCustomerFollowUpCommand.NewWaitingForCustomerRules">
            <summary>
            Rules of this waiting for customer follow-up.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWaitingForCustomerFollowUpCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWaitingForCustomerFollowUpCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWaitingForCustomerFollowUpCommand.WaitingForCustomerRulesToDelete">
            <summary>
            Identifiers of rules to remove from the waiting for customer follow-up.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWaitingForCustomerFollowUpCommand.Properties">
            <summary>
            An array of Waiting for customer follow up properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWaitingForCustomerFollowUpCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetWaitingForCustomerFollowUpCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetWaitingForCustomerFollowUpCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetWaitingForCustomerFollowUpCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerRuleQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Waiting for customer rule query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerRuleQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerRuleQueryCommand.Properties">
            <summary>
            An array of a waiting for customer rule properties to include in the results.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerRuleQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerRuleQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWaitingForCustomerRuleQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewWatchQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Watch query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWatchQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWatchQueryCommand.Properties">
            <summary>
            An array of a watch properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWatchQueryCommand.AddedBy">
            <summary>
            Specify the Added by to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWatchQueryCommand.Person">
            <summary>
            Specify the Person to be returned using a person query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWatchQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWatchQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWatchQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyCreateResponseQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Webhook policy create response query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyCreateResponseQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyCreateResponseQueryCommand.Properties">
            <summary>
            An array of a webhook policy create response properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyCreateResponseQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyCreateResponseQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyCreateResponseQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyCreateResponseQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeWebhookPolicyQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Webhook policy query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new webhook policy.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyCommand.JwtAlg">
            <summary>
            The algorithm to use for cryptographic signing of webhook messages.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyCommand.Disabled">
            <summary>
            Whether the webhook policy will be applied.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyCommand.JwtAudience">
            <summary>
            The audience claim identifies the recipients that the encrypted message is intended for.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyCommand.JwtClaimExpiresIn">
            <summary>
            The number of minutes within which the claim expires.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyCommand.Properties">
            <summary>
            An array of webhook policy properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Webhook policy query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the webhook policy query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyQueryCommand.Properties">
            <summary>
            An array of a webhook policy properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a webhook policy query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new webhook policy query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWebhookPolicyQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.RemoveWebhookPolicyCommand">
            <summary>
            Represents a PowerShell cmdlet for deleting a webhook policy.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.RemoveWebhookPolicyCommand.ID">
            <summary>
            The identifier of the webhook policy to delete.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.RemoveWebhookPolicyCommand.ClientMutationId">
            <summary>
            Set the Client mutation ID value for this delete action.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.RemoveWebhookPolicyCommand.Client">
            <summary>
            The client used to execute the delete mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.RemoveWebhookPolicyCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.RemoveWebhookPolicyCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.RemoveWebhookPolicyCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetWebhookPolicyCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a webhook policy.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWebhookPolicyCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWebhookPolicyCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWebhookPolicyCommand.Disabled">
            <summary>
            Whether the webhook policy will be applied.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWebhookPolicyCommand.JwtAlg">
            <summary>
            The algorithm to use for cryptographic signing of webhook messages.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWebhookPolicyCommand.JwtAudience">
            <summary>
            The audience claim identifies the recipients that the encrypted message is intended for.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWebhookPolicyCommand.JwtClaimExpiresIn">
            <summary>
            The number of minutes within which the claim expires.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWebhookPolicyCommand.Properties">
            <summary>
            An array of Webhook policy properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWebhookPolicyCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetWebhookPolicyCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetWebhookPolicyCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetWebhookPolicyCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeWebhookQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Webhook query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewWebhookCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new webhook.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookCommand.Event">
            <summary>
            Event that will trigger this webhook.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookCommand.Uri">
            <summary>
            Publicly accessible URI that Xurrent can use to POST http messages to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookCommand.Description">
            <summary>
            Description of the webhook&apos;s purpose.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookCommand.Disabled">
            <summary>
            Whether the webhook will be triggered when the event occurs.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookCommand.MailExceptionsTo">
            <summary>
            Comma separated list of email addresses who will be informed when the webhook execution fails.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookCommand.Name">
            <summary>
            Name of this webhook. Defaults to the event name.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookCommand.WebhookPolicyId">
            <summary>
            The webhook policy to use for cryptographic signing of the messages.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookCommand.Properties">
            <summary>
            An array of webhook properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWebhookCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWebhookCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWebhookCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewWebhookQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Webhook query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the webhook query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookQueryCommand.Properties">
            <summary>
            An array of a webhook properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookQueryCommand.DescriptionAttachments">
            <summary>
            Specify the Description attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookQueryCommand.WebhookPolicy">
            <summary>
            Specify the Webhook policy to be returned using a webhook policy query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a webhook query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWebhookQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWebhookQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWebhookQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewWebhookQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new webhook query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWebhookQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWebhookQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWebhookQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWebhookQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.RemoveWebhookCommand">
            <summary>
            Represents a PowerShell cmdlet for deleting a webhook.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.RemoveWebhookCommand.ID">
            <summary>
            The identifier of the webhook to delete.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.RemoveWebhookCommand.ClientMutationId">
            <summary>
            Set the Client mutation ID value for this delete action.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.RemoveWebhookCommand.Client">
            <summary>
            The client used to execute the delete mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.RemoveWebhookCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.RemoveWebhookCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.RemoveWebhookCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetWebhookCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a webhook.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWebhookCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWebhookCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWebhookCommand.Description">
            <summary>
            Description of the webhook&apos;s purpose.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWebhookCommand.DescriptionAttachments">
            <summary>
            The attachments used in the description field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWebhookCommand.Disabled">
            <summary>
            Whether the webhook will be triggered when the event occurs.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWebhookCommand.Event">
            <summary>
            Event that will trigger this webhook.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWebhookCommand.MailExceptionsTo">
            <summary>
            Comma separated list of email addresses who will be informed when the webhook execution fails.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWebhookCommand.Name">
            <summary>
            Name of this webhook. Defaults to the event name.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWebhookCommand.Uri">
            <summary>
            Publicly accessible URI that Xurrent can use to POST http messages to.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWebhookCommand.WebhookPolicyId">
            <summary>
            The webhook policy to use for cryptographic signing of the messages.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWebhookCommand.Properties">
            <summary>
            An array of Webhook properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWebhookCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetWebhookCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetWebhookCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetWebhookCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowPhaseQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Workflow phase query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowPhaseQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowPhaseQueryCommand.Properties">
            <summary>
            An array of a workflow phase properties to include in the results.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowPhaseQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowPhaseQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowPhaseQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTaskTemplateRelationQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Workflow task template relation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTaskTemplateRelationQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTaskTemplateRelationQueryCommand.Properties">
            <summary>
            An array of a workflow task template relation properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTaskTemplateRelationQueryCommand.AutomationRules">
            <summary>
            Specify the Automation rules to be returned using an automation rule query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTaskTemplateRelationQueryCommand.FailureTaskTemplate">
            <summary>
            Specify the Failure task template to be returned using a task template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTaskTemplateRelationQueryCommand.Phase">
            <summary>
            Specify the Phase to be returned using a workflow template phase query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTaskTemplateRelationQueryCommand.TaskTemplate">
            <summary>
            Specify the Task template to be returned using a task template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTaskTemplateRelationQueryCommand.WorkflowTemplate">
            <summary>
            Specify the Workflow template to be returned using a workflow template query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTaskTemplateRelationQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTaskTemplateRelationQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTaskTemplateRelationQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplatePhaseQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Workflow template phase query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplatePhaseQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplatePhaseQueryCommand.Properties">
            <summary>
            An array of a workflow template phase properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplatePhaseQueryCommand.Translations">
            <summary>
            Specify the Translations to be returned using a translation query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplatePhaseQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplatePhaseQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplatePhaseQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeWorkflowTemplateQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Workflow template query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new workflow template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateCommand.Subject">
            <summary>
            Short description that needs to be copied to the Subject field of a new workflow when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateCommand.Category">
            <summary>
            The category that needs to be selected in the Category field of a new workflow when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateCommand.Disabled">
            <summary>
            Whether the workflow template may not be used to help register new workflows.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateCommand.Instructions">
            <summary>
            The information that needs to be shown when a new workflow is being created based on the template. This field typically contains instructions about how to register the workflow.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateCommand.Justification">
            <summary>
            The justification that needs to be selected in the Justification field of a new workflow when it is being created based on the template. This field is required when there are request templates linked to the workflow template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateCommand.NewTaskTemplateRelations">
            <summary>
            Task template relations of the workflow template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateCommand.Note">
            <summary>
            The information that needs to be copied to the Note field of a new workflow when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateCommand.Recurrence">
            <summary>
            Recurrence for the workflow template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateCommand.ServiceId">
            <summary>
            The service that should be selected in the Service field of a new workflow when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateCommand.WorkflowManagerId">
            <summary>
            The person who will be responsible for coordinating the workflows that will be generated automatically in accordance with the recurrence schedule.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateCommand.WorkflowTypeId">
            <summary>
            The type that needs to be selected in the Type field of a new workflow when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateCommand.Properties">
            <summary>
            An array of workflow template properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Workflow template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the workflow template query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryCommand.Properties">
            <summary>
            An array of a workflow template properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryCommand.AutomationRules">
            <summary>
            Specify the Automation rules to be returned using an automation rule query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryCommand.InstructionsAttachments">
            <summary>
            Specify the Instructions attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryCommand.NoteAttachments">
            <summary>
            Specify the Note attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryCommand.Phases">
            <summary>
            Specify the Phases to be returned using a workflow template phase query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryCommand.Recurrence">
            <summary>
            Specify the Recurrence to be returned using a recurrence query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryCommand.Service">
            <summary>
            Specify the Service to be returned using a service query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryCommand.TaskTemplateRelations">
            <summary>
            Specify the Task template relations to be returned using a workflow task template relation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryCommand.UiExtension">
            <summary>
            Specify the UI extension to be returned using an user interface extension query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryCommand.WorkflowManager">
            <summary>
            Specify the Workflow manager to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryCommand.Workflows">
            <summary>
            Specify the Workflows to be returned using a workflow query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryCommand.WorkflowType">
            <summary>
            Specify the Workflow type to be returned using a workflow type query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a workflow template query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new workflow template query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTemplateQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTemplateCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a workflow template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTemplateCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTemplateCommand.Category">
            <summary>
            The category that needs to be selected in the Category field of a new workflow when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTemplateCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTemplateCommand.Disabled">
            <summary>
            Whether the workflow template may not be used to help register new workflows.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTemplateCommand.Instructions">
            <summary>
            The information that needs to be shown when a new workflow is being created based on the template. This field typically contains instructions about how to register the workflow.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTemplateCommand.Justification">
            <summary>
            The justification that needs to be selected in the Justification field of a new workflow when it is being created based on the template. This field is required when there are request templates linked to the workflow template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTemplateCommand.NewTaskTemplateRelations">
            <summary>
            Task template relations of the workflow template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTemplateCommand.Note">
            <summary>
            The information that needs to be copied to the Note field of a new workflow when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTemplateCommand.Recurrence">
            <summary>
            Recurrence for the workflow template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTemplateCommand.ServiceId">
            <summary>
            The service that should be selected in the Service field of a new workflow when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTemplateCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTemplateCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTemplateCommand.Subject">
            <summary>
            Short description that needs to be copied to the Subject field of a new workflow when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTemplateCommand.TaskTemplateRelationsToDelete">
            <summary>
            Identifiers of task template relations to remove from the workflow template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTemplateCommand.UiExtensionId">
            <summary>
            UI extension that is to be applied to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTemplateCommand.WorkflowManagerId">
            <summary>
            The person who will be responsible for coordinating the workflows that will be generated automatically in accordance with the recurrence schedule.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTemplateCommand.WorkflowTypeId">
            <summary>
            The type that needs to be selected in the Type field of a new workflow when it is being created based on the template.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTemplateCommand.Properties">
            <summary>
            An array of Workflow template properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTemplateCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTemplateCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTemplateCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTemplateCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeWorkflowTypeQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Workflow type query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new workflow type.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeCommand.Name">
            <summary>
            The name of the workflow type. Ideally the name of a workflow type consists of a single word, such as &quot;Large&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeCommand.Description">
            <summary>
            Very short description of the workflow type, for example &quot;More than 200 workdays or $200K&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeCommand.Disabled">
            <summary>
            Whether the workflow type may not be related to any more workflows.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeCommand.Information">
            <summary>
            Any additional information about the workflow type that might prove useful, especially for workflow managers when they need to decide which workflow type to select for a workflow.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeCommand.InformationAttachments">
            <summary>
            The attachments used in the information field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeCommand.Position">
            <summary>
            The position that the workflow type takes when it is displayed in a sorted list.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeCommand.Properties">
            <summary>
            An array of workflow type properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Workflow type query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the workflow type query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeQueryCommand.Properties">
            <summary>
            An array of a workflow type properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeQueryCommand.InformationAttachments">
            <summary>
            Specify the Information attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeQueryCommand.Translations">
            <summary>
            Specify the Translations to be returned using a translation query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a workflow type query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new workflow type query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowTypeQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTypeCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a workflow type.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTypeCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTypeCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTypeCommand.Description">
            <summary>
            Very short description of the workflow type, for example &quot;More than 200 workdays or $200K&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTypeCommand.Disabled">
            <summary>
            Whether the workflow type may not be related to any more workflows.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTypeCommand.Information">
            <summary>
            Any additional information about the workflow type that might prove useful, especially for workflow managers when they need to decide which workflow type to select for a workflow.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTypeCommand.InformationAttachments">
            <summary>
            The attachments used in the information field.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTypeCommand.Name">
            <summary>
            The name of the workflow type. Ideally the name of a workflow type consists of a single word, such as &quot;Large&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTypeCommand.Position">
            <summary>
            The position that the workflow type takes when it is displayed in a sorted list.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTypeCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTypeCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTypeCommand.Properties">
            <summary>
            An array of Workflow type properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTypeCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTypeCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTypeCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowTypeCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.InvokeWorkflowQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for invoking a Workflow query.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new workflow.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.Category">
            <summary>
            The category of the workflow.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.CompletionReason">
            <summary>
            Used to select the appropriate completion reason for the workflow when it has been completed. It is automatically set to &quot;Complete&quot; when all tasks related to the workflow have reached the status &quot;Completed&quot;, &quot;Approved&quot; or &quot;Canceled&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.Justification">
            <summary>
            The reason why the change was requested.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.ManagerId">
            <summary>
            Who is responsible for coordinating the implementation of the workflow. If a manager is not specified for a new workflow, the API user is selected in the Manager field by default.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.Note">
            <summary>
            High-level description of the result that should be accomplished by the implementation of the workflow. It is also used to add any information that could prove useful for anyone affected by the workflow, including the people whose approval is needed and the specialists who are helping to implement it.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.ProblemIds">
            <summary>
            Identifiers of all problems linked of this workflow.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.ProjectId">
            <summary>
            Linked project
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.ReleaseId">
            <summary>
            The release that the workflow is a part of.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.RequestIds">
            <summary>
            Identifiers of all requests linked to this workflow.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.ServiceId">
            <summary>
            The service that will directly be affected by the workflow implementation, or in case of an emergency change, the service that was directly affected by the workflow implementation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.StartAt">
            <summary>
            The date and time at which the Status field of the first tasks of the workflow will automatically be set to &quot;Assigned&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.Status">
            <summary>
            Automatically set based on the status of the workflow&apos;s tasks.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.Subject">
            <summary>
            A short description of the objective of the workflow.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.TemplateId">
            <summary>
            The workflow template that was used to register the workflow.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.WorkflowType">
            <summary>
            Used to indicate whether the workflow needs to be implemented following the procedure steps for application changes or for infrastructure changes.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.Properties">
            <summary>
            An array of workflow properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.Client">
            <summary>
            The client used to execute the create mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new Workflow query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.ID">
            <summary>
            Specifies an ID to further filter the workflow query, rendering other filters redundant by directly referencing a specific object.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.ItemsPerRequest">
            <summary>
            The request specifies a maximum number of items per request. The allowed range for the number of items is between 1 and 100, inclusive..
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.Properties">
            <summary>
            An array of a workflow properties to include in the results.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.View">
            <summary>
            <br>Specifies the view of the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.OrderBy">
            <summary>
            <br>Specifies the field by which to order the query results.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.SortOrder">
            <summary>
            <br>Specifies the sorting order for the order by field.</br>
            <br>Note: This setting is applicable only to the primary query and will be disregarded for nested queries.</br>
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.Account">
            <summary>
            Specify the Account to be returned using an account query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.AutomationRules">
            <summary>
            Specify the Automation rules to be returned using an automation rule query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.CustomFields">
            <summary>
            Specify the Custom fields to be returned using a custom field query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.CustomFieldsAttachments">
            <summary>
            Specify the Custom fields attachments to be returned using an attachment query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.Invoices">
            <summary>
            Specify the Invoices to be returned using an invoice query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.Manager">
            <summary>
            Specify the Manager to be returned using a person query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.Notes">
            <summary>
            Specify the Notes to be returned using a note query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.Phases">
            <summary>
            Specify the Phases to be returned using a workflow phase query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.Problems">
            <summary>
            Specify the Problems to be returned using a problem query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.Project">
            <summary>
            Specify the Project to be returned using a project query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.Release">
            <summary>
            Specify the Release to be returned using a release query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.Requests">
            <summary>
            Specify the Requests to be returned using a request query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.Service">
            <summary>
            Specify the Service to be returned using a service query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.Tasks">
            <summary>
            Specify the Tasks to be returned using a task query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.Template">
            <summary>
            Specify the Template to be returned using a workflow template query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.Filters">
            <summary>
            An array of additional filters to apply to the a workflow query.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.CustomFilters">
            <summary>
            A custom filter to apply to the a workflow query.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryFilterCommand">
            <summary>
            Represents a PowerShell cmdlet for creating a new workflow query filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryFilterCommand.Property">
            <summary>
            Gets or sets the field property to filter on.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryFilterCommand.Operator">
            <summary>
            Gets or sets the operator to use in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryFilterCommand.TextValues">
            <summary>
            Gets or sets the text values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryFilterCommand.DateTimeValues">
            <summary>
            Gets or sets the DateTime values to filter the property by.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryFilterCommand.BooleanValue">
            <summary>
            Gets or sets the Boolean value to filter the property by.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryFilterCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryFilterCommand.ProcessRecord">
            <summary>
            Constructs and configures the object based on the provided parameters, and outputs it.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.NewWorkflowQueryFilterCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand">
            <summary>
            Represents a PowerShell cmdlet for updating a workflow.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.ID">
            <summary>
            The node ID of the record to update.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.Category">
            <summary>
            The category of the workflow.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.ClientMutationId">
            <summary>
            A unique identifier for the client performing the mutation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.CompletionReason">
            <summary>
            Used to select the appropriate completion reason for the workflow when it has been completed. It is automatically set to &quot;Complete&quot; when all tasks related to the workflow have reached the status &quot;Completed&quot;, &quot;Approved&quot; or &quot;Canceled&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.CustomFields">
            <summary>
            Values for custom fields to be used by the UI Extension that is linked to the record.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.CustomFieldsAttachments">
            <summary>
            The attachments used in the custom fields&apos; values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.Justification">
            <summary>
            The reason why the change was requested.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.ManagerId">
            <summary>
            Who is responsible for coordinating the implementation of the workflow. If a manager is not specified for a new workflow, the API user is selected in the Manager field by default.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.Note">
            <summary>
            High-level description of the result that should be accomplished by the implementation of the workflow. It is also used to add any information that could prove useful for anyone affected by the workflow, including the people whose approval is needed and the specialists who are helping to implement it.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.ProblemIds">
            <summary>
            Identifiers of all problems linked of this workflow.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.ProjectId">
            <summary>
            Linked project
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.ReleaseId">
            <summary>
            The release that the workflow is a part of.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.RequestIds">
            <summary>
            Identifiers of all requests linked to this workflow.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.ServiceId">
            <summary>
            The service that will directly be affected by the workflow implementation, or in case of an emergency change, the service that was directly affected by the workflow implementation.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.Source">
            <summary>
            An identifier for the client application submitting the resource or the name of an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.SourceID">
            <summary>
            The unique identifier of the resource in an external system.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.StartAt">
            <summary>
            The date and time at which the Status field of the first tasks of the workflow will automatically be set to &quot;Assigned&quot;.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.Status">
            <summary>
            Automatically set based on the status of the workflow&apos;s tasks.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.Subject">
            <summary>
            A short description of the objective of the workflow.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.TemplateId">
            <summary>
            The workflow template that was used to register the workflow.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.WorkflowType">
            <summary>
            Used to indicate whether the workflow needs to be implemented following the procedure steps for application changes or for infrastructure changes.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.Properties">
            <summary>
            An array of Workflow properties to include in the response.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.Client">
            <summary>
            The client used to execute the update mutation. If not provided, the default client is used.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.BeginProcessing">
            <summary>
            Initializes the processing of the command.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.ProcessRecord">
            <summary>
            Executes query against the Xurrent GraphQL API.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.Commands.SetWorkflowCommand.EndProcessing">
            <summary>
            Completes the processing of the command. This method is called once after all records have been processed.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.Enumerators.DataExportFormat">
            <summary>
            The export data formats.
            </summary>
        </member>
        <member name="F:Xurrent.GraphQL.PowerShell.Enumerators.DataExportFormat.CSV">
            <summary>
            Export as CSV.
            </summary>
        </member>
        <member name="F:Xurrent.GraphQL.PowerShell.Enumerators.DataExportFormat.Excel">
            <summary>
            Export as Excel.
            </summary>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.ExceptionExtension">
            <summary>
            Provides extension methods for the <see cref="T:System.Exception"/> class to handle terminating errors in PowerShell cmdlets.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.ExceptionExtension.ThrowAsTerminatingError(System.Exception,System.Management.Automation.PSCmdlet,System.String,System.Management.Automation.ErrorCategory,System.Object)">
            <summary>
            Throws the specified exception as a terminating error in the given <see cref="T:System.Management.Automation.PSCmdlet"/>.
            </summary>
            <param name="exception">The exception to be thrown as a terminating error.</param>
            <param name="cmdlet">The cmdlet in which the error occurred.</param>
            <param name="errorId">A unique identifier for the error.</param>
            <param name="errorCategory">The category of the error.</param>
            <param name="targetObject">The target object related to the error. This parameter is optional.</param>
            <exception cref="T:System.ArgumentNullException">Thrown if <paramref name="exception"/> or <paramref name="cmdlet"/> is null.</exception>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.PSCmdletExtensions">
            <summary>
            Provides extension methods for PSCmdlet to enhance logging and tracing capabilities within PowerShell cmdlets.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.PSCmdletExtensions.StartProcessingHeader(System.Management.Automation.PSCmdlet)">
            <summary>
            Starts processing for a cmdlet and logs a start message.
            If verbose logging is enabled, it also sets up a trace listener to capture detailed execution logs.
            </summary>
            <param name="cmdlet">The instance of the cmdlet executing this method.</param>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.PSCmdletExtensions.WriteParameters(System.Management.Automation.PSCmdlet)">
            <summary>
            Logs each bound parameter and its corresponding value to the verbose output, provided verbose mode is active.
            </summary>
            <param name="cmdlet">The cmdlet instance for which parameters are being logged.</param>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.PSCmdletExtensions.EndProcessingFooter(System.Management.Automation.PSCmdlet)">
            <summary>
            Logs the end of a cmdlet's execution and manages the trace listener if verbose mode is enabled.
            </summary>
            <param name="cmdlet">The instance of the cmdlet executing this method.</param>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.CustomFilter">
            <summary>
            Represents a customizable filter for data operations, supporting various filter operations based on specified field names, operations, and values.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.CustomFilter.Name">
            <summary>
            Gets the name of the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.CustomFilter.Operator">
            <summary>
            Gets the operator used in the filter.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.CustomFilter.Values">
            <summary>
            Gets the array of values that are used with the operator to determine if an element matches the filter.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.CustomFilter.#ctor(System.String,Xurrent.GraphQL.FilterOperator,System.String[])">
            <summary>
            Initializes a new instance of the CustomFilter class with specified parameters for name,
            operator, and filter values.
            </summary>
            <param name="name">The name of the filter, typically representing the attribute to filter on.</param>
            <param name="operator">The operator to apply in the filter.</param>
            <param name="values">The values used for filtering.</param>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.CustomFilter.IsValid(System.String@)">
            <summary>
            Validates the filter's configuration and determines whether it is set up correctly based on the
            specified operator and values. Provides an error message if the filter setup is incorrect.
            </summary>
            <param name="errorMessage">Outputs an error message describing the validation failure, if any.</param>
            <returns>True if the filter is valid; otherwise, false.</returns>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.QueryFilter`1">
            <summary>
            Represents a filter for querying data based on a specified property, operator, and value(s) of type <typeparamref name="T"/>.
            The filter can handle different types of data including strings, dates, and booleans.
            </summary>
            <typeparam name="T">The type of the entity being filtered. Must be a class.</typeparam>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.QueryFilter`1.Property">
            <summary>
            Gets or sets the property name to which the filter is applied.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.QueryFilter`1.Operator">
            <summary>
            Gets or sets the operator used for filtering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.QueryFilter`1.StringValues">
            <summary>
            Gets or sets the array of string values used for string filtering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.QueryFilter`1.DateTimeValues">
            <summary>
            Gets or sets the array of DateTime values used for date filtering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.QueryFilter`1.BooleanValue">
            <summary>
            Gets or sets the boolean value used for boolean filtering.
            </summary>
        </member>
        <member name="P:Xurrent.GraphQL.PowerShell.QueryFilter`1.FilterType">
            <summary>
            Gets the type of the filter, which corresponds to the type of the entity being filtered.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.QueryFilter`1.#ctor(System.String,Xurrent.GraphQL.FilterOperator)">
            <summary>
            Initializes a new instance of the QueryFilter class, specifying the property and operator for the filter.
            </summary>
            <param name="property">The name of the property to filter on.</param>
            <param name="operator">The operator that defines the comparison to be used in the filter.</param>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.QueryFilter`1.IsValid(System.String@)">
            <summary>
            Validates the configuration of the filter based on the type of values provided and the specified operator.
            Outputs an error message if the configuration is invalid.
            </summary>
            <param name="errorMessage">Outputs an error message describing why the filter configuration is invalid, if applicable.</param>
            <returns>True if the filter configuration is valid; otherwise false.</returns>
        </member>
        <member name="T:Xurrent.GraphQL.PowerShell.TraceListeners.PowerShellTraceListener">
            <summary>
            A custom trace listener for PowerShell that captures trace output and directs it to the verbose stream of the currently active PowerShell cmdlet.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.TraceListeners.PowerShellTraceListener.RegisterCmdlet(System.Management.Automation.PSCmdlet)">
            <summary>
            Registers the cmdlet instance which is currently being processed.
            This method should be called when a cmdlet starts processing.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.TraceListeners.PowerShellTraceListener.UnregisterCmdlet">
            <summary>
            Unregisters the most recently registered cmdlet instance.
            This method should be called when a cmdlet completes its processing.
            </summary>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.TraceListeners.PowerShellTraceListener.Write(System.String)">
            <summary>
            Writes a message to the trace listener's queue without appending a newline.
            </summary>
            <param name="message">The message to write.</param>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.TraceListeners.PowerShellTraceListener.WriteLine(System.String)">
            <summary>
            Writes a message to the trace listener's queue and appends a newline.
            </summary>
            <param name="message">The message to write.</param>
        </member>
        <member name="M:Xurrent.GraphQL.PowerShell.TraceListeners.PowerShellTraceListener.FlushMessages">
            <summary>
            Flushes all queued messages to the verbose stream of their respective cmdlets.
            This method should be called at the end of cmdlet processing to ensure all messages are displayed.
            </summary>
        </member>
    </members>
</doc>