C# Class Halodi.PackageRegistry.NPM.NPMResponse

显示文件 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_oe property

public string error
return string

ok public_oe property

public string ok
return string

reason public_oe property

public string reason
return string

success public_oe property

public bool success
return bool

token public_oe property

public string token
return string