Skip to content

Latest commit

 

History

History
124 lines (67 loc) · 4.13 KB

NodeInheritedPropertiesPropertiesInnerHierarchyInner.md

File metadata and controls

124 lines (67 loc) · 4.13 KB

NodeInheritedPropertiesPropertiesInnerHierarchyInner

Properties

Name Type Description Notes
Kind string The kind of object from which the property's value is inherited
Value string a string representation of the value. If it was a json value, it will be escaped.
Id Pointer to string in the case of a group, its identifier [optional]
Name Pointer to string in the case of a group, its name [optional]

Methods

NewNodeInheritedPropertiesPropertiesInnerHierarchyInner

func NewNodeInheritedPropertiesPropertiesInnerHierarchyInner(kind string, value string, ) *NodeInheritedPropertiesPropertiesInnerHierarchyInner

NewNodeInheritedPropertiesPropertiesInnerHierarchyInner instantiates a new NodeInheritedPropertiesPropertiesInnerHierarchyInner 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

NewNodeInheritedPropertiesPropertiesInnerHierarchyInnerWithDefaults

func NewNodeInheritedPropertiesPropertiesInnerHierarchyInnerWithDefaults() *NodeInheritedPropertiesPropertiesInnerHierarchyInner

NewNodeInheritedPropertiesPropertiesInnerHierarchyInnerWithDefaults instantiates a new NodeInheritedPropertiesPropertiesInnerHierarchyInner 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

GetKind

func (o *NodeInheritedPropertiesPropertiesInnerHierarchyInner) GetKind() string

GetKind returns the Kind field if non-nil, zero value otherwise.

GetKindOk

func (o *NodeInheritedPropertiesPropertiesInnerHierarchyInner) GetKindOk() (*string, bool)

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

SetKind

func (o *NodeInheritedPropertiesPropertiesInnerHierarchyInner) SetKind(v string)

SetKind sets Kind field to given value.

GetValue

func (o *NodeInheritedPropertiesPropertiesInnerHierarchyInner) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *NodeInheritedPropertiesPropertiesInnerHierarchyInner) GetValueOk() (*string, bool)

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

SetValue

func (o *NodeInheritedPropertiesPropertiesInnerHierarchyInner) SetValue(v string)

SetValue sets Value field to given value.

GetId

func (o *NodeInheritedPropertiesPropertiesInnerHierarchyInner) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *NodeInheritedPropertiesPropertiesInnerHierarchyInner) GetIdOk() (*string, bool)

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

SetId

func (o *NodeInheritedPropertiesPropertiesInnerHierarchyInner) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *NodeInheritedPropertiesPropertiesInnerHierarchyInner) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *NodeInheritedPropertiesPropertiesInnerHierarchyInner) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *NodeInheritedPropertiesPropertiesInnerHierarchyInner) GetNameOk() (*string, bool)

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

SetName

func (o *NodeInheritedPropertiesPropertiesInnerHierarchyInner) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *NodeInheritedPropertiesPropertiesInnerHierarchyInner) HasName() bool

HasName returns a boolean if a field has been set.

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