Autocreate

public final class Autocreate extends UpdateEventRequest.Conferencing

Class representation of a conferencing autocreate object

Constructors

public UpdateEventRequest.Conferencing.Autocreate UpdateEventRequest.Conferencing.Autocreate(@Json(name = "provider") ConferencingProvider provider, @Json(name = "autocreate") Map<String, Object> autocreate)

Types

Link copied to clipboard
public final class Builder

Builder for Autocreate.

Properties

Link copied to clipboard
private final Map<String, Object> autocreate

Empty dict to indicate an intention to autocreate a video link. Additional provider settings may be included in autocreate.settings, but Nylas does not validate these.

Link copied to clipboard

The conferencing provider.

Functions

Link copied to clipboard
public final Map<String, Object> getAutocreate()

Empty dict to indicate an intention to autocreate a video link. Additional provider settings may be included in autocreate.settings, but Nylas does not validate these.

Link copied to clipboard

The conferencing provider.