Name | Type | Description | Notes |
---|---|---|---|
Reports | Pointer to []GetReports200ResponseReportsInner | [optional] |
func NewGetReports200Response() *GetReports200Response
NewGetReports200Response instantiates a new GetReports200Response 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 NewGetReports200ResponseWithDefaults() *GetReports200Response
NewGetReports200ResponseWithDefaults instantiates a new GetReports200Response 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 *GetReports200Response) GetReports() []GetReports200ResponseReportsInner
GetReports returns the Reports field if non-nil, zero value otherwise.
func (o *GetReports200Response) GetReportsOk() (*[]GetReports200ResponseReportsInner, bool)
GetReportsOk returns a tuple with the Reports field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetReports200Response) SetReports(v []GetReports200ResponseReportsInner)
SetReports sets Reports field to given value.
func (o *GetReports200Response) HasReports() bool
HasReports returns a boolean if a field has been set.