TypesSummaryCollection¶
-
class
oci.data_connectivity.models.
TypesSummaryCollection
(**kwargs)¶ Bases:
object
This is the collection of type summaries.
Methods
__init__
(**kwargs)Initializes a new TypesSummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this TypesSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new TypesSummaryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.data_connectivity.models.TypeSummary]) – The value to assign to the items property of this TypesSummaryCollection.
-
items
¶ [Required] Gets the items of this TypesSummaryCollection. The array of Type summaries
Returns: The items of this TypesSummaryCollection. Return type: list[oci.data_connectivity.models.TypeSummary]
-