View Source GitHub.SearchResultTextMatches (GitHub REST API Client v0.3.0)

Provides struct and type for a SearchResultTextMatches

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.SearchResultTextMatches{
  __info__: map(),
  fragment: String.t() | nil,
  matches: [GitHub.SearchResultTextMatchesMatches.t()] | nil,
  object_type: String.t() | nil,
  object_url: String.t() | nil,
  property: String.t() | nil
}