gws_core

Introduction
Getting Started
Developer guide
Release
Architecture
CLI
Technical documentations
Version

ModelRfield

RField to serialize and deserialize BaseModelDTO to and from json using pydantic.

Attributes
include_in_dict_view: boolobject_type: Typesearchable: bool
Functions
__init__

RField to serialize and deserialize BaseModelDTO to and from json using pydantic.

object_type : Type
type of the jsonable object. This type is instantiated when the resource is created. It must have a constructor with no parameter.
include_in_dict_view : bool - False
if true, this field we be included in the default dict view Do not mark huge fields as include in dict view
deserialize
r_field_value : Any
Return type : BaseModelDTO
get_default_value
Return type : Any
serialize
r_field_value : BaseModelDTO
Return type : Any