| Name | Type | Description | Notes |
|---|---|---|---|
| Scope6Id | Pointer to string | The database identifier (ID) of the object you deleted. | [optional] |
func NewDataInnerDhcpScope6DeleteSuccess() *DataInnerDhcpScope6DeleteSuccess
NewDataInnerDhcpScope6DeleteSuccess instantiates a new DataInnerDhcpScope6DeleteSuccess 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 NewDataInnerDhcpScope6DeleteSuccessWithDefaults() *DataInnerDhcpScope6DeleteSuccess
NewDataInnerDhcpScope6DeleteSuccessWithDefaults instantiates a new DataInnerDhcpScope6DeleteSuccess 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 *DataInnerDhcpScope6DeleteSuccess) GetScope6Id() string
GetScope6Id returns the Scope6Id field if non-nil, zero value otherwise.
func (o *DataInnerDhcpScope6DeleteSuccess) GetScope6IdOk() (*string, bool)
GetScope6IdOk returns a tuple with the Scope6Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerDhcpScope6DeleteSuccess) SetScope6Id(v string)
SetScope6Id sets Scope6Id field to given value.
func (o *DataInnerDhcpScope6DeleteSuccess) HasScope6Id() bool
HasScope6Id returns a boolean if a field has been set.