Show / Hide Table of Contents

Class FieldValue

Contains a value of a Field.

Inheritance
object
FieldValue
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 FieldValue : IDirectResponseSchema

Properties

Date

Date Field value.

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

ETag

The ETag of the item.

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

Integer

Integer Field value.

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

Selection

Selection Field value.

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

SelectionList

Selection List Field value.

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

Text

Text Field value.

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

TextList

Text List Field value.

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

User

User Field value.

Declaration
[JsonProperty("user")]
public virtual SingleUser User { get; set; }
Property Value
Type Description
SingleUser

UserList

User List Field value.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX