CredentialListByAutomationAccountNextResponse type

Contains response data for the listByAutomationAccountNext operation.

type CredentialListByAutomationAccountNextResponse = CredentialListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CredentialListResult
  }
}