visibility property
The metadata visibility.
Developer metadata must always have a visibility specified. Possible string values are:
- "DEVELOPER_METADATA_VISIBILITY_UNSPECIFIED" : Default value.
- "DOCUMENT" : Document-visible metadata is accessible from any developer project with access to the document.
- "PROJECT" : Project-visible metadata is only visible to and accessible by the developer project that created the metadata.
Implementation
core.String? visibility;