@gridscale/api
Version:
gridscale API Wrapper
24 lines (23 loc) • 474 B
TypeScript
export declare const $PaasServiceUpdate: {
properties: {
name: {
type: string;
};
labels: {
type: string;
contains: {
type: string;
};
};
parameters: {
type: string;
};
resource_limits: {
type: string;
};
paas_service_template_uuid: {
type: string;
format: string;
};
};
};