Class FieldValue
Details of the field value set by the user for the particular label.
Implements
Inherited Members
Namespace: Google.Apis.Admin.Reports.reports_v1.Data
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public class FieldValue : IDirectResponseSchema
Properties
DateValue
Setting a date value.
Declaration
[JsonProperty("dateValue")]
public virtual Date DateValue { get; set; }
Property Value
Type | Description |
---|---|
Date |
DisplayName
Display name of the 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 |
Id
Identifier of the field
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
IntegerValue
Setting an integer value.
Declaration
[JsonProperty("integerValue")]
public virtual long? IntegerValue { get; set; }
Property Value
Type | Description |
---|---|
long? |
LongTextValue
Setting a long text value.
Declaration
[JsonProperty("longTextValue")]
public virtual string LongTextValue { get; set; }
Property Value
Type | Description |
---|---|
string |
Reason
The reason why the field was applied to the label.
Declaration
[JsonProperty("reason")]
public virtual Reason Reason { get; set; }
Property Value
Type | Description |
---|---|
Reason |
SelectionListValue
Setting a selection list value by selecting multiple values from a dropdown.
Declaration
[JsonProperty("selectionListValue")]
public virtual FieldValueSelectionListValue SelectionListValue { get; set; }
Property Value
Type | Description |
---|---|
FieldValueSelectionListValue |
SelectionValue
Setting a selection value by selecting a single value from a dropdown.
Declaration
[JsonProperty("selectionValue")]
public virtual FieldValueSelectionValue SelectionValue { get; set; }
Property Value
Type | Description |
---|---|
FieldValueSelectionValue |
TextListValue
Setting a text list value.
Declaration
[JsonProperty("textListValue")]
public virtual FieldValueTextListValue TextListValue { get; set; }
Property Value
Type | Description |
---|---|
FieldValueTextListValue |
TextValue
Setting a text value.
Declaration
[JsonProperty("textValue")]
public virtual string TextValue { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Type of the field
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
UnsetValue
If the field is unset, this will be true.
Declaration
[JsonProperty("unsetValue")]
public virtual bool? UnsetValue { get; set; }
Property Value
Type | Description |
---|---|
bool? |
UserListValue
Setting a user list value by selecting multiple users.
Declaration
[JsonProperty("userListValue")]
public virtual FieldValueUserListValue UserListValue { get; set; }
Property Value
Type | Description |
---|---|
FieldValueUserListValue |
UserValue
Setting a user value by selecting a single user.
Declaration
[JsonProperty("userValue")]
public virtual FieldValueUserValue UserValue { get; set; }
Property Value
Type | Description |
---|---|
FieldValueUserValue |