> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/relay/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/relay/_mcp/server.

# Struct Dynamic Plugin Metadata

> Stable metadata for one durable plugin record.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker`.

<pre />

Stable metadata for one durable plugin record.

## Fields

### `id: DynamicPluginId`

Canonical plugin identifier.

### `name: Option<String>`

Optional human-friendly display label.

### `version: Option<String>`

Optional plugin version mirrored from packaging metadata when desired.

### `kind: DynamicPluginKind`

Execution lane used by the plugin.

### `generation: u64`

Monotonic desired-state generation.

### `created_at: Option<String>`

Creation timestamp in RFC 3339 form.

### `updated_at: Option<String>`

Last durable record update time in RFC 3339 form.

## Trait Implementations

### `impl Clone for DynamicPluginMetadata`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for DynamicPluginMetadata`

<pre />

#### `fmt`

<pre />

### `impl<'de> Deserialize<'de> for DynamicPluginMetadata`

<pre />

#### `deserialize`

<pre />

### `impl PartialEq for DynamicPluginMetadata`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for DynamicPluginMetadata`

<pre />

#### `serialize`

<pre />

### `impl Eq for DynamicPluginMetadata`

<pre />

### `impl StructuralPartialEq for DynamicPluginMetadata`

<pre />