| Name | Type | Description | Notes |
|---|---|---|---|
| Status | Pointer to string | The current status of the import integrations related import job | [optional] |
| LastImport | Pointer to int64 | [optional] | |
| LastError | Pointer to int64 | [optional] | |
| Errors | Pointer to []StatusResponse | [optional] |
func NewFlagImportStatus() *FlagImportStatus
NewFlagImportStatus instantiates a new FlagImportStatus 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 NewFlagImportStatusWithDefaults() *FlagImportStatus
NewFlagImportStatusWithDefaults instantiates a new FlagImportStatus 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 *FlagImportStatus) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *FlagImportStatus) 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 *FlagImportStatus) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *FlagImportStatus) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *FlagImportStatus) GetLastImport() int64
GetLastImport returns the LastImport field if non-nil, zero value otherwise.
func (o *FlagImportStatus) GetLastImportOk() (*int64, bool)
GetLastImportOk returns a tuple with the LastImport field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlagImportStatus) SetLastImport(v int64)
SetLastImport sets LastImport field to given value.
func (o *FlagImportStatus) HasLastImport() bool
HasLastImport returns a boolean if a field has been set.
func (o *FlagImportStatus) GetLastError() int64
GetLastError returns the LastError field if non-nil, zero value otherwise.
func (o *FlagImportStatus) GetLastErrorOk() (*int64, bool)
GetLastErrorOk returns a tuple with the LastError field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlagImportStatus) SetLastError(v int64)
SetLastError sets LastError field to given value.
func (o *FlagImportStatus) HasLastError() bool
HasLastError returns a boolean if a field has been set.
func (o *FlagImportStatus) GetErrors() []StatusResponse
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *FlagImportStatus) GetErrorsOk() (*[]StatusResponse, bool)
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlagImportStatus) SetErrors(v []StatusResponse)
SetErrors sets Errors field to given value.
func (o *FlagImportStatus) HasErrors() bool
HasErrors returns a boolean if a field has been set.