Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 663 Bytes

JsonPatchInner.md

File metadata and controls

18 lines (13 loc) · 663 Bytes

halo_client.model.JsonPatchInner

Load the model package

import 'package:halo_client/api.dart';

Properties

Name Type Description Notes
op String
path String A JSON Pointer path pointing to the location to move/copy from.
value JsonObject Value can be any JSON value
from String A JSON Pointer path pointing to the location to move/copy from.

[Back to Model list] [Back to API list] [Back to README]