class documentation

class InsufficientPlan(bb.Struct): (source)

View In Hierarchy

:ivar sharing.InsufficientPlan.message: A message to tell the user to upgrade in order to support expected action. :ivar sharing.InsufficientPlan.upsell_url: A URL to send the user to in order to obtain the account type they need, e.g. upgrading. Absent if there is no action the user can take to upgrade.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable message Undocumented
Instance Variable upsell_url Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _message_value Undocumented
Instance Variable _upsell_url_value Undocumented
def __init__(self, message=None, upsell_url=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

upsell_url = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_message_value = (source)

Undocumented

_upsell_url_value = (source)

Undocumented