| Name | Type | Description | Notes |
|---|---|---|---|
| Range6Id | Pointer to string | The database identifier (ID) of the object you added. | [optional] |
func NewDataInnerDhcpRange6AddSuccess() *DataInnerDhcpRange6AddSuccess
NewDataInnerDhcpRange6AddSuccess instantiates a new DataInnerDhcpRange6AddSuccess 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 NewDataInnerDhcpRange6AddSuccessWithDefaults() *DataInnerDhcpRange6AddSuccess
NewDataInnerDhcpRange6AddSuccessWithDefaults instantiates a new DataInnerDhcpRange6AddSuccess 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 *DataInnerDhcpRange6AddSuccess) GetRange6Id() string
GetRange6Id returns the Range6Id field if non-nil, zero value otherwise.
func (o *DataInnerDhcpRange6AddSuccess) GetRange6IdOk() (*string, bool)
GetRange6IdOk returns a tuple with the Range6Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerDhcpRange6AddSuccess) SetRange6Id(v string)
SetRange6Id sets Range6Id field to given value.
func (o *DataInnerDhcpRange6AddSuccess) HasRange6Id() bool
HasRange6Id returns a boolean if a field has been set.