Current section
Files
Jump to
Current section
Files
lib/four_lucha/resource/video_category.ex
defmodule FourLucha.Resource.VideoCategory do
@moduledoc false
defstruct(
api_detail_url: nil,
deck: nil,
guid: nil,
id: nil,
name: nil,
image: nil,
site_detail_url: nil
)
end