ObjectDataTypesListFieldsByTypeResponse type
包含 listFieldsByType 作業的響應數據。
type ObjectDataTypesListFieldsByTypeResponse = TypeFieldListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: TypeFieldListResult
}
}