visibility property

String? visibility
getter/setter pair

Visibility status of link. Possible string values are:

  • "UNSPECIFIED_VISIBILITY" : Visibility of the link is not specified.
  • "UNARCHIVED" : Link created in console and should be shown in console.
  • "ARCHIVED" : Link created in console and should not be shown in console (but can be shown in the console again if it is unarchived).
  • "NEVER_SHOWN" : Link created outside of console and should never be shown in console.

Implementation

core.String? visibility;