Show / Hide Table of Contents

Class RetrieveNamespaceMetricsDetails

The request body used to retrieve metrics for the specified namespace.

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

Properties

Name

Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

Name of the namespace.

Remarks

Required

In this article
Back to top