ChatKittyPlatformAPI.Model.Link (chatkitty_platform_sdk v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %ChatKittyPlatformAPI.Model.Link{
  deprecation: String.t() | nil,
  href: String.t() | nil,
  hreflang: String.t() | nil,
  name: String.t() | nil,
  profile: String.t() | nil,
  templated: boolean() | nil,
  title: String.t() | nil,
  type: String.t() | nil
}