MCPcopy Index your code
hub / github.com/PowerShell/DSC / Resource

Class Resource

tools/dsctest/src/exporter.rs:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8#[derive(Debug, Clone, PartialEq, Deserialize, Serialize, JsonSchema)]
9pub struct Resource {
10 pub name: String,
11 pub r#type: String,
12 pub properties: Map<String, Value>,
13}
14
15#[derive(Debug, Clone, PartialEq, Deserialize, Serialize, JsonSchema)]
16#[serde(deny_unknown_fields)]

Callers 2

get_allFunction · 0.50
setFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected