Show / Hide Table of Contents

Class DeletionProtectionInfo

Deletion protection signal info for a database resource.

Inheritance
object
DeletionProtectionInfo
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.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class DeletionProtectionInfo : IDirectResponseSchema

Properties

DeletionProtectionEnabled

Is deletion protection enabled.

Declaration
[JsonProperty("deletionProtectionEnabled")]
public virtual bool? DeletionProtectionEnabled { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

SubResource

Optional. Sub resource details associated with the signal.

Declaration
[JsonProperty("subResource")]
public virtual SubResource SubResource { get; set; }
Property Value
Type Description
SubResource

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX