google_api_drive_activity v0.4.3 GoogleApi.DriveActivity.V2.Model.FileComment View Source
A comment on a file.
Attributes
legacyCommentId
(type:String.t
, default:nil
) - The comment in the discussion thread. This identifier is an opaque string compatible with the Drive API; see https://developers.google.com/drive/v3/reference/comments/getlegacyDiscussionId
(type:String.t
, default:nil
) - The discussion thread to which the comment was added. This identifier is an opaque string compatible with the Drive API and references the first comment in a discussion; see https://developers.google.com/drive/v3/reference/comments/getlinkToDiscussion
(type:String.t
, default:nil
) - The link to the discussion thread containing this comment, for example, "https://docs.google.com/DOCUMENT_ID/edit?disco=THREAD_ID".parent
(type:GoogleApi.DriveActivity.V2.Model.DriveItem.t
, default:nil
) - The Drive item containing this comment.
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 Sourcet() :: %GoogleApi.DriveActivity.V2.Model.FileComment{ legacyCommentId: String.t(), legacyDiscussionId: String.t(), linkToDiscussion: String.t(), parent: GoogleApi.DriveActivity.V2.Model.DriveItem.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.