Skip to content

Latest commit

 

History

History
executable file
·
56 lines (31 loc) · 1.99 KB

DhcpSharednetworkAddSuccessData.md

File metadata and controls

executable file
·
56 lines (31 loc) · 1.99 KB

DhcpSharednetworkAddSuccessData

Properties

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

Methods

NewDhcpSharednetworkAddSuccessData

func NewDhcpSharednetworkAddSuccessData() *DhcpSharednetworkAddSuccessData

NewDhcpSharednetworkAddSuccessData instantiates a new DhcpSharednetworkAddSuccessData 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

NewDhcpSharednetworkAddSuccessDataWithDefaults

func NewDhcpSharednetworkAddSuccessDataWithDefaults() *DhcpSharednetworkAddSuccessData

NewDhcpSharednetworkAddSuccessDataWithDefaults instantiates a new DhcpSharednetworkAddSuccessData 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

GetSharednetworkId

func (o *DhcpSharednetworkAddSuccessData) GetSharednetworkId() string

GetSharednetworkId returns the SharednetworkId field if non-nil, zero value otherwise.

GetSharednetworkIdOk

func (o *DhcpSharednetworkAddSuccessData) GetSharednetworkIdOk() (*string, bool)

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

SetSharednetworkId

func (o *DhcpSharednetworkAddSuccessData) SetSharednetworkId(v string)

SetSharednetworkId sets SharednetworkId field to given value.

HasSharednetworkId

func (o *DhcpSharednetworkAddSuccessData) HasSharednetworkId() bool

HasSharednetworkId returns a boolean if a field has been set.

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