Delen via


CreateTagResponse type

Bevat antwoordgegevens voor de createTag-bewerking.

type CreateTagResponse = Tag & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Tag }
}