SourceControlListByAutomationAccountNextResponse type
Содержит данные ответа для операции listByAutomationAccountNext.
type SourceControlListByAutomationAccountNextResponse =
SourceControlListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SourceControlListResult
}
}