Show / Hide Table of Contents

Class ListSupportedRuntimesResponse

Response message for a list of supported runtimes.

Inheritance
object
ListSupportedRuntimesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX