Class HttpsTrigger (1.1.0)

public sealed class HttpsTrigger : IMessage<HttpsTrigger>, IEquatable<HttpsTrigger>, IDeepCloneable<HttpsTrigger>, IBufferMessage, IMessage

Describes HttpsTrigger, could be used to connect web hooks to function.

Inheritance

Object > HttpsTrigger

Namespace

Google.Cloud.Functions.V1

Assembly

Google.Cloud.Functions.V1.dll

Constructors

HttpsTrigger()

public HttpsTrigger()

HttpsTrigger(HttpsTrigger)

public HttpsTrigger(HttpsTrigger other)
Parameter
NameDescription
otherHttpsTrigger

Properties

Url

public string Url { get; set; }

Output only. The deployed url for the function.

Property Value
TypeDescription
String