RateCardGetResponse type
Alma işlemi için yanıt verilerini içerir.
type RateCardGetResponse = ResourceRateCardInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ResourceRateCardInfo
}
}