CustomTableCollection¶
-
class
oci.usage_api.models.
CustomTableCollection
(**kwargs)¶ Bases:
object
A custom table list.
Methods
__init__
(**kwargs)Initializes a new CustomTableCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this CustomTableCollection. -
__init__
(**kwargs)¶ Initializes a new CustomTableCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.usage_api.models.CustomTableSummary]) – The value to assign to the items property of this CustomTableCollection.
-
items
¶ [Required] Gets the items of this CustomTableCollection. Custom tables list.
Returns: The items of this CustomTableCollection. Return type: list[oci.usage_api.models.CustomTableSummary]
-