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