GistFileEdit¶ [Source] Describes an edit to an existing gist file's content. Serializes to {"content": "..."} in the update request body. class val GistFileEdit Constructors¶ create¶ [Source] new val create( content': String val) : GistFileEdit val^ Parameters¶ content': String val Returns¶ GistFileEdit val^ Public fields¶ let content: String val¶ [Source]