CertificateListByAutomationAccountNextResponse type
Berisi data respons untuk operasi listByAutomationAccountNext.
type CertificateListByAutomationAccountNextResponse = CertificateListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CertificateListResult
}
}