ExamplesAddResponse type
Содержит данные ответа для операции добавления.
type ExamplesAddResponse = LabelExampleResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: LabelExampleResponse
}
}