A custom hostname attached to a pull zone, including SSL/cert state.
Returned as part of Bunnyx.PullZone.t().hostnames from Bunnyx.PullZone.get/2.
Summary
Types
@type t() :: %Bunnyx.PullZone.Hostname{ force_ssl: boolean() | nil, has_certificate: boolean() | nil, id: pos_integer() | nil, value: String.t() | nil }