Class AddRepresentationVersionRequest
AddRepresentationVersionRequest
Inherited Members
Namespace: Unity.Services.Apis.UGC
Assembly: solution.dll
Syntax
[Preserve]
public class AddRepresentationVersionRequest
Constructors
AddRepresentationVersionRequest(string)
Initializes a new instance of the AddRepresentationVersionRequest class.
Declaration
[Preserve]
public AddRepresentationVersionRequest(string md5Hash = null)
Parameters
Type | Name | Description |
---|---|---|
string | md5Hash | md5Hash (required). |
Properties
Md5Hash
Gets or Sets Md5Hash
Declaration
[Preserve]
public string Md5Hash { get; set; }
Property Value
Type | Description |
---|---|
string |