Show / Hide Table of Contents

Class ResponseStatusCode

A status to accept. Either a status code class like "2xx", or an integer status code like "200".

Inheritance
object
ResponseStatusCode
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.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class ResponseStatusCode : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

StatusClass

A class of status codes to accept.

Declaration
[JsonProperty("statusClass")]
public virtual string StatusClass { get; set; }
Property Value
Type Description
string

StatusValue

A status code to accept.

Declaration
[JsonProperty("statusValue")]
public virtual int? StatusValue { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX