Class OtrModificationEvent
Inheritance
System.Object
OtrModificationEvent
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class OtrModificationEvent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NewOtrStatus
Declaration
[JsonProperty("newOtrStatus")]
public virtual string NewOtrStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NewOtrToggle
Declaration
[JsonProperty("newOtrToggle")]
public virtual string NewOtrToggle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OldOtrStatus
Declaration
[JsonProperty("oldOtrStatus")]
public virtual string OldOtrStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OldOtrToggle
Declaration
[JsonProperty("oldOtrToggle")]
public virtual string OldOtrToggle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema