Class GetProgressResponse
Represents a response that contains data about upload progress
Inherited Members
Namespace: Unity.Play.Publisher.Editor
Assembly: Unity.Play.Publisher.Editor.dll
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 |
|---|---|
| int |
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 |