google_api_drive v0.1.0 GoogleApi.Drive.V3.Model.Revision View Source
The metadata for a revision to a file.
Attributes
- id (String.t): The ID of the revision. Defaults to:
null
. - keepForever (boolean()): Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file. This field is only applicable to files with binary content in Drive. Defaults to:
null
. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "drive#revision". Defaults to:
null
. - lastModifyingUser (User): The last user to modify this revision. Defaults to:
null
. - md5Checksum (String.t): The MD5 checksum of the revision's content. This is only applicable to files with binary content in Drive. Defaults to:
null
. - mimeType (String.t): The MIME type of the revision. Defaults to:
null
. - modifiedTime (DateTime.t): The last time the revision was modified (RFC 3339 date-time). Defaults to:
null
. - originalFilename (String.t): The original filename used to create this revision. This is only applicable to files with binary content in Drive. Defaults to:
null
. - publishAuto (boolean()): Whether subsequent revisions will be automatically republished. This is only applicable to Google Docs. Defaults to:
null
. - published (boolean()): Whether this revision is published. This is only applicable to Google Docs. Defaults to:
null
. - publishedOutsideDomain (boolean()): Whether this revision is published outside the domain. This is only applicable to Google Docs. Defaults to:
null
. - size (String.t): The size of the revision's content in bytes. This is only applicable to files with binary content in Drive. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Drive.V3.Model.Revision{ id: any(), keepForever: any(), kind: any(), lastModifyingUser: GoogleApi.Drive.V3.Model.User.t(), md5Checksum: any(), mimeType: any(), modifiedTime: DateTime.t(), originalFilename: any(), publishAuto: any(), published: any(), publishedOutsideDomain: any(), size: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.