Show / Hide Table of Contents

Class HttpRouteHttpDirectResponse

Static HTTP response object to be returned.

Inheritance
object
HttpRouteHttpDirectResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkServices.v1beta1.Data
Assembly: Google.Apis.NetworkServices.v1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX