Name | Type | Description | Notes |
---|---|---|---|
Passing | bool | ||
Messages | []string | [readonly] | |
LogMessages | []LogEvent | [readonly] |
func NewPolicyTestResult(passing bool, messages []string, logMessages []LogEvent, ) *PolicyTestResult
NewPolicyTestResult instantiates a new PolicyTestResult 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 NewPolicyTestResultWithDefaults() *PolicyTestResult
NewPolicyTestResultWithDefaults instantiates a new PolicyTestResult 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 *PolicyTestResult) GetPassing() bool
GetPassing returns the Passing field if non-nil, zero value otherwise.
func (o *PolicyTestResult) GetPassingOk() (*bool, bool)
GetPassingOk returns a tuple with the Passing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PolicyTestResult) SetPassing(v bool)
SetPassing sets Passing field to given value.
func (o *PolicyTestResult) GetMessages() []string
GetMessages returns the Messages field if non-nil, zero value otherwise.
func (o *PolicyTestResult) 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 *PolicyTestResult) SetMessages(v []string)
SetMessages sets Messages field to given value.
func (o *PolicyTestResult) GetLogMessages() []LogEvent
GetLogMessages returns the LogMessages field if non-nil, zero value otherwise.
func (o *PolicyTestResult) GetLogMessagesOk() (*[]LogEvent, bool)
GetLogMessagesOk returns a tuple with the LogMessages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PolicyTestResult) SetLogMessages(v []LogEvent)
SetLogMessages sets LogMessages field to given value.