Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.85 KB

V0041OpenapiAccountsAddCondRespAccount.md

File metadata and controls

82 lines (45 loc) · 2.85 KB

V0041OpenapiAccountsAddCondRespAccount

Properties

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]

Methods

NewV0041OpenapiAccountsAddCondRespAccount

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

NewV0041OpenapiAccountsAddCondRespAccountWithDefaults

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

GetDescription

func (o *V0041OpenapiAccountsAddCondRespAccount) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *V0041OpenapiAccountsAddCondRespAccount) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *V0041OpenapiAccountsAddCondRespAccount) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetOrganization

func (o *V0041OpenapiAccountsAddCondRespAccount) GetOrganization() string

GetOrganization returns the Organization field if non-nil, zero value otherwise.

GetOrganizationOk

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.

SetOrganization

func (o *V0041OpenapiAccountsAddCondRespAccount) SetOrganization(v string)

SetOrganization sets Organization field to given value.

HasOrganization

func (o *V0041OpenapiAccountsAddCondRespAccount) HasOrganization() bool

HasOrganization returns a boolean if a field has been set.

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