Class MultiplayBuildsCcdCreate
The CCD block indicating that the created build is a direct file upload build. Now deprecated, please use buildType FILE_UPLOAD
instead.
Inherited Members
Namespace: Unity.Services.Apis.Admin.Multiplay
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "multiplay.builds.ccdCreate")]
[Preserve]
public class MultiplayBuildsCcdCreate
Constructors
MultiplayBuildsCcdCreate(string)
Initializes a new instance of the Multiplay
Declaration
[Preserve]
public MultiplayBuildsCcdCreate(string bucketID = null)
Parameters
Type | Name | Description |
---|---|---|
string | bucketID | The CCD bucket ID for a build within an environment. Required parameter due to backwards compatibility, however contents are ignored. A new bucket will be created for you. (required). |
Properties
BucketID
The CCD bucket ID for a build within an environment. Required parameter due to backwards compatibility, however contents are ignored. A new bucket will be created for you.
Declaration
[DataMember(Name = "bucketID", IsRequired = true, EmitDefaultValue = true)]
[Preserve]
public string BucketID { get; set; }
Property Value
Type | Description |
---|---|
string | The CCD bucket ID for a build within an environment. Required parameter due to backwards compatibility, however contents are ignored. A new bucket will be created for you. |