Class Header
Defines a header message. A header can have a key and a value.
Implements
Inherited Members
Namespace: Google.Apis.CloudTasks.v2beta3.Data
Assembly: Google.Apis.CloudTasks.v2beta3.dll
Syntax
public class Header : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Key
The Key of the header.
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
The Value of the header.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |