Class ListFunctionsResponse
Response for the ListFunctions
method.
Implements
Inherited Members
Namespace: Google.Apis.CloudFunctions.v1.Data
Assembly: Google.Apis.CloudFunctions.v1.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<CloudFunction> Functions { get; set; }
Property Value
Type | Description |
---|---|
IList<CloudFunction> |
NextPageToken
If not empty, indicates that there may be more functions that match the request; this value should be passed in a new google.cloud.functions.v1.ListFunctionsRequest to get more functions.
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> |