publicationType property

String? publicationType
getter/setter pair

The publication entity type (for-profit vs non-profit).

Defaults to FOR_PROFIT if omitted.

Optional. Possible string values are:

  • "PUBLICATION_TYPE_UNSPECIFIED" : Unspecified publication type.
  • "FOR_PROFIT" : For-profit entity.
  • "NON_PROFIT" : Non-profit entity.

Implementation

core.String? publicationType;