Show / Hide Table of Contents

Class CustomTableSummary

Custom table in the list request.

Inheritance
object
CustomTableSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top