ValidateSpanFilterPatternDetails¶
-
class
oci.apm_config.models.ValidateSpanFilterPatternDetails(**kwargs)¶ Bases:
objectThe request body used to validate a Span Filter pattern.
Methods
__init__(**kwargs)Initializes a new ValidateSpanFilterPatternDetails object with values from keyword arguments. Attributes
filter_text[Required] Gets the filter_text of this ValidateSpanFilterPatternDetails. -
__init__(**kwargs)¶ Initializes a new ValidateSpanFilterPatternDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: filter_text (str) – The value to assign to the filter_text property of this ValidateSpanFilterPatternDetails.
-
filter_text¶ [Required] Gets the filter_text of this ValidateSpanFilterPatternDetails. The string that defines the Span Filter expression.
Returns: The filter_text of this ValidateSpanFilterPatternDetails. Return type: str
-