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

DataInnerDhcpSharednetworkDeleteSuccess

Properties

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

Methods

NewDataInnerDhcpSharednetworkDeleteSuccess

func NewDataInnerDhcpSharednetworkDeleteSuccess() *DataInnerDhcpSharednetworkDeleteSuccess

NewDataInnerDhcpSharednetworkDeleteSuccess instantiates a new DataInnerDhcpSharednetworkDeleteSuccess 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

NewDataInnerDhcpSharednetworkDeleteSuccessWithDefaults

func NewDataInnerDhcpSharednetworkDeleteSuccessWithDefaults() *DataInnerDhcpSharednetworkDeleteSuccess

NewDataInnerDhcpSharednetworkDeleteSuccessWithDefaults instantiates a new DataInnerDhcpSharednetworkDeleteSuccess 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 *DataInnerDhcpSharednetworkDeleteSuccess) GetSharednetworkId() string

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

GetSharednetworkIdOk

func (o *DataInnerDhcpSharednetworkDeleteSuccess) 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 *DataInnerDhcpSharednetworkDeleteSuccess) SetSharednetworkId(v string)

SetSharednetworkId sets SharednetworkId field to given value.

HasSharednetworkId

func (o *DataInnerDhcpSharednetworkDeleteSuccess) HasSharednetworkId() bool

HasSharednetworkId returns a boolean if a field has been set.

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