ownerDomain property

String? ownerDomain
getter/setter pair

The domain of the owner of this API.

Together with the ownerName and a packagePath values, this can be used to generate a library for this API which would have a unique fully qualified name.

Implementation

core.String? ownerDomain;