public class EditResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<EditChoice> |
choices
A list of generated edits.
|
long |
created
The creation time in epoch milliseconds.
|
java.lang.String |
object
The type of object returned, should be "edit"
|
Usage |
usage
The API usage for this request
|
| Constructor and Description |
|---|
EditResult() |
public java.lang.String object
public long created
public java.util.List<EditChoice> choices
public Usage usage