case class UpdateViewsRequest(view_id: Option[String], external_id: Option[String], view: Option[String], hash: Option[String])
- Value parameters:
- external_id
A unique identifier of the view set by the developer. Must be unique for all views on a team. Max length of 255 characters. Either
view_id
orexternal_id
is required.- hash
A string that represents view state to protect against possible race conditions.
- view
A view object. This must be a JSON-encoded string.
- view_id
A unique identifier of the view to be updated. Either
view_id
orexternal_id
is required.
- Companion:
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any