Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.65 KB

ObjectReference.md

File metadata and controls

108 lines (59 loc) · 2.65 KB

ObjectReference

Properties

Name Type Description Notes
Href Pointer to string [optional]
Id Pointer to string [optional]
Kind Pointer to string [optional]

Methods

NewObjectReference

func NewObjectReference() *ObjectReference

NewObjectReference instantiates a new ObjectReference 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

NewObjectReferenceWithDefaults

func NewObjectReferenceWithDefaults() *ObjectReference

NewObjectReferenceWithDefaults instantiates a new ObjectReference 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

GetHref

func (o *ObjectReference) GetHref() string

GetHref returns the Href field if non-nil, zero value otherwise.

GetHrefOk

func (o *ObjectReference) GetHrefOk() (*string, bool)

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

SetHref

func (o *ObjectReference) SetHref(v string)

SetHref sets Href field to given value.

HasHref

func (o *ObjectReference) HasHref() bool

HasHref returns a boolean if a field has been set.

GetId

func (o *ObjectReference) GetId() string

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

GetIdOk

func (o *ObjectReference) 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 *ObjectReference) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ObjectReference) HasId() bool

HasId returns a boolean if a field has been set.

GetKind

func (o *ObjectReference) GetKind() string

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

GetKindOk

func (o *ObjectReference) 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 *ObjectReference) SetKind(v string)

SetKind sets Kind field to given value.

HasKind

func (o *ObjectReference) HasKind() bool

HasKind returns a boolean if a field has been set.

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