C# Class Halodi.PackageRegistry.NPM.NPMResponse

Show file Open project: Halodi/halodi-unity-package-registry-manager Class Usage Examples

Public Properties

Property Type Description
error string
ok string
reason string
success bool
token string

Property Details

error public property

public string error
return string

ok public property

public string ok
return string

reason public property

public string reason
return string

success public property

public bool success
return bool

token public property

public string token
return string