AttributeSetCollection¶
-
class
oci.data_safe.models.
AttributeSetCollection
(**kwargs)¶ Bases:
object
Collection of attribute sets.
Methods
__init__
(**kwargs)Initializes a new AttributeSetCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this AttributeSetCollection. -
__init__
(**kwargs)¶ Initializes a new AttributeSetCollection 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_safe.models.AttributeSetSummary]) – The value to assign to the items property of this AttributeSetCollection.
-
items
¶ [Required] Gets the items of this AttributeSetCollection. Array of attribute sets.
Returns: The items of this AttributeSetCollection. Return type: list[oci.data_safe.models.AttributeSetSummary]
-