UiParserTestMetadata

class oci.log_analytics.models.UiParserTestMetadata(**kwargs)

Bases: object

Methods

__init__(**kwargs) Initializes a new UiParserTestMetadata object with values from keyword arguments.

Attributes

last_modified_time Gets the last_modified_time of this UiParserTestMetadata.
log_file_name Gets the log_file_name of this UiParserTestMetadata.
time_zone Gets the time_zone of this UiParserTestMetadata.
__init__(**kwargs)

Initializes a new UiParserTestMetadata object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • last_modified_time (str) – The value to assign to the last_modified_time property of this UiParserTestMetadata.
  • log_file_name (str) – The value to assign to the log_file_name property of this UiParserTestMetadata.
  • time_zone (datetime) – The value to assign to the time_zone property of this UiParserTestMetadata.
last_modified_time

Gets the last_modified_time of this UiParserTestMetadata. The last modified time.

Returns:The last_modified_time of this UiParserTestMetadata.
Return type:str
log_file_name

Gets the log_file_name of this UiParserTestMetadata. The log file name.

Returns:The log_file_name of this UiParserTestMetadata.
Return type:str
time_zone

Gets the time_zone of this UiParserTestMetadata. The time zone.

Returns:The time_zone of this UiParserTestMetadata.
Return type:datetime