Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.64 KB

V1BuildStatusOutput.md

File metadata and controls

56 lines (31 loc) · 1.64 KB

V1BuildStatusOutput

Properties

Name Type Description Notes
To Pointer to V1BuildStatusOutputTo [optional]

Methods

NewV1BuildStatusOutput

func NewV1BuildStatusOutput() *V1BuildStatusOutput

NewV1BuildStatusOutput instantiates a new V1BuildStatusOutput 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

NewV1BuildStatusOutputWithDefaults

func NewV1BuildStatusOutputWithDefaults() *V1BuildStatusOutput

NewV1BuildStatusOutputWithDefaults instantiates a new V1BuildStatusOutput 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

GetTo

func (o *V1BuildStatusOutput) GetTo() V1BuildStatusOutputTo

GetTo returns the To field if non-nil, zero value otherwise.

GetToOk

func (o *V1BuildStatusOutput) GetToOk() (*V1BuildStatusOutputTo, bool)

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

SetTo

func (o *V1BuildStatusOutput) SetTo(v V1BuildStatusOutputTo)

SetTo sets To field to given value.

HasTo

func (o *V1BuildStatusOutput) HasTo() bool

HasTo returns a boolean if a field has been set.

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