export class Metadata { creationTimestamp?: string; uid?: string; constructor ( public namespace: string, public name: string ) { } }