ServiceCollection¶
-
class
oci.cloud_guard.models.ServiceCollection(**kwargs)¶ Bases:
objectA list of Compliance Document Services which exists in the tenancy.
Methods
__init__(**kwargs)Initializes a new ServiceCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this ServiceCollection. -
__init__(**kwargs)¶ Initializes a new ServiceCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.cloud_guard.models.ServiceSummary]) – The value to assign to the items property of this ServiceCollection.
-
items¶ [Required] Gets the items of this ServiceCollection. An array of ServiceSummary.
Returns: The items of this ServiceCollection. Return type: list[oci.cloud_guard.models.ServiceSummary]
-