Gleanex.Platform.SkillSourcePreviewResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a SkillSourcePreviewResponse

Summary

Types

t()

@type t() :: %Gleanex.Platform.SkillSourcePreviewResponse{
  failures: [Gleanex.Platform.SkillSourcePreviewFailure.t()],
  request_id: String.t(),
  skills: [Gleanex.Platform.SkillSourcePreview.t()]
}