Class UpdateCustomTableDetails
Details for updating the custom table.
Inherited Members
Namespace: Oci.UsageapiService.Models
Assembly: OCI.DotNetSDK.Usageapi.dll
Syntax
public class UpdateCustomTableDetails
Properties
SavedCustomTable
Declaration
[Required(ErrorMessage = "SavedCustomTable is required.")]
[JsonProperty(PropertyName = "savedCustomTable")]
public SavedCustomTable SavedCustomTable { get; set; }
Property Value
Type | Description |
---|---|
SavedCustomTable |
Remarks
Required