Class ListSupportedRuntimesResponse
Response message for a list of supported runtimes.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppHosting.v1beta.Data
Assembly: Google.Apis.FirebaseAppHosting.v1beta.dll
Syntax
public class ListSupportedRuntimesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SupportedRuntimes
The list of supported runtimes.
Declaration
[JsonProperty("supportedRuntimes")]
public virtual IList<SupportedRuntime> SupportedRuntimes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<SupportedRuntime> |