Figler.Schema.CodeEmbedInfo (figler v0.1.0-beta.1)

Copy Markdown View Source

Generated Kiwi message module for CodeEmbedInfo.

Summary

Types

t()

@type t() :: %Figler.Schema.CodeEmbedInfo{
  is_published_site: boolean() | nil,
  src_url: String.t() | nil,
  thumbnail_image_hash: String.t() | nil,
  title: String.t() | nil,
  url: String.t() | nil
}

Functions

decode(binary)

encode(struct)

transform_module()