Skip to content

Latest commit

 

History

History
138 lines (77 loc) · 4.2 KB

ReadinessHealthCheckData.md

File metadata and controls

138 lines (77 loc) · 4.2 KB

ReadinessHealthCheckData

Properties

Name Type Description Notes
Endpoint Pointer to NullableString [optional]
Interval Pointer to NullableInt32 [optional]
InvocationTimeout Pointer to NullableInt32 [optional]

Methods

NewReadinessHealthCheckData

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

NewReadinessHealthCheckDataWithDefaults

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

GetEndpoint

func (o *ReadinessHealthCheckData) GetEndpoint() string

GetEndpoint returns the Endpoint field if non-nil, zero value otherwise.

GetEndpointOk

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.

SetEndpoint

func (o *ReadinessHealthCheckData) SetEndpoint(v string)

SetEndpoint sets Endpoint field to given value.

HasEndpoint

func (o *ReadinessHealthCheckData) HasEndpoint() bool

HasEndpoint returns a boolean if a field has been set.

SetEndpointNil

func (o *ReadinessHealthCheckData) SetEndpointNil(b bool)

SetEndpointNil sets the value for Endpoint to be an explicit nil

UnsetEndpoint

func (o *ReadinessHealthCheckData) UnsetEndpoint()

UnsetEndpoint ensures that no value is present for Endpoint, not even an explicit nil

GetInterval

func (o *ReadinessHealthCheckData) GetInterval() int32

GetInterval returns the Interval field if non-nil, zero value otherwise.

GetIntervalOk

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.

SetInterval

func (o *ReadinessHealthCheckData) SetInterval(v int32)

SetInterval sets Interval field to given value.

HasInterval

func (o *ReadinessHealthCheckData) HasInterval() bool

HasInterval returns a boolean if a field has been set.

SetIntervalNil

func (o *ReadinessHealthCheckData) SetIntervalNil(b bool)

SetIntervalNil sets the value for Interval to be an explicit nil

UnsetInterval

func (o *ReadinessHealthCheckData) UnsetInterval()

UnsetInterval ensures that no value is present for Interval, not even an explicit nil

GetInvocationTimeout

func (o *ReadinessHealthCheckData) GetInvocationTimeout() int32

GetInvocationTimeout returns the InvocationTimeout field if non-nil, zero value otherwise.

GetInvocationTimeoutOk

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.

SetInvocationTimeout

func (o *ReadinessHealthCheckData) SetInvocationTimeout(v int32)

SetInvocationTimeout sets InvocationTimeout field to given value.

HasInvocationTimeout

func (o *ReadinessHealthCheckData) HasInvocationTimeout() bool

HasInvocationTimeout returns a boolean if a field has been set.

SetInvocationTimeoutNil

func (o *ReadinessHealthCheckData) SetInvocationTimeoutNil(b bool)

SetInvocationTimeoutNil sets the value for InvocationTimeout to be an explicit nil

UnsetInvocationTimeout

func (o *ReadinessHealthCheckData) UnsetInvocationTimeout()

UnsetInvocationTimeout ensures that no value is present for InvocationTimeout, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]