LogIncludedSearchSummary¶
-
class
oci.logging.models.
LogIncludedSearchSummary
(**kwargs)¶ Bases:
object
A summary of what the OCI included search does.
Methods
__init__
(**kwargs)Initializes a new LogIncludedSearchSummary object with values from keyword arguments. Attributes
display_name
[Required] Gets the display_name of this LogIncludedSearchSummary. id
[Required] Gets the id of this LogIncludedSearchSummary. time_created
Gets the time_created of this LogIncludedSearchSummary. time_last_modified
Gets the time_last_modified of this LogIncludedSearchSummary. -
__init__
(**kwargs)¶ Initializes a new LogIncludedSearchSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this LogIncludedSearchSummary.
- display_name (str) – The value to assign to the display_name property of this LogIncludedSearchSummary.
- time_created (datetime) – The value to assign to the time_created property of this LogIncludedSearchSummary.
- time_last_modified (datetime) – The value to assign to the time_last_modified property of this LogIncludedSearchSummary.
-
display_name
¶ [Required] Gets the display_name of this LogIncludedSearchSummary. The user-friendly display name. This must be unique within the enclosing resource, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this LogIncludedSearchSummary. Return type: str
-
id
¶ [Required] Gets the id of this LogIncludedSearchSummary. The OCID of the resource.
Returns: The id of this LogIncludedSearchSummary. Return type: str
-
time_created
¶ Gets the time_created of this LogIncludedSearchSummary. Time the resource was created.
Returns: The time_created of this LogIncludedSearchSummary. Return type: datetime
-
time_last_modified
¶ Gets the time_last_modified of this LogIncludedSearchSummary. Time the resource was last modified.
Returns: The time_last_modified of this LogIncludedSearchSummary. Return type: datetime
-