Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.74 KB

File metadata and controls

56 lines (31 loc) · 1.74 KB

RequestInstanceLogsPayload

Properties

Name Type Description Notes
Length Pointer to int32 The amount of lines to fetch [optional]

Methods

NewRequestInstanceLogsPayload

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

NewRequestInstanceLogsPayloadWithDefaults

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

GetLength

func (o *RequestInstanceLogsPayload) GetLength() int32

GetLength returns the Length field if non-nil, zero value otherwise.

GetLengthOk

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.

SetLength

func (o *RequestInstanceLogsPayload) SetLength(v int32)

SetLength sets Length field to given value.

HasLength

func (o *RequestInstanceLogsPayload) HasLength() bool

HasLength returns a boolean if a field has been set.

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