Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.2 KB

ExportResponse.md

File metadata and controls

82 lines (45 loc) · 2.2 KB

ExportResponse

Properties

Name Type Description Notes
ExportJobID Pointer to string [optional]
Href Pointer to string [optional]

Methods

NewExportResponse

func NewExportResponse() *ExportResponse

NewExportResponse instantiates a new ExportResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewExportResponseWithDefaults

func NewExportResponseWithDefaults() *ExportResponse

NewExportResponseWithDefaults instantiates a new ExportResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetExportJobID

func (o *ExportResponse) GetExportJobID() string

GetExportJobID returns the ExportJobID field if non-nil, zero value otherwise.

GetExportJobIDOk

func (o *ExportResponse) GetExportJobIDOk() (*string, bool)

GetExportJobIDOk returns a tuple with the ExportJobID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetExportJobID

func (o *ExportResponse) SetExportJobID(v string)

SetExportJobID sets ExportJobID field to given value.

HasExportJobID

func (o *ExportResponse) HasExportJobID() bool

HasExportJobID returns a boolean if a field has been set.

GetHref

func (o *ExportResponse) GetHref() string

GetHref returns the Href field if non-nil, zero value otherwise.

GetHrefOk

func (o *ExportResponse) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHref

func (o *ExportResponse) SetHref(v string)

SetHref sets Href field to given value.

HasHref

func (o *ExportResponse) HasHref() bool

HasHref returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]