| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| SendReport | Pointer to bool | [optional] | |
| SaveReport | Pointer to bool | [optional] | |
| SaveReportPath | Pointer to NullableString | [optional] | |
| ReportFormat | Pointer to NullableString | [optional] | |
| KeyfactorSchedule | Pointer to KeyfactorCommonSchedulingKeyfactorSchedule | [optional] | |
| CertificateCollectionId | Pointer to NullableInt32 | [optional] | |
| EmailRecipients | Pointer to []string | [optional] | |
| RuntimeParameters | Pointer to map[string]string | [optional] |
func NewCSSCMSDataModelModelsReportSchedule() *CSSCMSDataModelModelsReportSchedule
NewCSSCMSDataModelModelsReportSchedule instantiates a new CSSCMSDataModelModelsReportSchedule 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 NewCSSCMSDataModelModelsReportScheduleWithDefaults() *CSSCMSDataModelModelsReportSchedule
NewCSSCMSDataModelModelsReportScheduleWithDefaults instantiates a new CSSCMSDataModelModelsReportSchedule 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 *CSSCMSDataModelModelsReportSchedule) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsReportSchedule) 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 *CSSCMSDataModelModelsReportSchedule) SetId(v int32)
SetId sets Id field to given value.
func (o *CSSCMSDataModelModelsReportSchedule) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsReportSchedule) GetSendReport() bool
GetSendReport returns the SendReport field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsReportSchedule) GetSendReportOk() (*bool, bool)
GetSendReportOk returns a tuple with the SendReport field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsReportSchedule) SetSendReport(v bool)
SetSendReport sets SendReport field to given value.
func (o *CSSCMSDataModelModelsReportSchedule) HasSendReport() bool
HasSendReport returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsReportSchedule) GetSaveReport() bool
GetSaveReport returns the SaveReport field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsReportSchedule) GetSaveReportOk() (*bool, bool)
GetSaveReportOk returns a tuple with the SaveReport field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsReportSchedule) SetSaveReport(v bool)
SetSaveReport sets SaveReport field to given value.
func (o *CSSCMSDataModelModelsReportSchedule) HasSaveReport() bool
HasSaveReport returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsReportSchedule) GetSaveReportPath() string
GetSaveReportPath returns the SaveReportPath field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsReportSchedule) GetSaveReportPathOk() (*string, bool)
GetSaveReportPathOk returns a tuple with the SaveReportPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsReportSchedule) SetSaveReportPath(v string)
SetSaveReportPath sets SaveReportPath field to given value.
func (o *CSSCMSDataModelModelsReportSchedule) HasSaveReportPath() bool
HasSaveReportPath returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsReportSchedule) SetSaveReportPathNil(b bool)
SetSaveReportPathNil sets the value for SaveReportPath to be an explicit nil
func (o *CSSCMSDataModelModelsReportSchedule) UnsetSaveReportPath()
UnsetSaveReportPath ensures that no value is present for SaveReportPath, not even an explicit nil
func (o *CSSCMSDataModelModelsReportSchedule) GetReportFormat() string
GetReportFormat returns the ReportFormat field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsReportSchedule) GetReportFormatOk() (*string, bool)
GetReportFormatOk returns a tuple with the ReportFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsReportSchedule) SetReportFormat(v string)
SetReportFormat sets ReportFormat field to given value.
func (o *CSSCMSDataModelModelsReportSchedule) HasReportFormat() bool
HasReportFormat returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsReportSchedule) SetReportFormatNil(b bool)
SetReportFormatNil sets the value for ReportFormat to be an explicit nil
func (o *CSSCMSDataModelModelsReportSchedule) UnsetReportFormat()
UnsetReportFormat ensures that no value is present for ReportFormat, not even an explicit nil
func (o *CSSCMSDataModelModelsReportSchedule) GetKeyfactorSchedule() KeyfactorCommonSchedulingKeyfactorSchedule
GetKeyfactorSchedule returns the KeyfactorSchedule field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsReportSchedule) GetKeyfactorScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)
GetKeyfactorScheduleOk returns a tuple with the KeyfactorSchedule field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsReportSchedule) SetKeyfactorSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)
SetKeyfactorSchedule sets KeyfactorSchedule field to given value.
func (o *CSSCMSDataModelModelsReportSchedule) HasKeyfactorSchedule() bool
HasKeyfactorSchedule returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsReportSchedule) GetCertificateCollectionId() int32
GetCertificateCollectionId returns the CertificateCollectionId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsReportSchedule) GetCertificateCollectionIdOk() (*int32, bool)
GetCertificateCollectionIdOk returns a tuple with the CertificateCollectionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsReportSchedule) SetCertificateCollectionId(v int32)
SetCertificateCollectionId sets CertificateCollectionId field to given value.
func (o *CSSCMSDataModelModelsReportSchedule) HasCertificateCollectionId() bool
HasCertificateCollectionId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsReportSchedule) SetCertificateCollectionIdNil(b bool)
SetCertificateCollectionIdNil sets the value for CertificateCollectionId to be an explicit nil
func (o *CSSCMSDataModelModelsReportSchedule) UnsetCertificateCollectionId()
UnsetCertificateCollectionId ensures that no value is present for CertificateCollectionId, not even an explicit nil
func (o *CSSCMSDataModelModelsReportSchedule) GetEmailRecipients() []string
GetEmailRecipients returns the EmailRecipients field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsReportSchedule) GetEmailRecipientsOk() (*[]string, bool)
GetEmailRecipientsOk returns a tuple with the EmailRecipients field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsReportSchedule) SetEmailRecipients(v []string)
SetEmailRecipients sets EmailRecipients field to given value.
func (o *CSSCMSDataModelModelsReportSchedule) HasEmailRecipients() bool
HasEmailRecipients returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsReportSchedule) SetEmailRecipientsNil(b bool)
SetEmailRecipientsNil sets the value for EmailRecipients to be an explicit nil
func (o *CSSCMSDataModelModelsReportSchedule) UnsetEmailRecipients()
UnsetEmailRecipients ensures that no value is present for EmailRecipients, not even an explicit nil
func (o *CSSCMSDataModelModelsReportSchedule) GetRuntimeParameters() map[string]string
GetRuntimeParameters returns the RuntimeParameters field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsReportSchedule) GetRuntimeParametersOk() (*map[string]string, bool)
GetRuntimeParametersOk returns a tuple with the RuntimeParameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsReportSchedule) SetRuntimeParameters(v map[string]string)
SetRuntimeParameters sets RuntimeParameters field to given value.
func (o *CSSCMSDataModelModelsReportSchedule) HasRuntimeParameters() bool
HasRuntimeParameters returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsReportSchedule) SetRuntimeParametersNil(b bool)
SetRuntimeParametersNil sets the value for RuntimeParameters to be an explicit nil
func (o *CSSCMSDataModelModelsReportSchedule) UnsetRuntimeParameters()
UnsetRuntimeParameters ensures that no value is present for RuntimeParameters, not even an explicit nil