isPubliclyReadable property

bool? isPubliclyReadable
getter/setter pair

Indicates whether tags created with this template are public.

Public tags do not require tag template access to appear in ListTags API response. Additionally, you can search for a public tag by value with a simple search query in addition to using a tag: predicate.

Implementation

core.bool? isPubliclyReadable;