Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.24 KB

RootCause.md

File metadata and controls

82 lines (45 loc) · 2.24 KB

RootCause

Properties

Name Type Description Notes
ListOfPaths Pointer to []string [optional]
VersionRange Pointer to string [optional]

Methods

NewRootCause

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

NewRootCauseWithDefaults

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

GetListOfPaths

func (o *RootCause) GetListOfPaths() []string

GetListOfPaths returns the ListOfPaths field if non-nil, zero value otherwise.

GetListOfPathsOk

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.

SetListOfPaths

func (o *RootCause) SetListOfPaths(v []string)

SetListOfPaths sets ListOfPaths field to given value.

HasListOfPaths

func (o *RootCause) HasListOfPaths() bool

HasListOfPaths returns a boolean if a field has been set.

GetVersionRange

func (o *RootCause) GetVersionRange() string

GetVersionRange returns the VersionRange field if non-nil, zero value otherwise.

GetVersionRangeOk

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.

SetVersionRange

func (o *RootCause) SetVersionRange(v string)

SetVersionRange sets VersionRange field to given value.

HasVersionRange

func (o *RootCause) HasVersionRange() bool

HasVersionRange returns a boolean if a field has been set.

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