# GitHubModel Properties

- Package: [Aspire.Hosting.GitHub.Models](/reference/api/csharp/aspire.hosting.github.models.md)
- Type: [GitHubModel](/reference/api/csharp/aspire.hosting.github.models/githubmodel.md)
- Kind: `Properties`
- Members: `1`

Represents a model published on GitHub.

## Id

- Name: `Id`
- Modifiers: `get; init`
- Returns: `string`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.GitHub.Models/GithubModel.cs)

The unique identifier for the model.

```csharp
public string Id { get; init; }
```
