| Name | Type | Description | Notes |
|---|---|---|---|
| CronExpression | string | cron expression for trigger | |
| Repo | CronTriggerConfigRepo |
func NewCronTriggerConfig(cronExpression string, repo CronTriggerConfigRepo, ) *CronTriggerConfig
NewCronTriggerConfig instantiates a new CronTriggerConfig 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 NewCronTriggerConfigWithDefaults() *CronTriggerConfig
NewCronTriggerConfigWithDefaults instantiates a new CronTriggerConfig 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 *CronTriggerConfig) GetCronExpression() string
GetCronExpression returns the CronExpression field if non-nil, zero value otherwise.
func (o *CronTriggerConfig) GetCronExpressionOk() (*string, bool)
GetCronExpressionOk returns a tuple with the CronExpression field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CronTriggerConfig) SetCronExpression(v string)
SetCronExpression sets CronExpression field to given value.
func (o *CronTriggerConfig) GetRepo() CronTriggerConfigRepo
GetRepo returns the Repo field if non-nil, zero value otherwise.
func (o *CronTriggerConfig) GetRepoOk() (*CronTriggerConfigRepo, bool)
GetRepoOk returns a tuple with the Repo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CronTriggerConfig) SetRepo(v CronTriggerConfigRepo)
SetRepo sets Repo field to given value.