Class GetProgressResponse
A response that contains data about upload progress
Namespace: Unity.Connect.Share.Editor
Syntax
[Serializable]
public class GetProgressResponse
Fields
error
Error which occured
Declaration
public string error
Field Value
| Type | Description |
|---|---|
| String |
progress
Upload progress
Declaration
public int progress
Field Value
| Type | Description |
|---|---|
| Int32 |
projectId
ID of the project
Declaration
public string projectId
Field Value
| Type | Description |
|---|---|
| String |
url
URL of the project
Declaration
public string url
Field Value
| Type | Description |
|---|---|
| String |