Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.9 KB

TimeframeFilter.md

File metadata and controls

108 lines (59 loc) · 2.9 KB

TimeframeFilter

Properties

Name Type Description Notes
Startdate Pointer to string [optional]
Enddate Pointer to string [optional]
ObjectType Pointer to string [optional]

Methods

NewTimeframeFilter

func NewTimeframeFilter() *TimeframeFilter

NewTimeframeFilter instantiates a new TimeframeFilter 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

NewTimeframeFilterWithDefaults

func NewTimeframeFilterWithDefaults() *TimeframeFilter

NewTimeframeFilterWithDefaults instantiates a new TimeframeFilter 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

GetStartdate

func (o *TimeframeFilter) GetStartdate() string

GetStartdate returns the Startdate field if non-nil, zero value otherwise.

GetStartdateOk

func (o *TimeframeFilter) 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.

SetStartdate

func (o *TimeframeFilter) SetStartdate(v string)

SetStartdate sets Startdate field to given value.

HasStartdate

func (o *TimeframeFilter) HasStartdate() bool

HasStartdate returns a boolean if a field has been set.

GetEnddate

func (o *TimeframeFilter) GetEnddate() string

GetEnddate returns the Enddate field if non-nil, zero value otherwise.

GetEnddateOk

func (o *TimeframeFilter) 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.

SetEnddate

func (o *TimeframeFilter) SetEnddate(v string)

SetEnddate sets Enddate field to given value.

HasEnddate

func (o *TimeframeFilter) HasEnddate() bool

HasEnddate returns a boolean if a field has been set.

GetObjectType

func (o *TimeframeFilter) GetObjectType() string

GetObjectType returns the ObjectType field if non-nil, zero value otherwise.

GetObjectTypeOk

func (o *TimeframeFilter) 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.

SetObjectType

func (o *TimeframeFilter) SetObjectType(v string)

SetObjectType sets ObjectType field to given value.

HasObjectType

func (o *TimeframeFilter) HasObjectType() bool

HasObjectType returns a boolean if a field has been set.

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