class documentation

class PaperDocExportResult(bb.Struct): (source)

View In Hierarchy

:ivar paper.PaperDocExportResult.owner: The Paper doc owner's email address. :ivar paper.PaperDocExportResult.title: The Paper doc title. :ivar paper.PaperDocExportResult.revision: The Paper doc revision. Simply an ever increasing number. :ivar paper.PaperDocExportResult.mime_type: MIME type of the export. This corresponds to :class:`ExportFormat` specified in the request.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable mime_type Undocumented
Instance Variable owner Undocumented
Instance Variable revision Undocumented
Instance Variable title Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _mime_type_value Undocumented
Instance Variable _owner_value Undocumented
Instance Variable _revision_value Undocumented
Instance Variable _title_value Undocumented
def __init__(self, owner=None, title=None, revision=None, mime_type=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

mime_type = (source)

Undocumented

Undocumented

revision = (source)

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_mime_type_value = (source)

Undocumented

_owner_value = (source)

Undocumented

_revision_value = (source)

Undocumented

_title_value = (source)

Undocumented