docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class NewSubscriptionRequest

    NewSubscriptionRequest

    Inheritance
    object
    NewSubscriptionRequest
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.UGC
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class NewSubscriptionRequest

    Constructors

    NewSubscriptionRequest(string, string, string)

    Initializes a new instance of the NewSubscriptionRequest class.

    Declaration
    [Preserve]
    public NewSubscriptionRequest(string projectId = null, string environmentId = null, string contentId = null)
    Parameters
    Type Name Description
    string projectId

    Project ID (required).

    string environmentId

    Environment ID (required).

    string contentId

    Content ID (required).

    Properties

    ContentId

    Content ID

    Declaration
    [Preserve]
    public string ContentId { get; set; }
    Property Value
    Type Description
    string

    Content ID

    EnvironmentId

    Environment ID

    Declaration
    [Preserve]
    public string EnvironmentId { get; set; }
    Property Value
    Type Description
    string

    Environment ID

    ProjectId

    Project ID

    Declaration
    [Preserve]
    public string ProjectId { get; set; }
    Property Value
    Type Description
    string

    Project ID

    In This Article
    Back to top
    Copyright © 2024 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)