共用方式為


GetTagsResponse type

包含 getTags 作業的響應數據。

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