response_uri property

response_uri property

Gets or sets the response URI.

Definition:

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

See Also