export class KubernetesServiceCreatePayload {
  constructor() {
    Object.assign(this, JSON.parse(JSON.stringify(_KubernetesServiceCreatePayload)));
  }
}