Class ChannelPins
Fluxer entity with client attached.
public class ChannelPins : Entity
- Inheritance
-
objectChannelPins
Properties
HasMore
Whether more pins can be fetched with pagination
public bool HasMore { get; }
Property Value
Items
public IEnumerable<ChannelPin> Items { get; }
Property Value
Methods
Create(FluxerBaseClient, ChannelPinsJson)
Create a ChannelPins object from json.
public static ChannelPins Create(FluxerBaseClient client, ChannelPinsJson json)
Parameters
clientFluxerBaseClientjsonChannelPinsJson