Skip to main content

SendClassifyMachineAccountFromSource200Response

Properties

NameTypeDescriptionNotes
AccountsSubmittedForProcessingInt32Returns the number of all the accounts from source submitted for processing.[optional]

Examples

  • Prepare the resource
$SendClassifyMachineAccountFromSource200Response = Initialize-V2025SendClassifyMachineAccountFromSource200Response  -AccountsSubmittedForProcessing 100
  • Convert the resource to JSON
$SendClassifyMachineAccountFromSource200Response | ConvertTo-JSON

[Back to top]