| Name | Type | Description | Notes |
|---|---|---|---|
| RangeId | Pointer to string | The database identifier (ID) of the object you added. | [optional] |
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
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
func (o *DataInnerVlanRangeAddSuccess) GetRangeId() string
GetRangeId returns the RangeId field if non-nil, zero value otherwise.
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.
func (o *DataInnerVlanRangeAddSuccess) SetRangeId(v string)
SetRangeId sets RangeId field to given value.
func (o *DataInnerVlanRangeAddSuccess) HasRangeId() bool
HasRangeId returns a boolean if a field has been set.