Class CustomTable
The saved custom table.
Inherited Members
Namespace: Oci.UsageapiService.Models
Assembly: OCI.DotNetSDK.Usageapi.dll
Syntax
public class CustomTable
Properties
CompartmentId
Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The custom table compartment OCID. |
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The custom table OCID. |
Remarks
Required
SavedCustomTable
Declaration
[JsonProperty(PropertyName = "savedCustomTable")]
public SavedCustomTable SavedCustomTable { get; set; }
Property Value
Type | Description |
---|---|
SavedCustomTable |
SavedReportId
Declaration
[JsonProperty(PropertyName = "savedReportId")]
public string SavedReportId { get; set; }
Property Value
Type | Description |
---|---|
string | The custom table associated saved report OCID. |