| Name | Type | Description | Notes |
|---|---|---|---|
| Length | Pointer to int32 | The amount of lines to fetch | [optional] |
func NewRequestInstanceLogsPayload() *RequestInstanceLogsPayload
NewRequestInstanceLogsPayload instantiates a new RequestInstanceLogsPayload 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 NewRequestInstanceLogsPayloadWithDefaults() *RequestInstanceLogsPayload
NewRequestInstanceLogsPayloadWithDefaults instantiates a new RequestInstanceLogsPayload 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 *RequestInstanceLogsPayload) GetLength() int32
GetLength returns the Length field if non-nil, zero value otherwise.
func (o *RequestInstanceLogsPayload) GetLengthOk() (*int32, bool)
GetLengthOk returns a tuple with the Length field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RequestInstanceLogsPayload) SetLength(v int32)
SetLength sets Length field to given value.
func (o *RequestInstanceLogsPayload) HasLength() bool
HasLength returns a boolean if a field has been set.