Show / Hide Table of Contents

Class UpdateDatabaseToolsRelatedResourcePostgresqlDetails

The related resource

Inheritance
object
UpdateDatabaseToolsRelatedResourcePostgresqlDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasetoolsService.Models
Assembly: OCI.DotNetSDK.Databasetools.dll
Syntax
public class UpdateDatabaseToolsRelatedResourcePostgresqlDetails

Properties

EntityType

Declaration
[JsonProperty(PropertyName = "entityType")]
[JsonConverter(typeof(StringEnumConverter))]
public RelatedResourceEntityTypePostgresql? EntityType { get; set; }
Property Value
Type Description
RelatedResourceEntityTypePostgresql?

The resource entity type.

Identifier

Declaration
[JsonProperty(PropertyName = "identifier")]
public string Identifier { get; set; }
Property Value
Type Description
string

The OCID of the related resource.

In this article
Back to top