Class ResponseStatusCode
A status to accept. Either a status code class like "2xx", or an integer status code like "200".
Implements
Inherited Members
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? |