Show / Hide Table of Contents

Class DbVersion

A valid Oracle Database version.

Inheritance
object
DbVersion
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class DbVersion : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Output only. The name of the DbVersion resource in the following format: projects/{project}/locations/{region}/dbVersions/{db_version}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Properties

Output only. The properties of the DbVersion.

Declaration
[JsonProperty("properties")]
public virtual DbVersionProperties Properties { get; set; }
Property Value
Type Description
DbVersionProperties

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX