Skip to content

Latest commit

 

History

History
150 lines (81 loc) · 4.65 KB

File metadata and controls

150 lines (81 loc) · 4.65 KB

V0044OpenapiUsersAddCondResp

Properties

Name Type Description Notes
AssociationCondition V0044UsersAddCond
User V0044UserShort
Meta Pointer to V0044OpenapiMeta [optional]
Errors Pointer to []V0044OpenapiError [optional]
Warnings Pointer to []V0044OpenapiWarning [optional]

Methods

NewV0044OpenapiUsersAddCondResp

func NewV0044OpenapiUsersAddCondResp(associationCondition V0044UsersAddCond, user V0044UserShort, ) *V0044OpenapiUsersAddCondResp

NewV0044OpenapiUsersAddCondResp instantiates a new V0044OpenapiUsersAddCondResp 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

NewV0044OpenapiUsersAddCondRespWithDefaults

func NewV0044OpenapiUsersAddCondRespWithDefaults() *V0044OpenapiUsersAddCondResp

NewV0044OpenapiUsersAddCondRespWithDefaults instantiates a new V0044OpenapiUsersAddCondResp 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

GetAssociationCondition

func (o *V0044OpenapiUsersAddCondResp) GetAssociationCondition() V0044UsersAddCond

GetAssociationCondition returns the AssociationCondition field if non-nil, zero value otherwise.

GetAssociationConditionOk

func (o *V0044OpenapiUsersAddCondResp) GetAssociationConditionOk() (*V0044UsersAddCond, bool)

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

SetAssociationCondition

func (o *V0044OpenapiUsersAddCondResp) SetAssociationCondition(v V0044UsersAddCond)

SetAssociationCondition sets AssociationCondition field to given value.

GetUser

func (o *V0044OpenapiUsersAddCondResp) GetUser() V0044UserShort

GetUser returns the User field if non-nil, zero value otherwise.

GetUserOk

func (o *V0044OpenapiUsersAddCondResp) GetUserOk() (*V0044UserShort, bool)

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

SetUser

func (o *V0044OpenapiUsersAddCondResp) SetUser(v V0044UserShort)

SetUser sets User field to given value.

GetMeta

func (o *V0044OpenapiUsersAddCondResp) GetMeta() V0044OpenapiMeta

GetMeta returns the Meta field if non-nil, zero value otherwise.

GetMetaOk

func (o *V0044OpenapiUsersAddCondResp) GetMetaOk() (*V0044OpenapiMeta, 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.

SetMeta

func (o *V0044OpenapiUsersAddCondResp) SetMeta(v V0044OpenapiMeta)

SetMeta sets Meta field to given value.

HasMeta

func (o *V0044OpenapiUsersAddCondResp) HasMeta() bool

HasMeta returns a boolean if a field has been set.

GetErrors

func (o *V0044OpenapiUsersAddCondResp) GetErrors() []V0044OpenapiError

GetErrors returns the Errors field if non-nil, zero value otherwise.

GetErrorsOk

func (o *V0044OpenapiUsersAddCondResp) GetErrorsOk() (*[]V0044OpenapiError, 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.

SetErrors

func (o *V0044OpenapiUsersAddCondResp) SetErrors(v []V0044OpenapiError)

SetErrors sets Errors field to given value.

HasErrors

func (o *V0044OpenapiUsersAddCondResp) HasErrors() bool

HasErrors returns a boolean if a field has been set.

GetWarnings

func (o *V0044OpenapiUsersAddCondResp) GetWarnings() []V0044OpenapiWarning

GetWarnings returns the Warnings field if non-nil, zero value otherwise.

GetWarningsOk

func (o *V0044OpenapiUsersAddCondResp) GetWarningsOk() (*[]V0044OpenapiWarning, 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.

SetWarnings

func (o *V0044OpenapiUsersAddCondResp) SetWarnings(v []V0044OpenapiWarning)

SetWarnings sets Warnings field to given value.

HasWarnings

func (o *V0044OpenapiUsersAddCondResp) HasWarnings() bool

HasWarnings returns a boolean if a field has been set.

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