Class ContentUserRating
Contains content user rating metadata
Inherited Members
Namespace: Unity.Services.Ugc.Bridge
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
public class ContentUserRating
Properties
ContentId
Content the rating applies to
Declaration
public string ContentId { get; }
Property Value
Type | Description |
---|---|
string |
CreatedAt
Date rating was first created
Declaration
public DateTime CreatedAt { get; }
Property Value
Type | Description |
---|---|
DateTime |
Id
Id of content rating
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
string |
Rating
User rating
Declaration
public float Rating { get; }
Property Value
Type | Description |
---|---|
float |
UpdatedAt
Date rating was updated
Declaration
public DateTime UpdatedAt { get; }
Property Value
Type | Description |
---|---|
DateTime |
UserId
Id of user providing rating
Declaration
public string UserId { get; }
Property Value
Type | Description |
---|---|
string |