UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

16 lines 488 B
/** Log kind for your dedicated cloud */ export interface LdpKind { /** List of additional log fields managed in this log kind */ additionalReturnedFields: string[]; /** Creation date of the log kind */ createdAt: string; /** Log kind display name */ displayName: string; /** Log kind ID */ kindId: string; /** Log kind name */ name: string; /** Last update date of the log kind */ updatedAt: string; } //# sourceMappingURL=LdpKind.d.ts.map