Name | Type | Description | Notes |
---|---|---|---|
IsCompatible | Pointer to bool | [optional] | |
Messages | Pointer to []string | [optional] |
func NewCompatibilityCheckResponse() *CompatibilityCheckResponse
NewCompatibilityCheckResponse instantiates a new CompatibilityCheckResponse 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 NewCompatibilityCheckResponseWithDefaults() *CompatibilityCheckResponse
NewCompatibilityCheckResponseWithDefaults instantiates a new CompatibilityCheckResponse 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 *CompatibilityCheckResponse) GetIsCompatible() bool
GetIsCompatible returns the IsCompatible field if non-nil, zero value otherwise.
func (o *CompatibilityCheckResponse) GetIsCompatibleOk() (*bool, bool)
GetIsCompatibleOk returns a tuple with the IsCompatible field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompatibilityCheckResponse) SetIsCompatible(v bool)
SetIsCompatible sets IsCompatible field to given value.
func (o *CompatibilityCheckResponse) HasIsCompatible() bool
HasIsCompatible returns a boolean if a field has been set.
func (o *CompatibilityCheckResponse) GetMessages() []string
GetMessages returns the Messages field if non-nil, zero value otherwise.
func (o *CompatibilityCheckResponse) GetMessagesOk() (*[]string, bool)
GetMessagesOk returns a tuple with the Messages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompatibilityCheckResponse) SetMessages(v []string)
SetMessages sets Messages field to given value.
func (o *CompatibilityCheckResponse) HasMessages() bool
HasMessages returns a boolean if a field has been set.