Class ListScriptsResponseLinks
ListScriptsResponseLinks
Inherited Members
Namespace: Unity.Services.Apis.Admin.CloudCode
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "ListScriptsResponse_links")]
[Preserve]
public class ListScriptsResponseLinks
Constructors
ListScriptsResponseLinks(string)
Initializes a new instance of the ListScriptsResponseLinks class.
Declaration
[Preserve]
public ListScriptsResponseLinks(string next = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | next | next (required). |
Properties
Next
Gets or Sets Next
Declaration
[DataMember(Name = "next", IsRequired = true, EmitDefaultValue = true)]
[Preserve]
public string Next { get; set; }
Property Value
| Type | Description |
|---|---|
| string |