File system capabilities supported by the client.
Describes which file system operations the client supports.
Optional Fields (all default to false)
read_text_file- Whether the client supports reading text fileswrite_text_file- Whether the client supports writing text filesmeta- Additional metadata (map)
Example
%ACPex.Schema.Types.FileSystemCapability{
read_text_file: true,
write_text_file: true
}JSON Representation
{
"readTextFile": true,
"writeTextFile": true
}
Summary
Functions
Creates a changeset for validation.
Types
Functions
@spec changeset(t(), map()) :: Ecto.Changeset.t()
Creates a changeset for validation.
All fields are optional with defaults.