Share via


GetTagResponse type

getTag 操作の応答データが含まれます。

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