Name | Type | Description | Notes |
---|---|---|---|
Id | int32 | ||
Name | Pointer to string | [optional] | |
CrawlerConfigId | int32 | ||
ProjectId | int32 | ||
CrawlerLastRunId | int32 | ||
ScheduleCronString | string | ||
CreatedAt | Pointer to string | [optional] | |
UpdatedAt | Pointer to string | [optional] | |
DeletedAt | Pointer to string | [optional] |
func NewCrawlerSchedule(id int32, crawlerConfigId int32, projectId int32, crawlerLastRunId int32, scheduleCronString string, ) *CrawlerSchedule
NewCrawlerSchedule instantiates a new CrawlerSchedule 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 NewCrawlerScheduleWithDefaults() *CrawlerSchedule
NewCrawlerScheduleWithDefaults instantiates a new CrawlerSchedule 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 *CrawlerSchedule) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CrawlerSchedule) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CrawlerSchedule) SetId(v int32)
SetId sets Id field to given value.
func (o *CrawlerSchedule) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CrawlerSchedule) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CrawlerSchedule) SetName(v string)
SetName sets Name field to given value.
func (o *CrawlerSchedule) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CrawlerSchedule) GetCrawlerConfigId() int32
GetCrawlerConfigId returns the CrawlerConfigId field if non-nil, zero value otherwise.
func (o *CrawlerSchedule) GetCrawlerConfigIdOk() (*int32, bool)
GetCrawlerConfigIdOk returns a tuple with the CrawlerConfigId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CrawlerSchedule) SetCrawlerConfigId(v int32)
SetCrawlerConfigId sets CrawlerConfigId field to given value.
func (o *CrawlerSchedule) GetProjectId() int32
GetProjectId returns the ProjectId field if non-nil, zero value otherwise.
func (o *CrawlerSchedule) GetProjectIdOk() (*int32, bool)
GetProjectIdOk returns a tuple with the ProjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CrawlerSchedule) SetProjectId(v int32)
SetProjectId sets ProjectId field to given value.
func (o *CrawlerSchedule) GetCrawlerLastRunId() int32
GetCrawlerLastRunId returns the CrawlerLastRunId field if non-nil, zero value otherwise.
func (o *CrawlerSchedule) GetCrawlerLastRunIdOk() (*int32, bool)
GetCrawlerLastRunIdOk returns a tuple with the CrawlerLastRunId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CrawlerSchedule) SetCrawlerLastRunId(v int32)
SetCrawlerLastRunId sets CrawlerLastRunId field to given value.
func (o *CrawlerSchedule) GetScheduleCronString() string
GetScheduleCronString returns the ScheduleCronString field if non-nil, zero value otherwise.
func (o *CrawlerSchedule) GetScheduleCronStringOk() (*string, bool)
GetScheduleCronStringOk returns a tuple with the ScheduleCronString field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CrawlerSchedule) SetScheduleCronString(v string)
SetScheduleCronString sets ScheduleCronString field to given value.
func (o *CrawlerSchedule) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *CrawlerSchedule) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CrawlerSchedule) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *CrawlerSchedule) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *CrawlerSchedule) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *CrawlerSchedule) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CrawlerSchedule) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *CrawlerSchedule) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *CrawlerSchedule) GetDeletedAt() string
GetDeletedAt returns the DeletedAt field if non-nil, zero value otherwise.
func (o *CrawlerSchedule) GetDeletedAtOk() (*string, bool)
GetDeletedAtOk returns a tuple with the DeletedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CrawlerSchedule) SetDeletedAt(v string)
SetDeletedAt sets DeletedAt field to given value.
func (o *CrawlerSchedule) HasDeletedAt() bool
HasDeletedAt returns a boolean if a field has been set.