Show / Hide Table of Contents

Class SpanFilterReference

Describes an item that references the span filter.

Inheritance
object
SpanFilterReference
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 SpanFilterReference

Properties

ConfigType

Declaration
[JsonProperty(PropertyName = "configType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ConfigTypes? ConfigType { get; set; }
Property Value
Type Description
ConfigTypes?

The type of configuration item.

DisplayName

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

The name by which a configuration entity is displayed to the end user.

Id

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

The OCID of the configuration item. An OCID is generated when the item is created.

OptionsGroup

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

A string that specifies the group that an OPTIONS item belongs to.

In this article
Back to top