![]() |
![]()
| ![]() |
![]()
NAMEPaws::WorkDocs::Activity USAGEThis class represents one of two things: 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::WorkDocs::Activity object: $service_obj->Method(Att1 => { CommentMetadata => $value, ..., Type => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::WorkDocs::Activity object: $result = $service_obj->Method(...); $result->Att1->CommentMetadata DESCRIPTIONDescribes the activity information. ATTRIBUTESCommentMetadata => Paws::WorkDocs::CommentMetadataMetadata of the commenting activity. This is an optional field and is filled for commenting activities. Initiator => Paws::WorkDocs::UserMetadataThe user who performed the action. IsIndirectActivity => BoolIndicates whether an activity is indirect or direct. An indirect activity results from a direct activity performed on a parent resource. For example, sharing a parent folder (the direct activity) shares all of the subfolders and documents within the parent folder (the indirect activity). OrganizationId => StrThe ID of the organization. OriginalParent => Paws::WorkDocs::ResourceMetadataThe original parent of the resource. This is an optional field and is filled for move activities. Participants => Paws::WorkDocs::ParticipantsThe list of users or groups impacted by this action. This is an optional field and is filled for the following sharing activities: DOCUMENT_SHARED, DOCUMENT_SHARED, DOCUMENT_UNSHARED, FOLDER_SHARED, FOLDER_UNSHARED. ResourceMetadata => Paws::WorkDocs::ResourceMetadataThe metadata of the resource involved in the user action. TimeStamp => StrThe timestamp when the action was performed. Type => StrThe activity type. SEE ALSOThis class forms part of Paws, describing an object used in Paws::WorkDocs BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|