Class AvailabilitySignal (1.0.0)

AvailabilitySignal(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Candidate availability signal.

Attributes

NameDescription
type_ `.common.AvailabilitySignalType`
Type of signal.
last_update_time `.timestamp.Timestamp`
Timestamp of when the given availability activity last happened.
filter_satisfied `.wrappers.BoolValue`
Indicates if the last_update_time is within AvailabilityFilter.range. Returned only in a search response when there is an AvailabilityFilter in ProfileQuery.availability_filters where signal_type matches type.

Inheritance

builtins.object > proto.message.Message > AvailabilitySignal