Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.89 KB

File metadata and controls

56 lines (31 loc) · 1.89 KB

DataInnerDhcpScope6DeleteSuccess

Properties

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

Methods

NewDataInnerDhcpScope6DeleteSuccess

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

NewDataInnerDhcpScope6DeleteSuccessWithDefaults

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

GetScope6Id

func (o *DataInnerDhcpScope6DeleteSuccess) GetScope6Id() string

GetScope6Id returns the Scope6Id field if non-nil, zero value otherwise.

GetScope6IdOk

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.

SetScope6Id

func (o *DataInnerDhcpScope6DeleteSuccess) SetScope6Id(v string)

SetScope6Id sets Scope6Id field to given value.

HasScope6Id

func (o *DataInnerDhcpScope6DeleteSuccess) HasScope6Id() bool

HasScope6Id returns a boolean if a field has been set.

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