TemplateFacet¶
-
class
oci.log_analytics.models.
TemplateFacet
(**kwargs)¶ Bases:
object
A facet of a template that may help in searching or filtering.
Methods
__init__
(**kwargs)Initializes a new TemplateFacet object with values from keyword arguments. Attributes
name
[Required] Gets the name of this TemplateFacet. value
[Required] Gets the value of this TemplateFacet. -
__init__
(**kwargs)¶ Initializes a new TemplateFacet object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this TemplateFacet.
- value (str) – The value to assign to the value property of this TemplateFacet.
-
name
¶ [Required] Gets the name of this TemplateFacet. The facet name.
Returns: The name of this TemplateFacet. Return type: str
-
value
¶ [Required] Gets the value of this TemplateFacet. The facet value.
Returns: The value of this TemplateFacet. Return type: str
-