ModelExamplesMethodResponse type

Contains response data for the examplesMethod operation.

type ModelExamplesMethodResponse = LabelTextObject[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: LabelTextObject[]
  }
}