Share via


CreateTagResponse type

createTag 操作の応答データを格納します。

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