Class HttpRouteHttpDirectResponse
Static HTTP response object to be returned.
Implements
Inherited Members
Namespace: Google.Apis.NetworkServices.v1.Data
Assembly: Google.Apis.NetworkServices.v1.dll
Syntax
public class HttpRouteHttpDirectResponse : IDirectResponseSchema
Properties
BytesBody
Optional. Response body as bytes. Maximum body size is 4096B.
Declaration
[JsonProperty("bytesBody")]
public virtual string BytesBody { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Required. Status to return as part of HTTP Response. Must be a positive integer.
Declaration
[JsonProperty("status")]
public virtual int? Status { get; set; }
Property Value
Type | Description |
---|---|
int? |
StringBody
Optional. Response body as a string. Maximum body length is 1024 characters.
Declaration
[JsonProperty("stringBody")]
public virtual string StringBody { get; set; }
Property Value
Type | Description |
---|---|
string |