ObjectDataTypesListFieldsByModuleAndTypeResponse type
Berisi data respons untuk operasi listFieldsByModuleAndType.
type ObjectDataTypesListFieldsByModuleAndTypeResponse = TypeFieldListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: TypeFieldListResult
}
}