Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.33 KB

IPAssignmentMetro.md

File metadata and controls

134 lines (73 loc) · 3.33 KB

IPAssignmentMetro

Properties

Name Type Description Notes
Code Pointer to string [optional]
Country Pointer to string [optional]
Id Pointer to string [optional]
Name Pointer to string [optional]

Methods

NewIPAssignmentMetro

func NewIPAssignmentMetro() *IPAssignmentMetro

NewIPAssignmentMetro instantiates a new IPAssignmentMetro 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

NewIPAssignmentMetroWithDefaults

func NewIPAssignmentMetroWithDefaults() *IPAssignmentMetro

NewIPAssignmentMetroWithDefaults instantiates a new IPAssignmentMetro 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

GetCode

func (o *IPAssignmentMetro) GetCode() string

GetCode returns the Code field if non-nil, zero value otherwise.

GetCodeOk

func (o *IPAssignmentMetro) GetCodeOk() (*string, bool)

GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCode

func (o *IPAssignmentMetro) SetCode(v string)

SetCode sets Code field to given value.

HasCode

func (o *IPAssignmentMetro) HasCode() bool

HasCode returns a boolean if a field has been set.

GetCountry

func (o *IPAssignmentMetro) GetCountry() string

GetCountry returns the Country field if non-nil, zero value otherwise.

GetCountryOk

func (o *IPAssignmentMetro) GetCountryOk() (*string, bool)

GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCountry

func (o *IPAssignmentMetro) SetCountry(v string)

SetCountry sets Country field to given value.

HasCountry

func (o *IPAssignmentMetro) HasCountry() bool

HasCountry returns a boolean if a field has been set.

GetId

func (o *IPAssignmentMetro) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *IPAssignmentMetro) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *IPAssignmentMetro) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *IPAssignmentMetro) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *IPAssignmentMetro) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *IPAssignmentMetro) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *IPAssignmentMetro) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *IPAssignmentMetro) HasName() bool

HasName returns a boolean if a field has been set.

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