Show / Hide Table of Contents

Class CustomTable

The saved custom table.

Inheritance
object
CustomTable
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 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.

In this article
Back to top