Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.82 KB

File metadata and controls

56 lines (31 loc) · 1.82 KB

DataInnerVlanRangeAddSuccess

Properties

Name Type Description Notes
RangeId Pointer to string The database identifier (ID) of the object you added. [optional]

Methods

NewDataInnerVlanRangeAddSuccess

func NewDataInnerVlanRangeAddSuccess() *DataInnerVlanRangeAddSuccess

NewDataInnerVlanRangeAddSuccess instantiates a new DataInnerVlanRangeAddSuccess 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

NewDataInnerVlanRangeAddSuccessWithDefaults

func NewDataInnerVlanRangeAddSuccessWithDefaults() *DataInnerVlanRangeAddSuccess

NewDataInnerVlanRangeAddSuccessWithDefaults instantiates a new DataInnerVlanRangeAddSuccess 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

GetRangeId

func (o *DataInnerVlanRangeAddSuccess) GetRangeId() string

GetRangeId returns the RangeId field if non-nil, zero value otherwise.

GetRangeIdOk

func (o *DataInnerVlanRangeAddSuccess) GetRangeIdOk() (*string, bool)

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

SetRangeId

func (o *DataInnerVlanRangeAddSuccess) SetRangeId(v string)

SetRangeId sets RangeId field to given value.

HasRangeId

func (o *DataInnerVlanRangeAddSuccess) HasRangeId() bool

HasRangeId returns a boolean if a field has been set.

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