Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.1 KB

File metadata and controls

56 lines (31 loc) · 2.1 KB

DataInnerDhcpSharednetwork6EditSuccess

Properties

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

Methods

NewDataInnerDhcpSharednetwork6EditSuccess

func NewDataInnerDhcpSharednetwork6EditSuccess() *DataInnerDhcpSharednetwork6EditSuccess

NewDataInnerDhcpSharednetwork6EditSuccess instantiates a new DataInnerDhcpSharednetwork6EditSuccess 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

NewDataInnerDhcpSharednetwork6EditSuccessWithDefaults

func NewDataInnerDhcpSharednetwork6EditSuccessWithDefaults() *DataInnerDhcpSharednetwork6EditSuccess

NewDataInnerDhcpSharednetwork6EditSuccessWithDefaults instantiates a new DataInnerDhcpSharednetwork6EditSuccess 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

GetSharednetwork6Id

func (o *DataInnerDhcpSharednetwork6EditSuccess) GetSharednetwork6Id() string

GetSharednetwork6Id returns the Sharednetwork6Id field if non-nil, zero value otherwise.

GetSharednetwork6IdOk

func (o *DataInnerDhcpSharednetwork6EditSuccess) GetSharednetwork6IdOk() (*string, bool)

GetSharednetwork6IdOk returns a tuple with the Sharednetwork6Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSharednetwork6Id

func (o *DataInnerDhcpSharednetwork6EditSuccess) SetSharednetwork6Id(v string)

SetSharednetwork6Id sets Sharednetwork6Id field to given value.

HasSharednetwork6Id

func (o *DataInnerDhcpSharednetwork6EditSuccess) HasSharednetwork6Id() bool

HasSharednetwork6Id returns a boolean if a field has been set.

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