Show / Hide Table of Contents

Class ManagedResource

An external resource managed by App Hosting on the project.

Inheritance
object
ManagedResource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseAppHosting.v1.Data
Assembly: Google.Apis.FirebaseAppHosting.v1.dll
Syntax
public class ManagedResource : IDirectResponseSchema

Properties

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX