BitmovinApiSdk\Models\CustomAttribute

Synopsis

class CustomAttribute extends ApiResource {
  • // members
  • public string $key;
  • public string $value;
  • // Inherited methods from ApiResource
  • public void __construct()
  • public static $this create()
  • public void toArray()
}

Hierarchy

Members

public

  • $key — string
  • $value — string

Methods

public

  • __construct()
  • key() — unique string identifier for the custom attribute (required)
  • value() — value of the custom attribute

Inherited from BitmovinApiSdk\Common\ApiResource

public