|
Asterisk - The Open Source Telephony Project GIT-master-4f2b068
|
Data Fields | |
| int | max_allowed |
| int | min_required |
| const char * | name |
| int(* | validator )(const char *name, const char *value, const struct ast_variable *varlist, char **result) |
Definition at line 23 of file geoloc_gml.c.
| int max_allowed |
Definition at line 26 of file geoloc_gml.c.
Referenced by handle_gml_show().
| int min_required |
Definition at line 25 of file geoloc_gml.c.
Referenced by handle_gml_show().
| const char* name |
Definition at line 24 of file geoloc_gml.c.
Referenced by PathSegment::get_child(), handle_gml_show(), and SwaggerType::load().
| int(* validator) (const char *name, const char *value, const struct ast_variable *varlist, char **result) |
Definition at line 27 of file geoloc_gml.c.