Show / Hide Table of Contents

Class FieldValueChange

Change to a Field value.

Inheritance
object
FieldValueChange
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.DriveActivity.v2.Data
Assembly: Google.Apis.DriveActivity.v2.dll
Syntax
public class FieldValueChange : IDirectResponseSchema

Properties

DisplayName

The human-readable display name for this field.

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

ETag

The ETag of the item.

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

FieldId

The ID of this field. Field IDs are unique within a Label.

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

NewValue

The value that is now set on the field. If not present, the field was cleared. At least one of {old_value|new_value} is always set.

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

OldValue

The value that was previously set on the field. If not present, the field was newly set. At least one of {old_value|new_value} is always set.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX