docs/RechercherStructureResponse
FactPulse::RechercherStructureResponse
Properties
| Name |
Type |
Description |
Notes |
| code_retour |
Integer |
Code retour (0 = succès) |
|
| libelle |
String |
Message de retour |
|
| liste_structures |
Array<StructureInfo> |
|
[optional] |
| total |
Integer |
Nombre total de résultats |
[optional][default to 0] |
Example
require 'factpulse'
instance = FactPulse::RechercherStructureResponse.new(
code_retour: null,
libelle: null,
liste_structures: null,
total: null
)