class documentation

class ThumbnailV2Arg(bb.Struct): (source)

View In Hierarchy

:ivar files.ThumbnailV2Arg.resource: Information specifying which file to preview. This could be a path to a file, a shared link pointing to a file, or a shared link pointing to a folder, with a relative path. :ivar files.ThumbnailV2Arg.format: The format for the thumbnail image, jpeg (default) or png. For images that are photos, jpeg should be preferred, while png is better for screenshots and digital arts. :ivar files.ThumbnailV2Arg.size: The size for the thumbnail image. :ivar files.ThumbnailV2Arg.mode: How to resize and crop the image to achieve the desired size.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable format Undocumented
Instance Variable mode Undocumented
Instance Variable resource Undocumented
Instance Variable size Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _format_value Undocumented
Instance Variable _mode_value Undocumented
Instance Variable _resource_value Undocumented
Instance Variable _size_value Undocumented
def __init__(self, resource=None, format=None, size=None, mode=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

Undocumented

resource = (source)

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_format_value = (source)

Undocumented

_mode_value = (source)

Undocumented

_resource_value = (source)

Undocumented

_size_value = (source)

Undocumented