Table of Contents

Class ChannelPositionUpdateRequestItem

Namespace
Fluxer.Net.Rest
Assembly
Fluxer.Net.dll
public class ChannelPositionUpdateRequestItem
Inheritance
object
ChannelPositionUpdateRequestItem

Properties

Id

[JsonProperty("id")]
public ulong Id { get; set; }

Property Value

ulong

LockPermissions

[JsonProperty("lock_permissions")]
public bool? LockPermissions { get; set; }

Property Value

bool?

ParentId

[JsonProperty("parent_id")]
public ulong? ParentId { get; set; }

Property Value

ulong?

Position

[JsonProperty("position")]
public int? Position { get; set; }

Property Value

int?

PrecedingSiblingId

[JsonProperty("preceding_sibling_id")]
public ulong? PrecedingSiblingId { get; set; }

Property Value

ulong?