GistFile
Assembly: ServiceStack.Common.dll
View Source
Declaration
public class GistFile
Properties
Filename
View Source
Declaration
public string Filename { get; set; }
Type
View Source
Declaration
public string Type { get; set; }
Language
View Source
Declaration
public string Language { get; set; }
Raw_Url
View Source
Declaration
public string Raw_Url { get; set; }
Size
View Source
Declaration
public int Size { get; set; }
Truncated
View Source
Declaration
public bool Truncated { get; set; }
Content
View Source
Declaration
public string Content { get; set; }