Name | Type | Description | Notes |
---|---|---|---|
Logs | Pointer to []Log | [optional] |
func NewGetLogs200Response() *GetLogs200Response
NewGetLogs200Response instantiates a new GetLogs200Response 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 NewGetLogs200ResponseWithDefaults() *GetLogs200Response
NewGetLogs200ResponseWithDefaults instantiates a new GetLogs200Response 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 *GetLogs200Response) GetLogs() []Log
GetLogs returns the Logs field if non-nil, zero value otherwise.
func (o *GetLogs200Response) GetLogsOk() (*[]Log, bool)
GetLogsOk returns a tuple with the Logs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetLogs200Response) SetLogs(v []Log)
SetLogs sets Logs field to given value.
func (o *GetLogs200Response) HasLogs() bool
HasLogs returns a boolean if a field has been set.