Class ModifiedMetadata
Timestamp for when the object was modified.
Inherited Members
Namespace: Unity.Services.CloudSave.Models
Assembly: Unity.Services.CloudSave.dll
Syntax
[Preserve]
[DataContract(Name = "ModifiedMetadata")]
public class ModifiedMetadata
Constructors
ModifiedMetadata(DateTime?)
Timestamp for when the object was modified.
Declaration
[Preserve]
public ModifiedMetadata(DateTime? date)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime? | date | Date time in ISO 8601 format. Null if there is no associated value. |
Properties
Date
Date time in ISO 8601 format. Null if there is no associated value.
Declaration
[Preserve]
[DataMember(Name = "date", IsRequired = true, EmitDefaultValue = true)]
public DateTime? Date { get; }
Property Value
| Type | Description |
|---|---|
| DateTime? |