Class Subscription
Contains subscription metadata
Inherited Members
Namespace: Unity.Services.Ugc.Bridge
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
public class Subscription
Properties
Content
Subscribed content
Declaration
public Content Content { get; }
Property Value
| Type | Description |
|---|---|
| Content |
CreatedAt
Date subscription was created
Declaration
public DateTime CreatedAt { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
DeletedAt
Date subscription was soft deleted
Declaration
public DateTime? DeletedAt { get; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
Id
Id of the subscription
Declaration
public string Id { get; }
Property Value
| Type | Description |
|---|---|
| string |
PlayerId
Id of the player
Declaration
public string PlayerId { get; }
Property Value
| Type | Description |
|---|---|
| string |
UpdatedAt
Date subscription was last updated
Declaration
public DateTime UpdatedAt { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |