tagState property

String? tagState
getter/setter pair

Match versions by tag status. Possible string values are:

  • "TAG_STATE_UNSPECIFIED" : Tag status not specified.
  • "TAGGED" : Applies to tagged versions only.
  • "UNTAGGED" : Applies to untagged versions only.
  • "ANY" : Applies to all versions.

Implementation

core.String? tagState;