Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type ActionResponse
- func (o *ActionResponse) GetCompletedAt() time.Time
- func (o *ActionResponse) GetCompletedAtOk() (*time.Time, bool)
- func (o *ActionResponse) GetLinks() map[string]string
- func (o *ActionResponse) GetLinksOk() (*map[string]string, bool)
- func (o *ActionResponse) GetRequestedAt() time.Time
- func (o *ActionResponse) GetRequestedAtOk() (*time.Time, bool)
- func (o *ActionResponse) GetStartedAt() time.Time
- func (o *ActionResponse) GetStartedAtOk() (*time.Time, bool)
- func (o *ActionResponse) GetStatus() string
- func (o *ActionResponse) GetStatusOk() (*string, bool)
- func (o *ActionResponse) HasLinks() bool
- func (o *ActionResponse) HasRequestedAt() bool
- func (o ActionResponse) MarshalJSON() ([]byte, error)
- func (o *ActionResponse) SetCompletedAt(v time.Time)
- func (o *ActionResponse) SetLinks(v map[string]string)
- func (o *ActionResponse) SetRequestedAt(v time.Time)
- func (o *ActionResponse) SetStartedAt(v time.Time)
- func (o *ActionResponse) SetStatus(v string)
- type ApiCancelRequest
- type ApiCreateRequest
- type ApiGetByIDRequest
- type ApiGetErrorsRequest
- type ApiGetPageRequest
- type BasicAuth
- type CollectionResponsePublicImportErrorForwardPaging
- func (o *CollectionResponsePublicImportErrorForwardPaging) GetPaging() ForwardPaging
- func (o *CollectionResponsePublicImportErrorForwardPaging) GetPagingOk() (*ForwardPaging, bool)
- func (o *CollectionResponsePublicImportErrorForwardPaging) GetResults() []PublicImportError
- func (o *CollectionResponsePublicImportErrorForwardPaging) GetResultsOk() ([]PublicImportError, bool)
- func (o *CollectionResponsePublicImportErrorForwardPaging) HasPaging() bool
- func (o CollectionResponsePublicImportErrorForwardPaging) MarshalJSON() ([]byte, error)
- func (o *CollectionResponsePublicImportErrorForwardPaging) SetPaging(v ForwardPaging)
- func (o *CollectionResponsePublicImportErrorForwardPaging) SetResults(v []PublicImportError)
- type CollectionResponsePublicImportResponse
- func (o *CollectionResponsePublicImportResponse) GetPaging() Paging
- func (o *CollectionResponsePublicImportResponse) GetPagingOk() (*Paging, bool)
- func (o *CollectionResponsePublicImportResponse) GetResults() []PublicImportResponse
- func (o *CollectionResponsePublicImportResponse) GetResultsOk() ([]PublicImportResponse, bool)
- func (o *CollectionResponsePublicImportResponse) HasPaging() bool
- func (o CollectionResponsePublicImportResponse) MarshalJSON() ([]byte, error)
- func (o *CollectionResponsePublicImportResponse) SetPaging(v Paging)
- func (o *CollectionResponsePublicImportResponse) SetResults(v []PublicImportResponse)
- type Configuration
- type CoreApiService
- func (a *CoreApiService) Cancel(ctx context.Context, importId int64) ApiCancelRequest
- func (a *CoreApiService) CancelExecute(r ApiCancelRequest) (*ActionResponse, *http.Response, error)
- func (a *CoreApiService) Create(ctx context.Context) ApiCreateRequest
- func (a *CoreApiService) CreateExecute(r ApiCreateRequest) (*PublicImportResponse, *http.Response, error)
- func (a *CoreApiService) GetByID(ctx context.Context, importId int64) ApiGetByIDRequest
- func (a *CoreApiService) GetByIDExecute(r ApiGetByIDRequest) (*PublicImportResponse, *http.Response, error)
- func (a *CoreApiService) GetPage(ctx context.Context) ApiGetPageRequest
- func (a *CoreApiService) GetPageExecute(r ApiGetPageRequest) (*CollectionResponsePublicImportResponse, *http.Response, error)
- type Error
- func (o *Error) GetCategory() string
- func (o *Error) GetCategoryOk() (*string, bool)
- func (o *Error) GetContext() map[string][]string
- func (o *Error) GetContextOk() (*map[string][]string, bool)
- func (o *Error) GetCorrelationId() string
- func (o *Error) GetCorrelationIdOk() (*string, bool)
- func (o *Error) GetErrors() []ErrorDetail
- func (o *Error) GetErrorsOk() ([]ErrorDetail, bool)
- func (o *Error) GetLinks() map[string]string
- func (o *Error) GetLinksOk() (*map[string]string, bool)
- func (o *Error) GetMessage() string
- func (o *Error) GetMessageOk() (*string, bool)
- func (o *Error) GetSubCategory() string
- func (o *Error) GetSubCategoryOk() (*string, bool)
- func (o *Error) HasContext() bool
- func (o *Error) HasErrors() bool
- func (o *Error) HasLinks() bool
- func (o *Error) HasSubCategory() bool
- func (o Error) MarshalJSON() ([]byte, error)
- func (o *Error) SetCategory(v string)
- func (o *Error) SetContext(v map[string][]string)
- func (o *Error) SetCorrelationId(v string)
- func (o *Error) SetErrors(v []ErrorDetail)
- func (o *Error) SetLinks(v map[string]string)
- func (o *Error) SetMessage(v string)
- func (o *Error) SetSubCategory(v string)
- type ErrorDetail
- func (o *ErrorDetail) GetCode() string
- func (o *ErrorDetail) GetCodeOk() (*string, bool)
- func (o *ErrorDetail) GetContext() map[string][]string
- func (o *ErrorDetail) GetContextOk() (*map[string][]string, bool)
- func (o *ErrorDetail) GetIn() string
- func (o *ErrorDetail) GetInOk() (*string, bool)
- func (o *ErrorDetail) GetMessage() string
- func (o *ErrorDetail) GetMessageOk() (*string, bool)
- func (o *ErrorDetail) GetSubCategory() string
- func (o *ErrorDetail) GetSubCategoryOk() (*string, bool)
- func (o *ErrorDetail) HasCode() bool
- func (o *ErrorDetail) HasContext() bool
- func (o *ErrorDetail) HasIn() bool
- func (o *ErrorDetail) HasSubCategory() bool
- func (o ErrorDetail) MarshalJSON() ([]byte, error)
- func (o *ErrorDetail) SetCode(v string)
- func (o *ErrorDetail) SetContext(v map[string][]string)
- func (o *ErrorDetail) SetIn(v string)
- func (o *ErrorDetail) SetMessage(v string)
- func (o *ErrorDetail) SetSubCategory(v string)
- type ForwardPaging
- type GenericOpenAPIError
- type ImportRowCore
- func (o *ImportRowCore) GetFileId() int32
- func (o *ImportRowCore) GetFileIdOk() (*int32, bool)
- func (o *ImportRowCore) GetLineNumber() int32
- func (o *ImportRowCore) GetLineNumberOk() (*int32, bool)
- func (o *ImportRowCore) GetPageName() string
- func (o *ImportRowCore) GetPageNameOk() (*string, bool)
- func (o *ImportRowCore) GetRowData() []string
- func (o *ImportRowCore) GetRowDataOk() ([]string, bool)
- func (o *ImportRowCore) HasPageName() bool
- func (o ImportRowCore) MarshalJSON() ([]byte, error)
- func (o *ImportRowCore) SetFileId(v int32)
- func (o *ImportRowCore) SetLineNumber(v int32)
- func (o *ImportRowCore) SetPageName(v string)
- func (o *ImportRowCore) SetRowData(v []string)
- type NextPage
- func (o *NextPage) GetAfter() string
- func (o *NextPage) GetAfterOk() (*string, bool)
- func (o *NextPage) GetLink() string
- func (o *NextPage) GetLinkOk() (*string, bool)
- func (o *NextPage) HasLink() bool
- func (o NextPage) MarshalJSON() ([]byte, error)
- func (o *NextPage) SetAfter(v string)
- func (o *NextPage) SetLink(v string)
- type NullableActionResponse
- func (v NullableActionResponse) Get() *ActionResponse
- func (v NullableActionResponse) IsSet() bool
- func (v NullableActionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableActionResponse) Set(val *ActionResponse)
- func (v *NullableActionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableActionResponse) Unset()
- type NullableBool
- type NullableCollectionResponsePublicImportErrorForwardPaging
- func (v NullableCollectionResponsePublicImportErrorForwardPaging) Get() *CollectionResponsePublicImportErrorForwardPaging
- func (v NullableCollectionResponsePublicImportErrorForwardPaging) IsSet() bool
- func (v NullableCollectionResponsePublicImportErrorForwardPaging) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionResponsePublicImportErrorForwardPaging) Set(val *CollectionResponsePublicImportErrorForwardPaging)
- func (v *NullableCollectionResponsePublicImportErrorForwardPaging) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionResponsePublicImportErrorForwardPaging) Unset()
- type NullableCollectionResponsePublicImportResponse
- func (v NullableCollectionResponsePublicImportResponse) Get() *CollectionResponsePublicImportResponse
- func (v NullableCollectionResponsePublicImportResponse) IsSet() bool
- func (v NullableCollectionResponsePublicImportResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionResponsePublicImportResponse) Set(val *CollectionResponsePublicImportResponse)
- func (v *NullableCollectionResponsePublicImportResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionResponsePublicImportResponse) Unset()
- type NullableError
- type NullableErrorDetail
- func (v NullableErrorDetail) Get() *ErrorDetail
- func (v NullableErrorDetail) IsSet() bool
- func (v NullableErrorDetail) MarshalJSON() ([]byte, error)
- func (v *NullableErrorDetail) Set(val *ErrorDetail)
- func (v *NullableErrorDetail) UnmarshalJSON(src []byte) error
- func (v *NullableErrorDetail) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableForwardPaging
- func (v NullableForwardPaging) Get() *ForwardPaging
- func (v NullableForwardPaging) IsSet() bool
- func (v NullableForwardPaging) MarshalJSON() ([]byte, error)
- func (v *NullableForwardPaging) Set(val *ForwardPaging)
- func (v *NullableForwardPaging) UnmarshalJSON(src []byte) error
- func (v *NullableForwardPaging) Unset()
- type NullableImportRowCore
- func (v NullableImportRowCore) Get() *ImportRowCore
- func (v NullableImportRowCore) IsSet() bool
- func (v NullableImportRowCore) MarshalJSON() ([]byte, error)
- func (v *NullableImportRowCore) Set(val *ImportRowCore)
- func (v *NullableImportRowCore) UnmarshalJSON(src []byte) error
- func (v *NullableImportRowCore) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableNextPage
- type NullablePaging
- type NullablePreviousPage
- func (v NullablePreviousPage) Get() *PreviousPage
- func (v NullablePreviousPage) IsSet() bool
- func (v NullablePreviousPage) MarshalJSON() ([]byte, error)
- func (v *NullablePreviousPage) Set(val *PreviousPage)
- func (v *NullablePreviousPage) UnmarshalJSON(src []byte) error
- func (v *NullablePreviousPage) Unset()
- type NullablePublicImportError
- func (v NullablePublicImportError) Get() *PublicImportError
- func (v NullablePublicImportError) IsSet() bool
- func (v NullablePublicImportError) MarshalJSON() ([]byte, error)
- func (v *NullablePublicImportError) Set(val *PublicImportError)
- func (v *NullablePublicImportError) UnmarshalJSON(src []byte) error
- func (v *NullablePublicImportError) Unset()
- type NullablePublicImportMetadata
- func (v NullablePublicImportMetadata) Get() *PublicImportMetadata
- func (v NullablePublicImportMetadata) IsSet() bool
- func (v NullablePublicImportMetadata) MarshalJSON() ([]byte, error)
- func (v *NullablePublicImportMetadata) Set(val *PublicImportMetadata)
- func (v *NullablePublicImportMetadata) UnmarshalJSON(src []byte) error
- func (v *NullablePublicImportMetadata) Unset()
- type NullablePublicImportResponse
- func (v NullablePublicImportResponse) Get() *PublicImportResponse
- func (v NullablePublicImportResponse) IsSet() bool
- func (v NullablePublicImportResponse) MarshalJSON() ([]byte, error)
- func (v *NullablePublicImportResponse) Set(val *PublicImportResponse)
- func (v *NullablePublicImportResponse) UnmarshalJSON(src []byte) error
- func (v *NullablePublicImportResponse) Unset()
- type NullablePublicObjectListRecord
- func (v NullablePublicObjectListRecord) Get() *PublicObjectListRecord
- func (v NullablePublicObjectListRecord) IsSet() bool
- func (v NullablePublicObjectListRecord) MarshalJSON() ([]byte, error)
- func (v *NullablePublicObjectListRecord) Set(val *PublicObjectListRecord)
- func (v *NullablePublicObjectListRecord) UnmarshalJSON(src []byte) error
- func (v *NullablePublicObjectListRecord) Unset()
- type NullableString
- type NullableTime
- type Paging
- func (o *Paging) GetNext() NextPage
- func (o *Paging) GetNextOk() (*NextPage, bool)
- func (o *Paging) GetPrev() PreviousPage
- func (o *Paging) GetPrevOk() (*PreviousPage, bool)
- func (o *Paging) HasNext() bool
- func (o *Paging) HasPrev() bool
- func (o Paging) MarshalJSON() ([]byte, error)
- func (o *Paging) SetNext(v NextPage)
- func (o *Paging) SetPrev(v PreviousPage)
- type PreviousPage
- func (o *PreviousPage) GetBefore() string
- func (o *PreviousPage) GetBeforeOk() (*string, bool)
- func (o *PreviousPage) GetLink() string
- func (o *PreviousPage) GetLinkOk() (*string, bool)
- func (o *PreviousPage) HasLink() bool
- func (o PreviousPage) MarshalJSON() ([]byte, error)
- func (o *PreviousPage) SetBefore(v string)
- func (o *PreviousPage) SetLink(v string)
- type PublicImportError
- func (o *PublicImportError) GetCreatedAt() int32
- func (o *PublicImportError) GetCreatedAtOk() (*int32, bool)
- func (o *PublicImportError) GetErrorType() string
- func (o *PublicImportError) GetErrorTypeOk() (*string, bool)
- func (o *PublicImportError) GetExtraContext() string
- func (o *PublicImportError) GetExtraContextOk() (*string, bool)
- func (o *PublicImportError) GetId() string
- func (o *PublicImportError) GetIdOk() (*string, bool)
- func (o *PublicImportError) GetInvalidValue() string
- func (o *PublicImportError) GetInvalidValueOk() (*string, bool)
- func (o *PublicImportError) GetKnownColumnNumber() int32
- func (o *PublicImportError) GetKnownColumnNumberOk() (*int32, bool)
- func (o *PublicImportError) GetObjectType() string
- func (o *PublicImportError) GetObjectTypeId() string
- func (o *PublicImportError) GetObjectTypeIdOk() (*string, bool)
- func (o *PublicImportError) GetObjectTypeOk() (*string, bool)
- func (o *PublicImportError) GetSourceData() ImportRowCore
- func (o *PublicImportError) GetSourceDataOk() (*ImportRowCore, bool)
- func (o *PublicImportError) HasExtraContext() bool
- func (o *PublicImportError) HasInvalidValue() bool
- func (o *PublicImportError) HasObjectType() bool
- func (o *PublicImportError) HasObjectTypeId() bool
- func (o PublicImportError) MarshalJSON() ([]byte, error)
- func (o *PublicImportError) SetCreatedAt(v int32)
- func (o *PublicImportError) SetErrorType(v string)
- func (o *PublicImportError) SetExtraContext(v string)
- func (o *PublicImportError) SetId(v string)
- func (o *PublicImportError) SetInvalidValue(v string)
- func (o *PublicImportError) SetKnownColumnNumber(v int32)
- func (o *PublicImportError) SetObjectType(v string)
- func (o *PublicImportError) SetObjectTypeId(v string)
- func (o *PublicImportError) SetSourceData(v ImportRowCore)
- type PublicImportMetadata
- func (o *PublicImportMetadata) GetCounters() map[string]int32
- func (o *PublicImportMetadata) GetCountersOk() (*map[string]int32, bool)
- func (o *PublicImportMetadata) GetFileIds() []string
- func (o *PublicImportMetadata) GetFileIdsOk() ([]string, bool)
- func (o *PublicImportMetadata) GetObjectLists() []PublicObjectListRecord
- func (o *PublicImportMetadata) GetObjectListsOk() ([]PublicObjectListRecord, bool)
- func (o PublicImportMetadata) MarshalJSON() ([]byte, error)
- func (o *PublicImportMetadata) SetCounters(v map[string]int32)
- func (o *PublicImportMetadata) SetFileIds(v []string)
- func (o *PublicImportMetadata) SetObjectLists(v []PublicObjectListRecord)
- type PublicImportResponse
- func (o *PublicImportResponse) GetCreatedAt() time.Time
- func (o *PublicImportResponse) GetCreatedAtOk() (*time.Time, bool)
- func (o *PublicImportResponse) GetId() string
- func (o *PublicImportResponse) GetIdOk() (*string, bool)
- func (o *PublicImportResponse) GetImportName() string
- func (o *PublicImportResponse) GetImportNameOk() (*string, bool)
- func (o *PublicImportResponse) GetImportRequestJson() map[string]interface{}
- func (o *PublicImportResponse) GetImportRequestJsonOk() (map[string]interface{}, bool)
- func (o *PublicImportResponse) GetMetadata() PublicImportMetadata
- func (o *PublicImportResponse) GetMetadataOk() (*PublicImportMetadata, bool)
- func (o *PublicImportResponse) GetOptOutImport() bool
- func (o *PublicImportResponse) GetOptOutImportOk() (*bool, bool)
- func (o *PublicImportResponse) GetState() string
- func (o *PublicImportResponse) GetStateOk() (*string, bool)
- func (o *PublicImportResponse) GetUpdatedAt() time.Time
- func (o *PublicImportResponse) GetUpdatedAtOk() (*time.Time, bool)
- func (o *PublicImportResponse) HasImportName() bool
- func (o *PublicImportResponse) HasImportRequestJson() bool
- func (o PublicImportResponse) MarshalJSON() ([]byte, error)
- func (o *PublicImportResponse) SetCreatedAt(v time.Time)
- func (o *PublicImportResponse) SetId(v string)
- func (o *PublicImportResponse) SetImportName(v string)
- func (o *PublicImportResponse) SetImportRequestJson(v map[string]interface{})
- func (o *PublicImportResponse) SetMetadata(v PublicImportMetadata)
- func (o *PublicImportResponse) SetOptOutImport(v bool)
- func (o *PublicImportResponse) SetState(v string)
- func (o *PublicImportResponse) SetUpdatedAt(v time.Time)
- type PublicImportsApiService
- type PublicObjectListRecord
- func (o *PublicObjectListRecord) GetListId() string
- func (o *PublicObjectListRecord) GetListIdOk() (*string, bool)
- func (o *PublicObjectListRecord) GetObjectType() string
- func (o *PublicObjectListRecord) GetObjectTypeOk() (*string, bool)
- func (o PublicObjectListRecord) MarshalJSON() ([]byte, error)
- func (o *PublicObjectListRecord) SetListId(v string)
- func (o *PublicObjectListRecord) SetObjectType(v string)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
Constants ¶
This section is empty.
Variables ¶
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextBasicAuth takes BasicAuth as authentication for the request. ContextBasicAuth = contextKey("basic") // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request. ContextHttpSignatureAuth = contextKey("httpsignature") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { CoreApi *CoreApiService PublicImportsApi *PublicImportsApiService // contains filtered or unexported fields }
APIClient manages communication with the CRM Imports API vv3 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type ActionResponse ¶
type ActionResponse struct { Status string `json:"status"` RequestedAt *time.Time `json:"requestedAt,omitempty"` StartedAt time.Time `json:"startedAt"` CompletedAt time.Time `json:"completedAt"` Links *map[string]string `json:"links,omitempty"` }
ActionResponse struct for ActionResponse
func NewActionResponse ¶
NewActionResponse instantiates a new ActionResponse 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 NewActionResponseWithDefaults ¶
func NewActionResponseWithDefaults() *ActionResponse
NewActionResponseWithDefaults instantiates a new ActionResponse 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 (*ActionResponse) GetCompletedAt ¶
func (o *ActionResponse) GetCompletedAt() time.Time
GetCompletedAt returns the CompletedAt field value
func (*ActionResponse) GetCompletedAtOk ¶
func (o *ActionResponse) GetCompletedAtOk() (*time.Time, bool)
GetCompletedAtOk returns a tuple with the CompletedAt field value and a boolean to check if the value has been set.
func (*ActionResponse) GetLinks ¶
func (o *ActionResponse) GetLinks() map[string]string
GetLinks returns the Links field value if set, zero value otherwise.
func (*ActionResponse) GetLinksOk ¶
func (o *ActionResponse) GetLinksOk() (*map[string]string, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActionResponse) GetRequestedAt ¶
func (o *ActionResponse) GetRequestedAt() time.Time
GetRequestedAt returns the RequestedAt field value if set, zero value otherwise.
func (*ActionResponse) GetRequestedAtOk ¶
func (o *ActionResponse) GetRequestedAtOk() (*time.Time, bool)
GetRequestedAtOk returns a tuple with the RequestedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActionResponse) GetStartedAt ¶
func (o *ActionResponse) GetStartedAt() time.Time
GetStartedAt returns the StartedAt field value
func (*ActionResponse) GetStartedAtOk ¶
func (o *ActionResponse) GetStartedAtOk() (*time.Time, bool)
GetStartedAtOk returns a tuple with the StartedAt field value and a boolean to check if the value has been set.
func (*ActionResponse) GetStatus ¶
func (o *ActionResponse) GetStatus() string
GetStatus returns the Status field value
func (*ActionResponse) GetStatusOk ¶
func (o *ActionResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*ActionResponse) HasLinks ¶
func (o *ActionResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*ActionResponse) HasRequestedAt ¶
func (o *ActionResponse) HasRequestedAt() bool
HasRequestedAt returns a boolean if a field has been set.
func (ActionResponse) MarshalJSON ¶
func (o ActionResponse) MarshalJSON() ([]byte, error)
func (*ActionResponse) SetCompletedAt ¶
func (o *ActionResponse) SetCompletedAt(v time.Time)
SetCompletedAt sets field value
func (*ActionResponse) SetLinks ¶
func (o *ActionResponse) SetLinks(v map[string]string)
SetLinks gets a reference to the given map[string]string and assigns it to the Links field.
func (*ActionResponse) SetRequestedAt ¶
func (o *ActionResponse) SetRequestedAt(v time.Time)
SetRequestedAt gets a reference to the given time.Time and assigns it to the RequestedAt field.
func (*ActionResponse) SetStartedAt ¶
func (o *ActionResponse) SetStartedAt(v time.Time)
SetStartedAt sets field value
func (*ActionResponse) SetStatus ¶
func (o *ActionResponse) SetStatus(v string)
SetStatus sets field value
type ApiCancelRequest ¶
type ApiCancelRequest struct { ApiService *CoreApiService // contains filtered or unexported fields }
func (ApiCancelRequest) Execute ¶
func (r ApiCancelRequest) Execute() (*ActionResponse, *http.Response, error)
type ApiCreateRequest ¶
type ApiCreateRequest struct { ApiService *CoreApiService // contains filtered or unexported fields }
func (ApiCreateRequest) Execute ¶
func (r ApiCreateRequest) Execute() (*PublicImportResponse, *http.Response, error)
func (ApiCreateRequest) Files ¶
func (r ApiCreateRequest) Files(files *os.File) ApiCreateRequest
A list of files containing the data to import
func (ApiCreateRequest) ImportRequest ¶
func (r ApiCreateRequest) ImportRequest(importRequest string) ApiCreateRequest
JSON formatted metadata about the import. This includes a name for the import and the column mappings for each file. See the overview tab for more on the required format.
type ApiGetByIDRequest ¶
type ApiGetByIDRequest struct { ApiService *CoreApiService // contains filtered or unexported fields }
func (ApiGetByIDRequest) Execute ¶
func (r ApiGetByIDRequest) Execute() (*PublicImportResponse, *http.Response, error)
type ApiGetErrorsRequest ¶
type ApiGetErrorsRequest struct { ApiService *PublicImportsApiService // contains filtered or unexported fields }
func (ApiGetErrorsRequest) After ¶
func (r ApiGetErrorsRequest) After(after string) ApiGetErrorsRequest
The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results.
func (ApiGetErrorsRequest) Execute ¶
func (r ApiGetErrorsRequest) Execute() (*CollectionResponsePublicImportErrorForwardPaging, *http.Response, error)
func (ApiGetErrorsRequest) Limit ¶
func (r ApiGetErrorsRequest) Limit(limit int32) ApiGetErrorsRequest
The maximum number of results to display per page.
type ApiGetPageRequest ¶
type ApiGetPageRequest struct { ApiService *CoreApiService // contains filtered or unexported fields }
func (ApiGetPageRequest) After ¶
func (r ApiGetPageRequest) After(after string) ApiGetPageRequest
The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results.
func (ApiGetPageRequest) Before ¶
func (r ApiGetPageRequest) Before(before string) ApiGetPageRequest
func (ApiGetPageRequest) Execute ¶
func (r ApiGetPageRequest) Execute() (*CollectionResponsePublicImportResponse, *http.Response, error)
func (ApiGetPageRequest) Limit ¶
func (r ApiGetPageRequest) Limit(limit int32) ApiGetPageRequest
The maximum number of results to display per page.
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type CollectionResponsePublicImportErrorForwardPaging ¶
type CollectionResponsePublicImportErrorForwardPaging struct { Results []PublicImportError `json:"results"` Paging *ForwardPaging `json:"paging,omitempty"` }
CollectionResponsePublicImportErrorForwardPaging struct for CollectionResponsePublicImportErrorForwardPaging
func NewCollectionResponsePublicImportErrorForwardPaging ¶
func NewCollectionResponsePublicImportErrorForwardPaging(results []PublicImportError) *CollectionResponsePublicImportErrorForwardPaging
NewCollectionResponsePublicImportErrorForwardPaging instantiates a new CollectionResponsePublicImportErrorForwardPaging 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 NewCollectionResponsePublicImportErrorForwardPagingWithDefaults ¶
func NewCollectionResponsePublicImportErrorForwardPagingWithDefaults() *CollectionResponsePublicImportErrorForwardPaging
NewCollectionResponsePublicImportErrorForwardPagingWithDefaults instantiates a new CollectionResponsePublicImportErrorForwardPaging 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 (*CollectionResponsePublicImportErrorForwardPaging) GetPaging ¶
func (o *CollectionResponsePublicImportErrorForwardPaging) GetPaging() ForwardPaging
GetPaging returns the Paging field value if set, zero value otherwise.
func (*CollectionResponsePublicImportErrorForwardPaging) GetPagingOk ¶
func (o *CollectionResponsePublicImportErrorForwardPaging) GetPagingOk() (*ForwardPaging, bool)
GetPagingOk returns a tuple with the Paging field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionResponsePublicImportErrorForwardPaging) GetResults ¶
func (o *CollectionResponsePublicImportErrorForwardPaging) GetResults() []PublicImportError
GetResults returns the Results field value
func (*CollectionResponsePublicImportErrorForwardPaging) GetResultsOk ¶
func (o *CollectionResponsePublicImportErrorForwardPaging) GetResultsOk() ([]PublicImportError, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*CollectionResponsePublicImportErrorForwardPaging) HasPaging ¶
func (o *CollectionResponsePublicImportErrorForwardPaging) HasPaging() bool
HasPaging returns a boolean if a field has been set.
func (CollectionResponsePublicImportErrorForwardPaging) MarshalJSON ¶
func (o CollectionResponsePublicImportErrorForwardPaging) MarshalJSON() ([]byte, error)
func (*CollectionResponsePublicImportErrorForwardPaging) SetPaging ¶
func (o *CollectionResponsePublicImportErrorForwardPaging) SetPaging(v ForwardPaging)
SetPaging gets a reference to the given ForwardPaging and assigns it to the Paging field.
func (*CollectionResponsePublicImportErrorForwardPaging) SetResults ¶
func (o *CollectionResponsePublicImportErrorForwardPaging) SetResults(v []PublicImportError)
SetResults sets field value
type CollectionResponsePublicImportResponse ¶
type CollectionResponsePublicImportResponse struct { Results []PublicImportResponse `json:"results"` Paging *Paging `json:"paging,omitempty"` }
CollectionResponsePublicImportResponse struct for CollectionResponsePublicImportResponse
func NewCollectionResponsePublicImportResponse ¶
func NewCollectionResponsePublicImportResponse(results []PublicImportResponse) *CollectionResponsePublicImportResponse
NewCollectionResponsePublicImportResponse instantiates a new CollectionResponsePublicImportResponse 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 NewCollectionResponsePublicImportResponseWithDefaults ¶
func NewCollectionResponsePublicImportResponseWithDefaults() *CollectionResponsePublicImportResponse
NewCollectionResponsePublicImportResponseWithDefaults instantiates a new CollectionResponsePublicImportResponse 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 (*CollectionResponsePublicImportResponse) GetPaging ¶
func (o *CollectionResponsePublicImportResponse) GetPaging() Paging
GetPaging returns the Paging field value if set, zero value otherwise.
func (*CollectionResponsePublicImportResponse) GetPagingOk ¶
func (o *CollectionResponsePublicImportResponse) GetPagingOk() (*Paging, bool)
GetPagingOk returns a tuple with the Paging field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionResponsePublicImportResponse) GetResults ¶
func (o *CollectionResponsePublicImportResponse) GetResults() []PublicImportResponse
GetResults returns the Results field value
func (*CollectionResponsePublicImportResponse) GetResultsOk ¶
func (o *CollectionResponsePublicImportResponse) GetResultsOk() ([]PublicImportResponse, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*CollectionResponsePublicImportResponse) HasPaging ¶
func (o *CollectionResponsePublicImportResponse) HasPaging() bool
HasPaging returns a boolean if a field has been set.
func (CollectionResponsePublicImportResponse) MarshalJSON ¶
func (o CollectionResponsePublicImportResponse) MarshalJSON() ([]byte, error)
func (*CollectionResponsePublicImportResponse) SetPaging ¶
func (o *CollectionResponsePublicImportResponse) SetPaging(v Paging)
SetPaging gets a reference to the given Paging and assigns it to the Paging field.
func (*CollectionResponsePublicImportResponse) SetResults ¶
func (o *CollectionResponsePublicImportResponse) SetResults(v []PublicImportResponse)
SetResults sets field value
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type CoreApiService ¶
type CoreApiService service
CoreApiService CoreApi service
func (*CoreApiService) Cancel ¶
func (a *CoreApiService) Cancel(ctx context.Context, importId int64) ApiCancelRequest
Cancel Cancel an active import
This allows a developer to cancel an active import.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param importId @return ApiCancelRequest
func (*CoreApiService) CancelExecute ¶
func (a *CoreApiService) CancelExecute(r ApiCancelRequest) (*ActionResponse, *http.Response, error)
Execute executes the request
@return ActionResponse
func (*CoreApiService) Create ¶
func (a *CoreApiService) Create(ctx context.Context) ApiCreateRequest
Create Start a new import
Begins importing data from the specified file resources. This uploads the corresponding file and uses the import request object to convert rows in the files to objects.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateRequest
func (*CoreApiService) CreateExecute ¶
func (a *CoreApiService) CreateExecute(r ApiCreateRequest) (*PublicImportResponse, *http.Response, error)
Execute executes the request
@return PublicImportResponse
func (*CoreApiService) GetByID ¶
func (a *CoreApiService) GetByID(ctx context.Context, importId int64) ApiGetByIDRequest
GetByID Get the information on any import
A complete summary of an import record, including any updates.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param importId @return ApiGetByIDRequest
func (*CoreApiService) GetByIDExecute ¶
func (a *CoreApiService) GetByIDExecute(r ApiGetByIDRequest) (*PublicImportResponse, *http.Response, error)
Execute executes the request
@return PublicImportResponse
func (*CoreApiService) GetPage ¶
func (a *CoreApiService) GetPage(ctx context.Context) ApiGetPageRequest
GetPage Get active imports
Returns a paged list of active imports for this account.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetPageRequest
func (*CoreApiService) GetPageExecute ¶
func (a *CoreApiService) GetPageExecute(r ApiGetPageRequest) (*CollectionResponsePublicImportResponse, *http.Response, error)
Execute executes the request
@return CollectionResponsePublicImportResponse
type Error ¶
type Error struct { // A human readable message describing the error along with remediation steps where appropriate Message string `json:"message"` // A unique identifier for the request. Include this value with any error reports or support tickets CorrelationId string `json:"correlationId"` // The error category Category string `json:"category"` // A specific category that contains more specific detail about the error SubCategory *string `json:"subCategory,omitempty"` // further information about the error Errors []ErrorDetail `json:"errors,omitempty"` // Context about the error condition Context *map[string][]string `json:"context,omitempty"` // A map of link names to associated URIs containing documentation about the error or recommended remediation steps Links *map[string]string `json:"links,omitempty"` }
Error struct for Error
func NewError ¶
NewError instantiates a new Error 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 NewErrorWithDefaults ¶
func NewErrorWithDefaults() *Error
NewErrorWithDefaults instantiates a new Error 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 (*Error) GetCategory ¶
GetCategory returns the Category field value
func (*Error) GetCategoryOk ¶
GetCategoryOk returns a tuple with the Category field value and a boolean to check if the value has been set.
func (*Error) GetContext ¶
GetContext returns the Context field value if set, zero value otherwise.
func (*Error) GetContextOk ¶
GetContextOk returns a tuple with the Context field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetCorrelationId ¶
GetCorrelationId returns the CorrelationId field value
func (*Error) GetCorrelationIdOk ¶
GetCorrelationIdOk returns a tuple with the CorrelationId field value and a boolean to check if the value has been set.
func (*Error) GetErrors ¶
func (o *Error) GetErrors() []ErrorDetail
GetErrors returns the Errors field value if set, zero value otherwise.
func (*Error) GetErrorsOk ¶
func (o *Error) GetErrorsOk() ([]ErrorDetail, bool)
GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetLinksOk ¶
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetMessage ¶
GetMessage returns the Message field value
func (*Error) GetMessageOk ¶
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*Error) GetSubCategory ¶
GetSubCategory returns the SubCategory field value if set, zero value otherwise.
func (*Error) GetSubCategoryOk ¶
GetSubCategoryOk returns a tuple with the SubCategory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) HasContext ¶
HasContext returns a boolean if a field has been set.
func (*Error) HasSubCategory ¶
HasSubCategory returns a boolean if a field has been set.
func (Error) MarshalJSON ¶
func (*Error) SetContext ¶
SetContext gets a reference to the given map[string][]string and assigns it to the Context field.
func (*Error) SetCorrelationId ¶
SetCorrelationId sets field value
func (*Error) SetErrors ¶
func (o *Error) SetErrors(v []ErrorDetail)
SetErrors gets a reference to the given []ErrorDetail and assigns it to the Errors field.
func (*Error) SetLinks ¶
SetLinks gets a reference to the given map[string]string and assigns it to the Links field.
func (*Error) SetSubCategory ¶
SetSubCategory gets a reference to the given string and assigns it to the SubCategory field.
type ErrorDetail ¶
type ErrorDetail struct { // A human readable message describing the error along with remediation steps where appropriate Message string `json:"message"` // The name of the field or parameter in which the error was found. In *string `json:"in,omitempty"` // The status code associated with the error detail Code *string `json:"code,omitempty"` // A specific category that contains more specific detail about the error SubCategory *string `json:"subCategory,omitempty"` // Context about the error condition Context *map[string][]string `json:"context,omitempty"` }
ErrorDetail struct for ErrorDetail
func NewErrorDetail ¶
func NewErrorDetail(message string) *ErrorDetail
NewErrorDetail instantiates a new ErrorDetail 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 NewErrorDetailWithDefaults ¶
func NewErrorDetailWithDefaults() *ErrorDetail
NewErrorDetailWithDefaults instantiates a new ErrorDetail 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 (*ErrorDetail) GetCode ¶
func (o *ErrorDetail) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ErrorDetail) GetCodeOk ¶
func (o *ErrorDetail) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorDetail) GetContext ¶
func (o *ErrorDetail) GetContext() map[string][]string
GetContext returns the Context field value if set, zero value otherwise.
func (*ErrorDetail) GetContextOk ¶
func (o *ErrorDetail) GetContextOk() (*map[string][]string, bool)
GetContextOk returns a tuple with the Context field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorDetail) GetIn ¶
func (o *ErrorDetail) GetIn() string
GetIn returns the In field value if set, zero value otherwise.
func (*ErrorDetail) GetInOk ¶
func (o *ErrorDetail) GetInOk() (*string, bool)
GetInOk returns a tuple with the In field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorDetail) GetMessage ¶
func (o *ErrorDetail) GetMessage() string
GetMessage returns the Message field value
func (*ErrorDetail) GetMessageOk ¶
func (o *ErrorDetail) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ErrorDetail) GetSubCategory ¶
func (o *ErrorDetail) GetSubCategory() string
GetSubCategory returns the SubCategory field value if set, zero value otherwise.
func (*ErrorDetail) GetSubCategoryOk ¶
func (o *ErrorDetail) GetSubCategoryOk() (*string, bool)
GetSubCategoryOk returns a tuple with the SubCategory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorDetail) HasCode ¶
func (o *ErrorDetail) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ErrorDetail) HasContext ¶
func (o *ErrorDetail) HasContext() bool
HasContext returns a boolean if a field has been set.
func (*ErrorDetail) HasIn ¶
func (o *ErrorDetail) HasIn() bool
HasIn returns a boolean if a field has been set.
func (*ErrorDetail) HasSubCategory ¶
func (o *ErrorDetail) HasSubCategory() bool
HasSubCategory returns a boolean if a field has been set.
func (ErrorDetail) MarshalJSON ¶
func (o ErrorDetail) MarshalJSON() ([]byte, error)
func (*ErrorDetail) SetCode ¶
func (o *ErrorDetail) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*ErrorDetail) SetContext ¶
func (o *ErrorDetail) SetContext(v map[string][]string)
SetContext gets a reference to the given map[string][]string and assigns it to the Context field.
func (*ErrorDetail) SetIn ¶
func (o *ErrorDetail) SetIn(v string)
SetIn gets a reference to the given string and assigns it to the In field.
func (*ErrorDetail) SetMessage ¶
func (o *ErrorDetail) SetMessage(v string)
SetMessage sets field value
func (*ErrorDetail) SetSubCategory ¶
func (o *ErrorDetail) SetSubCategory(v string)
SetSubCategory gets a reference to the given string and assigns it to the SubCategory field.
type ForwardPaging ¶
type ForwardPaging struct {
Next *NextPage `json:"next,omitempty"`
}
ForwardPaging struct for ForwardPaging
func NewForwardPaging ¶
func NewForwardPaging() *ForwardPaging
NewForwardPaging instantiates a new ForwardPaging 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 NewForwardPagingWithDefaults ¶
func NewForwardPagingWithDefaults() *ForwardPaging
NewForwardPagingWithDefaults instantiates a new ForwardPaging 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 (*ForwardPaging) GetNext ¶
func (o *ForwardPaging) GetNext() NextPage
GetNext returns the Next field value if set, zero value otherwise.
func (*ForwardPaging) GetNextOk ¶
func (o *ForwardPaging) GetNextOk() (*NextPage, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ForwardPaging) HasNext ¶
func (o *ForwardPaging) HasNext() bool
HasNext returns a boolean if a field has been set.
func (ForwardPaging) MarshalJSON ¶
func (o ForwardPaging) MarshalJSON() ([]byte, error)
func (*ForwardPaging) SetNext ¶
func (o *ForwardPaging) SetNext(v NextPage)
SetNext gets a reference to the given NextPage and assigns it to the Next field.
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type ImportRowCore ¶
type ImportRowCore struct { LineNumber int32 `json:"lineNumber"` RowData []string `json:"rowData"` FileId int32 `json:"fileId"` PageName *string `json:"pageName,omitempty"` }
ImportRowCore struct for ImportRowCore
func NewImportRowCore ¶
func NewImportRowCore(lineNumber int32, rowData []string, fileId int32) *ImportRowCore
NewImportRowCore instantiates a new ImportRowCore 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 NewImportRowCoreWithDefaults ¶
func NewImportRowCoreWithDefaults() *ImportRowCore
NewImportRowCoreWithDefaults instantiates a new ImportRowCore 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 (*ImportRowCore) GetFileId ¶
func (o *ImportRowCore) GetFileId() int32
GetFileId returns the FileId field value
func (*ImportRowCore) GetFileIdOk ¶
func (o *ImportRowCore) GetFileIdOk() (*int32, bool)
GetFileIdOk returns a tuple with the FileId field value and a boolean to check if the value has been set.
func (*ImportRowCore) GetLineNumber ¶
func (o *ImportRowCore) GetLineNumber() int32
GetLineNumber returns the LineNumber field value
func (*ImportRowCore) GetLineNumberOk ¶
func (o *ImportRowCore) GetLineNumberOk() (*int32, bool)
GetLineNumberOk returns a tuple with the LineNumber field value and a boolean to check if the value has been set.
func (*ImportRowCore) GetPageName ¶
func (o *ImportRowCore) GetPageName() string
GetPageName returns the PageName field value if set, zero value otherwise.
func (*ImportRowCore) GetPageNameOk ¶
func (o *ImportRowCore) GetPageNameOk() (*string, bool)
GetPageNameOk returns a tuple with the PageName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImportRowCore) GetRowData ¶
func (o *ImportRowCore) GetRowData() []string
GetRowData returns the RowData field value
func (*ImportRowCore) GetRowDataOk ¶
func (o *ImportRowCore) GetRowDataOk() ([]string, bool)
GetRowDataOk returns a tuple with the RowData field value and a boolean to check if the value has been set.
func (*ImportRowCore) HasPageName ¶
func (o *ImportRowCore) HasPageName() bool
HasPageName returns a boolean if a field has been set.
func (ImportRowCore) MarshalJSON ¶
func (o ImportRowCore) MarshalJSON() ([]byte, error)
func (*ImportRowCore) SetFileId ¶
func (o *ImportRowCore) SetFileId(v int32)
SetFileId sets field value
func (*ImportRowCore) SetLineNumber ¶
func (o *ImportRowCore) SetLineNumber(v int32)
SetLineNumber sets field value
func (*ImportRowCore) SetPageName ¶
func (o *ImportRowCore) SetPageName(v string)
SetPageName gets a reference to the given string and assigns it to the PageName field.
func (*ImportRowCore) SetRowData ¶
func (o *ImportRowCore) SetRowData(v []string)
SetRowData sets field value
type NextPage ¶
NextPage struct for NextPage
func NewNextPage ¶
NewNextPage instantiates a new NextPage 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 NewNextPageWithDefaults ¶
func NewNextPageWithDefaults() *NextPage
NewNextPageWithDefaults instantiates a new NextPage 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 (*NextPage) GetAfterOk ¶
GetAfterOk returns a tuple with the After field value and a boolean to check if the value has been set.
func (*NextPage) GetLinkOk ¶
GetLinkOk returns a tuple with the Link field value if set, nil otherwise and a boolean to check if the value has been set.
func (NextPage) MarshalJSON ¶
type NullableActionResponse ¶
type NullableActionResponse struct {
// contains filtered or unexported fields
}
func NewNullableActionResponse ¶
func NewNullableActionResponse(val *ActionResponse) *NullableActionResponse
func (NullableActionResponse) Get ¶
func (v NullableActionResponse) Get() *ActionResponse
func (NullableActionResponse) IsSet ¶
func (v NullableActionResponse) IsSet() bool
func (NullableActionResponse) MarshalJSON ¶
func (v NullableActionResponse) MarshalJSON() ([]byte, error)
func (*NullableActionResponse) Set ¶
func (v *NullableActionResponse) Set(val *ActionResponse)
func (*NullableActionResponse) UnmarshalJSON ¶
func (v *NullableActionResponse) UnmarshalJSON(src []byte) error
func (*NullableActionResponse) Unset ¶
func (v *NullableActionResponse) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableCollectionResponsePublicImportErrorForwardPaging ¶
type NullableCollectionResponsePublicImportErrorForwardPaging struct {
// contains filtered or unexported fields
}
func NewNullableCollectionResponsePublicImportErrorForwardPaging ¶
func NewNullableCollectionResponsePublicImportErrorForwardPaging(val *CollectionResponsePublicImportErrorForwardPaging) *NullableCollectionResponsePublicImportErrorForwardPaging
func (NullableCollectionResponsePublicImportErrorForwardPaging) IsSet ¶
func (v NullableCollectionResponsePublicImportErrorForwardPaging) IsSet() bool
func (NullableCollectionResponsePublicImportErrorForwardPaging) MarshalJSON ¶
func (v NullableCollectionResponsePublicImportErrorForwardPaging) MarshalJSON() ([]byte, error)
func (*NullableCollectionResponsePublicImportErrorForwardPaging) UnmarshalJSON ¶
func (v *NullableCollectionResponsePublicImportErrorForwardPaging) UnmarshalJSON(src []byte) error
func (*NullableCollectionResponsePublicImportErrorForwardPaging) Unset ¶
func (v *NullableCollectionResponsePublicImportErrorForwardPaging) Unset()
type NullableCollectionResponsePublicImportResponse ¶
type NullableCollectionResponsePublicImportResponse struct {
// contains filtered or unexported fields
}
func NewNullableCollectionResponsePublicImportResponse ¶
func NewNullableCollectionResponsePublicImportResponse(val *CollectionResponsePublicImportResponse) *NullableCollectionResponsePublicImportResponse
func (NullableCollectionResponsePublicImportResponse) IsSet ¶
func (v NullableCollectionResponsePublicImportResponse) IsSet() bool
func (NullableCollectionResponsePublicImportResponse) MarshalJSON ¶
func (v NullableCollectionResponsePublicImportResponse) MarshalJSON() ([]byte, error)
func (*NullableCollectionResponsePublicImportResponse) Set ¶
func (v *NullableCollectionResponsePublicImportResponse) Set(val *CollectionResponsePublicImportResponse)
func (*NullableCollectionResponsePublicImportResponse) UnmarshalJSON ¶
func (v *NullableCollectionResponsePublicImportResponse) UnmarshalJSON(src []byte) error
func (*NullableCollectionResponsePublicImportResponse) Unset ¶
func (v *NullableCollectionResponsePublicImportResponse) Unset()
type NullableError ¶
type NullableError struct {
// contains filtered or unexported fields
}
func NewNullableError ¶
func NewNullableError(val *Error) *NullableError
func (NullableError) Get ¶
func (v NullableError) Get() *Error
func (NullableError) IsSet ¶
func (v NullableError) IsSet() bool
func (NullableError) MarshalJSON ¶
func (v NullableError) MarshalJSON() ([]byte, error)
func (*NullableError) Set ¶
func (v *NullableError) Set(val *Error)
func (*NullableError) UnmarshalJSON ¶
func (v *NullableError) UnmarshalJSON(src []byte) error
func (*NullableError) Unset ¶
func (v *NullableError) Unset()
type NullableErrorDetail ¶
type NullableErrorDetail struct {
// contains filtered or unexported fields
}
func NewNullableErrorDetail ¶
func NewNullableErrorDetail(val *ErrorDetail) *NullableErrorDetail
func (NullableErrorDetail) Get ¶
func (v NullableErrorDetail) Get() *ErrorDetail
func (NullableErrorDetail) IsSet ¶
func (v NullableErrorDetail) IsSet() bool
func (NullableErrorDetail) MarshalJSON ¶
func (v NullableErrorDetail) MarshalJSON() ([]byte, error)
func (*NullableErrorDetail) Set ¶
func (v *NullableErrorDetail) Set(val *ErrorDetail)
func (*NullableErrorDetail) UnmarshalJSON ¶
func (v *NullableErrorDetail) UnmarshalJSON(src []byte) error
func (*NullableErrorDetail) Unset ¶
func (v *NullableErrorDetail) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableForwardPaging ¶
type NullableForwardPaging struct {
// contains filtered or unexported fields
}
func NewNullableForwardPaging ¶
func NewNullableForwardPaging(val *ForwardPaging) *NullableForwardPaging
func (NullableForwardPaging) Get ¶
func (v NullableForwardPaging) Get() *ForwardPaging
func (NullableForwardPaging) IsSet ¶
func (v NullableForwardPaging) IsSet() bool
func (NullableForwardPaging) MarshalJSON ¶
func (v NullableForwardPaging) MarshalJSON() ([]byte, error)
func (*NullableForwardPaging) Set ¶
func (v *NullableForwardPaging) Set(val *ForwardPaging)
func (*NullableForwardPaging) UnmarshalJSON ¶
func (v *NullableForwardPaging) UnmarshalJSON(src []byte) error
func (*NullableForwardPaging) Unset ¶
func (v *NullableForwardPaging) Unset()
type NullableImportRowCore ¶
type NullableImportRowCore struct {
// contains filtered or unexported fields
}
func NewNullableImportRowCore ¶
func NewNullableImportRowCore(val *ImportRowCore) *NullableImportRowCore
func (NullableImportRowCore) Get ¶
func (v NullableImportRowCore) Get() *ImportRowCore
func (NullableImportRowCore) IsSet ¶
func (v NullableImportRowCore) IsSet() bool
func (NullableImportRowCore) MarshalJSON ¶
func (v NullableImportRowCore) MarshalJSON() ([]byte, error)
func (*NullableImportRowCore) Set ¶
func (v *NullableImportRowCore) Set(val *ImportRowCore)
func (*NullableImportRowCore) UnmarshalJSON ¶
func (v *NullableImportRowCore) UnmarshalJSON(src []byte) error
func (*NullableImportRowCore) Unset ¶
func (v *NullableImportRowCore) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableNextPage ¶
type NullableNextPage struct {
// contains filtered or unexported fields
}
func NewNullableNextPage ¶
func NewNullableNextPage(val *NextPage) *NullableNextPage
func (NullableNextPage) Get ¶
func (v NullableNextPage) Get() *NextPage
func (NullableNextPage) IsSet ¶
func (v NullableNextPage) IsSet() bool
func (NullableNextPage) MarshalJSON ¶
func (v NullableNextPage) MarshalJSON() ([]byte, error)
func (*NullableNextPage) Set ¶
func (v *NullableNextPage) Set(val *NextPage)
func (*NullableNextPage) UnmarshalJSON ¶
func (v *NullableNextPage) UnmarshalJSON(src []byte) error
func (*NullableNextPage) Unset ¶
func (v *NullableNextPage) Unset()
type NullablePaging ¶
type NullablePaging struct {
// contains filtered or unexported fields
}
func NewNullablePaging ¶
func NewNullablePaging(val *Paging) *NullablePaging
func (NullablePaging) Get ¶
func (v NullablePaging) Get() *Paging
func (NullablePaging) IsSet ¶
func (v NullablePaging) IsSet() bool
func (NullablePaging) MarshalJSON ¶
func (v NullablePaging) MarshalJSON() ([]byte, error)
func (*NullablePaging) Set ¶
func (v *NullablePaging) Set(val *Paging)
func (*NullablePaging) UnmarshalJSON ¶
func (v *NullablePaging) UnmarshalJSON(src []byte) error
func (*NullablePaging) Unset ¶
func (v *NullablePaging) Unset()
type NullablePreviousPage ¶
type NullablePreviousPage struct {
// contains filtered or unexported fields
}
func NewNullablePreviousPage ¶
func NewNullablePreviousPage(val *PreviousPage) *NullablePreviousPage
func (NullablePreviousPage) Get ¶
func (v NullablePreviousPage) Get() *PreviousPage
func (NullablePreviousPage) IsSet ¶
func (v NullablePreviousPage) IsSet() bool
func (NullablePreviousPage) MarshalJSON ¶
func (v NullablePreviousPage) MarshalJSON() ([]byte, error)
func (*NullablePreviousPage) Set ¶
func (v *NullablePreviousPage) Set(val *PreviousPage)
func (*NullablePreviousPage) UnmarshalJSON ¶
func (v *NullablePreviousPage) UnmarshalJSON(src []byte) error
func (*NullablePreviousPage) Unset ¶
func (v *NullablePreviousPage) Unset()
type NullablePublicImportError ¶
type NullablePublicImportError struct {
// contains filtered or unexported fields
}
func NewNullablePublicImportError ¶
func NewNullablePublicImportError(val *PublicImportError) *NullablePublicImportError
func (NullablePublicImportError) Get ¶
func (v NullablePublicImportError) Get() *PublicImportError
func (NullablePublicImportError) IsSet ¶
func (v NullablePublicImportError) IsSet() bool
func (NullablePublicImportError) MarshalJSON ¶
func (v NullablePublicImportError) MarshalJSON() ([]byte, error)
func (*NullablePublicImportError) Set ¶
func (v *NullablePublicImportError) Set(val *PublicImportError)
func (*NullablePublicImportError) UnmarshalJSON ¶
func (v *NullablePublicImportError) UnmarshalJSON(src []byte) error
func (*NullablePublicImportError) Unset ¶
func (v *NullablePublicImportError) Unset()
type NullablePublicImportMetadata ¶
type NullablePublicImportMetadata struct {
// contains filtered or unexported fields
}
func NewNullablePublicImportMetadata ¶
func NewNullablePublicImportMetadata(val *PublicImportMetadata) *NullablePublicImportMetadata
func (NullablePublicImportMetadata) Get ¶
func (v NullablePublicImportMetadata) Get() *PublicImportMetadata
func (NullablePublicImportMetadata) IsSet ¶
func (v NullablePublicImportMetadata) IsSet() bool
func (NullablePublicImportMetadata) MarshalJSON ¶
func (v NullablePublicImportMetadata) MarshalJSON() ([]byte, error)
func (*NullablePublicImportMetadata) Set ¶
func (v *NullablePublicImportMetadata) Set(val *PublicImportMetadata)
func (*NullablePublicImportMetadata) UnmarshalJSON ¶
func (v *NullablePublicImportMetadata) UnmarshalJSON(src []byte) error
func (*NullablePublicImportMetadata) Unset ¶
func (v *NullablePublicImportMetadata) Unset()
type NullablePublicImportResponse ¶
type NullablePublicImportResponse struct {
// contains filtered or unexported fields
}
func NewNullablePublicImportResponse ¶
func NewNullablePublicImportResponse(val *PublicImportResponse) *NullablePublicImportResponse
func (NullablePublicImportResponse) Get ¶
func (v NullablePublicImportResponse) Get() *PublicImportResponse
func (NullablePublicImportResponse) IsSet ¶
func (v NullablePublicImportResponse) IsSet() bool
func (NullablePublicImportResponse) MarshalJSON ¶
func (v NullablePublicImportResponse) MarshalJSON() ([]byte, error)
func (*NullablePublicImportResponse) Set ¶
func (v *NullablePublicImportResponse) Set(val *PublicImportResponse)
func (*NullablePublicImportResponse) UnmarshalJSON ¶
func (v *NullablePublicImportResponse) UnmarshalJSON(src []byte) error
func (*NullablePublicImportResponse) Unset ¶
func (v *NullablePublicImportResponse) Unset()
type NullablePublicObjectListRecord ¶
type NullablePublicObjectListRecord struct {
// contains filtered or unexported fields
}
func NewNullablePublicObjectListRecord ¶
func NewNullablePublicObjectListRecord(val *PublicObjectListRecord) *NullablePublicObjectListRecord
func (NullablePublicObjectListRecord) Get ¶
func (v NullablePublicObjectListRecord) Get() *PublicObjectListRecord
func (NullablePublicObjectListRecord) IsSet ¶
func (v NullablePublicObjectListRecord) IsSet() bool
func (NullablePublicObjectListRecord) MarshalJSON ¶
func (v NullablePublicObjectListRecord) MarshalJSON() ([]byte, error)
func (*NullablePublicObjectListRecord) Set ¶
func (v *NullablePublicObjectListRecord) Set(val *PublicObjectListRecord)
func (*NullablePublicObjectListRecord) UnmarshalJSON ¶
func (v *NullablePublicObjectListRecord) UnmarshalJSON(src []byte) error
func (*NullablePublicObjectListRecord) Unset ¶
func (v *NullablePublicObjectListRecord) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type Paging ¶
type Paging struct { Next *NextPage `json:"next,omitempty"` Prev *PreviousPage `json:"prev,omitempty"` }
Paging struct for Paging
func NewPaging ¶
func NewPaging() *Paging
NewPaging instantiates a new Paging 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 NewPagingWithDefaults ¶
func NewPagingWithDefaults() *Paging
NewPagingWithDefaults instantiates a new Paging 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 (*Paging) GetNextOk ¶
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Paging) GetPrev ¶
func (o *Paging) GetPrev() PreviousPage
GetPrev returns the Prev field value if set, zero value otherwise.
func (*Paging) GetPrevOk ¶
func (o *Paging) GetPrevOk() (*PreviousPage, bool)
GetPrevOk returns a tuple with the Prev field value if set, nil otherwise and a boolean to check if the value has been set.
func (Paging) MarshalJSON ¶
func (*Paging) SetNext ¶
SetNext gets a reference to the given NextPage and assigns it to the Next field.
func (*Paging) SetPrev ¶
func (o *Paging) SetPrev(v PreviousPage)
SetPrev gets a reference to the given PreviousPage and assigns it to the Prev field.
type PreviousPage ¶
PreviousPage struct for PreviousPage
func NewPreviousPage ¶
func NewPreviousPage(before string) *PreviousPage
NewPreviousPage instantiates a new PreviousPage 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 NewPreviousPageWithDefaults ¶
func NewPreviousPageWithDefaults() *PreviousPage
NewPreviousPageWithDefaults instantiates a new PreviousPage 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 (*PreviousPage) GetBefore ¶
func (o *PreviousPage) GetBefore() string
GetBefore returns the Before field value
func (*PreviousPage) GetBeforeOk ¶
func (o *PreviousPage) GetBeforeOk() (*string, bool)
GetBeforeOk returns a tuple with the Before field value and a boolean to check if the value has been set.
func (*PreviousPage) GetLink ¶
func (o *PreviousPage) GetLink() string
GetLink returns the Link field value if set, zero value otherwise.
func (*PreviousPage) GetLinkOk ¶
func (o *PreviousPage) GetLinkOk() (*string, bool)
GetLinkOk returns a tuple with the Link field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PreviousPage) HasLink ¶
func (o *PreviousPage) HasLink() bool
HasLink returns a boolean if a field has been set.
func (PreviousPage) MarshalJSON ¶
func (o PreviousPage) MarshalJSON() ([]byte, error)
func (*PreviousPage) SetBefore ¶
func (o *PreviousPage) SetBefore(v string)
SetBefore sets field value
func (*PreviousPage) SetLink ¶
func (o *PreviousPage) SetLink(v string)
SetLink gets a reference to the given string and assigns it to the Link field.
type PublicImportError ¶
type PublicImportError struct { ErrorType string `json:"errorType"` SourceData ImportRowCore `json:"sourceData"` ObjectType *string `json:"objectType,omitempty"` InvalidValue *string `json:"invalidValue,omitempty"` ExtraContext *string `json:"extraContext,omitempty"` ObjectTypeId *string `json:"objectTypeId,omitempty"` KnownColumnNumber int32 `json:"knownColumnNumber"` CreatedAt int32 `json:"createdAt"` Id string `json:"id"` }
PublicImportError struct for PublicImportError
func NewPublicImportError ¶
func NewPublicImportError(errorType string, sourceData ImportRowCore, knownColumnNumber int32, createdAt int32, id string) *PublicImportError
NewPublicImportError instantiates a new PublicImportError 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 NewPublicImportErrorWithDefaults ¶
func NewPublicImportErrorWithDefaults() *PublicImportError
NewPublicImportErrorWithDefaults instantiates a new PublicImportError 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 (*PublicImportError) GetCreatedAt ¶
func (o *PublicImportError) GetCreatedAt() int32
GetCreatedAt returns the CreatedAt field value
func (*PublicImportError) GetCreatedAtOk ¶
func (o *PublicImportError) GetCreatedAtOk() (*int32, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*PublicImportError) GetErrorType ¶
func (o *PublicImportError) GetErrorType() string
GetErrorType returns the ErrorType field value
func (*PublicImportError) GetErrorTypeOk ¶
func (o *PublicImportError) GetErrorTypeOk() (*string, bool)
GetErrorTypeOk returns a tuple with the ErrorType field value and a boolean to check if the value has been set.
func (*PublicImportError) GetExtraContext ¶
func (o *PublicImportError) GetExtraContext() string
GetExtraContext returns the ExtraContext field value if set, zero value otherwise.
func (*PublicImportError) GetExtraContextOk ¶
func (o *PublicImportError) GetExtraContextOk() (*string, bool)
GetExtraContextOk returns a tuple with the ExtraContext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicImportError) GetId ¶
func (o *PublicImportError) GetId() string
GetId returns the Id field value
func (*PublicImportError) GetIdOk ¶
func (o *PublicImportError) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PublicImportError) GetInvalidValue ¶
func (o *PublicImportError) GetInvalidValue() string
GetInvalidValue returns the InvalidValue field value if set, zero value otherwise.
func (*PublicImportError) GetInvalidValueOk ¶
func (o *PublicImportError) GetInvalidValueOk() (*string, bool)
GetInvalidValueOk returns a tuple with the InvalidValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicImportError) GetKnownColumnNumber ¶
func (o *PublicImportError) GetKnownColumnNumber() int32
GetKnownColumnNumber returns the KnownColumnNumber field value
func (*PublicImportError) GetKnownColumnNumberOk ¶
func (o *PublicImportError) GetKnownColumnNumberOk() (*int32, bool)
GetKnownColumnNumberOk returns a tuple with the KnownColumnNumber field value and a boolean to check if the value has been set.
func (*PublicImportError) GetObjectType ¶
func (o *PublicImportError) GetObjectType() string
GetObjectType returns the ObjectType field value if set, zero value otherwise.
func (*PublicImportError) GetObjectTypeId ¶
func (o *PublicImportError) GetObjectTypeId() string
GetObjectTypeId returns the ObjectTypeId field value if set, zero value otherwise.
func (*PublicImportError) GetObjectTypeIdOk ¶
func (o *PublicImportError) GetObjectTypeIdOk() (*string, bool)
GetObjectTypeIdOk returns a tuple with the ObjectTypeId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicImportError) GetObjectTypeOk ¶
func (o *PublicImportError) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicImportError) GetSourceData ¶
func (o *PublicImportError) GetSourceData() ImportRowCore
GetSourceData returns the SourceData field value
func (*PublicImportError) GetSourceDataOk ¶
func (o *PublicImportError) GetSourceDataOk() (*ImportRowCore, bool)
GetSourceDataOk returns a tuple with the SourceData field value and a boolean to check if the value has been set.
func (*PublicImportError) HasExtraContext ¶
func (o *PublicImportError) HasExtraContext() bool
HasExtraContext returns a boolean if a field has been set.
func (*PublicImportError) HasInvalidValue ¶
func (o *PublicImportError) HasInvalidValue() bool
HasInvalidValue returns a boolean if a field has been set.
func (*PublicImportError) HasObjectType ¶
func (o *PublicImportError) HasObjectType() bool
HasObjectType returns a boolean if a field has been set.
func (*PublicImportError) HasObjectTypeId ¶
func (o *PublicImportError) HasObjectTypeId() bool
HasObjectTypeId returns a boolean if a field has been set.
func (PublicImportError) MarshalJSON ¶
func (o PublicImportError) MarshalJSON() ([]byte, error)
func (*PublicImportError) SetCreatedAt ¶
func (o *PublicImportError) SetCreatedAt(v int32)
SetCreatedAt sets field value
func (*PublicImportError) SetErrorType ¶
func (o *PublicImportError) SetErrorType(v string)
SetErrorType sets field value
func (*PublicImportError) SetExtraContext ¶
func (o *PublicImportError) SetExtraContext(v string)
SetExtraContext gets a reference to the given string and assigns it to the ExtraContext field.
func (*PublicImportError) SetId ¶
func (o *PublicImportError) SetId(v string)
SetId sets field value
func (*PublicImportError) SetInvalidValue ¶
func (o *PublicImportError) SetInvalidValue(v string)
SetInvalidValue gets a reference to the given string and assigns it to the InvalidValue field.
func (*PublicImportError) SetKnownColumnNumber ¶
func (o *PublicImportError) SetKnownColumnNumber(v int32)
SetKnownColumnNumber sets field value
func (*PublicImportError) SetObjectType ¶
func (o *PublicImportError) SetObjectType(v string)
SetObjectType gets a reference to the given string and assigns it to the ObjectType field.
func (*PublicImportError) SetObjectTypeId ¶
func (o *PublicImportError) SetObjectTypeId(v string)
SetObjectTypeId gets a reference to the given string and assigns it to the ObjectTypeId field.
func (*PublicImportError) SetSourceData ¶
func (o *PublicImportError) SetSourceData(v ImportRowCore)
SetSourceData sets field value
type PublicImportMetadata ¶
type PublicImportMetadata struct { // The lists containing the imported objects. ObjectLists []PublicObjectListRecord `json:"objectLists"` // Summarized outcomes of each row a developer attempted to import into HubSpot. Counters map[string]int32 `json:"counters"` // The IDs of files uploaded in the File Manager API. FileIds []string `json:"fileIds"` }
PublicImportMetadata An object detailing a summary of the import record outputs
func NewPublicImportMetadata ¶
func NewPublicImportMetadata(objectLists []PublicObjectListRecord, counters map[string]int32, fileIds []string) *PublicImportMetadata
NewPublicImportMetadata instantiates a new PublicImportMetadata 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 NewPublicImportMetadataWithDefaults ¶
func NewPublicImportMetadataWithDefaults() *PublicImportMetadata
NewPublicImportMetadataWithDefaults instantiates a new PublicImportMetadata 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 (*PublicImportMetadata) GetCounters ¶
func (o *PublicImportMetadata) GetCounters() map[string]int32
GetCounters returns the Counters field value
func (*PublicImportMetadata) GetCountersOk ¶
func (o *PublicImportMetadata) GetCountersOk() (*map[string]int32, bool)
GetCountersOk returns a tuple with the Counters field value and a boolean to check if the value has been set.
func (*PublicImportMetadata) GetFileIds ¶
func (o *PublicImportMetadata) GetFileIds() []string
GetFileIds returns the FileIds field value
func (*PublicImportMetadata) GetFileIdsOk ¶
func (o *PublicImportMetadata) GetFileIdsOk() ([]string, bool)
GetFileIdsOk returns a tuple with the FileIds field value and a boolean to check if the value has been set.
func (*PublicImportMetadata) GetObjectLists ¶
func (o *PublicImportMetadata) GetObjectLists() []PublicObjectListRecord
GetObjectLists returns the ObjectLists field value
func (*PublicImportMetadata) GetObjectListsOk ¶
func (o *PublicImportMetadata) GetObjectListsOk() ([]PublicObjectListRecord, bool)
GetObjectListsOk returns a tuple with the ObjectLists field value and a boolean to check if the value has been set.
func (PublicImportMetadata) MarshalJSON ¶
func (o PublicImportMetadata) MarshalJSON() ([]byte, error)
func (*PublicImportMetadata) SetCounters ¶
func (o *PublicImportMetadata) SetCounters(v map[string]int32)
SetCounters sets field value
func (*PublicImportMetadata) SetFileIds ¶
func (o *PublicImportMetadata) SetFileIds(v []string)
SetFileIds sets field value
func (*PublicImportMetadata) SetObjectLists ¶
func (o *PublicImportMetadata) SetObjectLists(v []PublicObjectListRecord)
SetObjectLists sets field value
type PublicImportResponse ¶
type PublicImportResponse struct { // The status of the import. State string `json:"state"` ImportRequestJson map[string]interface{} `json:"importRequestJson,omitempty"` CreatedAt time.Time `json:"createdAt"` Metadata PublicImportMetadata `json:"metadata"` ImportName *string `json:"importName,omitempty"` UpdatedAt time.Time `json:"updatedAt"` // Whether or not the import is a list of people disqualified from receiving emails. OptOutImport bool `json:"optOutImport"` Id string `json:"id"` }
PublicImportResponse A current summary of the import, whether complete or not.
func NewPublicImportResponse ¶
func NewPublicImportResponse(state string, createdAt time.Time, metadata PublicImportMetadata, updatedAt time.Time, optOutImport bool, id string) *PublicImportResponse
NewPublicImportResponse instantiates a new PublicImportResponse 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 NewPublicImportResponseWithDefaults ¶
func NewPublicImportResponseWithDefaults() *PublicImportResponse
NewPublicImportResponseWithDefaults instantiates a new PublicImportResponse 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 (*PublicImportResponse) GetCreatedAt ¶
func (o *PublicImportResponse) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*PublicImportResponse) GetCreatedAtOk ¶
func (o *PublicImportResponse) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*PublicImportResponse) GetId ¶
func (o *PublicImportResponse) GetId() string
GetId returns the Id field value
func (*PublicImportResponse) GetIdOk ¶
func (o *PublicImportResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PublicImportResponse) GetImportName ¶
func (o *PublicImportResponse) GetImportName() string
GetImportName returns the ImportName field value if set, zero value otherwise.
func (*PublicImportResponse) GetImportNameOk ¶
func (o *PublicImportResponse) GetImportNameOk() (*string, bool)
GetImportNameOk returns a tuple with the ImportName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicImportResponse) GetImportRequestJson ¶
func (o *PublicImportResponse) GetImportRequestJson() map[string]interface{}
GetImportRequestJson returns the ImportRequestJson field value if set, zero value otherwise.
func (*PublicImportResponse) GetImportRequestJsonOk ¶
func (o *PublicImportResponse) GetImportRequestJsonOk() (map[string]interface{}, bool)
GetImportRequestJsonOk returns a tuple with the ImportRequestJson field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicImportResponse) GetMetadata ¶
func (o *PublicImportResponse) GetMetadata() PublicImportMetadata
GetMetadata returns the Metadata field value
func (*PublicImportResponse) GetMetadataOk ¶
func (o *PublicImportResponse) GetMetadataOk() (*PublicImportMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.
func (*PublicImportResponse) GetOptOutImport ¶
func (o *PublicImportResponse) GetOptOutImport() bool
GetOptOutImport returns the OptOutImport field value
func (*PublicImportResponse) GetOptOutImportOk ¶
func (o *PublicImportResponse) GetOptOutImportOk() (*bool, bool)
GetOptOutImportOk returns a tuple with the OptOutImport field value and a boolean to check if the value has been set.
func (*PublicImportResponse) GetState ¶
func (o *PublicImportResponse) GetState() string
GetState returns the State field value
func (*PublicImportResponse) GetStateOk ¶
func (o *PublicImportResponse) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*PublicImportResponse) GetUpdatedAt ¶
func (o *PublicImportResponse) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*PublicImportResponse) GetUpdatedAtOk ¶
func (o *PublicImportResponse) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*PublicImportResponse) HasImportName ¶
func (o *PublicImportResponse) HasImportName() bool
HasImportName returns a boolean if a field has been set.
func (*PublicImportResponse) HasImportRequestJson ¶
func (o *PublicImportResponse) HasImportRequestJson() bool
HasImportRequestJson returns a boolean if a field has been set.
func (PublicImportResponse) MarshalJSON ¶
func (o PublicImportResponse) MarshalJSON() ([]byte, error)
func (*PublicImportResponse) SetCreatedAt ¶
func (o *PublicImportResponse) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*PublicImportResponse) SetId ¶
func (o *PublicImportResponse) SetId(v string)
SetId sets field value
func (*PublicImportResponse) SetImportName ¶
func (o *PublicImportResponse) SetImportName(v string)
SetImportName gets a reference to the given string and assigns it to the ImportName field.
func (*PublicImportResponse) SetImportRequestJson ¶
func (o *PublicImportResponse) SetImportRequestJson(v map[string]interface{})
SetImportRequestJson gets a reference to the given map[string]interface{} and assigns it to the ImportRequestJson field.
func (*PublicImportResponse) SetMetadata ¶
func (o *PublicImportResponse) SetMetadata(v PublicImportMetadata)
SetMetadata sets field value
func (*PublicImportResponse) SetOptOutImport ¶
func (o *PublicImportResponse) SetOptOutImport(v bool)
SetOptOutImport sets field value
func (*PublicImportResponse) SetState ¶
func (o *PublicImportResponse) SetState(v string)
SetState sets field value
func (*PublicImportResponse) SetUpdatedAt ¶
func (o *PublicImportResponse) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
type PublicImportsApiService ¶
type PublicImportsApiService service
PublicImportsApiService PublicImportsApi service
func (*PublicImportsApiService) GetErrors ¶
func (a *PublicImportsApiService) GetErrors(ctx context.Context, importId int64) ApiGetErrorsRequest
GetErrors Method for GetErrors
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param importId @return ApiGetErrorsRequest
func (*PublicImportsApiService) GetErrorsExecute ¶
func (a *PublicImportsApiService) GetErrorsExecute(r ApiGetErrorsRequest) (*CollectionResponsePublicImportErrorForwardPaging, *http.Response, error)
Execute executes the request
@return CollectionResponsePublicImportErrorForwardPaging
type PublicObjectListRecord ¶
type PublicObjectListRecord struct { // The ID of the list containing the imported objects. ListId string `json:"listId"` // The type of object contained in the list. ObjectType string `json:"objectType"` }
PublicObjectListRecord A summary detailing which list contains the imported objects.
func NewPublicObjectListRecord ¶
func NewPublicObjectListRecord(listId string, objectType string) *PublicObjectListRecord
NewPublicObjectListRecord instantiates a new PublicObjectListRecord 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 NewPublicObjectListRecordWithDefaults ¶
func NewPublicObjectListRecordWithDefaults() *PublicObjectListRecord
NewPublicObjectListRecordWithDefaults instantiates a new PublicObjectListRecord 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 (*PublicObjectListRecord) GetListId ¶
func (o *PublicObjectListRecord) GetListId() string
GetListId returns the ListId field value
func (*PublicObjectListRecord) GetListIdOk ¶
func (o *PublicObjectListRecord) GetListIdOk() (*string, bool)
GetListIdOk returns a tuple with the ListId field value and a boolean to check if the value has been set.
func (*PublicObjectListRecord) GetObjectType ¶
func (o *PublicObjectListRecord) GetObjectType() string
GetObjectType returns the ObjectType field value
func (*PublicObjectListRecord) GetObjectTypeOk ¶
func (o *PublicObjectListRecord) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field value and a boolean to check if the value has been set.
func (PublicObjectListRecord) MarshalJSON ¶
func (o PublicObjectListRecord) MarshalJSON() ([]byte, error)
func (*PublicObjectListRecord) SetListId ¶
func (o *PublicObjectListRecord) SetListId(v string)
SetListId sets field value
func (*PublicObjectListRecord) SetObjectType ¶
func (o *PublicObjectListRecord) SetObjectType(v string)
SetObjectType sets field value
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
Source Files ¶
- api_core.go
- api_public_imports.go
- client.go
- configuration.go
- model_action_response.go
- model_collection_response_public_import_error_forward_paging.go
- model_collection_response_public_import_response.go
- model_error.go
- model_error_detail.go
- model_forward_paging.go
- model_import_row_core.go
- model_next_page.go
- model_paging.go
- model_previous_page.go
- model_public_import_error.go
- model_public_import_metadata.go
- model_public_import_response.go
- model_public_object_list_record.go
- response.go
- utils.go