# 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/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.GitHub.Models/GithubModel.cs)

The unique identifier for the model.

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