| Name | Type | Description | Notes |
|---|---|---|---|
| Host | string | ||
| Type | string | ||
| Answers | []NetworkOverviewDnsAnswer |
func NewNetworkOverviewDns(host string, type_ string, answers []NetworkOverviewDnsAnswer, ) *NetworkOverviewDns
NewNetworkOverviewDns instantiates a new NetworkOverviewDns object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkOverviewDnsWithDefaults() *NetworkOverviewDns
NewNetworkOverviewDnsWithDefaults instantiates a new NetworkOverviewDns object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *NetworkOverviewDns) GetHost() string
GetHost returns the Host field if non-nil, zero value otherwise.
func (o *NetworkOverviewDns) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkOverviewDns) SetHost(v string)
SetHost sets Host field to given value.
func (o *NetworkOverviewDns) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *NetworkOverviewDns) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkOverviewDns) SetType(v string)
SetType sets Type field to given value.
func (o *NetworkOverviewDns) GetAnswers() []NetworkOverviewDnsAnswer
GetAnswers returns the Answers field if non-nil, zero value otherwise.
func (o *NetworkOverviewDns) GetAnswersOk() (*[]NetworkOverviewDnsAnswer, bool)
GetAnswersOk returns a tuple with the Answers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkOverviewDns) SetAnswers(v []NetworkOverviewDnsAnswer)
SetAnswers sets Answers field to given value.