Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.85 KB

File metadata and controls

56 lines (31 loc) · 1.85 KB

DataInnerDhcpRange6AddSuccess

Properties

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

Methods

NewDataInnerDhcpRange6AddSuccess

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

NewDataInnerDhcpRange6AddSuccessWithDefaults

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

GetRange6Id

func (o *DataInnerDhcpRange6AddSuccess) GetRange6Id() string

GetRange6Id returns the Range6Id field if non-nil, zero value otherwise.

GetRange6IdOk

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.

SetRange6Id

func (o *DataInnerDhcpRange6AddSuccess) SetRange6Id(v string)

SetRange6Id sets Range6Id field to given value.

HasRange6Id

func (o *DataInnerDhcpRange6AddSuccess) HasRange6Id() bool

HasRange6Id returns a boolean if a field has been set.

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