BitmovinApiSdk\Models\DnsMappingRequest
Synopsis
class DnsMappingRequest
extends ApiResource
{
- // members
- public string $subdomain;
- public string $name;
- public string $description;
- // methods
- public void __construct()
- public $this subdomain()
- public $this name()
- public $this description()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $description — string
- $name — string
- $subdomain — string
Methods
public
- __construct()
- description() — Optional description for the DNS mapping
- name() — Optional name for the DNS mapping
- subdomain() — Subdomain used for the DNS mapping. It can only contain lowercase letters, numbers and dashes (-). It can be at most 63 characters long (required)