Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.76 KB

OutputRef.md

File metadata and controls

72 lines (39 loc) · 1.76 KB

OutputRef

Properties

Name Type Description Notes
Hint int32
Key string

Methods

NewOutputRef

func NewOutputRef(hint int32, key string, ) *OutputRef

NewOutputRef instantiates a new OutputRef 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

NewOutputRefWithDefaults

func NewOutputRefWithDefaults() *OutputRef

NewOutputRefWithDefaults instantiates a new OutputRef 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

GetHint

func (o *OutputRef) GetHint() int32

GetHint returns the Hint field if non-nil, zero value otherwise.

GetHintOk

func (o *OutputRef) GetHintOk() (*int32, bool)

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

SetHint

func (o *OutputRef) SetHint(v int32)

SetHint sets Hint field to given value.

GetKey

func (o *OutputRef) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *OutputRef) GetKeyOk() (*string, bool)

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

SetKey

func (o *OutputRef) SetKey(v string)

SetKey sets Key field to given value.

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