Skip to content

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

Returns


Public fields

let content: String val

[Source]