class documentation

class SetProfilePhotoResult(bb.Struct): (source)

View In Hierarchy

:ivar account.SetProfilePhotoResult.profile_photo_url: URL for the photo representing the user, if one is set.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable profile_photo_url Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _profile_photo_url_value Undocumented
def __init__(self, profile_photo_url=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

profile_photo_url = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_profile_photo_url_value = (source)

Undocumented