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