CreateCustomTableDetails¶
- 
class oci.usage_api.models.CreateCustomTableDetails(**kwargs)¶
- Bases: - object- New custom table detail. - Methods - __init__(**kwargs)- Initializes a new CreateCustomTableDetails object with values from keyword arguments. - Attributes - compartment_id- [Required] Gets the compartment_id of this CreateCustomTableDetails. - saved_custom_table- [Required] Gets the saved_custom_table of this CreateCustomTableDetails. - saved_report_id- [Required] Gets the saved_report_id of this CreateCustomTableDetails. - 
__init__(**kwargs)¶
- Initializes a new CreateCustomTableDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this CreateCustomTableDetails.
- saved_report_id (str) – The value to assign to the saved_report_id property of this CreateCustomTableDetails.
- saved_custom_table (oci.usage_api.models.SavedCustomTable) – The value to assign to the saved_custom_table property of this CreateCustomTableDetails.
 
 - 
compartment_id¶
- [Required] Gets the compartment_id of this CreateCustomTableDetails. The compartment OCID. - Returns: - The compartment_id of this CreateCustomTableDetails. - Return type: - str 
 - 
saved_custom_table¶
- [Required] Gets the saved_custom_table of this CreateCustomTableDetails. - Returns: - The saved_custom_table of this CreateCustomTableDetails. - Return type: - oci.usage_api.models.SavedCustomTable 
 - 
saved_report_id¶
- [Required] Gets the saved_report_id of this CreateCustomTableDetails. The associated saved report OCID. - Returns: - The saved_report_id of this CreateCustomTableDetails. - Return type: - str 
 
-