EndpointKeysGetKeysResponse type
Obsahuje data odpovědi pro operaci getKeys.
type EndpointKeysGetKeysResponse = EndpointKeysDTO & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EndpointKeysDTO
}
}