Name | Type | Description | Notes |
---|---|---|---|
ListOfPaths | Pointer to []string | [optional] | |
VersionRange | Pointer to string | [optional] |
func NewRootCause() *RootCause
NewRootCause instantiates a new RootCause 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 NewRootCauseWithDefaults() *RootCause
NewRootCauseWithDefaults instantiates a new RootCause 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 *RootCause) GetListOfPaths() []string
GetListOfPaths returns the ListOfPaths field if non-nil, zero value otherwise.
func (o *RootCause) GetListOfPathsOk() (*[]string, bool)
GetListOfPathsOk returns a tuple with the ListOfPaths field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootCause) SetListOfPaths(v []string)
SetListOfPaths sets ListOfPaths field to given value.
func (o *RootCause) HasListOfPaths() bool
HasListOfPaths returns a boolean if a field has been set.
func (o *RootCause) GetVersionRange() string
GetVersionRange returns the VersionRange field if non-nil, zero value otherwise.
func (o *RootCause) GetVersionRangeOk() (*string, bool)
GetVersionRangeOk returns a tuple with the VersionRange field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootCause) SetVersionRange(v string)
SetVersionRange sets VersionRange field to given value.
func (o *RootCause) HasVersionRange() bool
HasVersionRange returns a boolean if a field has been set.