| Name | Type | Description | Notes |
|---|---|---|---|
| Analyses | []Example | List of example analyses |
func NewListExampleAnalysesOutputBody(analyses []Example, ) *ListExampleAnalysesOutputBody
NewListExampleAnalysesOutputBody instantiates a new ListExampleAnalysesOutputBody 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 NewListExampleAnalysesOutputBodyWithDefaults() *ListExampleAnalysesOutputBody
NewListExampleAnalysesOutputBodyWithDefaults instantiates a new ListExampleAnalysesOutputBody 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 *ListExampleAnalysesOutputBody) GetAnalyses() []Example
GetAnalyses returns the Analyses field if non-nil, zero value otherwise.
func (o *ListExampleAnalysesOutputBody) GetAnalysesOk() (*[]Example, bool)
GetAnalysesOk returns a tuple with the Analyses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListExampleAnalysesOutputBody) SetAnalyses(v []Example)
SetAnalyses sets Analyses field to given value.
func (o *ListExampleAnalysesOutputBody) SetAnalysesNil(b bool)
SetAnalysesNil sets the value for Analyses to be an explicit nil
func (o *ListExampleAnalysesOutputBody) UnsetAnalyses()
UnsetAnalyses ensures that no value is present for Analyses, not even an explicit nil