PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::CodeCommit::Comment; use Moose; has AuthorArn => (is => 'ro', isa => 'Str', request_name => 'authorArn', traits => ['NameInRequest']); has CallerReactions => (is => 'ro', isa => 'ArrayRef[Str|Undef]', request_name => 'callerReactions', traits => ['NameInRequest']); has ClientRequestToken => (is => 'ro', isa => 'Str', request_name => 'clientRequestToken', traits => ['NameInRequest']); has CommentId => (is => 'ro', isa => 'Str', request_name => 'commentId', traits => ['NameInRequest']); has Content => (is => 'ro', isa => 'Str', request_name => 'content', traits => ['NameInRequest']); has CreationDate => (is => 'ro', isa => 'Str', request_name => 'creationDate', traits => ['NameInRequest']); has Deleted => (is => 'ro', isa => 'Bool', request_name => 'deleted', traits => ['NameInRequest']); has InReplyTo => (is => 'ro', isa => 'Str', request_name => 'inReplyTo', traits => ['NameInRequest']); has LastModifiedDate => (is => 'ro', isa => 'Str', request_name => 'lastModifiedDate', traits => ['NameInRequest']); has ReactionCounts => (is => 'ro', isa => 'Paws::CodeCommit::ReactionCountsMap', request_name => 'reactionCounts', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::CodeCommit::Comment =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::CodeCommit::Comment object: $service_obj->Method(Att1 => { AuthorArn => $value, ..., ReactionCounts => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CodeCommit::Comment object: $result = $service_obj->Method(...); $result->Att1->AuthorArn =head1 DESCRIPTION Returns information about a specific comment. =head1 ATTRIBUTES =head2 AuthorArn => Str The Amazon Resource Name (ARN) of the person who posted the comment. =head2 CallerReactions => ArrayRef[Str|Undef] The emoji reactions to a comment, if any, submitted by the user whose credentials are associated with the call to the API. =head2 ClientRequestToken => Str A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token. =head2 CommentId => Str The system-generated comment ID. =head2 Content => Str The content of the comment. =head2 CreationDate => Str The date and time the comment was created, in timestamp format. =head2 Deleted => Bool A Boolean value indicating whether the comment has been deleted. =head2 InReplyTo => Str The ID of the comment for which this comment is a reply, if any. =head2 LastModifiedDate => Str The date and time the comment was most recently modified, in timestamp format. =head2 ReactionCounts => L A string to integer map that represents the number of individual users who have responded to a comment with the specified reactions. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut