Google Cloud Tasks v2beta3 API - Class PathOverride (3.0.0-beta06)

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.

Inheritance

object > PathOverride

Namespace

Google.Cloud.Tasks.V2Beta3

Assembly

Google.Cloud.Tasks.V2Beta3.dll

Constructors

PathOverride()

public PathOverride()

PathOverride(PathOverride)

public PathOverride(PathOverride other)
Parameter
NameDescription
otherPathOverride

Properties

Path

public string Path { get; set; }

The URI path (e.g., /users/1234). Default is an empty string.

Property Value
TypeDescription
string