Skip to content
DocsTry Aspire
DocsTry

ApplicationInfoResponseData Properties

ClassProperties4 members
Represents the ApplicationInfoResponseData payload.
CommitIdSection titled CommitIdnullablestring?
Gets or sets commit_id.
public string? CommitId { get; set; }
NameSection titled Namenullablestring?
Gets or sets name.
public string? Name { get; set; }
OpenapiDocsSection titled OpenapiDocsnullablebool?
Gets or sets openapi_docs.
public bool? OpenapiDocs { get; set; }
VersionSection titled Versionnullablestring?
Gets or sets version.
public string? Version { get; set; }