12 lines
365 B
Go
12 lines
365 B
Go
|
|
// Code generated by apigen. DO NOT EDIT.
|
||
|
|
|
||
|
|
package models
|
||
|
|
|
||
|
|
type AdminProjectStorageItem struct {
|
||
|
|
Data string `json:"data,omitempty"`
|
||
|
|
ExpiresAt string `json:"expiresAt,omitempty"`
|
||
|
|
ReadPermission string `json:"readPermission,omitempty"`
|
||
|
|
Type string `json:"type,omitempty"`
|
||
|
|
WritePermission string `json:"writePermission,omitempty"`
|
||
|
|
}
|