MetadataSetFieldGroupsBody

class pydelfini.delfini_core.models.metadata_set_field_groups_body.MetadataSetFieldGroupsBody(groups)[source]

Bases: object

MetadataSetFieldGroupsBody model

Parameters:

groups (List[MetadataFieldGroup])

groups
Type:

List[‘MetadataFieldGroup’]

Attributes

groups

classmethod from_dict(src_dict)[source]

Create an instance of MetadataSetFieldGroupsBody from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]