cfapi_segment (cfapi v1.0.4)

View Source

Summary

Types

cfapi_segment/0

-type cfapi_segment() ::
          #{identifier := binary(),
            name := binary(),
            environment => binary(),
            tags => list(),
            included => list(),
            excluded => list(),
            rules => list(),
            createdAt => integer(),
            modifiedAt => integer(),
            version => integer()}.

Functions

encode(_)