generationScopes property

List<String>? generationScopes
getter/setter pair

Specifies which components of the data documentation to generate.

Any component that is required to generate the specified components will also be generated. If no generation scope is specified, all available documentation components will be generated.

Optional.

Implementation

core.List<core.String>? generationScopes;