// Code generated by apigen. DO NOT EDIT. package models type GetProjectStorageResponse struct { Items []ProjectStorageItem `json:"items,omitempty"` NextCursor string `json:"nextCursor,omitempty"` }