Partial update — every field is optional.
@type t() :: %Spatio.Model.UpdateSheetRequest{ columnCount: integer() | nil, data: %{optional(String.t()) => any()} | nil, description: String.t() | nil, isPublic: boolean() | nil, isReadOnly: boolean() | nil, name: String.t() | nil, rowCount: integer() | nil }