Class PathOverride
PathOverride. Path message defines path override for HTTP targets.
Implements
Inherited Members
Namespace: Google.Apis.CloudTasks.v2beta2.Data
Assembly: Google.Apis.CloudTasks.v2beta2.dll
Syntax
public class PathOverride : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Path
The URI path (e.g., /users/1234). Default is an empty string.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }Property Value
| Type | Description | 
|---|---|
| string |