enums property

List<Enum>? enums
getter/setter pair

A list of all enum types included in this API service.

Enums referenced directly or indirectly by the apis are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnum

Implementation

core.List<Enum>? enums;