CertificateListByAutomationAccountNextResponse type

Contains response data for the listByAutomationAccountNext operation.

type CertificateListByAutomationAccountNextResponse = CertificateListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CertificateListResult
  }
}