Class Gif
Fluxer entity with client attached.
public class Gif : Entity, IGif
- Inheritance
-
objectGif
- Implements
Properties
Height
Height of the GIF in pixels.
public int Height { get; }
Property Value
Id
The unique Gif result id.
public string Id { get; }
Property Value
ProxySource
Proxied URL to the GIF media file.
public string ProxySource { get; }
Property Value
Source
Direct URL to the GIF media file.
public string Source { get; }
Property Value
Title
The title/description of the GIF.
public string Title { get; }
Property Value
Url
The Gif page URL for the GIF.
public string Url { get; }
Property Value
Width
Width of the GIF in pixels.
public int Width { get; }
Property Value
Methods
Create(FluxerBaseClient, GifJson)
Create a Gif object from json.
public static Gif Create(FluxerBaseClient client, GifJson json)
Parameters
clientFluxerBaseClientjsonGifJson