interface InstanceDryRunPostResponse {
    callback_token?: string;
    command?: string;
}

Properties

callback_token?: string

A token that can be used to access data in the project without further authentication. The token expires automatically or if the user revokes it.

command?: string

The instance expanded command. Applies only to Job instances.