Skip to content
DocsTry Aspire
DocsTry

GitHubModelResource Constructors

ClassConstructors1 member
Represents a GitHub Model resource.
Constructor(string, string, ParameterResource?, ParameterResource)Section titled Constructor(string, string, ParameterResource?, ParameterResource)
Initializes a new instance of the GitHubModelResource class.
public class GitHubModelResource
{
public GitHubModelResource(
string name,
string model,
ParameterResource? organization,
ParameterResource key)
{
// ...
}
}
namestringThe name of the resource.
modelstringThe model name.
organizationParameterResource?The organization.
keyParameterResourceThe key parameter.