9 lines
217 B
Go
9 lines
217 B
Go
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
package models
|
|
|
|
type BatchDeleteProjectStorageRequest struct {
|
|
IdempotencyKey string `json:"idempotencyKey,omitempty"`
|
|
Types []string `json:"types,omitempty"`
|
|
}
|