modules property
- @TagNumber(1)
A listed of modules. When authenticated, this API will return modules that are private for this org. Public modules are always returned.
Implementation
@$pb.TagNumber(1)
$core.List<Module> get modules => $_getList(0);