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] |
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
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
func (o *NodeInheritedPropertiesPropertiesInnerHierarchyInner) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
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.
func (o *NodeInheritedPropertiesPropertiesInnerHierarchyInner) SetKind(v string)
SetKind sets Kind field to given value.
func (o *NodeInheritedPropertiesPropertiesInnerHierarchyInner) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
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.
func (o *NodeInheritedPropertiesPropertiesInnerHierarchyInner) SetValue(v string)
SetValue sets Value field to given value.
func (o *NodeInheritedPropertiesPropertiesInnerHierarchyInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *NodeInheritedPropertiesPropertiesInnerHierarchyInner) SetId(v string)
SetId sets Id field to given value.
func (o *NodeInheritedPropertiesPropertiesInnerHierarchyInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *NodeInheritedPropertiesPropertiesInnerHierarchyInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *NodeInheritedPropertiesPropertiesInnerHierarchyInner) SetName(v string)
SetName sets Name field to given value.
func (o *NodeInheritedPropertiesPropertiesInnerHierarchyInner) HasName() bool
HasName returns a boolean if a field has been set.