ServiceUnitsListResponse type
Berisi data respons untuk operasi daftar.
type ServiceUnitsListResponse = ServiceUnitResource[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceUnitResource[]
}
}