Linked file input model
t() :: %ExClubhouse.Model.Input.LinkedFile{ content_type: binary() | nil, description: binary() | nil, name: binary(), size: integer() | nil, story_id: integer() | nil, thumbnail_url: binary() | nil, type: :google | :url | :dropbox | :box | :onedrive, uploader_id: binary() | nil, url: binary() }