Name | Type | Description | Notes |
---|---|---|---|
Endpoint | Pointer to NullableString | [optional] | |
Interval | Pointer to NullableInt32 | [optional] | |
InvocationTimeout | Pointer to NullableInt32 | [optional] |
func NewReadinessHealthCheckData() *ReadinessHealthCheckData
NewReadinessHealthCheckData instantiates a new ReadinessHealthCheckData 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 NewReadinessHealthCheckDataWithDefaults() *ReadinessHealthCheckData
NewReadinessHealthCheckDataWithDefaults instantiates a new ReadinessHealthCheckData 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 *ReadinessHealthCheckData) GetEndpoint() string
GetEndpoint returns the Endpoint field if non-nil, zero value otherwise.
func (o *ReadinessHealthCheckData) GetEndpointOk() (*string, bool)
GetEndpointOk returns a tuple with the Endpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReadinessHealthCheckData) SetEndpoint(v string)
SetEndpoint sets Endpoint field to given value.
func (o *ReadinessHealthCheckData) HasEndpoint() bool
HasEndpoint returns a boolean if a field has been set.
func (o *ReadinessHealthCheckData) SetEndpointNil(b bool)
SetEndpointNil sets the value for Endpoint to be an explicit nil
func (o *ReadinessHealthCheckData) UnsetEndpoint()
UnsetEndpoint ensures that no value is present for Endpoint, not even an explicit nil
func (o *ReadinessHealthCheckData) GetInterval() int32
GetInterval returns the Interval field if non-nil, zero value otherwise.
func (o *ReadinessHealthCheckData) GetIntervalOk() (*int32, bool)
GetIntervalOk returns a tuple with the Interval field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReadinessHealthCheckData) SetInterval(v int32)
SetInterval sets Interval field to given value.
func (o *ReadinessHealthCheckData) HasInterval() bool
HasInterval returns a boolean if a field has been set.
func (o *ReadinessHealthCheckData) SetIntervalNil(b bool)
SetIntervalNil sets the value for Interval to be an explicit nil
func (o *ReadinessHealthCheckData) UnsetInterval()
UnsetInterval ensures that no value is present for Interval, not even an explicit nil
func (o *ReadinessHealthCheckData) GetInvocationTimeout() int32
GetInvocationTimeout returns the InvocationTimeout field if non-nil, zero value otherwise.
func (o *ReadinessHealthCheckData) GetInvocationTimeoutOk() (*int32, bool)
GetInvocationTimeoutOk returns a tuple with the InvocationTimeout field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReadinessHealthCheckData) SetInvocationTimeout(v int32)
SetInvocationTimeout sets InvocationTimeout field to given value.
func (o *ReadinessHealthCheckData) HasInvocationTimeout() bool
HasInvocationTimeout returns a boolean if a field has been set.
func (o *ReadinessHealthCheckData) SetInvocationTimeoutNil(b bool)
SetInvocationTimeoutNil sets the value for InvocationTimeout to be an explicit nil
func (o *ReadinessHealthCheckData) UnsetInvocationTimeout()
UnsetInvocationTimeout ensures that no value is present for InvocationTimeout, not even an explicit nil