Skip to content

LocationAndIspInfoOpenApiVO

Properties

Name Type Description Notes
LocationAndIsp Pointer to []LocationOpenApiVO Location and ISP info, including index and name. [optional]

Methods

NewLocationAndIspInfoOpenApiVO

func NewLocationAndIspInfoOpenApiVO() *LocationAndIspInfoOpenApiVO

NewLocationAndIspInfoOpenApiVO instantiates a new LocationAndIspInfoOpenApiVO 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

NewLocationAndIspInfoOpenApiVOWithDefaults

func NewLocationAndIspInfoOpenApiVOWithDefaults() *LocationAndIspInfoOpenApiVO

NewLocationAndIspInfoOpenApiVOWithDefaults instantiates a new LocationAndIspInfoOpenApiVO 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

GetLocationAndIsp

func (o *LocationAndIspInfoOpenApiVO) GetLocationAndIsp() []LocationOpenApiVO

GetLocationAndIsp returns the LocationAndIsp field if non-nil, zero value otherwise.

GetLocationAndIspOk

func (o *LocationAndIspInfoOpenApiVO) GetLocationAndIspOk() (*[]LocationOpenApiVO, bool)

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

SetLocationAndIsp

func (o *LocationAndIspInfoOpenApiVO) SetLocationAndIsp(v []LocationOpenApiVO)

SetLocationAndIsp sets LocationAndIsp field to given value.

HasLocationAndIsp

func (o *LocationAndIspInfoOpenApiVO) HasLocationAndIsp() bool

HasLocationAndIsp returns a boolean if a field has been set.

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