UrlSource#

class UrlSource(url=None, allow_insecure=False, *args, **kwargs)[source]#

Bases: object

URL for creating an image.

Parameters:
  • url (required) – (url)

  • allow_insecure – (allow_insecure) Ignore the certificate errors, if the value is true. Default is false. (Default False)

property allow_insecure#

Ignore the certificate errors, if the value is true. Default is false.

Type:

bool

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model

property url#
Type:

str