| Name | Type | Description | Notes |
|---|---|---|---|
| Host | string | ||
| CountryCode | string | ||
| ASN | string | ||
| Type | string |
func NewNetworkOverviewMetadata(host string, countryCode string, aSN string, type_ string, ) *NetworkOverviewMetadata
NewNetworkOverviewMetadata instantiates a new NetworkOverviewMetadata 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 NewNetworkOverviewMetadataWithDefaults() *NetworkOverviewMetadata
NewNetworkOverviewMetadataWithDefaults instantiates a new NetworkOverviewMetadata 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 *NetworkOverviewMetadata) GetHost() string
GetHost returns the Host field if non-nil, zero value otherwise.
func (o *NetworkOverviewMetadata) 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 *NetworkOverviewMetadata) SetHost(v string)
SetHost sets Host field to given value.
func (o *NetworkOverviewMetadata) GetCountryCode() string
GetCountryCode returns the CountryCode field if non-nil, zero value otherwise.
func (o *NetworkOverviewMetadata) GetCountryCodeOk() (*string, bool)
GetCountryCodeOk returns a tuple with the CountryCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkOverviewMetadata) SetCountryCode(v string)
SetCountryCode sets CountryCode field to given value.
func (o *NetworkOverviewMetadata) GetASN() string
GetASN returns the ASN field if non-nil, zero value otherwise.
func (o *NetworkOverviewMetadata) GetASNOk() (*string, bool)
GetASNOk returns a tuple with the ASN field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkOverviewMetadata) SetASN(v string)
SetASN sets ASN field to given value.
func (o *NetworkOverviewMetadata) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *NetworkOverviewMetadata) 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 *NetworkOverviewMetadata) SetType(v string)
SetType sets Type field to given value.