CustomerSubscriptionsListResponse type
Berisi data respons untuk operasi daftar.
type CustomerSubscriptionsListResponse = CustomerSubscriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CustomerSubscriptionList
}
}