VerifyText¶
-
class
oci.apm_synthetics.models.
VerifyText
(**kwargs)¶ Bases:
object
Details to verify text.
Methods
__init__
(**kwargs)Initializes a new VerifyText object with values from keyword arguments. Attributes
text
Gets the text of this VerifyText. -
__init__
(**kwargs)¶ Initializes a new VerifyText object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: text (str) – The value to assign to the text property of this VerifyText.
-
text
¶ Gets the text of this VerifyText. Verification text in the response.
Returns: The text of this VerifyText. Return type: str
-