GistFileRename¶
Describes a rename of an existing gist file, optionally with new content.
Serializes to {"filename": "..."} or
{"filename": "...", "content": "..."} in the update request body.
Constructors¶
create¶
new val create(
filename': String val,
content': (String val | None val) = reference)
: GistFileRename val^
Parameters¶
Returns¶
- GistFileRename val^