Show / Hide Table of Contents

Class QueryResultsTopologyNodeInfo

The information about a node attribute.

Inheritance
object
QueryResultsTopologyNodeInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApmtracesService.Models
Assembly: OCI.DotNetSDK.Apmtraces.dll
Syntax
public class QueryResultsTopologyNodeInfo

Properties

NodeName

Declaration
[JsonProperty(PropertyName = "nodeName")]
public string NodeName { get; set; }
Property Value
Type Description
string

The name of the node attribute.

In this article
Back to top