[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eResourcePath.Types.ResourcePathNode\u003c/code\u003e class is part of the Security Command Center v2 API, representing a node within the resource hierarchy.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing for message handling, equality comparison, deep cloning, and buffer message operations.\u003c/p\u003e\n"],["\u003cp\u003eIt contains properties like \u003ccode\u003eDisplayName\u003c/code\u003e, \u003ccode\u003eId\u003c/code\u003e, and \u003ccode\u003eNodeType\u003c/code\u003e, which store information about the resource it represents, such as its display name, ID, and type.\u003c/p\u003e\n"],["\u003cp\u003eThe class has 2 constructors, one for constructing a new ResourcePathNode and another for cloning an existing one.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eResourcePathNode\u003c/code\u003e inherits properties and methods from the base \u003ccode\u003eobject\u003c/code\u003e class, including \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Security Command Center v2 API - Class ResourcePath.Types.ResourcePathNode (1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ResourcePath.Types.ResourcePathNode)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.ResourcePath.Types.ResourcePathNode)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.ResourcePath.Types.ResourcePathNode) \n\n public sealed class ResourcePath.Types.ResourcePathNode : IMessage\u003cResourcePath.Types.ResourcePathNode\u003e, IEquatable\u003cResourcePath.Types.ResourcePathNode\u003e, IDeepCloneable\u003cResourcePath.Types.ResourcePathNode\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class ResourcePath.Types.ResourcePathNode.\n\nA node within the resource path. Each node represents a resource within the\nresource hierarchy. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ResourcePath.Types.ResourcePathNode \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ResourcePath](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ResourcePath)[Types](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ResourcePath.Types)[ResourcePathNode](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ResourcePath.Types.ResourcePathNode), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ResourcePath](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ResourcePath)[Types](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ResourcePath.Types)[ResourcePathNode](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ResourcePath.Types.ResourcePathNode), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ResourcePath](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ResourcePath)[Types](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ResourcePath.Types)[ResourcePathNode](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ResourcePath.Types.ResourcePathNode), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SecurityCenter.V2](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.V2.dll\n\nConstructors\n------------\n\n### ResourcePathNode()\n\n public ResourcePathNode()\n\n### ResourcePathNode(ResourcePathNode)\n\n public ResourcePathNode(ResourcePath.Types.ResourcePathNode other)\n\nProperties\n----------\n\n### DisplayName\n\n public string DisplayName { get; set; }\n\nThe display name of the resource this node represents.\n\n### Id\n\n public string Id { get; set; }\n\nThe ID of the resource this node represents.\n\n### NodeType\n\n public ResourcePath.Types.ResourcePathNodeType NodeType { get; set; }\n\nThe type of resource this node represents."]]