Compartir a través de


ObjectDataTypesListFieldsByModuleAndTypeResponse type

Contiene datos de respuesta para la operación listFieldsByModuleAndType.

type ObjectDataTypesListFieldsByModuleAndTypeResponse = TypeFieldListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: TypeFieldListResult
  }
}