Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.95 KB

InStateOutput.md

File metadata and controls

72 lines (39 loc) · 1.95 KB

InStateOutput

Properties

Name Type Description Notes
Output Output
OutputId string The output ID

Methods

NewInStateOutput

func NewInStateOutput(output Output, outputId string, ) *InStateOutput

NewInStateOutput instantiates a new InStateOutput 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

NewInStateOutputWithDefaults

func NewInStateOutputWithDefaults() *InStateOutput

NewInStateOutputWithDefaults instantiates a new InStateOutput 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 *InStateOutput) GetOutput() Output

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

GetOutputOk

func (o *InStateOutput) 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 *InStateOutput) SetOutput(v Output)

SetOutput sets Output field to given value.

GetOutputId

func (o *InStateOutput) GetOutputId() string

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

GetOutputIdOk

func (o *InStateOutput) 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 *InStateOutput) SetOutputId(v string)

SetOutputId sets OutputId field to given value.

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