Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.07 KB

File metadata and controls

114 lines (61 loc) · 3.07 KB

NetworkOverviewMetadata

Properties

Name Type Description Notes
Host string
CountryCode string
ASN string
Type string

Methods

NewNetworkOverviewMetadata

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

NewNetworkOverviewMetadataWithDefaults

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

GetHost

func (o *NetworkOverviewMetadata) GetHost() string

GetHost returns the Host field if non-nil, zero value otherwise.

GetHostOk

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.

SetHost

func (o *NetworkOverviewMetadata) SetHost(v string)

SetHost sets Host field to given value.

GetCountryCode

func (o *NetworkOverviewMetadata) GetCountryCode() string

GetCountryCode returns the CountryCode field if non-nil, zero value otherwise.

GetCountryCodeOk

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.

SetCountryCode

func (o *NetworkOverviewMetadata) SetCountryCode(v string)

SetCountryCode sets CountryCode field to given value.

GetASN

func (o *NetworkOverviewMetadata) GetASN() string

GetASN returns the ASN field if non-nil, zero value otherwise.

GetASNOk

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.

SetASN

func (o *NetworkOverviewMetadata) SetASN(v string)

SetASN sets ASN field to given value.

GetType

func (o *NetworkOverviewMetadata) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *NetworkOverviewMetadata) SetType(v string)

SetType sets Type field to given value.

[Back to Model list] [Back to API list] [Back to README]