| Name | Type | Description | Notes |
|---|---|---|---|
| ScanJobPartId | Pointer to string | [optional] | |
| Agent | Pointer to NullableString | [optional] | |
| Status | Pointer to CSSCMSCoreEnumsSslScanJobStatus | [optional] | |
| StartTime | Pointer to NullableTime | [optional] | |
| EndTime | Pointer to NullableTime | [optional] | |
| EndpointCount | Pointer to NullableInt32 | [optional] |
func NewCSSCMSDataModelModelsSSLDisplayScanJobPart() *CSSCMSDataModelModelsSSLDisplayScanJobPart
NewCSSCMSDataModelModelsSSLDisplayScanJobPart instantiates a new CSSCMSDataModelModelsSSLDisplayScanJobPart 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 NewCSSCMSDataModelModelsSSLDisplayScanJobPartWithDefaults() *CSSCMSDataModelModelsSSLDisplayScanJobPart
NewCSSCMSDataModelModelsSSLDisplayScanJobPartWithDefaults instantiates a new CSSCMSDataModelModelsSSLDisplayScanJobPart 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 *CSSCMSDataModelModelsSSLDisplayScanJobPart) GetScanJobPartId() string
GetScanJobPartId returns the ScanJobPartId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) GetScanJobPartIdOk() (*string, bool)
GetScanJobPartIdOk returns a tuple with the ScanJobPartId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) SetScanJobPartId(v string)
SetScanJobPartId sets ScanJobPartId field to given value.
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) HasScanJobPartId() bool
HasScanJobPartId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) GetAgent() string
GetAgent returns the Agent field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) GetAgentOk() (*string, bool)
GetAgentOk returns a tuple with the Agent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) SetAgent(v string)
SetAgent sets Agent field to given value.
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) HasAgent() bool
HasAgent returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) SetAgentNil(b bool)
SetAgentNil sets the value for Agent to be an explicit nil
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) UnsetAgent()
UnsetAgent ensures that no value is present for Agent, not even an explicit nil
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) GetStatus() CSSCMSCoreEnumsSslScanJobStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) GetStatusOk() (*CSSCMSCoreEnumsSslScanJobStatus, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) SetStatus(v CSSCMSCoreEnumsSslScanJobStatus)
SetStatus sets Status field to given value.
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) GetStartTime() time.Time
GetStartTime returns the StartTime field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) GetStartTimeOk() (*time.Time, 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.
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) SetStartTime(v time.Time)
SetStartTime sets StartTime field to given value.
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) SetStartTimeNil(b bool)
SetStartTimeNil sets the value for StartTime to be an explicit nil
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) UnsetStartTime()
UnsetStartTime ensures that no value is present for StartTime, not even an explicit nil
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) GetEndTime() time.Time
GetEndTime returns the EndTime field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) GetEndTimeOk() (*time.Time, 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.
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) SetEndTime(v time.Time)
SetEndTime sets EndTime field to given value.
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) SetEndTimeNil(b bool)
SetEndTimeNil sets the value for EndTime to be an explicit nil
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) UnsetEndTime()
UnsetEndTime ensures that no value is present for EndTime, not even an explicit nil
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) GetEndpointCount() int32
GetEndpointCount returns the EndpointCount field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) GetEndpointCountOk() (*int32, bool)
GetEndpointCountOk returns a tuple with the EndpointCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) SetEndpointCount(v int32)
SetEndpointCount sets EndpointCount field to given value.
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) HasEndpointCount() bool
HasEndpointCount returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) SetEndpointCountNil(b bool)
SetEndpointCountNil sets the value for EndpointCount to be an explicit nil
func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) UnsetEndpointCount()
UnsetEndpointCount ensures that no value is present for EndpointCount, not even an explicit nil