| Name | Type | Description | Notes |
|---|---|---|---|
| AssociationCondition | V0044UsersAddCond | ||
| User | V0044UserShort | ||
| Meta | Pointer to V0044OpenapiMeta | [optional] | |
| Errors | Pointer to []V0044OpenapiError | [optional] | |
| Warnings | Pointer to []V0044OpenapiWarning | [optional] |
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
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
func (o *V0044OpenapiUsersAddCondResp) GetAssociationCondition() V0044UsersAddCond
GetAssociationCondition returns the AssociationCondition field if non-nil, zero value otherwise.
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.
func (o *V0044OpenapiUsersAddCondResp) SetAssociationCondition(v V0044UsersAddCond)
SetAssociationCondition sets AssociationCondition field to given value.
func (o *V0044OpenapiUsersAddCondResp) GetUser() V0044UserShort
GetUser returns the User field if non-nil, zero value otherwise.
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.
func (o *V0044OpenapiUsersAddCondResp) SetUser(v V0044UserShort)
SetUser sets User field to given value.
func (o *V0044OpenapiUsersAddCondResp) GetMeta() V0044OpenapiMeta
GetMeta returns the Meta field if non-nil, zero value otherwise.
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.
func (o *V0044OpenapiUsersAddCondResp) SetMeta(v V0044OpenapiMeta)
SetMeta sets Meta field to given value.
func (o *V0044OpenapiUsersAddCondResp) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (o *V0044OpenapiUsersAddCondResp) GetErrors() []V0044OpenapiError
GetErrors returns the Errors field if non-nil, zero value otherwise.
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.
func (o *V0044OpenapiUsersAddCondResp) SetErrors(v []V0044OpenapiError)
SetErrors sets Errors field to given value.
func (o *V0044OpenapiUsersAddCondResp) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *V0044OpenapiUsersAddCondResp) GetWarnings() []V0044OpenapiWarning
GetWarnings returns the Warnings field if non-nil, zero value otherwise.
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.
func (o *V0044OpenapiUsersAddCondResp) SetWarnings(v []V0044OpenapiWarning)
SetWarnings sets Warnings field to given value.
func (o *V0044OpenapiUsersAddCondResp) HasWarnings() bool
HasWarnings returns a boolean if a field has been set.