Documentation

GetWorkspaceFileOptions
in package

GetWorkspaceFileOptions Class Doc Comment

Tags
category

Class

author

Swagger Codegen team apihelp@docusign.com

license

The DocuSign PHP Client SDK is licensed under the MIT License.

link
https://github.com/swagger-api/swagger-codegen

Table of Contents

$is_download  : string|null
$is_download When set to **true**, the Content-Disposition header is set in the response. The value of the header provides the filename of the file. Default is **false**.
$pdf_version  : string|null
$pdf_version When set to **true** the file returned as a PDF.
getIsDownload()  : string|null
Gets is_download
getPdfVersion()  : string|null
Gets pdf_version
setIsDownload()  : self
Sets is_download
setPdfVersion()  : self
Sets pdf_version

Properties

$is_download

$is_download When set to **true**, the Content-Disposition header is set in the response. The value of the header provides the filename of the file. Default is **false**.

protected string|null $is_download = null

$pdf_version

$pdf_version When set to **true** the file returned as a PDF.

protected string|null $pdf_version = null

Methods

getIsDownload()

Gets is_download

public getIsDownload() : string|null
Return values
string|null

getPdfVersion()

Gets pdf_version

public getPdfVersion() : string|null
Return values
string|null

setIsDownload()

Sets is_download

public setIsDownload(string|null $is_download) : self
Parameters
$is_download : string|null

When set to true, the Content-Disposition header is set in the response. The value of the header provides the filename of the file. Default is false.

Return values
self

setPdfVersion()

Sets pdf_version

public setPdfVersion(string|null $pdf_version) : self
Parameters
$pdf_version : string|null

When set to true the file returned as a PDF.

Return values
self

Search results