CustomerSubscriptionsGetResponse type
Obsahuje data odpovědi pro operaci get.
type CustomerSubscriptionsGetResponse = CustomerSubscription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CustomerSubscription
}
}