ArchAstro.SDK.Types.ActivityFeedEntry (archastro v0.3.3)

Copy Markdown

A single event record in an activity feed, capturing what happened, who caused it, and which resources were involved.

Summary

Types

Functions

from_map(data)

@spec from_map(ArchAstro.SDK.JSON.object()) :: t()

matches?(value)

@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()

to_map(value)

@spec to_map(t()) :: ArchAstro.SDK.JSON.object()