共用方式為


GetTagResponse type

包含 getTag 作業的回應資料。

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