kind property

String? kind
getter/setter pair

The alias kind. Possible string values are:

  • "KIND_UNSPECIFIED" : Unknown.
  • "FIXED" : Git tag.
  • "MOVABLE" : Git branch.
  • "OTHER" : Used to specify non-standard aliases. For example, if a Git repo has a ref named "refs/foo/bar".

Implementation

core.String? kind;