Name | Type | Description | Notes |
---|---|---|---|
Audit | Pointer to Audit | [optional] | |
Organization | Pointer to Organization | [optional] | |
ServiceManager | Pointer to Person | [optional] | |
Children | Pointer to []Organization | [optional] | |
Parents | Pointer to []Organization | [optional] | |
Projects | Pointer to []Project | [optional] [readonly] | |
Industries | Pointer to []Industry | [optional] | |
Certifications | Pointer to []Certification | [optional] | |
Awards | Pointer to []Award | [optional] | |
Offices | Pointer to []Office | [optional] |
func NewOrganizationDetails() *OrganizationDetails
NewOrganizationDetails instantiates a new OrganizationDetails 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 NewOrganizationDetailsWithDefaults() *OrganizationDetails
NewOrganizationDetailsWithDefaults instantiates a new OrganizationDetails 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 *OrganizationDetails) GetAudit() Audit
GetAudit returns the Audit field if non-nil, zero value otherwise.
func (o *OrganizationDetails) GetAuditOk() (*Audit, bool)
GetAuditOk returns a tuple with the Audit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationDetails) SetAudit(v Audit)
SetAudit sets Audit field to given value.
func (o *OrganizationDetails) HasAudit() bool
HasAudit returns a boolean if a field has been set.
func (o *OrganizationDetails) GetOrganization() Organization
GetOrganization returns the Organization field if non-nil, zero value otherwise.
func (o *OrganizationDetails) GetOrganizationOk() (*Organization, 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 *OrganizationDetails) SetOrganization(v Organization)
SetOrganization sets Organization field to given value.
func (o *OrganizationDetails) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (o *OrganizationDetails) GetServiceManager() Person
GetServiceManager returns the ServiceManager field if non-nil, zero value otherwise.
func (o *OrganizationDetails) GetServiceManagerOk() (*Person, bool)
GetServiceManagerOk returns a tuple with the ServiceManager field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationDetails) SetServiceManager(v Person)
SetServiceManager sets ServiceManager field to given value.
func (o *OrganizationDetails) HasServiceManager() bool
HasServiceManager returns a boolean if a field has been set.
func (o *OrganizationDetails) GetChildren() []Organization
GetChildren returns the Children field if non-nil, zero value otherwise.
func (o *OrganizationDetails) GetChildrenOk() (*[]Organization, bool)
GetChildrenOk returns a tuple with the Children field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationDetails) SetChildren(v []Organization)
SetChildren sets Children field to given value.
func (o *OrganizationDetails) HasChildren() bool
HasChildren returns a boolean if a field has been set.
func (o *OrganizationDetails) GetParents() []Organization
GetParents returns the Parents field if non-nil, zero value otherwise.
func (o *OrganizationDetails) GetParentsOk() (*[]Organization, bool)
GetParentsOk returns a tuple with the Parents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationDetails) SetParents(v []Organization)
SetParents sets Parents field to given value.
func (o *OrganizationDetails) HasParents() bool
HasParents returns a boolean if a field has been set.
func (o *OrganizationDetails) GetProjects() []Project
GetProjects returns the Projects field if non-nil, zero value otherwise.
func (o *OrganizationDetails) GetProjectsOk() (*[]Project, bool)
GetProjectsOk returns a tuple with the Projects field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationDetails) SetProjects(v []Project)
SetProjects sets Projects field to given value.
func (o *OrganizationDetails) HasProjects() bool
HasProjects returns a boolean if a field has been set.
func (o *OrganizationDetails) GetIndustries() []Industry
GetIndustries returns the Industries field if non-nil, zero value otherwise.
func (o *OrganizationDetails) GetIndustriesOk() (*[]Industry, bool)
GetIndustriesOk returns a tuple with the Industries field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationDetails) SetIndustries(v []Industry)
SetIndustries sets Industries field to given value.
func (o *OrganizationDetails) HasIndustries() bool
HasIndustries returns a boolean if a field has been set.
func (o *OrganizationDetails) GetCertifications() []Certification
GetCertifications returns the Certifications field if non-nil, zero value otherwise.
func (o *OrganizationDetails) GetCertificationsOk() (*[]Certification, bool)
GetCertificationsOk returns a tuple with the Certifications field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationDetails) SetCertifications(v []Certification)
SetCertifications sets Certifications field to given value.
func (o *OrganizationDetails) HasCertifications() bool
HasCertifications returns a boolean if a field has been set.
func (o *OrganizationDetails) GetAwards() []Award
GetAwards returns the Awards field if non-nil, zero value otherwise.
func (o *OrganizationDetails) GetAwardsOk() (*[]Award, bool)
GetAwardsOk returns a tuple with the Awards field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationDetails) SetAwards(v []Award)
SetAwards sets Awards field to given value.
func (o *OrganizationDetails) HasAwards() bool
HasAwards returns a boolean if a field has been set.
func (o *OrganizationDetails) GetOffices() []Office
GetOffices returns the Offices field if non-nil, zero value otherwise.
func (o *OrganizationDetails) GetOfficesOk() (*[]Office, bool)
GetOfficesOk returns a tuple with the Offices field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationDetails) SetOffices(v []Office)
SetOffices sets Offices field to given value.
func (o *OrganizationDetails) HasOffices() bool
HasOffices returns a boolean if a field has been set.