共用方式為


CreateTagResponse type

包含 createTag 作業的回應資料。

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