A video content block (type: "video").
type: "video"
@type resolution() :: :low | :medium | :high | :ultra_high | String.t()
@type t() :: %Gemini.Types.Interactions.VideoContent{ data: String.t() | nil, mime_type: String.t() | nil, resolution: resolution() | nil, type: String.t(), uri: String.t() | nil }
@spec from_api(map() | nil) :: t() | nil
@spec to_api(t() | map() | nil) :: map() | nil