Show / Hide Table of Contents

Class ValidateSpanFilterPatternDetails

The request body used to validate a Span Filter pattern.

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

Properties

FilterText

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

The string that defines the Span Filter expression.

Remarks

Required

In this article
Back to top