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