SearchResult

class oci.loggingsearch.models.SearchResult(**kwargs)

Bases: object

A log search result entry.

Methods

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

Attributes

data [Required] Gets the data of this SearchResult.
__init__(**kwargs)

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

Parameters:data (object) – The value to assign to the data property of this SearchResult.
data

[Required] Gets the data of this SearchResult. JSON blob containing the search entry with the projected fields.

Returns:The data of this SearchResult.
Return type:object