Class NewSubscriptionRequest
NewSubscriptionRequest
Inherited Members
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 |