Skip to content

IspOpenApiVO

Properties

Name Type Description Notes
Index int32 ISP index
Name string ISP name

Methods

NewIspOpenApiVO

func NewIspOpenApiVO(index int32, name string, ) *IspOpenApiVO

NewIspOpenApiVO instantiates a new IspOpenApiVO 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

NewIspOpenApiVOWithDefaults

func NewIspOpenApiVOWithDefaults() *IspOpenApiVO

NewIspOpenApiVOWithDefaults instantiates a new IspOpenApiVO 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

GetIndex

func (o *IspOpenApiVO) GetIndex() int32

GetIndex returns the Index field if non-nil, zero value otherwise.

GetIndexOk

func (o *IspOpenApiVO) GetIndexOk() (*int32, bool)

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

SetIndex

func (o *IspOpenApiVO) SetIndex(v int32)

SetIndex sets Index field to given value.

GetName

func (o *IspOpenApiVO) GetName() string

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

GetNameOk

func (o *IspOpenApiVO) 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 *IspOpenApiVO) SetName(v string)

SetName sets Name field to given value.

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