| Name | Type | Description | Notes |
|---|---|---|---|
| Signal | Pointer to string | [optional] | |
| Timeout | Pointer to FlyDuration | [optional] |
func NewFlyStopConfig() *FlyStopConfig
NewFlyStopConfig instantiates a new FlyStopConfig 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 NewFlyStopConfigWithDefaults() *FlyStopConfig
NewFlyStopConfigWithDefaults instantiates a new FlyStopConfig 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 *FlyStopConfig) GetSignal() string
GetSignal returns the Signal field if non-nil, zero value otherwise.
func (o *FlyStopConfig) GetSignalOk() (*string, bool)
GetSignalOk returns a tuple with the Signal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlyStopConfig) SetSignal(v string)
SetSignal sets Signal field to given value.
func (o *FlyStopConfig) HasSignal() bool
HasSignal returns a boolean if a field has been set.
func (o *FlyStopConfig) GetTimeout() FlyDuration
GetTimeout returns the Timeout field if non-nil, zero value otherwise.
func (o *FlyStopConfig) GetTimeoutOk() (*FlyDuration, bool)
GetTimeoutOk returns a tuple with the Timeout field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlyStopConfig) SetTimeout(v FlyDuration)
SetTimeout sets Timeout field to given value.
func (o *FlyStopConfig) HasTimeout() bool
HasTimeout returns a boolean if a field has been set.