Show / Hide Table of Contents

Class OperationDnsKeyContext

Inheritance
object
OperationDnsKeyContext
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.Dns.v1.Data
Assembly: Google.Apis.Dns.v1.dll
Syntax
public class OperationDnsKeyContext : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

NewValue

The post-operation DnsKey resource.

Declaration
[JsonProperty("newValue")]
public virtual DnsKey NewValue { get; set; }
Property Value
Type Description
DnsKey

OldValue

The pre-operation DnsKey resource.

Declaration
[JsonProperty("oldValue")]
public virtual DnsKey OldValue { get; set; }
Property Value
Type Description
DnsKey

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX