AutoLookups¶
- 
class 
oci.log_analytics.models.AutoLookups(**kwargs)¶ Bases:
objectMethods
__init__(**kwargs)Initializes a new AutoLookups object with values from keyword arguments. Attributes
canonical_linkGets the canonical_link of this AutoLookups. total_countGets the total_count of this AutoLookups. - 
__init__(**kwargs)¶ Initializes a new AutoLookups object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - canonical_link (str) – The value to assign to the canonical_link property of this AutoLookups.
 - total_count (int) – The value to assign to the total_count property of this AutoLookups.
 
- 
canonical_link¶ Gets the canonical_link of this AutoLookups. The canonical link.
Returns: The canonical_link of this AutoLookups. Return type: str 
- 
total_count¶ Gets the total_count of this AutoLookups. The total count.
Returns: The total_count of this AutoLookups. Return type: int 
-