output_url property

output_url property

Gets or sets the URL indicating where the resource will be located after processing.

Definition:

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

See Also