pyocf.types.objectreference

A type representing a reference to any kind of OCF object

pydantic model pyocf.types.objectreference.ObjectReference

A type representing a reference to any kind of OCF object

field object_id: Annotated[str, FieldInfo(annotation=NoneType, required=True, description='The identifier for the referenced object')] [Required]

The identifier for the referenced object

field object_type: Annotated[ObjectType, FieldInfo(annotation=NoneType, required=True, description='The type of object being referenced. Informs which type of identifier isrepresented by the associated object_id')] [Required]

The type of object being referenced. Informs which type of identifier isrepresented by the associated object_id