TD.Query.SetName
data SetName Source #
Changes the first and last name of the current user. Returns Ok
Ok
Constructors
Fields
The new value of the first name for the current user; 1-64 characters
The new value of the optional last name for the current user; 0-64 characters
Defined in TD.Query.SetName
Methods
toJSON :: SetName -> Value #
toEncoding :: SetName -> Encoding #
toJSONList :: [SetName] -> Value #
toEncodingList :: [SetName] -> Encoding #
showsPrec :: Int -> SetName -> ShowS #
show :: SetName -> String #
showList :: [SetName] -> ShowS #
(==) :: SetName -> SetName -> Bool #
(/=) :: SetName -> SetName -> Bool #
shortShow :: SetName -> String Source #
defaultSetName :: SetName Source #