Class GifCategory
Fluxer entity with client attached.
public class GifCategory : Entity, IGifCategory
- Inheritance
-
objectGifCategory
- Implements
Properties
Name
The category search term.
public string Name { get; }
Property Value
ProxySource
Proxied URL to the category preview image.
public string ProxySource { get; }
Property Value
Source
URL to the category preview image.
public string Source { get; }
Property Value
Methods
Create(FluxerBaseClient, GifCategoryJson)
Create a GifCategory object from json.
public static GifCategory Create(FluxerBaseClient client, GifCategoryJson json)
Parameters
clientFluxerBaseClientjsonGifCategoryJson