expiresAt property

  1. @BuiltValueField(wireName: r'expires_at')
DateTime expiresAt

ExpiresAt is the time (UTC) when the request expires. If the user still wishes to update the setting, a new request has to be initiated.

Implementation

@BuiltValueField(wireName: r'expires_at')
DateTime get expiresAt;