Name | Type | Description | Notes |
---|---|---|---|
ExportJobID | Pointer to string | [optional] | |
Href | Pointer to string | [optional] |
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
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
func (o *ExportResponse) GetExportJobID() string
GetExportJobID returns the ExportJobID field if non-nil, zero value otherwise.
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.
func (o *ExportResponse) SetExportJobID(v string)
SetExportJobID sets ExportJobID field to given value.
func (o *ExportResponse) HasExportJobID() bool
HasExportJobID returns a boolean if a field has been set.
func (o *ExportResponse) GetHref() string
GetHref returns the Href field if non-nil, zero value otherwise.
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.
func (o *ExportResponse) SetHref(v string)
SetHref sets Href field to given value.
func (o *ExportResponse) HasHref() bool
HasHref returns a boolean if a field has been set.