| Name | Type | Description | Notes |
|---|---|---|---|
| BootstrapParams | Pointer to RestartBootstrapParams | [optional] | |
| PitrParams | Pointer to PitrParams | [optional] | |
| WebhookUrls | Pointer to []string | List of urls for webhook | [optional] |
func NewDrConfigEditForm() *DrConfigEditForm
NewDrConfigEditForm instantiates a new DrConfigEditForm 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 NewDrConfigEditFormWithDefaults() *DrConfigEditForm
NewDrConfigEditFormWithDefaults instantiates a new DrConfigEditForm 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 *DrConfigEditForm) GetBootstrapParams() RestartBootstrapParams
GetBootstrapParams returns the BootstrapParams field if non-nil, zero value otherwise.
func (o *DrConfigEditForm) GetBootstrapParamsOk() (*RestartBootstrapParams, bool)
GetBootstrapParamsOk returns a tuple with the BootstrapParams field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DrConfigEditForm) SetBootstrapParams(v RestartBootstrapParams)
SetBootstrapParams sets BootstrapParams field to given value.
func (o *DrConfigEditForm) HasBootstrapParams() bool
HasBootstrapParams returns a boolean if a field has been set.
func (o *DrConfigEditForm) GetPitrParams() PitrParams
GetPitrParams returns the PitrParams field if non-nil, zero value otherwise.
func (o *DrConfigEditForm) GetPitrParamsOk() (*PitrParams, bool)
GetPitrParamsOk returns a tuple with the PitrParams field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DrConfigEditForm) SetPitrParams(v PitrParams)
SetPitrParams sets PitrParams field to given value.
func (o *DrConfigEditForm) HasPitrParams() bool
HasPitrParams returns a boolean if a field has been set.
func (o *DrConfigEditForm) GetWebhookUrls() []string
GetWebhookUrls returns the WebhookUrls field if non-nil, zero value otherwise.
func (o *DrConfigEditForm) GetWebhookUrlsOk() (*[]string, bool)
GetWebhookUrlsOk returns a tuple with the WebhookUrls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DrConfigEditForm) SetWebhookUrls(v []string)
SetWebhookUrls sets WebhookUrls field to given value.
func (o *DrConfigEditForm) HasWebhookUrls() bool
HasWebhookUrls returns a boolean if a field has been set.