Name | Type | Description | Notes |
---|---|---|---|
Items | Pointer to []EventEventLogImpl | [optional] | |
NextToken | Pointer to string | [optional] |
func NewListProcessLogJSONResponse() *ListProcessLogJSONResponse
NewListProcessLogJSONResponse instantiates a new ListProcessLogJSONResponse 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 NewListProcessLogJSONResponseWithDefaults() *ListProcessLogJSONResponse
NewListProcessLogJSONResponseWithDefaults instantiates a new ListProcessLogJSONResponse 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 *ListProcessLogJSONResponse) GetItems() []EventEventLogImpl
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *ListProcessLogJSONResponse) GetItemsOk() (*[]EventEventLogImpl, bool)
GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListProcessLogJSONResponse) SetItems(v []EventEventLogImpl)
SetItems sets Items field to given value.
func (o *ListProcessLogJSONResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (o *ListProcessLogJSONResponse) GetNextToken() string
GetNextToken returns the NextToken field if non-nil, zero value otherwise.
func (o *ListProcessLogJSONResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListProcessLogJSONResponse) SetNextToken(v string)
SetNextToken sets NextToken field to given value.
func (o *ListProcessLogJSONResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.