Enum FilesResource.PatchRequest.ModifiedDateBehaviorEnum
Determines the behavior in which modifiedDate
is updated. This overrides setModifiedDate
.
Namespace: Google.Apis.Drive.v2
Assembly: Google.Apis.Drive.v2.dll
Syntax
public enum FilesResource.PatchRequest.ModifiedDateBehaviorEnum
Fields
Name | Description |
---|---|
FromBody | Set |
FromBodyIfNeeded | Set |
FromBodyOrNow | Set modifiedDate to the value provided in the body of the request, or to the current time if no value was provided. |
NoChange | Maintain the previous value of |
Now | Set |
NowIfNeeded | Set |