DimensionRecord
===============

.. currentmodule:: lsst.daf.butler

.. autoclass:: DimensionRecord
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~DimensionRecord.dataId

   .. rubric:: Methods Summary

   .. autosummary::

      ~DimensionRecord.from_json
      ~DimensionRecord.from_simple
      ~DimensionRecord.toDict
      ~DimensionRecord.to_json
      ~DimensionRecord.to_simple

   .. rubric:: Attributes Documentation

   .. autoattribute:: dataId

   .. rubric:: Methods Documentation

   .. automethod:: from_json
   .. automethod:: from_simple
   .. automethod:: toDict
   .. automethod:: to_json
   .. automethod:: to_simple