| Name | Type | Description | Notes |
|---|---|---|---|
| Data | Pointer to []string | List of item keys | [optional] |
| NextCursor | Pointer to NullableString | Cursor for next page of results | [optional] |
func NewV2StoreItemsListResponse() *V2StoreItemsListResponse
NewV2StoreItemsListResponse instantiates a new V2StoreItemsListResponse 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 NewV2StoreItemsListResponseWithDefaults() *V2StoreItemsListResponse
NewV2StoreItemsListResponseWithDefaults instantiates a new V2StoreItemsListResponse 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 *V2StoreItemsListResponse) GetData() []string
GetData returns the Data field if non-nil, zero value otherwise.
func (o *V2StoreItemsListResponse) GetDataOk() (*[]string, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2StoreItemsListResponse) SetData(v []string)
SetData sets Data field to given value.
func (o *V2StoreItemsListResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (o *V2StoreItemsListResponse) GetNextCursor() string
GetNextCursor returns the NextCursor field if non-nil, zero value otherwise.
func (o *V2StoreItemsListResponse) GetNextCursorOk() (*string, bool)
GetNextCursorOk returns a tuple with the NextCursor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2StoreItemsListResponse) SetNextCursor(v string)
SetNextCursor sets NextCursor field to given value.
func (o *V2StoreItemsListResponse) HasNextCursor() bool
HasNextCursor returns a boolean if a field has been set.
func (o *V2StoreItemsListResponse) SetNextCursorNil(b bool)
SetNextCursorNil sets the value for NextCursor to be an explicit nil
func (o *V2StoreItemsListResponse) UnsetNextCursor()
UnsetNextCursor ensures that no value is present for NextCursor, not even an explicit nil