BitmovinApiSdk\Models\DnsMappingRequest

Synopsis

class DnsMappingRequest extends ApiResource {
  • // 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)

Inherited from BitmovinApiSdk\Common\ApiResource

public