Class ComputerUseSafetyCheck
public class ComputerUseSafetyCheck
- Inheritance
-
objectComputerUseSafetyCheck
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