class documentation

class GetTemporaryLinkResult(bb.Struct): (source)

View In Hierarchy

:ivar files.GetTemporaryLinkResult.metadata: Metadata of the file. :ivar files.GetTemporaryLinkResult.link: The temporary link which can be used to stream content the file.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable link Undocumented
Instance Variable metadata Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _link_value Undocumented
Instance Variable _metadata_value Undocumented
def __init__(self, metadata=None, link=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

metadata = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_link_value = (source)

Undocumented

_metadata_value = (source)

Undocumented