Class SetItemBatchBody
SetItemBatchBody
Inherited Members
Namespace: Unity.Services.Apis.CloudSave
Assembly: solution.dll
Syntax
[Preserve]
public class SetItemBatchBody
Constructors
SetItemBatchBody(List<SetItemBody>)
Initializes a new instance of the SetItemBatchBody class.
Declaration
[Preserve]
public SetItemBatchBody(List<SetItemBody> data = null)
Parameters
Type | Name | Description |
---|---|---|
List<SetItemBody> | data | data. |
Properties
Data
Gets or Sets Data
Declaration
[Preserve]
public List<SetItemBody> Data { get; set; }
Property Value
Type | Description |
---|---|
List<SetItemBody> |