class documentation

class Dimensions(bb.Struct): (source)

View In Hierarchy

Dimensions for a photo or video. :ivar files.Dimensions.height: Height of the photo/video. :ivar files.Dimensions.width: Width of the photo/video.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable height Undocumented
Instance Variable width Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _height_value Undocumented
Instance Variable _width_value Undocumented
def __init__(self, height=None, width=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)

Undocumented

_has_required_fields: bool = (source)

Undocumented

_height_value = (source)

Undocumented

_width_value = (source)

Undocumented