Skip to content

Latest commit

 

History

History
171 lines (92 loc) · 4.56 KB

V0039Account.md

File metadata and controls

171 lines (92 loc) · 4.56 KB

V0039Account

Properties

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]

Methods

NewV0039Account

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

NewV0039AccountWithDefaults

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

GetAssociations

func (o *V0039Account) GetAssociations() []V0039AssocShort

GetAssociations returns the Associations field if non-nil, zero value otherwise.

GetAssociationsOk

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.

SetAssociations

func (o *V0039Account) SetAssociations(v []V0039AssocShort)

SetAssociations sets Associations field to given value.

HasAssociations

func (o *V0039Account) HasAssociations() bool

HasAssociations returns a boolean if a field has been set.

GetCoordinators

func (o *V0039Account) GetCoordinators() []V0039Coord

GetCoordinators returns the Coordinators field if non-nil, zero value otherwise.

GetCoordinatorsOk

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.

SetCoordinators

func (o *V0039Account) SetCoordinators(v []V0039Coord)

SetCoordinators sets Coordinators field to given value.

HasCoordinators

func (o *V0039Account) HasCoordinators() bool

HasCoordinators returns a boolean if a field has been set.

GetDescription

func (o *V0039Account) GetDescription() string

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

GetDescriptionOk

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.

SetDescription

func (o *V0039Account) SetDescription(v string)

SetDescription sets Description field to given value.

GetName

func (o *V0039Account) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *V0039Account) SetName(v string)

SetName sets Name field to given value.

GetOrganization

func (o *V0039Account) GetOrganization() string

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

GetOrganizationOk

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.

SetOrganization

func (o *V0039Account) SetOrganization(v string)

SetOrganization sets Organization field to given value.

GetFlags

func (o *V0039Account) GetFlags() []string

GetFlags returns the Flags field if non-nil, zero value otherwise.

GetFlagsOk

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.

SetFlags

func (o *V0039Account) SetFlags(v []string)

SetFlags sets Flags field to given value.

HasFlags

func (o *V0039Account) HasFlags() bool

HasFlags returns a boolean if a field has been set.

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