MonitorResultData¶
-
class
oci.apm_synthetics.models.
MonitorResultData
(**kwargs)¶ Bases:
object
Details of the monitor result data.
Methods
__init__
(**kwargs)Initializes a new MonitorResultData object with values from keyword arguments. Attributes
byte_content
Gets the byte_content of this MonitorResultData. name
Gets the name of this MonitorResultData. string_content
Gets the string_content of this MonitorResultData. timestamp
Gets the timestamp of this MonitorResultData. -
__init__
(**kwargs)¶ Initializes a new MonitorResultData 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 MonitorResultData.
- byte_content (str) – The value to assign to the byte_content property of this MonitorResultData.
- string_content (str) – The value to assign to the string_content property of this MonitorResultData.
- timestamp (datetime) – The value to assign to the timestamp property of this MonitorResultData.
-
byte_content
¶ Gets the byte_content of this MonitorResultData. Data content in byte format. Example: Zip or Screenshot.
Returns: The byte_content of this MonitorResultData. Return type: str
-
name
¶ Gets the name of this MonitorResultData. Name of the data.
Returns: The name of this MonitorResultData. Return type: str
-
string_content
¶ Gets the string_content of this MonitorResultData. Data content in string format. Example: HAR.
Returns: The string_content of this MonitorResultData. Return type: str
-