BitmovinApiSdk\Models\XmlNamespace

Synopsis

class XmlNamespace extends ApiResource {
  • // members
  • public string $prefix;
  • public string $uri;
  • // Inherited methods from ApiResource
  • public void __construct()
  • public static $this create()
  • public void toArray()
}

Hierarchy

Members

public

  • $prefix — string
  • $uri — string

Methods

public

  • __construct()
  • prefix() — Name of the XML Namespace reference (required)
  • uri() — Source of the XML Namespace reference (required)

Inherited from BitmovinApiSdk\Common\ApiResource

public