InformationalUrl Class

Represents a group of URIs that provide terms of service, marketing, support and privacy policy information about an application. The default value for each string is null.

Inheritance
InformationalUrl

Constructor

InformationalUrl(*, terms_of_service: Optional[str] = None, marketing: Optional[str] = None, privacy: Optional[str] = None, support: Optional[str] = None, **kwargs)

Parameters

terms_of_service
str
Required

The terms of service URI

marketing
str
Required

The marketing URI

privacy
str
Required

The privacy policy URI

support
str
Required

The support URI