Name | Type | Description | Notes |
---|---|---|---|
Self | Self | ||
Parent | Parent | ||
ValidateSet | ValidateSet |
func NewLinks(self Self, parent Parent, validateSet ValidateSet, ) *Links
NewLinks instantiates a new Links 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 NewLinksWithDefaults() *Links
NewLinksWithDefaults instantiates a new Links 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 *Links) GetSelf() Self
GetSelf returns the Self field if non-nil, zero value otherwise.
func (o *Links) GetSelfOk() (*Self, bool)
GetSelfOk returns a tuple with the Self field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Links) SetSelf(v Self)
SetSelf sets Self field to given value.
func (o *Links) GetParent() Parent
GetParent returns the Parent field if non-nil, zero value otherwise.
func (o *Links) GetParentOk() (*Parent, bool)
GetParentOk returns a tuple with the Parent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Links) SetParent(v Parent)
SetParent sets Parent field to given value.
func (o *Links) GetValidateSet() ValidateSet
GetValidateSet returns the ValidateSet field if non-nil, zero value otherwise.
func (o *Links) GetValidateSetOk() (*ValidateSet, bool)
GetValidateSetOk returns a tuple with the ValidateSet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Links) SetValidateSet(v ValidateSet)
SetValidateSet sets ValidateSet field to given value.