Class UnityPackageBetaEnrollResponse
Response to Unity Package beta enrollment request.
Namespace: Unity.PlasticSCM.Editor.WebApi
Syntax
public class UnityPackageBetaEnrollResponse : object
Properties
Error
Error caused by the request.
Declaration
public ErrorResponse.ErrorFields Error { get; set; }
Property Value
Type | Description |
---|---|
ErrorResponse.ErrorFields |
IsBetaEnabled
Whether the beta is enabled.
Declaration
public bool IsBetaEnabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |