published property

bool? published
getter/setter pair

Denotes whether the catalog item is published to the portal or is in a draft state.

When the parent portal is enrolled in the audience management feature, the visibility must be further managed in the management UI (see Manage the visibility of an API in your portal) before it can be visible to any users. If not enrolled in the audience management feature, the visibility is further managed by the anonAllowed flag.

Optional.

Implementation

core.bool? published;