| Name | Type | Description | Notes |
|---|---|---|---|
| Self | CoreLink | ||
| Parent | CoreLink |
func NewParentAndSelfLinks(self CoreLink, parent CoreLink, ) *ParentAndSelfLinks
NewParentAndSelfLinks instantiates a new ParentAndSelfLinks 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 NewParentAndSelfLinksWithDefaults() *ParentAndSelfLinks
NewParentAndSelfLinksWithDefaults instantiates a new ParentAndSelfLinks 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 *ParentAndSelfLinks) GetSelf() CoreLink
GetSelf returns the Self field if non-nil, zero value otherwise.
func (o *ParentAndSelfLinks) GetSelfOk() (*CoreLink, 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 *ParentAndSelfLinks) SetSelf(v CoreLink)
SetSelf sets Self field to given value.
func (o *ParentAndSelfLinks) GetParent() CoreLink
GetParent returns the Parent field if non-nil, zero value otherwise.
func (o *ParentAndSelfLinks) GetParentOk() (*CoreLink, 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 *ParentAndSelfLinks) SetParent(v CoreLink)
SetParent sets Parent field to given value.