Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 2.02 KB

File metadata and controls

61 lines (34 loc) · 2.02 KB

ListExampleAnalysesOutputBody

Properties

Name Type Description Notes
Analyses []Example List of example analyses

Methods

NewListExampleAnalysesOutputBody

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

NewListExampleAnalysesOutputBodyWithDefaults

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

GetAnalyses

func (o *ListExampleAnalysesOutputBody) GetAnalyses() []Example

GetAnalyses returns the Analyses field if non-nil, zero value otherwise.

GetAnalysesOk

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.

SetAnalyses

func (o *ListExampleAnalysesOutputBody) SetAnalyses(v []Example)

SetAnalyses sets Analyses field to given value.

SetAnalysesNil

func (o *ListExampleAnalysesOutputBody) SetAnalysesNil(b bool)

SetAnalysesNil sets the value for Analyses to be an explicit nil

UnsetAnalyses

func (o *ListExampleAnalysesOutputBody) UnsetAnalyses()

UnsetAnalyses ensures that no value is present for Analyses, not even an explicit nil

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