Class BufferTaskRequest
Request message for BufferTask.
Implements
Inherited Members
Namespace: Google.Apis.CloudTasks.v2beta3.Data
Assembly: Google.Apis.CloudTasks.v2beta3.dll
Syntax
public class BufferTaskRequest : IDirectResponseSchema
Properties
Body
Optional. Body of the HTTP request. The body can take any generic value. The value is written to the HttpRequest of the [Task].
Declaration
[JsonProperty("body")]
public virtual HttpBody Body { get; set; }
Property Value
Type | Description |
---|---|
HttpBody |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |