/* * HyperOne API * * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * API version: 0.0.2 * Generated by: OpenAPI Generator (https://openapi-generator.tech) */ package openapi // ZoneCreateSource struct for ZoneCreateSource type ZoneCreateSource struct { DnsProbing bool `json:"dnsProbing,omitempty"` }