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