Class CustomTableSummary
Custom table in the list request.
Inherited Members
Namespace: Oci.UsageapiService.Models
Assembly: OCI.DotNetSDK.Usageapi.dll
Syntax
public class CustomTableSummary
  Properties
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
[Required(ErrorMessage = "SavedCustomTable is required.")]
[JsonProperty(PropertyName = "savedCustomTable")]
public SavedCustomTable SavedCustomTable { get; set; }
  Property Value
| Type | Description | 
|---|---|
| SavedCustomTable | 
Remarks
Required