Table of Contents

Class ChannelPins

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class ChannelPins : Entity
Inheritance
object
ChannelPins

Properties

HasMore

Whether more pins can be fetched with pagination

public bool HasMore { get; }

Property Value

bool

Items

public IEnumerable<ChannelPin> Items { get; }

Property Value

IEnumerable<ChannelPin>

Methods

Create(FluxerBaseClient, ChannelPinsJson)

Create a ChannelPins object from json.

public static ChannelPins Create(FluxerBaseClient client, ChannelPinsJson json)

Parameters

client FluxerBaseClient
json ChannelPinsJson

Returns

ChannelPins