FeaturesListResponse type

Obsahuje data odpovědi pro operaci seznamu.

type FeaturesListResponse = FeaturesResponseObject & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: FeaturesResponseObject
  }
}