classSnapshotRefType(str,Enum):BRANCH="branch"TAG="tag"def__repr__(self)->str:"""Return the string representation of the SnapshotRefType class."""returnf"SnapshotRefType.{self.name}"def__str__(self)->str:"""Return the string representation of the SnapshotRefType class."""returnself.value