Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.79 KB

File metadata and controls

56 lines (31 loc) · 1.79 KB

DataInnerAppNodeEditSuccess

Properties

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

Methods

NewDataInnerAppNodeEditSuccess

func NewDataInnerAppNodeEditSuccess() *DataInnerAppNodeEditSuccess

NewDataInnerAppNodeEditSuccess instantiates a new DataInnerAppNodeEditSuccess 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

NewDataInnerAppNodeEditSuccessWithDefaults

func NewDataInnerAppNodeEditSuccessWithDefaults() *DataInnerAppNodeEditSuccess

NewDataInnerAppNodeEditSuccessWithDefaults instantiates a new DataInnerAppNodeEditSuccess 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

GetNodeId

func (o *DataInnerAppNodeEditSuccess) GetNodeId() string

GetNodeId returns the NodeId field if non-nil, zero value otherwise.

GetNodeIdOk

func (o *DataInnerAppNodeEditSuccess) GetNodeIdOk() (*string, bool)

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

SetNodeId

func (o *DataInnerAppNodeEditSuccess) SetNodeId(v string)

SetNodeId sets NodeId field to given value.

HasNodeId

func (o *DataInnerAppNodeEditSuccess) HasNodeId() bool

HasNodeId returns a boolean if a field has been set.

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