Postgate

data class Postgate(val createdAt: <Error class: unknown class>, val detachedEmbeddingUris: <Error class: unknown class><List<<Error class: unknown class>>> = AtField.Missing, val embeddingRules: <Error class: unknown class><List<PostgateEmbeddingRulesUnion>> = AtField.Missing, val post: <Error class: unknown class>)

Record defining interaction rules for a post. The record key (rkey) of the postgate record must match the record key of the post, and that record must be in the same repository.

Constructors

Link copied to clipboard
constructor(createdAt: <Error class: unknown class>, detachedEmbeddingUris: <Error class: unknown class><List<<Error class: unknown class>>> = AtField.Missing, embeddingRules: <Error class: unknown class><List<PostgateEmbeddingRulesUnion>> = AtField.Missing, post: <Error class: unknown class>)

Properties

Link copied to clipboard
val createdAt: <Error class: unknown class>
Link copied to clipboard
val detachedEmbeddingUris: <Error class: unknown class><List<<Error class: unknown class>>>

List of AT-URIs embedding this post that the author has detached from.

Link copied to clipboard
val embeddingRules: <Error class: unknown class><List<PostgateEmbeddingRulesUnion>>

List of rules defining who can embed this post. If value is an empty array or is undefined, no particular rules apply and anyone can embed.

Link copied to clipboard
val post: <Error class: unknown class>

Reference (AT-URI) to the post record.