Name | Type | Description | Notes |
---|---|---|---|
TRES | []V0040Tres | ||
Meta | Pointer to V0040OpenapiMeta | [optional] | |
Errors | Pointer to []V0040OpenapiError | [optional] | |
Warnings | Pointer to []V0040OpenapiWarning | [optional] |
func NewV0040OpenapiTresResp(tRES []V0040Tres, ) *V0040OpenapiTresResp
NewV0040OpenapiTresResp instantiates a new V0040OpenapiTresResp 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
func NewV0040OpenapiTresRespWithDefaults() *V0040OpenapiTresResp
NewV0040OpenapiTresRespWithDefaults instantiates a new V0040OpenapiTresResp 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
func (o *V0040OpenapiTresResp) GetTRES() []V0040Tres
GetTRES returns the TRES field if non-nil, zero value otherwise.
func (o *V0040OpenapiTresResp) GetTRESOk() (*[]V0040Tres, 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.
func (o *V0040OpenapiTresResp) SetTRES(v []V0040Tres)
SetTRES sets TRES field to given value.
func (o *V0040OpenapiTresResp) GetMeta() V0040OpenapiMeta
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *V0040OpenapiTresResp) GetMetaOk() (*V0040OpenapiMeta, bool)
GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040OpenapiTresResp) SetMeta(v V0040OpenapiMeta)
SetMeta sets Meta field to given value.
func (o *V0040OpenapiTresResp) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (o *V0040OpenapiTresResp) GetErrors() []V0040OpenapiError
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *V0040OpenapiTresResp) GetErrorsOk() (*[]V0040OpenapiError, bool)
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040OpenapiTresResp) SetErrors(v []V0040OpenapiError)
SetErrors sets Errors field to given value.
func (o *V0040OpenapiTresResp) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *V0040OpenapiTresResp) GetWarnings() []V0040OpenapiWarning
GetWarnings returns the Warnings field if non-nil, zero value otherwise.
func (o *V0040OpenapiTresResp) GetWarningsOk() (*[]V0040OpenapiWarning, bool)
GetWarningsOk returns a tuple with the Warnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040OpenapiTresResp) SetWarnings(v []V0040OpenapiWarning)
SetWarnings sets Warnings field to given value.
func (o *V0040OpenapiTresResp) HasWarnings() bool
HasWarnings returns a boolean if a field has been set.