共用方式為


GetTagsResponse type

包含 getTags 作業的回應資料。

type GetTagsResponse = Tag[] & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Tag[] }
}