Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.59 KB

Dbv0039TresUpdate.md

File metadata and controls

56 lines (31 loc) · 1.59 KB

Dbv0039TresUpdate

Properties

Name Type Description Notes
Tres Pointer to []V0039Tres [optional]

Methods

NewDbv0039TresUpdate

func NewDbv0039TresUpdate() *Dbv0039TresUpdate

NewDbv0039TresUpdate instantiates a new Dbv0039TresUpdate 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

NewDbv0039TresUpdateWithDefaults

func NewDbv0039TresUpdateWithDefaults() *Dbv0039TresUpdate

NewDbv0039TresUpdateWithDefaults instantiates a new Dbv0039TresUpdate 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

GetTres

func (o *Dbv0039TresUpdate) GetTres() []V0039Tres

GetTres returns the Tres field if non-nil, zero value otherwise.

GetTresOk

func (o *Dbv0039TresUpdate) GetTresOk() (*[]V0039Tres, bool)

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

SetTres

func (o *Dbv0039TresUpdate) SetTres(v []V0039Tres)

SetTres sets Tres field to given value.

HasTres

func (o *Dbv0039TresUpdate) HasTres() bool

HasTres returns a boolean if a field has been set.

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