// Code generated by ogen, DO NOT EDIT.
package gen
// GetApiKeysParams is parameters of getApiKeys operation.
type GetApiKeysParams struct {
Ref string
}
// GetEdgeFunctionParams is parameters of getEdgeFunction operation.
type GetEdgeFunctionParams struct {
Ref string
Slug string
}
// GetLogsParams is parameters of getLogs operation.
type GetLogsParams struct {
Ref string
SQL OptString `json:",omitempty,omitzero"`
IsoTimestampStart OptString `json:",omitempty,omitzero"`
IsoTimestampEnd OptString `json:",omitempty,omitzero"`
}
// GetPerformanceAdvisorsParams is parameters of getPerformanceAdvisors operation.
type GetPerformanceAdvisorsParams struct {
Ref string
}
// GetProjectParams is parameters of getProject operation.
type GetProjectParams struct {
Ref string
}
// GetSecurityAdvisorsParams is parameters of getSecurityAdvisors operation.
type GetSecurityAdvisorsParams struct {
Ref string
}
// GetStorageConfigParams is parameters of getStorageConfig operation.
type GetStorageConfigParams struct {
Ref string
}
// ListEdgeFunctionsParams is parameters of listEdgeFunctions operation.
type ListEdgeFunctionsParams struct {
Ref string
}
// ListStorageBucketsParams is parameters of listStorageBuckets operation.
type ListStorageBucketsParams struct {
Ref string
}
// RunDatabaseQueryParams is parameters of runDatabaseQuery operation.
type RunDatabaseQueryParams struct {
Ref string
}