docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Subscription

    Contains subscription metadata

    Inheritance
    object
    Subscription
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)