Information about a Git tag in a HuggingFace repository.
Creates a TagInfo struct from an API response.
@type t() :: %HfHub.Git.TagInfo{ message: String.t() | nil, name: String.t(), ref: String.t() | nil, target_commit: String.t() | nil }
@spec from_response(map()) :: t()