Skip to content

Latest commit

 

History

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

DhcpScopeEditSuccessData.md

File metadata and controls

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

DhcpScopeEditSuccessData

Properties

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

Methods

NewDhcpScopeEditSuccessData

func NewDhcpScopeEditSuccessData() *DhcpScopeEditSuccessData

NewDhcpScopeEditSuccessData instantiates a new DhcpScopeEditSuccessData 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

NewDhcpScopeEditSuccessDataWithDefaults

func NewDhcpScopeEditSuccessDataWithDefaults() *DhcpScopeEditSuccessData

NewDhcpScopeEditSuccessDataWithDefaults instantiates a new DhcpScopeEditSuccessData 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

GetScopeId

func (o *DhcpScopeEditSuccessData) GetScopeId() string

GetScopeId returns the ScopeId field if non-nil, zero value otherwise.

GetScopeIdOk

func (o *DhcpScopeEditSuccessData) GetScopeIdOk() (*string, bool)

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

SetScopeId

func (o *DhcpScopeEditSuccessData) SetScopeId(v string)

SetScopeId sets ScopeId field to given value.

HasScopeId

func (o *DhcpScopeEditSuccessData) HasScopeId() bool

HasScopeId returns a boolean if a field has been set.

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