Provides struct and type for a SkillsListResponse
Summary
Types
@type t() :: %Gleanex.Platform.SkillsListResponse{ has_more: boolean(), next_cursor: String.t() | nil, request_id: String.t(), skills: [Gleanex.Platform.Skill.t()] }
Provides struct and type for a SkillsListResponse
@type t() :: %Gleanex.Platform.SkillsListResponse{ has_more: boolean(), next_cursor: String.t() | nil, request_id: String.t(), skills: [Gleanex.Platform.Skill.t()] }