Name | Type | Description | Notes |
---|---|---|---|
Associations | Pointer to []V0039AssocShort | [optional] | |
Coordinators | Pointer to []V0039Coord | [optional] | |
Description | string | ||
Name | string | ||
Organization | string | ||
Flags | Pointer to []string | [optional] |
func NewV0039Account(description string, name string, organization string, ) *V0039Account
NewV0039Account instantiates a new V0039Account 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 NewV0039AccountWithDefaults() *V0039Account
NewV0039AccountWithDefaults instantiates a new V0039Account 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 *V0039Account) GetAssociations() []V0039AssocShort
GetAssociations returns the Associations field if non-nil, zero value otherwise.
func (o *V0039Account) GetAssociationsOk() (*[]V0039AssocShort, bool)
GetAssociationsOk returns a tuple with the Associations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Account) SetAssociations(v []V0039AssocShort)
SetAssociations sets Associations field to given value.
func (o *V0039Account) HasAssociations() bool
HasAssociations returns a boolean if a field has been set.
func (o *V0039Account) GetCoordinators() []V0039Coord
GetCoordinators returns the Coordinators field if non-nil, zero value otherwise.
func (o *V0039Account) GetCoordinatorsOk() (*[]V0039Coord, bool)
GetCoordinatorsOk returns a tuple with the Coordinators field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Account) SetCoordinators(v []V0039Coord)
SetCoordinators sets Coordinators field to given value.
func (o *V0039Account) HasCoordinators() bool
HasCoordinators returns a boolean if a field has been set.
func (o *V0039Account) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *V0039Account) 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 *V0039Account) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *V0039Account) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *V0039Account) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Account) SetName(v string)
SetName sets Name field to given value.
func (o *V0039Account) GetOrganization() string
GetOrganization returns the Organization field if non-nil, zero value otherwise.
func (o *V0039Account) 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 *V0039Account) SetOrganization(v string)
SetOrganization sets Organization field to given value.
func (o *V0039Account) GetFlags() []string
GetFlags returns the Flags field if non-nil, zero value otherwise.
func (o *V0039Account) GetFlagsOk() (*[]string, bool)
GetFlagsOk returns a tuple with the Flags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Account) SetFlags(v []string)
SetFlags sets Flags field to given value.
func (o *V0039Account) HasFlags() bool
HasFlags returns a boolean if a field has been set.