Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.8 KB

GetOrganizationCameraDetectionsHistoryByBoundaryByIntervalRangesParameterInner.md

File metadata and controls

93 lines (50 loc) · 3.8 KB

GetOrganizationCameraDetectionsHistoryByBoundaryByIntervalRangesParameterInner

Properties

Name Type Description Notes
StartTime string The range start time
EndTime string The range end time
Interval int32 The range interval in seconds

Methods

NewGetOrganizationCameraDetectionsHistoryByBoundaryByIntervalRangesParameterInner

func NewGetOrganizationCameraDetectionsHistoryByBoundaryByIntervalRangesParameterInner(startTime string, endTime string, interval int32, ) *GetOrganizationCameraDetectionsHistoryByBoundaryByIntervalRangesParameterInner

NewGetOrganizationCameraDetectionsHistoryByBoundaryByIntervalRangesParameterInner instantiates a new GetOrganizationCameraDetectionsHistoryByBoundaryByIntervalRangesParameterInner 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

NewGetOrganizationCameraDetectionsHistoryByBoundaryByIntervalRangesParameterInnerWithDefaults

func NewGetOrganizationCameraDetectionsHistoryByBoundaryByIntervalRangesParameterInnerWithDefaults() *GetOrganizationCameraDetectionsHistoryByBoundaryByIntervalRangesParameterInner

NewGetOrganizationCameraDetectionsHistoryByBoundaryByIntervalRangesParameterInnerWithDefaults instantiates a new GetOrganizationCameraDetectionsHistoryByBoundaryByIntervalRangesParameterInner 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

GetStartTime

func (o *GetOrganizationCameraDetectionsHistoryByBoundaryByIntervalRangesParameterInner) GetStartTime() string

GetStartTime returns the StartTime field if non-nil, zero value otherwise.

GetStartTimeOk

func (o *GetOrganizationCameraDetectionsHistoryByBoundaryByIntervalRangesParameterInner) GetStartTimeOk() (*string, bool)

GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStartTime

func (o *GetOrganizationCameraDetectionsHistoryByBoundaryByIntervalRangesParameterInner) SetStartTime(v string)

SetStartTime sets StartTime field to given value.

GetEndTime

func (o *GetOrganizationCameraDetectionsHistoryByBoundaryByIntervalRangesParameterInner) GetEndTime() string

GetEndTime returns the EndTime field if non-nil, zero value otherwise.

GetEndTimeOk

func (o *GetOrganizationCameraDetectionsHistoryByBoundaryByIntervalRangesParameterInner) GetEndTimeOk() (*string, bool)

GetEndTimeOk returns a tuple with the EndTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEndTime

func (o *GetOrganizationCameraDetectionsHistoryByBoundaryByIntervalRangesParameterInner) SetEndTime(v string)

SetEndTime sets EndTime field to given value.

GetInterval

func (o *GetOrganizationCameraDetectionsHistoryByBoundaryByIntervalRangesParameterInner) GetInterval() int32

GetInterval returns the Interval field if non-nil, zero value otherwise.

GetIntervalOk

func (o *GetOrganizationCameraDetectionsHistoryByBoundaryByIntervalRangesParameterInner) GetIntervalOk() (*int32, bool)

GetIntervalOk returns a tuple with the Interval field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetInterval

func (o *GetOrganizationCameraDetectionsHistoryByBoundaryByIntervalRangesParameterInner) SetInterval(v int32)

SetInterval sets Interval field to given value.

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