Class GoogleCloudFunctionsV2betaLocationMetadata
Extra GCF specific location information.
Implements
Inherited Members
Namespace: Google.Apis.CloudFunctions.v2beta.Data
Assembly: Google.Apis.CloudFunctions.v2beta.dll
Syntax
public class GoogleCloudFunctionsV2betaLocationMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Environments
The Cloud Function environments this location supports.
Declaration
[JsonProperty("environments")]
public virtual IList<string> Environments { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |