Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Name | string | ||
EndpointType | string | ||
Location | string | ||
Pointer to KeyfactorApiModelsMonitoringEmailRequest | [optional] | ||
Dashboard | KeyfactorApiModelsMonitoringDashboardRequest | ||
Schedule | Pointer to KeyfactorCommonSchedulingKeyfactorSchedule | [optional] | |
OCSPParameters | Pointer to KeyfactorApiModelsMonitoringOCSPParametersRequest | [optional] |
func NewKeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest(name string, endpointType string, location string, dashboard KeyfactorApiModelsMonitoringDashboardRequest, ) *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest
NewKeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest instantiates a new KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest 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 NewKeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequestWithDefaults() *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest
NewKeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequestWithDefaults instantiates a new KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest 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 *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) 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 *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) SetId(v int32)
SetId sets Id field to given value.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) 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 *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) SetName(v string)
SetName sets Name field to given value.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetEndpointType() string
GetEndpointType returns the EndpointType field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetEndpointTypeOk() (*string, bool)
GetEndpointTypeOk returns a tuple with the EndpointType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) SetEndpointType(v string)
SetEndpointType sets EndpointType field to given value.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetLocation() string
GetLocation returns the Location field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetLocationOk() (*string, bool)
GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) SetLocation(v string)
SetLocation sets Location field to given value.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetEmail() KeyfactorApiModelsMonitoringEmailRequest
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetEmailOk() (*KeyfactorApiModelsMonitoringEmailRequest, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) SetEmail(v KeyfactorApiModelsMonitoringEmailRequest)
SetEmail sets Email field to given value.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetDashboard() KeyfactorApiModelsMonitoringDashboardRequest
GetDashboard returns the Dashboard field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetDashboardOk() (*KeyfactorApiModelsMonitoringDashboardRequest, bool)
GetDashboardOk returns a tuple with the Dashboard field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) SetDashboard(v KeyfactorApiModelsMonitoringDashboardRequest)
SetDashboard sets Dashboard field to given value.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetSchedule() KeyfactorCommonSchedulingKeyfactorSchedule
GetSchedule returns the Schedule field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)
GetScheduleOk returns a tuple with the Schedule field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) SetSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)
SetSchedule sets Schedule field to given value.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) HasSchedule() bool
HasSchedule returns a boolean if a field has been set.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetOCSPParameters() KeyfactorApiModelsMonitoringOCSPParametersRequest
GetOCSPParameters returns the OCSPParameters field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetOCSPParametersOk() (*KeyfactorApiModelsMonitoringOCSPParametersRequest, bool)
GetOCSPParametersOk returns a tuple with the OCSPParameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) SetOCSPParameters(v KeyfactorApiModelsMonitoringOCSPParametersRequest)
SetOCSPParameters sets OCSPParameters field to given value.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) HasOCSPParameters() bool
HasOCSPParameters returns a boolean if a field has been set.