Name | Type | Description | Notes |
---|---|---|---|
Subscription | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Source | Pointer to string | [optional] | |
Status | Pointer to string | [optional] | |
Destination | Pointer to string | [optional] | |
CreatedOn | Pointer to string | [optional] | |
Nooffiles | Pointer to int32 | [optional] | |
FileSize | Pointer to float32 | [optional] | |
Done | Pointer to bool | [optional] |
func NewExportDetail() *ExportDetail
NewExportDetail instantiates a new ExportDetail 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 NewExportDetailWithDefaults() *ExportDetail
NewExportDetailWithDefaults instantiates a new ExportDetail 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 *ExportDetail) GetSubscription() string
GetSubscription returns the Subscription field if non-nil, zero value otherwise.
func (o *ExportDetail) GetSubscriptionOk() (*string, bool)
GetSubscriptionOk returns a tuple with the Subscription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExportDetail) SetSubscription(v string)
SetSubscription sets Subscription field to given value.
func (o *ExportDetail) HasSubscription() bool
HasSubscription returns a boolean if a field has been set.
func (o *ExportDetail) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ExportDetail) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExportDetail) SetName(v string)
SetName sets Name field to given value.
func (o *ExportDetail) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ExportDetail) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *ExportDetail) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExportDetail) SetSource(v string)
SetSource sets Source field to given value.
func (o *ExportDetail) HasSource() bool
HasSource returns a boolean if a field has been set.
func (o *ExportDetail) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ExportDetail) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExportDetail) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ExportDetail) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *ExportDetail) GetDestination() string
GetDestination returns the Destination field if non-nil, zero value otherwise.
func (o *ExportDetail) GetDestinationOk() (*string, bool)
GetDestinationOk returns a tuple with the Destination field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExportDetail) SetDestination(v string)
SetDestination sets Destination field to given value.
func (o *ExportDetail) HasDestination() bool
HasDestination returns a boolean if a field has been set.
func (o *ExportDetail) GetCreatedOn() string
GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.
func (o *ExportDetail) GetCreatedOnOk() (*string, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExportDetail) SetCreatedOn(v string)
SetCreatedOn sets CreatedOn field to given value.
func (o *ExportDetail) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (o *ExportDetail) GetNooffiles() int32
GetNooffiles returns the Nooffiles field if non-nil, zero value otherwise.
func (o *ExportDetail) GetNooffilesOk() (*int32, bool)
GetNooffilesOk returns a tuple with the Nooffiles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExportDetail) SetNooffiles(v int32)
SetNooffiles sets Nooffiles field to given value.
func (o *ExportDetail) HasNooffiles() bool
HasNooffiles returns a boolean if a field has been set.
func (o *ExportDetail) GetFileSize() float32
GetFileSize returns the FileSize field if non-nil, zero value otherwise.
func (o *ExportDetail) GetFileSizeOk() (*float32, bool)
GetFileSizeOk returns a tuple with the FileSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExportDetail) SetFileSize(v float32)
SetFileSize sets FileSize field to given value.
func (o *ExportDetail) HasFileSize() bool
HasFileSize returns a boolean if a field has been set.
func (o *ExportDetail) GetDone() bool
GetDone returns the Done field if non-nil, zero value otherwise.
func (o *ExportDetail) GetDoneOk() (*bool, bool)
GetDoneOk returns a tuple with the Done field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExportDetail) SetDone(v bool)
SetDone sets Done field to given value.
func (o *ExportDetail) HasDone() bool
HasDone returns a boolean if a field has been set.