Class OperationDnsKeyContext
Implements
Inherited Members
Namespace: Google.Apis.Dns.v1beta2.Data
Assembly: Google.Apis.Dns.v1beta2.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 |