Name | Type | Description | Notes |
---|---|---|---|
Project | Pointer to Project | [optional] | |
Organization | Pointer to Organization | [optional] | |
Timeframe | Pointer to Timeframed | [optional] | |
ObjectType | Pointer to string | [optional] |
func NewProjectView() *ProjectView
NewProjectView instantiates a new ProjectView 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 NewProjectViewWithDefaults() *ProjectView
NewProjectViewWithDefaults instantiates a new ProjectView 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 *ProjectView) GetProject() Project
GetProject returns the Project field if non-nil, zero value otherwise.
func (o *ProjectView) 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 *ProjectView) SetProject(v Project)
SetProject sets Project field to given value.
func (o *ProjectView) HasProject() bool
HasProject returns a boolean if a field has been set.
func (o *ProjectView) GetOrganization() Organization
GetOrganization returns the Organization field if non-nil, zero value otherwise.
func (o *ProjectView) 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 *ProjectView) SetOrganization(v Organization)
SetOrganization sets Organization field to given value.
func (o *ProjectView) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (o *ProjectView) GetTimeframe() Timeframed
GetTimeframe returns the Timeframe field if non-nil, zero value otherwise.
func (o *ProjectView) 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 *ProjectView) SetTimeframe(v Timeframed)
SetTimeframe sets Timeframe field to given value.
func (o *ProjectView) HasTimeframe() bool
HasTimeframe returns a boolean if a field has been set.
func (o *ProjectView) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *ProjectView) 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 *ProjectView) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *ProjectView) HasObjectType() bool
HasObjectType returns a boolean if a field has been set.