CustomMetadata: Metadata & {
    description?: string | null;
    label?: string | null;
    protected?: boolean | null;
    values: CustomMetadataValue[];
}

Type declaration

  • Optional description?: string | null
  • Optional label?: string | null
  • Optional protected?: boolean | null
  • values: CustomMetadataValue[]