Name | Type | Description | Notes |
---|---|---|---|
Startdate | string | ||
Enddate | Pointer to string | [optional] | |
ObjectType | Pointer to string | [optional] |
func NewTimeframed(startdate string, ) *Timeframed
NewTimeframed instantiates a new Timeframed 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 NewTimeframedWithDefaults() *Timeframed
NewTimeframedWithDefaults instantiates a new Timeframed 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 *Timeframed) GetStartdate() string
GetStartdate returns the Startdate field if non-nil, zero value otherwise.
func (o *Timeframed) GetStartdateOk() (*string, bool)
GetStartdateOk returns a tuple with the Startdate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Timeframed) SetStartdate(v string)
SetStartdate sets Startdate field to given value.
func (o *Timeframed) GetEnddate() string
GetEnddate returns the Enddate field if non-nil, zero value otherwise.
func (o *Timeframed) GetEnddateOk() (*string, bool)
GetEnddateOk returns a tuple with the Enddate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Timeframed) SetEnddate(v string)
SetEnddate sets Enddate field to given value.
func (o *Timeframed) HasEnddate() bool
HasEnddate returns a boolean if a field has been set.
func (o *Timeframed) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *Timeframed) 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 *Timeframed) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *Timeframed) HasObjectType() bool
HasObjectType returns a boolean if a field has been set.