Name | Type | Description | Notes |
---|---|---|---|
Project | Pointer to Project | [optional] | |
ExecutiveOrganizations | Pointer to []Organization | [optional] | |
Organization | Pointer to Organization | [optional] | |
Industries | Pointer to []Industry | [optional] | |
Persons | Pointer to []Person | [optional] | |
SkillGroups | Pointer to []SkillGroup | [optional] | |
Timeframe | Pointer to Timeframed | [optional] | |
ObjectType | Pointer to string | [optional] |
func NewProjectDetails() *ProjectDetails
NewProjectDetails instantiates a new ProjectDetails 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 NewProjectDetailsWithDefaults() *ProjectDetails
NewProjectDetailsWithDefaults instantiates a new ProjectDetails 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 *ProjectDetails) GetProject() Project
GetProject returns the Project field if non-nil, zero value otherwise.
func (o *ProjectDetails) GetProjectOk() (*Project, bool)
GetProjectOk returns a tuple with the Project field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectDetails) SetProject(v Project)
SetProject sets Project field to given value.
func (o *ProjectDetails) HasProject() bool
HasProject returns a boolean if a field has been set.
func (o *ProjectDetails) GetExecutiveOrganizations() []Organization
GetExecutiveOrganizations returns the ExecutiveOrganizations field if non-nil, zero value otherwise.
func (o *ProjectDetails) GetExecutiveOrganizationsOk() (*[]Organization, bool)
GetExecutiveOrganizationsOk returns a tuple with the ExecutiveOrganizations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectDetails) SetExecutiveOrganizations(v []Organization)
SetExecutiveOrganizations sets ExecutiveOrganizations field to given value.
func (o *ProjectDetails) HasExecutiveOrganizations() bool
HasExecutiveOrganizations returns a boolean if a field has been set.
func (o *ProjectDetails) GetOrganization() Organization
GetOrganization returns the Organization field if non-nil, zero value otherwise.
func (o *ProjectDetails) 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 *ProjectDetails) SetOrganization(v Organization)
SetOrganization sets Organization field to given value.
func (o *ProjectDetails) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (o *ProjectDetails) GetIndustries() []Industry
GetIndustries returns the Industries field if non-nil, zero value otherwise.
func (o *ProjectDetails) 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 *ProjectDetails) SetIndustries(v []Industry)
SetIndustries sets Industries field to given value.
func (o *ProjectDetails) HasIndustries() bool
HasIndustries returns a boolean if a field has been set.
func (o *ProjectDetails) GetPersons() []Person
GetPersons returns the Persons field if non-nil, zero value otherwise.
func (o *ProjectDetails) GetPersonsOk() (*[]Person, bool)
GetPersonsOk returns a tuple with the Persons field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectDetails) SetPersons(v []Person)
SetPersons sets Persons field to given value.
func (o *ProjectDetails) HasPersons() bool
HasPersons returns a boolean if a field has been set.
func (o *ProjectDetails) GetSkillGroups() []SkillGroup
GetSkillGroups returns the SkillGroups field if non-nil, zero value otherwise.
func (o *ProjectDetails) GetSkillGroupsOk() (*[]SkillGroup, bool)
GetSkillGroupsOk returns a tuple with the SkillGroups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectDetails) SetSkillGroups(v []SkillGroup)
SetSkillGroups sets SkillGroups field to given value.
func (o *ProjectDetails) HasSkillGroups() bool
HasSkillGroups returns a boolean if a field has been set.
func (o *ProjectDetails) GetTimeframe() Timeframed
GetTimeframe returns the Timeframe field if non-nil, zero value otherwise.
func (o *ProjectDetails) GetTimeframeOk() (*Timeframed, bool)
GetTimeframeOk returns a tuple with the Timeframe field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectDetails) SetTimeframe(v Timeframed)
SetTimeframe sets Timeframe field to given value.
func (o *ProjectDetails) HasTimeframe() bool
HasTimeframe returns a boolean if a field has been set.
func (o *ProjectDetails) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *ProjectDetails) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectDetails) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *ProjectDetails) HasObjectType() bool
HasObjectType returns a boolean if a field has been set.