class documentation

class GetCopyReferenceResult(bb.Struct): (source)

View In Hierarchy

:ivar files.GetCopyReferenceResult.metadata: Metadata of the file or folder. :ivar files.GetCopyReferenceResult.copy_reference: A copy reference to the file or folder. :ivar files.GetCopyReferenceResult.expires: The expiration date of the copy reference. This value is currently set to be far enough in the future so that expiration is effectively not an issue.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable copy_reference Undocumented
Instance Variable expires Undocumented
Instance Variable metadata Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _copy_reference_value Undocumented
Instance Variable _expires_value Undocumented
Instance Variable _metadata_value Undocumented
def __init__(self, metadata=None, copy_reference=None, expires=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

copy_reference = (source)

Undocumented

Undocumented

metadata = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_copy_reference_value = (source)

Undocumented

_expires_value = (source)

Undocumented

_metadata_value = (source)

Undocumented