visibility property

String? visibility
getter/setter pair

The visibility of this property.

Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.

Implementation

core.String? visibility;