public sealed class PathOverride : IMessage<PathOverride>, IEquatable<PathOverride>, IDeepCloneable<PathOverride>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2beta3 API class PathOverride.
PathOverride.
Path message defines path override for HTTP targets.
Implements
IMessagePathOverride, IEquatablePathOverride, IDeepCloneablePathOverride, IBufferMessage, IMessageNamespace
Google.Cloud.Tasks.V2Beta3Assembly
Google.Cloud.Tasks.V2Beta3.dll
Constructors
PathOverride()
public PathOverride()
PathOverride(PathOverride)
public PathOverride(PathOverride other)
Parameter | |
---|---|
Name | Description |
other |
PathOverride |
Properties
Path
public string Path { get; set; }
The URI path (e.g., /users/1234). Default is an empty string.
Property Value | |
---|---|
Type | Description |
string |