ObjectDataTypesListFieldsByModuleAndTypeResponse type
listFieldsByModuleAndType 操作の応答データを格納します。
type ObjectDataTypesListFieldsByModuleAndTypeResponse = TypeFieldListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: TypeFieldListResult
}
}