View Source GenLSP.Structures.ResourceOperation (gen_lsp v0.10.0)
A generic resource operation.
Link to this section Summary
Functions
Fields
kind: The resource operation kind.
Link to this section Types
@type t() :: %GenLSP.Structures.ResourceOperation{ annotation_id: GenLSP.TypeAlias.ChangeAnnotationIdentifier.t() | nil, kind: String.t() }
Link to this section Functions
fields
Fields
kind: The resource operation kind.
annotation_id: An optional annotation identifier describing the operation.
@since 3.16.0