Class ListRuntimesResponse
Response for the ListRuntimes
method.
Implements
Inherited Members
Namespace: Google.Apis.CloudFunctions.v2alpha.Data
Assembly: Google.Apis.CloudFunctions.v2alpha.dll
Syntax
public class ListRuntimesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Runtimes
The runtimes that match the request.
Declaration
[JsonProperty("runtimes")]
public virtual IList<Runtime> Runtimes { get; set; }
Property Value
Type | Description |
---|---|
IList<Runtime> |