Current section
Files
Jump to
Current section
Files
include/organization.hrl
-ifndef(ORGANIZATION_HRL).
-define(ORGANIZATION_HRL, true).
-include("location.hrl").
-record('Organization', { name = [] :: [] | binary(),
url = [] :: [] | string(),
location = [] :: [] | #'Loc'{},
type = [] :: term() }).
-endif.