Class GetProgressResponse
Namespace: Unity.Connect.Share.Editor
Syntax
[Serializable]
public class GetProgressResponse
Fields
error
Declaration
public string error
Field Value
| Type | Description |
|---|---|
| String |
progress
Declaration
public int progress
Field Value
| Type | Description |
|---|---|
| Int32 |
projectId
Declaration
public string projectId
Field Value
| Type | Description |
|---|---|
| String |
url
Declaration
public string url
Field Value
| Type | Description |
|---|---|
| String |