refresh_internal property

refresh_internal property

Specifies the number of minutes between automatic refreshes of the connection.

Definition:

@property
def refresh_internal(self):
    ...
@refresh_internal.setter
def refresh_internal(self, value):
    ...

See Also