Name | Type | Description | Notes |
---|---|---|---|
Description | Pointer to string | An arbitrary string describing an account | [optional] |
Organization | Pointer to string | Organization to which the account belongs | [optional] |
func NewV0041OpenapiAccountsAddCondRespAccount() *V0041OpenapiAccountsAddCondRespAccount
NewV0041OpenapiAccountsAddCondRespAccount instantiates a new V0041OpenapiAccountsAddCondRespAccount 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 NewV0041OpenapiAccountsAddCondRespAccountWithDefaults() *V0041OpenapiAccountsAddCondRespAccount
NewV0041OpenapiAccountsAddCondRespAccountWithDefaults instantiates a new V0041OpenapiAccountsAddCondRespAccount 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 *V0041OpenapiAccountsAddCondRespAccount) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *V0041OpenapiAccountsAddCondRespAccount) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiAccountsAddCondRespAccount) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *V0041OpenapiAccountsAddCondRespAccount) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *V0041OpenapiAccountsAddCondRespAccount) GetOrganization() string
GetOrganization returns the Organization field if non-nil, zero value otherwise.
func (o *V0041OpenapiAccountsAddCondRespAccount) GetOrganizationOk() (*string, bool)
GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiAccountsAddCondRespAccount) SetOrganization(v string)
SetOrganization sets Organization field to given value.
func (o *V0041OpenapiAccountsAddCondRespAccount) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.