Class NamespaceSummary
A summary of the source service or application emitting the metric.
Inherited Members
Namespace: Oci.OcicontrolcenterService.Models
Assembly: OCI.DotNetSDK.Ocicontrolcenter.dll
Syntax
public class NamespaceSummary
Properties
NamespaceName
Declaration
[Required(ErrorMessage = "NamespaceName is required.")]
[JsonProperty(PropertyName = "namespaceName")]
public string NamespaceName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the source service emitting the metric. |
Remarks
Required