Class ListFunctionsResponse
Response for the ListFunctions
method.
Implements
Inherited Members
Namespace: Google.Apis.CloudFunctions.v2alpha.Data
Assembly: Google.Apis.CloudFunctions.v2alpha.dll
Syntax
public class ListFunctionsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Functions
The functions that match the request.
Declaration
[JsonProperty("functions")]
public virtual IList<Function> Functions { get; set; }
Property Value
Type | Description |
---|---|
IList<Function> |
NextPageToken
A token, which can be sent as page_token
to retrieve the next page. If this field is omitted, there are no
subsequent pages.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Unreachable
Locations that could not be reached. The response does not include any functions from these locations.
Declaration
[JsonProperty("unreachable")]
public virtual IList<string> Unreachable { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |