Class ManagedResource
An external resource managed by App Hosting on the project.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppHosting.v1beta.Data
Assembly: Google.Apis.FirebaseAppHosting.v1beta.dll
Syntax
public class ManagedResource : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
RunService
A Cloud Run
service,
managed by App Hosting.
Declaration
[JsonProperty("runService")]
public virtual RunService RunService { get; set; }Property Value
| Type | Description | 
|---|---|
| RunService |