Struct aws_sdk_workdocs::model::CommentMetadata
source · #[non_exhaustive]pub struct CommentMetadata { /* private fields */ }
Expand description
Describes the metadata of a comment.
Implementations§
source§impl CommentMetadata
impl CommentMetadata
sourcepub fn comment_id(&self) -> Option<&str>
pub fn comment_id(&self) -> Option<&str>
The ID of the comment.
sourcepub fn contributor(&self) -> Option<&User>
pub fn contributor(&self) -> Option<&User>
The user who made the comment.
sourcepub fn created_timestamp(&self) -> Option<&DateTime>
pub fn created_timestamp(&self) -> Option<&DateTime>
The timestamp that the comment was created.
sourcepub fn comment_status(&self) -> Option<&CommentStatusType>
pub fn comment_status(&self) -> Option<&CommentStatusType>
The status of the comment.
sourcepub fn recipient_id(&self) -> Option<&str>
pub fn recipient_id(&self) -> Option<&str>
The ID of the user being replied to.
source§impl CommentMetadata
impl CommentMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CommentMetadata
.
Trait Implementations§
source§impl Clone for CommentMetadata
impl Clone for CommentMetadata
source§fn clone(&self) -> CommentMetadata
fn clone(&self) -> CommentMetadata
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more