Class LabelFieldModification
A modification to a label's field.
Implements
Inherited Members
Namespace: Google.Apis.Drive.v3.Data
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class LabelFieldModification : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FieldId
The ID of the field to be modified.
Declaration
[JsonProperty("fieldId")]
public virtual string FieldId { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
This is always drive#labelFieldModification.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
SetDateValues
Replaces the value of a dateString Field with these new values. The string must be in the RFC 3339 full-date format: YYYY-MM-DD.
Declaration
[JsonProperty("setDateValues")]
public virtual IList<string> SetDateValues { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SetIntegerValues
Replaces the value of an integer
field with these new values.
Declaration
[JsonProperty("setIntegerValues")]
public virtual IList<long?> SetIntegerValues { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |
SetSelectionValues
Replaces a selection
field with these new values.
Declaration
[JsonProperty("setSelectionValues")]
public virtual IList<string> SetSelectionValues { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SetTextValues
Sets the value of a text
field.
Declaration
[JsonProperty("setTextValues")]
public virtual IList<string> SetTextValues { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SetUserValues
Replaces a user
field with these new values. The values must be valid email addresses.
Declaration
[JsonProperty("setUserValues")]
public virtual IList<string> SetUserValues { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
UnsetValues
Unsets the values for this field.
Declaration
[JsonProperty("unsetValues")]
public virtual bool? UnsetValues { get; set; }
Property Value
Type | Description |
---|---|
bool? |