ExportOptions
Properties
Name | Type | Description | Notes |
OutputFormat | String | | |
ExcludePreviouslyExported | Boolean | | [optional] |
CreatedEarliestTime | System.DateTime | | [optional] |
CreatedOldestTime | System.DateTime | | [optional] |
VarFilter | String | | [optional] |
ListSeparatorToken | String | | [optional] |
Examples
$ExportOptions = Initialize-maislurp-client-powershellExportOptions -OutputFormat null `
-ExcludePreviouslyExported null `
-CreatedEarliestTime null `
-CreatedOldestTime null `
-VarFilter null `
-ListSeparatorToken null
- Convert the resource to JSON
$ExportOptions | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to ]