Show / Hide Table of Contents

Class SimulatedResult

Possible test result.

Inheritance
object
SimulatedResult
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.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class SimulatedResult : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Error

Error encountered during the test.

Declaration
[JsonProperty("error")]
public virtual Status Error { get; set; }
Property Value
Type Description
Status

Finding

Finding that would be published for the test case, if a violation is detected.

Declaration
[JsonProperty("finding")]
public virtual Finding Finding { get; set; }
Property Value
Type Description
Finding

NoViolation

Indicates that the test case does not trigger any violation.

Declaration
[JsonProperty("noViolation")]
public virtual Empty NoViolation { get; set; }
Property Value
Type Description
Empty

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX