Table of Contents

Class ComputerUseSafetyCheck

Namespace
Glitch9.AIDevKit
public class ComputerUseSafetyCheck
Inheritance
object
ComputerUseSafetyCheck

Properties

Code

Optional. The type of the pending safety check.

public string Code { get; set; }

Property Value

string

Id

Required. The ID of the pending safety check.

public string Id { get; set; }

Property Value

string

Message

Optional. Details about the pending safety check.

public string Message { get; set; }

Property Value

string