Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.87 KB

InOutput.md

File metadata and controls

72 lines (39 loc) · 1.87 KB

InOutput

Properties

Name Type Description Notes
Output Output
OutputId string The output ID

Methods

NewInOutput

func NewInOutput(output Output, outputId string, ) *InOutput

NewInOutput instantiates a new InOutput 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

NewInOutputWithDefaults

func NewInOutputWithDefaults() *InOutput

NewInOutputWithDefaults instantiates a new InOutput 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

GetOutput

func (o *InOutput) GetOutput() Output

GetOutput returns the Output field if non-nil, zero value otherwise.

GetOutputOk

func (o *InOutput) GetOutputOk() (*Output, bool)

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

SetOutput

func (o *InOutput) SetOutput(v Output)

SetOutput sets Output field to given value.

GetOutputId

func (o *InOutput) GetOutputId() string

GetOutputId returns the OutputId field if non-nil, zero value otherwise.

GetOutputIdOk

func (o *InOutput) GetOutputIdOk() (*string, bool)

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

SetOutputId

func (o *InOutput) SetOutputId(v string)

SetOutputId sets OutputId field to given value.

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