SourceValidateResults¶
- 
class 
oci.log_analytics.models.SourceValidateResults(**kwargs)¶ Bases:
objectresults of source validation
Methods
__init__(**kwargs)Initializes a new SourceValidateResults object with values from keyword arguments. Attributes
itemsGets the items of this SourceValidateResults. - 
__init__(**kwargs)¶ Initializes a new SourceValidateResults object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.log_analytics.models.SourceValidateDetails]) – The value to assign to the items property of this SourceValidateResults. 
- 
items¶ Gets the items of this SourceValidateResults. An arrya of source validation details.
Returns: The items of this SourceValidateResults. Return type: list[oci.log_analytics.models.SourceValidateDetails] 
-