Files

9 lines
251 B
Go
Raw Permalink Normal View History

// Code generated by apigen. DO NOT EDIT.
package models
type BatchUpsertProjectStorageRequest struct {
IdempotencyKey string `json:"idempotencyKey,omitempty"`
Items []AdminProjectStorageItem `json:"items,omitempty"`
}