Name | Type | Description | Notes |
---|---|---|---|
Version | Pointer to int32 | Current version of the export results object. | [optional] |
Timestamp | Pointer to time.Time | Time the export was completed. | [optional] |
Tenant | Pointer to string | Name of the tenant where this export originated. | [optional] |
Description | Pointer to string | Optional user defined description/name for export job. | [optional] |
Options | Pointer to ExportOptions | [optional] | |
Objects | Pointer to []ConfigObject | [optional] |
func NewSpConfigExportResults() *SpConfigExportResults
NewSpConfigExportResults instantiates a new SpConfigExportResults 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 NewSpConfigExportResultsWithDefaults() *SpConfigExportResults
NewSpConfigExportResultsWithDefaults instantiates a new SpConfigExportResults 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 *SpConfigExportResults) GetVersion() int32
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *SpConfigExportResults) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpConfigExportResults) SetVersion(v int32)
SetVersion sets Version field to given value.
func (o *SpConfigExportResults) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *SpConfigExportResults) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *SpConfigExportResults) GetTimestampOk() (*time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpConfigExportResults) SetTimestamp(v time.Time)
SetTimestamp sets Timestamp field to given value.
func (o *SpConfigExportResults) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (o *SpConfigExportResults) GetTenant() string
GetTenant returns the Tenant field if non-nil, zero value otherwise.
func (o *SpConfigExportResults) GetTenantOk() (*string, bool)
GetTenantOk returns a tuple with the Tenant field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpConfigExportResults) SetTenant(v string)
SetTenant sets Tenant field to given value.
func (o *SpConfigExportResults) HasTenant() bool
HasTenant returns a boolean if a field has been set.
func (o *SpConfigExportResults) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *SpConfigExportResults) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpConfigExportResults) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *SpConfigExportResults) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *SpConfigExportResults) GetOptions() ExportOptions
GetOptions returns the Options field if non-nil, zero value otherwise.
func (o *SpConfigExportResults) GetOptionsOk() (*ExportOptions, bool)
GetOptionsOk returns a tuple with the Options field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpConfigExportResults) SetOptions(v ExportOptions)
SetOptions sets Options field to given value.
func (o *SpConfigExportResults) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (o *SpConfigExportResults) GetObjects() []ConfigObject
GetObjects returns the Objects field if non-nil, zero value otherwise.
func (o *SpConfigExportResults) GetObjectsOk() (*[]ConfigObject, bool)
GetObjectsOk returns a tuple with the Objects field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpConfigExportResults) SetObjects(v []ConfigObject)
SetObjects sets Objects field to given value.
func (o *SpConfigExportResults) HasObjects() bool
HasObjects returns a boolean if a field has been set.