php/src/OSS/PutLiveChannelRequest/body/liveChannelConfiguration/target.php [49:66]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public function toMap()
    {
        $res = [];
        if (null !== $this->type) {
            $res['Type'] = $this->type;
        }
        if (null !== $this->fragDuration) {
            $res['FragDuration'] = $this->fragDuration;
        }
        if (null !== $this->fragCount) {
            $res['FragCount'] = $this->fragCount;
        }
        if (null !== $this->playlistName) {
            $res['PlaylistName'] = $this->playlistName;
        }

        return $res;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



php/src/OSS/GetLiveChannelInfoResponse/liveChannelConfiguration/target.php [49:66]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public function toMap()
    {
        $res = [];
        if (null !== $this->type) {
            $res['Type'] = $this->type;
        }
        if (null !== $this->fragDuration) {
            $res['FragDuration'] = $this->fragDuration;
        }
        if (null !== $this->fragCount) {
            $res['FragCount'] = $this->fragCount;
        }
        if (null !== $this->playlistName) {
            $res['PlaylistName'] = $this->playlistName;
        }

        return $res;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



