openapi

package module
v0.2.30 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 1, 2022 License: Apache-2.0 Imports: 22 Imported by: 0

README ¶

Go API client for openapi

This is the public REST API to integrate with the Cortex XSOAR server. HTTP request can be sent using any HTTP-client.

For an example dedicated client take a look at: https://github.com/demisto/demisto-py.

Requests must include API-key that can be generated in the Cortex XSOAR web client under 'Settings' -> 'Integrations' -> 'API keys'

Optimistic Locking and Versioning\:

When using Cortex XSOAR REST API, you will need to make sure to work on the latest version of the item (incident, entry, etc.), otherwise, you will get a DB version error (which not allow you to override a newer item). In addition, you can pass 'version\: -1' to force data override (make sure that other users data might be lost).

Assume that Alice and Bob both read the same data from Cortex XSOAR server, then they both changed the data, and then both tried to write the new versions back to the server. Whose changes should be saved? Alice’s? Bob’s? To solve this, each data item in Cortex XSOAR has a numeric incremental version. If Alice saved an item with version 4 and Bob trying to save the same item with version 3, Cortex XSOAR will rollback Bob request and returns a DB version conflict error. Bob will need to get the latest item and work on it so Alice work will not get lost.

Example request using 'curl'\:

curl 'https://hostname:443/incidents/search' -H 'content-type: application/json' -H 'accept: application/json' -H 'Authorization: <API Key goes here>' --data-binary '{\"filter\":{\"query\":\"-status:closed -category:job\",\"period\":{\"by\":\"day\",\"fromValue\":7}}}' --compressed

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 2.0.0
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import sw "./openapi"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value sw.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), sw.ContextServerIndex, 1)
Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value sw.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), sw.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identifield by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using sw.ContextOperationServerIndices and sw.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), sw.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), sw.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to https://hostname:443

Class Method HTTP request Description
DefaultApi AddAdHocTask Post /inv-playbook/task/add/{investigationId} Add ad-hoc task
DefaultApi CloseIncidentsBatch Post /incident/batchClose Batch close incidents
DefaultApi CompleteTask Post /inv-playbook/task/complete [Deprecated] Complete a task
DefaultApi CompleteTaskV2 Post /v2/inv-playbook/task/complete Complete a task
DefaultApi CopyScript Post /automation/copy Copy automation
DefaultApi CreateAccount Post /account Create an account
DefaultApi CreateDockerImage Post /settings/docker-images Create Image
DefaultApi CreateFeedIndicatorsJson Post /indicators/feed/json Create feed indicators from JSON
DefaultApi CreateHAGroup Post /ha-group/create
DefaultApi CreateHAInstaller Post /host/build/{id}
DefaultApi CreateHostInstaller Post /host/build
DefaultApi CreateIncident Post /incident Create single incident
DefaultApi CreateIncidentJson Post /incident/json Create incident from JSON
DefaultApi CreateIncidentsBatch Post /incident/batch Batch create incidents
DefaultApi CreateOrUpdateIncidentType Post /incidenttype Create new Incident Type
DefaultApi CreateOrUpdateWhitelisted Post /indicators/whitelist/update Create whitelisted
DefaultApi CreateUpdateClassifier Post /classifier Create or update a classifier
DefaultApi CreateUpdateClassifierAccount Post /{acc}/classifier Create or update a classifier
DefaultApi CreateUpdateIntegrationInstance Put /settings/integration Create/update an integration instance
DefaultApi CreateUpdateIntegrationInstanceAccount Put /{acc}/settings/integration Create/update an integration instance
DefaultApi DeleteAccount Delete /account/purge/{accountname}
DefaultApi DeleteAdHocTask Post /inv-playbook/task/delete/{investigationId}/{invPBTaskId} Delete ad-hoc task
DefaultApi DeleteAutomationScript Post /automation/delete Delete existing automation
DefaultApi DeleteClassifier Delete /classifier/{id} Delete a classifier
DefaultApi DeleteClassifierAccount Delete /{acc}/classifier/{id} Delete a classifier for account
DefaultApi DeleteEvidenceOp Post /evidence/delete delete evidence
DefaultApi DeleteHAGroup Delete /ha-group/{id}
DefaultApi DeleteHost Delete /host/{id}
DefaultApi DeleteIncidentsBatch Post /incident/batchDelete Batch delete incidents
DefaultApi DeleteIndicatorsBatch Post /indicators/batchDelete Batch whitelist or delete indicators
DefaultApi DeleteIntegrationInstance Delete /settings/integration/{id} Delete integration instance
DefaultApi DeleteIntegrationInstanceAccount Delete /{acc}/settings/integration/{id} Delete integration instance
DefaultApi DeleteWidget Delete /widgets/{id} Remove existing widget
DefaultApi DownloadFile Get /entry/download/{entryid} Download file
DefaultApi DownloadLatestReport Get /report/{id}/latest Get latest report by ID
DefaultApi EditAdHocTask Post /inv-playbook/task/edit/{investigationId} Edit ad-hoc task
DefaultApi EntryExportArtifact Post /entry/exportArtifact Export Artifact
DefaultApi ExecuteReport Post /report/{id}/{requestId}/execute Execute report
DefaultApi ExportIncidentsToCsvBatch Post /incident/batch/exportToCsv Batch export incidents to csv
DefaultApi ExportIndicatorsToCsvBatch Post /indicators/batch/exportToCsv Batch export indicators to csv
DefaultApi ExportIndicatorsToStixBatch Post /indicators/batch/export/stix Batch export indicators to STIX
DefaultApi GetAllReports Get /reports Get all reports
DefaultApi GetAllWidgets Get /widgets
DefaultApi GetAudits Post /settings/audits Get Audits
DefaultApi GetAutomationScripts Post /automation/search Search Automation (aka scripts)
DefaultApi GetContainers Get /health/containers Get health containers
DefaultApi GetDockerImages Get /settings/docker-images Get Docker Images
DefaultApi GetHAGroup Get /ha-group/{id}
DefaultApi GetHAInstaller Get /host/download/{id}
DefaultApi GetHostInstaller Get /host/download
DefaultApi GetIncidentAsCsv Get /incident/csv/{id} Get incident as CSV
DefaultApi GetIncidentsFieldsByIncidentType Get /incidentfields/associatedTypes/{type} Get all incident fields associated with incident type
DefaultApi GetIndicatorsAsCsv Get /indicators/csv/{id} Get indicators as CSV
DefaultApi GetIndicatorsAsSTIX Get /indicators/stix/v2/{id} Get indicators as STIX V2
DefaultApi GetReportByID Get /reports/{id} Get report by ID
DefaultApi GetStatsForDashboard Post /v2/statistics/dashboards/query Get Dashboard Statistics
DefaultApi GetStatsForDashboardOldFormat Post /statistics/dashboards/query [Deprecated] Get Dashboard Statistics
DefaultApi GetStatsForWidget Post /v2/statistics/widgets/query Get Widget Statistics
DefaultApi GetStatsForWidgetOldFormat Post /statistics/widgets/query [Deprecated] Get Widget Statistics
DefaultApi GetWidget Get /widgets/{id} Get widget by ID
DefaultApi HealthHandler Get /health Check if Cortex XSOAR server is available
DefaultApi ImportClassifier Post /classifier/import Import a classifier
DefaultApi ImportDashboard Post /dashboards/import Import a dashboard
DefaultApi ImportIncidentFields Post /incidentfields/import Import an incident field
DefaultApi ImportIncidentTypesHandler Post /incidenttypes/import Import an incident type
DefaultApi ImportScript Post /automation/import Import an automation
DefaultApi ImportWidget Post /widgets/import Import a widget
DefaultApi IncidentFileUpload Post /incident/upload/{id}
DefaultApi IndicatorWhitelist Post /indicator/whitelist Whitelists or deletes Indicator
DefaultApi IndicatorsCreate Post /indicator/create Create Indicator
DefaultApi IndicatorsCreateBatch Post /indicators/upload Create indicators
DefaultApi IndicatorsEdit Post /indicator/edit Edit Indicator
DefaultApi IndicatorsSearch Post /indicators/search Search indicators
DefaultApi IndicatorsTimelineDelete Post /indicators/timeline/delete Delete indicators timeline
DefaultApi IntegrationUpload Post /settings/integration-conf/upload Upload an integration
DefaultApi InvestigationAddEntriesSync Post /entry/execute/sync Create new entry in existing investigation
DefaultApi InvestigationAddEntryHandler Post /entry Create new entry in existing investigation
DefaultApi InvestigationAddFormattedEntryHandler Post /entry/formatted Create new formatted entry in existing investigation
DefaultApi ListAccounts Get /accounts List accounts
DefaultApi ListAccountsDetails Get /accounts/data Detailed accounts
DefaultApi ListClassifiers Post /classifier/search search classifiers
DefaultApi ListClassifiersAccount Post /{acc}/classifier/search search classifiers
DefaultApi ListHAGroups Get /ha-groups
DefaultApi ListHosts Get /hosts
DefaultApi ListIntegrations Post /settings/integration/search List integrations
DefaultApi ListIntegrationsAccount Post /{acc}/settings/integration/search List integrations
DefaultApi ListMainHosts Get /health/appservers List the main hosts
DefaultApi LogoutEveryoneHandler Post /logout/everyone Sign out all open users sessions
DefaultApi LogoutMyselfHandler Post /logout/myself Sign out all my open sessions
DefaultApi LogoutMyselfOtherSessionsHandler Post /logout/myself/other Sign out all my other open sessions
DefaultApi LogoutUserSessionsHandler Post /logout/user/{username} Sign out all sessions of the provided username
DefaultApi OverridePlaybookYaml Post /playbook/save/yaml Import and override playbook
DefaultApi ResetROIWidget Delete /statistics/application/roi Reset ROI widget
DefaultApi RevokeUserAPIKey Post /apikeys/revoke/user/{username}
DefaultApi SaveEvidence Post /evidence Save evidence
DefaultApi SaveOrUpdateScript Post /automation Create or update automation
DefaultApi SaveWidget Post /widgets Add or update a widget
DefaultApi SearchEvidence Post /evidence/search Search evidence
DefaultApi SearchIncidents Post /incidents/search Search incidents by filter
DefaultApi SearchInvestigations Post /investigations/search Search investigations by filter
DefaultApi SetTagsField Post /incidentfield/tags/reset/{id} Set tags field
DefaultApi SimpleCompleteTask Post /inv-playbook/task/complete/simple Complete task simple (no file)
DefaultApi StartAccounts Post /accounts/start Start accounts
DefaultApi StopAccounts Post /accounts/stop Stop accounts
DefaultApi SubmitTaskForm Post /v2/inv-playbook/task/form/submit Complete a task
DefaultApi TaskAddComment Post /inv-playbook/task/note/add Task add comment
DefaultApi TaskAssign Post /inv-playbook/task/assign Assign task
DefaultApi TaskSetDue Post /inv-playbook/task/due Set task due date
DefaultApi TaskUnComplete Post /inv-playbook/task/uncomplete Un complete a task
DefaultApi UpdateAccount Post /account/update/{accountname}
DefaultApi UpdateAccountHost Post /host/move/{accountname}/{hostgroupid}
DefaultApi UpdateEntryNote Post /entry/note Mark entry as note
DefaultApi UpdateEntryTagsOp Post /entry/tags Set entry tags
DefaultApi WorkersStatusHandler Get /workers/status Get workers status

Documentation For Models

Documentation For Authorization

api_key
  • Type: API key
  • API key parameter name: Authorization
  • Location: HTTP header

Note, each API key must be added to a map of map[string]APIKey where the key is: Authorization and passed in as the auth context for each request.

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

View Source
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 ¶

func CacheExpires(r *http.Response) time.Time

CacheExpires helper function to determine remaining time before repeating a request.

func PtrBool ¶

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32 ¶

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64 ¶

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt ¶

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32 ¶

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64 ¶

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString ¶

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime ¶

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time value.

Types ¶

type APIClient ¶

type APIClient struct {
	DefaultApi *DefaultApiService
	// contains filtered or unexported fields
}

APIClient manages communication with the Cortex XSOAR API API v2.0.0 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 ¶

type APIKey struct {
	Key    string
	Prefix string
}

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 AccountsWrapper ¶ added in v0.2.4

type AccountsWrapper struct {
	Items []map[string]interface{}
}

AccountsWrapper struct for AccountsWrapper

func NewAccountsWrapper ¶ added in v0.2.4

func NewAccountsWrapper() *AccountsWrapper

NewAccountsWrapper instantiates a new AccountsWrapper 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 NewAccountsWrapperWithDefaults ¶ added in v0.2.4

func NewAccountsWrapperWithDefaults() *AccountsWrapper

NewAccountsWrapperWithDefaults instantiates a new AccountsWrapper 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 (AccountsWrapper) MarshalJSON ¶ added in v0.2.4

func (o AccountsWrapper) MarshalJSON() ([]byte, error)

func (*AccountsWrapper) UnmarshalJSON ¶ added in v0.2.4

func (o *AccountsWrapper) UnmarshalJSON(bytes []byte) (err error)

type AdvanceArg ¶

type AdvanceArg struct {
	Complex *ComplexArg `json:"complex,omitempty"`
	Simple  *string     `json:"simple,omitempty"`
}

AdvanceArg Simple: plain text such as \"hello\" (constant) or ${File.ID} (DT expression) Complex: struct with all info that is necessary to compute argument value from context (Root, Filters, Accessor & Transformers)

func NewAdvanceArg ¶

func NewAdvanceArg() *AdvanceArg

NewAdvanceArg instantiates a new AdvanceArg 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 NewAdvanceArgWithDefaults ¶

func NewAdvanceArgWithDefaults() *AdvanceArg

NewAdvanceArgWithDefaults instantiates a new AdvanceArg 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 (*AdvanceArg) GetComplex ¶

func (o *AdvanceArg) GetComplex() ComplexArg

GetComplex returns the Complex field value if set, zero value otherwise.

func (*AdvanceArg) GetComplexOk ¶

func (o *AdvanceArg) GetComplexOk() (*ComplexArg, bool)

GetComplexOk returns a tuple with the Complex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AdvanceArg) GetSimple ¶

func (o *AdvanceArg) GetSimple() string

GetSimple returns the Simple field value if set, zero value otherwise.

func (*AdvanceArg) GetSimpleOk ¶

func (o *AdvanceArg) GetSimpleOk() (*string, bool)

GetSimpleOk returns a tuple with the Simple field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AdvanceArg) HasComplex ¶

func (o *AdvanceArg) HasComplex() bool

HasComplex returns a boolean if a field has been set.

func (*AdvanceArg) HasSimple ¶

func (o *AdvanceArg) HasSimple() bool

HasSimple returns a boolean if a field has been set.

func (AdvanceArg) MarshalJSON ¶

func (o AdvanceArg) MarshalJSON() ([]byte, error)

func (*AdvanceArg) SetComplex ¶

func (o *AdvanceArg) SetComplex(v ComplexArg)

SetComplex gets a reference to the given ComplexArg and assigns it to the Complex field.

func (*AdvanceArg) SetSimple ¶

func (o *AdvanceArg) SetSimple(v string)

SetSimple gets a reference to the given string and assigns it to the Simple field.

type ApiAddAdHocTaskRequest ¶

type ApiAddAdHocTaskRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiAddAdHocTaskRequest) Execute ¶

func (ApiAddAdHocTaskRequest) InvPlaybookTaskData ¶

func (r ApiAddAdHocTaskRequest) InvPlaybookTaskData(invPlaybookTaskData InvPlaybookTaskData) ApiAddAdHocTaskRequest

type ApiCloseIncidentsBatchRequest ¶

type ApiCloseIncidentsBatchRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCloseIncidentsBatchRequest) Execute ¶

func (ApiCloseIncidentsBatchRequest) UpdateDataBatch ¶

type ApiCompleteTaskRequest ¶

type ApiCompleteTaskRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCompleteTaskRequest) Execute ¶

func (ApiCompleteTaskRequest) File ¶

file

func (ApiCompleteTaskRequest) FileComment ¶

func (r ApiCompleteTaskRequest) FileComment(fileComment string) ApiCompleteTaskRequest

file comment

func (ApiCompleteTaskRequest) FileName ¶

file name

func (ApiCompleteTaskRequest) InvestigationId ¶

func (r ApiCompleteTaskRequest) InvestigationId(investigationId string) ApiCompleteTaskRequest

investigation ID

func (ApiCompleteTaskRequest) TaskId ¶

Task Id

func (ApiCompleteTaskRequest) TaskInput ¶

func (r ApiCompleteTaskRequest) TaskInput(taskInput string) ApiCompleteTaskRequest

task input

func (ApiCompleteTaskRequest) Version ¶

Version

type ApiCompleteTaskV2Request ¶

type ApiCompleteTaskV2Request struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCompleteTaskV2Request) Execute ¶

func (ApiCompleteTaskV2Request) File ¶

Files to attach to the task

func (ApiCompleteTaskV2Request) FileComments ¶

func (r ApiCompleteTaskV2Request) FileComments(fileComments string) ApiCompleteTaskV2Request

file comment separated by %###% (only if files provided)

func (ApiCompleteTaskV2Request) FileNames ¶

file names separated by %###% (only if files provided)

func (ApiCompleteTaskV2Request) InvestigationId ¶

func (r ApiCompleteTaskV2Request) InvestigationId(investigationId string) ApiCompleteTaskV2Request

investigation ID

func (ApiCompleteTaskV2Request) TaskComment ¶

func (r ApiCompleteTaskV2Request) TaskComment(taskComment string) ApiCompleteTaskV2Request

Task comment or command to run

func (ApiCompleteTaskV2Request) TaskId ¶

Task Id

func (ApiCompleteTaskV2Request) TaskInput ¶

Task input

func (ApiCompleteTaskV2Request) Version ¶

Version

type ApiCopyScriptRequest ¶

type ApiCopyScriptRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCopyScriptRequest) AutomationScriptFilterWrapper ¶

func (r ApiCopyScriptRequest) AutomationScriptFilterWrapper(automationScriptFilterWrapper AutomationScriptFilterWrapper) ApiCopyScriptRequest

func (ApiCopyScriptRequest) Execute ¶

type ApiCreateAccountRequest ¶

type ApiCreateAccountRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateAccountRequest) CreateAccountRequest ¶

func (r ApiCreateAccountRequest) CreateAccountRequest(createAccountRequest CreateAccountRequest) ApiCreateAccountRequest

func (ApiCreateAccountRequest) Execute ¶

func (r ApiCreateAccountRequest) Execute() ([]map[string]interface{}, *_nethttp.Response, error)

type ApiCreateDockerImageRequest ¶

type ApiCreateDockerImageRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateDockerImageRequest) Execute ¶

func (ApiCreateDockerImageRequest) NewDockerImageRequest ¶

func (r ApiCreateDockerImageRequest) NewDockerImageRequest(newDockerImageRequest NewDockerImageRequest) ApiCreateDockerImageRequest

type ApiCreateFeedIndicatorsJsonRequest ¶

type ApiCreateFeedIndicatorsJsonRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateFeedIndicatorsJsonRequest) Execute ¶

func (ApiCreateFeedIndicatorsJsonRequest) FeedIndicatorsRequest ¶

type ApiCreateHAGroupRequest ¶

type ApiCreateHAGroupRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateHAGroupRequest) CreateHAGroupRequest ¶

func (r ApiCreateHAGroupRequest) CreateHAGroupRequest(createHAGroupRequest CreateHAGroupRequest) ApiCreateHAGroupRequest

func (ApiCreateHAGroupRequest) Execute ¶

type ApiCreateHAInstallerRequest ¶

type ApiCreateHAInstallerRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateHAInstallerRequest) Execute ¶

type ApiCreateHostInstallerRequest ¶

type ApiCreateHostInstallerRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateHostInstallerRequest) Execute ¶

type ApiCreateIncidentJsonRequest ¶

type ApiCreateIncidentJsonRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateIncidentJsonRequest) Execute ¶

type ApiCreateIncidentRequest ¶

type ApiCreateIncidentRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateIncidentRequest) CreateIncidentRequest ¶

func (r ApiCreateIncidentRequest) CreateIncidentRequest(createIncidentRequest CreateIncidentRequest) ApiCreateIncidentRequest

func (ApiCreateIncidentRequest) Execute ¶

type ApiCreateIncidentsBatchRequest ¶

type ApiCreateIncidentsBatchRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateIncidentsBatchRequest) Execute ¶

func (ApiCreateIncidentsBatchRequest) UpdateDataBatch ¶

type ApiCreateOrUpdateIncidentTypeRequest ¶

type ApiCreateOrUpdateIncidentTypeRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateOrUpdateIncidentTypeRequest) Execute ¶

func (ApiCreateOrUpdateIncidentTypeRequest) IncidentType ¶

type ApiCreateOrUpdateWhitelistedRequest ¶

type ApiCreateOrUpdateWhitelistedRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateOrUpdateWhitelistedRequest) Execute ¶

func (ApiCreateOrUpdateWhitelistedRequest) WhitelistedIndicator ¶

type ApiCreateUpdateClassifierAccountRequest ¶ added in v0.2.4

type ApiCreateUpdateClassifierAccountRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateUpdateClassifierAccountRequest) CreateUpdateClassifierAccountRequest ¶ added in v0.2.4

func (r ApiCreateUpdateClassifierAccountRequest) CreateUpdateClassifierAccountRequest(createUpdateClassifierAccountRequest CreateUpdateClassifierRequest) ApiCreateUpdateClassifierAccountRequest

func (ApiCreateUpdateClassifierAccountRequest) Execute ¶ added in v0.2.4

type ApiCreateUpdateClassifierRequest ¶ added in v0.2.4

type ApiCreateUpdateClassifierRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateUpdateClassifierRequest) CreateUpdateClassifierRequest ¶ added in v0.2.4

func (r ApiCreateUpdateClassifierRequest) CreateUpdateClassifierRequest(createUpdateClassifierRequest CreateUpdateClassifierRequest) ApiCreateUpdateClassifierRequest

func (ApiCreateUpdateClassifierRequest) Execute ¶ added in v0.2.4

type ApiCreateUpdateIntegrationInstanceAccountRequest ¶

type ApiCreateUpdateIntegrationInstanceAccountRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateUpdateIntegrationInstanceAccountRequest) CreateIntegrationRequest ¶

func (r ApiCreateUpdateIntegrationInstanceAccountRequest) CreateIntegrationRequest(createIntegrationRequest map[string]interface{}) ApiCreateUpdateIntegrationInstanceAccountRequest

func (ApiCreateUpdateIntegrationInstanceAccountRequest) Execute ¶

type ApiCreateUpdateIntegrationInstanceRequest ¶

type ApiCreateUpdateIntegrationInstanceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateUpdateIntegrationInstanceRequest) CreateIntegrationRequest ¶

func (r ApiCreateUpdateIntegrationInstanceRequest) CreateIntegrationRequest(createIntegrationRequest map[string]interface{}) ApiCreateUpdateIntegrationInstanceRequest

func (ApiCreateUpdateIntegrationInstanceRequest) Execute ¶

func (r ApiCreateUpdateIntegrationInstanceRequest) Execute() (map[string]interface{}, *_nethttp.Response, error)

type ApiDeleteAccountRequest ¶

type ApiDeleteAccountRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteAccountRequest) Execute ¶

func (r ApiDeleteAccountRequest) Execute() ([]map[string]interface{}, *_nethttp.Response, error)

type ApiDeleteAdHocTaskRequest ¶

type ApiDeleteAdHocTaskRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteAdHocTaskRequest) Execute ¶

type ApiDeleteAutomationScriptRequest ¶

type ApiDeleteAutomationScriptRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteAutomationScriptRequest) AutomationScriptFilterWrapper ¶

func (r ApiDeleteAutomationScriptRequest) AutomationScriptFilterWrapper(automationScriptFilterWrapper AutomationScriptFilterWrapper) ApiDeleteAutomationScriptRequest

func (ApiDeleteAutomationScriptRequest) Execute ¶

type ApiDeleteClassifierAccountRequest ¶ added in v0.2.12

type ApiDeleteClassifierAccountRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteClassifierAccountRequest) Execute ¶ added in v0.2.12

type ApiDeleteClassifierRequest ¶ added in v0.2.12

type ApiDeleteClassifierRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteClassifierRequest) Execute ¶ added in v0.2.12

type ApiDeleteEvidenceOpRequest ¶

type ApiDeleteEvidenceOpRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteEvidenceOpRequest) DeleteEvidenceId ¶

func (r ApiDeleteEvidenceOpRequest) DeleteEvidenceId(deleteEvidenceId DeleteEvidence) ApiDeleteEvidenceOpRequest

func (ApiDeleteEvidenceOpRequest) Execute ¶

type ApiDeleteHAGroupRequest ¶

type ApiDeleteHAGroupRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteHAGroupRequest) Execute ¶

type ApiDeleteHostRequest ¶

type ApiDeleteHostRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteHostRequest) Execute ¶

type ApiDeleteIncidentsBatchRequest ¶

type ApiDeleteIncidentsBatchRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteIncidentsBatchRequest) Execute ¶

func (ApiDeleteIncidentsBatchRequest) UpdateDataBatch ¶

type ApiDeleteIndicatorsBatchRequest ¶

type ApiDeleteIndicatorsBatchRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteIndicatorsBatchRequest) Execute ¶

func (ApiDeleteIndicatorsBatchRequest) GenericIndicatorUpdateBatch ¶

func (r ApiDeleteIndicatorsBatchRequest) GenericIndicatorUpdateBatch(genericIndicatorUpdateBatch GenericIndicatorUpdateBatch) ApiDeleteIndicatorsBatchRequest

type ApiDeleteIntegrationInstanceAccountRequest ¶

type ApiDeleteIntegrationInstanceAccountRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteIntegrationInstanceAccountRequest) Execute ¶

type ApiDeleteIntegrationInstanceRequest ¶

type ApiDeleteIntegrationInstanceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteIntegrationInstanceRequest) Execute ¶

type ApiDeleteWidgetRequest ¶

type ApiDeleteWidgetRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteWidgetRequest) Execute ¶

type ApiDownloadFileRequest ¶

type ApiDownloadFileRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDownloadFileRequest) Execute ¶

type ApiDownloadLatestReportRequest ¶

type ApiDownloadLatestReportRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDownloadLatestReportRequest) Execute ¶

type ApiEditAdHocTaskRequest ¶

type ApiEditAdHocTaskRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiEditAdHocTaskRequest) Execute ¶

func (ApiEditAdHocTaskRequest) InvPlaybookTaskData ¶

func (r ApiEditAdHocTaskRequest) InvPlaybookTaskData(invPlaybookTaskData InvPlaybookTaskData) ApiEditAdHocTaskRequest

type ApiEntryExportArtifactRequest ¶

type ApiEntryExportArtifactRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiEntryExportArtifactRequest) DownloadEntry ¶

func (ApiEntryExportArtifactRequest) Execute ¶

type ApiExecuteReportRequest ¶

type ApiExecuteReportRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiExecuteReportRequest) Execute ¶

type ApiExportIncidentsToCsvBatchRequest ¶

type ApiExportIncidentsToCsvBatchRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiExportIncidentsToCsvBatchRequest) Execute ¶

func (ApiExportIncidentsToCsvBatchRequest) UpdateDataBatch ¶

type ApiExportIndicatorsToCsvBatchRequest ¶

type ApiExportIndicatorsToCsvBatchRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiExportIndicatorsToCsvBatchRequest) Execute ¶

func (ApiExportIndicatorsToCsvBatchRequest) GenericIndicatorUpdateBatch ¶

func (r ApiExportIndicatorsToCsvBatchRequest) GenericIndicatorUpdateBatch(genericIndicatorUpdateBatch GenericIndicatorUpdateBatch) ApiExportIndicatorsToCsvBatchRequest

Required parameters from &#x60;genericIndicatorUpdateBatch&#x60;: &#x60;columns&#x60;, &#x60;filter&#x60;. You should also include either &#x60;all&#x60; or &#x60;ids&#x60;

type ApiExportIndicatorsToStixBatchRequest ¶

type ApiExportIndicatorsToStixBatchRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiExportIndicatorsToStixBatchRequest) Execute ¶

func (ApiExportIndicatorsToStixBatchRequest) GenericIndicatorUpdateBatch ¶

func (r ApiExportIndicatorsToStixBatchRequest) GenericIndicatorUpdateBatch(genericIndicatorUpdateBatch GenericIndicatorUpdateBatch) ApiExportIndicatorsToStixBatchRequest

type ApiGetAccountRequest ¶

type ApiGetAccountRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetAccountRequest) Execute ¶

func (r ApiGetAccountRequest) Execute() (map[string]interface{}, *_nethttp.Response, error)

func (ApiGetAccountRequest) SetAccountName ¶ added in v0.2.8

func (r ApiGetAccountRequest) SetAccountName(accountname string) ApiGetAccountRequest

type ApiGetAllReportsRequest ¶

type ApiGetAllReportsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetAllReportsRequest) Execute ¶

type ApiGetAllWidgetsRequest ¶

type ApiGetAllWidgetsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetAllWidgetsRequest) Execute ¶

type ApiGetAuditsRequest ¶

type ApiGetAuditsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetAuditsRequest) Execute ¶

func (ApiGetAuditsRequest) Filter ¶

type ApiGetAutomationScriptsRequest ¶

type ApiGetAutomationScriptsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetAutomationScriptsRequest) AutomationScriptFilter ¶

func (r ApiGetAutomationScriptsRequest) AutomationScriptFilter(automationScriptFilter AutomationScriptFilter) ApiGetAutomationScriptsRequest

func (ApiGetAutomationScriptsRequest) Execute ¶

type ApiGetClassifierAccountRequest ¶ added in v0.2.10

type ApiGetClassifierAccountRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetClassifierAccountRequest) Execute ¶ added in v0.2.10

func (ApiGetClassifierAccountRequest) SetIdentifier ¶ added in v0.2.10

type ApiGetClassifierRequest ¶ added in v0.2.10

type ApiGetClassifierRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetClassifierRequest) Execute ¶ added in v0.2.10

func (ApiGetClassifierRequest) SetIdentifier ¶ added in v0.2.10

func (r ApiGetClassifierRequest) SetIdentifier(identifier string) ApiGetClassifierRequest

type ApiGetContainersRequest ¶

type ApiGetContainersRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetContainersRequest) Execute ¶

type ApiGetDockerImagesRequest ¶

type ApiGetDockerImagesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetDockerImagesRequest) Execute ¶

type ApiGetHAGroupRequest ¶

type ApiGetHAGroupRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetHAGroupRequest) Execute ¶

type ApiGetHAInstallerRequest ¶

type ApiGetHAInstallerRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetHAInstallerRequest) Execute ¶

type ApiGetHostInstallerRequest ¶

type ApiGetHostInstallerRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetHostInstallerRequest) Execute ¶

type ApiGetHostRequest ¶

type ApiGetHostRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetHostRequest) Execute ¶

func (r ApiGetHostRequest) Execute() (map[string]interface{}, *_nethttp.Response, error)

func (ApiGetHostRequest) SetHostName ¶ added in v0.2.8

func (r ApiGetHostRequest) SetHostName(hostname string) ApiGetHostRequest

type ApiGetIncidentAsCsvRequest ¶

type ApiGetIncidentAsCsvRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIncidentAsCsvRequest) Execute ¶

type ApiGetIncidentsFieldsByIncidentTypeRequest ¶

type ApiGetIncidentsFieldsByIncidentTypeRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIncidentsFieldsByIncidentTypeRequest) Execute ¶

type ApiGetIndicatorsAsCsvRequest ¶

type ApiGetIndicatorsAsCsvRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIndicatorsAsCsvRequest) Execute ¶

type ApiGetIndicatorsAsSTIXRequest ¶

type ApiGetIndicatorsAsSTIXRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIndicatorsAsSTIXRequest) Execute ¶

type ApiGetIntegrationInstanceAccountRequest ¶

type ApiGetIntegrationInstanceAccountRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIntegrationInstanceAccountRequest) Execute ¶

func (r ApiGetIntegrationInstanceAccountRequest) Execute() (map[string]interface{}, *_nethttp.Response, error)

func (ApiGetIntegrationInstanceAccountRequest) SetIdentifier ¶ added in v0.2.8

type ApiGetIntegrationInstanceRequest ¶

type ApiGetIntegrationInstanceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIntegrationInstanceRequest) Execute ¶

func (r ApiGetIntegrationInstanceRequest) Execute() (map[string]interface{}, *_nethttp.Response, error)

func (ApiGetIntegrationInstanceRequest) SetIdentifier ¶ added in v0.2.8

type ApiGetReportByIDRequest ¶

type ApiGetReportByIDRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetReportByIDRequest) Execute ¶

type ApiGetStatsForDashboardOldFormatRequest ¶

type ApiGetStatsForDashboardOldFormatRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetStatsForDashboardOldFormatRequest) Execute ¶

type ApiGetStatsForDashboardRequest ¶

type ApiGetStatsForDashboardRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetStatsForDashboardRequest) Execute ¶

type ApiGetStatsForWidgetOldFormatRequest ¶

type ApiGetStatsForWidgetOldFormatRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetStatsForWidgetOldFormatRequest) Execute ¶

func (r ApiGetStatsForWidgetOldFormatRequest) Execute() (map[string]interface{}, *_nethttp.Response, error)

type ApiGetStatsForWidgetRequest ¶

type ApiGetStatsForWidgetRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetStatsForWidgetRequest) Execute ¶

func (r ApiGetStatsForWidgetRequest) Execute() (map[string]interface{}, *_nethttp.Response, error)

type ApiGetWidgetRequest ¶

type ApiGetWidgetRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetWidgetRequest) Execute ¶

type ApiHealthHandlerRequest ¶

type ApiHealthHandlerRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiHealthHandlerRequest) Execute ¶

type ApiImportClassifierRequest ¶

type ApiImportClassifierRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiImportClassifierRequest) Execute ¶

func (ApiImportClassifierRequest) File ¶

file

type ApiImportDashboardRequest ¶

type ApiImportDashboardRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiImportDashboardRequest) Execute ¶

func (ApiImportDashboardRequest) File ¶

The JSON file of the dashboard to import.

type ApiImportIncidentFieldsRequest ¶

type ApiImportIncidentFieldsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiImportIncidentFieldsRequest) Execute ¶

func (ApiImportIncidentFieldsRequest) File ¶

file

type ApiImportIncidentTypesHandlerRequest ¶

type ApiImportIncidentTypesHandlerRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiImportIncidentTypesHandlerRequest) Execute ¶

func (ApiImportIncidentTypesHandlerRequest) File ¶

file

type ApiImportScriptRequest ¶

type ApiImportScriptRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiImportScriptRequest) Execute ¶

func (ApiImportScriptRequest) File ¶

file

type ApiImportWidgetRequest ¶

type ApiImportWidgetRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiImportWidgetRequest) Execute ¶

func (ApiImportWidgetRequest) File ¶

The JSON file of the widget to import.

type ApiIncidentFileUploadRequest ¶

type ApiIncidentFileUploadRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiIncidentFileUploadRequest) Execute ¶

func (ApiIncidentFileUploadRequest) Field ¶

field name to hold the attachment details. If not specified, &#x60;attachment&#x60; will be used.

func (ApiIncidentFileUploadRequest) File ¶

file

func (ApiIncidentFileUploadRequest) FileComment ¶

file comment

func (ApiIncidentFileUploadRequest) FileName ¶

file name

func (ApiIncidentFileUploadRequest) Last ¶

If set to true will create an investigation. Used for uploading after creating incident.

func (ApiIncidentFileUploadRequest) ShowMediaFile ¶

func (r ApiIncidentFileUploadRequest) ShowMediaFile(showMediaFile bool) ApiIncidentFileUploadRequest

show media file

type ApiIndicatorWhitelistRequest ¶

type ApiIndicatorWhitelistRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiIndicatorWhitelistRequest) Execute ¶

func (ApiIndicatorWhitelistRequest) UpdateIndicatorReputationData ¶

func (r ApiIndicatorWhitelistRequest) UpdateIndicatorReputationData(updateIndicatorReputationData UpdateIndicatorReputationData) ApiIndicatorWhitelistRequest

type ApiIndicatorsCreateBatchRequest ¶

type ApiIndicatorsCreateBatchRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiIndicatorsCreateBatchRequest) Execute ¶

func (ApiIndicatorsCreateBatchRequest) File ¶

file

func (ApiIndicatorsCreateBatchRequest) FileName ¶

file name

type ApiIndicatorsCreateRequest ¶

type ApiIndicatorsCreateRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiIndicatorsCreateRequest) Execute ¶

func (ApiIndicatorsCreateRequest) IocObject ¶

type ApiIndicatorsEditRequest ¶

type ApiIndicatorsEditRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiIndicatorsEditRequest) Execute ¶

func (ApiIndicatorsEditRequest) IocObject ¶

type ApiIndicatorsSearchRequest ¶

type ApiIndicatorsSearchRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiIndicatorsSearchRequest) Execute ¶

func (ApiIndicatorsSearchRequest) IndicatorFilter ¶

func (r ApiIndicatorsSearchRequest) IndicatorFilter(indicatorFilter IndicatorFilter) ApiIndicatorsSearchRequest

type ApiIndicatorsTimelineDeleteRequest ¶

type ApiIndicatorsTimelineDeleteRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiIndicatorsTimelineDeleteRequest) Execute ¶

func (ApiIndicatorsTimelineDeleteRequest) IndicatorFilter ¶

type ApiIntegrationUploadRequest ¶

type ApiIntegrationUploadRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiIntegrationUploadRequest) Execute ¶

func (ApiIntegrationUploadRequest) File ¶

file

type ApiInvestigationAddEntriesSyncRequest ¶

type ApiInvestigationAddEntriesSyncRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiInvestigationAddEntriesSyncRequest) Execute ¶

func (ApiInvestigationAddEntriesSyncRequest) UpdateEntry ¶

type ApiInvestigationAddEntryHandlerRequest ¶

type ApiInvestigationAddEntryHandlerRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiInvestigationAddEntryHandlerRequest) Execute ¶

func (ApiInvestigationAddEntryHandlerRequest) UpdateEntry ¶

type ApiInvestigationAddFormattedEntryHandlerRequest ¶

type ApiInvestigationAddFormattedEntryHandlerRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiInvestigationAddFormattedEntryHandlerRequest) Execute ¶

func (ApiInvestigationAddFormattedEntryHandlerRequest) UploadedEntry ¶

type ApiListAccountsDetailsRequest ¶

type ApiListAccountsDetailsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListAccountsDetailsRequest) Execute ¶

func (r ApiListAccountsDetailsRequest) Execute() (map[string]interface{}, *_nethttp.Response, error)

type ApiListAccountsRequest ¶

type ApiListAccountsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListAccountsRequest) Execute ¶

func (r ApiListAccountsRequest) Execute() ([]map[string]interface{}, *_nethttp.Response, error)

type ApiListClassifiersAccountRequest ¶ added in v0.2.4

type ApiListClassifiersAccountRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListClassifiersAccountRequest) Execute ¶ added in v0.2.4

func (ApiListClassifiersAccountRequest) SearchClassifiersAccount ¶ added in v0.2.4

func (r ApiListClassifiersAccountRequest) SearchClassifiersAccount(searchClassifiersAccount InlineObject1) ApiListClassifiersAccountRequest

type ApiListClassifiersRequest ¶ added in v0.2.4

type ApiListClassifiersRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListClassifiersRequest) Execute ¶ added in v0.2.4

func (ApiListClassifiersRequest) SearchClassifiers ¶ added in v0.2.4

func (r ApiListClassifiersRequest) SearchClassifiers(searchClassifiers InlineObject) ApiListClassifiersRequest

type ApiListHAGroupsRequest ¶

type ApiListHAGroupsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListHAGroupsRequest) Execute ¶

func (r ApiListHAGroupsRequest) Execute() ([]map[string]interface{}, *_nethttp.Response, error)

type ApiListHostsRequest ¶

type ApiListHostsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListHostsRequest) Execute ¶

func (r ApiListHostsRequest) Execute() ([]map[string]interface{}, *_nethttp.Response, error)

type ApiListIntegrationsAccountRequest ¶

type ApiListIntegrationsAccountRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListIntegrationsAccountRequest) Execute ¶

func (r ApiListIntegrationsAccountRequest) Execute() (map[string]interface{}, *_nethttp.Response, error)

func (ApiListIntegrationsAccountRequest) Size ¶

type ApiListIntegrationsRequest ¶

type ApiListIntegrationsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListIntegrationsRequest) Execute ¶

func (r ApiListIntegrationsRequest) Execute() (map[string]interface{}, *_nethttp.Response, error)

func (ApiListIntegrationsRequest) Size ¶

type ApiListMainHostsRequest ¶ added in v0.2.3

type ApiListMainHostsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListMainHostsRequest) Execute ¶ added in v0.2.3

type ApiLogoutEveryoneHandlerRequest ¶

type ApiLogoutEveryoneHandlerRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiLogoutEveryoneHandlerRequest) Execute ¶

type ApiLogoutMyselfHandlerRequest ¶

type ApiLogoutMyselfHandlerRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiLogoutMyselfHandlerRequest) Execute ¶

type ApiLogoutMyselfOtherSessionsHandlerRequest ¶

type ApiLogoutMyselfOtherSessionsHandlerRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiLogoutMyselfOtherSessionsHandlerRequest) Execute ¶

type ApiLogoutUserSessionsHandlerRequest ¶

type ApiLogoutUserSessionsHandlerRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiLogoutUserSessionsHandlerRequest) Execute ¶

type ApiOverridePlaybookYamlRequest ¶

type ApiOverridePlaybookYamlRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiOverridePlaybookYamlRequest) Execute ¶

func (ApiOverridePlaybookYamlRequest) File ¶

file

type ApiResetROIWidgetRequest ¶

type ApiResetROIWidgetRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiResetROIWidgetRequest) Execute ¶

type ApiRevokeUserAPIKeyRequest ¶

type ApiRevokeUserAPIKeyRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiRevokeUserAPIKeyRequest) Execute ¶

type ApiSaveEvidenceRequest ¶

type ApiSaveEvidenceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiSaveEvidenceRequest) Evidence ¶

func (ApiSaveEvidenceRequest) Execute ¶

type ApiSaveOrUpdateScriptRequest ¶

type ApiSaveOrUpdateScriptRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiSaveOrUpdateScriptRequest) AutomationScriptFilterWrapper ¶

func (r ApiSaveOrUpdateScriptRequest) AutomationScriptFilterWrapper(automationScriptFilterWrapper AutomationScriptFilterWrapper) ApiSaveOrUpdateScriptRequest

func (ApiSaveOrUpdateScriptRequest) Execute ¶

type ApiSaveWidgetRequest ¶

type ApiSaveWidgetRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiSaveWidgetRequest) Execute ¶

func (ApiSaveWidgetRequest) Widget ¶

type ApiSearchEvidenceRequest ¶

type ApiSearchEvidenceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiSearchEvidenceRequest) EvidencesFilterWrapper ¶

func (r ApiSearchEvidenceRequest) EvidencesFilterWrapper(evidencesFilterWrapper EvidencesFilterWrapper) ApiSearchEvidenceRequest

func (ApiSearchEvidenceRequest) Execute ¶

type ApiSearchIncidentsRequest ¶

type ApiSearchIncidentsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiSearchIncidentsRequest) Execute ¶

func (ApiSearchIncidentsRequest) Filter ¶

type ApiSearchInvestigationsRequest ¶

type ApiSearchInvestigationsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiSearchInvestigationsRequest) Execute ¶

func (ApiSearchInvestigationsRequest) Filter ¶

type ApiSetTagsFieldRequest ¶

type ApiSetTagsFieldRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiSetTagsFieldRequest) Data ¶

The new select values of the field

func (ApiSetTagsFieldRequest) Execute ¶

type ApiSimpleCompleteTaskRequest ¶

type ApiSimpleCompleteTaskRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiSimpleCompleteTaskRequest) Execute ¶

func (ApiSimpleCompleteTaskRequest) InvTaskInfo ¶

type ApiStartAccountsRequest ¶

type ApiStartAccountsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiStartAccountsRequest) Execute ¶

func (ApiStartAccountsRequest) StartAccountsRequest ¶

func (r ApiStartAccountsRequest) StartAccountsRequest(startAccountsRequest []map[string]interface{}) ApiStartAccountsRequest

type ApiStopAccountsRequest ¶

type ApiStopAccountsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiStopAccountsRequest) Execute ¶

func (ApiStopAccountsRequest) StopAccountsRequest ¶

func (r ApiStopAccountsRequest) StopAccountsRequest(stopAccountsRequest []map[string]interface{}) ApiStopAccountsRequest

type ApiSubmitTaskFormRequest ¶

type ApiSubmitTaskFormRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiSubmitTaskFormRequest) Answers ¶

the answers to the task form. Answers are keyed by numerical question id

func (ApiSubmitTaskFormRequest) Execute ¶

func (ApiSubmitTaskFormRequest) File ¶

Files to attach to the task

func (ApiSubmitTaskFormRequest) InvestigationId ¶

func (r ApiSubmitTaskFormRequest) InvestigationId(investigationId string) ApiSubmitTaskFormRequest

investigation ID

func (ApiSubmitTaskFormRequest) TaskId ¶

Task Id

type ApiTaskAddCommentRequest ¶

type ApiTaskAddCommentRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiTaskAddCommentRequest) Execute ¶

func (ApiTaskAddCommentRequest) InvTaskInfo ¶

type ApiTaskAssignRequest ¶

type ApiTaskAssignRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiTaskAssignRequest) Execute ¶

func (ApiTaskAssignRequest) InvPlaybookAssignee ¶

func (r ApiTaskAssignRequest) InvPlaybookAssignee(invPlaybookAssignee InvPlaybookAssignee) ApiTaskAssignRequest

type ApiTaskSetDueRequest ¶

type ApiTaskSetDueRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiTaskSetDueRequest) Execute ¶

func (ApiTaskSetDueRequest) InvPlaybookDue ¶

func (r ApiTaskSetDueRequest) InvPlaybookDue(invPlaybookDue InvPlaybookDue) ApiTaskSetDueRequest

type ApiTaskUnCompleteRequest ¶

type ApiTaskUnCompleteRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiTaskUnCompleteRequest) Execute ¶

func (ApiTaskUnCompleteRequest) InvTaskInfo ¶

type ApiUpdateAccountHostRequest ¶

type ApiUpdateAccountHostRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateAccountHostRequest) Execute ¶

func (r ApiUpdateAccountHostRequest) Execute() ([]map[string]interface{}, *_nethttp.Response, error)

type ApiUpdateAccountRequest ¶

type ApiUpdateAccountRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateAccountRequest) Execute ¶

func (ApiUpdateAccountRequest) UpdateRolesAndPropagationLabelsRequest ¶

func (r ApiUpdateAccountRequest) UpdateRolesAndPropagationLabelsRequest(updateRolesAndPropagationLabelsRequest UpdateRolesAndPropagationLabelsRequest) ApiUpdateAccountRequest

type ApiUpdateEntryNoteRequest ¶

type ApiUpdateEntryNoteRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateEntryNoteRequest) Execute ¶

func (ApiUpdateEntryNoteRequest) UpdateEntry ¶

type ApiUpdateEntryTagsOpRequest ¶

type ApiUpdateEntryTagsOpRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateEntryTagsOpRequest) Execute ¶

func (ApiUpdateEntryTagsOpRequest) UpdateEntryTags ¶

func (r ApiUpdateEntryTagsOpRequest) UpdateEntryTags(updateEntryTags UpdateEntryTags) ApiUpdateEntryTagsOpRequest

type ApiWorkersStatusHandlerRequest ¶

type ApiWorkersStatusHandlerRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiWorkersStatusHandlerRequest) Execute ¶

type ArgAtomicFilter ¶

type ArgAtomicFilter struct {
	IgnoreCase *bool             `json:"ignoreCase,omitempty"`
	Left       *OperatorArgument `json:"left,omitempty"`
	Operator   *string           `json:"operator,omitempty"`
	Right      *OperatorArgument `json:"right,omitempty"`
	Type       *string           `json:"type,omitempty"`
}

ArgAtomicFilter ArgAtomicFilter - operator with two sides that return true/false

func NewArgAtomicFilter ¶

func NewArgAtomicFilter() *ArgAtomicFilter

NewArgAtomicFilter instantiates a new ArgAtomicFilter 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 NewArgAtomicFilterWithDefaults ¶

func NewArgAtomicFilterWithDefaults() *ArgAtomicFilter

NewArgAtomicFilterWithDefaults instantiates a new ArgAtomicFilter 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 (*ArgAtomicFilter) GetIgnoreCase ¶

func (o *ArgAtomicFilter) GetIgnoreCase() bool

GetIgnoreCase returns the IgnoreCase field value if set, zero value otherwise.

func (*ArgAtomicFilter) GetIgnoreCaseOk ¶

func (o *ArgAtomicFilter) GetIgnoreCaseOk() (*bool, bool)

GetIgnoreCaseOk returns a tuple with the IgnoreCase field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArgAtomicFilter) GetLeft ¶

func (o *ArgAtomicFilter) GetLeft() OperatorArgument

GetLeft returns the Left field value if set, zero value otherwise.

func (*ArgAtomicFilter) GetLeftOk ¶

func (o *ArgAtomicFilter) GetLeftOk() (*OperatorArgument, bool)

GetLeftOk returns a tuple with the Left field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArgAtomicFilter) GetOperator ¶

func (o *ArgAtomicFilter) GetOperator() string

GetOperator returns the Operator field value if set, zero value otherwise.

func (*ArgAtomicFilter) GetOperatorOk ¶

func (o *ArgAtomicFilter) GetOperatorOk() (*string, bool)

GetOperatorOk returns a tuple with the Operator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArgAtomicFilter) GetRight ¶

func (o *ArgAtomicFilter) GetRight() OperatorArgument

GetRight returns the Right field value if set, zero value otherwise.

func (*ArgAtomicFilter) GetRightOk ¶

func (o *ArgAtomicFilter) GetRightOk() (*OperatorArgument, bool)

GetRightOk returns a tuple with the Right field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArgAtomicFilter) GetType ¶

func (o *ArgAtomicFilter) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ArgAtomicFilter) GetTypeOk ¶

func (o *ArgAtomicFilter) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArgAtomicFilter) HasIgnoreCase ¶

func (o *ArgAtomicFilter) HasIgnoreCase() bool

HasIgnoreCase returns a boolean if a field has been set.

func (*ArgAtomicFilter) HasLeft ¶

func (o *ArgAtomicFilter) HasLeft() bool

HasLeft returns a boolean if a field has been set.

func (*ArgAtomicFilter) HasOperator ¶

func (o *ArgAtomicFilter) HasOperator() bool

HasOperator returns a boolean if a field has been set.

func (*ArgAtomicFilter) HasRight ¶

func (o *ArgAtomicFilter) HasRight() bool

HasRight returns a boolean if a field has been set.

func (*ArgAtomicFilter) HasType ¶

func (o *ArgAtomicFilter) HasType() bool

HasType returns a boolean if a field has been set.

func (ArgAtomicFilter) MarshalJSON ¶

func (o ArgAtomicFilter) MarshalJSON() ([]byte, error)

func (*ArgAtomicFilter) SetIgnoreCase ¶

func (o *ArgAtomicFilter) SetIgnoreCase(v bool)

SetIgnoreCase gets a reference to the given bool and assigns it to the IgnoreCase field.

func (*ArgAtomicFilter) SetLeft ¶

func (o *ArgAtomicFilter) SetLeft(v OperatorArgument)

SetLeft gets a reference to the given OperatorArgument and assigns it to the Left field.

func (*ArgAtomicFilter) SetOperator ¶

func (o *ArgAtomicFilter) SetOperator(v string)

SetOperator gets a reference to the given string and assigns it to the Operator field.

func (*ArgAtomicFilter) SetRight ¶

func (o *ArgAtomicFilter) SetRight(v OperatorArgument)

SetRight gets a reference to the given OperatorArgument and assigns it to the Right field.

func (*ArgAtomicFilter) SetType ¶

func (o *ArgAtomicFilter) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type ArgFilter ¶ added in v0.2.4

type ArgFilter struct {
	Items []ArgAtomicFilter
}

ArgFilter ArgFilter - represent a slice of atomic filters with OR condition between them (e.i. - atomic1 OR atomic2 OR ...)

func NewArgFilter ¶ added in v0.2.4

func NewArgFilter() *ArgFilter

NewArgFilter instantiates a new ArgFilter 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 NewArgFilterWithDefaults ¶ added in v0.2.4

func NewArgFilterWithDefaults() *ArgFilter

NewArgFilterWithDefaults instantiates a new ArgFilter 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 (ArgFilter) MarshalJSON ¶ added in v0.2.4

func (o ArgFilter) MarshalJSON() ([]byte, error)

func (*ArgFilter) UnmarshalJSON ¶ added in v0.2.4

func (o *ArgFilter) UnmarshalJSON(bytes []byte) (err error)

type ArgTransformer ¶

type ArgTransformer struct {
	Args     *map[string]OperatorArgument `json:"args,omitempty"`
	Operator *string                      `json:"operator,omitempty"`
}

ArgTransformer struct for ArgTransformer

func NewArgTransformer ¶

func NewArgTransformer() *ArgTransformer

NewArgTransformer instantiates a new ArgTransformer 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 NewArgTransformerWithDefaults ¶

func NewArgTransformerWithDefaults() *ArgTransformer

NewArgTransformerWithDefaults instantiates a new ArgTransformer 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 (*ArgTransformer) GetArgs ¶

func (o *ArgTransformer) GetArgs() map[string]OperatorArgument

GetArgs returns the Args field value if set, zero value otherwise.

func (*ArgTransformer) GetArgsOk ¶

func (o *ArgTransformer) GetArgsOk() (*map[string]OperatorArgument, bool)

GetArgsOk returns a tuple with the Args field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArgTransformer) GetOperator ¶

func (o *ArgTransformer) GetOperator() string

GetOperator returns the Operator field value if set, zero value otherwise.

func (*ArgTransformer) GetOperatorOk ¶

func (o *ArgTransformer) GetOperatorOk() (*string, bool)

GetOperatorOk returns a tuple with the Operator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArgTransformer) HasArgs ¶

func (o *ArgTransformer) HasArgs() bool

HasArgs returns a boolean if a field has been set.

func (*ArgTransformer) HasOperator ¶

func (o *ArgTransformer) HasOperator() bool

HasOperator returns a boolean if a field has been set.

func (ArgTransformer) MarshalJSON ¶

func (o ArgTransformer) MarshalJSON() ([]byte, error)

func (*ArgTransformer) SetArgs ¶

func (o *ArgTransformer) SetArgs(v map[string]OperatorArgument)

SetArgs gets a reference to the given map[string]OperatorArgument and assigns it to the Args field.

func (*ArgTransformer) SetOperator ¶

func (o *ArgTransformer) SetOperator(v string)

SetOperator gets a reference to the given string and assigns it to the Operator field.

type Argument ¶

type Argument struct {
	Auto         *string   `json:"auto,omitempty"`
	Default      *bool     `json:"default,omitempty"`
	DefaultValue *string   `json:"defaultValue,omitempty"`
	Deprecated   *bool     `json:"deprecated,omitempty"`
	Description  *string   `json:"description,omitempty"`
	IsArray      *bool     `json:"isArray,omitempty"`
	Name         *string   `json:"name,omitempty"`
	Predefined   *[]string `json:"predefined,omitempty"`
	Required     *bool     `json:"required,omitempty"`
	Secret       *bool     `json:"secret,omitempty"`
}

Argument Argument to a module command

func NewArgument ¶

func NewArgument() *Argument

NewArgument instantiates a new Argument 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 NewArgumentWithDefaults ¶

func NewArgumentWithDefaults() *Argument

NewArgumentWithDefaults instantiates a new Argument 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 (*Argument) GetAuto ¶

func (o *Argument) GetAuto() string

GetAuto returns the Auto field value if set, zero value otherwise.

func (*Argument) GetAutoOk ¶

func (o *Argument) GetAutoOk() (*string, bool)

GetAutoOk returns a tuple with the Auto field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Argument) GetDefault ¶

func (o *Argument) GetDefault() bool

GetDefault returns the Default field value if set, zero value otherwise.

func (*Argument) GetDefaultOk ¶

func (o *Argument) GetDefaultOk() (*bool, bool)

GetDefaultOk returns a tuple with the Default field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Argument) GetDefaultValue ¶

func (o *Argument) GetDefaultValue() string

GetDefaultValue returns the DefaultValue field value if set, zero value otherwise.

func (*Argument) GetDefaultValueOk ¶

func (o *Argument) GetDefaultValueOk() (*string, bool)

GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Argument) GetDeprecated ¶

func (o *Argument) GetDeprecated() bool

GetDeprecated returns the Deprecated field value if set, zero value otherwise.

func (*Argument) GetDeprecatedOk ¶

func (o *Argument) GetDeprecatedOk() (*bool, bool)

GetDeprecatedOk returns a tuple with the Deprecated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Argument) GetDescription ¶

func (o *Argument) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Argument) GetDescriptionOk ¶

func (o *Argument) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Argument) GetIsArray ¶

func (o *Argument) GetIsArray() bool

GetIsArray returns the IsArray field value if set, zero value otherwise.

func (*Argument) GetIsArrayOk ¶

func (o *Argument) GetIsArrayOk() (*bool, bool)

GetIsArrayOk returns a tuple with the IsArray field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Argument) GetName ¶

func (o *Argument) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Argument) GetNameOk ¶

func (o *Argument) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Argument) GetPredefined ¶

func (o *Argument) GetPredefined() []string

GetPredefined returns the Predefined field value if set, zero value otherwise.

func (*Argument) GetPredefinedOk ¶

func (o *Argument) GetPredefinedOk() (*[]string, bool)

GetPredefinedOk returns a tuple with the Predefined field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Argument) GetRequired ¶

func (o *Argument) GetRequired() bool

GetRequired returns the Required field value if set, zero value otherwise.

func (*Argument) GetRequiredOk ¶

func (o *Argument) GetRequiredOk() (*bool, bool)

GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Argument) GetSecret ¶

func (o *Argument) GetSecret() bool

GetSecret returns the Secret field value if set, zero value otherwise.

func (*Argument) GetSecretOk ¶

func (o *Argument) GetSecretOk() (*bool, bool)

GetSecretOk returns a tuple with the Secret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Argument) HasAuto ¶

func (o *Argument) HasAuto() bool

HasAuto returns a boolean if a field has been set.

func (*Argument) HasDefault ¶

func (o *Argument) HasDefault() bool

HasDefault returns a boolean if a field has been set.

func (*Argument) HasDefaultValue ¶

func (o *Argument) HasDefaultValue() bool

HasDefaultValue returns a boolean if a field has been set.

func (*Argument) HasDeprecated ¶

func (o *Argument) HasDeprecated() bool

HasDeprecated returns a boolean if a field has been set.

func (*Argument) HasDescription ¶

func (o *Argument) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Argument) HasIsArray ¶

func (o *Argument) HasIsArray() bool

HasIsArray returns a boolean if a field has been set.

func (*Argument) HasName ¶

func (o *Argument) HasName() bool

HasName returns a boolean if a field has been set.

func (*Argument) HasPredefined ¶

func (o *Argument) HasPredefined() bool

HasPredefined returns a boolean if a field has been set.

func (*Argument) HasRequired ¶

func (o *Argument) HasRequired() bool

HasRequired returns a boolean if a field has been set.

func (*Argument) HasSecret ¶

func (o *Argument) HasSecret() bool

HasSecret returns a boolean if a field has been set.

func (Argument) MarshalJSON ¶

func (o Argument) MarshalJSON() ([]byte, error)

func (*Argument) SetAuto ¶

func (o *Argument) SetAuto(v string)

SetAuto gets a reference to the given string and assigns it to the Auto field.

func (*Argument) SetDefault ¶

func (o *Argument) SetDefault(v bool)

SetDefault gets a reference to the given bool and assigns it to the Default field.

func (*Argument) SetDefaultValue ¶

func (o *Argument) SetDefaultValue(v string)

SetDefaultValue gets a reference to the given string and assigns it to the DefaultValue field.

func (*Argument) SetDeprecated ¶

func (o *Argument) SetDeprecated(v bool)

SetDeprecated gets a reference to the given bool and assigns it to the Deprecated field.

func (*Argument) SetDescription ¶

func (o *Argument) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*Argument) SetIsArray ¶

func (o *Argument) SetIsArray(v bool)

SetIsArray gets a reference to the given bool and assigns it to the IsArray field.

func (*Argument) SetName ¶

func (o *Argument) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*Argument) SetPredefined ¶

func (o *Argument) SetPredefined(v []string)

SetPredefined gets a reference to the given []string and assigns it to the Predefined field.

func (*Argument) SetRequired ¶

func (o *Argument) SetRequired(v bool)

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (*Argument) SetSecret ¶

func (o *Argument) SetSecret(v bool)

SetSecret gets a reference to the given bool and assigns it to the Secret field.

type ArrayPositions ¶ added in v0.2.4

type ArrayPositions struct {
	Items []int32
}

ArrayPositions struct for ArrayPositions

func NewArrayPositions ¶ added in v0.2.4

func NewArrayPositions() *ArrayPositions

NewArrayPositions instantiates a new ArrayPositions 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 NewArrayPositionsWithDefaults ¶ added in v0.2.4

func NewArrayPositionsWithDefaults() *ArrayPositions

NewArrayPositionsWithDefaults instantiates a new ArrayPositions 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 (ArrayPositions) MarshalJSON ¶ added in v0.2.4

func (o ArrayPositions) MarshalJSON() ([]byte, error)

func (*ArrayPositions) UnmarshalJSON ¶ added in v0.2.4

func (o *ArrayPositions) UnmarshalJSON(bytes []byte) (err error)

type Attachment ¶

type Attachment struct {
	Description   *string `json:"description,omitempty"`
	Name          *string `json:"name,omitempty"`
	Path          *string `json:"path,omitempty"`
	ShowMediaFile *bool   `json:"showMediaFile,omitempty"`
	Type          *string `json:"type,omitempty"`
}

Attachment struct for Attachment

func NewAttachment ¶

func NewAttachment() *Attachment

NewAttachment instantiates a new Attachment 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 NewAttachmentWithDefaults ¶

func NewAttachmentWithDefaults() *Attachment

NewAttachmentWithDefaults instantiates a new Attachment 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 (*Attachment) GetDescription ¶

func (o *Attachment) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Attachment) GetDescriptionOk ¶

func (o *Attachment) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Attachment) GetName ¶

func (o *Attachment) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Attachment) GetNameOk ¶

func (o *Attachment) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Attachment) GetPath ¶

func (o *Attachment) GetPath() string

GetPath returns the Path field value if set, zero value otherwise.

func (*Attachment) GetPathOk ¶

func (o *Attachment) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Attachment) GetShowMediaFile ¶

func (o *Attachment) GetShowMediaFile() bool

GetShowMediaFile returns the ShowMediaFile field value if set, zero value otherwise.

func (*Attachment) GetShowMediaFileOk ¶

func (o *Attachment) GetShowMediaFileOk() (*bool, bool)

GetShowMediaFileOk returns a tuple with the ShowMediaFile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Attachment) GetType ¶

func (o *Attachment) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Attachment) GetTypeOk ¶

func (o *Attachment) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Attachment) HasDescription ¶

func (o *Attachment) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Attachment) HasName ¶

func (o *Attachment) HasName() bool

HasName returns a boolean if a field has been set.

func (*Attachment) HasPath ¶

func (o *Attachment) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*Attachment) HasShowMediaFile ¶

func (o *Attachment) HasShowMediaFile() bool

HasShowMediaFile returns a boolean if a field has been set.

func (*Attachment) HasType ¶

func (o *Attachment) HasType() bool

HasType returns a boolean if a field has been set.

func (Attachment) MarshalJSON ¶

func (o Attachment) MarshalJSON() ([]byte, error)

func (*Attachment) SetDescription ¶

func (o *Attachment) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*Attachment) SetName ¶

func (o *Attachment) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*Attachment) SetPath ¶

func (o *Attachment) SetPath(v string)

SetPath gets a reference to the given string and assigns it to the Path field.

func (*Attachment) SetShowMediaFile ¶

func (o *Attachment) SetShowMediaFile(v bool)

SetShowMediaFile gets a reference to the given bool and assigns it to the ShowMediaFile field.

func (*Attachment) SetType ¶

func (o *Attachment) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type Audit ¶

type Audit struct {
	Action         *map[string]map[string]interface{} `json:"action,omitempty"`
	Highlight      *map[string][]string               `json:"highlight,omitempty"`
	Id             *string                            `json:"id,omitempty"`
	Identifier     *string                            `json:"identifier,omitempty"`
	Modified       *time.Time                         `json:"modified,omitempty"`
	NumericId      *int64                             `json:"numericId,omitempty"`
	Object         *string                            `json:"object,omitempty"`
	PrimaryTerm    *int64                             `json:"primaryTerm,omitempty"`
	SequenceNumber *int64                             `json:"sequenceNumber,omitempty"`
	SortValues     *[]string                          `json:"sortValues,omitempty"`
	Type           *string                            `json:"type,omitempty"`
	User           *string                            `json:"user,omitempty"`
	Version        *int64                             `json:"version,omitempty"`
}

Audit Audit holds the auditing details. This includes all common fields, the action in a string blob and the user who performed the action in a user struct.

func NewAudit ¶

func NewAudit() *Audit

NewAudit instantiates a new Audit 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 NewAuditWithDefaults ¶

func NewAuditWithDefaults() *Audit

NewAuditWithDefaults instantiates a new Audit 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 (*Audit) GetAction ¶

func (o *Audit) GetAction() map[string]map[string]interface{}

GetAction returns the Action field value if set, zero value otherwise.

func (*Audit) GetActionOk ¶

func (o *Audit) GetActionOk() (*map[string]map[string]interface{}, bool)

GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Audit) GetHighlight ¶

func (o *Audit) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*Audit) GetHighlightOk ¶

func (o *Audit) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Audit) GetId ¶

func (o *Audit) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Audit) GetIdOk ¶

func (o *Audit) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Audit) GetIdentifier ¶

func (o *Audit) GetIdentifier() string

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*Audit) GetIdentifierOk ¶

func (o *Audit) GetIdentifierOk() (*string, bool)

GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Audit) GetModified ¶

func (o *Audit) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*Audit) GetModifiedOk ¶

func (o *Audit) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Audit) GetNumericId ¶

func (o *Audit) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*Audit) GetNumericIdOk ¶

func (o *Audit) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Audit) GetObject ¶

func (o *Audit) GetObject() string

GetObject returns the Object field value if set, zero value otherwise.

func (*Audit) GetObjectOk ¶

func (o *Audit) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Audit) GetPrimaryTerm ¶

func (o *Audit) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*Audit) GetPrimaryTermOk ¶

func (o *Audit) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Audit) GetSequenceNumber ¶

func (o *Audit) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*Audit) GetSequenceNumberOk ¶

func (o *Audit) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Audit) GetSortValues ¶

func (o *Audit) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*Audit) GetSortValuesOk ¶

func (o *Audit) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Audit) GetType ¶

func (o *Audit) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Audit) GetTypeOk ¶

func (o *Audit) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Audit) GetUser ¶

func (o *Audit) GetUser() string

GetUser returns the User field value if set, zero value otherwise.

func (*Audit) GetUserOk ¶

func (o *Audit) GetUserOk() (*string, bool)

GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Audit) GetVersion ¶

func (o *Audit) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*Audit) GetVersionOk ¶

func (o *Audit) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Audit) HasAction ¶

func (o *Audit) HasAction() bool

HasAction returns a boolean if a field has been set.

func (*Audit) HasHighlight ¶

func (o *Audit) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*Audit) HasId ¶

func (o *Audit) HasId() bool

HasId returns a boolean if a field has been set.

func (*Audit) HasIdentifier ¶

func (o *Audit) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (*Audit) HasModified ¶

func (o *Audit) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*Audit) HasNumericId ¶

func (o *Audit) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*Audit) HasObject ¶

func (o *Audit) HasObject() bool

HasObject returns a boolean if a field has been set.

func (*Audit) HasPrimaryTerm ¶

func (o *Audit) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*Audit) HasSequenceNumber ¶

func (o *Audit) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*Audit) HasSortValues ¶

func (o *Audit) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*Audit) HasType ¶

func (o *Audit) HasType() bool

HasType returns a boolean if a field has been set.

func (*Audit) HasUser ¶

func (o *Audit) HasUser() bool

HasUser returns a boolean if a field has been set.

func (*Audit) HasVersion ¶

func (o *Audit) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (Audit) MarshalJSON ¶

func (o Audit) MarshalJSON() ([]byte, error)

func (*Audit) SetAction ¶

func (o *Audit) SetAction(v map[string]map[string]interface{})

SetAction gets a reference to the given map[string]map[string]interface{} and assigns it to the Action field.

func (*Audit) SetHighlight ¶

func (o *Audit) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*Audit) SetId ¶

func (o *Audit) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Audit) SetIdentifier ¶

func (o *Audit) SetIdentifier(v string)

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (*Audit) SetModified ¶

func (o *Audit) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*Audit) SetNumericId ¶

func (o *Audit) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*Audit) SetObject ¶

func (o *Audit) SetObject(v string)

SetObject gets a reference to the given string and assigns it to the Object field.

func (*Audit) SetPrimaryTerm ¶

func (o *Audit) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*Audit) SetSequenceNumber ¶

func (o *Audit) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*Audit) SetSortValues ¶

func (o *Audit) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*Audit) SetType ¶

func (o *Audit) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*Audit) SetUser ¶

func (o *Audit) SetUser(v string)

SetUser gets a reference to the given string and assigns it to the User field.

func (*Audit) SetVersion ¶

func (o *Audit) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

type AuditResult ¶

type AuditResult struct {
	Audits *[]Audit `json:"audits,omitempty"`
	Total  *int64   `json:"total,omitempty"`
}

AuditResult struct for AuditResult

func NewAuditResult ¶

func NewAuditResult() *AuditResult

NewAuditResult instantiates a new AuditResult 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 NewAuditResultWithDefaults ¶

func NewAuditResultWithDefaults() *AuditResult

NewAuditResultWithDefaults instantiates a new AuditResult 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 (*AuditResult) GetAudits ¶

func (o *AuditResult) GetAudits() []Audit

GetAudits returns the Audits field value if set, zero value otherwise.

func (*AuditResult) GetAuditsOk ¶

func (o *AuditResult) GetAuditsOk() (*[]Audit, bool)

GetAuditsOk returns a tuple with the Audits field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuditResult) GetTotal ¶

func (o *AuditResult) GetTotal() int64

GetTotal returns the Total field value if set, zero value otherwise.

func (*AuditResult) GetTotalOk ¶

func (o *AuditResult) GetTotalOk() (*int64, bool)

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuditResult) HasAudits ¶

func (o *AuditResult) HasAudits() bool

HasAudits returns a boolean if a field has been set.

func (*AuditResult) HasTotal ¶

func (o *AuditResult) HasTotal() bool

HasTotal returns a boolean if a field has been set.

func (AuditResult) MarshalJSON ¶

func (o AuditResult) MarshalJSON() ([]byte, error)

func (*AuditResult) SetAudits ¶

func (o *AuditResult) SetAudits(v []Audit)

SetAudits gets a reference to the given []Audit and assigns it to the Audits field.

func (*AuditResult) SetTotal ¶

func (o *AuditResult) SetTotal(v int64)

SetTotal gets a reference to the given int64 and assigns it to the Total field.

type AuthenticateOKBody ¶

type AuthenticateOKBody struct {
	// An opaque token used to authenticate a user after a successful login
	IdentityToken string `json:"IdentityToken"`
	// The status of the authentication
	Status string `json:"Status"`
}

AuthenticateOKBody AuthenticateOKBody authenticate o k body

func NewAuthenticateOKBody ¶

func NewAuthenticateOKBody(identityToken string, status string) *AuthenticateOKBody

NewAuthenticateOKBody instantiates a new AuthenticateOKBody 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 NewAuthenticateOKBodyWithDefaults ¶

func NewAuthenticateOKBodyWithDefaults() *AuthenticateOKBody

NewAuthenticateOKBodyWithDefaults instantiates a new AuthenticateOKBody 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 (*AuthenticateOKBody) GetIdentityToken ¶

func (o *AuthenticateOKBody) GetIdentityToken() string

GetIdentityToken returns the IdentityToken field value

func (*AuthenticateOKBody) GetIdentityTokenOk ¶

func (o *AuthenticateOKBody) GetIdentityTokenOk() (*string, bool)

GetIdentityTokenOk returns a tuple with the IdentityToken field value and a boolean to check if the value has been set.

func (*AuthenticateOKBody) GetStatus ¶

func (o *AuthenticateOKBody) GetStatus() string

GetStatus returns the Status field value

func (*AuthenticateOKBody) GetStatusOk ¶

func (o *AuthenticateOKBody) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (AuthenticateOKBody) MarshalJSON ¶

func (o AuthenticateOKBody) MarshalJSON() ([]byte, error)

func (*AuthenticateOKBody) SetIdentityToken ¶

func (o *AuthenticateOKBody) SetIdentityToken(v string)

SetIdentityToken sets field value

func (*AuthenticateOKBody) SetStatus ¶

func (o *AuthenticateOKBody) SetStatus(v string)

SetStatus sets field value

type AutomationScript ¶

type AutomationScript struct {
	AllRead       *bool       `json:"allRead,omitempty"`
	AllReadWrite  *bool       `json:"allReadWrite,omitempty"`
	Arguments     *[]Argument `json:"arguments,omitempty"`
	Comment       *string     `json:"comment,omitempty"`
	CommitMessage *string     `json:"commitMessage,omitempty"`
	ContextKeys   *[]string   `json:"contextKeys,omitempty"`
	// Who has created this event - relevant only for manual incidents
	DbotCreatedBy *string `json:"dbotCreatedBy,omitempty"`
	// This fields indicates which commands this script depends on
	DependsOn   *map[string][]string `json:"dependsOn,omitempty"`
	Deprecated  *bool                `json:"deprecated,omitempty"`
	Detached    *bool                `json:"detached,omitempty"`
	DockerImage *string              `json:"dockerImage,omitempty"`
	Enabled     *bool                `json:"enabled,omitempty"`
	// Engine that will run the script
	Engine *string `json:"engine,omitempty"`
	// EngineGroup that will run the script
	EngineGroup       *string `json:"engineGroup,omitempty"`
	FromServerVersion *string `json:"fromServerVersion,omitempty"`
	// Internal field to make queries on role faster
	HasRole               *bool                `json:"hasRole,omitempty"`
	Hidden                *bool                `json:"hidden,omitempty"`
	Highlight             *map[string][]string `json:"highlight,omitempty"`
	Id                    *string              `json:"id,omitempty"`
	Important             *[]Important         `json:"important,omitempty"`
	ItemVersion           *string              `json:"itemVersion,omitempty"`
	Locked                *bool                `json:"locked,omitempty"`
	Modified              *time.Time           `json:"modified,omitempty"`
	Name                  *string              `json:"name,omitempty"`
	NumericId             *int64               `json:"numericId,omitempty"`
	Outputs               *[]Output            `json:"outputs,omitempty"`
	PackID                *string              `json:"packID,omitempty"`
	PackPropagationLabels *[]string            `json:"packPropagationLabels,omitempty"`
	Polling               *bool                `json:"polling,omitempty"`
	PrevName              *string              `json:"prevName,omitempty"`
	PreviousAllRead       *bool                `json:"previousAllRead,omitempty"`
	PreviousAllReadWrite  *bool                `json:"previousAllReadWrite,omitempty"`
	// Do not change this field manually
	PreviousRoles     *[]string `json:"previousRoles,omitempty"`
	PrimaryTerm       *int64    `json:"primaryTerm,omitempty"`
	Private           *bool     `json:"private,omitempty"`
	PropagationLabels *[]string `json:"propagationLabels,omitempty"`
	Pswd              *string   `json:"pswd,omitempty"`
	RawTags           *[]string `json:"rawTags,omitempty"`
	// The role assigned to this investigation
	Roles   *[]string `json:"roles,omitempty"`
	RunAs   *string   `json:"runAs,omitempty"`
	RunOnce *bool     `json:"runOnce,omitempty"`
	Script  *string   `json:"script,omitempty"`
	// ScriptTarget represents the module where this script should run
	ScriptTarget   *int64    `json:"scriptTarget,omitempty"`
	SearchableName *string   `json:"searchableName,omitempty"`
	Sensitive      *bool     `json:"sensitive,omitempty"`
	SequenceNumber *int64    `json:"sequenceNumber,omitempty"`
	ShouldCommit   *bool     `json:"shouldCommit,omitempty"`
	SortValues     *[]string `json:"sortValues,omitempty"`
	SourceScripID  *string   `json:"sourceScripID,omitempty"`
	// ScriptSubType holds the script type version
	Subtype *string   `json:"subtype,omitempty"`
	System  *bool     `json:"system,omitempty"`
	Tags    *[]string `json:"tags,omitempty"`
	// A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
	Timeout         *int64  `json:"timeout,omitempty"`
	ToServerVersion *string `json:"toServerVersion,omitempty"`
	// ScriptType holds the type of a script
	Type                              *string   `json:"type,omitempty"`
	User                              *string   `json:"user,omitempty"`
	VcShouldIgnore                    *bool     `json:"vcShouldIgnore,omitempty"`
	VcShouldKeepItemLegacyProdMachine *bool     `json:"vcShouldKeepItemLegacyProdMachine,omitempty"`
	Version                           *int64    `json:"version,omitempty"`
	VisualScript                      *string   `json:"visualScript,omitempty"`
	XsoarHasReadOnlyRole              *bool     `json:"xsoarHasReadOnlyRole,omitempty"`
	XsoarPreviousReadOnlyRoles        *[]string `json:"xsoarPreviousReadOnlyRoles,omitempty"`
	XsoarReadOnlyRoles                *[]string `json:"xsoarReadOnlyRoles,omitempty"`
}

AutomationScript AutomationScript represents a script that will run on the system

func NewAutomationScript ¶

func NewAutomationScript() *AutomationScript

NewAutomationScript instantiates a new AutomationScript 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 NewAutomationScriptWithDefaults ¶

func NewAutomationScriptWithDefaults() *AutomationScript

NewAutomationScriptWithDefaults instantiates a new AutomationScript 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 (*AutomationScript) GetAllRead ¶

func (o *AutomationScript) GetAllRead() bool

GetAllRead returns the AllRead field value if set, zero value otherwise.

func (*AutomationScript) GetAllReadOk ¶

func (o *AutomationScript) GetAllReadOk() (*bool, bool)

GetAllReadOk returns a tuple with the AllRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetAllReadWrite ¶

func (o *AutomationScript) GetAllReadWrite() bool

GetAllReadWrite returns the AllReadWrite field value if set, zero value otherwise.

func (*AutomationScript) GetAllReadWriteOk ¶

func (o *AutomationScript) GetAllReadWriteOk() (*bool, bool)

GetAllReadWriteOk returns a tuple with the AllReadWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetArguments ¶

func (o *AutomationScript) GetArguments() []Argument

GetArguments returns the Arguments field value if set, zero value otherwise.

func (*AutomationScript) GetArgumentsOk ¶

func (o *AutomationScript) GetArgumentsOk() (*[]Argument, bool)

GetArgumentsOk returns a tuple with the Arguments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetComment ¶

func (o *AutomationScript) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*AutomationScript) GetCommentOk ¶

func (o *AutomationScript) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetCommitMessage ¶

func (o *AutomationScript) GetCommitMessage() string

GetCommitMessage returns the CommitMessage field value if set, zero value otherwise.

func (*AutomationScript) GetCommitMessageOk ¶

func (o *AutomationScript) GetCommitMessageOk() (*string, bool)

GetCommitMessageOk returns a tuple with the CommitMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetContextKeys ¶

func (o *AutomationScript) GetContextKeys() []string

GetContextKeys returns the ContextKeys field value if set, zero value otherwise.

func (*AutomationScript) GetContextKeysOk ¶

func (o *AutomationScript) GetContextKeysOk() (*[]string, bool)

GetContextKeysOk returns a tuple with the ContextKeys field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetDbotCreatedBy ¶

func (o *AutomationScript) GetDbotCreatedBy() string

GetDbotCreatedBy returns the DbotCreatedBy field value if set, zero value otherwise.

func (*AutomationScript) GetDbotCreatedByOk ¶

func (o *AutomationScript) GetDbotCreatedByOk() (*string, bool)

GetDbotCreatedByOk returns a tuple with the DbotCreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetDependsOn ¶

func (o *AutomationScript) GetDependsOn() map[string][]string

GetDependsOn returns the DependsOn field value if set, zero value otherwise.

func (*AutomationScript) GetDependsOnOk ¶

func (o *AutomationScript) GetDependsOnOk() (*map[string][]string, bool)

GetDependsOnOk returns a tuple with the DependsOn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetDeprecated ¶

func (o *AutomationScript) GetDeprecated() bool

GetDeprecated returns the Deprecated field value if set, zero value otherwise.

func (*AutomationScript) GetDeprecatedOk ¶

func (o *AutomationScript) GetDeprecatedOk() (*bool, bool)

GetDeprecatedOk returns a tuple with the Deprecated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetDetached ¶

func (o *AutomationScript) GetDetached() bool

GetDetached returns the Detached field value if set, zero value otherwise.

func (*AutomationScript) GetDetachedOk ¶

func (o *AutomationScript) GetDetachedOk() (*bool, bool)

GetDetachedOk returns a tuple with the Detached field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetDockerImage ¶

func (o *AutomationScript) GetDockerImage() string

GetDockerImage returns the DockerImage field value if set, zero value otherwise.

func (*AutomationScript) GetDockerImageOk ¶

func (o *AutomationScript) GetDockerImageOk() (*string, bool)

GetDockerImageOk returns a tuple with the DockerImage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetEnabled ¶

func (o *AutomationScript) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*AutomationScript) GetEnabledOk ¶

func (o *AutomationScript) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetEngine ¶

func (o *AutomationScript) GetEngine() string

GetEngine returns the Engine field value if set, zero value otherwise.

func (*AutomationScript) GetEngineGroup ¶

func (o *AutomationScript) GetEngineGroup() string

GetEngineGroup returns the EngineGroup field value if set, zero value otherwise.

func (*AutomationScript) GetEngineGroupOk ¶

func (o *AutomationScript) GetEngineGroupOk() (*string, bool)

GetEngineGroupOk returns a tuple with the EngineGroup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetEngineOk ¶

func (o *AutomationScript) GetEngineOk() (*string, bool)

GetEngineOk returns a tuple with the Engine field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetFromServerVersion ¶

func (o *AutomationScript) GetFromServerVersion() string

GetFromServerVersion returns the FromServerVersion field value if set, zero value otherwise.

func (*AutomationScript) GetFromServerVersionOk ¶

func (o *AutomationScript) GetFromServerVersionOk() (*string, bool)

GetFromServerVersionOk returns a tuple with the FromServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetHasRole ¶

func (o *AutomationScript) GetHasRole() bool

GetHasRole returns the HasRole field value if set, zero value otherwise.

func (*AutomationScript) GetHasRoleOk ¶

func (o *AutomationScript) GetHasRoleOk() (*bool, bool)

GetHasRoleOk returns a tuple with the HasRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetHidden ¶

func (o *AutomationScript) GetHidden() bool

GetHidden returns the Hidden field value if set, zero value otherwise.

func (*AutomationScript) GetHiddenOk ¶

func (o *AutomationScript) GetHiddenOk() (*bool, bool)

GetHiddenOk returns a tuple with the Hidden field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetHighlight ¶

func (o *AutomationScript) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*AutomationScript) GetHighlightOk ¶

func (o *AutomationScript) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetId ¶

func (o *AutomationScript) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*AutomationScript) GetIdOk ¶

func (o *AutomationScript) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetImportant ¶

func (o *AutomationScript) GetImportant() []Important

GetImportant returns the Important field value if set, zero value otherwise.

func (*AutomationScript) GetImportantOk ¶

func (o *AutomationScript) GetImportantOk() (*[]Important, bool)

GetImportantOk returns a tuple with the Important field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetItemVersion ¶

func (o *AutomationScript) GetItemVersion() string

GetItemVersion returns the ItemVersion field value if set, zero value otherwise.

func (*AutomationScript) GetItemVersionOk ¶

func (o *AutomationScript) GetItemVersionOk() (*string, bool)

GetItemVersionOk returns a tuple with the ItemVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetLocked ¶

func (o *AutomationScript) GetLocked() bool

GetLocked returns the Locked field value if set, zero value otherwise.

func (*AutomationScript) GetLockedOk ¶

func (o *AutomationScript) GetLockedOk() (*bool, bool)

GetLockedOk returns a tuple with the Locked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetModified ¶

func (o *AutomationScript) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*AutomationScript) GetModifiedOk ¶

func (o *AutomationScript) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetName ¶

func (o *AutomationScript) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*AutomationScript) GetNameOk ¶

func (o *AutomationScript) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetNumericId ¶

func (o *AutomationScript) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*AutomationScript) GetNumericIdOk ¶

func (o *AutomationScript) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetOutputs ¶

func (o *AutomationScript) GetOutputs() []Output

GetOutputs returns the Outputs field value if set, zero value otherwise.

func (*AutomationScript) GetOutputsOk ¶

func (o *AutomationScript) GetOutputsOk() (*[]Output, bool)

GetOutputsOk returns a tuple with the Outputs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetPackID ¶

func (o *AutomationScript) GetPackID() string

GetPackID returns the PackID field value if set, zero value otherwise.

func (*AutomationScript) GetPackIDOk ¶

func (o *AutomationScript) GetPackIDOk() (*string, bool)

GetPackIDOk returns a tuple with the PackID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetPackPropagationLabels ¶

func (o *AutomationScript) GetPackPropagationLabels() []string

GetPackPropagationLabels returns the PackPropagationLabels field value if set, zero value otherwise.

func (*AutomationScript) GetPackPropagationLabelsOk ¶

func (o *AutomationScript) GetPackPropagationLabelsOk() (*[]string, bool)

GetPackPropagationLabelsOk returns a tuple with the PackPropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetPolling ¶

func (o *AutomationScript) GetPolling() bool

GetPolling returns the Polling field value if set, zero value otherwise.

func (*AutomationScript) GetPollingOk ¶

func (o *AutomationScript) GetPollingOk() (*bool, bool)

GetPollingOk returns a tuple with the Polling field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetPrevName ¶

func (o *AutomationScript) GetPrevName() string

GetPrevName returns the PrevName field value if set, zero value otherwise.

func (*AutomationScript) GetPrevNameOk ¶

func (o *AutomationScript) GetPrevNameOk() (*string, bool)

GetPrevNameOk returns a tuple with the PrevName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetPreviousAllRead ¶

func (o *AutomationScript) GetPreviousAllRead() bool

GetPreviousAllRead returns the PreviousAllRead field value if set, zero value otherwise.

func (*AutomationScript) GetPreviousAllReadOk ¶

func (o *AutomationScript) GetPreviousAllReadOk() (*bool, bool)

GetPreviousAllReadOk returns a tuple with the PreviousAllRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetPreviousAllReadWrite ¶

func (o *AutomationScript) GetPreviousAllReadWrite() bool

GetPreviousAllReadWrite returns the PreviousAllReadWrite field value if set, zero value otherwise.

func (*AutomationScript) GetPreviousAllReadWriteOk ¶

func (o *AutomationScript) GetPreviousAllReadWriteOk() (*bool, bool)

GetPreviousAllReadWriteOk returns a tuple with the PreviousAllReadWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetPreviousRoles ¶

func (o *AutomationScript) GetPreviousRoles() []string

GetPreviousRoles returns the PreviousRoles field value if set, zero value otherwise.

func (*AutomationScript) GetPreviousRolesOk ¶

func (o *AutomationScript) GetPreviousRolesOk() (*[]string, bool)

GetPreviousRolesOk returns a tuple with the PreviousRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetPrimaryTerm ¶

func (o *AutomationScript) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*AutomationScript) GetPrimaryTermOk ¶

func (o *AutomationScript) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetPrivate ¶

func (o *AutomationScript) GetPrivate() bool

GetPrivate returns the Private field value if set, zero value otherwise.

func (*AutomationScript) GetPrivateOk ¶

func (o *AutomationScript) GetPrivateOk() (*bool, bool)

GetPrivateOk returns a tuple with the Private field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetPropagationLabels ¶

func (o *AutomationScript) GetPropagationLabels() []string

GetPropagationLabels returns the PropagationLabels field value if set, zero value otherwise.

func (*AutomationScript) GetPropagationLabelsOk ¶

func (o *AutomationScript) GetPropagationLabelsOk() (*[]string, bool)

GetPropagationLabelsOk returns a tuple with the PropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetPswd ¶

func (o *AutomationScript) GetPswd() string

GetPswd returns the Pswd field value if set, zero value otherwise.

func (*AutomationScript) GetPswdOk ¶

func (o *AutomationScript) GetPswdOk() (*string, bool)

GetPswdOk returns a tuple with the Pswd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetRawTags ¶

func (o *AutomationScript) GetRawTags() []string

GetRawTags returns the RawTags field value if set, zero value otherwise.

func (*AutomationScript) GetRawTagsOk ¶

func (o *AutomationScript) GetRawTagsOk() (*[]string, bool)

GetRawTagsOk returns a tuple with the RawTags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetRoles ¶

func (o *AutomationScript) GetRoles() []string

GetRoles returns the Roles field value if set, zero value otherwise.

func (*AutomationScript) GetRolesOk ¶

func (o *AutomationScript) GetRolesOk() (*[]string, bool)

GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetRunAs ¶

func (o *AutomationScript) GetRunAs() string

GetRunAs returns the RunAs field value if set, zero value otherwise.

func (*AutomationScript) GetRunAsOk ¶

func (o *AutomationScript) GetRunAsOk() (*string, bool)

GetRunAsOk returns a tuple with the RunAs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetRunOnce ¶

func (o *AutomationScript) GetRunOnce() bool

GetRunOnce returns the RunOnce field value if set, zero value otherwise.

func (*AutomationScript) GetRunOnceOk ¶

func (o *AutomationScript) GetRunOnceOk() (*bool, bool)

GetRunOnceOk returns a tuple with the RunOnce field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetScript ¶

func (o *AutomationScript) GetScript() string

GetScript returns the Script field value if set, zero value otherwise.

func (*AutomationScript) GetScriptOk ¶

func (o *AutomationScript) GetScriptOk() (*string, bool)

GetScriptOk returns a tuple with the Script field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetScriptTarget ¶

func (o *AutomationScript) GetScriptTarget() int64

GetScriptTarget returns the ScriptTarget field value if set, zero value otherwise.

func (*AutomationScript) GetScriptTargetOk ¶

func (o *AutomationScript) GetScriptTargetOk() (*int64, bool)

GetScriptTargetOk returns a tuple with the ScriptTarget field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetSearchableName ¶

func (o *AutomationScript) GetSearchableName() string

GetSearchableName returns the SearchableName field value if set, zero value otherwise.

func (*AutomationScript) GetSearchableNameOk ¶

func (o *AutomationScript) GetSearchableNameOk() (*string, bool)

GetSearchableNameOk returns a tuple with the SearchableName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetSensitive ¶

func (o *AutomationScript) GetSensitive() bool

GetSensitive returns the Sensitive field value if set, zero value otherwise.

func (*AutomationScript) GetSensitiveOk ¶

func (o *AutomationScript) GetSensitiveOk() (*bool, bool)

GetSensitiveOk returns a tuple with the Sensitive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetSequenceNumber ¶

func (o *AutomationScript) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*AutomationScript) GetSequenceNumberOk ¶

func (o *AutomationScript) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetShouldCommit ¶

func (o *AutomationScript) GetShouldCommit() bool

GetShouldCommit returns the ShouldCommit field value if set, zero value otherwise.

func (*AutomationScript) GetShouldCommitOk ¶

func (o *AutomationScript) GetShouldCommitOk() (*bool, bool)

GetShouldCommitOk returns a tuple with the ShouldCommit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetSortValues ¶

func (o *AutomationScript) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*AutomationScript) GetSortValuesOk ¶

func (o *AutomationScript) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetSourceScripID ¶

func (o *AutomationScript) GetSourceScripID() string

GetSourceScripID returns the SourceScripID field value if set, zero value otherwise.

func (*AutomationScript) GetSourceScripIDOk ¶

func (o *AutomationScript) GetSourceScripIDOk() (*string, bool)

GetSourceScripIDOk returns a tuple with the SourceScripID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetSubtype ¶

func (o *AutomationScript) GetSubtype() string

GetSubtype returns the Subtype field value if set, zero value otherwise.

func (*AutomationScript) GetSubtypeOk ¶

func (o *AutomationScript) GetSubtypeOk() (*string, bool)

GetSubtypeOk returns a tuple with the Subtype field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetSystem ¶

func (o *AutomationScript) GetSystem() bool

GetSystem returns the System field value if set, zero value otherwise.

func (*AutomationScript) GetSystemOk ¶

func (o *AutomationScript) GetSystemOk() (*bool, bool)

GetSystemOk returns a tuple with the System field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetTags ¶

func (o *AutomationScript) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*AutomationScript) GetTagsOk ¶

func (o *AutomationScript) GetTagsOk() (*[]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetTimeout ¶

func (o *AutomationScript) GetTimeout() int64

GetTimeout returns the Timeout field value if set, zero value otherwise.

func (*AutomationScript) GetTimeoutOk ¶

func (o *AutomationScript) GetTimeoutOk() (*int64, bool)

GetTimeoutOk returns a tuple with the Timeout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetToServerVersion ¶

func (o *AutomationScript) GetToServerVersion() string

GetToServerVersion returns the ToServerVersion field value if set, zero value otherwise.

func (*AutomationScript) GetToServerVersionOk ¶

func (o *AutomationScript) GetToServerVersionOk() (*string, bool)

GetToServerVersionOk returns a tuple with the ToServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetType ¶

func (o *AutomationScript) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*AutomationScript) GetTypeOk ¶

func (o *AutomationScript) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetUser ¶

func (o *AutomationScript) GetUser() string

GetUser returns the User field value if set, zero value otherwise.

func (*AutomationScript) GetUserOk ¶

func (o *AutomationScript) GetUserOk() (*string, bool)

GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetVcShouldIgnore ¶

func (o *AutomationScript) GetVcShouldIgnore() bool

GetVcShouldIgnore returns the VcShouldIgnore field value if set, zero value otherwise.

func (*AutomationScript) GetVcShouldIgnoreOk ¶

func (o *AutomationScript) GetVcShouldIgnoreOk() (*bool, bool)

GetVcShouldIgnoreOk returns a tuple with the VcShouldIgnore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetVcShouldKeepItemLegacyProdMachine ¶

func (o *AutomationScript) GetVcShouldKeepItemLegacyProdMachine() bool

GetVcShouldKeepItemLegacyProdMachine returns the VcShouldKeepItemLegacyProdMachine field value if set, zero value otherwise.

func (*AutomationScript) GetVcShouldKeepItemLegacyProdMachineOk ¶

func (o *AutomationScript) GetVcShouldKeepItemLegacyProdMachineOk() (*bool, bool)

GetVcShouldKeepItemLegacyProdMachineOk returns a tuple with the VcShouldKeepItemLegacyProdMachine field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetVersion ¶

func (o *AutomationScript) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*AutomationScript) GetVersionOk ¶

func (o *AutomationScript) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetVisualScript ¶

func (o *AutomationScript) GetVisualScript() string

GetVisualScript returns the VisualScript field value if set, zero value otherwise.

func (*AutomationScript) GetVisualScriptOk ¶

func (o *AutomationScript) GetVisualScriptOk() (*string, bool)

GetVisualScriptOk returns a tuple with the VisualScript field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetXsoarHasReadOnlyRole ¶

func (o *AutomationScript) GetXsoarHasReadOnlyRole() bool

GetXsoarHasReadOnlyRole returns the XsoarHasReadOnlyRole field value if set, zero value otherwise.

func (*AutomationScript) GetXsoarHasReadOnlyRoleOk ¶

func (o *AutomationScript) GetXsoarHasReadOnlyRoleOk() (*bool, bool)

GetXsoarHasReadOnlyRoleOk returns a tuple with the XsoarHasReadOnlyRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetXsoarPreviousReadOnlyRoles ¶

func (o *AutomationScript) GetXsoarPreviousReadOnlyRoles() []string

GetXsoarPreviousReadOnlyRoles returns the XsoarPreviousReadOnlyRoles field value if set, zero value otherwise.

func (*AutomationScript) GetXsoarPreviousReadOnlyRolesOk ¶

func (o *AutomationScript) GetXsoarPreviousReadOnlyRolesOk() (*[]string, bool)

GetXsoarPreviousReadOnlyRolesOk returns a tuple with the XsoarPreviousReadOnlyRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) GetXsoarReadOnlyRoles ¶

func (o *AutomationScript) GetXsoarReadOnlyRoles() []string

GetXsoarReadOnlyRoles returns the XsoarReadOnlyRoles field value if set, zero value otherwise.

func (*AutomationScript) GetXsoarReadOnlyRolesOk ¶

func (o *AutomationScript) GetXsoarReadOnlyRolesOk() (*[]string, bool)

GetXsoarReadOnlyRolesOk returns a tuple with the XsoarReadOnlyRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScript) HasAllRead ¶

func (o *AutomationScript) HasAllRead() bool

HasAllRead returns a boolean if a field has been set.

func (*AutomationScript) HasAllReadWrite ¶

func (o *AutomationScript) HasAllReadWrite() bool

HasAllReadWrite returns a boolean if a field has been set.

func (*AutomationScript) HasArguments ¶

func (o *AutomationScript) HasArguments() bool

HasArguments returns a boolean if a field has been set.

func (*AutomationScript) HasComment ¶

func (o *AutomationScript) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*AutomationScript) HasCommitMessage ¶

func (o *AutomationScript) HasCommitMessage() bool

HasCommitMessage returns a boolean if a field has been set.

func (*AutomationScript) HasContextKeys ¶

func (o *AutomationScript) HasContextKeys() bool

HasContextKeys returns a boolean if a field has been set.

func (*AutomationScript) HasDbotCreatedBy ¶

func (o *AutomationScript) HasDbotCreatedBy() bool

HasDbotCreatedBy returns a boolean if a field has been set.

func (*AutomationScript) HasDependsOn ¶

func (o *AutomationScript) HasDependsOn() bool

HasDependsOn returns a boolean if a field has been set.

func (*AutomationScript) HasDeprecated ¶

func (o *AutomationScript) HasDeprecated() bool

HasDeprecated returns a boolean if a field has been set.

func (*AutomationScript) HasDetached ¶

func (o *AutomationScript) HasDetached() bool

HasDetached returns a boolean if a field has been set.

func (*AutomationScript) HasDockerImage ¶

func (o *AutomationScript) HasDockerImage() bool

HasDockerImage returns a boolean if a field has been set.

func (*AutomationScript) HasEnabled ¶

func (o *AutomationScript) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*AutomationScript) HasEngine ¶

func (o *AutomationScript) HasEngine() bool

HasEngine returns a boolean if a field has been set.

func (*AutomationScript) HasEngineGroup ¶

func (o *AutomationScript) HasEngineGroup() bool

HasEngineGroup returns a boolean if a field has been set.

func (*AutomationScript) HasFromServerVersion ¶

func (o *AutomationScript) HasFromServerVersion() bool

HasFromServerVersion returns a boolean if a field has been set.

func (*AutomationScript) HasHasRole ¶

func (o *AutomationScript) HasHasRole() bool

HasHasRole returns a boolean if a field has been set.

func (*AutomationScript) HasHidden ¶

func (o *AutomationScript) HasHidden() bool

HasHidden returns a boolean if a field has been set.

func (*AutomationScript) HasHighlight ¶

func (o *AutomationScript) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*AutomationScript) HasId ¶

func (o *AutomationScript) HasId() bool

HasId returns a boolean if a field has been set.

func (*AutomationScript) HasImportant ¶

func (o *AutomationScript) HasImportant() bool

HasImportant returns a boolean if a field has been set.

func (*AutomationScript) HasItemVersion ¶

func (o *AutomationScript) HasItemVersion() bool

HasItemVersion returns a boolean if a field has been set.

func (*AutomationScript) HasLocked ¶

func (o *AutomationScript) HasLocked() bool

HasLocked returns a boolean if a field has been set.

func (*AutomationScript) HasModified ¶

func (o *AutomationScript) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*AutomationScript) HasName ¶

func (o *AutomationScript) HasName() bool

HasName returns a boolean if a field has been set.

func (*AutomationScript) HasNumericId ¶

func (o *AutomationScript) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*AutomationScript) HasOutputs ¶

func (o *AutomationScript) HasOutputs() bool

HasOutputs returns a boolean if a field has been set.

func (*AutomationScript) HasPackID ¶

func (o *AutomationScript) HasPackID() bool

HasPackID returns a boolean if a field has been set.

func (*AutomationScript) HasPackPropagationLabels ¶

func (o *AutomationScript) HasPackPropagationLabels() bool

HasPackPropagationLabels returns a boolean if a field has been set.

func (*AutomationScript) HasPolling ¶

func (o *AutomationScript) HasPolling() bool

HasPolling returns a boolean if a field has been set.

func (*AutomationScript) HasPrevName ¶

func (o *AutomationScript) HasPrevName() bool

HasPrevName returns a boolean if a field has been set.

func (*AutomationScript) HasPreviousAllRead ¶

func (o *AutomationScript) HasPreviousAllRead() bool

HasPreviousAllRead returns a boolean if a field has been set.

func (*AutomationScript) HasPreviousAllReadWrite ¶

func (o *AutomationScript) HasPreviousAllReadWrite() bool

HasPreviousAllReadWrite returns a boolean if a field has been set.

func (*AutomationScript) HasPreviousRoles ¶

func (o *AutomationScript) HasPreviousRoles() bool

HasPreviousRoles returns a boolean if a field has been set.

func (*AutomationScript) HasPrimaryTerm ¶

func (o *AutomationScript) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*AutomationScript) HasPrivate ¶

func (o *AutomationScript) HasPrivate() bool

HasPrivate returns a boolean if a field has been set.

func (*AutomationScript) HasPropagationLabels ¶

func (o *AutomationScript) HasPropagationLabels() bool

HasPropagationLabels returns a boolean if a field has been set.

func (*AutomationScript) HasPswd ¶

func (o *AutomationScript) HasPswd() bool

HasPswd returns a boolean if a field has been set.

func (*AutomationScript) HasRawTags ¶

func (o *AutomationScript) HasRawTags() bool

HasRawTags returns a boolean if a field has been set.

func (*AutomationScript) HasRoles ¶

func (o *AutomationScript) HasRoles() bool

HasRoles returns a boolean if a field has been set.

func (*AutomationScript) HasRunAs ¶

func (o *AutomationScript) HasRunAs() bool

HasRunAs returns a boolean if a field has been set.

func (*AutomationScript) HasRunOnce ¶

func (o *AutomationScript) HasRunOnce() bool

HasRunOnce returns a boolean if a field has been set.

func (*AutomationScript) HasScript ¶

func (o *AutomationScript) HasScript() bool

HasScript returns a boolean if a field has been set.

func (*AutomationScript) HasScriptTarget ¶

func (o *AutomationScript) HasScriptTarget() bool

HasScriptTarget returns a boolean if a field has been set.

func (*AutomationScript) HasSearchableName ¶

func (o *AutomationScript) HasSearchableName() bool

HasSearchableName returns a boolean if a field has been set.

func (*AutomationScript) HasSensitive ¶

func (o *AutomationScript) HasSensitive() bool

HasSensitive returns a boolean if a field has been set.

func (*AutomationScript) HasSequenceNumber ¶

func (o *AutomationScript) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*AutomationScript) HasShouldCommit ¶

func (o *AutomationScript) HasShouldCommit() bool

HasShouldCommit returns a boolean if a field has been set.

func (*AutomationScript) HasSortValues ¶

func (o *AutomationScript) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*AutomationScript) HasSourceScripID ¶

func (o *AutomationScript) HasSourceScripID() bool

HasSourceScripID returns a boolean if a field has been set.

func (*AutomationScript) HasSubtype ¶

func (o *AutomationScript) HasSubtype() bool

HasSubtype returns a boolean if a field has been set.

func (*AutomationScript) HasSystem ¶

func (o *AutomationScript) HasSystem() bool

HasSystem returns a boolean if a field has been set.

func (*AutomationScript) HasTags ¶

func (o *AutomationScript) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*AutomationScript) HasTimeout ¶

func (o *AutomationScript) HasTimeout() bool

HasTimeout returns a boolean if a field has been set.

func (*AutomationScript) HasToServerVersion ¶

func (o *AutomationScript) HasToServerVersion() bool

HasToServerVersion returns a boolean if a field has been set.

func (*AutomationScript) HasType ¶

func (o *AutomationScript) HasType() bool

HasType returns a boolean if a field has been set.

func (*AutomationScript) HasUser ¶

func (o *AutomationScript) HasUser() bool

HasUser returns a boolean if a field has been set.

func (*AutomationScript) HasVcShouldIgnore ¶

func (o *AutomationScript) HasVcShouldIgnore() bool

HasVcShouldIgnore returns a boolean if a field has been set.

func (*AutomationScript) HasVcShouldKeepItemLegacyProdMachine ¶

func (o *AutomationScript) HasVcShouldKeepItemLegacyProdMachine() bool

HasVcShouldKeepItemLegacyProdMachine returns a boolean if a field has been set.

func (*AutomationScript) HasVersion ¶

func (o *AutomationScript) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (*AutomationScript) HasVisualScript ¶

func (o *AutomationScript) HasVisualScript() bool

HasVisualScript returns a boolean if a field has been set.

func (*AutomationScript) HasXsoarHasReadOnlyRole ¶

func (o *AutomationScript) HasXsoarHasReadOnlyRole() bool

HasXsoarHasReadOnlyRole returns a boolean if a field has been set.

func (*AutomationScript) HasXsoarPreviousReadOnlyRoles ¶

func (o *AutomationScript) HasXsoarPreviousReadOnlyRoles() bool

HasXsoarPreviousReadOnlyRoles returns a boolean if a field has been set.

func (*AutomationScript) HasXsoarReadOnlyRoles ¶

func (o *AutomationScript) HasXsoarReadOnlyRoles() bool

HasXsoarReadOnlyRoles returns a boolean if a field has been set.

func (AutomationScript) MarshalJSON ¶

func (o AutomationScript) MarshalJSON() ([]byte, error)

func (*AutomationScript) SetAllRead ¶

func (o *AutomationScript) SetAllRead(v bool)

SetAllRead gets a reference to the given bool and assigns it to the AllRead field.

func (*AutomationScript) SetAllReadWrite ¶

func (o *AutomationScript) SetAllReadWrite(v bool)

SetAllReadWrite gets a reference to the given bool and assigns it to the AllReadWrite field.

func (*AutomationScript) SetArguments ¶

func (o *AutomationScript) SetArguments(v []Argument)

SetArguments gets a reference to the given []Argument and assigns it to the Arguments field.

func (*AutomationScript) SetComment ¶

func (o *AutomationScript) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*AutomationScript) SetCommitMessage ¶

func (o *AutomationScript) SetCommitMessage(v string)

SetCommitMessage gets a reference to the given string and assigns it to the CommitMessage field.

func (*AutomationScript) SetContextKeys ¶

func (o *AutomationScript) SetContextKeys(v []string)

SetContextKeys gets a reference to the given []string and assigns it to the ContextKeys field.

func (*AutomationScript) SetDbotCreatedBy ¶

func (o *AutomationScript) SetDbotCreatedBy(v string)

SetDbotCreatedBy gets a reference to the given string and assigns it to the DbotCreatedBy field.

func (*AutomationScript) SetDependsOn ¶

func (o *AutomationScript) SetDependsOn(v map[string][]string)

SetDependsOn gets a reference to the given map[string][]string and assigns it to the DependsOn field.

func (*AutomationScript) SetDeprecated ¶

func (o *AutomationScript) SetDeprecated(v bool)

SetDeprecated gets a reference to the given bool and assigns it to the Deprecated field.

func (*AutomationScript) SetDetached ¶

func (o *AutomationScript) SetDetached(v bool)

SetDetached gets a reference to the given bool and assigns it to the Detached field.

func (*AutomationScript) SetDockerImage ¶

func (o *AutomationScript) SetDockerImage(v string)

SetDockerImage gets a reference to the given string and assigns it to the DockerImage field.

func (*AutomationScript) SetEnabled ¶

func (o *AutomationScript) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*AutomationScript) SetEngine ¶

func (o *AutomationScript) SetEngine(v string)

SetEngine gets a reference to the given string and assigns it to the Engine field.

func (*AutomationScript) SetEngineGroup ¶

func (o *AutomationScript) SetEngineGroup(v string)

SetEngineGroup gets a reference to the given string and assigns it to the EngineGroup field.

func (*AutomationScript) SetFromServerVersion ¶

func (o *AutomationScript) SetFromServerVersion(v string)

SetFromServerVersion gets a reference to the given string and assigns it to the FromServerVersion field.

func (*AutomationScript) SetHasRole ¶

func (o *AutomationScript) SetHasRole(v bool)

SetHasRole gets a reference to the given bool and assigns it to the HasRole field.

func (*AutomationScript) SetHidden ¶

func (o *AutomationScript) SetHidden(v bool)

SetHidden gets a reference to the given bool and assigns it to the Hidden field.

func (*AutomationScript) SetHighlight ¶

func (o *AutomationScript) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*AutomationScript) SetId ¶

func (o *AutomationScript) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*AutomationScript) SetImportant ¶

func (o *AutomationScript) SetImportant(v []Important)

SetImportant gets a reference to the given []Important and assigns it to the Important field.

func (*AutomationScript) SetItemVersion ¶

func (o *AutomationScript) SetItemVersion(v string)

SetItemVersion gets a reference to the given string and assigns it to the ItemVersion field.

func (*AutomationScript) SetLocked ¶

func (o *AutomationScript) SetLocked(v bool)

SetLocked gets a reference to the given bool and assigns it to the Locked field.

func (*AutomationScript) SetModified ¶

func (o *AutomationScript) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*AutomationScript) SetName ¶

func (o *AutomationScript) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*AutomationScript) SetNumericId ¶

func (o *AutomationScript) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*AutomationScript) SetOutputs ¶

func (o *AutomationScript) SetOutputs(v []Output)

SetOutputs gets a reference to the given []Output and assigns it to the Outputs field.

func (*AutomationScript) SetPackID ¶

func (o *AutomationScript) SetPackID(v string)

SetPackID gets a reference to the given string and assigns it to the PackID field.

func (*AutomationScript) SetPackPropagationLabels ¶

func (o *AutomationScript) SetPackPropagationLabels(v []string)

SetPackPropagationLabels gets a reference to the given []string and assigns it to the PackPropagationLabels field.

func (*AutomationScript) SetPolling ¶

func (o *AutomationScript) SetPolling(v bool)

SetPolling gets a reference to the given bool and assigns it to the Polling field.

func (*AutomationScript) SetPrevName ¶

func (o *AutomationScript) SetPrevName(v string)

SetPrevName gets a reference to the given string and assigns it to the PrevName field.

func (*AutomationScript) SetPreviousAllRead ¶

func (o *AutomationScript) SetPreviousAllRead(v bool)

SetPreviousAllRead gets a reference to the given bool and assigns it to the PreviousAllRead field.

func (*AutomationScript) SetPreviousAllReadWrite ¶

func (o *AutomationScript) SetPreviousAllReadWrite(v bool)

SetPreviousAllReadWrite gets a reference to the given bool and assigns it to the PreviousAllReadWrite field.

func (*AutomationScript) SetPreviousRoles ¶

func (o *AutomationScript) SetPreviousRoles(v []string)

SetPreviousRoles gets a reference to the given []string and assigns it to the PreviousRoles field.

func (*AutomationScript) SetPrimaryTerm ¶

func (o *AutomationScript) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*AutomationScript) SetPrivate ¶

func (o *AutomationScript) SetPrivate(v bool)

SetPrivate gets a reference to the given bool and assigns it to the Private field.

func (*AutomationScript) SetPropagationLabels ¶

func (o *AutomationScript) SetPropagationLabels(v []string)

SetPropagationLabels gets a reference to the given []string and assigns it to the PropagationLabels field.

func (*AutomationScript) SetPswd ¶

func (o *AutomationScript) SetPswd(v string)

SetPswd gets a reference to the given string and assigns it to the Pswd field.

func (*AutomationScript) SetRawTags ¶

func (o *AutomationScript) SetRawTags(v []string)

SetRawTags gets a reference to the given []string and assigns it to the RawTags field.

func (*AutomationScript) SetRoles ¶

func (o *AutomationScript) SetRoles(v []string)

SetRoles gets a reference to the given []string and assigns it to the Roles field.

func (*AutomationScript) SetRunAs ¶

func (o *AutomationScript) SetRunAs(v string)

SetRunAs gets a reference to the given string and assigns it to the RunAs field.

func (*AutomationScript) SetRunOnce ¶

func (o *AutomationScript) SetRunOnce(v bool)

SetRunOnce gets a reference to the given bool and assigns it to the RunOnce field.

func (*AutomationScript) SetScript ¶

func (o *AutomationScript) SetScript(v string)

SetScript gets a reference to the given string and assigns it to the Script field.

func (*AutomationScript) SetScriptTarget ¶

func (o *AutomationScript) SetScriptTarget(v int64)

SetScriptTarget gets a reference to the given int64 and assigns it to the ScriptTarget field.

func (*AutomationScript) SetSearchableName ¶

func (o *AutomationScript) SetSearchableName(v string)

SetSearchableName gets a reference to the given string and assigns it to the SearchableName field.

func (*AutomationScript) SetSensitive ¶

func (o *AutomationScript) SetSensitive(v bool)

SetSensitive gets a reference to the given bool and assigns it to the Sensitive field.

func (*AutomationScript) SetSequenceNumber ¶

func (o *AutomationScript) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*AutomationScript) SetShouldCommit ¶

func (o *AutomationScript) SetShouldCommit(v bool)

SetShouldCommit gets a reference to the given bool and assigns it to the ShouldCommit field.

func (*AutomationScript) SetSortValues ¶

func (o *AutomationScript) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*AutomationScript) SetSourceScripID ¶

func (o *AutomationScript) SetSourceScripID(v string)

SetSourceScripID gets a reference to the given string and assigns it to the SourceScripID field.

func (*AutomationScript) SetSubtype ¶

func (o *AutomationScript) SetSubtype(v string)

SetSubtype gets a reference to the given string and assigns it to the Subtype field.

func (*AutomationScript) SetSystem ¶

func (o *AutomationScript) SetSystem(v bool)

SetSystem gets a reference to the given bool and assigns it to the System field.

func (*AutomationScript) SetTags ¶

func (o *AutomationScript) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*AutomationScript) SetTimeout ¶

func (o *AutomationScript) SetTimeout(v int64)

SetTimeout gets a reference to the given int64 and assigns it to the Timeout field.

func (*AutomationScript) SetToServerVersion ¶

func (o *AutomationScript) SetToServerVersion(v string)

SetToServerVersion gets a reference to the given string and assigns it to the ToServerVersion field.

func (*AutomationScript) SetType ¶

func (o *AutomationScript) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*AutomationScript) SetUser ¶

func (o *AutomationScript) SetUser(v string)

SetUser gets a reference to the given string and assigns it to the User field.

func (*AutomationScript) SetVcShouldIgnore ¶

func (o *AutomationScript) SetVcShouldIgnore(v bool)

SetVcShouldIgnore gets a reference to the given bool and assigns it to the VcShouldIgnore field.

func (*AutomationScript) SetVcShouldKeepItemLegacyProdMachine ¶

func (o *AutomationScript) SetVcShouldKeepItemLegacyProdMachine(v bool)

SetVcShouldKeepItemLegacyProdMachine gets a reference to the given bool and assigns it to the VcShouldKeepItemLegacyProdMachine field.

func (*AutomationScript) SetVersion ¶

func (o *AutomationScript) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

func (*AutomationScript) SetVisualScript ¶

func (o *AutomationScript) SetVisualScript(v string)

SetVisualScript gets a reference to the given string and assigns it to the VisualScript field.

func (*AutomationScript) SetXsoarHasReadOnlyRole ¶

func (o *AutomationScript) SetXsoarHasReadOnlyRole(v bool)

SetXsoarHasReadOnlyRole gets a reference to the given bool and assigns it to the XsoarHasReadOnlyRole field.

func (*AutomationScript) SetXsoarPreviousReadOnlyRoles ¶

func (o *AutomationScript) SetXsoarPreviousReadOnlyRoles(v []string)

SetXsoarPreviousReadOnlyRoles gets a reference to the given []string and assigns it to the XsoarPreviousReadOnlyRoles field.

func (*AutomationScript) SetXsoarReadOnlyRoles ¶

func (o *AutomationScript) SetXsoarReadOnlyRoles(v []string)

SetXsoarReadOnlyRoles gets a reference to the given []string and assigns it to the XsoarReadOnlyRoles field.

type AutomationScriptFilter ¶

type AutomationScriptFilter struct {
	// Cache of join functions
	Cache *map[string][]string `json:"Cache,omitempty"`
	// Do not use workers mechanism while searching bleve
	IgnoreWorkers *bool `json:"ignoreWorkers,omitempty"`
	// 0-based page
	Page  *int64  `json:"page,omitempty"`
	Query *string `json:"query,omitempty"`
	// Efficient next page, pass max sort value from previous page
	SearchAfter *[]string `json:"searchAfter,omitempty"`
	// Efficient next page, pass max ES sort value from previous page
	SearchAfterElastic *[]string `json:"searchAfterElastic,omitempty"`
	// Efficient prev page, pass min sort value from next page
	SearchBefore *[]string `json:"searchBefore,omitempty"`
	// Efficient prev page, pass min ES sort value from next page
	SearchBeforeElastic *[]string `json:"searchBeforeElastic,omitempty"`
	// Size is limited to 1000, if not passed it defaults to 0, and no results will return
	Size *int64 `json:"size,omitempty"`
	// The sort order
	Sort         *[]Order `json:"sort,omitempty"`
	StripContext *bool    `json:"stripContext,omitempty"`
}

AutomationScriptFilter automationScriptFilter is a general filter that fetches entities using a query string query using the Query value

func NewAutomationScriptFilter ¶

func NewAutomationScriptFilter() *AutomationScriptFilter

NewAutomationScriptFilter instantiates a new AutomationScriptFilter 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 NewAutomationScriptFilterWithDefaults ¶

func NewAutomationScriptFilterWithDefaults() *AutomationScriptFilter

NewAutomationScriptFilterWithDefaults instantiates a new AutomationScriptFilter 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 (*AutomationScriptFilter) GetCache ¶

func (o *AutomationScriptFilter) GetCache() map[string][]string

GetCache returns the Cache field value if set, zero value otherwise.

func (*AutomationScriptFilter) GetCacheOk ¶

func (o *AutomationScriptFilter) GetCacheOk() (*map[string][]string, bool)

GetCacheOk returns a tuple with the Cache field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScriptFilter) GetIgnoreWorkers ¶

func (o *AutomationScriptFilter) GetIgnoreWorkers() bool

GetIgnoreWorkers returns the IgnoreWorkers field value if set, zero value otherwise.

func (*AutomationScriptFilter) GetIgnoreWorkersOk ¶

func (o *AutomationScriptFilter) GetIgnoreWorkersOk() (*bool, bool)

GetIgnoreWorkersOk returns a tuple with the IgnoreWorkers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScriptFilter) GetPage ¶

func (o *AutomationScriptFilter) GetPage() int64

GetPage returns the Page field value if set, zero value otherwise.

func (*AutomationScriptFilter) GetPageOk ¶

func (o *AutomationScriptFilter) GetPageOk() (*int64, bool)

GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScriptFilter) GetQuery ¶

func (o *AutomationScriptFilter) GetQuery() string

GetQuery returns the Query field value if set, zero value otherwise.

func (*AutomationScriptFilter) GetQueryOk ¶

func (o *AutomationScriptFilter) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScriptFilter) GetSearchAfter ¶

func (o *AutomationScriptFilter) GetSearchAfter() []string

GetSearchAfter returns the SearchAfter field value if set, zero value otherwise.

func (*AutomationScriptFilter) GetSearchAfterElastic ¶

func (o *AutomationScriptFilter) GetSearchAfterElastic() []string

GetSearchAfterElastic returns the SearchAfterElastic field value if set, zero value otherwise.

func (*AutomationScriptFilter) GetSearchAfterElasticOk ¶

func (o *AutomationScriptFilter) GetSearchAfterElasticOk() (*[]string, bool)

GetSearchAfterElasticOk returns a tuple with the SearchAfterElastic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScriptFilter) GetSearchAfterOk ¶

func (o *AutomationScriptFilter) GetSearchAfterOk() (*[]string, bool)

GetSearchAfterOk returns a tuple with the SearchAfter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScriptFilter) GetSearchBefore ¶

func (o *AutomationScriptFilter) GetSearchBefore() []string

GetSearchBefore returns the SearchBefore field value if set, zero value otherwise.

func (*AutomationScriptFilter) GetSearchBeforeElastic ¶

func (o *AutomationScriptFilter) GetSearchBeforeElastic() []string

GetSearchBeforeElastic returns the SearchBeforeElastic field value if set, zero value otherwise.

func (*AutomationScriptFilter) GetSearchBeforeElasticOk ¶

func (o *AutomationScriptFilter) GetSearchBeforeElasticOk() (*[]string, bool)

GetSearchBeforeElasticOk returns a tuple with the SearchBeforeElastic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScriptFilter) GetSearchBeforeOk ¶

func (o *AutomationScriptFilter) GetSearchBeforeOk() (*[]string, bool)

GetSearchBeforeOk returns a tuple with the SearchBefore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScriptFilter) GetSize ¶

func (o *AutomationScriptFilter) GetSize() int64

GetSize returns the Size field value if set, zero value otherwise.

func (*AutomationScriptFilter) GetSizeOk ¶

func (o *AutomationScriptFilter) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScriptFilter) GetSort ¶

func (o *AutomationScriptFilter) GetSort() []Order

GetSort returns the Sort field value if set, zero value otherwise.

func (*AutomationScriptFilter) GetSortOk ¶

func (o *AutomationScriptFilter) GetSortOk() (*[]Order, bool)

GetSortOk returns a tuple with the Sort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScriptFilter) GetStripContext ¶

func (o *AutomationScriptFilter) GetStripContext() bool

GetStripContext returns the StripContext field value if set, zero value otherwise.

func (*AutomationScriptFilter) GetStripContextOk ¶

func (o *AutomationScriptFilter) GetStripContextOk() (*bool, bool)

GetStripContextOk returns a tuple with the StripContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScriptFilter) HasCache ¶

func (o *AutomationScriptFilter) HasCache() bool

HasCache returns a boolean if a field has been set.

func (*AutomationScriptFilter) HasIgnoreWorkers ¶

func (o *AutomationScriptFilter) HasIgnoreWorkers() bool

HasIgnoreWorkers returns a boolean if a field has been set.

func (*AutomationScriptFilter) HasPage ¶

func (o *AutomationScriptFilter) HasPage() bool

HasPage returns a boolean if a field has been set.

func (*AutomationScriptFilter) HasQuery ¶

func (o *AutomationScriptFilter) HasQuery() bool

HasQuery returns a boolean if a field has been set.

func (*AutomationScriptFilter) HasSearchAfter ¶

func (o *AutomationScriptFilter) HasSearchAfter() bool

HasSearchAfter returns a boolean if a field has been set.

func (*AutomationScriptFilter) HasSearchAfterElastic ¶

func (o *AutomationScriptFilter) HasSearchAfterElastic() bool

HasSearchAfterElastic returns a boolean if a field has been set.

func (*AutomationScriptFilter) HasSearchBefore ¶

func (o *AutomationScriptFilter) HasSearchBefore() bool

HasSearchBefore returns a boolean if a field has been set.

func (*AutomationScriptFilter) HasSearchBeforeElastic ¶

func (o *AutomationScriptFilter) HasSearchBeforeElastic() bool

HasSearchBeforeElastic returns a boolean if a field has been set.

func (*AutomationScriptFilter) HasSize ¶

func (o *AutomationScriptFilter) HasSize() bool

HasSize returns a boolean if a field has been set.

func (*AutomationScriptFilter) HasSort ¶

func (o *AutomationScriptFilter) HasSort() bool

HasSort returns a boolean if a field has been set.

func (*AutomationScriptFilter) HasStripContext ¶

func (o *AutomationScriptFilter) HasStripContext() bool

HasStripContext returns a boolean if a field has been set.

func (AutomationScriptFilter) MarshalJSON ¶

func (o AutomationScriptFilter) MarshalJSON() ([]byte, error)

func (*AutomationScriptFilter) SetCache ¶

func (o *AutomationScriptFilter) SetCache(v map[string][]string)

SetCache gets a reference to the given map[string][]string and assigns it to the Cache field.

func (*AutomationScriptFilter) SetIgnoreWorkers ¶

func (o *AutomationScriptFilter) SetIgnoreWorkers(v bool)

SetIgnoreWorkers gets a reference to the given bool and assigns it to the IgnoreWorkers field.

func (*AutomationScriptFilter) SetPage ¶

func (o *AutomationScriptFilter) SetPage(v int64)

SetPage gets a reference to the given int64 and assigns it to the Page field.

func (*AutomationScriptFilter) SetQuery ¶

func (o *AutomationScriptFilter) SetQuery(v string)

SetQuery gets a reference to the given string and assigns it to the Query field.

func (*AutomationScriptFilter) SetSearchAfter ¶

func (o *AutomationScriptFilter) SetSearchAfter(v []string)

SetSearchAfter gets a reference to the given []string and assigns it to the SearchAfter field.

func (*AutomationScriptFilter) SetSearchAfterElastic ¶

func (o *AutomationScriptFilter) SetSearchAfterElastic(v []string)

SetSearchAfterElastic gets a reference to the given []string and assigns it to the SearchAfterElastic field.

func (*AutomationScriptFilter) SetSearchBefore ¶

func (o *AutomationScriptFilter) SetSearchBefore(v []string)

SetSearchBefore gets a reference to the given []string and assigns it to the SearchBefore field.

func (*AutomationScriptFilter) SetSearchBeforeElastic ¶

func (o *AutomationScriptFilter) SetSearchBeforeElastic(v []string)

SetSearchBeforeElastic gets a reference to the given []string and assigns it to the SearchBeforeElastic field.

func (*AutomationScriptFilter) SetSize ¶

func (o *AutomationScriptFilter) SetSize(v int64)

SetSize gets a reference to the given int64 and assigns it to the Size field.

func (*AutomationScriptFilter) SetSort ¶

func (o *AutomationScriptFilter) SetSort(v []Order)

SetSort gets a reference to the given []Order and assigns it to the Sort field.

func (*AutomationScriptFilter) SetStripContext ¶

func (o *AutomationScriptFilter) SetStripContext(v bool)

SetStripContext gets a reference to the given bool and assigns it to the StripContext field.

type AutomationScriptFilterWrapper ¶

type AutomationScriptFilterWrapper struct {
	Filter       *GenericStringFilter `json:"filter,omitempty"`
	SavePassword *bool                `json:"savePassword,omitempty"`
	Script       *AutomationScript    `json:"script,omitempty"`
}

AutomationScriptFilterWrapper struct for AutomationScriptFilterWrapper

func NewAutomationScriptFilterWrapper ¶

func NewAutomationScriptFilterWrapper() *AutomationScriptFilterWrapper

NewAutomationScriptFilterWrapper instantiates a new AutomationScriptFilterWrapper 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 NewAutomationScriptFilterWrapperWithDefaults ¶

func NewAutomationScriptFilterWrapperWithDefaults() *AutomationScriptFilterWrapper

NewAutomationScriptFilterWrapperWithDefaults instantiates a new AutomationScriptFilterWrapper 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 (*AutomationScriptFilterWrapper) GetFilter ¶

GetFilter returns the Filter field value if set, zero value otherwise.

func (*AutomationScriptFilterWrapper) GetFilterOk ¶

GetFilterOk returns a tuple with the Filter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScriptFilterWrapper) GetSavePassword ¶

func (o *AutomationScriptFilterWrapper) GetSavePassword() bool

GetSavePassword returns the SavePassword field value if set, zero value otherwise.

func (*AutomationScriptFilterWrapper) GetSavePasswordOk ¶

func (o *AutomationScriptFilterWrapper) GetSavePasswordOk() (*bool, bool)

GetSavePasswordOk returns a tuple with the SavePassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScriptFilterWrapper) GetScript ¶

GetScript returns the Script field value if set, zero value otherwise.

func (*AutomationScriptFilterWrapper) GetScriptOk ¶

GetScriptOk returns a tuple with the Script field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScriptFilterWrapper) HasFilter ¶

func (o *AutomationScriptFilterWrapper) HasFilter() bool

HasFilter returns a boolean if a field has been set.

func (*AutomationScriptFilterWrapper) HasSavePassword ¶

func (o *AutomationScriptFilterWrapper) HasSavePassword() bool

HasSavePassword returns a boolean if a field has been set.

func (*AutomationScriptFilterWrapper) HasScript ¶

func (o *AutomationScriptFilterWrapper) HasScript() bool

HasScript returns a boolean if a field has been set.

func (AutomationScriptFilterWrapper) MarshalJSON ¶

func (o AutomationScriptFilterWrapper) MarshalJSON() ([]byte, error)

func (*AutomationScriptFilterWrapper) SetFilter ¶

SetFilter gets a reference to the given GenericStringFilter and assigns it to the Filter field.

func (*AutomationScriptFilterWrapper) SetSavePassword ¶

func (o *AutomationScriptFilterWrapper) SetSavePassword(v bool)

SetSavePassword gets a reference to the given bool and assigns it to the SavePassword field.

func (*AutomationScriptFilterWrapper) SetScript ¶

SetScript gets a reference to the given AutomationScript and assigns it to the Script field.

type AutomationScriptResult ¶

type AutomationScriptResult struct {
	PythonEnabled  *bool                              `json:"pythonEnabled,omitempty"`
	Scripts        *[]ScriptAPI                       `json:"scripts,omitempty"`
	SelectedScript *map[string]map[string]interface{} `json:"selectedScript,omitempty"`
	Suggestions    *[]string                          `json:"suggestions,omitempty"`
}

AutomationScriptResult struct for AutomationScriptResult

func NewAutomationScriptResult ¶

func NewAutomationScriptResult() *AutomationScriptResult

NewAutomationScriptResult instantiates a new AutomationScriptResult 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 NewAutomationScriptResultWithDefaults ¶

func NewAutomationScriptResultWithDefaults() *AutomationScriptResult

NewAutomationScriptResultWithDefaults instantiates a new AutomationScriptResult 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 (*AutomationScriptResult) GetPythonEnabled ¶

func (o *AutomationScriptResult) GetPythonEnabled() bool

GetPythonEnabled returns the PythonEnabled field value if set, zero value otherwise.

func (*AutomationScriptResult) GetPythonEnabledOk ¶

func (o *AutomationScriptResult) GetPythonEnabledOk() (*bool, bool)

GetPythonEnabledOk returns a tuple with the PythonEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScriptResult) GetScripts ¶

func (o *AutomationScriptResult) GetScripts() []ScriptAPI

GetScripts returns the Scripts field value if set, zero value otherwise.

func (*AutomationScriptResult) GetScriptsOk ¶

func (o *AutomationScriptResult) GetScriptsOk() (*[]ScriptAPI, bool)

GetScriptsOk returns a tuple with the Scripts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScriptResult) GetSelectedScript ¶

func (o *AutomationScriptResult) GetSelectedScript() map[string]map[string]interface{}

GetSelectedScript returns the SelectedScript field value if set, zero value otherwise.

func (*AutomationScriptResult) GetSelectedScriptOk ¶

func (o *AutomationScriptResult) GetSelectedScriptOk() (*map[string]map[string]interface{}, bool)

GetSelectedScriptOk returns a tuple with the SelectedScript field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScriptResult) GetSuggestions ¶

func (o *AutomationScriptResult) GetSuggestions() []string

GetSuggestions returns the Suggestions field value if set, zero value otherwise.

func (*AutomationScriptResult) GetSuggestionsOk ¶

func (o *AutomationScriptResult) GetSuggestionsOk() (*[]string, bool)

GetSuggestionsOk returns a tuple with the Suggestions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutomationScriptResult) HasPythonEnabled ¶

func (o *AutomationScriptResult) HasPythonEnabled() bool

HasPythonEnabled returns a boolean if a field has been set.

func (*AutomationScriptResult) HasScripts ¶

func (o *AutomationScriptResult) HasScripts() bool

HasScripts returns a boolean if a field has been set.

func (*AutomationScriptResult) HasSelectedScript ¶

func (o *AutomationScriptResult) HasSelectedScript() bool

HasSelectedScript returns a boolean if a field has been set.

func (*AutomationScriptResult) HasSuggestions ¶

func (o *AutomationScriptResult) HasSuggestions() bool

HasSuggestions returns a boolean if a field has been set.

func (AutomationScriptResult) MarshalJSON ¶

func (o AutomationScriptResult) MarshalJSON() ([]byte, error)

func (*AutomationScriptResult) SetPythonEnabled ¶

func (o *AutomationScriptResult) SetPythonEnabled(v bool)

SetPythonEnabled gets a reference to the given bool and assigns it to the PythonEnabled field.

func (*AutomationScriptResult) SetScripts ¶

func (o *AutomationScriptResult) SetScripts(v []ScriptAPI)

SetScripts gets a reference to the given []ScriptAPI and assigns it to the Scripts field.

func (*AutomationScriptResult) SetSelectedScript ¶

func (o *AutomationScriptResult) SetSelectedScript(v map[string]map[string]interface{})

SetSelectedScript gets a reference to the given map[string]map[string]interface{} and assigns it to the SelectedScript field.

func (*AutomationScriptResult) SetSuggestions ¶

func (o *AutomationScriptResult) SetSuggestions(v []string)

SetSuggestions gets a reference to the given []string and assigns it to the Suggestions field.

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 Bucket ¶

type Bucket struct {
	Field    *string `json:"field,omitempty"`
	Operator *string `json:"operator,omitempty"`
	Right    *string `json:"right,omitempty"`
	Type     *string `json:"type,omitempty"`
}

Bucket struct for Bucket

func NewBucket ¶

func NewBucket() *Bucket

NewBucket instantiates a new Bucket 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 NewBucketWithDefaults ¶

func NewBucketWithDefaults() *Bucket

NewBucketWithDefaults instantiates a new Bucket 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 (*Bucket) GetField ¶

func (o *Bucket) GetField() string

GetField returns the Field field value if set, zero value otherwise.

func (*Bucket) GetFieldOk ¶

func (o *Bucket) GetFieldOk() (*string, bool)

GetFieldOk returns a tuple with the Field field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Bucket) GetOperator ¶

func (o *Bucket) GetOperator() string

GetOperator returns the Operator field value if set, zero value otherwise.

func (*Bucket) GetOperatorOk ¶

func (o *Bucket) GetOperatorOk() (*string, bool)

GetOperatorOk returns a tuple with the Operator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Bucket) GetRight ¶

func (o *Bucket) GetRight() string

GetRight returns the Right field value if set, zero value otherwise.

func (*Bucket) GetRightOk ¶

func (o *Bucket) GetRightOk() (*string, bool)

GetRightOk returns a tuple with the Right field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Bucket) GetType ¶

func (o *Bucket) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Bucket) GetTypeOk ¶

func (o *Bucket) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Bucket) HasField ¶

func (o *Bucket) HasField() bool

HasField returns a boolean if a field has been set.

func (*Bucket) HasOperator ¶

func (o *Bucket) HasOperator() bool

HasOperator returns a boolean if a field has been set.

func (*Bucket) HasRight ¶

func (o *Bucket) HasRight() bool

HasRight returns a boolean if a field has been set.

func (*Bucket) HasType ¶

func (o *Bucket) HasType() bool

HasType returns a boolean if a field has been set.

func (Bucket) MarshalJSON ¶

func (o Bucket) MarshalJSON() ([]byte, error)

func (*Bucket) SetField ¶

func (o *Bucket) SetField(v string)

SetField gets a reference to the given string and assigns it to the Field field.

func (*Bucket) SetOperator ¶

func (o *Bucket) SetOperator(v string)

SetOperator gets a reference to the given string and assigns it to the Operator field.

func (*Bucket) SetRight ¶

func (o *Bucket) SetRight(v string)

SetRight gets a reference to the given string and assigns it to the Right field.

func (*Bucket) SetType ¶

func (o *Bucket) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type Buckets ¶ added in v0.2.4

type Buckets struct {
	Items []Bucket
}

Buckets struct for Buckets

func NewBuckets ¶ added in v0.2.4

func NewBuckets() *Buckets

NewBuckets instantiates a new Buckets 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 NewBucketsWithDefaults ¶ added in v0.2.4

func NewBucketsWithDefaults() *Buckets

NewBucketsWithDefaults instantiates a new Buckets 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 (Buckets) MarshalJSON ¶ added in v0.2.4

func (o Buckets) MarshalJSON() ([]byte, error)

func (*Buckets) UnmarshalJSON ¶ added in v0.2.4

func (o *Buckets) UnmarshalJSON(bytes []byte) (err error)

type Command ¶

type Command struct {
	Arguments       *[]Argument  `json:"arguments,omitempty"`
	Cartesian       *bool        `json:"cartesian,omitempty"`
	Deprecated      *bool        `json:"deprecated,omitempty"`
	Description     *string      `json:"description,omitempty"`
	DocsHidden      *bool        `json:"docsHidden,omitempty"`
	Execution       *bool        `json:"execution,omitempty"`
	Hidden          *bool        `json:"hidden,omitempty"`
	Important       *[]Important `json:"important,omitempty"`
	IndicatorAction *bool        `json:"indicatorAction,omitempty"`
	Name            *string      `json:"name,omitempty"`
	Outputs         *[]Output    `json:"outputs,omitempty"`
	Permitted       *bool        `json:"permitted,omitempty"`
	Polling         *bool        `json:"polling,omitempty"`
	Sensitive       *bool        `json:"sensitive,omitempty"`
	Timeout         *int64       `json:"timeout,omitempty"`
}

Command Command supported by a module

func NewCommand ¶

func NewCommand() *Command

NewCommand instantiates a new Command 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 NewCommandWithDefaults ¶

func NewCommandWithDefaults() *Command

NewCommandWithDefaults instantiates a new Command 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 (*Command) GetArguments ¶

func (o *Command) GetArguments() []Argument

GetArguments returns the Arguments field value if set, zero value otherwise.

func (*Command) GetArgumentsOk ¶

func (o *Command) GetArgumentsOk() (*[]Argument, bool)

GetArgumentsOk returns a tuple with the Arguments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetCartesian ¶

func (o *Command) GetCartesian() bool

GetCartesian returns the Cartesian field value if set, zero value otherwise.

func (*Command) GetCartesianOk ¶

func (o *Command) GetCartesianOk() (*bool, bool)

GetCartesianOk returns a tuple with the Cartesian field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetDeprecated ¶

func (o *Command) GetDeprecated() bool

GetDeprecated returns the Deprecated field value if set, zero value otherwise.

func (*Command) GetDeprecatedOk ¶

func (o *Command) GetDeprecatedOk() (*bool, bool)

GetDeprecatedOk returns a tuple with the Deprecated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetDescription ¶

func (o *Command) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Command) GetDescriptionOk ¶

func (o *Command) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetDocsHidden ¶

func (o *Command) GetDocsHidden() bool

GetDocsHidden returns the DocsHidden field value if set, zero value otherwise.

func (*Command) GetDocsHiddenOk ¶

func (o *Command) GetDocsHiddenOk() (*bool, bool)

GetDocsHiddenOk returns a tuple with the DocsHidden field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetExecution ¶

func (o *Command) GetExecution() bool

GetExecution returns the Execution field value if set, zero value otherwise.

func (*Command) GetExecutionOk ¶

func (o *Command) GetExecutionOk() (*bool, bool)

GetExecutionOk returns a tuple with the Execution field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetHidden ¶

func (o *Command) GetHidden() bool

GetHidden returns the Hidden field value if set, zero value otherwise.

func (*Command) GetHiddenOk ¶

func (o *Command) GetHiddenOk() (*bool, bool)

GetHiddenOk returns a tuple with the Hidden field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetImportant ¶

func (o *Command) GetImportant() []Important

GetImportant returns the Important field value if set, zero value otherwise.

func (*Command) GetImportantOk ¶

func (o *Command) GetImportantOk() (*[]Important, bool)

GetImportantOk returns a tuple with the Important field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetIndicatorAction ¶

func (o *Command) GetIndicatorAction() bool

GetIndicatorAction returns the IndicatorAction field value if set, zero value otherwise.

func (*Command) GetIndicatorActionOk ¶

func (o *Command) GetIndicatorActionOk() (*bool, bool)

GetIndicatorActionOk returns a tuple with the IndicatorAction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetName ¶

func (o *Command) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Command) GetNameOk ¶

func (o *Command) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetOutputs ¶

func (o *Command) GetOutputs() []Output

GetOutputs returns the Outputs field value if set, zero value otherwise.

func (*Command) GetOutputsOk ¶

func (o *Command) GetOutputsOk() (*[]Output, bool)

GetOutputsOk returns a tuple with the Outputs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetPermitted ¶

func (o *Command) GetPermitted() bool

GetPermitted returns the Permitted field value if set, zero value otherwise.

func (*Command) GetPermittedOk ¶

func (o *Command) GetPermittedOk() (*bool, bool)

GetPermittedOk returns a tuple with the Permitted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetPolling ¶

func (o *Command) GetPolling() bool

GetPolling returns the Polling field value if set, zero value otherwise.

func (*Command) GetPollingOk ¶

func (o *Command) GetPollingOk() (*bool, bool)

GetPollingOk returns a tuple with the Polling field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetSensitive ¶

func (o *Command) GetSensitive() bool

GetSensitive returns the Sensitive field value if set, zero value otherwise.

func (*Command) GetSensitiveOk ¶

func (o *Command) GetSensitiveOk() (*bool, bool)

GetSensitiveOk returns a tuple with the Sensitive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetTimeout ¶

func (o *Command) GetTimeout() int64

GetTimeout returns the Timeout field value if set, zero value otherwise.

func (*Command) GetTimeoutOk ¶

func (o *Command) GetTimeoutOk() (*int64, bool)

GetTimeoutOk returns a tuple with the Timeout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) HasArguments ¶

func (o *Command) HasArguments() bool

HasArguments returns a boolean if a field has been set.

func (*Command) HasCartesian ¶

func (o *Command) HasCartesian() bool

HasCartesian returns a boolean if a field has been set.

func (*Command) HasDeprecated ¶

func (o *Command) HasDeprecated() bool

HasDeprecated returns a boolean if a field has been set.

func (*Command) HasDescription ¶

func (o *Command) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Command) HasDocsHidden ¶

func (o *Command) HasDocsHidden() bool

HasDocsHidden returns a boolean if a field has been set.

func (*Command) HasExecution ¶

func (o *Command) HasExecution() bool

HasExecution returns a boolean if a field has been set.

func (*Command) HasHidden ¶

func (o *Command) HasHidden() bool

HasHidden returns a boolean if a field has been set.

func (*Command) HasImportant ¶

func (o *Command) HasImportant() bool

HasImportant returns a boolean if a field has been set.

func (*Command) HasIndicatorAction ¶

func (o *Command) HasIndicatorAction() bool

HasIndicatorAction returns a boolean if a field has been set.

func (*Command) HasName ¶

func (o *Command) HasName() bool

HasName returns a boolean if a field has been set.

func (*Command) HasOutputs ¶

func (o *Command) HasOutputs() bool

HasOutputs returns a boolean if a field has been set.

func (*Command) HasPermitted ¶

func (o *Command) HasPermitted() bool

HasPermitted returns a boolean if a field has been set.

func (*Command) HasPolling ¶

func (o *Command) HasPolling() bool

HasPolling returns a boolean if a field has been set.

func (*Command) HasSensitive ¶

func (o *Command) HasSensitive() bool

HasSensitive returns a boolean if a field has been set.

func (*Command) HasTimeout ¶

func (o *Command) HasTimeout() bool

HasTimeout returns a boolean if a field has been set.

func (Command) MarshalJSON ¶

func (o Command) MarshalJSON() ([]byte, error)

func (*Command) SetArguments ¶

func (o *Command) SetArguments(v []Argument)

SetArguments gets a reference to the given []Argument and assigns it to the Arguments field.

func (*Command) SetCartesian ¶

func (o *Command) SetCartesian(v bool)

SetCartesian gets a reference to the given bool and assigns it to the Cartesian field.

func (*Command) SetDeprecated ¶

func (o *Command) SetDeprecated(v bool)

SetDeprecated gets a reference to the given bool and assigns it to the Deprecated field.

func (*Command) SetDescription ¶

func (o *Command) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*Command) SetDocsHidden ¶

func (o *Command) SetDocsHidden(v bool)

SetDocsHidden gets a reference to the given bool and assigns it to the DocsHidden field.

func (*Command) SetExecution ¶

func (o *Command) SetExecution(v bool)

SetExecution gets a reference to the given bool and assigns it to the Execution field.

func (*Command) SetHidden ¶

func (o *Command) SetHidden(v bool)

SetHidden gets a reference to the given bool and assigns it to the Hidden field.

func (*Command) SetImportant ¶

func (o *Command) SetImportant(v []Important)

SetImportant gets a reference to the given []Important and assigns it to the Important field.

func (*Command) SetIndicatorAction ¶

func (o *Command) SetIndicatorAction(v bool)

SetIndicatorAction gets a reference to the given bool and assigns it to the IndicatorAction field.

func (*Command) SetName ¶

func (o *Command) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*Command) SetOutputs ¶

func (o *Command) SetOutputs(v []Output)

SetOutputs gets a reference to the given []Output and assigns it to the Outputs field.

func (*Command) SetPermitted ¶

func (o *Command) SetPermitted(v bool)

SetPermitted gets a reference to the given bool and assigns it to the Permitted field.

func (*Command) SetPolling ¶

func (o *Command) SetPolling(v bool)

SetPolling gets a reference to the given bool and assigns it to the Polling field.

func (*Command) SetSensitive ¶

func (o *Command) SetSensitive(v bool)

SetSensitive gets a reference to the given bool and assigns it to the Sensitive field.

func (*Command) SetTimeout ¶

func (o *Command) SetTimeout(v int64)

SetTimeout gets a reference to the given int64 and assigns it to the Timeout field.

type Comment ¶

type Comment struct {
	Category       *string              `json:"category,omitempty"`
	Content        *string              `json:"content,omitempty"`
	Created        *time.Time           `json:"created,omitempty"`
	EntryId        *string              `json:"entryId,omitempty"`
	Highlight      *map[string][]string `json:"highlight,omitempty"`
	Id             *string              `json:"id,omitempty"`
	Modified       *time.Time           `json:"modified,omitempty"`
	NumericId      *int64               `json:"numericId,omitempty"`
	PrimaryTerm    *int64               `json:"primaryTerm,omitempty"`
	SequenceNumber *int64               `json:"sequenceNumber,omitempty"`
	SortValues     *[]string            `json:"sortValues,omitempty"`
	Source         *string              `json:"source,omitempty"`
	Type           *string              `json:"type,omitempty"`
	User           *string              `json:"user,omitempty"`
	Version        *int64               `json:"version,omitempty"`
}

Comment struct for Comment

func NewComment ¶

func NewComment() *Comment

NewComment instantiates a new Comment 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 NewCommentWithDefaults ¶

func NewCommentWithDefaults() *Comment

NewCommentWithDefaults instantiates a new Comment 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 (*Comment) GetCategory ¶

func (o *Comment) GetCategory() string

GetCategory returns the Category field value if set, zero value otherwise.

func (*Comment) GetCategoryOk ¶

func (o *Comment) GetCategoryOk() (*string, bool)

GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) GetContent ¶

func (o *Comment) GetContent() string

GetContent returns the Content field value if set, zero value otherwise.

func (*Comment) GetContentOk ¶

func (o *Comment) GetContentOk() (*string, bool)

GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) GetCreated ¶

func (o *Comment) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*Comment) GetCreatedOk ¶

func (o *Comment) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) GetEntryId ¶

func (o *Comment) GetEntryId() string

GetEntryId returns the EntryId field value if set, zero value otherwise.

func (*Comment) GetEntryIdOk ¶

func (o *Comment) GetEntryIdOk() (*string, bool)

GetEntryIdOk returns a tuple with the EntryId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) GetHighlight ¶

func (o *Comment) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*Comment) GetHighlightOk ¶

func (o *Comment) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) GetId ¶

func (o *Comment) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Comment) GetIdOk ¶

func (o *Comment) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) GetModified ¶

func (o *Comment) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*Comment) GetModifiedOk ¶

func (o *Comment) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) GetNumericId ¶

func (o *Comment) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*Comment) GetNumericIdOk ¶

func (o *Comment) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) GetPrimaryTerm ¶

func (o *Comment) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*Comment) GetPrimaryTermOk ¶

func (o *Comment) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) GetSequenceNumber ¶

func (o *Comment) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*Comment) GetSequenceNumberOk ¶

func (o *Comment) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) GetSortValues ¶

func (o *Comment) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*Comment) GetSortValuesOk ¶

func (o *Comment) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) GetSource ¶

func (o *Comment) GetSource() string

GetSource returns the Source field value if set, zero value otherwise.

func (*Comment) GetSourceOk ¶

func (o *Comment) GetSourceOk() (*string, bool)

GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) GetType ¶

func (o *Comment) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Comment) GetTypeOk ¶

func (o *Comment) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) GetUser ¶

func (o *Comment) GetUser() string

GetUser returns the User field value if set, zero value otherwise.

func (*Comment) GetUserOk ¶

func (o *Comment) GetUserOk() (*string, bool)

GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) GetVersion ¶

func (o *Comment) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*Comment) GetVersionOk ¶

func (o *Comment) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) HasCategory ¶

func (o *Comment) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*Comment) HasContent ¶

func (o *Comment) HasContent() bool

HasContent returns a boolean if a field has been set.

func (*Comment) HasCreated ¶

func (o *Comment) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*Comment) HasEntryId ¶

func (o *Comment) HasEntryId() bool

HasEntryId returns a boolean if a field has been set.

func (*Comment) HasHighlight ¶

func (o *Comment) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*Comment) HasId ¶

func (o *Comment) HasId() bool

HasId returns a boolean if a field has been set.

func (*Comment) HasModified ¶

func (o *Comment) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*Comment) HasNumericId ¶

func (o *Comment) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*Comment) HasPrimaryTerm ¶

func (o *Comment) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*Comment) HasSequenceNumber ¶

func (o *Comment) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*Comment) HasSortValues ¶

func (o *Comment) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*Comment) HasSource ¶

func (o *Comment) HasSource() bool

HasSource returns a boolean if a field has been set.

func (*Comment) HasType ¶

func (o *Comment) HasType() bool

HasType returns a boolean if a field has been set.

func (*Comment) HasUser ¶

func (o *Comment) HasUser() bool

HasUser returns a boolean if a field has been set.

func (*Comment) HasVersion ¶

func (o *Comment) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (Comment) MarshalJSON ¶

func (o Comment) MarshalJSON() ([]byte, error)

func (*Comment) SetCategory ¶

func (o *Comment) SetCategory(v string)

SetCategory gets a reference to the given string and assigns it to the Category field.

func (*Comment) SetContent ¶

func (o *Comment) SetContent(v string)

SetContent gets a reference to the given string and assigns it to the Content field.

func (*Comment) SetCreated ¶

func (o *Comment) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*Comment) SetEntryId ¶

func (o *Comment) SetEntryId(v string)

SetEntryId gets a reference to the given string and assigns it to the EntryId field.

func (*Comment) SetHighlight ¶

func (o *Comment) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*Comment) SetId ¶

func (o *Comment) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Comment) SetModified ¶

func (o *Comment) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*Comment) SetNumericId ¶

func (o *Comment) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*Comment) SetPrimaryTerm ¶

func (o *Comment) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*Comment) SetSequenceNumber ¶

func (o *Comment) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*Comment) SetSortValues ¶

func (o *Comment) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*Comment) SetSource ¶

func (o *Comment) SetSource(v string)

SetSource gets a reference to the given string and assigns it to the Source field.

func (*Comment) SetType ¶

func (o *Comment) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*Comment) SetUser ¶

func (o *Comment) SetUser(v string)

SetUser gets a reference to the given string and assigns it to the User field.

func (*Comment) SetVersion ¶

func (o *Comment) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

type CommentUpdate ¶

type CommentUpdate struct {
	Content     *string `json:"content,omitempty"`
	IndicatorId *string `json:"indicatorId,omitempty"`
}

CommentUpdate struct for CommentUpdate

func NewCommentUpdate ¶

func NewCommentUpdate() *CommentUpdate

NewCommentUpdate instantiates a new CommentUpdate 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 NewCommentUpdateWithDefaults ¶

func NewCommentUpdateWithDefaults() *CommentUpdate

NewCommentUpdateWithDefaults instantiates a new CommentUpdate 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 (*CommentUpdate) GetContent ¶

func (o *CommentUpdate) GetContent() string

GetContent returns the Content field value if set, zero value otherwise.

func (*CommentUpdate) GetContentOk ¶

func (o *CommentUpdate) GetContentOk() (*string, bool)

GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommentUpdate) GetIndicatorId ¶

func (o *CommentUpdate) GetIndicatorId() string

GetIndicatorId returns the IndicatorId field value if set, zero value otherwise.

func (*CommentUpdate) GetIndicatorIdOk ¶

func (o *CommentUpdate) GetIndicatorIdOk() (*string, bool)

GetIndicatorIdOk returns a tuple with the IndicatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommentUpdate) HasContent ¶

func (o *CommentUpdate) HasContent() bool

HasContent returns a boolean if a field has been set.

func (*CommentUpdate) HasIndicatorId ¶

func (o *CommentUpdate) HasIndicatorId() bool

HasIndicatorId returns a boolean if a field has been set.

func (CommentUpdate) MarshalJSON ¶

func (o CommentUpdate) MarshalJSON() ([]byte, error)

func (*CommentUpdate) SetContent ¶

func (o *CommentUpdate) SetContent(v string)

SetContent gets a reference to the given string and assigns it to the Content field.

func (*CommentUpdate) SetIndicatorId ¶

func (o *CommentUpdate) SetIndicatorId(v string)

SetIndicatorId gets a reference to the given string and assigns it to the IndicatorId field.

type Comments ¶ added in v0.2.4

type Comments struct {
	Items []Comment
}

Comments struct for Comments

func NewComments ¶ added in v0.2.4

func NewComments() *Comments

NewComments instantiates a new Comments 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 NewCommentsWithDefaults ¶ added in v0.2.4

func NewCommentsWithDefaults() *Comments

NewCommentsWithDefaults instantiates a new Comments 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 (Comments) MarshalJSON ¶ added in v0.2.4

func (o Comments) MarshalJSON() ([]byte, error)

func (*Comments) UnmarshalJSON ¶ added in v0.2.4

func (o *Comments) UnmarshalJSON(bytes []byte) (err error)

type CommentsFields ¶

type CommentsFields struct {
	Comments *[]Comment `json:"comments,omitempty"`
}

CommentsFields struct for CommentsFields

func NewCommentsFields ¶

func NewCommentsFields() *CommentsFields

NewCommentsFields instantiates a new CommentsFields 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 NewCommentsFieldsWithDefaults ¶

func NewCommentsFieldsWithDefaults() *CommentsFields

NewCommentsFieldsWithDefaults instantiates a new CommentsFields 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 (*CommentsFields) GetComments ¶

func (o *CommentsFields) GetComments() []Comment

GetComments returns the Comments field value if set, zero value otherwise.

func (*CommentsFields) GetCommentsOk ¶

func (o *CommentsFields) GetCommentsOk() (*[]Comment, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommentsFields) HasComments ¶

func (o *CommentsFields) HasComments() bool

HasComments returns a boolean if a field has been set.

func (CommentsFields) MarshalJSON ¶

func (o CommentsFields) MarshalJSON() ([]byte, error)

func (*CommentsFields) SetComments ¶

func (o *CommentsFields) SetComments(v []Comment)

SetComments gets a reference to the given []Comment and assigns it to the Comments field.

type CommonFields ¶

type CommonFields struct {
	Highlight      *map[string][]string `json:"highlight,omitempty"`
	Id             *string              `json:"id,omitempty"`
	Modified       *time.Time           `json:"modified,omitempty"`
	NumericId      *int64               `json:"numericId,omitempty"`
	PrimaryTerm    *int64               `json:"primaryTerm,omitempty"`
	SequenceNumber *int64               `json:"sequenceNumber,omitempty"`
	SortValues     *[]string            `json:"sortValues,omitempty"`
	Version        *int64               `json:"version,omitempty"`
}

CommonFields CommonFields holds the common fields to all entities

func NewCommonFields ¶

func NewCommonFields() *CommonFields

NewCommonFields instantiates a new CommonFields 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 NewCommonFieldsWithDefaults ¶

func NewCommonFieldsWithDefaults() *CommonFields

NewCommonFieldsWithDefaults instantiates a new CommonFields 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 (*CommonFields) GetHighlight ¶

func (o *CommonFields) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*CommonFields) GetHighlightOk ¶

func (o *CommonFields) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonFields) GetId ¶

func (o *CommonFields) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*CommonFields) GetIdOk ¶

func (o *CommonFields) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonFields) GetModified ¶

func (o *CommonFields) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*CommonFields) GetModifiedOk ¶

func (o *CommonFields) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonFields) GetNumericId ¶

func (o *CommonFields) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*CommonFields) GetNumericIdOk ¶

func (o *CommonFields) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonFields) GetPrimaryTerm ¶

func (o *CommonFields) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*CommonFields) GetPrimaryTermOk ¶

func (o *CommonFields) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonFields) GetSequenceNumber ¶

func (o *CommonFields) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*CommonFields) GetSequenceNumberOk ¶

func (o *CommonFields) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonFields) GetSortValues ¶

func (o *CommonFields) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*CommonFields) GetSortValuesOk ¶

func (o *CommonFields) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonFields) GetVersion ¶

func (o *CommonFields) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*CommonFields) GetVersionOk ¶

func (o *CommonFields) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonFields) HasHighlight ¶

func (o *CommonFields) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*CommonFields) HasId ¶

func (o *CommonFields) HasId() bool

HasId returns a boolean if a field has been set.

func (*CommonFields) HasModified ¶

func (o *CommonFields) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*CommonFields) HasNumericId ¶

func (o *CommonFields) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*CommonFields) HasPrimaryTerm ¶

func (o *CommonFields) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*CommonFields) HasSequenceNumber ¶

func (o *CommonFields) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*CommonFields) HasSortValues ¶

func (o *CommonFields) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*CommonFields) HasVersion ¶

func (o *CommonFields) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (CommonFields) MarshalJSON ¶

func (o CommonFields) MarshalJSON() ([]byte, error)

func (*CommonFields) SetHighlight ¶

func (o *CommonFields) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*CommonFields) SetId ¶

func (o *CommonFields) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*CommonFields) SetModified ¶

func (o *CommonFields) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*CommonFields) SetNumericId ¶

func (o *CommonFields) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*CommonFields) SetPrimaryTerm ¶

func (o *CommonFields) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*CommonFields) SetSequenceNumber ¶

func (o *CommonFields) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*CommonFields) SetSortValues ¶

func (o *CommonFields) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*CommonFields) SetVersion ¶

func (o *CommonFields) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

type CommonUpdateBatch ¶

type CommonUpdateBatch struct {
	All  *bool                              `json:"all,omitempty"`
	Data *map[string]map[string]interface{} `json:"data,omitempty"`
	Ids  *[]string                          `json:"ids,omitempty"`
}

CommonUpdateBatch struct for CommonUpdateBatch

func NewCommonUpdateBatch ¶

func NewCommonUpdateBatch() *CommonUpdateBatch

NewCommonUpdateBatch instantiates a new CommonUpdateBatch 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 NewCommonUpdateBatchWithDefaults ¶

func NewCommonUpdateBatchWithDefaults() *CommonUpdateBatch

NewCommonUpdateBatchWithDefaults instantiates a new CommonUpdateBatch 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 (*CommonUpdateBatch) GetAll ¶

func (o *CommonUpdateBatch) GetAll() bool

GetAll returns the All field value if set, zero value otherwise.

func (*CommonUpdateBatch) GetAllOk ¶

func (o *CommonUpdateBatch) GetAllOk() (*bool, bool)

GetAllOk returns a tuple with the All field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonUpdateBatch) GetData ¶

func (o *CommonUpdateBatch) GetData() map[string]map[string]interface{}

GetData returns the Data field value if set, zero value otherwise.

func (*CommonUpdateBatch) GetDataOk ¶

func (o *CommonUpdateBatch) GetDataOk() (*map[string]map[string]interface{}, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonUpdateBatch) GetIds ¶

func (o *CommonUpdateBatch) GetIds() []string

GetIds returns the Ids field value if set, zero value otherwise.

func (*CommonUpdateBatch) GetIdsOk ¶

func (o *CommonUpdateBatch) GetIdsOk() (*[]string, bool)

GetIdsOk returns a tuple with the Ids field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonUpdateBatch) HasAll ¶

func (o *CommonUpdateBatch) HasAll() bool

HasAll returns a boolean if a field has been set.

func (*CommonUpdateBatch) HasData ¶

func (o *CommonUpdateBatch) HasData() bool

HasData returns a boolean if a field has been set.

func (*CommonUpdateBatch) HasIds ¶

func (o *CommonUpdateBatch) HasIds() bool

HasIds returns a boolean if a field has been set.

func (CommonUpdateBatch) MarshalJSON ¶

func (o CommonUpdateBatch) MarshalJSON() ([]byte, error)

func (*CommonUpdateBatch) SetAll ¶

func (o *CommonUpdateBatch) SetAll(v bool)

SetAll gets a reference to the given bool and assigns it to the All field.

func (*CommonUpdateBatch) SetData ¶

func (o *CommonUpdateBatch) SetData(v map[string]map[string]interface{})

SetData gets a reference to the given map[string]map[string]interface{} and assigns it to the Data field.

func (*CommonUpdateBatch) SetIds ¶

func (o *CommonUpdateBatch) SetIds(v []string)

SetIds gets a reference to the given []string and assigns it to the Ids field.

type ComplexArg ¶

type ComplexArg struct {
	Accessor     *string              `json:"accessor,omitempty"`
	Filters      *[][]ArgAtomicFilter `json:"filters,omitempty"`
	Root         *string              `json:"root,omitempty"`
	Transformers *[]ArgTransformer    `json:"transformers,omitempty"`
}

ComplexArg ComplexArg - all info that is necessary to compute argument value from context Root - the root slice (or object) from to work against Filters - a slice of filters to apply to the root object, one after another (e.i. with AND condition between each one) Accessor - the key to access to each result after filter Transformers - a slice to transformers to apply on the result of the accessed key from each result e.g. if user want to take from context all File.DisplayName where File.Extension is 'EXE', and the result in uppercase than: Root: is \"File\" Filters: will hold the \"File.DisplayName where File.Extension is 'EXE'\" query Accessor: is \"DisplayName\" Transformers: will hold the uppercase transformation

func NewComplexArg ¶

func NewComplexArg() *ComplexArg

NewComplexArg instantiates a new ComplexArg 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 NewComplexArgWithDefaults ¶

func NewComplexArgWithDefaults() *ComplexArg

NewComplexArgWithDefaults instantiates a new ComplexArg 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 (*ComplexArg) GetAccessor ¶

func (o *ComplexArg) GetAccessor() string

GetAccessor returns the Accessor field value if set, zero value otherwise.

func (*ComplexArg) GetAccessorOk ¶

func (o *ComplexArg) GetAccessorOk() (*string, bool)

GetAccessorOk returns a tuple with the Accessor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComplexArg) GetFilters ¶

func (o *ComplexArg) GetFilters() [][]ArgAtomicFilter

GetFilters returns the Filters field value if set, zero value otherwise.

func (*ComplexArg) GetFiltersOk ¶

func (o *ComplexArg) GetFiltersOk() (*[][]ArgAtomicFilter, bool)

GetFiltersOk returns a tuple with the Filters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComplexArg) GetRoot ¶

func (o *ComplexArg) GetRoot() string

GetRoot returns the Root field value if set, zero value otherwise.

func (*ComplexArg) GetRootOk ¶

func (o *ComplexArg) GetRootOk() (*string, bool)

GetRootOk returns a tuple with the Root field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComplexArg) GetTransformers ¶

func (o *ComplexArg) GetTransformers() []ArgTransformer

GetTransformers returns the Transformers field value if set, zero value otherwise.

func (*ComplexArg) GetTransformersOk ¶

func (o *ComplexArg) GetTransformersOk() (*[]ArgTransformer, bool)

GetTransformersOk returns a tuple with the Transformers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComplexArg) HasAccessor ¶

func (o *ComplexArg) HasAccessor() bool

HasAccessor returns a boolean if a field has been set.

func (*ComplexArg) HasFilters ¶

func (o *ComplexArg) HasFilters() bool

HasFilters returns a boolean if a field has been set.

func (*ComplexArg) HasRoot ¶

func (o *ComplexArg) HasRoot() bool

HasRoot returns a boolean if a field has been set.

func (*ComplexArg) HasTransformers ¶

func (o *ComplexArg) HasTransformers() bool

HasTransformers returns a boolean if a field has been set.

func (ComplexArg) MarshalJSON ¶

func (o ComplexArg) MarshalJSON() ([]byte, error)

func (*ComplexArg) SetAccessor ¶

func (o *ComplexArg) SetAccessor(v string)

SetAccessor gets a reference to the given string and assigns it to the Accessor field.

func (*ComplexArg) SetFilters ¶

func (o *ComplexArg) SetFilters(v [][]ArgAtomicFilter)

SetFilters gets a reference to the given [][]ArgAtomicFilter and assigns it to the Filters field.

func (*ComplexArg) SetRoot ¶

func (o *ComplexArg) SetRoot(v string)

SetRoot gets a reference to the given string and assigns it to the Root field.

func (*ComplexArg) SetTransformers ¶

func (o *ComplexArg) SetTransformers(v []ArgTransformer)

SetTransformers gets a reference to the given []ArgTransformer and assigns it to the Transformers field.

type ConfigField ¶

type ConfigField struct {
	DefaultValue    *string   `json:"defaultValue,omitempty"`
	Display         *string   `json:"display,omitempty"`
	DisplayPassword *string   `json:"displayPassword,omitempty"`
	Hidden          *bool     `json:"hidden,omitempty"`
	HiddenPassword  *bool     `json:"hiddenPassword,omitempty"`
	HiddenUsername  *bool     `json:"hiddenUsername,omitempty"`
	Info            *string   `json:"info,omitempty"`
	Name            *string   `json:"name,omitempty"`
	Options         *[]string `json:"options,omitempty"`
	Required        *bool     `json:"required,omitempty"`
	// ConfigDataType holds the type of a configuration field or command argument
	Type *float64 `json:"type,omitempty"`
}

ConfigField ConfigField holds a configuration field

func NewConfigField ¶

func NewConfigField() *ConfigField

NewConfigField instantiates a new ConfigField 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 NewConfigFieldWithDefaults ¶

func NewConfigFieldWithDefaults() *ConfigField

NewConfigFieldWithDefaults instantiates a new ConfigField 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 (*ConfigField) GetDefaultValue ¶

func (o *ConfigField) GetDefaultValue() string

GetDefaultValue returns the DefaultValue field value if set, zero value otherwise.

func (*ConfigField) GetDefaultValueOk ¶

func (o *ConfigField) GetDefaultValueOk() (*string, bool)

GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigField) GetDisplay ¶

func (o *ConfigField) GetDisplay() string

GetDisplay returns the Display field value if set, zero value otherwise.

func (*ConfigField) GetDisplayOk ¶

func (o *ConfigField) GetDisplayOk() (*string, bool)

GetDisplayOk returns a tuple with the Display field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigField) GetDisplayPassword ¶

func (o *ConfigField) GetDisplayPassword() string

GetDisplayPassword returns the DisplayPassword field value if set, zero value otherwise.

func (*ConfigField) GetDisplayPasswordOk ¶

func (o *ConfigField) GetDisplayPasswordOk() (*string, bool)

GetDisplayPasswordOk returns a tuple with the DisplayPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigField) GetHidden ¶

func (o *ConfigField) GetHidden() bool

GetHidden returns the Hidden field value if set, zero value otherwise.

func (*ConfigField) GetHiddenOk ¶

func (o *ConfigField) GetHiddenOk() (*bool, bool)

GetHiddenOk returns a tuple with the Hidden field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigField) GetHiddenPassword ¶

func (o *ConfigField) GetHiddenPassword() bool

GetHiddenPassword returns the HiddenPassword field value if set, zero value otherwise.

func (*ConfigField) GetHiddenPasswordOk ¶

func (o *ConfigField) GetHiddenPasswordOk() (*bool, bool)

GetHiddenPasswordOk returns a tuple with the HiddenPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigField) GetHiddenUsername ¶

func (o *ConfigField) GetHiddenUsername() bool

GetHiddenUsername returns the HiddenUsername field value if set, zero value otherwise.

func (*ConfigField) GetHiddenUsernameOk ¶

func (o *ConfigField) GetHiddenUsernameOk() (*bool, bool)

GetHiddenUsernameOk returns a tuple with the HiddenUsername field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigField) GetInfo ¶

func (o *ConfigField) GetInfo() string

GetInfo returns the Info field value if set, zero value otherwise.

func (*ConfigField) GetInfoOk ¶

func (o *ConfigField) GetInfoOk() (*string, bool)

GetInfoOk returns a tuple with the Info field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigField) GetName ¶

func (o *ConfigField) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ConfigField) GetNameOk ¶

func (o *ConfigField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigField) GetOptions ¶

func (o *ConfigField) GetOptions() []string

GetOptions returns the Options field value if set, zero value otherwise.

func (*ConfigField) GetOptionsOk ¶

func (o *ConfigField) GetOptionsOk() (*[]string, bool)

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigField) GetRequired ¶

func (o *ConfigField) GetRequired() bool

GetRequired returns the Required field value if set, zero value otherwise.

func (*ConfigField) GetRequiredOk ¶

func (o *ConfigField) GetRequiredOk() (*bool, bool)

GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigField) GetType ¶

func (o *ConfigField) GetType() float64

GetType returns the Type field value if set, zero value otherwise.

func (*ConfigField) GetTypeOk ¶

func (o *ConfigField) GetTypeOk() (*float64, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigField) HasDefaultValue ¶

func (o *ConfigField) HasDefaultValue() bool

HasDefaultValue returns a boolean if a field has been set.

func (*ConfigField) HasDisplay ¶

func (o *ConfigField) HasDisplay() bool

HasDisplay returns a boolean if a field has been set.

func (*ConfigField) HasDisplayPassword ¶

func (o *ConfigField) HasDisplayPassword() bool

HasDisplayPassword returns a boolean if a field has been set.

func (*ConfigField) HasHidden ¶

func (o *ConfigField) HasHidden() bool

HasHidden returns a boolean if a field has been set.

func (*ConfigField) HasHiddenPassword ¶

func (o *ConfigField) HasHiddenPassword() bool

HasHiddenPassword returns a boolean if a field has been set.

func (*ConfigField) HasHiddenUsername ¶

func (o *ConfigField) HasHiddenUsername() bool

HasHiddenUsername returns a boolean if a field has been set.

func (*ConfigField) HasInfo ¶

func (o *ConfigField) HasInfo() bool

HasInfo returns a boolean if a field has been set.

func (*ConfigField) HasName ¶

func (o *ConfigField) HasName() bool

HasName returns a boolean if a field has been set.

func (*ConfigField) HasOptions ¶

func (o *ConfigField) HasOptions() bool

HasOptions returns a boolean if a field has been set.

func (*ConfigField) HasRequired ¶

func (o *ConfigField) HasRequired() bool

HasRequired returns a boolean if a field has been set.

func (*ConfigField) HasType ¶

func (o *ConfigField) HasType() bool

HasType returns a boolean if a field has been set.

func (ConfigField) MarshalJSON ¶

func (o ConfigField) MarshalJSON() ([]byte, error)

func (*ConfigField) SetDefaultValue ¶

func (o *ConfigField) SetDefaultValue(v string)

SetDefaultValue gets a reference to the given string and assigns it to the DefaultValue field.

func (*ConfigField) SetDisplay ¶

func (o *ConfigField) SetDisplay(v string)

SetDisplay gets a reference to the given string and assigns it to the Display field.

func (*ConfigField) SetDisplayPassword ¶

func (o *ConfigField) SetDisplayPassword(v string)

SetDisplayPassword gets a reference to the given string and assigns it to the DisplayPassword field.

func (*ConfigField) SetHidden ¶

func (o *ConfigField) SetHidden(v bool)

SetHidden gets a reference to the given bool and assigns it to the Hidden field.

func (*ConfigField) SetHiddenPassword ¶

func (o *ConfigField) SetHiddenPassword(v bool)

SetHiddenPassword gets a reference to the given bool and assigns it to the HiddenPassword field.

func (*ConfigField) SetHiddenUsername ¶

func (o *ConfigField) SetHiddenUsername(v bool)

SetHiddenUsername gets a reference to the given bool and assigns it to the HiddenUsername field.

func (*ConfigField) SetInfo ¶

func (o *ConfigField) SetInfo(v string)

SetInfo gets a reference to the given string and assigns it to the Info field.

func (*ConfigField) SetName ¶

func (o *ConfigField) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ConfigField) SetOptions ¶

func (o *ConfigField) SetOptions(v []string)

SetOptions gets a reference to the given []string and assigns it to the Options field.

func (*ConfigField) SetRequired ¶

func (o *ConfigField) SetRequired(v bool)

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (*ConfigField) SetType ¶

func (o *ConfigField) SetType(v float64)

SetType gets a reference to the given float64 and assigns it to the Type field.

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) ServerURL ¶

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext ¶

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

type ContainerChangeResponseItem ¶

type ContainerChangeResponseItem struct {
	// Kind of change
	Kind int32 `json:"Kind"`
	// Path to file that has changed
	Path string `json:"Path"`
}

ContainerChangeResponseItem ContainerChangeResponseItem change item in response to ContainerChanges operation

func NewContainerChangeResponseItem ¶

func NewContainerChangeResponseItem(kind int32, path string) *ContainerChangeResponseItem

NewContainerChangeResponseItem instantiates a new ContainerChangeResponseItem 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 NewContainerChangeResponseItemWithDefaults ¶

func NewContainerChangeResponseItemWithDefaults() *ContainerChangeResponseItem

NewContainerChangeResponseItemWithDefaults instantiates a new ContainerChangeResponseItem 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 (*ContainerChangeResponseItem) GetKind ¶

func (o *ContainerChangeResponseItem) GetKind() int32

GetKind returns the Kind field value

func (*ContainerChangeResponseItem) GetKindOk ¶

func (o *ContainerChangeResponseItem) GetKindOk() (*int32, bool)

GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.

func (*ContainerChangeResponseItem) GetPath ¶

func (o *ContainerChangeResponseItem) GetPath() string

GetPath returns the Path field value

func (*ContainerChangeResponseItem) GetPathOk ¶

func (o *ContainerChangeResponseItem) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.

func (ContainerChangeResponseItem) MarshalJSON ¶

func (o ContainerChangeResponseItem) MarshalJSON() ([]byte, error)

func (*ContainerChangeResponseItem) SetKind ¶

func (o *ContainerChangeResponseItem) SetKind(v int32)

SetKind sets field value

func (*ContainerChangeResponseItem) SetPath ¶

func (o *ContainerChangeResponseItem) SetPath(v string)

SetPath sets field value

type ContainerCreateCreatedBody ¶

type ContainerCreateCreatedBody struct {
	// The ID of the created container
	Id string `json:"Id"`
	// Warnings encountered when creating the container
	Warnings []string `json:"Warnings"`
}

ContainerCreateCreatedBody ContainerCreateCreatedBody OK response to ContainerCreate operation

func NewContainerCreateCreatedBody ¶

func NewContainerCreateCreatedBody(id string, warnings []string) *ContainerCreateCreatedBody

NewContainerCreateCreatedBody instantiates a new ContainerCreateCreatedBody 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 NewContainerCreateCreatedBodyWithDefaults ¶

func NewContainerCreateCreatedBodyWithDefaults() *ContainerCreateCreatedBody

NewContainerCreateCreatedBodyWithDefaults instantiates a new ContainerCreateCreatedBody 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 (*ContainerCreateCreatedBody) GetId ¶

GetId returns the Id field value

func (*ContainerCreateCreatedBody) GetIdOk ¶

func (o *ContainerCreateCreatedBody) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ContainerCreateCreatedBody) GetWarnings ¶

func (o *ContainerCreateCreatedBody) GetWarnings() []string

GetWarnings returns the Warnings field value

func (*ContainerCreateCreatedBody) GetWarningsOk ¶

func (o *ContainerCreateCreatedBody) GetWarningsOk() (*[]string, bool)

GetWarningsOk returns a tuple with the Warnings field value and a boolean to check if the value has been set.

func (ContainerCreateCreatedBody) MarshalJSON ¶

func (o ContainerCreateCreatedBody) MarshalJSON() ([]byte, error)

func (*ContainerCreateCreatedBody) SetId ¶

func (o *ContainerCreateCreatedBody) SetId(v string)

SetId sets field value

func (*ContainerCreateCreatedBody) SetWarnings ¶

func (o *ContainerCreateCreatedBody) SetWarnings(v []string)

SetWarnings sets field value

type ContainerTopOKBody ¶

type ContainerTopOKBody struct {
	// Each process running in the container, where each is process is an array of values corresponding to the titles.
	Processes [][]string `json:"Processes"`
	// The ps column titles
	Titles []string `json:"Titles"`
}

ContainerTopOKBody ContainerTopOKBody OK response to ContainerTop operation

func NewContainerTopOKBody ¶

func NewContainerTopOKBody(processes [][]string, titles []string) *ContainerTopOKBody

NewContainerTopOKBody instantiates a new ContainerTopOKBody 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 NewContainerTopOKBodyWithDefaults ¶

func NewContainerTopOKBodyWithDefaults() *ContainerTopOKBody

NewContainerTopOKBodyWithDefaults instantiates a new ContainerTopOKBody 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 (*ContainerTopOKBody) GetProcesses ¶

func (o *ContainerTopOKBody) GetProcesses() [][]string

GetProcesses returns the Processes field value

func (*ContainerTopOKBody) GetProcessesOk ¶

func (o *ContainerTopOKBody) GetProcessesOk() (*[][]string, bool)

GetProcessesOk returns a tuple with the Processes field value and a boolean to check if the value has been set.

func (*ContainerTopOKBody) GetTitles ¶

func (o *ContainerTopOKBody) GetTitles() []string

GetTitles returns the Titles field value

func (*ContainerTopOKBody) GetTitlesOk ¶

func (o *ContainerTopOKBody) GetTitlesOk() (*[]string, bool)

GetTitlesOk returns a tuple with the Titles field value and a boolean to check if the value has been set.

func (ContainerTopOKBody) MarshalJSON ¶

func (o ContainerTopOKBody) MarshalJSON() ([]byte, error)

func (*ContainerTopOKBody) SetProcesses ¶

func (o *ContainerTopOKBody) SetProcesses(v [][]string)

SetProcesses sets field value

func (*ContainerTopOKBody) SetTitles ¶

func (o *ContainerTopOKBody) SetTitles(v []string)

SetTitles sets field value

type ContainerUpdateOKBody ¶

type ContainerUpdateOKBody struct {
	// warnings
	Warnings []string `json:"Warnings"`
}

ContainerUpdateOKBody ContainerUpdateOKBody OK response to ContainerUpdate operation

func NewContainerUpdateOKBody ¶

func NewContainerUpdateOKBody(warnings []string) *ContainerUpdateOKBody

NewContainerUpdateOKBody instantiates a new ContainerUpdateOKBody 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 NewContainerUpdateOKBodyWithDefaults ¶

func NewContainerUpdateOKBodyWithDefaults() *ContainerUpdateOKBody

NewContainerUpdateOKBodyWithDefaults instantiates a new ContainerUpdateOKBody 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 (*ContainerUpdateOKBody) GetWarnings ¶

func (o *ContainerUpdateOKBody) GetWarnings() []string

GetWarnings returns the Warnings field value

func (*ContainerUpdateOKBody) GetWarningsOk ¶

func (o *ContainerUpdateOKBody) GetWarningsOk() (*[]string, bool)

GetWarningsOk returns a tuple with the Warnings field value and a boolean to check if the value has been set.

func (ContainerUpdateOKBody) MarshalJSON ¶

func (o ContainerUpdateOKBody) MarshalJSON() ([]byte, error)

func (*ContainerUpdateOKBody) SetWarnings ¶

func (o *ContainerUpdateOKBody) SetWarnings(v []string)

SetWarnings sets field value

type ContainerWaitOKBody ¶

type ContainerWaitOKBody struct {
	Error ContainerWaitOKBodyError `json:"Error"`
	// Exit code of the container
	StatusCode int64 `json:"StatusCode"`
}

ContainerWaitOKBody ContainerWaitOKBody OK response to ContainerWait operation

func NewContainerWaitOKBody ¶

func NewContainerWaitOKBody(error_ ContainerWaitOKBodyError, statusCode int64) *ContainerWaitOKBody

NewContainerWaitOKBody instantiates a new ContainerWaitOKBody 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 NewContainerWaitOKBodyWithDefaults ¶

func NewContainerWaitOKBodyWithDefaults() *ContainerWaitOKBody

NewContainerWaitOKBodyWithDefaults instantiates a new ContainerWaitOKBody 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 (*ContainerWaitOKBody) GetError ¶

GetError returns the Error field value

func (*ContainerWaitOKBody) GetErrorOk ¶

GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.

func (*ContainerWaitOKBody) GetStatusCode ¶

func (o *ContainerWaitOKBody) GetStatusCode() int64

GetStatusCode returns the StatusCode field value

func (*ContainerWaitOKBody) GetStatusCodeOk ¶

func (o *ContainerWaitOKBody) GetStatusCodeOk() (*int64, bool)

GetStatusCodeOk returns a tuple with the StatusCode field value and a boolean to check if the value has been set.

func (ContainerWaitOKBody) MarshalJSON ¶

func (o ContainerWaitOKBody) MarshalJSON() ([]byte, error)

func (*ContainerWaitOKBody) SetError ¶

SetError sets field value

func (*ContainerWaitOKBody) SetStatusCode ¶

func (o *ContainerWaitOKBody) SetStatusCode(v int64)

SetStatusCode sets field value

type ContainerWaitOKBodyError ¶

type ContainerWaitOKBodyError struct {
	// Details of an error
	Message *string `json:"Message,omitempty"`
}

ContainerWaitOKBodyError ContainerWaitOKBodyError container waiting error, if any

func NewContainerWaitOKBodyError ¶

func NewContainerWaitOKBodyError() *ContainerWaitOKBodyError

NewContainerWaitOKBodyError instantiates a new ContainerWaitOKBodyError 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 NewContainerWaitOKBodyErrorWithDefaults ¶

func NewContainerWaitOKBodyErrorWithDefaults() *ContainerWaitOKBodyError

NewContainerWaitOKBodyErrorWithDefaults instantiates a new ContainerWaitOKBodyError 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 (*ContainerWaitOKBodyError) GetMessage ¶

func (o *ContainerWaitOKBodyError) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*ContainerWaitOKBodyError) GetMessageOk ¶

func (o *ContainerWaitOKBodyError) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContainerWaitOKBodyError) HasMessage ¶

func (o *ContainerWaitOKBodyError) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (ContainerWaitOKBodyError) MarshalJSON ¶

func (o ContainerWaitOKBodyError) MarshalJSON() ([]byte, error)

func (*ContainerWaitOKBodyError) SetMessage ¶

func (o *ContainerWaitOKBodyError) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

type ContainersInfo ¶

type ContainersInfo struct {
	All      *int64 `json:"all,omitempty"`
	Inactive *int64 `json:"inactive,omitempty"`
	Running  *int64 `json:"running,omitempty"`
}

ContainersInfo Info - holds all containers info

func NewContainersInfo ¶

func NewContainersInfo() *ContainersInfo

NewContainersInfo instantiates a new ContainersInfo 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 NewContainersInfoWithDefaults ¶

func NewContainersInfoWithDefaults() *ContainersInfo

NewContainersInfoWithDefaults instantiates a new ContainersInfo 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 (*ContainersInfo) GetAll ¶

func (o *ContainersInfo) GetAll() int64

GetAll returns the All field value if set, zero value otherwise.

func (*ContainersInfo) GetAllOk ¶

func (o *ContainersInfo) GetAllOk() (*int64, bool)

GetAllOk returns a tuple with the All field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContainersInfo) GetInactive ¶

func (o *ContainersInfo) GetInactive() int64

GetInactive returns the Inactive field value if set, zero value otherwise.

func (*ContainersInfo) GetInactiveOk ¶

func (o *ContainersInfo) GetInactiveOk() (*int64, bool)

GetInactiveOk returns a tuple with the Inactive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContainersInfo) GetRunning ¶

func (o *ContainersInfo) GetRunning() int64

GetRunning returns the Running field value if set, zero value otherwise.

func (*ContainersInfo) GetRunningOk ¶

func (o *ContainersInfo) GetRunningOk() (*int64, bool)

GetRunningOk returns a tuple with the Running field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContainersInfo) HasAll ¶

func (o *ContainersInfo) HasAll() bool

HasAll returns a boolean if a field has been set.

func (*ContainersInfo) HasInactive ¶

func (o *ContainersInfo) HasInactive() bool

HasInactive returns a boolean if a field has been set.

func (*ContainersInfo) HasRunning ¶

func (o *ContainersInfo) HasRunning() bool

HasRunning returns a boolean if a field has been set.

func (ContainersInfo) MarshalJSON ¶

func (o ContainersInfo) MarshalJSON() ([]byte, error)

func (*ContainersInfo) SetAll ¶

func (o *ContainersInfo) SetAll(v int64)

SetAll gets a reference to the given int64 and assigns it to the All field.

func (*ContainersInfo) SetInactive ¶

func (o *ContainersInfo) SetInactive(v int64)

SetInactive gets a reference to the given int64 and assigns it to the Inactive field.

func (*ContainersInfo) SetRunning ¶

func (o *ContainersInfo) SetRunning(v int64)

SetRunning gets a reference to the given int64 and assigns it to the Running field.

type ContentItemExportableFields ¶

type ContentItemExportableFields struct {
	FromServerVersion     *string   `json:"fromServerVersion,omitempty"`
	ItemVersion           *string   `json:"itemVersion,omitempty"`
	PackID                *string   `json:"packID,omitempty"`
	PackPropagationLabels *[]string `json:"packPropagationLabels,omitempty"`
	PropagationLabels     *[]string `json:"propagationLabels,omitempty"`
	ToServerVersion       *string   `json:"toServerVersion,omitempty"`
}

ContentItemExportableFields struct for ContentItemExportableFields

func NewContentItemExportableFields ¶

func NewContentItemExportableFields() *ContentItemExportableFields

NewContentItemExportableFields instantiates a new ContentItemExportableFields 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 NewContentItemExportableFieldsWithDefaults ¶

func NewContentItemExportableFieldsWithDefaults() *ContentItemExportableFields

NewContentItemExportableFieldsWithDefaults instantiates a new ContentItemExportableFields 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 (*ContentItemExportableFields) GetFromServerVersion ¶

func (o *ContentItemExportableFields) GetFromServerVersion() string

GetFromServerVersion returns the FromServerVersion field value if set, zero value otherwise.

func (*ContentItemExportableFields) GetFromServerVersionOk ¶

func (o *ContentItemExportableFields) GetFromServerVersionOk() (*string, bool)

GetFromServerVersionOk returns a tuple with the FromServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentItemExportableFields) GetItemVersion ¶

func (o *ContentItemExportableFields) GetItemVersion() string

GetItemVersion returns the ItemVersion field value if set, zero value otherwise.

func (*ContentItemExportableFields) GetItemVersionOk ¶

func (o *ContentItemExportableFields) GetItemVersionOk() (*string, bool)

GetItemVersionOk returns a tuple with the ItemVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentItemExportableFields) GetPackID ¶

func (o *ContentItemExportableFields) GetPackID() string

GetPackID returns the PackID field value if set, zero value otherwise.

func (*ContentItemExportableFields) GetPackIDOk ¶

func (o *ContentItemExportableFields) GetPackIDOk() (*string, bool)

GetPackIDOk returns a tuple with the PackID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentItemExportableFields) GetPackPropagationLabels ¶

func (o *ContentItemExportableFields) GetPackPropagationLabels() []string

GetPackPropagationLabels returns the PackPropagationLabels field value if set, zero value otherwise.

func (*ContentItemExportableFields) GetPackPropagationLabelsOk ¶

func (o *ContentItemExportableFields) GetPackPropagationLabelsOk() (*[]string, bool)

GetPackPropagationLabelsOk returns a tuple with the PackPropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentItemExportableFields) GetPropagationLabels ¶

func (o *ContentItemExportableFields) GetPropagationLabels() []string

GetPropagationLabels returns the PropagationLabels field value if set, zero value otherwise.

func (*ContentItemExportableFields) GetPropagationLabelsOk ¶

func (o *ContentItemExportableFields) GetPropagationLabelsOk() (*[]string, bool)

GetPropagationLabelsOk returns a tuple with the PropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentItemExportableFields) GetToServerVersion ¶

func (o *ContentItemExportableFields) GetToServerVersion() string

GetToServerVersion returns the ToServerVersion field value if set, zero value otherwise.

func (*ContentItemExportableFields) GetToServerVersionOk ¶

func (o *ContentItemExportableFields) GetToServerVersionOk() (*string, bool)

GetToServerVersionOk returns a tuple with the ToServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentItemExportableFields) HasFromServerVersion ¶

func (o *ContentItemExportableFields) HasFromServerVersion() bool

HasFromServerVersion returns a boolean if a field has been set.

func (*ContentItemExportableFields) HasItemVersion ¶

func (o *ContentItemExportableFields) HasItemVersion() bool

HasItemVersion returns a boolean if a field has been set.

func (*ContentItemExportableFields) HasPackID ¶

func (o *ContentItemExportableFields) HasPackID() bool

HasPackID returns a boolean if a field has been set.

func (*ContentItemExportableFields) HasPackPropagationLabels ¶

func (o *ContentItemExportableFields) HasPackPropagationLabels() bool

HasPackPropagationLabels returns a boolean if a field has been set.

func (*ContentItemExportableFields) HasPropagationLabels ¶

func (o *ContentItemExportableFields) HasPropagationLabels() bool

HasPropagationLabels returns a boolean if a field has been set.

func (*ContentItemExportableFields) HasToServerVersion ¶

func (o *ContentItemExportableFields) HasToServerVersion() bool

HasToServerVersion returns a boolean if a field has been set.

func (ContentItemExportableFields) MarshalJSON ¶

func (o ContentItemExportableFields) MarshalJSON() ([]byte, error)

func (*ContentItemExportableFields) SetFromServerVersion ¶

func (o *ContentItemExportableFields) SetFromServerVersion(v string)

SetFromServerVersion gets a reference to the given string and assigns it to the FromServerVersion field.

func (*ContentItemExportableFields) SetItemVersion ¶

func (o *ContentItemExportableFields) SetItemVersion(v string)

SetItemVersion gets a reference to the given string and assigns it to the ItemVersion field.

func (*ContentItemExportableFields) SetPackID ¶

func (o *ContentItemExportableFields) SetPackID(v string)

SetPackID gets a reference to the given string and assigns it to the PackID field.

func (*ContentItemExportableFields) SetPackPropagationLabels ¶

func (o *ContentItemExportableFields) SetPackPropagationLabels(v []string)

SetPackPropagationLabels gets a reference to the given []string and assigns it to the PackPropagationLabels field.

func (*ContentItemExportableFields) SetPropagationLabels ¶

func (o *ContentItemExportableFields) SetPropagationLabels(v []string)

SetPropagationLabels gets a reference to the given []string and assigns it to the PropagationLabels field.

func (*ContentItemExportableFields) SetToServerVersion ¶

func (o *ContentItemExportableFields) SetToServerVersion(v string)

SetToServerVersion gets a reference to the given string and assigns it to the ToServerVersion field.

type ContentItemFields ¶

type ContentItemFields struct {
	FromServerVersion     *string   `json:"fromServerVersion,omitempty"`
	ItemVersion           *string   `json:"itemVersion,omitempty"`
	PackID                *string   `json:"packID,omitempty"`
	PackPropagationLabels *[]string `json:"packPropagationLabels,omitempty"`
	PropagationLabels     *[]string `json:"propagationLabels,omitempty"`
	ToServerVersion       *string   `json:"toServerVersion,omitempty"`
}

ContentItemFields ContentItemFields holds ContentItem fields

func NewContentItemFields ¶

func NewContentItemFields() *ContentItemFields

NewContentItemFields instantiates a new ContentItemFields 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 NewContentItemFieldsWithDefaults ¶

func NewContentItemFieldsWithDefaults() *ContentItemFields

NewContentItemFieldsWithDefaults instantiates a new ContentItemFields 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 (*ContentItemFields) GetFromServerVersion ¶

func (o *ContentItemFields) GetFromServerVersion() string

GetFromServerVersion returns the FromServerVersion field value if set, zero value otherwise.

func (*ContentItemFields) GetFromServerVersionOk ¶

func (o *ContentItemFields) GetFromServerVersionOk() (*string, bool)

GetFromServerVersionOk returns a tuple with the FromServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentItemFields) GetItemVersion ¶

func (o *ContentItemFields) GetItemVersion() string

GetItemVersion returns the ItemVersion field value if set, zero value otherwise.

func (*ContentItemFields) GetItemVersionOk ¶

func (o *ContentItemFields) GetItemVersionOk() (*string, bool)

GetItemVersionOk returns a tuple with the ItemVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentItemFields) GetPackID ¶

func (o *ContentItemFields) GetPackID() string

GetPackID returns the PackID field value if set, zero value otherwise.

func (*ContentItemFields) GetPackIDOk ¶

func (o *ContentItemFields) GetPackIDOk() (*string, bool)

GetPackIDOk returns a tuple with the PackID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentItemFields) GetPackPropagationLabels ¶

func (o *ContentItemFields) GetPackPropagationLabels() []string

GetPackPropagationLabels returns the PackPropagationLabels field value if set, zero value otherwise.

func (*ContentItemFields) GetPackPropagationLabelsOk ¶

func (o *ContentItemFields) GetPackPropagationLabelsOk() (*[]string, bool)

GetPackPropagationLabelsOk returns a tuple with the PackPropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentItemFields) GetPropagationLabels ¶

func (o *ContentItemFields) GetPropagationLabels() []string

GetPropagationLabels returns the PropagationLabels field value if set, zero value otherwise.

func (*ContentItemFields) GetPropagationLabelsOk ¶

func (o *ContentItemFields) GetPropagationLabelsOk() (*[]string, bool)

GetPropagationLabelsOk returns a tuple with the PropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentItemFields) GetToServerVersion ¶

func (o *ContentItemFields) GetToServerVersion() string

GetToServerVersion returns the ToServerVersion field value if set, zero value otherwise.

func (*ContentItemFields) GetToServerVersionOk ¶

func (o *ContentItemFields) GetToServerVersionOk() (*string, bool)

GetToServerVersionOk returns a tuple with the ToServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentItemFields) HasFromServerVersion ¶

func (o *ContentItemFields) HasFromServerVersion() bool

HasFromServerVersion returns a boolean if a field has been set.

func (*ContentItemFields) HasItemVersion ¶

func (o *ContentItemFields) HasItemVersion() bool

HasItemVersion returns a boolean if a field has been set.

func (*ContentItemFields) HasPackID ¶

func (o *ContentItemFields) HasPackID() bool

HasPackID returns a boolean if a field has been set.

func (*ContentItemFields) HasPackPropagationLabels ¶

func (o *ContentItemFields) HasPackPropagationLabels() bool

HasPackPropagationLabels returns a boolean if a field has been set.

func (*ContentItemFields) HasPropagationLabels ¶

func (o *ContentItemFields) HasPropagationLabels() bool

HasPropagationLabels returns a boolean if a field has been set.

func (*ContentItemFields) HasToServerVersion ¶

func (o *ContentItemFields) HasToServerVersion() bool

HasToServerVersion returns a boolean if a field has been set.

func (ContentItemFields) MarshalJSON ¶

func (o ContentItemFields) MarshalJSON() ([]byte, error)

func (*ContentItemFields) SetFromServerVersion ¶

func (o *ContentItemFields) SetFromServerVersion(v string)

SetFromServerVersion gets a reference to the given string and assigns it to the FromServerVersion field.

func (*ContentItemFields) SetItemVersion ¶

func (o *ContentItemFields) SetItemVersion(v string)

SetItemVersion gets a reference to the given string and assigns it to the ItemVersion field.

func (*ContentItemFields) SetPackID ¶

func (o *ContentItemFields) SetPackID(v string)

SetPackID gets a reference to the given string and assigns it to the PackID field.

func (*ContentItemFields) SetPackPropagationLabels ¶

func (o *ContentItemFields) SetPackPropagationLabels(v []string)

SetPackPropagationLabels gets a reference to the given []string and assigns it to the PackPropagationLabels field.

func (*ContentItemFields) SetPropagationLabels ¶

func (o *ContentItemFields) SetPropagationLabels(v []string)

SetPropagationLabels gets a reference to the given []string and assigns it to the PropagationLabels field.

func (*ContentItemFields) SetToServerVersion ¶

func (o *ContentItemFields) SetToServerVersion(v string)

SetToServerVersion gets a reference to the given string and assigns it to the ToServerVersion field.

type ContentItemVersionedFields ¶

type ContentItemVersionedFields struct {
	CommitMessage                     *string   `json:"commitMessage,omitempty"`
	FromServerVersion                 *string   `json:"fromServerVersion,omitempty"`
	ItemVersion                       *string   `json:"itemVersion,omitempty"`
	PackID                            *string   `json:"packID,omitempty"`
	PackPropagationLabels             *[]string `json:"packPropagationLabels,omitempty"`
	PropagationLabels                 *[]string `json:"propagationLabels,omitempty"`
	ShouldCommit                      *bool     `json:"shouldCommit,omitempty"`
	ToServerVersion                   *string   `json:"toServerVersion,omitempty"`
	VcShouldIgnore                    *bool     `json:"vcShouldIgnore,omitempty"`
	VcShouldKeepItemLegacyProdMachine *bool     `json:"vcShouldKeepItemLegacyProdMachine,omitempty"`
}

ContentItemVersionedFields struct for ContentItemVersionedFields

func NewContentItemVersionedFields ¶

func NewContentItemVersionedFields() *ContentItemVersionedFields

NewContentItemVersionedFields instantiates a new ContentItemVersionedFields 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 NewContentItemVersionedFieldsWithDefaults ¶

func NewContentItemVersionedFieldsWithDefaults() *ContentItemVersionedFields

NewContentItemVersionedFieldsWithDefaults instantiates a new ContentItemVersionedFields 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 (*ContentItemVersionedFields) GetCommitMessage ¶

func (o *ContentItemVersionedFields) GetCommitMessage() string

GetCommitMessage returns the CommitMessage field value if set, zero value otherwise.

func (*ContentItemVersionedFields) GetCommitMessageOk ¶

func (o *ContentItemVersionedFields) GetCommitMessageOk() (*string, bool)

GetCommitMessageOk returns a tuple with the CommitMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentItemVersionedFields) GetFromServerVersion ¶

func (o *ContentItemVersionedFields) GetFromServerVersion() string

GetFromServerVersion returns the FromServerVersion field value if set, zero value otherwise.

func (*ContentItemVersionedFields) GetFromServerVersionOk ¶

func (o *ContentItemVersionedFields) GetFromServerVersionOk() (*string, bool)

GetFromServerVersionOk returns a tuple with the FromServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentItemVersionedFields) GetItemVersion ¶

func (o *ContentItemVersionedFields) GetItemVersion() string

GetItemVersion returns the ItemVersion field value if set, zero value otherwise.

func (*ContentItemVersionedFields) GetItemVersionOk ¶

func (o *ContentItemVersionedFields) GetItemVersionOk() (*string, bool)

GetItemVersionOk returns a tuple with the ItemVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentItemVersionedFields) GetPackID ¶

func (o *ContentItemVersionedFields) GetPackID() string

GetPackID returns the PackID field value if set, zero value otherwise.

func (*ContentItemVersionedFields) GetPackIDOk ¶

func (o *ContentItemVersionedFields) GetPackIDOk() (*string, bool)

GetPackIDOk returns a tuple with the PackID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentItemVersionedFields) GetPackPropagationLabels ¶

func (o *ContentItemVersionedFields) GetPackPropagationLabels() []string

GetPackPropagationLabels returns the PackPropagationLabels field value if set, zero value otherwise.

func (*ContentItemVersionedFields) GetPackPropagationLabelsOk ¶

func (o *ContentItemVersionedFields) GetPackPropagationLabelsOk() (*[]string, bool)

GetPackPropagationLabelsOk returns a tuple with the PackPropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentItemVersionedFields) GetPropagationLabels ¶

func (o *ContentItemVersionedFields) GetPropagationLabels() []string

GetPropagationLabels returns the PropagationLabels field value if set, zero value otherwise.

func (*ContentItemVersionedFields) GetPropagationLabelsOk ¶

func (o *ContentItemVersionedFields) GetPropagationLabelsOk() (*[]string, bool)

GetPropagationLabelsOk returns a tuple with the PropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentItemVersionedFields) GetShouldCommit ¶

func (o *ContentItemVersionedFields) GetShouldCommit() bool

GetShouldCommit returns the ShouldCommit field value if set, zero value otherwise.

func (*ContentItemVersionedFields) GetShouldCommitOk ¶

func (o *ContentItemVersionedFields) GetShouldCommitOk() (*bool, bool)

GetShouldCommitOk returns a tuple with the ShouldCommit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentItemVersionedFields) GetToServerVersion ¶

func (o *ContentItemVersionedFields) GetToServerVersion() string

GetToServerVersion returns the ToServerVersion field value if set, zero value otherwise.

func (*ContentItemVersionedFields) GetToServerVersionOk ¶

func (o *ContentItemVersionedFields) GetToServerVersionOk() (*string, bool)

GetToServerVersionOk returns a tuple with the ToServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentItemVersionedFields) GetVcShouldIgnore ¶

func (o *ContentItemVersionedFields) GetVcShouldIgnore() bool

GetVcShouldIgnore returns the VcShouldIgnore field value if set, zero value otherwise.

func (*ContentItemVersionedFields) GetVcShouldIgnoreOk ¶

func (o *ContentItemVersionedFields) GetVcShouldIgnoreOk() (*bool, bool)

GetVcShouldIgnoreOk returns a tuple with the VcShouldIgnore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentItemVersionedFields) GetVcShouldKeepItemLegacyProdMachine ¶

func (o *ContentItemVersionedFields) GetVcShouldKeepItemLegacyProdMachine() bool

GetVcShouldKeepItemLegacyProdMachine returns the VcShouldKeepItemLegacyProdMachine field value if set, zero value otherwise.

func (*ContentItemVersionedFields) GetVcShouldKeepItemLegacyProdMachineOk ¶

func (o *ContentItemVersionedFields) GetVcShouldKeepItemLegacyProdMachineOk() (*bool, bool)

GetVcShouldKeepItemLegacyProdMachineOk returns a tuple with the VcShouldKeepItemLegacyProdMachine field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentItemVersionedFields) HasCommitMessage ¶

func (o *ContentItemVersionedFields) HasCommitMessage() bool

HasCommitMessage returns a boolean if a field has been set.

func (*ContentItemVersionedFields) HasFromServerVersion ¶

func (o *ContentItemVersionedFields) HasFromServerVersion() bool

HasFromServerVersion returns a boolean if a field has been set.

func (*ContentItemVersionedFields) HasItemVersion ¶

func (o *ContentItemVersionedFields) HasItemVersion() bool

HasItemVersion returns a boolean if a field has been set.

func (*ContentItemVersionedFields) HasPackID ¶

func (o *ContentItemVersionedFields) HasPackID() bool

HasPackID returns a boolean if a field has been set.

func (*ContentItemVersionedFields) HasPackPropagationLabels ¶

func (o *ContentItemVersionedFields) HasPackPropagationLabels() bool

HasPackPropagationLabels returns a boolean if a field has been set.

func (*ContentItemVersionedFields) HasPropagationLabels ¶

func (o *ContentItemVersionedFields) HasPropagationLabels() bool

HasPropagationLabels returns a boolean if a field has been set.

func (*ContentItemVersionedFields) HasShouldCommit ¶

func (o *ContentItemVersionedFields) HasShouldCommit() bool

HasShouldCommit returns a boolean if a field has been set.

func (*ContentItemVersionedFields) HasToServerVersion ¶

func (o *ContentItemVersionedFields) HasToServerVersion() bool

HasToServerVersion returns a boolean if a field has been set.

func (*ContentItemVersionedFields) HasVcShouldIgnore ¶

func (o *ContentItemVersionedFields) HasVcShouldIgnore() bool

HasVcShouldIgnore returns a boolean if a field has been set.

func (*ContentItemVersionedFields) HasVcShouldKeepItemLegacyProdMachine ¶

func (o *ContentItemVersionedFields) HasVcShouldKeepItemLegacyProdMachine() bool

HasVcShouldKeepItemLegacyProdMachine returns a boolean if a field has been set.

func (ContentItemVersionedFields) MarshalJSON ¶

func (o ContentItemVersionedFields) MarshalJSON() ([]byte, error)

func (*ContentItemVersionedFields) SetCommitMessage ¶

func (o *ContentItemVersionedFields) SetCommitMessage(v string)

SetCommitMessage gets a reference to the given string and assigns it to the CommitMessage field.

func (*ContentItemVersionedFields) SetFromServerVersion ¶

func (o *ContentItemVersionedFields) SetFromServerVersion(v string)

SetFromServerVersion gets a reference to the given string and assigns it to the FromServerVersion field.

func (*ContentItemVersionedFields) SetItemVersion ¶

func (o *ContentItemVersionedFields) SetItemVersion(v string)

SetItemVersion gets a reference to the given string and assigns it to the ItemVersion field.

func (*ContentItemVersionedFields) SetPackID ¶

func (o *ContentItemVersionedFields) SetPackID(v string)

SetPackID gets a reference to the given string and assigns it to the PackID field.

func (*ContentItemVersionedFields) SetPackPropagationLabels ¶

func (o *ContentItemVersionedFields) SetPackPropagationLabels(v []string)

SetPackPropagationLabels gets a reference to the given []string and assigns it to the PackPropagationLabels field.

func (*ContentItemVersionedFields) SetPropagationLabels ¶

func (o *ContentItemVersionedFields) SetPropagationLabels(v []string)

SetPropagationLabels gets a reference to the given []string and assigns it to the PropagationLabels field.

func (*ContentItemVersionedFields) SetShouldCommit ¶

func (o *ContentItemVersionedFields) SetShouldCommit(v bool)

SetShouldCommit gets a reference to the given bool and assigns it to the ShouldCommit field.

func (*ContentItemVersionedFields) SetToServerVersion ¶

func (o *ContentItemVersionedFields) SetToServerVersion(v string)

SetToServerVersion gets a reference to the given string and assigns it to the ToServerVersion field.

func (*ContentItemVersionedFields) SetVcShouldIgnore ¶

func (o *ContentItemVersionedFields) SetVcShouldIgnore(v bool)

SetVcShouldIgnore gets a reference to the given bool and assigns it to the VcShouldIgnore field.

func (*ContentItemVersionedFields) SetVcShouldKeepItemLegacyProdMachine ¶

func (o *ContentItemVersionedFields) SetVcShouldKeepItemLegacyProdMachine(v bool)

SetVcShouldKeepItemLegacyProdMachine gets a reference to the given bool and assigns it to the VcShouldKeepItemLegacyProdMachine field.

type CreateAccountRequest ¶

type CreateAccountRequest struct {
	AccountRoles      *[]string `json:"accountRoles,omitempty"`
	HostGroupId       *string   `json:"hostGroupId,omitempty"`
	Name              *string   `json:"name,omitempty"`
	PropagationLabels *[]string `json:"propagationLabels,omitempty"`
	SyncOnCreation    *bool     `json:"syncOnCreation,omitempty"`
}

CreateAccountRequest Request body to create an account

func NewCreateAccountRequest ¶

func NewCreateAccountRequest() *CreateAccountRequest

NewCreateAccountRequest instantiates a new CreateAccountRequest 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 NewCreateAccountRequestWithDefaults ¶

func NewCreateAccountRequestWithDefaults() *CreateAccountRequest

NewCreateAccountRequestWithDefaults instantiates a new CreateAccountRequest 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 (*CreateAccountRequest) GetAccountRoles ¶

func (o *CreateAccountRequest) GetAccountRoles() []string

GetAccountRoles returns the AccountRoles field value if set, zero value otherwise.

func (*CreateAccountRequest) GetAccountRolesOk ¶

func (o *CreateAccountRequest) GetAccountRolesOk() (*[]string, bool)

GetAccountRolesOk returns a tuple with the AccountRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateAccountRequest) GetHostGroupId ¶

func (o *CreateAccountRequest) GetHostGroupId() string

GetHostGroupId returns the HostGroupId field value if set, zero value otherwise.

func (*CreateAccountRequest) GetHostGroupIdOk ¶

func (o *CreateAccountRequest) GetHostGroupIdOk() (*string, bool)

GetHostGroupIdOk returns a tuple with the HostGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateAccountRequest) GetName ¶

func (o *CreateAccountRequest) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*CreateAccountRequest) GetNameOk ¶

func (o *CreateAccountRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateAccountRequest) GetPropagationLabels ¶

func (o *CreateAccountRequest) GetPropagationLabels() []string

GetPropagationLabels returns the PropagationLabels field value if set, zero value otherwise.

func (*CreateAccountRequest) GetPropagationLabelsOk ¶

func (o *CreateAccountRequest) GetPropagationLabelsOk() (*[]string, bool)

GetPropagationLabelsOk returns a tuple with the PropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateAccountRequest) GetSyncOnCreation ¶

func (o *CreateAccountRequest) GetSyncOnCreation() bool

GetSyncOnCreation returns the SyncOnCreation field value if set, zero value otherwise.

func (*CreateAccountRequest) GetSyncOnCreationOk ¶

func (o *CreateAccountRequest) GetSyncOnCreationOk() (*bool, bool)

GetSyncOnCreationOk returns a tuple with the SyncOnCreation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateAccountRequest) HasAccountRoles ¶

func (o *CreateAccountRequest) HasAccountRoles() bool

HasAccountRoles returns a boolean if a field has been set.

func (*CreateAccountRequest) HasHostGroupId ¶

func (o *CreateAccountRequest) HasHostGroupId() bool

HasHostGroupId returns a boolean if a field has been set.

func (*CreateAccountRequest) HasName ¶

func (o *CreateAccountRequest) HasName() bool

HasName returns a boolean if a field has been set.

func (*CreateAccountRequest) HasPropagationLabels ¶

func (o *CreateAccountRequest) HasPropagationLabels() bool

HasPropagationLabels returns a boolean if a field has been set.

func (*CreateAccountRequest) HasSyncOnCreation ¶

func (o *CreateAccountRequest) HasSyncOnCreation() bool

HasSyncOnCreation returns a boolean if a field has been set.

func (CreateAccountRequest) MarshalJSON ¶

func (o CreateAccountRequest) MarshalJSON() ([]byte, error)

func (*CreateAccountRequest) SetAccountRoles ¶

func (o *CreateAccountRequest) SetAccountRoles(v []string)

SetAccountRoles gets a reference to the given []string and assigns it to the AccountRoles field.

func (*CreateAccountRequest) SetHostGroupId ¶

func (o *CreateAccountRequest) SetHostGroupId(v string)

SetHostGroupId gets a reference to the given string and assigns it to the HostGroupId field.

func (*CreateAccountRequest) SetName ¶

func (o *CreateAccountRequest) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*CreateAccountRequest) SetPropagationLabels ¶

func (o *CreateAccountRequest) SetPropagationLabels(v []string)

SetPropagationLabels gets a reference to the given []string and assigns it to the PropagationLabels field.

func (*CreateAccountRequest) SetSyncOnCreation ¶

func (o *CreateAccountRequest) SetSyncOnCreation(v bool)

SetSyncOnCreation gets a reference to the given bool and assigns it to the SyncOnCreation field.

type CreateHAGroupRequest ¶

type CreateHAGroupRequest struct {
	Name                 *string `json:"name,omitempty"`
	ElasticsearchAddress *string `json:"elasticsearchAddress,omitempty"`
	ElasticIndexPrefix   *string `json:"elasticIndexPrefix,omitempty"`
	Id                   *string `json:"id,omitempty"`
}

CreateHAGroupRequest Request body to create HA group

func NewCreateHAGroupRequest ¶

func NewCreateHAGroupRequest() *CreateHAGroupRequest

NewCreateHAGroupRequest instantiates a new CreateHAGroupRequest 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 NewCreateHAGroupRequestWithDefaults ¶

func NewCreateHAGroupRequestWithDefaults() *CreateHAGroupRequest

NewCreateHAGroupRequestWithDefaults instantiates a new CreateHAGroupRequest 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 (*CreateHAGroupRequest) GetElasticIndexPrefix ¶

func (o *CreateHAGroupRequest) GetElasticIndexPrefix() string

GetElasticIndexPrefix returns the ElasticIndexPrefix field value if set, zero value otherwise.

func (*CreateHAGroupRequest) GetElasticIndexPrefixOk ¶

func (o *CreateHAGroupRequest) GetElasticIndexPrefixOk() (*string, bool)

GetElasticIndexPrefixOk returns a tuple with the ElasticIndexPrefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateHAGroupRequest) GetElasticsearchAddress ¶

func (o *CreateHAGroupRequest) GetElasticsearchAddress() string

GetElasticsearchAddress returns the ElasticsearchAddress field value if set, zero value otherwise.

func (*CreateHAGroupRequest) GetElasticsearchAddressOk ¶

func (o *CreateHAGroupRequest) GetElasticsearchAddressOk() (*string, bool)

GetElasticsearchAddressOk returns a tuple with the ElasticsearchAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateHAGroupRequest) GetId ¶

func (o *CreateHAGroupRequest) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*CreateHAGroupRequest) GetIdOk ¶

func (o *CreateHAGroupRequest) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateHAGroupRequest) GetName ¶

func (o *CreateHAGroupRequest) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*CreateHAGroupRequest) GetNameOk ¶

func (o *CreateHAGroupRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateHAGroupRequest) HasElasticIndexPrefix ¶

func (o *CreateHAGroupRequest) HasElasticIndexPrefix() bool

HasElasticIndexPrefix returns a boolean if a field has been set.

func (*CreateHAGroupRequest) HasElasticsearchAddress ¶

func (o *CreateHAGroupRequest) HasElasticsearchAddress() bool

HasElasticsearchAddress returns a boolean if a field has been set.

func (*CreateHAGroupRequest) HasId ¶

func (o *CreateHAGroupRequest) HasId() bool

HasId returns a boolean if a field has been set.

func (*CreateHAGroupRequest) HasName ¶

func (o *CreateHAGroupRequest) HasName() bool

HasName returns a boolean if a field has been set.

func (CreateHAGroupRequest) MarshalJSON ¶

func (o CreateHAGroupRequest) MarshalJSON() ([]byte, error)

func (*CreateHAGroupRequest) SetElasticIndexPrefix ¶

func (o *CreateHAGroupRequest) SetElasticIndexPrefix(v string)

SetElasticIndexPrefix gets a reference to the given string and assigns it to the ElasticIndexPrefix field.

func (*CreateHAGroupRequest) SetElasticsearchAddress ¶

func (o *CreateHAGroupRequest) SetElasticsearchAddress(v string)

SetElasticsearchAddress gets a reference to the given string and assigns it to the ElasticsearchAddress field.

func (*CreateHAGroupRequest) SetId ¶

func (o *CreateHAGroupRequest) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*CreateHAGroupRequest) SetName ¶

func (o *CreateHAGroupRequest) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

type CreateIncidentRequest ¶

type CreateIncidentRequest struct {
	ShardID *int64 `json:"ShardID,omitempty"`
	// Account holds the tenant name so that slicing and dicing on the master can leverage bleve
	Account *string `json:"account,omitempty"`
	// When was this activated
	Activated *time.Time `json:"activated,omitempty"`
	// The user that activated this investigation
	ActivatingingUserId *string `json:"activatingingUserId,omitempty"`
	AllRead             *bool   `json:"allRead,omitempty"`
	AllReadWrite        *bool   `json:"allReadWrite,omitempty"`
	// AlmostUniqueTime is an attempt to have a unique sortable ID for an incident
	Autime *int64 `json:"autime,omitempty"`
	// Canvases of the incident
	Canvases *[]string `json:"canvases,omitempty"`
	// Category
	Category *string `json:"category,omitempty"`
	// Notes for closing the incident
	CloseNotes *string `json:"closeNotes,omitempty"`
	// The reason for closing the incident (select from existing predefined values)
	CloseReason *string `json:"closeReason,omitempty"`
	// When was this closed
	Closed *time.Time `json:"closed,omitempty"`
	// The user ID that closed this investigation
	ClosingUserId       *string `json:"closingUserId,omitempty"`
	CreateInvestigation *bool   `json:"createInvestigation,omitempty"`
	// When was this created
	Created *time.Time `json:"created,omitempty"`
	// Who has created this event - relevant only for manual incidents
	DbotCreatedBy *string `json:"dbotCreatedBy,omitempty"`
	// For mirroring, manage a list of current dirty fields so that we can send delta to outgoing integration
	DbotCurrentDirtyFields *[]string `json:"dbotCurrentDirtyFields,omitempty"`
	// For mirroring, manage a list of dirty fields to not override them from the source of the incident
	DbotDirtyFields *[]string `json:"dbotDirtyFields,omitempty"`
	// DBotMirrorDirection of how to mirror the incident (in/out/both)
	DbotMirrorDirection *string `json:"dbotMirrorDirection,omitempty"`
	// DBotMirrorID of a remote system we are syncing with
	DbotMirrorId *string `json:"dbotMirrorId,omitempty"`
	// DBotMirrorInstance name of a mirror integration instance
	DbotMirrorInstance *string `json:"dbotMirrorInstance,omitempty"`
	// The last time we synced this incident even if we did not update anything
	DbotMirrorLastSync *time.Time `json:"dbotMirrorLastSync,omitempty"`
	// The entry tags I want to sync to remote system
	DbotMirrorTags *[]string `json:"dbotMirrorTags,omitempty"`
	// The details of the incident - reason, etc.
	Details *string `json:"details,omitempty"`
	// DroppedCount ...
	DroppedCount *int64 `json:"droppedCount,omitempty"`
	// SLA
	DueDate *time.Time `json:"dueDate,omitempty"`
	// If this incident was triggered by a feed job
	FeedBased *bool `json:"feedBased,omitempty"`
	// Internal field to make queries on role faster
	HasRole   *bool                `json:"hasRole,omitempty"`
	Highlight *map[string][]string `json:"highlight,omitempty"`
	Id        *string              `json:"id,omitempty"`
	// Investigation that was opened as a result of the incoming event
	InvestigationId *string `json:"investigationId,omitempty"`
	// IsDebug ...
	IsDebug *bool `json:"isDebug,omitempty"`
	// IsPlayGround
	IsPlayground *bool `json:"isPlayground,omitempty"`
	// Labels related to incident - each label is composed of a type and value
	Labels *[]Label `json:"labels,omitempty"`
	// If this incident was triggered by a job, this would be the time the **previous** job started
	LastJobRunTime *time.Time `json:"lastJobRunTime,omitempty"`
	LastOpen       *time.Time `json:"lastOpen,omitempty"`
	// LinkedCount ...
	LinkedCount *int64 `json:"linkedCount,omitempty"`
	// LinkedIncidents incidents that were marked as linked by user
	LinkedIncidents *[]string  `json:"linkedIncidents,omitempty"`
	Modified        *time.Time `json:"modified,omitempty"`
	// Incident Name - given by user
	Name *string `json:"name,omitempty"`
	// Incdicates when last this field was changed with a value that supposed to send a notification
	NotifyTime *time.Time `json:"notifyTime,omitempty"`
	NumericId  *int64     `json:"numericId,omitempty"`
	// When this incident has really occurred
	Occurred *time.Time `json:"occurred,omitempty"`
	// Duration incident was open
	OpenDuration *int64 `json:"openDuration,omitempty"`
	// The user who owns this incident
	Owner *string `json:"owner,omitempty"`
	// Parent
	Parent *string `json:"parent,omitempty"`
	// Phase
	Phase *string `json:"phase,omitempty"`
	// The associated playbook for this incident
	PlaybookId           *string `json:"playbookId,omitempty"`
	PreviousAllRead      *bool   `json:"previousAllRead,omitempty"`
	PreviousAllReadWrite *bool   `json:"previousAllReadWrite,omitempty"`
	// Do not change this field manually
	PreviousRoles *[]string `json:"previousRoles,omitempty"`
	PrimaryTerm   *int64    `json:"primaryTerm,omitempty"`
	RawCategory   *string   `json:"rawCategory,omitempty"`
	// The reason for closing the incident (select from existing predefined values)
	RawCloseReason *string `json:"rawCloseReason,omitempty"`
	RawJSON        *string `json:"rawJSON,omitempty"`
	// Incident RawName
	RawName *string `json:"rawName,omitempty"`
	// RawPhase
	RawPhase *string `json:"rawPhase,omitempty"`
	// Incident raw type
	RawType *string `json:"rawType,omitempty"`
	// The reason for the resolve
	Reason *string `json:"reason,omitempty"`
	// When if at all to send a reminder
	Reminder *time.Time `json:"reminder,omitempty"`
	// The role assigned to this investigation
	Roles *[]string `json:"roles,omitempty"`
	// RunStatus of a job
	RunStatus      *string `json:"runStatus,omitempty"`
	SequenceNumber *int64  `json:"sequenceNumber,omitempty"`
	// Severity is the incident severity
	Severity *float64 `json:"severity,omitempty"`
	// SLAState is the incident sla at closure time
	Sla        *float64  `json:"sla,omitempty"`
	SortValues *[]string `json:"sortValues,omitempty"`
	// SourceBrand ...
	SourceBrand *string `json:"sourceBrand,omitempty"`
	// SourceInstance ...
	SourceInstance *string `json:"sourceInstance,omitempty"`
	// IncidentStatus is the status of the incident
	Status *float64 `json:"status,omitempty"`
	// ToDoTaskIDs list of to do task ids
	TodoTaskIds *[]string `json:"todoTaskIds,omitempty"`
	// Incident type
	Type                       *string   `json:"type,omitempty"`
	Version                    *int64    `json:"version,omitempty"`
	XsoarHasReadOnlyRole       *bool     `json:"xsoarHasReadOnlyRole,omitempty"`
	XsoarPreviousReadOnlyRoles *[]string `json:"xsoarPreviousReadOnlyRoles,omitempty"`
	XsoarReadOnlyRoles         *[]string `json:"xsoarReadOnlyRoles,omitempty"`
}

CreateIncidentRequest CreateIncidentRequest is an extension for Incident entity, with additional field of changed-status for the web client

func NewCreateIncidentRequest ¶

func NewCreateIncidentRequest() *CreateIncidentRequest

NewCreateIncidentRequest instantiates a new CreateIncidentRequest 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 NewCreateIncidentRequestWithDefaults ¶

func NewCreateIncidentRequestWithDefaults() *CreateIncidentRequest

NewCreateIncidentRequestWithDefaults instantiates a new CreateIncidentRequest 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 (*CreateIncidentRequest) GetAccount ¶

func (o *CreateIncidentRequest) GetAccount() string

GetAccount returns the Account field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetAccountOk ¶

func (o *CreateIncidentRequest) GetAccountOk() (*string, bool)

GetAccountOk returns a tuple with the Account field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetActivated ¶

func (o *CreateIncidentRequest) GetActivated() time.Time

GetActivated returns the Activated field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetActivatedOk ¶

func (o *CreateIncidentRequest) GetActivatedOk() (*time.Time, bool)

GetActivatedOk returns a tuple with the Activated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetActivatingingUserId ¶

func (o *CreateIncidentRequest) GetActivatingingUserId() string

GetActivatingingUserId returns the ActivatingingUserId field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetActivatingingUserIdOk ¶

func (o *CreateIncidentRequest) GetActivatingingUserIdOk() (*string, bool)

GetActivatingingUserIdOk returns a tuple with the ActivatingingUserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetAllRead ¶

func (o *CreateIncidentRequest) GetAllRead() bool

GetAllRead returns the AllRead field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetAllReadOk ¶

func (o *CreateIncidentRequest) GetAllReadOk() (*bool, bool)

GetAllReadOk returns a tuple with the AllRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetAllReadWrite ¶

func (o *CreateIncidentRequest) GetAllReadWrite() bool

GetAllReadWrite returns the AllReadWrite field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetAllReadWriteOk ¶

func (o *CreateIncidentRequest) GetAllReadWriteOk() (*bool, bool)

GetAllReadWriteOk returns a tuple with the AllReadWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetAutime ¶

func (o *CreateIncidentRequest) GetAutime() int64

GetAutime returns the Autime field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetAutimeOk ¶

func (o *CreateIncidentRequest) GetAutimeOk() (*int64, bool)

GetAutimeOk returns a tuple with the Autime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetCanvases ¶

func (o *CreateIncidentRequest) GetCanvases() []string

GetCanvases returns the Canvases field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetCanvasesOk ¶

func (o *CreateIncidentRequest) GetCanvasesOk() (*[]string, bool)

GetCanvasesOk returns a tuple with the Canvases field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetCategory ¶

func (o *CreateIncidentRequest) GetCategory() string

GetCategory returns the Category field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetCategoryOk ¶

func (o *CreateIncidentRequest) GetCategoryOk() (*string, bool)

GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetCloseNotes ¶

func (o *CreateIncidentRequest) GetCloseNotes() string

GetCloseNotes returns the CloseNotes field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetCloseNotesOk ¶

func (o *CreateIncidentRequest) GetCloseNotesOk() (*string, bool)

GetCloseNotesOk returns a tuple with the CloseNotes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetCloseReason ¶

func (o *CreateIncidentRequest) GetCloseReason() string

GetCloseReason returns the CloseReason field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetCloseReasonOk ¶

func (o *CreateIncidentRequest) GetCloseReasonOk() (*string, bool)

GetCloseReasonOk returns a tuple with the CloseReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetClosed ¶

func (o *CreateIncidentRequest) GetClosed() time.Time

GetClosed returns the Closed field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetClosedOk ¶

func (o *CreateIncidentRequest) GetClosedOk() (*time.Time, bool)

GetClosedOk returns a tuple with the Closed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetClosingUserId ¶

func (o *CreateIncidentRequest) GetClosingUserId() string

GetClosingUserId returns the ClosingUserId field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetClosingUserIdOk ¶

func (o *CreateIncidentRequest) GetClosingUserIdOk() (*string, bool)

GetClosingUserIdOk returns a tuple with the ClosingUserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetCreateInvestigation ¶

func (o *CreateIncidentRequest) GetCreateInvestigation() bool

GetCreateInvestigation returns the CreateInvestigation field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetCreateInvestigationOk ¶

func (o *CreateIncidentRequest) GetCreateInvestigationOk() (*bool, bool)

GetCreateInvestigationOk returns a tuple with the CreateInvestigation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetCreated ¶

func (o *CreateIncidentRequest) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetCreatedOk ¶

func (o *CreateIncidentRequest) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetDbotCreatedBy ¶

func (o *CreateIncidentRequest) GetDbotCreatedBy() string

GetDbotCreatedBy returns the DbotCreatedBy field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetDbotCreatedByOk ¶

func (o *CreateIncidentRequest) GetDbotCreatedByOk() (*string, bool)

GetDbotCreatedByOk returns a tuple with the DbotCreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetDbotCurrentDirtyFields ¶

func (o *CreateIncidentRequest) GetDbotCurrentDirtyFields() []string

GetDbotCurrentDirtyFields returns the DbotCurrentDirtyFields field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetDbotCurrentDirtyFieldsOk ¶

func (o *CreateIncidentRequest) GetDbotCurrentDirtyFieldsOk() (*[]string, bool)

GetDbotCurrentDirtyFieldsOk returns a tuple with the DbotCurrentDirtyFields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetDbotDirtyFields ¶

func (o *CreateIncidentRequest) GetDbotDirtyFields() []string

GetDbotDirtyFields returns the DbotDirtyFields field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetDbotDirtyFieldsOk ¶

func (o *CreateIncidentRequest) GetDbotDirtyFieldsOk() (*[]string, bool)

GetDbotDirtyFieldsOk returns a tuple with the DbotDirtyFields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetDbotMirrorDirection ¶

func (o *CreateIncidentRequest) GetDbotMirrorDirection() string

GetDbotMirrorDirection returns the DbotMirrorDirection field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetDbotMirrorDirectionOk ¶

func (o *CreateIncidentRequest) GetDbotMirrorDirectionOk() (*string, bool)

GetDbotMirrorDirectionOk returns a tuple with the DbotMirrorDirection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetDbotMirrorId ¶

func (o *CreateIncidentRequest) GetDbotMirrorId() string

GetDbotMirrorId returns the DbotMirrorId field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetDbotMirrorIdOk ¶

func (o *CreateIncidentRequest) GetDbotMirrorIdOk() (*string, bool)

GetDbotMirrorIdOk returns a tuple with the DbotMirrorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetDbotMirrorInstance ¶

func (o *CreateIncidentRequest) GetDbotMirrorInstance() string

GetDbotMirrorInstance returns the DbotMirrorInstance field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetDbotMirrorInstanceOk ¶

func (o *CreateIncidentRequest) GetDbotMirrorInstanceOk() (*string, bool)

GetDbotMirrorInstanceOk returns a tuple with the DbotMirrorInstance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetDbotMirrorLastSync ¶

func (o *CreateIncidentRequest) GetDbotMirrorLastSync() time.Time

GetDbotMirrorLastSync returns the DbotMirrorLastSync field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetDbotMirrorLastSyncOk ¶

func (o *CreateIncidentRequest) GetDbotMirrorLastSyncOk() (*time.Time, bool)

GetDbotMirrorLastSyncOk returns a tuple with the DbotMirrorLastSync field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetDbotMirrorTags ¶

func (o *CreateIncidentRequest) GetDbotMirrorTags() []string

GetDbotMirrorTags returns the DbotMirrorTags field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetDbotMirrorTagsOk ¶

func (o *CreateIncidentRequest) GetDbotMirrorTagsOk() (*[]string, bool)

GetDbotMirrorTagsOk returns a tuple with the DbotMirrorTags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetDetails ¶

func (o *CreateIncidentRequest) GetDetails() string

GetDetails returns the Details field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetDetailsOk ¶

func (o *CreateIncidentRequest) GetDetailsOk() (*string, bool)

GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetDroppedCount ¶

func (o *CreateIncidentRequest) GetDroppedCount() int64

GetDroppedCount returns the DroppedCount field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetDroppedCountOk ¶

func (o *CreateIncidentRequest) GetDroppedCountOk() (*int64, bool)

GetDroppedCountOk returns a tuple with the DroppedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetDueDate ¶

func (o *CreateIncidentRequest) GetDueDate() time.Time

GetDueDate returns the DueDate field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetDueDateOk ¶

func (o *CreateIncidentRequest) GetDueDateOk() (*time.Time, bool)

GetDueDateOk returns a tuple with the DueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetFeedBased ¶

func (o *CreateIncidentRequest) GetFeedBased() bool

GetFeedBased returns the FeedBased field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetFeedBasedOk ¶

func (o *CreateIncidentRequest) GetFeedBasedOk() (*bool, bool)

GetFeedBasedOk returns a tuple with the FeedBased field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetHasRole ¶

func (o *CreateIncidentRequest) GetHasRole() bool

GetHasRole returns the HasRole field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetHasRoleOk ¶

func (o *CreateIncidentRequest) GetHasRoleOk() (*bool, bool)

GetHasRoleOk returns a tuple with the HasRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetHighlight ¶

func (o *CreateIncidentRequest) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetHighlightOk ¶

func (o *CreateIncidentRequest) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetId ¶

func (o *CreateIncidentRequest) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetIdOk ¶

func (o *CreateIncidentRequest) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetInvestigationId ¶

func (o *CreateIncidentRequest) GetInvestigationId() string

GetInvestigationId returns the InvestigationId field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetInvestigationIdOk ¶

func (o *CreateIncidentRequest) GetInvestigationIdOk() (*string, bool)

GetInvestigationIdOk returns a tuple with the InvestigationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetIsDebug ¶

func (o *CreateIncidentRequest) GetIsDebug() bool

GetIsDebug returns the IsDebug field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetIsDebugOk ¶

func (o *CreateIncidentRequest) GetIsDebugOk() (*bool, bool)

GetIsDebugOk returns a tuple with the IsDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetIsPlayground ¶

func (o *CreateIncidentRequest) GetIsPlayground() bool

GetIsPlayground returns the IsPlayground field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetIsPlaygroundOk ¶

func (o *CreateIncidentRequest) GetIsPlaygroundOk() (*bool, bool)

GetIsPlaygroundOk returns a tuple with the IsPlayground field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetLabels ¶

func (o *CreateIncidentRequest) GetLabels() []Label

GetLabels returns the Labels field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetLabelsOk ¶

func (o *CreateIncidentRequest) GetLabelsOk() (*[]Label, bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetLastJobRunTime ¶

func (o *CreateIncidentRequest) GetLastJobRunTime() time.Time

GetLastJobRunTime returns the LastJobRunTime field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetLastJobRunTimeOk ¶

func (o *CreateIncidentRequest) GetLastJobRunTimeOk() (*time.Time, bool)

GetLastJobRunTimeOk returns a tuple with the LastJobRunTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetLastOpen ¶

func (o *CreateIncidentRequest) GetLastOpen() time.Time

GetLastOpen returns the LastOpen field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetLastOpenOk ¶

func (o *CreateIncidentRequest) GetLastOpenOk() (*time.Time, bool)

GetLastOpenOk returns a tuple with the LastOpen field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetLinkedCount ¶

func (o *CreateIncidentRequest) GetLinkedCount() int64

GetLinkedCount returns the LinkedCount field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetLinkedCountOk ¶

func (o *CreateIncidentRequest) GetLinkedCountOk() (*int64, bool)

GetLinkedCountOk returns a tuple with the LinkedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetLinkedIncidents ¶

func (o *CreateIncidentRequest) GetLinkedIncidents() []string

GetLinkedIncidents returns the LinkedIncidents field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetLinkedIncidentsOk ¶

func (o *CreateIncidentRequest) GetLinkedIncidentsOk() (*[]string, bool)

GetLinkedIncidentsOk returns a tuple with the LinkedIncidents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetModified ¶

func (o *CreateIncidentRequest) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetModifiedOk ¶

func (o *CreateIncidentRequest) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetName ¶

func (o *CreateIncidentRequest) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetNameOk ¶

func (o *CreateIncidentRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetNotifyTime ¶

func (o *CreateIncidentRequest) GetNotifyTime() time.Time

GetNotifyTime returns the NotifyTime field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetNotifyTimeOk ¶

func (o *CreateIncidentRequest) GetNotifyTimeOk() (*time.Time, bool)

GetNotifyTimeOk returns a tuple with the NotifyTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetNumericId ¶

func (o *CreateIncidentRequest) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetNumericIdOk ¶

func (o *CreateIncidentRequest) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetOccurred ¶

func (o *CreateIncidentRequest) GetOccurred() time.Time

GetOccurred returns the Occurred field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetOccurredOk ¶

func (o *CreateIncidentRequest) GetOccurredOk() (*time.Time, bool)

GetOccurredOk returns a tuple with the Occurred field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetOpenDuration ¶

func (o *CreateIncidentRequest) GetOpenDuration() int64

GetOpenDuration returns the OpenDuration field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetOpenDurationOk ¶

func (o *CreateIncidentRequest) GetOpenDurationOk() (*int64, bool)

GetOpenDurationOk returns a tuple with the OpenDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetOwner ¶

func (o *CreateIncidentRequest) GetOwner() string

GetOwner returns the Owner field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetOwnerOk ¶

func (o *CreateIncidentRequest) GetOwnerOk() (*string, bool)

GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetParent ¶

func (o *CreateIncidentRequest) GetParent() string

GetParent returns the Parent field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetParentOk ¶

func (o *CreateIncidentRequest) GetParentOk() (*string, bool)

GetParentOk returns a tuple with the Parent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetPhase ¶

func (o *CreateIncidentRequest) GetPhase() string

GetPhase returns the Phase field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetPhaseOk ¶

func (o *CreateIncidentRequest) GetPhaseOk() (*string, bool)

GetPhaseOk returns a tuple with the Phase field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetPlaybookId ¶

func (o *CreateIncidentRequest) GetPlaybookId() string

GetPlaybookId returns the PlaybookId field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetPlaybookIdOk ¶

func (o *CreateIncidentRequest) GetPlaybookIdOk() (*string, bool)

GetPlaybookIdOk returns a tuple with the PlaybookId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetPreviousAllRead ¶

func (o *CreateIncidentRequest) GetPreviousAllRead() bool

GetPreviousAllRead returns the PreviousAllRead field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetPreviousAllReadOk ¶

func (o *CreateIncidentRequest) GetPreviousAllReadOk() (*bool, bool)

GetPreviousAllReadOk returns a tuple with the PreviousAllRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetPreviousAllReadWrite ¶

func (o *CreateIncidentRequest) GetPreviousAllReadWrite() bool

GetPreviousAllReadWrite returns the PreviousAllReadWrite field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetPreviousAllReadWriteOk ¶

func (o *CreateIncidentRequest) GetPreviousAllReadWriteOk() (*bool, bool)

GetPreviousAllReadWriteOk returns a tuple with the PreviousAllReadWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetPreviousRoles ¶

func (o *CreateIncidentRequest) GetPreviousRoles() []string

GetPreviousRoles returns the PreviousRoles field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetPreviousRolesOk ¶

func (o *CreateIncidentRequest) GetPreviousRolesOk() (*[]string, bool)

GetPreviousRolesOk returns a tuple with the PreviousRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetPrimaryTerm ¶

func (o *CreateIncidentRequest) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetPrimaryTermOk ¶

func (o *CreateIncidentRequest) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetRawCategory ¶

func (o *CreateIncidentRequest) GetRawCategory() string

GetRawCategory returns the RawCategory field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetRawCategoryOk ¶

func (o *CreateIncidentRequest) GetRawCategoryOk() (*string, bool)

GetRawCategoryOk returns a tuple with the RawCategory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetRawCloseReason ¶

func (o *CreateIncidentRequest) GetRawCloseReason() string

GetRawCloseReason returns the RawCloseReason field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetRawCloseReasonOk ¶

func (o *CreateIncidentRequest) GetRawCloseReasonOk() (*string, bool)

GetRawCloseReasonOk returns a tuple with the RawCloseReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetRawJSON ¶

func (o *CreateIncidentRequest) GetRawJSON() string

GetRawJSON returns the RawJSON field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetRawJSONOk ¶

func (o *CreateIncidentRequest) GetRawJSONOk() (*string, bool)

GetRawJSONOk returns a tuple with the RawJSON field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetRawName ¶

func (o *CreateIncidentRequest) GetRawName() string

GetRawName returns the RawName field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetRawNameOk ¶

func (o *CreateIncidentRequest) GetRawNameOk() (*string, bool)

GetRawNameOk returns a tuple with the RawName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetRawPhase ¶

func (o *CreateIncidentRequest) GetRawPhase() string

GetRawPhase returns the RawPhase field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetRawPhaseOk ¶

func (o *CreateIncidentRequest) GetRawPhaseOk() (*string, bool)

GetRawPhaseOk returns a tuple with the RawPhase field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetRawType ¶

func (o *CreateIncidentRequest) GetRawType() string

GetRawType returns the RawType field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetRawTypeOk ¶

func (o *CreateIncidentRequest) GetRawTypeOk() (*string, bool)

GetRawTypeOk returns a tuple with the RawType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetReason ¶

func (o *CreateIncidentRequest) GetReason() string

GetReason returns the Reason field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetReasonOk ¶

func (o *CreateIncidentRequest) GetReasonOk() (*string, bool)

GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetReminder ¶

func (o *CreateIncidentRequest) GetReminder() time.Time

GetReminder returns the Reminder field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetReminderOk ¶

func (o *CreateIncidentRequest) GetReminderOk() (*time.Time, bool)

GetReminderOk returns a tuple with the Reminder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetRoles ¶

func (o *CreateIncidentRequest) GetRoles() []string

GetRoles returns the Roles field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetRolesOk ¶

func (o *CreateIncidentRequest) GetRolesOk() (*[]string, bool)

GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetRunStatus ¶

func (o *CreateIncidentRequest) GetRunStatus() string

GetRunStatus returns the RunStatus field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetRunStatusOk ¶

func (o *CreateIncidentRequest) GetRunStatusOk() (*string, bool)

GetRunStatusOk returns a tuple with the RunStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetSequenceNumber ¶

func (o *CreateIncidentRequest) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetSequenceNumberOk ¶

func (o *CreateIncidentRequest) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetSeverity ¶

func (o *CreateIncidentRequest) GetSeverity() float64

GetSeverity returns the Severity field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetSeverityOk ¶

func (o *CreateIncidentRequest) GetSeverityOk() (*float64, bool)

GetSeverityOk returns a tuple with the Severity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetShardID ¶

func (o *CreateIncidentRequest) GetShardID() int64

GetShardID returns the ShardID field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetShardIDOk ¶

func (o *CreateIncidentRequest) GetShardIDOk() (*int64, bool)

GetShardIDOk returns a tuple with the ShardID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetSla ¶

func (o *CreateIncidentRequest) GetSla() float64

GetSla returns the Sla field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetSlaOk ¶

func (o *CreateIncidentRequest) GetSlaOk() (*float64, bool)

GetSlaOk returns a tuple with the Sla field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetSortValues ¶

func (o *CreateIncidentRequest) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetSortValuesOk ¶

func (o *CreateIncidentRequest) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetSourceBrand ¶

func (o *CreateIncidentRequest) GetSourceBrand() string

GetSourceBrand returns the SourceBrand field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetSourceBrandOk ¶

func (o *CreateIncidentRequest) GetSourceBrandOk() (*string, bool)

GetSourceBrandOk returns a tuple with the SourceBrand field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetSourceInstance ¶

func (o *CreateIncidentRequest) GetSourceInstance() string

GetSourceInstance returns the SourceInstance field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetSourceInstanceOk ¶

func (o *CreateIncidentRequest) GetSourceInstanceOk() (*string, bool)

GetSourceInstanceOk returns a tuple with the SourceInstance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetStatus ¶

func (o *CreateIncidentRequest) GetStatus() float64

GetStatus returns the Status field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetStatusOk ¶

func (o *CreateIncidentRequest) GetStatusOk() (*float64, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetTodoTaskIds ¶

func (o *CreateIncidentRequest) GetTodoTaskIds() []string

GetTodoTaskIds returns the TodoTaskIds field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetTodoTaskIdsOk ¶

func (o *CreateIncidentRequest) GetTodoTaskIdsOk() (*[]string, bool)

GetTodoTaskIdsOk returns a tuple with the TodoTaskIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetType ¶

func (o *CreateIncidentRequest) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetTypeOk ¶

func (o *CreateIncidentRequest) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetVersion ¶

func (o *CreateIncidentRequest) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetVersionOk ¶

func (o *CreateIncidentRequest) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetXsoarHasReadOnlyRole ¶

func (o *CreateIncidentRequest) GetXsoarHasReadOnlyRole() bool

GetXsoarHasReadOnlyRole returns the XsoarHasReadOnlyRole field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetXsoarHasReadOnlyRoleOk ¶

func (o *CreateIncidentRequest) GetXsoarHasReadOnlyRoleOk() (*bool, bool)

GetXsoarHasReadOnlyRoleOk returns a tuple with the XsoarHasReadOnlyRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetXsoarPreviousReadOnlyRoles ¶

func (o *CreateIncidentRequest) GetXsoarPreviousReadOnlyRoles() []string

GetXsoarPreviousReadOnlyRoles returns the XsoarPreviousReadOnlyRoles field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetXsoarPreviousReadOnlyRolesOk ¶

func (o *CreateIncidentRequest) GetXsoarPreviousReadOnlyRolesOk() (*[]string, bool)

GetXsoarPreviousReadOnlyRolesOk returns a tuple with the XsoarPreviousReadOnlyRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) GetXsoarReadOnlyRoles ¶

func (o *CreateIncidentRequest) GetXsoarReadOnlyRoles() []string

GetXsoarReadOnlyRoles returns the XsoarReadOnlyRoles field value if set, zero value otherwise.

func (*CreateIncidentRequest) GetXsoarReadOnlyRolesOk ¶

func (o *CreateIncidentRequest) GetXsoarReadOnlyRolesOk() (*[]string, bool)

GetXsoarReadOnlyRolesOk returns a tuple with the XsoarReadOnlyRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateIncidentRequest) HasAccount ¶

func (o *CreateIncidentRequest) HasAccount() bool

HasAccount returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasActivated ¶

func (o *CreateIncidentRequest) HasActivated() bool

HasActivated returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasActivatingingUserId ¶

func (o *CreateIncidentRequest) HasActivatingingUserId() bool

HasActivatingingUserId returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasAllRead ¶

func (o *CreateIncidentRequest) HasAllRead() bool

HasAllRead returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasAllReadWrite ¶

func (o *CreateIncidentRequest) HasAllReadWrite() bool

HasAllReadWrite returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasAutime ¶

func (o *CreateIncidentRequest) HasAutime() bool

HasAutime returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasCanvases ¶

func (o *CreateIncidentRequest) HasCanvases() bool

HasCanvases returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasCategory ¶

func (o *CreateIncidentRequest) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasCloseNotes ¶

func (o *CreateIncidentRequest) HasCloseNotes() bool

HasCloseNotes returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasCloseReason ¶

func (o *CreateIncidentRequest) HasCloseReason() bool

HasCloseReason returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasClosed ¶

func (o *CreateIncidentRequest) HasClosed() bool

HasClosed returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasClosingUserId ¶

func (o *CreateIncidentRequest) HasClosingUserId() bool

HasClosingUserId returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasCreateInvestigation ¶

func (o *CreateIncidentRequest) HasCreateInvestigation() bool

HasCreateInvestigation returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasCreated ¶

func (o *CreateIncidentRequest) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasDbotCreatedBy ¶

func (o *CreateIncidentRequest) HasDbotCreatedBy() bool

HasDbotCreatedBy returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasDbotCurrentDirtyFields ¶

func (o *CreateIncidentRequest) HasDbotCurrentDirtyFields() bool

HasDbotCurrentDirtyFields returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasDbotDirtyFields ¶

func (o *CreateIncidentRequest) HasDbotDirtyFields() bool

HasDbotDirtyFields returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasDbotMirrorDirection ¶

func (o *CreateIncidentRequest) HasDbotMirrorDirection() bool

HasDbotMirrorDirection returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasDbotMirrorId ¶

func (o *CreateIncidentRequest) HasDbotMirrorId() bool

HasDbotMirrorId returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasDbotMirrorInstance ¶

func (o *CreateIncidentRequest) HasDbotMirrorInstance() bool

HasDbotMirrorInstance returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasDbotMirrorLastSync ¶

func (o *CreateIncidentRequest) HasDbotMirrorLastSync() bool

HasDbotMirrorLastSync returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasDbotMirrorTags ¶

func (o *CreateIncidentRequest) HasDbotMirrorTags() bool

HasDbotMirrorTags returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasDetails ¶

func (o *CreateIncidentRequest) HasDetails() bool

HasDetails returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasDroppedCount ¶

func (o *CreateIncidentRequest) HasDroppedCount() bool

HasDroppedCount returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasDueDate ¶

func (o *CreateIncidentRequest) HasDueDate() bool

HasDueDate returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasFeedBased ¶

func (o *CreateIncidentRequest) HasFeedBased() bool

HasFeedBased returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasHasRole ¶

func (o *CreateIncidentRequest) HasHasRole() bool

HasHasRole returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasHighlight ¶

func (o *CreateIncidentRequest) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasId ¶

func (o *CreateIncidentRequest) HasId() bool

HasId returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasInvestigationId ¶

func (o *CreateIncidentRequest) HasInvestigationId() bool

HasInvestigationId returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasIsDebug ¶

func (o *CreateIncidentRequest) HasIsDebug() bool

HasIsDebug returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasIsPlayground ¶

func (o *CreateIncidentRequest) HasIsPlayground() bool

HasIsPlayground returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasLabels ¶

func (o *CreateIncidentRequest) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasLastJobRunTime ¶

func (o *CreateIncidentRequest) HasLastJobRunTime() bool

HasLastJobRunTime returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasLastOpen ¶

func (o *CreateIncidentRequest) HasLastOpen() bool

HasLastOpen returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasLinkedCount ¶

func (o *CreateIncidentRequest) HasLinkedCount() bool

HasLinkedCount returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasLinkedIncidents ¶

func (o *CreateIncidentRequest) HasLinkedIncidents() bool

HasLinkedIncidents returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasModified ¶

func (o *CreateIncidentRequest) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasName ¶

func (o *CreateIncidentRequest) HasName() bool

HasName returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasNotifyTime ¶

func (o *CreateIncidentRequest) HasNotifyTime() bool

HasNotifyTime returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasNumericId ¶

func (o *CreateIncidentRequest) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasOccurred ¶

func (o *CreateIncidentRequest) HasOccurred() bool

HasOccurred returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasOpenDuration ¶

func (o *CreateIncidentRequest) HasOpenDuration() bool

HasOpenDuration returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasOwner ¶

func (o *CreateIncidentRequest) HasOwner() bool

HasOwner returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasParent ¶

func (o *CreateIncidentRequest) HasParent() bool

HasParent returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasPhase ¶

func (o *CreateIncidentRequest) HasPhase() bool

HasPhase returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasPlaybookId ¶

func (o *CreateIncidentRequest) HasPlaybookId() bool

HasPlaybookId returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasPreviousAllRead ¶

func (o *CreateIncidentRequest) HasPreviousAllRead() bool

HasPreviousAllRead returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasPreviousAllReadWrite ¶

func (o *CreateIncidentRequest) HasPreviousAllReadWrite() bool

HasPreviousAllReadWrite returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasPreviousRoles ¶

func (o *CreateIncidentRequest) HasPreviousRoles() bool

HasPreviousRoles returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasPrimaryTerm ¶

func (o *CreateIncidentRequest) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasRawCategory ¶

func (o *CreateIncidentRequest) HasRawCategory() bool

HasRawCategory returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasRawCloseReason ¶

func (o *CreateIncidentRequest) HasRawCloseReason() bool

HasRawCloseReason returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasRawJSON ¶

func (o *CreateIncidentRequest) HasRawJSON() bool

HasRawJSON returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasRawName ¶

func (o *CreateIncidentRequest) HasRawName() bool

HasRawName returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasRawPhase ¶

func (o *CreateIncidentRequest) HasRawPhase() bool

HasRawPhase returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasRawType ¶

func (o *CreateIncidentRequest) HasRawType() bool

HasRawType returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasReason ¶

func (o *CreateIncidentRequest) HasReason() bool

HasReason returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasReminder ¶

func (o *CreateIncidentRequest) HasReminder() bool

HasReminder returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasRoles ¶

func (o *CreateIncidentRequest) HasRoles() bool

HasRoles returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasRunStatus ¶

func (o *CreateIncidentRequest) HasRunStatus() bool

HasRunStatus returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasSequenceNumber ¶

func (o *CreateIncidentRequest) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasSeverity ¶

func (o *CreateIncidentRequest) HasSeverity() bool

HasSeverity returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasShardID ¶

func (o *CreateIncidentRequest) HasShardID() bool

HasShardID returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasSla ¶

func (o *CreateIncidentRequest) HasSla() bool

HasSla returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasSortValues ¶

func (o *CreateIncidentRequest) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasSourceBrand ¶

func (o *CreateIncidentRequest) HasSourceBrand() bool

HasSourceBrand returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasSourceInstance ¶

func (o *CreateIncidentRequest) HasSourceInstance() bool

HasSourceInstance returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasStatus ¶

func (o *CreateIncidentRequest) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasTodoTaskIds ¶

func (o *CreateIncidentRequest) HasTodoTaskIds() bool

HasTodoTaskIds returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasType ¶

func (o *CreateIncidentRequest) HasType() bool

HasType returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasVersion ¶

func (o *CreateIncidentRequest) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasXsoarHasReadOnlyRole ¶

func (o *CreateIncidentRequest) HasXsoarHasReadOnlyRole() bool

HasXsoarHasReadOnlyRole returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasXsoarPreviousReadOnlyRoles ¶

func (o *CreateIncidentRequest) HasXsoarPreviousReadOnlyRoles() bool

HasXsoarPreviousReadOnlyRoles returns a boolean if a field has been set.

func (*CreateIncidentRequest) HasXsoarReadOnlyRoles ¶

func (o *CreateIncidentRequest) HasXsoarReadOnlyRoles() bool

HasXsoarReadOnlyRoles returns a boolean if a field has been set.

func (CreateIncidentRequest) MarshalJSON ¶

func (o CreateIncidentRequest) MarshalJSON() ([]byte, error)

func (*CreateIncidentRequest) SetAccount ¶

func (o *CreateIncidentRequest) SetAccount(v string)

SetAccount gets a reference to the given string and assigns it to the Account field.

func (*CreateIncidentRequest) SetActivated ¶

func (o *CreateIncidentRequest) SetActivated(v time.Time)

SetActivated gets a reference to the given time.Time and assigns it to the Activated field.

func (*CreateIncidentRequest) SetActivatingingUserId ¶

func (o *CreateIncidentRequest) SetActivatingingUserId(v string)

SetActivatingingUserId gets a reference to the given string and assigns it to the ActivatingingUserId field.

func (*CreateIncidentRequest) SetAllRead ¶

func (o *CreateIncidentRequest) SetAllRead(v bool)

SetAllRead gets a reference to the given bool and assigns it to the AllRead field.

func (*CreateIncidentRequest) SetAllReadWrite ¶

func (o *CreateIncidentRequest) SetAllReadWrite(v bool)

SetAllReadWrite gets a reference to the given bool and assigns it to the AllReadWrite field.

func (*CreateIncidentRequest) SetAutime ¶

func (o *CreateIncidentRequest) SetAutime(v int64)

SetAutime gets a reference to the given int64 and assigns it to the Autime field.

func (*CreateIncidentRequest) SetCanvases ¶

func (o *CreateIncidentRequest) SetCanvases(v []string)

SetCanvases gets a reference to the given []string and assigns it to the Canvases field.

func (*CreateIncidentRequest) SetCategory ¶

func (o *CreateIncidentRequest) SetCategory(v string)

SetCategory gets a reference to the given string and assigns it to the Category field.

func (*CreateIncidentRequest) SetCloseNotes ¶

func (o *CreateIncidentRequest) SetCloseNotes(v string)

SetCloseNotes gets a reference to the given string and assigns it to the CloseNotes field.

func (*CreateIncidentRequest) SetCloseReason ¶

func (o *CreateIncidentRequest) SetCloseReason(v string)

SetCloseReason gets a reference to the given string and assigns it to the CloseReason field.

func (*CreateIncidentRequest) SetClosed ¶

func (o *CreateIncidentRequest) SetClosed(v time.Time)

SetClosed gets a reference to the given time.Time and assigns it to the Closed field.

func (*CreateIncidentRequest) SetClosingUserId ¶

func (o *CreateIncidentRequest) SetClosingUserId(v string)

SetClosingUserId gets a reference to the given string and assigns it to the ClosingUserId field.

func (*CreateIncidentRequest) SetCreateInvestigation ¶

func (o *CreateIncidentRequest) SetCreateInvestigation(v bool)

SetCreateInvestigation gets a reference to the given bool and assigns it to the CreateInvestigation field.

func (*CreateIncidentRequest) SetCreated ¶

func (o *CreateIncidentRequest) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*CreateIncidentRequest) SetDbotCreatedBy ¶

func (o *CreateIncidentRequest) SetDbotCreatedBy(v string)

SetDbotCreatedBy gets a reference to the given string and assigns it to the DbotCreatedBy field.

func (*CreateIncidentRequest) SetDbotCurrentDirtyFields ¶

func (o *CreateIncidentRequest) SetDbotCurrentDirtyFields(v []string)

SetDbotCurrentDirtyFields gets a reference to the given []string and assigns it to the DbotCurrentDirtyFields field.

func (*CreateIncidentRequest) SetDbotDirtyFields ¶

func (o *CreateIncidentRequest) SetDbotDirtyFields(v []string)

SetDbotDirtyFields gets a reference to the given []string and assigns it to the DbotDirtyFields field.

func (*CreateIncidentRequest) SetDbotMirrorDirection ¶

func (o *CreateIncidentRequest) SetDbotMirrorDirection(v string)

SetDbotMirrorDirection gets a reference to the given string and assigns it to the DbotMirrorDirection field.

func (*CreateIncidentRequest) SetDbotMirrorId ¶

func (o *CreateIncidentRequest) SetDbotMirrorId(v string)

SetDbotMirrorId gets a reference to the given string and assigns it to the DbotMirrorId field.

func (*CreateIncidentRequest) SetDbotMirrorInstance ¶

func (o *CreateIncidentRequest) SetDbotMirrorInstance(v string)

SetDbotMirrorInstance gets a reference to the given string and assigns it to the DbotMirrorInstance field.

func (*CreateIncidentRequest) SetDbotMirrorLastSync ¶

func (o *CreateIncidentRequest) SetDbotMirrorLastSync(v time.Time)

SetDbotMirrorLastSync gets a reference to the given time.Time and assigns it to the DbotMirrorLastSync field.

func (*CreateIncidentRequest) SetDbotMirrorTags ¶

func (o *CreateIncidentRequest) SetDbotMirrorTags(v []string)

SetDbotMirrorTags gets a reference to the given []string and assigns it to the DbotMirrorTags field.

func (*CreateIncidentRequest) SetDetails ¶

func (o *CreateIncidentRequest) SetDetails(v string)

SetDetails gets a reference to the given string and assigns it to the Details field.

func (*CreateIncidentRequest) SetDroppedCount ¶

func (o *CreateIncidentRequest) SetDroppedCount(v int64)

SetDroppedCount gets a reference to the given int64 and assigns it to the DroppedCount field.

func (*CreateIncidentRequest) SetDueDate ¶

func (o *CreateIncidentRequest) SetDueDate(v time.Time)

SetDueDate gets a reference to the given time.Time and assigns it to the DueDate field.

func (*CreateIncidentRequest) SetFeedBased ¶

func (o *CreateIncidentRequest) SetFeedBased(v bool)

SetFeedBased gets a reference to the given bool and assigns it to the FeedBased field.

func (*CreateIncidentRequest) SetHasRole ¶

func (o *CreateIncidentRequest) SetHasRole(v bool)

SetHasRole gets a reference to the given bool and assigns it to the HasRole field.

func (*CreateIncidentRequest) SetHighlight ¶

func (o *CreateIncidentRequest) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*CreateIncidentRequest) SetId ¶

func (o *CreateIncidentRequest) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*CreateIncidentRequest) SetInvestigationId ¶

func (o *CreateIncidentRequest) SetInvestigationId(v string)

SetInvestigationId gets a reference to the given string and assigns it to the InvestigationId field.

func (*CreateIncidentRequest) SetIsDebug ¶

func (o *CreateIncidentRequest) SetIsDebug(v bool)

SetIsDebug gets a reference to the given bool and assigns it to the IsDebug field.

func (*CreateIncidentRequest) SetIsPlayground ¶

func (o *CreateIncidentRequest) SetIsPlayground(v bool)

SetIsPlayground gets a reference to the given bool and assigns it to the IsPlayground field.

func (*CreateIncidentRequest) SetLabels ¶

func (o *CreateIncidentRequest) SetLabels(v []Label)

SetLabels gets a reference to the given []Label and assigns it to the Labels field.

func (*CreateIncidentRequest) SetLastJobRunTime ¶

func (o *CreateIncidentRequest) SetLastJobRunTime(v time.Time)

SetLastJobRunTime gets a reference to the given time.Time and assigns it to the LastJobRunTime field.

func (*CreateIncidentRequest) SetLastOpen ¶

func (o *CreateIncidentRequest) SetLastOpen(v time.Time)

SetLastOpen gets a reference to the given time.Time and assigns it to the LastOpen field.

func (*CreateIncidentRequest) SetLinkedCount ¶

func (o *CreateIncidentRequest) SetLinkedCount(v int64)

SetLinkedCount gets a reference to the given int64 and assigns it to the LinkedCount field.

func (*CreateIncidentRequest) SetLinkedIncidents ¶

func (o *CreateIncidentRequest) SetLinkedIncidents(v []string)

SetLinkedIncidents gets a reference to the given []string and assigns it to the LinkedIncidents field.

func (*CreateIncidentRequest) SetModified ¶

func (o *CreateIncidentRequest) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*CreateIncidentRequest) SetName ¶

func (o *CreateIncidentRequest) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*CreateIncidentRequest) SetNotifyTime ¶

func (o *CreateIncidentRequest) SetNotifyTime(v time.Time)

SetNotifyTime gets a reference to the given time.Time and assigns it to the NotifyTime field.

func (*CreateIncidentRequest) SetNumericId ¶

func (o *CreateIncidentRequest) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*CreateIncidentRequest) SetOccurred ¶

func (o *CreateIncidentRequest) SetOccurred(v time.Time)

SetOccurred gets a reference to the given time.Time and assigns it to the Occurred field.

func (*CreateIncidentRequest) SetOpenDuration ¶

func (o *CreateIncidentRequest) SetOpenDuration(v int64)

SetOpenDuration gets a reference to the given int64 and assigns it to the OpenDuration field.

func (*CreateIncidentRequest) SetOwner ¶

func (o *CreateIncidentRequest) SetOwner(v string)

SetOwner gets a reference to the given string and assigns it to the Owner field.

func (*CreateIncidentRequest) SetParent ¶

func (o *CreateIncidentRequest) SetParent(v string)

SetParent gets a reference to the given string and assigns it to the Parent field.

func (*CreateIncidentRequest) SetPhase ¶

func (o *CreateIncidentRequest) SetPhase(v string)

SetPhase gets a reference to the given string and assigns it to the Phase field.

func (*CreateIncidentRequest) SetPlaybookId ¶

func (o *CreateIncidentRequest) SetPlaybookId(v string)

SetPlaybookId gets a reference to the given string and assigns it to the PlaybookId field.

func (*CreateIncidentRequest) SetPreviousAllRead ¶

func (o *CreateIncidentRequest) SetPreviousAllRead(v bool)

SetPreviousAllRead gets a reference to the given bool and assigns it to the PreviousAllRead field.

func (*CreateIncidentRequest) SetPreviousAllReadWrite ¶

func (o *CreateIncidentRequest) SetPreviousAllReadWrite(v bool)

SetPreviousAllReadWrite gets a reference to the given bool and assigns it to the PreviousAllReadWrite field.

func (*CreateIncidentRequest) SetPreviousRoles ¶

func (o *CreateIncidentRequest) SetPreviousRoles(v []string)

SetPreviousRoles gets a reference to the given []string and assigns it to the PreviousRoles field.

func (*CreateIncidentRequest) SetPrimaryTerm ¶

func (o *CreateIncidentRequest) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*CreateIncidentRequest) SetRawCategory ¶

func (o *CreateIncidentRequest) SetRawCategory(v string)

SetRawCategory gets a reference to the given string and assigns it to the RawCategory field.

func (*CreateIncidentRequest) SetRawCloseReason ¶

func (o *CreateIncidentRequest) SetRawCloseReason(v string)

SetRawCloseReason gets a reference to the given string and assigns it to the RawCloseReason field.

func (*CreateIncidentRequest) SetRawJSON ¶

func (o *CreateIncidentRequest) SetRawJSON(v string)

SetRawJSON gets a reference to the given string and assigns it to the RawJSON field.

func (*CreateIncidentRequest) SetRawName ¶

func (o *CreateIncidentRequest) SetRawName(v string)

SetRawName gets a reference to the given string and assigns it to the RawName field.

func (*CreateIncidentRequest) SetRawPhase ¶

func (o *CreateIncidentRequest) SetRawPhase(v string)

SetRawPhase gets a reference to the given string and assigns it to the RawPhase field.

func (*CreateIncidentRequest) SetRawType ¶

func (o *CreateIncidentRequest) SetRawType(v string)

SetRawType gets a reference to the given string and assigns it to the RawType field.

func (*CreateIncidentRequest) SetReason ¶

func (o *CreateIncidentRequest) SetReason(v string)

SetReason gets a reference to the given string and assigns it to the Reason field.

func (*CreateIncidentRequest) SetReminder ¶

func (o *CreateIncidentRequest) SetReminder(v time.Time)

SetReminder gets a reference to the given time.Time and assigns it to the Reminder field.

func (*CreateIncidentRequest) SetRoles ¶

func (o *CreateIncidentRequest) SetRoles(v []string)

SetRoles gets a reference to the given []string and assigns it to the Roles field.

func (*CreateIncidentRequest) SetRunStatus ¶

func (o *CreateIncidentRequest) SetRunStatus(v string)

SetRunStatus gets a reference to the given string and assigns it to the RunStatus field.

func (*CreateIncidentRequest) SetSequenceNumber ¶

func (o *CreateIncidentRequest) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*CreateIncidentRequest) SetSeverity ¶

func (o *CreateIncidentRequest) SetSeverity(v float64)

SetSeverity gets a reference to the given float64 and assigns it to the Severity field.

func (*CreateIncidentRequest) SetShardID ¶

func (o *CreateIncidentRequest) SetShardID(v int64)

SetShardID gets a reference to the given int64 and assigns it to the ShardID field.

func (*CreateIncidentRequest) SetSla ¶

func (o *CreateIncidentRequest) SetSla(v float64)

SetSla gets a reference to the given float64 and assigns it to the Sla field.

func (*CreateIncidentRequest) SetSortValues ¶

func (o *CreateIncidentRequest) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*CreateIncidentRequest) SetSourceBrand ¶

func (o *CreateIncidentRequest) SetSourceBrand(v string)

SetSourceBrand gets a reference to the given string and assigns it to the SourceBrand field.

func (*CreateIncidentRequest) SetSourceInstance ¶

func (o *CreateIncidentRequest) SetSourceInstance(v string)

SetSourceInstance gets a reference to the given string and assigns it to the SourceInstance field.

func (*CreateIncidentRequest) SetStatus ¶

func (o *CreateIncidentRequest) SetStatus(v float64)

SetStatus gets a reference to the given float64 and assigns it to the Status field.

func (*CreateIncidentRequest) SetTodoTaskIds ¶

func (o *CreateIncidentRequest) SetTodoTaskIds(v []string)

SetTodoTaskIds gets a reference to the given []string and assigns it to the TodoTaskIds field.

func (*CreateIncidentRequest) SetType ¶

func (o *CreateIncidentRequest) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*CreateIncidentRequest) SetVersion ¶

func (o *CreateIncidentRequest) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

func (*CreateIncidentRequest) SetXsoarHasReadOnlyRole ¶

func (o *CreateIncidentRequest) SetXsoarHasReadOnlyRole(v bool)

SetXsoarHasReadOnlyRole gets a reference to the given bool and assigns it to the XsoarHasReadOnlyRole field.

func (*CreateIncidentRequest) SetXsoarPreviousReadOnlyRoles ¶

func (o *CreateIncidentRequest) SetXsoarPreviousReadOnlyRoles(v []string)

SetXsoarPreviousReadOnlyRoles gets a reference to the given []string and assigns it to the XsoarPreviousReadOnlyRoles field.

func (*CreateIncidentRequest) SetXsoarReadOnlyRoles ¶

func (o *CreateIncidentRequest) SetXsoarReadOnlyRoles(v []string)

SetXsoarReadOnlyRoles gets a reference to the given []string and assigns it to the XsoarReadOnlyRoles field.

type CreateIntegrationRequest ¶ added in v0.2.4

type CreateIntegrationRequest struct {
}

CreateIntegrationRequest struct for CreateIntegrationRequest

func NewCreateIntegrationRequest ¶ added in v0.2.4

func NewCreateIntegrationRequest() *CreateIntegrationRequest

NewCreateIntegrationRequest instantiates a new CreateIntegrationRequest 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 NewCreateIntegrationRequestWithDefaults ¶ added in v0.2.4

func NewCreateIntegrationRequestWithDefaults() *CreateIntegrationRequest

NewCreateIntegrationRequestWithDefaults instantiates a new CreateIntegrationRequest 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 (CreateIntegrationRequest) MarshalJSON ¶ added in v0.2.4

func (o CreateIntegrationRequest) MarshalJSON() ([]byte, error)

type CreateUpdateClassifierRequest ¶ added in v0.2.4

type CreateUpdateClassifierRequest struct {
	DefaultIncidentType *string                 `json:"defaultIncidentType,omitempty"`
	KeyTypeMap          *map[string]interface{} `json:"keyTypeMap,omitempty"`
	Name                *string                 `json:"name,omitempty"`
	Transformer         *map[string]interface{} `json:"transformer,omitempty"`
	Mapping             *map[string]interface{} `json:"mapping,omitempty"`
	Type                *string                 `json:"type,omitempty"`
	Id                  *string                 `json:"id,omitempty"`
	PropagationLabels   *[]string               `json:"propagationLabels,omitempty"`
}

CreateUpdateClassifierRequest Request to create new or update a classifier

func NewCreateUpdateClassifierRequest ¶ added in v0.2.4

func NewCreateUpdateClassifierRequest() *CreateUpdateClassifierRequest

NewCreateUpdateClassifierRequest instantiates a new CreateUpdateClassifierRequest 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 NewCreateUpdateClassifierRequestWithDefaults ¶ added in v0.2.4

func NewCreateUpdateClassifierRequestWithDefaults() *CreateUpdateClassifierRequest

NewCreateUpdateClassifierRequestWithDefaults instantiates a new CreateUpdateClassifierRequest 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 (*CreateUpdateClassifierRequest) GetDefaultIncidentType ¶ added in v0.2.4

func (o *CreateUpdateClassifierRequest) GetDefaultIncidentType() string

GetDefaultIncidentType returns the DefaultIncidentType field value if set, zero value otherwise.

func (*CreateUpdateClassifierRequest) GetDefaultIncidentTypeOk ¶ added in v0.2.4

func (o *CreateUpdateClassifierRequest) GetDefaultIncidentTypeOk() (*string, bool)

GetDefaultIncidentTypeOk returns a tuple with the DefaultIncidentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUpdateClassifierRequest) GetId ¶ added in v0.2.4

GetId returns the Id field value if set, zero value otherwise.

func (*CreateUpdateClassifierRequest) GetIdOk ¶ added in v0.2.4

func (o *CreateUpdateClassifierRequest) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUpdateClassifierRequest) GetKeyTypeMap ¶ added in v0.2.4

func (o *CreateUpdateClassifierRequest) GetKeyTypeMap() map[string]interface{}

GetKeyTypeMap returns the KeyTypeMap field value if set, zero value otherwise.

func (*CreateUpdateClassifierRequest) GetKeyTypeMapOk ¶ added in v0.2.4

func (o *CreateUpdateClassifierRequest) GetKeyTypeMapOk() (*map[string]interface{}, bool)

GetKeyTypeMapOk returns a tuple with the KeyTypeMap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUpdateClassifierRequest) GetMapping ¶ added in v0.2.4

func (o *CreateUpdateClassifierRequest) GetMapping() map[string]interface{}

GetMapping returns the Mapping field value if set, zero value otherwise.

func (*CreateUpdateClassifierRequest) GetMappingOk ¶ added in v0.2.4

func (o *CreateUpdateClassifierRequest) GetMappingOk() (*map[string]interface{}, bool)

GetMappingOk returns a tuple with the Mapping field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUpdateClassifierRequest) GetName ¶ added in v0.2.4

GetName returns the Name field value if set, zero value otherwise.

func (*CreateUpdateClassifierRequest) GetNameOk ¶ added in v0.2.4

func (o *CreateUpdateClassifierRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUpdateClassifierRequest) GetPropagationLabels ¶ added in v0.2.6

func (o *CreateUpdateClassifierRequest) GetPropagationLabels() []string

GetPropagationLabels returns the PropagationLabels field value if set, zero value otherwise.

func (*CreateUpdateClassifierRequest) GetPropagationLabelsOk ¶ added in v0.2.6

func (o *CreateUpdateClassifierRequest) GetPropagationLabelsOk() (*[]string, bool)

GetPropagationLabelsOk returns a tuple with the PropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUpdateClassifierRequest) GetTransformer ¶ added in v0.2.4

func (o *CreateUpdateClassifierRequest) GetTransformer() map[string]interface{}

GetTransformer returns the Transformer field value if set, zero value otherwise.

func (*CreateUpdateClassifierRequest) GetTransformerOk ¶ added in v0.2.4

func (o *CreateUpdateClassifierRequest) GetTransformerOk() (*map[string]interface{}, bool)

GetTransformerOk returns a tuple with the Transformer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUpdateClassifierRequest) GetType ¶ added in v0.2.4

GetType returns the Type field value if set, zero value otherwise.

func (*CreateUpdateClassifierRequest) GetTypeOk ¶ added in v0.2.4

func (o *CreateUpdateClassifierRequest) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUpdateClassifierRequest) HasDefaultIncidentType ¶ added in v0.2.4

func (o *CreateUpdateClassifierRequest) HasDefaultIncidentType() bool

HasDefaultIncidentType returns a boolean if a field has been set.

func (*CreateUpdateClassifierRequest) HasId ¶ added in v0.2.4

HasId returns a boolean if a field has been set.

func (*CreateUpdateClassifierRequest) HasKeyTypeMap ¶ added in v0.2.4

func (o *CreateUpdateClassifierRequest) HasKeyTypeMap() bool

HasKeyTypeMap returns a boolean if a field has been set.

func (*CreateUpdateClassifierRequest) HasMapping ¶ added in v0.2.4

func (o *CreateUpdateClassifierRequest) HasMapping() bool

HasMapping returns a boolean if a field has been set.

func (*CreateUpdateClassifierRequest) HasName ¶ added in v0.2.4

func (o *CreateUpdateClassifierRequest) HasName() bool

HasName returns a boolean if a field has been set.

func (*CreateUpdateClassifierRequest) HasPropagationLabels ¶ added in v0.2.6

func (o *CreateUpdateClassifierRequest) HasPropagationLabels() bool

HasPropagationLabels returns a boolean if a field has been set.

func (*CreateUpdateClassifierRequest) HasTransformer ¶ added in v0.2.4

func (o *CreateUpdateClassifierRequest) HasTransformer() bool

HasTransformer returns a boolean if a field has been set.

func (*CreateUpdateClassifierRequest) HasType ¶ added in v0.2.4

func (o *CreateUpdateClassifierRequest) HasType() bool

HasType returns a boolean if a field has been set.

func (CreateUpdateClassifierRequest) MarshalJSON ¶ added in v0.2.4

func (o CreateUpdateClassifierRequest) MarshalJSON() ([]byte, error)

func (*CreateUpdateClassifierRequest) SetDefaultIncidentType ¶ added in v0.2.4

func (o *CreateUpdateClassifierRequest) SetDefaultIncidentType(v string)

SetDefaultIncidentType gets a reference to the given string and assigns it to the DefaultIncidentType field.

func (*CreateUpdateClassifierRequest) SetId ¶ added in v0.2.4

SetId gets a reference to the given string and assigns it to the Id field.

func (*CreateUpdateClassifierRequest) SetKeyTypeMap ¶ added in v0.2.4

func (o *CreateUpdateClassifierRequest) SetKeyTypeMap(v map[string]interface{})

SetKeyTypeMap gets a reference to the given map[string]interface{} and assigns it to the KeyTypeMap field.

func (*CreateUpdateClassifierRequest) SetMapping ¶ added in v0.2.4

func (o *CreateUpdateClassifierRequest) SetMapping(v map[string]interface{})

SetMapping gets a reference to the given map[string]interface{} and assigns it to the Mapping field.

func (*CreateUpdateClassifierRequest) SetName ¶ added in v0.2.4

func (o *CreateUpdateClassifierRequest) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*CreateUpdateClassifierRequest) SetPropagationLabels ¶ added in v0.2.6

func (o *CreateUpdateClassifierRequest) SetPropagationLabels(v []string)

SetPropagationLabels gets a reference to the given []string and assigns it to the PropagationLabels field.

func (*CreateUpdateClassifierRequest) SetTransformer ¶ added in v0.2.4

func (o *CreateUpdateClassifierRequest) SetTransformer(v map[string]interface{})

SetTransformer gets a reference to the given map[string]interface{} and assigns it to the Transformer field.

func (*CreateUpdateClassifierRequest) SetType ¶ added in v0.2.4

func (o *CreateUpdateClassifierRequest) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type CreateUpdateHAGroup ¶

type CreateUpdateHAGroup struct {
	Name                 *string   `json:"name,omitempty"`
	Id                   *string   `json:"id,omitempty"`
	ElasticsearchAddress *string   `json:"elasticsearchAddress,omitempty"`
	ElasticIndexPrefix   *string   `json:"elasticIndexPrefix,omitempty"`
	AccountIds           *[]string `json:"accountIds,omitempty"`
	HostIds              *[]string `json:"hostIds,omitempty"`
}

CreateUpdateHAGroup Create or update an HA group

func NewCreateUpdateHAGroup ¶

func NewCreateUpdateHAGroup() *CreateUpdateHAGroup

NewCreateUpdateHAGroup instantiates a new CreateUpdateHAGroup 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 NewCreateUpdateHAGroupWithDefaults ¶

func NewCreateUpdateHAGroupWithDefaults() *CreateUpdateHAGroup

NewCreateUpdateHAGroupWithDefaults instantiates a new CreateUpdateHAGroup 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 (*CreateUpdateHAGroup) GetAccountIds ¶ added in v0.2.23

func (o *CreateUpdateHAGroup) GetAccountIds() []string

GetAccountIds returns the AccountIds field value if set, zero value otherwise.

func (*CreateUpdateHAGroup) GetAccountIdsOk ¶ added in v0.2.23

func (o *CreateUpdateHAGroup) GetAccountIdsOk() (*[]string, bool)

GetAccountIdsOk returns a tuple with the AccountIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUpdateHAGroup) GetElasticIndexPrefix ¶

func (o *CreateUpdateHAGroup) GetElasticIndexPrefix() string

GetElasticIndexPrefix returns the ElasticIndexPrefix field value if set, zero value otherwise.

func (*CreateUpdateHAGroup) GetElasticIndexPrefixOk ¶

func (o *CreateUpdateHAGroup) GetElasticIndexPrefixOk() (*string, bool)

GetElasticIndexPrefixOk returns a tuple with the ElasticIndexPrefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUpdateHAGroup) GetElasticsearchAddress ¶

func (o *CreateUpdateHAGroup) GetElasticsearchAddress() string

GetElasticsearchAddress returns the ElasticsearchAddress field value if set, zero value otherwise.

func (*CreateUpdateHAGroup) GetElasticsearchAddressOk ¶

func (o *CreateUpdateHAGroup) GetElasticsearchAddressOk() (*string, bool)

GetElasticsearchAddressOk returns a tuple with the ElasticsearchAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUpdateHAGroup) GetHostIds ¶ added in v0.2.23

func (o *CreateUpdateHAGroup) GetHostIds() []string

GetHostIds returns the HostIds field value if set, zero value otherwise.

func (*CreateUpdateHAGroup) GetHostIdsOk ¶ added in v0.2.23

func (o *CreateUpdateHAGroup) GetHostIdsOk() (*[]string, bool)

GetHostIdsOk returns a tuple with the HostIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUpdateHAGroup) GetId ¶

func (o *CreateUpdateHAGroup) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*CreateUpdateHAGroup) GetIdOk ¶

func (o *CreateUpdateHAGroup) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUpdateHAGroup) GetName ¶

func (o *CreateUpdateHAGroup) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*CreateUpdateHAGroup) GetNameOk ¶

func (o *CreateUpdateHAGroup) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUpdateHAGroup) HasAccountIds ¶ added in v0.2.23

func (o *CreateUpdateHAGroup) HasAccountIds() bool

HasAccountIds returns a boolean if a field has been set.

func (*CreateUpdateHAGroup) HasElasticIndexPrefix ¶

func (o *CreateUpdateHAGroup) HasElasticIndexPrefix() bool

HasElasticIndexPrefix returns a boolean if a field has been set.

func (*CreateUpdateHAGroup) HasElasticsearchAddress ¶

func (o *CreateUpdateHAGroup) HasElasticsearchAddress() bool

HasElasticsearchAddress returns a boolean if a field has been set.

func (*CreateUpdateHAGroup) HasHostIds ¶ added in v0.2.23

func (o *CreateUpdateHAGroup) HasHostIds() bool

HasHostIds returns a boolean if a field has been set.

func (*CreateUpdateHAGroup) HasId ¶

func (o *CreateUpdateHAGroup) HasId() bool

HasId returns a boolean if a field has been set.

func (*CreateUpdateHAGroup) HasName ¶

func (o *CreateUpdateHAGroup) HasName() bool

HasName returns a boolean if a field has been set.

func (CreateUpdateHAGroup) MarshalJSON ¶

func (o CreateUpdateHAGroup) MarshalJSON() ([]byte, error)

func (*CreateUpdateHAGroup) SetAccountIds ¶ added in v0.2.23

func (o *CreateUpdateHAGroup) SetAccountIds(v []string)

SetAccountIds gets a reference to the given []string and assigns it to the AccountIds field.

func (*CreateUpdateHAGroup) SetElasticIndexPrefix ¶

func (o *CreateUpdateHAGroup) SetElasticIndexPrefix(v string)

SetElasticIndexPrefix gets a reference to the given string and assigns it to the ElasticIndexPrefix field.

func (*CreateUpdateHAGroup) SetElasticsearchAddress ¶

func (o *CreateUpdateHAGroup) SetElasticsearchAddress(v string)

SetElasticsearchAddress gets a reference to the given string and assigns it to the ElasticsearchAddress field.

func (*CreateUpdateHAGroup) SetHostIds ¶ added in v0.2.23

func (o *CreateUpdateHAGroup) SetHostIds(v []string)

SetHostIds gets a reference to the given []string and assigns it to the HostIds field.

func (*CreateUpdateHAGroup) SetId ¶

func (o *CreateUpdateHAGroup) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*CreateUpdateHAGroup) SetName ¶

func (o *CreateUpdateHAGroup) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

type CreateUpdateRequest ¶ added in v0.2.20

type CreateUpdateRequest struct {
	DefaultIncidentType *string                 `json:"defaultIncidentType,omitempty"`
	KeyTypeMap          *map[string]interface{} `json:"keyTypeMap,omitempty"`
	Name                *string                 `json:"name,omitempty"`
	Transformer         *map[string]interface{} `json:"transformer,omitempty"`
	Mapping             *map[string]interface{} `json:"mapping,omitempty"`
	Type                *string                 `json:"type,omitempty"`
	Id                  *string                 `json:"id,omitempty"`
	PropagationLabels   *[]string               `json:"propagationLabels,omitempty"`
}

CreateUpdateRequest Request to create new or update a classifier

func NewCreateUpdateRequest ¶ added in v0.2.20

func NewCreateUpdateRequest() *CreateUpdateRequest

NewCreateUpdateRequest instantiates a new CreateUpdateRequest 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 NewCreateUpdateRequestWithDefaults ¶ added in v0.2.20

func NewCreateUpdateRequestWithDefaults() *CreateUpdateRequest

NewCreateUpdateRequestWithDefaults instantiates a new CreateUpdateRequest 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 (*CreateUpdateRequest) GetDefaultIncidentType ¶ added in v0.2.20

func (o *CreateUpdateRequest) GetDefaultIncidentType() string

GetDefaultIncidentType returns the DefaultIncidentType field value if set, zero value otherwise.

func (*CreateUpdateRequest) GetDefaultIncidentTypeOk ¶ added in v0.2.20

func (o *CreateUpdateRequest) GetDefaultIncidentTypeOk() (*string, bool)

GetDefaultIncidentTypeOk returns a tuple with the DefaultIncidentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUpdateRequest) GetId ¶ added in v0.2.20

func (o *CreateUpdateRequest) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*CreateUpdateRequest) GetIdOk ¶ added in v0.2.20

func (o *CreateUpdateRequest) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUpdateRequest) GetKeyTypeMap ¶ added in v0.2.20

func (o *CreateUpdateRequest) GetKeyTypeMap() map[string]interface{}

GetKeyTypeMap returns the KeyTypeMap field value if set, zero value otherwise.

func (*CreateUpdateRequest) GetKeyTypeMapOk ¶ added in v0.2.20

func (o *CreateUpdateRequest) GetKeyTypeMapOk() (*map[string]interface{}, bool)

GetKeyTypeMapOk returns a tuple with the KeyTypeMap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUpdateRequest) GetMapping ¶ added in v0.2.20

func (o *CreateUpdateRequest) GetMapping() map[string]interface{}

GetMapping returns the Mapping field value if set, zero value otherwise.

func (*CreateUpdateRequest) GetMappingOk ¶ added in v0.2.20

func (o *CreateUpdateRequest) GetMappingOk() (*map[string]interface{}, bool)

GetMappingOk returns a tuple with the Mapping field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUpdateRequest) GetName ¶ added in v0.2.20

func (o *CreateUpdateRequest) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*CreateUpdateRequest) GetNameOk ¶ added in v0.2.20

func (o *CreateUpdateRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUpdateRequest) GetPropagationLabels ¶ added in v0.2.20

func (o *CreateUpdateRequest) GetPropagationLabels() []string

GetPropagationLabels returns the PropagationLabels field value if set, zero value otherwise.

func (*CreateUpdateRequest) GetPropagationLabelsOk ¶ added in v0.2.20

func (o *CreateUpdateRequest) GetPropagationLabelsOk() (*[]string, bool)

GetPropagationLabelsOk returns a tuple with the PropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUpdateRequest) GetTransformer ¶ added in v0.2.20

func (o *CreateUpdateRequest) GetTransformer() map[string]interface{}

GetTransformer returns the Transformer field value if set, zero value otherwise.

func (*CreateUpdateRequest) GetTransformerOk ¶ added in v0.2.20

func (o *CreateUpdateRequest) GetTransformerOk() (*map[string]interface{}, bool)

GetTransformerOk returns a tuple with the Transformer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUpdateRequest) GetType ¶ added in v0.2.20

func (o *CreateUpdateRequest) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*CreateUpdateRequest) GetTypeOk ¶ added in v0.2.20

func (o *CreateUpdateRequest) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUpdateRequest) HasDefaultIncidentType ¶ added in v0.2.20

func (o *CreateUpdateRequest) HasDefaultIncidentType() bool

HasDefaultIncidentType returns a boolean if a field has been set.

func (*CreateUpdateRequest) HasId ¶ added in v0.2.20

func (o *CreateUpdateRequest) HasId() bool

HasId returns a boolean if a field has been set.

func (*CreateUpdateRequest) HasKeyTypeMap ¶ added in v0.2.20

func (o *CreateUpdateRequest) HasKeyTypeMap() bool

HasKeyTypeMap returns a boolean if a field has been set.

func (*CreateUpdateRequest) HasMapping ¶ added in v0.2.20

func (o *CreateUpdateRequest) HasMapping() bool

HasMapping returns a boolean if a field has been set.

func (*CreateUpdateRequest) HasName ¶ added in v0.2.20

func (o *CreateUpdateRequest) HasName() bool

HasName returns a boolean if a field has been set.

func (*CreateUpdateRequest) HasPropagationLabels ¶ added in v0.2.20

func (o *CreateUpdateRequest) HasPropagationLabels() bool

HasPropagationLabels returns a boolean if a field has been set.

func (*CreateUpdateRequest) HasTransformer ¶ added in v0.2.20

func (o *CreateUpdateRequest) HasTransformer() bool

HasTransformer returns a boolean if a field has been set.

func (*CreateUpdateRequest) HasType ¶ added in v0.2.20

func (o *CreateUpdateRequest) HasType() bool

HasType returns a boolean if a field has been set.

func (CreateUpdateRequest) MarshalJSON ¶ added in v0.2.20

func (o CreateUpdateRequest) MarshalJSON() ([]byte, error)

func (*CreateUpdateRequest) SetDefaultIncidentType ¶ added in v0.2.20

func (o *CreateUpdateRequest) SetDefaultIncidentType(v string)

SetDefaultIncidentType gets a reference to the given string and assigns it to the DefaultIncidentType field.

func (*CreateUpdateRequest) SetId ¶ added in v0.2.20

func (o *CreateUpdateRequest) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*CreateUpdateRequest) SetKeyTypeMap ¶ added in v0.2.20

func (o *CreateUpdateRequest) SetKeyTypeMap(v map[string]interface{})

SetKeyTypeMap gets a reference to the given map[string]interface{} and assigns it to the KeyTypeMap field.

func (*CreateUpdateRequest) SetMapping ¶ added in v0.2.20

func (o *CreateUpdateRequest) SetMapping(v map[string]interface{})

SetMapping gets a reference to the given map[string]interface{} and assigns it to the Mapping field.

func (*CreateUpdateRequest) SetName ¶ added in v0.2.20

func (o *CreateUpdateRequest) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*CreateUpdateRequest) SetPropagationLabels ¶ added in v0.2.20

func (o *CreateUpdateRequest) SetPropagationLabels(v []string)

SetPropagationLabels gets a reference to the given []string and assigns it to the PropagationLabels field.

func (*CreateUpdateRequest) SetTransformer ¶ added in v0.2.20

func (o *CreateUpdateRequest) SetTransformer(v map[string]interface{})

SetTransformer gets a reference to the given map[string]interface{} and assigns it to the Transformer field.

func (*CreateUpdateRequest) SetType ¶ added in v0.2.20

func (o *CreateUpdateRequest) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type CustomFields ¶ added in v0.2.4

type CustomFields struct {
}

CustomFields The keys should be the field's display name all lower and without spaces. For example: Scan IP -> scanip To get the actual key name you can also go to Cortex XSOAR CLI and run /incident_add and look for the key that you would like to update

func NewCustomFields ¶ added in v0.2.4

func NewCustomFields() *CustomFields

NewCustomFields instantiates a new CustomFields 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 NewCustomFieldsWithDefaults ¶ added in v0.2.4

func NewCustomFieldsWithDefaults() *CustomFields

NewCustomFieldsWithDefaults instantiates a new CustomFields 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 (CustomFields) MarshalJSON ¶ added in v0.2.4

func (o CustomFields) MarshalJSON() ([]byte, error)

type CustomGroup ¶

type CustomGroup struct {
	Conditions *[][]Bucket `json:"conditions,omitempty"`
	Name       *string     `json:"name,omitempty"`
}

CustomGroup CustomGroup - A new custom group that will be created by merging groups based on the Conditions

func NewCustomGroup ¶

func NewCustomGroup() *CustomGroup

NewCustomGroup instantiates a new CustomGroup 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 NewCustomGroupWithDefaults ¶

func NewCustomGroupWithDefaults() *CustomGroup

NewCustomGroupWithDefaults instantiates a new CustomGroup 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 (*CustomGroup) GetConditions ¶

func (o *CustomGroup) GetConditions() [][]Bucket

GetConditions returns the Conditions field value if set, zero value otherwise.

func (*CustomGroup) GetConditionsOk ¶

func (o *CustomGroup) GetConditionsOk() (*[][]Bucket, bool)

GetConditionsOk returns a tuple with the Conditions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomGroup) GetName ¶

func (o *CustomGroup) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*CustomGroup) GetNameOk ¶

func (o *CustomGroup) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomGroup) HasConditions ¶

func (o *CustomGroup) HasConditions() bool

HasConditions returns a boolean if a field has been set.

func (*CustomGroup) HasName ¶

func (o *CustomGroup) HasName() bool

HasName returns a boolean if a field has been set.

func (CustomGroup) MarshalJSON ¶

func (o CustomGroup) MarshalJSON() ([]byte, error)

func (*CustomGroup) SetConditions ¶

func (o *CustomGroup) SetConditions(v [][]Bucket)

SetConditions gets a reference to the given [][]Bucket and assigns it to the Conditions field.

func (*CustomGroup) SetName ¶

func (o *CustomGroup) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

type CustomGroups ¶ added in v0.2.4

type CustomGroups struct {
	Items []map[string]CustomGroup
}

CustomGroups CustomGroups - a custom group for each group-by element

func NewCustomGroups ¶ added in v0.2.4

func NewCustomGroups() *CustomGroups

NewCustomGroups instantiates a new CustomGroups 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 NewCustomGroupsWithDefaults ¶ added in v0.2.4

func NewCustomGroupsWithDefaults() *CustomGroups

NewCustomGroupsWithDefaults instantiates a new CustomGroups 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 (CustomGroups) MarshalJSON ¶ added in v0.2.4

func (o CustomGroups) MarshalJSON() ([]byte, error)

func (*CustomGroups) UnmarshalJSON ¶ added in v0.2.4

func (o *CustomGroups) UnmarshalJSON(bytes []byte) (err error)

type DBotScore ¶

type DBotScore struct {
	Content          *string                            `json:"content,omitempty"`
	ContentFormat    *string                            `json:"contentFormat,omitempty"`
	Context          *map[string]map[string]interface{} `json:"context,omitempty"`
	IsTypedIndicator *bool                              `json:"isTypedIndicator,omitempty"`
	Reliability      *string                            `json:"reliability,omitempty"`
	Score            *int64                             `json:"score,omitempty"`
	// We need to track when the score changes to know if we need to re-calculate the overall score
	ScoreChangeTimestamp *time.Time `json:"scoreChangeTimestamp,omitempty"`
	Timestamp            *time.Time `json:"timestamp,omitempty"`
	Type                 *string    `json:"type,omitempty"`
}

DBotScore DBotScore - Contain the score of a specific brand for a specific insight

func NewDBotScore ¶

func NewDBotScore() *DBotScore

NewDBotScore instantiates a new DBotScore 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 NewDBotScoreWithDefaults ¶

func NewDBotScoreWithDefaults() *DBotScore

NewDBotScoreWithDefaults instantiates a new DBotScore 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 (*DBotScore) GetContent ¶

func (o *DBotScore) GetContent() string

GetContent returns the Content field value if set, zero value otherwise.

func (*DBotScore) GetContentFormat ¶

func (o *DBotScore) GetContentFormat() string

GetContentFormat returns the ContentFormat field value if set, zero value otherwise.

func (*DBotScore) GetContentFormatOk ¶

func (o *DBotScore) GetContentFormatOk() (*string, bool)

GetContentFormatOk returns a tuple with the ContentFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DBotScore) GetContentOk ¶

func (o *DBotScore) GetContentOk() (*string, bool)

GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DBotScore) GetContext ¶

func (o *DBotScore) GetContext() map[string]map[string]interface{}

GetContext returns the Context field value if set, zero value otherwise.

func (*DBotScore) GetContextOk ¶

func (o *DBotScore) GetContextOk() (*map[string]map[string]interface{}, 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 (*DBotScore) GetIsTypedIndicator ¶

func (o *DBotScore) GetIsTypedIndicator() bool

GetIsTypedIndicator returns the IsTypedIndicator field value if set, zero value otherwise.

func (*DBotScore) GetIsTypedIndicatorOk ¶

func (o *DBotScore) GetIsTypedIndicatorOk() (*bool, bool)

GetIsTypedIndicatorOk returns a tuple with the IsTypedIndicator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DBotScore) GetReliability ¶

func (o *DBotScore) GetReliability() string

GetReliability returns the Reliability field value if set, zero value otherwise.

func (*DBotScore) GetReliabilityOk ¶

func (o *DBotScore) GetReliabilityOk() (*string, bool)

GetReliabilityOk returns a tuple with the Reliability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DBotScore) GetScore ¶

func (o *DBotScore) GetScore() int64

GetScore returns the Score field value if set, zero value otherwise.

func (*DBotScore) GetScoreChangeTimestamp ¶

func (o *DBotScore) GetScoreChangeTimestamp() time.Time

GetScoreChangeTimestamp returns the ScoreChangeTimestamp field value if set, zero value otherwise.

func (*DBotScore) GetScoreChangeTimestampOk ¶

func (o *DBotScore) GetScoreChangeTimestampOk() (*time.Time, bool)

GetScoreChangeTimestampOk returns a tuple with the ScoreChangeTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DBotScore) GetScoreOk ¶

func (o *DBotScore) GetScoreOk() (*int64, bool)

GetScoreOk returns a tuple with the Score field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DBotScore) GetTimestamp ¶

func (o *DBotScore) GetTimestamp() time.Time

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*DBotScore) GetTimestampOk ¶

func (o *DBotScore) GetTimestampOk() (*time.Time, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DBotScore) GetType ¶

func (o *DBotScore) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*DBotScore) GetTypeOk ¶

func (o *DBotScore) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DBotScore) HasContent ¶

func (o *DBotScore) HasContent() bool

HasContent returns a boolean if a field has been set.

func (*DBotScore) HasContentFormat ¶

func (o *DBotScore) HasContentFormat() bool

HasContentFormat returns a boolean if a field has been set.

func (*DBotScore) HasContext ¶

func (o *DBotScore) HasContext() bool

HasContext returns a boolean if a field has been set.

func (*DBotScore) HasIsTypedIndicator ¶

func (o *DBotScore) HasIsTypedIndicator() bool

HasIsTypedIndicator returns a boolean if a field has been set.

func (*DBotScore) HasReliability ¶

func (o *DBotScore) HasReliability() bool

HasReliability returns a boolean if a field has been set.

func (*DBotScore) HasScore ¶

func (o *DBotScore) HasScore() bool

HasScore returns a boolean if a field has been set.

func (*DBotScore) HasScoreChangeTimestamp ¶

func (o *DBotScore) HasScoreChangeTimestamp() bool

HasScoreChangeTimestamp returns a boolean if a field has been set.

func (*DBotScore) HasTimestamp ¶

func (o *DBotScore) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (*DBotScore) HasType ¶

func (o *DBotScore) HasType() bool

HasType returns a boolean if a field has been set.

func (DBotScore) MarshalJSON ¶

func (o DBotScore) MarshalJSON() ([]byte, error)

func (*DBotScore) SetContent ¶

func (o *DBotScore) SetContent(v string)

SetContent gets a reference to the given string and assigns it to the Content field.

func (*DBotScore) SetContentFormat ¶

func (o *DBotScore) SetContentFormat(v string)

SetContentFormat gets a reference to the given string and assigns it to the ContentFormat field.

func (*DBotScore) SetContext ¶

func (o *DBotScore) SetContext(v map[string]map[string]interface{})

SetContext gets a reference to the given map[string]map[string]interface{} and assigns it to the Context field.

func (*DBotScore) SetIsTypedIndicator ¶

func (o *DBotScore) SetIsTypedIndicator(v bool)

SetIsTypedIndicator gets a reference to the given bool and assigns it to the IsTypedIndicator field.

func (*DBotScore) SetReliability ¶

func (o *DBotScore) SetReliability(v string)

SetReliability gets a reference to the given string and assigns it to the Reliability field.

func (*DBotScore) SetScore ¶

func (o *DBotScore) SetScore(v int64)

SetScore gets a reference to the given int64 and assigns it to the Score field.

func (*DBotScore) SetScoreChangeTimestamp ¶

func (o *DBotScore) SetScoreChangeTimestamp(v time.Time)

SetScoreChangeTimestamp gets a reference to the given time.Time and assigns it to the ScoreChangeTimestamp field.

func (*DBotScore) SetTimestamp ¶

func (o *DBotScore) SetTimestamp(v time.Time)

SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field.

func (*DBotScore) SetType ¶

func (o *DBotScore) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type Dashboard ¶

type Dashboard struct {
	AllRead       *bool   `json:"allRead,omitempty"`
	AllReadWrite  *bool   `json:"allReadWrite,omitempty"`
	CommitMessage *string `json:"commitMessage,omitempty"`
	// Who has created this event - relevant only for manual incidents
	DbotCreatedBy     *string    `json:"dbotCreatedBy,omitempty"`
	FromDate          *time.Time `json:"fromDate,omitempty"`
	FromDateLicense   *time.Time `json:"fromDateLicense,omitempty"`
	FromServerVersion *string    `json:"fromServerVersion,omitempty"`
	// Internal field to make queries on role faster
	HasRole               *bool                `json:"hasRole,omitempty"`
	Highlight             *map[string][]string `json:"highlight,omitempty"`
	Id                    *string              `json:"id,omitempty"`
	IsCommon              *bool                `json:"isCommon,omitempty"`
	ItemVersion           *string              `json:"itemVersion,omitempty"`
	Layout                *[]WidgetCell        `json:"layout,omitempty"`
	Locked                *bool                `json:"locked,omitempty"`
	Modified              *time.Time           `json:"modified,omitempty"`
	Name                  *string              `json:"name,omitempty"`
	NumericId             *int64               `json:"numericId,omitempty"`
	Owner                 *string              `json:"owner,omitempty"`
	PackID                *string              `json:"packID,omitempty"`
	PackPropagationLabels *[]string            `json:"packPropagationLabels,omitempty"`
	Period                *Period              `json:"period,omitempty"`
	PrevName              *string              `json:"prevName,omitempty"`
	PreviousAllRead       *bool                `json:"previousAllRead,omitempty"`
	PreviousAllReadWrite  *bool                `json:"previousAllReadWrite,omitempty"`
	// Do not change this field manually
	PreviousRoles     *[]string `json:"previousRoles,omitempty"`
	PrimaryTerm       *int64    `json:"primaryTerm,omitempty"`
	PropagationLabels *[]string `json:"propagationLabels,omitempty"`
	// The role assigned to this investigation
	Roles                             *[]string  `json:"roles,omitempty"`
	SequenceNumber                    *int64     `json:"sequenceNumber,omitempty"`
	ShouldCommit                      *bool      `json:"shouldCommit,omitempty"`
	SortValues                        *[]string  `json:"sortValues,omitempty"`
	System                            *bool      `json:"system,omitempty"`
	ToDate                            *time.Time `json:"toDate,omitempty"`
	ToServerVersion                   *string    `json:"toServerVersion,omitempty"`
	VcShouldIgnore                    *bool      `json:"vcShouldIgnore,omitempty"`
	VcShouldKeepItemLegacyProdMachine *bool      `json:"vcShouldKeepItemLegacyProdMachine,omitempty"`
	Version                           *int64     `json:"version,omitempty"`
	XsoarHasReadOnlyRole              *bool      `json:"xsoarHasReadOnlyRole,omitempty"`
	XsoarPreviousReadOnlyRoles        *[]string  `json:"xsoarPreviousReadOnlyRoles,omitempty"`
	XsoarReadOnlyRoles                *[]string  `json:"xsoarReadOnlyRoles,omitempty"`
}

Dashboard struct for Dashboard

func NewDashboard ¶

func NewDashboard() *Dashboard

NewDashboard instantiates a new Dashboard 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 NewDashboardWithDefaults ¶

func NewDashboardWithDefaults() *Dashboard

NewDashboardWithDefaults instantiates a new Dashboard 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 (*Dashboard) GetAllRead ¶

func (o *Dashboard) GetAllRead() bool

GetAllRead returns the AllRead field value if set, zero value otherwise.

func (*Dashboard) GetAllReadOk ¶

func (o *Dashboard) GetAllReadOk() (*bool, bool)

GetAllReadOk returns a tuple with the AllRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetAllReadWrite ¶

func (o *Dashboard) GetAllReadWrite() bool

GetAllReadWrite returns the AllReadWrite field value if set, zero value otherwise.

func (*Dashboard) GetAllReadWriteOk ¶

func (o *Dashboard) GetAllReadWriteOk() (*bool, bool)

GetAllReadWriteOk returns a tuple with the AllReadWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetCommitMessage ¶

func (o *Dashboard) GetCommitMessage() string

GetCommitMessage returns the CommitMessage field value if set, zero value otherwise.

func (*Dashboard) GetCommitMessageOk ¶

func (o *Dashboard) GetCommitMessageOk() (*string, bool)

GetCommitMessageOk returns a tuple with the CommitMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetDbotCreatedBy ¶

func (o *Dashboard) GetDbotCreatedBy() string

GetDbotCreatedBy returns the DbotCreatedBy field value if set, zero value otherwise.

func (*Dashboard) GetDbotCreatedByOk ¶

func (o *Dashboard) GetDbotCreatedByOk() (*string, bool)

GetDbotCreatedByOk returns a tuple with the DbotCreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetFromDate ¶

func (o *Dashboard) GetFromDate() time.Time

GetFromDate returns the FromDate field value if set, zero value otherwise.

func (*Dashboard) GetFromDateLicense ¶

func (o *Dashboard) GetFromDateLicense() time.Time

GetFromDateLicense returns the FromDateLicense field value if set, zero value otherwise.

func (*Dashboard) GetFromDateLicenseOk ¶

func (o *Dashboard) GetFromDateLicenseOk() (*time.Time, bool)

GetFromDateLicenseOk returns a tuple with the FromDateLicense field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetFromDateOk ¶

func (o *Dashboard) GetFromDateOk() (*time.Time, bool)

GetFromDateOk returns a tuple with the FromDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetFromServerVersion ¶

func (o *Dashboard) GetFromServerVersion() string

GetFromServerVersion returns the FromServerVersion field value if set, zero value otherwise.

func (*Dashboard) GetFromServerVersionOk ¶

func (o *Dashboard) GetFromServerVersionOk() (*string, bool)

GetFromServerVersionOk returns a tuple with the FromServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetHasRole ¶

func (o *Dashboard) GetHasRole() bool

GetHasRole returns the HasRole field value if set, zero value otherwise.

func (*Dashboard) GetHasRoleOk ¶

func (o *Dashboard) GetHasRoleOk() (*bool, bool)

GetHasRoleOk returns a tuple with the HasRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetHighlight ¶

func (o *Dashboard) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*Dashboard) GetHighlightOk ¶

func (o *Dashboard) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetId ¶

func (o *Dashboard) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Dashboard) GetIdOk ¶

func (o *Dashboard) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetIsCommon ¶

func (o *Dashboard) GetIsCommon() bool

GetIsCommon returns the IsCommon field value if set, zero value otherwise.

func (*Dashboard) GetIsCommonOk ¶

func (o *Dashboard) GetIsCommonOk() (*bool, bool)

GetIsCommonOk returns a tuple with the IsCommon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetItemVersion ¶

func (o *Dashboard) GetItemVersion() string

GetItemVersion returns the ItemVersion field value if set, zero value otherwise.

func (*Dashboard) GetItemVersionOk ¶

func (o *Dashboard) GetItemVersionOk() (*string, bool)

GetItemVersionOk returns a tuple with the ItemVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetLayout ¶

func (o *Dashboard) GetLayout() []WidgetCell

GetLayout returns the Layout field value if set, zero value otherwise.

func (*Dashboard) GetLayoutOk ¶

func (o *Dashboard) GetLayoutOk() (*[]WidgetCell, bool)

GetLayoutOk returns a tuple with the Layout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetLocked ¶

func (o *Dashboard) GetLocked() bool

GetLocked returns the Locked field value if set, zero value otherwise.

func (*Dashboard) GetLockedOk ¶

func (o *Dashboard) GetLockedOk() (*bool, bool)

GetLockedOk returns a tuple with the Locked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetModified ¶

func (o *Dashboard) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*Dashboard) GetModifiedOk ¶

func (o *Dashboard) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetName ¶

func (o *Dashboard) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Dashboard) GetNameOk ¶

func (o *Dashboard) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetNumericId ¶

func (o *Dashboard) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*Dashboard) GetNumericIdOk ¶

func (o *Dashboard) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetOwner ¶

func (o *Dashboard) GetOwner() string

GetOwner returns the Owner field value if set, zero value otherwise.

func (*Dashboard) GetOwnerOk ¶

func (o *Dashboard) GetOwnerOk() (*string, bool)

GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetPackID ¶

func (o *Dashboard) GetPackID() string

GetPackID returns the PackID field value if set, zero value otherwise.

func (*Dashboard) GetPackIDOk ¶

func (o *Dashboard) GetPackIDOk() (*string, bool)

GetPackIDOk returns a tuple with the PackID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetPackPropagationLabels ¶

func (o *Dashboard) GetPackPropagationLabels() []string

GetPackPropagationLabels returns the PackPropagationLabels field value if set, zero value otherwise.

func (*Dashboard) GetPackPropagationLabelsOk ¶

func (o *Dashboard) GetPackPropagationLabelsOk() (*[]string, bool)

GetPackPropagationLabelsOk returns a tuple with the PackPropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetPeriod ¶

func (o *Dashboard) GetPeriod() Period

GetPeriod returns the Period field value if set, zero value otherwise.

func (*Dashboard) GetPeriodOk ¶

func (o *Dashboard) GetPeriodOk() (*Period, bool)

GetPeriodOk returns a tuple with the Period field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetPrevName ¶

func (o *Dashboard) GetPrevName() string

GetPrevName returns the PrevName field value if set, zero value otherwise.

func (*Dashboard) GetPrevNameOk ¶

func (o *Dashboard) GetPrevNameOk() (*string, bool)

GetPrevNameOk returns a tuple with the PrevName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetPreviousAllRead ¶

func (o *Dashboard) GetPreviousAllRead() bool

GetPreviousAllRead returns the PreviousAllRead field value if set, zero value otherwise.

func (*Dashboard) GetPreviousAllReadOk ¶

func (o *Dashboard) GetPreviousAllReadOk() (*bool, bool)

GetPreviousAllReadOk returns a tuple with the PreviousAllRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetPreviousAllReadWrite ¶

func (o *Dashboard) GetPreviousAllReadWrite() bool

GetPreviousAllReadWrite returns the PreviousAllReadWrite field value if set, zero value otherwise.

func (*Dashboard) GetPreviousAllReadWriteOk ¶

func (o *Dashboard) GetPreviousAllReadWriteOk() (*bool, bool)

GetPreviousAllReadWriteOk returns a tuple with the PreviousAllReadWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetPreviousRoles ¶

func (o *Dashboard) GetPreviousRoles() []string

GetPreviousRoles returns the PreviousRoles field value if set, zero value otherwise.

func (*Dashboard) GetPreviousRolesOk ¶

func (o *Dashboard) GetPreviousRolesOk() (*[]string, bool)

GetPreviousRolesOk returns a tuple with the PreviousRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetPrimaryTerm ¶

func (o *Dashboard) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*Dashboard) GetPrimaryTermOk ¶

func (o *Dashboard) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetPropagationLabels ¶

func (o *Dashboard) GetPropagationLabels() []string

GetPropagationLabels returns the PropagationLabels field value if set, zero value otherwise.

func (*Dashboard) GetPropagationLabelsOk ¶

func (o *Dashboard) GetPropagationLabelsOk() (*[]string, bool)

GetPropagationLabelsOk returns a tuple with the PropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetRoles ¶

func (o *Dashboard) GetRoles() []string

GetRoles returns the Roles field value if set, zero value otherwise.

func (*Dashboard) GetRolesOk ¶

func (o *Dashboard) GetRolesOk() (*[]string, bool)

GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetSequenceNumber ¶

func (o *Dashboard) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*Dashboard) GetSequenceNumberOk ¶

func (o *Dashboard) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetShouldCommit ¶

func (o *Dashboard) GetShouldCommit() bool

GetShouldCommit returns the ShouldCommit field value if set, zero value otherwise.

func (*Dashboard) GetShouldCommitOk ¶

func (o *Dashboard) GetShouldCommitOk() (*bool, bool)

GetShouldCommitOk returns a tuple with the ShouldCommit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetSortValues ¶

func (o *Dashboard) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*Dashboard) GetSortValuesOk ¶

func (o *Dashboard) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetSystem ¶

func (o *Dashboard) GetSystem() bool

GetSystem returns the System field value if set, zero value otherwise.

func (*Dashboard) GetSystemOk ¶

func (o *Dashboard) GetSystemOk() (*bool, bool)

GetSystemOk returns a tuple with the System field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetToDate ¶

func (o *Dashboard) GetToDate() time.Time

GetToDate returns the ToDate field value if set, zero value otherwise.

func (*Dashboard) GetToDateOk ¶

func (o *Dashboard) GetToDateOk() (*time.Time, bool)

GetToDateOk returns a tuple with the ToDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetToServerVersion ¶

func (o *Dashboard) GetToServerVersion() string

GetToServerVersion returns the ToServerVersion field value if set, zero value otherwise.

func (*Dashboard) GetToServerVersionOk ¶

func (o *Dashboard) GetToServerVersionOk() (*string, bool)

GetToServerVersionOk returns a tuple with the ToServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetVcShouldIgnore ¶

func (o *Dashboard) GetVcShouldIgnore() bool

GetVcShouldIgnore returns the VcShouldIgnore field value if set, zero value otherwise.

func (*Dashboard) GetVcShouldIgnoreOk ¶

func (o *Dashboard) GetVcShouldIgnoreOk() (*bool, bool)

GetVcShouldIgnoreOk returns a tuple with the VcShouldIgnore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetVcShouldKeepItemLegacyProdMachine ¶

func (o *Dashboard) GetVcShouldKeepItemLegacyProdMachine() bool

GetVcShouldKeepItemLegacyProdMachine returns the VcShouldKeepItemLegacyProdMachine field value if set, zero value otherwise.

func (*Dashboard) GetVcShouldKeepItemLegacyProdMachineOk ¶

func (o *Dashboard) GetVcShouldKeepItemLegacyProdMachineOk() (*bool, bool)

GetVcShouldKeepItemLegacyProdMachineOk returns a tuple with the VcShouldKeepItemLegacyProdMachine field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetVersion ¶

func (o *Dashboard) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*Dashboard) GetVersionOk ¶

func (o *Dashboard) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetXsoarHasReadOnlyRole ¶

func (o *Dashboard) GetXsoarHasReadOnlyRole() bool

GetXsoarHasReadOnlyRole returns the XsoarHasReadOnlyRole field value if set, zero value otherwise.

func (*Dashboard) GetXsoarHasReadOnlyRoleOk ¶

func (o *Dashboard) GetXsoarHasReadOnlyRoleOk() (*bool, bool)

GetXsoarHasReadOnlyRoleOk returns a tuple with the XsoarHasReadOnlyRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetXsoarPreviousReadOnlyRoles ¶

func (o *Dashboard) GetXsoarPreviousReadOnlyRoles() []string

GetXsoarPreviousReadOnlyRoles returns the XsoarPreviousReadOnlyRoles field value if set, zero value otherwise.

func (*Dashboard) GetXsoarPreviousReadOnlyRolesOk ¶

func (o *Dashboard) GetXsoarPreviousReadOnlyRolesOk() (*[]string, bool)

GetXsoarPreviousReadOnlyRolesOk returns a tuple with the XsoarPreviousReadOnlyRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) GetXsoarReadOnlyRoles ¶

func (o *Dashboard) GetXsoarReadOnlyRoles() []string

GetXsoarReadOnlyRoles returns the XsoarReadOnlyRoles field value if set, zero value otherwise.

func (*Dashboard) GetXsoarReadOnlyRolesOk ¶

func (o *Dashboard) GetXsoarReadOnlyRolesOk() (*[]string, bool)

GetXsoarReadOnlyRolesOk returns a tuple with the XsoarReadOnlyRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dashboard) HasAllRead ¶

func (o *Dashboard) HasAllRead() bool

HasAllRead returns a boolean if a field has been set.

func (*Dashboard) HasAllReadWrite ¶

func (o *Dashboard) HasAllReadWrite() bool

HasAllReadWrite returns a boolean if a field has been set.

func (*Dashboard) HasCommitMessage ¶

func (o *Dashboard) HasCommitMessage() bool

HasCommitMessage returns a boolean if a field has been set.

func (*Dashboard) HasDbotCreatedBy ¶

func (o *Dashboard) HasDbotCreatedBy() bool

HasDbotCreatedBy returns a boolean if a field has been set.

func (*Dashboard) HasFromDate ¶

func (o *Dashboard) HasFromDate() bool

HasFromDate returns a boolean if a field has been set.

func (*Dashboard) HasFromDateLicense ¶

func (o *Dashboard) HasFromDateLicense() bool

HasFromDateLicense returns a boolean if a field has been set.

func (*Dashboard) HasFromServerVersion ¶

func (o *Dashboard) HasFromServerVersion() bool

HasFromServerVersion returns a boolean if a field has been set.

func (*Dashboard) HasHasRole ¶

func (o *Dashboard) HasHasRole() bool

HasHasRole returns a boolean if a field has been set.

func (*Dashboard) HasHighlight ¶

func (o *Dashboard) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*Dashboard) HasId ¶

func (o *Dashboard) HasId() bool

HasId returns a boolean if a field has been set.

func (*Dashboard) HasIsCommon ¶

func (o *Dashboard) HasIsCommon() bool

HasIsCommon returns a boolean if a field has been set.

func (*Dashboard) HasItemVersion ¶

func (o *Dashboard) HasItemVersion() bool

HasItemVersion returns a boolean if a field has been set.

func (*Dashboard) HasLayout ¶

func (o *Dashboard) HasLayout() bool

HasLayout returns a boolean if a field has been set.

func (*Dashboard) HasLocked ¶

func (o *Dashboard) HasLocked() bool

HasLocked returns a boolean if a field has been set.

func (*Dashboard) HasModified ¶

func (o *Dashboard) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*Dashboard) HasName ¶

func (o *Dashboard) HasName() bool

HasName returns a boolean if a field has been set.

func (*Dashboard) HasNumericId ¶

func (o *Dashboard) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*Dashboard) HasOwner ¶

func (o *Dashboard) HasOwner() bool

HasOwner returns a boolean if a field has been set.

func (*Dashboard) HasPackID ¶

func (o *Dashboard) HasPackID() bool

HasPackID returns a boolean if a field has been set.

func (*Dashboard) HasPackPropagationLabels ¶

func (o *Dashboard) HasPackPropagationLabels() bool

HasPackPropagationLabels returns a boolean if a field has been set.

func (*Dashboard) HasPeriod ¶

func (o *Dashboard) HasPeriod() bool

HasPeriod returns a boolean if a field has been set.

func (*Dashboard) HasPrevName ¶

func (o *Dashboard) HasPrevName() bool

HasPrevName returns a boolean if a field has been set.

func (*Dashboard) HasPreviousAllRead ¶

func (o *Dashboard) HasPreviousAllRead() bool

HasPreviousAllRead returns a boolean if a field has been set.

func (*Dashboard) HasPreviousAllReadWrite ¶

func (o *Dashboard) HasPreviousAllReadWrite() bool

HasPreviousAllReadWrite returns a boolean if a field has been set.

func (*Dashboard) HasPreviousRoles ¶

func (o *Dashboard) HasPreviousRoles() bool

HasPreviousRoles returns a boolean if a field has been set.

func (*Dashboard) HasPrimaryTerm ¶

func (o *Dashboard) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*Dashboard) HasPropagationLabels ¶

func (o *Dashboard) HasPropagationLabels() bool

HasPropagationLabels returns a boolean if a field has been set.

func (*Dashboard) HasRoles ¶

func (o *Dashboard) HasRoles() bool

HasRoles returns a boolean if a field has been set.

func (*Dashboard) HasSequenceNumber ¶

func (o *Dashboard) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*Dashboard) HasShouldCommit ¶

func (o *Dashboard) HasShouldCommit() bool

HasShouldCommit returns a boolean if a field has been set.

func (*Dashboard) HasSortValues ¶

func (o *Dashboard) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*Dashboard) HasSystem ¶

func (o *Dashboard) HasSystem() bool

HasSystem returns a boolean if a field has been set.

func (*Dashboard) HasToDate ¶

func (o *Dashboard) HasToDate() bool

HasToDate returns a boolean if a field has been set.

func (*Dashboard) HasToServerVersion ¶

func (o *Dashboard) HasToServerVersion() bool

HasToServerVersion returns a boolean if a field has been set.

func (*Dashboard) HasVcShouldIgnore ¶

func (o *Dashboard) HasVcShouldIgnore() bool

HasVcShouldIgnore returns a boolean if a field has been set.

func (*Dashboard) HasVcShouldKeepItemLegacyProdMachine ¶

func (o *Dashboard) HasVcShouldKeepItemLegacyProdMachine() bool

HasVcShouldKeepItemLegacyProdMachine returns a boolean if a field has been set.

func (*Dashboard) HasVersion ¶

func (o *Dashboard) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (*Dashboard) HasXsoarHasReadOnlyRole ¶

func (o *Dashboard) HasXsoarHasReadOnlyRole() bool

HasXsoarHasReadOnlyRole returns a boolean if a field has been set.

func (*Dashboard) HasXsoarPreviousReadOnlyRoles ¶

func (o *Dashboard) HasXsoarPreviousReadOnlyRoles() bool

HasXsoarPreviousReadOnlyRoles returns a boolean if a field has been set.

func (*Dashboard) HasXsoarReadOnlyRoles ¶

func (o *Dashboard) HasXsoarReadOnlyRoles() bool

HasXsoarReadOnlyRoles returns a boolean if a field has been set.

func (Dashboard) MarshalJSON ¶

func (o Dashboard) MarshalJSON() ([]byte, error)

func (*Dashboard) SetAllRead ¶

func (o *Dashboard) SetAllRead(v bool)

SetAllRead gets a reference to the given bool and assigns it to the AllRead field.

func (*Dashboard) SetAllReadWrite ¶

func (o *Dashboard) SetAllReadWrite(v bool)

SetAllReadWrite gets a reference to the given bool and assigns it to the AllReadWrite field.

func (*Dashboard) SetCommitMessage ¶

func (o *Dashboard) SetCommitMessage(v string)

SetCommitMessage gets a reference to the given string and assigns it to the CommitMessage field.

func (*Dashboard) SetDbotCreatedBy ¶

func (o *Dashboard) SetDbotCreatedBy(v string)

SetDbotCreatedBy gets a reference to the given string and assigns it to the DbotCreatedBy field.

func (*Dashboard) SetFromDate ¶

func (o *Dashboard) SetFromDate(v time.Time)

SetFromDate gets a reference to the given time.Time and assigns it to the FromDate field.

func (*Dashboard) SetFromDateLicense ¶

func (o *Dashboard) SetFromDateLicense(v time.Time)

SetFromDateLicense gets a reference to the given time.Time and assigns it to the FromDateLicense field.

func (*Dashboard) SetFromServerVersion ¶

func (o *Dashboard) SetFromServerVersion(v string)

SetFromServerVersion gets a reference to the given string and assigns it to the FromServerVersion field.

func (*Dashboard) SetHasRole ¶

func (o *Dashboard) SetHasRole(v bool)

SetHasRole gets a reference to the given bool and assigns it to the HasRole field.

func (*Dashboard) SetHighlight ¶

func (o *Dashboard) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*Dashboard) SetId ¶

func (o *Dashboard) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Dashboard) SetIsCommon ¶

func (o *Dashboard) SetIsCommon(v bool)

SetIsCommon gets a reference to the given bool and assigns it to the IsCommon field.

func (*Dashboard) SetItemVersion ¶

func (o *Dashboard) SetItemVersion(v string)

SetItemVersion gets a reference to the given string and assigns it to the ItemVersion field.

func (*Dashboard) SetLayout ¶

func (o *Dashboard) SetLayout(v []WidgetCell)

SetLayout gets a reference to the given []WidgetCell and assigns it to the Layout field.

func (*Dashboard) SetLocked ¶

func (o *Dashboard) SetLocked(v bool)

SetLocked gets a reference to the given bool and assigns it to the Locked field.

func (*Dashboard) SetModified ¶

func (o *Dashboard) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*Dashboard) SetName ¶

func (o *Dashboard) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*Dashboard) SetNumericId ¶

func (o *Dashboard) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*Dashboard) SetOwner ¶

func (o *Dashboard) SetOwner(v string)

SetOwner gets a reference to the given string and assigns it to the Owner field.

func (*Dashboard) SetPackID ¶

func (o *Dashboard) SetPackID(v string)

SetPackID gets a reference to the given string and assigns it to the PackID field.

func (*Dashboard) SetPackPropagationLabels ¶

func (o *Dashboard) SetPackPropagationLabels(v []string)

SetPackPropagationLabels gets a reference to the given []string and assigns it to the PackPropagationLabels field.

func (*Dashboard) SetPeriod ¶

func (o *Dashboard) SetPeriod(v Period)

SetPeriod gets a reference to the given Period and assigns it to the Period field.

func (*Dashboard) SetPrevName ¶

func (o *Dashboard) SetPrevName(v string)

SetPrevName gets a reference to the given string and assigns it to the PrevName field.

func (*Dashboard) SetPreviousAllRead ¶

func (o *Dashboard) SetPreviousAllRead(v bool)

SetPreviousAllRead gets a reference to the given bool and assigns it to the PreviousAllRead field.

func (*Dashboard) SetPreviousAllReadWrite ¶

func (o *Dashboard) SetPreviousAllReadWrite(v bool)

SetPreviousAllReadWrite gets a reference to the given bool and assigns it to the PreviousAllReadWrite field.

func (*Dashboard) SetPreviousRoles ¶

func (o *Dashboard) SetPreviousRoles(v []string)

SetPreviousRoles gets a reference to the given []string and assigns it to the PreviousRoles field.

func (*Dashboard) SetPrimaryTerm ¶

func (o *Dashboard) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*Dashboard) SetPropagationLabels ¶

func (o *Dashboard) SetPropagationLabels(v []string)

SetPropagationLabels gets a reference to the given []string and assigns it to the PropagationLabels field.

func (*Dashboard) SetRoles ¶

func (o *Dashboard) SetRoles(v []string)

SetRoles gets a reference to the given []string and assigns it to the Roles field.

func (*Dashboard) SetSequenceNumber ¶

func (o *Dashboard) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*Dashboard) SetShouldCommit ¶

func (o *Dashboard) SetShouldCommit(v bool)

SetShouldCommit gets a reference to the given bool and assigns it to the ShouldCommit field.

func (*Dashboard) SetSortValues ¶

func (o *Dashboard) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*Dashboard) SetSystem ¶

func (o *Dashboard) SetSystem(v bool)

SetSystem gets a reference to the given bool and assigns it to the System field.

func (*Dashboard) SetToDate ¶

func (o *Dashboard) SetToDate(v time.Time)

SetToDate gets a reference to the given time.Time and assigns it to the ToDate field.

func (*Dashboard) SetToServerVersion ¶

func (o *Dashboard) SetToServerVersion(v string)

SetToServerVersion gets a reference to the given string and assigns it to the ToServerVersion field.

func (*Dashboard) SetVcShouldIgnore ¶

func (o *Dashboard) SetVcShouldIgnore(v bool)

SetVcShouldIgnore gets a reference to the given bool and assigns it to the VcShouldIgnore field.

func (*Dashboard) SetVcShouldKeepItemLegacyProdMachine ¶

func (o *Dashboard) SetVcShouldKeepItemLegacyProdMachine(v bool)

SetVcShouldKeepItemLegacyProdMachine gets a reference to the given bool and assigns it to the VcShouldKeepItemLegacyProdMachine field.

func (*Dashboard) SetVersion ¶

func (o *Dashboard) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

func (*Dashboard) SetXsoarHasReadOnlyRole ¶

func (o *Dashboard) SetXsoarHasReadOnlyRole(v bool)

SetXsoarHasReadOnlyRole gets a reference to the given bool and assigns it to the XsoarHasReadOnlyRole field.

func (*Dashboard) SetXsoarPreviousReadOnlyRoles ¶

func (o *Dashboard) SetXsoarPreviousReadOnlyRoles(v []string)

SetXsoarPreviousReadOnlyRoles gets a reference to the given []string and assigns it to the XsoarPreviousReadOnlyRoles field.

func (*Dashboard) SetXsoarReadOnlyRoles ¶

func (o *Dashboard) SetXsoarReadOnlyRoles(v []string)

SetXsoarReadOnlyRoles gets a reference to the given []string and assigns it to the XsoarReadOnlyRoles field.

type DataCollectionForm ¶

type DataCollectionForm struct {
	Description  *string     `json:"description,omitempty"`
	Expired      *bool       `json:"expired,omitempty"`
	Questions    *[]Question `json:"questions,omitempty"`
	Sender       *string     `json:"sender,omitempty"`
	Title        *string     `json:"title,omitempty"`
	TotalAnswers *int32      `json:"totalAnswers,omitempty"`
}

DataCollectionForm struct for DataCollectionForm

func NewDataCollectionForm ¶

func NewDataCollectionForm() *DataCollectionForm

NewDataCollectionForm instantiates a new DataCollectionForm 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 NewDataCollectionFormWithDefaults ¶

func NewDataCollectionFormWithDefaults() *DataCollectionForm

NewDataCollectionFormWithDefaults instantiates a new DataCollectionForm 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 (*DataCollectionForm) GetDescription ¶

func (o *DataCollectionForm) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*DataCollectionForm) GetDescriptionOk ¶

func (o *DataCollectionForm) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataCollectionForm) GetExpired ¶

func (o *DataCollectionForm) GetExpired() bool

GetExpired returns the Expired field value if set, zero value otherwise.

func (*DataCollectionForm) GetExpiredOk ¶

func (o *DataCollectionForm) GetExpiredOk() (*bool, bool)

GetExpiredOk returns a tuple with the Expired field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataCollectionForm) GetQuestions ¶

func (o *DataCollectionForm) GetQuestions() []Question

GetQuestions returns the Questions field value if set, zero value otherwise.

func (*DataCollectionForm) GetQuestionsOk ¶

func (o *DataCollectionForm) GetQuestionsOk() (*[]Question, bool)

GetQuestionsOk returns a tuple with the Questions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataCollectionForm) GetSender ¶

func (o *DataCollectionForm) GetSender() string

GetSender returns the Sender field value if set, zero value otherwise.

func (*DataCollectionForm) GetSenderOk ¶

func (o *DataCollectionForm) GetSenderOk() (*string, bool)

GetSenderOk returns a tuple with the Sender field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataCollectionForm) GetTitle ¶

func (o *DataCollectionForm) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*DataCollectionForm) GetTitleOk ¶

func (o *DataCollectionForm) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataCollectionForm) GetTotalAnswers ¶

func (o *DataCollectionForm) GetTotalAnswers() int32

GetTotalAnswers returns the TotalAnswers field value if set, zero value otherwise.

func (*DataCollectionForm) GetTotalAnswersOk ¶

func (o *DataCollectionForm) GetTotalAnswersOk() (*int32, bool)

GetTotalAnswersOk returns a tuple with the TotalAnswers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataCollectionForm) HasDescription ¶

func (o *DataCollectionForm) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*DataCollectionForm) HasExpired ¶

func (o *DataCollectionForm) HasExpired() bool

HasExpired returns a boolean if a field has been set.

func (*DataCollectionForm) HasQuestions ¶

func (o *DataCollectionForm) HasQuestions() bool

HasQuestions returns a boolean if a field has been set.

func (*DataCollectionForm) HasSender ¶

func (o *DataCollectionForm) HasSender() bool

HasSender returns a boolean if a field has been set.

func (*DataCollectionForm) HasTitle ¶

func (o *DataCollectionForm) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*DataCollectionForm) HasTotalAnswers ¶

func (o *DataCollectionForm) HasTotalAnswers() bool

HasTotalAnswers returns a boolean if a field has been set.

func (DataCollectionForm) MarshalJSON ¶

func (o DataCollectionForm) MarshalJSON() ([]byte, error)

func (*DataCollectionForm) SetDescription ¶

func (o *DataCollectionForm) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*DataCollectionForm) SetExpired ¶

func (o *DataCollectionForm) SetExpired(v bool)

SetExpired gets a reference to the given bool and assigns it to the Expired field.

func (*DataCollectionForm) SetQuestions ¶

func (o *DataCollectionForm) SetQuestions(v []Question)

SetQuestions gets a reference to the given []Question and assigns it to the Questions field.

func (*DataCollectionForm) SetSender ¶

func (o *DataCollectionForm) SetSender(v string)

SetSender gets a reference to the given string and assigns it to the Sender field.

func (*DataCollectionForm) SetTitle ¶

func (o *DataCollectionForm) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*DataCollectionForm) SetTotalAnswers ¶

func (o *DataCollectionForm) SetTotalAnswers(v int32)

SetTotalAnswers gets a reference to the given int32 and assigns it to the TotalAnswers field.

type DateRange ¶

type DateRange struct {
	FromDate        *time.Time `json:"fromDate,omitempty"`
	FromDateLicense *time.Time `json:"fromDateLicense,omitempty"`
	Period          *Period    `json:"period,omitempty"`
	ToDate          *time.Time `json:"toDate,omitempty"`
}

DateRange DateRange provides common fields for date filtering

func NewDateRange ¶

func NewDateRange() *DateRange

NewDateRange instantiates a new DateRange 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 NewDateRangeWithDefaults ¶

func NewDateRangeWithDefaults() *DateRange

NewDateRangeWithDefaults instantiates a new DateRange 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 (*DateRange) GetFromDate ¶

func (o *DateRange) GetFromDate() time.Time

GetFromDate returns the FromDate field value if set, zero value otherwise.

func (*DateRange) GetFromDateLicense ¶

func (o *DateRange) GetFromDateLicense() time.Time

GetFromDateLicense returns the FromDateLicense field value if set, zero value otherwise.

func (*DateRange) GetFromDateLicenseOk ¶

func (o *DateRange) GetFromDateLicenseOk() (*time.Time, bool)

GetFromDateLicenseOk returns a tuple with the FromDateLicense field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DateRange) GetFromDateOk ¶

func (o *DateRange) GetFromDateOk() (*time.Time, bool)

GetFromDateOk returns a tuple with the FromDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DateRange) GetPeriod ¶

func (o *DateRange) GetPeriod() Period

GetPeriod returns the Period field value if set, zero value otherwise.

func (*DateRange) GetPeriodOk ¶

func (o *DateRange) GetPeriodOk() (*Period, bool)

GetPeriodOk returns a tuple with the Period field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DateRange) GetToDate ¶

func (o *DateRange) GetToDate() time.Time

GetToDate returns the ToDate field value if set, zero value otherwise.

func (*DateRange) GetToDateOk ¶

func (o *DateRange) GetToDateOk() (*time.Time, bool)

GetToDateOk returns a tuple with the ToDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DateRange) HasFromDate ¶

func (o *DateRange) HasFromDate() bool

HasFromDate returns a boolean if a field has been set.

func (*DateRange) HasFromDateLicense ¶

func (o *DateRange) HasFromDateLicense() bool

HasFromDateLicense returns a boolean if a field has been set.

func (*DateRange) HasPeriod ¶

func (o *DateRange) HasPeriod() bool

HasPeriod returns a boolean if a field has been set.

func (*DateRange) HasToDate ¶

func (o *DateRange) HasToDate() bool

HasToDate returns a boolean if a field has been set.

func (DateRange) MarshalJSON ¶

func (o DateRange) MarshalJSON() ([]byte, error)

func (*DateRange) SetFromDate ¶

func (o *DateRange) SetFromDate(v time.Time)

SetFromDate gets a reference to the given time.Time and assigns it to the FromDate field.

func (*DateRange) SetFromDateLicense ¶

func (o *DateRange) SetFromDateLicense(v time.Time)

SetFromDateLicense gets a reference to the given time.Time and assigns it to the FromDateLicense field.

func (*DateRange) SetPeriod ¶

func (o *DateRange) SetPeriod(v Period)

SetPeriod gets a reference to the given Period and assigns it to the Period field.

func (*DateRange) SetToDate ¶

func (o *DateRange) SetToDate(v time.Time)

SetToDate gets a reference to the given time.Time and assigns it to the ToDate field.

type DateRangeFilter ¶

type DateRangeFilter struct {
	FromDate        *time.Time `json:"fromDate,omitempty"`
	FromDateLicense *time.Time `json:"fromDateLicense,omitempty"`
	Period          *Period    `json:"period,omitempty"`
	// A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
	TimeFrame *int64     `json:"timeFrame,omitempty"`
	ToDate    *time.Time `json:"toDate,omitempty"`
}

DateRangeFilter DateRangeFilter provides common fields for date filtering

func NewDateRangeFilter ¶

func NewDateRangeFilter() *DateRangeFilter

NewDateRangeFilter instantiates a new DateRangeFilter 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 NewDateRangeFilterWithDefaults ¶

func NewDateRangeFilterWithDefaults() *DateRangeFilter

NewDateRangeFilterWithDefaults instantiates a new DateRangeFilter 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 (*DateRangeFilter) GetFromDate ¶

func (o *DateRangeFilter) GetFromDate() time.Time

GetFromDate returns the FromDate field value if set, zero value otherwise.

func (*DateRangeFilter) GetFromDateLicense ¶

func (o *DateRangeFilter) GetFromDateLicense() time.Time

GetFromDateLicense returns the FromDateLicense field value if set, zero value otherwise.

func (*DateRangeFilter) GetFromDateLicenseOk ¶

func (o *DateRangeFilter) GetFromDateLicenseOk() (*time.Time, bool)

GetFromDateLicenseOk returns a tuple with the FromDateLicense field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DateRangeFilter) GetFromDateOk ¶

func (o *DateRangeFilter) GetFromDateOk() (*time.Time, bool)

GetFromDateOk returns a tuple with the FromDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DateRangeFilter) GetPeriod ¶

func (o *DateRangeFilter) GetPeriod() Period

GetPeriod returns the Period field value if set, zero value otherwise.

func (*DateRangeFilter) GetPeriodOk ¶

func (o *DateRangeFilter) GetPeriodOk() (*Period, bool)

GetPeriodOk returns a tuple with the Period field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DateRangeFilter) GetTimeFrame ¶

func (o *DateRangeFilter) GetTimeFrame() int64

GetTimeFrame returns the TimeFrame field value if set, zero value otherwise.

func (*DateRangeFilter) GetTimeFrameOk ¶

func (o *DateRangeFilter) GetTimeFrameOk() (*int64, bool)

GetTimeFrameOk returns a tuple with the TimeFrame field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DateRangeFilter) GetToDate ¶

func (o *DateRangeFilter) GetToDate() time.Time

GetToDate returns the ToDate field value if set, zero value otherwise.

func (*DateRangeFilter) GetToDateOk ¶

func (o *DateRangeFilter) GetToDateOk() (*time.Time, bool)

GetToDateOk returns a tuple with the ToDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DateRangeFilter) HasFromDate ¶

func (o *DateRangeFilter) HasFromDate() bool

HasFromDate returns a boolean if a field has been set.

func (*DateRangeFilter) HasFromDateLicense ¶

func (o *DateRangeFilter) HasFromDateLicense() bool

HasFromDateLicense returns a boolean if a field has been set.

func (*DateRangeFilter) HasPeriod ¶

func (o *DateRangeFilter) HasPeriod() bool

HasPeriod returns a boolean if a field has been set.

func (*DateRangeFilter) HasTimeFrame ¶

func (o *DateRangeFilter) HasTimeFrame() bool

HasTimeFrame returns a boolean if a field has been set.

func (*DateRangeFilter) HasToDate ¶

func (o *DateRangeFilter) HasToDate() bool

HasToDate returns a boolean if a field has been set.

func (DateRangeFilter) MarshalJSON ¶

func (o DateRangeFilter) MarshalJSON() ([]byte, error)

func (*DateRangeFilter) SetFromDate ¶

func (o *DateRangeFilter) SetFromDate(v time.Time)

SetFromDate gets a reference to the given time.Time and assigns it to the FromDate field.

func (*DateRangeFilter) SetFromDateLicense ¶

func (o *DateRangeFilter) SetFromDateLicense(v time.Time)

SetFromDateLicense gets a reference to the given time.Time and assigns it to the FromDateLicense field.

func (*DateRangeFilter) SetPeriod ¶

func (o *DateRangeFilter) SetPeriod(v Period)

SetPeriod gets a reference to the given Period and assigns it to the Period field.

func (*DateRangeFilter) SetTimeFrame ¶

func (o *DateRangeFilter) SetTimeFrame(v int64)

SetTimeFrame gets a reference to the given int64 and assigns it to the TimeFrame field.

func (*DateRangeFilter) SetToDate ¶

func (o *DateRangeFilter) SetToDate(v time.Time)

SetToDate gets a reference to the given time.Time and assigns it to the ToDate field.

type DefaultApiService ¶

type DefaultApiService service

DefaultApiService DefaultApi service

func (*DefaultApiService) AddAdHocTask ¶

func (a *DefaultApiService) AddAdHocTask(ctx _context.Context, investigationId string) ApiAddAdHocTaskRequest

AddAdHocTask Add ad-hoc task

Add an ad-hoc task to a running playbook

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param investigationId investigation ID
@return ApiAddAdHocTaskRequest

func (*DefaultApiService) AddAdHocTaskExecute ¶

Execute executes the request

@return InvestigationPlaybook

func (*DefaultApiService) CloseIncidentsBatch ¶

CloseIncidentsBatch Batch close incidents

Closes an incidents batch To update incident custom fields you should lowercase them and remove all spaces. For example: Scan IP -> scanip To get the actual key name you can also go to Cortex XSOAR CLI and run /incident_add and look for the key that you would like to update

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCloseIncidentsBatchRequest

func (*DefaultApiService) CloseIncidentsBatchExecute ¶

Execute executes the request

@return IncidentSearchResponseWrapper

func (*DefaultApiService) CompleteTask ¶

CompleteTask [Deprecated] Complete a task

Complete a task with a file attachment Deprecated - use "/v2/inv-playbook/task/complete"

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCompleteTaskRequest

func (*DefaultApiService) CompleteTaskExecute ¶

Execute executes the request

@return InvestigationPlaybook

func (*DefaultApiService) CompleteTaskV2 ¶

CompleteTaskV2 Complete a task

Complete a task with command and multiple file attachments

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCompleteTaskV2Request

func (*DefaultApiService) CompleteTaskV2Execute ¶

Execute executes the request

@return InvestigationPlaybook

func (*DefaultApiService) CopyScript ¶

CopyScript Copy automation

Copy given automation

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCopyScriptRequest

func (*DefaultApiService) CopyScriptExecute ¶

Execute executes the request

@return AutomationScriptResult

func (*DefaultApiService) CreateAccount ¶

CreateAccount Create an account

Create and account on a host or HA group within a multi-tenant installation.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateAccountRequest

func (*DefaultApiService) CreateAccountExecute ¶

func (a *DefaultApiService) CreateAccountExecute(r ApiCreateAccountRequest) ([]map[string]interface{}, *_nethttp.Response, error)

Execute executes the request

@return []map[string]interface{}

func (*DefaultApiService) CreateDockerImage ¶

CreateDockerImage Create Image

Create an image with a given list of dependencies

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateDockerImageRequest

func (*DefaultApiService) CreateDockerImageExecute ¶

Execute executes the request

@return NewDockerImageResult

func (*DefaultApiService) CreateFeedIndicatorsJson ¶

func (a *DefaultApiService) CreateFeedIndicatorsJson(ctx _context.Context) ApiCreateFeedIndicatorsJsonRequest

CreateFeedIndicatorsJson Create feed indicators from JSON

Create indicators from raw JSON (similar to ingesting from a feed). Builds indicators according to the specified feed classifier, or uses the default one if not specified. Indicator properties (all optional except for value): **value** (string, required) | **type** (string) | **score** (number, 0-3, default `0`, where `0` means None, `1` Good, `2` Suspicious, and `3` Bad) | **sourceBrand** (string, default `"External"`) | **sourceInstance** (string, default `"External"`) | **reliability** (string, one of `"A - Completely reliable"`, `"B - Usually reliable"`, `"C - Fairly reliable"`, `"D - Not usually reliable"`, `"E - Unreliable"`, `"F - Reliability cannot be judged"`) | **expirationPolicy** (string, one of `"never"`, `"interval"`, `"indicatorType"`) | **expirationInterval** (number, in minutes)

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateFeedIndicatorsJsonRequest

func (*DefaultApiService) CreateFeedIndicatorsJsonExecute ¶

func (a *DefaultApiService) CreateFeedIndicatorsJsonExecute(r ApiCreateFeedIndicatorsJsonRequest) (*_nethttp.Response, error)

Execute executes the request

func (*DefaultApiService) CreateHAGroup ¶

CreateHAGroup Method for CreateHAGroup

Create or update an HA group

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateHAGroupRequest

func (*DefaultApiService) CreateHAGroupExecute ¶

Execute executes the request

@return CreateUpdateHAGroup

func (*DefaultApiService) CreateHAInstaller ¶

CreateHAInstaller Method for CreateHAInstaller

Trigger a build of the host installer for HA group {id}

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id HA group ID
@return ApiCreateHAInstallerRequest

func (*DefaultApiService) CreateHAInstallerExecute ¶

func (a *DefaultApiService) CreateHAInstallerExecute(r ApiCreateHAInstallerRequest) (string, *_nethttp.Response, error)

Execute executes the request

@return string

func (*DefaultApiService) CreateHostInstaller ¶

CreateHostInstaller Method for CreateHostInstaller

Trigger a build of the host installer for an independent (non-HA) host

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateHostInstallerRequest

func (*DefaultApiService) CreateHostInstallerExecute ¶

func (a *DefaultApiService) CreateHostInstallerExecute(r ApiCreateHostInstallerRequest) (string, *_nethttp.Response, error)

Execute executes the request

@return string

func (*DefaultApiService) CreateIncident ¶

CreateIncident Create single incident

Create or update incident according to JSON structure. To update incident custom fields you should lowercase them and remove all spaces. For example: Scan IP -> scanip To get the actual key name you can also go to Cortex XSOAR CLI and run /incident_add and look for the key that you would like to update

Use the 'createInvestigation\: true' to start the investigation process automatically. (by running a playbook based on incident type.)

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateIncidentRequest

func (*DefaultApiService) CreateIncidentExecute ¶

Execute executes the request

@return IncidentWrapper

func (*DefaultApiService) CreateIncidentJson ¶

CreateIncidentJson Create incident from JSON

Create single incident from raw JSON, builds incident according to default mapping

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateIncidentJsonRequest

func (*DefaultApiService) CreateIncidentJsonExecute ¶

Execute executes the request

@return IncidentWrapper

func (*DefaultApiService) CreateIncidentsBatch ¶

CreateIncidentsBatch Batch create incidents

Create or update an incidents batch To update incident custom fields you should lowercase them and remove all spaces. For example: Scan IP -> scanip To get the actual key name you can also go to Cortex XSOAR CLI and run /incident_add and look for the key that you would like to update

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateIncidentsBatchRequest

func (*DefaultApiService) CreateIncidentsBatchExecute ¶

Execute executes the request

@return IncidentSearchResponseWrapper

func (*DefaultApiService) CreateOrUpdateIncidentType ¶

func (a *DefaultApiService) CreateOrUpdateIncidentType(ctx _context.Context) ApiCreateOrUpdateIncidentTypeRequest

CreateOrUpdateIncidentType Create new Incident Type

API to create new Incident Type

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateOrUpdateIncidentTypeRequest

func (*DefaultApiService) CreateOrUpdateIncidentTypeExecute ¶

func (a *DefaultApiService) CreateOrUpdateIncidentTypeExecute(r ApiCreateOrUpdateIncidentTypeRequest) (IncidentType, *_nethttp.Response, error)

Execute executes the request

@return IncidentType

func (*DefaultApiService) CreateOrUpdateWhitelisted ¶

func (a *DefaultApiService) CreateOrUpdateWhitelisted(ctx _context.Context) ApiCreateOrUpdateWhitelistedRequest

CreateOrUpdateWhitelisted Create whitelisted

Create or update excluded indicators list

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateOrUpdateWhitelistedRequest

func (*DefaultApiService) CreateOrUpdateWhitelistedExecute ¶

Execute executes the request

@return WhitelistedIndicator

func (*DefaultApiService) CreateUpdateClassifier ¶ added in v0.2.4

func (a *DefaultApiService) CreateUpdateClassifier(ctx _context.Context) ApiCreateUpdateClassifierRequest

CreateUpdateClassifier Create or update a classifier

Create new or update existing classifier

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateUpdateClassifierRequest

func (*DefaultApiService) CreateUpdateClassifierAccount ¶ added in v0.2.4

func (a *DefaultApiService) CreateUpdateClassifierAccount(ctx _context.Context, acc string) ApiCreateUpdateClassifierAccountRequest

CreateUpdateClassifierAccount Create or update a classifier

Create new or update existing classifier

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param acc
@return ApiCreateUpdateClassifierAccountRequest

func (*DefaultApiService) CreateUpdateClassifierAccountExecute ¶ added in v0.2.4

Execute executes the request

@return InstanceClassifier

func (*DefaultApiService) CreateUpdateClassifierExecute ¶ added in v0.2.4

Execute executes the request

@return InstanceClassifier

func (*DefaultApiService) CreateUpdateIntegrationInstance ¶

func (a *DefaultApiService) CreateUpdateIntegrationInstance(ctx _context.Context) ApiCreateUpdateIntegrationInstanceRequest

CreateUpdateIntegrationInstance Create/update an integration instance

Create or update an instance of an integration

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateUpdateIntegrationInstanceRequest

func (*DefaultApiService) CreateUpdateIntegrationInstanceAccount ¶

func (a *DefaultApiService) CreateUpdateIntegrationInstanceAccount(ctx _context.Context, acc string) ApiCreateUpdateIntegrationInstanceAccountRequest

CreateUpdateIntegrationInstanceAccount Create/update an integration instance

Create or update an instance of an integration

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param acc
@return ApiCreateUpdateIntegrationInstanceAccountRequest

func (*DefaultApiService) CreateUpdateIntegrationInstanceAccountExecute ¶

func (a *DefaultApiService) CreateUpdateIntegrationInstanceAccountExecute(r ApiCreateUpdateIntegrationInstanceAccountRequest) (map[string]interface{}, *_nethttp.Response, error)

Execute executes the request

@return map[string]interface{}

func (*DefaultApiService) CreateUpdateIntegrationInstanceExecute ¶

func (a *DefaultApiService) CreateUpdateIntegrationInstanceExecute(r ApiCreateUpdateIntegrationInstanceRequest) (map[string]interface{}, *_nethttp.Response, error)

Execute executes the request

@return map[string]interface{}

func (*DefaultApiService) DeleteAccount ¶

func (a *DefaultApiService) DeleteAccount(ctx _context.Context, accountname string) ApiDeleteAccountRequest

DeleteAccount Method for DeleteAccount

Permanently delete account

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountname
@return ApiDeleteAccountRequest

func (*DefaultApiService) DeleteAccountExecute ¶

func (a *DefaultApiService) DeleteAccountExecute(r ApiDeleteAccountRequest) ([]map[string]interface{}, *_nethttp.Response, error)

Execute executes the request

@return []map[string]interface{}

func (*DefaultApiService) DeleteAdHocTask ¶

func (a *DefaultApiService) DeleteAdHocTask(ctx _context.Context, investigationId string, invPBTaskId string) ApiDeleteAdHocTaskRequest

DeleteAdHocTask Delete ad-hoc task

Delete an ad-hoc task from a running playbook

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param investigationId investigation ID
@param invPBTaskId ad-hoc task ID
@return ApiDeleteAdHocTaskRequest

func (*DefaultApiService) DeleteAdHocTaskExecute ¶

Execute executes the request

@return InvestigationPlaybook

func (*DefaultApiService) DeleteAutomationScript ¶

func (a *DefaultApiService) DeleteAutomationScript(ctx _context.Context) ApiDeleteAutomationScriptRequest

DeleteAutomationScript Delete existing automation

Delete a given automation from the system.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteAutomationScriptRequest

func (*DefaultApiService) DeleteAutomationScriptExecute ¶

func (a *DefaultApiService) DeleteAutomationScriptExecute(r ApiDeleteAutomationScriptRequest) (*_nethttp.Response, error)

Execute executes the request

func (*DefaultApiService) DeleteClassifier ¶ added in v0.2.12

DeleteClassifier Delete a classifier

Delete existing classifier

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteClassifierRequest

func (*DefaultApiService) DeleteClassifierAccount ¶ added in v0.2.12

func (a *DefaultApiService) DeleteClassifierAccount(ctx _context.Context, id string, acc string) ApiDeleteClassifierAccountRequest

DeleteClassifierAccount Delete a classifier for account

Delete existing classifier for account

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@param acc
@return ApiDeleteClassifierAccountRequest

func (*DefaultApiService) DeleteClassifierAccountExecute ¶ added in v0.2.12

func (a *DefaultApiService) DeleteClassifierAccountExecute(r ApiDeleteClassifierAccountRequest) (*_nethttp.Response, error)

Execute executes the request

func (*DefaultApiService) DeleteClassifierExecute ¶ added in v0.2.12

func (a *DefaultApiService) DeleteClassifierExecute(r ApiDeleteClassifierRequest) (*_nethttp.Response, error)

Execute executes the request

func (*DefaultApiService) DeleteEvidenceOp ¶

DeleteEvidenceOp delete evidence

Delete an evidence entity

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteEvidenceOpRequest

func (*DefaultApiService) DeleteEvidenceOpExecute ¶

func (a *DefaultApiService) DeleteEvidenceOpExecute(r ApiDeleteEvidenceOpRequest) (*_nethttp.Response, error)

Execute executes the request

func (*DefaultApiService) DeleteHAGroup ¶

DeleteHAGroup Method for DeleteHAGroup

Delete HA group

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id HA group ID
@return ApiDeleteHAGroupRequest

func (*DefaultApiService) DeleteHAGroupExecute ¶

func (a *DefaultApiService) DeleteHAGroupExecute(r ApiDeleteHAGroupRequest) (string, *_nethttp.Response, error)

Execute executes the request

@return string

func (*DefaultApiService) DeleteHost ¶

DeleteHost Method for DeleteHost

Delete host

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Host ID
@return ApiDeleteHostRequest

func (*DefaultApiService) DeleteHostExecute ¶

func (a *DefaultApiService) DeleteHostExecute(r ApiDeleteHostRequest) (string, *_nethttp.Response, error)

Execute executes the request

@return string

func (*DefaultApiService) DeleteIncidentsBatch ¶

DeleteIncidentsBatch Batch delete incidents

Deletes an incidents batch

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteIncidentsBatchRequest

func (*DefaultApiService) DeleteIncidentsBatchExecute ¶

Execute executes the request

@return IncidentSearchResponseWrapper

func (*DefaultApiService) DeleteIndicatorsBatch ¶

func (a *DefaultApiService) DeleteIndicatorsBatch(ctx _context.Context) ApiDeleteIndicatorsBatchRequest

DeleteIndicatorsBatch Batch whitelist or delete indicators

Batch whitelist or delete indicators entities In order to delete indicators and not whitelist, set doNotWhitelist boolean field to true

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteIndicatorsBatchRequest

func (*DefaultApiService) DeleteIndicatorsBatchExecute ¶

Execute executes the request

@return UpdateResponse

func (*DefaultApiService) DeleteIntegrationInstance ¶

func (a *DefaultApiService) DeleteIntegrationInstance(ctx _context.Context, id string) ApiDeleteIntegrationInstanceRequest

DeleteIntegrationInstance Delete integration instance

Delete an integration instance

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteIntegrationInstanceRequest

func (*DefaultApiService) DeleteIntegrationInstanceAccount ¶

func (a *DefaultApiService) DeleteIntegrationInstanceAccount(ctx _context.Context, id string, acc string) ApiDeleteIntegrationInstanceAccountRequest

DeleteIntegrationInstanceAccount Delete integration instance

Delete an integration instance

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@param acc
@return ApiDeleteIntegrationInstanceAccountRequest

func (*DefaultApiService) DeleteIntegrationInstanceAccountExecute ¶

func (a *DefaultApiService) DeleteIntegrationInstanceAccountExecute(r ApiDeleteIntegrationInstanceAccountRequest) (*_nethttp.Response, error)

Execute executes the request

func (*DefaultApiService) DeleteIntegrationInstanceExecute ¶

func (a *DefaultApiService) DeleteIntegrationInstanceExecute(r ApiDeleteIntegrationInstanceRequest) (*_nethttp.Response, error)

Execute executes the request

func (*DefaultApiService) DeleteWidget ¶

DeleteWidget Remove existing widget

Remove a given widget Id from the system.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Widget id to remove (returned from widget save or widgets get)
@return ApiDeleteWidgetRequest

func (*DefaultApiService) DeleteWidgetExecute ¶

func (a *DefaultApiService) DeleteWidgetExecute(r ApiDeleteWidgetRequest) (*_nethttp.Response, error)

Execute executes the request

func (*DefaultApiService) DownloadFile ¶

func (a *DefaultApiService) DownloadFile(ctx _context.Context, entryid string) ApiDownloadFileRequest

DownloadFile Download file

Download file from Cortex XSOAR by entry ID

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param entryid Entry ID
@return ApiDownloadFileRequest

func (*DefaultApiService) DownloadFileExecute ¶

func (a *DefaultApiService) DownloadFileExecute(r ApiDownloadFileRequest) (*os.File, *_nethttp.Response, error)

Execute executes the request

@return *os.File

func (*DefaultApiService) DownloadLatestReport ¶

func (a *DefaultApiService) DownloadLatestReport(ctx _context.Context, id string) ApiDownloadLatestReportRequest

DownloadLatestReport Get latest report by ID

Get the latest report by its ID

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id the ID of the report to get
@return ApiDownloadLatestReportRequest

func (*DefaultApiService) DownloadLatestReportExecute ¶

func (a *DefaultApiService) DownloadLatestReportExecute(r ApiDownloadLatestReportRequest) (*os.File, *_nethttp.Response, error)

Execute executes the request

@return *os.File

func (*DefaultApiService) EditAdHocTask ¶

func (a *DefaultApiService) EditAdHocTask(ctx _context.Context, investigationId string) ApiEditAdHocTaskRequest

EditAdHocTask Edit ad-hoc task

Edit an ad-hoc task in a running playbook

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param investigationId investigation ID
@return ApiEditAdHocTaskRequest

func (*DefaultApiService) EditAdHocTaskExecute ¶

Execute executes the request

@return InvestigationPlaybook

func (*DefaultApiService) EntryExportArtifact ¶

EntryExportArtifact Export Artifact

Export an entry artifact

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiEntryExportArtifactRequest

func (*DefaultApiService) EntryExportArtifactExecute ¶

func (a *DefaultApiService) EntryExportArtifactExecute(r ApiEntryExportArtifactRequest) (*_nethttp.Response, error)

Execute executes the request

func (*DefaultApiService) ExecuteReport ¶

func (a *DefaultApiService) ExecuteReport(ctx _context.Context, id string, requestId string) ApiExecuteReportRequest

ExecuteReport Execute report

Execute a new report

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id the ID of the report to get
@param requestId the ID to register the request under
@return ApiExecuteReportRequest

func (*DefaultApiService) ExecuteReportExecute ¶

func (a *DefaultApiService) ExecuteReportExecute(r ApiExecuteReportRequest) (*_nethttp.Response, error)

Execute executes the request

func (*DefaultApiService) ExportIncidentsToCsvBatch ¶

func (a *DefaultApiService) ExportIncidentsToCsvBatch(ctx _context.Context) ApiExportIncidentsToCsvBatchRequest

ExportIncidentsToCsvBatch Batch export incidents to csv

Exports an incidents batch to CSV file (returns file ID)

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiExportIncidentsToCsvBatchRequest

func (*DefaultApiService) ExportIncidentsToCsvBatchExecute ¶

func (a *DefaultApiService) ExportIncidentsToCsvBatchExecute(r ApiExportIncidentsToCsvBatchRequest) (string, *_nethttp.Response, error)

Execute executes the request

@return string

func (*DefaultApiService) ExportIndicatorsToCsvBatch ¶

func (a *DefaultApiService) ExportIndicatorsToCsvBatch(ctx _context.Context) ApiExportIndicatorsToCsvBatchRequest

ExportIndicatorsToCsvBatch Batch export indicators to csv

Exports an indicators batch to CSV file (returns file ID)

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiExportIndicatorsToCsvBatchRequest

func (*DefaultApiService) ExportIndicatorsToCsvBatchExecute ¶

func (a *DefaultApiService) ExportIndicatorsToCsvBatchExecute(r ApiExportIndicatorsToCsvBatchRequest) (string, *_nethttp.Response, error)

Execute executes the request

@return string

func (*DefaultApiService) ExportIndicatorsToStixBatch ¶

func (a *DefaultApiService) ExportIndicatorsToStixBatch(ctx _context.Context) ApiExportIndicatorsToStixBatchRequest

ExportIndicatorsToStixBatch Batch export indicators to STIX

Exports an indicators batch to STIX file (returns file ID)

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiExportIndicatorsToStixBatchRequest

func (*DefaultApiService) ExportIndicatorsToStixBatchExecute ¶

func (a *DefaultApiService) ExportIndicatorsToStixBatchExecute(r ApiExportIndicatorsToStixBatchRequest) (string, *_nethttp.Response, error)

Execute executes the request

@return string

func (*DefaultApiService) GetAccount ¶

func (a *DefaultApiService) GetAccount(ctx _context.Context, accountname string) ApiGetAccountRequest

GetAccount Get account

Get account

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAccountRequest

func (*DefaultApiService) GetAccountExecute ¶

func (a *DefaultApiService) GetAccountExecute(r ApiGetAccountRequest) (map[string]interface{}, *_nethttp.Response, error)

Execute executes the request

@return map[string]interface{}

func (*DefaultApiService) GetAllReports ¶

GetAllReports Get all reports

Get all of the reports

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAllReportsRequest

func (*DefaultApiService) GetAllReportsExecute ¶

func (a *DefaultApiService) GetAllReportsExecute(r ApiGetAllReportsRequest) ([]Report, *_nethttp.Response, error)

Execute executes the request

@return []Report

func (*DefaultApiService) GetAllWidgets ¶

GetAllWidgets Method for GetAllWidgets

Get all widgets

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAllWidgetsRequest

func (*DefaultApiService) GetAllWidgetsExecute ¶

func (a *DefaultApiService) GetAllWidgetsExecute(r ApiGetAllWidgetsRequest) ([]Widget, *_nethttp.Response, error)

Execute executes the request

@return []Widget

func (*DefaultApiService) GetAudits ¶

GetAudits Get Audits

Get audits by filter

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAuditsRequest

func (*DefaultApiService) GetAuditsExecute ¶

Execute executes the request

@return AuditResult

func (*DefaultApiService) GetAutomationScripts ¶

GetAutomationScripts Search Automation (aka scripts)

Search Automation by filter

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAutomationScriptsRequest

func (*DefaultApiService) GetAutomationScriptsExecute ¶

Execute executes the request

@return AutomationScriptResult

func (*DefaultApiService) GetClassifier ¶ added in v0.2.10

GetClassifier Get classifier

Get classifier

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetClassifierRequest

func (*DefaultApiService) GetClassifierAccount ¶ added in v0.2.10

func (a *DefaultApiService) GetClassifierAccount(ctx _context.Context, acc string) ApiGetClassifierAccountRequest

GetClassifierAccount Get classifier

Get classifier

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param acc
@return ApiGetClassifierAccountRequest

func (*DefaultApiService) GetClassifierAccountExecute ¶ added in v0.2.10

Execute executes the request

@return map[string]interface{}

func (*DefaultApiService) GetClassifierExecute ¶ added in v0.2.10

Execute executes the request

@return map[string]interface{}

func (*DefaultApiService) GetContainers ¶

GetContainers Get health containers

Gets info on the containers - amount of running, inactive and total containers

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetContainersRequest

func (*DefaultApiService) GetContainersExecute ¶

Execute executes the request

@return ContainersInfo

func (*DefaultApiService) GetDockerImages ¶

GetDockerImages Get Docker Images

Get list of all available docker image names

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetDockerImagesRequest

func (*DefaultApiService) GetDockerImagesExecute ¶

Execute executes the request

@return DockerImagesResult

func (*DefaultApiService) GetHAGroup ¶

GetHAGroup Method for GetHAGroup

Get HA group

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id HA group ID
@return ApiGetHAGroupRequest

func (*DefaultApiService) GetHAGroupExecute ¶

Execute executes the request

@return CreateUpdateHAGroup

func (*DefaultApiService) GetHAInstaller ¶

GetHAInstaller Method for GetHAInstaller

Download the host installer for HA group {id}

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id HA group ID
@return ApiGetHAInstallerRequest

func (*DefaultApiService) GetHAInstallerExecute ¶

func (a *DefaultApiService) GetHAInstallerExecute(r ApiGetHAInstallerRequest) (*os.File, *_nethttp.Response, error)

Execute executes the request

@return *os.File

func (*DefaultApiService) GetHost ¶

func (a *DefaultApiService) GetHost(ctx _context.Context, hostname string) ApiGetHostRequest

GetHost Method for GetHost

Get host

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetHostRequest

func (*DefaultApiService) GetHostExecute ¶

func (a *DefaultApiService) GetHostExecute(r ApiGetHostRequest) (map[string]interface{}, *_nethttp.Response, error)

Execute executes the request

@return []map[string]interface{}

func (*DefaultApiService) GetHostInstaller ¶

GetHostInstaller Method for GetHostInstaller

Download the host installer for an independent (non-HA) host

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetHostInstallerRequest

func (*DefaultApiService) GetHostInstallerExecute ¶

func (a *DefaultApiService) GetHostInstallerExecute(r ApiGetHostInstallerRequest) (*os.File, *_nethttp.Response, error)

Execute executes the request

@return *os.File

func (*DefaultApiService) GetIncidentAsCsv ¶

GetIncidentAsCsv Get incident as CSV

Get an incident CSV file that was exported, by ID

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id CSV file to fetch (returned from batch export to csv call)
@return ApiGetIncidentAsCsvRequest

func (*DefaultApiService) GetIncidentAsCsvExecute ¶

func (a *DefaultApiService) GetIncidentAsCsvExecute(r ApiGetIncidentAsCsvRequest) (*os.File, *_nethttp.Response, error)

Execute executes the request

@return *os.File

func (*DefaultApiService) GetIncidentsFieldsByIncidentType ¶

func (a *DefaultApiService) GetIncidentsFieldsByIncidentType(ctx _context.Context, type_ string) ApiGetIncidentsFieldsByIncidentTypeRequest

GetIncidentsFieldsByIncidentType Get all incident fields associated with incident type

Get all incident fields associated with incident type

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param type_ the name (case sensitive) of the incident type
@return ApiGetIncidentsFieldsByIncidentTypeRequest

func (*DefaultApiService) GetIncidentsFieldsByIncidentTypeExecute ¶

func (a *DefaultApiService) GetIncidentsFieldsByIncidentTypeExecute(r ApiGetIncidentsFieldsByIncidentTypeRequest) ([]IncidentField, *_nethttp.Response, error)

Execute executes the request

@return []IncidentField

func (*DefaultApiService) GetIndicatorsAsCsv ¶

func (a *DefaultApiService) GetIndicatorsAsCsv(ctx _context.Context, id string) ApiGetIndicatorsAsCsvRequest

GetIndicatorsAsCsv Get indicators as CSV

Get an indicators CSV file that was exported, by ID

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id CSV file to fetch (returned from batch export to csv call)
@return ApiGetIndicatorsAsCsvRequest

func (*DefaultApiService) GetIndicatorsAsCsvExecute ¶

func (a *DefaultApiService) GetIndicatorsAsCsvExecute(r ApiGetIndicatorsAsCsvRequest) (*os.File, *_nethttp.Response, error)

Execute executes the request

@return *os.File

func (*DefaultApiService) GetIndicatorsAsSTIX ¶

func (a *DefaultApiService) GetIndicatorsAsSTIX(ctx _context.Context, id string) ApiGetIndicatorsAsSTIXRequest

GetIndicatorsAsSTIX Get indicators as STIX V2

Get an indicators STIX V2 file that was exported, by ID

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id STIX V2 file to fetch (returned from batch export to STIX call)
@return ApiGetIndicatorsAsSTIXRequest

func (*DefaultApiService) GetIndicatorsAsSTIXExecute ¶

func (a *DefaultApiService) GetIndicatorsAsSTIXExecute(r ApiGetIndicatorsAsSTIXRequest) (*os.File, *_nethttp.Response, error)

Execute executes the request

@return *os.File

func (*DefaultApiService) GetIntegrationInstance ¶

func (a *DefaultApiService) GetIntegrationInstance(ctx _context.Context) ApiGetIntegrationInstanceRequest

GetIntegrationInstance Get integration

Get integration

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIntegrationInstanceRequest

func (*DefaultApiService) GetIntegrationInstanceAccount ¶

func (a *DefaultApiService) GetIntegrationInstanceAccount(ctx _context.Context, acc string) ApiGetIntegrationInstanceAccountRequest

GetIntegrationInstanceAccount List integrations

List all integrations

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param acc
@return ApiGetIntegrationInstanceAccountRequest

func (*DefaultApiService) GetIntegrationInstanceAccountExecute ¶

func (a *DefaultApiService) GetIntegrationInstanceAccountExecute(r ApiGetIntegrationInstanceAccountRequest) (map[string]interface{}, *_nethttp.Response, error)

Execute executes the request

@return map[string]interface{}

func (*DefaultApiService) GetIntegrationInstanceExecute ¶

func (a *DefaultApiService) GetIntegrationInstanceExecute(r ApiGetIntegrationInstanceRequest) (map[string]interface{}, *_nethttp.Response, error)

Execute executes the request

@return map[string]interface{}

func (*DefaultApiService) GetReportByID ¶

GetReportByID Get report by ID

Get a report by its ID

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id the ID of the report to get
@return ApiGetReportByIDRequest

func (*DefaultApiService) GetReportByIDExecute ¶

func (a *DefaultApiService) GetReportByIDExecute(r ApiGetReportByIDRequest) (Report, *_nethttp.Response, error)

Execute executes the request

@return Report

func (*DefaultApiService) GetStatsForDashboard ¶

GetStatsForDashboard Get Dashboard Statistics

Get a given dashboard statistics result.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetStatsForDashboardRequest

func (*DefaultApiService) GetStatsForDashboardExecute ¶

Execute executes the request

@return []StatsQueryResponse

func (*DefaultApiService) GetStatsForDashboardOldFormat ¶

func (a *DefaultApiService) GetStatsForDashboardOldFormat(ctx _context.Context) ApiGetStatsForDashboardOldFormatRequest

GetStatsForDashboardOldFormat [Deprecated] Get Dashboard Statistics

Get a given dashboard statistics result. Deprecated - use "/v2/statistics/dashboards/query

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetStatsForDashboardOldFormatRequest

func (*DefaultApiService) GetStatsForDashboardOldFormatExecute ¶

func (a *DefaultApiService) GetStatsForDashboardOldFormatExecute(r ApiGetStatsForDashboardOldFormatRequest) ([]StatsQueryResponse, *_nethttp.Response, error)

Execute executes the request

@return []StatsQueryResponse

func (*DefaultApiService) GetStatsForWidget ¶

GetStatsForWidget Get Widget Statistics

Get a given widget object statistics result. Note: This route has many return types based on the widget type and data. Each 200X represent a 200 OK request of specific widget type and data

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetStatsForWidgetRequest

func (*DefaultApiService) GetStatsForWidgetExecute ¶

func (a *DefaultApiService) GetStatsForWidgetExecute(r ApiGetStatsForWidgetRequest) (map[string]interface{}, *_nethttp.Response, error)

Execute executes the request

@return map[string]interface{}

func (*DefaultApiService) GetStatsForWidgetOldFormat ¶

func (a *DefaultApiService) GetStatsForWidgetOldFormat(ctx _context.Context) ApiGetStatsForWidgetOldFormatRequest

GetStatsForWidgetOldFormat [Deprecated] Get Widget Statistics

Get a given widget object statistics result. Note: This route has many return types based on the widget type and data. Each 200X represent a 200 OK request of specific widget type and data

Deprecated - use "/v2/statistics/widgets/query

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetStatsForWidgetOldFormatRequest

func (*DefaultApiService) GetStatsForWidgetOldFormatExecute ¶

func (a *DefaultApiService) GetStatsForWidgetOldFormatExecute(r ApiGetStatsForWidgetOldFormatRequest) (map[string]interface{}, *_nethttp.Response, error)

Execute executes the request

@return map[string]interface{}

func (*DefaultApiService) GetWidget ¶

GetWidget Get widget by ID

Get a widget object by a given ID.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of widget to get.
@return ApiGetWidgetRequest

func (*DefaultApiService) GetWidgetExecute ¶

func (a *DefaultApiService) GetWidgetExecute(r ApiGetWidgetRequest) (Widget, *_nethttp.Response, error)

Execute executes the request

@return Widget

func (*DefaultApiService) HealthHandler ¶

HealthHandler Check if Cortex XSOAR server is available

Check if Cortex XSOAR server is available

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiHealthHandlerRequest

func (*DefaultApiService) HealthHandlerExecute ¶

func (a *DefaultApiService) HealthHandlerExecute(r ApiHealthHandlerRequest) (string, *_nethttp.Response, error)

Execute executes the request

@return string

func (*DefaultApiService) ImportClassifier ¶

ImportClassifier Import a classifier

Import a classifier to Cortex XSOAR

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiImportClassifierRequest

func (*DefaultApiService) ImportClassifierExecute ¶

Execute executes the request

@return []InstanceClassifier

func (*DefaultApiService) ImportDashboard ¶

ImportDashboard Import a dashboard

Import a dashboard to Cortex XSOAR

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiImportDashboardRequest

func (*DefaultApiService) ImportDashboardExecute ¶

func (a *DefaultApiService) ImportDashboardExecute(r ApiImportDashboardRequest) (Dashboard, *_nethttp.Response, error)

Execute executes the request

@return Dashboard

func (*DefaultApiService) ImportIncidentFields ¶

ImportIncidentFields Import an incident field

Import an incident field to Cortex XSOAR

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiImportIncidentFieldsRequest

func (*DefaultApiService) ImportIncidentFieldsExecute ¶

Execute executes the request

@return IncidentFieldsWithErrors

func (*DefaultApiService) ImportIncidentTypesHandler ¶

func (a *DefaultApiService) ImportIncidentTypesHandler(ctx _context.Context) ApiImportIncidentTypesHandlerRequest

ImportIncidentTypesHandler Import an incident type

Import an incident type to Cortex XSOAR

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiImportIncidentTypesHandlerRequest

func (*DefaultApiService) ImportIncidentTypesHandlerExecute ¶

Execute executes the request

@return IncidentTypesWithErrors

func (*DefaultApiService) ImportScript ¶

ImportScript Import an automation

Import an automation to Cortex XSOAR

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiImportScriptRequest

func (*DefaultApiService) ImportScriptExecute ¶

Execute executes the request

@return AutomationScript

func (*DefaultApiService) ImportWidget ¶

ImportWidget Import a widget

Import a widget to the system, ignoring ID or version, used to import new widgets.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiImportWidgetRequest

func (*DefaultApiService) ImportWidgetExecute ¶

func (a *DefaultApiService) ImportWidgetExecute(r ApiImportWidgetRequest) (Widget, *_nethttp.Response, error)

Execute executes the request

@return Widget

func (*DefaultApiService) IncidentFileUpload ¶

func (a *DefaultApiService) IncidentFileUpload(ctx _context.Context, id string) ApiIncidentFileUploadRequest

IncidentFileUpload Method for IncidentFileUpload

Add file attachement to an incidents

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Incident id to update
@return ApiIncidentFileUploadRequest

func (*DefaultApiService) IncidentFileUploadExecute ¶

Execute executes the request

@return IncidentWrapper

func (*DefaultApiService) IndicatorWhitelist ¶

IndicatorWhitelist Whitelists or deletes Indicator

Whitelists or deletes an indicator entity In order to delete an indicator and not whitelist, set doNotWhitelist boolean field to true

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIndicatorWhitelistRequest

func (*DefaultApiService) IndicatorWhitelistExecute ¶

Execute executes the request

@return UpdateResponse

func (*DefaultApiService) IndicatorsCreate ¶

IndicatorsCreate Create Indicator

Create an indicator entity To update indicator custom fields you should lowercase them and remove all spaces. For example: Scan IP -> scanip

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIndicatorsCreateRequest

func (*DefaultApiService) IndicatorsCreateBatch ¶

func (a *DefaultApiService) IndicatorsCreateBatch(ctx _context.Context) ApiIndicatorsCreateBatchRequest

IndicatorsCreateBatch Create indicators

Create indicators from a file

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIndicatorsCreateBatchRequest

func (*DefaultApiService) IndicatorsCreateBatchExecute ¶

func (a *DefaultApiService) IndicatorsCreateBatchExecute(r ApiIndicatorsCreateBatchRequest) ([]IocObject, *_nethttp.Response, error)

Execute executes the request

@return []IocObject

func (*DefaultApiService) IndicatorsCreateExecute ¶

func (a *DefaultApiService) IndicatorsCreateExecute(r ApiIndicatorsCreateRequest) (IocObject, *_nethttp.Response, error)

Execute executes the request

@return IocObject

func (*DefaultApiService) IndicatorsEdit ¶

IndicatorsEdit Edit Indicator

Edit an indicator entity To update indicator custom fields you should lowercase them and remove all spaces. For example: Scan IP -> scanip

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIndicatorsEditRequest

func (*DefaultApiService) IndicatorsEditExecute ¶

Execute executes the request

@return IocObject

func (*DefaultApiService) IndicatorsSearch ¶

IndicatorsSearch Search indicators

Search indicators by filter

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIndicatorsSearchRequest

func (*DefaultApiService) IndicatorsSearchExecute ¶

Execute executes the request

@return IndicatorResult

func (*DefaultApiService) IndicatorsTimelineDelete ¶

func (a *DefaultApiService) IndicatorsTimelineDelete(ctx _context.Context) ApiIndicatorsTimelineDeleteRequest

IndicatorsTimelineDelete Delete indicators timeline

Delete indicators timeline by filter

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIndicatorsTimelineDeleteRequest

func (*DefaultApiService) IndicatorsTimelineDeleteExecute ¶

Execute executes the request

@return IndicatorEditBulkResponse

func (*DefaultApiService) IntegrationUpload ¶

IntegrationUpload Upload an integration

Upload an integration to Cortex XSOAR

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIntegrationUploadRequest

func (*DefaultApiService) IntegrationUploadExecute ¶

Execute executes the request

@return ModuleConfiguration

func (*DefaultApiService) InvestigationAddEntriesSync ¶

func (a *DefaultApiService) InvestigationAddEntriesSync(ctx _context.Context) ApiInvestigationAddEntriesSyncRequest

InvestigationAddEntriesSync Create new entry in existing investigation

API to create an entry (markdown format) in existing investigation Body example: {"investigationId":"1234","data":"entry content…"}

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiInvestigationAddEntriesSyncRequest

func (*DefaultApiService) InvestigationAddEntriesSyncExecute ¶

func (a *DefaultApiService) InvestigationAddEntriesSyncExecute(r ApiInvestigationAddEntriesSyncRequest) ([]Entry, *_nethttp.Response, error)

Execute executes the request

@return []Entry

func (*DefaultApiService) InvestigationAddEntryHandler ¶

func (a *DefaultApiService) InvestigationAddEntryHandler(ctx _context.Context) ApiInvestigationAddEntryHandlerRequest

InvestigationAddEntryHandler Create new entry in existing investigation

API to create an entry (markdown format) in existing investigation Body example: {"investigationId":"1234","data":"entry content…"}

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiInvestigationAddEntryHandlerRequest

func (*DefaultApiService) InvestigationAddEntryHandlerExecute ¶

func (a *DefaultApiService) InvestigationAddEntryHandlerExecute(r ApiInvestigationAddEntryHandlerRequest) (Entry, *_nethttp.Response, error)

Execute executes the request

@return Entry

func (*DefaultApiService) InvestigationAddFormattedEntryHandler ¶

func (a *DefaultApiService) InvestigationAddFormattedEntryHandler(ctx _context.Context) ApiInvestigationAddFormattedEntryHandlerRequest

InvestigationAddFormattedEntryHandler Create new formatted entry in existing investigation

API to create a formatted entry (table/json/text/markdown/html) in existing investigation Body example: {"investigationId":"1234","format":"table/json/text/markdown/html","contents":"entry content…"}

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiInvestigationAddFormattedEntryHandlerRequest

func (*DefaultApiService) InvestigationAddFormattedEntryHandlerExecute ¶

func (a *DefaultApiService) InvestigationAddFormattedEntryHandlerExecute(r ApiInvestigationAddFormattedEntryHandlerRequest) (Entry, *_nethttp.Response, error)

Execute executes the request

@return Entry

func (*DefaultApiService) ListAccounts ¶

ListAccounts List accounts

List accounts

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListAccountsRequest

func (*DefaultApiService) ListAccountsDetails ¶

ListAccountsDetails Detailed accounts

More detailed account data

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListAccountsDetailsRequest

func (*DefaultApiService) ListAccountsDetailsExecute ¶

func (a *DefaultApiService) ListAccountsDetailsExecute(r ApiListAccountsDetailsRequest) (map[string]interface{}, *_nethttp.Response, error)

Execute executes the request

@return map[string]interface{}

func (*DefaultApiService) ListAccountsExecute ¶

func (a *DefaultApiService) ListAccountsExecute(r ApiListAccountsRequest) ([]map[string]interface{}, *_nethttp.Response, error)

Execute executes the request

@return []map[string]interface{}

func (*DefaultApiService) ListClassifiers ¶ added in v0.2.4

ListClassifiers search classifiers

Search classifiers in Cortex XSOAR

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListClassifiersRequest

func (*DefaultApiService) ListClassifiersAccount ¶ added in v0.2.4

func (a *DefaultApiService) ListClassifiersAccount(ctx _context.Context, acc string) ApiListClassifiersAccountRequest

ListClassifiersAccount search classifiers

Search classifiers in Cortex XSOAR

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param acc
@return ApiListClassifiersAccountRequest

func (*DefaultApiService) ListClassifiersAccountExecute ¶ added in v0.2.4

Execute executes the request

@return InstanceClassifiers

func (*DefaultApiService) ListClassifiersExecute ¶ added in v0.2.4

Execute executes the request

@return InstanceClassifiers

func (*DefaultApiService) ListHAGroups ¶

ListHAGroups Method for ListHAGroups

List HA groups

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListHAGroupsRequest

func (*DefaultApiService) ListHAGroupsExecute ¶

func (a *DefaultApiService) ListHAGroupsExecute(r ApiListHAGroupsRequest) ([]map[string]interface{}, *_nethttp.Response, error)

Execute executes the request

@return []map[string]interface{}

func (*DefaultApiService) ListHosts ¶

ListHosts Method for ListHosts

List hosts

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListHostsRequest

func (*DefaultApiService) ListHostsExecute ¶

func (a *DefaultApiService) ListHostsExecute(r ApiListHostsRequest) ([]map[string]interface{}, *_nethttp.Response, error)

Execute executes the request

@return []map[string]interface{}

func (*DefaultApiService) ListIntegrations ¶

ListIntegrations List integrations

List all integrations

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListIntegrationsRequest

func (*DefaultApiService) ListIntegrationsAccount ¶

func (a *DefaultApiService) ListIntegrationsAccount(ctx _context.Context, acc string) ApiListIntegrationsAccountRequest

ListIntegrationsAccount List integrations

List all integrations

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param acc
@return ApiListIntegrationsAccountRequest

func (*DefaultApiService) ListIntegrationsAccountExecute ¶

func (a *DefaultApiService) ListIntegrationsAccountExecute(r ApiListIntegrationsAccountRequest) (map[string]interface{}, *_nethttp.Response, error)

Execute executes the request

@return map[string]interface{}

func (*DefaultApiService) ListIntegrationsExecute ¶

func (a *DefaultApiService) ListIntegrationsExecute(r ApiListIntegrationsRequest) (map[string]interface{}, *_nethttp.Response, error)

Execute executes the request

@return map[string]interface{}

func (*DefaultApiService) ListMainHosts ¶ added in v0.2.3

ListMainHosts List the main hosts

List the main hosts

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListMainHostsRequest

func (*DefaultApiService) ListMainHostsExecute ¶ added in v0.2.3

func (a *DefaultApiService) ListMainHostsExecute(r ApiListMainHostsRequest) ([]MainHost, *_nethttp.Response, error)

Execute executes the request

@return []MainHost

func (*DefaultApiService) LogoutEveryoneHandler ¶

func (a *DefaultApiService) LogoutEveryoneHandler(ctx _context.Context) ApiLogoutEveryoneHandlerRequest

LogoutEveryoneHandler Sign out all open users sessions

Sign out all open users sessions

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLogoutEveryoneHandlerRequest

func (*DefaultApiService) LogoutEveryoneHandlerExecute ¶

func (a *DefaultApiService) LogoutEveryoneHandlerExecute(r ApiLogoutEveryoneHandlerRequest) (string, *_nethttp.Response, error)

Execute executes the request

@return string

func (*DefaultApiService) LogoutMyselfHandler ¶

LogoutMyselfHandler Sign out all my open sessions

Sign out all my open sessions

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLogoutMyselfHandlerRequest

func (*DefaultApiService) LogoutMyselfHandlerExecute ¶

func (a *DefaultApiService) LogoutMyselfHandlerExecute(r ApiLogoutMyselfHandlerRequest) (string, *_nethttp.Response, error)

Execute executes the request

@return string

func (*DefaultApiService) LogoutMyselfOtherSessionsHandler ¶

func (a *DefaultApiService) LogoutMyselfOtherSessionsHandler(ctx _context.Context) ApiLogoutMyselfOtherSessionsHandlerRequest

LogoutMyselfOtherSessionsHandler Sign out all my other open sessions

Sign out all my other open sessions

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLogoutMyselfOtherSessionsHandlerRequest

func (*DefaultApiService) LogoutMyselfOtherSessionsHandlerExecute ¶

func (a *DefaultApiService) LogoutMyselfOtherSessionsHandlerExecute(r ApiLogoutMyselfOtherSessionsHandlerRequest) (string, *_nethttp.Response, error)

Execute executes the request

@return string

func (*DefaultApiService) LogoutUserSessionsHandler ¶

func (a *DefaultApiService) LogoutUserSessionsHandler(ctx _context.Context, username string) ApiLogoutUserSessionsHandlerRequest

LogoutUserSessionsHandler Sign out all sessions of the provided username

Sign out all sessions of the provided username

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param username Username to logout
@return ApiLogoutUserSessionsHandlerRequest

func (*DefaultApiService) LogoutUserSessionsHandlerExecute ¶

func (a *DefaultApiService) LogoutUserSessionsHandlerExecute(r ApiLogoutUserSessionsHandlerRequest) (string, *_nethttp.Response, error)

Execute executes the request

@return string

func (*DefaultApiService) OverridePlaybookYaml ¶

OverridePlaybookYaml Import and override playbook

Import and override playbook in Cortex XSOAR

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiOverridePlaybookYamlRequest

func (*DefaultApiService) OverridePlaybookYamlExecute ¶

Execute executes the request

@return PlaybookWithWarnings

func (*DefaultApiService) ResetROIWidget ¶

ResetROIWidget Reset ROI widget

Reset ROI widget

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiResetROIWidgetRequest

func (*DefaultApiService) ResetROIWidgetExecute ¶

func (a *DefaultApiService) ResetROIWidgetExecute(r ApiResetROIWidgetRequest) (*_nethttp.Response, error)

Execute executes the request

func (*DefaultApiService) RevokeUserAPIKey ¶

func (a *DefaultApiService) RevokeUserAPIKey(ctx _context.Context, username string) ApiRevokeUserAPIKeyRequest

RevokeUserAPIKey Method for RevokeUserAPIKey

Revoke API Key for user

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param username The username which the API keys assigned to
@return ApiRevokeUserAPIKeyRequest

func (*DefaultApiService) RevokeUserAPIKeyExecute ¶

func (a *DefaultApiService) RevokeUserAPIKeyExecute(r ApiRevokeUserAPIKeyRequest) (*_nethttp.Response, error)

Execute executes the request

func (*DefaultApiService) SaveEvidence ¶

SaveEvidence Save evidence

Save an evidence entity To update evidence custom fields you should lowercase them and remove all spaces. For example: Scan IP -> scanip

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSaveEvidenceRequest

func (*DefaultApiService) SaveEvidenceExecute ¶

Execute executes the request

@return Evidence

func (*DefaultApiService) SaveOrUpdateScript ¶

SaveOrUpdateScript Create or update automation

Create or update a given automation.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSaveOrUpdateScriptRequest

func (*DefaultApiService) SaveOrUpdateScriptExecute ¶

Execute executes the request

@return AutomationScriptResult

func (*DefaultApiService) SaveWidget ¶

SaveWidget Add or update a widget

Add or update a given widget based on Id.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSaveWidgetRequest

func (*DefaultApiService) SaveWidgetExecute ¶

func (a *DefaultApiService) SaveWidgetExecute(r ApiSaveWidgetRequest) (Widget, *_nethttp.Response, error)

Execute executes the request

@return Widget

func (*DefaultApiService) SearchEvidence ¶

SearchEvidence Search evidence

Search for an evidence entutiy by filter

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchEvidenceRequest

func (*DefaultApiService) SearchEvidenceExecute ¶

Execute executes the request

@return EvidencesSearchResponse

func (*DefaultApiService) SearchIncidents ¶

SearchIncidents Search incidents by filter

This will search incidents across all indices You can filter by multiple options

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchIncidentsRequest

func (*DefaultApiService) SearchIncidentsExecute ¶

Execute executes the request

@return InlineResponse200

func (*DefaultApiService) SearchInvestigations ¶

SearchInvestigations Search investigations by filter

This will search investigations across all indices You can filter by multiple options

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchInvestigationsRequest

func (*DefaultApiService) SearchInvestigationsExecute ¶

Execute executes the request

@return InvestigationSearchResponse

func (*DefaultApiService) SetTagsField ¶

SetTagsField Set tags field

Sets the select values of a specific tags field. The values passed to the route override the existing select values of the field. To reset the select values pass an empty array.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The machine name of the field prefixed with the type. For example indicator_tags or incident_dbotmirrortags
@return ApiSetTagsFieldRequest

func (*DefaultApiService) SetTagsFieldExecute ¶

func (a *DefaultApiService) SetTagsFieldExecute(r ApiSetTagsFieldRequest) (*_nethttp.Response, error)

Execute executes the request

func (*DefaultApiService) SimpleCompleteTask ¶

SimpleCompleteTask Complete task simple (no file)

Complete a task without a file attachment

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSimpleCompleteTaskRequest

func (*DefaultApiService) SimpleCompleteTaskExecute ¶

Execute executes the request

@return InvestigationPlaybook

func (*DefaultApiService) StartAccounts ¶

StartAccounts Start accounts

Start specified accounts

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStartAccountsRequest

func (*DefaultApiService) StartAccountsExecute ¶

func (a *DefaultApiService) StartAccountsExecute(r ApiStartAccountsRequest) (*_nethttp.Response, error)

Execute executes the request

func (*DefaultApiService) StopAccounts ¶

StopAccounts Stop accounts

Stop specified accounts

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStopAccountsRequest

func (*DefaultApiService) StopAccountsExecute ¶

func (a *DefaultApiService) StopAccountsExecute(r ApiStopAccountsRequest) (*_nethttp.Response, error)

Execute executes the request

func (*DefaultApiService) SubmitTaskForm ¶

SubmitTaskForm Complete a task

Submit a data collection task with given answers and multiple file attachments

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSubmitTaskFormRequest

func (*DefaultApiService) SubmitTaskFormExecute ¶

Execute executes the request

@return InvestigationPlaybook

func (*DefaultApiService) TaskAddComment ¶

TaskAddComment Task add comment

Add comment to a task

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTaskAddCommentRequest

func (*DefaultApiService) TaskAddCommentExecute ¶

Execute executes the request

@return InvestigationPlaybook

func (*DefaultApiService) TaskAssign ¶

TaskAssign Assign task

Assign a task to an owner

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTaskAssignRequest

func (*DefaultApiService) TaskAssignExecute ¶

Execute executes the request

@return InvestigationPlaybook

func (*DefaultApiService) TaskSetDue ¶

TaskSetDue Set task due date

Set the task due date

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTaskSetDueRequest

func (*DefaultApiService) TaskSetDueExecute ¶

Execute executes the request

@return InvestigationPlaybook

func (*DefaultApiService) TaskUnComplete ¶

TaskUnComplete Un complete a task

Reopen a closed task and change the status to uncomplete

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTaskUnCompleteRequest

func (*DefaultApiService) TaskUnCompleteExecute ¶

Execute executes the request

@return InvestigationPlaybook

func (*DefaultApiService) UpdateAccount ¶

func (a *DefaultApiService) UpdateAccount(ctx _context.Context, accountname string) ApiUpdateAccountRequest

UpdateAccount Method for UpdateAccount

Update account attributes

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountname
@return ApiUpdateAccountRequest

func (*DefaultApiService) UpdateAccountExecute ¶

Execute executes the request

@return RolesAndPropagationLabelsWrapper

func (*DefaultApiService) UpdateAccountHost ¶

func (a *DefaultApiService) UpdateAccountHost(ctx _context.Context, accountname string, hostgroupid string) ApiUpdateAccountHostRequest

UpdateAccountHost Method for UpdateAccountHost

Move account with {accountname} to host/ha-group with group ID of {hostgroupid}

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountname Account Name
@param hostgroupid Host Group Id
@return ApiUpdateAccountHostRequest

func (*DefaultApiService) UpdateAccountHostExecute ¶

func (a *DefaultApiService) UpdateAccountHostExecute(r ApiUpdateAccountHostRequest) ([]map[string]interface{}, *_nethttp.Response, error)

Execute executes the request

@return []map[string]interface{}

func (*DefaultApiService) UpdateEntryNote ¶

UpdateEntryNote Mark entry as note

API to mark entry as note, can be used also to remove the note Body example: {"id":1\@1234","version":"-1","investigationId":"1234","data":"true/false"}

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateEntryNoteRequest

func (*DefaultApiService) UpdateEntryNoteExecute ¶

func (a *DefaultApiService) UpdateEntryNoteExecute(r ApiUpdateEntryNoteRequest) (Entry, *_nethttp.Response, error)

Execute executes the request

@return Entry

func (*DefaultApiService) UpdateEntryTagsOp ¶

UpdateEntryTagsOp Set entry tags

API to set entry tags Body example: {"id":"1\@1234","version":"-1","investigationId":"1234","tags":["tag1","tag2"]"}

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateEntryTagsOpRequest

func (*DefaultApiService) UpdateEntryTagsOpExecute ¶

func (a *DefaultApiService) UpdateEntryTagsOpExecute(r ApiUpdateEntryTagsOpRequest) (Entry, *_nethttp.Response, error)

Execute executes the request

@return Entry

func (*DefaultApiService) WorkersStatusHandler ¶

WorkersStatusHandler Get workers status

Get workers status

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiWorkersStatusHandlerRequest

func (*DefaultApiService) WorkersStatusHandlerExecute ¶

func (a *DefaultApiService) WorkersStatusHandlerExecute(r ApiWorkersStatusHandlerRequest) (Info, *_nethttp.Response, error)

Execute executes the request

@return Info

type DeleteEvidence ¶

type DeleteEvidence struct {
	EvidenceID *string `json:"evidenceID,omitempty"`
}

DeleteEvidence struct for DeleteEvidence

func NewDeleteEvidence ¶

func NewDeleteEvidence() *DeleteEvidence

NewDeleteEvidence instantiates a new DeleteEvidence 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 NewDeleteEvidenceWithDefaults ¶

func NewDeleteEvidenceWithDefaults() *DeleteEvidence

NewDeleteEvidenceWithDefaults instantiates a new DeleteEvidence 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 (*DeleteEvidence) GetEvidenceID ¶

func (o *DeleteEvidence) GetEvidenceID() string

GetEvidenceID returns the EvidenceID field value if set, zero value otherwise.

func (*DeleteEvidence) GetEvidenceIDOk ¶

func (o *DeleteEvidence) GetEvidenceIDOk() (*string, bool)

GetEvidenceIDOk returns a tuple with the EvidenceID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteEvidence) HasEvidenceID ¶

func (o *DeleteEvidence) HasEvidenceID() bool

HasEvidenceID returns a boolean if a field has been set.

func (DeleteEvidence) MarshalJSON ¶

func (o DeleteEvidence) MarshalJSON() ([]byte, error)

func (*DeleteEvidence) SetEvidenceID ¶

func (o *DeleteEvidence) SetEvidenceID(v string)

SetEvidenceID gets a reference to the given string and assigns it to the EvidenceID field.

type DockerImage ¶

type DockerImage struct {
	CreatedAt    *string `json:"createdAt,omitempty"`
	CreatedSince *string `json:"createdSince,omitempty"`
	Id           *string `json:"id,omitempty"`
	Repository   *string `json:"repository,omitempty"`
	Size         *string `json:"size,omitempty"`
	Tag          *string `json:"tag,omitempty"`
}

DockerImage DockerImage details

func NewDockerImage ¶

func NewDockerImage() *DockerImage

NewDockerImage instantiates a new DockerImage 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 NewDockerImageWithDefaults ¶

func NewDockerImageWithDefaults() *DockerImage

NewDockerImageWithDefaults instantiates a new DockerImage 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 (*DockerImage) GetCreatedAt ¶

func (o *DockerImage) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*DockerImage) GetCreatedAtOk ¶

func (o *DockerImage) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DockerImage) GetCreatedSince ¶

func (o *DockerImage) GetCreatedSince() string

GetCreatedSince returns the CreatedSince field value if set, zero value otherwise.

func (*DockerImage) GetCreatedSinceOk ¶

func (o *DockerImage) GetCreatedSinceOk() (*string, bool)

GetCreatedSinceOk returns a tuple with the CreatedSince field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DockerImage) GetId ¶

func (o *DockerImage) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*DockerImage) GetIdOk ¶

func (o *DockerImage) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DockerImage) GetRepository ¶

func (o *DockerImage) GetRepository() string

GetRepository returns the Repository field value if set, zero value otherwise.

func (*DockerImage) GetRepositoryOk ¶

func (o *DockerImage) GetRepositoryOk() (*string, bool)

GetRepositoryOk returns a tuple with the Repository field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DockerImage) GetSize ¶

func (o *DockerImage) GetSize() string

GetSize returns the Size field value if set, zero value otherwise.

func (*DockerImage) GetSizeOk ¶

func (o *DockerImage) GetSizeOk() (*string, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DockerImage) GetTag ¶

func (o *DockerImage) GetTag() string

GetTag returns the Tag field value if set, zero value otherwise.

func (*DockerImage) GetTagOk ¶

func (o *DockerImage) GetTagOk() (*string, bool)

GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DockerImage) HasCreatedAt ¶

func (o *DockerImage) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*DockerImage) HasCreatedSince ¶

func (o *DockerImage) HasCreatedSince() bool

HasCreatedSince returns a boolean if a field has been set.

func (*DockerImage) HasId ¶

func (o *DockerImage) HasId() bool

HasId returns a boolean if a field has been set.

func (*DockerImage) HasRepository ¶

func (o *DockerImage) HasRepository() bool

HasRepository returns a boolean if a field has been set.

func (*DockerImage) HasSize ¶

func (o *DockerImage) HasSize() bool

HasSize returns a boolean if a field has been set.

func (*DockerImage) HasTag ¶

func (o *DockerImage) HasTag() bool

HasTag returns a boolean if a field has been set.

func (DockerImage) MarshalJSON ¶

func (o DockerImage) MarshalJSON() ([]byte, error)

func (*DockerImage) SetCreatedAt ¶

func (o *DockerImage) SetCreatedAt(v string)

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*DockerImage) SetCreatedSince ¶

func (o *DockerImage) SetCreatedSince(v string)

SetCreatedSince gets a reference to the given string and assigns it to the CreatedSince field.

func (*DockerImage) SetId ¶

func (o *DockerImage) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*DockerImage) SetRepository ¶

func (o *DockerImage) SetRepository(v string)

SetRepository gets a reference to the given string and assigns it to the Repository field.

func (*DockerImage) SetSize ¶

func (o *DockerImage) SetSize(v string)

SetSize gets a reference to the given string and assigns it to the Size field.

func (*DockerImage) SetTag ¶

func (o *DockerImage) SetTag(v string)

SetTag gets a reference to the given string and assigns it to the Tag field.

type DockerImagesResult ¶

type DockerImagesResult struct {
	Images *[]DockerImage `json:"images,omitempty"`
}

DockerImagesResult DockerImagesResult for the get images request

func NewDockerImagesResult ¶

func NewDockerImagesResult() *DockerImagesResult

NewDockerImagesResult instantiates a new DockerImagesResult 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 NewDockerImagesResultWithDefaults ¶

func NewDockerImagesResultWithDefaults() *DockerImagesResult

NewDockerImagesResultWithDefaults instantiates a new DockerImagesResult 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 (*DockerImagesResult) GetImages ¶

func (o *DockerImagesResult) GetImages() []DockerImage

GetImages returns the Images field value if set, zero value otherwise.

func (*DockerImagesResult) GetImagesOk ¶

func (o *DockerImagesResult) GetImagesOk() (*[]DockerImage, bool)

GetImagesOk returns a tuple with the Images field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DockerImagesResult) HasImages ¶

func (o *DockerImagesResult) HasImages() bool

HasImages returns a boolean if a field has been set.

func (DockerImagesResult) MarshalJSON ¶

func (o DockerImagesResult) MarshalJSON() ([]byte, error)

func (*DockerImagesResult) SetImages ¶

func (o *DockerImagesResult) SetImages(v []DockerImage)

SetImages gets a reference to the given []DockerImage and assigns it to the Images field.

type DownloadEntry ¶

type DownloadEntry struct {
	Id              *string `json:"id,omitempty"`
	InvestigationId *string `json:"investigationId,omitempty"`
}

DownloadEntry struct for DownloadEntry

func NewDownloadEntry ¶

func NewDownloadEntry() *DownloadEntry

NewDownloadEntry instantiates a new DownloadEntry 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 NewDownloadEntryWithDefaults ¶

func NewDownloadEntryWithDefaults() *DownloadEntry

NewDownloadEntryWithDefaults instantiates a new DownloadEntry 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 (*DownloadEntry) GetId ¶

func (o *DownloadEntry) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*DownloadEntry) GetIdOk ¶

func (o *DownloadEntry) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadEntry) GetInvestigationId ¶

func (o *DownloadEntry) GetInvestigationId() string

GetInvestigationId returns the InvestigationId field value if set, zero value otherwise.

func (*DownloadEntry) GetInvestigationIdOk ¶

func (o *DownloadEntry) GetInvestigationIdOk() (*string, bool)

GetInvestigationIdOk returns a tuple with the InvestigationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadEntry) HasId ¶

func (o *DownloadEntry) HasId() bool

HasId returns a boolean if a field has been set.

func (*DownloadEntry) HasInvestigationId ¶

func (o *DownloadEntry) HasInvestigationId() bool

HasInvestigationId returns a boolean if a field has been set.

func (DownloadEntry) MarshalJSON ¶

func (o DownloadEntry) MarshalJSON() ([]byte, error)

func (*DownloadEntry) SetId ¶

func (o *DownloadEntry) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*DownloadEntry) SetInvestigationId ¶

func (o *DownloadEntry) SetInvestigationId(v string)

SetInvestigationId gets a reference to the given string and assigns it to the InvestigationId field.

type ElasticCommonFields ¶

type ElasticCommonFields struct {
	Highlight      *map[string][]string `json:"highlight,omitempty"`
	NumericId      *int64               `json:"numericId,omitempty"`
	PrimaryTerm    *int64               `json:"primaryTerm,omitempty"`
	SequenceNumber *int64               `json:"sequenceNumber,omitempty"`
}

ElasticCommonFields ElasticCommonFields - common fields used by elastic-search

func NewElasticCommonFields ¶

func NewElasticCommonFields() *ElasticCommonFields

NewElasticCommonFields instantiates a new ElasticCommonFields 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 NewElasticCommonFieldsWithDefaults ¶

func NewElasticCommonFieldsWithDefaults() *ElasticCommonFields

NewElasticCommonFieldsWithDefaults instantiates a new ElasticCommonFields 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 (*ElasticCommonFields) GetHighlight ¶

func (o *ElasticCommonFields) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*ElasticCommonFields) GetHighlightOk ¶

func (o *ElasticCommonFields) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ElasticCommonFields) GetNumericId ¶

func (o *ElasticCommonFields) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*ElasticCommonFields) GetNumericIdOk ¶

func (o *ElasticCommonFields) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ElasticCommonFields) GetPrimaryTerm ¶

func (o *ElasticCommonFields) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*ElasticCommonFields) GetPrimaryTermOk ¶

func (o *ElasticCommonFields) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ElasticCommonFields) GetSequenceNumber ¶

func (o *ElasticCommonFields) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*ElasticCommonFields) GetSequenceNumberOk ¶

func (o *ElasticCommonFields) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ElasticCommonFields) HasHighlight ¶

func (o *ElasticCommonFields) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*ElasticCommonFields) HasNumericId ¶

func (o *ElasticCommonFields) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*ElasticCommonFields) HasPrimaryTerm ¶

func (o *ElasticCommonFields) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*ElasticCommonFields) HasSequenceNumber ¶

func (o *ElasticCommonFields) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (ElasticCommonFields) MarshalJSON ¶

func (o ElasticCommonFields) MarshalJSON() ([]byte, error)

func (*ElasticCommonFields) SetHighlight ¶

func (o *ElasticCommonFields) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*ElasticCommonFields) SetNumericId ¶

func (o *ElasticCommonFields) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*ElasticCommonFields) SetPrimaryTerm ¶

func (o *ElasticCommonFields) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*ElasticCommonFields) SetSequenceNumber ¶

func (o *ElasticCommonFields) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

type ElasticVersionFields ¶

type ElasticVersionFields struct {
	PrimaryTerm    *int64 `json:"primaryTerm,omitempty"`
	SequenceNumber *int64 `json:"sequenceNumber,omitempty"`
}

ElasticVersionFields ElasticVersionFields - elastic-search version fields

func NewElasticVersionFields ¶

func NewElasticVersionFields() *ElasticVersionFields

NewElasticVersionFields instantiates a new ElasticVersionFields 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 NewElasticVersionFieldsWithDefaults ¶

func NewElasticVersionFieldsWithDefaults() *ElasticVersionFields

NewElasticVersionFieldsWithDefaults instantiates a new ElasticVersionFields 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 (*ElasticVersionFields) GetPrimaryTerm ¶

func (o *ElasticVersionFields) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*ElasticVersionFields) GetPrimaryTermOk ¶

func (o *ElasticVersionFields) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ElasticVersionFields) GetSequenceNumber ¶

func (o *ElasticVersionFields) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*ElasticVersionFields) GetSequenceNumberOk ¶

func (o *ElasticVersionFields) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ElasticVersionFields) HasPrimaryTerm ¶

func (o *ElasticVersionFields) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*ElasticVersionFields) HasSequenceNumber ¶

func (o *ElasticVersionFields) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (ElasticVersionFields) MarshalJSON ¶

func (o ElasticVersionFields) MarshalJSON() ([]byte, error)

func (*ElasticVersionFields) SetPrimaryTerm ¶

func (o *ElasticVersionFields) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*ElasticVersionFields) SetSequenceNumber ¶

func (o *ElasticVersionFields) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

type EngineInfo ¶

type EngineInfo struct {
	// Engine that will run the script
	Engine *string `json:"engine,omitempty"`
	// EngineGroup that will run the script
	EngineGroup *string `json:"engineGroup,omitempty"`
}

EngineInfo struct for EngineInfo

func NewEngineInfo ¶

func NewEngineInfo() *EngineInfo

NewEngineInfo instantiates a new EngineInfo 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 NewEngineInfoWithDefaults ¶

func NewEngineInfoWithDefaults() *EngineInfo

NewEngineInfoWithDefaults instantiates a new EngineInfo 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 (*EngineInfo) GetEngine ¶

func (o *EngineInfo) GetEngine() string

GetEngine returns the Engine field value if set, zero value otherwise.

func (*EngineInfo) GetEngineGroup ¶

func (o *EngineInfo) GetEngineGroup() string

GetEngineGroup returns the EngineGroup field value if set, zero value otherwise.

func (*EngineInfo) GetEngineGroupOk ¶

func (o *EngineInfo) GetEngineGroupOk() (*string, bool)

GetEngineGroupOk returns a tuple with the EngineGroup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EngineInfo) GetEngineOk ¶

func (o *EngineInfo) GetEngineOk() (*string, bool)

GetEngineOk returns a tuple with the Engine field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EngineInfo) HasEngine ¶

func (o *EngineInfo) HasEngine() bool

HasEngine returns a boolean if a field has been set.

func (*EngineInfo) HasEngineGroup ¶

func (o *EngineInfo) HasEngineGroup() bool

HasEngineGroup returns a boolean if a field has been set.

func (EngineInfo) MarshalJSON ¶

func (o EngineInfo) MarshalJSON() ([]byte, error)

func (*EngineInfo) SetEngine ¶

func (o *EngineInfo) SetEngine(v string)

SetEngine gets a reference to the given string and assigns it to the Engine field.

func (*EngineInfo) SetEngineGroup ¶

func (o *EngineInfo) SetEngineGroup(v string)

SetEngineGroup gets a reference to the given string and assigns it to the EngineGroup field.

type Entry ¶

type Entry struct {
	IndicatorTimeline *[]IndicatorTimelineFromEntry `json:"IndicatorTimeline,omitempty"`
	InstanceID        *string                       `json:"InstanceID,omitempty"`
	Relationships     *[]RelationshipAPI            `json:"Relationships,omitempty"`
	ShardID           *int64                        `json:"ShardID,omitempty"`
	AllRead           *bool                         `json:"allRead,omitempty"`
	AllReadWrite      *bool                         `json:"allReadWrite,omitempty"`
	Brand             *string                       `json:"brand,omitempty"`
	Category          *string                       `json:"category,omitempty"`
	// The contents of the entry that is actually indexed - should not be used
	Contents *map[string]interface{} `json:"contents,omitempty"`
	// ContentsSize the total size of the contents
	ContentsSize *int64 `json:"contentsSize,omitempty"`
	// When it was taken
	Created  *time.Time `json:"created,omitempty"`
	Cron     *string    `json:"cron,omitempty"`
	CronView *bool      `json:"cronView,omitempty"`
	// Who has created this event - relevant only for manual incidents
	DbotCreatedBy *string    `json:"dbotCreatedBy,omitempty"`
	Deleted       *bool      `json:"deleted,omitempty"`
	DeletedBy     *string    `json:"deletedBy,omitempty"`
	DeletedFromFS *bool      `json:"deletedFromFS,omitempty"`
	EndingDate    *time.Time `json:"endingDate,omitempty"`
	// EndingType holds the type of schedule Ending
	EndingType *string    `json:"endingType,omitempty"`
	EntryTask  *EntryTask `json:"entryTask,omitempty"`
	// Source of the error
	ErrorSource *string `json:"errorSource,omitempty"`
	// Filename of associated content
	File *string `json:"file,omitempty"`
	// FileID is the file name when saved in the server
	FileID       *string       `json:"fileID,omitempty"`
	FileMetadata *FileMetadata `json:"fileMetadata,omitempty"`
	// Holds information on how content is formatted
	Format *string `json:"format,omitempty"`
	// Internal field to make queries on role faster
	HasRole   *bool                `json:"hasRole,omitempty"`
	Highlight *map[string][]string `json:"highlight,omitempty"`
	// Edit history
	History   *[]EntryHistory `json:"history,omitempty"`
	HumanCron *HumanCron      `json:"humanCron,omitempty"`
	Id        *string         `json:"id,omitempty"`
	// store the entry based on IncidentCreationTime
	IncidentCreationTime *time.Time `json:"incidentCreationTime,omitempty"`
	Instance             *string    `json:"instance,omitempty"`
	// The id of the investigation it belongs to
	InvestigationId *string `json:"investigationId,omitempty"`
	// IsTodo
	IsTodo *bool `json:"isTodo,omitempty"`
	// Only used for outbound mirroring to mark that it is already mirrored to remote system
	Mirrored *bool      `json:"mirrored,omitempty"`
	Modified *time.Time `json:"modified,omitempty"`
	// Note
	Note      *bool  `json:"note,omitempty"`
	NumericId *int64 `json:"numericId,omitempty"`
	// ParentEntry content - for reference
	ParentContent *map[string]interface{} `json:"parentContent,omitempty"`
	// ParentEntryTruncated - indicates weather entry content was truncated
	ParentEntryTruncated *bool `json:"parentEntryTruncated,omitempty"`
	// ParentId is the ID of the parent entry
	ParentId *string `json:"parentId,omitempty"`
	// Mark entry as pinned = evidence
	Pinned *bool `json:"pinned,omitempty"`
	// PlaybookID - if the entry is assigned as note to a playbook task, it will hold the playbook
	PlaybookId *string `json:"playbookId,omitempty"`
	// Only used for polling entries
	Polling *bool `json:"polling,omitempty"`
	// ModuleArgs represents module args
	PollingArgs          *map[string]map[string]interface{} `json:"pollingArgs,omitempty"`
	PollingCommand       *string                            `json:"pollingCommand,omitempty"`
	PreviousAllRead      *bool                              `json:"previousAllRead,omitempty"`
	PreviousAllReadWrite *bool                              `json:"previousAllReadWrite,omitempty"`
	// Do not change this field manually
	PreviousRoles *[]string `json:"previousRoles,omitempty"`
	PrimaryTerm   *int64    `json:"primaryTerm,omitempty"`
	// ReadOnly
	ReadOnly  *bool `json:"readOnly,omitempty"`
	Recurrent *bool `json:"recurrent,omitempty"`
	// ReputationSize the total size of the reputation
	ReputationSize *int64 `json:"reputationSize,omitempty"`
	// EntryReputations the reputations calculated by regex match
	Reputations *[]EntryReputation `json:"reputations,omitempty"`
	// When retry took place
	RetryTime *time.Time `json:"retryTime,omitempty"`
	// The role assigned to this investigation
	Roles *[]string `json:"roles,omitempty"`
	// is it scheduled
	Scheduled      *bool      `json:"scheduled,omitempty"`
	SequenceNumber *int64     `json:"sequenceNumber,omitempty"`
	SortValues     *[]string  `json:"sortValues,omitempty"`
	StartDate      *time.Time `json:"startDate,omitempty"`
	// The name of the system associated with this entry
	System *string `json:"system,omitempty"`
	// Tags
	Tags *[]string `json:"tags,omitempty"`
	// TagsRaw
	TagsRaw *[]string `json:"tagsRaw,omitempty"`
	// TaskID - used if the entry is assigned as note to a playbook task
	TaskId         *string `json:"taskId,omitempty"`
	Times          *int64  `json:"times,omitempty"`
	TimesRan       *int64  `json:"timesRan,omitempty"`
	Timezone       *string `json:"timezone,omitempty"`
	TimezoneOffset *int64  `json:"timezoneOffset,omitempty"`
	// EntryType specifies the type of the entry
	Type *float64 `json:"type,omitempty"`
	// The user who created  the entry
	User                       *string   `json:"user,omitempty"`
	Version                    *int64    `json:"version,omitempty"`
	XsoarHasReadOnlyRole       *bool     `json:"xsoarHasReadOnlyRole,omitempty"`
	XsoarPreviousReadOnlyRoles *[]string `json:"xsoarPreviousReadOnlyRoles,omitempty"`
	XsoarReadOnlyRoles         *[]string `json:"xsoarReadOnlyRoles,omitempty"`
}

Entry Entry holds a single entry in an investigation. Entries entered within a short amount of time by the same user are combined

func NewEntry ¶

func NewEntry() *Entry

NewEntry instantiates a new Entry 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 NewEntryWithDefaults ¶

func NewEntryWithDefaults() *Entry

NewEntryWithDefaults instantiates a new Entry 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 (*Entry) GetAllRead ¶

func (o *Entry) GetAllRead() bool

GetAllRead returns the AllRead field value if set, zero value otherwise.

func (*Entry) GetAllReadOk ¶

func (o *Entry) GetAllReadOk() (*bool, bool)

GetAllReadOk returns a tuple with the AllRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetAllReadWrite ¶

func (o *Entry) GetAllReadWrite() bool

GetAllReadWrite returns the AllReadWrite field value if set, zero value otherwise.

func (*Entry) GetAllReadWriteOk ¶

func (o *Entry) GetAllReadWriteOk() (*bool, bool)

GetAllReadWriteOk returns a tuple with the AllReadWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetBrand ¶

func (o *Entry) GetBrand() string

GetBrand returns the Brand field value if set, zero value otherwise.

func (*Entry) GetBrandOk ¶

func (o *Entry) GetBrandOk() (*string, bool)

GetBrandOk returns a tuple with the Brand field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetCategory ¶

func (o *Entry) GetCategory() string

GetCategory returns the Category field value if set, zero value otherwise.

func (*Entry) GetCategoryOk ¶

func (o *Entry) GetCategoryOk() (*string, bool)

GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetContents ¶

func (o *Entry) GetContents() map[string]interface{}

GetContents returns the Contents field value if set, zero value otherwise.

func (*Entry) GetContentsOk ¶

func (o *Entry) GetContentsOk() (*map[string]interface{}, bool)

GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetContentsSize ¶

func (o *Entry) GetContentsSize() int64

GetContentsSize returns the ContentsSize field value if set, zero value otherwise.

func (*Entry) GetContentsSizeOk ¶

func (o *Entry) GetContentsSizeOk() (*int64, bool)

GetContentsSizeOk returns a tuple with the ContentsSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetCreated ¶

func (o *Entry) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*Entry) GetCreatedOk ¶

func (o *Entry) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetCron ¶

func (o *Entry) GetCron() string

GetCron returns the Cron field value if set, zero value otherwise.

func (*Entry) GetCronOk ¶

func (o *Entry) GetCronOk() (*string, bool)

GetCronOk returns a tuple with the Cron field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetCronView ¶

func (o *Entry) GetCronView() bool

GetCronView returns the CronView field value if set, zero value otherwise.

func (*Entry) GetCronViewOk ¶

func (o *Entry) GetCronViewOk() (*bool, bool)

GetCronViewOk returns a tuple with the CronView field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetDbotCreatedBy ¶

func (o *Entry) GetDbotCreatedBy() string

GetDbotCreatedBy returns the DbotCreatedBy field value if set, zero value otherwise.

func (*Entry) GetDbotCreatedByOk ¶

func (o *Entry) GetDbotCreatedByOk() (*string, bool)

GetDbotCreatedByOk returns a tuple with the DbotCreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetDeleted ¶

func (o *Entry) GetDeleted() bool

GetDeleted returns the Deleted field value if set, zero value otherwise.

func (*Entry) GetDeletedBy ¶

func (o *Entry) GetDeletedBy() string

GetDeletedBy returns the DeletedBy field value if set, zero value otherwise.

func (*Entry) GetDeletedByOk ¶

func (o *Entry) GetDeletedByOk() (*string, bool)

GetDeletedByOk returns a tuple with the DeletedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetDeletedFromFS ¶

func (o *Entry) GetDeletedFromFS() bool

GetDeletedFromFS returns the DeletedFromFS field value if set, zero value otherwise.

func (*Entry) GetDeletedFromFSOk ¶

func (o *Entry) GetDeletedFromFSOk() (*bool, bool)

GetDeletedFromFSOk returns a tuple with the DeletedFromFS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetDeletedOk ¶

func (o *Entry) GetDeletedOk() (*bool, bool)

GetDeletedOk returns a tuple with the Deleted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetEndingDate ¶

func (o *Entry) GetEndingDate() time.Time

GetEndingDate returns the EndingDate field value if set, zero value otherwise.

func (*Entry) GetEndingDateOk ¶

func (o *Entry) GetEndingDateOk() (*time.Time, bool)

GetEndingDateOk returns a tuple with the EndingDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetEndingType ¶

func (o *Entry) GetEndingType() string

GetEndingType returns the EndingType field value if set, zero value otherwise.

func (*Entry) GetEndingTypeOk ¶

func (o *Entry) GetEndingTypeOk() (*string, bool)

GetEndingTypeOk returns a tuple with the EndingType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetEntryTask ¶

func (o *Entry) GetEntryTask() EntryTask

GetEntryTask returns the EntryTask field value if set, zero value otherwise.

func (*Entry) GetEntryTaskOk ¶

func (o *Entry) GetEntryTaskOk() (*EntryTask, bool)

GetEntryTaskOk returns a tuple with the EntryTask field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetErrorSource ¶

func (o *Entry) GetErrorSource() string

GetErrorSource returns the ErrorSource field value if set, zero value otherwise.

func (*Entry) GetErrorSourceOk ¶

func (o *Entry) GetErrorSourceOk() (*string, bool)

GetErrorSourceOk returns a tuple with the ErrorSource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetFile ¶

func (o *Entry) GetFile() string

GetFile returns the File field value if set, zero value otherwise.

func (*Entry) GetFileID ¶

func (o *Entry) GetFileID() string

GetFileID returns the FileID field value if set, zero value otherwise.

func (*Entry) GetFileIDOk ¶

func (o *Entry) GetFileIDOk() (*string, bool)

GetFileIDOk returns a tuple with the FileID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetFileMetadata ¶

func (o *Entry) GetFileMetadata() FileMetadata

GetFileMetadata returns the FileMetadata field value if set, zero value otherwise.

func (*Entry) GetFileMetadataOk ¶

func (o *Entry) GetFileMetadataOk() (*FileMetadata, bool)

GetFileMetadataOk returns a tuple with the FileMetadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetFileOk ¶

func (o *Entry) GetFileOk() (*string, bool)

GetFileOk returns a tuple with the File field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetFormat ¶

func (o *Entry) GetFormat() string

GetFormat returns the Format field value if set, zero value otherwise.

func (*Entry) GetFormatOk ¶

func (o *Entry) GetFormatOk() (*string, bool)

GetFormatOk returns a tuple with the Format field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetHasRole ¶

func (o *Entry) GetHasRole() bool

GetHasRole returns the HasRole field value if set, zero value otherwise.

func (*Entry) GetHasRoleOk ¶

func (o *Entry) GetHasRoleOk() (*bool, bool)

GetHasRoleOk returns a tuple with the HasRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetHighlight ¶

func (o *Entry) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*Entry) GetHighlightOk ¶

func (o *Entry) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetHistory ¶

func (o *Entry) GetHistory() []EntryHistory

GetHistory returns the History field value if set, zero value otherwise.

func (*Entry) GetHistoryOk ¶

func (o *Entry) GetHistoryOk() (*[]EntryHistory, bool)

GetHistoryOk returns a tuple with the History field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetHumanCron ¶

func (o *Entry) GetHumanCron() HumanCron

GetHumanCron returns the HumanCron field value if set, zero value otherwise.

func (*Entry) GetHumanCronOk ¶

func (o *Entry) GetHumanCronOk() (*HumanCron, bool)

GetHumanCronOk returns a tuple with the HumanCron field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetId ¶

func (o *Entry) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Entry) GetIdOk ¶

func (o *Entry) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetIncidentCreationTime ¶

func (o *Entry) GetIncidentCreationTime() time.Time

GetIncidentCreationTime returns the IncidentCreationTime field value if set, zero value otherwise.

func (*Entry) GetIncidentCreationTimeOk ¶

func (o *Entry) GetIncidentCreationTimeOk() (*time.Time, bool)

GetIncidentCreationTimeOk returns a tuple with the IncidentCreationTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetIndicatorTimeline ¶

func (o *Entry) GetIndicatorTimeline() []IndicatorTimelineFromEntry

GetIndicatorTimeline returns the IndicatorTimeline field value if set, zero value otherwise.

func (*Entry) GetIndicatorTimelineOk ¶

func (o *Entry) GetIndicatorTimelineOk() (*[]IndicatorTimelineFromEntry, bool)

GetIndicatorTimelineOk returns a tuple with the IndicatorTimeline field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetInstance ¶

func (o *Entry) GetInstance() string

GetInstance returns the Instance field value if set, zero value otherwise.

func (*Entry) GetInstanceID ¶

func (o *Entry) GetInstanceID() string

GetInstanceID returns the InstanceID field value if set, zero value otherwise.

func (*Entry) GetInstanceIDOk ¶

func (o *Entry) GetInstanceIDOk() (*string, bool)

GetInstanceIDOk returns a tuple with the InstanceID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetInstanceOk ¶

func (o *Entry) GetInstanceOk() (*string, bool)

GetInstanceOk returns a tuple with the Instance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetInvestigationId ¶

func (o *Entry) GetInvestigationId() string

GetInvestigationId returns the InvestigationId field value if set, zero value otherwise.

func (*Entry) GetInvestigationIdOk ¶

func (o *Entry) GetInvestigationIdOk() (*string, bool)

GetInvestigationIdOk returns a tuple with the InvestigationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetIsTodo ¶

func (o *Entry) GetIsTodo() bool

GetIsTodo returns the IsTodo field value if set, zero value otherwise.

func (*Entry) GetIsTodoOk ¶

func (o *Entry) GetIsTodoOk() (*bool, bool)

GetIsTodoOk returns a tuple with the IsTodo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetMirrored ¶

func (o *Entry) GetMirrored() bool

GetMirrored returns the Mirrored field value if set, zero value otherwise.

func (*Entry) GetMirroredOk ¶

func (o *Entry) GetMirroredOk() (*bool, bool)

GetMirroredOk returns a tuple with the Mirrored field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetModified ¶

func (o *Entry) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*Entry) GetModifiedOk ¶

func (o *Entry) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetNote ¶

func (o *Entry) GetNote() bool

GetNote returns the Note field value if set, zero value otherwise.

func (*Entry) GetNoteOk ¶

func (o *Entry) GetNoteOk() (*bool, bool)

GetNoteOk returns a tuple with the Note field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetNumericId ¶

func (o *Entry) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*Entry) GetNumericIdOk ¶

func (o *Entry) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetParentContent ¶

func (o *Entry) GetParentContent() map[string]interface{}

GetParentContent returns the ParentContent field value if set, zero value otherwise.

func (*Entry) GetParentContentOk ¶

func (o *Entry) GetParentContentOk() (*map[string]interface{}, bool)

GetParentContentOk returns a tuple with the ParentContent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetParentEntryTruncated ¶

func (o *Entry) GetParentEntryTruncated() bool

GetParentEntryTruncated returns the ParentEntryTruncated field value if set, zero value otherwise.

func (*Entry) GetParentEntryTruncatedOk ¶

func (o *Entry) GetParentEntryTruncatedOk() (*bool, bool)

GetParentEntryTruncatedOk returns a tuple with the ParentEntryTruncated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetParentId ¶

func (o *Entry) GetParentId() string

GetParentId returns the ParentId field value if set, zero value otherwise.

func (*Entry) GetParentIdOk ¶

func (o *Entry) GetParentIdOk() (*string, bool)

GetParentIdOk returns a tuple with the ParentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetPinned ¶

func (o *Entry) GetPinned() bool

GetPinned returns the Pinned field value if set, zero value otherwise.

func (*Entry) GetPinnedOk ¶

func (o *Entry) GetPinnedOk() (*bool, bool)

GetPinnedOk returns a tuple with the Pinned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetPlaybookId ¶

func (o *Entry) GetPlaybookId() string

GetPlaybookId returns the PlaybookId field value if set, zero value otherwise.

func (*Entry) GetPlaybookIdOk ¶

func (o *Entry) GetPlaybookIdOk() (*string, bool)

GetPlaybookIdOk returns a tuple with the PlaybookId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetPolling ¶

func (o *Entry) GetPolling() bool

GetPolling returns the Polling field value if set, zero value otherwise.

func (*Entry) GetPollingArgs ¶

func (o *Entry) GetPollingArgs() map[string]map[string]interface{}

GetPollingArgs returns the PollingArgs field value if set, zero value otherwise.

func (*Entry) GetPollingArgsOk ¶

func (o *Entry) GetPollingArgsOk() (*map[string]map[string]interface{}, bool)

GetPollingArgsOk returns a tuple with the PollingArgs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetPollingCommand ¶

func (o *Entry) GetPollingCommand() string

GetPollingCommand returns the PollingCommand field value if set, zero value otherwise.

func (*Entry) GetPollingCommandOk ¶

func (o *Entry) GetPollingCommandOk() (*string, bool)

GetPollingCommandOk returns a tuple with the PollingCommand field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetPollingOk ¶

func (o *Entry) GetPollingOk() (*bool, bool)

GetPollingOk returns a tuple with the Polling field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetPreviousAllRead ¶

func (o *Entry) GetPreviousAllRead() bool

GetPreviousAllRead returns the PreviousAllRead field value if set, zero value otherwise.

func (*Entry) GetPreviousAllReadOk ¶

func (o *Entry) GetPreviousAllReadOk() (*bool, bool)

GetPreviousAllReadOk returns a tuple with the PreviousAllRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetPreviousAllReadWrite ¶

func (o *Entry) GetPreviousAllReadWrite() bool

GetPreviousAllReadWrite returns the PreviousAllReadWrite field value if set, zero value otherwise.

func (*Entry) GetPreviousAllReadWriteOk ¶

func (o *Entry) GetPreviousAllReadWriteOk() (*bool, bool)

GetPreviousAllReadWriteOk returns a tuple with the PreviousAllReadWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetPreviousRoles ¶

func (o *Entry) GetPreviousRoles() []string

GetPreviousRoles returns the PreviousRoles field value if set, zero value otherwise.

func (*Entry) GetPreviousRolesOk ¶

func (o *Entry) GetPreviousRolesOk() (*[]string, bool)

GetPreviousRolesOk returns a tuple with the PreviousRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetPrimaryTerm ¶

func (o *Entry) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*Entry) GetPrimaryTermOk ¶

func (o *Entry) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetReadOnly ¶

func (o *Entry) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value if set, zero value otherwise.

func (*Entry) GetReadOnlyOk ¶

func (o *Entry) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetRecurrent ¶

func (o *Entry) GetRecurrent() bool

GetRecurrent returns the Recurrent field value if set, zero value otherwise.

func (*Entry) GetRecurrentOk ¶

func (o *Entry) GetRecurrentOk() (*bool, bool)

GetRecurrentOk returns a tuple with the Recurrent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetRelationships ¶

func (o *Entry) GetRelationships() []RelationshipAPI

GetRelationships returns the Relationships field value if set, zero value otherwise.

func (*Entry) GetRelationshipsOk ¶

func (o *Entry) GetRelationshipsOk() (*[]RelationshipAPI, bool)

GetRelationshipsOk returns a tuple with the Relationships field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetReputationSize ¶

func (o *Entry) GetReputationSize() int64

GetReputationSize returns the ReputationSize field value if set, zero value otherwise.

func (*Entry) GetReputationSizeOk ¶

func (o *Entry) GetReputationSizeOk() (*int64, bool)

GetReputationSizeOk returns a tuple with the ReputationSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetReputations ¶

func (o *Entry) GetReputations() []EntryReputation

GetReputations returns the Reputations field value if set, zero value otherwise.

func (*Entry) GetReputationsOk ¶

func (o *Entry) GetReputationsOk() (*[]EntryReputation, bool)

GetReputationsOk returns a tuple with the Reputations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetRetryTime ¶

func (o *Entry) GetRetryTime() time.Time

GetRetryTime returns the RetryTime field value if set, zero value otherwise.

func (*Entry) GetRetryTimeOk ¶

func (o *Entry) GetRetryTimeOk() (*time.Time, bool)

GetRetryTimeOk returns a tuple with the RetryTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetRoles ¶

func (o *Entry) GetRoles() []string

GetRoles returns the Roles field value if set, zero value otherwise.

func (*Entry) GetRolesOk ¶

func (o *Entry) GetRolesOk() (*[]string, bool)

GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetScheduled ¶

func (o *Entry) GetScheduled() bool

GetScheduled returns the Scheduled field value if set, zero value otherwise.

func (*Entry) GetScheduledOk ¶

func (o *Entry) GetScheduledOk() (*bool, bool)

GetScheduledOk returns a tuple with the Scheduled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetSequenceNumber ¶

func (o *Entry) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*Entry) GetSequenceNumberOk ¶

func (o *Entry) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetShardID ¶

func (o *Entry) GetShardID() int64

GetShardID returns the ShardID field value if set, zero value otherwise.

func (*Entry) GetShardIDOk ¶

func (o *Entry) GetShardIDOk() (*int64, bool)

GetShardIDOk returns a tuple with the ShardID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetSortValues ¶

func (o *Entry) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*Entry) GetSortValuesOk ¶

func (o *Entry) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetStartDate ¶

func (o *Entry) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*Entry) GetStartDateOk ¶

func (o *Entry) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetSystem ¶

func (o *Entry) GetSystem() string

GetSystem returns the System field value if set, zero value otherwise.

func (*Entry) GetSystemOk ¶

func (o *Entry) GetSystemOk() (*string, bool)

GetSystemOk returns a tuple with the System field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetTags ¶

func (o *Entry) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*Entry) GetTagsOk ¶

func (o *Entry) GetTagsOk() (*[]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetTagsRaw ¶

func (o *Entry) GetTagsRaw() []string

GetTagsRaw returns the TagsRaw field value if set, zero value otherwise.

func (*Entry) GetTagsRawOk ¶

func (o *Entry) GetTagsRawOk() (*[]string, bool)

GetTagsRawOk returns a tuple with the TagsRaw field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetTaskId ¶

func (o *Entry) GetTaskId() string

GetTaskId returns the TaskId field value if set, zero value otherwise.

func (*Entry) GetTaskIdOk ¶

func (o *Entry) GetTaskIdOk() (*string, bool)

GetTaskIdOk returns a tuple with the TaskId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetTimes ¶

func (o *Entry) GetTimes() int64

GetTimes returns the Times field value if set, zero value otherwise.

func (*Entry) GetTimesOk ¶

func (o *Entry) GetTimesOk() (*int64, bool)

GetTimesOk returns a tuple with the Times field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetTimesRan ¶

func (o *Entry) GetTimesRan() int64

GetTimesRan returns the TimesRan field value if set, zero value otherwise.

func (*Entry) GetTimesRanOk ¶

func (o *Entry) GetTimesRanOk() (*int64, bool)

GetTimesRanOk returns a tuple with the TimesRan field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetTimezone ¶

func (o *Entry) GetTimezone() string

GetTimezone returns the Timezone field value if set, zero value otherwise.

func (*Entry) GetTimezoneOffset ¶

func (o *Entry) GetTimezoneOffset() int64

GetTimezoneOffset returns the TimezoneOffset field value if set, zero value otherwise.

func (*Entry) GetTimezoneOffsetOk ¶

func (o *Entry) GetTimezoneOffsetOk() (*int64, bool)

GetTimezoneOffsetOk returns a tuple with the TimezoneOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetTimezoneOk ¶

func (o *Entry) GetTimezoneOk() (*string, bool)

GetTimezoneOk returns a tuple with the Timezone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetType ¶

func (o *Entry) GetType() float64

GetType returns the Type field value if set, zero value otherwise.

func (*Entry) GetTypeOk ¶

func (o *Entry) GetTypeOk() (*float64, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetUser ¶

func (o *Entry) GetUser() string

GetUser returns the User field value if set, zero value otherwise.

func (*Entry) GetUserOk ¶

func (o *Entry) GetUserOk() (*string, bool)

GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetVersion ¶

func (o *Entry) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*Entry) GetVersionOk ¶

func (o *Entry) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetXsoarHasReadOnlyRole ¶

func (o *Entry) GetXsoarHasReadOnlyRole() bool

GetXsoarHasReadOnlyRole returns the XsoarHasReadOnlyRole field value if set, zero value otherwise.

func (*Entry) GetXsoarHasReadOnlyRoleOk ¶

func (o *Entry) GetXsoarHasReadOnlyRoleOk() (*bool, bool)

GetXsoarHasReadOnlyRoleOk returns a tuple with the XsoarHasReadOnlyRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetXsoarPreviousReadOnlyRoles ¶

func (o *Entry) GetXsoarPreviousReadOnlyRoles() []string

GetXsoarPreviousReadOnlyRoles returns the XsoarPreviousReadOnlyRoles field value if set, zero value otherwise.

func (*Entry) GetXsoarPreviousReadOnlyRolesOk ¶

func (o *Entry) GetXsoarPreviousReadOnlyRolesOk() (*[]string, bool)

GetXsoarPreviousReadOnlyRolesOk returns a tuple with the XsoarPreviousReadOnlyRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) GetXsoarReadOnlyRoles ¶

func (o *Entry) GetXsoarReadOnlyRoles() []string

GetXsoarReadOnlyRoles returns the XsoarReadOnlyRoles field value if set, zero value otherwise.

func (*Entry) GetXsoarReadOnlyRolesOk ¶

func (o *Entry) GetXsoarReadOnlyRolesOk() (*[]string, bool)

GetXsoarReadOnlyRolesOk returns a tuple with the XsoarReadOnlyRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Entry) HasAllRead ¶

func (o *Entry) HasAllRead() bool

HasAllRead returns a boolean if a field has been set.

func (*Entry) HasAllReadWrite ¶

func (o *Entry) HasAllReadWrite() bool

HasAllReadWrite returns a boolean if a field has been set.

func (*Entry) HasBrand ¶

func (o *Entry) HasBrand() bool

HasBrand returns a boolean if a field has been set.

func (*Entry) HasCategory ¶

func (o *Entry) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*Entry) HasContents ¶

func (o *Entry) HasContents() bool

HasContents returns a boolean if a field has been set.

func (*Entry) HasContentsSize ¶

func (o *Entry) HasContentsSize() bool

HasContentsSize returns a boolean if a field has been set.

func (*Entry) HasCreated ¶

func (o *Entry) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*Entry) HasCron ¶

func (o *Entry) HasCron() bool

HasCron returns a boolean if a field has been set.

func (*Entry) HasCronView ¶

func (o *Entry) HasCronView() bool

HasCronView returns a boolean if a field has been set.

func (*Entry) HasDbotCreatedBy ¶

func (o *Entry) HasDbotCreatedBy() bool

HasDbotCreatedBy returns a boolean if a field has been set.

func (*Entry) HasDeleted ¶

func (o *Entry) HasDeleted() bool

HasDeleted returns a boolean if a field has been set.

func (*Entry) HasDeletedBy ¶

func (o *Entry) HasDeletedBy() bool

HasDeletedBy returns a boolean if a field has been set.

func (*Entry) HasDeletedFromFS ¶

func (o *Entry) HasDeletedFromFS() bool

HasDeletedFromFS returns a boolean if a field has been set.

func (*Entry) HasEndingDate ¶

func (o *Entry) HasEndingDate() bool

HasEndingDate returns a boolean if a field has been set.

func (*Entry) HasEndingType ¶

func (o *Entry) HasEndingType() bool

HasEndingType returns a boolean if a field has been set.

func (*Entry) HasEntryTask ¶

func (o *Entry) HasEntryTask() bool

HasEntryTask returns a boolean if a field has been set.

func (*Entry) HasErrorSource ¶

func (o *Entry) HasErrorSource() bool

HasErrorSource returns a boolean if a field has been set.

func (*Entry) HasFile ¶

func (o *Entry) HasFile() bool

HasFile returns a boolean if a field has been set.

func (*Entry) HasFileID ¶

func (o *Entry) HasFileID() bool

HasFileID returns a boolean if a field has been set.

func (*Entry) HasFileMetadata ¶

func (o *Entry) HasFileMetadata() bool

HasFileMetadata returns a boolean if a field has been set.

func (*Entry) HasFormat ¶

func (o *Entry) HasFormat() bool

HasFormat returns a boolean if a field has been set.

func (*Entry) HasHasRole ¶

func (o *Entry) HasHasRole() bool

HasHasRole returns a boolean if a field has been set.

func (*Entry) HasHighlight ¶

func (o *Entry) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*Entry) HasHistory ¶

func (o *Entry) HasHistory() bool

HasHistory returns a boolean if a field has been set.

func (*Entry) HasHumanCron ¶

func (o *Entry) HasHumanCron() bool

HasHumanCron returns a boolean if a field has been set.

func (*Entry) HasId ¶

func (o *Entry) HasId() bool

HasId returns a boolean if a field has been set.

func (*Entry) HasIncidentCreationTime ¶

func (o *Entry) HasIncidentCreationTime() bool

HasIncidentCreationTime returns a boolean if a field has been set.

func (*Entry) HasIndicatorTimeline ¶

func (o *Entry) HasIndicatorTimeline() bool

HasIndicatorTimeline returns a boolean if a field has been set.

func (*Entry) HasInstance ¶

func (o *Entry) HasInstance() bool

HasInstance returns a boolean if a field has been set.

func (*Entry) HasInstanceID ¶

func (o *Entry) HasInstanceID() bool

HasInstanceID returns a boolean if a field has been set.

func (*Entry) HasInvestigationId ¶

func (o *Entry) HasInvestigationId() bool

HasInvestigationId returns a boolean if a field has been set.

func (*Entry) HasIsTodo ¶

func (o *Entry) HasIsTodo() bool

HasIsTodo returns a boolean if a field has been set.

func (*Entry) HasMirrored ¶

func (o *Entry) HasMirrored() bool

HasMirrored returns a boolean if a field has been set.

func (*Entry) HasModified ¶

func (o *Entry) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*Entry) HasNote ¶

func (o *Entry) HasNote() bool

HasNote returns a boolean if a field has been set.

func (*Entry) HasNumericId ¶

func (o *Entry) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*Entry) HasParentContent ¶

func (o *Entry) HasParentContent() bool

HasParentContent returns a boolean if a field has been set.

func (*Entry) HasParentEntryTruncated ¶

func (o *Entry) HasParentEntryTruncated() bool

HasParentEntryTruncated returns a boolean if a field has been set.

func (*Entry) HasParentId ¶

func (o *Entry) HasParentId() bool

HasParentId returns a boolean if a field has been set.

func (*Entry) HasPinned ¶

func (o *Entry) HasPinned() bool

HasPinned returns a boolean if a field has been set.

func (*Entry) HasPlaybookId ¶

func (o *Entry) HasPlaybookId() bool

HasPlaybookId returns a boolean if a field has been set.

func (*Entry) HasPolling ¶

func (o *Entry) HasPolling() bool

HasPolling returns a boolean if a field has been set.

func (*Entry) HasPollingArgs ¶

func (o *Entry) HasPollingArgs() bool

HasPollingArgs returns a boolean if a field has been set.

func (*Entry) HasPollingCommand ¶

func (o *Entry) HasPollingCommand() bool

HasPollingCommand returns a boolean if a field has been set.

func (*Entry) HasPreviousAllRead ¶

func (o *Entry) HasPreviousAllRead() bool

HasPreviousAllRead returns a boolean if a field has been set.

func (*Entry) HasPreviousAllReadWrite ¶

func (o *Entry) HasPreviousAllReadWrite() bool

HasPreviousAllReadWrite returns a boolean if a field has been set.

func (*Entry) HasPreviousRoles ¶

func (o *Entry) HasPreviousRoles() bool

HasPreviousRoles returns a boolean if a field has been set.

func (*Entry) HasPrimaryTerm ¶

func (o *Entry) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*Entry) HasReadOnly ¶

func (o *Entry) HasReadOnly() bool

HasReadOnly returns a boolean if a field has been set.

func (*Entry) HasRecurrent ¶

func (o *Entry) HasRecurrent() bool

HasRecurrent returns a boolean if a field has been set.

func (*Entry) HasRelationships ¶

func (o *Entry) HasRelationships() bool

HasRelationships returns a boolean if a field has been set.

func (*Entry) HasReputationSize ¶

func (o *Entry) HasReputationSize() bool

HasReputationSize returns a boolean if a field has been set.

func (*Entry) HasReputations ¶

func (o *Entry) HasReputations() bool

HasReputations returns a boolean if a field has been set.

func (*Entry) HasRetryTime ¶

func (o *Entry) HasRetryTime() bool

HasRetryTime returns a boolean if a field has been set.

func (*Entry) HasRoles ¶

func (o *Entry) HasRoles() bool

HasRoles returns a boolean if a field has been set.

func (*Entry) HasScheduled ¶

func (o *Entry) HasScheduled() bool

HasScheduled returns a boolean if a field has been set.

func (*Entry) HasSequenceNumber ¶

func (o *Entry) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*Entry) HasShardID ¶

func (o *Entry) HasShardID() bool

HasShardID returns a boolean if a field has been set.

func (*Entry) HasSortValues ¶

func (o *Entry) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*Entry) HasStartDate ¶

func (o *Entry) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*Entry) HasSystem ¶

func (o *Entry) HasSystem() bool

HasSystem returns a boolean if a field has been set.

func (*Entry) HasTags ¶

func (o *Entry) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*Entry) HasTagsRaw ¶

func (o *Entry) HasTagsRaw() bool

HasTagsRaw returns a boolean if a field has been set.

func (*Entry) HasTaskId ¶

func (o *Entry) HasTaskId() bool

HasTaskId returns a boolean if a field has been set.

func (*Entry) HasTimes ¶

func (o *Entry) HasTimes() bool

HasTimes returns a boolean if a field has been set.

func (*Entry) HasTimesRan ¶

func (o *Entry) HasTimesRan() bool

HasTimesRan returns a boolean if a field has been set.

func (*Entry) HasTimezone ¶

func (o *Entry) HasTimezone() bool

HasTimezone returns a boolean if a field has been set.

func (*Entry) HasTimezoneOffset ¶

func (o *Entry) HasTimezoneOffset() bool

HasTimezoneOffset returns a boolean if a field has been set.

func (*Entry) HasType ¶

func (o *Entry) HasType() bool

HasType returns a boolean if a field has been set.

func (*Entry) HasUser ¶

func (o *Entry) HasUser() bool

HasUser returns a boolean if a field has been set.

func (*Entry) HasVersion ¶

func (o *Entry) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (*Entry) HasXsoarHasReadOnlyRole ¶

func (o *Entry) HasXsoarHasReadOnlyRole() bool

HasXsoarHasReadOnlyRole returns a boolean if a field has been set.

func (*Entry) HasXsoarPreviousReadOnlyRoles ¶

func (o *Entry) HasXsoarPreviousReadOnlyRoles() bool

HasXsoarPreviousReadOnlyRoles returns a boolean if a field has been set.

func (*Entry) HasXsoarReadOnlyRoles ¶

func (o *Entry) HasXsoarReadOnlyRoles() bool

HasXsoarReadOnlyRoles returns a boolean if a field has been set.

func (Entry) MarshalJSON ¶

func (o Entry) MarshalJSON() ([]byte, error)

func (*Entry) SetAllRead ¶

func (o *Entry) SetAllRead(v bool)

SetAllRead gets a reference to the given bool and assigns it to the AllRead field.

func (*Entry) SetAllReadWrite ¶

func (o *Entry) SetAllReadWrite(v bool)

SetAllReadWrite gets a reference to the given bool and assigns it to the AllReadWrite field.

func (*Entry) SetBrand ¶

func (o *Entry) SetBrand(v string)

SetBrand gets a reference to the given string and assigns it to the Brand field.

func (*Entry) SetCategory ¶

func (o *Entry) SetCategory(v string)

SetCategory gets a reference to the given string and assigns it to the Category field.

func (*Entry) SetContents ¶

func (o *Entry) SetContents(v map[string]interface{})

SetContents gets a reference to the given map[string]interface{} and assigns it to the Contents field.

func (*Entry) SetContentsSize ¶

func (o *Entry) SetContentsSize(v int64)

SetContentsSize gets a reference to the given int64 and assigns it to the ContentsSize field.

func (*Entry) SetCreated ¶

func (o *Entry) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*Entry) SetCron ¶

func (o *Entry) SetCron(v string)

SetCron gets a reference to the given string and assigns it to the Cron field.

func (*Entry) SetCronView ¶

func (o *Entry) SetCronView(v bool)

SetCronView gets a reference to the given bool and assigns it to the CronView field.

func (*Entry) SetDbotCreatedBy ¶

func (o *Entry) SetDbotCreatedBy(v string)

SetDbotCreatedBy gets a reference to the given string and assigns it to the DbotCreatedBy field.

func (*Entry) SetDeleted ¶

func (o *Entry) SetDeleted(v bool)

SetDeleted gets a reference to the given bool and assigns it to the Deleted field.

func (*Entry) SetDeletedBy ¶

func (o *Entry) SetDeletedBy(v string)

SetDeletedBy gets a reference to the given string and assigns it to the DeletedBy field.

func (*Entry) SetDeletedFromFS ¶

func (o *Entry) SetDeletedFromFS(v bool)

SetDeletedFromFS gets a reference to the given bool and assigns it to the DeletedFromFS field.

func (*Entry) SetEndingDate ¶

func (o *Entry) SetEndingDate(v time.Time)

SetEndingDate gets a reference to the given time.Time and assigns it to the EndingDate field.

func (*Entry) SetEndingType ¶

func (o *Entry) SetEndingType(v string)

SetEndingType gets a reference to the given string and assigns it to the EndingType field.

func (*Entry) SetEntryTask ¶

func (o *Entry) SetEntryTask(v EntryTask)

SetEntryTask gets a reference to the given EntryTask and assigns it to the EntryTask field.

func (*Entry) SetErrorSource ¶

func (o *Entry) SetErrorSource(v string)

SetErrorSource gets a reference to the given string and assigns it to the ErrorSource field.

func (*Entry) SetFile ¶

func (o *Entry) SetFile(v string)

SetFile gets a reference to the given string and assigns it to the File field.

func (*Entry) SetFileID ¶

func (o *Entry) SetFileID(v string)

SetFileID gets a reference to the given string and assigns it to the FileID field.

func (*Entry) SetFileMetadata ¶

func (o *Entry) SetFileMetadata(v FileMetadata)

SetFileMetadata gets a reference to the given FileMetadata and assigns it to the FileMetadata field.

func (*Entry) SetFormat ¶

func (o *Entry) SetFormat(v string)

SetFormat gets a reference to the given string and assigns it to the Format field.

func (*Entry) SetHasRole ¶

func (o *Entry) SetHasRole(v bool)

SetHasRole gets a reference to the given bool and assigns it to the HasRole field.

func (*Entry) SetHighlight ¶

func (o *Entry) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*Entry) SetHistory ¶

func (o *Entry) SetHistory(v []EntryHistory)

SetHistory gets a reference to the given []EntryHistory and assigns it to the History field.

func (*Entry) SetHumanCron ¶

func (o *Entry) SetHumanCron(v HumanCron)

SetHumanCron gets a reference to the given HumanCron and assigns it to the HumanCron field.

func (*Entry) SetId ¶

func (o *Entry) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Entry) SetIncidentCreationTime ¶

func (o *Entry) SetIncidentCreationTime(v time.Time)

SetIncidentCreationTime gets a reference to the given time.Time and assigns it to the IncidentCreationTime field.

func (*Entry) SetIndicatorTimeline ¶

func (o *Entry) SetIndicatorTimeline(v []IndicatorTimelineFromEntry)

SetIndicatorTimeline gets a reference to the given []IndicatorTimelineFromEntry and assigns it to the IndicatorTimeline field.

func (*Entry) SetInstance ¶

func (o *Entry) SetInstance(v string)

SetInstance gets a reference to the given string and assigns it to the Instance field.

func (*Entry) SetInstanceID ¶

func (o *Entry) SetInstanceID(v string)

SetInstanceID gets a reference to the given string and assigns it to the InstanceID field.

func (*Entry) SetInvestigationId ¶

func (o *Entry) SetInvestigationId(v string)

SetInvestigationId gets a reference to the given string and assigns it to the InvestigationId field.

func (*Entry) SetIsTodo ¶

func (o *Entry) SetIsTodo(v bool)

SetIsTodo gets a reference to the given bool and assigns it to the IsTodo field.

func (*Entry) SetMirrored ¶

func (o *Entry) SetMirrored(v bool)

SetMirrored gets a reference to the given bool and assigns it to the Mirrored field.

func (*Entry) SetModified ¶

func (o *Entry) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*Entry) SetNote ¶

func (o *Entry) SetNote(v bool)

SetNote gets a reference to the given bool and assigns it to the Note field.

func (*Entry) SetNumericId ¶

func (o *Entry) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*Entry) SetParentContent ¶

func (o *Entry) SetParentContent(v map[string]interface{})

SetParentContent gets a reference to the given map[string]interface{} and assigns it to the ParentContent field.

func (*Entry) SetParentEntryTruncated ¶

func (o *Entry) SetParentEntryTruncated(v bool)

SetParentEntryTruncated gets a reference to the given bool and assigns it to the ParentEntryTruncated field.

func (*Entry) SetParentId ¶

func (o *Entry) SetParentId(v string)

SetParentId gets a reference to the given string and assigns it to the ParentId field.

func (*Entry) SetPinned ¶

func (o *Entry) SetPinned(v bool)

SetPinned gets a reference to the given bool and assigns it to the Pinned field.

func (*Entry) SetPlaybookId ¶

func (o *Entry) SetPlaybookId(v string)

SetPlaybookId gets a reference to the given string and assigns it to the PlaybookId field.

func (*Entry) SetPolling ¶

func (o *Entry) SetPolling(v bool)

SetPolling gets a reference to the given bool and assigns it to the Polling field.

func (*Entry) SetPollingArgs ¶

func (o *Entry) SetPollingArgs(v map[string]map[string]interface{})

SetPollingArgs gets a reference to the given map[string]map[string]interface{} and assigns it to the PollingArgs field.

func (*Entry) SetPollingCommand ¶

func (o *Entry) SetPollingCommand(v string)

SetPollingCommand gets a reference to the given string and assigns it to the PollingCommand field.

func (*Entry) SetPreviousAllRead ¶

func (o *Entry) SetPreviousAllRead(v bool)

SetPreviousAllRead gets a reference to the given bool and assigns it to the PreviousAllRead field.

func (*Entry) SetPreviousAllReadWrite ¶

func (o *Entry) SetPreviousAllReadWrite(v bool)

SetPreviousAllReadWrite gets a reference to the given bool and assigns it to the PreviousAllReadWrite field.

func (*Entry) SetPreviousRoles ¶

func (o *Entry) SetPreviousRoles(v []string)

SetPreviousRoles gets a reference to the given []string and assigns it to the PreviousRoles field.

func (*Entry) SetPrimaryTerm ¶

func (o *Entry) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*Entry) SetReadOnly ¶

func (o *Entry) SetReadOnly(v bool)

SetReadOnly gets a reference to the given bool and assigns it to the ReadOnly field.

func (*Entry) SetRecurrent ¶

func (o *Entry) SetRecurrent(v bool)

SetRecurrent gets a reference to the given bool and assigns it to the Recurrent field.

func (*Entry) SetRelationships ¶

func (o *Entry) SetRelationships(v []RelationshipAPI)

SetRelationships gets a reference to the given []RelationshipAPI and assigns it to the Relationships field.

func (*Entry) SetReputationSize ¶

func (o *Entry) SetReputationSize(v int64)

SetReputationSize gets a reference to the given int64 and assigns it to the ReputationSize field.

func (*Entry) SetReputations ¶

func (o *Entry) SetReputations(v []EntryReputation)

SetReputations gets a reference to the given []EntryReputation and assigns it to the Reputations field.

func (*Entry) SetRetryTime ¶

func (o *Entry) SetRetryTime(v time.Time)

SetRetryTime gets a reference to the given time.Time and assigns it to the RetryTime field.

func (*Entry) SetRoles ¶

func (o *Entry) SetRoles(v []string)

SetRoles gets a reference to the given []string and assigns it to the Roles field.

func (*Entry) SetScheduled ¶

func (o *Entry) SetScheduled(v bool)

SetScheduled gets a reference to the given bool and assigns it to the Scheduled field.

func (*Entry) SetSequenceNumber ¶

func (o *Entry) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*Entry) SetShardID ¶

func (o *Entry) SetShardID(v int64)

SetShardID gets a reference to the given int64 and assigns it to the ShardID field.

func (*Entry) SetSortValues ¶

func (o *Entry) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*Entry) SetStartDate ¶

func (o *Entry) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*Entry) SetSystem ¶

func (o *Entry) SetSystem(v string)

SetSystem gets a reference to the given string and assigns it to the System field.

func (*Entry) SetTags ¶

func (o *Entry) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*Entry) SetTagsRaw ¶

func (o *Entry) SetTagsRaw(v []string)

SetTagsRaw gets a reference to the given []string and assigns it to the TagsRaw field.

func (*Entry) SetTaskId ¶

func (o *Entry) SetTaskId(v string)

SetTaskId gets a reference to the given string and assigns it to the TaskId field.

func (*Entry) SetTimes ¶

func (o *Entry) SetTimes(v int64)

SetTimes gets a reference to the given int64 and assigns it to the Times field.

func (*Entry) SetTimesRan ¶

func (o *Entry) SetTimesRan(v int64)

SetTimesRan gets a reference to the given int64 and assigns it to the TimesRan field.

func (*Entry) SetTimezone ¶

func (o *Entry) SetTimezone(v string)

SetTimezone gets a reference to the given string and assigns it to the Timezone field.

func (*Entry) SetTimezoneOffset ¶

func (o *Entry) SetTimezoneOffset(v int64)

SetTimezoneOffset gets a reference to the given int64 and assigns it to the TimezoneOffset field.

func (*Entry) SetType ¶

func (o *Entry) SetType(v float64)

SetType gets a reference to the given float64 and assigns it to the Type field.

func (*Entry) SetUser ¶

func (o *Entry) SetUser(v string)

SetUser gets a reference to the given string and assigns it to the User field.

func (*Entry) SetVersion ¶

func (o *Entry) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

func (*Entry) SetXsoarHasReadOnlyRole ¶

func (o *Entry) SetXsoarHasReadOnlyRole(v bool)

SetXsoarHasReadOnlyRole gets a reference to the given bool and assigns it to the XsoarHasReadOnlyRole field.

func (*Entry) SetXsoarPreviousReadOnlyRoles ¶

func (o *Entry) SetXsoarPreviousReadOnlyRoles(v []string)

SetXsoarPreviousReadOnlyRoles gets a reference to the given []string and assigns it to the XsoarPreviousReadOnlyRoles field.

func (*Entry) SetXsoarReadOnlyRoles ¶

func (o *Entry) SetXsoarReadOnlyRoles(v []string)

SetXsoarReadOnlyRoles gets a reference to the given []string and assigns it to the XsoarReadOnlyRoles field.

type EntryHistory ¶

type EntryHistory struct {
	ContentDate    *time.Time `json:"contentDate,omitempty"`
	Contents       *string    `json:"contents,omitempty"`
	ContentsFormat *string    `json:"contentsFormat,omitempty"`
	User           *string    `json:"user,omitempty"`
}

EntryHistory struct for EntryHistory

func NewEntryHistory ¶

func NewEntryHistory() *EntryHistory

NewEntryHistory instantiates a new EntryHistory 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 NewEntryHistoryWithDefaults ¶

func NewEntryHistoryWithDefaults() *EntryHistory

NewEntryHistoryWithDefaults instantiates a new EntryHistory 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 (*EntryHistory) GetContentDate ¶

func (o *EntryHistory) GetContentDate() time.Time

GetContentDate returns the ContentDate field value if set, zero value otherwise.

func (*EntryHistory) GetContentDateOk ¶

func (o *EntryHistory) GetContentDateOk() (*time.Time, bool)

GetContentDateOk returns a tuple with the ContentDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntryHistory) GetContents ¶

func (o *EntryHistory) GetContents() string

GetContents returns the Contents field value if set, zero value otherwise.

func (*EntryHistory) GetContentsFormat ¶

func (o *EntryHistory) GetContentsFormat() string

GetContentsFormat returns the ContentsFormat field value if set, zero value otherwise.

func (*EntryHistory) GetContentsFormatOk ¶

func (o *EntryHistory) GetContentsFormatOk() (*string, bool)

GetContentsFormatOk returns a tuple with the ContentsFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntryHistory) GetContentsOk ¶

func (o *EntryHistory) GetContentsOk() (*string, bool)

GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntryHistory) GetUser ¶

func (o *EntryHistory) GetUser() string

GetUser returns the User field value if set, zero value otherwise.

func (*EntryHistory) GetUserOk ¶

func (o *EntryHistory) GetUserOk() (*string, bool)

GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntryHistory) HasContentDate ¶

func (o *EntryHistory) HasContentDate() bool

HasContentDate returns a boolean if a field has been set.

func (*EntryHistory) HasContents ¶

func (o *EntryHistory) HasContents() bool

HasContents returns a boolean if a field has been set.

func (*EntryHistory) HasContentsFormat ¶

func (o *EntryHistory) HasContentsFormat() bool

HasContentsFormat returns a boolean if a field has been set.

func (*EntryHistory) HasUser ¶

func (o *EntryHistory) HasUser() bool

HasUser returns a boolean if a field has been set.

func (EntryHistory) MarshalJSON ¶

func (o EntryHistory) MarshalJSON() ([]byte, error)

func (*EntryHistory) SetContentDate ¶

func (o *EntryHistory) SetContentDate(v time.Time)

SetContentDate gets a reference to the given time.Time and assigns it to the ContentDate field.

func (*EntryHistory) SetContents ¶

func (o *EntryHistory) SetContents(v string)

SetContents gets a reference to the given string and assigns it to the Contents field.

func (*EntryHistory) SetContentsFormat ¶

func (o *EntryHistory) SetContentsFormat(v string)

SetContentsFormat gets a reference to the given string and assigns it to the ContentsFormat field.

func (*EntryHistory) SetUser ¶

func (o *EntryHistory) SetUser(v string)

SetUser gets a reference to the given string and assigns it to the User field.

type EntryReputation ¶

type EntryReputation struct {
	Highlights      *map[string]map[string][]Location `json:"highlights,omitempty"`
	ReputationsData *[]ReputationData                 `json:"reputationsData,omitempty"`
}

EntryReputation EntryReputation holds the entry reputations and the highlights

func NewEntryReputation ¶

func NewEntryReputation() *EntryReputation

NewEntryReputation instantiates a new EntryReputation 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 NewEntryReputationWithDefaults ¶

func NewEntryReputationWithDefaults() *EntryReputation

NewEntryReputationWithDefaults instantiates a new EntryReputation 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 (*EntryReputation) GetHighlights ¶

func (o *EntryReputation) GetHighlights() map[string]map[string][]Location

GetHighlights returns the Highlights field value if set, zero value otherwise.

func (*EntryReputation) GetHighlightsOk ¶

func (o *EntryReputation) GetHighlightsOk() (*map[string]map[string][]Location, bool)

GetHighlightsOk returns a tuple with the Highlights field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntryReputation) GetReputationsData ¶

func (o *EntryReputation) GetReputationsData() []ReputationData

GetReputationsData returns the ReputationsData field value if set, zero value otherwise.

func (*EntryReputation) GetReputationsDataOk ¶

func (o *EntryReputation) GetReputationsDataOk() (*[]ReputationData, bool)

GetReputationsDataOk returns a tuple with the ReputationsData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntryReputation) HasHighlights ¶

func (o *EntryReputation) HasHighlights() bool

HasHighlights returns a boolean if a field has been set.

func (*EntryReputation) HasReputationsData ¶

func (o *EntryReputation) HasReputationsData() bool

HasReputationsData returns a boolean if a field has been set.

func (EntryReputation) MarshalJSON ¶

func (o EntryReputation) MarshalJSON() ([]byte, error)

func (*EntryReputation) SetHighlights ¶

func (o *EntryReputation) SetHighlights(v map[string]map[string][]Location)

SetHighlights gets a reference to the given map[string]map[string][]Location and assigns it to the Highlights field.

func (*EntryReputation) SetReputationsData ¶

func (o *EntryReputation) SetReputationsData(v []ReputationData)

SetReputationsData gets a reference to the given []ReputationData and assigns it to the ReputationsData field.

type EntryTask ¶

type EntryTask struct {
	PlaybookName *string `json:"playbookName,omitempty"`
	Quiet        *bool   `json:"quiet,omitempty"`
	TaskId       *string `json:"taskId,omitempty"`
	TaskName     *string `json:"taskName,omitempty"`
	TaskStatus   *string `json:"taskStatus,omitempty"`
}

EntryTask EntryTask holds information regarding the related task

func NewEntryTask ¶

func NewEntryTask() *EntryTask

NewEntryTask instantiates a new EntryTask 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 NewEntryTaskWithDefaults ¶

func NewEntryTaskWithDefaults() *EntryTask

NewEntryTaskWithDefaults instantiates a new EntryTask 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 (*EntryTask) GetPlaybookName ¶

func (o *EntryTask) GetPlaybookName() string

GetPlaybookName returns the PlaybookName field value if set, zero value otherwise.

func (*EntryTask) GetPlaybookNameOk ¶

func (o *EntryTask) GetPlaybookNameOk() (*string, bool)

GetPlaybookNameOk returns a tuple with the PlaybookName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntryTask) GetQuiet ¶

func (o *EntryTask) GetQuiet() bool

GetQuiet returns the Quiet field value if set, zero value otherwise.

func (*EntryTask) GetQuietOk ¶

func (o *EntryTask) GetQuietOk() (*bool, bool)

GetQuietOk returns a tuple with the Quiet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntryTask) GetTaskId ¶

func (o *EntryTask) GetTaskId() string

GetTaskId returns the TaskId field value if set, zero value otherwise.

func (*EntryTask) GetTaskIdOk ¶

func (o *EntryTask) GetTaskIdOk() (*string, bool)

GetTaskIdOk returns a tuple with the TaskId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntryTask) GetTaskName ¶

func (o *EntryTask) GetTaskName() string

GetTaskName returns the TaskName field value if set, zero value otherwise.

func (*EntryTask) GetTaskNameOk ¶

func (o *EntryTask) GetTaskNameOk() (*string, bool)

GetTaskNameOk returns a tuple with the TaskName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntryTask) GetTaskStatus ¶

func (o *EntryTask) GetTaskStatus() string

GetTaskStatus returns the TaskStatus field value if set, zero value otherwise.

func (*EntryTask) GetTaskStatusOk ¶

func (o *EntryTask) GetTaskStatusOk() (*string, bool)

GetTaskStatusOk returns a tuple with the TaskStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntryTask) HasPlaybookName ¶

func (o *EntryTask) HasPlaybookName() bool

HasPlaybookName returns a boolean if a field has been set.

func (*EntryTask) HasQuiet ¶

func (o *EntryTask) HasQuiet() bool

HasQuiet returns a boolean if a field has been set.

func (*EntryTask) HasTaskId ¶

func (o *EntryTask) HasTaskId() bool

HasTaskId returns a boolean if a field has been set.

func (*EntryTask) HasTaskName ¶

func (o *EntryTask) HasTaskName() bool

HasTaskName returns a boolean if a field has been set.

func (*EntryTask) HasTaskStatus ¶

func (o *EntryTask) HasTaskStatus() bool

HasTaskStatus returns a boolean if a field has been set.

func (EntryTask) MarshalJSON ¶

func (o EntryTask) MarshalJSON() ([]byte, error)

func (*EntryTask) SetPlaybookName ¶

func (o *EntryTask) SetPlaybookName(v string)

SetPlaybookName gets a reference to the given string and assigns it to the PlaybookName field.

func (*EntryTask) SetQuiet ¶

func (o *EntryTask) SetQuiet(v bool)

SetQuiet gets a reference to the given bool and assigns it to the Quiet field.

func (*EntryTask) SetTaskId ¶

func (o *EntryTask) SetTaskId(v string)

SetTaskId gets a reference to the given string and assigns it to the TaskId field.

func (*EntryTask) SetTaskName ¶

func (o *EntryTask) SetTaskName(v string)

SetTaskName gets a reference to the given string and assigns it to the TaskName field.

func (*EntryTask) SetTaskStatus ¶

func (o *EntryTask) SetTaskStatus(v string)

SetTaskStatus gets a reference to the given string and assigns it to the TaskStatus field.

type ErrorResponse ¶

type ErrorResponse struct {
	// The error message.
	Message string `json:"message"`
}

ErrorResponse struct for ErrorResponse

func NewErrorResponse ¶

func NewErrorResponse(message string) *ErrorResponse

NewErrorResponse instantiates a new ErrorResponse 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 NewErrorResponseWithDefaults ¶

func NewErrorResponseWithDefaults() *ErrorResponse

NewErrorResponseWithDefaults instantiates a new ErrorResponse 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 (*ErrorResponse) GetMessage ¶

func (o *ErrorResponse) GetMessage() string

GetMessage returns the Message field value

func (*ErrorResponse) GetMessageOk ¶

func (o *ErrorResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (ErrorResponse) MarshalJSON ¶

func (o ErrorResponse) MarshalJSON() ([]byte, error)

func (*ErrorResponse) SetMessage ¶

func (o *ErrorResponse) SetMessage(v string)

SetMessage sets field value

type Evidence ¶

type Evidence struct {
	ShardID      *int64 `json:"ShardID,omitempty"`
	AllRead      *bool  `json:"allRead,omitempty"`
	AllReadWrite *bool  `json:"allReadWrite,omitempty"`
	// Who has created this event - relevant only for manual incidents
	DbotCreatedBy *string `json:"dbotCreatedBy,omitempty"`
	// The description for the resolve
	Description *string `json:"description,omitempty"`
	// The entry ID
	EntryId *string `json:"entryId,omitempty"`
	// when the evidence entry was fetched
	Fetched *time.Time `json:"fetched,omitempty"`
	// Internal field to make queries on role faster
	HasRole   *bool                `json:"hasRole,omitempty"`
	Highlight *map[string][]string `json:"highlight,omitempty"`
	Id        *string              `json:"id,omitempty"`
	// The incident ID
	IncidentId *string `json:"incidentId,omitempty"`
	// the user that marked this evidence
	MarkedBy *string `json:"markedBy,omitempty"`
	// when this evidence was marked
	MarkedDate *time.Time `json:"markedDate,omitempty"`
	Modified   *time.Time `json:"modified,omitempty"`
	NumericId  *int64     `json:"numericId,omitempty"`
	// When this evidence has occurred
	Occurred             *time.Time `json:"occurred,omitempty"`
	PreviousAllRead      *bool      `json:"previousAllRead,omitempty"`
	PreviousAllReadWrite *bool      `json:"previousAllReadWrite,omitempty"`
	// Do not change this field manually
	PreviousRoles *[]string `json:"previousRoles,omitempty"`
	PrimaryTerm   *int64    `json:"primaryTerm,omitempty"`
	// The role assigned to this investigation
	Roles          *[]string `json:"roles,omitempty"`
	SequenceNumber *int64    `json:"sequenceNumber,omitempty"`
	SortValues     *[]string `json:"sortValues,omitempty"`
	// Tags
	Tags *[]string `json:"tags,omitempty"`
	// TagsRaw
	TagsRaw *[]string `json:"tagsRaw,omitempty"`
	// when the evidence entry was fetched
	TaskId                     *string   `json:"taskId,omitempty"`
	Version                    *int64    `json:"version,omitempty"`
	XsoarHasReadOnlyRole       *bool     `json:"xsoarHasReadOnlyRole,omitempty"`
	XsoarPreviousReadOnlyRoles *[]string `json:"xsoarPreviousReadOnlyRoles,omitempty"`
	XsoarReadOnlyRoles         *[]string `json:"xsoarReadOnlyRoles,omitempty"`
}

Evidence struct for Evidence

func NewEvidence ¶

func NewEvidence() *Evidence

NewEvidence instantiates a new Evidence 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 NewEvidenceWithDefaults ¶

func NewEvidenceWithDefaults() *Evidence

NewEvidenceWithDefaults instantiates a new Evidence 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 (*Evidence) GetAllRead ¶

func (o *Evidence) GetAllRead() bool

GetAllRead returns the AllRead field value if set, zero value otherwise.

func (*Evidence) GetAllReadOk ¶

func (o *Evidence) GetAllReadOk() (*bool, bool)

GetAllReadOk returns a tuple with the AllRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetAllReadWrite ¶

func (o *Evidence) GetAllReadWrite() bool

GetAllReadWrite returns the AllReadWrite field value if set, zero value otherwise.

func (*Evidence) GetAllReadWriteOk ¶

func (o *Evidence) GetAllReadWriteOk() (*bool, bool)

GetAllReadWriteOk returns a tuple with the AllReadWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetDbotCreatedBy ¶

func (o *Evidence) GetDbotCreatedBy() string

GetDbotCreatedBy returns the DbotCreatedBy field value if set, zero value otherwise.

func (*Evidence) GetDbotCreatedByOk ¶

func (o *Evidence) GetDbotCreatedByOk() (*string, bool)

GetDbotCreatedByOk returns a tuple with the DbotCreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetDescription ¶

func (o *Evidence) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Evidence) GetDescriptionOk ¶

func (o *Evidence) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetEntryId ¶

func (o *Evidence) GetEntryId() string

GetEntryId returns the EntryId field value if set, zero value otherwise.

func (*Evidence) GetEntryIdOk ¶

func (o *Evidence) GetEntryIdOk() (*string, bool)

GetEntryIdOk returns a tuple with the EntryId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetFetched ¶

func (o *Evidence) GetFetched() time.Time

GetFetched returns the Fetched field value if set, zero value otherwise.

func (*Evidence) GetFetchedOk ¶

func (o *Evidence) GetFetchedOk() (*time.Time, bool)

GetFetchedOk returns a tuple with the Fetched field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetHasRole ¶

func (o *Evidence) GetHasRole() bool

GetHasRole returns the HasRole field value if set, zero value otherwise.

func (*Evidence) GetHasRoleOk ¶

func (o *Evidence) GetHasRoleOk() (*bool, bool)

GetHasRoleOk returns a tuple with the HasRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetHighlight ¶

func (o *Evidence) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*Evidence) GetHighlightOk ¶

func (o *Evidence) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetId ¶

func (o *Evidence) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Evidence) GetIdOk ¶

func (o *Evidence) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetIncidentId ¶

func (o *Evidence) GetIncidentId() string

GetIncidentId returns the IncidentId field value if set, zero value otherwise.

func (*Evidence) GetIncidentIdOk ¶

func (o *Evidence) GetIncidentIdOk() (*string, bool)

GetIncidentIdOk returns a tuple with the IncidentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetMarkedBy ¶

func (o *Evidence) GetMarkedBy() string

GetMarkedBy returns the MarkedBy field value if set, zero value otherwise.

func (*Evidence) GetMarkedByOk ¶

func (o *Evidence) GetMarkedByOk() (*string, bool)

GetMarkedByOk returns a tuple with the MarkedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetMarkedDate ¶

func (o *Evidence) GetMarkedDate() time.Time

GetMarkedDate returns the MarkedDate field value if set, zero value otherwise.

func (*Evidence) GetMarkedDateOk ¶

func (o *Evidence) GetMarkedDateOk() (*time.Time, bool)

GetMarkedDateOk returns a tuple with the MarkedDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetModified ¶

func (o *Evidence) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*Evidence) GetModifiedOk ¶

func (o *Evidence) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetNumericId ¶

func (o *Evidence) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*Evidence) GetNumericIdOk ¶

func (o *Evidence) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetOccurred ¶

func (o *Evidence) GetOccurred() time.Time

GetOccurred returns the Occurred field value if set, zero value otherwise.

func (*Evidence) GetOccurredOk ¶

func (o *Evidence) GetOccurredOk() (*time.Time, bool)

GetOccurredOk returns a tuple with the Occurred field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetPreviousAllRead ¶

func (o *Evidence) GetPreviousAllRead() bool

GetPreviousAllRead returns the PreviousAllRead field value if set, zero value otherwise.

func (*Evidence) GetPreviousAllReadOk ¶

func (o *Evidence) GetPreviousAllReadOk() (*bool, bool)

GetPreviousAllReadOk returns a tuple with the PreviousAllRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetPreviousAllReadWrite ¶

func (o *Evidence) GetPreviousAllReadWrite() bool

GetPreviousAllReadWrite returns the PreviousAllReadWrite field value if set, zero value otherwise.

func (*Evidence) GetPreviousAllReadWriteOk ¶

func (o *Evidence) GetPreviousAllReadWriteOk() (*bool, bool)

GetPreviousAllReadWriteOk returns a tuple with the PreviousAllReadWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetPreviousRoles ¶

func (o *Evidence) GetPreviousRoles() []string

GetPreviousRoles returns the PreviousRoles field value if set, zero value otherwise.

func (*Evidence) GetPreviousRolesOk ¶

func (o *Evidence) GetPreviousRolesOk() (*[]string, bool)

GetPreviousRolesOk returns a tuple with the PreviousRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetPrimaryTerm ¶

func (o *Evidence) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*Evidence) GetPrimaryTermOk ¶

func (o *Evidence) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetRoles ¶

func (o *Evidence) GetRoles() []string

GetRoles returns the Roles field value if set, zero value otherwise.

func (*Evidence) GetRolesOk ¶

func (o *Evidence) GetRolesOk() (*[]string, bool)

GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetSequenceNumber ¶

func (o *Evidence) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*Evidence) GetSequenceNumberOk ¶

func (o *Evidence) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetShardID ¶

func (o *Evidence) GetShardID() int64

GetShardID returns the ShardID field value if set, zero value otherwise.

func (*Evidence) GetShardIDOk ¶

func (o *Evidence) GetShardIDOk() (*int64, bool)

GetShardIDOk returns a tuple with the ShardID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetSortValues ¶

func (o *Evidence) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*Evidence) GetSortValuesOk ¶

func (o *Evidence) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetTags ¶

func (o *Evidence) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*Evidence) GetTagsOk ¶

func (o *Evidence) GetTagsOk() (*[]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetTagsRaw ¶

func (o *Evidence) GetTagsRaw() []string

GetTagsRaw returns the TagsRaw field value if set, zero value otherwise.

func (*Evidence) GetTagsRawOk ¶

func (o *Evidence) GetTagsRawOk() (*[]string, bool)

GetTagsRawOk returns a tuple with the TagsRaw field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetTaskId ¶

func (o *Evidence) GetTaskId() string

GetTaskId returns the TaskId field value if set, zero value otherwise.

func (*Evidence) GetTaskIdOk ¶

func (o *Evidence) GetTaskIdOk() (*string, bool)

GetTaskIdOk returns a tuple with the TaskId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetVersion ¶

func (o *Evidence) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*Evidence) GetVersionOk ¶

func (o *Evidence) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetXsoarHasReadOnlyRole ¶

func (o *Evidence) GetXsoarHasReadOnlyRole() bool

GetXsoarHasReadOnlyRole returns the XsoarHasReadOnlyRole field value if set, zero value otherwise.

func (*Evidence) GetXsoarHasReadOnlyRoleOk ¶

func (o *Evidence) GetXsoarHasReadOnlyRoleOk() (*bool, bool)

GetXsoarHasReadOnlyRoleOk returns a tuple with the XsoarHasReadOnlyRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetXsoarPreviousReadOnlyRoles ¶

func (o *Evidence) GetXsoarPreviousReadOnlyRoles() []string

GetXsoarPreviousReadOnlyRoles returns the XsoarPreviousReadOnlyRoles field value if set, zero value otherwise.

func (*Evidence) GetXsoarPreviousReadOnlyRolesOk ¶

func (o *Evidence) GetXsoarPreviousReadOnlyRolesOk() (*[]string, bool)

GetXsoarPreviousReadOnlyRolesOk returns a tuple with the XsoarPreviousReadOnlyRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) GetXsoarReadOnlyRoles ¶

func (o *Evidence) GetXsoarReadOnlyRoles() []string

GetXsoarReadOnlyRoles returns the XsoarReadOnlyRoles field value if set, zero value otherwise.

func (*Evidence) GetXsoarReadOnlyRolesOk ¶

func (o *Evidence) GetXsoarReadOnlyRolesOk() (*[]string, bool)

GetXsoarReadOnlyRolesOk returns a tuple with the XsoarReadOnlyRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Evidence) HasAllRead ¶

func (o *Evidence) HasAllRead() bool

HasAllRead returns a boolean if a field has been set.

func (*Evidence) HasAllReadWrite ¶

func (o *Evidence) HasAllReadWrite() bool

HasAllReadWrite returns a boolean if a field has been set.

func (*Evidence) HasDbotCreatedBy ¶

func (o *Evidence) HasDbotCreatedBy() bool

HasDbotCreatedBy returns a boolean if a field has been set.

func (*Evidence) HasDescription ¶

func (o *Evidence) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Evidence) HasEntryId ¶

func (o *Evidence) HasEntryId() bool

HasEntryId returns a boolean if a field has been set.

func (*Evidence) HasFetched ¶

func (o *Evidence) HasFetched() bool

HasFetched returns a boolean if a field has been set.

func (*Evidence) HasHasRole ¶

func (o *Evidence) HasHasRole() bool

HasHasRole returns a boolean if a field has been set.

func (*Evidence) HasHighlight ¶

func (o *Evidence) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*Evidence) HasId ¶

func (o *Evidence) HasId() bool

HasId returns a boolean if a field has been set.

func (*Evidence) HasIncidentId ¶

func (o *Evidence) HasIncidentId() bool

HasIncidentId returns a boolean if a field has been set.

func (*Evidence) HasMarkedBy ¶

func (o *Evidence) HasMarkedBy() bool

HasMarkedBy returns a boolean if a field has been set.

func (*Evidence) HasMarkedDate ¶

func (o *Evidence) HasMarkedDate() bool

HasMarkedDate returns a boolean if a field has been set.

func (*Evidence) HasModified ¶

func (o *Evidence) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*Evidence) HasNumericId ¶

func (o *Evidence) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*Evidence) HasOccurred ¶

func (o *Evidence) HasOccurred() bool

HasOccurred returns a boolean if a field has been set.

func (*Evidence) HasPreviousAllRead ¶

func (o *Evidence) HasPreviousAllRead() bool

HasPreviousAllRead returns a boolean if a field has been set.

func (*Evidence) HasPreviousAllReadWrite ¶

func (o *Evidence) HasPreviousAllReadWrite() bool

HasPreviousAllReadWrite returns a boolean if a field has been set.

func (*Evidence) HasPreviousRoles ¶

func (o *Evidence) HasPreviousRoles() bool

HasPreviousRoles returns a boolean if a field has been set.

func (*Evidence) HasPrimaryTerm ¶

func (o *Evidence) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*Evidence) HasRoles ¶

func (o *Evidence) HasRoles() bool

HasRoles returns a boolean if a field has been set.

func (*Evidence) HasSequenceNumber ¶

func (o *Evidence) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*Evidence) HasShardID ¶

func (o *Evidence) HasShardID() bool

HasShardID returns a boolean if a field has been set.

func (*Evidence) HasSortValues ¶

func (o *Evidence) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*Evidence) HasTags ¶

func (o *Evidence) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*Evidence) HasTagsRaw ¶

func (o *Evidence) HasTagsRaw() bool

HasTagsRaw returns a boolean if a field has been set.

func (*Evidence) HasTaskId ¶

func (o *Evidence) HasTaskId() bool

HasTaskId returns a boolean if a field has been set.

func (*Evidence) HasVersion ¶

func (o *Evidence) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (*Evidence) HasXsoarHasReadOnlyRole ¶

func (o *Evidence) HasXsoarHasReadOnlyRole() bool

HasXsoarHasReadOnlyRole returns a boolean if a field has been set.

func (*Evidence) HasXsoarPreviousReadOnlyRoles ¶

func (o *Evidence) HasXsoarPreviousReadOnlyRoles() bool

HasXsoarPreviousReadOnlyRoles returns a boolean if a field has been set.

func (*Evidence) HasXsoarReadOnlyRoles ¶

func (o *Evidence) HasXsoarReadOnlyRoles() bool

HasXsoarReadOnlyRoles returns a boolean if a field has been set.

func (Evidence) MarshalJSON ¶

func (o Evidence) MarshalJSON() ([]byte, error)

func (*Evidence) SetAllRead ¶

func (o *Evidence) SetAllRead(v bool)

SetAllRead gets a reference to the given bool and assigns it to the AllRead field.

func (*Evidence) SetAllReadWrite ¶

func (o *Evidence) SetAllReadWrite(v bool)

SetAllReadWrite gets a reference to the given bool and assigns it to the AllReadWrite field.

func (*Evidence) SetDbotCreatedBy ¶

func (o *Evidence) SetDbotCreatedBy(v string)

SetDbotCreatedBy gets a reference to the given string and assigns it to the DbotCreatedBy field.

func (*Evidence) SetDescription ¶

func (o *Evidence) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*Evidence) SetEntryId ¶

func (o *Evidence) SetEntryId(v string)

SetEntryId gets a reference to the given string and assigns it to the EntryId field.

func (*Evidence) SetFetched ¶

func (o *Evidence) SetFetched(v time.Time)

SetFetched gets a reference to the given time.Time and assigns it to the Fetched field.

func (*Evidence) SetHasRole ¶

func (o *Evidence) SetHasRole(v bool)

SetHasRole gets a reference to the given bool and assigns it to the HasRole field.

func (*Evidence) SetHighlight ¶

func (o *Evidence) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*Evidence) SetId ¶

func (o *Evidence) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Evidence) SetIncidentId ¶

func (o *Evidence) SetIncidentId(v string)

SetIncidentId gets a reference to the given string and assigns it to the IncidentId field.

func (*Evidence) SetMarkedBy ¶

func (o *Evidence) SetMarkedBy(v string)

SetMarkedBy gets a reference to the given string and assigns it to the MarkedBy field.

func (*Evidence) SetMarkedDate ¶

func (o *Evidence) SetMarkedDate(v time.Time)

SetMarkedDate gets a reference to the given time.Time and assigns it to the MarkedDate field.

func (*Evidence) SetModified ¶

func (o *Evidence) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*Evidence) SetNumericId ¶

func (o *Evidence) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*Evidence) SetOccurred ¶

func (o *Evidence) SetOccurred(v time.Time)

SetOccurred gets a reference to the given time.Time and assigns it to the Occurred field.

func (*Evidence) SetPreviousAllRead ¶

func (o *Evidence) SetPreviousAllRead(v bool)

SetPreviousAllRead gets a reference to the given bool and assigns it to the PreviousAllRead field.

func (*Evidence) SetPreviousAllReadWrite ¶

func (o *Evidence) SetPreviousAllReadWrite(v bool)

SetPreviousAllReadWrite gets a reference to the given bool and assigns it to the PreviousAllReadWrite field.

func (*Evidence) SetPreviousRoles ¶

func (o *Evidence) SetPreviousRoles(v []string)

SetPreviousRoles gets a reference to the given []string and assigns it to the PreviousRoles field.

func (*Evidence) SetPrimaryTerm ¶

func (o *Evidence) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*Evidence) SetRoles ¶

func (o *Evidence) SetRoles(v []string)

SetRoles gets a reference to the given []string and assigns it to the Roles field.

func (*Evidence) SetSequenceNumber ¶

func (o *Evidence) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*Evidence) SetShardID ¶

func (o *Evidence) SetShardID(v int64)

SetShardID gets a reference to the given int64 and assigns it to the ShardID field.

func (*Evidence) SetSortValues ¶

func (o *Evidence) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*Evidence) SetTags ¶

func (o *Evidence) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*Evidence) SetTagsRaw ¶

func (o *Evidence) SetTagsRaw(v []string)

SetTagsRaw gets a reference to the given []string and assigns it to the TagsRaw field.

func (*Evidence) SetTaskId ¶

func (o *Evidence) SetTaskId(v string)

SetTaskId gets a reference to the given string and assigns it to the TaskId field.

func (*Evidence) SetVersion ¶

func (o *Evidence) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

func (*Evidence) SetXsoarHasReadOnlyRole ¶

func (o *Evidence) SetXsoarHasReadOnlyRole(v bool)

SetXsoarHasReadOnlyRole gets a reference to the given bool and assigns it to the XsoarHasReadOnlyRole field.

func (*Evidence) SetXsoarPreviousReadOnlyRoles ¶

func (o *Evidence) SetXsoarPreviousReadOnlyRoles(v []string)

SetXsoarPreviousReadOnlyRoles gets a reference to the given []string and assigns it to the XsoarPreviousReadOnlyRoles field.

func (*Evidence) SetXsoarReadOnlyRoles ¶

func (o *Evidence) SetXsoarReadOnlyRoles(v []string)

SetXsoarReadOnlyRoles gets a reference to the given []string and assigns it to the XsoarReadOnlyRoles field.

type EvidenceData ¶

type EvidenceData struct {
	// This field must have empty json key
	CustomFields *map[string]AdvanceArg `json:"customFields,omitempty"`
	Description  *AdvanceArg            `json:"description,omitempty"`
	Occurred     *AdvanceArg            `json:"occurred,omitempty"`
	Tags         *AdvanceArg            `json:"tags,omitempty"`
}

EvidenceData EvidenceData - all evidence properties to evaluate in task process

func NewEvidenceData ¶

func NewEvidenceData() *EvidenceData

NewEvidenceData instantiates a new EvidenceData 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 NewEvidenceDataWithDefaults ¶

func NewEvidenceDataWithDefaults() *EvidenceData

NewEvidenceDataWithDefaults instantiates a new EvidenceData 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 (*EvidenceData) GetCustomFields ¶

func (o *EvidenceData) GetCustomFields() map[string]AdvanceArg

GetCustomFields returns the CustomFields field value if set, zero value otherwise.

func (*EvidenceData) GetCustomFieldsOk ¶

func (o *EvidenceData) GetCustomFieldsOk() (*map[string]AdvanceArg, bool)

GetCustomFieldsOk returns a tuple with the CustomFields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EvidenceData) GetDescription ¶

func (o *EvidenceData) GetDescription() AdvanceArg

GetDescription returns the Description field value if set, zero value otherwise.

func (*EvidenceData) GetDescriptionOk ¶

func (o *EvidenceData) GetDescriptionOk() (*AdvanceArg, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EvidenceData) GetOccurred ¶

func (o *EvidenceData) GetOccurred() AdvanceArg

GetOccurred returns the Occurred field value if set, zero value otherwise.

func (*EvidenceData) GetOccurredOk ¶

func (o *EvidenceData) GetOccurredOk() (*AdvanceArg, bool)

GetOccurredOk returns a tuple with the Occurred field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EvidenceData) GetTags ¶

func (o *EvidenceData) GetTags() AdvanceArg

GetTags returns the Tags field value if set, zero value otherwise.

func (*EvidenceData) GetTagsOk ¶

func (o *EvidenceData) GetTagsOk() (*AdvanceArg, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EvidenceData) HasCustomFields ¶

func (o *EvidenceData) HasCustomFields() bool

HasCustomFields returns a boolean if a field has been set.

func (*EvidenceData) HasDescription ¶

func (o *EvidenceData) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*EvidenceData) HasOccurred ¶

func (o *EvidenceData) HasOccurred() bool

HasOccurred returns a boolean if a field has been set.

func (*EvidenceData) HasTags ¶

func (o *EvidenceData) HasTags() bool

HasTags returns a boolean if a field has been set.

func (EvidenceData) MarshalJSON ¶

func (o EvidenceData) MarshalJSON() ([]byte, error)

func (*EvidenceData) SetCustomFields ¶

func (o *EvidenceData) SetCustomFields(v map[string]AdvanceArg)

SetCustomFields gets a reference to the given map[string]AdvanceArg and assigns it to the CustomFields field.

func (*EvidenceData) SetDescription ¶

func (o *EvidenceData) SetDescription(v AdvanceArg)

SetDescription gets a reference to the given AdvanceArg and assigns it to the Description field.

func (*EvidenceData) SetOccurred ¶

func (o *EvidenceData) SetOccurred(v AdvanceArg)

SetOccurred gets a reference to the given AdvanceArg and assigns it to the Occurred field.

func (*EvidenceData) SetTags ¶

func (o *EvidenceData) SetTags(v AdvanceArg)

SetTags gets a reference to the given AdvanceArg and assigns it to the Tags field.

type Evidences ¶ added in v0.2.4

type Evidences struct {
	Items []Evidence
}

Evidences Evidences is a list of evidence entities

func NewEvidences ¶ added in v0.2.4

func NewEvidences() *Evidences

NewEvidences instantiates a new Evidences 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 NewEvidencesWithDefaults ¶ added in v0.2.4

func NewEvidencesWithDefaults() *Evidences

NewEvidencesWithDefaults instantiates a new Evidences 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 (Evidences) MarshalJSON ¶ added in v0.2.4

func (o Evidences) MarshalJSON() ([]byte, error)

func (*Evidences) UnmarshalJSON ¶ added in v0.2.4

func (o *Evidences) UnmarshalJSON(bytes []byte) (err error)

type EvidencesFilterWrapper ¶

type EvidencesFilterWrapper struct {
	Filter     *GenericStringDateFilter `json:"filter,omitempty"`
	IncidentID *string                  `json:"incidentID,omitempty"`
}

EvidencesFilterWrapper struct for EvidencesFilterWrapper

func NewEvidencesFilterWrapper ¶

func NewEvidencesFilterWrapper() *EvidencesFilterWrapper

NewEvidencesFilterWrapper instantiates a new EvidencesFilterWrapper 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 NewEvidencesFilterWrapperWithDefaults ¶

func NewEvidencesFilterWrapperWithDefaults() *EvidencesFilterWrapper

NewEvidencesFilterWrapperWithDefaults instantiates a new EvidencesFilterWrapper 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 (*EvidencesFilterWrapper) GetFilter ¶

GetFilter returns the Filter field value if set, zero value otherwise.

func (*EvidencesFilterWrapper) GetFilterOk ¶

GetFilterOk returns a tuple with the Filter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EvidencesFilterWrapper) GetIncidentID ¶

func (o *EvidencesFilterWrapper) GetIncidentID() string

GetIncidentID returns the IncidentID field value if set, zero value otherwise.

func (*EvidencesFilterWrapper) GetIncidentIDOk ¶

func (o *EvidencesFilterWrapper) GetIncidentIDOk() (*string, bool)

GetIncidentIDOk returns a tuple with the IncidentID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EvidencesFilterWrapper) HasFilter ¶

func (o *EvidencesFilterWrapper) HasFilter() bool

HasFilter returns a boolean if a field has been set.

func (*EvidencesFilterWrapper) HasIncidentID ¶

func (o *EvidencesFilterWrapper) HasIncidentID() bool

HasIncidentID returns a boolean if a field has been set.

func (EvidencesFilterWrapper) MarshalJSON ¶

func (o EvidencesFilterWrapper) MarshalJSON() ([]byte, error)

func (*EvidencesFilterWrapper) SetFilter ¶

SetFilter gets a reference to the given GenericStringDateFilter and assigns it to the Filter field.

func (*EvidencesFilterWrapper) SetIncidentID ¶

func (o *EvidencesFilterWrapper) SetIncidentID(v string)

SetIncidentID gets a reference to the given string and assigns it to the IncidentID field.

type EvidencesSearchResponse ¶

type EvidencesSearchResponse struct {
	// Evidences is a list of evidence entities
	Evidences *[]Evidence `json:"evidences,omitempty"`
	Total     *int64      `json:"total,omitempty"`
}

EvidencesSearchResponse EvidencesSearchResponse returns the response from the evidences search

func NewEvidencesSearchResponse ¶

func NewEvidencesSearchResponse() *EvidencesSearchResponse

NewEvidencesSearchResponse instantiates a new EvidencesSearchResponse 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 NewEvidencesSearchResponseWithDefaults ¶

func NewEvidencesSearchResponseWithDefaults() *EvidencesSearchResponse

NewEvidencesSearchResponseWithDefaults instantiates a new EvidencesSearchResponse 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 (*EvidencesSearchResponse) GetEvidences ¶

func (o *EvidencesSearchResponse) GetEvidences() []Evidence

GetEvidences returns the Evidences field value if set, zero value otherwise.

func (*EvidencesSearchResponse) GetEvidencesOk ¶

func (o *EvidencesSearchResponse) GetEvidencesOk() (*[]Evidence, bool)

GetEvidencesOk returns a tuple with the Evidences field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EvidencesSearchResponse) GetTotal ¶

func (o *EvidencesSearchResponse) GetTotal() int64

GetTotal returns the Total field value if set, zero value otherwise.

func (*EvidencesSearchResponse) GetTotalOk ¶

func (o *EvidencesSearchResponse) GetTotalOk() (*int64, bool)

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EvidencesSearchResponse) HasEvidences ¶

func (o *EvidencesSearchResponse) HasEvidences() bool

HasEvidences returns a boolean if a field has been set.

func (*EvidencesSearchResponse) HasTotal ¶

func (o *EvidencesSearchResponse) HasTotal() bool

HasTotal returns a boolean if a field has been set.

func (EvidencesSearchResponse) MarshalJSON ¶

func (o EvidencesSearchResponse) MarshalJSON() ([]byte, error)

func (*EvidencesSearchResponse) SetEvidences ¶

func (o *EvidencesSearchResponse) SetEvidences(v []Evidence)

SetEvidences gets a reference to the given []Evidence and assigns it to the Evidences field.

func (*EvidencesSearchResponse) SetTotal ¶

func (o *EvidencesSearchResponse) SetTotal(v int64)

SetTotal gets a reference to the given int64 and assigns it to the Total field.

type ExpirationIndicator ¶

type ExpirationIndicator struct {
	DeletedFeedFetchTime *time.Time        `json:"deletedFeedFetchTime,omitempty"`
	Expiration           *time.Time        `json:"expiration,omitempty"`
	ExpirationSource     *ExpirationSource `json:"expirationSource,omitempty"`
	ExpirationStatus     *string           `json:"expirationStatus,omitempty"`
	ManualExpirationTime *time.Time        `json:"manualExpirationTime,omitempty"`
}

ExpirationIndicator struct for ExpirationIndicator

func NewExpirationIndicator ¶

func NewExpirationIndicator() *ExpirationIndicator

NewExpirationIndicator instantiates a new ExpirationIndicator 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 NewExpirationIndicatorWithDefaults ¶

func NewExpirationIndicatorWithDefaults() *ExpirationIndicator

NewExpirationIndicatorWithDefaults instantiates a new ExpirationIndicator 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 (*ExpirationIndicator) GetDeletedFeedFetchTime ¶

func (o *ExpirationIndicator) GetDeletedFeedFetchTime() time.Time

GetDeletedFeedFetchTime returns the DeletedFeedFetchTime field value if set, zero value otherwise.

func (*ExpirationIndicator) GetDeletedFeedFetchTimeOk ¶

func (o *ExpirationIndicator) GetDeletedFeedFetchTimeOk() (*time.Time, bool)

GetDeletedFeedFetchTimeOk returns a tuple with the DeletedFeedFetchTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpirationIndicator) GetExpiration ¶

func (o *ExpirationIndicator) GetExpiration() time.Time

GetExpiration returns the Expiration field value if set, zero value otherwise.

func (*ExpirationIndicator) GetExpirationOk ¶

func (o *ExpirationIndicator) GetExpirationOk() (*time.Time, bool)

GetExpirationOk returns a tuple with the Expiration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpirationIndicator) GetExpirationSource ¶

func (o *ExpirationIndicator) GetExpirationSource() ExpirationSource

GetExpirationSource returns the ExpirationSource field value if set, zero value otherwise.

func (*ExpirationIndicator) GetExpirationSourceOk ¶

func (o *ExpirationIndicator) GetExpirationSourceOk() (*ExpirationSource, bool)

GetExpirationSourceOk returns a tuple with the ExpirationSource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpirationIndicator) GetExpirationStatus ¶

func (o *ExpirationIndicator) GetExpirationStatus() string

GetExpirationStatus returns the ExpirationStatus field value if set, zero value otherwise.

func (*ExpirationIndicator) GetExpirationStatusOk ¶

func (o *ExpirationIndicator) GetExpirationStatusOk() (*string, bool)

GetExpirationStatusOk returns a tuple with the ExpirationStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpirationIndicator) GetManualExpirationTime ¶

func (o *ExpirationIndicator) GetManualExpirationTime() time.Time

GetManualExpirationTime returns the ManualExpirationTime field value if set, zero value otherwise.

func (*ExpirationIndicator) GetManualExpirationTimeOk ¶

func (o *ExpirationIndicator) GetManualExpirationTimeOk() (*time.Time, bool)

GetManualExpirationTimeOk returns a tuple with the ManualExpirationTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpirationIndicator) HasDeletedFeedFetchTime ¶

func (o *ExpirationIndicator) HasDeletedFeedFetchTime() bool

HasDeletedFeedFetchTime returns a boolean if a field has been set.

func (*ExpirationIndicator) HasExpiration ¶

func (o *ExpirationIndicator) HasExpiration() bool

HasExpiration returns a boolean if a field has been set.

func (*ExpirationIndicator) HasExpirationSource ¶

func (o *ExpirationIndicator) HasExpirationSource() bool

HasExpirationSource returns a boolean if a field has been set.

func (*ExpirationIndicator) HasExpirationStatus ¶

func (o *ExpirationIndicator) HasExpirationStatus() bool

HasExpirationStatus returns a boolean if a field has been set.

func (*ExpirationIndicator) HasManualExpirationTime ¶

func (o *ExpirationIndicator) HasManualExpirationTime() bool

HasManualExpirationTime returns a boolean if a field has been set.

func (ExpirationIndicator) MarshalJSON ¶

func (o ExpirationIndicator) MarshalJSON() ([]byte, error)

func (*ExpirationIndicator) SetDeletedFeedFetchTime ¶

func (o *ExpirationIndicator) SetDeletedFeedFetchTime(v time.Time)

SetDeletedFeedFetchTime gets a reference to the given time.Time and assigns it to the DeletedFeedFetchTime field.

func (*ExpirationIndicator) SetExpiration ¶

func (o *ExpirationIndicator) SetExpiration(v time.Time)

SetExpiration gets a reference to the given time.Time and assigns it to the Expiration field.

func (*ExpirationIndicator) SetExpirationSource ¶

func (o *ExpirationIndicator) SetExpirationSource(v ExpirationSource)

SetExpirationSource gets a reference to the given ExpirationSource and assigns it to the ExpirationSource field.

func (*ExpirationIndicator) SetExpirationStatus ¶

func (o *ExpirationIndicator) SetExpirationStatus(v string)

SetExpirationStatus gets a reference to the given string and assigns it to the ExpirationStatus field.

func (*ExpirationIndicator) SetManualExpirationTime ¶

func (o *ExpirationIndicator) SetManualExpirationTime(v time.Time)

SetManualExpirationTime gets a reference to the given time.Time and assigns it to the ManualExpirationTime field.

type ExpirationSource ¶

type ExpirationSource struct {
	Brand              *string    `json:"brand,omitempty"`
	ExpirationInterval *int64     `json:"expirationInterval,omitempty"`
	ExpirationPolicy   *string    `json:"expirationPolicy,omitempty"`
	Instance           *string    `json:"instance,omitempty"`
	ModuleId           *string    `json:"moduleId,omitempty"`
	SetTime            *time.Time `json:"setTime,omitempty"`
	Source             *string    `json:"source,omitempty"`
	User               *string    `json:"user,omitempty"`
}

ExpirationSource struct for ExpirationSource

func NewExpirationSource ¶

func NewExpirationSource() *ExpirationSource

NewExpirationSource instantiates a new ExpirationSource 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 NewExpirationSourceWithDefaults ¶

func NewExpirationSourceWithDefaults() *ExpirationSource

NewExpirationSourceWithDefaults instantiates a new ExpirationSource 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 (*ExpirationSource) GetBrand ¶

func (o *ExpirationSource) GetBrand() string

GetBrand returns the Brand field value if set, zero value otherwise.

func (*ExpirationSource) GetBrandOk ¶

func (o *ExpirationSource) GetBrandOk() (*string, bool)

GetBrandOk returns a tuple with the Brand field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpirationSource) GetExpirationInterval ¶

func (o *ExpirationSource) GetExpirationInterval() int64

GetExpirationInterval returns the ExpirationInterval field value if set, zero value otherwise.

func (*ExpirationSource) GetExpirationIntervalOk ¶

func (o *ExpirationSource) GetExpirationIntervalOk() (*int64, bool)

GetExpirationIntervalOk returns a tuple with the ExpirationInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpirationSource) GetExpirationPolicy ¶

func (o *ExpirationSource) GetExpirationPolicy() string

GetExpirationPolicy returns the ExpirationPolicy field value if set, zero value otherwise.

func (*ExpirationSource) GetExpirationPolicyOk ¶

func (o *ExpirationSource) GetExpirationPolicyOk() (*string, bool)

GetExpirationPolicyOk returns a tuple with the ExpirationPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpirationSource) GetInstance ¶

func (o *ExpirationSource) GetInstance() string

GetInstance returns the Instance field value if set, zero value otherwise.

func (*ExpirationSource) GetInstanceOk ¶

func (o *ExpirationSource) GetInstanceOk() (*string, bool)

GetInstanceOk returns a tuple with the Instance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpirationSource) GetModuleId ¶

func (o *ExpirationSource) GetModuleId() string

GetModuleId returns the ModuleId field value if set, zero value otherwise.

func (*ExpirationSource) GetModuleIdOk ¶

func (o *ExpirationSource) GetModuleIdOk() (*string, bool)

GetModuleIdOk returns a tuple with the ModuleId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpirationSource) GetSetTime ¶

func (o *ExpirationSource) GetSetTime() time.Time

GetSetTime returns the SetTime field value if set, zero value otherwise.

func (*ExpirationSource) GetSetTimeOk ¶

func (o *ExpirationSource) GetSetTimeOk() (*time.Time, bool)

GetSetTimeOk returns a tuple with the SetTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpirationSource) GetSource ¶

func (o *ExpirationSource) GetSource() string

GetSource returns the Source field value if set, zero value otherwise.

func (*ExpirationSource) GetSourceOk ¶

func (o *ExpirationSource) GetSourceOk() (*string, bool)

GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpirationSource) GetUser ¶

func (o *ExpirationSource) GetUser() string

GetUser returns the User field value if set, zero value otherwise.

func (*ExpirationSource) GetUserOk ¶

func (o *ExpirationSource) GetUserOk() (*string, bool)

GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpirationSource) HasBrand ¶

func (o *ExpirationSource) HasBrand() bool

HasBrand returns a boolean if a field has been set.

func (*ExpirationSource) HasExpirationInterval ¶

func (o *ExpirationSource) HasExpirationInterval() bool

HasExpirationInterval returns a boolean if a field has been set.

func (*ExpirationSource) HasExpirationPolicy ¶

func (o *ExpirationSource) HasExpirationPolicy() bool

HasExpirationPolicy returns a boolean if a field has been set.

func (*ExpirationSource) HasInstance ¶

func (o *ExpirationSource) HasInstance() bool

HasInstance returns a boolean if a field has been set.

func (*ExpirationSource) HasModuleId ¶

func (o *ExpirationSource) HasModuleId() bool

HasModuleId returns a boolean if a field has been set.

func (*ExpirationSource) HasSetTime ¶

func (o *ExpirationSource) HasSetTime() bool

HasSetTime returns a boolean if a field has been set.

func (*ExpirationSource) HasSource ¶

func (o *ExpirationSource) HasSource() bool

HasSource returns a boolean if a field has been set.

func (*ExpirationSource) HasUser ¶

func (o *ExpirationSource) HasUser() bool

HasUser returns a boolean if a field has been set.

func (ExpirationSource) MarshalJSON ¶

func (o ExpirationSource) MarshalJSON() ([]byte, error)

func (*ExpirationSource) SetBrand ¶

func (o *ExpirationSource) SetBrand(v string)

SetBrand gets a reference to the given string and assigns it to the Brand field.

func (*ExpirationSource) SetExpirationInterval ¶

func (o *ExpirationSource) SetExpirationInterval(v int64)

SetExpirationInterval gets a reference to the given int64 and assigns it to the ExpirationInterval field.

func (*ExpirationSource) SetExpirationPolicy ¶

func (o *ExpirationSource) SetExpirationPolicy(v string)

SetExpirationPolicy gets a reference to the given string and assigns it to the ExpirationPolicy field.

func (*ExpirationSource) SetInstance ¶

func (o *ExpirationSource) SetInstance(v string)

SetInstance gets a reference to the given string and assigns it to the Instance field.

func (*ExpirationSource) SetModuleId ¶

func (o *ExpirationSource) SetModuleId(v string)

SetModuleId gets a reference to the given string and assigns it to the ModuleId field.

func (*ExpirationSource) SetSetTime ¶

func (o *ExpirationSource) SetSetTime(v time.Time)

SetSetTime gets a reference to the given time.Time and assigns it to the SetTime field.

func (*ExpirationSource) SetSource ¶

func (o *ExpirationSource) SetSource(v string)

SetSource gets a reference to the given string and assigns it to the Source field.

func (*ExpirationSource) SetUser ¶

func (o *ExpirationSource) SetUser(v string)

SetUser gets a reference to the given string and assigns it to the User field.

type FeedIndicator ¶

type FeedIndicator struct {
	ExpirationSource    *ExpirationSource       `json:"ExpirationSource,omitempty"`
	BypassExclusionList *bool                   `json:"bypassExclusionList,omitempty"`
	ClassifierId        *string                 `json:"classifierId,omitempty"`
	ClassifierVersion   *int64                  `json:"classifierVersion,omitempty"`
	Comments            *[]FeedIndicatorComment `json:"comments,omitempty"`
	ExpirationInterval  *int64                  `json:"expirationInterval,omitempty"`
	ExpirationPolicy    *string                 `json:"expirationPolicy,omitempty"`
	FetchTime           *time.Time              `json:"fetchTime,omitempty"`
	// The keys should be the field's display name all lower and without spaces. For example: Scan IP -> scanip To get the actual key name you can also go to Cortex XSOAR CLI and run /incident_add and look for the key that you would like to update
	Fields         *map[string]map[string]interface{} `json:"fields,omitempty"`
	IsEnrichment   *bool                              `json:"isEnrichment,omitempty"`
	MapperId       *string                            `json:"mapperId,omitempty"`
	MapperVersion  *int64                             `json:"mapperVersion,omitempty"`
	ModifiedTime   *time.Time                         `json:"modifiedTime,omitempty"`
	ModuleId       *string                            `json:"moduleId,omitempty"`
	RawJSON        *map[string]map[string]interface{} `json:"rawJSON,omitempty"`
	Relationships  *[]RelationshipAPI                 `json:"relationships,omitempty"`
	Reliability    *string                            `json:"reliability,omitempty"`
	Score          *int64                             `json:"score,omitempty"`
	SourceBrand    *string                            `json:"sourceBrand,omitempty"`
	SourceInstance *string                            `json:"sourceInstance,omitempty"`
	Timestamp      *time.Time                         `json:"timestamp,omitempty"`
	Type           *string                            `json:"type,omitempty"`
	Value          *string                            `json:"value,omitempty"`
}

FeedIndicator struct for FeedIndicator

func NewFeedIndicator ¶

func NewFeedIndicator() *FeedIndicator

NewFeedIndicator instantiates a new FeedIndicator 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 NewFeedIndicatorWithDefaults ¶

func NewFeedIndicatorWithDefaults() *FeedIndicator

NewFeedIndicatorWithDefaults instantiates a new FeedIndicator 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 (*FeedIndicator) GetBypassExclusionList ¶

func (o *FeedIndicator) GetBypassExclusionList() bool

GetBypassExclusionList returns the BypassExclusionList field value if set, zero value otherwise.

func (*FeedIndicator) GetBypassExclusionListOk ¶

func (o *FeedIndicator) GetBypassExclusionListOk() (*bool, bool)

GetBypassExclusionListOk returns a tuple with the BypassExclusionList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicator) GetClassifierId ¶

func (o *FeedIndicator) GetClassifierId() string

GetClassifierId returns the ClassifierId field value if set, zero value otherwise.

func (*FeedIndicator) GetClassifierIdOk ¶

func (o *FeedIndicator) GetClassifierIdOk() (*string, bool)

GetClassifierIdOk returns a tuple with the ClassifierId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicator) GetClassifierVersion ¶

func (o *FeedIndicator) GetClassifierVersion() int64

GetClassifierVersion returns the ClassifierVersion field value if set, zero value otherwise.

func (*FeedIndicator) GetClassifierVersionOk ¶

func (o *FeedIndicator) GetClassifierVersionOk() (*int64, bool)

GetClassifierVersionOk returns a tuple with the ClassifierVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicator) GetComments ¶

func (o *FeedIndicator) GetComments() []FeedIndicatorComment

GetComments returns the Comments field value if set, zero value otherwise.

func (*FeedIndicator) GetCommentsOk ¶

func (o *FeedIndicator) GetCommentsOk() (*[]FeedIndicatorComment, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicator) GetExpirationInterval ¶

func (o *FeedIndicator) GetExpirationInterval() int64

GetExpirationInterval returns the ExpirationInterval field value if set, zero value otherwise.

func (*FeedIndicator) GetExpirationIntervalOk ¶

func (o *FeedIndicator) GetExpirationIntervalOk() (*int64, bool)

GetExpirationIntervalOk returns a tuple with the ExpirationInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicator) GetExpirationPolicy ¶

func (o *FeedIndicator) GetExpirationPolicy() string

GetExpirationPolicy returns the ExpirationPolicy field value if set, zero value otherwise.

func (*FeedIndicator) GetExpirationPolicyOk ¶

func (o *FeedIndicator) GetExpirationPolicyOk() (*string, bool)

GetExpirationPolicyOk returns a tuple with the ExpirationPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicator) GetExpirationSource ¶

func (o *FeedIndicator) GetExpirationSource() ExpirationSource

GetExpirationSource returns the ExpirationSource field value if set, zero value otherwise.

func (*FeedIndicator) GetExpirationSourceOk ¶

func (o *FeedIndicator) GetExpirationSourceOk() (*ExpirationSource, bool)

GetExpirationSourceOk returns a tuple with the ExpirationSource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicator) GetFetchTime ¶

func (o *FeedIndicator) GetFetchTime() time.Time

GetFetchTime returns the FetchTime field value if set, zero value otherwise.

func (*FeedIndicator) GetFetchTimeOk ¶

func (o *FeedIndicator) GetFetchTimeOk() (*time.Time, bool)

GetFetchTimeOk returns a tuple with the FetchTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicator) GetFields ¶

func (o *FeedIndicator) GetFields() map[string]map[string]interface{}

GetFields returns the Fields field value if set, zero value otherwise.

func (*FeedIndicator) GetFieldsOk ¶

func (o *FeedIndicator) GetFieldsOk() (*map[string]map[string]interface{}, bool)

GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicator) GetIsEnrichment ¶

func (o *FeedIndicator) GetIsEnrichment() bool

GetIsEnrichment returns the IsEnrichment field value if set, zero value otherwise.

func (*FeedIndicator) GetIsEnrichmentOk ¶

func (o *FeedIndicator) GetIsEnrichmentOk() (*bool, bool)

GetIsEnrichmentOk returns a tuple with the IsEnrichment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicator) GetMapperId ¶

func (o *FeedIndicator) GetMapperId() string

GetMapperId returns the MapperId field value if set, zero value otherwise.

func (*FeedIndicator) GetMapperIdOk ¶

func (o *FeedIndicator) GetMapperIdOk() (*string, bool)

GetMapperIdOk returns a tuple with the MapperId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicator) GetMapperVersion ¶

func (o *FeedIndicator) GetMapperVersion() int64

GetMapperVersion returns the MapperVersion field value if set, zero value otherwise.

func (*FeedIndicator) GetMapperVersionOk ¶

func (o *FeedIndicator) GetMapperVersionOk() (*int64, bool)

GetMapperVersionOk returns a tuple with the MapperVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicator) GetModifiedTime ¶

func (o *FeedIndicator) GetModifiedTime() time.Time

GetModifiedTime returns the ModifiedTime field value if set, zero value otherwise.

func (*FeedIndicator) GetModifiedTimeOk ¶

func (o *FeedIndicator) GetModifiedTimeOk() (*time.Time, bool)

GetModifiedTimeOk returns a tuple with the ModifiedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicator) GetModuleId ¶

func (o *FeedIndicator) GetModuleId() string

GetModuleId returns the ModuleId field value if set, zero value otherwise.

func (*FeedIndicator) GetModuleIdOk ¶

func (o *FeedIndicator) GetModuleIdOk() (*string, bool)

GetModuleIdOk returns a tuple with the ModuleId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicator) GetRawJSON ¶

func (o *FeedIndicator) GetRawJSON() map[string]map[string]interface{}

GetRawJSON returns the RawJSON field value if set, zero value otherwise.

func (*FeedIndicator) GetRawJSONOk ¶

func (o *FeedIndicator) GetRawJSONOk() (*map[string]map[string]interface{}, bool)

GetRawJSONOk returns a tuple with the RawJSON field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicator) GetRelationships ¶

func (o *FeedIndicator) GetRelationships() []RelationshipAPI

GetRelationships returns the Relationships field value if set, zero value otherwise.

func (*FeedIndicator) GetRelationshipsOk ¶

func (o *FeedIndicator) GetRelationshipsOk() (*[]RelationshipAPI, bool)

GetRelationshipsOk returns a tuple with the Relationships field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicator) GetReliability ¶

func (o *FeedIndicator) GetReliability() string

GetReliability returns the Reliability field value if set, zero value otherwise.

func (*FeedIndicator) GetReliabilityOk ¶

func (o *FeedIndicator) GetReliabilityOk() (*string, bool)

GetReliabilityOk returns a tuple with the Reliability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicator) GetScore ¶

func (o *FeedIndicator) GetScore() int64

GetScore returns the Score field value if set, zero value otherwise.

func (*FeedIndicator) GetScoreOk ¶

func (o *FeedIndicator) GetScoreOk() (*int64, bool)

GetScoreOk returns a tuple with the Score field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicator) GetSourceBrand ¶

func (o *FeedIndicator) GetSourceBrand() string

GetSourceBrand returns the SourceBrand field value if set, zero value otherwise.

func (*FeedIndicator) GetSourceBrandOk ¶

func (o *FeedIndicator) GetSourceBrandOk() (*string, bool)

GetSourceBrandOk returns a tuple with the SourceBrand field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicator) GetSourceInstance ¶

func (o *FeedIndicator) GetSourceInstance() string

GetSourceInstance returns the SourceInstance field value if set, zero value otherwise.

func (*FeedIndicator) GetSourceInstanceOk ¶

func (o *FeedIndicator) GetSourceInstanceOk() (*string, bool)

GetSourceInstanceOk returns a tuple with the SourceInstance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicator) GetTimestamp ¶

func (o *FeedIndicator) GetTimestamp() time.Time

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*FeedIndicator) GetTimestampOk ¶

func (o *FeedIndicator) GetTimestampOk() (*time.Time, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicator) GetType ¶

func (o *FeedIndicator) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*FeedIndicator) GetTypeOk ¶

func (o *FeedIndicator) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicator) GetValue ¶

func (o *FeedIndicator) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*FeedIndicator) GetValueOk ¶

func (o *FeedIndicator) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicator) HasBypassExclusionList ¶

func (o *FeedIndicator) HasBypassExclusionList() bool

HasBypassExclusionList returns a boolean if a field has been set.

func (*FeedIndicator) HasClassifierId ¶

func (o *FeedIndicator) HasClassifierId() bool

HasClassifierId returns a boolean if a field has been set.

func (*FeedIndicator) HasClassifierVersion ¶

func (o *FeedIndicator) HasClassifierVersion() bool

HasClassifierVersion returns a boolean if a field has been set.

func (*FeedIndicator) HasComments ¶

func (o *FeedIndicator) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*FeedIndicator) HasExpirationInterval ¶

func (o *FeedIndicator) HasExpirationInterval() bool

HasExpirationInterval returns a boolean if a field has been set.

func (*FeedIndicator) HasExpirationPolicy ¶

func (o *FeedIndicator) HasExpirationPolicy() bool

HasExpirationPolicy returns a boolean if a field has been set.

func (*FeedIndicator) HasExpirationSource ¶

func (o *FeedIndicator) HasExpirationSource() bool

HasExpirationSource returns a boolean if a field has been set.

func (*FeedIndicator) HasFetchTime ¶

func (o *FeedIndicator) HasFetchTime() bool

HasFetchTime returns a boolean if a field has been set.

func (*FeedIndicator) HasFields ¶

func (o *FeedIndicator) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*FeedIndicator) HasIsEnrichment ¶

func (o *FeedIndicator) HasIsEnrichment() bool

HasIsEnrichment returns a boolean if a field has been set.

func (*FeedIndicator) HasMapperId ¶

func (o *FeedIndicator) HasMapperId() bool

HasMapperId returns a boolean if a field has been set.

func (*FeedIndicator) HasMapperVersion ¶

func (o *FeedIndicator) HasMapperVersion() bool

HasMapperVersion returns a boolean if a field has been set.

func (*FeedIndicator) HasModifiedTime ¶

func (o *FeedIndicator) HasModifiedTime() bool

HasModifiedTime returns a boolean if a field has been set.

func (*FeedIndicator) HasModuleId ¶

func (o *FeedIndicator) HasModuleId() bool

HasModuleId returns a boolean if a field has been set.

func (*FeedIndicator) HasRawJSON ¶

func (o *FeedIndicator) HasRawJSON() bool

HasRawJSON returns a boolean if a field has been set.

func (*FeedIndicator) HasRelationships ¶

func (o *FeedIndicator) HasRelationships() bool

HasRelationships returns a boolean if a field has been set.

func (*FeedIndicator) HasReliability ¶

func (o *FeedIndicator) HasReliability() bool

HasReliability returns a boolean if a field has been set.

func (*FeedIndicator) HasScore ¶

func (o *FeedIndicator) HasScore() bool

HasScore returns a boolean if a field has been set.

func (*FeedIndicator) HasSourceBrand ¶

func (o *FeedIndicator) HasSourceBrand() bool

HasSourceBrand returns a boolean if a field has been set.

func (*FeedIndicator) HasSourceInstance ¶

func (o *FeedIndicator) HasSourceInstance() bool

HasSourceInstance returns a boolean if a field has been set.

func (*FeedIndicator) HasTimestamp ¶

func (o *FeedIndicator) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (*FeedIndicator) HasType ¶

func (o *FeedIndicator) HasType() bool

HasType returns a boolean if a field has been set.

func (*FeedIndicator) HasValue ¶

func (o *FeedIndicator) HasValue() bool

HasValue returns a boolean if a field has been set.

func (FeedIndicator) MarshalJSON ¶

func (o FeedIndicator) MarshalJSON() ([]byte, error)

func (*FeedIndicator) SetBypassExclusionList ¶

func (o *FeedIndicator) SetBypassExclusionList(v bool)

SetBypassExclusionList gets a reference to the given bool and assigns it to the BypassExclusionList field.

func (*FeedIndicator) SetClassifierId ¶

func (o *FeedIndicator) SetClassifierId(v string)

SetClassifierId gets a reference to the given string and assigns it to the ClassifierId field.

func (*FeedIndicator) SetClassifierVersion ¶

func (o *FeedIndicator) SetClassifierVersion(v int64)

SetClassifierVersion gets a reference to the given int64 and assigns it to the ClassifierVersion field.

func (*FeedIndicator) SetComments ¶

func (o *FeedIndicator) SetComments(v []FeedIndicatorComment)

SetComments gets a reference to the given []FeedIndicatorComment and assigns it to the Comments field.

func (*FeedIndicator) SetExpirationInterval ¶

func (o *FeedIndicator) SetExpirationInterval(v int64)

SetExpirationInterval gets a reference to the given int64 and assigns it to the ExpirationInterval field.

func (*FeedIndicator) SetExpirationPolicy ¶

func (o *FeedIndicator) SetExpirationPolicy(v string)

SetExpirationPolicy gets a reference to the given string and assigns it to the ExpirationPolicy field.

func (*FeedIndicator) SetExpirationSource ¶

func (o *FeedIndicator) SetExpirationSource(v ExpirationSource)

SetExpirationSource gets a reference to the given ExpirationSource and assigns it to the ExpirationSource field.

func (*FeedIndicator) SetFetchTime ¶

func (o *FeedIndicator) SetFetchTime(v time.Time)

SetFetchTime gets a reference to the given time.Time and assigns it to the FetchTime field.

func (*FeedIndicator) SetFields ¶

func (o *FeedIndicator) SetFields(v map[string]map[string]interface{})

SetFields gets a reference to the given map[string]map[string]interface{} and assigns it to the Fields field.

func (*FeedIndicator) SetIsEnrichment ¶

func (o *FeedIndicator) SetIsEnrichment(v bool)

SetIsEnrichment gets a reference to the given bool and assigns it to the IsEnrichment field.

func (*FeedIndicator) SetMapperId ¶

func (o *FeedIndicator) SetMapperId(v string)

SetMapperId gets a reference to the given string and assigns it to the MapperId field.

func (*FeedIndicator) SetMapperVersion ¶

func (o *FeedIndicator) SetMapperVersion(v int64)

SetMapperVersion gets a reference to the given int64 and assigns it to the MapperVersion field.

func (*FeedIndicator) SetModifiedTime ¶

func (o *FeedIndicator) SetModifiedTime(v time.Time)

SetModifiedTime gets a reference to the given time.Time and assigns it to the ModifiedTime field.

func (*FeedIndicator) SetModuleId ¶

func (o *FeedIndicator) SetModuleId(v string)

SetModuleId gets a reference to the given string and assigns it to the ModuleId field.

func (*FeedIndicator) SetRawJSON ¶

func (o *FeedIndicator) SetRawJSON(v map[string]map[string]interface{})

SetRawJSON gets a reference to the given map[string]map[string]interface{} and assigns it to the RawJSON field.

func (*FeedIndicator) SetRelationships ¶

func (o *FeedIndicator) SetRelationships(v []RelationshipAPI)

SetRelationships gets a reference to the given []RelationshipAPI and assigns it to the Relationships field.

func (*FeedIndicator) SetReliability ¶

func (o *FeedIndicator) SetReliability(v string)

SetReliability gets a reference to the given string and assigns it to the Reliability field.

func (*FeedIndicator) SetScore ¶

func (o *FeedIndicator) SetScore(v int64)

SetScore gets a reference to the given int64 and assigns it to the Score field.

func (*FeedIndicator) SetSourceBrand ¶

func (o *FeedIndicator) SetSourceBrand(v string)

SetSourceBrand gets a reference to the given string and assigns it to the SourceBrand field.

func (*FeedIndicator) SetSourceInstance ¶

func (o *FeedIndicator) SetSourceInstance(v string)

SetSourceInstance gets a reference to the given string and assigns it to the SourceInstance field.

func (*FeedIndicator) SetTimestamp ¶

func (o *FeedIndicator) SetTimestamp(v time.Time)

SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field.

func (*FeedIndicator) SetType ¶

func (o *FeedIndicator) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*FeedIndicator) SetValue ¶

func (o *FeedIndicator) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

type FeedIndicatorComment ¶

type FeedIndicatorComment struct {
	Content *string    `json:"content,omitempty"`
	Created *time.Time `json:"created,omitempty"`
	Id      *string    `json:"id,omitempty"`
	User    *string    `json:"user,omitempty"`
}

FeedIndicatorComment struct for FeedIndicatorComment

func NewFeedIndicatorComment ¶

func NewFeedIndicatorComment() *FeedIndicatorComment

NewFeedIndicatorComment instantiates a new FeedIndicatorComment 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 NewFeedIndicatorCommentWithDefaults ¶

func NewFeedIndicatorCommentWithDefaults() *FeedIndicatorComment

NewFeedIndicatorCommentWithDefaults instantiates a new FeedIndicatorComment 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 (*FeedIndicatorComment) GetContent ¶

func (o *FeedIndicatorComment) GetContent() string

GetContent returns the Content field value if set, zero value otherwise.

func (*FeedIndicatorComment) GetContentOk ¶

func (o *FeedIndicatorComment) GetContentOk() (*string, bool)

GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicatorComment) GetCreated ¶

func (o *FeedIndicatorComment) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*FeedIndicatorComment) GetCreatedOk ¶

func (o *FeedIndicatorComment) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicatorComment) GetId ¶

func (o *FeedIndicatorComment) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*FeedIndicatorComment) GetIdOk ¶

func (o *FeedIndicatorComment) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicatorComment) GetUser ¶

func (o *FeedIndicatorComment) GetUser() string

GetUser returns the User field value if set, zero value otherwise.

func (*FeedIndicatorComment) GetUserOk ¶

func (o *FeedIndicatorComment) GetUserOk() (*string, bool)

GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicatorComment) HasContent ¶

func (o *FeedIndicatorComment) HasContent() bool

HasContent returns a boolean if a field has been set.

func (*FeedIndicatorComment) HasCreated ¶

func (o *FeedIndicatorComment) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*FeedIndicatorComment) HasId ¶

func (o *FeedIndicatorComment) HasId() bool

HasId returns a boolean if a field has been set.

func (*FeedIndicatorComment) HasUser ¶

func (o *FeedIndicatorComment) HasUser() bool

HasUser returns a boolean if a field has been set.

func (FeedIndicatorComment) MarshalJSON ¶

func (o FeedIndicatorComment) MarshalJSON() ([]byte, error)

func (*FeedIndicatorComment) SetContent ¶

func (o *FeedIndicatorComment) SetContent(v string)

SetContent gets a reference to the given string and assigns it to the Content field.

func (*FeedIndicatorComment) SetCreated ¶

func (o *FeedIndicatorComment) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*FeedIndicatorComment) SetId ¶

func (o *FeedIndicatorComment) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*FeedIndicatorComment) SetUser ¶

func (o *FeedIndicatorComment) SetUser(v string)

SetUser gets a reference to the given string and assigns it to the User field.

type FeedIndicatorCommentsFields ¶

type FeedIndicatorCommentsFields struct {
	Comments *[]FeedIndicatorComment `json:"comments,omitempty"`
}

FeedIndicatorCommentsFields struct for FeedIndicatorCommentsFields

func NewFeedIndicatorCommentsFields ¶

func NewFeedIndicatorCommentsFields() *FeedIndicatorCommentsFields

NewFeedIndicatorCommentsFields instantiates a new FeedIndicatorCommentsFields 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 NewFeedIndicatorCommentsFieldsWithDefaults ¶

func NewFeedIndicatorCommentsFieldsWithDefaults() *FeedIndicatorCommentsFields

NewFeedIndicatorCommentsFieldsWithDefaults instantiates a new FeedIndicatorCommentsFields 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 (*FeedIndicatorCommentsFields) GetComments ¶

GetComments returns the Comments field value if set, zero value otherwise.

func (*FeedIndicatorCommentsFields) GetCommentsOk ¶

func (o *FeedIndicatorCommentsFields) GetCommentsOk() (*[]FeedIndicatorComment, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicatorCommentsFields) HasComments ¶

func (o *FeedIndicatorCommentsFields) HasComments() bool

HasComments returns a boolean if a field has been set.

func (FeedIndicatorCommentsFields) MarshalJSON ¶

func (o FeedIndicatorCommentsFields) MarshalJSON() ([]byte, error)

func (*FeedIndicatorCommentsFields) SetComments ¶

SetComments gets a reference to the given []FeedIndicatorComment and assigns it to the Comments field.

type FeedIndicators ¶ added in v0.2.4

type FeedIndicators struct {
	Items []FeedIndicator
}

FeedIndicators struct for FeedIndicators

func NewFeedIndicators ¶ added in v0.2.4

func NewFeedIndicators() *FeedIndicators

NewFeedIndicators instantiates a new FeedIndicators 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 NewFeedIndicatorsWithDefaults ¶ added in v0.2.4

func NewFeedIndicatorsWithDefaults() *FeedIndicators

NewFeedIndicatorsWithDefaults instantiates a new FeedIndicators 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 (FeedIndicators) MarshalJSON ¶ added in v0.2.4

func (o FeedIndicators) MarshalJSON() ([]byte, error)

func (*FeedIndicators) UnmarshalJSON ¶ added in v0.2.4

func (o *FeedIndicators) UnmarshalJSON(bytes []byte) (err error)

type FeedIndicatorsRequest ¶

type FeedIndicatorsRequest struct {
	BypassExclusionList *bool                                `json:"bypassExclusionList,omitempty"`
	ClassifierId        *string                              `json:"classifierId,omitempty"`
	Indicators          *[]map[string]map[string]interface{} `json:"indicators,omitempty"`
	MapperId            *string                              `json:"mapperId,omitempty"`
}

FeedIndicatorsRequest FeedIndicatorsRequest is the input for JSON feed indicator ingestion

func NewFeedIndicatorsRequest ¶

func NewFeedIndicatorsRequest() *FeedIndicatorsRequest

NewFeedIndicatorsRequest instantiates a new FeedIndicatorsRequest 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 NewFeedIndicatorsRequestWithDefaults ¶

func NewFeedIndicatorsRequestWithDefaults() *FeedIndicatorsRequest

NewFeedIndicatorsRequestWithDefaults instantiates a new FeedIndicatorsRequest 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 (*FeedIndicatorsRequest) GetBypassExclusionList ¶

func (o *FeedIndicatorsRequest) GetBypassExclusionList() bool

GetBypassExclusionList returns the BypassExclusionList field value if set, zero value otherwise.

func (*FeedIndicatorsRequest) GetBypassExclusionListOk ¶

func (o *FeedIndicatorsRequest) GetBypassExclusionListOk() (*bool, bool)

GetBypassExclusionListOk returns a tuple with the BypassExclusionList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicatorsRequest) GetClassifierId ¶

func (o *FeedIndicatorsRequest) GetClassifierId() string

GetClassifierId returns the ClassifierId field value if set, zero value otherwise.

func (*FeedIndicatorsRequest) GetClassifierIdOk ¶

func (o *FeedIndicatorsRequest) GetClassifierIdOk() (*string, bool)

GetClassifierIdOk returns a tuple with the ClassifierId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicatorsRequest) GetIndicators ¶

func (o *FeedIndicatorsRequest) GetIndicators() []map[string]map[string]interface{}

GetIndicators returns the Indicators field value if set, zero value otherwise.

func (*FeedIndicatorsRequest) GetIndicatorsOk ¶

func (o *FeedIndicatorsRequest) GetIndicatorsOk() (*[]map[string]map[string]interface{}, bool)

GetIndicatorsOk returns a tuple with the Indicators field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicatorsRequest) GetMapperId ¶

func (o *FeedIndicatorsRequest) GetMapperId() string

GetMapperId returns the MapperId field value if set, zero value otherwise.

func (*FeedIndicatorsRequest) GetMapperIdOk ¶

func (o *FeedIndicatorsRequest) GetMapperIdOk() (*string, bool)

GetMapperIdOk returns a tuple with the MapperId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedIndicatorsRequest) HasBypassExclusionList ¶

func (o *FeedIndicatorsRequest) HasBypassExclusionList() bool

HasBypassExclusionList returns a boolean if a field has been set.

func (*FeedIndicatorsRequest) HasClassifierId ¶

func (o *FeedIndicatorsRequest) HasClassifierId() bool

HasClassifierId returns a boolean if a field has been set.

func (*FeedIndicatorsRequest) HasIndicators ¶

func (o *FeedIndicatorsRequest) HasIndicators() bool

HasIndicators returns a boolean if a field has been set.

func (*FeedIndicatorsRequest) HasMapperId ¶

func (o *FeedIndicatorsRequest) HasMapperId() bool

HasMapperId returns a boolean if a field has been set.

func (FeedIndicatorsRequest) MarshalJSON ¶

func (o FeedIndicatorsRequest) MarshalJSON() ([]byte, error)

func (*FeedIndicatorsRequest) SetBypassExclusionList ¶

func (o *FeedIndicatorsRequest) SetBypassExclusionList(v bool)

SetBypassExclusionList gets a reference to the given bool and assigns it to the BypassExclusionList field.

func (*FeedIndicatorsRequest) SetClassifierId ¶

func (o *FeedIndicatorsRequest) SetClassifierId(v string)

SetClassifierId gets a reference to the given string and assigns it to the ClassifierId field.

func (*FeedIndicatorsRequest) SetIndicators ¶

func (o *FeedIndicatorsRequest) SetIndicators(v []map[string]map[string]interface{})

SetIndicators gets a reference to the given []map[string]map[string]interface{} and assigns it to the Indicators field.

func (*FeedIndicatorsRequest) SetMapperId ¶

func (o *FeedIndicatorsRequest) SetMapperId(v string)

SetMapperId gets a reference to the given string and assigns it to the MapperId field.

type FeedMetadata ¶

type FeedMetadata struct {
	BypassExclusionList *bool      `json:"bypassExclusionList,omitempty"`
	ClassifierId        *string    `json:"classifierId,omitempty"`
	ClassifierVersion   *int64     `json:"classifierVersion,omitempty"`
	ExpirationInterval  *int64     `json:"expirationInterval,omitempty"`
	ExpirationPolicy    *string    `json:"expirationPolicy,omitempty"`
	FetchTime           *time.Time `json:"fetchTime,omitempty"`
	MapperId            *string    `json:"mapperId,omitempty"`
	MapperVersion       *int64     `json:"mapperVersion,omitempty"`
	ModuleId            *string    `json:"moduleId,omitempty"`
	Reliability         *string    `json:"reliability,omitempty"`
	Score               *int64     `json:"score,omitempty"`
	SourceBrand         *string    `json:"sourceBrand,omitempty"`
	SourceInstance      *string    `json:"sourceInstance,omitempty"`
}

FeedMetadata struct for FeedMetadata

func NewFeedMetadata ¶

func NewFeedMetadata() *FeedMetadata

NewFeedMetadata instantiates a new FeedMetadata 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 NewFeedMetadataWithDefaults ¶

func NewFeedMetadataWithDefaults() *FeedMetadata

NewFeedMetadataWithDefaults instantiates a new FeedMetadata 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 (*FeedMetadata) GetBypassExclusionList ¶

func (o *FeedMetadata) GetBypassExclusionList() bool

GetBypassExclusionList returns the BypassExclusionList field value if set, zero value otherwise.

func (*FeedMetadata) GetBypassExclusionListOk ¶

func (o *FeedMetadata) GetBypassExclusionListOk() (*bool, bool)

GetBypassExclusionListOk returns a tuple with the BypassExclusionList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedMetadata) GetClassifierId ¶

func (o *FeedMetadata) GetClassifierId() string

GetClassifierId returns the ClassifierId field value if set, zero value otherwise.

func (*FeedMetadata) GetClassifierIdOk ¶

func (o *FeedMetadata) GetClassifierIdOk() (*string, bool)

GetClassifierIdOk returns a tuple with the ClassifierId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedMetadata) GetClassifierVersion ¶

func (o *FeedMetadata) GetClassifierVersion() int64

GetClassifierVersion returns the ClassifierVersion field value if set, zero value otherwise.

func (*FeedMetadata) GetClassifierVersionOk ¶

func (o *FeedMetadata) GetClassifierVersionOk() (*int64, bool)

GetClassifierVersionOk returns a tuple with the ClassifierVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedMetadata) GetExpirationInterval ¶

func (o *FeedMetadata) GetExpirationInterval() int64

GetExpirationInterval returns the ExpirationInterval field value if set, zero value otherwise.

func (*FeedMetadata) GetExpirationIntervalOk ¶

func (o *FeedMetadata) GetExpirationIntervalOk() (*int64, bool)

GetExpirationIntervalOk returns a tuple with the ExpirationInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedMetadata) GetExpirationPolicy ¶

func (o *FeedMetadata) GetExpirationPolicy() string

GetExpirationPolicy returns the ExpirationPolicy field value if set, zero value otherwise.

func (*FeedMetadata) GetExpirationPolicyOk ¶

func (o *FeedMetadata) GetExpirationPolicyOk() (*string, bool)

GetExpirationPolicyOk returns a tuple with the ExpirationPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedMetadata) GetFetchTime ¶

func (o *FeedMetadata) GetFetchTime() time.Time

GetFetchTime returns the FetchTime field value if set, zero value otherwise.

func (*FeedMetadata) GetFetchTimeOk ¶

func (o *FeedMetadata) GetFetchTimeOk() (*time.Time, bool)

GetFetchTimeOk returns a tuple with the FetchTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedMetadata) GetMapperId ¶

func (o *FeedMetadata) GetMapperId() string

GetMapperId returns the MapperId field value if set, zero value otherwise.

func (*FeedMetadata) GetMapperIdOk ¶

func (o *FeedMetadata) GetMapperIdOk() (*string, bool)

GetMapperIdOk returns a tuple with the MapperId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedMetadata) GetMapperVersion ¶

func (o *FeedMetadata) GetMapperVersion() int64

GetMapperVersion returns the MapperVersion field value if set, zero value otherwise.

func (*FeedMetadata) GetMapperVersionOk ¶

func (o *FeedMetadata) GetMapperVersionOk() (*int64, bool)

GetMapperVersionOk returns a tuple with the MapperVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedMetadata) GetModuleId ¶

func (o *FeedMetadata) GetModuleId() string

GetModuleId returns the ModuleId field value if set, zero value otherwise.

func (*FeedMetadata) GetModuleIdOk ¶

func (o *FeedMetadata) GetModuleIdOk() (*string, bool)

GetModuleIdOk returns a tuple with the ModuleId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedMetadata) GetReliability ¶

func (o *FeedMetadata) GetReliability() string

GetReliability returns the Reliability field value if set, zero value otherwise.

func (*FeedMetadata) GetReliabilityOk ¶

func (o *FeedMetadata) GetReliabilityOk() (*string, bool)

GetReliabilityOk returns a tuple with the Reliability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedMetadata) GetScore ¶

func (o *FeedMetadata) GetScore() int64

GetScore returns the Score field value if set, zero value otherwise.

func (*FeedMetadata) GetScoreOk ¶

func (o *FeedMetadata) GetScoreOk() (*int64, bool)

GetScoreOk returns a tuple with the Score field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedMetadata) GetSourceBrand ¶

func (o *FeedMetadata) GetSourceBrand() string

GetSourceBrand returns the SourceBrand field value if set, zero value otherwise.

func (*FeedMetadata) GetSourceBrandOk ¶

func (o *FeedMetadata) GetSourceBrandOk() (*string, bool)

GetSourceBrandOk returns a tuple with the SourceBrand field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedMetadata) GetSourceInstance ¶

func (o *FeedMetadata) GetSourceInstance() string

GetSourceInstance returns the SourceInstance field value if set, zero value otherwise.

func (*FeedMetadata) GetSourceInstanceOk ¶

func (o *FeedMetadata) GetSourceInstanceOk() (*string, bool)

GetSourceInstanceOk returns a tuple with the SourceInstance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeedMetadata) HasBypassExclusionList ¶

func (o *FeedMetadata) HasBypassExclusionList() bool

HasBypassExclusionList returns a boolean if a field has been set.

func (*FeedMetadata) HasClassifierId ¶

func (o *FeedMetadata) HasClassifierId() bool

HasClassifierId returns a boolean if a field has been set.

func (*FeedMetadata) HasClassifierVersion ¶

func (o *FeedMetadata) HasClassifierVersion() bool

HasClassifierVersion returns a boolean if a field has been set.

func (*FeedMetadata) HasExpirationInterval ¶

func (o *FeedMetadata) HasExpirationInterval() bool

HasExpirationInterval returns a boolean if a field has been set.

func (*FeedMetadata) HasExpirationPolicy ¶

func (o *FeedMetadata) HasExpirationPolicy() bool

HasExpirationPolicy returns a boolean if a field has been set.

func (*FeedMetadata) HasFetchTime ¶

func (o *FeedMetadata) HasFetchTime() bool

HasFetchTime returns a boolean if a field has been set.

func (*FeedMetadata) HasMapperId ¶

func (o *FeedMetadata) HasMapperId() bool

HasMapperId returns a boolean if a field has been set.

func (*FeedMetadata) HasMapperVersion ¶

func (o *FeedMetadata) HasMapperVersion() bool

HasMapperVersion returns a boolean if a field has been set.

func (*FeedMetadata) HasModuleId ¶

func (o *FeedMetadata) HasModuleId() bool

HasModuleId returns a boolean if a field has been set.

func (*FeedMetadata) HasReliability ¶

func (o *FeedMetadata) HasReliability() bool

HasReliability returns a boolean if a field has been set.

func (*FeedMetadata) HasScore ¶

func (o *FeedMetadata) HasScore() bool

HasScore returns a boolean if a field has been set.

func (*FeedMetadata) HasSourceBrand ¶

func (o *FeedMetadata) HasSourceBrand() bool

HasSourceBrand returns a boolean if a field has been set.

func (*FeedMetadata) HasSourceInstance ¶

func (o *FeedMetadata) HasSourceInstance() bool

HasSourceInstance returns a boolean if a field has been set.

func (FeedMetadata) MarshalJSON ¶

func (o FeedMetadata) MarshalJSON() ([]byte, error)

func (*FeedMetadata) SetBypassExclusionList ¶

func (o *FeedMetadata) SetBypassExclusionList(v bool)

SetBypassExclusionList gets a reference to the given bool and assigns it to the BypassExclusionList field.

func (*FeedMetadata) SetClassifierId ¶

func (o *FeedMetadata) SetClassifierId(v string)

SetClassifierId gets a reference to the given string and assigns it to the ClassifierId field.

func (*FeedMetadata) SetClassifierVersion ¶

func (o *FeedMetadata) SetClassifierVersion(v int64)

SetClassifierVersion gets a reference to the given int64 and assigns it to the ClassifierVersion field.

func (*FeedMetadata) SetExpirationInterval ¶

func (o *FeedMetadata) SetExpirationInterval(v int64)

SetExpirationInterval gets a reference to the given int64 and assigns it to the ExpirationInterval field.

func (*FeedMetadata) SetExpirationPolicy ¶

func (o *FeedMetadata) SetExpirationPolicy(v string)

SetExpirationPolicy gets a reference to the given string and assigns it to the ExpirationPolicy field.

func (*FeedMetadata) SetFetchTime ¶

func (o *FeedMetadata) SetFetchTime(v time.Time)

SetFetchTime gets a reference to the given time.Time and assigns it to the FetchTime field.

func (*FeedMetadata) SetMapperId ¶

func (o *FeedMetadata) SetMapperId(v string)

SetMapperId gets a reference to the given string and assigns it to the MapperId field.

func (*FeedMetadata) SetMapperVersion ¶

func (o *FeedMetadata) SetMapperVersion(v int64)

SetMapperVersion gets a reference to the given int64 and assigns it to the MapperVersion field.

func (*FeedMetadata) SetModuleId ¶

func (o *FeedMetadata) SetModuleId(v string)

SetModuleId gets a reference to the given string and assigns it to the ModuleId field.

func (*FeedMetadata) SetReliability ¶

func (o *FeedMetadata) SetReliability(v string)

SetReliability gets a reference to the given string and assigns it to the Reliability field.

func (*FeedMetadata) SetScore ¶

func (o *FeedMetadata) SetScore(v int64)

SetScore gets a reference to the given int64 and assigns it to the Score field.

func (*FeedMetadata) SetSourceBrand ¶

func (o *FeedMetadata) SetSourceBrand(v string)

SetSourceBrand gets a reference to the given string and assigns it to the SourceBrand field.

func (*FeedMetadata) SetSourceInstance ¶

func (o *FeedMetadata) SetSourceInstance(v string)

SetSourceInstance gets a reference to the given string and assigns it to the SourceInstance field.

type FieldExtractSetting ¶

type FieldExtractSetting struct {
	ExtractAsIsIndicatorTypeId    *string   `json:"extractAsIsIndicatorTypeId,omitempty"`
	ExtractIndicatorTypesIDs      *[]string `json:"extractIndicatorTypesIDs,omitempty"`
	IsExtractingAllIndicatorTypes *bool     `json:"isExtractingAllIndicatorTypes,omitempty"`
}

FieldExtractSetting struct for FieldExtractSetting

func NewFieldExtractSetting ¶

func NewFieldExtractSetting() *FieldExtractSetting

NewFieldExtractSetting instantiates a new FieldExtractSetting 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 NewFieldExtractSettingWithDefaults ¶

func NewFieldExtractSettingWithDefaults() *FieldExtractSetting

NewFieldExtractSettingWithDefaults instantiates a new FieldExtractSetting 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 (*FieldExtractSetting) GetExtractAsIsIndicatorTypeId ¶

func (o *FieldExtractSetting) GetExtractAsIsIndicatorTypeId() string

GetExtractAsIsIndicatorTypeId returns the ExtractAsIsIndicatorTypeId field value if set, zero value otherwise.

func (*FieldExtractSetting) GetExtractAsIsIndicatorTypeIdOk ¶

func (o *FieldExtractSetting) GetExtractAsIsIndicatorTypeIdOk() (*string, bool)

GetExtractAsIsIndicatorTypeIdOk returns a tuple with the ExtractAsIsIndicatorTypeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FieldExtractSetting) GetExtractIndicatorTypesIDs ¶

func (o *FieldExtractSetting) GetExtractIndicatorTypesIDs() []string

GetExtractIndicatorTypesIDs returns the ExtractIndicatorTypesIDs field value if set, zero value otherwise.

func (*FieldExtractSetting) GetExtractIndicatorTypesIDsOk ¶

func (o *FieldExtractSetting) GetExtractIndicatorTypesIDsOk() (*[]string, bool)

GetExtractIndicatorTypesIDsOk returns a tuple with the ExtractIndicatorTypesIDs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FieldExtractSetting) GetIsExtractingAllIndicatorTypes ¶

func (o *FieldExtractSetting) GetIsExtractingAllIndicatorTypes() bool

GetIsExtractingAllIndicatorTypes returns the IsExtractingAllIndicatorTypes field value if set, zero value otherwise.

func (*FieldExtractSetting) GetIsExtractingAllIndicatorTypesOk ¶

func (o *FieldExtractSetting) GetIsExtractingAllIndicatorTypesOk() (*bool, bool)

GetIsExtractingAllIndicatorTypesOk returns a tuple with the IsExtractingAllIndicatorTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FieldExtractSetting) HasExtractAsIsIndicatorTypeId ¶

func (o *FieldExtractSetting) HasExtractAsIsIndicatorTypeId() bool

HasExtractAsIsIndicatorTypeId returns a boolean if a field has been set.

func (*FieldExtractSetting) HasExtractIndicatorTypesIDs ¶

func (o *FieldExtractSetting) HasExtractIndicatorTypesIDs() bool

HasExtractIndicatorTypesIDs returns a boolean if a field has been set.

func (*FieldExtractSetting) HasIsExtractingAllIndicatorTypes ¶

func (o *FieldExtractSetting) HasIsExtractingAllIndicatorTypes() bool

HasIsExtractingAllIndicatorTypes returns a boolean if a field has been set.

func (FieldExtractSetting) MarshalJSON ¶

func (o FieldExtractSetting) MarshalJSON() ([]byte, error)

func (*FieldExtractSetting) SetExtractAsIsIndicatorTypeId ¶

func (o *FieldExtractSetting) SetExtractAsIsIndicatorTypeId(v string)

SetExtractAsIsIndicatorTypeId gets a reference to the given string and assigns it to the ExtractAsIsIndicatorTypeId field.

func (*FieldExtractSetting) SetExtractIndicatorTypesIDs ¶

func (o *FieldExtractSetting) SetExtractIndicatorTypesIDs(v []string)

SetExtractIndicatorTypesIDs gets a reference to the given []string and assigns it to the ExtractIndicatorTypesIDs field.

func (*FieldExtractSetting) SetIsExtractingAllIndicatorTypes ¶

func (o *FieldExtractSetting) SetIsExtractingAllIndicatorTypes(v bool)

SetIsExtractingAllIndicatorTypes gets a reference to the given bool and assigns it to the IsExtractingAllIndicatorTypes field.

type FieldMapping ¶

type FieldMapping struct {
	FieldId *string     `json:"fieldId,omitempty"`
	Output  *AdvanceArg `json:"output,omitempty"`
}

FieldMapping FieldMapping - Map a task output (complex or simple value) to an incident field

func NewFieldMapping ¶

func NewFieldMapping() *FieldMapping

NewFieldMapping instantiates a new FieldMapping 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 NewFieldMappingWithDefaults ¶

func NewFieldMappingWithDefaults() *FieldMapping

NewFieldMappingWithDefaults instantiates a new FieldMapping 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 (*FieldMapping) GetFieldId ¶

func (o *FieldMapping) GetFieldId() string

GetFieldId returns the FieldId field value if set, zero value otherwise.

func (*FieldMapping) GetFieldIdOk ¶

func (o *FieldMapping) GetFieldIdOk() (*string, bool)

GetFieldIdOk returns a tuple with the FieldId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FieldMapping) GetOutput ¶

func (o *FieldMapping) GetOutput() AdvanceArg

GetOutput returns the Output field value if set, zero value otherwise.

func (*FieldMapping) GetOutputOk ¶

func (o *FieldMapping) GetOutputOk() (*AdvanceArg, bool)

GetOutputOk returns a tuple with the Output field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FieldMapping) HasFieldId ¶

func (o *FieldMapping) HasFieldId() bool

HasFieldId returns a boolean if a field has been set.

func (*FieldMapping) HasOutput ¶

func (o *FieldMapping) HasOutput() bool

HasOutput returns a boolean if a field has been set.

func (FieldMapping) MarshalJSON ¶

func (o FieldMapping) MarshalJSON() ([]byte, error)

func (*FieldMapping) SetFieldId ¶

func (o *FieldMapping) SetFieldId(v string)

SetFieldId gets a reference to the given string and assigns it to the FieldId field.

func (*FieldMapping) SetOutput ¶

func (o *FieldMapping) SetOutput(v AdvanceArg)

SetOutput gets a reference to the given AdvanceArg and assigns it to the Output field.

type FieldTermLocationMap ¶ added in v0.2.4

type FieldTermLocationMap struct {
}

FieldTermLocationMap struct for FieldTermLocationMap

func NewFieldTermLocationMap ¶ added in v0.2.4

func NewFieldTermLocationMap() *FieldTermLocationMap

NewFieldTermLocationMap instantiates a new FieldTermLocationMap 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 NewFieldTermLocationMapWithDefaults ¶ added in v0.2.4

func NewFieldTermLocationMapWithDefaults() *FieldTermLocationMap

NewFieldTermLocationMapWithDefaults instantiates a new FieldTermLocationMap 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 (FieldTermLocationMap) MarshalJSON ¶ added in v0.2.4

func (o FieldTermLocationMap) MarshalJSON() ([]byte, error)

type FileMetadata ¶

type FileMetadata struct {
	Info        *string `json:"info,omitempty"`
	IsMediaFile *bool   `json:"isMediaFile,omitempty"`
	Md5         *string `json:"md5,omitempty"`
	Sha1        *string `json:"sha1,omitempty"`
	Sha256      *string `json:"sha256,omitempty"`
	Sha512      *string `json:"sha512,omitempty"`
	Size        *int64  `json:"size,omitempty"`
	Ssdeep      *string `json:"ssdeep,omitempty"`
	Type        *string `json:"type,omitempty"`
}

FileMetadata struct for FileMetadata

func NewFileMetadata ¶

func NewFileMetadata() *FileMetadata

NewFileMetadata instantiates a new FileMetadata 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 NewFileMetadataWithDefaults ¶

func NewFileMetadataWithDefaults() *FileMetadata

NewFileMetadataWithDefaults instantiates a new FileMetadata 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 (*FileMetadata) GetInfo ¶

func (o *FileMetadata) GetInfo() string

GetInfo returns the Info field value if set, zero value otherwise.

func (*FileMetadata) GetInfoOk ¶

func (o *FileMetadata) GetInfoOk() (*string, bool)

GetInfoOk returns a tuple with the Info field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileMetadata) GetIsMediaFile ¶

func (o *FileMetadata) GetIsMediaFile() bool

GetIsMediaFile returns the IsMediaFile field value if set, zero value otherwise.

func (*FileMetadata) GetIsMediaFileOk ¶

func (o *FileMetadata) GetIsMediaFileOk() (*bool, bool)

GetIsMediaFileOk returns a tuple with the IsMediaFile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileMetadata) GetMd5 ¶

func (o *FileMetadata) GetMd5() string

GetMd5 returns the Md5 field value if set, zero value otherwise.

func (*FileMetadata) GetMd5Ok ¶

func (o *FileMetadata) GetMd5Ok() (*string, bool)

GetMd5Ok returns a tuple with the Md5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileMetadata) GetSha1 ¶

func (o *FileMetadata) GetSha1() string

GetSha1 returns the Sha1 field value if set, zero value otherwise.

func (*FileMetadata) GetSha1Ok ¶

func (o *FileMetadata) GetSha1Ok() (*string, bool)

GetSha1Ok returns a tuple with the Sha1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileMetadata) GetSha256 ¶

func (o *FileMetadata) GetSha256() string

GetSha256 returns the Sha256 field value if set, zero value otherwise.

func (*FileMetadata) GetSha256Ok ¶

func (o *FileMetadata) GetSha256Ok() (*string, bool)

GetSha256Ok returns a tuple with the Sha256 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileMetadata) GetSha512 ¶

func (o *FileMetadata) GetSha512() string

GetSha512 returns the Sha512 field value if set, zero value otherwise.

func (*FileMetadata) GetSha512Ok ¶

func (o *FileMetadata) GetSha512Ok() (*string, bool)

GetSha512Ok returns a tuple with the Sha512 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileMetadata) GetSize ¶

func (o *FileMetadata) GetSize() int64

GetSize returns the Size field value if set, zero value otherwise.

func (*FileMetadata) GetSizeOk ¶

func (o *FileMetadata) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileMetadata) GetSsdeep ¶

func (o *FileMetadata) GetSsdeep() string

GetSsdeep returns the Ssdeep field value if set, zero value otherwise.

func (*FileMetadata) GetSsdeepOk ¶

func (o *FileMetadata) GetSsdeepOk() (*string, bool)

GetSsdeepOk returns a tuple with the Ssdeep field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileMetadata) GetType ¶

func (o *FileMetadata) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*FileMetadata) GetTypeOk ¶

func (o *FileMetadata) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileMetadata) HasInfo ¶

func (o *FileMetadata) HasInfo() bool

HasInfo returns a boolean if a field has been set.

func (*FileMetadata) HasIsMediaFile ¶

func (o *FileMetadata) HasIsMediaFile() bool

HasIsMediaFile returns a boolean if a field has been set.

func (*FileMetadata) HasMd5 ¶

func (o *FileMetadata) HasMd5() bool

HasMd5 returns a boolean if a field has been set.

func (*FileMetadata) HasSha1 ¶

func (o *FileMetadata) HasSha1() bool

HasSha1 returns a boolean if a field has been set.

func (*FileMetadata) HasSha256 ¶

func (o *FileMetadata) HasSha256() bool

HasSha256 returns a boolean if a field has been set.

func (*FileMetadata) HasSha512 ¶

func (o *FileMetadata) HasSha512() bool

HasSha512 returns a boolean if a field has been set.

func (*FileMetadata) HasSize ¶

func (o *FileMetadata) HasSize() bool

HasSize returns a boolean if a field has been set.

func (*FileMetadata) HasSsdeep ¶

func (o *FileMetadata) HasSsdeep() bool

HasSsdeep returns a boolean if a field has been set.

func (*FileMetadata) HasType ¶

func (o *FileMetadata) HasType() bool

HasType returns a boolean if a field has been set.

func (FileMetadata) MarshalJSON ¶

func (o FileMetadata) MarshalJSON() ([]byte, error)

func (*FileMetadata) SetInfo ¶

func (o *FileMetadata) SetInfo(v string)

SetInfo gets a reference to the given string and assigns it to the Info field.

func (*FileMetadata) SetIsMediaFile ¶

func (o *FileMetadata) SetIsMediaFile(v bool)

SetIsMediaFile gets a reference to the given bool and assigns it to the IsMediaFile field.

func (*FileMetadata) SetMd5 ¶

func (o *FileMetadata) SetMd5(v string)

SetMd5 gets a reference to the given string and assigns it to the Md5 field.

func (*FileMetadata) SetSha1 ¶

func (o *FileMetadata) SetSha1(v string)

SetSha1 gets a reference to the given string and assigns it to the Sha1 field.

func (*FileMetadata) SetSha256 ¶

func (o *FileMetadata) SetSha256(v string)

SetSha256 gets a reference to the given string and assigns it to the Sha256 field.

func (*FileMetadata) SetSha512 ¶

func (o *FileMetadata) SetSha512(v string)

SetSha512 gets a reference to the given string and assigns it to the Sha512 field.

func (*FileMetadata) SetSize ¶

func (o *FileMetadata) SetSize(v int64)

SetSize gets a reference to the given int64 and assigns it to the Size field.

func (*FileMetadata) SetSsdeep ¶

func (o *FileMetadata) SetSsdeep(v string)

SetSsdeep gets a reference to the given string and assigns it to the Ssdeep field.

func (*FileMetadata) SetType ¶

func (o *FileMetadata) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type FormDisplay ¶

type FormDisplay struct {
	BodyBackgroundColor         *string `json:"bodyBackgroundColor,omitempty"`
	BodyFontColor               *string `json:"bodyFontColor,omitempty"`
	HeaderBackgroundColor       *string `json:"headerBackgroundColor,omitempty"`
	HeaderFontColor             *string `json:"headerFontColor,omitempty"`
	IsExternalRtl               *bool   `json:"isExternalRtl,omitempty"`
	Sender                      *string `json:"sender,omitempty"`
	SubmitButtonBackgroundColor *string `json:"submitButtonBackgroundColor,omitempty"`
	SubmitButtonFontColor       *string `json:"submitButtonFontColor,omitempty"`
	SubmitText                  *string `json:"submitText,omitempty"`
}

FormDisplay struct for FormDisplay

func NewFormDisplay ¶

func NewFormDisplay() *FormDisplay

NewFormDisplay instantiates a new FormDisplay 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 NewFormDisplayWithDefaults ¶

func NewFormDisplayWithDefaults() *FormDisplay

NewFormDisplayWithDefaults instantiates a new FormDisplay 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 (*FormDisplay) GetBodyBackgroundColor ¶

func (o *FormDisplay) GetBodyBackgroundColor() string

GetBodyBackgroundColor returns the BodyBackgroundColor field value if set, zero value otherwise.

func (*FormDisplay) GetBodyBackgroundColorOk ¶

func (o *FormDisplay) GetBodyBackgroundColorOk() (*string, bool)

GetBodyBackgroundColorOk returns a tuple with the BodyBackgroundColor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormDisplay) GetBodyFontColor ¶

func (o *FormDisplay) GetBodyFontColor() string

GetBodyFontColor returns the BodyFontColor field value if set, zero value otherwise.

func (*FormDisplay) GetBodyFontColorOk ¶

func (o *FormDisplay) GetBodyFontColorOk() (*string, bool)

GetBodyFontColorOk returns a tuple with the BodyFontColor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormDisplay) GetHeaderBackgroundColor ¶

func (o *FormDisplay) GetHeaderBackgroundColor() string

GetHeaderBackgroundColor returns the HeaderBackgroundColor field value if set, zero value otherwise.

func (*FormDisplay) GetHeaderBackgroundColorOk ¶

func (o *FormDisplay) GetHeaderBackgroundColorOk() (*string, bool)

GetHeaderBackgroundColorOk returns a tuple with the HeaderBackgroundColor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormDisplay) GetHeaderFontColor ¶

func (o *FormDisplay) GetHeaderFontColor() string

GetHeaderFontColor returns the HeaderFontColor field value if set, zero value otherwise.

func (*FormDisplay) GetHeaderFontColorOk ¶

func (o *FormDisplay) GetHeaderFontColorOk() (*string, bool)

GetHeaderFontColorOk returns a tuple with the HeaderFontColor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormDisplay) GetIsExternalRtl ¶

func (o *FormDisplay) GetIsExternalRtl() bool

GetIsExternalRtl returns the IsExternalRtl field value if set, zero value otherwise.

func (*FormDisplay) GetIsExternalRtlOk ¶

func (o *FormDisplay) GetIsExternalRtlOk() (*bool, bool)

GetIsExternalRtlOk returns a tuple with the IsExternalRtl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormDisplay) GetSender ¶

func (o *FormDisplay) GetSender() string

GetSender returns the Sender field value if set, zero value otherwise.

func (*FormDisplay) GetSenderOk ¶

func (o *FormDisplay) GetSenderOk() (*string, bool)

GetSenderOk returns a tuple with the Sender field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormDisplay) GetSubmitButtonBackgroundColor ¶

func (o *FormDisplay) GetSubmitButtonBackgroundColor() string

GetSubmitButtonBackgroundColor returns the SubmitButtonBackgroundColor field value if set, zero value otherwise.

func (*FormDisplay) GetSubmitButtonBackgroundColorOk ¶

func (o *FormDisplay) GetSubmitButtonBackgroundColorOk() (*string, bool)

GetSubmitButtonBackgroundColorOk returns a tuple with the SubmitButtonBackgroundColor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormDisplay) GetSubmitButtonFontColor ¶

func (o *FormDisplay) GetSubmitButtonFontColor() string

GetSubmitButtonFontColor returns the SubmitButtonFontColor field value if set, zero value otherwise.

func (*FormDisplay) GetSubmitButtonFontColorOk ¶

func (o *FormDisplay) GetSubmitButtonFontColorOk() (*string, bool)

GetSubmitButtonFontColorOk returns a tuple with the SubmitButtonFontColor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormDisplay) GetSubmitText ¶

func (o *FormDisplay) GetSubmitText() string

GetSubmitText returns the SubmitText field value if set, zero value otherwise.

func (*FormDisplay) GetSubmitTextOk ¶

func (o *FormDisplay) GetSubmitTextOk() (*string, bool)

GetSubmitTextOk returns a tuple with the SubmitText field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormDisplay) HasBodyBackgroundColor ¶

func (o *FormDisplay) HasBodyBackgroundColor() bool

HasBodyBackgroundColor returns a boolean if a field has been set.

func (*FormDisplay) HasBodyFontColor ¶

func (o *FormDisplay) HasBodyFontColor() bool

HasBodyFontColor returns a boolean if a field has been set.

func (*FormDisplay) HasHeaderBackgroundColor ¶

func (o *FormDisplay) HasHeaderBackgroundColor() bool

HasHeaderBackgroundColor returns a boolean if a field has been set.

func (*FormDisplay) HasHeaderFontColor ¶

func (o *FormDisplay) HasHeaderFontColor() bool

HasHeaderFontColor returns a boolean if a field has been set.

func (*FormDisplay) HasIsExternalRtl ¶

func (o *FormDisplay) HasIsExternalRtl() bool

HasIsExternalRtl returns a boolean if a field has been set.

func (*FormDisplay) HasSender ¶

func (o *FormDisplay) HasSender() bool

HasSender returns a boolean if a field has been set.

func (*FormDisplay) HasSubmitButtonBackgroundColor ¶

func (o *FormDisplay) HasSubmitButtonBackgroundColor() bool

HasSubmitButtonBackgroundColor returns a boolean if a field has been set.

func (*FormDisplay) HasSubmitButtonFontColor ¶

func (o *FormDisplay) HasSubmitButtonFontColor() bool

HasSubmitButtonFontColor returns a boolean if a field has been set.

func (*FormDisplay) HasSubmitText ¶

func (o *FormDisplay) HasSubmitText() bool

HasSubmitText returns a boolean if a field has been set.

func (FormDisplay) MarshalJSON ¶

func (o FormDisplay) MarshalJSON() ([]byte, error)

func (*FormDisplay) SetBodyBackgroundColor ¶

func (o *FormDisplay) SetBodyBackgroundColor(v string)

SetBodyBackgroundColor gets a reference to the given string and assigns it to the BodyBackgroundColor field.

func (*FormDisplay) SetBodyFontColor ¶

func (o *FormDisplay) SetBodyFontColor(v string)

SetBodyFontColor gets a reference to the given string and assigns it to the BodyFontColor field.

func (*FormDisplay) SetHeaderBackgroundColor ¶

func (o *FormDisplay) SetHeaderBackgroundColor(v string)

SetHeaderBackgroundColor gets a reference to the given string and assigns it to the HeaderBackgroundColor field.

func (*FormDisplay) SetHeaderFontColor ¶

func (o *FormDisplay) SetHeaderFontColor(v string)

SetHeaderFontColor gets a reference to the given string and assigns it to the HeaderFontColor field.

func (*FormDisplay) SetIsExternalRtl ¶

func (o *FormDisplay) SetIsExternalRtl(v bool)

SetIsExternalRtl gets a reference to the given bool and assigns it to the IsExternalRtl field.

func (*FormDisplay) SetSender ¶

func (o *FormDisplay) SetSender(v string)

SetSender gets a reference to the given string and assigns it to the Sender field.

func (*FormDisplay) SetSubmitButtonBackgroundColor ¶

func (o *FormDisplay) SetSubmitButtonBackgroundColor(v string)

SetSubmitButtonBackgroundColor gets a reference to the given string and assigns it to the SubmitButtonBackgroundColor field.

func (*FormDisplay) SetSubmitButtonFontColor ¶

func (o *FormDisplay) SetSubmitButtonFontColor(v string)

SetSubmitButtonFontColor gets a reference to the given string and assigns it to the SubmitButtonFontColor field.

func (*FormDisplay) SetSubmitText ¶

func (o *FormDisplay) SetSubmitText(v string)

SetSubmitText gets a reference to the given string and assigns it to the SubmitText field.

type FullVersion ¶

type FullVersion struct {
	PrimaryTerm    *int64 `json:"primaryTerm,omitempty"`
	SequenceNumber *int64 `json:"sequenceNumber,omitempty"`
	Version        *int64 `json:"version,omitempty"`
}

FullVersion FullVersion - both Elasticsearch version and bolt version

func NewFullVersion ¶

func NewFullVersion() *FullVersion

NewFullVersion instantiates a new FullVersion 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 NewFullVersionWithDefaults ¶

func NewFullVersionWithDefaults() *FullVersion

NewFullVersionWithDefaults instantiates a new FullVersion 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 (*FullVersion) GetPrimaryTerm ¶

func (o *FullVersion) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*FullVersion) GetPrimaryTermOk ¶

func (o *FullVersion) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FullVersion) GetSequenceNumber ¶

func (o *FullVersion) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*FullVersion) GetSequenceNumberOk ¶

func (o *FullVersion) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FullVersion) GetVersion ¶

func (o *FullVersion) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*FullVersion) GetVersionOk ¶

func (o *FullVersion) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FullVersion) HasPrimaryTerm ¶

func (o *FullVersion) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*FullVersion) HasSequenceNumber ¶

func (o *FullVersion) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*FullVersion) HasVersion ¶

func (o *FullVersion) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (FullVersion) MarshalJSON ¶

func (o FullVersion) MarshalJSON() ([]byte, error)

func (*FullVersion) SetPrimaryTerm ¶

func (o *FullVersion) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*FullVersion) SetSequenceNumber ¶

func (o *FullVersion) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*FullVersion) SetVersion ¶

func (o *FullVersion) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

type GenericIndicatorUpdateBatch ¶

type GenericIndicatorUpdateBatch struct {
	All            *bool            `json:"all,omitempty"`
	Columns        *[]string        `json:"columns,omitempty"`
	DoNotWhitelist *bool            `json:"doNotWhitelist,omitempty"`
	Filter         *IndicatorFilter `json:"filter,omitempty"`
	Ids            *[]string        `json:"ids,omitempty"`
	Reason         *string          `json:"reason,omitempty"`
	Reputations    *[]string        `json:"reputations,omitempty"`
}

GenericIndicatorUpdateBatch struct for GenericIndicatorUpdateBatch

func NewGenericIndicatorUpdateBatch ¶

func NewGenericIndicatorUpdateBatch() *GenericIndicatorUpdateBatch

NewGenericIndicatorUpdateBatch instantiates a new GenericIndicatorUpdateBatch 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 NewGenericIndicatorUpdateBatchWithDefaults ¶

func NewGenericIndicatorUpdateBatchWithDefaults() *GenericIndicatorUpdateBatch

NewGenericIndicatorUpdateBatchWithDefaults instantiates a new GenericIndicatorUpdateBatch 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 (*GenericIndicatorUpdateBatch) GetAll ¶

func (o *GenericIndicatorUpdateBatch) GetAll() bool

GetAll returns the All field value if set, zero value otherwise.

func (*GenericIndicatorUpdateBatch) GetAllOk ¶

func (o *GenericIndicatorUpdateBatch) GetAllOk() (*bool, bool)

GetAllOk returns a tuple with the All field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericIndicatorUpdateBatch) GetColumns ¶

func (o *GenericIndicatorUpdateBatch) GetColumns() []string

GetColumns returns the Columns field value if set, zero value otherwise.

func (*GenericIndicatorUpdateBatch) GetColumnsOk ¶

func (o *GenericIndicatorUpdateBatch) GetColumnsOk() (*[]string, bool)

GetColumnsOk returns a tuple with the Columns field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericIndicatorUpdateBatch) GetDoNotWhitelist ¶

func (o *GenericIndicatorUpdateBatch) GetDoNotWhitelist() bool

GetDoNotWhitelist returns the DoNotWhitelist field value if set, zero value otherwise.

func (*GenericIndicatorUpdateBatch) GetDoNotWhitelistOk ¶

func (o *GenericIndicatorUpdateBatch) GetDoNotWhitelistOk() (*bool, bool)

GetDoNotWhitelistOk returns a tuple with the DoNotWhitelist field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericIndicatorUpdateBatch) GetFilter ¶

GetFilter returns the Filter field value if set, zero value otherwise.

func (*GenericIndicatorUpdateBatch) GetFilterOk ¶

func (o *GenericIndicatorUpdateBatch) GetFilterOk() (*IndicatorFilter, bool)

GetFilterOk returns a tuple with the Filter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericIndicatorUpdateBatch) GetIds ¶

func (o *GenericIndicatorUpdateBatch) GetIds() []string

GetIds returns the Ids field value if set, zero value otherwise.

func (*GenericIndicatorUpdateBatch) GetIdsOk ¶

func (o *GenericIndicatorUpdateBatch) GetIdsOk() (*[]string, bool)

GetIdsOk returns a tuple with the Ids field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericIndicatorUpdateBatch) GetReason ¶

func (o *GenericIndicatorUpdateBatch) GetReason() string

GetReason returns the Reason field value if set, zero value otherwise.

func (*GenericIndicatorUpdateBatch) GetReasonOk ¶

func (o *GenericIndicatorUpdateBatch) GetReasonOk() (*string, bool)

GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericIndicatorUpdateBatch) GetReputations ¶

func (o *GenericIndicatorUpdateBatch) GetReputations() []string

GetReputations returns the Reputations field value if set, zero value otherwise.

func (*GenericIndicatorUpdateBatch) GetReputationsOk ¶

func (o *GenericIndicatorUpdateBatch) GetReputationsOk() (*[]string, bool)

GetReputationsOk returns a tuple with the Reputations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericIndicatorUpdateBatch) HasAll ¶

func (o *GenericIndicatorUpdateBatch) HasAll() bool

HasAll returns a boolean if a field has been set.

func (*GenericIndicatorUpdateBatch) HasColumns ¶

func (o *GenericIndicatorUpdateBatch) HasColumns() bool

HasColumns returns a boolean if a field has been set.

func (*GenericIndicatorUpdateBatch) HasDoNotWhitelist ¶

func (o *GenericIndicatorUpdateBatch) HasDoNotWhitelist() bool

HasDoNotWhitelist returns a boolean if a field has been set.

func (*GenericIndicatorUpdateBatch) HasFilter ¶

func (o *GenericIndicatorUpdateBatch) HasFilter() bool

HasFilter returns a boolean if a field has been set.

func (*GenericIndicatorUpdateBatch) HasIds ¶

func (o *GenericIndicatorUpdateBatch) HasIds() bool

HasIds returns a boolean if a field has been set.

func (*GenericIndicatorUpdateBatch) HasReason ¶

func (o *GenericIndicatorUpdateBatch) HasReason() bool

HasReason returns a boolean if a field has been set.

func (*GenericIndicatorUpdateBatch) HasReputations ¶

func (o *GenericIndicatorUpdateBatch) HasReputations() bool

HasReputations returns a boolean if a field has been set.

func (GenericIndicatorUpdateBatch) MarshalJSON ¶

func (o GenericIndicatorUpdateBatch) MarshalJSON() ([]byte, error)

func (*GenericIndicatorUpdateBatch) SetAll ¶

func (o *GenericIndicatorUpdateBatch) SetAll(v bool)

SetAll gets a reference to the given bool and assigns it to the All field.

func (*GenericIndicatorUpdateBatch) SetColumns ¶

func (o *GenericIndicatorUpdateBatch) SetColumns(v []string)

SetColumns gets a reference to the given []string and assigns it to the Columns field.

func (*GenericIndicatorUpdateBatch) SetDoNotWhitelist ¶

func (o *GenericIndicatorUpdateBatch) SetDoNotWhitelist(v bool)

SetDoNotWhitelist gets a reference to the given bool and assigns it to the DoNotWhitelist field.

func (*GenericIndicatorUpdateBatch) SetFilter ¶

SetFilter gets a reference to the given IndicatorFilter and assigns it to the Filter field.

func (*GenericIndicatorUpdateBatch) SetIds ¶

func (o *GenericIndicatorUpdateBatch) SetIds(v []string)

SetIds gets a reference to the given []string and assigns it to the Ids field.

func (*GenericIndicatorUpdateBatch) SetReason ¶

func (o *GenericIndicatorUpdateBatch) SetReason(v string)

SetReason gets a reference to the given string and assigns it to the Reason field.

func (*GenericIndicatorUpdateBatch) SetReputations ¶

func (o *GenericIndicatorUpdateBatch) SetReputations(v []string)

SetReputations gets a reference to the given []string and assigns it to the Reputations 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 GenericStringDateFilter ¶

type GenericStringDateFilter struct {
	// Cache of join functions
	Cache           *map[string][]string `json:"Cache,omitempty"`
	Fields          *[]string            `json:"fields,omitempty"`
	FromDate        *time.Time           `json:"fromDate,omitempty"`
	FromDateLicense *time.Time           `json:"fromDateLicense,omitempty"`
	// Do not use workers mechanism while searching bleve
	IgnoreWorkers *bool `json:"ignoreWorkers,omitempty"`
	// 0-based page
	Page   *int64  `json:"page,omitempty"`
	Period *Period `json:"period,omitempty"`
	Query  *string `json:"query,omitempty"`
	// Efficient next page, pass max sort value from previous page
	SearchAfter *[]string `json:"searchAfter,omitempty"`
	// Efficient next page, pass max ES sort value from previous page
	SearchAfterElastic *[]string `json:"searchAfterElastic,omitempty"`
	// Efficient prev page, pass min sort value from next page
	SearchBefore *[]string `json:"searchBefore,omitempty"`
	// Efficient prev page, pass min ES sort value from next page
	SearchBeforeElastic *[]string `json:"searchBeforeElastic,omitempty"`
	// Size is limited to 1000, if not passed it defaults to 0, and no results will return
	Size *int64 `json:"size,omitempty"`
	// The sort order
	Sort *[]Order `json:"sort,omitempty"`
	// A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
	TimeFrame *int64     `json:"timeFrame,omitempty"`
	ToDate    *time.Time `json:"toDate,omitempty"`
}

GenericStringDateFilter GenericStringDateFilter is a general filter that will fetch entities using the Query value and a date filter

func NewGenericStringDateFilter ¶

func NewGenericStringDateFilter() *GenericStringDateFilter

NewGenericStringDateFilter instantiates a new GenericStringDateFilter 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 NewGenericStringDateFilterWithDefaults ¶

func NewGenericStringDateFilterWithDefaults() *GenericStringDateFilter

NewGenericStringDateFilterWithDefaults instantiates a new GenericStringDateFilter 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 (*GenericStringDateFilter) GetCache ¶

func (o *GenericStringDateFilter) GetCache() map[string][]string

GetCache returns the Cache field value if set, zero value otherwise.

func (*GenericStringDateFilter) GetCacheOk ¶

func (o *GenericStringDateFilter) GetCacheOk() (*map[string][]string, bool)

GetCacheOk returns a tuple with the Cache field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringDateFilter) GetFields ¶

func (o *GenericStringDateFilter) GetFields() []string

GetFields returns the Fields field value if set, zero value otherwise.

func (*GenericStringDateFilter) GetFieldsOk ¶

func (o *GenericStringDateFilter) GetFieldsOk() (*[]string, bool)

GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringDateFilter) GetFromDate ¶

func (o *GenericStringDateFilter) GetFromDate() time.Time

GetFromDate returns the FromDate field value if set, zero value otherwise.

func (*GenericStringDateFilter) GetFromDateLicense ¶

func (o *GenericStringDateFilter) GetFromDateLicense() time.Time

GetFromDateLicense returns the FromDateLicense field value if set, zero value otherwise.

func (*GenericStringDateFilter) GetFromDateLicenseOk ¶

func (o *GenericStringDateFilter) GetFromDateLicenseOk() (*time.Time, bool)

GetFromDateLicenseOk returns a tuple with the FromDateLicense field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringDateFilter) GetFromDateOk ¶

func (o *GenericStringDateFilter) GetFromDateOk() (*time.Time, bool)

GetFromDateOk returns a tuple with the FromDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringDateFilter) GetIgnoreWorkers ¶

func (o *GenericStringDateFilter) GetIgnoreWorkers() bool

GetIgnoreWorkers returns the IgnoreWorkers field value if set, zero value otherwise.

func (*GenericStringDateFilter) GetIgnoreWorkersOk ¶

func (o *GenericStringDateFilter) GetIgnoreWorkersOk() (*bool, bool)

GetIgnoreWorkersOk returns a tuple with the IgnoreWorkers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringDateFilter) GetPage ¶

func (o *GenericStringDateFilter) GetPage() int64

GetPage returns the Page field value if set, zero value otherwise.

func (*GenericStringDateFilter) GetPageOk ¶

func (o *GenericStringDateFilter) GetPageOk() (*int64, bool)

GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringDateFilter) GetPeriod ¶

func (o *GenericStringDateFilter) GetPeriod() Period

GetPeriod returns the Period field value if set, zero value otherwise.

func (*GenericStringDateFilter) GetPeriodOk ¶

func (o *GenericStringDateFilter) GetPeriodOk() (*Period, bool)

GetPeriodOk returns a tuple with the Period field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringDateFilter) GetQuery ¶

func (o *GenericStringDateFilter) GetQuery() string

GetQuery returns the Query field value if set, zero value otherwise.

func (*GenericStringDateFilter) GetQueryOk ¶

func (o *GenericStringDateFilter) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringDateFilter) GetSearchAfter ¶

func (o *GenericStringDateFilter) GetSearchAfter() []string

GetSearchAfter returns the SearchAfter field value if set, zero value otherwise.

func (*GenericStringDateFilter) GetSearchAfterElastic ¶

func (o *GenericStringDateFilter) GetSearchAfterElastic() []string

GetSearchAfterElastic returns the SearchAfterElastic field value if set, zero value otherwise.

func (*GenericStringDateFilter) GetSearchAfterElasticOk ¶

func (o *GenericStringDateFilter) GetSearchAfterElasticOk() (*[]string, bool)

GetSearchAfterElasticOk returns a tuple with the SearchAfterElastic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringDateFilter) GetSearchAfterOk ¶

func (o *GenericStringDateFilter) GetSearchAfterOk() (*[]string, bool)

GetSearchAfterOk returns a tuple with the SearchAfter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringDateFilter) GetSearchBefore ¶

func (o *GenericStringDateFilter) GetSearchBefore() []string

GetSearchBefore returns the SearchBefore field value if set, zero value otherwise.

func (*GenericStringDateFilter) GetSearchBeforeElastic ¶

func (o *GenericStringDateFilter) GetSearchBeforeElastic() []string

GetSearchBeforeElastic returns the SearchBeforeElastic field value if set, zero value otherwise.

func (*GenericStringDateFilter) GetSearchBeforeElasticOk ¶

func (o *GenericStringDateFilter) GetSearchBeforeElasticOk() (*[]string, bool)

GetSearchBeforeElasticOk returns a tuple with the SearchBeforeElastic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringDateFilter) GetSearchBeforeOk ¶

func (o *GenericStringDateFilter) GetSearchBeforeOk() (*[]string, bool)

GetSearchBeforeOk returns a tuple with the SearchBefore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringDateFilter) GetSize ¶

func (o *GenericStringDateFilter) GetSize() int64

GetSize returns the Size field value if set, zero value otherwise.

func (*GenericStringDateFilter) GetSizeOk ¶

func (o *GenericStringDateFilter) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringDateFilter) GetSort ¶

func (o *GenericStringDateFilter) GetSort() []Order

GetSort returns the Sort field value if set, zero value otherwise.

func (*GenericStringDateFilter) GetSortOk ¶

func (o *GenericStringDateFilter) GetSortOk() (*[]Order, bool)

GetSortOk returns a tuple with the Sort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringDateFilter) GetTimeFrame ¶

func (o *GenericStringDateFilter) GetTimeFrame() int64

GetTimeFrame returns the TimeFrame field value if set, zero value otherwise.

func (*GenericStringDateFilter) GetTimeFrameOk ¶

func (o *GenericStringDateFilter) GetTimeFrameOk() (*int64, bool)

GetTimeFrameOk returns a tuple with the TimeFrame field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringDateFilter) GetToDate ¶

func (o *GenericStringDateFilter) GetToDate() time.Time

GetToDate returns the ToDate field value if set, zero value otherwise.

func (*GenericStringDateFilter) GetToDateOk ¶

func (o *GenericStringDateFilter) GetToDateOk() (*time.Time, bool)

GetToDateOk returns a tuple with the ToDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringDateFilter) HasCache ¶

func (o *GenericStringDateFilter) HasCache() bool

HasCache returns a boolean if a field has been set.

func (*GenericStringDateFilter) HasFields ¶

func (o *GenericStringDateFilter) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*GenericStringDateFilter) HasFromDate ¶

func (o *GenericStringDateFilter) HasFromDate() bool

HasFromDate returns a boolean if a field has been set.

func (*GenericStringDateFilter) HasFromDateLicense ¶

func (o *GenericStringDateFilter) HasFromDateLicense() bool

HasFromDateLicense returns a boolean if a field has been set.

func (*GenericStringDateFilter) HasIgnoreWorkers ¶

func (o *GenericStringDateFilter) HasIgnoreWorkers() bool

HasIgnoreWorkers returns a boolean if a field has been set.

func (*GenericStringDateFilter) HasPage ¶

func (o *GenericStringDateFilter) HasPage() bool

HasPage returns a boolean if a field has been set.

func (*GenericStringDateFilter) HasPeriod ¶

func (o *GenericStringDateFilter) HasPeriod() bool

HasPeriod returns a boolean if a field has been set.

func (*GenericStringDateFilter) HasQuery ¶

func (o *GenericStringDateFilter) HasQuery() bool

HasQuery returns a boolean if a field has been set.

func (*GenericStringDateFilter) HasSearchAfter ¶

func (o *GenericStringDateFilter) HasSearchAfter() bool

HasSearchAfter returns a boolean if a field has been set.

func (*GenericStringDateFilter) HasSearchAfterElastic ¶

func (o *GenericStringDateFilter) HasSearchAfterElastic() bool

HasSearchAfterElastic returns a boolean if a field has been set.

func (*GenericStringDateFilter) HasSearchBefore ¶

func (o *GenericStringDateFilter) HasSearchBefore() bool

HasSearchBefore returns a boolean if a field has been set.

func (*GenericStringDateFilter) HasSearchBeforeElastic ¶

func (o *GenericStringDateFilter) HasSearchBeforeElastic() bool

HasSearchBeforeElastic returns a boolean if a field has been set.

func (*GenericStringDateFilter) HasSize ¶

func (o *GenericStringDateFilter) HasSize() bool

HasSize returns a boolean if a field has been set.

func (*GenericStringDateFilter) HasSort ¶

func (o *GenericStringDateFilter) HasSort() bool

HasSort returns a boolean if a field has been set.

func (*GenericStringDateFilter) HasTimeFrame ¶

func (o *GenericStringDateFilter) HasTimeFrame() bool

HasTimeFrame returns a boolean if a field has been set.

func (*GenericStringDateFilter) HasToDate ¶

func (o *GenericStringDateFilter) HasToDate() bool

HasToDate returns a boolean if a field has been set.

func (GenericStringDateFilter) MarshalJSON ¶

func (o GenericStringDateFilter) MarshalJSON() ([]byte, error)

func (*GenericStringDateFilter) SetCache ¶

func (o *GenericStringDateFilter) SetCache(v map[string][]string)

SetCache gets a reference to the given map[string][]string and assigns it to the Cache field.

func (*GenericStringDateFilter) SetFields ¶

func (o *GenericStringDateFilter) SetFields(v []string)

SetFields gets a reference to the given []string and assigns it to the Fields field.

func (*GenericStringDateFilter) SetFromDate ¶

func (o *GenericStringDateFilter) SetFromDate(v time.Time)

SetFromDate gets a reference to the given time.Time and assigns it to the FromDate field.

func (*GenericStringDateFilter) SetFromDateLicense ¶

func (o *GenericStringDateFilter) SetFromDateLicense(v time.Time)

SetFromDateLicense gets a reference to the given time.Time and assigns it to the FromDateLicense field.

func (*GenericStringDateFilter) SetIgnoreWorkers ¶

func (o *GenericStringDateFilter) SetIgnoreWorkers(v bool)

SetIgnoreWorkers gets a reference to the given bool and assigns it to the IgnoreWorkers field.

func (*GenericStringDateFilter) SetPage ¶

func (o *GenericStringDateFilter) SetPage(v int64)

SetPage gets a reference to the given int64 and assigns it to the Page field.

func (*GenericStringDateFilter) SetPeriod ¶

func (o *GenericStringDateFilter) SetPeriod(v Period)

SetPeriod gets a reference to the given Period and assigns it to the Period field.

func (*GenericStringDateFilter) SetQuery ¶

func (o *GenericStringDateFilter) SetQuery(v string)

SetQuery gets a reference to the given string and assigns it to the Query field.

func (*GenericStringDateFilter) SetSearchAfter ¶

func (o *GenericStringDateFilter) SetSearchAfter(v []string)

SetSearchAfter gets a reference to the given []string and assigns it to the SearchAfter field.

func (*GenericStringDateFilter) SetSearchAfterElastic ¶

func (o *GenericStringDateFilter) SetSearchAfterElastic(v []string)

SetSearchAfterElastic gets a reference to the given []string and assigns it to the SearchAfterElastic field.

func (*GenericStringDateFilter) SetSearchBefore ¶

func (o *GenericStringDateFilter) SetSearchBefore(v []string)

SetSearchBefore gets a reference to the given []string and assigns it to the SearchBefore field.

func (*GenericStringDateFilter) SetSearchBeforeElastic ¶

func (o *GenericStringDateFilter) SetSearchBeforeElastic(v []string)

SetSearchBeforeElastic gets a reference to the given []string and assigns it to the SearchBeforeElastic field.

func (*GenericStringDateFilter) SetSize ¶

func (o *GenericStringDateFilter) SetSize(v int64)

SetSize gets a reference to the given int64 and assigns it to the Size field.

func (*GenericStringDateFilter) SetSort ¶

func (o *GenericStringDateFilter) SetSort(v []Order)

SetSort gets a reference to the given []Order and assigns it to the Sort field.

func (*GenericStringDateFilter) SetTimeFrame ¶

func (o *GenericStringDateFilter) SetTimeFrame(v int64)

SetTimeFrame gets a reference to the given int64 and assigns it to the TimeFrame field.

func (*GenericStringDateFilter) SetToDate ¶

func (o *GenericStringDateFilter) SetToDate(v time.Time)

SetToDate gets a reference to the given time.Time and assigns it to the ToDate field.

type GenericStringFilter ¶

type GenericStringFilter struct {
	// Cache of join functions
	Cache *map[string][]string `json:"Cache,omitempty"`
	// Do not use workers mechanism while searching bleve
	IgnoreWorkers *bool `json:"ignoreWorkers,omitempty"`
	// 0-based page
	Page  *int64  `json:"page,omitempty"`
	Query *string `json:"query,omitempty"`
	// Efficient next page, pass max sort value from previous page
	SearchAfter *[]string `json:"searchAfter,omitempty"`
	// Efficient next page, pass max ES sort value from previous page
	SearchAfterElastic *[]string `json:"searchAfterElastic,omitempty"`
	// Efficient prev page, pass min sort value from next page
	SearchBefore *[]string `json:"searchBefore,omitempty"`
	// Efficient prev page, pass min ES sort value from next page
	SearchBeforeElastic *[]string `json:"searchBeforeElastic,omitempty"`
	// Size is limited to 1000, if not passed it defaults to 0, and no results will return
	Size *int64 `json:"size,omitempty"`
	// The sort order
	Sort *[]Order `json:"sort,omitempty"`
}

GenericStringFilter GenericStringFilter is a general filter that will fetch entities using the Query value

func NewGenericStringFilter ¶

func NewGenericStringFilter() *GenericStringFilter

NewGenericStringFilter instantiates a new GenericStringFilter 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 NewGenericStringFilterWithDefaults ¶

func NewGenericStringFilterWithDefaults() *GenericStringFilter

NewGenericStringFilterWithDefaults instantiates a new GenericStringFilter 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 (*GenericStringFilter) GetCache ¶

func (o *GenericStringFilter) GetCache() map[string][]string

GetCache returns the Cache field value if set, zero value otherwise.

func (*GenericStringFilter) GetCacheOk ¶

func (o *GenericStringFilter) GetCacheOk() (*map[string][]string, bool)

GetCacheOk returns a tuple with the Cache field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringFilter) GetIgnoreWorkers ¶

func (o *GenericStringFilter) GetIgnoreWorkers() bool

GetIgnoreWorkers returns the IgnoreWorkers field value if set, zero value otherwise.

func (*GenericStringFilter) GetIgnoreWorkersOk ¶

func (o *GenericStringFilter) GetIgnoreWorkersOk() (*bool, bool)

GetIgnoreWorkersOk returns a tuple with the IgnoreWorkers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringFilter) GetPage ¶

func (o *GenericStringFilter) GetPage() int64

GetPage returns the Page field value if set, zero value otherwise.

func (*GenericStringFilter) GetPageOk ¶

func (o *GenericStringFilter) GetPageOk() (*int64, bool)

GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringFilter) GetQuery ¶

func (o *GenericStringFilter) GetQuery() string

GetQuery returns the Query field value if set, zero value otherwise.

func (*GenericStringFilter) GetQueryOk ¶

func (o *GenericStringFilter) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringFilter) GetSearchAfter ¶

func (o *GenericStringFilter) GetSearchAfter() []string

GetSearchAfter returns the SearchAfter field value if set, zero value otherwise.

func (*GenericStringFilter) GetSearchAfterElastic ¶

func (o *GenericStringFilter) GetSearchAfterElastic() []string

GetSearchAfterElastic returns the SearchAfterElastic field value if set, zero value otherwise.

func (*GenericStringFilter) GetSearchAfterElasticOk ¶

func (o *GenericStringFilter) GetSearchAfterElasticOk() (*[]string, bool)

GetSearchAfterElasticOk returns a tuple with the SearchAfterElastic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringFilter) GetSearchAfterOk ¶

func (o *GenericStringFilter) GetSearchAfterOk() (*[]string, bool)

GetSearchAfterOk returns a tuple with the SearchAfter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringFilter) GetSearchBefore ¶

func (o *GenericStringFilter) GetSearchBefore() []string

GetSearchBefore returns the SearchBefore field value if set, zero value otherwise.

func (*GenericStringFilter) GetSearchBeforeElastic ¶

func (o *GenericStringFilter) GetSearchBeforeElastic() []string

GetSearchBeforeElastic returns the SearchBeforeElastic field value if set, zero value otherwise.

func (*GenericStringFilter) GetSearchBeforeElasticOk ¶

func (o *GenericStringFilter) GetSearchBeforeElasticOk() (*[]string, bool)

GetSearchBeforeElasticOk returns a tuple with the SearchBeforeElastic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringFilter) GetSearchBeforeOk ¶

func (o *GenericStringFilter) GetSearchBeforeOk() (*[]string, bool)

GetSearchBeforeOk returns a tuple with the SearchBefore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringFilter) GetSize ¶

func (o *GenericStringFilter) GetSize() int64

GetSize returns the Size field value if set, zero value otherwise.

func (*GenericStringFilter) GetSizeOk ¶

func (o *GenericStringFilter) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringFilter) GetSort ¶

func (o *GenericStringFilter) GetSort() []Order

GetSort returns the Sort field value if set, zero value otherwise.

func (*GenericStringFilter) GetSortOk ¶

func (o *GenericStringFilter) GetSortOk() (*[]Order, bool)

GetSortOk returns a tuple with the Sort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenericStringFilter) HasCache ¶

func (o *GenericStringFilter) HasCache() bool

HasCache returns a boolean if a field has been set.

func (*GenericStringFilter) HasIgnoreWorkers ¶

func (o *GenericStringFilter) HasIgnoreWorkers() bool

HasIgnoreWorkers returns a boolean if a field has been set.

func (*GenericStringFilter) HasPage ¶

func (o *GenericStringFilter) HasPage() bool

HasPage returns a boolean if a field has been set.

func (*GenericStringFilter) HasQuery ¶

func (o *GenericStringFilter) HasQuery() bool

HasQuery returns a boolean if a field has been set.

func (*GenericStringFilter) HasSearchAfter ¶

func (o *GenericStringFilter) HasSearchAfter() bool

HasSearchAfter returns a boolean if a field has been set.

func (*GenericStringFilter) HasSearchAfterElastic ¶

func (o *GenericStringFilter) HasSearchAfterElastic() bool

HasSearchAfterElastic returns a boolean if a field has been set.

func (*GenericStringFilter) HasSearchBefore ¶

func (o *GenericStringFilter) HasSearchBefore() bool

HasSearchBefore returns a boolean if a field has been set.

func (*GenericStringFilter) HasSearchBeforeElastic ¶

func (o *GenericStringFilter) HasSearchBeforeElastic() bool

HasSearchBeforeElastic returns a boolean if a field has been set.

func (*GenericStringFilter) HasSize ¶

func (o *GenericStringFilter) HasSize() bool

HasSize returns a boolean if a field has been set.

func (*GenericStringFilter) HasSort ¶

func (o *GenericStringFilter) HasSort() bool

HasSort returns a boolean if a field has been set.

func (GenericStringFilter) MarshalJSON ¶

func (o GenericStringFilter) MarshalJSON() ([]byte, error)

func (*GenericStringFilter) SetCache ¶

func (o *GenericStringFilter) SetCache(v map[string][]string)

SetCache gets a reference to the given map[string][]string and assigns it to the Cache field.

func (*GenericStringFilter) SetIgnoreWorkers ¶

func (o *GenericStringFilter) SetIgnoreWorkers(v bool)

SetIgnoreWorkers gets a reference to the given bool and assigns it to the IgnoreWorkers field.

func (*GenericStringFilter) SetPage ¶

func (o *GenericStringFilter) SetPage(v int64)

SetPage gets a reference to the given int64 and assigns it to the Page field.

func (*GenericStringFilter) SetQuery ¶

func (o *GenericStringFilter) SetQuery(v string)

SetQuery gets a reference to the given string and assigns it to the Query field.

func (*GenericStringFilter) SetSearchAfter ¶

func (o *GenericStringFilter) SetSearchAfter(v []string)

SetSearchAfter gets a reference to the given []string and assigns it to the SearchAfter field.

func (*GenericStringFilter) SetSearchAfterElastic ¶

func (o *GenericStringFilter) SetSearchAfterElastic(v []string)

SetSearchAfterElastic gets a reference to the given []string and assigns it to the SearchAfterElastic field.

func (*GenericStringFilter) SetSearchBefore ¶

func (o *GenericStringFilter) SetSearchBefore(v []string)

SetSearchBefore gets a reference to the given []string and assigns it to the SearchBefore field.

func (*GenericStringFilter) SetSearchBeforeElastic ¶

func (o *GenericStringFilter) SetSearchBeforeElastic(v []string)

SetSearchBeforeElastic gets a reference to the given []string and assigns it to the SearchBeforeElastic field.

func (*GenericStringFilter) SetSize ¶

func (o *GenericStringFilter) SetSize(v int64)

SetSize gets a reference to the given int64 and assigns it to the Size field.

func (*GenericStringFilter) SetSort ¶

func (o *GenericStringFilter) SetSort(v []Order)

SetSort gets a reference to the given []Order and assigns it to the Sort field.

type GraphDriverData ¶

type GraphDriverData struct {
	// data
	Data map[string]string `json:"Data"`
	// name
	Name string `json:"Name"`
}

GraphDriverData struct for GraphDriverData

func NewGraphDriverData ¶

func NewGraphDriverData(data map[string]string, name string) *GraphDriverData

NewGraphDriverData instantiates a new GraphDriverData 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 NewGraphDriverDataWithDefaults ¶

func NewGraphDriverDataWithDefaults() *GraphDriverData

NewGraphDriverDataWithDefaults instantiates a new GraphDriverData 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 (*GraphDriverData) GetData ¶

func (o *GraphDriverData) GetData() map[string]string

GetData returns the Data field value

func (*GraphDriverData) GetDataOk ¶

func (o *GraphDriverData) GetDataOk() (*map[string]string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*GraphDriverData) GetName ¶

func (o *GraphDriverData) GetName() string

GetName returns the Name field value

func (*GraphDriverData) GetNameOk ¶

func (o *GraphDriverData) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (GraphDriverData) MarshalJSON ¶

func (o GraphDriverData) MarshalJSON() ([]byte, error)

func (*GraphDriverData) SetData ¶

func (o *GraphDriverData) SetData(v map[string]string)

SetData sets field value

func (*GraphDriverData) SetName ¶

func (o *GraphDriverData) SetName(v string)

SetName sets field value

type GridColumn ¶

type GridColumn struct {
	DisplayName     *string   `json:"displayName,omitempty"`
	FieldCalcScript *string   `json:"fieldCalcScript,omitempty"`
	IsDefault       *bool     `json:"isDefault,omitempty"`
	IsReadOnly      *bool     `json:"isReadOnly,omitempty"`
	Key             *string   `json:"key,omitempty"`
	Required        *bool     `json:"required,omitempty"`
	Script          *string   `json:"script,omitempty"`
	SelectValues    *[]string `json:"selectValues,omitempty"`
	Type            *string   `json:"type,omitempty"`
	Width           *int64    `json:"width,omitempty"`
}

GridColumn struct for GridColumn

func NewGridColumn ¶

func NewGridColumn() *GridColumn

NewGridColumn instantiates a new GridColumn 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 NewGridColumnWithDefaults ¶

func NewGridColumnWithDefaults() *GridColumn

NewGridColumnWithDefaults instantiates a new GridColumn 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 (*GridColumn) GetDisplayName ¶

func (o *GridColumn) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*GridColumn) GetDisplayNameOk ¶

func (o *GridColumn) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridColumn) GetFieldCalcScript ¶

func (o *GridColumn) GetFieldCalcScript() string

GetFieldCalcScript returns the FieldCalcScript field value if set, zero value otherwise.

func (*GridColumn) GetFieldCalcScriptOk ¶

func (o *GridColumn) GetFieldCalcScriptOk() (*string, bool)

GetFieldCalcScriptOk returns a tuple with the FieldCalcScript field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridColumn) GetIsDefault ¶

func (o *GridColumn) GetIsDefault() bool

GetIsDefault returns the IsDefault field value if set, zero value otherwise.

func (*GridColumn) GetIsDefaultOk ¶

func (o *GridColumn) GetIsDefaultOk() (*bool, bool)

GetIsDefaultOk returns a tuple with the IsDefault field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridColumn) GetIsReadOnly ¶

func (o *GridColumn) GetIsReadOnly() bool

GetIsReadOnly returns the IsReadOnly field value if set, zero value otherwise.

func (*GridColumn) GetIsReadOnlyOk ¶

func (o *GridColumn) GetIsReadOnlyOk() (*bool, bool)

GetIsReadOnlyOk returns a tuple with the IsReadOnly field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridColumn) GetKey ¶

func (o *GridColumn) GetKey() string

GetKey returns the Key field value if set, zero value otherwise.

func (*GridColumn) GetKeyOk ¶

func (o *GridColumn) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridColumn) GetRequired ¶

func (o *GridColumn) GetRequired() bool

GetRequired returns the Required field value if set, zero value otherwise.

func (*GridColumn) GetRequiredOk ¶

func (o *GridColumn) GetRequiredOk() (*bool, bool)

GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridColumn) GetScript ¶

func (o *GridColumn) GetScript() string

GetScript returns the Script field value if set, zero value otherwise.

func (*GridColumn) GetScriptOk ¶

func (o *GridColumn) GetScriptOk() (*string, bool)

GetScriptOk returns a tuple with the Script field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridColumn) GetSelectValues ¶

func (o *GridColumn) GetSelectValues() []string

GetSelectValues returns the SelectValues field value if set, zero value otherwise.

func (*GridColumn) GetSelectValuesOk ¶

func (o *GridColumn) GetSelectValuesOk() (*[]string, bool)

GetSelectValuesOk returns a tuple with the SelectValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridColumn) GetType ¶

func (o *GridColumn) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*GridColumn) GetTypeOk ¶

func (o *GridColumn) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridColumn) GetWidth ¶

func (o *GridColumn) GetWidth() int64

GetWidth returns the Width field value if set, zero value otherwise.

func (*GridColumn) GetWidthOk ¶

func (o *GridColumn) GetWidthOk() (*int64, bool)

GetWidthOk returns a tuple with the Width field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridColumn) HasDisplayName ¶

func (o *GridColumn) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*GridColumn) HasFieldCalcScript ¶

func (o *GridColumn) HasFieldCalcScript() bool

HasFieldCalcScript returns a boolean if a field has been set.

func (*GridColumn) HasIsDefault ¶

func (o *GridColumn) HasIsDefault() bool

HasIsDefault returns a boolean if a field has been set.

func (*GridColumn) HasIsReadOnly ¶

func (o *GridColumn) HasIsReadOnly() bool

HasIsReadOnly returns a boolean if a field has been set.

func (*GridColumn) HasKey ¶

func (o *GridColumn) HasKey() bool

HasKey returns a boolean if a field has been set.

func (*GridColumn) HasRequired ¶

func (o *GridColumn) HasRequired() bool

HasRequired returns a boolean if a field has been set.

func (*GridColumn) HasScript ¶

func (o *GridColumn) HasScript() bool

HasScript returns a boolean if a field has been set.

func (*GridColumn) HasSelectValues ¶

func (o *GridColumn) HasSelectValues() bool

HasSelectValues returns a boolean if a field has been set.

func (*GridColumn) HasType ¶

func (o *GridColumn) HasType() bool

HasType returns a boolean if a field has been set.

func (*GridColumn) HasWidth ¶

func (o *GridColumn) HasWidth() bool

HasWidth returns a boolean if a field has been set.

func (GridColumn) MarshalJSON ¶

func (o GridColumn) MarshalJSON() ([]byte, error)

func (*GridColumn) SetDisplayName ¶

func (o *GridColumn) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*GridColumn) SetFieldCalcScript ¶

func (o *GridColumn) SetFieldCalcScript(v string)

SetFieldCalcScript gets a reference to the given string and assigns it to the FieldCalcScript field.

func (*GridColumn) SetIsDefault ¶

func (o *GridColumn) SetIsDefault(v bool)

SetIsDefault gets a reference to the given bool and assigns it to the IsDefault field.

func (*GridColumn) SetIsReadOnly ¶

func (o *GridColumn) SetIsReadOnly(v bool)

SetIsReadOnly gets a reference to the given bool and assigns it to the IsReadOnly field.

func (*GridColumn) SetKey ¶

func (o *GridColumn) SetKey(v string)

SetKey gets a reference to the given string and assigns it to the Key field.

func (*GridColumn) SetRequired ¶

func (o *GridColumn) SetRequired(v bool)

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (*GridColumn) SetScript ¶

func (o *GridColumn) SetScript(v string)

SetScript gets a reference to the given string and assigns it to the Script field.

func (*GridColumn) SetSelectValues ¶

func (o *GridColumn) SetSelectValues(v []string)

SetSelectValues gets a reference to the given []string and assigns it to the SelectValues field.

func (*GridColumn) SetType ¶

func (o *GridColumn) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*GridColumn) SetWidth ¶

func (o *GridColumn) SetWidth(v int64)

SetWidth gets a reference to the given int64 and assigns it to the Width field.

type Group ¶

type Group struct {
	// color used to identify the group
	Color *string `json:"color,omitempty"`
	// The number of participants in the group
	Count *int64 `json:"count,omitempty"`
	// The data value provided in array of integer values.
	Data     *[]int64 `json:"data,omitempty"`
	DataType *string  `json:"dataType,omitempty"`
	// The data value provided in array of float values.
	FloatData *[]float64 `json:"floatData,omitempty"`
	// Groups is a list of group entities
	Groups *[]Group `json:"groups,omitempty"`
	Name   *string  `json:"name,omitempty"`
	Pivot  *string  `json:"pivot,omitempty"`
	Query  *string  `json:"query,omitempty"`
	X      *float64 `json:"x,omitempty"`
	Y      *float64 `json:"y,omitempty"`
	Z      *float64 `json:"z,omitempty"`
}

Group struct for Group

func NewGroup ¶

func NewGroup() *Group

NewGroup instantiates a new Group 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 NewGroupWithDefaults ¶

func NewGroupWithDefaults() *Group

NewGroupWithDefaults instantiates a new Group 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 (*Group) GetColor ¶

func (o *Group) GetColor() string

GetColor returns the Color field value if set, zero value otherwise.

func (*Group) GetColorOk ¶

func (o *Group) GetColorOk() (*string, bool)

GetColorOk returns a tuple with the Color field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Group) GetCount ¶

func (o *Group) GetCount() int64

GetCount returns the Count field value if set, zero value otherwise.

func (*Group) GetCountOk ¶

func (o *Group) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Group) GetData ¶

func (o *Group) GetData() []int64

GetData returns the Data field value if set, zero value otherwise.

func (*Group) GetDataOk ¶

func (o *Group) GetDataOk() (*[]int64, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Group) GetDataType ¶

func (o *Group) GetDataType() string

GetDataType returns the DataType field value if set, zero value otherwise.

func (*Group) GetDataTypeOk ¶

func (o *Group) GetDataTypeOk() (*string, bool)

GetDataTypeOk returns a tuple with the DataType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Group) GetFloatData ¶

func (o *Group) GetFloatData() []float64

GetFloatData returns the FloatData field value if set, zero value otherwise.

func (*Group) GetFloatDataOk ¶

func (o *Group) GetFloatDataOk() (*[]float64, bool)

GetFloatDataOk returns a tuple with the FloatData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Group) GetGroups ¶

func (o *Group) GetGroups() []Group

GetGroups returns the Groups field value if set, zero value otherwise.

func (*Group) GetGroupsOk ¶

func (o *Group) GetGroupsOk() (*[]Group, bool)

GetGroupsOk returns a tuple with the Groups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Group) GetName ¶

func (o *Group) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Group) GetNameOk ¶

func (o *Group) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Group) GetPivot ¶

func (o *Group) GetPivot() string

GetPivot returns the Pivot field value if set, zero value otherwise.

func (*Group) GetPivotOk ¶

func (o *Group) GetPivotOk() (*string, bool)

GetPivotOk returns a tuple with the Pivot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Group) GetQuery ¶

func (o *Group) GetQuery() string

GetQuery returns the Query field value if set, zero value otherwise.

func (*Group) GetQueryOk ¶

func (o *Group) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Group) GetX ¶

func (o *Group) GetX() float64

GetX returns the X field value if set, zero value otherwise.

func (*Group) GetXOk ¶

func (o *Group) GetXOk() (*float64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Group) GetY ¶

func (o *Group) GetY() float64

GetY returns the Y field value if set, zero value otherwise.

func (*Group) GetYOk ¶

func (o *Group) GetYOk() (*float64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Group) GetZ ¶

func (o *Group) GetZ() float64

GetZ returns the Z field value if set, zero value otherwise.

func (*Group) GetZOk ¶

func (o *Group) GetZOk() (*float64, bool)

GetZOk returns a tuple with the Z field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Group) HasColor ¶

func (o *Group) HasColor() bool

HasColor returns a boolean if a field has been set.

func (*Group) HasCount ¶

func (o *Group) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*Group) HasData ¶

func (o *Group) HasData() bool

HasData returns a boolean if a field has been set.

func (*Group) HasDataType ¶

func (o *Group) HasDataType() bool

HasDataType returns a boolean if a field has been set.

func (*Group) HasFloatData ¶

func (o *Group) HasFloatData() bool

HasFloatData returns a boolean if a field has been set.

func (*Group) HasGroups ¶

func (o *Group) HasGroups() bool

HasGroups returns a boolean if a field has been set.

func (*Group) HasName ¶

func (o *Group) HasName() bool

HasName returns a boolean if a field has been set.

func (*Group) HasPivot ¶

func (o *Group) HasPivot() bool

HasPivot returns a boolean if a field has been set.

func (*Group) HasQuery ¶

func (o *Group) HasQuery() bool

HasQuery returns a boolean if a field has been set.

func (*Group) HasX ¶

func (o *Group) HasX() bool

HasX returns a boolean if a field has been set.

func (*Group) HasY ¶

func (o *Group) HasY() bool

HasY returns a boolean if a field has been set.

func (*Group) HasZ ¶

func (o *Group) HasZ() bool

HasZ returns a boolean if a field has been set.

func (Group) MarshalJSON ¶

func (o Group) MarshalJSON() ([]byte, error)

func (*Group) SetColor ¶

func (o *Group) SetColor(v string)

SetColor gets a reference to the given string and assigns it to the Color field.

func (*Group) SetCount ¶

func (o *Group) SetCount(v int64)

SetCount gets a reference to the given int64 and assigns it to the Count field.

func (*Group) SetData ¶

func (o *Group) SetData(v []int64)

SetData gets a reference to the given []int64 and assigns it to the Data field.

func (*Group) SetDataType ¶

func (o *Group) SetDataType(v string)

SetDataType gets a reference to the given string and assigns it to the DataType field.

func (*Group) SetFloatData ¶

func (o *Group) SetFloatData(v []float64)

SetFloatData gets a reference to the given []float64 and assigns it to the FloatData field.

func (*Group) SetGroups ¶

func (o *Group) SetGroups(v []Group)

SetGroups gets a reference to the given []Group and assigns it to the Groups field.

func (*Group) SetName ¶

func (o *Group) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*Group) SetPivot ¶

func (o *Group) SetPivot(v string)

SetPivot gets a reference to the given string and assigns it to the Pivot field.

func (*Group) SetQuery ¶

func (o *Group) SetQuery(v string)

SetQuery gets a reference to the given string and assigns it to the Query field.

func (*Group) SetX ¶

func (o *Group) SetX(v float64)

SetX gets a reference to the given float64 and assigns it to the X field.

func (*Group) SetY ¶

func (o *Group) SetY(v float64)

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*Group) SetZ ¶

func (o *Group) SetZ(v float64)

SetZ gets a reference to the given float64 and assigns it to the Z field.

type Groups ¶ added in v0.2.4

type Groups struct {
	Items []Group
}

Groups Groups is a list of group entities

func NewGroups ¶ added in v0.2.4

func NewGroups() *Groups

NewGroups instantiates a new Groups 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 NewGroupsWithDefaults ¶ added in v0.2.4

func NewGroupsWithDefaults() *Groups

NewGroupsWithDefaults instantiates a new Groups 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 (Groups) MarshalJSON ¶ added in v0.2.4

func (o Groups) MarshalJSON() ([]byte, error)

func (*Groups) UnmarshalJSON ¶ added in v0.2.4

func (o *Groups) UnmarshalJSON(bytes []byte) (err error)

type HAGroups ¶ added in v0.2.4

type HAGroups struct {
	Items []map[string]interface{}
}

HAGroups struct for HAGroups

func NewHAGroups ¶ added in v0.2.4

func NewHAGroups() *HAGroups

NewHAGroups instantiates a new HAGroups 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 NewHAGroupsWithDefaults ¶ added in v0.2.4

func NewHAGroupsWithDefaults() *HAGroups

NewHAGroupsWithDefaults instantiates a new HAGroups 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 (HAGroups) MarshalJSON ¶ added in v0.2.4

func (o HAGroups) MarshalJSON() ([]byte, error)

func (*HAGroups) UnmarshalJSON ¶ added in v0.2.4

func (o *HAGroups) UnmarshalJSON(bytes []byte) (err error)

type Hosts ¶ added in v0.2.4

type Hosts struct {
	Items []map[string]interface{}
}

Hosts struct for Hosts

func NewHosts ¶ added in v0.2.4

func NewHosts() *Hosts

NewHosts instantiates a new Hosts 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 NewHostsWithDefaults ¶ added in v0.2.4

func NewHostsWithDefaults() *Hosts

NewHostsWithDefaults instantiates a new Hosts 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 (Hosts) MarshalJSON ¶ added in v0.2.4

func (o Hosts) MarshalJSON() ([]byte, error)

func (*Hosts) UnmarshalJSON ¶ added in v0.2.4

func (o *Hosts) UnmarshalJSON(bytes []byte) (err error)

type HumanCron ¶

type HumanCron struct {
	AtTimeHour   *string   `json:"atTimeHour,omitempty"`
	AtTimeMinute *string   `json:"atTimeMinute,omitempty"`
	Days         *[]string `json:"days,omitempty"`
	// the following fields are deprecated. do not use them.
	SchedulingType *string `json:"schedulingType,omitempty"`
	TimePeriod     *int64  `json:"timePeriod,omitempty"`
	TimePeriodType *string `json:"timePeriodType,omitempty"`
}

HumanCron struct for HumanCron

func NewHumanCron ¶

func NewHumanCron() *HumanCron

NewHumanCron instantiates a new HumanCron 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 NewHumanCronWithDefaults ¶

func NewHumanCronWithDefaults() *HumanCron

NewHumanCronWithDefaults instantiates a new HumanCron 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 (*HumanCron) GetAtTimeHour ¶

func (o *HumanCron) GetAtTimeHour() string

GetAtTimeHour returns the AtTimeHour field value if set, zero value otherwise.

func (*HumanCron) GetAtTimeHourOk ¶

func (o *HumanCron) GetAtTimeHourOk() (*string, bool)

GetAtTimeHourOk returns a tuple with the AtTimeHour field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HumanCron) GetAtTimeMinute ¶

func (o *HumanCron) GetAtTimeMinute() string

GetAtTimeMinute returns the AtTimeMinute field value if set, zero value otherwise.

func (*HumanCron) GetAtTimeMinuteOk ¶

func (o *HumanCron) GetAtTimeMinuteOk() (*string, bool)

GetAtTimeMinuteOk returns a tuple with the AtTimeMinute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HumanCron) GetDays ¶

func (o *HumanCron) GetDays() []string

GetDays returns the Days field value if set, zero value otherwise.

func (*HumanCron) GetDaysOk ¶

func (o *HumanCron) GetDaysOk() (*[]string, bool)

GetDaysOk returns a tuple with the Days field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HumanCron) GetSchedulingType ¶

func (o *HumanCron) GetSchedulingType() string

GetSchedulingType returns the SchedulingType field value if set, zero value otherwise.

func (*HumanCron) GetSchedulingTypeOk ¶

func (o *HumanCron) GetSchedulingTypeOk() (*string, bool)

GetSchedulingTypeOk returns a tuple with the SchedulingType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HumanCron) GetTimePeriod ¶

func (o *HumanCron) GetTimePeriod() int64

GetTimePeriod returns the TimePeriod field value if set, zero value otherwise.

func (*HumanCron) GetTimePeriodOk ¶

func (o *HumanCron) GetTimePeriodOk() (*int64, bool)

GetTimePeriodOk returns a tuple with the TimePeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HumanCron) GetTimePeriodType ¶

func (o *HumanCron) GetTimePeriodType() string

GetTimePeriodType returns the TimePeriodType field value if set, zero value otherwise.

func (*HumanCron) GetTimePeriodTypeOk ¶

func (o *HumanCron) GetTimePeriodTypeOk() (*string, bool)

GetTimePeriodTypeOk returns a tuple with the TimePeriodType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HumanCron) HasAtTimeHour ¶

func (o *HumanCron) HasAtTimeHour() bool

HasAtTimeHour returns a boolean if a field has been set.

func (*HumanCron) HasAtTimeMinute ¶

func (o *HumanCron) HasAtTimeMinute() bool

HasAtTimeMinute returns a boolean if a field has been set.

func (*HumanCron) HasDays ¶

func (o *HumanCron) HasDays() bool

HasDays returns a boolean if a field has been set.

func (*HumanCron) HasSchedulingType ¶

func (o *HumanCron) HasSchedulingType() bool

HasSchedulingType returns a boolean if a field has been set.

func (*HumanCron) HasTimePeriod ¶

func (o *HumanCron) HasTimePeriod() bool

HasTimePeriod returns a boolean if a field has been set.

func (*HumanCron) HasTimePeriodType ¶

func (o *HumanCron) HasTimePeriodType() bool

HasTimePeriodType returns a boolean if a field has been set.

func (HumanCron) MarshalJSON ¶

func (o HumanCron) MarshalJSON() ([]byte, error)

func (*HumanCron) SetAtTimeHour ¶

func (o *HumanCron) SetAtTimeHour(v string)

SetAtTimeHour gets a reference to the given string and assigns it to the AtTimeHour field.

func (*HumanCron) SetAtTimeMinute ¶

func (o *HumanCron) SetAtTimeMinute(v string)

SetAtTimeMinute gets a reference to the given string and assigns it to the AtTimeMinute field.

func (*HumanCron) SetDays ¶

func (o *HumanCron) SetDays(v []string)

SetDays gets a reference to the given []string and assigns it to the Days field.

func (*HumanCron) SetSchedulingType ¶

func (o *HumanCron) SetSchedulingType(v string)

SetSchedulingType gets a reference to the given string and assigns it to the SchedulingType field.

func (*HumanCron) SetTimePeriod ¶

func (o *HumanCron) SetTimePeriod(v int64)

SetTimePeriod gets a reference to the given int64 and assigns it to the TimePeriod field.

func (*HumanCron) SetTimePeriodType ¶

func (o *HumanCron) SetTimePeriodType(v string)

SetTimePeriodType gets a reference to the given string and assigns it to the TimePeriodType field.

type IdResponse ¶

type IdResponse struct {
	// The id of the newly created object.
	Id string `json:"Id"`
}

IdResponse IDResponse Response to an API call that returns just an Id

func NewIdResponse ¶

func NewIdResponse(id string) *IdResponse

NewIdResponse instantiates a new IdResponse 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 NewIdResponseWithDefaults ¶

func NewIdResponseWithDefaults() *IdResponse

NewIdResponseWithDefaults instantiates a new IdResponse 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 (*IdResponse) GetId ¶

func (o *IdResponse) GetId() string

GetId returns the Id field value

func (*IdResponse) GetIdOk ¶

func (o *IdResponse) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (IdResponse) MarshalJSON ¶

func (o IdResponse) MarshalJSON() ([]byte, error)

func (*IdResponse) SetId ¶

func (o *IdResponse) SetId(v string)

SetId sets field value

type ImageDeleteResponseItem ¶

type ImageDeleteResponseItem struct {
	// The image ID of an image that was deleted
	Deleted *string `json:"Deleted,omitempty"`
	// The image ID of an image that was untagged
	Untagged *string `json:"Untagged,omitempty"`
}

ImageDeleteResponseItem ImageDeleteResponseItem image delete response item

func NewImageDeleteResponseItem ¶

func NewImageDeleteResponseItem() *ImageDeleteResponseItem

NewImageDeleteResponseItem instantiates a new ImageDeleteResponseItem 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 NewImageDeleteResponseItemWithDefaults ¶

func NewImageDeleteResponseItemWithDefaults() *ImageDeleteResponseItem

NewImageDeleteResponseItemWithDefaults instantiates a new ImageDeleteResponseItem 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 (*ImageDeleteResponseItem) GetDeleted ¶

func (o *ImageDeleteResponseItem) GetDeleted() string

GetDeleted returns the Deleted field value if set, zero value otherwise.

func (*ImageDeleteResponseItem) GetDeletedOk ¶

func (o *ImageDeleteResponseItem) GetDeletedOk() (*string, bool)

GetDeletedOk returns a tuple with the Deleted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImageDeleteResponseItem) GetUntagged ¶

func (o *ImageDeleteResponseItem) GetUntagged() string

GetUntagged returns the Untagged field value if set, zero value otherwise.

func (*ImageDeleteResponseItem) GetUntaggedOk ¶

func (o *ImageDeleteResponseItem) GetUntaggedOk() (*string, bool)

GetUntaggedOk returns a tuple with the Untagged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImageDeleteResponseItem) HasDeleted ¶

func (o *ImageDeleteResponseItem) HasDeleted() bool

HasDeleted returns a boolean if a field has been set.

func (*ImageDeleteResponseItem) HasUntagged ¶

func (o *ImageDeleteResponseItem) HasUntagged() bool

HasUntagged returns a boolean if a field has been set.

func (ImageDeleteResponseItem) MarshalJSON ¶

func (o ImageDeleteResponseItem) MarshalJSON() ([]byte, error)

func (*ImageDeleteResponseItem) SetDeleted ¶

func (o *ImageDeleteResponseItem) SetDeleted(v string)

SetDeleted gets a reference to the given string and assigns it to the Deleted field.

func (*ImageDeleteResponseItem) SetUntagged ¶

func (o *ImageDeleteResponseItem) SetUntagged(v string)

SetUntagged gets a reference to the given string and assigns it to the Untagged field.

type ImageSummary ¶

type ImageSummary struct {
	// containers
	Containers int64 `json:"Containers"`
	// created
	Created int64 `json:"Created"`
	// Id
	Id string `json:"Id"`
	// labels
	Labels map[string]string `json:"Labels"`
	// parent Id
	ParentId string `json:"ParentId"`
	// repo digests
	RepoDigests []string `json:"RepoDigests"`
	// repo tags
	RepoTags []string `json:"RepoTags"`
	// shared size
	SharedSize int64 `json:"SharedSize"`
	// size
	Size int64 `json:"Size"`
	// virtual size
	VirtualSize int64 `json:"VirtualSize"`
}

ImageSummary ImageSummary image summary

func NewImageSummary ¶

func NewImageSummary(containers int64, created int64, id string, labels map[string]string, parentId string, repoDigests []string, repoTags []string, sharedSize int64, size int64, virtualSize int64) *ImageSummary

NewImageSummary instantiates a new ImageSummary 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 NewImageSummaryWithDefaults ¶

func NewImageSummaryWithDefaults() *ImageSummary

NewImageSummaryWithDefaults instantiates a new ImageSummary 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 (*ImageSummary) GetContainers ¶

func (o *ImageSummary) GetContainers() int64

GetContainers returns the Containers field value

func (*ImageSummary) GetContainersOk ¶

func (o *ImageSummary) GetContainersOk() (*int64, bool)

GetContainersOk returns a tuple with the Containers field value and a boolean to check if the value has been set.

func (*ImageSummary) GetCreated ¶

func (o *ImageSummary) GetCreated() int64

GetCreated returns the Created field value

func (*ImageSummary) GetCreatedOk ¶

func (o *ImageSummary) GetCreatedOk() (*int64, bool)

GetCreatedOk returns a tuple with the Created field value and a boolean to check if the value has been set.

func (*ImageSummary) GetId ¶

func (o *ImageSummary) GetId() string

GetId returns the Id field value

func (*ImageSummary) GetIdOk ¶

func (o *ImageSummary) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ImageSummary) GetLabels ¶

func (o *ImageSummary) GetLabels() map[string]string

GetLabels returns the Labels field value

func (*ImageSummary) GetLabelsOk ¶

func (o *ImageSummary) GetLabelsOk() (*map[string]string, bool)

GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.

func (*ImageSummary) GetParentId ¶

func (o *ImageSummary) GetParentId() string

GetParentId returns the ParentId field value

func (*ImageSummary) GetParentIdOk ¶

func (o *ImageSummary) GetParentIdOk() (*string, bool)

GetParentIdOk returns a tuple with the ParentId field value and a boolean to check if the value has been set.

func (*ImageSummary) GetRepoDigests ¶

func (o *ImageSummary) GetRepoDigests() []string

GetRepoDigests returns the RepoDigests field value

func (*ImageSummary) GetRepoDigestsOk ¶

func (o *ImageSummary) GetRepoDigestsOk() (*[]string, bool)

GetRepoDigestsOk returns a tuple with the RepoDigests field value and a boolean to check if the value has been set.

func (*ImageSummary) GetRepoTags ¶

func (o *ImageSummary) GetRepoTags() []string

GetRepoTags returns the RepoTags field value

func (*ImageSummary) GetRepoTagsOk ¶

func (o *ImageSummary) GetRepoTagsOk() (*[]string, bool)

GetRepoTagsOk returns a tuple with the RepoTags field value and a boolean to check if the value has been set.

func (*ImageSummary) GetSharedSize ¶

func (o *ImageSummary) GetSharedSize() int64

GetSharedSize returns the SharedSize field value

func (*ImageSummary) GetSharedSizeOk ¶

func (o *ImageSummary) GetSharedSizeOk() (*int64, bool)

GetSharedSizeOk returns a tuple with the SharedSize field value and a boolean to check if the value has been set.

func (*ImageSummary) GetSize ¶

func (o *ImageSummary) GetSize() int64

GetSize returns the Size field value

func (*ImageSummary) GetSizeOk ¶

func (o *ImageSummary) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.

func (*ImageSummary) GetVirtualSize ¶

func (o *ImageSummary) GetVirtualSize() int64

GetVirtualSize returns the VirtualSize field value

func (*ImageSummary) GetVirtualSizeOk ¶

func (o *ImageSummary) GetVirtualSizeOk() (*int64, bool)

GetVirtualSizeOk returns a tuple with the VirtualSize field value and a boolean to check if the value has been set.

func (ImageSummary) MarshalJSON ¶

func (o ImageSummary) MarshalJSON() ([]byte, error)

func (*ImageSummary) SetContainers ¶

func (o *ImageSummary) SetContainers(v int64)

SetContainers sets field value

func (*ImageSummary) SetCreated ¶

func (o *ImageSummary) SetCreated(v int64)

SetCreated sets field value

func (*ImageSummary) SetId ¶

func (o *ImageSummary) SetId(v string)

SetId sets field value

func (*ImageSummary) SetLabels ¶

func (o *ImageSummary) SetLabels(v map[string]string)

SetLabels sets field value

func (*ImageSummary) SetParentId ¶

func (o *ImageSummary) SetParentId(v string)

SetParentId sets field value

func (*ImageSummary) SetRepoDigests ¶

func (o *ImageSummary) SetRepoDigests(v []string)

SetRepoDigests sets field value

func (*ImageSummary) SetRepoTags ¶

func (o *ImageSummary) SetRepoTags(v []string)

SetRepoTags sets field value

func (*ImageSummary) SetSharedSize ¶

func (o *ImageSummary) SetSharedSize(v int64)

SetSharedSize sets field value

func (*ImageSummary) SetSize ¶

func (o *ImageSummary) SetSize(v int64)

SetSize sets field value

func (*ImageSummary) SetVirtualSize ¶

func (o *ImageSummary) SetVirtualSize(v int64)

SetVirtualSize sets field value

type Important ¶

type Important struct {
	ContextPath *string `json:"contextPath,omitempty"`
	// Description is either a string or a map from string to interface
	Description *string `json:"description,omitempty"`
	// To what other context path this output is related
	Related *string `json:"related,omitempty"`
}

Important Important The important outputs of a given command

func NewImportant ¶

func NewImportant() *Important

NewImportant instantiates a new Important 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 NewImportantWithDefaults ¶

func NewImportantWithDefaults() *Important

NewImportantWithDefaults instantiates a new Important 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 (*Important) GetContextPath ¶

func (o *Important) GetContextPath() string

GetContextPath returns the ContextPath field value if set, zero value otherwise.

func (*Important) GetContextPathOk ¶

func (o *Important) GetContextPathOk() (*string, bool)

GetContextPathOk returns a tuple with the ContextPath field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Important) GetDescription ¶

func (o *Important) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Important) GetDescriptionOk ¶

func (o *Important) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Important) GetRelated ¶

func (o *Important) GetRelated() string

GetRelated returns the Related field value if set, zero value otherwise.

func (*Important) GetRelatedOk ¶

func (o *Important) GetRelatedOk() (*string, bool)

GetRelatedOk returns a tuple with the Related field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Important) HasContextPath ¶

func (o *Important) HasContextPath() bool

HasContextPath returns a boolean if a field has been set.

func (*Important) HasDescription ¶

func (o *Important) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Important) HasRelated ¶

func (o *Important) HasRelated() bool

HasRelated returns a boolean if a field has been set.

func (Important) MarshalJSON ¶

func (o Important) MarshalJSON() ([]byte, error)

func (*Important) SetContextPath ¶

func (o *Important) SetContextPath(v string)

SetContextPath gets a reference to the given string and assigns it to the ContextPath field.

func (*Important) SetDescription ¶

func (o *Important) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*Important) SetRelated ¶

func (o *Important) SetRelated(v string)

SetRelated gets a reference to the given string and assigns it to the Related field.

type Incident ¶

type Incident struct {
	ShardID *int64 `json:"ShardID,omitempty"`
	// Account holds the tenant name so that slicing and dicing on the master can leverage bleve
	Account *string `json:"account,omitempty"`
	// When was this activated
	Activated *time.Time `json:"activated,omitempty"`
	// The user that activated this investigation
	ActivatingingUserId *string `json:"activatingingUserId,omitempty"`
	AllRead             *bool   `json:"allRead,omitempty"`
	AllReadWrite        *bool   `json:"allReadWrite,omitempty"`
	// Attachments
	Attachment *[]Attachment `json:"attachment,omitempty"`
	// AlmostUniqueTime is an attempt to have a unique sortable ID for an incident
	Autime *int64 `json:"autime,omitempty"`
	// Canvases of the incident
	Canvases *[]string `json:"canvases,omitempty"`
	// Category
	Category *string `json:"category,omitempty"`
	// Notes for closing the incident
	CloseNotes *string `json:"closeNotes,omitempty"`
	// The reason for closing the incident (select from existing predefined values)
	CloseReason *string `json:"closeReason,omitempty"`
	// When was this closed
	Closed *time.Time `json:"closed,omitempty"`
	// The user ID that closed this investigation
	ClosingUserId *string `json:"closingUserId,omitempty"`
	// When was this created
	Created *time.Time `json:"created,omitempty"`
	// Who has created this event - relevant only for manual incidents
	DbotCreatedBy *string `json:"dbotCreatedBy,omitempty"`
	// For mirroring, manage a list of current dirty fields so that we can send delta to outgoing integration
	DbotCurrentDirtyFields *[]string `json:"dbotCurrentDirtyFields,omitempty"`
	// For mirroring, manage a list of dirty fields to not override them from the source of the incident
	DbotDirtyFields *[]string `json:"dbotDirtyFields,omitempty"`
	// DBotMirrorDirection of how to mirror the incident (in/out/both)
	DbotMirrorDirection *string `json:"dbotMirrorDirection,omitempty"`
	// DBotMirrorID of a remote system we are syncing with
	DbotMirrorId *string `json:"dbotMirrorId,omitempty"`
	// DBotMirrorInstance name of a mirror integration instance
	DbotMirrorInstance *string `json:"dbotMirrorInstance,omitempty"`
	// The last time we synced this incident even if we did not update anything
	DbotMirrorLastSync *time.Time `json:"dbotMirrorLastSync,omitempty"`
	// The entry tags I want to sync to remote system
	DbotMirrorTags *[]string `json:"dbotMirrorTags,omitempty"`
	// The details of the incident - reason, etc.
	Details *string `json:"details,omitempty"`
	// DroppedCount ...
	DroppedCount *int64 `json:"droppedCount,omitempty"`
	// SLA
	DueDate *time.Time `json:"dueDate,omitempty"`
	// If this incident was triggered by a feed job
	FeedBased *bool `json:"feedBased,omitempty"`
	// Internal field to make queries on role faster
	HasRole   *bool                `json:"hasRole,omitempty"`
	Highlight *map[string][]string `json:"highlight,omitempty"`
	Id        *string              `json:"id,omitempty"`
	// Investigation that was opened as a result of the incoming event
	InvestigationId *string `json:"investigationId,omitempty"`
	// IsDebug ...
	IsDebug *bool `json:"isDebug,omitempty"`
	// IsPlayGround
	IsPlayground *bool `json:"isPlayground,omitempty"`
	// Labels related to incident - each label is composed of a type and value
	Labels *[]Label `json:"labels,omitempty"`
	// If this incident was triggered by a job, this would be the time the **previous** job started
	LastJobRunTime *time.Time `json:"lastJobRunTime,omitempty"`
	LastOpen       *time.Time `json:"lastOpen,omitempty"`
	// LinkedCount ...
	LinkedCount *int64 `json:"linkedCount,omitempty"`
	// LinkedIncidents incidents that were marked as linked by user
	LinkedIncidents *[]string  `json:"linkedIncidents,omitempty"`
	Modified        *time.Time `json:"modified,omitempty"`
	// Incident Name - given by user
	Name *string `json:"name,omitempty"`
	// Incdicates when last this field was changed with a value that supposed to send a notification
	NotifyTime *time.Time `json:"notifyTime,omitempty"`
	NumericId  *int64     `json:"numericId,omitempty"`
	// When this incident has really occurred
	Occurred *time.Time `json:"occurred,omitempty"`
	// Duration incident was open
	OpenDuration *int64 `json:"openDuration,omitempty"`
	// The user who owns this incident
	Owner *string `json:"owner,omitempty"`
	// Parent
	Parent *string `json:"parent,omitempty"`
	// Phase
	Phase *string `json:"phase,omitempty"`
	// The associated playbook for this incident
	PlaybookId           *string `json:"playbookId,omitempty"`
	PreviousAllRead      *bool   `json:"previousAllRead,omitempty"`
	PreviousAllReadWrite *bool   `json:"previousAllReadWrite,omitempty"`
	// Do not change this field manually
	PreviousRoles *[]string `json:"previousRoles,omitempty"`
	PrimaryTerm   *int64    `json:"primaryTerm,omitempty"`
	RawCategory   *string   `json:"rawCategory,omitempty"`
	// The reason for closing the incident (select from existing predefined values)
	RawCloseReason *string `json:"rawCloseReason,omitempty"`
	RawJSON        *string `json:"rawJSON,omitempty"`
	// Incident RawName
	RawName *string `json:"rawName,omitempty"`
	// RawPhase
	RawPhase *string `json:"rawPhase,omitempty"`
	// Incident raw type
	RawType *string `json:"rawType,omitempty"`
	// The reason for the resolve
	Reason *string `json:"reason,omitempty"`
	// When if at all to send a reminder
	Reminder *time.Time `json:"reminder,omitempty"`
	// The role assigned to this investigation
	Roles *[]string `json:"roles,omitempty"`
	// RunStatus of a job
	RunStatus      *string `json:"runStatus,omitempty"`
	SequenceNumber *int64  `json:"sequenceNumber,omitempty"`
	// Severity is the incident severity
	Severity *float64 `json:"severity,omitempty"`
	// SLAState is the incident sla at closure time
	Sla        *float64  `json:"sla,omitempty"`
	SortValues *[]string `json:"sortValues,omitempty"`
	// SourceBrand ...
	SourceBrand *string `json:"sourceBrand,omitempty"`
	// SourceInstance ...
	SourceInstance *string `json:"sourceInstance,omitempty"`
	// IncidentStatus is the status of the incident
	Status *float64 `json:"status,omitempty"`
	// ToDoTaskIDs list of to do task ids
	TodoTaskIds *[]string `json:"todoTaskIds,omitempty"`
	// Incident type
	Type                       *string   `json:"type,omitempty"`
	Version                    *int64    `json:"version,omitempty"`
	XsoarHasReadOnlyRole       *bool     `json:"xsoarHasReadOnlyRole,omitempty"`
	XsoarPreviousReadOnlyRoles *[]string `json:"xsoarPreviousReadOnlyRoles,omitempty"`
	XsoarReadOnlyRoles         *[]string `json:"xsoarReadOnlyRoles,omitempty"`
}

Incident An incident can be manually opened algorithmically or arrive from an external source like SIEM. Note: CustomFields (an optional generic object type) is missing from swagger properties definition.

func NewIncident ¶

func NewIncident() *Incident

NewIncident instantiates a new Incident 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 NewIncidentWithDefaults ¶

func NewIncidentWithDefaults() *Incident

NewIncidentWithDefaults instantiates a new Incident 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 (*Incident) GetAccount ¶

func (o *Incident) GetAccount() string

GetAccount returns the Account field value if set, zero value otherwise.

func (*Incident) GetAccountOk ¶

func (o *Incident) GetAccountOk() (*string, bool)

GetAccountOk returns a tuple with the Account field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetActivated ¶

func (o *Incident) GetActivated() time.Time

GetActivated returns the Activated field value if set, zero value otherwise.

func (*Incident) GetActivatedOk ¶

func (o *Incident) GetActivatedOk() (*time.Time, bool)

GetActivatedOk returns a tuple with the Activated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetActivatingingUserId ¶

func (o *Incident) GetActivatingingUserId() string

GetActivatingingUserId returns the ActivatingingUserId field value if set, zero value otherwise.

func (*Incident) GetActivatingingUserIdOk ¶

func (o *Incident) GetActivatingingUserIdOk() (*string, bool)

GetActivatingingUserIdOk returns a tuple with the ActivatingingUserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetAllRead ¶

func (o *Incident) GetAllRead() bool

GetAllRead returns the AllRead field value if set, zero value otherwise.

func (*Incident) GetAllReadOk ¶

func (o *Incident) GetAllReadOk() (*bool, bool)

GetAllReadOk returns a tuple with the AllRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetAllReadWrite ¶

func (o *Incident) GetAllReadWrite() bool

GetAllReadWrite returns the AllReadWrite field value if set, zero value otherwise.

func (*Incident) GetAllReadWriteOk ¶

func (o *Incident) GetAllReadWriteOk() (*bool, bool)

GetAllReadWriteOk returns a tuple with the AllReadWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetAttachment ¶

func (o *Incident) GetAttachment() []Attachment

GetAttachment returns the Attachment field value if set, zero value otherwise.

func (*Incident) GetAttachmentOk ¶

func (o *Incident) GetAttachmentOk() (*[]Attachment, bool)

GetAttachmentOk returns a tuple with the Attachment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetAutime ¶

func (o *Incident) GetAutime() int64

GetAutime returns the Autime field value if set, zero value otherwise.

func (*Incident) GetAutimeOk ¶

func (o *Incident) GetAutimeOk() (*int64, bool)

GetAutimeOk returns a tuple with the Autime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetCanvases ¶

func (o *Incident) GetCanvases() []string

GetCanvases returns the Canvases field value if set, zero value otherwise.

func (*Incident) GetCanvasesOk ¶

func (o *Incident) GetCanvasesOk() (*[]string, bool)

GetCanvasesOk returns a tuple with the Canvases field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetCategory ¶

func (o *Incident) GetCategory() string

GetCategory returns the Category field value if set, zero value otherwise.

func (*Incident) GetCategoryOk ¶

func (o *Incident) GetCategoryOk() (*string, bool)

GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetCloseNotes ¶

func (o *Incident) GetCloseNotes() string

GetCloseNotes returns the CloseNotes field value if set, zero value otherwise.

func (*Incident) GetCloseNotesOk ¶

func (o *Incident) GetCloseNotesOk() (*string, bool)

GetCloseNotesOk returns a tuple with the CloseNotes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetCloseReason ¶

func (o *Incident) GetCloseReason() string

GetCloseReason returns the CloseReason field value if set, zero value otherwise.

func (*Incident) GetCloseReasonOk ¶

func (o *Incident) GetCloseReasonOk() (*string, bool)

GetCloseReasonOk returns a tuple with the CloseReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetClosed ¶

func (o *Incident) GetClosed() time.Time

GetClosed returns the Closed field value if set, zero value otherwise.

func (*Incident) GetClosedOk ¶

func (o *Incident) GetClosedOk() (*time.Time, bool)

GetClosedOk returns a tuple with the Closed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetClosingUserId ¶

func (o *Incident) GetClosingUserId() string

GetClosingUserId returns the ClosingUserId field value if set, zero value otherwise.

func (*Incident) GetClosingUserIdOk ¶

func (o *Incident) GetClosingUserIdOk() (*string, bool)

GetClosingUserIdOk returns a tuple with the ClosingUserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetCreated ¶

func (o *Incident) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*Incident) GetCreatedOk ¶

func (o *Incident) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetDbotCreatedBy ¶

func (o *Incident) GetDbotCreatedBy() string

GetDbotCreatedBy returns the DbotCreatedBy field value if set, zero value otherwise.

func (*Incident) GetDbotCreatedByOk ¶

func (o *Incident) GetDbotCreatedByOk() (*string, bool)

GetDbotCreatedByOk returns a tuple with the DbotCreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetDbotCurrentDirtyFields ¶

func (o *Incident) GetDbotCurrentDirtyFields() []string

GetDbotCurrentDirtyFields returns the DbotCurrentDirtyFields field value if set, zero value otherwise.

func (*Incident) GetDbotCurrentDirtyFieldsOk ¶

func (o *Incident) GetDbotCurrentDirtyFieldsOk() (*[]string, bool)

GetDbotCurrentDirtyFieldsOk returns a tuple with the DbotCurrentDirtyFields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetDbotDirtyFields ¶

func (o *Incident) GetDbotDirtyFields() []string

GetDbotDirtyFields returns the DbotDirtyFields field value if set, zero value otherwise.

func (*Incident) GetDbotDirtyFieldsOk ¶

func (o *Incident) GetDbotDirtyFieldsOk() (*[]string, bool)

GetDbotDirtyFieldsOk returns a tuple with the DbotDirtyFields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetDbotMirrorDirection ¶

func (o *Incident) GetDbotMirrorDirection() string

GetDbotMirrorDirection returns the DbotMirrorDirection field value if set, zero value otherwise.

func (*Incident) GetDbotMirrorDirectionOk ¶

func (o *Incident) GetDbotMirrorDirectionOk() (*string, bool)

GetDbotMirrorDirectionOk returns a tuple with the DbotMirrorDirection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetDbotMirrorId ¶

func (o *Incident) GetDbotMirrorId() string

GetDbotMirrorId returns the DbotMirrorId field value if set, zero value otherwise.

func (*Incident) GetDbotMirrorIdOk ¶

func (o *Incident) GetDbotMirrorIdOk() (*string, bool)

GetDbotMirrorIdOk returns a tuple with the DbotMirrorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetDbotMirrorInstance ¶

func (o *Incident) GetDbotMirrorInstance() string

GetDbotMirrorInstance returns the DbotMirrorInstance field value if set, zero value otherwise.

func (*Incident) GetDbotMirrorInstanceOk ¶

func (o *Incident) GetDbotMirrorInstanceOk() (*string, bool)

GetDbotMirrorInstanceOk returns a tuple with the DbotMirrorInstance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetDbotMirrorLastSync ¶

func (o *Incident) GetDbotMirrorLastSync() time.Time

GetDbotMirrorLastSync returns the DbotMirrorLastSync field value if set, zero value otherwise.

func (*Incident) GetDbotMirrorLastSyncOk ¶

func (o *Incident) GetDbotMirrorLastSyncOk() (*time.Time, bool)

GetDbotMirrorLastSyncOk returns a tuple with the DbotMirrorLastSync field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetDbotMirrorTags ¶

func (o *Incident) GetDbotMirrorTags() []string

GetDbotMirrorTags returns the DbotMirrorTags field value if set, zero value otherwise.

func (*Incident) GetDbotMirrorTagsOk ¶

func (o *Incident) GetDbotMirrorTagsOk() (*[]string, bool)

GetDbotMirrorTagsOk returns a tuple with the DbotMirrorTags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetDetails ¶

func (o *Incident) GetDetails() string

GetDetails returns the Details field value if set, zero value otherwise.

func (*Incident) GetDetailsOk ¶

func (o *Incident) GetDetailsOk() (*string, bool)

GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetDroppedCount ¶

func (o *Incident) GetDroppedCount() int64

GetDroppedCount returns the DroppedCount field value if set, zero value otherwise.

func (*Incident) GetDroppedCountOk ¶

func (o *Incident) GetDroppedCountOk() (*int64, bool)

GetDroppedCountOk returns a tuple with the DroppedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetDueDate ¶

func (o *Incident) GetDueDate() time.Time

GetDueDate returns the DueDate field value if set, zero value otherwise.

func (*Incident) GetDueDateOk ¶

func (o *Incident) GetDueDateOk() (*time.Time, bool)

GetDueDateOk returns a tuple with the DueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetFeedBased ¶

func (o *Incident) GetFeedBased() bool

GetFeedBased returns the FeedBased field value if set, zero value otherwise.

func (*Incident) GetFeedBasedOk ¶

func (o *Incident) GetFeedBasedOk() (*bool, bool)

GetFeedBasedOk returns a tuple with the FeedBased field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetHasRole ¶

func (o *Incident) GetHasRole() bool

GetHasRole returns the HasRole field value if set, zero value otherwise.

func (*Incident) GetHasRoleOk ¶

func (o *Incident) GetHasRoleOk() (*bool, bool)

GetHasRoleOk returns a tuple with the HasRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetHighlight ¶

func (o *Incident) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*Incident) GetHighlightOk ¶

func (o *Incident) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetId ¶

func (o *Incident) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Incident) GetIdOk ¶

func (o *Incident) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetInvestigationId ¶

func (o *Incident) GetInvestigationId() string

GetInvestigationId returns the InvestigationId field value if set, zero value otherwise.

func (*Incident) GetInvestigationIdOk ¶

func (o *Incident) GetInvestigationIdOk() (*string, bool)

GetInvestigationIdOk returns a tuple with the InvestigationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetIsDebug ¶

func (o *Incident) GetIsDebug() bool

GetIsDebug returns the IsDebug field value if set, zero value otherwise.

func (*Incident) GetIsDebugOk ¶

func (o *Incident) GetIsDebugOk() (*bool, bool)

GetIsDebugOk returns a tuple with the IsDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetIsPlayground ¶

func (o *Incident) GetIsPlayground() bool

GetIsPlayground returns the IsPlayground field value if set, zero value otherwise.

func (*Incident) GetIsPlaygroundOk ¶

func (o *Incident) GetIsPlaygroundOk() (*bool, bool)

GetIsPlaygroundOk returns a tuple with the IsPlayground field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetLabels ¶

func (o *Incident) GetLabels() []Label

GetLabels returns the Labels field value if set, zero value otherwise.

func (*Incident) GetLabelsOk ¶

func (o *Incident) GetLabelsOk() (*[]Label, bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetLastJobRunTime ¶

func (o *Incident) GetLastJobRunTime() time.Time

GetLastJobRunTime returns the LastJobRunTime field value if set, zero value otherwise.

func (*Incident) GetLastJobRunTimeOk ¶

func (o *Incident) GetLastJobRunTimeOk() (*time.Time, bool)

GetLastJobRunTimeOk returns a tuple with the LastJobRunTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetLastOpen ¶

func (o *Incident) GetLastOpen() time.Time

GetLastOpen returns the LastOpen field value if set, zero value otherwise.

func (*Incident) GetLastOpenOk ¶

func (o *Incident) GetLastOpenOk() (*time.Time, bool)

GetLastOpenOk returns a tuple with the LastOpen field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetLinkedCount ¶

func (o *Incident) GetLinkedCount() int64

GetLinkedCount returns the LinkedCount field value if set, zero value otherwise.

func (*Incident) GetLinkedCountOk ¶

func (o *Incident) GetLinkedCountOk() (*int64, bool)

GetLinkedCountOk returns a tuple with the LinkedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetLinkedIncidents ¶

func (o *Incident) GetLinkedIncidents() []string

GetLinkedIncidents returns the LinkedIncidents field value if set, zero value otherwise.

func (*Incident) GetLinkedIncidentsOk ¶

func (o *Incident) GetLinkedIncidentsOk() (*[]string, bool)

GetLinkedIncidentsOk returns a tuple with the LinkedIncidents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetModified ¶

func (o *Incident) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*Incident) GetModifiedOk ¶

func (o *Incident) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetName ¶

func (o *Incident) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Incident) GetNameOk ¶

func (o *Incident) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetNotifyTime ¶

func (o *Incident) GetNotifyTime() time.Time

GetNotifyTime returns the NotifyTime field value if set, zero value otherwise.

func (*Incident) GetNotifyTimeOk ¶

func (o *Incident) GetNotifyTimeOk() (*time.Time, bool)

GetNotifyTimeOk returns a tuple with the NotifyTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetNumericId ¶

func (o *Incident) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*Incident) GetNumericIdOk ¶

func (o *Incident) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetOccurred ¶

func (o *Incident) GetOccurred() time.Time

GetOccurred returns the Occurred field value if set, zero value otherwise.

func (*Incident) GetOccurredOk ¶

func (o *Incident) GetOccurredOk() (*time.Time, bool)

GetOccurredOk returns a tuple with the Occurred field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetOpenDuration ¶

func (o *Incident) GetOpenDuration() int64

GetOpenDuration returns the OpenDuration field value if set, zero value otherwise.

func (*Incident) GetOpenDurationOk ¶

func (o *Incident) GetOpenDurationOk() (*int64, bool)

GetOpenDurationOk returns a tuple with the OpenDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetOwner ¶

func (o *Incident) GetOwner() string

GetOwner returns the Owner field value if set, zero value otherwise.

func (*Incident) GetOwnerOk ¶

func (o *Incident) GetOwnerOk() (*string, bool)

GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetParent ¶

func (o *Incident) GetParent() string

GetParent returns the Parent field value if set, zero value otherwise.

func (*Incident) GetParentOk ¶

func (o *Incident) GetParentOk() (*string, bool)

GetParentOk returns a tuple with the Parent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetPhase ¶

func (o *Incident) GetPhase() string

GetPhase returns the Phase field value if set, zero value otherwise.

func (*Incident) GetPhaseOk ¶

func (o *Incident) GetPhaseOk() (*string, bool)

GetPhaseOk returns a tuple with the Phase field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetPlaybookId ¶

func (o *Incident) GetPlaybookId() string

GetPlaybookId returns the PlaybookId field value if set, zero value otherwise.

func (*Incident) GetPlaybookIdOk ¶

func (o *Incident) GetPlaybookIdOk() (*string, bool)

GetPlaybookIdOk returns a tuple with the PlaybookId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetPreviousAllRead ¶

func (o *Incident) GetPreviousAllRead() bool

GetPreviousAllRead returns the PreviousAllRead field value if set, zero value otherwise.

func (*Incident) GetPreviousAllReadOk ¶

func (o *Incident) GetPreviousAllReadOk() (*bool, bool)

GetPreviousAllReadOk returns a tuple with the PreviousAllRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetPreviousAllReadWrite ¶

func (o *Incident) GetPreviousAllReadWrite() bool

GetPreviousAllReadWrite returns the PreviousAllReadWrite field value if set, zero value otherwise.

func (*Incident) GetPreviousAllReadWriteOk ¶

func (o *Incident) GetPreviousAllReadWriteOk() (*bool, bool)

GetPreviousAllReadWriteOk returns a tuple with the PreviousAllReadWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetPreviousRoles ¶

func (o *Incident) GetPreviousRoles() []string

GetPreviousRoles returns the PreviousRoles field value if set, zero value otherwise.

func (*Incident) GetPreviousRolesOk ¶

func (o *Incident) GetPreviousRolesOk() (*[]string, bool)

GetPreviousRolesOk returns a tuple with the PreviousRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetPrimaryTerm ¶

func (o *Incident) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*Incident) GetPrimaryTermOk ¶

func (o *Incident) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetRawCategory ¶

func (o *Incident) GetRawCategory() string

GetRawCategory returns the RawCategory field value if set, zero value otherwise.

func (*Incident) GetRawCategoryOk ¶

func (o *Incident) GetRawCategoryOk() (*string, bool)

GetRawCategoryOk returns a tuple with the RawCategory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetRawCloseReason ¶

func (o *Incident) GetRawCloseReason() string

GetRawCloseReason returns the RawCloseReason field value if set, zero value otherwise.

func (*Incident) GetRawCloseReasonOk ¶

func (o *Incident) GetRawCloseReasonOk() (*string, bool)

GetRawCloseReasonOk returns a tuple with the RawCloseReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetRawJSON ¶

func (o *Incident) GetRawJSON() string

GetRawJSON returns the RawJSON field value if set, zero value otherwise.

func (*Incident) GetRawJSONOk ¶

func (o *Incident) GetRawJSONOk() (*string, bool)

GetRawJSONOk returns a tuple with the RawJSON field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetRawName ¶

func (o *Incident) GetRawName() string

GetRawName returns the RawName field value if set, zero value otherwise.

func (*Incident) GetRawNameOk ¶

func (o *Incident) GetRawNameOk() (*string, bool)

GetRawNameOk returns a tuple with the RawName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetRawPhase ¶

func (o *Incident) GetRawPhase() string

GetRawPhase returns the RawPhase field value if set, zero value otherwise.

func (*Incident) GetRawPhaseOk ¶

func (o *Incident) GetRawPhaseOk() (*string, bool)

GetRawPhaseOk returns a tuple with the RawPhase field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetRawType ¶

func (o *Incident) GetRawType() string

GetRawType returns the RawType field value if set, zero value otherwise.

func (*Incident) GetRawTypeOk ¶

func (o *Incident) GetRawTypeOk() (*string, bool)

GetRawTypeOk returns a tuple with the RawType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetReason ¶

func (o *Incident) GetReason() string

GetReason returns the Reason field value if set, zero value otherwise.

func (*Incident) GetReasonOk ¶

func (o *Incident) GetReasonOk() (*string, bool)

GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetReminder ¶

func (o *Incident) GetReminder() time.Time

GetReminder returns the Reminder field value if set, zero value otherwise.

func (*Incident) GetReminderOk ¶

func (o *Incident) GetReminderOk() (*time.Time, bool)

GetReminderOk returns a tuple with the Reminder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetRoles ¶

func (o *Incident) GetRoles() []string

GetRoles returns the Roles field value if set, zero value otherwise.

func (*Incident) GetRolesOk ¶

func (o *Incident) GetRolesOk() (*[]string, bool)

GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetRunStatus ¶

func (o *Incident) GetRunStatus() string

GetRunStatus returns the RunStatus field value if set, zero value otherwise.

func (*Incident) GetRunStatusOk ¶

func (o *Incident) GetRunStatusOk() (*string, bool)

GetRunStatusOk returns a tuple with the RunStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetSequenceNumber ¶

func (o *Incident) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*Incident) GetSequenceNumberOk ¶

func (o *Incident) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetSeverity ¶

func (o *Incident) GetSeverity() float64

GetSeverity returns the Severity field value if set, zero value otherwise.

func (*Incident) GetSeverityOk ¶

func (o *Incident) GetSeverityOk() (*float64, bool)

GetSeverityOk returns a tuple with the Severity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetShardID ¶

func (o *Incident) GetShardID() int64

GetShardID returns the ShardID field value if set, zero value otherwise.

func (*Incident) GetShardIDOk ¶

func (o *Incident) GetShardIDOk() (*int64, bool)

GetShardIDOk returns a tuple with the ShardID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetSla ¶

func (o *Incident) GetSla() float64

GetSla returns the Sla field value if set, zero value otherwise.

func (*Incident) GetSlaOk ¶

func (o *Incident) GetSlaOk() (*float64, bool)

GetSlaOk returns a tuple with the Sla field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetSortValues ¶

func (o *Incident) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*Incident) GetSortValuesOk ¶

func (o *Incident) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetSourceBrand ¶

func (o *Incident) GetSourceBrand() string

GetSourceBrand returns the SourceBrand field value if set, zero value otherwise.

func (*Incident) GetSourceBrandOk ¶

func (o *Incident) GetSourceBrandOk() (*string, bool)

GetSourceBrandOk returns a tuple with the SourceBrand field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetSourceInstance ¶

func (o *Incident) GetSourceInstance() string

GetSourceInstance returns the SourceInstance field value if set, zero value otherwise.

func (*Incident) GetSourceInstanceOk ¶

func (o *Incident) GetSourceInstanceOk() (*string, bool)

GetSourceInstanceOk returns a tuple with the SourceInstance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetStatus ¶

func (o *Incident) GetStatus() float64

GetStatus returns the Status field value if set, zero value otherwise.

func (*Incident) GetStatusOk ¶

func (o *Incident) GetStatusOk() (*float64, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetTodoTaskIds ¶

func (o *Incident) GetTodoTaskIds() []string

GetTodoTaskIds returns the TodoTaskIds field value if set, zero value otherwise.

func (*Incident) GetTodoTaskIdsOk ¶

func (o *Incident) GetTodoTaskIdsOk() (*[]string, bool)

GetTodoTaskIdsOk returns a tuple with the TodoTaskIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetType ¶

func (o *Incident) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Incident) GetTypeOk ¶

func (o *Incident) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetVersion ¶

func (o *Incident) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*Incident) GetVersionOk ¶

func (o *Incident) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetXsoarHasReadOnlyRole ¶

func (o *Incident) GetXsoarHasReadOnlyRole() bool

GetXsoarHasReadOnlyRole returns the XsoarHasReadOnlyRole field value if set, zero value otherwise.

func (*Incident) GetXsoarHasReadOnlyRoleOk ¶

func (o *Incident) GetXsoarHasReadOnlyRoleOk() (*bool, bool)

GetXsoarHasReadOnlyRoleOk returns a tuple with the XsoarHasReadOnlyRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetXsoarPreviousReadOnlyRoles ¶

func (o *Incident) GetXsoarPreviousReadOnlyRoles() []string

GetXsoarPreviousReadOnlyRoles returns the XsoarPreviousReadOnlyRoles field value if set, zero value otherwise.

func (*Incident) GetXsoarPreviousReadOnlyRolesOk ¶

func (o *Incident) GetXsoarPreviousReadOnlyRolesOk() (*[]string, bool)

GetXsoarPreviousReadOnlyRolesOk returns a tuple with the XsoarPreviousReadOnlyRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) GetXsoarReadOnlyRoles ¶

func (o *Incident) GetXsoarReadOnlyRoles() []string

GetXsoarReadOnlyRoles returns the XsoarReadOnlyRoles field value if set, zero value otherwise.

func (*Incident) GetXsoarReadOnlyRolesOk ¶

func (o *Incident) GetXsoarReadOnlyRolesOk() (*[]string, bool)

GetXsoarReadOnlyRolesOk returns a tuple with the XsoarReadOnlyRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Incident) HasAccount ¶

func (o *Incident) HasAccount() bool

HasAccount returns a boolean if a field has been set.

func (*Incident) HasActivated ¶

func (o *Incident) HasActivated() bool

HasActivated returns a boolean if a field has been set.

func (*Incident) HasActivatingingUserId ¶

func (o *Incident) HasActivatingingUserId() bool

HasActivatingingUserId returns a boolean if a field has been set.

func (*Incident) HasAllRead ¶

func (o *Incident) HasAllRead() bool

HasAllRead returns a boolean if a field has been set.

func (*Incident) HasAllReadWrite ¶

func (o *Incident) HasAllReadWrite() bool

HasAllReadWrite returns a boolean if a field has been set.

func (*Incident) HasAttachment ¶

func (o *Incident) HasAttachment() bool

HasAttachment returns a boolean if a field has been set.

func (*Incident) HasAutime ¶

func (o *Incident) HasAutime() bool

HasAutime returns a boolean if a field has been set.

func (*Incident) HasCanvases ¶

func (o *Incident) HasCanvases() bool

HasCanvases returns a boolean if a field has been set.

func (*Incident) HasCategory ¶

func (o *Incident) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*Incident) HasCloseNotes ¶

func (o *Incident) HasCloseNotes() bool

HasCloseNotes returns a boolean if a field has been set.

func (*Incident) HasCloseReason ¶

func (o *Incident) HasCloseReason() bool

HasCloseReason returns a boolean if a field has been set.

func (*Incident) HasClosed ¶

func (o *Incident) HasClosed() bool

HasClosed returns a boolean if a field has been set.

func (*Incident) HasClosingUserId ¶

func (o *Incident) HasClosingUserId() bool

HasClosingUserId returns a boolean if a field has been set.

func (*Incident) HasCreated ¶

func (o *Incident) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*Incident) HasDbotCreatedBy ¶

func (o *Incident) HasDbotCreatedBy() bool

HasDbotCreatedBy returns a boolean if a field has been set.

func (*Incident) HasDbotCurrentDirtyFields ¶

func (o *Incident) HasDbotCurrentDirtyFields() bool

HasDbotCurrentDirtyFields returns a boolean if a field has been set.

func (*Incident) HasDbotDirtyFields ¶

func (o *Incident) HasDbotDirtyFields() bool

HasDbotDirtyFields returns a boolean if a field has been set.

func (*Incident) HasDbotMirrorDirection ¶

func (o *Incident) HasDbotMirrorDirection() bool

HasDbotMirrorDirection returns a boolean if a field has been set.

func (*Incident) HasDbotMirrorId ¶

func (o *Incident) HasDbotMirrorId() bool

HasDbotMirrorId returns a boolean if a field has been set.

func (*Incident) HasDbotMirrorInstance ¶

func (o *Incident) HasDbotMirrorInstance() bool

HasDbotMirrorInstance returns a boolean if a field has been set.

func (*Incident) HasDbotMirrorLastSync ¶

func (o *Incident) HasDbotMirrorLastSync() bool

HasDbotMirrorLastSync returns a boolean if a field has been set.

func (*Incident) HasDbotMirrorTags ¶

func (o *Incident) HasDbotMirrorTags() bool

HasDbotMirrorTags returns a boolean if a field has been set.

func (*Incident) HasDetails ¶

func (o *Incident) HasDetails() bool

HasDetails returns a boolean if a field has been set.

func (*Incident) HasDroppedCount ¶

func (o *Incident) HasDroppedCount() bool

HasDroppedCount returns a boolean if a field has been set.

func (*Incident) HasDueDate ¶

func (o *Incident) HasDueDate() bool

HasDueDate returns a boolean if a field has been set.

func (*Incident) HasFeedBased ¶

func (o *Incident) HasFeedBased() bool

HasFeedBased returns a boolean if a field has been set.

func (*Incident) HasHasRole ¶

func (o *Incident) HasHasRole() bool

HasHasRole returns a boolean if a field has been set.

func (*Incident) HasHighlight ¶

func (o *Incident) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*Incident) HasId ¶

func (o *Incident) HasId() bool

HasId returns a boolean if a field has been set.

func (*Incident) HasInvestigationId ¶

func (o *Incident) HasInvestigationId() bool

HasInvestigationId returns a boolean if a field has been set.

func (*Incident) HasIsDebug ¶

func (o *Incident) HasIsDebug() bool

HasIsDebug returns a boolean if a field has been set.

func (*Incident) HasIsPlayground ¶

func (o *Incident) HasIsPlayground() bool

HasIsPlayground returns a boolean if a field has been set.

func (*Incident) HasLabels ¶

func (o *Incident) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (*Incident) HasLastJobRunTime ¶

func (o *Incident) HasLastJobRunTime() bool

HasLastJobRunTime returns a boolean if a field has been set.

func (*Incident) HasLastOpen ¶

func (o *Incident) HasLastOpen() bool

HasLastOpen returns a boolean if a field has been set.

func (*Incident) HasLinkedCount ¶

func (o *Incident) HasLinkedCount() bool

HasLinkedCount returns a boolean if a field has been set.

func (*Incident) HasLinkedIncidents ¶

func (o *Incident) HasLinkedIncidents() bool

HasLinkedIncidents returns a boolean if a field has been set.

func (*Incident) HasModified ¶

func (o *Incident) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*Incident) HasName ¶

func (o *Incident) HasName() bool

HasName returns a boolean if a field has been set.

func (*Incident) HasNotifyTime ¶

func (o *Incident) HasNotifyTime() bool

HasNotifyTime returns a boolean if a field has been set.

func (*Incident) HasNumericId ¶

func (o *Incident) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*Incident) HasOccurred ¶

func (o *Incident) HasOccurred() bool

HasOccurred returns a boolean if a field has been set.

func (*Incident) HasOpenDuration ¶

func (o *Incident) HasOpenDuration() bool

HasOpenDuration returns a boolean if a field has been set.

func (*Incident) HasOwner ¶

func (o *Incident) HasOwner() bool

HasOwner returns a boolean if a field has been set.

func (*Incident) HasParent ¶

func (o *Incident) HasParent() bool

HasParent returns a boolean if a field has been set.

func (*Incident) HasPhase ¶

func (o *Incident) HasPhase() bool

HasPhase returns a boolean if a field has been set.

func (*Incident) HasPlaybookId ¶

func (o *Incident) HasPlaybookId() bool

HasPlaybookId returns a boolean if a field has been set.

func (*Incident) HasPreviousAllRead ¶

func (o *Incident) HasPreviousAllRead() bool

HasPreviousAllRead returns a boolean if a field has been set.

func (*Incident) HasPreviousAllReadWrite ¶

func (o *Incident) HasPreviousAllReadWrite() bool

HasPreviousAllReadWrite returns a boolean if a field has been set.

func (*Incident) HasPreviousRoles ¶

func (o *Incident) HasPreviousRoles() bool

HasPreviousRoles returns a boolean if a field has been set.

func (*Incident) HasPrimaryTerm ¶

func (o *Incident) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*Incident) HasRawCategory ¶

func (o *Incident) HasRawCategory() bool

HasRawCategory returns a boolean if a field has been set.

func (*Incident) HasRawCloseReason ¶

func (o *Incident) HasRawCloseReason() bool

HasRawCloseReason returns a boolean if a field has been set.

func (*Incident) HasRawJSON ¶

func (o *Incident) HasRawJSON() bool

HasRawJSON returns a boolean if a field has been set.

func (*Incident) HasRawName ¶

func (o *Incident) HasRawName() bool

HasRawName returns a boolean if a field has been set.

func (*Incident) HasRawPhase ¶

func (o *Incident) HasRawPhase() bool

HasRawPhase returns a boolean if a field has been set.

func (*Incident) HasRawType ¶

func (o *Incident) HasRawType() bool

HasRawType returns a boolean if a field has been set.

func (*Incident) HasReason ¶

func (o *Incident) HasReason() bool

HasReason returns a boolean if a field has been set.

func (*Incident) HasReminder ¶

func (o *Incident) HasReminder() bool

HasReminder returns a boolean if a field has been set.

func (*Incident) HasRoles ¶

func (o *Incident) HasRoles() bool

HasRoles returns a boolean if a field has been set.

func (*Incident) HasRunStatus ¶

func (o *Incident) HasRunStatus() bool

HasRunStatus returns a boolean if a field has been set.

func (*Incident) HasSequenceNumber ¶

func (o *Incident) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*Incident) HasSeverity ¶

func (o *Incident) HasSeverity() bool

HasSeverity returns a boolean if a field has been set.

func (*Incident) HasShardID ¶

func (o *Incident) HasShardID() bool

HasShardID returns a boolean if a field has been set.

func (*Incident) HasSla ¶

func (o *Incident) HasSla() bool

HasSla returns a boolean if a field has been set.

func (*Incident) HasSortValues ¶

func (o *Incident) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*Incident) HasSourceBrand ¶

func (o *Incident) HasSourceBrand() bool

HasSourceBrand returns a boolean if a field has been set.

func (*Incident) HasSourceInstance ¶

func (o *Incident) HasSourceInstance() bool

HasSourceInstance returns a boolean if a field has been set.

func (*Incident) HasStatus ¶

func (o *Incident) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*Incident) HasTodoTaskIds ¶

func (o *Incident) HasTodoTaskIds() bool

HasTodoTaskIds returns a boolean if a field has been set.

func (*Incident) HasType ¶

func (o *Incident) HasType() bool

HasType returns a boolean if a field has been set.

func (*Incident) HasVersion ¶

func (o *Incident) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (*Incident) HasXsoarHasReadOnlyRole ¶

func (o *Incident) HasXsoarHasReadOnlyRole() bool

HasXsoarHasReadOnlyRole returns a boolean if a field has been set.

func (*Incident) HasXsoarPreviousReadOnlyRoles ¶

func (o *Incident) HasXsoarPreviousReadOnlyRoles() bool

HasXsoarPreviousReadOnlyRoles returns a boolean if a field has been set.

func (*Incident) HasXsoarReadOnlyRoles ¶

func (o *Incident) HasXsoarReadOnlyRoles() bool

HasXsoarReadOnlyRoles returns a boolean if a field has been set.

func (Incident) MarshalJSON ¶

func (o Incident) MarshalJSON() ([]byte, error)

func (*Incident) SetAccount ¶

func (o *Incident) SetAccount(v string)

SetAccount gets a reference to the given string and assigns it to the Account field.

func (*Incident) SetActivated ¶

func (o *Incident) SetActivated(v time.Time)

SetActivated gets a reference to the given time.Time and assigns it to the Activated field.

func (*Incident) SetActivatingingUserId ¶

func (o *Incident) SetActivatingingUserId(v string)

SetActivatingingUserId gets a reference to the given string and assigns it to the ActivatingingUserId field.

func (*Incident) SetAllRead ¶

func (o *Incident) SetAllRead(v bool)

SetAllRead gets a reference to the given bool and assigns it to the AllRead field.

func (*Incident) SetAllReadWrite ¶

func (o *Incident) SetAllReadWrite(v bool)

SetAllReadWrite gets a reference to the given bool and assigns it to the AllReadWrite field.

func (*Incident) SetAttachment ¶

func (o *Incident) SetAttachment(v []Attachment)

SetAttachment gets a reference to the given []Attachment and assigns it to the Attachment field.

func (*Incident) SetAutime ¶

func (o *Incident) SetAutime(v int64)

SetAutime gets a reference to the given int64 and assigns it to the Autime field.

func (*Incident) SetCanvases ¶

func (o *Incident) SetCanvases(v []string)

SetCanvases gets a reference to the given []string and assigns it to the Canvases field.

func (*Incident) SetCategory ¶

func (o *Incident) SetCategory(v string)

SetCategory gets a reference to the given string and assigns it to the Category field.

func (*Incident) SetCloseNotes ¶

func (o *Incident) SetCloseNotes(v string)

SetCloseNotes gets a reference to the given string and assigns it to the CloseNotes field.

func (*Incident) SetCloseReason ¶

func (o *Incident) SetCloseReason(v string)

SetCloseReason gets a reference to the given string and assigns it to the CloseReason field.

func (*Incident) SetClosed ¶

func (o *Incident) SetClosed(v time.Time)

SetClosed gets a reference to the given time.Time and assigns it to the Closed field.

func (*Incident) SetClosingUserId ¶

func (o *Incident) SetClosingUserId(v string)

SetClosingUserId gets a reference to the given string and assigns it to the ClosingUserId field.

func (*Incident) SetCreated ¶

func (o *Incident) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*Incident) SetDbotCreatedBy ¶

func (o *Incident) SetDbotCreatedBy(v string)

SetDbotCreatedBy gets a reference to the given string and assigns it to the DbotCreatedBy field.

func (*Incident) SetDbotCurrentDirtyFields ¶

func (o *Incident) SetDbotCurrentDirtyFields(v []string)

SetDbotCurrentDirtyFields gets a reference to the given []string and assigns it to the DbotCurrentDirtyFields field.

func (*Incident) SetDbotDirtyFields ¶

func (o *Incident) SetDbotDirtyFields(v []string)

SetDbotDirtyFields gets a reference to the given []string and assigns it to the DbotDirtyFields field.

func (*Incident) SetDbotMirrorDirection ¶

func (o *Incident) SetDbotMirrorDirection(v string)

SetDbotMirrorDirection gets a reference to the given string and assigns it to the DbotMirrorDirection field.

func (*Incident) SetDbotMirrorId ¶

func (o *Incident) SetDbotMirrorId(v string)

SetDbotMirrorId gets a reference to the given string and assigns it to the DbotMirrorId field.

func (*Incident) SetDbotMirrorInstance ¶

func (o *Incident) SetDbotMirrorInstance(v string)

SetDbotMirrorInstance gets a reference to the given string and assigns it to the DbotMirrorInstance field.

func (*Incident) SetDbotMirrorLastSync ¶

func (o *Incident) SetDbotMirrorLastSync(v time.Time)

SetDbotMirrorLastSync gets a reference to the given time.Time and assigns it to the DbotMirrorLastSync field.

func (*Incident) SetDbotMirrorTags ¶

func (o *Incident) SetDbotMirrorTags(v []string)

SetDbotMirrorTags gets a reference to the given []string and assigns it to the DbotMirrorTags field.

func (*Incident) SetDetails ¶

func (o *Incident) SetDetails(v string)

SetDetails gets a reference to the given string and assigns it to the Details field.

func (*Incident) SetDroppedCount ¶

func (o *Incident) SetDroppedCount(v int64)

SetDroppedCount gets a reference to the given int64 and assigns it to the DroppedCount field.

func (*Incident) SetDueDate ¶

func (o *Incident) SetDueDate(v time.Time)

SetDueDate gets a reference to the given time.Time and assigns it to the DueDate field.

func (*Incident) SetFeedBased ¶

func (o *Incident) SetFeedBased(v bool)

SetFeedBased gets a reference to the given bool and assigns it to the FeedBased field.

func (*Incident) SetHasRole ¶

func (o *Incident) SetHasRole(v bool)

SetHasRole gets a reference to the given bool and assigns it to the HasRole field.

func (*Incident) SetHighlight ¶

func (o *Incident) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*Incident) SetId ¶

func (o *Incident) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Incident) SetInvestigationId ¶

func (o *Incident) SetInvestigationId(v string)

SetInvestigationId gets a reference to the given string and assigns it to the InvestigationId field.

func (*Incident) SetIsDebug ¶

func (o *Incident) SetIsDebug(v bool)

SetIsDebug gets a reference to the given bool and assigns it to the IsDebug field.

func (*Incident) SetIsPlayground ¶

func (o *Incident) SetIsPlayground(v bool)

SetIsPlayground gets a reference to the given bool and assigns it to the IsPlayground field.

func (*Incident) SetLabels ¶

func (o *Incident) SetLabels(v []Label)

SetLabels gets a reference to the given []Label and assigns it to the Labels field.

func (*Incident) SetLastJobRunTime ¶

func (o *Incident) SetLastJobRunTime(v time.Time)

SetLastJobRunTime gets a reference to the given time.Time and assigns it to the LastJobRunTime field.

func (*Incident) SetLastOpen ¶

func (o *Incident) SetLastOpen(v time.Time)

SetLastOpen gets a reference to the given time.Time and assigns it to the LastOpen field.

func (*Incident) SetLinkedCount ¶

func (o *Incident) SetLinkedCount(v int64)

SetLinkedCount gets a reference to the given int64 and assigns it to the LinkedCount field.

func (*Incident) SetLinkedIncidents ¶

func (o *Incident) SetLinkedIncidents(v []string)

SetLinkedIncidents gets a reference to the given []string and assigns it to the LinkedIncidents field.

func (*Incident) SetModified ¶

func (o *Incident) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*Incident) SetName ¶

func (o *Incident) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*Incident) SetNotifyTime ¶

func (o *Incident) SetNotifyTime(v time.Time)

SetNotifyTime gets a reference to the given time.Time and assigns it to the NotifyTime field.

func (*Incident) SetNumericId ¶

func (o *Incident) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*Incident) SetOccurred ¶

func (o *Incident) SetOccurred(v time.Time)

SetOccurred gets a reference to the given time.Time and assigns it to the Occurred field.

func (*Incident) SetOpenDuration ¶

func (o *Incident) SetOpenDuration(v int64)

SetOpenDuration gets a reference to the given int64 and assigns it to the OpenDuration field.

func (*Incident) SetOwner ¶

func (o *Incident) SetOwner(v string)

SetOwner gets a reference to the given string and assigns it to the Owner field.

func (*Incident) SetParent ¶

func (o *Incident) SetParent(v string)

SetParent gets a reference to the given string and assigns it to the Parent field.

func (*Incident) SetPhase ¶

func (o *Incident) SetPhase(v string)

SetPhase gets a reference to the given string and assigns it to the Phase field.

func (*Incident) SetPlaybookId ¶

func (o *Incident) SetPlaybookId(v string)

SetPlaybookId gets a reference to the given string and assigns it to the PlaybookId field.

func (*Incident) SetPreviousAllRead ¶

func (o *Incident) SetPreviousAllRead(v bool)

SetPreviousAllRead gets a reference to the given bool and assigns it to the PreviousAllRead field.

func (*Incident) SetPreviousAllReadWrite ¶

func (o *Incident) SetPreviousAllReadWrite(v bool)

SetPreviousAllReadWrite gets a reference to the given bool and assigns it to the PreviousAllReadWrite field.

func (*Incident) SetPreviousRoles ¶

func (o *Incident) SetPreviousRoles(v []string)

SetPreviousRoles gets a reference to the given []string and assigns it to the PreviousRoles field.

func (*Incident) SetPrimaryTerm ¶

func (o *Incident) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*Incident) SetRawCategory ¶

func (o *Incident) SetRawCategory(v string)

SetRawCategory gets a reference to the given string and assigns it to the RawCategory field.

func (*Incident) SetRawCloseReason ¶

func (o *Incident) SetRawCloseReason(v string)

SetRawCloseReason gets a reference to the given string and assigns it to the RawCloseReason field.

func (*Incident) SetRawJSON ¶

func (o *Incident) SetRawJSON(v string)

SetRawJSON gets a reference to the given string and assigns it to the RawJSON field.

func (*Incident) SetRawName ¶

func (o *Incident) SetRawName(v string)

SetRawName gets a reference to the given string and assigns it to the RawName field.

func (*Incident) SetRawPhase ¶

func (o *Incident) SetRawPhase(v string)

SetRawPhase gets a reference to the given string and assigns it to the RawPhase field.

func (*Incident) SetRawType ¶

func (o *Incident) SetRawType(v string)

SetRawType gets a reference to the given string and assigns it to the RawType field.

func (*Incident) SetReason ¶

func (o *Incident) SetReason(v string)

SetReason gets a reference to the given string and assigns it to the Reason field.

func (*Incident) SetReminder ¶

func (o *Incident) SetReminder(v time.Time)

SetReminder gets a reference to the given time.Time and assigns it to the Reminder field.

func (*Incident) SetRoles ¶

func (o *Incident) SetRoles(v []string)

SetRoles gets a reference to the given []string and assigns it to the Roles field.

func (*Incident) SetRunStatus ¶

func (o *Incident) SetRunStatus(v string)

SetRunStatus gets a reference to the given string and assigns it to the RunStatus field.

func (*Incident) SetSequenceNumber ¶

func (o *Incident) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*Incident) SetSeverity ¶

func (o *Incident) SetSeverity(v float64)

SetSeverity gets a reference to the given float64 and assigns it to the Severity field.

func (*Incident) SetShardID ¶

func (o *Incident) SetShardID(v int64)

SetShardID gets a reference to the given int64 and assigns it to the ShardID field.

func (*Incident) SetSla ¶

func (o *Incident) SetSla(v float64)

SetSla gets a reference to the given float64 and assigns it to the Sla field.

func (*Incident) SetSortValues ¶

func (o *Incident) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*Incident) SetSourceBrand ¶

func (o *Incident) SetSourceBrand(v string)

SetSourceBrand gets a reference to the given string and assigns it to the SourceBrand field.

func (*Incident) SetSourceInstance ¶

func (o *Incident) SetSourceInstance(v string)

SetSourceInstance gets a reference to the given string and assigns it to the SourceInstance field.

func (*Incident) SetStatus ¶

func (o *Incident) SetStatus(v float64)

SetStatus gets a reference to the given float64 and assigns it to the Status field.

func (*Incident) SetTodoTaskIds ¶

func (o *Incident) SetTodoTaskIds(v []string)

SetTodoTaskIds gets a reference to the given []string and assigns it to the TodoTaskIds field.

func (*Incident) SetType ¶

func (o *Incident) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*Incident) SetVersion ¶

func (o *Incident) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

func (*Incident) SetXsoarHasReadOnlyRole ¶

func (o *Incident) SetXsoarHasReadOnlyRole(v bool)

SetXsoarHasReadOnlyRole gets a reference to the given bool and assigns it to the XsoarHasReadOnlyRole field.

func (*Incident) SetXsoarPreviousReadOnlyRoles ¶

func (o *Incident) SetXsoarPreviousReadOnlyRoles(v []string)

SetXsoarPreviousReadOnlyRoles gets a reference to the given []string and assigns it to the XsoarPreviousReadOnlyRoles field.

func (*Incident) SetXsoarReadOnlyRoles ¶

func (o *Incident) SetXsoarReadOnlyRoles(v []string)

SetXsoarReadOnlyRoles gets a reference to the given []string and assigns it to the XsoarReadOnlyRoles field.

type IncidentField ¶

type IncidentField struct {
	AssociatedToAll *bool `json:"associatedToAll,omitempty"`
	// AssociatedTypes - list of incident (case) types IDs related to specific incident field
	AssociatedTypes   *[]string                            `json:"associatedTypes,omitempty"`
	BreachScript      *string                              `json:"breachScript,omitempty"`
	CaseInsensitive   *bool                                `json:"caseInsensitive,omitempty"`
	CliName           *string                              `json:"cliName,omitempty"`
	CloseForm         *bool                                `json:"closeForm,omitempty"`
	Columns           *[]GridColumn                        `json:"columns,omitempty"`
	CommitMessage     *string                              `json:"commitMessage,omitempty"`
	Content           *bool                                `json:"content,omitempty"`
	DefaultRows       *[]map[string]map[string]interface{} `json:"defaultRows,omitempty"`
	Description       *string                              `json:"description,omitempty"`
	EditForm          *bool                                `json:"editForm,omitempty"`
	FieldCalcScript   *string                              `json:"fieldCalcScript,omitempty"`
	FromServerVersion *string                              `json:"fromServerVersion,omitempty"`
	// FieldGroup is the field group
	Group       *float64             `json:"group,omitempty"`
	Hidden      *bool                `json:"hidden,omitempty"`
	Highlight   *map[string][]string `json:"highlight,omitempty"`
	Id          *string              `json:"id,omitempty"`
	IsReadOnly  *bool                `json:"isReadOnly,omitempty"`
	ItemVersion *string              `json:"itemVersion,omitempty"`
	Locked      *bool                `json:"locked,omitempty"`
	// FieldMergeStrategy strategy for merging of indicator fields
	MergeStrategy                     *string    `json:"mergeStrategy,omitempty"`
	Modified                          *time.Time `json:"modified,omitempty"`
	Name                              *string    `json:"name,omitempty"`
	NeverSetAsRequired                *bool      `json:"neverSetAsRequired,omitempty"`
	NumericId                         *int64     `json:"numericId,omitempty"`
	OwnerOnly                         *bool      `json:"ownerOnly,omitempty"`
	PackID                            *string    `json:"packID,omitempty"`
	PackPropagationLabels             *[]string  `json:"packPropagationLabels,omitempty"`
	Placeholder                       *string    `json:"placeholder,omitempty"`
	PrevName                          *string    `json:"prevName,omitempty"`
	PrimaryTerm                       *int64     `json:"primaryTerm,omitempty"`
	PropagationLabels                 *[]string  `json:"propagationLabels,omitempty"`
	Required                          *bool      `json:"required,omitempty"`
	RunScriptAfterUpdate              *bool      `json:"runScriptAfterUpdate,omitempty"`
	Script                            *string    `json:"script,omitempty"`
	SelectValues                      *[]string  `json:"selectValues,omitempty"`
	SequenceNumber                    *int64     `json:"sequenceNumber,omitempty"`
	ShouldCommit                      *bool      `json:"shouldCommit,omitempty"`
	Sla                               *int64     `json:"sla,omitempty"`
	SortValues                        *[]string  `json:"sortValues,omitempty"`
	System                            *bool      `json:"system,omitempty"`
	SystemAssociatedTypes             *[]string  `json:"systemAssociatedTypes,omitempty"`
	Threshold                         *float64   `json:"threshold,omitempty"`
	ToServerVersion                   *string    `json:"toServerVersion,omitempty"`
	Type                              *string    `json:"type,omitempty"`
	Unmapped                          *bool      `json:"unmapped,omitempty"`
	Unsearchable                      *bool      `json:"unsearchable,omitempty"`
	UseAsKpi                          *bool      `json:"useAsKpi,omitempty"`
	ValidatedError                    *string    `json:"validatedError,omitempty"`
	ValidationRegex                   *string    `json:"validationRegex,omitempty"`
	VcShouldIgnore                    *bool      `json:"vcShouldIgnore,omitempty"`
	VcShouldKeepItemLegacyProdMachine *bool      `json:"vcShouldKeepItemLegacyProdMachine,omitempty"`
	Version                           *int64     `json:"version,omitempty"`
}

IncidentField struct for IncidentField

func NewIncidentField ¶

func NewIncidentField() *IncidentField

NewIncidentField instantiates a new IncidentField 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 NewIncidentFieldWithDefaults ¶

func NewIncidentFieldWithDefaults() *IncidentField

NewIncidentFieldWithDefaults instantiates a new IncidentField 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 (*IncidentField) GetAssociatedToAll ¶

func (o *IncidentField) GetAssociatedToAll() bool

GetAssociatedToAll returns the AssociatedToAll field value if set, zero value otherwise.

func (*IncidentField) GetAssociatedToAllOk ¶

func (o *IncidentField) GetAssociatedToAllOk() (*bool, bool)

GetAssociatedToAllOk returns a tuple with the AssociatedToAll field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetAssociatedTypes ¶

func (o *IncidentField) GetAssociatedTypes() []string

GetAssociatedTypes returns the AssociatedTypes field value if set, zero value otherwise.

func (*IncidentField) GetAssociatedTypesOk ¶

func (o *IncidentField) GetAssociatedTypesOk() (*[]string, bool)

GetAssociatedTypesOk returns a tuple with the AssociatedTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetBreachScript ¶

func (o *IncidentField) GetBreachScript() string

GetBreachScript returns the BreachScript field value if set, zero value otherwise.

func (*IncidentField) GetBreachScriptOk ¶

func (o *IncidentField) GetBreachScriptOk() (*string, bool)

GetBreachScriptOk returns a tuple with the BreachScript field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetCaseInsensitive ¶

func (o *IncidentField) GetCaseInsensitive() bool

GetCaseInsensitive returns the CaseInsensitive field value if set, zero value otherwise.

func (*IncidentField) GetCaseInsensitiveOk ¶

func (o *IncidentField) GetCaseInsensitiveOk() (*bool, bool)

GetCaseInsensitiveOk returns a tuple with the CaseInsensitive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetCliName ¶

func (o *IncidentField) GetCliName() string

GetCliName returns the CliName field value if set, zero value otherwise.

func (*IncidentField) GetCliNameOk ¶

func (o *IncidentField) GetCliNameOk() (*string, bool)

GetCliNameOk returns a tuple with the CliName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetCloseForm ¶

func (o *IncidentField) GetCloseForm() bool

GetCloseForm returns the CloseForm field value if set, zero value otherwise.

func (*IncidentField) GetCloseFormOk ¶

func (o *IncidentField) GetCloseFormOk() (*bool, bool)

GetCloseFormOk returns a tuple with the CloseForm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetColumns ¶

func (o *IncidentField) GetColumns() []GridColumn

GetColumns returns the Columns field value if set, zero value otherwise.

func (*IncidentField) GetColumnsOk ¶

func (o *IncidentField) GetColumnsOk() (*[]GridColumn, bool)

GetColumnsOk returns a tuple with the Columns field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetCommitMessage ¶

func (o *IncidentField) GetCommitMessage() string

GetCommitMessage returns the CommitMessage field value if set, zero value otherwise.

func (*IncidentField) GetCommitMessageOk ¶

func (o *IncidentField) GetCommitMessageOk() (*string, bool)

GetCommitMessageOk returns a tuple with the CommitMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetContent ¶

func (o *IncidentField) GetContent() bool

GetContent returns the Content field value if set, zero value otherwise.

func (*IncidentField) GetContentOk ¶

func (o *IncidentField) GetContentOk() (*bool, bool)

GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetDefaultRows ¶

func (o *IncidentField) GetDefaultRows() []map[string]map[string]interface{}

GetDefaultRows returns the DefaultRows field value if set, zero value otherwise.

func (*IncidentField) GetDefaultRowsOk ¶

func (o *IncidentField) GetDefaultRowsOk() (*[]map[string]map[string]interface{}, bool)

GetDefaultRowsOk returns a tuple with the DefaultRows field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetDescription ¶

func (o *IncidentField) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*IncidentField) GetDescriptionOk ¶

func (o *IncidentField) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetEditForm ¶

func (o *IncidentField) GetEditForm() bool

GetEditForm returns the EditForm field value if set, zero value otherwise.

func (*IncidentField) GetEditFormOk ¶

func (o *IncidentField) GetEditFormOk() (*bool, bool)

GetEditFormOk returns a tuple with the EditForm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetFieldCalcScript ¶

func (o *IncidentField) GetFieldCalcScript() string

GetFieldCalcScript returns the FieldCalcScript field value if set, zero value otherwise.

func (*IncidentField) GetFieldCalcScriptOk ¶

func (o *IncidentField) GetFieldCalcScriptOk() (*string, bool)

GetFieldCalcScriptOk returns a tuple with the FieldCalcScript field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetFromServerVersion ¶

func (o *IncidentField) GetFromServerVersion() string

GetFromServerVersion returns the FromServerVersion field value if set, zero value otherwise.

func (*IncidentField) GetFromServerVersionOk ¶

func (o *IncidentField) GetFromServerVersionOk() (*string, bool)

GetFromServerVersionOk returns a tuple with the FromServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetGroup ¶

func (o *IncidentField) GetGroup() float64

GetGroup returns the Group field value if set, zero value otherwise.

func (*IncidentField) GetGroupOk ¶

func (o *IncidentField) GetGroupOk() (*float64, bool)

GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetHidden ¶

func (o *IncidentField) GetHidden() bool

GetHidden returns the Hidden field value if set, zero value otherwise.

func (*IncidentField) GetHiddenOk ¶

func (o *IncidentField) GetHiddenOk() (*bool, bool)

GetHiddenOk returns a tuple with the Hidden field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetHighlight ¶

func (o *IncidentField) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*IncidentField) GetHighlightOk ¶

func (o *IncidentField) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetId ¶

func (o *IncidentField) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*IncidentField) GetIdOk ¶

func (o *IncidentField) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetIsReadOnly ¶

func (o *IncidentField) GetIsReadOnly() bool

GetIsReadOnly returns the IsReadOnly field value if set, zero value otherwise.

func (*IncidentField) GetIsReadOnlyOk ¶

func (o *IncidentField) GetIsReadOnlyOk() (*bool, bool)

GetIsReadOnlyOk returns a tuple with the IsReadOnly field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetItemVersion ¶

func (o *IncidentField) GetItemVersion() string

GetItemVersion returns the ItemVersion field value if set, zero value otherwise.

func (*IncidentField) GetItemVersionOk ¶

func (o *IncidentField) GetItemVersionOk() (*string, bool)

GetItemVersionOk returns a tuple with the ItemVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetLocked ¶

func (o *IncidentField) GetLocked() bool

GetLocked returns the Locked field value if set, zero value otherwise.

func (*IncidentField) GetLockedOk ¶

func (o *IncidentField) GetLockedOk() (*bool, bool)

GetLockedOk returns a tuple with the Locked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetMergeStrategy ¶

func (o *IncidentField) GetMergeStrategy() string

GetMergeStrategy returns the MergeStrategy field value if set, zero value otherwise.

func (*IncidentField) GetMergeStrategyOk ¶

func (o *IncidentField) GetMergeStrategyOk() (*string, bool)

GetMergeStrategyOk returns a tuple with the MergeStrategy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetModified ¶

func (o *IncidentField) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*IncidentField) GetModifiedOk ¶

func (o *IncidentField) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetName ¶

func (o *IncidentField) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*IncidentField) GetNameOk ¶

func (o *IncidentField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetNeverSetAsRequired ¶

func (o *IncidentField) GetNeverSetAsRequired() bool

GetNeverSetAsRequired returns the NeverSetAsRequired field value if set, zero value otherwise.

func (*IncidentField) GetNeverSetAsRequiredOk ¶

func (o *IncidentField) GetNeverSetAsRequiredOk() (*bool, bool)

GetNeverSetAsRequiredOk returns a tuple with the NeverSetAsRequired field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetNumericId ¶

func (o *IncidentField) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*IncidentField) GetNumericIdOk ¶

func (o *IncidentField) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetOwnerOnly ¶

func (o *IncidentField) GetOwnerOnly() bool

GetOwnerOnly returns the OwnerOnly field value if set, zero value otherwise.

func (*IncidentField) GetOwnerOnlyOk ¶

func (o *IncidentField) GetOwnerOnlyOk() (*bool, bool)

GetOwnerOnlyOk returns a tuple with the OwnerOnly field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetPackID ¶

func (o *IncidentField) GetPackID() string

GetPackID returns the PackID field value if set, zero value otherwise.

func (*IncidentField) GetPackIDOk ¶

func (o *IncidentField) GetPackIDOk() (*string, bool)

GetPackIDOk returns a tuple with the PackID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetPackPropagationLabels ¶

func (o *IncidentField) GetPackPropagationLabels() []string

GetPackPropagationLabels returns the PackPropagationLabels field value if set, zero value otherwise.

func (*IncidentField) GetPackPropagationLabelsOk ¶

func (o *IncidentField) GetPackPropagationLabelsOk() (*[]string, bool)

GetPackPropagationLabelsOk returns a tuple with the PackPropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetPlaceholder ¶

func (o *IncidentField) GetPlaceholder() string

GetPlaceholder returns the Placeholder field value if set, zero value otherwise.

func (*IncidentField) GetPlaceholderOk ¶

func (o *IncidentField) GetPlaceholderOk() (*string, bool)

GetPlaceholderOk returns a tuple with the Placeholder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetPrevName ¶

func (o *IncidentField) GetPrevName() string

GetPrevName returns the PrevName field value if set, zero value otherwise.

func (*IncidentField) GetPrevNameOk ¶

func (o *IncidentField) GetPrevNameOk() (*string, bool)

GetPrevNameOk returns a tuple with the PrevName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetPrimaryTerm ¶

func (o *IncidentField) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*IncidentField) GetPrimaryTermOk ¶

func (o *IncidentField) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetPropagationLabels ¶

func (o *IncidentField) GetPropagationLabels() []string

GetPropagationLabels returns the PropagationLabels field value if set, zero value otherwise.

func (*IncidentField) GetPropagationLabelsOk ¶

func (o *IncidentField) GetPropagationLabelsOk() (*[]string, bool)

GetPropagationLabelsOk returns a tuple with the PropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetRequired ¶

func (o *IncidentField) GetRequired() bool

GetRequired returns the Required field value if set, zero value otherwise.

func (*IncidentField) GetRequiredOk ¶

func (o *IncidentField) GetRequiredOk() (*bool, bool)

GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetRunScriptAfterUpdate ¶

func (o *IncidentField) GetRunScriptAfterUpdate() bool

GetRunScriptAfterUpdate returns the RunScriptAfterUpdate field value if set, zero value otherwise.

func (*IncidentField) GetRunScriptAfterUpdateOk ¶

func (o *IncidentField) GetRunScriptAfterUpdateOk() (*bool, bool)

GetRunScriptAfterUpdateOk returns a tuple with the RunScriptAfterUpdate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetScript ¶

func (o *IncidentField) GetScript() string

GetScript returns the Script field value if set, zero value otherwise.

func (*IncidentField) GetScriptOk ¶

func (o *IncidentField) GetScriptOk() (*string, bool)

GetScriptOk returns a tuple with the Script field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetSelectValues ¶

func (o *IncidentField) GetSelectValues() []string

GetSelectValues returns the SelectValues field value if set, zero value otherwise.

func (*IncidentField) GetSelectValuesOk ¶

func (o *IncidentField) GetSelectValuesOk() (*[]string, bool)

GetSelectValuesOk returns a tuple with the SelectValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetSequenceNumber ¶

func (o *IncidentField) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*IncidentField) GetSequenceNumberOk ¶

func (o *IncidentField) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetShouldCommit ¶

func (o *IncidentField) GetShouldCommit() bool

GetShouldCommit returns the ShouldCommit field value if set, zero value otherwise.

func (*IncidentField) GetShouldCommitOk ¶

func (o *IncidentField) GetShouldCommitOk() (*bool, bool)

GetShouldCommitOk returns a tuple with the ShouldCommit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetSla ¶

func (o *IncidentField) GetSla() int64

GetSla returns the Sla field value if set, zero value otherwise.

func (*IncidentField) GetSlaOk ¶

func (o *IncidentField) GetSlaOk() (*int64, bool)

GetSlaOk returns a tuple with the Sla field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetSortValues ¶

func (o *IncidentField) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*IncidentField) GetSortValuesOk ¶

func (o *IncidentField) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetSystem ¶

func (o *IncidentField) GetSystem() bool

GetSystem returns the System field value if set, zero value otherwise.

func (*IncidentField) GetSystemAssociatedTypes ¶

func (o *IncidentField) GetSystemAssociatedTypes() []string

GetSystemAssociatedTypes returns the SystemAssociatedTypes field value if set, zero value otherwise.

func (*IncidentField) GetSystemAssociatedTypesOk ¶

func (o *IncidentField) GetSystemAssociatedTypesOk() (*[]string, bool)

GetSystemAssociatedTypesOk returns a tuple with the SystemAssociatedTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetSystemOk ¶

func (o *IncidentField) GetSystemOk() (*bool, bool)

GetSystemOk returns a tuple with the System field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetThreshold ¶

func (o *IncidentField) GetThreshold() float64

GetThreshold returns the Threshold field value if set, zero value otherwise.

func (*IncidentField) GetThresholdOk ¶

func (o *IncidentField) GetThresholdOk() (*float64, bool)

GetThresholdOk returns a tuple with the Threshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetToServerVersion ¶

func (o *IncidentField) GetToServerVersion() string

GetToServerVersion returns the ToServerVersion field value if set, zero value otherwise.

func (*IncidentField) GetToServerVersionOk ¶

func (o *IncidentField) GetToServerVersionOk() (*string, bool)

GetToServerVersionOk returns a tuple with the ToServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetType ¶

func (o *IncidentField) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*IncidentField) GetTypeOk ¶

func (o *IncidentField) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetUnmapped ¶

func (o *IncidentField) GetUnmapped() bool

GetUnmapped returns the Unmapped field value if set, zero value otherwise.

func (*IncidentField) GetUnmappedOk ¶

func (o *IncidentField) GetUnmappedOk() (*bool, bool)

GetUnmappedOk returns a tuple with the Unmapped field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetUnsearchable ¶

func (o *IncidentField) GetUnsearchable() bool

GetUnsearchable returns the Unsearchable field value if set, zero value otherwise.

func (*IncidentField) GetUnsearchableOk ¶

func (o *IncidentField) GetUnsearchableOk() (*bool, bool)

GetUnsearchableOk returns a tuple with the Unsearchable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetUseAsKpi ¶

func (o *IncidentField) GetUseAsKpi() bool

GetUseAsKpi returns the UseAsKpi field value if set, zero value otherwise.

func (*IncidentField) GetUseAsKpiOk ¶

func (o *IncidentField) GetUseAsKpiOk() (*bool, bool)

GetUseAsKpiOk returns a tuple with the UseAsKpi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetValidatedError ¶

func (o *IncidentField) GetValidatedError() string

GetValidatedError returns the ValidatedError field value if set, zero value otherwise.

func (*IncidentField) GetValidatedErrorOk ¶

func (o *IncidentField) GetValidatedErrorOk() (*string, bool)

GetValidatedErrorOk returns a tuple with the ValidatedError field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetValidationRegex ¶

func (o *IncidentField) GetValidationRegex() string

GetValidationRegex returns the ValidationRegex field value if set, zero value otherwise.

func (*IncidentField) GetValidationRegexOk ¶

func (o *IncidentField) GetValidationRegexOk() (*string, bool)

GetValidationRegexOk returns a tuple with the ValidationRegex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetVcShouldIgnore ¶

func (o *IncidentField) GetVcShouldIgnore() bool

GetVcShouldIgnore returns the VcShouldIgnore field value if set, zero value otherwise.

func (*IncidentField) GetVcShouldIgnoreOk ¶

func (o *IncidentField) GetVcShouldIgnoreOk() (*bool, bool)

GetVcShouldIgnoreOk returns a tuple with the VcShouldIgnore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetVcShouldKeepItemLegacyProdMachine ¶

func (o *IncidentField) GetVcShouldKeepItemLegacyProdMachine() bool

GetVcShouldKeepItemLegacyProdMachine returns the VcShouldKeepItemLegacyProdMachine field value if set, zero value otherwise.

func (*IncidentField) GetVcShouldKeepItemLegacyProdMachineOk ¶

func (o *IncidentField) GetVcShouldKeepItemLegacyProdMachineOk() (*bool, bool)

GetVcShouldKeepItemLegacyProdMachineOk returns a tuple with the VcShouldKeepItemLegacyProdMachine field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) GetVersion ¶

func (o *IncidentField) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*IncidentField) GetVersionOk ¶

func (o *IncidentField) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentField) HasAssociatedToAll ¶

func (o *IncidentField) HasAssociatedToAll() bool

HasAssociatedToAll returns a boolean if a field has been set.

func (*IncidentField) HasAssociatedTypes ¶

func (o *IncidentField) HasAssociatedTypes() bool

HasAssociatedTypes returns a boolean if a field has been set.

func (*IncidentField) HasBreachScript ¶

func (o *IncidentField) HasBreachScript() bool

HasBreachScript returns a boolean if a field has been set.

func (*IncidentField) HasCaseInsensitive ¶

func (o *IncidentField) HasCaseInsensitive() bool

HasCaseInsensitive returns a boolean if a field has been set.

func (*IncidentField) HasCliName ¶

func (o *IncidentField) HasCliName() bool

HasCliName returns a boolean if a field has been set.

func (*IncidentField) HasCloseForm ¶

func (o *IncidentField) HasCloseForm() bool

HasCloseForm returns a boolean if a field has been set.

func (*IncidentField) HasColumns ¶

func (o *IncidentField) HasColumns() bool

HasColumns returns a boolean if a field has been set.

func (*IncidentField) HasCommitMessage ¶

func (o *IncidentField) HasCommitMessage() bool

HasCommitMessage returns a boolean if a field has been set.

func (*IncidentField) HasContent ¶

func (o *IncidentField) HasContent() bool

HasContent returns a boolean if a field has been set.

func (*IncidentField) HasDefaultRows ¶

func (o *IncidentField) HasDefaultRows() bool

HasDefaultRows returns a boolean if a field has been set.

func (*IncidentField) HasDescription ¶

func (o *IncidentField) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*IncidentField) HasEditForm ¶

func (o *IncidentField) HasEditForm() bool

HasEditForm returns a boolean if a field has been set.

func (*IncidentField) HasFieldCalcScript ¶

func (o *IncidentField) HasFieldCalcScript() bool

HasFieldCalcScript returns a boolean if a field has been set.

func (*IncidentField) HasFromServerVersion ¶

func (o *IncidentField) HasFromServerVersion() bool

HasFromServerVersion returns a boolean if a field has been set.

func (*IncidentField) HasGroup ¶

func (o *IncidentField) HasGroup() bool

HasGroup returns a boolean if a field has been set.

func (*IncidentField) HasHidden ¶

func (o *IncidentField) HasHidden() bool

HasHidden returns a boolean if a field has been set.

func (*IncidentField) HasHighlight ¶

func (o *IncidentField) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*IncidentField) HasId ¶

func (o *IncidentField) HasId() bool

HasId returns a boolean if a field has been set.

func (*IncidentField) HasIsReadOnly ¶

func (o *IncidentField) HasIsReadOnly() bool

HasIsReadOnly returns a boolean if a field has been set.

func (*IncidentField) HasItemVersion ¶

func (o *IncidentField) HasItemVersion() bool

HasItemVersion returns a boolean if a field has been set.

func (*IncidentField) HasLocked ¶

func (o *IncidentField) HasLocked() bool

HasLocked returns a boolean if a field has been set.

func (*IncidentField) HasMergeStrategy ¶

func (o *IncidentField) HasMergeStrategy() bool

HasMergeStrategy returns a boolean if a field has been set.

func (*IncidentField) HasModified ¶

func (o *IncidentField) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*IncidentField) HasName ¶

func (o *IncidentField) HasName() bool

HasName returns a boolean if a field has been set.

func (*IncidentField) HasNeverSetAsRequired ¶

func (o *IncidentField) HasNeverSetAsRequired() bool

HasNeverSetAsRequired returns a boolean if a field has been set.

func (*IncidentField) HasNumericId ¶

func (o *IncidentField) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*IncidentField) HasOwnerOnly ¶

func (o *IncidentField) HasOwnerOnly() bool

HasOwnerOnly returns a boolean if a field has been set.

func (*IncidentField) HasPackID ¶

func (o *IncidentField) HasPackID() bool

HasPackID returns a boolean if a field has been set.

func (*IncidentField) HasPackPropagationLabels ¶

func (o *IncidentField) HasPackPropagationLabels() bool

HasPackPropagationLabels returns a boolean if a field has been set.

func (*IncidentField) HasPlaceholder ¶

func (o *IncidentField) HasPlaceholder() bool

HasPlaceholder returns a boolean if a field has been set.

func (*IncidentField) HasPrevName ¶

func (o *IncidentField) HasPrevName() bool

HasPrevName returns a boolean if a field has been set.

func (*IncidentField) HasPrimaryTerm ¶

func (o *IncidentField) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*IncidentField) HasPropagationLabels ¶

func (o *IncidentField) HasPropagationLabels() bool

HasPropagationLabels returns a boolean if a field has been set.

func (*IncidentField) HasRequired ¶

func (o *IncidentField) HasRequired() bool

HasRequired returns a boolean if a field has been set.

func (*IncidentField) HasRunScriptAfterUpdate ¶

func (o *IncidentField) HasRunScriptAfterUpdate() bool

HasRunScriptAfterUpdate returns a boolean if a field has been set.

func (*IncidentField) HasScript ¶

func (o *IncidentField) HasScript() bool

HasScript returns a boolean if a field has been set.

func (*IncidentField) HasSelectValues ¶

func (o *IncidentField) HasSelectValues() bool

HasSelectValues returns a boolean if a field has been set.

func (*IncidentField) HasSequenceNumber ¶

func (o *IncidentField) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*IncidentField) HasShouldCommit ¶

func (o *IncidentField) HasShouldCommit() bool

HasShouldCommit returns a boolean if a field has been set.

func (*IncidentField) HasSla ¶

func (o *IncidentField) HasSla() bool

HasSla returns a boolean if a field has been set.

func (*IncidentField) HasSortValues ¶

func (o *IncidentField) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*IncidentField) HasSystem ¶

func (o *IncidentField) HasSystem() bool

HasSystem returns a boolean if a field has been set.

func (*IncidentField) HasSystemAssociatedTypes ¶

func (o *IncidentField) HasSystemAssociatedTypes() bool

HasSystemAssociatedTypes returns a boolean if a field has been set.

func (*IncidentField) HasThreshold ¶

func (o *IncidentField) HasThreshold() bool

HasThreshold returns a boolean if a field has been set.

func (*IncidentField) HasToServerVersion ¶

func (o *IncidentField) HasToServerVersion() bool

HasToServerVersion returns a boolean if a field has been set.

func (*IncidentField) HasType ¶

func (o *IncidentField) HasType() bool

HasType returns a boolean if a field has been set.

func (*IncidentField) HasUnmapped ¶

func (o *IncidentField) HasUnmapped() bool

HasUnmapped returns a boolean if a field has been set.

func (*IncidentField) HasUnsearchable ¶

func (o *IncidentField) HasUnsearchable() bool

HasUnsearchable returns a boolean if a field has been set.

func (*IncidentField) HasUseAsKpi ¶

func (o *IncidentField) HasUseAsKpi() bool

HasUseAsKpi returns a boolean if a field has been set.

func (*IncidentField) HasValidatedError ¶

func (o *IncidentField) HasValidatedError() bool

HasValidatedError returns a boolean if a field has been set.

func (*IncidentField) HasValidationRegex ¶

func (o *IncidentField) HasValidationRegex() bool

HasValidationRegex returns a boolean if a field has been set.

func (*IncidentField) HasVcShouldIgnore ¶

func (o *IncidentField) HasVcShouldIgnore() bool

HasVcShouldIgnore returns a boolean if a field has been set.

func (*IncidentField) HasVcShouldKeepItemLegacyProdMachine ¶

func (o *IncidentField) HasVcShouldKeepItemLegacyProdMachine() bool

HasVcShouldKeepItemLegacyProdMachine returns a boolean if a field has been set.

func (*IncidentField) HasVersion ¶

func (o *IncidentField) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (IncidentField) MarshalJSON ¶

func (o IncidentField) MarshalJSON() ([]byte, error)

func (*IncidentField) SetAssociatedToAll ¶

func (o *IncidentField) SetAssociatedToAll(v bool)

SetAssociatedToAll gets a reference to the given bool and assigns it to the AssociatedToAll field.

func (*IncidentField) SetAssociatedTypes ¶

func (o *IncidentField) SetAssociatedTypes(v []string)

SetAssociatedTypes gets a reference to the given []string and assigns it to the AssociatedTypes field.

func (*IncidentField) SetBreachScript ¶

func (o *IncidentField) SetBreachScript(v string)

SetBreachScript gets a reference to the given string and assigns it to the BreachScript field.

func (*IncidentField) SetCaseInsensitive ¶

func (o *IncidentField) SetCaseInsensitive(v bool)

SetCaseInsensitive gets a reference to the given bool and assigns it to the CaseInsensitive field.

func (*IncidentField) SetCliName ¶

func (o *IncidentField) SetCliName(v string)

SetCliName gets a reference to the given string and assigns it to the CliName field.

func (*IncidentField) SetCloseForm ¶

func (o *IncidentField) SetCloseForm(v bool)

SetCloseForm gets a reference to the given bool and assigns it to the CloseForm field.

func (*IncidentField) SetColumns ¶

func (o *IncidentField) SetColumns(v []GridColumn)

SetColumns gets a reference to the given []GridColumn and assigns it to the Columns field.

func (*IncidentField) SetCommitMessage ¶

func (o *IncidentField) SetCommitMessage(v string)

SetCommitMessage gets a reference to the given string and assigns it to the CommitMessage field.

func (*IncidentField) SetContent ¶

func (o *IncidentField) SetContent(v bool)

SetContent gets a reference to the given bool and assigns it to the Content field.

func (*IncidentField) SetDefaultRows ¶

func (o *IncidentField) SetDefaultRows(v []map[string]map[string]interface{})

SetDefaultRows gets a reference to the given []map[string]map[string]interface{} and assigns it to the DefaultRows field.

func (*IncidentField) SetDescription ¶

func (o *IncidentField) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*IncidentField) SetEditForm ¶

func (o *IncidentField) SetEditForm(v bool)

SetEditForm gets a reference to the given bool and assigns it to the EditForm field.

func (*IncidentField) SetFieldCalcScript ¶

func (o *IncidentField) SetFieldCalcScript(v string)

SetFieldCalcScript gets a reference to the given string and assigns it to the FieldCalcScript field.

func (*IncidentField) SetFromServerVersion ¶

func (o *IncidentField) SetFromServerVersion(v string)

SetFromServerVersion gets a reference to the given string and assigns it to the FromServerVersion field.

func (*IncidentField) SetGroup ¶

func (o *IncidentField) SetGroup(v float64)

SetGroup gets a reference to the given float64 and assigns it to the Group field.

func (*IncidentField) SetHidden ¶

func (o *IncidentField) SetHidden(v bool)

SetHidden gets a reference to the given bool and assigns it to the Hidden field.

func (*IncidentField) SetHighlight ¶

func (o *IncidentField) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*IncidentField) SetId ¶

func (o *IncidentField) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*IncidentField) SetIsReadOnly ¶

func (o *IncidentField) SetIsReadOnly(v bool)

SetIsReadOnly gets a reference to the given bool and assigns it to the IsReadOnly field.

func (*IncidentField) SetItemVersion ¶

func (o *IncidentField) SetItemVersion(v string)

SetItemVersion gets a reference to the given string and assigns it to the ItemVersion field.

func (*IncidentField) SetLocked ¶

func (o *IncidentField) SetLocked(v bool)

SetLocked gets a reference to the given bool and assigns it to the Locked field.

func (*IncidentField) SetMergeStrategy ¶

func (o *IncidentField) SetMergeStrategy(v string)

SetMergeStrategy gets a reference to the given string and assigns it to the MergeStrategy field.

func (*IncidentField) SetModified ¶

func (o *IncidentField) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*IncidentField) SetName ¶

func (o *IncidentField) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*IncidentField) SetNeverSetAsRequired ¶

func (o *IncidentField) SetNeverSetAsRequired(v bool)

SetNeverSetAsRequired gets a reference to the given bool and assigns it to the NeverSetAsRequired field.

func (*IncidentField) SetNumericId ¶

func (o *IncidentField) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*IncidentField) SetOwnerOnly ¶

func (o *IncidentField) SetOwnerOnly(v bool)

SetOwnerOnly gets a reference to the given bool and assigns it to the OwnerOnly field.

func (*IncidentField) SetPackID ¶

func (o *IncidentField) SetPackID(v string)

SetPackID gets a reference to the given string and assigns it to the PackID field.

func (*IncidentField) SetPackPropagationLabels ¶

func (o *IncidentField) SetPackPropagationLabels(v []string)

SetPackPropagationLabels gets a reference to the given []string and assigns it to the PackPropagationLabels field.

func (*IncidentField) SetPlaceholder ¶

func (o *IncidentField) SetPlaceholder(v string)

SetPlaceholder gets a reference to the given string and assigns it to the Placeholder field.

func (*IncidentField) SetPrevName ¶

func (o *IncidentField) SetPrevName(v string)

SetPrevName gets a reference to the given string and assigns it to the PrevName field.

func (*IncidentField) SetPrimaryTerm ¶

func (o *IncidentField) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*IncidentField) SetPropagationLabels ¶

func (o *IncidentField) SetPropagationLabels(v []string)

SetPropagationLabels gets a reference to the given []string and assigns it to the PropagationLabels field.

func (*IncidentField) SetRequired ¶

func (o *IncidentField) SetRequired(v bool)

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (*IncidentField) SetRunScriptAfterUpdate ¶

func (o *IncidentField) SetRunScriptAfterUpdate(v bool)

SetRunScriptAfterUpdate gets a reference to the given bool and assigns it to the RunScriptAfterUpdate field.

func (*IncidentField) SetScript ¶

func (o *IncidentField) SetScript(v string)

SetScript gets a reference to the given string and assigns it to the Script field.

func (*IncidentField) SetSelectValues ¶

func (o *IncidentField) SetSelectValues(v []string)

SetSelectValues gets a reference to the given []string and assigns it to the SelectValues field.

func (*IncidentField) SetSequenceNumber ¶

func (o *IncidentField) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*IncidentField) SetShouldCommit ¶

func (o *IncidentField) SetShouldCommit(v bool)

SetShouldCommit gets a reference to the given bool and assigns it to the ShouldCommit field.

func (*IncidentField) SetSla ¶

func (o *IncidentField) SetSla(v int64)

SetSla gets a reference to the given int64 and assigns it to the Sla field.

func (*IncidentField) SetSortValues ¶

func (o *IncidentField) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*IncidentField) SetSystem ¶

func (o *IncidentField) SetSystem(v bool)

SetSystem gets a reference to the given bool and assigns it to the System field.

func (*IncidentField) SetSystemAssociatedTypes ¶

func (o *IncidentField) SetSystemAssociatedTypes(v []string)

SetSystemAssociatedTypes gets a reference to the given []string and assigns it to the SystemAssociatedTypes field.

func (*IncidentField) SetThreshold ¶

func (o *IncidentField) SetThreshold(v float64)

SetThreshold gets a reference to the given float64 and assigns it to the Threshold field.

func (*IncidentField) SetToServerVersion ¶

func (o *IncidentField) SetToServerVersion(v string)

SetToServerVersion gets a reference to the given string and assigns it to the ToServerVersion field.

func (*IncidentField) SetType ¶

func (o *IncidentField) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*IncidentField) SetUnmapped ¶

func (o *IncidentField) SetUnmapped(v bool)

SetUnmapped gets a reference to the given bool and assigns it to the Unmapped field.

func (*IncidentField) SetUnsearchable ¶

func (o *IncidentField) SetUnsearchable(v bool)

SetUnsearchable gets a reference to the given bool and assigns it to the Unsearchable field.

func (*IncidentField) SetUseAsKpi ¶

func (o *IncidentField) SetUseAsKpi(v bool)

SetUseAsKpi gets a reference to the given bool and assigns it to the UseAsKpi field.

func (*IncidentField) SetValidatedError ¶

func (o *IncidentField) SetValidatedError(v string)

SetValidatedError gets a reference to the given string and assigns it to the ValidatedError field.

func (*IncidentField) SetValidationRegex ¶

func (o *IncidentField) SetValidationRegex(v string)

SetValidationRegex gets a reference to the given string and assigns it to the ValidationRegex field.

func (*IncidentField) SetVcShouldIgnore ¶

func (o *IncidentField) SetVcShouldIgnore(v bool)

SetVcShouldIgnore gets a reference to the given bool and assigns it to the VcShouldIgnore field.

func (*IncidentField) SetVcShouldKeepItemLegacyProdMachine ¶

func (o *IncidentField) SetVcShouldKeepItemLegacyProdMachine(v bool)

SetVcShouldKeepItemLegacyProdMachine gets a reference to the given bool and assigns it to the VcShouldKeepItemLegacyProdMachine field.

func (*IncidentField) SetVersion ¶

func (o *IncidentField) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

type IncidentFieldsWithErrors ¶

type IncidentFieldsWithErrors struct {
	Error          *string          `json:"error,omitempty"`
	IncidentFields *[]IncidentField `json:"incidentFields,omitempty"`
}

IncidentFieldsWithErrors struct for IncidentFieldsWithErrors

func NewIncidentFieldsWithErrors ¶

func NewIncidentFieldsWithErrors() *IncidentFieldsWithErrors

NewIncidentFieldsWithErrors instantiates a new IncidentFieldsWithErrors 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 NewIncidentFieldsWithErrorsWithDefaults ¶

func NewIncidentFieldsWithErrorsWithDefaults() *IncidentFieldsWithErrors

NewIncidentFieldsWithErrorsWithDefaults instantiates a new IncidentFieldsWithErrors 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 (*IncidentFieldsWithErrors) GetError ¶

func (o *IncidentFieldsWithErrors) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*IncidentFieldsWithErrors) GetErrorOk ¶

func (o *IncidentFieldsWithErrors) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFieldsWithErrors) GetIncidentFields ¶

func (o *IncidentFieldsWithErrors) GetIncidentFields() []IncidentField

GetIncidentFields returns the IncidentFields field value if set, zero value otherwise.

func (*IncidentFieldsWithErrors) GetIncidentFieldsOk ¶

func (o *IncidentFieldsWithErrors) GetIncidentFieldsOk() (*[]IncidentField, bool)

GetIncidentFieldsOk returns a tuple with the IncidentFields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFieldsWithErrors) HasError ¶

func (o *IncidentFieldsWithErrors) HasError() bool

HasError returns a boolean if a field has been set.

func (*IncidentFieldsWithErrors) HasIncidentFields ¶

func (o *IncidentFieldsWithErrors) HasIncidentFields() bool

HasIncidentFields returns a boolean if a field has been set.

func (IncidentFieldsWithErrors) MarshalJSON ¶

func (o IncidentFieldsWithErrors) MarshalJSON() ([]byte, error)

func (*IncidentFieldsWithErrors) SetError ¶

func (o *IncidentFieldsWithErrors) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*IncidentFieldsWithErrors) SetIncidentFields ¶

func (o *IncidentFieldsWithErrors) SetIncidentFields(v []IncidentField)

SetIncidentFields gets a reference to the given []IncidentField and assigns it to the IncidentFields field.

type IncidentFilter ¶

type IncidentFilter struct {
	// Cache of join functions
	Cache             *map[string][]string `json:"Cache,omitempty"`
	AndOp             *bool                `json:"andOp,omitempty"`
	Category          *[]string            `json:"category,omitempty"`
	Details           *string              `json:"details,omitempty"`
	Fields            *[]string            `json:"fields,omitempty"`
	Files             *[]string            `json:"files,omitempty"`
	FromActivatedDate *time.Time           `json:"fromActivatedDate,omitempty"`
	FromClosedDate    *time.Time           `json:"fromClosedDate,omitempty"`
	FromDate          *time.Time           `json:"fromDate,omitempty"`
	FromDateLicense   *time.Time           `json:"fromDateLicense,omitempty"`
	FromDueDate       *time.Time           `json:"fromDueDate,omitempty"`
	FromReminder      *time.Time           `json:"fromReminder,omitempty"`
	Id                *[]string            `json:"id,omitempty"`
	// Do not use workers mechanism while searching bleve
	IgnoreWorkers    *bool      `json:"ignoreWorkers,omitempty"`
	IncludeTmp       *bool      `json:"includeTmp,omitempty"`
	Investigation    *[]string  `json:"investigation,omitempty"`
	Level            *[]float64 `json:"level,omitempty"`
	Name             *[]string  `json:"name,omitempty"`
	NotCategory      *[]string  `json:"notCategory,omitempty"`
	NotInvestigation *[]string  `json:"notInvestigation,omitempty"`
	NotStatus        *[]float64 `json:"notStatus,omitempty"`
	// 0-based page
	Page   *int64    `json:"page,omitempty"`
	Parent *[]string `json:"parent,omitempty"`
	Period *Period   `json:"period,omitempty"`
	Query  *string   `json:"query,omitempty"`
	Reason *[]string `json:"reason,omitempty"`
	// Efficient next page, pass max sort value from previous page
	SearchAfter *[]string `json:"searchAfter,omitempty"`
	// Efficient next page, pass max ES sort value from previous page
	SearchAfterElastic *[]string `json:"searchAfterElastic,omitempty"`
	// Efficient prev page, pass min sort value from next page
	SearchBefore *[]string `json:"searchBefore,omitempty"`
	// Efficient prev page, pass min ES sort value from next page
	SearchBeforeElastic *[]string `json:"searchBeforeElastic,omitempty"`
	// Size is limited to 1000, if not passed it defaults to 0, and no results will return
	Size *int64 `json:"size,omitempty"`
	// The sort order
	Sort    *[]Order   `json:"sort,omitempty"`
	Status  *[]float64 `json:"status,omitempty"`
	Systems *[]string  `json:"systems,omitempty"`
	// A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
	TimeFrame       *int64     `json:"timeFrame,omitempty"`
	ToActivatedDate *time.Time `json:"toActivatedDate,omitempty"`
	ToClosedDate    *time.Time `json:"toClosedDate,omitempty"`
	ToDate          *time.Time `json:"toDate,omitempty"`
	ToDueDate       *time.Time `json:"toDueDate,omitempty"`
	ToReminder      *time.Time `json:"toReminder,omitempty"`
	TotalOnly       *bool      `json:"totalOnly,omitempty"`
	Type            *[]string  `json:"type,omitempty"`
	Urls            *[]string  `json:"urls,omitempty"`
	Users           *[]string  `json:"users,omitempty"`
}

IncidentFilter struct for IncidentFilter

func NewIncidentFilter ¶

func NewIncidentFilter() *IncidentFilter

NewIncidentFilter instantiates a new IncidentFilter 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 NewIncidentFilterWithDefaults ¶

func NewIncidentFilterWithDefaults() *IncidentFilter

NewIncidentFilterWithDefaults instantiates a new IncidentFilter 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 (*IncidentFilter) GetAndOp ¶

func (o *IncidentFilter) GetAndOp() bool

GetAndOp returns the AndOp field value if set, zero value otherwise.

func (*IncidentFilter) GetAndOpOk ¶

func (o *IncidentFilter) GetAndOpOk() (*bool, bool)

GetAndOpOk returns a tuple with the AndOp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetCache ¶

func (o *IncidentFilter) GetCache() map[string][]string

GetCache returns the Cache field value if set, zero value otherwise.

func (*IncidentFilter) GetCacheOk ¶

func (o *IncidentFilter) GetCacheOk() (*map[string][]string, bool)

GetCacheOk returns a tuple with the Cache field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetCategory ¶

func (o *IncidentFilter) GetCategory() []string

GetCategory returns the Category field value if set, zero value otherwise.

func (*IncidentFilter) GetCategoryOk ¶

func (o *IncidentFilter) GetCategoryOk() (*[]string, bool)

GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetDetails ¶

func (o *IncidentFilter) GetDetails() string

GetDetails returns the Details field value if set, zero value otherwise.

func (*IncidentFilter) GetDetailsOk ¶

func (o *IncidentFilter) GetDetailsOk() (*string, bool)

GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetFields ¶

func (o *IncidentFilter) GetFields() []string

GetFields returns the Fields field value if set, zero value otherwise.

func (*IncidentFilter) GetFieldsOk ¶

func (o *IncidentFilter) GetFieldsOk() (*[]string, bool)

GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetFiles ¶

func (o *IncidentFilter) GetFiles() []string

GetFiles returns the Files field value if set, zero value otherwise.

func (*IncidentFilter) GetFilesOk ¶

func (o *IncidentFilter) GetFilesOk() (*[]string, bool)

GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetFromActivatedDate ¶

func (o *IncidentFilter) GetFromActivatedDate() time.Time

GetFromActivatedDate returns the FromActivatedDate field value if set, zero value otherwise.

func (*IncidentFilter) GetFromActivatedDateOk ¶

func (o *IncidentFilter) GetFromActivatedDateOk() (*time.Time, bool)

GetFromActivatedDateOk returns a tuple with the FromActivatedDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetFromClosedDate ¶

func (o *IncidentFilter) GetFromClosedDate() time.Time

GetFromClosedDate returns the FromClosedDate field value if set, zero value otherwise.

func (*IncidentFilter) GetFromClosedDateOk ¶

func (o *IncidentFilter) GetFromClosedDateOk() (*time.Time, bool)

GetFromClosedDateOk returns a tuple with the FromClosedDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetFromDate ¶

func (o *IncidentFilter) GetFromDate() time.Time

GetFromDate returns the FromDate field value if set, zero value otherwise.

func (*IncidentFilter) GetFromDateLicense ¶

func (o *IncidentFilter) GetFromDateLicense() time.Time

GetFromDateLicense returns the FromDateLicense field value if set, zero value otherwise.

func (*IncidentFilter) GetFromDateLicenseOk ¶

func (o *IncidentFilter) GetFromDateLicenseOk() (*time.Time, bool)

GetFromDateLicenseOk returns a tuple with the FromDateLicense field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetFromDateOk ¶

func (o *IncidentFilter) GetFromDateOk() (*time.Time, bool)

GetFromDateOk returns a tuple with the FromDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetFromDueDate ¶

func (o *IncidentFilter) GetFromDueDate() time.Time

GetFromDueDate returns the FromDueDate field value if set, zero value otherwise.

func (*IncidentFilter) GetFromDueDateOk ¶

func (o *IncidentFilter) GetFromDueDateOk() (*time.Time, bool)

GetFromDueDateOk returns a tuple with the FromDueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetFromReminder ¶

func (o *IncidentFilter) GetFromReminder() time.Time

GetFromReminder returns the FromReminder field value if set, zero value otherwise.

func (*IncidentFilter) GetFromReminderOk ¶

func (o *IncidentFilter) GetFromReminderOk() (*time.Time, bool)

GetFromReminderOk returns a tuple with the FromReminder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetId ¶

func (o *IncidentFilter) GetId() []string

GetId returns the Id field value if set, zero value otherwise.

func (*IncidentFilter) GetIdOk ¶

func (o *IncidentFilter) GetIdOk() (*[]string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetIgnoreWorkers ¶

func (o *IncidentFilter) GetIgnoreWorkers() bool

GetIgnoreWorkers returns the IgnoreWorkers field value if set, zero value otherwise.

func (*IncidentFilter) GetIgnoreWorkersOk ¶

func (o *IncidentFilter) GetIgnoreWorkersOk() (*bool, bool)

GetIgnoreWorkersOk returns a tuple with the IgnoreWorkers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetIncludeTmp ¶

func (o *IncidentFilter) GetIncludeTmp() bool

GetIncludeTmp returns the IncludeTmp field value if set, zero value otherwise.

func (*IncidentFilter) GetIncludeTmpOk ¶

func (o *IncidentFilter) GetIncludeTmpOk() (*bool, bool)

GetIncludeTmpOk returns a tuple with the IncludeTmp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetInvestigation ¶

func (o *IncidentFilter) GetInvestigation() []string

GetInvestigation returns the Investigation field value if set, zero value otherwise.

func (*IncidentFilter) GetInvestigationOk ¶

func (o *IncidentFilter) GetInvestigationOk() (*[]string, bool)

GetInvestigationOk returns a tuple with the Investigation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetLevel ¶

func (o *IncidentFilter) GetLevel() []float64

GetLevel returns the Level field value if set, zero value otherwise.

func (*IncidentFilter) GetLevelOk ¶

func (o *IncidentFilter) GetLevelOk() (*[]float64, bool)

GetLevelOk returns a tuple with the Level field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetName ¶

func (o *IncidentFilter) GetName() []string

GetName returns the Name field value if set, zero value otherwise.

func (*IncidentFilter) GetNameOk ¶

func (o *IncidentFilter) GetNameOk() (*[]string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetNotCategory ¶

func (o *IncidentFilter) GetNotCategory() []string

GetNotCategory returns the NotCategory field value if set, zero value otherwise.

func (*IncidentFilter) GetNotCategoryOk ¶

func (o *IncidentFilter) GetNotCategoryOk() (*[]string, bool)

GetNotCategoryOk returns a tuple with the NotCategory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetNotInvestigation ¶

func (o *IncidentFilter) GetNotInvestigation() []string

GetNotInvestigation returns the NotInvestigation field value if set, zero value otherwise.

func (*IncidentFilter) GetNotInvestigationOk ¶

func (o *IncidentFilter) GetNotInvestigationOk() (*[]string, bool)

GetNotInvestigationOk returns a tuple with the NotInvestigation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetNotStatus ¶

func (o *IncidentFilter) GetNotStatus() []float64

GetNotStatus returns the NotStatus field value if set, zero value otherwise.

func (*IncidentFilter) GetNotStatusOk ¶

func (o *IncidentFilter) GetNotStatusOk() (*[]float64, bool)

GetNotStatusOk returns a tuple with the NotStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetPage ¶

func (o *IncidentFilter) GetPage() int64

GetPage returns the Page field value if set, zero value otherwise.

func (*IncidentFilter) GetPageOk ¶

func (o *IncidentFilter) GetPageOk() (*int64, bool)

GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetParent ¶

func (o *IncidentFilter) GetParent() []string

GetParent returns the Parent field value if set, zero value otherwise.

func (*IncidentFilter) GetParentOk ¶

func (o *IncidentFilter) GetParentOk() (*[]string, bool)

GetParentOk returns a tuple with the Parent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetPeriod ¶

func (o *IncidentFilter) GetPeriod() Period

GetPeriod returns the Period field value if set, zero value otherwise.

func (*IncidentFilter) GetPeriodOk ¶

func (o *IncidentFilter) GetPeriodOk() (*Period, bool)

GetPeriodOk returns a tuple with the Period field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetQuery ¶

func (o *IncidentFilter) GetQuery() string

GetQuery returns the Query field value if set, zero value otherwise.

func (*IncidentFilter) GetQueryOk ¶

func (o *IncidentFilter) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetReason ¶

func (o *IncidentFilter) GetReason() []string

GetReason returns the Reason field value if set, zero value otherwise.

func (*IncidentFilter) GetReasonOk ¶

func (o *IncidentFilter) GetReasonOk() (*[]string, bool)

GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetSearchAfter ¶

func (o *IncidentFilter) GetSearchAfter() []string

GetSearchAfter returns the SearchAfter field value if set, zero value otherwise.

func (*IncidentFilter) GetSearchAfterElastic ¶

func (o *IncidentFilter) GetSearchAfterElastic() []string

GetSearchAfterElastic returns the SearchAfterElastic field value if set, zero value otherwise.

func (*IncidentFilter) GetSearchAfterElasticOk ¶

func (o *IncidentFilter) GetSearchAfterElasticOk() (*[]string, bool)

GetSearchAfterElasticOk returns a tuple with the SearchAfterElastic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetSearchAfterOk ¶

func (o *IncidentFilter) GetSearchAfterOk() (*[]string, bool)

GetSearchAfterOk returns a tuple with the SearchAfter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetSearchBefore ¶

func (o *IncidentFilter) GetSearchBefore() []string

GetSearchBefore returns the SearchBefore field value if set, zero value otherwise.

func (*IncidentFilter) GetSearchBeforeElastic ¶

func (o *IncidentFilter) GetSearchBeforeElastic() []string

GetSearchBeforeElastic returns the SearchBeforeElastic field value if set, zero value otherwise.

func (*IncidentFilter) GetSearchBeforeElasticOk ¶

func (o *IncidentFilter) GetSearchBeforeElasticOk() (*[]string, bool)

GetSearchBeforeElasticOk returns a tuple with the SearchBeforeElastic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetSearchBeforeOk ¶

func (o *IncidentFilter) GetSearchBeforeOk() (*[]string, bool)

GetSearchBeforeOk returns a tuple with the SearchBefore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetSize ¶

func (o *IncidentFilter) GetSize() int64

GetSize returns the Size field value if set, zero value otherwise.

func (*IncidentFilter) GetSizeOk ¶

func (o *IncidentFilter) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetSort ¶

func (o *IncidentFilter) GetSort() []Order

GetSort returns the Sort field value if set, zero value otherwise.

func (*IncidentFilter) GetSortOk ¶

func (o *IncidentFilter) GetSortOk() (*[]Order, bool)

GetSortOk returns a tuple with the Sort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetStatus ¶

func (o *IncidentFilter) GetStatus() []float64

GetStatus returns the Status field value if set, zero value otherwise.

func (*IncidentFilter) GetStatusOk ¶

func (o *IncidentFilter) GetStatusOk() (*[]float64, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetSystems ¶

func (o *IncidentFilter) GetSystems() []string

GetSystems returns the Systems field value if set, zero value otherwise.

func (*IncidentFilter) GetSystemsOk ¶

func (o *IncidentFilter) GetSystemsOk() (*[]string, bool)

GetSystemsOk returns a tuple with the Systems field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetTimeFrame ¶

func (o *IncidentFilter) GetTimeFrame() int64

GetTimeFrame returns the TimeFrame field value if set, zero value otherwise.

func (*IncidentFilter) GetTimeFrameOk ¶

func (o *IncidentFilter) GetTimeFrameOk() (*int64, bool)

GetTimeFrameOk returns a tuple with the TimeFrame field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetToActivatedDate ¶

func (o *IncidentFilter) GetToActivatedDate() time.Time

GetToActivatedDate returns the ToActivatedDate field value if set, zero value otherwise.

func (*IncidentFilter) GetToActivatedDateOk ¶

func (o *IncidentFilter) GetToActivatedDateOk() (*time.Time, bool)

GetToActivatedDateOk returns a tuple with the ToActivatedDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetToClosedDate ¶

func (o *IncidentFilter) GetToClosedDate() time.Time

GetToClosedDate returns the ToClosedDate field value if set, zero value otherwise.

func (*IncidentFilter) GetToClosedDateOk ¶

func (o *IncidentFilter) GetToClosedDateOk() (*time.Time, bool)

GetToClosedDateOk returns a tuple with the ToClosedDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetToDate ¶

func (o *IncidentFilter) GetToDate() time.Time

GetToDate returns the ToDate field value if set, zero value otherwise.

func (*IncidentFilter) GetToDateOk ¶

func (o *IncidentFilter) GetToDateOk() (*time.Time, bool)

GetToDateOk returns a tuple with the ToDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetToDueDate ¶

func (o *IncidentFilter) GetToDueDate() time.Time

GetToDueDate returns the ToDueDate field value if set, zero value otherwise.

func (*IncidentFilter) GetToDueDateOk ¶

func (o *IncidentFilter) GetToDueDateOk() (*time.Time, bool)

GetToDueDateOk returns a tuple with the ToDueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetToReminder ¶

func (o *IncidentFilter) GetToReminder() time.Time

GetToReminder returns the ToReminder field value if set, zero value otherwise.

func (*IncidentFilter) GetToReminderOk ¶

func (o *IncidentFilter) GetToReminderOk() (*time.Time, bool)

GetToReminderOk returns a tuple with the ToReminder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetTotalOnly ¶

func (o *IncidentFilter) GetTotalOnly() bool

GetTotalOnly returns the TotalOnly field value if set, zero value otherwise.

func (*IncidentFilter) GetTotalOnlyOk ¶

func (o *IncidentFilter) GetTotalOnlyOk() (*bool, bool)

GetTotalOnlyOk returns a tuple with the TotalOnly field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetType ¶

func (o *IncidentFilter) GetType() []string

GetType returns the Type field value if set, zero value otherwise.

func (*IncidentFilter) GetTypeOk ¶

func (o *IncidentFilter) GetTypeOk() (*[]string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetUrls ¶

func (o *IncidentFilter) GetUrls() []string

GetUrls returns the Urls field value if set, zero value otherwise.

func (*IncidentFilter) GetUrlsOk ¶

func (o *IncidentFilter) GetUrlsOk() (*[]string, bool)

GetUrlsOk returns a tuple with the Urls field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) GetUsers ¶

func (o *IncidentFilter) GetUsers() []string

GetUsers returns the Users field value if set, zero value otherwise.

func (*IncidentFilter) GetUsersOk ¶

func (o *IncidentFilter) GetUsersOk() (*[]string, bool)

GetUsersOk returns a tuple with the Users field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentFilter) HasAndOp ¶

func (o *IncidentFilter) HasAndOp() bool

HasAndOp returns a boolean if a field has been set.

func (*IncidentFilter) HasCache ¶

func (o *IncidentFilter) HasCache() bool

HasCache returns a boolean if a field has been set.

func (*IncidentFilter) HasCategory ¶

func (o *IncidentFilter) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*IncidentFilter) HasDetails ¶

func (o *IncidentFilter) HasDetails() bool

HasDetails returns a boolean if a field has been set.

func (*IncidentFilter) HasFields ¶

func (o *IncidentFilter) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*IncidentFilter) HasFiles ¶

func (o *IncidentFilter) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*IncidentFilter) HasFromActivatedDate ¶

func (o *IncidentFilter) HasFromActivatedDate() bool

HasFromActivatedDate returns a boolean if a field has been set.

func (*IncidentFilter) HasFromClosedDate ¶

func (o *IncidentFilter) HasFromClosedDate() bool

HasFromClosedDate returns a boolean if a field has been set.

func (*IncidentFilter) HasFromDate ¶

func (o *IncidentFilter) HasFromDate() bool

HasFromDate returns a boolean if a field has been set.

func (*IncidentFilter) HasFromDateLicense ¶

func (o *IncidentFilter) HasFromDateLicense() bool

HasFromDateLicense returns a boolean if a field has been set.

func (*IncidentFilter) HasFromDueDate ¶

func (o *IncidentFilter) HasFromDueDate() bool

HasFromDueDate returns a boolean if a field has been set.

func (*IncidentFilter) HasFromReminder ¶

func (o *IncidentFilter) HasFromReminder() bool

HasFromReminder returns a boolean if a field has been set.

func (*IncidentFilter) HasId ¶

func (o *IncidentFilter) HasId() bool

HasId returns a boolean if a field has been set.

func (*IncidentFilter) HasIgnoreWorkers ¶

func (o *IncidentFilter) HasIgnoreWorkers() bool

HasIgnoreWorkers returns a boolean if a field has been set.

func (*IncidentFilter) HasIncludeTmp ¶

func (o *IncidentFilter) HasIncludeTmp() bool

HasIncludeTmp returns a boolean if a field has been set.

func (*IncidentFilter) HasInvestigation ¶

func (o *IncidentFilter) HasInvestigation() bool

HasInvestigation returns a boolean if a field has been set.

func (*IncidentFilter) HasLevel ¶

func (o *IncidentFilter) HasLevel() bool

HasLevel returns a boolean if a field has been set.

func (*IncidentFilter) HasName ¶

func (o *IncidentFilter) HasName() bool

HasName returns a boolean if a field has been set.

func (*IncidentFilter) HasNotCategory ¶

func (o *IncidentFilter) HasNotCategory() bool

HasNotCategory returns a boolean if a field has been set.

func (*IncidentFilter) HasNotInvestigation ¶

func (o *IncidentFilter) HasNotInvestigation() bool

HasNotInvestigation returns a boolean if a field has been set.

func (*IncidentFilter) HasNotStatus ¶

func (o *IncidentFilter) HasNotStatus() bool

HasNotStatus returns a boolean if a field has been set.

func (*IncidentFilter) HasPage ¶

func (o *IncidentFilter) HasPage() bool

HasPage returns a boolean if a field has been set.

func (*IncidentFilter) HasParent ¶

func (o *IncidentFilter) HasParent() bool

HasParent returns a boolean if a field has been set.

func (*IncidentFilter) HasPeriod ¶

func (o *IncidentFilter) HasPeriod() bool

HasPeriod returns a boolean if a field has been set.

func (*IncidentFilter) HasQuery ¶

func (o *IncidentFilter) HasQuery() bool

HasQuery returns a boolean if a field has been set.

func (*IncidentFilter) HasReason ¶

func (o *IncidentFilter) HasReason() bool

HasReason returns a boolean if a field has been set.

func (*IncidentFilter) HasSearchAfter ¶

func (o *IncidentFilter) HasSearchAfter() bool

HasSearchAfter returns a boolean if a field has been set.

func (*IncidentFilter) HasSearchAfterElastic ¶

func (o *IncidentFilter) HasSearchAfterElastic() bool

HasSearchAfterElastic returns a boolean if a field has been set.

func (*IncidentFilter) HasSearchBefore ¶

func (o *IncidentFilter) HasSearchBefore() bool

HasSearchBefore returns a boolean if a field has been set.

func (*IncidentFilter) HasSearchBeforeElastic ¶

func (o *IncidentFilter) HasSearchBeforeElastic() bool

HasSearchBeforeElastic returns a boolean if a field has been set.

func (*IncidentFilter) HasSize ¶

func (o *IncidentFilter) HasSize() bool

HasSize returns a boolean if a field has been set.

func (*IncidentFilter) HasSort ¶

func (o *IncidentFilter) HasSort() bool

HasSort returns a boolean if a field has been set.

func (*IncidentFilter) HasStatus ¶

func (o *IncidentFilter) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*IncidentFilter) HasSystems ¶

func (o *IncidentFilter) HasSystems() bool

HasSystems returns a boolean if a field has been set.

func (*IncidentFilter) HasTimeFrame ¶

func (o *IncidentFilter) HasTimeFrame() bool

HasTimeFrame returns a boolean if a field has been set.

func (*IncidentFilter) HasToActivatedDate ¶

func (o *IncidentFilter) HasToActivatedDate() bool

HasToActivatedDate returns a boolean if a field has been set.

func (*IncidentFilter) HasToClosedDate ¶

func (o *IncidentFilter) HasToClosedDate() bool

HasToClosedDate returns a boolean if a field has been set.

func (*IncidentFilter) HasToDate ¶

func (o *IncidentFilter) HasToDate() bool

HasToDate returns a boolean if a field has been set.

func (*IncidentFilter) HasToDueDate ¶

func (o *IncidentFilter) HasToDueDate() bool

HasToDueDate returns a boolean if a field has been set.

func (*IncidentFilter) HasToReminder ¶

func (o *IncidentFilter) HasToReminder() bool

HasToReminder returns a boolean if a field has been set.

func (*IncidentFilter) HasTotalOnly ¶

func (o *IncidentFilter) HasTotalOnly() bool

HasTotalOnly returns a boolean if a field has been set.

func (*IncidentFilter) HasType ¶

func (o *IncidentFilter) HasType() bool

HasType returns a boolean if a field has been set.

func (*IncidentFilter) HasUrls ¶

func (o *IncidentFilter) HasUrls() bool

HasUrls returns a boolean if a field has been set.

func (*IncidentFilter) HasUsers ¶

func (o *IncidentFilter) HasUsers() bool

HasUsers returns a boolean if a field has been set.

func (IncidentFilter) MarshalJSON ¶

func (o IncidentFilter) MarshalJSON() ([]byte, error)

func (*IncidentFilter) SetAndOp ¶

func (o *IncidentFilter) SetAndOp(v bool)

SetAndOp gets a reference to the given bool and assigns it to the AndOp field.

func (*IncidentFilter) SetCache ¶

func (o *IncidentFilter) SetCache(v map[string][]string)

SetCache gets a reference to the given map[string][]string and assigns it to the Cache field.

func (*IncidentFilter) SetCategory ¶

func (o *IncidentFilter) SetCategory(v []string)

SetCategory gets a reference to the given []string and assigns it to the Category field.

func (*IncidentFilter) SetDetails ¶

func (o *IncidentFilter) SetDetails(v string)

SetDetails gets a reference to the given string and assigns it to the Details field.

func (*IncidentFilter) SetFields ¶

func (o *IncidentFilter) SetFields(v []string)

SetFields gets a reference to the given []string and assigns it to the Fields field.

func (*IncidentFilter) SetFiles ¶

func (o *IncidentFilter) SetFiles(v []string)

SetFiles gets a reference to the given []string and assigns it to the Files field.

func (*IncidentFilter) SetFromActivatedDate ¶

func (o *IncidentFilter) SetFromActivatedDate(v time.Time)

SetFromActivatedDate gets a reference to the given time.Time and assigns it to the FromActivatedDate field.

func (*IncidentFilter) SetFromClosedDate ¶

func (o *IncidentFilter) SetFromClosedDate(v time.Time)

SetFromClosedDate gets a reference to the given time.Time and assigns it to the FromClosedDate field.

func (*IncidentFilter) SetFromDate ¶

func (o *IncidentFilter) SetFromDate(v time.Time)

SetFromDate gets a reference to the given time.Time and assigns it to the FromDate field.

func (*IncidentFilter) SetFromDateLicense ¶

func (o *IncidentFilter) SetFromDateLicense(v time.Time)

SetFromDateLicense gets a reference to the given time.Time and assigns it to the FromDateLicense field.

func (*IncidentFilter) SetFromDueDate ¶

func (o *IncidentFilter) SetFromDueDate(v time.Time)

SetFromDueDate gets a reference to the given time.Time and assigns it to the FromDueDate field.

func (*IncidentFilter) SetFromReminder ¶

func (o *IncidentFilter) SetFromReminder(v time.Time)

SetFromReminder gets a reference to the given time.Time and assigns it to the FromReminder field.

func (*IncidentFilter) SetId ¶

func (o *IncidentFilter) SetId(v []string)

SetId gets a reference to the given []string and assigns it to the Id field.

func (*IncidentFilter) SetIgnoreWorkers ¶

func (o *IncidentFilter) SetIgnoreWorkers(v bool)

SetIgnoreWorkers gets a reference to the given bool and assigns it to the IgnoreWorkers field.

func (*IncidentFilter) SetIncludeTmp ¶

func (o *IncidentFilter) SetIncludeTmp(v bool)

SetIncludeTmp gets a reference to the given bool and assigns it to the IncludeTmp field.

func (*IncidentFilter) SetInvestigation ¶

func (o *IncidentFilter) SetInvestigation(v []string)

SetInvestigation gets a reference to the given []string and assigns it to the Investigation field.

func (*IncidentFilter) SetLevel ¶

func (o *IncidentFilter) SetLevel(v []float64)

SetLevel gets a reference to the given []float64 and assigns it to the Level field.

func (*IncidentFilter) SetName ¶

func (o *IncidentFilter) SetName(v []string)

SetName gets a reference to the given []string and assigns it to the Name field.

func (*IncidentFilter) SetNotCategory ¶

func (o *IncidentFilter) SetNotCategory(v []string)

SetNotCategory gets a reference to the given []string and assigns it to the NotCategory field.

func (*IncidentFilter) SetNotInvestigation ¶

func (o *IncidentFilter) SetNotInvestigation(v []string)

SetNotInvestigation gets a reference to the given []string and assigns it to the NotInvestigation field.

func (*IncidentFilter) SetNotStatus ¶

func (o *IncidentFilter) SetNotStatus(v []float64)

SetNotStatus gets a reference to the given []float64 and assigns it to the NotStatus field.

func (*IncidentFilter) SetPage ¶

func (o *IncidentFilter) SetPage(v int64)

SetPage gets a reference to the given int64 and assigns it to the Page field.

func (*IncidentFilter) SetParent ¶

func (o *IncidentFilter) SetParent(v []string)

SetParent gets a reference to the given []string and assigns it to the Parent field.

func (*IncidentFilter) SetPeriod ¶

func (o *IncidentFilter) SetPeriod(v Period)

SetPeriod gets a reference to the given Period and assigns it to the Period field.

func (*IncidentFilter) SetQuery ¶

func (o *IncidentFilter) SetQuery(v string)

SetQuery gets a reference to the given string and assigns it to the Query field.

func (*IncidentFilter) SetReason ¶

func (o *IncidentFilter) SetReason(v []string)

SetReason gets a reference to the given []string and assigns it to the Reason field.

func (*IncidentFilter) SetSearchAfter ¶

func (o *IncidentFilter) SetSearchAfter(v []string)

SetSearchAfter gets a reference to the given []string and assigns it to the SearchAfter field.

func (*IncidentFilter) SetSearchAfterElastic ¶

func (o *IncidentFilter) SetSearchAfterElastic(v []string)

SetSearchAfterElastic gets a reference to the given []string and assigns it to the SearchAfterElastic field.

func (*IncidentFilter) SetSearchBefore ¶

func (o *IncidentFilter) SetSearchBefore(v []string)

SetSearchBefore gets a reference to the given []string and assigns it to the SearchBefore field.

func (*IncidentFilter) SetSearchBeforeElastic ¶

func (o *IncidentFilter) SetSearchBeforeElastic(v []string)

SetSearchBeforeElastic gets a reference to the given []string and assigns it to the SearchBeforeElastic field.

func (*IncidentFilter) SetSize ¶

func (o *IncidentFilter) SetSize(v int64)

SetSize gets a reference to the given int64 and assigns it to the Size field.

func (*IncidentFilter) SetSort ¶

func (o *IncidentFilter) SetSort(v []Order)

SetSort gets a reference to the given []Order and assigns it to the Sort field.

func (*IncidentFilter) SetStatus ¶

func (o *IncidentFilter) SetStatus(v []float64)

SetStatus gets a reference to the given []float64 and assigns it to the Status field.

func (*IncidentFilter) SetSystems ¶

func (o *IncidentFilter) SetSystems(v []string)

SetSystems gets a reference to the given []string and assigns it to the Systems field.

func (*IncidentFilter) SetTimeFrame ¶

func (o *IncidentFilter) SetTimeFrame(v int64)

SetTimeFrame gets a reference to the given int64 and assigns it to the TimeFrame field.

func (*IncidentFilter) SetToActivatedDate ¶

func (o *IncidentFilter) SetToActivatedDate(v time.Time)

SetToActivatedDate gets a reference to the given time.Time and assigns it to the ToActivatedDate field.

func (*IncidentFilter) SetToClosedDate ¶

func (o *IncidentFilter) SetToClosedDate(v time.Time)

SetToClosedDate gets a reference to the given time.Time and assigns it to the ToClosedDate field.

func (*IncidentFilter) SetToDate ¶

func (o *IncidentFilter) SetToDate(v time.Time)

SetToDate gets a reference to the given time.Time and assigns it to the ToDate field.

func (*IncidentFilter) SetToDueDate ¶

func (o *IncidentFilter) SetToDueDate(v time.Time)

SetToDueDate gets a reference to the given time.Time and assigns it to the ToDueDate field.

func (*IncidentFilter) SetToReminder ¶

func (o *IncidentFilter) SetToReminder(v time.Time)

SetToReminder gets a reference to the given time.Time and assigns it to the ToReminder field.

func (*IncidentFilter) SetTotalOnly ¶

func (o *IncidentFilter) SetTotalOnly(v bool)

SetTotalOnly gets a reference to the given bool and assigns it to the TotalOnly field.

func (*IncidentFilter) SetType ¶

func (o *IncidentFilter) SetType(v []string)

SetType gets a reference to the given []string and assigns it to the Type field.

func (*IncidentFilter) SetUrls ¶

func (o *IncidentFilter) SetUrls(v []string)

SetUrls gets a reference to the given []string and assigns it to the Urls field.

func (*IncidentFilter) SetUsers ¶

func (o *IncidentFilter) SetUsers(v []string)

SetUsers gets a reference to the given []string and assigns it to the Users field.

type IncidentSearchResponseWrapper ¶

type IncidentSearchResponseWrapper struct {
	// in: body
	Data                *[]IncidentWrapper `json:"data,omitempty"`
	NotUpdated          *int32             `json:"notUpdated,omitempty"`
	SearchAfter         *[]string          `json:"searchAfter,omitempty"`
	SearchAfterElastic  *[]string          `json:"searchAfterElastic,omitempty"`
	SearchBefore        *[]string          `json:"searchBefore,omitempty"`
	SearchBeforeElastic *[]string          `json:"searchBeforeElastic,omitempty"`
	Total               *int64             `json:"total,omitempty"`
}

IncidentSearchResponseWrapper IncidentSearchResponseWrapper is an extension for the IncidentSearchResponse type, which holds list of IncidentWrapper(s)

func NewIncidentSearchResponseWrapper ¶

func NewIncidentSearchResponseWrapper() *IncidentSearchResponseWrapper

NewIncidentSearchResponseWrapper instantiates a new IncidentSearchResponseWrapper 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 NewIncidentSearchResponseWrapperWithDefaults ¶

func NewIncidentSearchResponseWrapperWithDefaults() *IncidentSearchResponseWrapper

NewIncidentSearchResponseWrapperWithDefaults instantiates a new IncidentSearchResponseWrapper 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 (*IncidentSearchResponseWrapper) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*IncidentSearchResponseWrapper) GetDataOk ¶

func (o *IncidentSearchResponseWrapper) GetDataOk() (*[]IncidentWrapper, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentSearchResponseWrapper) GetNotUpdated ¶

func (o *IncidentSearchResponseWrapper) GetNotUpdated() int32

GetNotUpdated returns the NotUpdated field value if set, zero value otherwise.

func (*IncidentSearchResponseWrapper) GetNotUpdatedOk ¶

func (o *IncidentSearchResponseWrapper) GetNotUpdatedOk() (*int32, bool)

GetNotUpdatedOk returns a tuple with the NotUpdated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentSearchResponseWrapper) GetSearchAfter ¶

func (o *IncidentSearchResponseWrapper) GetSearchAfter() []string

GetSearchAfter returns the SearchAfter field value if set, zero value otherwise.

func (*IncidentSearchResponseWrapper) GetSearchAfterElastic ¶

func (o *IncidentSearchResponseWrapper) GetSearchAfterElastic() []string

GetSearchAfterElastic returns the SearchAfterElastic field value if set, zero value otherwise.

func (*IncidentSearchResponseWrapper) GetSearchAfterElasticOk ¶

func (o *IncidentSearchResponseWrapper) GetSearchAfterElasticOk() (*[]string, bool)

GetSearchAfterElasticOk returns a tuple with the SearchAfterElastic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentSearchResponseWrapper) GetSearchAfterOk ¶

func (o *IncidentSearchResponseWrapper) GetSearchAfterOk() (*[]string, bool)

GetSearchAfterOk returns a tuple with the SearchAfter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentSearchResponseWrapper) GetSearchBefore ¶

func (o *IncidentSearchResponseWrapper) GetSearchBefore() []string

GetSearchBefore returns the SearchBefore field value if set, zero value otherwise.

func (*IncidentSearchResponseWrapper) GetSearchBeforeElastic ¶

func (o *IncidentSearchResponseWrapper) GetSearchBeforeElastic() []string

GetSearchBeforeElastic returns the SearchBeforeElastic field value if set, zero value otherwise.

func (*IncidentSearchResponseWrapper) GetSearchBeforeElasticOk ¶

func (o *IncidentSearchResponseWrapper) GetSearchBeforeElasticOk() (*[]string, bool)

GetSearchBeforeElasticOk returns a tuple with the SearchBeforeElastic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentSearchResponseWrapper) GetSearchBeforeOk ¶

func (o *IncidentSearchResponseWrapper) GetSearchBeforeOk() (*[]string, bool)

GetSearchBeforeOk returns a tuple with the SearchBefore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentSearchResponseWrapper) GetTotal ¶

func (o *IncidentSearchResponseWrapper) GetTotal() int64

GetTotal returns the Total field value if set, zero value otherwise.

func (*IncidentSearchResponseWrapper) GetTotalOk ¶

func (o *IncidentSearchResponseWrapper) GetTotalOk() (*int64, bool)

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentSearchResponseWrapper) HasData ¶

func (o *IncidentSearchResponseWrapper) HasData() bool

HasData returns a boolean if a field has been set.

func (*IncidentSearchResponseWrapper) HasNotUpdated ¶

func (o *IncidentSearchResponseWrapper) HasNotUpdated() bool

HasNotUpdated returns a boolean if a field has been set.

func (*IncidentSearchResponseWrapper) HasSearchAfter ¶

func (o *IncidentSearchResponseWrapper) HasSearchAfter() bool

HasSearchAfter returns a boolean if a field has been set.

func (*IncidentSearchResponseWrapper) HasSearchAfterElastic ¶

func (o *IncidentSearchResponseWrapper) HasSearchAfterElastic() bool

HasSearchAfterElastic returns a boolean if a field has been set.

func (*IncidentSearchResponseWrapper) HasSearchBefore ¶

func (o *IncidentSearchResponseWrapper) HasSearchBefore() bool

HasSearchBefore returns a boolean if a field has been set.

func (*IncidentSearchResponseWrapper) HasSearchBeforeElastic ¶

func (o *IncidentSearchResponseWrapper) HasSearchBeforeElastic() bool

HasSearchBeforeElastic returns a boolean if a field has been set.

func (*IncidentSearchResponseWrapper) HasTotal ¶

func (o *IncidentSearchResponseWrapper) HasTotal() bool

HasTotal returns a boolean if a field has been set.

func (IncidentSearchResponseWrapper) MarshalJSON ¶

func (o IncidentSearchResponseWrapper) MarshalJSON() ([]byte, error)

func (*IncidentSearchResponseWrapper) SetData ¶

SetData gets a reference to the given []IncidentWrapper and assigns it to the Data field.

func (*IncidentSearchResponseWrapper) SetNotUpdated ¶

func (o *IncidentSearchResponseWrapper) SetNotUpdated(v int32)

SetNotUpdated gets a reference to the given int32 and assigns it to the NotUpdated field.

func (*IncidentSearchResponseWrapper) SetSearchAfter ¶

func (o *IncidentSearchResponseWrapper) SetSearchAfter(v []string)

SetSearchAfter gets a reference to the given []string and assigns it to the SearchAfter field.

func (*IncidentSearchResponseWrapper) SetSearchAfterElastic ¶

func (o *IncidentSearchResponseWrapper) SetSearchAfterElastic(v []string)

SetSearchAfterElastic gets a reference to the given []string and assigns it to the SearchAfterElastic field.

func (*IncidentSearchResponseWrapper) SetSearchBefore ¶

func (o *IncidentSearchResponseWrapper) SetSearchBefore(v []string)

SetSearchBefore gets a reference to the given []string and assigns it to the SearchBefore field.

func (*IncidentSearchResponseWrapper) SetSearchBeforeElastic ¶

func (o *IncidentSearchResponseWrapper) SetSearchBeforeElastic(v []string)

SetSearchBeforeElastic gets a reference to the given []string and assigns it to the SearchBeforeElastic field.

func (*IncidentSearchResponseWrapper) SetTotal ¶

func (o *IncidentSearchResponseWrapper) SetTotal(v int64)

SetTotal gets a reference to the given int64 and assigns it to the Total field.

type IncidentType ¶

type IncidentType struct {
	Autorun                           *bool                        `json:"autorun,omitempty"`
	ClosureScript                     *string                      `json:"closureScript,omitempty"`
	Color                             *string                      `json:"color,omitempty"`
	CommitMessage                     *string                      `json:"commitMessage,omitempty"`
	Days                              *int64                       `json:"days,omitempty"`
	DaysR                             *int64                       `json:"daysR,omitempty"`
	Default                           *bool                        `json:"default,omitempty"`
	Detached                          *bool                        `json:"detached,omitempty"`
	Disabled                          *bool                        `json:"disabled,omitempty"`
	ExtractSettings                   *IncidentTypeExtractSettings `json:"extractSettings,omitempty"`
	FromServerVersion                 *string                      `json:"fromServerVersion,omitempty"`
	Highlight                         *map[string][]string         `json:"highlight,omitempty"`
	Hours                             *int64                       `json:"hours,omitempty"`
	HoursR                            *int64                       `json:"hoursR,omitempty"`
	Id                                *string                      `json:"id,omitempty"`
	ItemVersion                       *string                      `json:"itemVersion,omitempty"`
	Layout                            *string                      `json:"layout,omitempty"`
	Locked                            *bool                        `json:"locked,omitempty"`
	Modified                          *time.Time                   `json:"modified,omitempty"`
	Name                              *string                      `json:"name,omitempty"`
	NumericId                         *int64                       `json:"numericId,omitempty"`
	OnChangeRepAlg                    *float64                     `json:"onChangeRepAlg,omitempty"`
	PackID                            *string                      `json:"packID,omitempty"`
	PackPropagationLabels             *[]string                    `json:"packPropagationLabels,omitempty"`
	PlaybookId                        *string                      `json:"playbookId,omitempty"`
	PreProcessingScript               *string                      `json:"preProcessingScript,omitempty"`
	PrevName                          *string                      `json:"prevName,omitempty"`
	PrimaryTerm                       *int64                       `json:"primaryTerm,omitempty"`
	PropagationLabels                 *[]string                    `json:"propagationLabels,omitempty"`
	Readonly                          *bool                        `json:"readonly,omitempty"`
	ReputationCalc                    *float64                     `json:"reputationCalc,omitempty"`
	SequenceNumber                    *int64                       `json:"sequenceNumber,omitempty"`
	ShouldCommit                      *bool                        `json:"shouldCommit,omitempty"`
	Sla                               *int64                       `json:"sla,omitempty"`
	SlaReminder                       *int64                       `json:"slaReminder,omitempty"`
	SortValues                        *[]string                    `json:"sortValues,omitempty"`
	System                            *bool                        `json:"system,omitempty"`
	ToServerVersion                   *string                      `json:"toServerVersion,omitempty"`
	VcShouldIgnore                    *bool                        `json:"vcShouldIgnore,omitempty"`
	VcShouldKeepItemLegacyProdMachine *bool                        `json:"vcShouldKeepItemLegacyProdMachine,omitempty"`
	Version                           *int64                       `json:"version,omitempty"`
	Weeks                             *int64                       `json:"weeks,omitempty"`
	WeeksR                            *int64                       `json:"weeksR,omitempty"`
}

IncidentType struct for IncidentType

func NewIncidentType ¶

func NewIncidentType() *IncidentType

NewIncidentType instantiates a new IncidentType 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 NewIncidentTypeWithDefaults ¶

func NewIncidentTypeWithDefaults() *IncidentType

NewIncidentTypeWithDefaults instantiates a new IncidentType 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 (*IncidentType) GetAutorun ¶

func (o *IncidentType) GetAutorun() bool

GetAutorun returns the Autorun field value if set, zero value otherwise.

func (*IncidentType) GetAutorunOk ¶

func (o *IncidentType) GetAutorunOk() (*bool, bool)

GetAutorunOk returns a tuple with the Autorun field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetClosureScript ¶

func (o *IncidentType) GetClosureScript() string

GetClosureScript returns the ClosureScript field value if set, zero value otherwise.

func (*IncidentType) GetClosureScriptOk ¶

func (o *IncidentType) GetClosureScriptOk() (*string, bool)

GetClosureScriptOk returns a tuple with the ClosureScript field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetColor ¶

func (o *IncidentType) GetColor() string

GetColor returns the Color field value if set, zero value otherwise.

func (*IncidentType) GetColorOk ¶

func (o *IncidentType) GetColorOk() (*string, bool)

GetColorOk returns a tuple with the Color field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetCommitMessage ¶

func (o *IncidentType) GetCommitMessage() string

GetCommitMessage returns the CommitMessage field value if set, zero value otherwise.

func (*IncidentType) GetCommitMessageOk ¶

func (o *IncidentType) GetCommitMessageOk() (*string, bool)

GetCommitMessageOk returns a tuple with the CommitMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetDays ¶

func (o *IncidentType) GetDays() int64

GetDays returns the Days field value if set, zero value otherwise.

func (*IncidentType) GetDaysOk ¶

func (o *IncidentType) GetDaysOk() (*int64, bool)

GetDaysOk returns a tuple with the Days field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetDaysR ¶

func (o *IncidentType) GetDaysR() int64

GetDaysR returns the DaysR field value if set, zero value otherwise.

func (*IncidentType) GetDaysROk ¶

func (o *IncidentType) GetDaysROk() (*int64, bool)

GetDaysROk returns a tuple with the DaysR field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetDefault ¶

func (o *IncidentType) GetDefault() bool

GetDefault returns the Default field value if set, zero value otherwise.

func (*IncidentType) GetDefaultOk ¶

func (o *IncidentType) GetDefaultOk() (*bool, bool)

GetDefaultOk returns a tuple with the Default field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetDetached ¶

func (o *IncidentType) GetDetached() bool

GetDetached returns the Detached field value if set, zero value otherwise.

func (*IncidentType) GetDetachedOk ¶

func (o *IncidentType) GetDetachedOk() (*bool, bool)

GetDetachedOk returns a tuple with the Detached field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetDisabled ¶

func (o *IncidentType) GetDisabled() bool

GetDisabled returns the Disabled field value if set, zero value otherwise.

func (*IncidentType) GetDisabledOk ¶

func (o *IncidentType) GetDisabledOk() (*bool, bool)

GetDisabledOk returns a tuple with the Disabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetExtractSettings ¶

func (o *IncidentType) GetExtractSettings() IncidentTypeExtractSettings

GetExtractSettings returns the ExtractSettings field value if set, zero value otherwise.

func (*IncidentType) GetExtractSettingsOk ¶

func (o *IncidentType) GetExtractSettingsOk() (*IncidentTypeExtractSettings, bool)

GetExtractSettingsOk returns a tuple with the ExtractSettings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetFromServerVersion ¶

func (o *IncidentType) GetFromServerVersion() string

GetFromServerVersion returns the FromServerVersion field value if set, zero value otherwise.

func (*IncidentType) GetFromServerVersionOk ¶

func (o *IncidentType) GetFromServerVersionOk() (*string, bool)

GetFromServerVersionOk returns a tuple with the FromServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetHighlight ¶

func (o *IncidentType) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*IncidentType) GetHighlightOk ¶

func (o *IncidentType) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetHours ¶

func (o *IncidentType) GetHours() int64

GetHours returns the Hours field value if set, zero value otherwise.

func (*IncidentType) GetHoursOk ¶

func (o *IncidentType) GetHoursOk() (*int64, bool)

GetHoursOk returns a tuple with the Hours field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetHoursR ¶

func (o *IncidentType) GetHoursR() int64

GetHoursR returns the HoursR field value if set, zero value otherwise.

func (*IncidentType) GetHoursROk ¶

func (o *IncidentType) GetHoursROk() (*int64, bool)

GetHoursROk returns a tuple with the HoursR field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetId ¶

func (o *IncidentType) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*IncidentType) GetIdOk ¶

func (o *IncidentType) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetItemVersion ¶

func (o *IncidentType) GetItemVersion() string

GetItemVersion returns the ItemVersion field value if set, zero value otherwise.

func (*IncidentType) GetItemVersionOk ¶

func (o *IncidentType) GetItemVersionOk() (*string, bool)

GetItemVersionOk returns a tuple with the ItemVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetLayout ¶

func (o *IncidentType) GetLayout() string

GetLayout returns the Layout field value if set, zero value otherwise.

func (*IncidentType) GetLayoutOk ¶

func (o *IncidentType) GetLayoutOk() (*string, bool)

GetLayoutOk returns a tuple with the Layout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetLocked ¶

func (o *IncidentType) GetLocked() bool

GetLocked returns the Locked field value if set, zero value otherwise.

func (*IncidentType) GetLockedOk ¶

func (o *IncidentType) GetLockedOk() (*bool, bool)

GetLockedOk returns a tuple with the Locked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetModified ¶

func (o *IncidentType) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*IncidentType) GetModifiedOk ¶

func (o *IncidentType) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetName ¶

func (o *IncidentType) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*IncidentType) GetNameOk ¶

func (o *IncidentType) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetNumericId ¶

func (o *IncidentType) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*IncidentType) GetNumericIdOk ¶

func (o *IncidentType) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetOnChangeRepAlg ¶

func (o *IncidentType) GetOnChangeRepAlg() float64

GetOnChangeRepAlg returns the OnChangeRepAlg field value if set, zero value otherwise.

func (*IncidentType) GetOnChangeRepAlgOk ¶

func (o *IncidentType) GetOnChangeRepAlgOk() (*float64, bool)

GetOnChangeRepAlgOk returns a tuple with the OnChangeRepAlg field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetPackID ¶

func (o *IncidentType) GetPackID() string

GetPackID returns the PackID field value if set, zero value otherwise.

func (*IncidentType) GetPackIDOk ¶

func (o *IncidentType) GetPackIDOk() (*string, bool)

GetPackIDOk returns a tuple with the PackID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetPackPropagationLabels ¶

func (o *IncidentType) GetPackPropagationLabels() []string

GetPackPropagationLabels returns the PackPropagationLabels field value if set, zero value otherwise.

func (*IncidentType) GetPackPropagationLabelsOk ¶

func (o *IncidentType) GetPackPropagationLabelsOk() (*[]string, bool)

GetPackPropagationLabelsOk returns a tuple with the PackPropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetPlaybookId ¶

func (o *IncidentType) GetPlaybookId() string

GetPlaybookId returns the PlaybookId field value if set, zero value otherwise.

func (*IncidentType) GetPlaybookIdOk ¶

func (o *IncidentType) GetPlaybookIdOk() (*string, bool)

GetPlaybookIdOk returns a tuple with the PlaybookId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetPreProcessingScript ¶

func (o *IncidentType) GetPreProcessingScript() string

GetPreProcessingScript returns the PreProcessingScript field value if set, zero value otherwise.

func (*IncidentType) GetPreProcessingScriptOk ¶

func (o *IncidentType) GetPreProcessingScriptOk() (*string, bool)

GetPreProcessingScriptOk returns a tuple with the PreProcessingScript field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetPrevName ¶

func (o *IncidentType) GetPrevName() string

GetPrevName returns the PrevName field value if set, zero value otherwise.

func (*IncidentType) GetPrevNameOk ¶

func (o *IncidentType) GetPrevNameOk() (*string, bool)

GetPrevNameOk returns a tuple with the PrevName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetPrimaryTerm ¶

func (o *IncidentType) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*IncidentType) GetPrimaryTermOk ¶

func (o *IncidentType) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetPropagationLabels ¶

func (o *IncidentType) GetPropagationLabels() []string

GetPropagationLabels returns the PropagationLabels field value if set, zero value otherwise.

func (*IncidentType) GetPropagationLabelsOk ¶

func (o *IncidentType) GetPropagationLabelsOk() (*[]string, bool)

GetPropagationLabelsOk returns a tuple with the PropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetReadonly ¶

func (o *IncidentType) GetReadonly() bool

GetReadonly returns the Readonly field value if set, zero value otherwise.

func (*IncidentType) GetReadonlyOk ¶

func (o *IncidentType) GetReadonlyOk() (*bool, bool)

GetReadonlyOk returns a tuple with the Readonly field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetReputationCalc ¶

func (o *IncidentType) GetReputationCalc() float64

GetReputationCalc returns the ReputationCalc field value if set, zero value otherwise.

func (*IncidentType) GetReputationCalcOk ¶

func (o *IncidentType) GetReputationCalcOk() (*float64, bool)

GetReputationCalcOk returns a tuple with the ReputationCalc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetSequenceNumber ¶

func (o *IncidentType) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*IncidentType) GetSequenceNumberOk ¶

func (o *IncidentType) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetShouldCommit ¶

func (o *IncidentType) GetShouldCommit() bool

GetShouldCommit returns the ShouldCommit field value if set, zero value otherwise.

func (*IncidentType) GetShouldCommitOk ¶

func (o *IncidentType) GetShouldCommitOk() (*bool, bool)

GetShouldCommitOk returns a tuple with the ShouldCommit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetSla ¶

func (o *IncidentType) GetSla() int64

GetSla returns the Sla field value if set, zero value otherwise.

func (*IncidentType) GetSlaOk ¶

func (o *IncidentType) GetSlaOk() (*int64, bool)

GetSlaOk returns a tuple with the Sla field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetSlaReminder ¶

func (o *IncidentType) GetSlaReminder() int64

GetSlaReminder returns the SlaReminder field value if set, zero value otherwise.

func (*IncidentType) GetSlaReminderOk ¶

func (o *IncidentType) GetSlaReminderOk() (*int64, bool)

GetSlaReminderOk returns a tuple with the SlaReminder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetSortValues ¶

func (o *IncidentType) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*IncidentType) GetSortValuesOk ¶

func (o *IncidentType) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetSystem ¶

func (o *IncidentType) GetSystem() bool

GetSystem returns the System field value if set, zero value otherwise.

func (*IncidentType) GetSystemOk ¶

func (o *IncidentType) GetSystemOk() (*bool, bool)

GetSystemOk returns a tuple with the System field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetToServerVersion ¶

func (o *IncidentType) GetToServerVersion() string

GetToServerVersion returns the ToServerVersion field value if set, zero value otherwise.

func (*IncidentType) GetToServerVersionOk ¶

func (o *IncidentType) GetToServerVersionOk() (*string, bool)

GetToServerVersionOk returns a tuple with the ToServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetVcShouldIgnore ¶

func (o *IncidentType) GetVcShouldIgnore() bool

GetVcShouldIgnore returns the VcShouldIgnore field value if set, zero value otherwise.

func (*IncidentType) GetVcShouldIgnoreOk ¶

func (o *IncidentType) GetVcShouldIgnoreOk() (*bool, bool)

GetVcShouldIgnoreOk returns a tuple with the VcShouldIgnore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetVcShouldKeepItemLegacyProdMachine ¶

func (o *IncidentType) GetVcShouldKeepItemLegacyProdMachine() bool

GetVcShouldKeepItemLegacyProdMachine returns the VcShouldKeepItemLegacyProdMachine field value if set, zero value otherwise.

func (*IncidentType) GetVcShouldKeepItemLegacyProdMachineOk ¶

func (o *IncidentType) GetVcShouldKeepItemLegacyProdMachineOk() (*bool, bool)

GetVcShouldKeepItemLegacyProdMachineOk returns a tuple with the VcShouldKeepItemLegacyProdMachine field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetVersion ¶

func (o *IncidentType) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*IncidentType) GetVersionOk ¶

func (o *IncidentType) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetWeeks ¶

func (o *IncidentType) GetWeeks() int64

GetWeeks returns the Weeks field value if set, zero value otherwise.

func (*IncidentType) GetWeeksOk ¶

func (o *IncidentType) GetWeeksOk() (*int64, bool)

GetWeeksOk returns a tuple with the Weeks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) GetWeeksR ¶

func (o *IncidentType) GetWeeksR() int64

GetWeeksR returns the WeeksR field value if set, zero value otherwise.

func (*IncidentType) GetWeeksROk ¶

func (o *IncidentType) GetWeeksROk() (*int64, bool)

GetWeeksROk returns a tuple with the WeeksR field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentType) HasAutorun ¶

func (o *IncidentType) HasAutorun() bool

HasAutorun returns a boolean if a field has been set.

func (*IncidentType) HasClosureScript ¶

func (o *IncidentType) HasClosureScript() bool

HasClosureScript returns a boolean if a field has been set.

func (*IncidentType) HasColor ¶

func (o *IncidentType) HasColor() bool

HasColor returns a boolean if a field has been set.

func (*IncidentType) HasCommitMessage ¶

func (o *IncidentType) HasCommitMessage() bool

HasCommitMessage returns a boolean if a field has been set.

func (*IncidentType) HasDays ¶

func (o *IncidentType) HasDays() bool

HasDays returns a boolean if a field has been set.

func (*IncidentType) HasDaysR ¶

func (o *IncidentType) HasDaysR() bool

HasDaysR returns a boolean if a field has been set.

func (*IncidentType) HasDefault ¶

func (o *IncidentType) HasDefault() bool

HasDefault returns a boolean if a field has been set.

func (*IncidentType) HasDetached ¶

func (o *IncidentType) HasDetached() bool

HasDetached returns a boolean if a field has been set.

func (*IncidentType) HasDisabled ¶

func (o *IncidentType) HasDisabled() bool

HasDisabled returns a boolean if a field has been set.

func (*IncidentType) HasExtractSettings ¶

func (o *IncidentType) HasExtractSettings() bool

HasExtractSettings returns a boolean if a field has been set.

func (*IncidentType) HasFromServerVersion ¶

func (o *IncidentType) HasFromServerVersion() bool

HasFromServerVersion returns a boolean if a field has been set.

func (*IncidentType) HasHighlight ¶

func (o *IncidentType) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*IncidentType) HasHours ¶

func (o *IncidentType) HasHours() bool

HasHours returns a boolean if a field has been set.

func (*IncidentType) HasHoursR ¶

func (o *IncidentType) HasHoursR() bool

HasHoursR returns a boolean if a field has been set.

func (*IncidentType) HasId ¶

func (o *IncidentType) HasId() bool

HasId returns a boolean if a field has been set.

func (*IncidentType) HasItemVersion ¶

func (o *IncidentType) HasItemVersion() bool

HasItemVersion returns a boolean if a field has been set.

func (*IncidentType) HasLayout ¶

func (o *IncidentType) HasLayout() bool

HasLayout returns a boolean if a field has been set.

func (*IncidentType) HasLocked ¶

func (o *IncidentType) HasLocked() bool

HasLocked returns a boolean if a field has been set.

func (*IncidentType) HasModified ¶

func (o *IncidentType) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*IncidentType) HasName ¶

func (o *IncidentType) HasName() bool

HasName returns a boolean if a field has been set.

func (*IncidentType) HasNumericId ¶

func (o *IncidentType) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*IncidentType) HasOnChangeRepAlg ¶

func (o *IncidentType) HasOnChangeRepAlg() bool

HasOnChangeRepAlg returns a boolean if a field has been set.

func (*IncidentType) HasPackID ¶

func (o *IncidentType) HasPackID() bool

HasPackID returns a boolean if a field has been set.

func (*IncidentType) HasPackPropagationLabels ¶

func (o *IncidentType) HasPackPropagationLabels() bool

HasPackPropagationLabels returns a boolean if a field has been set.

func (*IncidentType) HasPlaybookId ¶

func (o *IncidentType) HasPlaybookId() bool

HasPlaybookId returns a boolean if a field has been set.

func (*IncidentType) HasPreProcessingScript ¶

func (o *IncidentType) HasPreProcessingScript() bool

HasPreProcessingScript returns a boolean if a field has been set.

func (*IncidentType) HasPrevName ¶

func (o *IncidentType) HasPrevName() bool

HasPrevName returns a boolean if a field has been set.

func (*IncidentType) HasPrimaryTerm ¶

func (o *IncidentType) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*IncidentType) HasPropagationLabels ¶

func (o *IncidentType) HasPropagationLabels() bool

HasPropagationLabels returns a boolean if a field has been set.

func (*IncidentType) HasReadonly ¶

func (o *IncidentType) HasReadonly() bool

HasReadonly returns a boolean if a field has been set.

func (*IncidentType) HasReputationCalc ¶

func (o *IncidentType) HasReputationCalc() bool

HasReputationCalc returns a boolean if a field has been set.

func (*IncidentType) HasSequenceNumber ¶

func (o *IncidentType) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*IncidentType) HasShouldCommit ¶

func (o *IncidentType) HasShouldCommit() bool

HasShouldCommit returns a boolean if a field has been set.

func (*IncidentType) HasSla ¶

func (o *IncidentType) HasSla() bool

HasSla returns a boolean if a field has been set.

func (*IncidentType) HasSlaReminder ¶

func (o *IncidentType) HasSlaReminder() bool

HasSlaReminder returns a boolean if a field has been set.

func (*IncidentType) HasSortValues ¶

func (o *IncidentType) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*IncidentType) HasSystem ¶

func (o *IncidentType) HasSystem() bool

HasSystem returns a boolean if a field has been set.

func (*IncidentType) HasToServerVersion ¶

func (o *IncidentType) HasToServerVersion() bool

HasToServerVersion returns a boolean if a field has been set.

func (*IncidentType) HasVcShouldIgnore ¶

func (o *IncidentType) HasVcShouldIgnore() bool

HasVcShouldIgnore returns a boolean if a field has been set.

func (*IncidentType) HasVcShouldKeepItemLegacyProdMachine ¶

func (o *IncidentType) HasVcShouldKeepItemLegacyProdMachine() bool

HasVcShouldKeepItemLegacyProdMachine returns a boolean if a field has been set.

func (*IncidentType) HasVersion ¶

func (o *IncidentType) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (*IncidentType) HasWeeks ¶

func (o *IncidentType) HasWeeks() bool

HasWeeks returns a boolean if a field has been set.

func (*IncidentType) HasWeeksR ¶

func (o *IncidentType) HasWeeksR() bool

HasWeeksR returns a boolean if a field has been set.

func (IncidentType) MarshalJSON ¶

func (o IncidentType) MarshalJSON() ([]byte, error)

func (*IncidentType) SetAutorun ¶

func (o *IncidentType) SetAutorun(v bool)

SetAutorun gets a reference to the given bool and assigns it to the Autorun field.

func (*IncidentType) SetClosureScript ¶

func (o *IncidentType) SetClosureScript(v string)

SetClosureScript gets a reference to the given string and assigns it to the ClosureScript field.

func (*IncidentType) SetColor ¶

func (o *IncidentType) SetColor(v string)

SetColor gets a reference to the given string and assigns it to the Color field.

func (*IncidentType) SetCommitMessage ¶

func (o *IncidentType) SetCommitMessage(v string)

SetCommitMessage gets a reference to the given string and assigns it to the CommitMessage field.

func (*IncidentType) SetDays ¶

func (o *IncidentType) SetDays(v int64)

SetDays gets a reference to the given int64 and assigns it to the Days field.

func (*IncidentType) SetDaysR ¶

func (o *IncidentType) SetDaysR(v int64)

SetDaysR gets a reference to the given int64 and assigns it to the DaysR field.

func (*IncidentType) SetDefault ¶

func (o *IncidentType) SetDefault(v bool)

SetDefault gets a reference to the given bool and assigns it to the Default field.

func (*IncidentType) SetDetached ¶

func (o *IncidentType) SetDetached(v bool)

SetDetached gets a reference to the given bool and assigns it to the Detached field.

func (*IncidentType) SetDisabled ¶

func (o *IncidentType) SetDisabled(v bool)

SetDisabled gets a reference to the given bool and assigns it to the Disabled field.

func (*IncidentType) SetExtractSettings ¶

func (o *IncidentType) SetExtractSettings(v IncidentTypeExtractSettings)

SetExtractSettings gets a reference to the given IncidentTypeExtractSettings and assigns it to the ExtractSettings field.

func (*IncidentType) SetFromServerVersion ¶

func (o *IncidentType) SetFromServerVersion(v string)

SetFromServerVersion gets a reference to the given string and assigns it to the FromServerVersion field.

func (*IncidentType) SetHighlight ¶

func (o *IncidentType) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*IncidentType) SetHours ¶

func (o *IncidentType) SetHours(v int64)

SetHours gets a reference to the given int64 and assigns it to the Hours field.

func (*IncidentType) SetHoursR ¶

func (o *IncidentType) SetHoursR(v int64)

SetHoursR gets a reference to the given int64 and assigns it to the HoursR field.

func (*IncidentType) SetId ¶

func (o *IncidentType) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*IncidentType) SetItemVersion ¶

func (o *IncidentType) SetItemVersion(v string)

SetItemVersion gets a reference to the given string and assigns it to the ItemVersion field.

func (*IncidentType) SetLayout ¶

func (o *IncidentType) SetLayout(v string)

SetLayout gets a reference to the given string and assigns it to the Layout field.

func (*IncidentType) SetLocked ¶

func (o *IncidentType) SetLocked(v bool)

SetLocked gets a reference to the given bool and assigns it to the Locked field.

func (*IncidentType) SetModified ¶

func (o *IncidentType) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*IncidentType) SetName ¶

func (o *IncidentType) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*IncidentType) SetNumericId ¶

func (o *IncidentType) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*IncidentType) SetOnChangeRepAlg ¶

func (o *IncidentType) SetOnChangeRepAlg(v float64)

SetOnChangeRepAlg gets a reference to the given float64 and assigns it to the OnChangeRepAlg field.

func (*IncidentType) SetPackID ¶

func (o *IncidentType) SetPackID(v string)

SetPackID gets a reference to the given string and assigns it to the PackID field.

func (*IncidentType) SetPackPropagationLabels ¶

func (o *IncidentType) SetPackPropagationLabels(v []string)

SetPackPropagationLabels gets a reference to the given []string and assigns it to the PackPropagationLabels field.

func (*IncidentType) SetPlaybookId ¶

func (o *IncidentType) SetPlaybookId(v string)

SetPlaybookId gets a reference to the given string and assigns it to the PlaybookId field.

func (*IncidentType) SetPreProcessingScript ¶

func (o *IncidentType) SetPreProcessingScript(v string)

SetPreProcessingScript gets a reference to the given string and assigns it to the PreProcessingScript field.

func (*IncidentType) SetPrevName ¶

func (o *IncidentType) SetPrevName(v string)

SetPrevName gets a reference to the given string and assigns it to the PrevName field.

func (*IncidentType) SetPrimaryTerm ¶

func (o *IncidentType) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*IncidentType) SetPropagationLabels ¶

func (o *IncidentType) SetPropagationLabels(v []string)

SetPropagationLabels gets a reference to the given []string and assigns it to the PropagationLabels field.

func (*IncidentType) SetReadonly ¶

func (o *IncidentType) SetReadonly(v bool)

SetReadonly gets a reference to the given bool and assigns it to the Readonly field.

func (*IncidentType) SetReputationCalc ¶

func (o *IncidentType) SetReputationCalc(v float64)

SetReputationCalc gets a reference to the given float64 and assigns it to the ReputationCalc field.

func (*IncidentType) SetSequenceNumber ¶

func (o *IncidentType) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*IncidentType) SetShouldCommit ¶

func (o *IncidentType) SetShouldCommit(v bool)

SetShouldCommit gets a reference to the given bool and assigns it to the ShouldCommit field.

func (*IncidentType) SetSla ¶

func (o *IncidentType) SetSla(v int64)

SetSla gets a reference to the given int64 and assigns it to the Sla field.

func (*IncidentType) SetSlaReminder ¶

func (o *IncidentType) SetSlaReminder(v int64)

SetSlaReminder gets a reference to the given int64 and assigns it to the SlaReminder field.

func (*IncidentType) SetSortValues ¶

func (o *IncidentType) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*IncidentType) SetSystem ¶

func (o *IncidentType) SetSystem(v bool)

SetSystem gets a reference to the given bool and assigns it to the System field.

func (*IncidentType) SetToServerVersion ¶

func (o *IncidentType) SetToServerVersion(v string)

SetToServerVersion gets a reference to the given string and assigns it to the ToServerVersion field.

func (*IncidentType) SetVcShouldIgnore ¶

func (o *IncidentType) SetVcShouldIgnore(v bool)

SetVcShouldIgnore gets a reference to the given bool and assigns it to the VcShouldIgnore field.

func (*IncidentType) SetVcShouldKeepItemLegacyProdMachine ¶

func (o *IncidentType) SetVcShouldKeepItemLegacyProdMachine(v bool)

SetVcShouldKeepItemLegacyProdMachine gets a reference to the given bool and assigns it to the VcShouldKeepItemLegacyProdMachine field.

func (*IncidentType) SetVersion ¶

func (o *IncidentType) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

func (*IncidentType) SetWeeks ¶

func (o *IncidentType) SetWeeks(v int64)

SetWeeks gets a reference to the given int64 and assigns it to the Weeks field.

func (*IncidentType) SetWeeksR ¶

func (o *IncidentType) SetWeeksR(v int64)

SetWeeksR gets a reference to the given int64 and assigns it to the WeeksR field.

type IncidentTypeExtractSettings ¶

type IncidentTypeExtractSettings struct {
	FieldCliNameToExtractSettings *map[string]FieldExtractSetting `json:"fieldCliNameToExtractSettings,omitempty"`
	Mode                          *string                         `json:"mode,omitempty"`
}

IncidentTypeExtractSettings struct for IncidentTypeExtractSettings

func NewIncidentTypeExtractSettings ¶

func NewIncidentTypeExtractSettings() *IncidentTypeExtractSettings

NewIncidentTypeExtractSettings instantiates a new IncidentTypeExtractSettings 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 NewIncidentTypeExtractSettingsWithDefaults ¶

func NewIncidentTypeExtractSettingsWithDefaults() *IncidentTypeExtractSettings

NewIncidentTypeExtractSettingsWithDefaults instantiates a new IncidentTypeExtractSettings 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 (*IncidentTypeExtractSettings) GetFieldCliNameToExtractSettings ¶

func (o *IncidentTypeExtractSettings) GetFieldCliNameToExtractSettings() map[string]FieldExtractSetting

GetFieldCliNameToExtractSettings returns the FieldCliNameToExtractSettings field value if set, zero value otherwise.

func (*IncidentTypeExtractSettings) GetFieldCliNameToExtractSettingsOk ¶

func (o *IncidentTypeExtractSettings) GetFieldCliNameToExtractSettingsOk() (*map[string]FieldExtractSetting, bool)

GetFieldCliNameToExtractSettingsOk returns a tuple with the FieldCliNameToExtractSettings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentTypeExtractSettings) GetMode ¶

func (o *IncidentTypeExtractSettings) GetMode() string

GetMode returns the Mode field value if set, zero value otherwise.

func (*IncidentTypeExtractSettings) GetModeOk ¶

func (o *IncidentTypeExtractSettings) GetModeOk() (*string, bool)

GetModeOk returns a tuple with the Mode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentTypeExtractSettings) HasFieldCliNameToExtractSettings ¶

func (o *IncidentTypeExtractSettings) HasFieldCliNameToExtractSettings() bool

HasFieldCliNameToExtractSettings returns a boolean if a field has been set.

func (*IncidentTypeExtractSettings) HasMode ¶

func (o *IncidentTypeExtractSettings) HasMode() bool

HasMode returns a boolean if a field has been set.

func (IncidentTypeExtractSettings) MarshalJSON ¶

func (o IncidentTypeExtractSettings) MarshalJSON() ([]byte, error)

func (*IncidentTypeExtractSettings) SetFieldCliNameToExtractSettings ¶

func (o *IncidentTypeExtractSettings) SetFieldCliNameToExtractSettings(v map[string]FieldExtractSetting)

SetFieldCliNameToExtractSettings gets a reference to the given map[string]FieldExtractSetting and assigns it to the FieldCliNameToExtractSettings field.

func (*IncidentTypeExtractSettings) SetMode ¶

func (o *IncidentTypeExtractSettings) SetMode(v string)

SetMode gets a reference to the given string and assigns it to the Mode field.

type IncidentTypesWithErrors ¶

type IncidentTypesWithErrors struct {
	Error         *string         `json:"error,omitempty"`
	IncidentTypes *[]IncidentType `json:"incidentTypes,omitempty"`
}

IncidentTypesWithErrors struct for IncidentTypesWithErrors

func NewIncidentTypesWithErrors ¶

func NewIncidentTypesWithErrors() *IncidentTypesWithErrors

NewIncidentTypesWithErrors instantiates a new IncidentTypesWithErrors 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 NewIncidentTypesWithErrorsWithDefaults ¶

func NewIncidentTypesWithErrorsWithDefaults() *IncidentTypesWithErrors

NewIncidentTypesWithErrorsWithDefaults instantiates a new IncidentTypesWithErrors 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 (*IncidentTypesWithErrors) GetError ¶

func (o *IncidentTypesWithErrors) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*IncidentTypesWithErrors) GetErrorOk ¶

func (o *IncidentTypesWithErrors) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentTypesWithErrors) GetIncidentTypes ¶

func (o *IncidentTypesWithErrors) GetIncidentTypes() []IncidentType

GetIncidentTypes returns the IncidentTypes field value if set, zero value otherwise.

func (*IncidentTypesWithErrors) GetIncidentTypesOk ¶

func (o *IncidentTypesWithErrors) GetIncidentTypesOk() (*[]IncidentType, bool)

GetIncidentTypesOk returns a tuple with the IncidentTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentTypesWithErrors) HasError ¶

func (o *IncidentTypesWithErrors) HasError() bool

HasError returns a boolean if a field has been set.

func (*IncidentTypesWithErrors) HasIncidentTypes ¶

func (o *IncidentTypesWithErrors) HasIncidentTypes() bool

HasIncidentTypes returns a boolean if a field has been set.

func (IncidentTypesWithErrors) MarshalJSON ¶

func (o IncidentTypesWithErrors) MarshalJSON() ([]byte, error)

func (*IncidentTypesWithErrors) SetError ¶

func (o *IncidentTypesWithErrors) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*IncidentTypesWithErrors) SetIncidentTypes ¶

func (o *IncidentTypesWithErrors) SetIncidentTypes(v []IncidentType)

SetIncidentTypes gets a reference to the given []IncidentType and assigns it to the IncidentTypes field.

type IncidentWrapper ¶

type IncidentWrapper struct {
	ShardID *int64 `json:"ShardID,omitempty"`
	// Account holds the tenant name so that slicing and dicing on the master can leverage bleve
	Account *string `json:"account,omitempty"`
	// When was this activated
	Activated *time.Time `json:"activated,omitempty"`
	// The user that activated this investigation
	ActivatingingUserId *string `json:"activatingingUserId,omitempty"`
	AllRead             *bool   `json:"allRead,omitempty"`
	AllReadWrite        *bool   `json:"allReadWrite,omitempty"`
	// Attachments
	Attachment *[]Attachment `json:"attachment,omitempty"`
	// AlmostUniqueTime is an attempt to have a unique sortable ID for an incident
	Autime *int64 `json:"autime,omitempty"`
	// Canvases of the incident
	Canvases *[]string `json:"canvases,omitempty"`
	// Category
	Category     *string `json:"category,omitempty"`
	ChangeStatus *string `json:"changeStatus,omitempty"`
	// Notes for closing the incident
	CloseNotes *string `json:"closeNotes,omitempty"`
	// The reason for closing the incident (select from existing predefined values)
	CloseReason *string `json:"closeReason,omitempty"`
	// When was this closed
	Closed *time.Time `json:"closed,omitempty"`
	// The user ID that closed this investigation
	ClosingUserId *string `json:"closingUserId,omitempty"`
	// When was this created
	Created *time.Time `json:"created,omitempty"`
	// Who has created this event - relevant only for manual incidents
	DbotCreatedBy *string `json:"dbotCreatedBy,omitempty"`
	// For mirroring, manage a list of current dirty fields so that we can send delta to outgoing integration
	DbotCurrentDirtyFields *[]string `json:"dbotCurrentDirtyFields,omitempty"`
	// For mirroring, manage a list of dirty fields to not override them from the source of the incident
	DbotDirtyFields *[]string `json:"dbotDirtyFields,omitempty"`
	// DBotMirrorDirection of how to mirror the incident (in/out/both)
	DbotMirrorDirection *string `json:"dbotMirrorDirection,omitempty"`
	// DBotMirrorID of a remote system we are syncing with
	DbotMirrorId *string `json:"dbotMirrorId,omitempty"`
	// DBotMirrorInstance name of a mirror integration instance
	DbotMirrorInstance *string `json:"dbotMirrorInstance,omitempty"`
	// The last time we synced this incident even if we did not update anything
	DbotMirrorLastSync *time.Time `json:"dbotMirrorLastSync,omitempty"`
	// The entry tags I want to sync to remote system
	DbotMirrorTags *[]string `json:"dbotMirrorTags,omitempty"`
	// The details of the incident - reason, etc.
	Details *string `json:"details,omitempty"`
	// DroppedCount ...
	DroppedCount *int64 `json:"droppedCount,omitempty"`
	// SLA
	DueDate *time.Time `json:"dueDate,omitempty"`
	// If this incident was triggered by a feed job
	FeedBased *bool `json:"feedBased,omitempty"`
	// Internal field to make queries on role faster
	HasRole   *bool                `json:"hasRole,omitempty"`
	Highlight *map[string][]string `json:"highlight,omitempty"`
	Id        *string              `json:"id,omitempty"`
	Insights  *int32               `json:"insights,omitempty"`
	// Investigation that was opened as a result of the incoming event
	InvestigationId *string `json:"investigationId,omitempty"`
	// IsDebug ...
	IsDebug *bool `json:"isDebug,omitempty"`
	// IsPlayGround
	IsPlayground *bool `json:"isPlayground,omitempty"`
	// Labels related to incident - each label is composed of a type and value
	Labels *[]Label `json:"labels,omitempty"`
	// If this incident was triggered by a job, this would be the time the **previous** job started
	LastJobRunTime *time.Time `json:"lastJobRunTime,omitempty"`
	LastOpen       *time.Time `json:"lastOpen,omitempty"`
	// LinkedCount ...
	LinkedCount *int64 `json:"linkedCount,omitempty"`
	// LinkedIncidents incidents that were marked as linked by user
	LinkedIncidents *[]string  `json:"linkedIncidents,omitempty"`
	Modified        *time.Time `json:"modified,omitempty"`
	// Incident Name - given by user
	Name *string `json:"name,omitempty"`
	// Incdicates when last this field was changed with a value that supposed to send a notification
	NotifyTime *time.Time `json:"notifyTime,omitempty"`
	NumericId  *int64     `json:"numericId,omitempty"`
	// When this incident has really occurred
	Occurred *time.Time `json:"occurred,omitempty"`
	// Duration incident was open
	OpenDuration *int64 `json:"openDuration,omitempty"`
	// The user who owns this incident
	Owner *string `json:"owner,omitempty"`
	// Parent
	Parent *string `json:"parent,omitempty"`
	// Phase
	Phase *string `json:"phase,omitempty"`
	// The associated playbook for this incident
	PlaybookId           *string `json:"playbookId,omitempty"`
	PreviousAllRead      *bool   `json:"previousAllRead,omitempty"`
	PreviousAllReadWrite *bool   `json:"previousAllReadWrite,omitempty"`
	// Do not change this field manually
	PreviousRoles *[]string `json:"previousRoles,omitempty"`
	PrimaryTerm   *int64    `json:"primaryTerm,omitempty"`
	RawCategory   *string   `json:"rawCategory,omitempty"`
	// The reason for closing the incident (select from existing predefined values)
	RawCloseReason *string `json:"rawCloseReason,omitempty"`
	RawJSON        *string `json:"rawJSON,omitempty"`
	// Incident RawName
	RawName *string `json:"rawName,omitempty"`
	// RawPhase
	RawPhase *string `json:"rawPhase,omitempty"`
	// Incident raw type
	RawType *string `json:"rawType,omitempty"`
	// The reason for the resolve
	Reason *string `json:"reason,omitempty"`
	// When if at all to send a reminder
	Reminder *time.Time `json:"reminder,omitempty"`
	// The role assigned to this investigation
	Roles *[]string `json:"roles,omitempty"`
	// RunStatus of a job
	RunStatus      *string `json:"runStatus,omitempty"`
	SequenceNumber *int64  `json:"sequenceNumber,omitempty"`
	// Severity is the incident severity
	Severity *float64 `json:"severity,omitempty"`
	// SLAState is the incident sla at closure time
	Sla        *float64  `json:"sla,omitempty"`
	SortValues *[]string `json:"sortValues,omitempty"`
	// SourceBrand ...
	SourceBrand *string `json:"sourceBrand,omitempty"`
	// SourceInstance ...
	SourceInstance *string `json:"sourceInstance,omitempty"`
	// IncidentStatus is the status of the incident
	Status *float64 `json:"status,omitempty"`
	// ToDoTaskIDs list of to do task ids
	TodoTaskIds *[]string `json:"todoTaskIds,omitempty"`
	// Incident type
	Type                       *string   `json:"type,omitempty"`
	Version                    *int64    `json:"version,omitempty"`
	XsoarHasReadOnlyRole       *bool     `json:"xsoarHasReadOnlyRole,omitempty"`
	XsoarPreviousReadOnlyRoles *[]string `json:"xsoarPreviousReadOnlyRoles,omitempty"`
	XsoarReadOnlyRoles         *[]string `json:"xsoarReadOnlyRoles,omitempty"`
}

IncidentWrapper IncidentWrapper is an extension of the Incident entity, which includes an additional field of changed-status for the web client

func NewIncidentWrapper ¶

func NewIncidentWrapper() *IncidentWrapper

NewIncidentWrapper instantiates a new IncidentWrapper 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 NewIncidentWrapperWithDefaults ¶

func NewIncidentWrapperWithDefaults() *IncidentWrapper

NewIncidentWrapperWithDefaults instantiates a new IncidentWrapper 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 (*IncidentWrapper) GetAccount ¶

func (o *IncidentWrapper) GetAccount() string

GetAccount returns the Account field value if set, zero value otherwise.

func (*IncidentWrapper) GetAccountOk ¶

func (o *IncidentWrapper) GetAccountOk() (*string, bool)

GetAccountOk returns a tuple with the Account field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetActivated ¶

func (o *IncidentWrapper) GetActivated() time.Time

GetActivated returns the Activated field value if set, zero value otherwise.

func (*IncidentWrapper) GetActivatedOk ¶

func (o *IncidentWrapper) GetActivatedOk() (*time.Time, bool)

GetActivatedOk returns a tuple with the Activated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetActivatingingUserId ¶

func (o *IncidentWrapper) GetActivatingingUserId() string

GetActivatingingUserId returns the ActivatingingUserId field value if set, zero value otherwise.

func (*IncidentWrapper) GetActivatingingUserIdOk ¶

func (o *IncidentWrapper) GetActivatingingUserIdOk() (*string, bool)

GetActivatingingUserIdOk returns a tuple with the ActivatingingUserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetAllRead ¶

func (o *IncidentWrapper) GetAllRead() bool

GetAllRead returns the AllRead field value if set, zero value otherwise.

func (*IncidentWrapper) GetAllReadOk ¶

func (o *IncidentWrapper) GetAllReadOk() (*bool, bool)

GetAllReadOk returns a tuple with the AllRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetAllReadWrite ¶

func (o *IncidentWrapper) GetAllReadWrite() bool

GetAllReadWrite returns the AllReadWrite field value if set, zero value otherwise.

func (*IncidentWrapper) GetAllReadWriteOk ¶

func (o *IncidentWrapper) GetAllReadWriteOk() (*bool, bool)

GetAllReadWriteOk returns a tuple with the AllReadWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetAttachment ¶

func (o *IncidentWrapper) GetAttachment() []Attachment

GetAttachment returns the Attachment field value if set, zero value otherwise.

func (*IncidentWrapper) GetAttachmentOk ¶

func (o *IncidentWrapper) GetAttachmentOk() (*[]Attachment, bool)

GetAttachmentOk returns a tuple with the Attachment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetAutime ¶

func (o *IncidentWrapper) GetAutime() int64

GetAutime returns the Autime field value if set, zero value otherwise.

func (*IncidentWrapper) GetAutimeOk ¶

func (o *IncidentWrapper) GetAutimeOk() (*int64, bool)

GetAutimeOk returns a tuple with the Autime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetCanvases ¶

func (o *IncidentWrapper) GetCanvases() []string

GetCanvases returns the Canvases field value if set, zero value otherwise.

func (*IncidentWrapper) GetCanvasesOk ¶

func (o *IncidentWrapper) GetCanvasesOk() (*[]string, bool)

GetCanvasesOk returns a tuple with the Canvases field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetCategory ¶

func (o *IncidentWrapper) GetCategory() string

GetCategory returns the Category field value if set, zero value otherwise.

func (*IncidentWrapper) GetCategoryOk ¶

func (o *IncidentWrapper) GetCategoryOk() (*string, bool)

GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetChangeStatus ¶

func (o *IncidentWrapper) GetChangeStatus() string

GetChangeStatus returns the ChangeStatus field value if set, zero value otherwise.

func (*IncidentWrapper) GetChangeStatusOk ¶

func (o *IncidentWrapper) GetChangeStatusOk() (*string, bool)

GetChangeStatusOk returns a tuple with the ChangeStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetCloseNotes ¶

func (o *IncidentWrapper) GetCloseNotes() string

GetCloseNotes returns the CloseNotes field value if set, zero value otherwise.

func (*IncidentWrapper) GetCloseNotesOk ¶

func (o *IncidentWrapper) GetCloseNotesOk() (*string, bool)

GetCloseNotesOk returns a tuple with the CloseNotes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetCloseReason ¶

func (o *IncidentWrapper) GetCloseReason() string

GetCloseReason returns the CloseReason field value if set, zero value otherwise.

func (*IncidentWrapper) GetCloseReasonOk ¶

func (o *IncidentWrapper) GetCloseReasonOk() (*string, bool)

GetCloseReasonOk returns a tuple with the CloseReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetClosed ¶

func (o *IncidentWrapper) GetClosed() time.Time

GetClosed returns the Closed field value if set, zero value otherwise.

func (*IncidentWrapper) GetClosedOk ¶

func (o *IncidentWrapper) GetClosedOk() (*time.Time, bool)

GetClosedOk returns a tuple with the Closed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetClosingUserId ¶

func (o *IncidentWrapper) GetClosingUserId() string

GetClosingUserId returns the ClosingUserId field value if set, zero value otherwise.

func (*IncidentWrapper) GetClosingUserIdOk ¶

func (o *IncidentWrapper) GetClosingUserIdOk() (*string, bool)

GetClosingUserIdOk returns a tuple with the ClosingUserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetCreated ¶

func (o *IncidentWrapper) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*IncidentWrapper) GetCreatedOk ¶

func (o *IncidentWrapper) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetDbotCreatedBy ¶

func (o *IncidentWrapper) GetDbotCreatedBy() string

GetDbotCreatedBy returns the DbotCreatedBy field value if set, zero value otherwise.

func (*IncidentWrapper) GetDbotCreatedByOk ¶

func (o *IncidentWrapper) GetDbotCreatedByOk() (*string, bool)

GetDbotCreatedByOk returns a tuple with the DbotCreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetDbotCurrentDirtyFields ¶

func (o *IncidentWrapper) GetDbotCurrentDirtyFields() []string

GetDbotCurrentDirtyFields returns the DbotCurrentDirtyFields field value if set, zero value otherwise.

func (*IncidentWrapper) GetDbotCurrentDirtyFieldsOk ¶

func (o *IncidentWrapper) GetDbotCurrentDirtyFieldsOk() (*[]string, bool)

GetDbotCurrentDirtyFieldsOk returns a tuple with the DbotCurrentDirtyFields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetDbotDirtyFields ¶

func (o *IncidentWrapper) GetDbotDirtyFields() []string

GetDbotDirtyFields returns the DbotDirtyFields field value if set, zero value otherwise.

func (*IncidentWrapper) GetDbotDirtyFieldsOk ¶

func (o *IncidentWrapper) GetDbotDirtyFieldsOk() (*[]string, bool)

GetDbotDirtyFieldsOk returns a tuple with the DbotDirtyFields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetDbotMirrorDirection ¶

func (o *IncidentWrapper) GetDbotMirrorDirection() string

GetDbotMirrorDirection returns the DbotMirrorDirection field value if set, zero value otherwise.

func (*IncidentWrapper) GetDbotMirrorDirectionOk ¶

func (o *IncidentWrapper) GetDbotMirrorDirectionOk() (*string, bool)

GetDbotMirrorDirectionOk returns a tuple with the DbotMirrorDirection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetDbotMirrorId ¶

func (o *IncidentWrapper) GetDbotMirrorId() string

GetDbotMirrorId returns the DbotMirrorId field value if set, zero value otherwise.

func (*IncidentWrapper) GetDbotMirrorIdOk ¶

func (o *IncidentWrapper) GetDbotMirrorIdOk() (*string, bool)

GetDbotMirrorIdOk returns a tuple with the DbotMirrorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetDbotMirrorInstance ¶

func (o *IncidentWrapper) GetDbotMirrorInstance() string

GetDbotMirrorInstance returns the DbotMirrorInstance field value if set, zero value otherwise.

func (*IncidentWrapper) GetDbotMirrorInstanceOk ¶

func (o *IncidentWrapper) GetDbotMirrorInstanceOk() (*string, bool)

GetDbotMirrorInstanceOk returns a tuple with the DbotMirrorInstance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetDbotMirrorLastSync ¶

func (o *IncidentWrapper) GetDbotMirrorLastSync() time.Time

GetDbotMirrorLastSync returns the DbotMirrorLastSync field value if set, zero value otherwise.

func (*IncidentWrapper) GetDbotMirrorLastSyncOk ¶

func (o *IncidentWrapper) GetDbotMirrorLastSyncOk() (*time.Time, bool)

GetDbotMirrorLastSyncOk returns a tuple with the DbotMirrorLastSync field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetDbotMirrorTags ¶

func (o *IncidentWrapper) GetDbotMirrorTags() []string

GetDbotMirrorTags returns the DbotMirrorTags field value if set, zero value otherwise.

func (*IncidentWrapper) GetDbotMirrorTagsOk ¶

func (o *IncidentWrapper) GetDbotMirrorTagsOk() (*[]string, bool)

GetDbotMirrorTagsOk returns a tuple with the DbotMirrorTags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetDetails ¶

func (o *IncidentWrapper) GetDetails() string

GetDetails returns the Details field value if set, zero value otherwise.

func (*IncidentWrapper) GetDetailsOk ¶

func (o *IncidentWrapper) GetDetailsOk() (*string, bool)

GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetDroppedCount ¶

func (o *IncidentWrapper) GetDroppedCount() int64

GetDroppedCount returns the DroppedCount field value if set, zero value otherwise.

func (*IncidentWrapper) GetDroppedCountOk ¶

func (o *IncidentWrapper) GetDroppedCountOk() (*int64, bool)

GetDroppedCountOk returns a tuple with the DroppedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetDueDate ¶

func (o *IncidentWrapper) GetDueDate() time.Time

GetDueDate returns the DueDate field value if set, zero value otherwise.

func (*IncidentWrapper) GetDueDateOk ¶

func (o *IncidentWrapper) GetDueDateOk() (*time.Time, bool)

GetDueDateOk returns a tuple with the DueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetFeedBased ¶

func (o *IncidentWrapper) GetFeedBased() bool

GetFeedBased returns the FeedBased field value if set, zero value otherwise.

func (*IncidentWrapper) GetFeedBasedOk ¶

func (o *IncidentWrapper) GetFeedBasedOk() (*bool, bool)

GetFeedBasedOk returns a tuple with the FeedBased field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetHasRole ¶

func (o *IncidentWrapper) GetHasRole() bool

GetHasRole returns the HasRole field value if set, zero value otherwise.

func (*IncidentWrapper) GetHasRoleOk ¶

func (o *IncidentWrapper) GetHasRoleOk() (*bool, bool)

GetHasRoleOk returns a tuple with the HasRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetHighlight ¶

func (o *IncidentWrapper) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*IncidentWrapper) GetHighlightOk ¶

func (o *IncidentWrapper) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetId ¶

func (o *IncidentWrapper) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*IncidentWrapper) GetIdOk ¶

func (o *IncidentWrapper) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetInsights ¶

func (o *IncidentWrapper) GetInsights() int32

GetInsights returns the Insights field value if set, zero value otherwise.

func (*IncidentWrapper) GetInsightsOk ¶

func (o *IncidentWrapper) GetInsightsOk() (*int32, bool)

GetInsightsOk returns a tuple with the Insights field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetInvestigationId ¶

func (o *IncidentWrapper) GetInvestigationId() string

GetInvestigationId returns the InvestigationId field value if set, zero value otherwise.

func (*IncidentWrapper) GetInvestigationIdOk ¶

func (o *IncidentWrapper) GetInvestigationIdOk() (*string, bool)

GetInvestigationIdOk returns a tuple with the InvestigationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetIsDebug ¶

func (o *IncidentWrapper) GetIsDebug() bool

GetIsDebug returns the IsDebug field value if set, zero value otherwise.

func (*IncidentWrapper) GetIsDebugOk ¶

func (o *IncidentWrapper) GetIsDebugOk() (*bool, bool)

GetIsDebugOk returns a tuple with the IsDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetIsPlayground ¶

func (o *IncidentWrapper) GetIsPlayground() bool

GetIsPlayground returns the IsPlayground field value if set, zero value otherwise.

func (*IncidentWrapper) GetIsPlaygroundOk ¶

func (o *IncidentWrapper) GetIsPlaygroundOk() (*bool, bool)

GetIsPlaygroundOk returns a tuple with the IsPlayground field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetLabels ¶

func (o *IncidentWrapper) GetLabels() []Label

GetLabels returns the Labels field value if set, zero value otherwise.

func (*IncidentWrapper) GetLabelsOk ¶

func (o *IncidentWrapper) GetLabelsOk() (*[]Label, bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetLastJobRunTime ¶

func (o *IncidentWrapper) GetLastJobRunTime() time.Time

GetLastJobRunTime returns the LastJobRunTime field value if set, zero value otherwise.

func (*IncidentWrapper) GetLastJobRunTimeOk ¶

func (o *IncidentWrapper) GetLastJobRunTimeOk() (*time.Time, bool)

GetLastJobRunTimeOk returns a tuple with the LastJobRunTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetLastOpen ¶

func (o *IncidentWrapper) GetLastOpen() time.Time

GetLastOpen returns the LastOpen field value if set, zero value otherwise.

func (*IncidentWrapper) GetLastOpenOk ¶

func (o *IncidentWrapper) GetLastOpenOk() (*time.Time, bool)

GetLastOpenOk returns a tuple with the LastOpen field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetLinkedCount ¶

func (o *IncidentWrapper) GetLinkedCount() int64

GetLinkedCount returns the LinkedCount field value if set, zero value otherwise.

func (*IncidentWrapper) GetLinkedCountOk ¶

func (o *IncidentWrapper) GetLinkedCountOk() (*int64, bool)

GetLinkedCountOk returns a tuple with the LinkedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetLinkedIncidents ¶

func (o *IncidentWrapper) GetLinkedIncidents() []string

GetLinkedIncidents returns the LinkedIncidents field value if set, zero value otherwise.

func (*IncidentWrapper) GetLinkedIncidentsOk ¶

func (o *IncidentWrapper) GetLinkedIncidentsOk() (*[]string, bool)

GetLinkedIncidentsOk returns a tuple with the LinkedIncidents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetModified ¶

func (o *IncidentWrapper) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*IncidentWrapper) GetModifiedOk ¶

func (o *IncidentWrapper) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetName ¶

func (o *IncidentWrapper) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*IncidentWrapper) GetNameOk ¶

func (o *IncidentWrapper) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetNotifyTime ¶

func (o *IncidentWrapper) GetNotifyTime() time.Time

GetNotifyTime returns the NotifyTime field value if set, zero value otherwise.

func (*IncidentWrapper) GetNotifyTimeOk ¶

func (o *IncidentWrapper) GetNotifyTimeOk() (*time.Time, bool)

GetNotifyTimeOk returns a tuple with the NotifyTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetNumericId ¶

func (o *IncidentWrapper) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*IncidentWrapper) GetNumericIdOk ¶

func (o *IncidentWrapper) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetOccurred ¶

func (o *IncidentWrapper) GetOccurred() time.Time

GetOccurred returns the Occurred field value if set, zero value otherwise.

func (*IncidentWrapper) GetOccurredOk ¶

func (o *IncidentWrapper) GetOccurredOk() (*time.Time, bool)

GetOccurredOk returns a tuple with the Occurred field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetOpenDuration ¶

func (o *IncidentWrapper) GetOpenDuration() int64

GetOpenDuration returns the OpenDuration field value if set, zero value otherwise.

func (*IncidentWrapper) GetOpenDurationOk ¶

func (o *IncidentWrapper) GetOpenDurationOk() (*int64, bool)

GetOpenDurationOk returns a tuple with the OpenDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetOwner ¶

func (o *IncidentWrapper) GetOwner() string

GetOwner returns the Owner field value if set, zero value otherwise.

func (*IncidentWrapper) GetOwnerOk ¶

func (o *IncidentWrapper) GetOwnerOk() (*string, bool)

GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetParent ¶

func (o *IncidentWrapper) GetParent() string

GetParent returns the Parent field value if set, zero value otherwise.

func (*IncidentWrapper) GetParentOk ¶

func (o *IncidentWrapper) GetParentOk() (*string, bool)

GetParentOk returns a tuple with the Parent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetPhase ¶

func (o *IncidentWrapper) GetPhase() string

GetPhase returns the Phase field value if set, zero value otherwise.

func (*IncidentWrapper) GetPhaseOk ¶

func (o *IncidentWrapper) GetPhaseOk() (*string, bool)

GetPhaseOk returns a tuple with the Phase field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetPlaybookId ¶

func (o *IncidentWrapper) GetPlaybookId() string

GetPlaybookId returns the PlaybookId field value if set, zero value otherwise.

func (*IncidentWrapper) GetPlaybookIdOk ¶

func (o *IncidentWrapper) GetPlaybookIdOk() (*string, bool)

GetPlaybookIdOk returns a tuple with the PlaybookId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetPreviousAllRead ¶

func (o *IncidentWrapper) GetPreviousAllRead() bool

GetPreviousAllRead returns the PreviousAllRead field value if set, zero value otherwise.

func (*IncidentWrapper) GetPreviousAllReadOk ¶

func (o *IncidentWrapper) GetPreviousAllReadOk() (*bool, bool)

GetPreviousAllReadOk returns a tuple with the PreviousAllRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetPreviousAllReadWrite ¶

func (o *IncidentWrapper) GetPreviousAllReadWrite() bool

GetPreviousAllReadWrite returns the PreviousAllReadWrite field value if set, zero value otherwise.

func (*IncidentWrapper) GetPreviousAllReadWriteOk ¶

func (o *IncidentWrapper) GetPreviousAllReadWriteOk() (*bool, bool)

GetPreviousAllReadWriteOk returns a tuple with the PreviousAllReadWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetPreviousRoles ¶

func (o *IncidentWrapper) GetPreviousRoles() []string

GetPreviousRoles returns the PreviousRoles field value if set, zero value otherwise.

func (*IncidentWrapper) GetPreviousRolesOk ¶

func (o *IncidentWrapper) GetPreviousRolesOk() (*[]string, bool)

GetPreviousRolesOk returns a tuple with the PreviousRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetPrimaryTerm ¶

func (o *IncidentWrapper) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*IncidentWrapper) GetPrimaryTermOk ¶

func (o *IncidentWrapper) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetRawCategory ¶

func (o *IncidentWrapper) GetRawCategory() string

GetRawCategory returns the RawCategory field value if set, zero value otherwise.

func (*IncidentWrapper) GetRawCategoryOk ¶

func (o *IncidentWrapper) GetRawCategoryOk() (*string, bool)

GetRawCategoryOk returns a tuple with the RawCategory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetRawCloseReason ¶

func (o *IncidentWrapper) GetRawCloseReason() string

GetRawCloseReason returns the RawCloseReason field value if set, zero value otherwise.

func (*IncidentWrapper) GetRawCloseReasonOk ¶

func (o *IncidentWrapper) GetRawCloseReasonOk() (*string, bool)

GetRawCloseReasonOk returns a tuple with the RawCloseReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetRawJSON ¶

func (o *IncidentWrapper) GetRawJSON() string

GetRawJSON returns the RawJSON field value if set, zero value otherwise.

func (*IncidentWrapper) GetRawJSONOk ¶

func (o *IncidentWrapper) GetRawJSONOk() (*string, bool)

GetRawJSONOk returns a tuple with the RawJSON field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetRawName ¶

func (o *IncidentWrapper) GetRawName() string

GetRawName returns the RawName field value if set, zero value otherwise.

func (*IncidentWrapper) GetRawNameOk ¶

func (o *IncidentWrapper) GetRawNameOk() (*string, bool)

GetRawNameOk returns a tuple with the RawName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetRawPhase ¶

func (o *IncidentWrapper) GetRawPhase() string

GetRawPhase returns the RawPhase field value if set, zero value otherwise.

func (*IncidentWrapper) GetRawPhaseOk ¶

func (o *IncidentWrapper) GetRawPhaseOk() (*string, bool)

GetRawPhaseOk returns a tuple with the RawPhase field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetRawType ¶

func (o *IncidentWrapper) GetRawType() string

GetRawType returns the RawType field value if set, zero value otherwise.

func (*IncidentWrapper) GetRawTypeOk ¶

func (o *IncidentWrapper) GetRawTypeOk() (*string, bool)

GetRawTypeOk returns a tuple with the RawType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetReason ¶

func (o *IncidentWrapper) GetReason() string

GetReason returns the Reason field value if set, zero value otherwise.

func (*IncidentWrapper) GetReasonOk ¶

func (o *IncidentWrapper) GetReasonOk() (*string, bool)

GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetReminder ¶

func (o *IncidentWrapper) GetReminder() time.Time

GetReminder returns the Reminder field value if set, zero value otherwise.

func (*IncidentWrapper) GetReminderOk ¶

func (o *IncidentWrapper) GetReminderOk() (*time.Time, bool)

GetReminderOk returns a tuple with the Reminder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetRoles ¶

func (o *IncidentWrapper) GetRoles() []string

GetRoles returns the Roles field value if set, zero value otherwise.

func (*IncidentWrapper) GetRolesOk ¶

func (o *IncidentWrapper) GetRolesOk() (*[]string, bool)

GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetRunStatus ¶

func (o *IncidentWrapper) GetRunStatus() string

GetRunStatus returns the RunStatus field value if set, zero value otherwise.

func (*IncidentWrapper) GetRunStatusOk ¶

func (o *IncidentWrapper) GetRunStatusOk() (*string, bool)

GetRunStatusOk returns a tuple with the RunStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetSequenceNumber ¶

func (o *IncidentWrapper) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*IncidentWrapper) GetSequenceNumberOk ¶

func (o *IncidentWrapper) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetSeverity ¶

func (o *IncidentWrapper) GetSeverity() float64

GetSeverity returns the Severity field value if set, zero value otherwise.

func (*IncidentWrapper) GetSeverityOk ¶

func (o *IncidentWrapper) GetSeverityOk() (*float64, bool)

GetSeverityOk returns a tuple with the Severity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetShardID ¶

func (o *IncidentWrapper) GetShardID() int64

GetShardID returns the ShardID field value if set, zero value otherwise.

func (*IncidentWrapper) GetShardIDOk ¶

func (o *IncidentWrapper) GetShardIDOk() (*int64, bool)

GetShardIDOk returns a tuple with the ShardID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetSla ¶

func (o *IncidentWrapper) GetSla() float64

GetSla returns the Sla field value if set, zero value otherwise.

func (*IncidentWrapper) GetSlaOk ¶

func (o *IncidentWrapper) GetSlaOk() (*float64, bool)

GetSlaOk returns a tuple with the Sla field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetSortValues ¶

func (o *IncidentWrapper) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*IncidentWrapper) GetSortValuesOk ¶

func (o *IncidentWrapper) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetSourceBrand ¶

func (o *IncidentWrapper) GetSourceBrand() string

GetSourceBrand returns the SourceBrand field value if set, zero value otherwise.

func (*IncidentWrapper) GetSourceBrandOk ¶

func (o *IncidentWrapper) GetSourceBrandOk() (*string, bool)

GetSourceBrandOk returns a tuple with the SourceBrand field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetSourceInstance ¶

func (o *IncidentWrapper) GetSourceInstance() string

GetSourceInstance returns the SourceInstance field value if set, zero value otherwise.

func (*IncidentWrapper) GetSourceInstanceOk ¶

func (o *IncidentWrapper) GetSourceInstanceOk() (*string, bool)

GetSourceInstanceOk returns a tuple with the SourceInstance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetStatus ¶

func (o *IncidentWrapper) GetStatus() float64

GetStatus returns the Status field value if set, zero value otherwise.

func (*IncidentWrapper) GetStatusOk ¶

func (o *IncidentWrapper) GetStatusOk() (*float64, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetTodoTaskIds ¶

func (o *IncidentWrapper) GetTodoTaskIds() []string

GetTodoTaskIds returns the TodoTaskIds field value if set, zero value otherwise.

func (*IncidentWrapper) GetTodoTaskIdsOk ¶

func (o *IncidentWrapper) GetTodoTaskIdsOk() (*[]string, bool)

GetTodoTaskIdsOk returns a tuple with the TodoTaskIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetType ¶

func (o *IncidentWrapper) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*IncidentWrapper) GetTypeOk ¶

func (o *IncidentWrapper) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetVersion ¶

func (o *IncidentWrapper) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*IncidentWrapper) GetVersionOk ¶

func (o *IncidentWrapper) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetXsoarHasReadOnlyRole ¶

func (o *IncidentWrapper) GetXsoarHasReadOnlyRole() bool

GetXsoarHasReadOnlyRole returns the XsoarHasReadOnlyRole field value if set, zero value otherwise.

func (*IncidentWrapper) GetXsoarHasReadOnlyRoleOk ¶

func (o *IncidentWrapper) GetXsoarHasReadOnlyRoleOk() (*bool, bool)

GetXsoarHasReadOnlyRoleOk returns a tuple with the XsoarHasReadOnlyRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetXsoarPreviousReadOnlyRoles ¶

func (o *IncidentWrapper) GetXsoarPreviousReadOnlyRoles() []string

GetXsoarPreviousReadOnlyRoles returns the XsoarPreviousReadOnlyRoles field value if set, zero value otherwise.

func (*IncidentWrapper) GetXsoarPreviousReadOnlyRolesOk ¶

func (o *IncidentWrapper) GetXsoarPreviousReadOnlyRolesOk() (*[]string, bool)

GetXsoarPreviousReadOnlyRolesOk returns a tuple with the XsoarPreviousReadOnlyRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) GetXsoarReadOnlyRoles ¶

func (o *IncidentWrapper) GetXsoarReadOnlyRoles() []string

GetXsoarReadOnlyRoles returns the XsoarReadOnlyRoles field value if set, zero value otherwise.

func (*IncidentWrapper) GetXsoarReadOnlyRolesOk ¶

func (o *IncidentWrapper) GetXsoarReadOnlyRolesOk() (*[]string, bool)

GetXsoarReadOnlyRolesOk returns a tuple with the XsoarReadOnlyRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IncidentWrapper) HasAccount ¶

func (o *IncidentWrapper) HasAccount() bool

HasAccount returns a boolean if a field has been set.

func (*IncidentWrapper) HasActivated ¶

func (o *IncidentWrapper) HasActivated() bool

HasActivated returns a boolean if a field has been set.

func (*IncidentWrapper) HasActivatingingUserId ¶

func (o *IncidentWrapper) HasActivatingingUserId() bool

HasActivatingingUserId returns a boolean if a field has been set.

func (*IncidentWrapper) HasAllRead ¶

func (o *IncidentWrapper) HasAllRead() bool

HasAllRead returns a boolean if a field has been set.

func (*IncidentWrapper) HasAllReadWrite ¶

func (o *IncidentWrapper) HasAllReadWrite() bool

HasAllReadWrite returns a boolean if a field has been set.

func (*IncidentWrapper) HasAttachment ¶

func (o *IncidentWrapper) HasAttachment() bool

HasAttachment returns a boolean if a field has been set.

func (*IncidentWrapper) HasAutime ¶

func (o *IncidentWrapper) HasAutime() bool

HasAutime returns a boolean if a field has been set.

func (*IncidentWrapper) HasCanvases ¶

func (o *IncidentWrapper) HasCanvases() bool

HasCanvases returns a boolean if a field has been set.

func (*IncidentWrapper) HasCategory ¶

func (o *IncidentWrapper) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*IncidentWrapper) HasChangeStatus ¶

func (o *IncidentWrapper) HasChangeStatus() bool

HasChangeStatus returns a boolean if a field has been set.

func (*IncidentWrapper) HasCloseNotes ¶

func (o *IncidentWrapper) HasCloseNotes() bool

HasCloseNotes returns a boolean if a field has been set.

func (*IncidentWrapper) HasCloseReason ¶

func (o *IncidentWrapper) HasCloseReason() bool

HasCloseReason returns a boolean if a field has been set.

func (*IncidentWrapper) HasClosed ¶

func (o *IncidentWrapper) HasClosed() bool

HasClosed returns a boolean if a field has been set.

func (*IncidentWrapper) HasClosingUserId ¶

func (o *IncidentWrapper) HasClosingUserId() bool

HasClosingUserId returns a boolean if a field has been set.

func (*IncidentWrapper) HasCreated ¶

func (o *IncidentWrapper) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*IncidentWrapper) HasDbotCreatedBy ¶

func (o *IncidentWrapper) HasDbotCreatedBy() bool

HasDbotCreatedBy returns a boolean if a field has been set.

func (*IncidentWrapper) HasDbotCurrentDirtyFields ¶

func (o *IncidentWrapper) HasDbotCurrentDirtyFields() bool

HasDbotCurrentDirtyFields returns a boolean if a field has been set.

func (*IncidentWrapper) HasDbotDirtyFields ¶

func (o *IncidentWrapper) HasDbotDirtyFields() bool

HasDbotDirtyFields returns a boolean if a field has been set.

func (*IncidentWrapper) HasDbotMirrorDirection ¶

func (o *IncidentWrapper) HasDbotMirrorDirection() bool

HasDbotMirrorDirection returns a boolean if a field has been set.

func (*IncidentWrapper) HasDbotMirrorId ¶

func (o *IncidentWrapper) HasDbotMirrorId() bool

HasDbotMirrorId returns a boolean if a field has been set.

func (*IncidentWrapper) HasDbotMirrorInstance ¶

func (o *IncidentWrapper) HasDbotMirrorInstance() bool

HasDbotMirrorInstance returns a boolean if a field has been set.

func (*IncidentWrapper) HasDbotMirrorLastSync ¶

func (o *IncidentWrapper) HasDbotMirrorLastSync() bool

HasDbotMirrorLastSync returns a boolean if a field has been set.

func (*IncidentWrapper) HasDbotMirrorTags ¶

func (o *IncidentWrapper) HasDbotMirrorTags() bool

HasDbotMirrorTags returns a boolean if a field has been set.

func (*IncidentWrapper) HasDetails ¶

func (o *IncidentWrapper) HasDetails() bool

HasDetails returns a boolean if a field has been set.

func (*IncidentWrapper) HasDroppedCount ¶

func (o *IncidentWrapper) HasDroppedCount() bool

HasDroppedCount returns a boolean if a field has been set.

func (*IncidentWrapper) HasDueDate ¶

func (o *IncidentWrapper) HasDueDate() bool

HasDueDate returns a boolean if a field has been set.

func (*IncidentWrapper) HasFeedBased ¶

func (o *IncidentWrapper) HasFeedBased() bool

HasFeedBased returns a boolean if a field has been set.

func (*IncidentWrapper) HasHasRole ¶

func (o *IncidentWrapper) HasHasRole() bool

HasHasRole returns a boolean if a field has been set.

func (*IncidentWrapper) HasHighlight ¶

func (o *IncidentWrapper) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*IncidentWrapper) HasId ¶

func (o *IncidentWrapper) HasId() bool

HasId returns a boolean if a field has been set.

func (*IncidentWrapper) HasInsights ¶

func (o *IncidentWrapper) HasInsights() bool

HasInsights returns a boolean if a field has been set.

func (*IncidentWrapper) HasInvestigationId ¶

func (o *IncidentWrapper) HasInvestigationId() bool

HasInvestigationId returns a boolean if a field has been set.

func (*IncidentWrapper) HasIsDebug ¶

func (o *IncidentWrapper) HasIsDebug() bool

HasIsDebug returns a boolean if a field has been set.

func (*IncidentWrapper) HasIsPlayground ¶

func (o *IncidentWrapper) HasIsPlayground() bool

HasIsPlayground returns a boolean if a field has been set.

func (*IncidentWrapper) HasLabels ¶

func (o *IncidentWrapper) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (*IncidentWrapper) HasLastJobRunTime ¶

func (o *IncidentWrapper) HasLastJobRunTime() bool

HasLastJobRunTime returns a boolean if a field has been set.

func (*IncidentWrapper) HasLastOpen ¶

func (o *IncidentWrapper) HasLastOpen() bool

HasLastOpen returns a boolean if a field has been set.

func (*IncidentWrapper) HasLinkedCount ¶

func (o *IncidentWrapper) HasLinkedCount() bool

HasLinkedCount returns a boolean if a field has been set.

func (*IncidentWrapper) HasLinkedIncidents ¶

func (o *IncidentWrapper) HasLinkedIncidents() bool

HasLinkedIncidents returns a boolean if a field has been set.

func (*IncidentWrapper) HasModified ¶

func (o *IncidentWrapper) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*IncidentWrapper) HasName ¶

func (o *IncidentWrapper) HasName() bool

HasName returns a boolean if a field has been set.

func (*IncidentWrapper) HasNotifyTime ¶

func (o *IncidentWrapper) HasNotifyTime() bool

HasNotifyTime returns a boolean if a field has been set.

func (*IncidentWrapper) HasNumericId ¶

func (o *IncidentWrapper) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*IncidentWrapper) HasOccurred ¶

func (o *IncidentWrapper) HasOccurred() bool

HasOccurred returns a boolean if a field has been set.

func (*IncidentWrapper) HasOpenDuration ¶

func (o *IncidentWrapper) HasOpenDuration() bool

HasOpenDuration returns a boolean if a field has been set.

func (*IncidentWrapper) HasOwner ¶

func (o *IncidentWrapper) HasOwner() bool

HasOwner returns a boolean if a field has been set.

func (*IncidentWrapper) HasParent ¶

func (o *IncidentWrapper) HasParent() bool

HasParent returns a boolean if a field has been set.

func (*IncidentWrapper) HasPhase ¶

func (o *IncidentWrapper) HasPhase() bool

HasPhase returns a boolean if a field has been set.

func (*IncidentWrapper) HasPlaybookId ¶

func (o *IncidentWrapper) HasPlaybookId() bool

HasPlaybookId returns a boolean if a field has been set.

func (*IncidentWrapper) HasPreviousAllRead ¶

func (o *IncidentWrapper) HasPreviousAllRead() bool

HasPreviousAllRead returns a boolean if a field has been set.

func (*IncidentWrapper) HasPreviousAllReadWrite ¶

func (o *IncidentWrapper) HasPreviousAllReadWrite() bool

HasPreviousAllReadWrite returns a boolean if a field has been set.

func (*IncidentWrapper) HasPreviousRoles ¶

func (o *IncidentWrapper) HasPreviousRoles() bool

HasPreviousRoles returns a boolean if a field has been set.

func (*IncidentWrapper) HasPrimaryTerm ¶

func (o *IncidentWrapper) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*IncidentWrapper) HasRawCategory ¶

func (o *IncidentWrapper) HasRawCategory() bool

HasRawCategory returns a boolean if a field has been set.

func (*IncidentWrapper) HasRawCloseReason ¶

func (o *IncidentWrapper) HasRawCloseReason() bool

HasRawCloseReason returns a boolean if a field has been set.

func (*IncidentWrapper) HasRawJSON ¶

func (o *IncidentWrapper) HasRawJSON() bool

HasRawJSON returns a boolean if a field has been set.

func (*IncidentWrapper) HasRawName ¶

func (o *IncidentWrapper) HasRawName() bool

HasRawName returns a boolean if a field has been set.

func (*IncidentWrapper) HasRawPhase ¶

func (o *IncidentWrapper) HasRawPhase() bool

HasRawPhase returns a boolean if a field has been set.

func (*IncidentWrapper) HasRawType ¶

func (o *IncidentWrapper) HasRawType() bool

HasRawType returns a boolean if a field has been set.

func (*IncidentWrapper) HasReason ¶

func (o *IncidentWrapper) HasReason() bool

HasReason returns a boolean if a field has been set.

func (*IncidentWrapper) HasReminder ¶

func (o *IncidentWrapper) HasReminder() bool

HasReminder returns a boolean if a field has been set.

func (*IncidentWrapper) HasRoles ¶

func (o *IncidentWrapper) HasRoles() bool

HasRoles returns a boolean if a field has been set.

func (*IncidentWrapper) HasRunStatus ¶

func (o *IncidentWrapper) HasRunStatus() bool

HasRunStatus returns a boolean if a field has been set.

func (*IncidentWrapper) HasSequenceNumber ¶

func (o *IncidentWrapper) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*IncidentWrapper) HasSeverity ¶

func (o *IncidentWrapper) HasSeverity() bool

HasSeverity returns a boolean if a field has been set.

func (*IncidentWrapper) HasShardID ¶

func (o *IncidentWrapper) HasShardID() bool

HasShardID returns a boolean if a field has been set.

func (*IncidentWrapper) HasSla ¶

func (o *IncidentWrapper) HasSla() bool

HasSla returns a boolean if a field has been set.

func (*IncidentWrapper) HasSortValues ¶

func (o *IncidentWrapper) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*IncidentWrapper) HasSourceBrand ¶

func (o *IncidentWrapper) HasSourceBrand() bool

HasSourceBrand returns a boolean if a field has been set.

func (*IncidentWrapper) HasSourceInstance ¶

func (o *IncidentWrapper) HasSourceInstance() bool

HasSourceInstance returns a boolean if a field has been set.

func (*IncidentWrapper) HasStatus ¶

func (o *IncidentWrapper) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*IncidentWrapper) HasTodoTaskIds ¶

func (o *IncidentWrapper) HasTodoTaskIds() bool

HasTodoTaskIds returns a boolean if a field has been set.

func (*IncidentWrapper) HasType ¶

func (o *IncidentWrapper) HasType() bool

HasType returns a boolean if a field has been set.

func (*IncidentWrapper) HasVersion ¶

func (o *IncidentWrapper) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (*IncidentWrapper) HasXsoarHasReadOnlyRole ¶

func (o *IncidentWrapper) HasXsoarHasReadOnlyRole() bool

HasXsoarHasReadOnlyRole returns a boolean if a field has been set.

func (*IncidentWrapper) HasXsoarPreviousReadOnlyRoles ¶

func (o *IncidentWrapper) HasXsoarPreviousReadOnlyRoles() bool

HasXsoarPreviousReadOnlyRoles returns a boolean if a field has been set.

func (*IncidentWrapper) HasXsoarReadOnlyRoles ¶

func (o *IncidentWrapper) HasXsoarReadOnlyRoles() bool

HasXsoarReadOnlyRoles returns a boolean if a field has been set.

func (IncidentWrapper) MarshalJSON ¶

func (o IncidentWrapper) MarshalJSON() ([]byte, error)

func (*IncidentWrapper) SetAccount ¶

func (o *IncidentWrapper) SetAccount(v string)

SetAccount gets a reference to the given string and assigns it to the Account field.

func (*IncidentWrapper) SetActivated ¶

func (o *IncidentWrapper) SetActivated(v time.Time)

SetActivated gets a reference to the given time.Time and assigns it to the Activated field.

func (*IncidentWrapper) SetActivatingingUserId ¶

func (o *IncidentWrapper) SetActivatingingUserId(v string)

SetActivatingingUserId gets a reference to the given string and assigns it to the ActivatingingUserId field.

func (*IncidentWrapper) SetAllRead ¶

func (o *IncidentWrapper) SetAllRead(v bool)

SetAllRead gets a reference to the given bool and assigns it to the AllRead field.

func (*IncidentWrapper) SetAllReadWrite ¶

func (o *IncidentWrapper) SetAllReadWrite(v bool)

SetAllReadWrite gets a reference to the given bool and assigns it to the AllReadWrite field.

func (*IncidentWrapper) SetAttachment ¶

func (o *IncidentWrapper) SetAttachment(v []Attachment)

SetAttachment gets a reference to the given []Attachment and assigns it to the Attachment field.

func (*IncidentWrapper) SetAutime ¶

func (o *IncidentWrapper) SetAutime(v int64)

SetAutime gets a reference to the given int64 and assigns it to the Autime field.

func (*IncidentWrapper) SetCanvases ¶

func (o *IncidentWrapper) SetCanvases(v []string)

SetCanvases gets a reference to the given []string and assigns it to the Canvases field.

func (*IncidentWrapper) SetCategory ¶

func (o *IncidentWrapper) SetCategory(v string)

SetCategory gets a reference to the given string and assigns it to the Category field.

func (*IncidentWrapper) SetChangeStatus ¶

func (o *IncidentWrapper) SetChangeStatus(v string)

SetChangeStatus gets a reference to the given string and assigns it to the ChangeStatus field.

func (*IncidentWrapper) SetCloseNotes ¶

func (o *IncidentWrapper) SetCloseNotes(v string)

SetCloseNotes gets a reference to the given string and assigns it to the CloseNotes field.

func (*IncidentWrapper) SetCloseReason ¶

func (o *IncidentWrapper) SetCloseReason(v string)

SetCloseReason gets a reference to the given string and assigns it to the CloseReason field.

func (*IncidentWrapper) SetClosed ¶

func (o *IncidentWrapper) SetClosed(v time.Time)

SetClosed gets a reference to the given time.Time and assigns it to the Closed field.

func (*IncidentWrapper) SetClosingUserId ¶

func (o *IncidentWrapper) SetClosingUserId(v string)

SetClosingUserId gets a reference to the given string and assigns it to the ClosingUserId field.

func (*IncidentWrapper) SetCreated ¶

func (o *IncidentWrapper) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*IncidentWrapper) SetDbotCreatedBy ¶

func (o *IncidentWrapper) SetDbotCreatedBy(v string)

SetDbotCreatedBy gets a reference to the given string and assigns it to the DbotCreatedBy field.

func (*IncidentWrapper) SetDbotCurrentDirtyFields ¶

func (o *IncidentWrapper) SetDbotCurrentDirtyFields(v []string)

SetDbotCurrentDirtyFields gets a reference to the given []string and assigns it to the DbotCurrentDirtyFields field.

func (*IncidentWrapper) SetDbotDirtyFields ¶

func (o *IncidentWrapper) SetDbotDirtyFields(v []string)

SetDbotDirtyFields gets a reference to the given []string and assigns it to the DbotDirtyFields field.

func (*IncidentWrapper) SetDbotMirrorDirection ¶

func (o *IncidentWrapper) SetDbotMirrorDirection(v string)

SetDbotMirrorDirection gets a reference to the given string and assigns it to the DbotMirrorDirection field.

func (*IncidentWrapper) SetDbotMirrorId ¶

func (o *IncidentWrapper) SetDbotMirrorId(v string)

SetDbotMirrorId gets a reference to the given string and assigns it to the DbotMirrorId field.

func (*IncidentWrapper) SetDbotMirrorInstance ¶

func (o *IncidentWrapper) SetDbotMirrorInstance(v string)

SetDbotMirrorInstance gets a reference to the given string and assigns it to the DbotMirrorInstance field.

func (*IncidentWrapper) SetDbotMirrorLastSync ¶

func (o *IncidentWrapper) SetDbotMirrorLastSync(v time.Time)

SetDbotMirrorLastSync gets a reference to the given time.Time and assigns it to the DbotMirrorLastSync field.

func (*IncidentWrapper) SetDbotMirrorTags ¶

func (o *IncidentWrapper) SetDbotMirrorTags(v []string)

SetDbotMirrorTags gets a reference to the given []string and assigns it to the DbotMirrorTags field.

func (*IncidentWrapper) SetDetails ¶

func (o *IncidentWrapper) SetDetails(v string)

SetDetails gets a reference to the given string and assigns it to the Details field.

func (*IncidentWrapper) SetDroppedCount ¶

func (o *IncidentWrapper) SetDroppedCount(v int64)

SetDroppedCount gets a reference to the given int64 and assigns it to the DroppedCount field.

func (*IncidentWrapper) SetDueDate ¶

func (o *IncidentWrapper) SetDueDate(v time.Time)

SetDueDate gets a reference to the given time.Time and assigns it to the DueDate field.

func (*IncidentWrapper) SetFeedBased ¶

func (o *IncidentWrapper) SetFeedBased(v bool)

SetFeedBased gets a reference to the given bool and assigns it to the FeedBased field.

func (*IncidentWrapper) SetHasRole ¶

func (o *IncidentWrapper) SetHasRole(v bool)

SetHasRole gets a reference to the given bool and assigns it to the HasRole field.

func (*IncidentWrapper) SetHighlight ¶

func (o *IncidentWrapper) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*IncidentWrapper) SetId ¶

func (o *IncidentWrapper) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*IncidentWrapper) SetInsights ¶

func (o *IncidentWrapper) SetInsights(v int32)

SetInsights gets a reference to the given int32 and assigns it to the Insights field.

func (*IncidentWrapper) SetInvestigationId ¶

func (o *IncidentWrapper) SetInvestigationId(v string)

SetInvestigationId gets a reference to the given string and assigns it to the InvestigationId field.

func (*IncidentWrapper) SetIsDebug ¶

func (o *IncidentWrapper) SetIsDebug(v bool)

SetIsDebug gets a reference to the given bool and assigns it to the IsDebug field.

func (*IncidentWrapper) SetIsPlayground ¶

func (o *IncidentWrapper) SetIsPlayground(v bool)

SetIsPlayground gets a reference to the given bool and assigns it to the IsPlayground field.

func (*IncidentWrapper) SetLabels ¶

func (o *IncidentWrapper) SetLabels(v []Label)

SetLabels gets a reference to the given []Label and assigns it to the Labels field.

func (*IncidentWrapper) SetLastJobRunTime ¶

func (o *IncidentWrapper) SetLastJobRunTime(v time.Time)

SetLastJobRunTime gets a reference to the given time.Time and assigns it to the LastJobRunTime field.

func (*IncidentWrapper) SetLastOpen ¶

func (o *IncidentWrapper) SetLastOpen(v time.Time)

SetLastOpen gets a reference to the given time.Time and assigns it to the LastOpen field.

func (*IncidentWrapper) SetLinkedCount ¶

func (o *IncidentWrapper) SetLinkedCount(v int64)

SetLinkedCount gets a reference to the given int64 and assigns it to the LinkedCount field.

func (*IncidentWrapper) SetLinkedIncidents ¶

func (o *IncidentWrapper) SetLinkedIncidents(v []string)

SetLinkedIncidents gets a reference to the given []string and assigns it to the LinkedIncidents field.

func (*IncidentWrapper) SetModified ¶

func (o *IncidentWrapper) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*IncidentWrapper) SetName ¶

func (o *IncidentWrapper) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*IncidentWrapper) SetNotifyTime ¶

func (o *IncidentWrapper) SetNotifyTime(v time.Time)

SetNotifyTime gets a reference to the given time.Time and assigns it to the NotifyTime field.

func (*IncidentWrapper) SetNumericId ¶

func (o *IncidentWrapper) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*IncidentWrapper) SetOccurred ¶

func (o *IncidentWrapper) SetOccurred(v time.Time)

SetOccurred gets a reference to the given time.Time and assigns it to the Occurred field.

func (*IncidentWrapper) SetOpenDuration ¶

func (o *IncidentWrapper) SetOpenDuration(v int64)

SetOpenDuration gets a reference to the given int64 and assigns it to the OpenDuration field.

func (*IncidentWrapper) SetOwner ¶

func (o *IncidentWrapper) SetOwner(v string)

SetOwner gets a reference to the given string and assigns it to the Owner field.

func (*IncidentWrapper) SetParent ¶

func (o *IncidentWrapper) SetParent(v string)

SetParent gets a reference to the given string and assigns it to the Parent field.

func (*IncidentWrapper) SetPhase ¶

func (o *IncidentWrapper) SetPhase(v string)

SetPhase gets a reference to the given string and assigns it to the Phase field.

func (*IncidentWrapper) SetPlaybookId ¶

func (o *IncidentWrapper) SetPlaybookId(v string)

SetPlaybookId gets a reference to the given string and assigns it to the PlaybookId field.

func (*IncidentWrapper) SetPreviousAllRead ¶

func (o *IncidentWrapper) SetPreviousAllRead(v bool)

SetPreviousAllRead gets a reference to the given bool and assigns it to the PreviousAllRead field.

func (*IncidentWrapper) SetPreviousAllReadWrite ¶

func (o *IncidentWrapper) SetPreviousAllReadWrite(v bool)

SetPreviousAllReadWrite gets a reference to the given bool and assigns it to the PreviousAllReadWrite field.

func (*IncidentWrapper) SetPreviousRoles ¶

func (o *IncidentWrapper) SetPreviousRoles(v []string)

SetPreviousRoles gets a reference to the given []string and assigns it to the PreviousRoles field.

func (*IncidentWrapper) SetPrimaryTerm ¶

func (o *IncidentWrapper) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*IncidentWrapper) SetRawCategory ¶

func (o *IncidentWrapper) SetRawCategory(v string)

SetRawCategory gets a reference to the given string and assigns it to the RawCategory field.

func (*IncidentWrapper) SetRawCloseReason ¶

func (o *IncidentWrapper) SetRawCloseReason(v string)

SetRawCloseReason gets a reference to the given string and assigns it to the RawCloseReason field.

func (*IncidentWrapper) SetRawJSON ¶

func (o *IncidentWrapper) SetRawJSON(v string)

SetRawJSON gets a reference to the given string and assigns it to the RawJSON field.

func (*IncidentWrapper) SetRawName ¶

func (o *IncidentWrapper) SetRawName(v string)

SetRawName gets a reference to the given string and assigns it to the RawName field.

func (*IncidentWrapper) SetRawPhase ¶

func (o *IncidentWrapper) SetRawPhase(v string)

SetRawPhase gets a reference to the given string and assigns it to the RawPhase field.

func (*IncidentWrapper) SetRawType ¶

func (o *IncidentWrapper) SetRawType(v string)

SetRawType gets a reference to the given string and assigns it to the RawType field.

func (*IncidentWrapper) SetReason ¶

func (o *IncidentWrapper) SetReason(v string)

SetReason gets a reference to the given string and assigns it to the Reason field.

func (*IncidentWrapper) SetReminder ¶

func (o *IncidentWrapper) SetReminder(v time.Time)

SetReminder gets a reference to the given time.Time and assigns it to the Reminder field.

func (*IncidentWrapper) SetRoles ¶

func (o *IncidentWrapper) SetRoles(v []string)

SetRoles gets a reference to the given []string and assigns it to the Roles field.

func (*IncidentWrapper) SetRunStatus ¶

func (o *IncidentWrapper) SetRunStatus(v string)

SetRunStatus gets a reference to the given string and assigns it to the RunStatus field.

func (*IncidentWrapper) SetSequenceNumber ¶

func (o *IncidentWrapper) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*IncidentWrapper) SetSeverity ¶

func (o *IncidentWrapper) SetSeverity(v float64)

SetSeverity gets a reference to the given float64 and assigns it to the Severity field.

func (*IncidentWrapper) SetShardID ¶

func (o *IncidentWrapper) SetShardID(v int64)

SetShardID gets a reference to the given int64 and assigns it to the ShardID field.

func (*IncidentWrapper) SetSla ¶

func (o *IncidentWrapper) SetSla(v float64)

SetSla gets a reference to the given float64 and assigns it to the Sla field.

func (*IncidentWrapper) SetSortValues ¶

func (o *IncidentWrapper) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*IncidentWrapper) SetSourceBrand ¶

func (o *IncidentWrapper) SetSourceBrand(v string)

SetSourceBrand gets a reference to the given string and assigns it to the SourceBrand field.

func (*IncidentWrapper) SetSourceInstance ¶

func (o *IncidentWrapper) SetSourceInstance(v string)

SetSourceInstance gets a reference to the given string and assigns it to the SourceInstance field.

func (*IncidentWrapper) SetStatus ¶

func (o *IncidentWrapper) SetStatus(v float64)

SetStatus gets a reference to the given float64 and assigns it to the Status field.

func (*IncidentWrapper) SetTodoTaskIds ¶

func (o *IncidentWrapper) SetTodoTaskIds(v []string)

SetTodoTaskIds gets a reference to the given []string and assigns it to the TodoTaskIds field.

func (*IncidentWrapper) SetType ¶

func (o *IncidentWrapper) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*IncidentWrapper) SetVersion ¶

func (o *IncidentWrapper) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

func (*IncidentWrapper) SetXsoarHasReadOnlyRole ¶

func (o *IncidentWrapper) SetXsoarHasReadOnlyRole(v bool)

SetXsoarHasReadOnlyRole gets a reference to the given bool and assigns it to the XsoarHasReadOnlyRole field.

func (*IncidentWrapper) SetXsoarPreviousReadOnlyRoles ¶

func (o *IncidentWrapper) SetXsoarPreviousReadOnlyRoles(v []string)

SetXsoarPreviousReadOnlyRoles gets a reference to the given []string and assigns it to the XsoarPreviousReadOnlyRoles field.

func (*IncidentWrapper) SetXsoarReadOnlyRoles ¶

func (o *IncidentWrapper) SetXsoarReadOnlyRoles(v []string)

SetXsoarReadOnlyRoles gets a reference to the given []string and assigns it to the XsoarReadOnlyRoles field.

type Incidents ¶ added in v0.2.20

type Incidents struct {
	Items []map[string]interface{}
}

Incidents Incidents is a list of incident entities

func NewIncidents ¶ added in v0.2.20

func NewIncidents() *Incidents

NewIncidents instantiates a new Incidents 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 NewIncidentsWithDefaults ¶ added in v0.2.20

func NewIncidentsWithDefaults() *Incidents

NewIncidentsWithDefaults instantiates a new Incidents 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 (Incidents) MarshalJSON ¶ added in v0.2.20

func (o Incidents) MarshalJSON() ([]byte, error)

func (*Incidents) UnmarshalJSON ¶ added in v0.2.20

func (o *Incidents) UnmarshalJSON(bytes []byte) (err error)

type IndicatorContext ¶

type IndicatorContext struct {
	EntryId         *string    `json:"entryId,omitempty"`
	Indicator       *IocObject `json:"indicator,omitempty"`
	InvestigationId *string    `json:"investigationId,omitempty"`
	Manually        *bool      `json:"manually,omitempty"`
	SeenNow         *bool      `json:"seenNow,omitempty"`
}

IndicatorContext struct for IndicatorContext

func NewIndicatorContext ¶

func NewIndicatorContext() *IndicatorContext

NewIndicatorContext instantiates a new IndicatorContext 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 NewIndicatorContextWithDefaults ¶

func NewIndicatorContextWithDefaults() *IndicatorContext

NewIndicatorContextWithDefaults instantiates a new IndicatorContext 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 (*IndicatorContext) GetEntryId ¶

func (o *IndicatorContext) GetEntryId() string

GetEntryId returns the EntryId field value if set, zero value otherwise.

func (*IndicatorContext) GetEntryIdOk ¶

func (o *IndicatorContext) GetEntryIdOk() (*string, bool)

GetEntryIdOk returns a tuple with the EntryId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorContext) GetIndicator ¶

func (o *IndicatorContext) GetIndicator() IocObject

GetIndicator returns the Indicator field value if set, zero value otherwise.

func (*IndicatorContext) GetIndicatorOk ¶

func (o *IndicatorContext) GetIndicatorOk() (*IocObject, bool)

GetIndicatorOk returns a tuple with the Indicator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorContext) GetInvestigationId ¶

func (o *IndicatorContext) GetInvestigationId() string

GetInvestigationId returns the InvestigationId field value if set, zero value otherwise.

func (*IndicatorContext) GetInvestigationIdOk ¶

func (o *IndicatorContext) GetInvestigationIdOk() (*string, bool)

GetInvestigationIdOk returns a tuple with the InvestigationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorContext) GetManually ¶

func (o *IndicatorContext) GetManually() bool

GetManually returns the Manually field value if set, zero value otherwise.

func (*IndicatorContext) GetManuallyOk ¶

func (o *IndicatorContext) GetManuallyOk() (*bool, bool)

GetManuallyOk returns a tuple with the Manually field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorContext) GetSeenNow ¶

func (o *IndicatorContext) GetSeenNow() bool

GetSeenNow returns the SeenNow field value if set, zero value otherwise.

func (*IndicatorContext) GetSeenNowOk ¶

func (o *IndicatorContext) GetSeenNowOk() (*bool, bool)

GetSeenNowOk returns a tuple with the SeenNow field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorContext) HasEntryId ¶

func (o *IndicatorContext) HasEntryId() bool

HasEntryId returns a boolean if a field has been set.

func (*IndicatorContext) HasIndicator ¶

func (o *IndicatorContext) HasIndicator() bool

HasIndicator returns a boolean if a field has been set.

func (*IndicatorContext) HasInvestigationId ¶

func (o *IndicatorContext) HasInvestigationId() bool

HasInvestigationId returns a boolean if a field has been set.

func (*IndicatorContext) HasManually ¶

func (o *IndicatorContext) HasManually() bool

HasManually returns a boolean if a field has been set.

func (*IndicatorContext) HasSeenNow ¶

func (o *IndicatorContext) HasSeenNow() bool

HasSeenNow returns a boolean if a field has been set.

func (IndicatorContext) MarshalJSON ¶

func (o IndicatorContext) MarshalJSON() ([]byte, error)

func (*IndicatorContext) SetEntryId ¶

func (o *IndicatorContext) SetEntryId(v string)

SetEntryId gets a reference to the given string and assigns it to the EntryId field.

func (*IndicatorContext) SetIndicator ¶

func (o *IndicatorContext) SetIndicator(v IocObject)

SetIndicator gets a reference to the given IocObject and assigns it to the Indicator field.

func (*IndicatorContext) SetInvestigationId ¶

func (o *IndicatorContext) SetInvestigationId(v string)

SetInvestigationId gets a reference to the given string and assigns it to the InvestigationId field.

func (*IndicatorContext) SetManually ¶

func (o *IndicatorContext) SetManually(v bool)

SetManually gets a reference to the given bool and assigns it to the Manually field.

func (*IndicatorContext) SetSeenNow ¶

func (o *IndicatorContext) SetSeenNow(v bool)

SetSeenNow gets a reference to the given bool and assigns it to the SeenNow field.

type IndicatorEditBulkResponse ¶

type IndicatorEditBulkResponse struct {
	Total   *int32 `json:"total,omitempty"`
	Updated *int32 `json:"updated,omitempty"`
}

IndicatorEditBulkResponse struct for IndicatorEditBulkResponse

func NewIndicatorEditBulkResponse ¶

func NewIndicatorEditBulkResponse() *IndicatorEditBulkResponse

NewIndicatorEditBulkResponse instantiates a new IndicatorEditBulkResponse 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 NewIndicatorEditBulkResponseWithDefaults ¶

func NewIndicatorEditBulkResponseWithDefaults() *IndicatorEditBulkResponse

NewIndicatorEditBulkResponseWithDefaults instantiates a new IndicatorEditBulkResponse 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 (*IndicatorEditBulkResponse) GetTotal ¶

func (o *IndicatorEditBulkResponse) GetTotal() int32

GetTotal returns the Total field value if set, zero value otherwise.

func (*IndicatorEditBulkResponse) GetTotalOk ¶

func (o *IndicatorEditBulkResponse) GetTotalOk() (*int32, bool)

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorEditBulkResponse) GetUpdated ¶

func (o *IndicatorEditBulkResponse) GetUpdated() int32

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*IndicatorEditBulkResponse) GetUpdatedOk ¶

func (o *IndicatorEditBulkResponse) GetUpdatedOk() (*int32, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorEditBulkResponse) HasTotal ¶

func (o *IndicatorEditBulkResponse) HasTotal() bool

HasTotal returns a boolean if a field has been set.

func (*IndicatorEditBulkResponse) HasUpdated ¶

func (o *IndicatorEditBulkResponse) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (IndicatorEditBulkResponse) MarshalJSON ¶

func (o IndicatorEditBulkResponse) MarshalJSON() ([]byte, error)

func (*IndicatorEditBulkResponse) SetTotal ¶

func (o *IndicatorEditBulkResponse) SetTotal(v int32)

SetTotal gets a reference to the given int32 and assigns it to the Total field.

func (*IndicatorEditBulkResponse) SetUpdated ¶

func (o *IndicatorEditBulkResponse) SetUpdated(v int32)

SetUpdated gets a reference to the given int32 and assigns it to the Updated field.

type IndicatorFilter ¶

type IndicatorFilter struct {
	// Cache of join functions
	Cache           *map[string][]string `json:"Cache,omitempty"`
	EarlyTimeInPage *time.Time           `json:"earlyTimeInPage,omitempty"`
	Fields          *[]string            `json:"fields,omitempty"`
	FirstSeen       *DateRangeFilter     `json:"firstSeen,omitempty"`
	FromDate        *time.Time           `json:"fromDate,omitempty"`
	FromDateLicense *time.Time           `json:"fromDateLicense,omitempty"`
	// Do not use workers mechanism while searching bleve
	IgnoreWorkers   *bool            `json:"ignoreWorkers,omitempty"`
	LastSeen        *DateRangeFilter `json:"lastSeen,omitempty"`
	LaterTimeInPage *time.Time       `json:"laterTimeInPage,omitempty"`
	// 0-based page
	Page   *int64  `json:"page,omitempty"`
	Period *Period `json:"period,omitempty"`
	// MT support - these fields are for indicator search according to calculatedTime
	PrevPage *bool   `json:"prevPage,omitempty"`
	Query    *string `json:"query,omitempty"`
	// Efficient next page, pass max sort value from previous page
	SearchAfter *[]string `json:"searchAfter,omitempty"`
	// Efficient next page, pass max ES sort value from previous page
	SearchAfterElastic *[]string `json:"searchAfterElastic,omitempty"`
	// Efficient prev page, pass min sort value from next page
	SearchBefore *[]string `json:"searchBefore,omitempty"`
	// Efficient prev page, pass min ES sort value from next page
	SearchBeforeElastic *[]string `json:"searchBeforeElastic,omitempty"`
	// Size is limited to 1000, if not passed it defaults to 0, and no results will return
	Size *int64 `json:"size,omitempty"`
	// The sort order
	Sort *[]Order `json:"sort,omitempty"`
	// A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
	TimeFrame *int64     `json:"timeFrame,omitempty"`
	ToDate    *time.Time `json:"toDate,omitempty"`
}

IndicatorFilter IndicatorFilter is a general filter that fetches entities using a query string query using the Query value

func NewIndicatorFilter ¶

func NewIndicatorFilter() *IndicatorFilter

NewIndicatorFilter instantiates a new IndicatorFilter 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 NewIndicatorFilterWithDefaults ¶

func NewIndicatorFilterWithDefaults() *IndicatorFilter

NewIndicatorFilterWithDefaults instantiates a new IndicatorFilter 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 (*IndicatorFilter) GetCache ¶

func (o *IndicatorFilter) GetCache() map[string][]string

GetCache returns the Cache field value if set, zero value otherwise.

func (*IndicatorFilter) GetCacheOk ¶

func (o *IndicatorFilter) GetCacheOk() (*map[string][]string, bool)

GetCacheOk returns a tuple with the Cache field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorFilter) GetEarlyTimeInPage ¶

func (o *IndicatorFilter) GetEarlyTimeInPage() time.Time

GetEarlyTimeInPage returns the EarlyTimeInPage field value if set, zero value otherwise.

func (*IndicatorFilter) GetEarlyTimeInPageOk ¶

func (o *IndicatorFilter) GetEarlyTimeInPageOk() (*time.Time, bool)

GetEarlyTimeInPageOk returns a tuple with the EarlyTimeInPage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorFilter) GetFields ¶

func (o *IndicatorFilter) GetFields() []string

GetFields returns the Fields field value if set, zero value otherwise.

func (*IndicatorFilter) GetFieldsOk ¶

func (o *IndicatorFilter) GetFieldsOk() (*[]string, bool)

GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorFilter) GetFirstSeen ¶

func (o *IndicatorFilter) GetFirstSeen() DateRangeFilter

GetFirstSeen returns the FirstSeen field value if set, zero value otherwise.

func (*IndicatorFilter) GetFirstSeenOk ¶

func (o *IndicatorFilter) GetFirstSeenOk() (*DateRangeFilter, bool)

GetFirstSeenOk returns a tuple with the FirstSeen field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorFilter) GetFromDate ¶

func (o *IndicatorFilter) GetFromDate() time.Time

GetFromDate returns the FromDate field value if set, zero value otherwise.

func (*IndicatorFilter) GetFromDateLicense ¶

func (o *IndicatorFilter) GetFromDateLicense() time.Time

GetFromDateLicense returns the FromDateLicense field value if set, zero value otherwise.

func (*IndicatorFilter) GetFromDateLicenseOk ¶

func (o *IndicatorFilter) GetFromDateLicenseOk() (*time.Time, bool)

GetFromDateLicenseOk returns a tuple with the FromDateLicense field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorFilter) GetFromDateOk ¶

func (o *IndicatorFilter) GetFromDateOk() (*time.Time, bool)

GetFromDateOk returns a tuple with the FromDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorFilter) GetIgnoreWorkers ¶

func (o *IndicatorFilter) GetIgnoreWorkers() bool

GetIgnoreWorkers returns the IgnoreWorkers field value if set, zero value otherwise.

func (*IndicatorFilter) GetIgnoreWorkersOk ¶

func (o *IndicatorFilter) GetIgnoreWorkersOk() (*bool, bool)

GetIgnoreWorkersOk returns a tuple with the IgnoreWorkers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorFilter) GetLastSeen ¶

func (o *IndicatorFilter) GetLastSeen() DateRangeFilter

GetLastSeen returns the LastSeen field value if set, zero value otherwise.

func (*IndicatorFilter) GetLastSeenOk ¶

func (o *IndicatorFilter) GetLastSeenOk() (*DateRangeFilter, bool)

GetLastSeenOk returns a tuple with the LastSeen field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorFilter) GetLaterTimeInPage ¶

func (o *IndicatorFilter) GetLaterTimeInPage() time.Time

GetLaterTimeInPage returns the LaterTimeInPage field value if set, zero value otherwise.

func (*IndicatorFilter) GetLaterTimeInPageOk ¶

func (o *IndicatorFilter) GetLaterTimeInPageOk() (*time.Time, bool)

GetLaterTimeInPageOk returns a tuple with the LaterTimeInPage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorFilter) GetPage ¶

func (o *IndicatorFilter) GetPage() int64

GetPage returns the Page field value if set, zero value otherwise.

func (*IndicatorFilter) GetPageOk ¶

func (o *IndicatorFilter) GetPageOk() (*int64, bool)

GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorFilter) GetPeriod ¶

func (o *IndicatorFilter) GetPeriod() Period

GetPeriod returns the Period field value if set, zero value otherwise.

func (*IndicatorFilter) GetPeriodOk ¶

func (o *IndicatorFilter) GetPeriodOk() (*Period, bool)

GetPeriodOk returns a tuple with the Period field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorFilter) GetPrevPage ¶

func (o *IndicatorFilter) GetPrevPage() bool

GetPrevPage returns the PrevPage field value if set, zero value otherwise.

func (*IndicatorFilter) GetPrevPageOk ¶

func (o *IndicatorFilter) GetPrevPageOk() (*bool, bool)

GetPrevPageOk returns a tuple with the PrevPage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorFilter) GetQuery ¶

func (o *IndicatorFilter) GetQuery() string

GetQuery returns the Query field value if set, zero value otherwise.

func (*IndicatorFilter) GetQueryOk ¶

func (o *IndicatorFilter) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorFilter) GetSearchAfter ¶

func (o *IndicatorFilter) GetSearchAfter() []string

GetSearchAfter returns the SearchAfter field value if set, zero value otherwise.

func (*IndicatorFilter) GetSearchAfterElastic ¶

func (o *IndicatorFilter) GetSearchAfterElastic() []string

GetSearchAfterElastic returns the SearchAfterElastic field value if set, zero value otherwise.

func (*IndicatorFilter) GetSearchAfterElasticOk ¶

func (o *IndicatorFilter) GetSearchAfterElasticOk() (*[]string, bool)

GetSearchAfterElasticOk returns a tuple with the SearchAfterElastic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorFilter) GetSearchAfterOk ¶

func (o *IndicatorFilter) GetSearchAfterOk() (*[]string, bool)

GetSearchAfterOk returns a tuple with the SearchAfter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorFilter) GetSearchBefore ¶

func (o *IndicatorFilter) GetSearchBefore() []string

GetSearchBefore returns the SearchBefore field value if set, zero value otherwise.

func (*IndicatorFilter) GetSearchBeforeElastic ¶

func (o *IndicatorFilter) GetSearchBeforeElastic() []string

GetSearchBeforeElastic returns the SearchBeforeElastic field value if set, zero value otherwise.

func (*IndicatorFilter) GetSearchBeforeElasticOk ¶

func (o *IndicatorFilter) GetSearchBeforeElasticOk() (*[]string, bool)

GetSearchBeforeElasticOk returns a tuple with the SearchBeforeElastic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorFilter) GetSearchBeforeOk ¶

func (o *IndicatorFilter) GetSearchBeforeOk() (*[]string, bool)

GetSearchBeforeOk returns a tuple with the SearchBefore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorFilter) GetSize ¶

func (o *IndicatorFilter) GetSize() int64

GetSize returns the Size field value if set, zero value otherwise.

func (*IndicatorFilter) GetSizeOk ¶

func (o *IndicatorFilter) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorFilter) GetSort ¶

func (o *IndicatorFilter) GetSort() []Order

GetSort returns the Sort field value if set, zero value otherwise.

func (*IndicatorFilter) GetSortOk ¶

func (o *IndicatorFilter) GetSortOk() (*[]Order, bool)

GetSortOk returns a tuple with the Sort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorFilter) GetTimeFrame ¶

func (o *IndicatorFilter) GetTimeFrame() int64

GetTimeFrame returns the TimeFrame field value if set, zero value otherwise.

func (*IndicatorFilter) GetTimeFrameOk ¶

func (o *IndicatorFilter) GetTimeFrameOk() (*int64, bool)

GetTimeFrameOk returns a tuple with the TimeFrame field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorFilter) GetToDate ¶

func (o *IndicatorFilter) GetToDate() time.Time

GetToDate returns the ToDate field value if set, zero value otherwise.

func (*IndicatorFilter) GetToDateOk ¶

func (o *IndicatorFilter) GetToDateOk() (*time.Time, bool)

GetToDateOk returns a tuple with the ToDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorFilter) HasCache ¶

func (o *IndicatorFilter) HasCache() bool

HasCache returns a boolean if a field has been set.

func (*IndicatorFilter) HasEarlyTimeInPage ¶

func (o *IndicatorFilter) HasEarlyTimeInPage() bool

HasEarlyTimeInPage returns a boolean if a field has been set.

func (*IndicatorFilter) HasFields ¶

func (o *IndicatorFilter) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*IndicatorFilter) HasFirstSeen ¶

func (o *IndicatorFilter) HasFirstSeen() bool

HasFirstSeen returns a boolean if a field has been set.

func (*IndicatorFilter) HasFromDate ¶

func (o *IndicatorFilter) HasFromDate() bool

HasFromDate returns a boolean if a field has been set.

func (*IndicatorFilter) HasFromDateLicense ¶

func (o *IndicatorFilter) HasFromDateLicense() bool

HasFromDateLicense returns a boolean if a field has been set.

func (*IndicatorFilter) HasIgnoreWorkers ¶

func (o *IndicatorFilter) HasIgnoreWorkers() bool

HasIgnoreWorkers returns a boolean if a field has been set.

func (*IndicatorFilter) HasLastSeen ¶

func (o *IndicatorFilter) HasLastSeen() bool

HasLastSeen returns a boolean if a field has been set.

func (*IndicatorFilter) HasLaterTimeInPage ¶

func (o *IndicatorFilter) HasLaterTimeInPage() bool

HasLaterTimeInPage returns a boolean if a field has been set.

func (*IndicatorFilter) HasPage ¶

func (o *IndicatorFilter) HasPage() bool

HasPage returns a boolean if a field has been set.

func (*IndicatorFilter) HasPeriod ¶

func (o *IndicatorFilter) HasPeriod() bool

HasPeriod returns a boolean if a field has been set.

func (*IndicatorFilter) HasPrevPage ¶

func (o *IndicatorFilter) HasPrevPage() bool

HasPrevPage returns a boolean if a field has been set.

func (*IndicatorFilter) HasQuery ¶

func (o *IndicatorFilter) HasQuery() bool

HasQuery returns a boolean if a field has been set.

func (*IndicatorFilter) HasSearchAfter ¶

func (o *IndicatorFilter) HasSearchAfter() bool

HasSearchAfter returns a boolean if a field has been set.

func (*IndicatorFilter) HasSearchAfterElastic ¶

func (o *IndicatorFilter) HasSearchAfterElastic() bool

HasSearchAfterElastic returns a boolean if a field has been set.

func (*IndicatorFilter) HasSearchBefore ¶

func (o *IndicatorFilter) HasSearchBefore() bool

HasSearchBefore returns a boolean if a field has been set.

func (*IndicatorFilter) HasSearchBeforeElastic ¶

func (o *IndicatorFilter) HasSearchBeforeElastic() bool

HasSearchBeforeElastic returns a boolean if a field has been set.

func (*IndicatorFilter) HasSize ¶

func (o *IndicatorFilter) HasSize() bool

HasSize returns a boolean if a field has been set.

func (*IndicatorFilter) HasSort ¶

func (o *IndicatorFilter) HasSort() bool

HasSort returns a boolean if a field has been set.

func (*IndicatorFilter) HasTimeFrame ¶

func (o *IndicatorFilter) HasTimeFrame() bool

HasTimeFrame returns a boolean if a field has been set.

func (*IndicatorFilter) HasToDate ¶

func (o *IndicatorFilter) HasToDate() bool

HasToDate returns a boolean if a field has been set.

func (IndicatorFilter) MarshalJSON ¶

func (o IndicatorFilter) MarshalJSON() ([]byte, error)

func (*IndicatorFilter) SetCache ¶

func (o *IndicatorFilter) SetCache(v map[string][]string)

SetCache gets a reference to the given map[string][]string and assigns it to the Cache field.

func (*IndicatorFilter) SetEarlyTimeInPage ¶

func (o *IndicatorFilter) SetEarlyTimeInPage(v time.Time)

SetEarlyTimeInPage gets a reference to the given time.Time and assigns it to the EarlyTimeInPage field.

func (*IndicatorFilter) SetFields ¶

func (o *IndicatorFilter) SetFields(v []string)

SetFields gets a reference to the given []string and assigns it to the Fields field.

func (*IndicatorFilter) SetFirstSeen ¶

func (o *IndicatorFilter) SetFirstSeen(v DateRangeFilter)

SetFirstSeen gets a reference to the given DateRangeFilter and assigns it to the FirstSeen field.

func (*IndicatorFilter) SetFromDate ¶

func (o *IndicatorFilter) SetFromDate(v time.Time)

SetFromDate gets a reference to the given time.Time and assigns it to the FromDate field.

func (*IndicatorFilter) SetFromDateLicense ¶

func (o *IndicatorFilter) SetFromDateLicense(v time.Time)

SetFromDateLicense gets a reference to the given time.Time and assigns it to the FromDateLicense field.

func (*IndicatorFilter) SetIgnoreWorkers ¶

func (o *IndicatorFilter) SetIgnoreWorkers(v bool)

SetIgnoreWorkers gets a reference to the given bool and assigns it to the IgnoreWorkers field.

func (*IndicatorFilter) SetLastSeen ¶

func (o *IndicatorFilter) SetLastSeen(v DateRangeFilter)

SetLastSeen gets a reference to the given DateRangeFilter and assigns it to the LastSeen field.

func (*IndicatorFilter) SetLaterTimeInPage ¶

func (o *IndicatorFilter) SetLaterTimeInPage(v time.Time)

SetLaterTimeInPage gets a reference to the given time.Time and assigns it to the LaterTimeInPage field.

func (*IndicatorFilter) SetPage ¶

func (o *IndicatorFilter) SetPage(v int64)

SetPage gets a reference to the given int64 and assigns it to the Page field.

func (*IndicatorFilter) SetPeriod ¶

func (o *IndicatorFilter) SetPeriod(v Period)

SetPeriod gets a reference to the given Period and assigns it to the Period field.

func (*IndicatorFilter) SetPrevPage ¶

func (o *IndicatorFilter) SetPrevPage(v bool)

SetPrevPage gets a reference to the given bool and assigns it to the PrevPage field.

func (*IndicatorFilter) SetQuery ¶

func (o *IndicatorFilter) SetQuery(v string)

SetQuery gets a reference to the given string and assigns it to the Query field.

func (*IndicatorFilter) SetSearchAfter ¶

func (o *IndicatorFilter) SetSearchAfter(v []string)

SetSearchAfter gets a reference to the given []string and assigns it to the SearchAfter field.

func (*IndicatorFilter) SetSearchAfterElastic ¶

func (o *IndicatorFilter) SetSearchAfterElastic(v []string)

SetSearchAfterElastic gets a reference to the given []string and assigns it to the SearchAfterElastic field.

func (*IndicatorFilter) SetSearchBefore ¶

func (o *IndicatorFilter) SetSearchBefore(v []string)

SetSearchBefore gets a reference to the given []string and assigns it to the SearchBefore field.

func (*IndicatorFilter) SetSearchBeforeElastic ¶

func (o *IndicatorFilter) SetSearchBeforeElastic(v []string)

SetSearchBeforeElastic gets a reference to the given []string and assigns it to the SearchBeforeElastic field.

func (*IndicatorFilter) SetSize ¶

func (o *IndicatorFilter) SetSize(v int64)

SetSize gets a reference to the given int64 and assigns it to the Size field.

func (*IndicatorFilter) SetSort ¶

func (o *IndicatorFilter) SetSort(v []Order)

SetSort gets a reference to the given []Order and assigns it to the Sort field.

func (*IndicatorFilter) SetTimeFrame ¶

func (o *IndicatorFilter) SetTimeFrame(v int64)

SetTimeFrame gets a reference to the given int64 and assigns it to the TimeFrame field.

func (*IndicatorFilter) SetToDate ¶

func (o *IndicatorFilter) SetToDate(v time.Time)

SetToDate gets a reference to the given time.Time and assigns it to the ToDate field.

type IndicatorResult ¶

type IndicatorResult struct {
	IocObjects *[]IocObject `json:"iocObjects,omitempty"`
	Total      *int64       `json:"total,omitempty"`
}

IndicatorResult struct for IndicatorResult

func NewIndicatorResult ¶

func NewIndicatorResult() *IndicatorResult

NewIndicatorResult instantiates a new IndicatorResult 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 NewIndicatorResultWithDefaults ¶

func NewIndicatorResultWithDefaults() *IndicatorResult

NewIndicatorResultWithDefaults instantiates a new IndicatorResult 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 (*IndicatorResult) GetIocObjects ¶

func (o *IndicatorResult) GetIocObjects() []IocObject

GetIocObjects returns the IocObjects field value if set, zero value otherwise.

func (*IndicatorResult) GetIocObjectsOk ¶

func (o *IndicatorResult) GetIocObjectsOk() (*[]IocObject, bool)

GetIocObjectsOk returns a tuple with the IocObjects field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorResult) GetTotal ¶

func (o *IndicatorResult) GetTotal() int64

GetTotal returns the Total field value if set, zero value otherwise.

func (*IndicatorResult) GetTotalOk ¶

func (o *IndicatorResult) GetTotalOk() (*int64, bool)

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorResult) HasIocObjects ¶

func (o *IndicatorResult) HasIocObjects() bool

HasIocObjects returns a boolean if a field has been set.

func (*IndicatorResult) HasTotal ¶

func (o *IndicatorResult) HasTotal() bool

HasTotal returns a boolean if a field has been set.

func (IndicatorResult) MarshalJSON ¶

func (o IndicatorResult) MarshalJSON() ([]byte, error)

func (*IndicatorResult) SetIocObjects ¶

func (o *IndicatorResult) SetIocObjects(v []IocObject)

SetIocObjects gets a reference to the given []IocObject and assigns it to the IocObjects field.

func (*IndicatorResult) SetTotal ¶

func (o *IndicatorResult) SetTotal(v int64)

SetTotal gets a reference to the given int64 and assigns it to the Total field.

type IndicatorTimeline ¶ added in v0.2.4

type IndicatorTimeline struct {
	Items []IndicatorTimelineFromEntry
}

IndicatorTimeline struct for IndicatorTimeline

func NewIndicatorTimeline ¶ added in v0.2.4

func NewIndicatorTimeline() *IndicatorTimeline

NewIndicatorTimeline instantiates a new IndicatorTimeline 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 NewIndicatorTimelineWithDefaults ¶ added in v0.2.4

func NewIndicatorTimelineWithDefaults() *IndicatorTimeline

NewIndicatorTimelineWithDefaults instantiates a new IndicatorTimeline 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 (IndicatorTimeline) MarshalJSON ¶ added in v0.2.4

func (o IndicatorTimeline) MarshalJSON() ([]byte, error)

func (*IndicatorTimeline) UnmarshalJSON ¶ added in v0.2.4

func (o *IndicatorTimeline) UnmarshalJSON(bytes []byte) (err error)

type IndicatorTimelineFromEntry ¶

type IndicatorTimelineFromEntry struct {
	Category *string    `json:"Category,omitempty"`
	Message  *string    `json:"Message,omitempty"`
	Source   *string    `json:"Source,omitempty"`
	Time     *time.Time `json:"Time,omitempty"`
	User     *string    `json:"User,omitempty"`
	Value    *[]string  `json:"Value,omitempty"`
}

IndicatorTimelineFromEntry struct for IndicatorTimelineFromEntry

func NewIndicatorTimelineFromEntry ¶

func NewIndicatorTimelineFromEntry() *IndicatorTimelineFromEntry

NewIndicatorTimelineFromEntry instantiates a new IndicatorTimelineFromEntry 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 NewIndicatorTimelineFromEntryWithDefaults ¶

func NewIndicatorTimelineFromEntryWithDefaults() *IndicatorTimelineFromEntry

NewIndicatorTimelineFromEntryWithDefaults instantiates a new IndicatorTimelineFromEntry 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 (*IndicatorTimelineFromEntry) GetCategory ¶

func (o *IndicatorTimelineFromEntry) GetCategory() string

GetCategory returns the Category field value if set, zero value otherwise.

func (*IndicatorTimelineFromEntry) GetCategoryOk ¶

func (o *IndicatorTimelineFromEntry) GetCategoryOk() (*string, bool)

GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorTimelineFromEntry) GetMessage ¶

func (o *IndicatorTimelineFromEntry) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*IndicatorTimelineFromEntry) GetMessageOk ¶

func (o *IndicatorTimelineFromEntry) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorTimelineFromEntry) GetSource ¶

func (o *IndicatorTimelineFromEntry) GetSource() string

GetSource returns the Source field value if set, zero value otherwise.

func (*IndicatorTimelineFromEntry) GetSourceOk ¶

func (o *IndicatorTimelineFromEntry) GetSourceOk() (*string, bool)

GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorTimelineFromEntry) GetTime ¶

func (o *IndicatorTimelineFromEntry) GetTime() time.Time

GetTime returns the Time field value if set, zero value otherwise.

func (*IndicatorTimelineFromEntry) GetTimeOk ¶

func (o *IndicatorTimelineFromEntry) GetTimeOk() (*time.Time, bool)

GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorTimelineFromEntry) GetUser ¶

func (o *IndicatorTimelineFromEntry) GetUser() string

GetUser returns the User field value if set, zero value otherwise.

func (*IndicatorTimelineFromEntry) GetUserOk ¶

func (o *IndicatorTimelineFromEntry) GetUserOk() (*string, bool)

GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorTimelineFromEntry) GetValue ¶

func (o *IndicatorTimelineFromEntry) GetValue() []string

GetValue returns the Value field value if set, zero value otherwise.

func (*IndicatorTimelineFromEntry) GetValueOk ¶

func (o *IndicatorTimelineFromEntry) GetValueOk() (*[]string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndicatorTimelineFromEntry) HasCategory ¶

func (o *IndicatorTimelineFromEntry) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*IndicatorTimelineFromEntry) HasMessage ¶

func (o *IndicatorTimelineFromEntry) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*IndicatorTimelineFromEntry) HasSource ¶

func (o *IndicatorTimelineFromEntry) HasSource() bool

HasSource returns a boolean if a field has been set.

func (*IndicatorTimelineFromEntry) HasTime ¶

func (o *IndicatorTimelineFromEntry) HasTime() bool

HasTime returns a boolean if a field has been set.

func (*IndicatorTimelineFromEntry) HasUser ¶

func (o *IndicatorTimelineFromEntry) HasUser() bool

HasUser returns a boolean if a field has been set.

func (*IndicatorTimelineFromEntry) HasValue ¶

func (o *IndicatorTimelineFromEntry) HasValue() bool

HasValue returns a boolean if a field has been set.

func (IndicatorTimelineFromEntry) MarshalJSON ¶

func (o IndicatorTimelineFromEntry) MarshalJSON() ([]byte, error)

func (*IndicatorTimelineFromEntry) SetCategory ¶

func (o *IndicatorTimelineFromEntry) SetCategory(v string)

SetCategory gets a reference to the given string and assigns it to the Category field.

func (*IndicatorTimelineFromEntry) SetMessage ¶

func (o *IndicatorTimelineFromEntry) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*IndicatorTimelineFromEntry) SetSource ¶

func (o *IndicatorTimelineFromEntry) SetSource(v string)

SetSource gets a reference to the given string and assigns it to the Source field.

func (*IndicatorTimelineFromEntry) SetTime ¶

func (o *IndicatorTimelineFromEntry) SetTime(v time.Time)

SetTime gets a reference to the given time.Time and assigns it to the Time field.

func (*IndicatorTimelineFromEntry) SetUser ¶

func (o *IndicatorTimelineFromEntry) SetUser(v string)

SetUser gets a reference to the given string and assigns it to the User field.

func (*IndicatorTimelineFromEntry) SetValue ¶

func (o *IndicatorTimelineFromEntry) SetValue(v []string)

SetValue gets a reference to the given []string and assigns it to the Value field.

type Info ¶

type Info struct {
	Available               *float64       `json:"Available,omitempty"`
	BufferSpace             *int64         `json:"BufferSpace,omitempty"`
	Busy                    *int64         `json:"Busy,omitempty"`
	HighPriorityAvailable   *float64       `json:"HighPriorityAvailable,omitempty"`
	HighPriorityBufferSpace *int64         `json:"HighPriorityBufferSpace,omitempty"`
	Name                    *string        `json:"Name,omitempty"`
	ProcessInfo             *[]ProcessInfo `json:"ProcessInfo,omitempty"`
	ShouldStop              *bool          `json:"ShouldStop,omitempty"`
	Total                   *int64         `json:"Total,omitempty"`
}

Info Info - holds all workers status

func NewInfo ¶

func NewInfo() *Info

NewInfo instantiates a new Info 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 NewInfoWithDefaults ¶

func NewInfoWithDefaults() *Info

NewInfoWithDefaults instantiates a new Info 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 (*Info) GetAvailable ¶

func (o *Info) GetAvailable() float64

GetAvailable returns the Available field value if set, zero value otherwise.

func (*Info) GetAvailableOk ¶

func (o *Info) GetAvailableOk() (*float64, bool)

GetAvailableOk returns a tuple with the Available field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Info) GetBufferSpace ¶

func (o *Info) GetBufferSpace() int64

GetBufferSpace returns the BufferSpace field value if set, zero value otherwise.

func (*Info) GetBufferSpaceOk ¶

func (o *Info) GetBufferSpaceOk() (*int64, bool)

GetBufferSpaceOk returns a tuple with the BufferSpace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Info) GetBusy ¶

func (o *Info) GetBusy() int64

GetBusy returns the Busy field value if set, zero value otherwise.

func (*Info) GetBusyOk ¶

func (o *Info) GetBusyOk() (*int64, bool)

GetBusyOk returns a tuple with the Busy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Info) GetHighPriorityAvailable ¶

func (o *Info) GetHighPriorityAvailable() float64

GetHighPriorityAvailable returns the HighPriorityAvailable field value if set, zero value otherwise.

func (*Info) GetHighPriorityAvailableOk ¶

func (o *Info) GetHighPriorityAvailableOk() (*float64, bool)

GetHighPriorityAvailableOk returns a tuple with the HighPriorityAvailable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Info) GetHighPriorityBufferSpace ¶

func (o *Info) GetHighPriorityBufferSpace() int64

GetHighPriorityBufferSpace returns the HighPriorityBufferSpace field value if set, zero value otherwise.

func (*Info) GetHighPriorityBufferSpaceOk ¶

func (o *Info) GetHighPriorityBufferSpaceOk() (*int64, bool)

GetHighPriorityBufferSpaceOk returns a tuple with the HighPriorityBufferSpace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Info) GetName ¶

func (o *Info) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Info) GetNameOk ¶

func (o *Info) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Info) GetProcessInfo ¶

func (o *Info) GetProcessInfo() []ProcessInfo

GetProcessInfo returns the ProcessInfo field value if set, zero value otherwise.

func (*Info) GetProcessInfoOk ¶

func (o *Info) GetProcessInfoOk() (*[]ProcessInfo, bool)

GetProcessInfoOk returns a tuple with the ProcessInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Info) GetShouldStop ¶

func (o *Info) GetShouldStop() bool

GetShouldStop returns the ShouldStop field value if set, zero value otherwise.

func (*Info) GetShouldStopOk ¶

func (o *Info) GetShouldStopOk() (*bool, bool)

GetShouldStopOk returns a tuple with the ShouldStop field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Info) GetTotal ¶

func (o *Info) GetTotal() int64

GetTotal returns the Total field value if set, zero value otherwise.

func (*Info) GetTotalOk ¶

func (o *Info) GetTotalOk() (*int64, bool)

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Info) HasAvailable ¶

func (o *Info) HasAvailable() bool

HasAvailable returns a boolean if a field has been set.

func (*Info) HasBufferSpace ¶

func (o *Info) HasBufferSpace() bool

HasBufferSpace returns a boolean if a field has been set.

func (*Info) HasBusy ¶

func (o *Info) HasBusy() bool

HasBusy returns a boolean if a field has been set.

func (*Info) HasHighPriorityAvailable ¶

func (o *Info) HasHighPriorityAvailable() bool

HasHighPriorityAvailable returns a boolean if a field has been set.

func (*Info) HasHighPriorityBufferSpace ¶

func (o *Info) HasHighPriorityBufferSpace() bool

HasHighPriorityBufferSpace returns a boolean if a field has been set.

func (*Info) HasName ¶

func (o *Info) HasName() bool

HasName returns a boolean if a field has been set.

func (*Info) HasProcessInfo ¶

func (o *Info) HasProcessInfo() bool

HasProcessInfo returns a boolean if a field has been set.

func (*Info) HasShouldStop ¶

func (o *Info) HasShouldStop() bool

HasShouldStop returns a boolean if a field has been set.

func (*Info) HasTotal ¶

func (o *Info) HasTotal() bool

HasTotal returns a boolean if a field has been set.

func (Info) MarshalJSON ¶

func (o Info) MarshalJSON() ([]byte, error)

func (*Info) SetAvailable ¶

func (o *Info) SetAvailable(v float64)

SetAvailable gets a reference to the given float64 and assigns it to the Available field.

func (*Info) SetBufferSpace ¶

func (o *Info) SetBufferSpace(v int64)

SetBufferSpace gets a reference to the given int64 and assigns it to the BufferSpace field.

func (*Info) SetBusy ¶

func (o *Info) SetBusy(v int64)

SetBusy gets a reference to the given int64 and assigns it to the Busy field.

func (*Info) SetHighPriorityAvailable ¶

func (o *Info) SetHighPriorityAvailable(v float64)

SetHighPriorityAvailable gets a reference to the given float64 and assigns it to the HighPriorityAvailable field.

func (*Info) SetHighPriorityBufferSpace ¶

func (o *Info) SetHighPriorityBufferSpace(v int64)

SetHighPriorityBufferSpace gets a reference to the given int64 and assigns it to the HighPriorityBufferSpace field.

func (*Info) SetName ¶

func (o *Info) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*Info) SetProcessInfo ¶

func (o *Info) SetProcessInfo(v []ProcessInfo)

SetProcessInfo gets a reference to the given []ProcessInfo and assigns it to the ProcessInfo field.

func (*Info) SetShouldStop ¶

func (o *Info) SetShouldStop(v bool)

SetShouldStop gets a reference to the given bool and assigns it to the ShouldStop field.

func (*Info) SetTotal ¶

func (o *Info) SetTotal(v int64)

SetTotal gets a reference to the given int64 and assigns it to the Total field.

type InlineObject ¶

type InlineObject struct {
	Name *string `json:"name,omitempty"`
}

InlineObject struct for InlineObject

func NewInlineObject ¶

func NewInlineObject() *InlineObject

NewInlineObject instantiates a new InlineObject 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 NewInlineObjectWithDefaults ¶

func NewInlineObjectWithDefaults() *InlineObject

NewInlineObjectWithDefaults instantiates a new InlineObject 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 (*InlineObject) GetName ¶ added in v0.2.4

func (o *InlineObject) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*InlineObject) GetNameOk ¶ added in v0.2.4

func (o *InlineObject) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InlineObject) HasName ¶ added in v0.2.4

func (o *InlineObject) HasName() bool

HasName returns a boolean if a field has been set.

func (InlineObject) MarshalJSON ¶

func (o InlineObject) MarshalJSON() ([]byte, error)

func (*InlineObject) SetName ¶ added in v0.2.4

func (o *InlineObject) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

type InlineObject1 ¶

type InlineObject1 struct {
	Name *string `json:"name,omitempty"`
}

InlineObject1 struct for InlineObject1

func NewInlineObject1 ¶

func NewInlineObject1() *InlineObject1

NewInlineObject1 instantiates a new InlineObject1 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 NewInlineObject1WithDefaults ¶

func NewInlineObject1WithDefaults() *InlineObject1

NewInlineObject1WithDefaults instantiates a new InlineObject1 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 (*InlineObject1) GetName ¶ added in v0.2.4

func (o *InlineObject1) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*InlineObject1) GetNameOk ¶ added in v0.2.4

func (o *InlineObject1) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InlineObject1) HasName ¶ added in v0.2.4

func (o *InlineObject1) HasName() bool

HasName returns a boolean if a field has been set.

func (InlineObject1) MarshalJSON ¶

func (o InlineObject1) MarshalJSON() ([]byte, error)

func (*InlineObject1) SetName ¶ added in v0.2.4

func (o *InlineObject1) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

type InlineObject2 ¶ added in v0.2.4

type InlineObject2 struct {
	Size *int32 `json:"size,omitempty"`
}

InlineObject2 struct for InlineObject2

func NewInlineObject2 ¶ added in v0.2.4

func NewInlineObject2() *InlineObject2

NewInlineObject2 instantiates a new InlineObject2 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 NewInlineObject2WithDefaults ¶ added in v0.2.4

func NewInlineObject2WithDefaults() *InlineObject2

NewInlineObject2WithDefaults instantiates a new InlineObject2 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 (*InlineObject2) GetSize ¶ added in v0.2.4

func (o *InlineObject2) GetSize() int32

GetSize returns the Size field value if set, zero value otherwise.

func (*InlineObject2) GetSizeOk ¶ added in v0.2.4

func (o *InlineObject2) GetSizeOk() (*int32, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InlineObject2) HasSize ¶ added in v0.2.4

func (o *InlineObject2) HasSize() bool

HasSize returns a boolean if a field has been set.

func (InlineObject2) MarshalJSON ¶ added in v0.2.4

func (o InlineObject2) MarshalJSON() ([]byte, error)

func (*InlineObject2) SetSize ¶ added in v0.2.4

func (o *InlineObject2) SetSize(v int32)

SetSize gets a reference to the given int32 and assigns it to the Size field.

type InlineObject3 ¶ added in v0.2.4

type InlineObject3 struct {
	Size *int32 `json:"size,omitempty"`
}

InlineObject3 struct for InlineObject3

func NewInlineObject3 ¶ added in v0.2.4

func NewInlineObject3() *InlineObject3

NewInlineObject3 instantiates a new InlineObject3 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 NewInlineObject3WithDefaults ¶ added in v0.2.4

func NewInlineObject3WithDefaults() *InlineObject3

NewInlineObject3WithDefaults instantiates a new InlineObject3 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 (*InlineObject3) GetSize ¶ added in v0.2.4

func (o *InlineObject3) GetSize() int32

GetSize returns the Size field value if set, zero value otherwise.

func (*InlineObject3) GetSizeOk ¶ added in v0.2.4

func (o *InlineObject3) GetSizeOk() (*int32, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InlineObject3) HasSize ¶ added in v0.2.4

func (o *InlineObject3) HasSize() bool

HasSize returns a boolean if a field has been set.

func (InlineObject3) MarshalJSON ¶ added in v0.2.4

func (o InlineObject3) MarshalJSON() ([]byte, error)

func (*InlineObject3) SetSize ¶ added in v0.2.4

func (o *InlineObject3) SetSize(v int32)

SetSize gets a reference to the given int32 and assigns it to the Size field.

type InlineResponse200 ¶

type InlineResponse200 struct {
	Data  *[]Incident `json:"data,omitempty"`
	Total *int32      `json:"total,omitempty"`
}

InlineResponse200 struct for InlineResponse200

func NewInlineResponse200 ¶

func NewInlineResponse200() *InlineResponse200

NewInlineResponse200 instantiates a new InlineResponse200 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 NewInlineResponse200WithDefaults ¶

func NewInlineResponse200WithDefaults() *InlineResponse200

NewInlineResponse200WithDefaults instantiates a new InlineResponse200 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 (*InlineResponse200) GetData ¶

func (o *InlineResponse200) GetData() []Incident

GetData returns the Data field value if set, zero value otherwise.

func (*InlineResponse200) GetDataOk ¶

func (o *InlineResponse200) GetDataOk() (*[]Incident, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InlineResponse200) GetTotal ¶

func (o *InlineResponse200) GetTotal() int32

GetTotal returns the Total field value if set, zero value otherwise.

func (*InlineResponse200) GetTotalOk ¶

func (o *InlineResponse200) GetTotalOk() (*int32, bool)

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InlineResponse200) HasData ¶

func (o *InlineResponse200) HasData() bool

HasData returns a boolean if a field has been set.

func (*InlineResponse200) HasTotal ¶

func (o *InlineResponse200) HasTotal() bool

HasTotal returns a boolean if a field has been set.

func (InlineResponse200) MarshalJSON ¶

func (o InlineResponse200) MarshalJSON() ([]byte, error)

func (*InlineResponse200) SetData ¶

func (o *InlineResponse200) SetData(v []Incident)

SetData gets a reference to the given []Incident and assigns it to the Data field.

func (*InlineResponse200) SetTotal ¶

func (o *InlineResponse200) SetTotal(v int32)

SetTotal gets a reference to the given int32 and assigns it to the Total field.

type InsightCache ¶

type InsightCache struct {
	Highlight      *map[string][]string  `json:"highlight,omitempty"`
	Id             *string               `json:"id,omitempty"`
	Modified       *time.Time            `json:"modified,omitempty"`
	NumericId      *int64                `json:"numericId,omitempty"`
	PrimaryTerm    *int64                `json:"primaryTerm,omitempty"`
	Scores         *map[string]DBotScore `json:"scores,omitempty"`
	SequenceNumber *int64                `json:"sequenceNumber,omitempty"`
	SortValues     *[]string             `json:"sortValues,omitempty"`
	Version        *int64                `json:"version,omitempty"`
}

InsightCache InsightCache - map insight name to all its metadata, name will be case insensitive

func NewInsightCache ¶

func NewInsightCache() *InsightCache

NewInsightCache instantiates a new InsightCache 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 NewInsightCacheWithDefaults ¶

func NewInsightCacheWithDefaults() *InsightCache

NewInsightCacheWithDefaults instantiates a new InsightCache 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 (*InsightCache) GetHighlight ¶

func (o *InsightCache) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*InsightCache) GetHighlightOk ¶

func (o *InsightCache) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InsightCache) GetId ¶

func (o *InsightCache) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*InsightCache) GetIdOk ¶

func (o *InsightCache) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InsightCache) GetModified ¶

func (o *InsightCache) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*InsightCache) GetModifiedOk ¶

func (o *InsightCache) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InsightCache) GetNumericId ¶

func (o *InsightCache) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*InsightCache) GetNumericIdOk ¶

func (o *InsightCache) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InsightCache) GetPrimaryTerm ¶

func (o *InsightCache) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*InsightCache) GetPrimaryTermOk ¶

func (o *InsightCache) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InsightCache) GetScores ¶

func (o *InsightCache) GetScores() map[string]DBotScore

GetScores returns the Scores field value if set, zero value otherwise.

func (*InsightCache) GetScoresOk ¶

func (o *InsightCache) GetScoresOk() (*map[string]DBotScore, bool)

GetScoresOk returns a tuple with the Scores field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InsightCache) GetSequenceNumber ¶

func (o *InsightCache) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*InsightCache) GetSequenceNumberOk ¶

func (o *InsightCache) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InsightCache) GetSortValues ¶

func (o *InsightCache) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*InsightCache) GetSortValuesOk ¶

func (o *InsightCache) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InsightCache) GetVersion ¶

func (o *InsightCache) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*InsightCache) GetVersionOk ¶

func (o *InsightCache) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InsightCache) HasHighlight ¶

func (o *InsightCache) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*InsightCache) HasId ¶

func (o *InsightCache) HasId() bool

HasId returns a boolean if a field has been set.

func (*InsightCache) HasModified ¶

func (o *InsightCache) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*InsightCache) HasNumericId ¶

func (o *InsightCache) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*InsightCache) HasPrimaryTerm ¶

func (o *InsightCache) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*InsightCache) HasScores ¶

func (o *InsightCache) HasScores() bool

HasScores returns a boolean if a field has been set.

func (*InsightCache) HasSequenceNumber ¶

func (o *InsightCache) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*InsightCache) HasSortValues ¶

func (o *InsightCache) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*InsightCache) HasVersion ¶

func (o *InsightCache) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (InsightCache) MarshalJSON ¶

func (o InsightCache) MarshalJSON() ([]byte, error)

func (*InsightCache) SetHighlight ¶

func (o *InsightCache) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*InsightCache) SetId ¶

func (o *InsightCache) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*InsightCache) SetModified ¶

func (o *InsightCache) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*InsightCache) SetNumericId ¶

func (o *InsightCache) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*InsightCache) SetPrimaryTerm ¶

func (o *InsightCache) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*InsightCache) SetScores ¶

func (o *InsightCache) SetScores(v map[string]DBotScore)

SetScores gets a reference to the given map[string]DBotScore and assigns it to the Scores field.

func (*InsightCache) SetSequenceNumber ¶

func (o *InsightCache) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*InsightCache) SetSortValues ¶

func (o *InsightCache) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*InsightCache) SetVersion ¶

func (o *InsightCache) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

type InstanceClassifier ¶

type InstanceClassifier struct {
	Brands              *[]string            `json:"brands,omitempty"`
	CommitMessage       *string              `json:"commitMessage,omitempty"`
	DefaultIncidentType *string              `json:"defaultIncidentType,omitempty"`
	Description         *string              `json:"description,omitempty"`
	Feed                *bool                `json:"feed,omitempty"`
	FromServerVersion   *string              `json:"fromServerVersion,omitempty"`
	Highlight           *map[string][]string `json:"highlight,omitempty"`
	Id                  *string              `json:"id,omitempty"`
	// Incidents is a list of incident entities
	IncidentSamples       *[]map[string]interface{} `json:"incidentSamples,omitempty"`
	IndicatorSamples      *[]FeedIndicator          `json:"indicatorSamples,omitempty"`
	InstanceIds           *[]string                 `json:"instanceIds,omitempty"`
	ItemVersion           *string                   `json:"itemVersion,omitempty"`
	KeyTypeMap            *map[string]interface{}   `json:"keyTypeMap,omitempty"`
	Locked                *bool                     `json:"locked,omitempty"`
	LogicalVersion        *int64                    `json:"logicalVersion,omitempty"`
	Mapping               *map[string]interface{}   `json:"mapping,omitempty"`
	Modified              *time.Time                `json:"modified,omitempty"`
	Name                  *string                   `json:"name,omitempty"`
	NameRaw               *string                   `json:"nameRaw,omitempty"`
	NumericId             *int64                    `json:"numericId,omitempty"`
	PackID                *string                   `json:"packID,omitempty"`
	PackPropagationLabels *[]string                 `json:"packPropagationLabels,omitempty"`
	PrevName              *string                   `json:"prevName,omitempty"`
	PrimaryTerm           *int64                    `json:"primaryTerm,omitempty"`
	PropagationLabels     *[]string                 `json:"propagationLabels,omitempty"`
	SequenceNumber        *int64                    `json:"sequenceNumber,omitempty"`
	ShouldCommit          *bool                     `json:"shouldCommit,omitempty"`
	SortValues            *[]string                 `json:"sortValues,omitempty"`
	SourceClassifierId    *string                   `json:"sourceClassifierId,omitempty"`
	System                *bool                     `json:"system,omitempty"`
	ToServerVersion       *string                   `json:"toServerVersion,omitempty"`
	Transformer           *map[string]interface{}   `json:"transformer,omitempty"`
	// MapperType for instance classifier
	Type                              *string                      `json:"type,omitempty"`
	UnclassifiedCases                 *map[string]map[string]int64 `json:"unclassifiedCases,omitempty"`
	VcShouldIgnore                    *bool                        `json:"vcShouldIgnore,omitempty"`
	VcShouldKeepItemLegacyProdMachine *bool                        `json:"vcShouldKeepItemLegacyProdMachine,omitempty"`
	Version                           *int64                       `json:"version,omitempty"`
}

InstanceClassifier InstanceClassifier - classifies an incident from a specific brand

func NewInstanceClassifier ¶

func NewInstanceClassifier() *InstanceClassifier

NewInstanceClassifier instantiates a new InstanceClassifier 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 NewInstanceClassifierWithDefaults ¶

func NewInstanceClassifierWithDefaults() *InstanceClassifier

NewInstanceClassifierWithDefaults instantiates a new InstanceClassifier 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 (*InstanceClassifier) GetBrands ¶

func (o *InstanceClassifier) GetBrands() []string

GetBrands returns the Brands field value if set, zero value otherwise.

func (*InstanceClassifier) GetBrandsOk ¶

func (o *InstanceClassifier) GetBrandsOk() (*[]string, bool)

GetBrandsOk returns a tuple with the Brands field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetCommitMessage ¶

func (o *InstanceClassifier) GetCommitMessage() string

GetCommitMessage returns the CommitMessage field value if set, zero value otherwise.

func (*InstanceClassifier) GetCommitMessageOk ¶

func (o *InstanceClassifier) GetCommitMessageOk() (*string, bool)

GetCommitMessageOk returns a tuple with the CommitMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetDefaultIncidentType ¶

func (o *InstanceClassifier) GetDefaultIncidentType() string

GetDefaultIncidentType returns the DefaultIncidentType field value if set, zero value otherwise.

func (*InstanceClassifier) GetDefaultIncidentTypeOk ¶

func (o *InstanceClassifier) GetDefaultIncidentTypeOk() (*string, bool)

GetDefaultIncidentTypeOk returns a tuple with the DefaultIncidentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetDescription ¶

func (o *InstanceClassifier) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*InstanceClassifier) GetDescriptionOk ¶

func (o *InstanceClassifier) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetFeed ¶

func (o *InstanceClassifier) GetFeed() bool

GetFeed returns the Feed field value if set, zero value otherwise.

func (*InstanceClassifier) GetFeedOk ¶

func (o *InstanceClassifier) GetFeedOk() (*bool, bool)

GetFeedOk returns a tuple with the Feed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetFromServerVersion ¶

func (o *InstanceClassifier) GetFromServerVersion() string

GetFromServerVersion returns the FromServerVersion field value if set, zero value otherwise.

func (*InstanceClassifier) GetFromServerVersionOk ¶

func (o *InstanceClassifier) GetFromServerVersionOk() (*string, bool)

GetFromServerVersionOk returns a tuple with the FromServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetHighlight ¶

func (o *InstanceClassifier) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*InstanceClassifier) GetHighlightOk ¶

func (o *InstanceClassifier) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetId ¶

func (o *InstanceClassifier) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*InstanceClassifier) GetIdOk ¶

func (o *InstanceClassifier) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetIncidentSamples ¶

func (o *InstanceClassifier) GetIncidentSamples() []map[string]interface{}

GetIncidentSamples returns the IncidentSamples field value if set, zero value otherwise.

func (*InstanceClassifier) GetIncidentSamplesOk ¶

func (o *InstanceClassifier) GetIncidentSamplesOk() (*[]map[string]interface{}, bool)

GetIncidentSamplesOk returns a tuple with the IncidentSamples field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetIndicatorSamples ¶

func (o *InstanceClassifier) GetIndicatorSamples() []FeedIndicator

GetIndicatorSamples returns the IndicatorSamples field value if set, zero value otherwise.

func (*InstanceClassifier) GetIndicatorSamplesOk ¶

func (o *InstanceClassifier) GetIndicatorSamplesOk() (*[]FeedIndicator, bool)

GetIndicatorSamplesOk returns a tuple with the IndicatorSamples field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetInstanceIds ¶

func (o *InstanceClassifier) GetInstanceIds() []string

GetInstanceIds returns the InstanceIds field value if set, zero value otherwise.

func (*InstanceClassifier) GetInstanceIdsOk ¶

func (o *InstanceClassifier) GetInstanceIdsOk() (*[]string, bool)

GetInstanceIdsOk returns a tuple with the InstanceIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetItemVersion ¶

func (o *InstanceClassifier) GetItemVersion() string

GetItemVersion returns the ItemVersion field value if set, zero value otherwise.

func (*InstanceClassifier) GetItemVersionOk ¶

func (o *InstanceClassifier) GetItemVersionOk() (*string, bool)

GetItemVersionOk returns a tuple with the ItemVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetKeyTypeMap ¶

func (o *InstanceClassifier) GetKeyTypeMap() map[string]interface{}

GetKeyTypeMap returns the KeyTypeMap field value if set, zero value otherwise.

func (*InstanceClassifier) GetKeyTypeMapOk ¶

func (o *InstanceClassifier) GetKeyTypeMapOk() (*map[string]interface{}, bool)

GetKeyTypeMapOk returns a tuple with the KeyTypeMap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetLocked ¶

func (o *InstanceClassifier) GetLocked() bool

GetLocked returns the Locked field value if set, zero value otherwise.

func (*InstanceClassifier) GetLockedOk ¶

func (o *InstanceClassifier) GetLockedOk() (*bool, bool)

GetLockedOk returns a tuple with the Locked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetLogicalVersion ¶

func (o *InstanceClassifier) GetLogicalVersion() int64

GetLogicalVersion returns the LogicalVersion field value if set, zero value otherwise.

func (*InstanceClassifier) GetLogicalVersionOk ¶

func (o *InstanceClassifier) GetLogicalVersionOk() (*int64, bool)

GetLogicalVersionOk returns a tuple with the LogicalVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetMapping ¶

func (o *InstanceClassifier) GetMapping() map[string]interface{}

GetMapping returns the Mapping field value if set, zero value otherwise.

func (*InstanceClassifier) GetMappingOk ¶

func (o *InstanceClassifier) GetMappingOk() (*map[string]interface{}, bool)

GetMappingOk returns a tuple with the Mapping field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetModified ¶

func (o *InstanceClassifier) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*InstanceClassifier) GetModifiedOk ¶

func (o *InstanceClassifier) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetName ¶

func (o *InstanceClassifier) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*InstanceClassifier) GetNameOk ¶

func (o *InstanceClassifier) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetNameRaw ¶

func (o *InstanceClassifier) GetNameRaw() string

GetNameRaw returns the NameRaw field value if set, zero value otherwise.

func (*InstanceClassifier) GetNameRawOk ¶

func (o *InstanceClassifier) GetNameRawOk() (*string, bool)

GetNameRawOk returns a tuple with the NameRaw field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetNumericId ¶

func (o *InstanceClassifier) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*InstanceClassifier) GetNumericIdOk ¶

func (o *InstanceClassifier) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetPackID ¶

func (o *InstanceClassifier) GetPackID() string

GetPackID returns the PackID field value if set, zero value otherwise.

func (*InstanceClassifier) GetPackIDOk ¶

func (o *InstanceClassifier) GetPackIDOk() (*string, bool)

GetPackIDOk returns a tuple with the PackID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetPackPropagationLabels ¶

func (o *InstanceClassifier) GetPackPropagationLabels() []string

GetPackPropagationLabels returns the PackPropagationLabels field value if set, zero value otherwise.

func (*InstanceClassifier) GetPackPropagationLabelsOk ¶

func (o *InstanceClassifier) GetPackPropagationLabelsOk() (*[]string, bool)

GetPackPropagationLabelsOk returns a tuple with the PackPropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetPrevName ¶

func (o *InstanceClassifier) GetPrevName() string

GetPrevName returns the PrevName field value if set, zero value otherwise.

func (*InstanceClassifier) GetPrevNameOk ¶

func (o *InstanceClassifier) GetPrevNameOk() (*string, bool)

GetPrevNameOk returns a tuple with the PrevName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetPrimaryTerm ¶

func (o *InstanceClassifier) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*InstanceClassifier) GetPrimaryTermOk ¶

func (o *InstanceClassifier) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetPropagationLabels ¶

func (o *InstanceClassifier) GetPropagationLabels() []string

GetPropagationLabels returns the PropagationLabels field value if set, zero value otherwise.

func (*InstanceClassifier) GetPropagationLabelsOk ¶

func (o *InstanceClassifier) GetPropagationLabelsOk() (*[]string, bool)

GetPropagationLabelsOk returns a tuple with the PropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetSequenceNumber ¶

func (o *InstanceClassifier) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*InstanceClassifier) GetSequenceNumberOk ¶

func (o *InstanceClassifier) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetShouldCommit ¶

func (o *InstanceClassifier) GetShouldCommit() bool

GetShouldCommit returns the ShouldCommit field value if set, zero value otherwise.

func (*InstanceClassifier) GetShouldCommitOk ¶

func (o *InstanceClassifier) GetShouldCommitOk() (*bool, bool)

GetShouldCommitOk returns a tuple with the ShouldCommit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetSortValues ¶

func (o *InstanceClassifier) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*InstanceClassifier) GetSortValuesOk ¶

func (o *InstanceClassifier) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetSourceClassifierId ¶

func (o *InstanceClassifier) GetSourceClassifierId() string

GetSourceClassifierId returns the SourceClassifierId field value if set, zero value otherwise.

func (*InstanceClassifier) GetSourceClassifierIdOk ¶

func (o *InstanceClassifier) GetSourceClassifierIdOk() (*string, bool)

GetSourceClassifierIdOk returns a tuple with the SourceClassifierId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetSystem ¶

func (o *InstanceClassifier) GetSystem() bool

GetSystem returns the System field value if set, zero value otherwise.

func (*InstanceClassifier) GetSystemOk ¶

func (o *InstanceClassifier) GetSystemOk() (*bool, bool)

GetSystemOk returns a tuple with the System field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetToServerVersion ¶

func (o *InstanceClassifier) GetToServerVersion() string

GetToServerVersion returns the ToServerVersion field value if set, zero value otherwise.

func (*InstanceClassifier) GetToServerVersionOk ¶

func (o *InstanceClassifier) GetToServerVersionOk() (*string, bool)

GetToServerVersionOk returns a tuple with the ToServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetTransformer ¶

func (o *InstanceClassifier) GetTransformer() map[string]interface{}

GetTransformer returns the Transformer field value if set, zero value otherwise.

func (*InstanceClassifier) GetTransformerOk ¶

func (o *InstanceClassifier) GetTransformerOk() (*map[string]interface{}, bool)

GetTransformerOk returns a tuple with the Transformer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetType ¶

func (o *InstanceClassifier) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*InstanceClassifier) GetTypeOk ¶

func (o *InstanceClassifier) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetUnclassifiedCases ¶

func (o *InstanceClassifier) GetUnclassifiedCases() map[string]map[string]int64

GetUnclassifiedCases returns the UnclassifiedCases field value if set, zero value otherwise.

func (*InstanceClassifier) GetUnclassifiedCasesOk ¶

func (o *InstanceClassifier) GetUnclassifiedCasesOk() (*map[string]map[string]int64, bool)

GetUnclassifiedCasesOk returns a tuple with the UnclassifiedCases field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetVcShouldIgnore ¶

func (o *InstanceClassifier) GetVcShouldIgnore() bool

GetVcShouldIgnore returns the VcShouldIgnore field value if set, zero value otherwise.

func (*InstanceClassifier) GetVcShouldIgnoreOk ¶

func (o *InstanceClassifier) GetVcShouldIgnoreOk() (*bool, bool)

GetVcShouldIgnoreOk returns a tuple with the VcShouldIgnore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetVcShouldKeepItemLegacyProdMachine ¶

func (o *InstanceClassifier) GetVcShouldKeepItemLegacyProdMachine() bool

GetVcShouldKeepItemLegacyProdMachine returns the VcShouldKeepItemLegacyProdMachine field value if set, zero value otherwise.

func (*InstanceClassifier) GetVcShouldKeepItemLegacyProdMachineOk ¶

func (o *InstanceClassifier) GetVcShouldKeepItemLegacyProdMachineOk() (*bool, bool)

GetVcShouldKeepItemLegacyProdMachineOk returns a tuple with the VcShouldKeepItemLegacyProdMachine field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) GetVersion ¶

func (o *InstanceClassifier) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*InstanceClassifier) GetVersionOk ¶

func (o *InstanceClassifier) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifier) HasBrands ¶

func (o *InstanceClassifier) HasBrands() bool

HasBrands returns a boolean if a field has been set.

func (*InstanceClassifier) HasCommitMessage ¶

func (o *InstanceClassifier) HasCommitMessage() bool

HasCommitMessage returns a boolean if a field has been set.

func (*InstanceClassifier) HasDefaultIncidentType ¶

func (o *InstanceClassifier) HasDefaultIncidentType() bool

HasDefaultIncidentType returns a boolean if a field has been set.

func (*InstanceClassifier) HasDescription ¶

func (o *InstanceClassifier) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*InstanceClassifier) HasFeed ¶

func (o *InstanceClassifier) HasFeed() bool

HasFeed returns a boolean if a field has been set.

func (*InstanceClassifier) HasFromServerVersion ¶

func (o *InstanceClassifier) HasFromServerVersion() bool

HasFromServerVersion returns a boolean if a field has been set.

func (*InstanceClassifier) HasHighlight ¶

func (o *InstanceClassifier) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*InstanceClassifier) HasId ¶

func (o *InstanceClassifier) HasId() bool

HasId returns a boolean if a field has been set.

func (*InstanceClassifier) HasIncidentSamples ¶

func (o *InstanceClassifier) HasIncidentSamples() bool

HasIncidentSamples returns a boolean if a field has been set.

func (*InstanceClassifier) HasIndicatorSamples ¶

func (o *InstanceClassifier) HasIndicatorSamples() bool

HasIndicatorSamples returns a boolean if a field has been set.

func (*InstanceClassifier) HasInstanceIds ¶

func (o *InstanceClassifier) HasInstanceIds() bool

HasInstanceIds returns a boolean if a field has been set.

func (*InstanceClassifier) HasItemVersion ¶

func (o *InstanceClassifier) HasItemVersion() bool

HasItemVersion returns a boolean if a field has been set.

func (*InstanceClassifier) HasKeyTypeMap ¶

func (o *InstanceClassifier) HasKeyTypeMap() bool

HasKeyTypeMap returns a boolean if a field has been set.

func (*InstanceClassifier) HasLocked ¶

func (o *InstanceClassifier) HasLocked() bool

HasLocked returns a boolean if a field has been set.

func (*InstanceClassifier) HasLogicalVersion ¶

func (o *InstanceClassifier) HasLogicalVersion() bool

HasLogicalVersion returns a boolean if a field has been set.

func (*InstanceClassifier) HasMapping ¶

func (o *InstanceClassifier) HasMapping() bool

HasMapping returns a boolean if a field has been set.

func (*InstanceClassifier) HasModified ¶

func (o *InstanceClassifier) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*InstanceClassifier) HasName ¶

func (o *InstanceClassifier) HasName() bool

HasName returns a boolean if a field has been set.

func (*InstanceClassifier) HasNameRaw ¶

func (o *InstanceClassifier) HasNameRaw() bool

HasNameRaw returns a boolean if a field has been set.

func (*InstanceClassifier) HasNumericId ¶

func (o *InstanceClassifier) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*InstanceClassifier) HasPackID ¶

func (o *InstanceClassifier) HasPackID() bool

HasPackID returns a boolean if a field has been set.

func (*InstanceClassifier) HasPackPropagationLabels ¶

func (o *InstanceClassifier) HasPackPropagationLabels() bool

HasPackPropagationLabels returns a boolean if a field has been set.

func (*InstanceClassifier) HasPrevName ¶

func (o *InstanceClassifier) HasPrevName() bool

HasPrevName returns a boolean if a field has been set.

func (*InstanceClassifier) HasPrimaryTerm ¶

func (o *InstanceClassifier) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*InstanceClassifier) HasPropagationLabels ¶

func (o *InstanceClassifier) HasPropagationLabels() bool

HasPropagationLabels returns a boolean if a field has been set.

func (*InstanceClassifier) HasSequenceNumber ¶

func (o *InstanceClassifier) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*InstanceClassifier) HasShouldCommit ¶

func (o *InstanceClassifier) HasShouldCommit() bool

HasShouldCommit returns a boolean if a field has been set.

func (*InstanceClassifier) HasSortValues ¶

func (o *InstanceClassifier) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*InstanceClassifier) HasSourceClassifierId ¶

func (o *InstanceClassifier) HasSourceClassifierId() bool

HasSourceClassifierId returns a boolean if a field has been set.

func (*InstanceClassifier) HasSystem ¶

func (o *InstanceClassifier) HasSystem() bool

HasSystem returns a boolean if a field has been set.

func (*InstanceClassifier) HasToServerVersion ¶

func (o *InstanceClassifier) HasToServerVersion() bool

HasToServerVersion returns a boolean if a field has been set.

func (*InstanceClassifier) HasTransformer ¶

func (o *InstanceClassifier) HasTransformer() bool

HasTransformer returns a boolean if a field has been set.

func (*InstanceClassifier) HasType ¶

func (o *InstanceClassifier) HasType() bool

HasType returns a boolean if a field has been set.

func (*InstanceClassifier) HasUnclassifiedCases ¶

func (o *InstanceClassifier) HasUnclassifiedCases() bool

HasUnclassifiedCases returns a boolean if a field has been set.

func (*InstanceClassifier) HasVcShouldIgnore ¶

func (o *InstanceClassifier) HasVcShouldIgnore() bool

HasVcShouldIgnore returns a boolean if a field has been set.

func (*InstanceClassifier) HasVcShouldKeepItemLegacyProdMachine ¶

func (o *InstanceClassifier) HasVcShouldKeepItemLegacyProdMachine() bool

HasVcShouldKeepItemLegacyProdMachine returns a boolean if a field has been set.

func (*InstanceClassifier) HasVersion ¶

func (o *InstanceClassifier) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (InstanceClassifier) MarshalJSON ¶

func (o InstanceClassifier) MarshalJSON() ([]byte, error)

func (*InstanceClassifier) SetBrands ¶

func (o *InstanceClassifier) SetBrands(v []string)

SetBrands gets a reference to the given []string and assigns it to the Brands field.

func (*InstanceClassifier) SetCommitMessage ¶

func (o *InstanceClassifier) SetCommitMessage(v string)

SetCommitMessage gets a reference to the given string and assigns it to the CommitMessage field.

func (*InstanceClassifier) SetDefaultIncidentType ¶

func (o *InstanceClassifier) SetDefaultIncidentType(v string)

SetDefaultIncidentType gets a reference to the given string and assigns it to the DefaultIncidentType field.

func (*InstanceClassifier) SetDescription ¶

func (o *InstanceClassifier) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*InstanceClassifier) SetFeed ¶

func (o *InstanceClassifier) SetFeed(v bool)

SetFeed gets a reference to the given bool and assigns it to the Feed field.

func (*InstanceClassifier) SetFromServerVersion ¶

func (o *InstanceClassifier) SetFromServerVersion(v string)

SetFromServerVersion gets a reference to the given string and assigns it to the FromServerVersion field.

func (*InstanceClassifier) SetHighlight ¶

func (o *InstanceClassifier) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*InstanceClassifier) SetId ¶

func (o *InstanceClassifier) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*InstanceClassifier) SetIncidentSamples ¶

func (o *InstanceClassifier) SetIncidentSamples(v []map[string]interface{})

SetIncidentSamples gets a reference to the given []map[string]interface{} and assigns it to the IncidentSamples field.

func (*InstanceClassifier) SetIndicatorSamples ¶

func (o *InstanceClassifier) SetIndicatorSamples(v []FeedIndicator)

SetIndicatorSamples gets a reference to the given []FeedIndicator and assigns it to the IndicatorSamples field.

func (*InstanceClassifier) SetInstanceIds ¶

func (o *InstanceClassifier) SetInstanceIds(v []string)

SetInstanceIds gets a reference to the given []string and assigns it to the InstanceIds field.

func (*InstanceClassifier) SetItemVersion ¶

func (o *InstanceClassifier) SetItemVersion(v string)

SetItemVersion gets a reference to the given string and assigns it to the ItemVersion field.

func (*InstanceClassifier) SetKeyTypeMap ¶

func (o *InstanceClassifier) SetKeyTypeMap(v map[string]interface{})

SetKeyTypeMap gets a reference to the given map[string]interface{} and assigns it to the KeyTypeMap field.

func (*InstanceClassifier) SetLocked ¶

func (o *InstanceClassifier) SetLocked(v bool)

SetLocked gets a reference to the given bool and assigns it to the Locked field.

func (*InstanceClassifier) SetLogicalVersion ¶

func (o *InstanceClassifier) SetLogicalVersion(v int64)

SetLogicalVersion gets a reference to the given int64 and assigns it to the LogicalVersion field.

func (*InstanceClassifier) SetMapping ¶

func (o *InstanceClassifier) SetMapping(v map[string]interface{})

SetMapping gets a reference to the given map[string]interface{} and assigns it to the Mapping field.

func (*InstanceClassifier) SetModified ¶

func (o *InstanceClassifier) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*InstanceClassifier) SetName ¶

func (o *InstanceClassifier) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*InstanceClassifier) SetNameRaw ¶

func (o *InstanceClassifier) SetNameRaw(v string)

SetNameRaw gets a reference to the given string and assigns it to the NameRaw field.

func (*InstanceClassifier) SetNumericId ¶

func (o *InstanceClassifier) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*InstanceClassifier) SetPackID ¶

func (o *InstanceClassifier) SetPackID(v string)

SetPackID gets a reference to the given string and assigns it to the PackID field.

func (*InstanceClassifier) SetPackPropagationLabels ¶

func (o *InstanceClassifier) SetPackPropagationLabels(v []string)

SetPackPropagationLabels gets a reference to the given []string and assigns it to the PackPropagationLabels field.

func (*InstanceClassifier) SetPrevName ¶

func (o *InstanceClassifier) SetPrevName(v string)

SetPrevName gets a reference to the given string and assigns it to the PrevName field.

func (*InstanceClassifier) SetPrimaryTerm ¶

func (o *InstanceClassifier) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*InstanceClassifier) SetPropagationLabels ¶

func (o *InstanceClassifier) SetPropagationLabels(v []string)

SetPropagationLabels gets a reference to the given []string and assigns it to the PropagationLabels field.

func (*InstanceClassifier) SetSequenceNumber ¶

func (o *InstanceClassifier) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*InstanceClassifier) SetShouldCommit ¶

func (o *InstanceClassifier) SetShouldCommit(v bool)

SetShouldCommit gets a reference to the given bool and assigns it to the ShouldCommit field.

func (*InstanceClassifier) SetSortValues ¶

func (o *InstanceClassifier) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*InstanceClassifier) SetSourceClassifierId ¶

func (o *InstanceClassifier) SetSourceClassifierId(v string)

SetSourceClassifierId gets a reference to the given string and assigns it to the SourceClassifierId field.

func (*InstanceClassifier) SetSystem ¶

func (o *InstanceClassifier) SetSystem(v bool)

SetSystem gets a reference to the given bool and assigns it to the System field.

func (*InstanceClassifier) SetToServerVersion ¶

func (o *InstanceClassifier) SetToServerVersion(v string)

SetToServerVersion gets a reference to the given string and assigns it to the ToServerVersion field.

func (*InstanceClassifier) SetTransformer ¶

func (o *InstanceClassifier) SetTransformer(v map[string]interface{})

SetTransformer gets a reference to the given map[string]interface{} and assigns it to the Transformer field.

func (*InstanceClassifier) SetType ¶

func (o *InstanceClassifier) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*InstanceClassifier) SetUnclassifiedCases ¶

func (o *InstanceClassifier) SetUnclassifiedCases(v map[string]map[string]int64)

SetUnclassifiedCases gets a reference to the given map[string]map[string]int64 and assigns it to the UnclassifiedCases field.

func (*InstanceClassifier) SetVcShouldIgnore ¶

func (o *InstanceClassifier) SetVcShouldIgnore(v bool)

SetVcShouldIgnore gets a reference to the given bool and assigns it to the VcShouldIgnore field.

func (*InstanceClassifier) SetVcShouldKeepItemLegacyProdMachine ¶

func (o *InstanceClassifier) SetVcShouldKeepItemLegacyProdMachine(v bool)

SetVcShouldKeepItemLegacyProdMachine gets a reference to the given bool and assigns it to the VcShouldKeepItemLegacyProdMachine field.

func (*InstanceClassifier) SetVersion ¶

func (o *InstanceClassifier) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

type InstanceClassifiers ¶ added in v0.2.4

type InstanceClassifiers struct {
	Classifiers *[]InstanceClassifier `json:"classifiers,omitempty"`
}

InstanceClassifiers An array of classifiers

func NewInstanceClassifiers ¶ added in v0.2.4

func NewInstanceClassifiers() *InstanceClassifiers

NewInstanceClassifiers instantiates a new InstanceClassifiers 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 NewInstanceClassifiersWithDefaults ¶ added in v0.2.4

func NewInstanceClassifiersWithDefaults() *InstanceClassifiers

NewInstanceClassifiersWithDefaults instantiates a new InstanceClassifiers 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 (*InstanceClassifiers) GetClassifiers ¶ added in v0.2.4

func (o *InstanceClassifiers) GetClassifiers() []InstanceClassifier

GetClassifiers returns the Classifiers field value if set, zero value otherwise.

func (*InstanceClassifiers) GetClassifiersOk ¶ added in v0.2.4

func (o *InstanceClassifiers) GetClassifiersOk() (*[]InstanceClassifier, bool)

GetClassifiersOk returns a tuple with the Classifiers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstanceClassifiers) HasClassifiers ¶ added in v0.2.4

func (o *InstanceClassifiers) HasClassifiers() bool

HasClassifiers returns a boolean if a field has been set.

func (InstanceClassifiers) MarshalJSON ¶ added in v0.2.4

func (o InstanceClassifiers) MarshalJSON() ([]byte, error)

func (*InstanceClassifiers) SetClassifiers ¶ added in v0.2.4

func (o *InstanceClassifiers) SetClassifiers(v []InstanceClassifier)

SetClassifiers gets a reference to the given []InstanceClassifier and assigns it to the Classifiers field.

type IntegrationScript ¶

type IntegrationScript struct {
	Commands               *[]Command `json:"commands,omitempty"`
	DockerImage            *string    `json:"dockerImage,omitempty"`
	Feed                   *bool      `json:"feed,omitempty"`
	IsFetch                *bool      `json:"isFetch,omitempty"`
	IsFetchCredentials     *bool      `json:"isFetchCredentials,omitempty"`
	IsFetchSamples         *bool      `json:"isFetchSamples,omitempty"`
	IsMappable             *bool      `json:"isMappable,omitempty"`
	IsRemoteSyncIn         *bool      `json:"isRemoteSyncIn,omitempty"`
	IsRemoteSyncOut        *bool      `json:"isRemoteSyncOut,omitempty"`
	LongRunning            *bool      `json:"longRunning,omitempty"`
	LongRunningPortMapping *bool      `json:"longRunningPortMapping,omitempty"`
	ResetContext           *bool      `json:"resetContext,omitempty"`
	RunOnce                *bool      `json:"runOnce,omitempty"`
	Script                 *string    `json:"script,omitempty"`
	// ScriptSubType holds the script type version
	Subtype *string `json:"subtype,omitempty"`
	// ScriptType holds the type of a script
	Type *string `json:"type,omitempty"`
}

IntegrationScript struct for IntegrationScript

func NewIntegrationScript ¶

func NewIntegrationScript() *IntegrationScript

NewIntegrationScript instantiates a new IntegrationScript 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 NewIntegrationScriptWithDefaults ¶

func NewIntegrationScriptWithDefaults() *IntegrationScript

NewIntegrationScriptWithDefaults instantiates a new IntegrationScript 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 (*IntegrationScript) GetCommands ¶

func (o *IntegrationScript) GetCommands() []Command

GetCommands returns the Commands field value if set, zero value otherwise.

func (*IntegrationScript) GetCommandsOk ¶

func (o *IntegrationScript) GetCommandsOk() (*[]Command, bool)

GetCommandsOk returns a tuple with the Commands field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationScript) GetDockerImage ¶

func (o *IntegrationScript) GetDockerImage() string

GetDockerImage returns the DockerImage field value if set, zero value otherwise.

func (*IntegrationScript) GetDockerImageOk ¶

func (o *IntegrationScript) GetDockerImageOk() (*string, bool)

GetDockerImageOk returns a tuple with the DockerImage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationScript) GetFeed ¶

func (o *IntegrationScript) GetFeed() bool

GetFeed returns the Feed field value if set, zero value otherwise.

func (*IntegrationScript) GetFeedOk ¶

func (o *IntegrationScript) GetFeedOk() (*bool, bool)

GetFeedOk returns a tuple with the Feed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationScript) GetIsFetch ¶

func (o *IntegrationScript) GetIsFetch() bool

GetIsFetch returns the IsFetch field value if set, zero value otherwise.

func (*IntegrationScript) GetIsFetchCredentials ¶

func (o *IntegrationScript) GetIsFetchCredentials() bool

GetIsFetchCredentials returns the IsFetchCredentials field value if set, zero value otherwise.

func (*IntegrationScript) GetIsFetchCredentialsOk ¶

func (o *IntegrationScript) GetIsFetchCredentialsOk() (*bool, bool)

GetIsFetchCredentialsOk returns a tuple with the IsFetchCredentials field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationScript) GetIsFetchOk ¶

func (o *IntegrationScript) GetIsFetchOk() (*bool, bool)

GetIsFetchOk returns a tuple with the IsFetch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationScript) GetIsFetchSamples ¶

func (o *IntegrationScript) GetIsFetchSamples() bool

GetIsFetchSamples returns the IsFetchSamples field value if set, zero value otherwise.

func (*IntegrationScript) GetIsFetchSamplesOk ¶

func (o *IntegrationScript) GetIsFetchSamplesOk() (*bool, bool)

GetIsFetchSamplesOk returns a tuple with the IsFetchSamples field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationScript) GetIsMappable ¶

func (o *IntegrationScript) GetIsMappable() bool

GetIsMappable returns the IsMappable field value if set, zero value otherwise.

func (*IntegrationScript) GetIsMappableOk ¶

func (o *IntegrationScript) GetIsMappableOk() (*bool, bool)

GetIsMappableOk returns a tuple with the IsMappable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationScript) GetIsRemoteSyncIn ¶

func (o *IntegrationScript) GetIsRemoteSyncIn() bool

GetIsRemoteSyncIn returns the IsRemoteSyncIn field value if set, zero value otherwise.

func (*IntegrationScript) GetIsRemoteSyncInOk ¶

func (o *IntegrationScript) GetIsRemoteSyncInOk() (*bool, bool)

GetIsRemoteSyncInOk returns a tuple with the IsRemoteSyncIn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationScript) GetIsRemoteSyncOut ¶

func (o *IntegrationScript) GetIsRemoteSyncOut() bool

GetIsRemoteSyncOut returns the IsRemoteSyncOut field value if set, zero value otherwise.

func (*IntegrationScript) GetIsRemoteSyncOutOk ¶

func (o *IntegrationScript) GetIsRemoteSyncOutOk() (*bool, bool)

GetIsRemoteSyncOutOk returns a tuple with the IsRemoteSyncOut field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationScript) GetLongRunning ¶

func (o *IntegrationScript) GetLongRunning() bool

GetLongRunning returns the LongRunning field value if set, zero value otherwise.

func (*IntegrationScript) GetLongRunningOk ¶

func (o *IntegrationScript) GetLongRunningOk() (*bool, bool)

GetLongRunningOk returns a tuple with the LongRunning field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationScript) GetLongRunningPortMapping ¶

func (o *IntegrationScript) GetLongRunningPortMapping() bool

GetLongRunningPortMapping returns the LongRunningPortMapping field value if set, zero value otherwise.

func (*IntegrationScript) GetLongRunningPortMappingOk ¶

func (o *IntegrationScript) GetLongRunningPortMappingOk() (*bool, bool)

GetLongRunningPortMappingOk returns a tuple with the LongRunningPortMapping field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationScript) GetResetContext ¶

func (o *IntegrationScript) GetResetContext() bool

GetResetContext returns the ResetContext field value if set, zero value otherwise.

func (*IntegrationScript) GetResetContextOk ¶

func (o *IntegrationScript) GetResetContextOk() (*bool, bool)

GetResetContextOk returns a tuple with the ResetContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationScript) GetRunOnce ¶

func (o *IntegrationScript) GetRunOnce() bool

GetRunOnce returns the RunOnce field value if set, zero value otherwise.

func (*IntegrationScript) GetRunOnceOk ¶

func (o *IntegrationScript) GetRunOnceOk() (*bool, bool)

GetRunOnceOk returns a tuple with the RunOnce field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationScript) GetScript ¶

func (o *IntegrationScript) GetScript() string

GetScript returns the Script field value if set, zero value otherwise.

func (*IntegrationScript) GetScriptOk ¶

func (o *IntegrationScript) GetScriptOk() (*string, bool)

GetScriptOk returns a tuple with the Script field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationScript) GetSubtype ¶

func (o *IntegrationScript) GetSubtype() string

GetSubtype returns the Subtype field value if set, zero value otherwise.

func (*IntegrationScript) GetSubtypeOk ¶

func (o *IntegrationScript) GetSubtypeOk() (*string, bool)

GetSubtypeOk returns a tuple with the Subtype field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationScript) GetType ¶

func (o *IntegrationScript) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*IntegrationScript) GetTypeOk ¶

func (o *IntegrationScript) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationScript) HasCommands ¶

func (o *IntegrationScript) HasCommands() bool

HasCommands returns a boolean if a field has been set.

func (*IntegrationScript) HasDockerImage ¶

func (o *IntegrationScript) HasDockerImage() bool

HasDockerImage returns a boolean if a field has been set.

func (*IntegrationScript) HasFeed ¶

func (o *IntegrationScript) HasFeed() bool

HasFeed returns a boolean if a field has been set.

func (*IntegrationScript) HasIsFetch ¶

func (o *IntegrationScript) HasIsFetch() bool

HasIsFetch returns a boolean if a field has been set.

func (*IntegrationScript) HasIsFetchCredentials ¶

func (o *IntegrationScript) HasIsFetchCredentials() bool

HasIsFetchCredentials returns a boolean if a field has been set.

func (*IntegrationScript) HasIsFetchSamples ¶

func (o *IntegrationScript) HasIsFetchSamples() bool

HasIsFetchSamples returns a boolean if a field has been set.

func (*IntegrationScript) HasIsMappable ¶

func (o *IntegrationScript) HasIsMappable() bool

HasIsMappable returns a boolean if a field has been set.

func (*IntegrationScript) HasIsRemoteSyncIn ¶

func (o *IntegrationScript) HasIsRemoteSyncIn() bool

HasIsRemoteSyncIn returns a boolean if a field has been set.

func (*IntegrationScript) HasIsRemoteSyncOut ¶

func (o *IntegrationScript) HasIsRemoteSyncOut() bool

HasIsRemoteSyncOut returns a boolean if a field has been set.

func (*IntegrationScript) HasLongRunning ¶

func (o *IntegrationScript) HasLongRunning() bool

HasLongRunning returns a boolean if a field has been set.

func (*IntegrationScript) HasLongRunningPortMapping ¶

func (o *IntegrationScript) HasLongRunningPortMapping() bool

HasLongRunningPortMapping returns a boolean if a field has been set.

func (*IntegrationScript) HasResetContext ¶

func (o *IntegrationScript) HasResetContext() bool

HasResetContext returns a boolean if a field has been set.

func (*IntegrationScript) HasRunOnce ¶

func (o *IntegrationScript) HasRunOnce() bool

HasRunOnce returns a boolean if a field has been set.

func (*IntegrationScript) HasScript ¶

func (o *IntegrationScript) HasScript() bool

HasScript returns a boolean if a field has been set.

func (*IntegrationScript) HasSubtype ¶

func (o *IntegrationScript) HasSubtype() bool

HasSubtype returns a boolean if a field has been set.

func (*IntegrationScript) HasType ¶

func (o *IntegrationScript) HasType() bool

HasType returns a boolean if a field has been set.

func (IntegrationScript) MarshalJSON ¶

func (o IntegrationScript) MarshalJSON() ([]byte, error)

func (*IntegrationScript) SetCommands ¶

func (o *IntegrationScript) SetCommands(v []Command)

SetCommands gets a reference to the given []Command and assigns it to the Commands field.

func (*IntegrationScript) SetDockerImage ¶

func (o *IntegrationScript) SetDockerImage(v string)

SetDockerImage gets a reference to the given string and assigns it to the DockerImage field.

func (*IntegrationScript) SetFeed ¶

func (o *IntegrationScript) SetFeed(v bool)

SetFeed gets a reference to the given bool and assigns it to the Feed field.

func (*IntegrationScript) SetIsFetch ¶

func (o *IntegrationScript) SetIsFetch(v bool)

SetIsFetch gets a reference to the given bool and assigns it to the IsFetch field.

func (*IntegrationScript) SetIsFetchCredentials ¶

func (o *IntegrationScript) SetIsFetchCredentials(v bool)

SetIsFetchCredentials gets a reference to the given bool and assigns it to the IsFetchCredentials field.

func (*IntegrationScript) SetIsFetchSamples ¶

func (o *IntegrationScript) SetIsFetchSamples(v bool)

SetIsFetchSamples gets a reference to the given bool and assigns it to the IsFetchSamples field.

func (*IntegrationScript) SetIsMappable ¶

func (o *IntegrationScript) SetIsMappable(v bool)

SetIsMappable gets a reference to the given bool and assigns it to the IsMappable field.

func (*IntegrationScript) SetIsRemoteSyncIn ¶

func (o *IntegrationScript) SetIsRemoteSyncIn(v bool)

SetIsRemoteSyncIn gets a reference to the given bool and assigns it to the IsRemoteSyncIn field.

func (*IntegrationScript) SetIsRemoteSyncOut ¶

func (o *IntegrationScript) SetIsRemoteSyncOut(v bool)

SetIsRemoteSyncOut gets a reference to the given bool and assigns it to the IsRemoteSyncOut field.

func (*IntegrationScript) SetLongRunning ¶

func (o *IntegrationScript) SetLongRunning(v bool)

SetLongRunning gets a reference to the given bool and assigns it to the LongRunning field.

func (*IntegrationScript) SetLongRunningPortMapping ¶

func (o *IntegrationScript) SetLongRunningPortMapping(v bool)

SetLongRunningPortMapping gets a reference to the given bool and assigns it to the LongRunningPortMapping field.

func (*IntegrationScript) SetResetContext ¶

func (o *IntegrationScript) SetResetContext(v bool)

SetResetContext gets a reference to the given bool and assigns it to the ResetContext field.

func (*IntegrationScript) SetRunOnce ¶

func (o *IntegrationScript) SetRunOnce(v bool)

SetRunOnce gets a reference to the given bool and assigns it to the RunOnce field.

func (*IntegrationScript) SetScript ¶

func (o *IntegrationScript) SetScript(v string)

SetScript gets a reference to the given string and assigns it to the Script field.

func (*IntegrationScript) SetSubtype ¶

func (o *IntegrationScript) SetSubtype(v string)

SetSubtype gets a reference to the given string and assigns it to the Subtype field.

func (*IntegrationScript) SetType ¶

func (o *IntegrationScript) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type InvPlaybookAssignee ¶

type InvPlaybookAssignee struct {
	Assignee *string `json:"assignee,omitempty"`
	InTaskID *string `json:"inTaskID,omitempty"`
	InvId    *string `json:"invId,omitempty"`
	Version  *int64  `json:"version,omitempty"`
}

InvPlaybookAssignee struct for InvPlaybookAssignee

func NewInvPlaybookAssignee ¶

func NewInvPlaybookAssignee() *InvPlaybookAssignee

NewInvPlaybookAssignee instantiates a new InvPlaybookAssignee 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 NewInvPlaybookAssigneeWithDefaults ¶

func NewInvPlaybookAssigneeWithDefaults() *InvPlaybookAssignee

NewInvPlaybookAssigneeWithDefaults instantiates a new InvPlaybookAssignee 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 (*InvPlaybookAssignee) GetAssignee ¶

func (o *InvPlaybookAssignee) GetAssignee() string

GetAssignee returns the Assignee field value if set, zero value otherwise.

func (*InvPlaybookAssignee) GetAssigneeOk ¶

func (o *InvPlaybookAssignee) GetAssigneeOk() (*string, bool)

GetAssigneeOk returns a tuple with the Assignee field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookAssignee) GetInTaskID ¶

func (o *InvPlaybookAssignee) GetInTaskID() string

GetInTaskID returns the InTaskID field value if set, zero value otherwise.

func (*InvPlaybookAssignee) GetInTaskIDOk ¶

func (o *InvPlaybookAssignee) GetInTaskIDOk() (*string, bool)

GetInTaskIDOk returns a tuple with the InTaskID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookAssignee) GetInvId ¶

func (o *InvPlaybookAssignee) GetInvId() string

GetInvId returns the InvId field value if set, zero value otherwise.

func (*InvPlaybookAssignee) GetInvIdOk ¶

func (o *InvPlaybookAssignee) GetInvIdOk() (*string, bool)

GetInvIdOk returns a tuple with the InvId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookAssignee) GetVersion ¶

func (o *InvPlaybookAssignee) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*InvPlaybookAssignee) GetVersionOk ¶

func (o *InvPlaybookAssignee) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookAssignee) HasAssignee ¶

func (o *InvPlaybookAssignee) HasAssignee() bool

HasAssignee returns a boolean if a field has been set.

func (*InvPlaybookAssignee) HasInTaskID ¶

func (o *InvPlaybookAssignee) HasInTaskID() bool

HasInTaskID returns a boolean if a field has been set.

func (*InvPlaybookAssignee) HasInvId ¶

func (o *InvPlaybookAssignee) HasInvId() bool

HasInvId returns a boolean if a field has been set.

func (*InvPlaybookAssignee) HasVersion ¶

func (o *InvPlaybookAssignee) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (InvPlaybookAssignee) MarshalJSON ¶

func (o InvPlaybookAssignee) MarshalJSON() ([]byte, error)

func (*InvPlaybookAssignee) SetAssignee ¶

func (o *InvPlaybookAssignee) SetAssignee(v string)

SetAssignee gets a reference to the given string and assigns it to the Assignee field.

func (*InvPlaybookAssignee) SetInTaskID ¶

func (o *InvPlaybookAssignee) SetInTaskID(v string)

SetInTaskID gets a reference to the given string and assigns it to the InTaskID field.

func (*InvPlaybookAssignee) SetInvId ¶

func (o *InvPlaybookAssignee) SetInvId(v string)

SetInvId gets a reference to the given string and assigns it to the InvId field.

func (*InvPlaybookAssignee) SetVersion ¶

func (o *InvPlaybookAssignee) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

type InvPlaybookDebugInfo ¶

type InvPlaybookDebugInfo struct {
	OriginalInvPBId *string `json:"originalInvPBId,omitempty"`
}

InvPlaybookDebugInfo struct for InvPlaybookDebugInfo

func NewInvPlaybookDebugInfo ¶

func NewInvPlaybookDebugInfo() *InvPlaybookDebugInfo

NewInvPlaybookDebugInfo instantiates a new InvPlaybookDebugInfo 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 NewInvPlaybookDebugInfoWithDefaults ¶

func NewInvPlaybookDebugInfoWithDefaults() *InvPlaybookDebugInfo

NewInvPlaybookDebugInfoWithDefaults instantiates a new InvPlaybookDebugInfo 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 (*InvPlaybookDebugInfo) GetOriginalInvPBId ¶

func (o *InvPlaybookDebugInfo) GetOriginalInvPBId() string

GetOriginalInvPBId returns the OriginalInvPBId field value if set, zero value otherwise.

func (*InvPlaybookDebugInfo) GetOriginalInvPBIdOk ¶

func (o *InvPlaybookDebugInfo) GetOriginalInvPBIdOk() (*string, bool)

GetOriginalInvPBIdOk returns a tuple with the OriginalInvPBId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookDebugInfo) HasOriginalInvPBId ¶

func (o *InvPlaybookDebugInfo) HasOriginalInvPBId() bool

HasOriginalInvPBId returns a boolean if a field has been set.

func (InvPlaybookDebugInfo) MarshalJSON ¶

func (o InvPlaybookDebugInfo) MarshalJSON() ([]byte, error)

func (*InvPlaybookDebugInfo) SetOriginalInvPBId ¶

func (o *InvPlaybookDebugInfo) SetOriginalInvPBId(v string)

SetOriginalInvPBId gets a reference to the given string and assigns it to the OriginalInvPBId field.

type InvPlaybookDue ¶

type InvPlaybookDue struct {
	Date     *time.Time `json:"date,omitempty"`
	InTaskID *string    `json:"inTaskID,omitempty"`
	InvId    *string    `json:"invId,omitempty"`
	Version  *int64     `json:"version,omitempty"`
}

InvPlaybookDue struct for InvPlaybookDue

func NewInvPlaybookDue ¶

func NewInvPlaybookDue() *InvPlaybookDue

NewInvPlaybookDue instantiates a new InvPlaybookDue 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 NewInvPlaybookDueWithDefaults ¶

func NewInvPlaybookDueWithDefaults() *InvPlaybookDue

NewInvPlaybookDueWithDefaults instantiates a new InvPlaybookDue 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 (*InvPlaybookDue) GetDate ¶

func (o *InvPlaybookDue) GetDate() time.Time

GetDate returns the Date field value if set, zero value otherwise.

func (*InvPlaybookDue) GetDateOk ¶

func (o *InvPlaybookDue) GetDateOk() (*time.Time, bool)

GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookDue) GetInTaskID ¶

func (o *InvPlaybookDue) GetInTaskID() string

GetInTaskID returns the InTaskID field value if set, zero value otherwise.

func (*InvPlaybookDue) GetInTaskIDOk ¶

func (o *InvPlaybookDue) GetInTaskIDOk() (*string, bool)

GetInTaskIDOk returns a tuple with the InTaskID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookDue) GetInvId ¶

func (o *InvPlaybookDue) GetInvId() string

GetInvId returns the InvId field value if set, zero value otherwise.

func (*InvPlaybookDue) GetInvIdOk ¶

func (o *InvPlaybookDue) GetInvIdOk() (*string, bool)

GetInvIdOk returns a tuple with the InvId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookDue) GetVersion ¶

func (o *InvPlaybookDue) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*InvPlaybookDue) GetVersionOk ¶

func (o *InvPlaybookDue) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookDue) HasDate ¶

func (o *InvPlaybookDue) HasDate() bool

HasDate returns a boolean if a field has been set.

func (*InvPlaybookDue) HasInTaskID ¶

func (o *InvPlaybookDue) HasInTaskID() bool

HasInTaskID returns a boolean if a field has been set.

func (*InvPlaybookDue) HasInvId ¶

func (o *InvPlaybookDue) HasInvId() bool

HasInvId returns a boolean if a field has been set.

func (*InvPlaybookDue) HasVersion ¶

func (o *InvPlaybookDue) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (InvPlaybookDue) MarshalJSON ¶

func (o InvPlaybookDue) MarshalJSON() ([]byte, error)

func (*InvPlaybookDue) SetDate ¶

func (o *InvPlaybookDue) SetDate(v time.Time)

SetDate gets a reference to the given time.Time and assigns it to the Date field.

func (*InvPlaybookDue) SetInTaskID ¶

func (o *InvPlaybookDue) SetInTaskID(v string)

SetInTaskID gets a reference to the given string and assigns it to the InTaskID field.

func (*InvPlaybookDue) SetInvId ¶

func (o *InvPlaybookDue) SetInvId(v string)

SetInvId gets a reference to the given string and assigns it to the InvId field.

func (*InvPlaybookDue) SetVersion ¶

func (o *InvPlaybookDue) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

type InvPlaybookTaskCompleteData ¶

type InvPlaybookTaskCompleteData struct {
	Arguments             *map[string]map[string]interface{} `json:"arguments,omitempty"`
	CalculatedDescription *string                            `json:"calculatedDescription,omitempty"`
	CalculatedTaskName    *string                            `json:"calculatedTaskName,omitempty"`
	CompletedBy           *string                            `json:"completedBy,omitempty"`
	CompletedCount        *int64                             `json:"completedCount,omitempty"`
	CompletedDate         *time.Time                         `json:"completedDate,omitempty"`
	Entries               *[]string                          `json:"entries,omitempty"`
	Input                 *string                            `json:"input,omitempty"`
	Outputs               *map[string]map[string]interface{} `json:"outputs,omitempty"`
	PlaybookInputs        *map[string]map[string]interface{} `json:"playbookInputs,omitempty"`
	StartDate             *time.Time                         `json:"startDate,omitempty"`
	// TaskState indicates the state of the task during the incident/investigation execution
	State                *string `json:"state,omitempty"`
	WillNotExecuteCount  *int64  `json:"willNotExecuteCount,omitempty"`
	WillNotExecuteReason *string `json:"willNotExecuteReason,omitempty"`
}

InvPlaybookTaskCompleteData struct for InvPlaybookTaskCompleteData

func NewInvPlaybookTaskCompleteData ¶

func NewInvPlaybookTaskCompleteData() *InvPlaybookTaskCompleteData

NewInvPlaybookTaskCompleteData instantiates a new InvPlaybookTaskCompleteData 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 NewInvPlaybookTaskCompleteDataWithDefaults ¶

func NewInvPlaybookTaskCompleteDataWithDefaults() *InvPlaybookTaskCompleteData

NewInvPlaybookTaskCompleteDataWithDefaults instantiates a new InvPlaybookTaskCompleteData 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 (*InvPlaybookTaskCompleteData) GetArguments ¶

func (o *InvPlaybookTaskCompleteData) GetArguments() map[string]map[string]interface{}

GetArguments returns the Arguments field value if set, zero value otherwise.

func (*InvPlaybookTaskCompleteData) GetArgumentsOk ¶

func (o *InvPlaybookTaskCompleteData) GetArgumentsOk() (*map[string]map[string]interface{}, bool)

GetArgumentsOk returns a tuple with the Arguments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskCompleteData) GetCalculatedDescription ¶

func (o *InvPlaybookTaskCompleteData) GetCalculatedDescription() string

GetCalculatedDescription returns the CalculatedDescription field value if set, zero value otherwise.

func (*InvPlaybookTaskCompleteData) GetCalculatedDescriptionOk ¶

func (o *InvPlaybookTaskCompleteData) GetCalculatedDescriptionOk() (*string, bool)

GetCalculatedDescriptionOk returns a tuple with the CalculatedDescription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskCompleteData) GetCalculatedTaskName ¶

func (o *InvPlaybookTaskCompleteData) GetCalculatedTaskName() string

GetCalculatedTaskName returns the CalculatedTaskName field value if set, zero value otherwise.

func (*InvPlaybookTaskCompleteData) GetCalculatedTaskNameOk ¶

func (o *InvPlaybookTaskCompleteData) GetCalculatedTaskNameOk() (*string, bool)

GetCalculatedTaskNameOk returns a tuple with the CalculatedTaskName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskCompleteData) GetCompletedBy ¶

func (o *InvPlaybookTaskCompleteData) GetCompletedBy() string

GetCompletedBy returns the CompletedBy field value if set, zero value otherwise.

func (*InvPlaybookTaskCompleteData) GetCompletedByOk ¶

func (o *InvPlaybookTaskCompleteData) GetCompletedByOk() (*string, bool)

GetCompletedByOk returns a tuple with the CompletedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskCompleteData) GetCompletedCount ¶

func (o *InvPlaybookTaskCompleteData) GetCompletedCount() int64

GetCompletedCount returns the CompletedCount field value if set, zero value otherwise.

func (*InvPlaybookTaskCompleteData) GetCompletedCountOk ¶

func (o *InvPlaybookTaskCompleteData) GetCompletedCountOk() (*int64, bool)

GetCompletedCountOk returns a tuple with the CompletedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskCompleteData) GetCompletedDate ¶

func (o *InvPlaybookTaskCompleteData) GetCompletedDate() time.Time

GetCompletedDate returns the CompletedDate field value if set, zero value otherwise.

func (*InvPlaybookTaskCompleteData) GetCompletedDateOk ¶

func (o *InvPlaybookTaskCompleteData) GetCompletedDateOk() (*time.Time, bool)

GetCompletedDateOk returns a tuple with the CompletedDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskCompleteData) GetEntries ¶

func (o *InvPlaybookTaskCompleteData) GetEntries() []string

GetEntries returns the Entries field value if set, zero value otherwise.

func (*InvPlaybookTaskCompleteData) GetEntriesOk ¶

func (o *InvPlaybookTaskCompleteData) GetEntriesOk() (*[]string, bool)

GetEntriesOk returns a tuple with the Entries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskCompleteData) GetInput ¶

func (o *InvPlaybookTaskCompleteData) GetInput() string

GetInput returns the Input field value if set, zero value otherwise.

func (*InvPlaybookTaskCompleteData) GetInputOk ¶

func (o *InvPlaybookTaskCompleteData) GetInputOk() (*string, bool)

GetInputOk returns a tuple with the Input field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskCompleteData) GetOutputs ¶

func (o *InvPlaybookTaskCompleteData) GetOutputs() map[string]map[string]interface{}

GetOutputs returns the Outputs field value if set, zero value otherwise.

func (*InvPlaybookTaskCompleteData) GetOutputsOk ¶

func (o *InvPlaybookTaskCompleteData) GetOutputsOk() (*map[string]map[string]interface{}, bool)

GetOutputsOk returns a tuple with the Outputs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskCompleteData) GetPlaybookInputs ¶

func (o *InvPlaybookTaskCompleteData) GetPlaybookInputs() map[string]map[string]interface{}

GetPlaybookInputs returns the PlaybookInputs field value if set, zero value otherwise.

func (*InvPlaybookTaskCompleteData) GetPlaybookInputsOk ¶

func (o *InvPlaybookTaskCompleteData) GetPlaybookInputsOk() (*map[string]map[string]interface{}, bool)

GetPlaybookInputsOk returns a tuple with the PlaybookInputs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskCompleteData) GetStartDate ¶

func (o *InvPlaybookTaskCompleteData) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*InvPlaybookTaskCompleteData) GetStartDateOk ¶

func (o *InvPlaybookTaskCompleteData) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskCompleteData) GetState ¶

func (o *InvPlaybookTaskCompleteData) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*InvPlaybookTaskCompleteData) GetStateOk ¶

func (o *InvPlaybookTaskCompleteData) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskCompleteData) GetWillNotExecuteCount ¶

func (o *InvPlaybookTaskCompleteData) GetWillNotExecuteCount() int64

GetWillNotExecuteCount returns the WillNotExecuteCount field value if set, zero value otherwise.

func (*InvPlaybookTaskCompleteData) GetWillNotExecuteCountOk ¶

func (o *InvPlaybookTaskCompleteData) GetWillNotExecuteCountOk() (*int64, bool)

GetWillNotExecuteCountOk returns a tuple with the WillNotExecuteCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskCompleteData) GetWillNotExecuteReason ¶

func (o *InvPlaybookTaskCompleteData) GetWillNotExecuteReason() string

GetWillNotExecuteReason returns the WillNotExecuteReason field value if set, zero value otherwise.

func (*InvPlaybookTaskCompleteData) GetWillNotExecuteReasonOk ¶

func (o *InvPlaybookTaskCompleteData) GetWillNotExecuteReasonOk() (*string, bool)

GetWillNotExecuteReasonOk returns a tuple with the WillNotExecuteReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskCompleteData) HasArguments ¶

func (o *InvPlaybookTaskCompleteData) HasArguments() bool

HasArguments returns a boolean if a field has been set.

func (*InvPlaybookTaskCompleteData) HasCalculatedDescription ¶

func (o *InvPlaybookTaskCompleteData) HasCalculatedDescription() bool

HasCalculatedDescription returns a boolean if a field has been set.

func (*InvPlaybookTaskCompleteData) HasCalculatedTaskName ¶

func (o *InvPlaybookTaskCompleteData) HasCalculatedTaskName() bool

HasCalculatedTaskName returns a boolean if a field has been set.

func (*InvPlaybookTaskCompleteData) HasCompletedBy ¶

func (o *InvPlaybookTaskCompleteData) HasCompletedBy() bool

HasCompletedBy returns a boolean if a field has been set.

func (*InvPlaybookTaskCompleteData) HasCompletedCount ¶

func (o *InvPlaybookTaskCompleteData) HasCompletedCount() bool

HasCompletedCount returns a boolean if a field has been set.

func (*InvPlaybookTaskCompleteData) HasCompletedDate ¶

func (o *InvPlaybookTaskCompleteData) HasCompletedDate() bool

HasCompletedDate returns a boolean if a field has been set.

func (*InvPlaybookTaskCompleteData) HasEntries ¶

func (o *InvPlaybookTaskCompleteData) HasEntries() bool

HasEntries returns a boolean if a field has been set.

func (*InvPlaybookTaskCompleteData) HasInput ¶

func (o *InvPlaybookTaskCompleteData) HasInput() bool

HasInput returns a boolean if a field has been set.

func (*InvPlaybookTaskCompleteData) HasOutputs ¶

func (o *InvPlaybookTaskCompleteData) HasOutputs() bool

HasOutputs returns a boolean if a field has been set.

func (*InvPlaybookTaskCompleteData) HasPlaybookInputs ¶

func (o *InvPlaybookTaskCompleteData) HasPlaybookInputs() bool

HasPlaybookInputs returns a boolean if a field has been set.

func (*InvPlaybookTaskCompleteData) HasStartDate ¶

func (o *InvPlaybookTaskCompleteData) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*InvPlaybookTaskCompleteData) HasState ¶

func (o *InvPlaybookTaskCompleteData) HasState() bool

HasState returns a boolean if a field has been set.

func (*InvPlaybookTaskCompleteData) HasWillNotExecuteCount ¶

func (o *InvPlaybookTaskCompleteData) HasWillNotExecuteCount() bool

HasWillNotExecuteCount returns a boolean if a field has been set.

func (*InvPlaybookTaskCompleteData) HasWillNotExecuteReason ¶

func (o *InvPlaybookTaskCompleteData) HasWillNotExecuteReason() bool

HasWillNotExecuteReason returns a boolean if a field has been set.

func (InvPlaybookTaskCompleteData) MarshalJSON ¶

func (o InvPlaybookTaskCompleteData) MarshalJSON() ([]byte, error)

func (*InvPlaybookTaskCompleteData) SetArguments ¶

func (o *InvPlaybookTaskCompleteData) SetArguments(v map[string]map[string]interface{})

SetArguments gets a reference to the given map[string]map[string]interface{} and assigns it to the Arguments field.

func (*InvPlaybookTaskCompleteData) SetCalculatedDescription ¶

func (o *InvPlaybookTaskCompleteData) SetCalculatedDescription(v string)

SetCalculatedDescription gets a reference to the given string and assigns it to the CalculatedDescription field.

func (*InvPlaybookTaskCompleteData) SetCalculatedTaskName ¶

func (o *InvPlaybookTaskCompleteData) SetCalculatedTaskName(v string)

SetCalculatedTaskName gets a reference to the given string and assigns it to the CalculatedTaskName field.

func (*InvPlaybookTaskCompleteData) SetCompletedBy ¶

func (o *InvPlaybookTaskCompleteData) SetCompletedBy(v string)

SetCompletedBy gets a reference to the given string and assigns it to the CompletedBy field.

func (*InvPlaybookTaskCompleteData) SetCompletedCount ¶

func (o *InvPlaybookTaskCompleteData) SetCompletedCount(v int64)

SetCompletedCount gets a reference to the given int64 and assigns it to the CompletedCount field.

func (*InvPlaybookTaskCompleteData) SetCompletedDate ¶

func (o *InvPlaybookTaskCompleteData) SetCompletedDate(v time.Time)

SetCompletedDate gets a reference to the given time.Time and assigns it to the CompletedDate field.

func (*InvPlaybookTaskCompleteData) SetEntries ¶

func (o *InvPlaybookTaskCompleteData) SetEntries(v []string)

SetEntries gets a reference to the given []string and assigns it to the Entries field.

func (*InvPlaybookTaskCompleteData) SetInput ¶

func (o *InvPlaybookTaskCompleteData) SetInput(v string)

SetInput gets a reference to the given string and assigns it to the Input field.

func (*InvPlaybookTaskCompleteData) SetOutputs ¶

func (o *InvPlaybookTaskCompleteData) SetOutputs(v map[string]map[string]interface{})

SetOutputs gets a reference to the given map[string]map[string]interface{} and assigns it to the Outputs field.

func (*InvPlaybookTaskCompleteData) SetPlaybookInputs ¶

func (o *InvPlaybookTaskCompleteData) SetPlaybookInputs(v map[string]map[string]interface{})

SetPlaybookInputs gets a reference to the given map[string]map[string]interface{} and assigns it to the PlaybookInputs field.

func (*InvPlaybookTaskCompleteData) SetStartDate ¶

func (o *InvPlaybookTaskCompleteData) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*InvPlaybookTaskCompleteData) SetState ¶

func (o *InvPlaybookTaskCompleteData) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*InvPlaybookTaskCompleteData) SetWillNotExecuteCount ¶

func (o *InvPlaybookTaskCompleteData) SetWillNotExecuteCount(v int64)

SetWillNotExecuteCount gets a reference to the given int64 and assigns it to the WillNotExecuteCount field.

func (*InvPlaybookTaskCompleteData) SetWillNotExecuteReason ¶

func (o *InvPlaybookTaskCompleteData) SetWillNotExecuteReason(v string)

SetWillNotExecuteReason gets a reference to the given string and assigns it to the WillNotExecuteReason field.

type InvPlaybookTaskData ¶

type InvPlaybookTaskData struct {
	AddAfter            *bool                  `json:"addAfter,omitempty"`
	AutomationScript    *string                `json:"automationScript,omitempty"`
	Description         *string                `json:"description,omitempty"`
	Loop                *TaskLoop              `json:"loop,omitempty"`
	Name                *string                `json:"name,omitempty"`
	NeighborInvPBTaskId *string                `json:"neighborInvPBTaskId,omitempty"`
	PlaybookId          *string                `json:"playbookId,omitempty"`
	ScriptArguments     *map[string]AdvanceArg `json:"scriptArguments,omitempty"`
	SeparateContext     *bool                  `json:"separateContext,omitempty"`
	Tags                *[]string              `json:"tags,omitempty"`
	// TaskType is the Task in the playbook context as a node
	Type *string `json:"type,omitempty"`
}

InvPlaybookTaskData struct for InvPlaybookTaskData

func NewInvPlaybookTaskData ¶

func NewInvPlaybookTaskData() *InvPlaybookTaskData

NewInvPlaybookTaskData instantiates a new InvPlaybookTaskData 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 NewInvPlaybookTaskDataWithDefaults ¶

func NewInvPlaybookTaskDataWithDefaults() *InvPlaybookTaskData

NewInvPlaybookTaskDataWithDefaults instantiates a new InvPlaybookTaskData 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 (*InvPlaybookTaskData) GetAddAfter ¶

func (o *InvPlaybookTaskData) GetAddAfter() bool

GetAddAfter returns the AddAfter field value if set, zero value otherwise.

func (*InvPlaybookTaskData) GetAddAfterOk ¶

func (o *InvPlaybookTaskData) GetAddAfterOk() (*bool, bool)

GetAddAfterOk returns a tuple with the AddAfter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskData) GetAutomationScript ¶

func (o *InvPlaybookTaskData) GetAutomationScript() string

GetAutomationScript returns the AutomationScript field value if set, zero value otherwise.

func (*InvPlaybookTaskData) GetAutomationScriptOk ¶

func (o *InvPlaybookTaskData) GetAutomationScriptOk() (*string, bool)

GetAutomationScriptOk returns a tuple with the AutomationScript field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskData) GetDescription ¶

func (o *InvPlaybookTaskData) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*InvPlaybookTaskData) GetDescriptionOk ¶

func (o *InvPlaybookTaskData) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskData) GetLoop ¶

func (o *InvPlaybookTaskData) GetLoop() TaskLoop

GetLoop returns the Loop field value if set, zero value otherwise.

func (*InvPlaybookTaskData) GetLoopOk ¶

func (o *InvPlaybookTaskData) GetLoopOk() (*TaskLoop, bool)

GetLoopOk returns a tuple with the Loop field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskData) GetName ¶

func (o *InvPlaybookTaskData) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*InvPlaybookTaskData) GetNameOk ¶

func (o *InvPlaybookTaskData) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskData) GetNeighborInvPBTaskId ¶

func (o *InvPlaybookTaskData) GetNeighborInvPBTaskId() string

GetNeighborInvPBTaskId returns the NeighborInvPBTaskId field value if set, zero value otherwise.

func (*InvPlaybookTaskData) GetNeighborInvPBTaskIdOk ¶

func (o *InvPlaybookTaskData) GetNeighborInvPBTaskIdOk() (*string, bool)

GetNeighborInvPBTaskIdOk returns a tuple with the NeighborInvPBTaskId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskData) GetPlaybookId ¶

func (o *InvPlaybookTaskData) GetPlaybookId() string

GetPlaybookId returns the PlaybookId field value if set, zero value otherwise.

func (*InvPlaybookTaskData) GetPlaybookIdOk ¶

func (o *InvPlaybookTaskData) GetPlaybookIdOk() (*string, bool)

GetPlaybookIdOk returns a tuple with the PlaybookId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskData) GetScriptArguments ¶

func (o *InvPlaybookTaskData) GetScriptArguments() map[string]AdvanceArg

GetScriptArguments returns the ScriptArguments field value if set, zero value otherwise.

func (*InvPlaybookTaskData) GetScriptArgumentsOk ¶

func (o *InvPlaybookTaskData) GetScriptArgumentsOk() (*map[string]AdvanceArg, bool)

GetScriptArgumentsOk returns a tuple with the ScriptArguments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskData) GetSeparateContext ¶

func (o *InvPlaybookTaskData) GetSeparateContext() bool

GetSeparateContext returns the SeparateContext field value if set, zero value otherwise.

func (*InvPlaybookTaskData) GetSeparateContextOk ¶

func (o *InvPlaybookTaskData) GetSeparateContextOk() (*bool, bool)

GetSeparateContextOk returns a tuple with the SeparateContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskData) GetTags ¶

func (o *InvPlaybookTaskData) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*InvPlaybookTaskData) GetTagsOk ¶

func (o *InvPlaybookTaskData) GetTagsOk() (*[]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskData) GetType ¶

func (o *InvPlaybookTaskData) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*InvPlaybookTaskData) GetTypeOk ¶

func (o *InvPlaybookTaskData) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvPlaybookTaskData) HasAddAfter ¶

func (o *InvPlaybookTaskData) HasAddAfter() bool

HasAddAfter returns a boolean if a field has been set.

func (*InvPlaybookTaskData) HasAutomationScript ¶

func (o *InvPlaybookTaskData) HasAutomationScript() bool

HasAutomationScript returns a boolean if a field has been set.

func (*InvPlaybookTaskData) HasDescription ¶

func (o *InvPlaybookTaskData) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*InvPlaybookTaskData) HasLoop ¶

func (o *InvPlaybookTaskData) HasLoop() bool

HasLoop returns a boolean if a field has been set.

func (*InvPlaybookTaskData) HasName ¶

func (o *InvPlaybookTaskData) HasName() bool

HasName returns a boolean if a field has been set.

func (*InvPlaybookTaskData) HasNeighborInvPBTaskId ¶

func (o *InvPlaybookTaskData) HasNeighborInvPBTaskId() bool

HasNeighborInvPBTaskId returns a boolean if a field has been set.

func (*InvPlaybookTaskData) HasPlaybookId ¶

func (o *InvPlaybookTaskData) HasPlaybookId() bool

HasPlaybookId returns a boolean if a field has been set.

func (*InvPlaybookTaskData) HasScriptArguments ¶

func (o *InvPlaybookTaskData) HasScriptArguments() bool

HasScriptArguments returns a boolean if a field has been set.

func (*InvPlaybookTaskData) HasSeparateContext ¶

func (o *InvPlaybookTaskData) HasSeparateContext() bool

HasSeparateContext returns a boolean if a field has been set.

func (*InvPlaybookTaskData) HasTags ¶

func (o *InvPlaybookTaskData) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*InvPlaybookTaskData) HasType ¶

func (o *InvPlaybookTaskData) HasType() bool

HasType returns a boolean if a field has been set.

func (InvPlaybookTaskData) MarshalJSON ¶

func (o InvPlaybookTaskData) MarshalJSON() ([]byte, error)

func (*InvPlaybookTaskData) SetAddAfter ¶

func (o *InvPlaybookTaskData) SetAddAfter(v bool)

SetAddAfter gets a reference to the given bool and assigns it to the AddAfter field.

func (*InvPlaybookTaskData) SetAutomationScript ¶

func (o *InvPlaybookTaskData) SetAutomationScript(v string)

SetAutomationScript gets a reference to the given string and assigns it to the AutomationScript field.

func (*InvPlaybookTaskData) SetDescription ¶

func (o *InvPlaybookTaskData) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*InvPlaybookTaskData) SetLoop ¶

func (o *InvPlaybookTaskData) SetLoop(v TaskLoop)

SetLoop gets a reference to the given TaskLoop and assigns it to the Loop field.

func (*InvPlaybookTaskData) SetName ¶

func (o *InvPlaybookTaskData) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*InvPlaybookTaskData) SetNeighborInvPBTaskId ¶

func (o *InvPlaybookTaskData) SetNeighborInvPBTaskId(v string)

SetNeighborInvPBTaskId gets a reference to the given string and assigns it to the NeighborInvPBTaskId field.

func (*InvPlaybookTaskData) SetPlaybookId ¶

func (o *InvPlaybookTaskData) SetPlaybookId(v string)

SetPlaybookId gets a reference to the given string and assigns it to the PlaybookId field.

func (*InvPlaybookTaskData) SetScriptArguments ¶

func (o *InvPlaybookTaskData) SetScriptArguments(v map[string]AdvanceArg)

SetScriptArguments gets a reference to the given map[string]AdvanceArg and assigns it to the ScriptArguments field.

func (*InvPlaybookTaskData) SetSeparateContext ¶

func (o *InvPlaybookTaskData) SetSeparateContext(v bool)

SetSeparateContext gets a reference to the given bool and assigns it to the SeparateContext field.

func (*InvPlaybookTaskData) SetTags ¶

func (o *InvPlaybookTaskData) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*InvPlaybookTaskData) SetType ¶

func (o *InvPlaybookTaskData) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type InvTaskDebug ¶

type InvTaskDebug struct {
	// ArgFilter - represent a slice of atomic filters with OR condition between them (e.i. - atomic1 OR atomic2 OR ...)
	BreakpointCondition     *[]ArgAtomicFilter                 `json:"breakpointCondition,omitempty"`
	InputOverrides          *map[string]string                 `json:"inputOverrides,omitempty"`
	IsMarkedWithBreakpoint  *bool                              `json:"isMarkedWithBreakpoint,omitempty"`
	IsMarkedWithSkip        *bool                              `json:"isMarkedWithSkip,omitempty"`
	OutputOverrides         *map[string]map[string]interface{} `json:"outputOverrides,omitempty"`
	ShouldOverrideDebugInfo *bool                              `json:"shouldOverrideDebugInfo,omitempty"`
	SkipConditionOverrideTo *string                            `json:"skipConditionOverrideTo,omitempty"`
	TaskOriginalId          *string                            `json:"taskOriginalId,omitempty"`
}

InvTaskDebug struct for InvTaskDebug

func NewInvTaskDebug ¶

func NewInvTaskDebug() *InvTaskDebug

NewInvTaskDebug instantiates a new InvTaskDebug 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 NewInvTaskDebugWithDefaults ¶

func NewInvTaskDebugWithDefaults() *InvTaskDebug

NewInvTaskDebugWithDefaults instantiates a new InvTaskDebug 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 (*InvTaskDebug) GetBreakpointCondition ¶

func (o *InvTaskDebug) GetBreakpointCondition() []ArgAtomicFilter

GetBreakpointCondition returns the BreakpointCondition field value if set, zero value otherwise.

func (*InvTaskDebug) GetBreakpointConditionOk ¶

func (o *InvTaskDebug) GetBreakpointConditionOk() (*[]ArgAtomicFilter, bool)

GetBreakpointConditionOk returns a tuple with the BreakpointCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvTaskDebug) GetInputOverrides ¶

func (o *InvTaskDebug) GetInputOverrides() map[string]string

GetInputOverrides returns the InputOverrides field value if set, zero value otherwise.

func (*InvTaskDebug) GetInputOverridesOk ¶

func (o *InvTaskDebug) GetInputOverridesOk() (*map[string]string, bool)

GetInputOverridesOk returns a tuple with the InputOverrides field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvTaskDebug) GetIsMarkedWithBreakpoint ¶

func (o *InvTaskDebug) GetIsMarkedWithBreakpoint() bool

GetIsMarkedWithBreakpoint returns the IsMarkedWithBreakpoint field value if set, zero value otherwise.

func (*InvTaskDebug) GetIsMarkedWithBreakpointOk ¶

func (o *InvTaskDebug) GetIsMarkedWithBreakpointOk() (*bool, bool)

GetIsMarkedWithBreakpointOk returns a tuple with the IsMarkedWithBreakpoint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvTaskDebug) GetIsMarkedWithSkip ¶

func (o *InvTaskDebug) GetIsMarkedWithSkip() bool

GetIsMarkedWithSkip returns the IsMarkedWithSkip field value if set, zero value otherwise.

func (*InvTaskDebug) GetIsMarkedWithSkipOk ¶

func (o *InvTaskDebug) GetIsMarkedWithSkipOk() (*bool, bool)

GetIsMarkedWithSkipOk returns a tuple with the IsMarkedWithSkip field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvTaskDebug) GetOutputOverrides ¶

func (o *InvTaskDebug) GetOutputOverrides() map[string]map[string]interface{}

GetOutputOverrides returns the OutputOverrides field value if set, zero value otherwise.

func (*InvTaskDebug) GetOutputOverridesOk ¶

func (o *InvTaskDebug) GetOutputOverridesOk() (*map[string]map[string]interface{}, bool)

GetOutputOverridesOk returns a tuple with the OutputOverrides field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvTaskDebug) GetShouldOverrideDebugInfo ¶

func (o *InvTaskDebug) GetShouldOverrideDebugInfo() bool

GetShouldOverrideDebugInfo returns the ShouldOverrideDebugInfo field value if set, zero value otherwise.

func (*InvTaskDebug) GetShouldOverrideDebugInfoOk ¶

func (o *InvTaskDebug) GetShouldOverrideDebugInfoOk() (*bool, bool)

GetShouldOverrideDebugInfoOk returns a tuple with the ShouldOverrideDebugInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvTaskDebug) GetSkipConditionOverrideTo ¶

func (o *InvTaskDebug) GetSkipConditionOverrideTo() string

GetSkipConditionOverrideTo returns the SkipConditionOverrideTo field value if set, zero value otherwise.

func (*InvTaskDebug) GetSkipConditionOverrideToOk ¶

func (o *InvTaskDebug) GetSkipConditionOverrideToOk() (*string, bool)

GetSkipConditionOverrideToOk returns a tuple with the SkipConditionOverrideTo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvTaskDebug) GetTaskOriginalId ¶

func (o *InvTaskDebug) GetTaskOriginalId() string

GetTaskOriginalId returns the TaskOriginalId field value if set, zero value otherwise.

func (*InvTaskDebug) GetTaskOriginalIdOk ¶

func (o *InvTaskDebug) GetTaskOriginalIdOk() (*string, bool)

GetTaskOriginalIdOk returns a tuple with the TaskOriginalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvTaskDebug) HasBreakpointCondition ¶

func (o *InvTaskDebug) HasBreakpointCondition() bool

HasBreakpointCondition returns a boolean if a field has been set.

func (*InvTaskDebug) HasInputOverrides ¶

func (o *InvTaskDebug) HasInputOverrides() bool

HasInputOverrides returns a boolean if a field has been set.

func (*InvTaskDebug) HasIsMarkedWithBreakpoint ¶

func (o *InvTaskDebug) HasIsMarkedWithBreakpoint() bool

HasIsMarkedWithBreakpoint returns a boolean if a field has been set.

func (*InvTaskDebug) HasIsMarkedWithSkip ¶

func (o *InvTaskDebug) HasIsMarkedWithSkip() bool

HasIsMarkedWithSkip returns a boolean if a field has been set.

func (*InvTaskDebug) HasOutputOverrides ¶

func (o *InvTaskDebug) HasOutputOverrides() bool

HasOutputOverrides returns a boolean if a field has been set.

func (*InvTaskDebug) HasShouldOverrideDebugInfo ¶

func (o *InvTaskDebug) HasShouldOverrideDebugInfo() bool

HasShouldOverrideDebugInfo returns a boolean if a field has been set.

func (*InvTaskDebug) HasSkipConditionOverrideTo ¶

func (o *InvTaskDebug) HasSkipConditionOverrideTo() bool

HasSkipConditionOverrideTo returns a boolean if a field has been set.

func (*InvTaskDebug) HasTaskOriginalId ¶

func (o *InvTaskDebug) HasTaskOriginalId() bool

HasTaskOriginalId returns a boolean if a field has been set.

func (InvTaskDebug) MarshalJSON ¶

func (o InvTaskDebug) MarshalJSON() ([]byte, error)

func (*InvTaskDebug) SetBreakpointCondition ¶

func (o *InvTaskDebug) SetBreakpointCondition(v []ArgAtomicFilter)

SetBreakpointCondition gets a reference to the given []ArgAtomicFilter and assigns it to the BreakpointCondition field.

func (*InvTaskDebug) SetInputOverrides ¶

func (o *InvTaskDebug) SetInputOverrides(v map[string]string)

SetInputOverrides gets a reference to the given map[string]string and assigns it to the InputOverrides field.

func (*InvTaskDebug) SetIsMarkedWithBreakpoint ¶

func (o *InvTaskDebug) SetIsMarkedWithBreakpoint(v bool)

SetIsMarkedWithBreakpoint gets a reference to the given bool and assigns it to the IsMarkedWithBreakpoint field.

func (*InvTaskDebug) SetIsMarkedWithSkip ¶

func (o *InvTaskDebug) SetIsMarkedWithSkip(v bool)

SetIsMarkedWithSkip gets a reference to the given bool and assigns it to the IsMarkedWithSkip field.

func (*InvTaskDebug) SetOutputOverrides ¶

func (o *InvTaskDebug) SetOutputOverrides(v map[string]map[string]interface{})

SetOutputOverrides gets a reference to the given map[string]map[string]interface{} and assigns it to the OutputOverrides field.

func (*InvTaskDebug) SetShouldOverrideDebugInfo ¶

func (o *InvTaskDebug) SetShouldOverrideDebugInfo(v bool)

SetShouldOverrideDebugInfo gets a reference to the given bool and assigns it to the ShouldOverrideDebugInfo field.

func (*InvTaskDebug) SetSkipConditionOverrideTo ¶

func (o *InvTaskDebug) SetSkipConditionOverrideTo(v string)

SetSkipConditionOverrideTo gets a reference to the given string and assigns it to the SkipConditionOverrideTo field.

func (*InvTaskDebug) SetTaskOriginalId ¶

func (o *InvTaskDebug) SetTaskOriginalId(v string)

SetTaskOriginalId gets a reference to the given string and assigns it to the TaskOriginalId field.

type InvTaskInfo ¶

type InvTaskInfo struct {
	Args          *map[string]AdvanceArg `json:"args,omitempty"`
	Comment       *string                `json:"comment,omitempty"`
	Conditions    *[]TaskCondition       `json:"conditions,omitempty"`
	InTaskID      *string                `json:"inTaskID,omitempty"`
	Input         *string                `json:"input,omitempty"`
	InvId         *string                `json:"invId,omitempty"`
	LoopArgs      *map[string]AdvanceArg `json:"loopArgs,omitempty"`
	LoopCondition *[][]ArgAtomicFilter   `json:"loopCondition,omitempty"`
	Version       *int64                 `json:"version,omitempty"`
}

InvTaskInfo struct for InvTaskInfo

func NewInvTaskInfo ¶

func NewInvTaskInfo() *InvTaskInfo

NewInvTaskInfo instantiates a new InvTaskInfo 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 NewInvTaskInfoWithDefaults ¶

func NewInvTaskInfoWithDefaults() *InvTaskInfo

NewInvTaskInfoWithDefaults instantiates a new InvTaskInfo 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 (*InvTaskInfo) GetArgs ¶

func (o *InvTaskInfo) GetArgs() map[string]AdvanceArg

GetArgs returns the Args field value if set, zero value otherwise.

func (*InvTaskInfo) GetArgsOk ¶

func (o *InvTaskInfo) GetArgsOk() (*map[string]AdvanceArg, bool)

GetArgsOk returns a tuple with the Args field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvTaskInfo) GetComment ¶

func (o *InvTaskInfo) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*InvTaskInfo) GetCommentOk ¶

func (o *InvTaskInfo) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvTaskInfo) GetConditions ¶

func (o *InvTaskInfo) GetConditions() []TaskCondition

GetConditions returns the Conditions field value if set, zero value otherwise.

func (*InvTaskInfo) GetConditionsOk ¶

func (o *InvTaskInfo) GetConditionsOk() (*[]TaskCondition, bool)

GetConditionsOk returns a tuple with the Conditions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvTaskInfo) GetInTaskID ¶

func (o *InvTaskInfo) GetInTaskID() string

GetInTaskID returns the InTaskID field value if set, zero value otherwise.

func (*InvTaskInfo) GetInTaskIDOk ¶

func (o *InvTaskInfo) GetInTaskIDOk() (*string, bool)

GetInTaskIDOk returns a tuple with the InTaskID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvTaskInfo) GetInput ¶

func (o *InvTaskInfo) GetInput() string

GetInput returns the Input field value if set, zero value otherwise.

func (*InvTaskInfo) GetInputOk ¶

func (o *InvTaskInfo) GetInputOk() (*string, bool)

GetInputOk returns a tuple with the Input field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvTaskInfo) GetInvId ¶

func (o *InvTaskInfo) GetInvId() string

GetInvId returns the InvId field value if set, zero value otherwise.

func (*InvTaskInfo) GetInvIdOk ¶

func (o *InvTaskInfo) GetInvIdOk() (*string, bool)

GetInvIdOk returns a tuple with the InvId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvTaskInfo) GetLoopArgs ¶

func (o *InvTaskInfo) GetLoopArgs() map[string]AdvanceArg

GetLoopArgs returns the LoopArgs field value if set, zero value otherwise.

func (*InvTaskInfo) GetLoopArgsOk ¶

func (o *InvTaskInfo) GetLoopArgsOk() (*map[string]AdvanceArg, bool)

GetLoopArgsOk returns a tuple with the LoopArgs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvTaskInfo) GetLoopCondition ¶

func (o *InvTaskInfo) GetLoopCondition() [][]ArgAtomicFilter

GetLoopCondition returns the LoopCondition field value if set, zero value otherwise.

func (*InvTaskInfo) GetLoopConditionOk ¶

func (o *InvTaskInfo) GetLoopConditionOk() (*[][]ArgAtomicFilter, bool)

GetLoopConditionOk returns a tuple with the LoopCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvTaskInfo) GetVersion ¶

func (o *InvTaskInfo) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*InvTaskInfo) GetVersionOk ¶

func (o *InvTaskInfo) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvTaskInfo) HasArgs ¶

func (o *InvTaskInfo) HasArgs() bool

HasArgs returns a boolean if a field has been set.

func (*InvTaskInfo) HasComment ¶

func (o *InvTaskInfo) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*InvTaskInfo) HasConditions ¶

func (o *InvTaskInfo) HasConditions() bool

HasConditions returns a boolean if a field has been set.

func (*InvTaskInfo) HasInTaskID ¶

func (o *InvTaskInfo) HasInTaskID() bool

HasInTaskID returns a boolean if a field has been set.

func (*InvTaskInfo) HasInput ¶

func (o *InvTaskInfo) HasInput() bool

HasInput returns a boolean if a field has been set.

func (*InvTaskInfo) HasInvId ¶

func (o *InvTaskInfo) HasInvId() bool

HasInvId returns a boolean if a field has been set.

func (*InvTaskInfo) HasLoopArgs ¶

func (o *InvTaskInfo) HasLoopArgs() bool

HasLoopArgs returns a boolean if a field has been set.

func (*InvTaskInfo) HasLoopCondition ¶

func (o *InvTaskInfo) HasLoopCondition() bool

HasLoopCondition returns a boolean if a field has been set.

func (*InvTaskInfo) HasVersion ¶

func (o *InvTaskInfo) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (InvTaskInfo) MarshalJSON ¶

func (o InvTaskInfo) MarshalJSON() ([]byte, error)

func (*InvTaskInfo) SetArgs ¶

func (o *InvTaskInfo) SetArgs(v map[string]AdvanceArg)

SetArgs gets a reference to the given map[string]AdvanceArg and assigns it to the Args field.

func (*InvTaskInfo) SetComment ¶

func (o *InvTaskInfo) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*InvTaskInfo) SetConditions ¶

func (o *InvTaskInfo) SetConditions(v []TaskCondition)

SetConditions gets a reference to the given []TaskCondition and assigns it to the Conditions field.

func (*InvTaskInfo) SetInTaskID ¶

func (o *InvTaskInfo) SetInTaskID(v string)

SetInTaskID gets a reference to the given string and assigns it to the InTaskID field.

func (*InvTaskInfo) SetInput ¶

func (o *InvTaskInfo) SetInput(v string)

SetInput gets a reference to the given string and assigns it to the Input field.

func (*InvTaskInfo) SetInvId ¶

func (o *InvTaskInfo) SetInvId(v string)

SetInvId gets a reference to the given string and assigns it to the InvId field.

func (*InvTaskInfo) SetLoopArgs ¶

func (o *InvTaskInfo) SetLoopArgs(v map[string]AdvanceArg)

SetLoopArgs gets a reference to the given map[string]AdvanceArg and assigns it to the LoopArgs field.

func (*InvTaskInfo) SetLoopCondition ¶

func (o *InvTaskInfo) SetLoopCondition(v [][]ArgAtomicFilter)

SetLoopCondition gets a reference to the given [][]ArgAtomicFilter and assigns it to the LoopCondition field.

func (*InvTaskInfo) SetVersion ¶

func (o *InvTaskInfo) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

type Investigation ¶

type Investigation struct {
	ShardID      *int64 `json:"ShardID,omitempty"`
	AllRead      *bool  `json:"allRead,omitempty"`
	AllReadWrite *bool  `json:"allReadWrite,omitempty"`
	// Category of the investigation
	Category *string `json:"category,omitempty"`
	// ChildInvestigations id's
	ChildInvestigations *[]string `json:"childInvestigations,omitempty"`
	// When was this closed
	Closed *time.Time `json:"closed,omitempty"`
	// The user ID that closed this investigation
	ClosingUserId *string `json:"closingUserId,omitempty"`
	// When was this created
	Created *time.Time `json:"created,omitempty"`
	// The user ID that created this investigation
	CreatingUserId *string `json:"creatingUserId,omitempty"`
	// Who has created this event - relevant only for manual incidents
	DbotCreatedBy *string `json:"dbotCreatedBy,omitempty"`
	// User defined free text details
	Details *string `json:"details,omitempty"`
	// One time entitlements
	Entitlements *[]string `json:"entitlements,omitempty"`
	// EntryUsers
	EntryUsers *[]string `json:"entryUsers,omitempty"`
	// Internal field to make queries on role faster
	HasRole *bool `json:"hasRole,omitempty"`
	// HighPriority - tasks of this investigation should run in high priority
	HighPriority *bool                `json:"highPriority,omitempty"`
	Highlight    *map[string][]string `json:"highlight,omitempty"`
	Id           *string              `json:"id,omitempty"`
	// IsChildInvestigation
	IsChildInvestigation *bool `json:"isChildInvestigation,omitempty"`
	// IsDebug ...
	IsDebug  *bool      `json:"isDebug,omitempty"`
	LastOpen *time.Time `json:"lastOpen,omitempty"`
	// MirrorAutoClose will tell us to close the Chat Module channel if we close investigation
	MirrorAutoClose *map[string]bool `json:"mirrorAutoClose,omitempty"`
	// MirrorTypes holds info about mirror direction and message type to be mirrored message type can be either 'all' or 'chat' direction can be either 'FromDemisto', 'ToDemisto' or 'Both' if this investigation is mirrored
	MirrorTypes *map[string]string `json:"mirrorTypes,omitempty"`
	Modified    *time.Time         `json:"modified,omitempty"`
	// The name of the investigation, which is unique to the project
	Name      *string `json:"name,omitempty"`
	NumericId *int64  `json:"numericId,omitempty"`
	// Duration from open to close time
	OpenDuration *int64 `json:"openDuration,omitempty"`
	// ParentInvestigation - parent id, in case this is a child investigation of another investigation
	ParentInvestigation *string `json:"parentInvestigation,omitempty"`
	// Persistent entitlement per tag. Empty tag will also return an entitlement
	PersistentEntitlements *map[string]string `json:"persistentEntitlements,omitempty"`
	PreviousAllRead        *bool              `json:"previousAllRead,omitempty"`
	PreviousAllReadWrite   *bool              `json:"previousAllReadWrite,omitempty"`
	// Do not change this field manually
	PreviousRoles *[]string `json:"previousRoles,omitempty"`
	PrimaryTerm   *int64    `json:"primaryTerm,omitempty"`
	RawCategory   *string   `json:"rawCategory,omitempty"`
	// The reason for the status (resolve)
	Reason *map[string]string `json:"reason,omitempty"`
	// The role assigned to this investigation
	Roles *[]string `json:"roles,omitempty"`
	// RunStatus of a job
	RunStatus      *string `json:"runStatus,omitempty"`
	SequenceNumber *int64  `json:"sequenceNumber,omitempty"`
	// DEPRECATED - DeprecatedSlackMirrorAutoClose will tell us to close the Slack channel if we close investigation
	SlackMirrorAutoClose *bool `json:"slackMirrorAutoClose,omitempty"`
	// DEPRECATED - DeprecatedSlackMirrorType holds info about mirror direction and message type to be mirror message type can be either 'all' or 'chat' direction can be either 'demisto2Slack', 'slack2Demisto' or 'both' if this investigation is mirrored to Slack
	SlackMirrorType *string   `json:"slackMirrorType,omitempty"`
	SortValues      *[]string `json:"sortValues,omitempty"`
	// InvestigationStatus is the status type
	Status *float64 `json:"status,omitempty"`
	// The systems involved
	Systems *[]System `json:"systems,omitempty"`
	// Tags
	Tags *[]string `json:"tags,omitempty"`
	Type *float64  `json:"type,omitempty"`
	// The users who share this investigation
	Users                      *[]string `json:"users,omitempty"`
	Version                    *int64    `json:"version,omitempty"`
	XsoarHasReadOnlyRole       *bool     `json:"xsoarHasReadOnlyRole,omitempty"`
	XsoarPreviousReadOnlyRoles *[]string `json:"xsoarPreviousReadOnlyRoles,omitempty"`
	XsoarReadOnlyRoles         *[]string `json:"xsoarReadOnlyRoles,omitempty"`
}

Investigation A special investigation called playground is created for each user-project combination and is a private space for the researcher to play in.

func NewInvestigation ¶

func NewInvestigation() *Investigation

NewInvestigation instantiates a new Investigation 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 NewInvestigationWithDefaults ¶

func NewInvestigationWithDefaults() *Investigation

NewInvestigationWithDefaults instantiates a new Investigation 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 (*Investigation) GetAllRead ¶

func (o *Investigation) GetAllRead() bool

GetAllRead returns the AllRead field value if set, zero value otherwise.

func (*Investigation) GetAllReadOk ¶

func (o *Investigation) GetAllReadOk() (*bool, bool)

GetAllReadOk returns a tuple with the AllRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetAllReadWrite ¶

func (o *Investigation) GetAllReadWrite() bool

GetAllReadWrite returns the AllReadWrite field value if set, zero value otherwise.

func (*Investigation) GetAllReadWriteOk ¶

func (o *Investigation) GetAllReadWriteOk() (*bool, bool)

GetAllReadWriteOk returns a tuple with the AllReadWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetCategory ¶

func (o *Investigation) GetCategory() string

GetCategory returns the Category field value if set, zero value otherwise.

func (*Investigation) GetCategoryOk ¶

func (o *Investigation) GetCategoryOk() (*string, bool)

GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetChildInvestigations ¶

func (o *Investigation) GetChildInvestigations() []string

GetChildInvestigations returns the ChildInvestigations field value if set, zero value otherwise.

func (*Investigation) GetChildInvestigationsOk ¶

func (o *Investigation) GetChildInvestigationsOk() (*[]string, bool)

GetChildInvestigationsOk returns a tuple with the ChildInvestigations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetClosed ¶

func (o *Investigation) GetClosed() time.Time

GetClosed returns the Closed field value if set, zero value otherwise.

func (*Investigation) GetClosedOk ¶

func (o *Investigation) GetClosedOk() (*time.Time, bool)

GetClosedOk returns a tuple with the Closed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetClosingUserId ¶

func (o *Investigation) GetClosingUserId() string

GetClosingUserId returns the ClosingUserId field value if set, zero value otherwise.

func (*Investigation) GetClosingUserIdOk ¶

func (o *Investigation) GetClosingUserIdOk() (*string, bool)

GetClosingUserIdOk returns a tuple with the ClosingUserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetCreated ¶

func (o *Investigation) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*Investigation) GetCreatedOk ¶

func (o *Investigation) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetCreatingUserId ¶

func (o *Investigation) GetCreatingUserId() string

GetCreatingUserId returns the CreatingUserId field value if set, zero value otherwise.

func (*Investigation) GetCreatingUserIdOk ¶

func (o *Investigation) GetCreatingUserIdOk() (*string, bool)

GetCreatingUserIdOk returns a tuple with the CreatingUserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetDbotCreatedBy ¶

func (o *Investigation) GetDbotCreatedBy() string

GetDbotCreatedBy returns the DbotCreatedBy field value if set, zero value otherwise.

func (*Investigation) GetDbotCreatedByOk ¶

func (o *Investigation) GetDbotCreatedByOk() (*string, bool)

GetDbotCreatedByOk returns a tuple with the DbotCreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetDetails ¶

func (o *Investigation) GetDetails() string

GetDetails returns the Details field value if set, zero value otherwise.

func (*Investigation) GetDetailsOk ¶

func (o *Investigation) GetDetailsOk() (*string, bool)

GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetEntitlements ¶

func (o *Investigation) GetEntitlements() []string

GetEntitlements returns the Entitlements field value if set, zero value otherwise.

func (*Investigation) GetEntitlementsOk ¶

func (o *Investigation) GetEntitlementsOk() (*[]string, bool)

GetEntitlementsOk returns a tuple with the Entitlements field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetEntryUsers ¶

func (o *Investigation) GetEntryUsers() []string

GetEntryUsers returns the EntryUsers field value if set, zero value otherwise.

func (*Investigation) GetEntryUsersOk ¶

func (o *Investigation) GetEntryUsersOk() (*[]string, bool)

GetEntryUsersOk returns a tuple with the EntryUsers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetHasRole ¶

func (o *Investigation) GetHasRole() bool

GetHasRole returns the HasRole field value if set, zero value otherwise.

func (*Investigation) GetHasRoleOk ¶

func (o *Investigation) GetHasRoleOk() (*bool, bool)

GetHasRoleOk returns a tuple with the HasRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetHighPriority ¶

func (o *Investigation) GetHighPriority() bool

GetHighPriority returns the HighPriority field value if set, zero value otherwise.

func (*Investigation) GetHighPriorityOk ¶

func (o *Investigation) GetHighPriorityOk() (*bool, bool)

GetHighPriorityOk returns a tuple with the HighPriority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetHighlight ¶

func (o *Investigation) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*Investigation) GetHighlightOk ¶

func (o *Investigation) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetId ¶

func (o *Investigation) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Investigation) GetIdOk ¶

func (o *Investigation) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetIsChildInvestigation ¶

func (o *Investigation) GetIsChildInvestigation() bool

GetIsChildInvestigation returns the IsChildInvestigation field value if set, zero value otherwise.

func (*Investigation) GetIsChildInvestigationOk ¶

func (o *Investigation) GetIsChildInvestigationOk() (*bool, bool)

GetIsChildInvestigationOk returns a tuple with the IsChildInvestigation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetIsDebug ¶

func (o *Investigation) GetIsDebug() bool

GetIsDebug returns the IsDebug field value if set, zero value otherwise.

func (*Investigation) GetIsDebugOk ¶

func (o *Investigation) GetIsDebugOk() (*bool, bool)

GetIsDebugOk returns a tuple with the IsDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetLastOpen ¶

func (o *Investigation) GetLastOpen() time.Time

GetLastOpen returns the LastOpen field value if set, zero value otherwise.

func (*Investigation) GetLastOpenOk ¶

func (o *Investigation) GetLastOpenOk() (*time.Time, bool)

GetLastOpenOk returns a tuple with the LastOpen field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetMirrorAutoClose ¶

func (o *Investigation) GetMirrorAutoClose() map[string]bool

GetMirrorAutoClose returns the MirrorAutoClose field value if set, zero value otherwise.

func (*Investigation) GetMirrorAutoCloseOk ¶

func (o *Investigation) GetMirrorAutoCloseOk() (*map[string]bool, bool)

GetMirrorAutoCloseOk returns a tuple with the MirrorAutoClose field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetMirrorTypes ¶

func (o *Investigation) GetMirrorTypes() map[string]string

GetMirrorTypes returns the MirrorTypes field value if set, zero value otherwise.

func (*Investigation) GetMirrorTypesOk ¶

func (o *Investigation) GetMirrorTypesOk() (*map[string]string, bool)

GetMirrorTypesOk returns a tuple with the MirrorTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetModified ¶

func (o *Investigation) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*Investigation) GetModifiedOk ¶

func (o *Investigation) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetName ¶

func (o *Investigation) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Investigation) GetNameOk ¶

func (o *Investigation) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetNumericId ¶

func (o *Investigation) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*Investigation) GetNumericIdOk ¶

func (o *Investigation) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetOpenDuration ¶

func (o *Investigation) GetOpenDuration() int64

GetOpenDuration returns the OpenDuration field value if set, zero value otherwise.

func (*Investigation) GetOpenDurationOk ¶

func (o *Investigation) GetOpenDurationOk() (*int64, bool)

GetOpenDurationOk returns a tuple with the OpenDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetParentInvestigation ¶

func (o *Investigation) GetParentInvestigation() string

GetParentInvestigation returns the ParentInvestigation field value if set, zero value otherwise.

func (*Investigation) GetParentInvestigationOk ¶

func (o *Investigation) GetParentInvestigationOk() (*string, bool)

GetParentInvestigationOk returns a tuple with the ParentInvestigation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetPersistentEntitlements ¶

func (o *Investigation) GetPersistentEntitlements() map[string]string

GetPersistentEntitlements returns the PersistentEntitlements field value if set, zero value otherwise.

func (*Investigation) GetPersistentEntitlementsOk ¶

func (o *Investigation) GetPersistentEntitlementsOk() (*map[string]string, bool)

GetPersistentEntitlementsOk returns a tuple with the PersistentEntitlements field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetPreviousAllRead ¶

func (o *Investigation) GetPreviousAllRead() bool

GetPreviousAllRead returns the PreviousAllRead field value if set, zero value otherwise.

func (*Investigation) GetPreviousAllReadOk ¶

func (o *Investigation) GetPreviousAllReadOk() (*bool, bool)

GetPreviousAllReadOk returns a tuple with the PreviousAllRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetPreviousAllReadWrite ¶

func (o *Investigation) GetPreviousAllReadWrite() bool

GetPreviousAllReadWrite returns the PreviousAllReadWrite field value if set, zero value otherwise.

func (*Investigation) GetPreviousAllReadWriteOk ¶

func (o *Investigation) GetPreviousAllReadWriteOk() (*bool, bool)

GetPreviousAllReadWriteOk returns a tuple with the PreviousAllReadWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetPreviousRoles ¶

func (o *Investigation) GetPreviousRoles() []string

GetPreviousRoles returns the PreviousRoles field value if set, zero value otherwise.

func (*Investigation) GetPreviousRolesOk ¶

func (o *Investigation) GetPreviousRolesOk() (*[]string, bool)

GetPreviousRolesOk returns a tuple with the PreviousRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetPrimaryTerm ¶

func (o *Investigation) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*Investigation) GetPrimaryTermOk ¶

func (o *Investigation) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetRawCategory ¶

func (o *Investigation) GetRawCategory() string

GetRawCategory returns the RawCategory field value if set, zero value otherwise.

func (*Investigation) GetRawCategoryOk ¶

func (o *Investigation) GetRawCategoryOk() (*string, bool)

GetRawCategoryOk returns a tuple with the RawCategory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetReason ¶

func (o *Investigation) GetReason() map[string]string

GetReason returns the Reason field value if set, zero value otherwise.

func (*Investigation) GetReasonOk ¶

func (o *Investigation) GetReasonOk() (*map[string]string, bool)

GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetRoles ¶

func (o *Investigation) GetRoles() []string

GetRoles returns the Roles field value if set, zero value otherwise.

func (*Investigation) GetRolesOk ¶

func (o *Investigation) GetRolesOk() (*[]string, bool)

GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetRunStatus ¶

func (o *Investigation) GetRunStatus() string

GetRunStatus returns the RunStatus field value if set, zero value otherwise.

func (*Investigation) GetRunStatusOk ¶

func (o *Investigation) GetRunStatusOk() (*string, bool)

GetRunStatusOk returns a tuple with the RunStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetSequenceNumber ¶

func (o *Investigation) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*Investigation) GetSequenceNumberOk ¶

func (o *Investigation) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetShardID ¶

func (o *Investigation) GetShardID() int64

GetShardID returns the ShardID field value if set, zero value otherwise.

func (*Investigation) GetShardIDOk ¶

func (o *Investigation) GetShardIDOk() (*int64, bool)

GetShardIDOk returns a tuple with the ShardID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetSlackMirrorAutoClose ¶

func (o *Investigation) GetSlackMirrorAutoClose() bool

GetSlackMirrorAutoClose returns the SlackMirrorAutoClose field value if set, zero value otherwise.

func (*Investigation) GetSlackMirrorAutoCloseOk ¶

func (o *Investigation) GetSlackMirrorAutoCloseOk() (*bool, bool)

GetSlackMirrorAutoCloseOk returns a tuple with the SlackMirrorAutoClose field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetSlackMirrorType ¶

func (o *Investigation) GetSlackMirrorType() string

GetSlackMirrorType returns the SlackMirrorType field value if set, zero value otherwise.

func (*Investigation) GetSlackMirrorTypeOk ¶

func (o *Investigation) GetSlackMirrorTypeOk() (*string, bool)

GetSlackMirrorTypeOk returns a tuple with the SlackMirrorType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetSortValues ¶

func (o *Investigation) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*Investigation) GetSortValuesOk ¶

func (o *Investigation) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetStatus ¶

func (o *Investigation) GetStatus() float64

GetStatus returns the Status field value if set, zero value otherwise.

func (*Investigation) GetStatusOk ¶

func (o *Investigation) GetStatusOk() (*float64, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetSystems ¶

func (o *Investigation) GetSystems() []System

GetSystems returns the Systems field value if set, zero value otherwise.

func (*Investigation) GetSystemsOk ¶

func (o *Investigation) GetSystemsOk() (*[]System, bool)

GetSystemsOk returns a tuple with the Systems field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetTags ¶

func (o *Investigation) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*Investigation) GetTagsOk ¶

func (o *Investigation) GetTagsOk() (*[]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetType ¶

func (o *Investigation) GetType() float64

GetType returns the Type field value if set, zero value otherwise.

func (*Investigation) GetTypeOk ¶

func (o *Investigation) GetTypeOk() (*float64, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetUsers ¶

func (o *Investigation) GetUsers() []string

GetUsers returns the Users field value if set, zero value otherwise.

func (*Investigation) GetUsersOk ¶

func (o *Investigation) GetUsersOk() (*[]string, bool)

GetUsersOk returns a tuple with the Users field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetVersion ¶

func (o *Investigation) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*Investigation) GetVersionOk ¶

func (o *Investigation) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetXsoarHasReadOnlyRole ¶

func (o *Investigation) GetXsoarHasReadOnlyRole() bool

GetXsoarHasReadOnlyRole returns the XsoarHasReadOnlyRole field value if set, zero value otherwise.

func (*Investigation) GetXsoarHasReadOnlyRoleOk ¶

func (o *Investigation) GetXsoarHasReadOnlyRoleOk() (*bool, bool)

GetXsoarHasReadOnlyRoleOk returns a tuple with the XsoarHasReadOnlyRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetXsoarPreviousReadOnlyRoles ¶

func (o *Investigation) GetXsoarPreviousReadOnlyRoles() []string

GetXsoarPreviousReadOnlyRoles returns the XsoarPreviousReadOnlyRoles field value if set, zero value otherwise.

func (*Investigation) GetXsoarPreviousReadOnlyRolesOk ¶

func (o *Investigation) GetXsoarPreviousReadOnlyRolesOk() (*[]string, bool)

GetXsoarPreviousReadOnlyRolesOk returns a tuple with the XsoarPreviousReadOnlyRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) GetXsoarReadOnlyRoles ¶

func (o *Investigation) GetXsoarReadOnlyRoles() []string

GetXsoarReadOnlyRoles returns the XsoarReadOnlyRoles field value if set, zero value otherwise.

func (*Investigation) GetXsoarReadOnlyRolesOk ¶

func (o *Investigation) GetXsoarReadOnlyRolesOk() (*[]string, bool)

GetXsoarReadOnlyRolesOk returns a tuple with the XsoarReadOnlyRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Investigation) HasAllRead ¶

func (o *Investigation) HasAllRead() bool

HasAllRead returns a boolean if a field has been set.

func (*Investigation) HasAllReadWrite ¶

func (o *Investigation) HasAllReadWrite() bool

HasAllReadWrite returns a boolean if a field has been set.

func (*Investigation) HasCategory ¶

func (o *Investigation) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*Investigation) HasChildInvestigations ¶

func (o *Investigation) HasChildInvestigations() bool

HasChildInvestigations returns a boolean if a field has been set.

func (*Investigation) HasClosed ¶

func (o *Investigation) HasClosed() bool

HasClosed returns a boolean if a field has been set.

func (*Investigation) HasClosingUserId ¶

func (o *Investigation) HasClosingUserId() bool

HasClosingUserId returns a boolean if a field has been set.

func (*Investigation) HasCreated ¶

func (o *Investigation) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*Investigation) HasCreatingUserId ¶

func (o *Investigation) HasCreatingUserId() bool

HasCreatingUserId returns a boolean if a field has been set.

func (*Investigation) HasDbotCreatedBy ¶

func (o *Investigation) HasDbotCreatedBy() bool

HasDbotCreatedBy returns a boolean if a field has been set.

func (*Investigation) HasDetails ¶

func (o *Investigation) HasDetails() bool

HasDetails returns a boolean if a field has been set.

func (*Investigation) HasEntitlements ¶

func (o *Investigation) HasEntitlements() bool

HasEntitlements returns a boolean if a field has been set.

func (*Investigation) HasEntryUsers ¶

func (o *Investigation) HasEntryUsers() bool

HasEntryUsers returns a boolean if a field has been set.

func (*Investigation) HasHasRole ¶

func (o *Investigation) HasHasRole() bool

HasHasRole returns a boolean if a field has been set.

func (*Investigation) HasHighPriority ¶

func (o *Investigation) HasHighPriority() bool

HasHighPriority returns a boolean if a field has been set.

func (*Investigation) HasHighlight ¶

func (o *Investigation) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*Investigation) HasId ¶

func (o *Investigation) HasId() bool

HasId returns a boolean if a field has been set.

func (*Investigation) HasIsChildInvestigation ¶

func (o *Investigation) HasIsChildInvestigation() bool

HasIsChildInvestigation returns a boolean if a field has been set.

func (*Investigation) HasIsDebug ¶

func (o *Investigation) HasIsDebug() bool

HasIsDebug returns a boolean if a field has been set.

func (*Investigation) HasLastOpen ¶

func (o *Investigation) HasLastOpen() bool

HasLastOpen returns a boolean if a field has been set.

func (*Investigation) HasMirrorAutoClose ¶

func (o *Investigation) HasMirrorAutoClose() bool

HasMirrorAutoClose returns a boolean if a field has been set.

func (*Investigation) HasMirrorTypes ¶

func (o *Investigation) HasMirrorTypes() bool

HasMirrorTypes returns a boolean if a field has been set.

func (*Investigation) HasModified ¶

func (o *Investigation) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*Investigation) HasName ¶

func (o *Investigation) HasName() bool

HasName returns a boolean if a field has been set.

func (*Investigation) HasNumericId ¶

func (o *Investigation) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*Investigation) HasOpenDuration ¶

func (o *Investigation) HasOpenDuration() bool

HasOpenDuration returns a boolean if a field has been set.

func (*Investigation) HasParentInvestigation ¶

func (o *Investigation) HasParentInvestigation() bool

HasParentInvestigation returns a boolean if a field has been set.

func (*Investigation) HasPersistentEntitlements ¶

func (o *Investigation) HasPersistentEntitlements() bool

HasPersistentEntitlements returns a boolean if a field has been set.

func (*Investigation) HasPreviousAllRead ¶

func (o *Investigation) HasPreviousAllRead() bool

HasPreviousAllRead returns a boolean if a field has been set.

func (*Investigation) HasPreviousAllReadWrite ¶

func (o *Investigation) HasPreviousAllReadWrite() bool

HasPreviousAllReadWrite returns a boolean if a field has been set.

func (*Investigation) HasPreviousRoles ¶

func (o *Investigation) HasPreviousRoles() bool

HasPreviousRoles returns a boolean if a field has been set.

func (*Investigation) HasPrimaryTerm ¶

func (o *Investigation) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*Investigation) HasRawCategory ¶

func (o *Investigation) HasRawCategory() bool

HasRawCategory returns a boolean if a field has been set.

func (*Investigation) HasReason ¶

func (o *Investigation) HasReason() bool

HasReason returns a boolean if a field has been set.

func (*Investigation) HasRoles ¶

func (o *Investigation) HasRoles() bool

HasRoles returns a boolean if a field has been set.

func (*Investigation) HasRunStatus ¶

func (o *Investigation) HasRunStatus() bool

HasRunStatus returns a boolean if a field has been set.

func (*Investigation) HasSequenceNumber ¶

func (o *Investigation) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*Investigation) HasShardID ¶

func (o *Investigation) HasShardID() bool

HasShardID returns a boolean if a field has been set.

func (*Investigation) HasSlackMirrorAutoClose ¶

func (o *Investigation) HasSlackMirrorAutoClose() bool

HasSlackMirrorAutoClose returns a boolean if a field has been set.

func (*Investigation) HasSlackMirrorType ¶

func (o *Investigation) HasSlackMirrorType() bool

HasSlackMirrorType returns a boolean if a field has been set.

func (*Investigation) HasSortValues ¶

func (o *Investigation) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*Investigation) HasStatus ¶

func (o *Investigation) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*Investigation) HasSystems ¶

func (o *Investigation) HasSystems() bool

HasSystems returns a boolean if a field has been set.

func (*Investigation) HasTags ¶

func (o *Investigation) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*Investigation) HasType ¶

func (o *Investigation) HasType() bool

HasType returns a boolean if a field has been set.

func (*Investigation) HasUsers ¶

func (o *Investigation) HasUsers() bool

HasUsers returns a boolean if a field has been set.

func (*Investigation) HasVersion ¶

func (o *Investigation) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (*Investigation) HasXsoarHasReadOnlyRole ¶

func (o *Investigation) HasXsoarHasReadOnlyRole() bool

HasXsoarHasReadOnlyRole returns a boolean if a field has been set.

func (*Investigation) HasXsoarPreviousReadOnlyRoles ¶

func (o *Investigation) HasXsoarPreviousReadOnlyRoles() bool

HasXsoarPreviousReadOnlyRoles returns a boolean if a field has been set.

func (*Investigation) HasXsoarReadOnlyRoles ¶

func (o *Investigation) HasXsoarReadOnlyRoles() bool

HasXsoarReadOnlyRoles returns a boolean if a field has been set.

func (Investigation) MarshalJSON ¶

func (o Investigation) MarshalJSON() ([]byte, error)

func (*Investigation) SetAllRead ¶

func (o *Investigation) SetAllRead(v bool)

SetAllRead gets a reference to the given bool and assigns it to the AllRead field.

func (*Investigation) SetAllReadWrite ¶

func (o *Investigation) SetAllReadWrite(v bool)

SetAllReadWrite gets a reference to the given bool and assigns it to the AllReadWrite field.

func (*Investigation) SetCategory ¶

func (o *Investigation) SetCategory(v string)

SetCategory gets a reference to the given string and assigns it to the Category field.

func (*Investigation) SetChildInvestigations ¶

func (o *Investigation) SetChildInvestigations(v []string)

SetChildInvestigations gets a reference to the given []string and assigns it to the ChildInvestigations field.

func (*Investigation) SetClosed ¶

func (o *Investigation) SetClosed(v time.Time)

SetClosed gets a reference to the given time.Time and assigns it to the Closed field.

func (*Investigation) SetClosingUserId ¶

func (o *Investigation) SetClosingUserId(v string)

SetClosingUserId gets a reference to the given string and assigns it to the ClosingUserId field.

func (*Investigation) SetCreated ¶

func (o *Investigation) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*Investigation) SetCreatingUserId ¶

func (o *Investigation) SetCreatingUserId(v string)

SetCreatingUserId gets a reference to the given string and assigns it to the CreatingUserId field.

func (*Investigation) SetDbotCreatedBy ¶

func (o *Investigation) SetDbotCreatedBy(v string)

SetDbotCreatedBy gets a reference to the given string and assigns it to the DbotCreatedBy field.

func (*Investigation) SetDetails ¶

func (o *Investigation) SetDetails(v string)

SetDetails gets a reference to the given string and assigns it to the Details field.

func (*Investigation) SetEntitlements ¶

func (o *Investigation) SetEntitlements(v []string)

SetEntitlements gets a reference to the given []string and assigns it to the Entitlements field.

func (*Investigation) SetEntryUsers ¶

func (o *Investigation) SetEntryUsers(v []string)

SetEntryUsers gets a reference to the given []string and assigns it to the EntryUsers field.

func (*Investigation) SetHasRole ¶

func (o *Investigation) SetHasRole(v bool)

SetHasRole gets a reference to the given bool and assigns it to the HasRole field.

func (*Investigation) SetHighPriority ¶

func (o *Investigation) SetHighPriority(v bool)

SetHighPriority gets a reference to the given bool and assigns it to the HighPriority field.

func (*Investigation) SetHighlight ¶

func (o *Investigation) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*Investigation) SetId ¶

func (o *Investigation) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Investigation) SetIsChildInvestigation ¶

func (o *Investigation) SetIsChildInvestigation(v bool)

SetIsChildInvestigation gets a reference to the given bool and assigns it to the IsChildInvestigation field.

func (*Investigation) SetIsDebug ¶

func (o *Investigation) SetIsDebug(v bool)

SetIsDebug gets a reference to the given bool and assigns it to the IsDebug field.

func (*Investigation) SetLastOpen ¶

func (o *Investigation) SetLastOpen(v time.Time)

SetLastOpen gets a reference to the given time.Time and assigns it to the LastOpen field.

func (*Investigation) SetMirrorAutoClose ¶

func (o *Investigation) SetMirrorAutoClose(v map[string]bool)

SetMirrorAutoClose gets a reference to the given map[string]bool and assigns it to the MirrorAutoClose field.

func (*Investigation) SetMirrorTypes ¶

func (o *Investigation) SetMirrorTypes(v map[string]string)

SetMirrorTypes gets a reference to the given map[string]string and assigns it to the MirrorTypes field.

func (*Investigation) SetModified ¶

func (o *Investigation) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*Investigation) SetName ¶

func (o *Investigation) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*Investigation) SetNumericId ¶

func (o *Investigation) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*Investigation) SetOpenDuration ¶

func (o *Investigation) SetOpenDuration(v int64)

SetOpenDuration gets a reference to the given int64 and assigns it to the OpenDuration field.

func (*Investigation) SetParentInvestigation ¶

func (o *Investigation) SetParentInvestigation(v string)

SetParentInvestigation gets a reference to the given string and assigns it to the ParentInvestigation field.

func (*Investigation) SetPersistentEntitlements ¶

func (o *Investigation) SetPersistentEntitlements(v map[string]string)

SetPersistentEntitlements gets a reference to the given map[string]string and assigns it to the PersistentEntitlements field.

func (*Investigation) SetPreviousAllRead ¶

func (o *Investigation) SetPreviousAllRead(v bool)

SetPreviousAllRead gets a reference to the given bool and assigns it to the PreviousAllRead field.

func (*Investigation) SetPreviousAllReadWrite ¶

func (o *Investigation) SetPreviousAllReadWrite(v bool)

SetPreviousAllReadWrite gets a reference to the given bool and assigns it to the PreviousAllReadWrite field.

func (*Investigation) SetPreviousRoles ¶

func (o *Investigation) SetPreviousRoles(v []string)

SetPreviousRoles gets a reference to the given []string and assigns it to the PreviousRoles field.

func (*Investigation) SetPrimaryTerm ¶

func (o *Investigation) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*Investigation) SetRawCategory ¶

func (o *Investigation) SetRawCategory(v string)

SetRawCategory gets a reference to the given string and assigns it to the RawCategory field.

func (*Investigation) SetReason ¶

func (o *Investigation) SetReason(v map[string]string)

SetReason gets a reference to the given map[string]string and assigns it to the Reason field.

func (*Investigation) SetRoles ¶

func (o *Investigation) SetRoles(v []string)

SetRoles gets a reference to the given []string and assigns it to the Roles field.

func (*Investigation) SetRunStatus ¶

func (o *Investigation) SetRunStatus(v string)

SetRunStatus gets a reference to the given string and assigns it to the RunStatus field.

func (*Investigation) SetSequenceNumber ¶

func (o *Investigation) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*Investigation) SetShardID ¶

func (o *Investigation) SetShardID(v int64)

SetShardID gets a reference to the given int64 and assigns it to the ShardID field.

func (*Investigation) SetSlackMirrorAutoClose ¶

func (o *Investigation) SetSlackMirrorAutoClose(v bool)

SetSlackMirrorAutoClose gets a reference to the given bool and assigns it to the SlackMirrorAutoClose field.

func (*Investigation) SetSlackMirrorType ¶

func (o *Investigation) SetSlackMirrorType(v string)

SetSlackMirrorType gets a reference to the given string and assigns it to the SlackMirrorType field.

func (*Investigation) SetSortValues ¶

func (o *Investigation) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*Investigation) SetStatus ¶

func (o *Investigation) SetStatus(v float64)

SetStatus gets a reference to the given float64 and assigns it to the Status field.

func (*Investigation) SetSystems ¶

func (o *Investigation) SetSystems(v []System)

SetSystems gets a reference to the given []System and assigns it to the Systems field.

func (*Investigation) SetTags ¶

func (o *Investigation) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*Investigation) SetType ¶

func (o *Investigation) SetType(v float64)

SetType gets a reference to the given float64 and assigns it to the Type field.

func (*Investigation) SetUsers ¶

func (o *Investigation) SetUsers(v []string)

SetUsers gets a reference to the given []string and assigns it to the Users field.

func (*Investigation) SetVersion ¶

func (o *Investigation) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

func (*Investigation) SetXsoarHasReadOnlyRole ¶

func (o *Investigation) SetXsoarHasReadOnlyRole(v bool)

SetXsoarHasReadOnlyRole gets a reference to the given bool and assigns it to the XsoarHasReadOnlyRole field.

func (*Investigation) SetXsoarPreviousReadOnlyRoles ¶

func (o *Investigation) SetXsoarPreviousReadOnlyRoles(v []string)

SetXsoarPreviousReadOnlyRoles gets a reference to the given []string and assigns it to the XsoarPreviousReadOnlyRoles field.

func (*Investigation) SetXsoarReadOnlyRoles ¶

func (o *Investigation) SetXsoarReadOnlyRoles(v []string)

SetXsoarReadOnlyRoles gets a reference to the given []string and assigns it to the XsoarReadOnlyRoles field.

type InvestigationFilter ¶

type InvestigationFilter struct {
	// Cache of join functions
	Cache           *map[string][]string `json:"Cache,omitempty"`
	AndOp           *bool                `json:"andOp,omitempty"`
	Category        *[]string            `json:"category,omitempty"`
	FromCloseDate   *time.Time           `json:"fromCloseDate,omitempty"`
	FromDate        *time.Time           `json:"fromDate,omitempty"`
	FromDateLicense *time.Time           `json:"fromDateLicense,omitempty"`
	Id              *[]string            `json:"id,omitempty"`
	IdsOnly         *bool                `json:"idsOnly,omitempty"`
	// Do not use workers mechanism while searching bleve
	IgnoreWorkers   *bool     `json:"ignoreWorkers,omitempty"`
	IncludeChildInv *bool     `json:"includeChildInv,omitempty"`
	Name            *[]string `json:"name,omitempty"`
	NotCategory     *[]string `json:"notCategory,omitempty"`
	NotIDs          *[]string `json:"notIDs,omitempty"`
	// 0-based page
	Page   *int64    `json:"page,omitempty"`
	Period *Period   `json:"period,omitempty"`
	Reason *[]string `json:"reason,omitempty"`
	// Efficient next page, pass max sort value from previous page
	SearchAfter *[]string `json:"searchAfter,omitempty"`
	// Efficient next page, pass max ES sort value from previous page
	SearchAfterElastic *[]string `json:"searchAfterElastic,omitempty"`
	// Efficient prev page, pass min sort value from next page
	SearchBefore *[]string `json:"searchBefore,omitempty"`
	// Efficient prev page, pass min ES sort value from next page
	SearchBeforeElastic *[]string `json:"searchBeforeElastic,omitempty"`
	// Size is limited to 1000, if not passed it defaults to 0, and no results will return
	Size *int64 `json:"size,omitempty"`
	// The sort order
	Sort   *[]Order   `json:"sort,omitempty"`
	Status *[]float64 `json:"status,omitempty"`
	// A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
	TimeFrame   *int64     `json:"timeFrame,omitempty"`
	ToCloseDate *time.Time `json:"toCloseDate,omitempty"`
	ToDate      *time.Time `json:"toDate,omitempty"`
	Type        *[]float64 `json:"type,omitempty"`
	User        *[]string  `json:"user,omitempty"`
}

InvestigationFilter struct for InvestigationFilter

func NewInvestigationFilter ¶

func NewInvestigationFilter() *InvestigationFilter

NewInvestigationFilter instantiates a new InvestigationFilter 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 NewInvestigationFilterWithDefaults ¶

func NewInvestigationFilterWithDefaults() *InvestigationFilter

NewInvestigationFilterWithDefaults instantiates a new InvestigationFilter 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 (*InvestigationFilter) GetAndOp ¶

func (o *InvestigationFilter) GetAndOp() bool

GetAndOp returns the AndOp field value if set, zero value otherwise.

func (*InvestigationFilter) GetAndOpOk ¶

func (o *InvestigationFilter) GetAndOpOk() (*bool, bool)

GetAndOpOk returns a tuple with the AndOp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetCache ¶

func (o *InvestigationFilter) GetCache() map[string][]string

GetCache returns the Cache field value if set, zero value otherwise.

func (*InvestigationFilter) GetCacheOk ¶

func (o *InvestigationFilter) GetCacheOk() (*map[string][]string, bool)

GetCacheOk returns a tuple with the Cache field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetCategory ¶

func (o *InvestigationFilter) GetCategory() []string

GetCategory returns the Category field value if set, zero value otherwise.

func (*InvestigationFilter) GetCategoryOk ¶

func (o *InvestigationFilter) GetCategoryOk() (*[]string, bool)

GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetFromCloseDate ¶

func (o *InvestigationFilter) GetFromCloseDate() time.Time

GetFromCloseDate returns the FromCloseDate field value if set, zero value otherwise.

func (*InvestigationFilter) GetFromCloseDateOk ¶

func (o *InvestigationFilter) GetFromCloseDateOk() (*time.Time, bool)

GetFromCloseDateOk returns a tuple with the FromCloseDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetFromDate ¶

func (o *InvestigationFilter) GetFromDate() time.Time

GetFromDate returns the FromDate field value if set, zero value otherwise.

func (*InvestigationFilter) GetFromDateLicense ¶

func (o *InvestigationFilter) GetFromDateLicense() time.Time

GetFromDateLicense returns the FromDateLicense field value if set, zero value otherwise.

func (*InvestigationFilter) GetFromDateLicenseOk ¶

func (o *InvestigationFilter) GetFromDateLicenseOk() (*time.Time, bool)

GetFromDateLicenseOk returns a tuple with the FromDateLicense field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetFromDateOk ¶

func (o *InvestigationFilter) GetFromDateOk() (*time.Time, bool)

GetFromDateOk returns a tuple with the FromDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetId ¶

func (o *InvestigationFilter) GetId() []string

GetId returns the Id field value if set, zero value otherwise.

func (*InvestigationFilter) GetIdOk ¶

func (o *InvestigationFilter) GetIdOk() (*[]string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetIdsOnly ¶

func (o *InvestigationFilter) GetIdsOnly() bool

GetIdsOnly returns the IdsOnly field value if set, zero value otherwise.

func (*InvestigationFilter) GetIdsOnlyOk ¶

func (o *InvestigationFilter) GetIdsOnlyOk() (*bool, bool)

GetIdsOnlyOk returns a tuple with the IdsOnly field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetIgnoreWorkers ¶

func (o *InvestigationFilter) GetIgnoreWorkers() bool

GetIgnoreWorkers returns the IgnoreWorkers field value if set, zero value otherwise.

func (*InvestigationFilter) GetIgnoreWorkersOk ¶

func (o *InvestigationFilter) GetIgnoreWorkersOk() (*bool, bool)

GetIgnoreWorkersOk returns a tuple with the IgnoreWorkers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetIncludeChildInv ¶

func (o *InvestigationFilter) GetIncludeChildInv() bool

GetIncludeChildInv returns the IncludeChildInv field value if set, zero value otherwise.

func (*InvestigationFilter) GetIncludeChildInvOk ¶

func (o *InvestigationFilter) GetIncludeChildInvOk() (*bool, bool)

GetIncludeChildInvOk returns a tuple with the IncludeChildInv field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetName ¶

func (o *InvestigationFilter) GetName() []string

GetName returns the Name field value if set, zero value otherwise.

func (*InvestigationFilter) GetNameOk ¶

func (o *InvestigationFilter) GetNameOk() (*[]string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetNotCategory ¶

func (o *InvestigationFilter) GetNotCategory() []string

GetNotCategory returns the NotCategory field value if set, zero value otherwise.

func (*InvestigationFilter) GetNotCategoryOk ¶

func (o *InvestigationFilter) GetNotCategoryOk() (*[]string, bool)

GetNotCategoryOk returns a tuple with the NotCategory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetNotIDs ¶

func (o *InvestigationFilter) GetNotIDs() []string

GetNotIDs returns the NotIDs field value if set, zero value otherwise.

func (*InvestigationFilter) GetNotIDsOk ¶

func (o *InvestigationFilter) GetNotIDsOk() (*[]string, bool)

GetNotIDsOk returns a tuple with the NotIDs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetPage ¶

func (o *InvestigationFilter) GetPage() int64

GetPage returns the Page field value if set, zero value otherwise.

func (*InvestigationFilter) GetPageOk ¶

func (o *InvestigationFilter) GetPageOk() (*int64, bool)

GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetPeriod ¶

func (o *InvestigationFilter) GetPeriod() Period

GetPeriod returns the Period field value if set, zero value otherwise.

func (*InvestigationFilter) GetPeriodOk ¶

func (o *InvestigationFilter) GetPeriodOk() (*Period, bool)

GetPeriodOk returns a tuple with the Period field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetReason ¶

func (o *InvestigationFilter) GetReason() []string

GetReason returns the Reason field value if set, zero value otherwise.

func (*InvestigationFilter) GetReasonOk ¶

func (o *InvestigationFilter) GetReasonOk() (*[]string, bool)

GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetSearchAfter ¶

func (o *InvestigationFilter) GetSearchAfter() []string

GetSearchAfter returns the SearchAfter field value if set, zero value otherwise.

func (*InvestigationFilter) GetSearchAfterElastic ¶

func (o *InvestigationFilter) GetSearchAfterElastic() []string

GetSearchAfterElastic returns the SearchAfterElastic field value if set, zero value otherwise.

func (*InvestigationFilter) GetSearchAfterElasticOk ¶

func (o *InvestigationFilter) GetSearchAfterElasticOk() (*[]string, bool)

GetSearchAfterElasticOk returns a tuple with the SearchAfterElastic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetSearchAfterOk ¶

func (o *InvestigationFilter) GetSearchAfterOk() (*[]string, bool)

GetSearchAfterOk returns a tuple with the SearchAfter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetSearchBefore ¶

func (o *InvestigationFilter) GetSearchBefore() []string

GetSearchBefore returns the SearchBefore field value if set, zero value otherwise.

func (*InvestigationFilter) GetSearchBeforeElastic ¶

func (o *InvestigationFilter) GetSearchBeforeElastic() []string

GetSearchBeforeElastic returns the SearchBeforeElastic field value if set, zero value otherwise.

func (*InvestigationFilter) GetSearchBeforeElasticOk ¶

func (o *InvestigationFilter) GetSearchBeforeElasticOk() (*[]string, bool)

GetSearchBeforeElasticOk returns a tuple with the SearchBeforeElastic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetSearchBeforeOk ¶

func (o *InvestigationFilter) GetSearchBeforeOk() (*[]string, bool)

GetSearchBeforeOk returns a tuple with the SearchBefore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetSize ¶

func (o *InvestigationFilter) GetSize() int64

GetSize returns the Size field value if set, zero value otherwise.

func (*InvestigationFilter) GetSizeOk ¶

func (o *InvestigationFilter) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetSort ¶

func (o *InvestigationFilter) GetSort() []Order

GetSort returns the Sort field value if set, zero value otherwise.

func (*InvestigationFilter) GetSortOk ¶

func (o *InvestigationFilter) GetSortOk() (*[]Order, bool)

GetSortOk returns a tuple with the Sort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetStatus ¶

func (o *InvestigationFilter) GetStatus() []float64

GetStatus returns the Status field value if set, zero value otherwise.

func (*InvestigationFilter) GetStatusOk ¶

func (o *InvestigationFilter) GetStatusOk() (*[]float64, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetTimeFrame ¶

func (o *InvestigationFilter) GetTimeFrame() int64

GetTimeFrame returns the TimeFrame field value if set, zero value otherwise.

func (*InvestigationFilter) GetTimeFrameOk ¶

func (o *InvestigationFilter) GetTimeFrameOk() (*int64, bool)

GetTimeFrameOk returns a tuple with the TimeFrame field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetToCloseDate ¶

func (o *InvestigationFilter) GetToCloseDate() time.Time

GetToCloseDate returns the ToCloseDate field value if set, zero value otherwise.

func (*InvestigationFilter) GetToCloseDateOk ¶

func (o *InvestigationFilter) GetToCloseDateOk() (*time.Time, bool)

GetToCloseDateOk returns a tuple with the ToCloseDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetToDate ¶

func (o *InvestigationFilter) GetToDate() time.Time

GetToDate returns the ToDate field value if set, zero value otherwise.

func (*InvestigationFilter) GetToDateOk ¶

func (o *InvestigationFilter) GetToDateOk() (*time.Time, bool)

GetToDateOk returns a tuple with the ToDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetType ¶

func (o *InvestigationFilter) GetType() []float64

GetType returns the Type field value if set, zero value otherwise.

func (*InvestigationFilter) GetTypeOk ¶

func (o *InvestigationFilter) GetTypeOk() (*[]float64, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) GetUser ¶

func (o *InvestigationFilter) GetUser() []string

GetUser returns the User field value if set, zero value otherwise.

func (*InvestigationFilter) GetUserOk ¶

func (o *InvestigationFilter) GetUserOk() (*[]string, bool)

GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationFilter) HasAndOp ¶

func (o *InvestigationFilter) HasAndOp() bool

HasAndOp returns a boolean if a field has been set.

func (*InvestigationFilter) HasCache ¶

func (o *InvestigationFilter) HasCache() bool

HasCache returns a boolean if a field has been set.

func (*InvestigationFilter) HasCategory ¶

func (o *InvestigationFilter) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*InvestigationFilter) HasFromCloseDate ¶

func (o *InvestigationFilter) HasFromCloseDate() bool

HasFromCloseDate returns a boolean if a field has been set.

func (*InvestigationFilter) HasFromDate ¶

func (o *InvestigationFilter) HasFromDate() bool

HasFromDate returns a boolean if a field has been set.

func (*InvestigationFilter) HasFromDateLicense ¶

func (o *InvestigationFilter) HasFromDateLicense() bool

HasFromDateLicense returns a boolean if a field has been set.

func (*InvestigationFilter) HasId ¶

func (o *InvestigationFilter) HasId() bool

HasId returns a boolean if a field has been set.

func (*InvestigationFilter) HasIdsOnly ¶

func (o *InvestigationFilter) HasIdsOnly() bool

HasIdsOnly returns a boolean if a field has been set.

func (*InvestigationFilter) HasIgnoreWorkers ¶

func (o *InvestigationFilter) HasIgnoreWorkers() bool

HasIgnoreWorkers returns a boolean if a field has been set.

func (*InvestigationFilter) HasIncludeChildInv ¶

func (o *InvestigationFilter) HasIncludeChildInv() bool

HasIncludeChildInv returns a boolean if a field has been set.

func (*InvestigationFilter) HasName ¶

func (o *InvestigationFilter) HasName() bool

HasName returns a boolean if a field has been set.

func (*InvestigationFilter) HasNotCategory ¶

func (o *InvestigationFilter) HasNotCategory() bool

HasNotCategory returns a boolean if a field has been set.

func (*InvestigationFilter) HasNotIDs ¶

func (o *InvestigationFilter) HasNotIDs() bool

HasNotIDs returns a boolean if a field has been set.

func (*InvestigationFilter) HasPage ¶

func (o *InvestigationFilter) HasPage() bool

HasPage returns a boolean if a field has been set.

func (*InvestigationFilter) HasPeriod ¶

func (o *InvestigationFilter) HasPeriod() bool

HasPeriod returns a boolean if a field has been set.

func (*InvestigationFilter) HasReason ¶

func (o *InvestigationFilter) HasReason() bool

HasReason returns a boolean if a field has been set.

func (*InvestigationFilter) HasSearchAfter ¶

func (o *InvestigationFilter) HasSearchAfter() bool

HasSearchAfter returns a boolean if a field has been set.

func (*InvestigationFilter) HasSearchAfterElastic ¶

func (o *InvestigationFilter) HasSearchAfterElastic() bool

HasSearchAfterElastic returns a boolean if a field has been set.

func (*InvestigationFilter) HasSearchBefore ¶

func (o *InvestigationFilter) HasSearchBefore() bool

HasSearchBefore returns a boolean if a field has been set.

func (*InvestigationFilter) HasSearchBeforeElastic ¶

func (o *InvestigationFilter) HasSearchBeforeElastic() bool

HasSearchBeforeElastic returns a boolean if a field has been set.

func (*InvestigationFilter) HasSize ¶

func (o *InvestigationFilter) HasSize() bool

HasSize returns a boolean if a field has been set.

func (*InvestigationFilter) HasSort ¶

func (o *InvestigationFilter) HasSort() bool

HasSort returns a boolean if a field has been set.

func (*InvestigationFilter) HasStatus ¶

func (o *InvestigationFilter) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*InvestigationFilter) HasTimeFrame ¶

func (o *InvestigationFilter) HasTimeFrame() bool

HasTimeFrame returns a boolean if a field has been set.

func (*InvestigationFilter) HasToCloseDate ¶

func (o *InvestigationFilter) HasToCloseDate() bool

HasToCloseDate returns a boolean if a field has been set.

func (*InvestigationFilter) HasToDate ¶

func (o *InvestigationFilter) HasToDate() bool

HasToDate returns a boolean if a field has been set.

func (*InvestigationFilter) HasType ¶

func (o *InvestigationFilter) HasType() bool

HasType returns a boolean if a field has been set.

func (*InvestigationFilter) HasUser ¶

func (o *InvestigationFilter) HasUser() bool

HasUser returns a boolean if a field has been set.

func (InvestigationFilter) MarshalJSON ¶

func (o InvestigationFilter) MarshalJSON() ([]byte, error)

func (*InvestigationFilter) SetAndOp ¶

func (o *InvestigationFilter) SetAndOp(v bool)

SetAndOp gets a reference to the given bool and assigns it to the AndOp field.

func (*InvestigationFilter) SetCache ¶

func (o *InvestigationFilter) SetCache(v map[string][]string)

SetCache gets a reference to the given map[string][]string and assigns it to the Cache field.

func (*InvestigationFilter) SetCategory ¶

func (o *InvestigationFilter) SetCategory(v []string)

SetCategory gets a reference to the given []string and assigns it to the Category field.

func (*InvestigationFilter) SetFromCloseDate ¶

func (o *InvestigationFilter) SetFromCloseDate(v time.Time)

SetFromCloseDate gets a reference to the given time.Time and assigns it to the FromCloseDate field.

func (*InvestigationFilter) SetFromDate ¶

func (o *InvestigationFilter) SetFromDate(v time.Time)

SetFromDate gets a reference to the given time.Time and assigns it to the FromDate field.

func (*InvestigationFilter) SetFromDateLicense ¶

func (o *InvestigationFilter) SetFromDateLicense(v time.Time)

SetFromDateLicense gets a reference to the given time.Time and assigns it to the FromDateLicense field.

func (*InvestigationFilter) SetId ¶

func (o *InvestigationFilter) SetId(v []string)

SetId gets a reference to the given []string and assigns it to the Id field.

func (*InvestigationFilter) SetIdsOnly ¶

func (o *InvestigationFilter) SetIdsOnly(v bool)

SetIdsOnly gets a reference to the given bool and assigns it to the IdsOnly field.

func (*InvestigationFilter) SetIgnoreWorkers ¶

func (o *InvestigationFilter) SetIgnoreWorkers(v bool)

SetIgnoreWorkers gets a reference to the given bool and assigns it to the IgnoreWorkers field.

func (*InvestigationFilter) SetIncludeChildInv ¶

func (o *InvestigationFilter) SetIncludeChildInv(v bool)

SetIncludeChildInv gets a reference to the given bool and assigns it to the IncludeChildInv field.

func (*InvestigationFilter) SetName ¶

func (o *InvestigationFilter) SetName(v []string)

SetName gets a reference to the given []string and assigns it to the Name field.

func (*InvestigationFilter) SetNotCategory ¶

func (o *InvestigationFilter) SetNotCategory(v []string)

SetNotCategory gets a reference to the given []string and assigns it to the NotCategory field.

func (*InvestigationFilter) SetNotIDs ¶

func (o *InvestigationFilter) SetNotIDs(v []string)

SetNotIDs gets a reference to the given []string and assigns it to the NotIDs field.

func (*InvestigationFilter) SetPage ¶

func (o *InvestigationFilter) SetPage(v int64)

SetPage gets a reference to the given int64 and assigns it to the Page field.

func (*InvestigationFilter) SetPeriod ¶

func (o *InvestigationFilter) SetPeriod(v Period)

SetPeriod gets a reference to the given Period and assigns it to the Period field.

func (*InvestigationFilter) SetReason ¶

func (o *InvestigationFilter) SetReason(v []string)

SetReason gets a reference to the given []string and assigns it to the Reason field.

func (*InvestigationFilter) SetSearchAfter ¶

func (o *InvestigationFilter) SetSearchAfter(v []string)

SetSearchAfter gets a reference to the given []string and assigns it to the SearchAfter field.

func (*InvestigationFilter) SetSearchAfterElastic ¶

func (o *InvestigationFilter) SetSearchAfterElastic(v []string)

SetSearchAfterElastic gets a reference to the given []string and assigns it to the SearchAfterElastic field.

func (*InvestigationFilter) SetSearchBefore ¶

func (o *InvestigationFilter) SetSearchBefore(v []string)

SetSearchBefore gets a reference to the given []string and assigns it to the SearchBefore field.

func (*InvestigationFilter) SetSearchBeforeElastic ¶

func (o *InvestigationFilter) SetSearchBeforeElastic(v []string)

SetSearchBeforeElastic gets a reference to the given []string and assigns it to the SearchBeforeElastic field.

func (*InvestigationFilter) SetSize ¶

func (o *InvestigationFilter) SetSize(v int64)

SetSize gets a reference to the given int64 and assigns it to the Size field.

func (*InvestigationFilter) SetSort ¶

func (o *InvestigationFilter) SetSort(v []Order)

SetSort gets a reference to the given []Order and assigns it to the Sort field.

func (*InvestigationFilter) SetStatus ¶

func (o *InvestigationFilter) SetStatus(v []float64)

SetStatus gets a reference to the given []float64 and assigns it to the Status field.

func (*InvestigationFilter) SetTimeFrame ¶

func (o *InvestigationFilter) SetTimeFrame(v int64)

SetTimeFrame gets a reference to the given int64 and assigns it to the TimeFrame field.

func (*InvestigationFilter) SetToCloseDate ¶

func (o *InvestigationFilter) SetToCloseDate(v time.Time)

SetToCloseDate gets a reference to the given time.Time and assigns it to the ToCloseDate field.

func (*InvestigationFilter) SetToDate ¶

func (o *InvestigationFilter) SetToDate(v time.Time)

SetToDate gets a reference to the given time.Time and assigns it to the ToDate field.

func (*InvestigationFilter) SetType ¶

func (o *InvestigationFilter) SetType(v []float64)

SetType gets a reference to the given []float64 and assigns it to the Type field.

func (*InvestigationFilter) SetUser ¶

func (o *InvestigationFilter) SetUser(v []string)

SetUser gets a reference to the given []string and assigns it to the User field.

type InvestigationPlaybook ¶

type InvestigationPlaybook struct {
	Dirty               *bool                                         `json:"Dirty,omitempty"`
	ReadyPlaybookInputs *map[string]map[string]map[string]interface{} `json:"ReadyPlaybookInputs,omitempty"`
	// Indicate whether this playbook has new history during this session
	ReplacedPlaybook   *bool   `json:"ReplacedPlaybook,omitempty"`
	ShardID            *int64  `json:"ShardID,omitempty"`
	UpdatedOperatorIDs *bool   `json:"UpdatedOperatorIDs,omitempty"`
	AllRead            *bool   `json:"allRead,omitempty"`
	AllReadWrite       *bool   `json:"allReadWrite,omitempty"`
	AutoExtracting     *bool   `json:"autoExtracting,omitempty"`
	Comment            *string `json:"comment,omitempty"`
	// Who has created this event - relevant only for manual incidents
	DbotCreatedBy *string `json:"dbotCreatedBy,omitempty"`
	// Internal field to make queries on role faster
	HasRole   *bool                `json:"hasRole,omitempty"`
	Highlight *map[string][]string `json:"highlight,omitempty"`
	Id        *string              `json:"id,omitempty"`
	// Incident create date
	IncidentCreateDate *time.Time `json:"incidentCreateDate,omitempty"`
	// PlaybookInputs - array of PlaybookInput
	Inputs          *[]PlaybookInput      `json:"inputs,omitempty"`
	InvPBDebugInfo  *InvPlaybookDebugInfo `json:"invPBDebugInfo,omitempty"`
	InvestigationId *string               `json:"investigationId,omitempty"`
	IsTIM           *bool                 `json:"isTIM,omitempty"`
	Modified        *time.Time            `json:"modified,omitempty"`
	Name            *string               `json:"name,omitempty"`
	NumericId       *int64                `json:"numericId,omitempty"`
	// PlaybookOutputs - array of PlaybookOutput
	Outputs *[]PlaybookOutput `json:"outputs,omitempty"`
	// in: body
	PbHistory *[]InvestigationPlaybookData `json:"pbHistory,omitempty"`
	// Tasks that are marked for running, but cannot yet run due to incomplete parents
	PendingTasks         *map[string]map[string]interface{} `json:"pendingTasks,omitempty"`
	PlaybookId           *string                            `json:"playbookId,omitempty"`
	PreviousAllRead      *bool                              `json:"previousAllRead,omitempty"`
	PreviousAllReadWrite *bool                              `json:"previousAllReadWrite,omitempty"`
	// Do not change this field manually
	PreviousRoles    *[]string `json:"previousRoles,omitempty"`
	PrimaryTerm      *int64    `json:"primaryTerm,omitempty"`
	Quiet            *bool     `json:"quiet,omitempty"`
	RecoveryAttempts *int64    `json:"recoveryAttempts,omitempty"`
	// The role assigned to this investigation
	Roles          *[]string `json:"roles,omitempty"`
	SequenceNumber *int64    `json:"sequenceNumber,omitempty"`
	// Holds the ID of the responsible cluster app server
	ServerId   *string    `json:"serverId,omitempty"`
	SortValues *[]string  `json:"sortValues,omitempty"`
	StartDate  *time.Time `json:"startDate,omitempty"`
	// FirstTask is the root task of the playbook
	StartTaskId *string `json:"startTaskId,omitempty"`
	// InvestigationPlaybookState indicates the state of the running playbook
	State              *string                               `json:"state,omitempty"`
	SubPlaybookInputs  *map[string][]PlaybookInput           `json:"subPlaybookInputs,omitempty"`
	SubPlaybookOutputs *map[string][]PlaybookOutput          `json:"subPlaybookOutputs,omitempty"`
	Tasks              *map[string]InvestigationPlaybookTask `json:"tasks,omitempty"`
	Version            *int64                                `json:"version,omitempty"`
	// PlaybookView represents the view in client of playbook graph
	View                       *map[string]interface{} `json:"view,omitempty"`
	XsoarHasReadOnlyRole       *bool                   `json:"xsoarHasReadOnlyRole,omitempty"`
	XsoarPreviousReadOnlyRoles *[]string               `json:"xsoarPreviousReadOnlyRoles,omitempty"`
	XsoarReadOnlyRoles         *[]string               `json:"xsoarReadOnlyRoles,omitempty"`
}

InvestigationPlaybook InvestigationPlaybook is a wrapper for a linked list of Playbook tasks

func NewInvestigationPlaybook ¶

func NewInvestigationPlaybook() *InvestigationPlaybook

NewInvestigationPlaybook instantiates a new InvestigationPlaybook 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 NewInvestigationPlaybookWithDefaults ¶

func NewInvestigationPlaybookWithDefaults() *InvestigationPlaybook

NewInvestigationPlaybookWithDefaults instantiates a new InvestigationPlaybook 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 (*InvestigationPlaybook) GetAllRead ¶

func (o *InvestigationPlaybook) GetAllRead() bool

GetAllRead returns the AllRead field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetAllReadOk ¶

func (o *InvestigationPlaybook) GetAllReadOk() (*bool, bool)

GetAllReadOk returns a tuple with the AllRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetAllReadWrite ¶

func (o *InvestigationPlaybook) GetAllReadWrite() bool

GetAllReadWrite returns the AllReadWrite field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetAllReadWriteOk ¶

func (o *InvestigationPlaybook) GetAllReadWriteOk() (*bool, bool)

GetAllReadWriteOk returns a tuple with the AllReadWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetAutoExtracting ¶

func (o *InvestigationPlaybook) GetAutoExtracting() bool

GetAutoExtracting returns the AutoExtracting field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetAutoExtractingOk ¶

func (o *InvestigationPlaybook) GetAutoExtractingOk() (*bool, bool)

GetAutoExtractingOk returns a tuple with the AutoExtracting field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetComment ¶

func (o *InvestigationPlaybook) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetCommentOk ¶

func (o *InvestigationPlaybook) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetDbotCreatedBy ¶

func (o *InvestigationPlaybook) GetDbotCreatedBy() string

GetDbotCreatedBy returns the DbotCreatedBy field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetDbotCreatedByOk ¶

func (o *InvestigationPlaybook) GetDbotCreatedByOk() (*string, bool)

GetDbotCreatedByOk returns a tuple with the DbotCreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetDirty ¶

func (o *InvestigationPlaybook) GetDirty() bool

GetDirty returns the Dirty field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetDirtyOk ¶

func (o *InvestigationPlaybook) GetDirtyOk() (*bool, bool)

GetDirtyOk returns a tuple with the Dirty field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetHasRole ¶

func (o *InvestigationPlaybook) GetHasRole() bool

GetHasRole returns the HasRole field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetHasRoleOk ¶

func (o *InvestigationPlaybook) GetHasRoleOk() (*bool, bool)

GetHasRoleOk returns a tuple with the HasRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetHighlight ¶

func (o *InvestigationPlaybook) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetHighlightOk ¶

func (o *InvestigationPlaybook) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetId ¶

func (o *InvestigationPlaybook) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetIdOk ¶

func (o *InvestigationPlaybook) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetIncidentCreateDate ¶

func (o *InvestigationPlaybook) GetIncidentCreateDate() time.Time

GetIncidentCreateDate returns the IncidentCreateDate field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetIncidentCreateDateOk ¶

func (o *InvestigationPlaybook) GetIncidentCreateDateOk() (*time.Time, bool)

GetIncidentCreateDateOk returns a tuple with the IncidentCreateDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetInputs ¶

func (o *InvestigationPlaybook) GetInputs() []PlaybookInput

GetInputs returns the Inputs field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetInputsOk ¶

func (o *InvestigationPlaybook) GetInputsOk() (*[]PlaybookInput, bool)

GetInputsOk returns a tuple with the Inputs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetInvPBDebugInfo ¶

func (o *InvestigationPlaybook) GetInvPBDebugInfo() InvPlaybookDebugInfo

GetInvPBDebugInfo returns the InvPBDebugInfo field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetInvPBDebugInfoOk ¶

func (o *InvestigationPlaybook) GetInvPBDebugInfoOk() (*InvPlaybookDebugInfo, bool)

GetInvPBDebugInfoOk returns a tuple with the InvPBDebugInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetInvestigationId ¶

func (o *InvestigationPlaybook) GetInvestigationId() string

GetInvestigationId returns the InvestigationId field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetInvestigationIdOk ¶

func (o *InvestigationPlaybook) GetInvestigationIdOk() (*string, bool)

GetInvestigationIdOk returns a tuple with the InvestigationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetIsTIM ¶

func (o *InvestigationPlaybook) GetIsTIM() bool

GetIsTIM returns the IsTIM field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetIsTIMOk ¶

func (o *InvestigationPlaybook) GetIsTIMOk() (*bool, bool)

GetIsTIMOk returns a tuple with the IsTIM field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetModified ¶

func (o *InvestigationPlaybook) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetModifiedOk ¶

func (o *InvestigationPlaybook) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetName ¶

func (o *InvestigationPlaybook) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetNameOk ¶

func (o *InvestigationPlaybook) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetNumericId ¶

func (o *InvestigationPlaybook) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetNumericIdOk ¶

func (o *InvestigationPlaybook) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetOutputs ¶

func (o *InvestigationPlaybook) GetOutputs() []PlaybookOutput

GetOutputs returns the Outputs field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetOutputsOk ¶

func (o *InvestigationPlaybook) GetOutputsOk() (*[]PlaybookOutput, bool)

GetOutputsOk returns a tuple with the Outputs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetPbHistory ¶

GetPbHistory returns the PbHistory field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetPbHistoryOk ¶

func (o *InvestigationPlaybook) GetPbHistoryOk() (*[]InvestigationPlaybookData, bool)

GetPbHistoryOk returns a tuple with the PbHistory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetPendingTasks ¶

func (o *InvestigationPlaybook) GetPendingTasks() map[string]map[string]interface{}

GetPendingTasks returns the PendingTasks field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetPendingTasksOk ¶

func (o *InvestigationPlaybook) GetPendingTasksOk() (*map[string]map[string]interface{}, bool)

GetPendingTasksOk returns a tuple with the PendingTasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetPlaybookId ¶

func (o *InvestigationPlaybook) GetPlaybookId() string

GetPlaybookId returns the PlaybookId field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetPlaybookIdOk ¶

func (o *InvestigationPlaybook) GetPlaybookIdOk() (*string, bool)

GetPlaybookIdOk returns a tuple with the PlaybookId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetPreviousAllRead ¶

func (o *InvestigationPlaybook) GetPreviousAllRead() bool

GetPreviousAllRead returns the PreviousAllRead field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetPreviousAllReadOk ¶

func (o *InvestigationPlaybook) GetPreviousAllReadOk() (*bool, bool)

GetPreviousAllReadOk returns a tuple with the PreviousAllRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetPreviousAllReadWrite ¶

func (o *InvestigationPlaybook) GetPreviousAllReadWrite() bool

GetPreviousAllReadWrite returns the PreviousAllReadWrite field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetPreviousAllReadWriteOk ¶

func (o *InvestigationPlaybook) GetPreviousAllReadWriteOk() (*bool, bool)

GetPreviousAllReadWriteOk returns a tuple with the PreviousAllReadWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetPreviousRoles ¶

func (o *InvestigationPlaybook) GetPreviousRoles() []string

GetPreviousRoles returns the PreviousRoles field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetPreviousRolesOk ¶

func (o *InvestigationPlaybook) GetPreviousRolesOk() (*[]string, bool)

GetPreviousRolesOk returns a tuple with the PreviousRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetPrimaryTerm ¶

func (o *InvestigationPlaybook) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetPrimaryTermOk ¶

func (o *InvestigationPlaybook) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetQuiet ¶

func (o *InvestigationPlaybook) GetQuiet() bool

GetQuiet returns the Quiet field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetQuietOk ¶

func (o *InvestigationPlaybook) GetQuietOk() (*bool, bool)

GetQuietOk returns a tuple with the Quiet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetReadyPlaybookInputs ¶

func (o *InvestigationPlaybook) GetReadyPlaybookInputs() map[string]map[string]map[string]interface{}

GetReadyPlaybookInputs returns the ReadyPlaybookInputs field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetReadyPlaybookInputsOk ¶

func (o *InvestigationPlaybook) GetReadyPlaybookInputsOk() (*map[string]map[string]map[string]interface{}, bool)

GetReadyPlaybookInputsOk returns a tuple with the ReadyPlaybookInputs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetRecoveryAttempts ¶

func (o *InvestigationPlaybook) GetRecoveryAttempts() int64

GetRecoveryAttempts returns the RecoveryAttempts field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetRecoveryAttemptsOk ¶

func (o *InvestigationPlaybook) GetRecoveryAttemptsOk() (*int64, bool)

GetRecoveryAttemptsOk returns a tuple with the RecoveryAttempts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetReplacedPlaybook ¶

func (o *InvestigationPlaybook) GetReplacedPlaybook() bool

GetReplacedPlaybook returns the ReplacedPlaybook field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetReplacedPlaybookOk ¶

func (o *InvestigationPlaybook) GetReplacedPlaybookOk() (*bool, bool)

GetReplacedPlaybookOk returns a tuple with the ReplacedPlaybook field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetRoles ¶

func (o *InvestigationPlaybook) GetRoles() []string

GetRoles returns the Roles field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetRolesOk ¶

func (o *InvestigationPlaybook) GetRolesOk() (*[]string, bool)

GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetSequenceNumber ¶

func (o *InvestigationPlaybook) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetSequenceNumberOk ¶

func (o *InvestigationPlaybook) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetServerId ¶

func (o *InvestigationPlaybook) GetServerId() string

GetServerId returns the ServerId field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetServerIdOk ¶

func (o *InvestigationPlaybook) GetServerIdOk() (*string, bool)

GetServerIdOk returns a tuple with the ServerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetShardID ¶

func (o *InvestigationPlaybook) GetShardID() int64

GetShardID returns the ShardID field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetShardIDOk ¶

func (o *InvestigationPlaybook) GetShardIDOk() (*int64, bool)

GetShardIDOk returns a tuple with the ShardID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetSortValues ¶

func (o *InvestigationPlaybook) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetSortValuesOk ¶

func (o *InvestigationPlaybook) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetStartDate ¶

func (o *InvestigationPlaybook) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetStartDateOk ¶

func (o *InvestigationPlaybook) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetStartTaskId ¶

func (o *InvestigationPlaybook) GetStartTaskId() string

GetStartTaskId returns the StartTaskId field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetStartTaskIdOk ¶

func (o *InvestigationPlaybook) GetStartTaskIdOk() (*string, bool)

GetStartTaskIdOk returns a tuple with the StartTaskId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetState ¶

func (o *InvestigationPlaybook) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetStateOk ¶

func (o *InvestigationPlaybook) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetSubPlaybookInputs ¶

func (o *InvestigationPlaybook) GetSubPlaybookInputs() map[string][]PlaybookInput

GetSubPlaybookInputs returns the SubPlaybookInputs field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetSubPlaybookInputsOk ¶

func (o *InvestigationPlaybook) GetSubPlaybookInputsOk() (*map[string][]PlaybookInput, bool)

GetSubPlaybookInputsOk returns a tuple with the SubPlaybookInputs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetSubPlaybookOutputs ¶

func (o *InvestigationPlaybook) GetSubPlaybookOutputs() map[string][]PlaybookOutput

GetSubPlaybookOutputs returns the SubPlaybookOutputs field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetSubPlaybookOutputsOk ¶

func (o *InvestigationPlaybook) GetSubPlaybookOutputsOk() (*map[string][]PlaybookOutput, bool)

GetSubPlaybookOutputsOk returns a tuple with the SubPlaybookOutputs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetTasks ¶

GetTasks returns the Tasks field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetTasksOk ¶

GetTasksOk returns a tuple with the Tasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetUpdatedOperatorIDs ¶

func (o *InvestigationPlaybook) GetUpdatedOperatorIDs() bool

GetUpdatedOperatorIDs returns the UpdatedOperatorIDs field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetUpdatedOperatorIDsOk ¶

func (o *InvestigationPlaybook) GetUpdatedOperatorIDsOk() (*bool, bool)

GetUpdatedOperatorIDsOk returns a tuple with the UpdatedOperatorIDs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetVersion ¶

func (o *InvestigationPlaybook) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetVersionOk ¶

func (o *InvestigationPlaybook) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetView ¶

func (o *InvestigationPlaybook) GetView() map[string]interface{}

GetView returns the View field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetViewOk ¶

func (o *InvestigationPlaybook) GetViewOk() (*map[string]interface{}, bool)

GetViewOk returns a tuple with the View field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetXsoarHasReadOnlyRole ¶

func (o *InvestigationPlaybook) GetXsoarHasReadOnlyRole() bool

GetXsoarHasReadOnlyRole returns the XsoarHasReadOnlyRole field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetXsoarHasReadOnlyRoleOk ¶

func (o *InvestigationPlaybook) GetXsoarHasReadOnlyRoleOk() (*bool, bool)

GetXsoarHasReadOnlyRoleOk returns a tuple with the XsoarHasReadOnlyRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetXsoarPreviousReadOnlyRoles ¶

func (o *InvestigationPlaybook) GetXsoarPreviousReadOnlyRoles() []string

GetXsoarPreviousReadOnlyRoles returns the XsoarPreviousReadOnlyRoles field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetXsoarPreviousReadOnlyRolesOk ¶

func (o *InvestigationPlaybook) GetXsoarPreviousReadOnlyRolesOk() (*[]string, bool)

GetXsoarPreviousReadOnlyRolesOk returns a tuple with the XsoarPreviousReadOnlyRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) GetXsoarReadOnlyRoles ¶

func (o *InvestigationPlaybook) GetXsoarReadOnlyRoles() []string

GetXsoarReadOnlyRoles returns the XsoarReadOnlyRoles field value if set, zero value otherwise.

func (*InvestigationPlaybook) GetXsoarReadOnlyRolesOk ¶

func (o *InvestigationPlaybook) GetXsoarReadOnlyRolesOk() (*[]string, bool)

GetXsoarReadOnlyRolesOk returns a tuple with the XsoarReadOnlyRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybook) HasAllRead ¶

func (o *InvestigationPlaybook) HasAllRead() bool

HasAllRead returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasAllReadWrite ¶

func (o *InvestigationPlaybook) HasAllReadWrite() bool

HasAllReadWrite returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasAutoExtracting ¶

func (o *InvestigationPlaybook) HasAutoExtracting() bool

HasAutoExtracting returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasComment ¶

func (o *InvestigationPlaybook) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasDbotCreatedBy ¶

func (o *InvestigationPlaybook) HasDbotCreatedBy() bool

HasDbotCreatedBy returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasDirty ¶

func (o *InvestigationPlaybook) HasDirty() bool

HasDirty returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasHasRole ¶

func (o *InvestigationPlaybook) HasHasRole() bool

HasHasRole returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasHighlight ¶

func (o *InvestigationPlaybook) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasId ¶

func (o *InvestigationPlaybook) HasId() bool

HasId returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasIncidentCreateDate ¶

func (o *InvestigationPlaybook) HasIncidentCreateDate() bool

HasIncidentCreateDate returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasInputs ¶

func (o *InvestigationPlaybook) HasInputs() bool

HasInputs returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasInvPBDebugInfo ¶

func (o *InvestigationPlaybook) HasInvPBDebugInfo() bool

HasInvPBDebugInfo returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasInvestigationId ¶

func (o *InvestigationPlaybook) HasInvestigationId() bool

HasInvestigationId returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasIsTIM ¶

func (o *InvestigationPlaybook) HasIsTIM() bool

HasIsTIM returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasModified ¶

func (o *InvestigationPlaybook) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasName ¶

func (o *InvestigationPlaybook) HasName() bool

HasName returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasNumericId ¶

func (o *InvestigationPlaybook) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasOutputs ¶

func (o *InvestigationPlaybook) HasOutputs() bool

HasOutputs returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasPbHistory ¶

func (o *InvestigationPlaybook) HasPbHistory() bool

HasPbHistory returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasPendingTasks ¶

func (o *InvestigationPlaybook) HasPendingTasks() bool

HasPendingTasks returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasPlaybookId ¶

func (o *InvestigationPlaybook) HasPlaybookId() bool

HasPlaybookId returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasPreviousAllRead ¶

func (o *InvestigationPlaybook) HasPreviousAllRead() bool

HasPreviousAllRead returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasPreviousAllReadWrite ¶

func (o *InvestigationPlaybook) HasPreviousAllReadWrite() bool

HasPreviousAllReadWrite returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasPreviousRoles ¶

func (o *InvestigationPlaybook) HasPreviousRoles() bool

HasPreviousRoles returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasPrimaryTerm ¶

func (o *InvestigationPlaybook) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasQuiet ¶

func (o *InvestigationPlaybook) HasQuiet() bool

HasQuiet returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasReadyPlaybookInputs ¶

func (o *InvestigationPlaybook) HasReadyPlaybookInputs() bool

HasReadyPlaybookInputs returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasRecoveryAttempts ¶

func (o *InvestigationPlaybook) HasRecoveryAttempts() bool

HasRecoveryAttempts returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasReplacedPlaybook ¶

func (o *InvestigationPlaybook) HasReplacedPlaybook() bool

HasReplacedPlaybook returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasRoles ¶

func (o *InvestigationPlaybook) HasRoles() bool

HasRoles returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasSequenceNumber ¶

func (o *InvestigationPlaybook) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasServerId ¶

func (o *InvestigationPlaybook) HasServerId() bool

HasServerId returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasShardID ¶

func (o *InvestigationPlaybook) HasShardID() bool

HasShardID returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasSortValues ¶

func (o *InvestigationPlaybook) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasStartDate ¶

func (o *InvestigationPlaybook) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasStartTaskId ¶

func (o *InvestigationPlaybook) HasStartTaskId() bool

HasStartTaskId returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasState ¶

func (o *InvestigationPlaybook) HasState() bool

HasState returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasSubPlaybookInputs ¶

func (o *InvestigationPlaybook) HasSubPlaybookInputs() bool

HasSubPlaybookInputs returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasSubPlaybookOutputs ¶

func (o *InvestigationPlaybook) HasSubPlaybookOutputs() bool

HasSubPlaybookOutputs returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasTasks ¶

func (o *InvestigationPlaybook) HasTasks() bool

HasTasks returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasUpdatedOperatorIDs ¶

func (o *InvestigationPlaybook) HasUpdatedOperatorIDs() bool

HasUpdatedOperatorIDs returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasVersion ¶

func (o *InvestigationPlaybook) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasView ¶

func (o *InvestigationPlaybook) HasView() bool

HasView returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasXsoarHasReadOnlyRole ¶

func (o *InvestigationPlaybook) HasXsoarHasReadOnlyRole() bool

HasXsoarHasReadOnlyRole returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasXsoarPreviousReadOnlyRoles ¶

func (o *InvestigationPlaybook) HasXsoarPreviousReadOnlyRoles() bool

HasXsoarPreviousReadOnlyRoles returns a boolean if a field has been set.

func (*InvestigationPlaybook) HasXsoarReadOnlyRoles ¶

func (o *InvestigationPlaybook) HasXsoarReadOnlyRoles() bool

HasXsoarReadOnlyRoles returns a boolean if a field has been set.

func (InvestigationPlaybook) MarshalJSON ¶

func (o InvestigationPlaybook) MarshalJSON() ([]byte, error)

func (*InvestigationPlaybook) SetAllRead ¶

func (o *InvestigationPlaybook) SetAllRead(v bool)

SetAllRead gets a reference to the given bool and assigns it to the AllRead field.

func (*InvestigationPlaybook) SetAllReadWrite ¶

func (o *InvestigationPlaybook) SetAllReadWrite(v bool)

SetAllReadWrite gets a reference to the given bool and assigns it to the AllReadWrite field.

func (*InvestigationPlaybook) SetAutoExtracting ¶

func (o *InvestigationPlaybook) SetAutoExtracting(v bool)

SetAutoExtracting gets a reference to the given bool and assigns it to the AutoExtracting field.

func (*InvestigationPlaybook) SetComment ¶

func (o *InvestigationPlaybook) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*InvestigationPlaybook) SetDbotCreatedBy ¶

func (o *InvestigationPlaybook) SetDbotCreatedBy(v string)

SetDbotCreatedBy gets a reference to the given string and assigns it to the DbotCreatedBy field.

func (*InvestigationPlaybook) SetDirty ¶

func (o *InvestigationPlaybook) SetDirty(v bool)

SetDirty gets a reference to the given bool and assigns it to the Dirty field.

func (*InvestigationPlaybook) SetHasRole ¶

func (o *InvestigationPlaybook) SetHasRole(v bool)

SetHasRole gets a reference to the given bool and assigns it to the HasRole field.

func (*InvestigationPlaybook) SetHighlight ¶

func (o *InvestigationPlaybook) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*InvestigationPlaybook) SetId ¶

func (o *InvestigationPlaybook) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*InvestigationPlaybook) SetIncidentCreateDate ¶

func (o *InvestigationPlaybook) SetIncidentCreateDate(v time.Time)

SetIncidentCreateDate gets a reference to the given time.Time and assigns it to the IncidentCreateDate field.

func (*InvestigationPlaybook) SetInputs ¶

func (o *InvestigationPlaybook) SetInputs(v []PlaybookInput)

SetInputs gets a reference to the given []PlaybookInput and assigns it to the Inputs field.

func (*InvestigationPlaybook) SetInvPBDebugInfo ¶

func (o *InvestigationPlaybook) SetInvPBDebugInfo(v InvPlaybookDebugInfo)

SetInvPBDebugInfo gets a reference to the given InvPlaybookDebugInfo and assigns it to the InvPBDebugInfo field.

func (*InvestigationPlaybook) SetInvestigationId ¶

func (o *InvestigationPlaybook) SetInvestigationId(v string)

SetInvestigationId gets a reference to the given string and assigns it to the InvestigationId field.

func (*InvestigationPlaybook) SetIsTIM ¶

func (o *InvestigationPlaybook) SetIsTIM(v bool)

SetIsTIM gets a reference to the given bool and assigns it to the IsTIM field.

func (*InvestigationPlaybook) SetModified ¶

func (o *InvestigationPlaybook) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*InvestigationPlaybook) SetName ¶

func (o *InvestigationPlaybook) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*InvestigationPlaybook) SetNumericId ¶

func (o *InvestigationPlaybook) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*InvestigationPlaybook) SetOutputs ¶

func (o *InvestigationPlaybook) SetOutputs(v []PlaybookOutput)

SetOutputs gets a reference to the given []PlaybookOutput and assigns it to the Outputs field.

func (*InvestigationPlaybook) SetPbHistory ¶

func (o *InvestigationPlaybook) SetPbHistory(v []InvestigationPlaybookData)

SetPbHistory gets a reference to the given []InvestigationPlaybookData and assigns it to the PbHistory field.

func (*InvestigationPlaybook) SetPendingTasks ¶

func (o *InvestigationPlaybook) SetPendingTasks(v map[string]map[string]interface{})

SetPendingTasks gets a reference to the given map[string]map[string]interface{} and assigns it to the PendingTasks field.

func (*InvestigationPlaybook) SetPlaybookId ¶

func (o *InvestigationPlaybook) SetPlaybookId(v string)

SetPlaybookId gets a reference to the given string and assigns it to the PlaybookId field.

func (*InvestigationPlaybook) SetPreviousAllRead ¶

func (o *InvestigationPlaybook) SetPreviousAllRead(v bool)

SetPreviousAllRead gets a reference to the given bool and assigns it to the PreviousAllRead field.

func (*InvestigationPlaybook) SetPreviousAllReadWrite ¶

func (o *InvestigationPlaybook) SetPreviousAllReadWrite(v bool)

SetPreviousAllReadWrite gets a reference to the given bool and assigns it to the PreviousAllReadWrite field.

func (*InvestigationPlaybook) SetPreviousRoles ¶

func (o *InvestigationPlaybook) SetPreviousRoles(v []string)

SetPreviousRoles gets a reference to the given []string and assigns it to the PreviousRoles field.

func (*InvestigationPlaybook) SetPrimaryTerm ¶

func (o *InvestigationPlaybook) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*InvestigationPlaybook) SetQuiet ¶

func (o *InvestigationPlaybook) SetQuiet(v bool)

SetQuiet gets a reference to the given bool and assigns it to the Quiet field.

func (*InvestigationPlaybook) SetReadyPlaybookInputs ¶

func (o *InvestigationPlaybook) SetReadyPlaybookInputs(v map[string]map[string]map[string]interface{})

SetReadyPlaybookInputs gets a reference to the given map[string]map[string]map[string]interface{} and assigns it to the ReadyPlaybookInputs field.

func (*InvestigationPlaybook) SetRecoveryAttempts ¶

func (o *InvestigationPlaybook) SetRecoveryAttempts(v int64)

SetRecoveryAttempts gets a reference to the given int64 and assigns it to the RecoveryAttempts field.

func (*InvestigationPlaybook) SetReplacedPlaybook ¶

func (o *InvestigationPlaybook) SetReplacedPlaybook(v bool)

SetReplacedPlaybook gets a reference to the given bool and assigns it to the ReplacedPlaybook field.

func (*InvestigationPlaybook) SetRoles ¶

func (o *InvestigationPlaybook) SetRoles(v []string)

SetRoles gets a reference to the given []string and assigns it to the Roles field.

func (*InvestigationPlaybook) SetSequenceNumber ¶

func (o *InvestigationPlaybook) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*InvestigationPlaybook) SetServerId ¶

func (o *InvestigationPlaybook) SetServerId(v string)

SetServerId gets a reference to the given string and assigns it to the ServerId field.

func (*InvestigationPlaybook) SetShardID ¶

func (o *InvestigationPlaybook) SetShardID(v int64)

SetShardID gets a reference to the given int64 and assigns it to the ShardID field.

func (*InvestigationPlaybook) SetSortValues ¶

func (o *InvestigationPlaybook) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*InvestigationPlaybook) SetStartDate ¶

func (o *InvestigationPlaybook) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*InvestigationPlaybook) SetStartTaskId ¶

func (o *InvestigationPlaybook) SetStartTaskId(v string)

SetStartTaskId gets a reference to the given string and assigns it to the StartTaskId field.

func (*InvestigationPlaybook) SetState ¶

func (o *InvestigationPlaybook) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*InvestigationPlaybook) SetSubPlaybookInputs ¶

func (o *InvestigationPlaybook) SetSubPlaybookInputs(v map[string][]PlaybookInput)

SetSubPlaybookInputs gets a reference to the given map[string][]PlaybookInput and assigns it to the SubPlaybookInputs field.

func (*InvestigationPlaybook) SetSubPlaybookOutputs ¶

func (o *InvestigationPlaybook) SetSubPlaybookOutputs(v map[string][]PlaybookOutput)

SetSubPlaybookOutputs gets a reference to the given map[string][]PlaybookOutput and assigns it to the SubPlaybookOutputs field.

func (*InvestigationPlaybook) SetTasks ¶

SetTasks gets a reference to the given map[string]InvestigationPlaybookTask and assigns it to the Tasks field.

func (*InvestigationPlaybook) SetUpdatedOperatorIDs ¶

func (o *InvestigationPlaybook) SetUpdatedOperatorIDs(v bool)

SetUpdatedOperatorIDs gets a reference to the given bool and assigns it to the UpdatedOperatorIDs field.

func (*InvestigationPlaybook) SetVersion ¶

func (o *InvestigationPlaybook) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

func (*InvestigationPlaybook) SetView ¶

func (o *InvestigationPlaybook) SetView(v map[string]interface{})

SetView gets a reference to the given map[string]interface{} and assigns it to the View field.

func (*InvestigationPlaybook) SetXsoarHasReadOnlyRole ¶

func (o *InvestigationPlaybook) SetXsoarHasReadOnlyRole(v bool)

SetXsoarHasReadOnlyRole gets a reference to the given bool and assigns it to the XsoarHasReadOnlyRole field.

func (*InvestigationPlaybook) SetXsoarPreviousReadOnlyRoles ¶

func (o *InvestigationPlaybook) SetXsoarPreviousReadOnlyRoles(v []string)

SetXsoarPreviousReadOnlyRoles gets a reference to the given []string and assigns it to the XsoarPreviousReadOnlyRoles field.

func (*InvestigationPlaybook) SetXsoarReadOnlyRoles ¶

func (o *InvestigationPlaybook) SetXsoarReadOnlyRoles(v []string)

SetXsoarReadOnlyRoles gets a reference to the given []string and assigns it to the XsoarReadOnlyRoles field.

type InvestigationPlaybookData ¶

type InvestigationPlaybookData struct {
	ReadyPlaybookInputs *map[string]map[string]map[string]interface{} `json:"ReadyPlaybookInputs,omitempty"`
	AutoExtracting      *bool                                         `json:"autoExtracting,omitempty"`
	Comment             *string                                       `json:"comment,omitempty"`
	// PlaybookInputs - array of PlaybookInput
	Inputs          *[]PlaybookInput `json:"inputs,omitempty"`
	InvestigationId *string          `json:"investigationId,omitempty"`
	IsTIM           *bool            `json:"isTIM,omitempty"`
	Name            *string          `json:"name,omitempty"`
	// PlaybookOutputs - array of PlaybookOutput
	Outputs *[]PlaybookOutput `json:"outputs,omitempty"`
	// Tasks that are marked for running, but cannot yet run due to incomplete parents
	PendingTasks *map[string]map[string]interface{} `json:"pendingTasks,omitempty"`
	PlaybookId   *string                            `json:"playbookId,omitempty"`
	Quiet        *bool                              `json:"quiet,omitempty"`
	StartDate    *time.Time                         `json:"startDate,omitempty"`
	// FirstTask is the root task of the playbook
	StartTaskId *string `json:"startTaskId,omitempty"`
	// InvestigationPlaybookState indicates the state of the running playbook
	State              *string                               `json:"state,omitempty"`
	SubPlaybookInputs  *map[string][]PlaybookInput           `json:"subPlaybookInputs,omitempty"`
	SubPlaybookOutputs *map[string][]PlaybookOutput          `json:"subPlaybookOutputs,omitempty"`
	Tasks              *map[string]InvestigationPlaybookTask `json:"tasks,omitempty"`
	// PlaybookView represents the view in client of playbook graph
	View *map[string]interface{} `json:"view,omitempty"`
}

InvestigationPlaybookData InvestigationPlaybookData returns all data of an investigation playbook, not including history

func NewInvestigationPlaybookData ¶

func NewInvestigationPlaybookData() *InvestigationPlaybookData

NewInvestigationPlaybookData instantiates a new InvestigationPlaybookData 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 NewInvestigationPlaybookDataWithDefaults ¶

func NewInvestigationPlaybookDataWithDefaults() *InvestigationPlaybookData

NewInvestigationPlaybookDataWithDefaults instantiates a new InvestigationPlaybookData 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 (*InvestigationPlaybookData) GetAutoExtracting ¶

func (o *InvestigationPlaybookData) GetAutoExtracting() bool

GetAutoExtracting returns the AutoExtracting field value if set, zero value otherwise.

func (*InvestigationPlaybookData) GetAutoExtractingOk ¶

func (o *InvestigationPlaybookData) GetAutoExtractingOk() (*bool, bool)

GetAutoExtractingOk returns a tuple with the AutoExtracting field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookData) GetComment ¶

func (o *InvestigationPlaybookData) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*InvestigationPlaybookData) GetCommentOk ¶

func (o *InvestigationPlaybookData) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookData) GetInputs ¶

func (o *InvestigationPlaybookData) GetInputs() []PlaybookInput

GetInputs returns the Inputs field value if set, zero value otherwise.

func (*InvestigationPlaybookData) GetInputsOk ¶

func (o *InvestigationPlaybookData) GetInputsOk() (*[]PlaybookInput, bool)

GetInputsOk returns a tuple with the Inputs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookData) GetInvestigationId ¶

func (o *InvestigationPlaybookData) GetInvestigationId() string

GetInvestigationId returns the InvestigationId field value if set, zero value otherwise.

func (*InvestigationPlaybookData) GetInvestigationIdOk ¶

func (o *InvestigationPlaybookData) GetInvestigationIdOk() (*string, bool)

GetInvestigationIdOk returns a tuple with the InvestigationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookData) GetIsTIM ¶

func (o *InvestigationPlaybookData) GetIsTIM() bool

GetIsTIM returns the IsTIM field value if set, zero value otherwise.

func (*InvestigationPlaybookData) GetIsTIMOk ¶

func (o *InvestigationPlaybookData) GetIsTIMOk() (*bool, bool)

GetIsTIMOk returns a tuple with the IsTIM field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookData) GetName ¶

func (o *InvestigationPlaybookData) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*InvestigationPlaybookData) GetNameOk ¶

func (o *InvestigationPlaybookData) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookData) GetOutputs ¶

func (o *InvestigationPlaybookData) GetOutputs() []PlaybookOutput

GetOutputs returns the Outputs field value if set, zero value otherwise.

func (*InvestigationPlaybookData) GetOutputsOk ¶

func (o *InvestigationPlaybookData) GetOutputsOk() (*[]PlaybookOutput, bool)

GetOutputsOk returns a tuple with the Outputs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookData) GetPendingTasks ¶

func (o *InvestigationPlaybookData) GetPendingTasks() map[string]map[string]interface{}

GetPendingTasks returns the PendingTasks field value if set, zero value otherwise.

func (*InvestigationPlaybookData) GetPendingTasksOk ¶

func (o *InvestigationPlaybookData) GetPendingTasksOk() (*map[string]map[string]interface{}, bool)

GetPendingTasksOk returns a tuple with the PendingTasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookData) GetPlaybookId ¶

func (o *InvestigationPlaybookData) GetPlaybookId() string

GetPlaybookId returns the PlaybookId field value if set, zero value otherwise.

func (*InvestigationPlaybookData) GetPlaybookIdOk ¶

func (o *InvestigationPlaybookData) GetPlaybookIdOk() (*string, bool)

GetPlaybookIdOk returns a tuple with the PlaybookId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookData) GetQuiet ¶

func (o *InvestigationPlaybookData) GetQuiet() bool

GetQuiet returns the Quiet field value if set, zero value otherwise.

func (*InvestigationPlaybookData) GetQuietOk ¶

func (o *InvestigationPlaybookData) GetQuietOk() (*bool, bool)

GetQuietOk returns a tuple with the Quiet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookData) GetReadyPlaybookInputs ¶

func (o *InvestigationPlaybookData) GetReadyPlaybookInputs() map[string]map[string]map[string]interface{}

GetReadyPlaybookInputs returns the ReadyPlaybookInputs field value if set, zero value otherwise.

func (*InvestigationPlaybookData) GetReadyPlaybookInputsOk ¶

func (o *InvestigationPlaybookData) GetReadyPlaybookInputsOk() (*map[string]map[string]map[string]interface{}, bool)

GetReadyPlaybookInputsOk returns a tuple with the ReadyPlaybookInputs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookData) GetStartDate ¶

func (o *InvestigationPlaybookData) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*InvestigationPlaybookData) GetStartDateOk ¶

func (o *InvestigationPlaybookData) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookData) GetStartTaskId ¶

func (o *InvestigationPlaybookData) GetStartTaskId() string

GetStartTaskId returns the StartTaskId field value if set, zero value otherwise.

func (*InvestigationPlaybookData) GetStartTaskIdOk ¶

func (o *InvestigationPlaybookData) GetStartTaskIdOk() (*string, bool)

GetStartTaskIdOk returns a tuple with the StartTaskId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookData) GetState ¶

func (o *InvestigationPlaybookData) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*InvestigationPlaybookData) GetStateOk ¶

func (o *InvestigationPlaybookData) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookData) GetSubPlaybookInputs ¶

func (o *InvestigationPlaybookData) GetSubPlaybookInputs() map[string][]PlaybookInput

GetSubPlaybookInputs returns the SubPlaybookInputs field value if set, zero value otherwise.

func (*InvestigationPlaybookData) GetSubPlaybookInputsOk ¶

func (o *InvestigationPlaybookData) GetSubPlaybookInputsOk() (*map[string][]PlaybookInput, bool)

GetSubPlaybookInputsOk returns a tuple with the SubPlaybookInputs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookData) GetSubPlaybookOutputs ¶

func (o *InvestigationPlaybookData) GetSubPlaybookOutputs() map[string][]PlaybookOutput

GetSubPlaybookOutputs returns the SubPlaybookOutputs field value if set, zero value otherwise.

func (*InvestigationPlaybookData) GetSubPlaybookOutputsOk ¶

func (o *InvestigationPlaybookData) GetSubPlaybookOutputsOk() (*map[string][]PlaybookOutput, bool)

GetSubPlaybookOutputsOk returns a tuple with the SubPlaybookOutputs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookData) GetTasks ¶

GetTasks returns the Tasks field value if set, zero value otherwise.

func (*InvestigationPlaybookData) GetTasksOk ¶

GetTasksOk returns a tuple with the Tasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookData) GetView ¶

func (o *InvestigationPlaybookData) GetView() map[string]interface{}

GetView returns the View field value if set, zero value otherwise.

func (*InvestigationPlaybookData) GetViewOk ¶

func (o *InvestigationPlaybookData) GetViewOk() (*map[string]interface{}, bool)

GetViewOk returns a tuple with the View field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookData) HasAutoExtracting ¶

func (o *InvestigationPlaybookData) HasAutoExtracting() bool

HasAutoExtracting returns a boolean if a field has been set.

func (*InvestigationPlaybookData) HasComment ¶

func (o *InvestigationPlaybookData) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*InvestigationPlaybookData) HasInputs ¶

func (o *InvestigationPlaybookData) HasInputs() bool

HasInputs returns a boolean if a field has been set.

func (*InvestigationPlaybookData) HasInvestigationId ¶

func (o *InvestigationPlaybookData) HasInvestigationId() bool

HasInvestigationId returns a boolean if a field has been set.

func (*InvestigationPlaybookData) HasIsTIM ¶

func (o *InvestigationPlaybookData) HasIsTIM() bool

HasIsTIM returns a boolean if a field has been set.

func (*InvestigationPlaybookData) HasName ¶

func (o *InvestigationPlaybookData) HasName() bool

HasName returns a boolean if a field has been set.

func (*InvestigationPlaybookData) HasOutputs ¶

func (o *InvestigationPlaybookData) HasOutputs() bool

HasOutputs returns a boolean if a field has been set.

func (*InvestigationPlaybookData) HasPendingTasks ¶

func (o *InvestigationPlaybookData) HasPendingTasks() bool

HasPendingTasks returns a boolean if a field has been set.

func (*InvestigationPlaybookData) HasPlaybookId ¶

func (o *InvestigationPlaybookData) HasPlaybookId() bool

HasPlaybookId returns a boolean if a field has been set.

func (*InvestigationPlaybookData) HasQuiet ¶

func (o *InvestigationPlaybookData) HasQuiet() bool

HasQuiet returns a boolean if a field has been set.

func (*InvestigationPlaybookData) HasReadyPlaybookInputs ¶

func (o *InvestigationPlaybookData) HasReadyPlaybookInputs() bool

HasReadyPlaybookInputs returns a boolean if a field has been set.

func (*InvestigationPlaybookData) HasStartDate ¶

func (o *InvestigationPlaybookData) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*InvestigationPlaybookData) HasStartTaskId ¶

func (o *InvestigationPlaybookData) HasStartTaskId() bool

HasStartTaskId returns a boolean if a field has been set.

func (*InvestigationPlaybookData) HasState ¶

func (o *InvestigationPlaybookData) HasState() bool

HasState returns a boolean if a field has been set.

func (*InvestigationPlaybookData) HasSubPlaybookInputs ¶

func (o *InvestigationPlaybookData) HasSubPlaybookInputs() bool

HasSubPlaybookInputs returns a boolean if a field has been set.

func (*InvestigationPlaybookData) HasSubPlaybookOutputs ¶

func (o *InvestigationPlaybookData) HasSubPlaybookOutputs() bool

HasSubPlaybookOutputs returns a boolean if a field has been set.

func (*InvestigationPlaybookData) HasTasks ¶

func (o *InvestigationPlaybookData) HasTasks() bool

HasTasks returns a boolean if a field has been set.

func (*InvestigationPlaybookData) HasView ¶

func (o *InvestigationPlaybookData) HasView() bool

HasView returns a boolean if a field has been set.

func (InvestigationPlaybookData) MarshalJSON ¶

func (o InvestigationPlaybookData) MarshalJSON() ([]byte, error)

func (*InvestigationPlaybookData) SetAutoExtracting ¶

func (o *InvestigationPlaybookData) SetAutoExtracting(v bool)

SetAutoExtracting gets a reference to the given bool and assigns it to the AutoExtracting field.

func (*InvestigationPlaybookData) SetComment ¶

func (o *InvestigationPlaybookData) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*InvestigationPlaybookData) SetInputs ¶

func (o *InvestigationPlaybookData) SetInputs(v []PlaybookInput)

SetInputs gets a reference to the given []PlaybookInput and assigns it to the Inputs field.

func (*InvestigationPlaybookData) SetInvestigationId ¶

func (o *InvestigationPlaybookData) SetInvestigationId(v string)

SetInvestigationId gets a reference to the given string and assigns it to the InvestigationId field.

func (*InvestigationPlaybookData) SetIsTIM ¶

func (o *InvestigationPlaybookData) SetIsTIM(v bool)

SetIsTIM gets a reference to the given bool and assigns it to the IsTIM field.

func (*InvestigationPlaybookData) SetName ¶

func (o *InvestigationPlaybookData) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*InvestigationPlaybookData) SetOutputs ¶

func (o *InvestigationPlaybookData) SetOutputs(v []PlaybookOutput)

SetOutputs gets a reference to the given []PlaybookOutput and assigns it to the Outputs field.

func (*InvestigationPlaybookData) SetPendingTasks ¶

func (o *InvestigationPlaybookData) SetPendingTasks(v map[string]map[string]interface{})

SetPendingTasks gets a reference to the given map[string]map[string]interface{} and assigns it to the PendingTasks field.

func (*InvestigationPlaybookData) SetPlaybookId ¶

func (o *InvestigationPlaybookData) SetPlaybookId(v string)

SetPlaybookId gets a reference to the given string and assigns it to the PlaybookId field.

func (*InvestigationPlaybookData) SetQuiet ¶

func (o *InvestigationPlaybookData) SetQuiet(v bool)

SetQuiet gets a reference to the given bool and assigns it to the Quiet field.

func (*InvestigationPlaybookData) SetReadyPlaybookInputs ¶

func (o *InvestigationPlaybookData) SetReadyPlaybookInputs(v map[string]map[string]map[string]interface{})

SetReadyPlaybookInputs gets a reference to the given map[string]map[string]map[string]interface{} and assigns it to the ReadyPlaybookInputs field.

func (*InvestigationPlaybookData) SetStartDate ¶

func (o *InvestigationPlaybookData) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*InvestigationPlaybookData) SetStartTaskId ¶

func (o *InvestigationPlaybookData) SetStartTaskId(v string)

SetStartTaskId gets a reference to the given string and assigns it to the StartTaskId field.

func (*InvestigationPlaybookData) SetState ¶

func (o *InvestigationPlaybookData) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*InvestigationPlaybookData) SetSubPlaybookInputs ¶

func (o *InvestigationPlaybookData) SetSubPlaybookInputs(v map[string][]PlaybookInput)

SetSubPlaybookInputs gets a reference to the given map[string][]PlaybookInput and assigns it to the SubPlaybookInputs field.

func (*InvestigationPlaybookData) SetSubPlaybookOutputs ¶

func (o *InvestigationPlaybookData) SetSubPlaybookOutputs(v map[string][]PlaybookOutput)

SetSubPlaybookOutputs gets a reference to the given map[string][]PlaybookOutput and assigns it to the SubPlaybookOutputs field.

func (*InvestigationPlaybookData) SetTasks ¶

SetTasks gets a reference to the given map[string]InvestigationPlaybookTask and assigns it to the Tasks field.

func (*InvestigationPlaybookData) SetView ¶

func (o *InvestigationPlaybookData) SetView(v map[string]interface{})

SetView gets a reference to the given map[string]interface{} and assigns it to the View field.

type InvestigationPlaybookTask ¶

type InvestigationPlaybookTask struct {
	Arguments             *map[string]map[string]interface{} `json:"arguments,omitempty"`
	Assignee              *string                            `json:"assignee,omitempty"`
	AssigneeSet           *bool                              `json:"assigneeSet,omitempty"`
	BlockingTasks         *[]string                          `json:"blockingTasks,omitempty"`
	CalculatedDescription *string                            `json:"calculatedDescription,omitempty"`
	CalculatedTaskName    *string                            `json:"calculatedTaskName,omitempty"`
	// Whether this task had any comments or not
	Comments       *bool      `json:"comments,omitempty"`
	CompletedBy    *string    `json:"completedBy,omitempty"`
	CompletedCount *int64     `json:"completedCount,omitempty"`
	CompletedDate  *time.Time `json:"completedDate,omitempty"`
	// Conditions - optional list of conditions to run when task is conditional. we check conditions by their order (e.i. - considering the first one that satisfied)
	Conditions             *[]TaskCondition `json:"conditions,omitempty"`
	ContinueOnError        *bool            `json:"continueOnError,omitempty"`
	DefaultAssignee        *string          `json:"defaultAssignee,omitempty"`
	DefaultAssigneeComplex *AdvanceArg      `json:"defaultAssigneeComplex,omitempty"`
	DefaultReminder        *int64           `json:"defaultReminder,omitempty"`
	DoNotSaveTaskHistory   *bool            `json:"doNotSaveTaskHistory,omitempty"`
	DueDate                *time.Time       `json:"dueDate,omitempty"`
	DueDateDuration        *int64           `json:"dueDateDuration,omitempty"`
	DueDateSet             *bool            `json:"dueDateSet,omitempty"`
	Entries                *[]string        `json:"entries,omitempty"`
	EvidenceData           *EvidenceData    `json:"evidenceData,omitempty"`
	ExecutionCount         *int64           `json:"executionCount,omitempty"`
	FieldMapping           *[]FieldMapping  `json:"fieldMapping,omitempty"`
	// Parameters needed for loops
	ForEachIndex  *int64                               `json:"forEachIndex,omitempty"`
	ForEachInputs *map[string][]map[string]interface{} `json:"forEachInputs,omitempty"`
	Form          *DataCollectionForm                  `json:"form,omitempty"`
	FormDisplay   *FormDisplay                         `json:"formDisplay,omitempty"`
	Id            *string                              `json:"id,omitempty"`
	// Do not run this task in a worker
	IgnoreWorker              *bool           `json:"ignoreWorker,omitempty"`
	Indent                    *int64          `json:"indent,omitempty"`
	Input                     *string         `json:"input,omitempty"`
	IsAutoSwitchedToQuietMode *bool           `json:"isAutoSwitchedToQuietMode,omitempty"`
	IsOverSize                *bool           `json:"isOverSize,omitempty"`
	Loop                      *TaskLoop       `json:"loop,omitempty"`
	Message                   *NotifiableItem `json:"message,omitempty"`
	// content item which caused task to skip
	MissingContentItem *string `json:"missingContentItem,omitempty"`
	// NextPollTime Time of the next scheduled command execution
	NextPollingTime *time.Time                         `json:"nextPollingTime,omitempty"`
	NextTasks       *map[string][]string               `json:"nextTasks,omitempty"`
	Note            *bool                              `json:"note,omitempty"`
	Outputs         *map[string]map[string]interface{} `json:"outputs,omitempty"`
	// the number of tasks that are waiting on blocked in subplaybooks of this task
	ParentBlockCount *int64  `json:"parentBlockCount,omitempty"`
	ParentPlaybookID *string `json:"parentPlaybookID,omitempty"`
	// Indicates whether this task was patched to InvPB and did not originally belong to the playbook
	Patched        *bool                              `json:"patched,omitempty"`
	PlaybookInputs *map[string]map[string]interface{} `json:"playbookInputs,omitempty"`
	// PollingEntryIDs IDs of entries that are still polling
	PollingEntries     *[]string            `json:"pollingEntries,omitempty"`
	PollingTimeoutTime *time.Time           `json:"pollingTimeoutTime,omitempty"`
	PreviousTasks      *map[string][]string `json:"previousTasks,omitempty"`
	// QuietMode quiet mode for playbook task
	QuietMode *int64 `json:"quietMode,omitempty"`
	// Duration in minutes, this field is not persisted here
	Reminder             *int64                 `json:"reminder,omitempty"`
	ReputationCalc       *float64               `json:"reputationCalc,omitempty"`
	RestrictedCompletion *bool                  `json:"restrictedCompletion,omitempty"`
	ScriptArguments      *map[string]AdvanceArg `json:"scriptArguments,omitempty"`
	SeparateContext      *bool                  `json:"separateContext,omitempty"`
	// Skip - if true then this task will be skipped and all the tasks which comes after this task and depend on it will skip (WillNotExecute)
	Skip *bool `json:"skip,omitempty"`
	// SkipUnavailable if true then will check if automation exists, integration of that command is installed and active or sub playbook exists in Demisto
	SkipUnavailable               *bool      `json:"skipUnavailable,omitempty"`
	Sla                           *SLA       `json:"sla,omitempty"`
	SlaReminder                   *SLA       `json:"slaReminder,omitempty"`
	StartDate                     *time.Time `json:"startDate,omitempty"`
	StartedExecutingHarmfulScript *bool      `json:"startedExecutingHarmfulScript,omitempty"`
	// TaskState indicates the state of the task during the incident/investigation execution
	State       *string                `json:"state,omitempty"`
	SubPlaybook *InvestigationPlaybook `json:"subPlaybook,omitempty"`
	Task        *Task                  `json:"task,omitempty"`
	// History complete data
	TaskCompleteData *[]InvPlaybookTaskCompleteData `json:"taskCompleteData,omitempty"`
	TaskDebug        *InvTaskDebug                  `json:"taskDebug,omitempty"`
	TaskId           *string                        `json:"taskId,omitempty"`
	TaskSize         *int64                         `json:"taskSize,omitempty"`
	// SLA fields
	TimerTriggers *[]TimerTrigger `json:"timerTriggers,omitempty"`
	TimesPolled   *int64          `json:"timesPolled,omitempty"`
	// TaskType is the Task in the playbook context as a node
	Type *string `json:"type,omitempty"`
	// TaskView represents the view in client of the tasks graph
	View                 *map[string]interface{} `json:"view,omitempty"`
	WillNotExecuteCount  *int64                  `json:"willNotExecuteCount,omitempty"`
	WillNotExecuteReason *string                 `json:"willNotExecuteReason,omitempty"`
}

InvestigationPlaybookTask InvestigationPlaybookTask is the Task in the playbook context as a node

func NewInvestigationPlaybookTask ¶

func NewInvestigationPlaybookTask() *InvestigationPlaybookTask

NewInvestigationPlaybookTask instantiates a new InvestigationPlaybookTask 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 NewInvestigationPlaybookTaskWithDefaults ¶

func NewInvestigationPlaybookTaskWithDefaults() *InvestigationPlaybookTask

NewInvestigationPlaybookTaskWithDefaults instantiates a new InvestigationPlaybookTask 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 (*InvestigationPlaybookTask) GetArguments ¶

func (o *InvestigationPlaybookTask) GetArguments() map[string]map[string]interface{}

GetArguments returns the Arguments field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetArgumentsOk ¶

func (o *InvestigationPlaybookTask) GetArgumentsOk() (*map[string]map[string]interface{}, bool)

GetArgumentsOk returns a tuple with the Arguments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetAssignee ¶

func (o *InvestigationPlaybookTask) GetAssignee() string

GetAssignee returns the Assignee field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetAssigneeOk ¶

func (o *InvestigationPlaybookTask) GetAssigneeOk() (*string, bool)

GetAssigneeOk returns a tuple with the Assignee field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetAssigneeSet ¶

func (o *InvestigationPlaybookTask) GetAssigneeSet() bool

GetAssigneeSet returns the AssigneeSet field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetAssigneeSetOk ¶

func (o *InvestigationPlaybookTask) GetAssigneeSetOk() (*bool, bool)

GetAssigneeSetOk returns a tuple with the AssigneeSet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetBlockingTasks ¶

func (o *InvestigationPlaybookTask) GetBlockingTasks() []string

GetBlockingTasks returns the BlockingTasks field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetBlockingTasksOk ¶

func (o *InvestigationPlaybookTask) GetBlockingTasksOk() (*[]string, bool)

GetBlockingTasksOk returns a tuple with the BlockingTasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetCalculatedDescription ¶

func (o *InvestigationPlaybookTask) GetCalculatedDescription() string

GetCalculatedDescription returns the CalculatedDescription field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetCalculatedDescriptionOk ¶

func (o *InvestigationPlaybookTask) GetCalculatedDescriptionOk() (*string, bool)

GetCalculatedDescriptionOk returns a tuple with the CalculatedDescription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetCalculatedTaskName ¶

func (o *InvestigationPlaybookTask) GetCalculatedTaskName() string

GetCalculatedTaskName returns the CalculatedTaskName field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetCalculatedTaskNameOk ¶

func (o *InvestigationPlaybookTask) GetCalculatedTaskNameOk() (*string, bool)

GetCalculatedTaskNameOk returns a tuple with the CalculatedTaskName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetComments ¶

func (o *InvestigationPlaybookTask) GetComments() bool

GetComments returns the Comments field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetCommentsOk ¶

func (o *InvestigationPlaybookTask) GetCommentsOk() (*bool, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetCompletedBy ¶

func (o *InvestigationPlaybookTask) GetCompletedBy() string

GetCompletedBy returns the CompletedBy field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetCompletedByOk ¶

func (o *InvestigationPlaybookTask) GetCompletedByOk() (*string, bool)

GetCompletedByOk returns a tuple with the CompletedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetCompletedCount ¶

func (o *InvestigationPlaybookTask) GetCompletedCount() int64

GetCompletedCount returns the CompletedCount field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetCompletedCountOk ¶

func (o *InvestigationPlaybookTask) GetCompletedCountOk() (*int64, bool)

GetCompletedCountOk returns a tuple with the CompletedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetCompletedDate ¶

func (o *InvestigationPlaybookTask) GetCompletedDate() time.Time

GetCompletedDate returns the CompletedDate field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetCompletedDateOk ¶

func (o *InvestigationPlaybookTask) GetCompletedDateOk() (*time.Time, bool)

GetCompletedDateOk returns a tuple with the CompletedDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetConditions ¶

func (o *InvestigationPlaybookTask) GetConditions() []TaskCondition

GetConditions returns the Conditions field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetConditionsOk ¶

func (o *InvestigationPlaybookTask) GetConditionsOk() (*[]TaskCondition, bool)

GetConditionsOk returns a tuple with the Conditions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetContinueOnError ¶

func (o *InvestigationPlaybookTask) GetContinueOnError() bool

GetContinueOnError returns the ContinueOnError field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetContinueOnErrorOk ¶

func (o *InvestigationPlaybookTask) GetContinueOnErrorOk() (*bool, bool)

GetContinueOnErrorOk returns a tuple with the ContinueOnError field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetDefaultAssignee ¶

func (o *InvestigationPlaybookTask) GetDefaultAssignee() string

GetDefaultAssignee returns the DefaultAssignee field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetDefaultAssigneeComplex ¶

func (o *InvestigationPlaybookTask) GetDefaultAssigneeComplex() AdvanceArg

GetDefaultAssigneeComplex returns the DefaultAssigneeComplex field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetDefaultAssigneeComplexOk ¶

func (o *InvestigationPlaybookTask) GetDefaultAssigneeComplexOk() (*AdvanceArg, bool)

GetDefaultAssigneeComplexOk returns a tuple with the DefaultAssigneeComplex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetDefaultAssigneeOk ¶

func (o *InvestigationPlaybookTask) GetDefaultAssigneeOk() (*string, bool)

GetDefaultAssigneeOk returns a tuple with the DefaultAssignee field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetDefaultReminder ¶

func (o *InvestigationPlaybookTask) GetDefaultReminder() int64

GetDefaultReminder returns the DefaultReminder field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetDefaultReminderOk ¶

func (o *InvestigationPlaybookTask) GetDefaultReminderOk() (*int64, bool)

GetDefaultReminderOk returns a tuple with the DefaultReminder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetDoNotSaveTaskHistory ¶

func (o *InvestigationPlaybookTask) GetDoNotSaveTaskHistory() bool

GetDoNotSaveTaskHistory returns the DoNotSaveTaskHistory field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetDoNotSaveTaskHistoryOk ¶

func (o *InvestigationPlaybookTask) GetDoNotSaveTaskHistoryOk() (*bool, bool)

GetDoNotSaveTaskHistoryOk returns a tuple with the DoNotSaveTaskHistory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetDueDate ¶

func (o *InvestigationPlaybookTask) GetDueDate() time.Time

GetDueDate returns the DueDate field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetDueDateDuration ¶

func (o *InvestigationPlaybookTask) GetDueDateDuration() int64

GetDueDateDuration returns the DueDateDuration field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetDueDateDurationOk ¶

func (o *InvestigationPlaybookTask) GetDueDateDurationOk() (*int64, bool)

GetDueDateDurationOk returns a tuple with the DueDateDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetDueDateOk ¶

func (o *InvestigationPlaybookTask) GetDueDateOk() (*time.Time, bool)

GetDueDateOk returns a tuple with the DueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetDueDateSet ¶

func (o *InvestigationPlaybookTask) GetDueDateSet() bool

GetDueDateSet returns the DueDateSet field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetDueDateSetOk ¶

func (o *InvestigationPlaybookTask) GetDueDateSetOk() (*bool, bool)

GetDueDateSetOk returns a tuple with the DueDateSet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetEntries ¶

func (o *InvestigationPlaybookTask) GetEntries() []string

GetEntries returns the Entries field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetEntriesOk ¶

func (o *InvestigationPlaybookTask) GetEntriesOk() (*[]string, bool)

GetEntriesOk returns a tuple with the Entries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetEvidenceData ¶

func (o *InvestigationPlaybookTask) GetEvidenceData() EvidenceData

GetEvidenceData returns the EvidenceData field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetEvidenceDataOk ¶

func (o *InvestigationPlaybookTask) GetEvidenceDataOk() (*EvidenceData, bool)

GetEvidenceDataOk returns a tuple with the EvidenceData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetExecutionCount ¶

func (o *InvestigationPlaybookTask) GetExecutionCount() int64

GetExecutionCount returns the ExecutionCount field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetExecutionCountOk ¶

func (o *InvestigationPlaybookTask) GetExecutionCountOk() (*int64, bool)

GetExecutionCountOk returns a tuple with the ExecutionCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetFieldMapping ¶

func (o *InvestigationPlaybookTask) GetFieldMapping() []FieldMapping

GetFieldMapping returns the FieldMapping field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetFieldMappingOk ¶

func (o *InvestigationPlaybookTask) GetFieldMappingOk() (*[]FieldMapping, bool)

GetFieldMappingOk returns a tuple with the FieldMapping field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetForEachIndex ¶

func (o *InvestigationPlaybookTask) GetForEachIndex() int64

GetForEachIndex returns the ForEachIndex field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetForEachIndexOk ¶

func (o *InvestigationPlaybookTask) GetForEachIndexOk() (*int64, bool)

GetForEachIndexOk returns a tuple with the ForEachIndex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetForEachInputs ¶

func (o *InvestigationPlaybookTask) GetForEachInputs() map[string][]map[string]interface{}

GetForEachInputs returns the ForEachInputs field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetForEachInputsOk ¶

func (o *InvestigationPlaybookTask) GetForEachInputsOk() (*map[string][]map[string]interface{}, bool)

GetForEachInputsOk returns a tuple with the ForEachInputs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetForm ¶

GetForm returns the Form field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetFormDisplay ¶

func (o *InvestigationPlaybookTask) GetFormDisplay() FormDisplay

GetFormDisplay returns the FormDisplay field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetFormDisplayOk ¶

func (o *InvestigationPlaybookTask) GetFormDisplayOk() (*FormDisplay, bool)

GetFormDisplayOk returns a tuple with the FormDisplay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetFormOk ¶

GetFormOk returns a tuple with the Form field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetId ¶

func (o *InvestigationPlaybookTask) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetIdOk ¶

func (o *InvestigationPlaybookTask) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetIgnoreWorker ¶

func (o *InvestigationPlaybookTask) GetIgnoreWorker() bool

GetIgnoreWorker returns the IgnoreWorker field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetIgnoreWorkerOk ¶

func (o *InvestigationPlaybookTask) GetIgnoreWorkerOk() (*bool, bool)

GetIgnoreWorkerOk returns a tuple with the IgnoreWorker field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetIndent ¶

func (o *InvestigationPlaybookTask) GetIndent() int64

GetIndent returns the Indent field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetIndentOk ¶

func (o *InvestigationPlaybookTask) GetIndentOk() (*int64, bool)

GetIndentOk returns a tuple with the Indent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetInput ¶

func (o *InvestigationPlaybookTask) GetInput() string

GetInput returns the Input field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetInputOk ¶

func (o *InvestigationPlaybookTask) GetInputOk() (*string, bool)

GetInputOk returns a tuple with the Input field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetIsAutoSwitchedToQuietMode ¶

func (o *InvestigationPlaybookTask) GetIsAutoSwitchedToQuietMode() bool

GetIsAutoSwitchedToQuietMode returns the IsAutoSwitchedToQuietMode field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetIsAutoSwitchedToQuietModeOk ¶

func (o *InvestigationPlaybookTask) GetIsAutoSwitchedToQuietModeOk() (*bool, bool)

GetIsAutoSwitchedToQuietModeOk returns a tuple with the IsAutoSwitchedToQuietMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetIsOverSize ¶

func (o *InvestigationPlaybookTask) GetIsOverSize() bool

GetIsOverSize returns the IsOverSize field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetIsOverSizeOk ¶

func (o *InvestigationPlaybookTask) GetIsOverSizeOk() (*bool, bool)

GetIsOverSizeOk returns a tuple with the IsOverSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetLoop ¶

func (o *InvestigationPlaybookTask) GetLoop() TaskLoop

GetLoop returns the Loop field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetLoopOk ¶

func (o *InvestigationPlaybookTask) GetLoopOk() (*TaskLoop, bool)

GetLoopOk returns a tuple with the Loop field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetMessage ¶

func (o *InvestigationPlaybookTask) GetMessage() NotifiableItem

GetMessage returns the Message field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetMessageOk ¶

func (o *InvestigationPlaybookTask) GetMessageOk() (*NotifiableItem, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetMissingContentItem ¶

func (o *InvestigationPlaybookTask) GetMissingContentItem() string

GetMissingContentItem returns the MissingContentItem field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetMissingContentItemOk ¶

func (o *InvestigationPlaybookTask) GetMissingContentItemOk() (*string, bool)

GetMissingContentItemOk returns a tuple with the MissingContentItem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetNextPollingTime ¶

func (o *InvestigationPlaybookTask) GetNextPollingTime() time.Time

GetNextPollingTime returns the NextPollingTime field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetNextPollingTimeOk ¶

func (o *InvestigationPlaybookTask) GetNextPollingTimeOk() (*time.Time, bool)

GetNextPollingTimeOk returns a tuple with the NextPollingTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetNextTasks ¶

func (o *InvestigationPlaybookTask) GetNextTasks() map[string][]string

GetNextTasks returns the NextTasks field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetNextTasksOk ¶

func (o *InvestigationPlaybookTask) GetNextTasksOk() (*map[string][]string, bool)

GetNextTasksOk returns a tuple with the NextTasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetNote ¶

func (o *InvestigationPlaybookTask) GetNote() bool

GetNote returns the Note field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetNoteOk ¶

func (o *InvestigationPlaybookTask) GetNoteOk() (*bool, bool)

GetNoteOk returns a tuple with the Note field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetOutputs ¶

func (o *InvestigationPlaybookTask) GetOutputs() map[string]map[string]interface{}

GetOutputs returns the Outputs field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetOutputsOk ¶

func (o *InvestigationPlaybookTask) GetOutputsOk() (*map[string]map[string]interface{}, bool)

GetOutputsOk returns a tuple with the Outputs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetParentBlockCount ¶

func (o *InvestigationPlaybookTask) GetParentBlockCount() int64

GetParentBlockCount returns the ParentBlockCount field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetParentBlockCountOk ¶

func (o *InvestigationPlaybookTask) GetParentBlockCountOk() (*int64, bool)

GetParentBlockCountOk returns a tuple with the ParentBlockCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetParentPlaybookID ¶

func (o *InvestigationPlaybookTask) GetParentPlaybookID() string

GetParentPlaybookID returns the ParentPlaybookID field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetParentPlaybookIDOk ¶

func (o *InvestigationPlaybookTask) GetParentPlaybookIDOk() (*string, bool)

GetParentPlaybookIDOk returns a tuple with the ParentPlaybookID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetPatched ¶

func (o *InvestigationPlaybookTask) GetPatched() bool

GetPatched returns the Patched field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetPatchedOk ¶

func (o *InvestigationPlaybookTask) GetPatchedOk() (*bool, bool)

GetPatchedOk returns a tuple with the Patched field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetPlaybookInputs ¶

func (o *InvestigationPlaybookTask) GetPlaybookInputs() map[string]map[string]interface{}

GetPlaybookInputs returns the PlaybookInputs field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetPlaybookInputsOk ¶

func (o *InvestigationPlaybookTask) GetPlaybookInputsOk() (*map[string]map[string]interface{}, bool)

GetPlaybookInputsOk returns a tuple with the PlaybookInputs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetPollingEntries ¶

func (o *InvestigationPlaybookTask) GetPollingEntries() []string

GetPollingEntries returns the PollingEntries field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetPollingEntriesOk ¶

func (o *InvestigationPlaybookTask) GetPollingEntriesOk() (*[]string, bool)

GetPollingEntriesOk returns a tuple with the PollingEntries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetPollingTimeoutTime ¶

func (o *InvestigationPlaybookTask) GetPollingTimeoutTime() time.Time

GetPollingTimeoutTime returns the PollingTimeoutTime field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetPollingTimeoutTimeOk ¶

func (o *InvestigationPlaybookTask) GetPollingTimeoutTimeOk() (*time.Time, bool)

GetPollingTimeoutTimeOk returns a tuple with the PollingTimeoutTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetPreviousTasks ¶

func (o *InvestigationPlaybookTask) GetPreviousTasks() map[string][]string

GetPreviousTasks returns the PreviousTasks field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetPreviousTasksOk ¶

func (o *InvestigationPlaybookTask) GetPreviousTasksOk() (*map[string][]string, bool)

GetPreviousTasksOk returns a tuple with the PreviousTasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetQuietMode ¶

func (o *InvestigationPlaybookTask) GetQuietMode() int64

GetQuietMode returns the QuietMode field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetQuietModeOk ¶

func (o *InvestigationPlaybookTask) GetQuietModeOk() (*int64, bool)

GetQuietModeOk returns a tuple with the QuietMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetReminder ¶

func (o *InvestigationPlaybookTask) GetReminder() int64

GetReminder returns the Reminder field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetReminderOk ¶

func (o *InvestigationPlaybookTask) GetReminderOk() (*int64, bool)

GetReminderOk returns a tuple with the Reminder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetReputationCalc ¶

func (o *InvestigationPlaybookTask) GetReputationCalc() float64

GetReputationCalc returns the ReputationCalc field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetReputationCalcOk ¶

func (o *InvestigationPlaybookTask) GetReputationCalcOk() (*float64, bool)

GetReputationCalcOk returns a tuple with the ReputationCalc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetRestrictedCompletion ¶

func (o *InvestigationPlaybookTask) GetRestrictedCompletion() bool

GetRestrictedCompletion returns the RestrictedCompletion field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetRestrictedCompletionOk ¶

func (o *InvestigationPlaybookTask) GetRestrictedCompletionOk() (*bool, bool)

GetRestrictedCompletionOk returns a tuple with the RestrictedCompletion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetScriptArguments ¶

func (o *InvestigationPlaybookTask) GetScriptArguments() map[string]AdvanceArg

GetScriptArguments returns the ScriptArguments field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetScriptArgumentsOk ¶

func (o *InvestigationPlaybookTask) GetScriptArgumentsOk() (*map[string]AdvanceArg, bool)

GetScriptArgumentsOk returns a tuple with the ScriptArguments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetSeparateContext ¶

func (o *InvestigationPlaybookTask) GetSeparateContext() bool

GetSeparateContext returns the SeparateContext field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetSeparateContextOk ¶

func (o *InvestigationPlaybookTask) GetSeparateContextOk() (*bool, bool)

GetSeparateContextOk returns a tuple with the SeparateContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetSkip ¶

func (o *InvestigationPlaybookTask) GetSkip() bool

GetSkip returns the Skip field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetSkipOk ¶

func (o *InvestigationPlaybookTask) GetSkipOk() (*bool, bool)

GetSkipOk returns a tuple with the Skip field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetSkipUnavailable ¶

func (o *InvestigationPlaybookTask) GetSkipUnavailable() bool

GetSkipUnavailable returns the SkipUnavailable field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetSkipUnavailableOk ¶

func (o *InvestigationPlaybookTask) GetSkipUnavailableOk() (*bool, bool)

GetSkipUnavailableOk returns a tuple with the SkipUnavailable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetSla ¶

func (o *InvestigationPlaybookTask) GetSla() SLA

GetSla returns the Sla field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetSlaOk ¶

func (o *InvestigationPlaybookTask) GetSlaOk() (*SLA, bool)

GetSlaOk returns a tuple with the Sla field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetSlaReminder ¶

func (o *InvestigationPlaybookTask) GetSlaReminder() SLA

GetSlaReminder returns the SlaReminder field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetSlaReminderOk ¶

func (o *InvestigationPlaybookTask) GetSlaReminderOk() (*SLA, bool)

GetSlaReminderOk returns a tuple with the SlaReminder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetStartDate ¶

func (o *InvestigationPlaybookTask) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetStartDateOk ¶

func (o *InvestigationPlaybookTask) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetStartedExecutingHarmfulScript ¶

func (o *InvestigationPlaybookTask) GetStartedExecutingHarmfulScript() bool

GetStartedExecutingHarmfulScript returns the StartedExecutingHarmfulScript field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetStartedExecutingHarmfulScriptOk ¶

func (o *InvestigationPlaybookTask) GetStartedExecutingHarmfulScriptOk() (*bool, bool)

GetStartedExecutingHarmfulScriptOk returns a tuple with the StartedExecutingHarmfulScript field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetState ¶

func (o *InvestigationPlaybookTask) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetStateOk ¶

func (o *InvestigationPlaybookTask) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetSubPlaybook ¶

GetSubPlaybook returns the SubPlaybook field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetSubPlaybookOk ¶

func (o *InvestigationPlaybookTask) GetSubPlaybookOk() (*InvestigationPlaybook, bool)

GetSubPlaybookOk returns a tuple with the SubPlaybook field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetTask ¶

func (o *InvestigationPlaybookTask) GetTask() Task

GetTask returns the Task field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetTaskCompleteData ¶

func (o *InvestigationPlaybookTask) GetTaskCompleteData() []InvPlaybookTaskCompleteData

GetTaskCompleteData returns the TaskCompleteData field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetTaskCompleteDataOk ¶

func (o *InvestigationPlaybookTask) GetTaskCompleteDataOk() (*[]InvPlaybookTaskCompleteData, bool)

GetTaskCompleteDataOk returns a tuple with the TaskCompleteData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetTaskDebug ¶

func (o *InvestigationPlaybookTask) GetTaskDebug() InvTaskDebug

GetTaskDebug returns the TaskDebug field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetTaskDebugOk ¶

func (o *InvestigationPlaybookTask) GetTaskDebugOk() (*InvTaskDebug, bool)

GetTaskDebugOk returns a tuple with the TaskDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetTaskId ¶

func (o *InvestigationPlaybookTask) GetTaskId() string

GetTaskId returns the TaskId field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetTaskIdOk ¶

func (o *InvestigationPlaybookTask) GetTaskIdOk() (*string, bool)

GetTaskIdOk returns a tuple with the TaskId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetTaskOk ¶

func (o *InvestigationPlaybookTask) GetTaskOk() (*Task, bool)

GetTaskOk returns a tuple with the Task field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetTaskSize ¶

func (o *InvestigationPlaybookTask) GetTaskSize() int64

GetTaskSize returns the TaskSize field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetTaskSizeOk ¶

func (o *InvestigationPlaybookTask) GetTaskSizeOk() (*int64, bool)

GetTaskSizeOk returns a tuple with the TaskSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetTimerTriggers ¶

func (o *InvestigationPlaybookTask) GetTimerTriggers() []TimerTrigger

GetTimerTriggers returns the TimerTriggers field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetTimerTriggersOk ¶

func (o *InvestigationPlaybookTask) GetTimerTriggersOk() (*[]TimerTrigger, bool)

GetTimerTriggersOk returns a tuple with the TimerTriggers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetTimesPolled ¶

func (o *InvestigationPlaybookTask) GetTimesPolled() int64

GetTimesPolled returns the TimesPolled field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetTimesPolledOk ¶

func (o *InvestigationPlaybookTask) GetTimesPolledOk() (*int64, bool)

GetTimesPolledOk returns a tuple with the TimesPolled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetType ¶

func (o *InvestigationPlaybookTask) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetTypeOk ¶

func (o *InvestigationPlaybookTask) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetView ¶

func (o *InvestigationPlaybookTask) GetView() map[string]interface{}

GetView returns the View field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetViewOk ¶

func (o *InvestigationPlaybookTask) GetViewOk() (*map[string]interface{}, bool)

GetViewOk returns a tuple with the View field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetWillNotExecuteCount ¶

func (o *InvestigationPlaybookTask) GetWillNotExecuteCount() int64

GetWillNotExecuteCount returns the WillNotExecuteCount field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetWillNotExecuteCountOk ¶

func (o *InvestigationPlaybookTask) GetWillNotExecuteCountOk() (*int64, bool)

GetWillNotExecuteCountOk returns a tuple with the WillNotExecuteCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) GetWillNotExecuteReason ¶

func (o *InvestigationPlaybookTask) GetWillNotExecuteReason() string

GetWillNotExecuteReason returns the WillNotExecuteReason field value if set, zero value otherwise.

func (*InvestigationPlaybookTask) GetWillNotExecuteReasonOk ¶

func (o *InvestigationPlaybookTask) GetWillNotExecuteReasonOk() (*string, bool)

GetWillNotExecuteReasonOk returns a tuple with the WillNotExecuteReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationPlaybookTask) HasArguments ¶

func (o *InvestigationPlaybookTask) HasArguments() bool

HasArguments returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasAssignee ¶

func (o *InvestigationPlaybookTask) HasAssignee() bool

HasAssignee returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasAssigneeSet ¶

func (o *InvestigationPlaybookTask) HasAssigneeSet() bool

HasAssigneeSet returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasBlockingTasks ¶

func (o *InvestigationPlaybookTask) HasBlockingTasks() bool

HasBlockingTasks returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasCalculatedDescription ¶

func (o *InvestigationPlaybookTask) HasCalculatedDescription() bool

HasCalculatedDescription returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasCalculatedTaskName ¶

func (o *InvestigationPlaybookTask) HasCalculatedTaskName() bool

HasCalculatedTaskName returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasComments ¶

func (o *InvestigationPlaybookTask) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasCompletedBy ¶

func (o *InvestigationPlaybookTask) HasCompletedBy() bool

HasCompletedBy returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasCompletedCount ¶

func (o *InvestigationPlaybookTask) HasCompletedCount() bool

HasCompletedCount returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasCompletedDate ¶

func (o *InvestigationPlaybookTask) HasCompletedDate() bool

HasCompletedDate returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasConditions ¶

func (o *InvestigationPlaybookTask) HasConditions() bool

HasConditions returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasContinueOnError ¶

func (o *InvestigationPlaybookTask) HasContinueOnError() bool

HasContinueOnError returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasDefaultAssignee ¶

func (o *InvestigationPlaybookTask) HasDefaultAssignee() bool

HasDefaultAssignee returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasDefaultAssigneeComplex ¶

func (o *InvestigationPlaybookTask) HasDefaultAssigneeComplex() bool

HasDefaultAssigneeComplex returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasDefaultReminder ¶

func (o *InvestigationPlaybookTask) HasDefaultReminder() bool

HasDefaultReminder returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasDoNotSaveTaskHistory ¶

func (o *InvestigationPlaybookTask) HasDoNotSaveTaskHistory() bool

HasDoNotSaveTaskHistory returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasDueDate ¶

func (o *InvestigationPlaybookTask) HasDueDate() bool

HasDueDate returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasDueDateDuration ¶

func (o *InvestigationPlaybookTask) HasDueDateDuration() bool

HasDueDateDuration returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasDueDateSet ¶

func (o *InvestigationPlaybookTask) HasDueDateSet() bool

HasDueDateSet returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasEntries ¶

func (o *InvestigationPlaybookTask) HasEntries() bool

HasEntries returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasEvidenceData ¶

func (o *InvestigationPlaybookTask) HasEvidenceData() bool

HasEvidenceData returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasExecutionCount ¶

func (o *InvestigationPlaybookTask) HasExecutionCount() bool

HasExecutionCount returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasFieldMapping ¶

func (o *InvestigationPlaybookTask) HasFieldMapping() bool

HasFieldMapping returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasForEachIndex ¶

func (o *InvestigationPlaybookTask) HasForEachIndex() bool

HasForEachIndex returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasForEachInputs ¶

func (o *InvestigationPlaybookTask) HasForEachInputs() bool

HasForEachInputs returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasForm ¶

func (o *InvestigationPlaybookTask) HasForm() bool

HasForm returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasFormDisplay ¶

func (o *InvestigationPlaybookTask) HasFormDisplay() bool

HasFormDisplay returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasId ¶

func (o *InvestigationPlaybookTask) HasId() bool

HasId returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasIgnoreWorker ¶

func (o *InvestigationPlaybookTask) HasIgnoreWorker() bool

HasIgnoreWorker returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasIndent ¶

func (o *InvestigationPlaybookTask) HasIndent() bool

HasIndent returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasInput ¶

func (o *InvestigationPlaybookTask) HasInput() bool

HasInput returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasIsAutoSwitchedToQuietMode ¶

func (o *InvestigationPlaybookTask) HasIsAutoSwitchedToQuietMode() bool

HasIsAutoSwitchedToQuietMode returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasIsOverSize ¶

func (o *InvestigationPlaybookTask) HasIsOverSize() bool

HasIsOverSize returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasLoop ¶

func (o *InvestigationPlaybookTask) HasLoop() bool

HasLoop returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasMessage ¶

func (o *InvestigationPlaybookTask) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasMissingContentItem ¶

func (o *InvestigationPlaybookTask) HasMissingContentItem() bool

HasMissingContentItem returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasNextPollingTime ¶

func (o *InvestigationPlaybookTask) HasNextPollingTime() bool

HasNextPollingTime returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasNextTasks ¶

func (o *InvestigationPlaybookTask) HasNextTasks() bool

HasNextTasks returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasNote ¶

func (o *InvestigationPlaybookTask) HasNote() bool

HasNote returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasOutputs ¶

func (o *InvestigationPlaybookTask) HasOutputs() bool

HasOutputs returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasParentBlockCount ¶

func (o *InvestigationPlaybookTask) HasParentBlockCount() bool

HasParentBlockCount returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasParentPlaybookID ¶

func (o *InvestigationPlaybookTask) HasParentPlaybookID() bool

HasParentPlaybookID returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasPatched ¶

func (o *InvestigationPlaybookTask) HasPatched() bool

HasPatched returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasPlaybookInputs ¶

func (o *InvestigationPlaybookTask) HasPlaybookInputs() bool

HasPlaybookInputs returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasPollingEntries ¶

func (o *InvestigationPlaybookTask) HasPollingEntries() bool

HasPollingEntries returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasPollingTimeoutTime ¶

func (o *InvestigationPlaybookTask) HasPollingTimeoutTime() bool

HasPollingTimeoutTime returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasPreviousTasks ¶

func (o *InvestigationPlaybookTask) HasPreviousTasks() bool

HasPreviousTasks returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasQuietMode ¶

func (o *InvestigationPlaybookTask) HasQuietMode() bool

HasQuietMode returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasReminder ¶

func (o *InvestigationPlaybookTask) HasReminder() bool

HasReminder returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasReputationCalc ¶

func (o *InvestigationPlaybookTask) HasReputationCalc() bool

HasReputationCalc returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasRestrictedCompletion ¶

func (o *InvestigationPlaybookTask) HasRestrictedCompletion() bool

HasRestrictedCompletion returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasScriptArguments ¶

func (o *InvestigationPlaybookTask) HasScriptArguments() bool

HasScriptArguments returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasSeparateContext ¶

func (o *InvestigationPlaybookTask) HasSeparateContext() bool

HasSeparateContext returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasSkip ¶

func (o *InvestigationPlaybookTask) HasSkip() bool

HasSkip returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasSkipUnavailable ¶

func (o *InvestigationPlaybookTask) HasSkipUnavailable() bool

HasSkipUnavailable returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasSla ¶

func (o *InvestigationPlaybookTask) HasSla() bool

HasSla returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasSlaReminder ¶

func (o *InvestigationPlaybookTask) HasSlaReminder() bool

HasSlaReminder returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasStartDate ¶

func (o *InvestigationPlaybookTask) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasStartedExecutingHarmfulScript ¶

func (o *InvestigationPlaybookTask) HasStartedExecutingHarmfulScript() bool

HasStartedExecutingHarmfulScript returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasState ¶

func (o *InvestigationPlaybookTask) HasState() bool

HasState returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasSubPlaybook ¶

func (o *InvestigationPlaybookTask) HasSubPlaybook() bool

HasSubPlaybook returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasTask ¶

func (o *InvestigationPlaybookTask) HasTask() bool

HasTask returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasTaskCompleteData ¶

func (o *InvestigationPlaybookTask) HasTaskCompleteData() bool

HasTaskCompleteData returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasTaskDebug ¶

func (o *InvestigationPlaybookTask) HasTaskDebug() bool

HasTaskDebug returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasTaskId ¶

func (o *InvestigationPlaybookTask) HasTaskId() bool

HasTaskId returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasTaskSize ¶

func (o *InvestigationPlaybookTask) HasTaskSize() bool

HasTaskSize returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasTimerTriggers ¶

func (o *InvestigationPlaybookTask) HasTimerTriggers() bool

HasTimerTriggers returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasTimesPolled ¶

func (o *InvestigationPlaybookTask) HasTimesPolled() bool

HasTimesPolled returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasType ¶

func (o *InvestigationPlaybookTask) HasType() bool

HasType returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasView ¶

func (o *InvestigationPlaybookTask) HasView() bool

HasView returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasWillNotExecuteCount ¶

func (o *InvestigationPlaybookTask) HasWillNotExecuteCount() bool

HasWillNotExecuteCount returns a boolean if a field has been set.

func (*InvestigationPlaybookTask) HasWillNotExecuteReason ¶

func (o *InvestigationPlaybookTask) HasWillNotExecuteReason() bool

HasWillNotExecuteReason returns a boolean if a field has been set.

func (InvestigationPlaybookTask) MarshalJSON ¶

func (o InvestigationPlaybookTask) MarshalJSON() ([]byte, error)

func (*InvestigationPlaybookTask) SetArguments ¶

func (o *InvestigationPlaybookTask) SetArguments(v map[string]map[string]interface{})

SetArguments gets a reference to the given map[string]map[string]interface{} and assigns it to the Arguments field.

func (*InvestigationPlaybookTask) SetAssignee ¶

func (o *InvestigationPlaybookTask) SetAssignee(v string)

SetAssignee gets a reference to the given string and assigns it to the Assignee field.

func (*InvestigationPlaybookTask) SetAssigneeSet ¶

func (o *InvestigationPlaybookTask) SetAssigneeSet(v bool)

SetAssigneeSet gets a reference to the given bool and assigns it to the AssigneeSet field.

func (*InvestigationPlaybookTask) SetBlockingTasks ¶

func (o *InvestigationPlaybookTask) SetBlockingTasks(v []string)

SetBlockingTasks gets a reference to the given []string and assigns it to the BlockingTasks field.

func (*InvestigationPlaybookTask) SetCalculatedDescription ¶

func (o *InvestigationPlaybookTask) SetCalculatedDescription(v string)

SetCalculatedDescription gets a reference to the given string and assigns it to the CalculatedDescription field.

func (*InvestigationPlaybookTask) SetCalculatedTaskName ¶

func (o *InvestigationPlaybookTask) SetCalculatedTaskName(v string)

SetCalculatedTaskName gets a reference to the given string and assigns it to the CalculatedTaskName field.

func (*InvestigationPlaybookTask) SetComments ¶

func (o *InvestigationPlaybookTask) SetComments(v bool)

SetComments gets a reference to the given bool and assigns it to the Comments field.

func (*InvestigationPlaybookTask) SetCompletedBy ¶

func (o *InvestigationPlaybookTask) SetCompletedBy(v string)

SetCompletedBy gets a reference to the given string and assigns it to the CompletedBy field.

func (*InvestigationPlaybookTask) SetCompletedCount ¶

func (o *InvestigationPlaybookTask) SetCompletedCount(v int64)

SetCompletedCount gets a reference to the given int64 and assigns it to the CompletedCount field.

func (*InvestigationPlaybookTask) SetCompletedDate ¶

func (o *InvestigationPlaybookTask) SetCompletedDate(v time.Time)

SetCompletedDate gets a reference to the given time.Time and assigns it to the CompletedDate field.

func (*InvestigationPlaybookTask) SetConditions ¶

func (o *InvestigationPlaybookTask) SetConditions(v []TaskCondition)

SetConditions gets a reference to the given []TaskCondition and assigns it to the Conditions field.

func (*InvestigationPlaybookTask) SetContinueOnError ¶

func (o *InvestigationPlaybookTask) SetContinueOnError(v bool)

SetContinueOnError gets a reference to the given bool and assigns it to the ContinueOnError field.

func (*InvestigationPlaybookTask) SetDefaultAssignee ¶

func (o *InvestigationPlaybookTask) SetDefaultAssignee(v string)

SetDefaultAssignee gets a reference to the given string and assigns it to the DefaultAssignee field.

func (*InvestigationPlaybookTask) SetDefaultAssigneeComplex ¶

func (o *InvestigationPlaybookTask) SetDefaultAssigneeComplex(v AdvanceArg)

SetDefaultAssigneeComplex gets a reference to the given AdvanceArg and assigns it to the DefaultAssigneeComplex field.

func (*InvestigationPlaybookTask) SetDefaultReminder ¶

func (o *InvestigationPlaybookTask) SetDefaultReminder(v int64)

SetDefaultReminder gets a reference to the given int64 and assigns it to the DefaultReminder field.

func (*InvestigationPlaybookTask) SetDoNotSaveTaskHistory ¶

func (o *InvestigationPlaybookTask) SetDoNotSaveTaskHistory(v bool)

SetDoNotSaveTaskHistory gets a reference to the given bool and assigns it to the DoNotSaveTaskHistory field.

func (*InvestigationPlaybookTask) SetDueDate ¶

func (o *InvestigationPlaybookTask) SetDueDate(v time.Time)

SetDueDate gets a reference to the given time.Time and assigns it to the DueDate field.

func (*InvestigationPlaybookTask) SetDueDateDuration ¶

func (o *InvestigationPlaybookTask) SetDueDateDuration(v int64)

SetDueDateDuration gets a reference to the given int64 and assigns it to the DueDateDuration field.

func (*InvestigationPlaybookTask) SetDueDateSet ¶

func (o *InvestigationPlaybookTask) SetDueDateSet(v bool)

SetDueDateSet gets a reference to the given bool and assigns it to the DueDateSet field.

func (*InvestigationPlaybookTask) SetEntries ¶

func (o *InvestigationPlaybookTask) SetEntries(v []string)

SetEntries gets a reference to the given []string and assigns it to the Entries field.

func (*InvestigationPlaybookTask) SetEvidenceData ¶

func (o *InvestigationPlaybookTask) SetEvidenceData(v EvidenceData)

SetEvidenceData gets a reference to the given EvidenceData and assigns it to the EvidenceData field.

func (*InvestigationPlaybookTask) SetExecutionCount ¶

func (o *InvestigationPlaybookTask) SetExecutionCount(v int64)

SetExecutionCount gets a reference to the given int64 and assigns it to the ExecutionCount field.

func (*InvestigationPlaybookTask) SetFieldMapping ¶

func (o *InvestigationPlaybookTask) SetFieldMapping(v []FieldMapping)

SetFieldMapping gets a reference to the given []FieldMapping and assigns it to the FieldMapping field.

func (*InvestigationPlaybookTask) SetForEachIndex ¶

func (o *InvestigationPlaybookTask) SetForEachIndex(v int64)

SetForEachIndex gets a reference to the given int64 and assigns it to the ForEachIndex field.

func (*InvestigationPlaybookTask) SetForEachInputs ¶

func (o *InvestigationPlaybookTask) SetForEachInputs(v map[string][]map[string]interface{})

SetForEachInputs gets a reference to the given map[string][]map[string]interface{} and assigns it to the ForEachInputs field.

func (*InvestigationPlaybookTask) SetForm ¶

SetForm gets a reference to the given DataCollectionForm and assigns it to the Form field.

func (*InvestigationPlaybookTask) SetFormDisplay ¶

func (o *InvestigationPlaybookTask) SetFormDisplay(v FormDisplay)

SetFormDisplay gets a reference to the given FormDisplay and assigns it to the FormDisplay field.

func (*InvestigationPlaybookTask) SetId ¶

func (o *InvestigationPlaybookTask) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*InvestigationPlaybookTask) SetIgnoreWorker ¶

func (o *InvestigationPlaybookTask) SetIgnoreWorker(v bool)

SetIgnoreWorker gets a reference to the given bool and assigns it to the IgnoreWorker field.

func (*InvestigationPlaybookTask) SetIndent ¶

func (o *InvestigationPlaybookTask) SetIndent(v int64)

SetIndent gets a reference to the given int64 and assigns it to the Indent field.

func (*InvestigationPlaybookTask) SetInput ¶

func (o *InvestigationPlaybookTask) SetInput(v string)

SetInput gets a reference to the given string and assigns it to the Input field.

func (*InvestigationPlaybookTask) SetIsAutoSwitchedToQuietMode ¶

func (o *InvestigationPlaybookTask) SetIsAutoSwitchedToQuietMode(v bool)

SetIsAutoSwitchedToQuietMode gets a reference to the given bool and assigns it to the IsAutoSwitchedToQuietMode field.

func (*InvestigationPlaybookTask) SetIsOverSize ¶

func (o *InvestigationPlaybookTask) SetIsOverSize(v bool)

SetIsOverSize gets a reference to the given bool and assigns it to the IsOverSize field.

func (*InvestigationPlaybookTask) SetLoop ¶

func (o *InvestigationPlaybookTask) SetLoop(v TaskLoop)

SetLoop gets a reference to the given TaskLoop and assigns it to the Loop field.

func (*InvestigationPlaybookTask) SetMessage ¶

func (o *InvestigationPlaybookTask) SetMessage(v NotifiableItem)

SetMessage gets a reference to the given NotifiableItem and assigns it to the Message field.

func (*InvestigationPlaybookTask) SetMissingContentItem ¶

func (o *InvestigationPlaybookTask) SetMissingContentItem(v string)

SetMissingContentItem gets a reference to the given string and assigns it to the MissingContentItem field.

func (*InvestigationPlaybookTask) SetNextPollingTime ¶

func (o *InvestigationPlaybookTask) SetNextPollingTime(v time.Time)

SetNextPollingTime gets a reference to the given time.Time and assigns it to the NextPollingTime field.

func (*InvestigationPlaybookTask) SetNextTasks ¶

func (o *InvestigationPlaybookTask) SetNextTasks(v map[string][]string)

SetNextTasks gets a reference to the given map[string][]string and assigns it to the NextTasks field.

func (*InvestigationPlaybookTask) SetNote ¶

func (o *InvestigationPlaybookTask) SetNote(v bool)

SetNote gets a reference to the given bool and assigns it to the Note field.

func (*InvestigationPlaybookTask) SetOutputs ¶

func (o *InvestigationPlaybookTask) SetOutputs(v map[string]map[string]interface{})

SetOutputs gets a reference to the given map[string]map[string]interface{} and assigns it to the Outputs field.

func (*InvestigationPlaybookTask) SetParentBlockCount ¶

func (o *InvestigationPlaybookTask) SetParentBlockCount(v int64)

SetParentBlockCount gets a reference to the given int64 and assigns it to the ParentBlockCount field.

func (*InvestigationPlaybookTask) SetParentPlaybookID ¶

func (o *InvestigationPlaybookTask) SetParentPlaybookID(v string)

SetParentPlaybookID gets a reference to the given string and assigns it to the ParentPlaybookID field.

func (*InvestigationPlaybookTask) SetPatched ¶

func (o *InvestigationPlaybookTask) SetPatched(v bool)

SetPatched gets a reference to the given bool and assigns it to the Patched field.

func (*InvestigationPlaybookTask) SetPlaybookInputs ¶

func (o *InvestigationPlaybookTask) SetPlaybookInputs(v map[string]map[string]interface{})

SetPlaybookInputs gets a reference to the given map[string]map[string]interface{} and assigns it to the PlaybookInputs field.

func (*InvestigationPlaybookTask) SetPollingEntries ¶

func (o *InvestigationPlaybookTask) SetPollingEntries(v []string)

SetPollingEntries gets a reference to the given []string and assigns it to the PollingEntries field.

func (*InvestigationPlaybookTask) SetPollingTimeoutTime ¶

func (o *InvestigationPlaybookTask) SetPollingTimeoutTime(v time.Time)

SetPollingTimeoutTime gets a reference to the given time.Time and assigns it to the PollingTimeoutTime field.

func (*InvestigationPlaybookTask) SetPreviousTasks ¶

func (o *InvestigationPlaybookTask) SetPreviousTasks(v map[string][]string)

SetPreviousTasks gets a reference to the given map[string][]string and assigns it to the PreviousTasks field.

func (*InvestigationPlaybookTask) SetQuietMode ¶

func (o *InvestigationPlaybookTask) SetQuietMode(v int64)

SetQuietMode gets a reference to the given int64 and assigns it to the QuietMode field.

func (*InvestigationPlaybookTask) SetReminder ¶

func (o *InvestigationPlaybookTask) SetReminder(v int64)

SetReminder gets a reference to the given int64 and assigns it to the Reminder field.

func (*InvestigationPlaybookTask) SetReputationCalc ¶

func (o *InvestigationPlaybookTask) SetReputationCalc(v float64)

SetReputationCalc gets a reference to the given float64 and assigns it to the ReputationCalc field.

func (*InvestigationPlaybookTask) SetRestrictedCompletion ¶

func (o *InvestigationPlaybookTask) SetRestrictedCompletion(v bool)

SetRestrictedCompletion gets a reference to the given bool and assigns it to the RestrictedCompletion field.

func (*InvestigationPlaybookTask) SetScriptArguments ¶

func (o *InvestigationPlaybookTask) SetScriptArguments(v map[string]AdvanceArg)

SetScriptArguments gets a reference to the given map[string]AdvanceArg and assigns it to the ScriptArguments field.

func (*InvestigationPlaybookTask) SetSeparateContext ¶

func (o *InvestigationPlaybookTask) SetSeparateContext(v bool)

SetSeparateContext gets a reference to the given bool and assigns it to the SeparateContext field.

func (*InvestigationPlaybookTask) SetSkip ¶

func (o *InvestigationPlaybookTask) SetSkip(v bool)

SetSkip gets a reference to the given bool and assigns it to the Skip field.

func (*InvestigationPlaybookTask) SetSkipUnavailable ¶

func (o *InvestigationPlaybookTask) SetSkipUnavailable(v bool)

SetSkipUnavailable gets a reference to the given bool and assigns it to the SkipUnavailable field.

func (*InvestigationPlaybookTask) SetSla ¶

func (o *InvestigationPlaybookTask) SetSla(v SLA)

SetSla gets a reference to the given SLA and assigns it to the Sla field.

func (*InvestigationPlaybookTask) SetSlaReminder ¶

func (o *InvestigationPlaybookTask) SetSlaReminder(v SLA)

SetSlaReminder gets a reference to the given SLA and assigns it to the SlaReminder field.

func (*InvestigationPlaybookTask) SetStartDate ¶

func (o *InvestigationPlaybookTask) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*InvestigationPlaybookTask) SetStartedExecutingHarmfulScript ¶

func (o *InvestigationPlaybookTask) SetStartedExecutingHarmfulScript(v bool)

SetStartedExecutingHarmfulScript gets a reference to the given bool and assigns it to the StartedExecutingHarmfulScript field.

func (*InvestigationPlaybookTask) SetState ¶

func (o *InvestigationPlaybookTask) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*InvestigationPlaybookTask) SetSubPlaybook ¶

func (o *InvestigationPlaybookTask) SetSubPlaybook(v InvestigationPlaybook)

SetSubPlaybook gets a reference to the given InvestigationPlaybook and assigns it to the SubPlaybook field.

func (*InvestigationPlaybookTask) SetTask ¶

func (o *InvestigationPlaybookTask) SetTask(v Task)

SetTask gets a reference to the given Task and assigns it to the Task field.

func (*InvestigationPlaybookTask) SetTaskCompleteData ¶

func (o *InvestigationPlaybookTask) SetTaskCompleteData(v []InvPlaybookTaskCompleteData)

SetTaskCompleteData gets a reference to the given []InvPlaybookTaskCompleteData and assigns it to the TaskCompleteData field.

func (*InvestigationPlaybookTask) SetTaskDebug ¶

func (o *InvestigationPlaybookTask) SetTaskDebug(v InvTaskDebug)

SetTaskDebug gets a reference to the given InvTaskDebug and assigns it to the TaskDebug field.

func (*InvestigationPlaybookTask) SetTaskId ¶

func (o *InvestigationPlaybookTask) SetTaskId(v string)

SetTaskId gets a reference to the given string and assigns it to the TaskId field.

func (*InvestigationPlaybookTask) SetTaskSize ¶

func (o *InvestigationPlaybookTask) SetTaskSize(v int64)

SetTaskSize gets a reference to the given int64 and assigns it to the TaskSize field.

func (*InvestigationPlaybookTask) SetTimerTriggers ¶

func (o *InvestigationPlaybookTask) SetTimerTriggers(v []TimerTrigger)

SetTimerTriggers gets a reference to the given []TimerTrigger and assigns it to the TimerTriggers field.

func (*InvestigationPlaybookTask) SetTimesPolled ¶

func (o *InvestigationPlaybookTask) SetTimesPolled(v int64)

SetTimesPolled gets a reference to the given int64 and assigns it to the TimesPolled field.

func (*InvestigationPlaybookTask) SetType ¶

func (o *InvestigationPlaybookTask) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*InvestigationPlaybookTask) SetView ¶

func (o *InvestigationPlaybookTask) SetView(v map[string]interface{})

SetView gets a reference to the given map[string]interface{} and assigns it to the View field.

func (*InvestigationPlaybookTask) SetWillNotExecuteCount ¶

func (o *InvestigationPlaybookTask) SetWillNotExecuteCount(v int64)

SetWillNotExecuteCount gets a reference to the given int64 and assigns it to the WillNotExecuteCount field.

func (*InvestigationPlaybookTask) SetWillNotExecuteReason ¶

func (o *InvestigationPlaybookTask) SetWillNotExecuteReason(v string)

SetWillNotExecuteReason gets a reference to the given string and assigns it to the WillNotExecuteReason field.

type InvestigationSearchResponse ¶

type InvestigationSearchResponse struct {
	// in: body
	Data  *[]Investigation `json:"data,omitempty"`
	Total *int64           `json:"total,omitempty"`
}

InvestigationSearchResponse InvestigationSearchResponse returns the response from the investigation search

func NewInvestigationSearchResponse ¶

func NewInvestigationSearchResponse() *InvestigationSearchResponse

NewInvestigationSearchResponse instantiates a new InvestigationSearchResponse 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 NewInvestigationSearchResponseWithDefaults ¶

func NewInvestigationSearchResponseWithDefaults() *InvestigationSearchResponse

NewInvestigationSearchResponseWithDefaults instantiates a new InvestigationSearchResponse 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 (*InvestigationSearchResponse) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*InvestigationSearchResponse) GetDataOk ¶

func (o *InvestigationSearchResponse) GetDataOk() (*[]Investigation, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationSearchResponse) GetTotal ¶

func (o *InvestigationSearchResponse) GetTotal() int64

GetTotal returns the Total field value if set, zero value otherwise.

func (*InvestigationSearchResponse) GetTotalOk ¶

func (o *InvestigationSearchResponse) GetTotalOk() (*int64, bool)

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvestigationSearchResponse) HasData ¶

func (o *InvestigationSearchResponse) HasData() bool

HasData returns a boolean if a field has been set.

func (*InvestigationSearchResponse) HasTotal ¶

func (o *InvestigationSearchResponse) HasTotal() bool

HasTotal returns a boolean if a field has been set.

func (InvestigationSearchResponse) MarshalJSON ¶

func (o InvestigationSearchResponse) MarshalJSON() ([]byte, error)

func (*InvestigationSearchResponse) SetData ¶

SetData gets a reference to the given []Investigation and assigns it to the Data field.

func (*InvestigationSearchResponse) SetTotal ¶

func (o *InvestigationSearchResponse) SetTotal(v int64)

SetTotal gets a reference to the given int64 and assigns it to the Total field.

type Investigations ¶ added in v0.2.4

type Investigations struct {
	Items []Investigation
}

Investigations Investigations is a slice of investigation

func NewInvestigations ¶ added in v0.2.4

func NewInvestigations() *Investigations

NewInvestigations instantiates a new Investigations 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 NewInvestigationsWithDefaults ¶ added in v0.2.4

func NewInvestigationsWithDefaults() *Investigations

NewInvestigationsWithDefaults instantiates a new Investigations 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 (Investigations) MarshalJSON ¶ added in v0.2.4

func (o Investigations) MarshalJSON() ([]byte, error)

func (*Investigations) UnmarshalJSON ¶ added in v0.2.4

func (o *Investigations) UnmarshalJSON(bytes []byte) (err error)

type IocObject ¶

type IocObject struct {
	// The keys should be the field's display name all lower and without spaces. For example: Scan IP -> scanip To get the actual key name you can also go to Cortex XSOAR CLI and run /incident_add and look for the key that you would like to update
	CustomFields          *map[string]map[string]interface{} `json:"CustomFields,omitempty"`
	Account               *string                            `json:"account,omitempty"`
	AggregatedReliability *string                            `json:"aggregatedReliability,omitempty"`
	// Do not set the fields bellow this line
	CalculatedTime       *time.Time                `json:"calculatedTime,omitempty"`
	Comment              *string                   `json:"comment,omitempty"`
	Comments             *[]Comment                `json:"comments,omitempty"`
	DeletedFeedFetchTime *time.Time                `json:"deletedFeedFetchTime,omitempty"`
	Expiration           *time.Time                `json:"expiration,omitempty"`
	ExpirationSource     *ExpirationSource         `json:"expirationSource,omitempty"`
	ExpirationStatus     *string                   `json:"expirationStatus,omitempty"`
	FirstSeen            *time.Time                `json:"firstSeen,omitempty"`
	FirstSeenEntryID     *string                   `json:"firstSeenEntryID,omitempty"`
	Highlight            *map[string][]string      `json:"highlight,omitempty"`
	Id                   *string                   `json:"id,omitempty"`
	IndicatorType        *string                   `json:"indicator_type,omitempty"`
	InsightCache         *InsightCache             `json:"insightCache,omitempty"`
	InvestigationIDs     *[]string                 `json:"investigationIDs,omitempty"`
	IsShared             *bool                     `json:"isShared,omitempty"`
	LastReputationRun    *time.Time                `json:"lastReputationRun,omitempty"`
	LastSeen             *time.Time                `json:"lastSeen,omitempty"`
	LastSeenEntryID      *string                   `json:"lastSeenEntryID,omitempty"`
	ManualExpirationTime *time.Time                `json:"manualExpirationTime,omitempty"`
	ManualScore          *bool                     `json:"manualScore,omitempty"`
	ManualSetTime        *time.Time                `json:"manualSetTime,omitempty"`
	ManuallyEditedFields *[]string                 `json:"manuallyEditedFields,omitempty"`
	Modified             *time.Time                `json:"modified,omitempty"`
	ModifiedTime         *time.Time                `json:"modifiedTime,omitempty"`
	ModuleToFeedMap      *map[string]FeedIndicator `json:"moduleToFeedMap,omitempty"`
	NumericId            *int64                    `json:"numericId,omitempty"`
	PrimaryTerm          *int64                    `json:"primaryTerm,omitempty"`
	RelatedIncCount      *int64                    `json:"relatedIncCount,omitempty"`
	Score                *int64                    `json:"score,omitempty"`
	SequenceNumber       *int64                    `json:"sequenceNumber,omitempty"`
	SetBy                *string                   `json:"setBy,omitempty"`
	SortValues           *[]string                 `json:"sortValues,omitempty"`
	Source               *string                   `json:"source,omitempty"`
	SourceBrands         *[]string                 `json:"sourceBrands,omitempty"`
	SourceInstances      *[]string                 `json:"sourceInstances,omitempty"`
	Timestamp            *time.Time                `json:"timestamp,omitempty"`
	Value                *string                   `json:"value,omitempty"`
	Version              *int64                    `json:"version,omitempty"`
}

IocObject IocObject - represents an Ioc (or simply an indicator) object

func NewIocObject ¶

func NewIocObject() *IocObject

NewIocObject instantiates a new IocObject 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 NewIocObjectWithDefaults ¶

func NewIocObjectWithDefaults() *IocObject

NewIocObjectWithDefaults instantiates a new IocObject 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 (*IocObject) GetAccount ¶

func (o *IocObject) GetAccount() string

GetAccount returns the Account field value if set, zero value otherwise.

func (*IocObject) GetAccountOk ¶

func (o *IocObject) GetAccountOk() (*string, bool)

GetAccountOk returns a tuple with the Account field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetAggregatedReliability ¶

func (o *IocObject) GetAggregatedReliability() string

GetAggregatedReliability returns the AggregatedReliability field value if set, zero value otherwise.

func (*IocObject) GetAggregatedReliabilityOk ¶

func (o *IocObject) GetAggregatedReliabilityOk() (*string, bool)

GetAggregatedReliabilityOk returns a tuple with the AggregatedReliability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetCalculatedTime ¶

func (o *IocObject) GetCalculatedTime() time.Time

GetCalculatedTime returns the CalculatedTime field value if set, zero value otherwise.

func (*IocObject) GetCalculatedTimeOk ¶

func (o *IocObject) GetCalculatedTimeOk() (*time.Time, bool)

GetCalculatedTimeOk returns a tuple with the CalculatedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetComment ¶

func (o *IocObject) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*IocObject) GetCommentOk ¶

func (o *IocObject) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetComments ¶

func (o *IocObject) GetComments() []Comment

GetComments returns the Comments field value if set, zero value otherwise.

func (*IocObject) GetCommentsOk ¶

func (o *IocObject) GetCommentsOk() (*[]Comment, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetCustomFields ¶

func (o *IocObject) GetCustomFields() map[string]map[string]interface{}

GetCustomFields returns the CustomFields field value if set, zero value otherwise.

func (*IocObject) GetCustomFieldsOk ¶

func (o *IocObject) GetCustomFieldsOk() (*map[string]map[string]interface{}, bool)

GetCustomFieldsOk returns a tuple with the CustomFields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetDeletedFeedFetchTime ¶

func (o *IocObject) GetDeletedFeedFetchTime() time.Time

GetDeletedFeedFetchTime returns the DeletedFeedFetchTime field value if set, zero value otherwise.

func (*IocObject) GetDeletedFeedFetchTimeOk ¶

func (o *IocObject) GetDeletedFeedFetchTimeOk() (*time.Time, bool)

GetDeletedFeedFetchTimeOk returns a tuple with the DeletedFeedFetchTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetExpiration ¶

func (o *IocObject) GetExpiration() time.Time

GetExpiration returns the Expiration field value if set, zero value otherwise.

func (*IocObject) GetExpirationOk ¶

func (o *IocObject) GetExpirationOk() (*time.Time, bool)

GetExpirationOk returns a tuple with the Expiration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetExpirationSource ¶

func (o *IocObject) GetExpirationSource() ExpirationSource

GetExpirationSource returns the ExpirationSource field value if set, zero value otherwise.

func (*IocObject) GetExpirationSourceOk ¶

func (o *IocObject) GetExpirationSourceOk() (*ExpirationSource, bool)

GetExpirationSourceOk returns a tuple with the ExpirationSource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetExpirationStatus ¶

func (o *IocObject) GetExpirationStatus() string

GetExpirationStatus returns the ExpirationStatus field value if set, zero value otherwise.

func (*IocObject) GetExpirationStatusOk ¶

func (o *IocObject) GetExpirationStatusOk() (*string, bool)

GetExpirationStatusOk returns a tuple with the ExpirationStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetFirstSeen ¶

func (o *IocObject) GetFirstSeen() time.Time

GetFirstSeen returns the FirstSeen field value if set, zero value otherwise.

func (*IocObject) GetFirstSeenEntryID ¶

func (o *IocObject) GetFirstSeenEntryID() string

GetFirstSeenEntryID returns the FirstSeenEntryID field value if set, zero value otherwise.

func (*IocObject) GetFirstSeenEntryIDOk ¶

func (o *IocObject) GetFirstSeenEntryIDOk() (*string, bool)

GetFirstSeenEntryIDOk returns a tuple with the FirstSeenEntryID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetFirstSeenOk ¶

func (o *IocObject) GetFirstSeenOk() (*time.Time, bool)

GetFirstSeenOk returns a tuple with the FirstSeen field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetHighlight ¶

func (o *IocObject) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*IocObject) GetHighlightOk ¶

func (o *IocObject) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetId ¶

func (o *IocObject) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*IocObject) GetIdOk ¶

func (o *IocObject) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetIndicatorType ¶

func (o *IocObject) GetIndicatorType() string

GetIndicatorType returns the IndicatorType field value if set, zero value otherwise.

func (*IocObject) GetIndicatorTypeOk ¶

func (o *IocObject) GetIndicatorTypeOk() (*string, bool)

GetIndicatorTypeOk returns a tuple with the IndicatorType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetInsightCache ¶

func (o *IocObject) GetInsightCache() InsightCache

GetInsightCache returns the InsightCache field value if set, zero value otherwise.

func (*IocObject) GetInsightCacheOk ¶

func (o *IocObject) GetInsightCacheOk() (*InsightCache, bool)

GetInsightCacheOk returns a tuple with the InsightCache field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetInvestigationIDs ¶

func (o *IocObject) GetInvestigationIDs() []string

GetInvestigationIDs returns the InvestigationIDs field value if set, zero value otherwise.

func (*IocObject) GetInvestigationIDsOk ¶

func (o *IocObject) GetInvestigationIDsOk() (*[]string, bool)

GetInvestigationIDsOk returns a tuple with the InvestigationIDs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetIsShared ¶

func (o *IocObject) GetIsShared() bool

GetIsShared returns the IsShared field value if set, zero value otherwise.

func (*IocObject) GetIsSharedOk ¶

func (o *IocObject) GetIsSharedOk() (*bool, bool)

GetIsSharedOk returns a tuple with the IsShared field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetLastReputationRun ¶

func (o *IocObject) GetLastReputationRun() time.Time

GetLastReputationRun returns the LastReputationRun field value if set, zero value otherwise.

func (*IocObject) GetLastReputationRunOk ¶

func (o *IocObject) GetLastReputationRunOk() (*time.Time, bool)

GetLastReputationRunOk returns a tuple with the LastReputationRun field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetLastSeen ¶

func (o *IocObject) GetLastSeen() time.Time

GetLastSeen returns the LastSeen field value if set, zero value otherwise.

func (*IocObject) GetLastSeenEntryID ¶

func (o *IocObject) GetLastSeenEntryID() string

GetLastSeenEntryID returns the LastSeenEntryID field value if set, zero value otherwise.

func (*IocObject) GetLastSeenEntryIDOk ¶

func (o *IocObject) GetLastSeenEntryIDOk() (*string, bool)

GetLastSeenEntryIDOk returns a tuple with the LastSeenEntryID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetLastSeenOk ¶

func (o *IocObject) GetLastSeenOk() (*time.Time, bool)

GetLastSeenOk returns a tuple with the LastSeen field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetManualExpirationTime ¶

func (o *IocObject) GetManualExpirationTime() time.Time

GetManualExpirationTime returns the ManualExpirationTime field value if set, zero value otherwise.

func (*IocObject) GetManualExpirationTimeOk ¶

func (o *IocObject) GetManualExpirationTimeOk() (*time.Time, bool)

GetManualExpirationTimeOk returns a tuple with the ManualExpirationTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetManualScore ¶

func (o *IocObject) GetManualScore() bool

GetManualScore returns the ManualScore field value if set, zero value otherwise.

func (*IocObject) GetManualScoreOk ¶

func (o *IocObject) GetManualScoreOk() (*bool, bool)

GetManualScoreOk returns a tuple with the ManualScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetManualSetTime ¶

func (o *IocObject) GetManualSetTime() time.Time

GetManualSetTime returns the ManualSetTime field value if set, zero value otherwise.

func (*IocObject) GetManualSetTimeOk ¶

func (o *IocObject) GetManualSetTimeOk() (*time.Time, bool)

GetManualSetTimeOk returns a tuple with the ManualSetTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetManuallyEditedFields ¶

func (o *IocObject) GetManuallyEditedFields() []string

GetManuallyEditedFields returns the ManuallyEditedFields field value if set, zero value otherwise.

func (*IocObject) GetManuallyEditedFieldsOk ¶

func (o *IocObject) GetManuallyEditedFieldsOk() (*[]string, bool)

GetManuallyEditedFieldsOk returns a tuple with the ManuallyEditedFields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetModified ¶

func (o *IocObject) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*IocObject) GetModifiedOk ¶

func (o *IocObject) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetModifiedTime ¶

func (o *IocObject) GetModifiedTime() time.Time

GetModifiedTime returns the ModifiedTime field value if set, zero value otherwise.

func (*IocObject) GetModifiedTimeOk ¶

func (o *IocObject) GetModifiedTimeOk() (*time.Time, bool)

GetModifiedTimeOk returns a tuple with the ModifiedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetModuleToFeedMap ¶

func (o *IocObject) GetModuleToFeedMap() map[string]FeedIndicator

GetModuleToFeedMap returns the ModuleToFeedMap field value if set, zero value otherwise.

func (*IocObject) GetModuleToFeedMapOk ¶

func (o *IocObject) GetModuleToFeedMapOk() (*map[string]FeedIndicator, bool)

GetModuleToFeedMapOk returns a tuple with the ModuleToFeedMap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetNumericId ¶

func (o *IocObject) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*IocObject) GetNumericIdOk ¶

func (o *IocObject) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetPrimaryTerm ¶

func (o *IocObject) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*IocObject) GetPrimaryTermOk ¶

func (o *IocObject) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetRelatedIncCount ¶

func (o *IocObject) GetRelatedIncCount() int64

GetRelatedIncCount returns the RelatedIncCount field value if set, zero value otherwise.

func (*IocObject) GetRelatedIncCountOk ¶

func (o *IocObject) GetRelatedIncCountOk() (*int64, bool)

GetRelatedIncCountOk returns a tuple with the RelatedIncCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetScore ¶

func (o *IocObject) GetScore() int64

GetScore returns the Score field value if set, zero value otherwise.

func (*IocObject) GetScoreOk ¶

func (o *IocObject) GetScoreOk() (*int64, bool)

GetScoreOk returns a tuple with the Score field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetSequenceNumber ¶

func (o *IocObject) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*IocObject) GetSequenceNumberOk ¶

func (o *IocObject) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetSetBy ¶

func (o *IocObject) GetSetBy() string

GetSetBy returns the SetBy field value if set, zero value otherwise.

func (*IocObject) GetSetByOk ¶

func (o *IocObject) GetSetByOk() (*string, bool)

GetSetByOk returns a tuple with the SetBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetSortValues ¶

func (o *IocObject) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*IocObject) GetSortValuesOk ¶

func (o *IocObject) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetSource ¶

func (o *IocObject) GetSource() string

GetSource returns the Source field value if set, zero value otherwise.

func (*IocObject) GetSourceBrands ¶

func (o *IocObject) GetSourceBrands() []string

GetSourceBrands returns the SourceBrands field value if set, zero value otherwise.

func (*IocObject) GetSourceBrandsOk ¶

func (o *IocObject) GetSourceBrandsOk() (*[]string, bool)

GetSourceBrandsOk returns a tuple with the SourceBrands field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetSourceInstances ¶

func (o *IocObject) GetSourceInstances() []string

GetSourceInstances returns the SourceInstances field value if set, zero value otherwise.

func (*IocObject) GetSourceInstancesOk ¶

func (o *IocObject) GetSourceInstancesOk() (*[]string, bool)

GetSourceInstancesOk returns a tuple with the SourceInstances field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetSourceOk ¶

func (o *IocObject) GetSourceOk() (*string, bool)

GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetTimestamp ¶

func (o *IocObject) GetTimestamp() time.Time

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*IocObject) GetTimestampOk ¶

func (o *IocObject) GetTimestampOk() (*time.Time, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetValue ¶

func (o *IocObject) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*IocObject) GetValueOk ¶

func (o *IocObject) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) GetVersion ¶

func (o *IocObject) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*IocObject) GetVersionOk ¶

func (o *IocObject) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IocObject) HasAccount ¶

func (o *IocObject) HasAccount() bool

HasAccount returns a boolean if a field has been set.

func (*IocObject) HasAggregatedReliability ¶

func (o *IocObject) HasAggregatedReliability() bool

HasAggregatedReliability returns a boolean if a field has been set.

func (*IocObject) HasCalculatedTime ¶

func (o *IocObject) HasCalculatedTime() bool

HasCalculatedTime returns a boolean if a field has been set.

func (*IocObject) HasComment ¶

func (o *IocObject) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*IocObject) HasComments ¶

func (o *IocObject) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*IocObject) HasCustomFields ¶

func (o *IocObject) HasCustomFields() bool

HasCustomFields returns a boolean if a field has been set.

func (*IocObject) HasDeletedFeedFetchTime ¶

func (o *IocObject) HasDeletedFeedFetchTime() bool

HasDeletedFeedFetchTime returns a boolean if a field has been set.

func (*IocObject) HasExpiration ¶

func (o *IocObject) HasExpiration() bool

HasExpiration returns a boolean if a field has been set.

func (*IocObject) HasExpirationSource ¶

func (o *IocObject) HasExpirationSource() bool

HasExpirationSource returns a boolean if a field has been set.

func (*IocObject) HasExpirationStatus ¶

func (o *IocObject) HasExpirationStatus() bool

HasExpirationStatus returns a boolean if a field has been set.

func (*IocObject) HasFirstSeen ¶

func (o *IocObject) HasFirstSeen() bool

HasFirstSeen returns a boolean if a field has been set.

func (*IocObject) HasFirstSeenEntryID ¶

func (o *IocObject) HasFirstSeenEntryID() bool

HasFirstSeenEntryID returns a boolean if a field has been set.

func (*IocObject) HasHighlight ¶

func (o *IocObject) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*IocObject) HasId ¶

func (o *IocObject) HasId() bool

HasId returns a boolean if a field has been set.

func (*IocObject) HasIndicatorType ¶

func (o *IocObject) HasIndicatorType() bool

HasIndicatorType returns a boolean if a field has been set.

func (*IocObject) HasInsightCache ¶

func (o *IocObject) HasInsightCache() bool

HasInsightCache returns a boolean if a field has been set.

func (*IocObject) HasInvestigationIDs ¶

func (o *IocObject) HasInvestigationIDs() bool

HasInvestigationIDs returns a boolean if a field has been set.

func (*IocObject) HasIsShared ¶

func (o *IocObject) HasIsShared() bool

HasIsShared returns a boolean if a field has been set.

func (*IocObject) HasLastReputationRun ¶

func (o *IocObject) HasLastReputationRun() bool

HasLastReputationRun returns a boolean if a field has been set.

func (*IocObject) HasLastSeen ¶

func (o *IocObject) HasLastSeen() bool

HasLastSeen returns a boolean if a field has been set.

func (*IocObject) HasLastSeenEntryID ¶

func (o *IocObject) HasLastSeenEntryID() bool

HasLastSeenEntryID returns a boolean if a field has been set.

func (*IocObject) HasManualExpirationTime ¶

func (o *IocObject) HasManualExpirationTime() bool

HasManualExpirationTime returns a boolean if a field has been set.

func (*IocObject) HasManualScore ¶

func (o *IocObject) HasManualScore() bool

HasManualScore returns a boolean if a field has been set.

func (*IocObject) HasManualSetTime ¶

func (o *IocObject) HasManualSetTime() bool

HasManualSetTime returns a boolean if a field has been set.

func (*IocObject) HasManuallyEditedFields ¶

func (o *IocObject) HasManuallyEditedFields() bool

HasManuallyEditedFields returns a boolean if a field has been set.

func (*IocObject) HasModified ¶

func (o *IocObject) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*IocObject) HasModifiedTime ¶

func (o *IocObject) HasModifiedTime() bool

HasModifiedTime returns a boolean if a field has been set.

func (*IocObject) HasModuleToFeedMap ¶

func (o *IocObject) HasModuleToFeedMap() bool

HasModuleToFeedMap returns a boolean if a field has been set.

func (*IocObject) HasNumericId ¶

func (o *IocObject) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*IocObject) HasPrimaryTerm ¶

func (o *IocObject) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*IocObject) HasRelatedIncCount ¶

func (o *IocObject) HasRelatedIncCount() bool

HasRelatedIncCount returns a boolean if a field has been set.

func (*IocObject) HasScore ¶

func (o *IocObject) HasScore() bool

HasScore returns a boolean if a field has been set.

func (*IocObject) HasSequenceNumber ¶

func (o *IocObject) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*IocObject) HasSetBy ¶

func (o *IocObject) HasSetBy() bool

HasSetBy returns a boolean if a field has been set.

func (*IocObject) HasSortValues ¶

func (o *IocObject) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*IocObject) HasSource ¶

func (o *IocObject) HasSource() bool

HasSource returns a boolean if a field has been set.

func (*IocObject) HasSourceBrands ¶

func (o *IocObject) HasSourceBrands() bool

HasSourceBrands returns a boolean if a field has been set.

func (*IocObject) HasSourceInstances ¶

func (o *IocObject) HasSourceInstances() bool

HasSourceInstances returns a boolean if a field has been set.

func (*IocObject) HasTimestamp ¶

func (o *IocObject) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (*IocObject) HasValue ¶

func (o *IocObject) HasValue() bool

HasValue returns a boolean if a field has been set.

func (*IocObject) HasVersion ¶

func (o *IocObject) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (IocObject) MarshalJSON ¶

func (o IocObject) MarshalJSON() ([]byte, error)

func (*IocObject) SetAccount ¶

func (o *IocObject) SetAccount(v string)

SetAccount gets a reference to the given string and assigns it to the Account field.

func (*IocObject) SetAggregatedReliability ¶

func (o *IocObject) SetAggregatedReliability(v string)

SetAggregatedReliability gets a reference to the given string and assigns it to the AggregatedReliability field.

func (*IocObject) SetCalculatedTime ¶

func (o *IocObject) SetCalculatedTime(v time.Time)

SetCalculatedTime gets a reference to the given time.Time and assigns it to the CalculatedTime field.

func (*IocObject) SetComment ¶

func (o *IocObject) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*IocObject) SetComments ¶

func (o *IocObject) SetComments(v []Comment)

SetComments gets a reference to the given []Comment and assigns it to the Comments field.

func (*IocObject) SetCustomFields ¶

func (o *IocObject) SetCustomFields(v map[string]map[string]interface{})

SetCustomFields gets a reference to the given map[string]map[string]interface{} and assigns it to the CustomFields field.

func (*IocObject) SetDeletedFeedFetchTime ¶

func (o *IocObject) SetDeletedFeedFetchTime(v time.Time)

SetDeletedFeedFetchTime gets a reference to the given time.Time and assigns it to the DeletedFeedFetchTime field.

func (*IocObject) SetExpiration ¶

func (o *IocObject) SetExpiration(v time.Time)

SetExpiration gets a reference to the given time.Time and assigns it to the Expiration field.

func (*IocObject) SetExpirationSource ¶

func (o *IocObject) SetExpirationSource(v ExpirationSource)

SetExpirationSource gets a reference to the given ExpirationSource and assigns it to the ExpirationSource field.

func (*IocObject) SetExpirationStatus ¶

func (o *IocObject) SetExpirationStatus(v string)

SetExpirationStatus gets a reference to the given string and assigns it to the ExpirationStatus field.

func (*IocObject) SetFirstSeen ¶

func (o *IocObject) SetFirstSeen(v time.Time)

SetFirstSeen gets a reference to the given time.Time and assigns it to the FirstSeen field.

func (*IocObject) SetFirstSeenEntryID ¶

func (o *IocObject) SetFirstSeenEntryID(v string)

SetFirstSeenEntryID gets a reference to the given string and assigns it to the FirstSeenEntryID field.

func (*IocObject) SetHighlight ¶

func (o *IocObject) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*IocObject) SetId ¶

func (o *IocObject) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*IocObject) SetIndicatorType ¶

func (o *IocObject) SetIndicatorType(v string)

SetIndicatorType gets a reference to the given string and assigns it to the IndicatorType field.

func (*IocObject) SetInsightCache ¶

func (o *IocObject) SetInsightCache(v InsightCache)

SetInsightCache gets a reference to the given InsightCache and assigns it to the InsightCache field.

func (*IocObject) SetInvestigationIDs ¶

func (o *IocObject) SetInvestigationIDs(v []string)

SetInvestigationIDs gets a reference to the given []string and assigns it to the InvestigationIDs field.

func (*IocObject) SetIsShared ¶

func (o *IocObject) SetIsShared(v bool)

SetIsShared gets a reference to the given bool and assigns it to the IsShared field.

func (*IocObject) SetLastReputationRun ¶

func (o *IocObject) SetLastReputationRun(v time.Time)

SetLastReputationRun gets a reference to the given time.Time and assigns it to the LastReputationRun field.

func (*IocObject) SetLastSeen ¶

func (o *IocObject) SetLastSeen(v time.Time)

SetLastSeen gets a reference to the given time.Time and assigns it to the LastSeen field.

func (*IocObject) SetLastSeenEntryID ¶

func (o *IocObject) SetLastSeenEntryID(v string)

SetLastSeenEntryID gets a reference to the given string and assigns it to the LastSeenEntryID field.

func (*IocObject) SetManualExpirationTime ¶

func (o *IocObject) SetManualExpirationTime(v time.Time)

SetManualExpirationTime gets a reference to the given time.Time and assigns it to the ManualExpirationTime field.

func (*IocObject) SetManualScore ¶

func (o *IocObject) SetManualScore(v bool)

SetManualScore gets a reference to the given bool and assigns it to the ManualScore field.

func (*IocObject) SetManualSetTime ¶

func (o *IocObject) SetManualSetTime(v time.Time)

SetManualSetTime gets a reference to the given time.Time and assigns it to the ManualSetTime field.

func (*IocObject) SetManuallyEditedFields ¶

func (o *IocObject) SetManuallyEditedFields(v []string)

SetManuallyEditedFields gets a reference to the given []string and assigns it to the ManuallyEditedFields field.

func (*IocObject) SetModified ¶

func (o *IocObject) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*IocObject) SetModifiedTime ¶

func (o *IocObject) SetModifiedTime(v time.Time)

SetModifiedTime gets a reference to the given time.Time and assigns it to the ModifiedTime field.

func (*IocObject) SetModuleToFeedMap ¶

func (o *IocObject) SetModuleToFeedMap(v map[string]FeedIndicator)

SetModuleToFeedMap gets a reference to the given map[string]FeedIndicator and assigns it to the ModuleToFeedMap field.

func (*IocObject) SetNumericId ¶

func (o *IocObject) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*IocObject) SetPrimaryTerm ¶

func (o *IocObject) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*IocObject) SetRelatedIncCount ¶

func (o *IocObject) SetRelatedIncCount(v int64)

SetRelatedIncCount gets a reference to the given int64 and assigns it to the RelatedIncCount field.

func (*IocObject) SetScore ¶

func (o *IocObject) SetScore(v int64)

SetScore gets a reference to the given int64 and assigns it to the Score field.

func (*IocObject) SetSequenceNumber ¶

func (o *IocObject) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*IocObject) SetSetBy ¶

func (o *IocObject) SetSetBy(v string)

SetSetBy gets a reference to the given string and assigns it to the SetBy field.

func (*IocObject) SetSortValues ¶

func (o *IocObject) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*IocObject) SetSource ¶

func (o *IocObject) SetSource(v string)

SetSource gets a reference to the given string and assigns it to the Source field.

func (*IocObject) SetSourceBrands ¶

func (o *IocObject) SetSourceBrands(v []string)

SetSourceBrands gets a reference to the given []string and assigns it to the SourceBrands field.

func (*IocObject) SetSourceInstances ¶

func (o *IocObject) SetSourceInstances(v []string)

SetSourceInstances gets a reference to the given []string and assigns it to the SourceInstances field.

func (*IocObject) SetTimestamp ¶

func (o *IocObject) SetTimestamp(v time.Time)

SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field.

func (*IocObject) SetValue ¶

func (o *IocObject) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (*IocObject) SetVersion ¶

func (o *IocObject) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

type IocObjects ¶ added in v0.2.4

type IocObjects struct {
	Items []IocObject
}

IocObjects struct for IocObjects

func NewIocObjects ¶ added in v0.2.4

func NewIocObjects() *IocObjects

NewIocObjects instantiates a new IocObjects 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 NewIocObjectsWithDefaults ¶ added in v0.2.4

func NewIocObjectsWithDefaults() *IocObjects

NewIocObjectsWithDefaults instantiates a new IocObjects 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 (IocObjects) MarshalJSON ¶ added in v0.2.4

func (o IocObjects) MarshalJSON() ([]byte, error)

func (*IocObjects) UnmarshalJSON ¶ added in v0.2.4

func (o *IocObjects) UnmarshalJSON(bytes []byte) (err error)

type Label ¶

type Label struct {
	Type  *string `json:"type,omitempty"`
	Value *string `json:"value,omitempty"`
}

Label struct for Label

func NewLabel ¶

func NewLabel() *Label

NewLabel instantiates a new Label 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 NewLabelWithDefaults ¶

func NewLabelWithDefaults() *Label

NewLabelWithDefaults instantiates a new Label 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 (*Label) GetType ¶

func (o *Label) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Label) GetTypeOk ¶

func (o *Label) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Label) GetValue ¶

func (o *Label) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*Label) GetValueOk ¶

func (o *Label) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Label) HasType ¶

func (o *Label) HasType() bool

HasType returns a boolean if a field has been set.

func (*Label) HasValue ¶

func (o *Label) HasValue() bool

HasValue returns a boolean if a field has been set.

func (Label) MarshalJSON ¶

func (o Label) MarshalJSON() ([]byte, error)

func (*Label) SetType ¶

func (o *Label) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*Label) SetValue ¶

func (o *Label) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

type Layout ¶

type Layout struct {
	CommitMessage                     *string              `json:"commitMessage,omitempty"`
	FromServerVersion                 *string              `json:"fromServerVersion,omitempty"`
	Highlight                         *map[string][]string `json:"highlight,omitempty"`
	Id                                *string              `json:"id,omitempty"`
	ItemVersion                       *string              `json:"itemVersion,omitempty"`
	Kind                              *string              `json:"kind,omitempty"`
	Locked                            *bool                `json:"locked,omitempty"`
	Modified                          *time.Time           `json:"modified,omitempty"`
	Name                              *string              `json:"name,omitempty"`
	NumericId                         *int64               `json:"numericId,omitempty"`
	PackID                            *string              `json:"packID,omitempty"`
	PackPropagationLabels             *[]string            `json:"packPropagationLabels,omitempty"`
	PrevKind                          *string              `json:"prevKind,omitempty"`
	PrevTypeId                        *string              `json:"prevTypeId,omitempty"`
	PrimaryTerm                       *int64               `json:"primaryTerm,omitempty"`
	PropagationLabels                 *[]string            `json:"propagationLabels,omitempty"`
	Sections                          *[]LayoutSection     `json:"sections,omitempty"`
	SequenceNumber                    *int64               `json:"sequenceNumber,omitempty"`
	ShouldCommit                      *bool                `json:"shouldCommit,omitempty"`
	SortValues                        *[]string            `json:"sortValues,omitempty"`
	System                            *bool                `json:"system,omitempty"`
	ToServerVersion                   *string              `json:"toServerVersion,omitempty"`
	TypeId                            *string              `json:"typeId,omitempty"`
	VcShouldIgnore                    *bool                `json:"vcShouldIgnore,omitempty"`
	VcShouldKeepItemLegacyProdMachine *bool                `json:"vcShouldKeepItemLegacyProdMachine,omitempty"`
	Version                           *int64               `json:"version,omitempty"`
}

Layout struct for Layout

func NewLayout ¶

func NewLayout() *Layout

NewLayout instantiates a new Layout 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 NewLayoutWithDefaults ¶

func NewLayoutWithDefaults() *Layout

NewLayoutWithDefaults instantiates a new Layout 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 (*Layout) GetCommitMessage ¶

func (o *Layout) GetCommitMessage() string

GetCommitMessage returns the CommitMessage field value if set, zero value otherwise.

func (*Layout) GetCommitMessageOk ¶

func (o *Layout) GetCommitMessageOk() (*string, bool)

GetCommitMessageOk returns a tuple with the CommitMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetFromServerVersion ¶

func (o *Layout) GetFromServerVersion() string

GetFromServerVersion returns the FromServerVersion field value if set, zero value otherwise.

func (*Layout) GetFromServerVersionOk ¶

func (o *Layout) GetFromServerVersionOk() (*string, bool)

GetFromServerVersionOk returns a tuple with the FromServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetHighlight ¶

func (o *Layout) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*Layout) GetHighlightOk ¶

func (o *Layout) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetId ¶

func (o *Layout) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Layout) GetIdOk ¶

func (o *Layout) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetItemVersion ¶

func (o *Layout) GetItemVersion() string

GetItemVersion returns the ItemVersion field value if set, zero value otherwise.

func (*Layout) GetItemVersionOk ¶

func (o *Layout) GetItemVersionOk() (*string, bool)

GetItemVersionOk returns a tuple with the ItemVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetKind ¶

func (o *Layout) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*Layout) GetKindOk ¶

func (o *Layout) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetLocked ¶

func (o *Layout) GetLocked() bool

GetLocked returns the Locked field value if set, zero value otherwise.

func (*Layout) GetLockedOk ¶

func (o *Layout) GetLockedOk() (*bool, bool)

GetLockedOk returns a tuple with the Locked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetModified ¶

func (o *Layout) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*Layout) GetModifiedOk ¶

func (o *Layout) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetName ¶

func (o *Layout) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Layout) GetNameOk ¶

func (o *Layout) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetNumericId ¶

func (o *Layout) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*Layout) GetNumericIdOk ¶

func (o *Layout) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetPackID ¶

func (o *Layout) GetPackID() string

GetPackID returns the PackID field value if set, zero value otherwise.

func (*Layout) GetPackIDOk ¶

func (o *Layout) GetPackIDOk() (*string, bool)

GetPackIDOk returns a tuple with the PackID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetPackPropagationLabels ¶

func (o *Layout) GetPackPropagationLabels() []string

GetPackPropagationLabels returns the PackPropagationLabels field value if set, zero value otherwise.

func (*Layout) GetPackPropagationLabelsOk ¶

func (o *Layout) GetPackPropagationLabelsOk() (*[]string, bool)

GetPackPropagationLabelsOk returns a tuple with the PackPropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetPrevKind ¶

func (o *Layout) GetPrevKind() string

GetPrevKind returns the PrevKind field value if set, zero value otherwise.

func (*Layout) GetPrevKindOk ¶

func (o *Layout) GetPrevKindOk() (*string, bool)

GetPrevKindOk returns a tuple with the PrevKind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetPrevTypeId ¶

func (o *Layout) GetPrevTypeId() string

GetPrevTypeId returns the PrevTypeId field value if set, zero value otherwise.

func (*Layout) GetPrevTypeIdOk ¶

func (o *Layout) GetPrevTypeIdOk() (*string, bool)

GetPrevTypeIdOk returns a tuple with the PrevTypeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetPrimaryTerm ¶

func (o *Layout) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*Layout) GetPrimaryTermOk ¶

func (o *Layout) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetPropagationLabels ¶

func (o *Layout) GetPropagationLabels() []string

GetPropagationLabels returns the PropagationLabels field value if set, zero value otherwise.

func (*Layout) GetPropagationLabelsOk ¶

func (o *Layout) GetPropagationLabelsOk() (*[]string, bool)

GetPropagationLabelsOk returns a tuple with the PropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetSections ¶

func (o *Layout) GetSections() []LayoutSection

GetSections returns the Sections field value if set, zero value otherwise.

func (*Layout) GetSectionsOk ¶

func (o *Layout) GetSectionsOk() (*[]LayoutSection, bool)

GetSectionsOk returns a tuple with the Sections field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetSequenceNumber ¶

func (o *Layout) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*Layout) GetSequenceNumberOk ¶

func (o *Layout) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetShouldCommit ¶

func (o *Layout) GetShouldCommit() bool

GetShouldCommit returns the ShouldCommit field value if set, zero value otherwise.

func (*Layout) GetShouldCommitOk ¶

func (o *Layout) GetShouldCommitOk() (*bool, bool)

GetShouldCommitOk returns a tuple with the ShouldCommit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetSortValues ¶

func (o *Layout) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*Layout) GetSortValuesOk ¶

func (o *Layout) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetSystem ¶

func (o *Layout) GetSystem() bool

GetSystem returns the System field value if set, zero value otherwise.

func (*Layout) GetSystemOk ¶

func (o *Layout) GetSystemOk() (*bool, bool)

GetSystemOk returns a tuple with the System field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetToServerVersion ¶

func (o *Layout) GetToServerVersion() string

GetToServerVersion returns the ToServerVersion field value if set, zero value otherwise.

func (*Layout) GetToServerVersionOk ¶

func (o *Layout) GetToServerVersionOk() (*string, bool)

GetToServerVersionOk returns a tuple with the ToServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetTypeId ¶

func (o *Layout) GetTypeId() string

GetTypeId returns the TypeId field value if set, zero value otherwise.

func (*Layout) GetTypeIdOk ¶

func (o *Layout) GetTypeIdOk() (*string, bool)

GetTypeIdOk returns a tuple with the TypeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetVcShouldIgnore ¶

func (o *Layout) GetVcShouldIgnore() bool

GetVcShouldIgnore returns the VcShouldIgnore field value if set, zero value otherwise.

func (*Layout) GetVcShouldIgnoreOk ¶

func (o *Layout) GetVcShouldIgnoreOk() (*bool, bool)

GetVcShouldIgnoreOk returns a tuple with the VcShouldIgnore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetVcShouldKeepItemLegacyProdMachine ¶

func (o *Layout) GetVcShouldKeepItemLegacyProdMachine() bool

GetVcShouldKeepItemLegacyProdMachine returns the VcShouldKeepItemLegacyProdMachine field value if set, zero value otherwise.

func (*Layout) GetVcShouldKeepItemLegacyProdMachineOk ¶

func (o *Layout) GetVcShouldKeepItemLegacyProdMachineOk() (*bool, bool)

GetVcShouldKeepItemLegacyProdMachineOk returns a tuple with the VcShouldKeepItemLegacyProdMachine field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) GetVersion ¶

func (o *Layout) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*Layout) GetVersionOk ¶

func (o *Layout) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Layout) HasCommitMessage ¶

func (o *Layout) HasCommitMessage() bool

HasCommitMessage returns a boolean if a field has been set.

func (*Layout) HasFromServerVersion ¶

func (o *Layout) HasFromServerVersion() bool

HasFromServerVersion returns a boolean if a field has been set.

func (*Layout) HasHighlight ¶

func (o *Layout) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*Layout) HasId ¶

func (o *Layout) HasId() bool

HasId returns a boolean if a field has been set.

func (*Layout) HasItemVersion ¶

func (o *Layout) HasItemVersion() bool

HasItemVersion returns a boolean if a field has been set.

func (*Layout) HasKind ¶

func (o *Layout) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*Layout) HasLocked ¶

func (o *Layout) HasLocked() bool

HasLocked returns a boolean if a field has been set.

func (*Layout) HasModified ¶

func (o *Layout) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*Layout) HasName ¶

func (o *Layout) HasName() bool

HasName returns a boolean if a field has been set.

func (*Layout) HasNumericId ¶

func (o *Layout) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*Layout) HasPackID ¶

func (o *Layout) HasPackID() bool

HasPackID returns a boolean if a field has been set.

func (*Layout) HasPackPropagationLabels ¶

func (o *Layout) HasPackPropagationLabels() bool

HasPackPropagationLabels returns a boolean if a field has been set.

func (*Layout) HasPrevKind ¶

func (o *Layout) HasPrevKind() bool

HasPrevKind returns a boolean if a field has been set.

func (*Layout) HasPrevTypeId ¶

func (o *Layout) HasPrevTypeId() bool

HasPrevTypeId returns a boolean if a field has been set.

func (*Layout) HasPrimaryTerm ¶

func (o *Layout) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*Layout) HasPropagationLabels ¶

func (o *Layout) HasPropagationLabels() bool

HasPropagationLabels returns a boolean if a field has been set.

func (*Layout) HasSections ¶

func (o *Layout) HasSections() bool

HasSections returns a boolean if a field has been set.

func (*Layout) HasSequenceNumber ¶

func (o *Layout) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*Layout) HasShouldCommit ¶

func (o *Layout) HasShouldCommit() bool

HasShouldCommit returns a boolean if a field has been set.

func (*Layout) HasSortValues ¶

func (o *Layout) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*Layout) HasSystem ¶

func (o *Layout) HasSystem() bool

HasSystem returns a boolean if a field has been set.

func (*Layout) HasToServerVersion ¶

func (o *Layout) HasToServerVersion() bool

HasToServerVersion returns a boolean if a field has been set.

func (*Layout) HasTypeId ¶

func (o *Layout) HasTypeId() bool

HasTypeId returns a boolean if a field has been set.

func (*Layout) HasVcShouldIgnore ¶

func (o *Layout) HasVcShouldIgnore() bool

HasVcShouldIgnore returns a boolean if a field has been set.

func (*Layout) HasVcShouldKeepItemLegacyProdMachine ¶

func (o *Layout) HasVcShouldKeepItemLegacyProdMachine() bool

HasVcShouldKeepItemLegacyProdMachine returns a boolean if a field has been set.

func (*Layout) HasVersion ¶

func (o *Layout) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (Layout) MarshalJSON ¶

func (o Layout) MarshalJSON() ([]byte, error)

func (*Layout) SetCommitMessage ¶

func (o *Layout) SetCommitMessage(v string)

SetCommitMessage gets a reference to the given string and assigns it to the CommitMessage field.

func (*Layout) SetFromServerVersion ¶

func (o *Layout) SetFromServerVersion(v string)

SetFromServerVersion gets a reference to the given string and assigns it to the FromServerVersion field.

func (*Layout) SetHighlight ¶

func (o *Layout) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*Layout) SetId ¶

func (o *Layout) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Layout) SetItemVersion ¶

func (o *Layout) SetItemVersion(v string)

SetItemVersion gets a reference to the given string and assigns it to the ItemVersion field.

func (*Layout) SetKind ¶

func (o *Layout) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*Layout) SetLocked ¶

func (o *Layout) SetLocked(v bool)

SetLocked gets a reference to the given bool and assigns it to the Locked field.

func (*Layout) SetModified ¶

func (o *Layout) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*Layout) SetName ¶

func (o *Layout) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*Layout) SetNumericId ¶

func (o *Layout) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*Layout) SetPackID ¶

func (o *Layout) SetPackID(v string)

SetPackID gets a reference to the given string and assigns it to the PackID field.

func (*Layout) SetPackPropagationLabels ¶

func (o *Layout) SetPackPropagationLabels(v []string)

SetPackPropagationLabels gets a reference to the given []string and assigns it to the PackPropagationLabels field.

func (*Layout) SetPrevKind ¶

func (o *Layout) SetPrevKind(v string)

SetPrevKind gets a reference to the given string and assigns it to the PrevKind field.

func (*Layout) SetPrevTypeId ¶

func (o *Layout) SetPrevTypeId(v string)

SetPrevTypeId gets a reference to the given string and assigns it to the PrevTypeId field.

func (*Layout) SetPrimaryTerm ¶

func (o *Layout) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*Layout) SetPropagationLabels ¶

func (o *Layout) SetPropagationLabels(v []string)

SetPropagationLabels gets a reference to the given []string and assigns it to the PropagationLabels field.

func (*Layout) SetSections ¶

func (o *Layout) SetSections(v []LayoutSection)

SetSections gets a reference to the given []LayoutSection and assigns it to the Sections field.

func (*Layout) SetSequenceNumber ¶

func (o *Layout) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*Layout) SetShouldCommit ¶

func (o *Layout) SetShouldCommit(v bool)

SetShouldCommit gets a reference to the given bool and assigns it to the ShouldCommit field.

func (*Layout) SetSortValues ¶

func (o *Layout) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*Layout) SetSystem ¶

func (o *Layout) SetSystem(v bool)

SetSystem gets a reference to the given bool and assigns it to the System field.

func (*Layout) SetToServerVersion ¶

func (o *Layout) SetToServerVersion(v string)

SetToServerVersion gets a reference to the given string and assigns it to the ToServerVersion field.

func (*Layout) SetTypeId ¶

func (o *Layout) SetTypeId(v string)

SetTypeId gets a reference to the given string and assigns it to the TypeId field.

func (*Layout) SetVcShouldIgnore ¶

func (o *Layout) SetVcShouldIgnore(v bool)

SetVcShouldIgnore gets a reference to the given bool and assigns it to the VcShouldIgnore field.

func (*Layout) SetVcShouldKeepItemLegacyProdMachine ¶

func (o *Layout) SetVcShouldKeepItemLegacyProdMachine(v bool)

SetVcShouldKeepItemLegacyProdMachine gets a reference to the given bool and assigns it to the VcShouldKeepItemLegacyProdMachine field.

func (*Layout) SetVersion ¶

func (o *Layout) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

type LayoutAPI ¶

type LayoutAPI struct {
	Kind   *string `json:"kind,omitempty"`
	Layout *Layout `json:"layout,omitempty"`
	TypeId *string `json:"typeId,omitempty"`
}

LayoutAPI LayoutAPI - request sent from the client contains some or all of the fields.

func NewLayoutAPI ¶

func NewLayoutAPI() *LayoutAPI

NewLayoutAPI instantiates a new LayoutAPI 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 NewLayoutAPIWithDefaults ¶

func NewLayoutAPIWithDefaults() *LayoutAPI

NewLayoutAPIWithDefaults instantiates a new LayoutAPI 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 (*LayoutAPI) GetKind ¶

func (o *LayoutAPI) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*LayoutAPI) GetKindOk ¶

func (o *LayoutAPI) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutAPI) GetLayout ¶

func (o *LayoutAPI) GetLayout() Layout

GetLayout returns the Layout field value if set, zero value otherwise.

func (*LayoutAPI) GetLayoutOk ¶

func (o *LayoutAPI) GetLayoutOk() (*Layout, bool)

GetLayoutOk returns a tuple with the Layout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutAPI) GetTypeId ¶

func (o *LayoutAPI) GetTypeId() string

GetTypeId returns the TypeId field value if set, zero value otherwise.

func (*LayoutAPI) GetTypeIdOk ¶

func (o *LayoutAPI) GetTypeIdOk() (*string, bool)

GetTypeIdOk returns a tuple with the TypeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutAPI) HasKind ¶

func (o *LayoutAPI) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*LayoutAPI) HasLayout ¶

func (o *LayoutAPI) HasLayout() bool

HasLayout returns a boolean if a field has been set.

func (*LayoutAPI) HasTypeId ¶

func (o *LayoutAPI) HasTypeId() bool

HasTypeId returns a boolean if a field has been set.

func (LayoutAPI) MarshalJSON ¶

func (o LayoutAPI) MarshalJSON() ([]byte, error)

func (*LayoutAPI) SetKind ¶

func (o *LayoutAPI) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*LayoutAPI) SetLayout ¶

func (o *LayoutAPI) SetLayout(v Layout)

SetLayout gets a reference to the given Layout and assigns it to the Layout field.

func (*LayoutAPI) SetTypeId ¶

func (o *LayoutAPI) SetTypeId(v string)

SetTypeId gets a reference to the given string and assigns it to the TypeId field.

type LayoutCommon ¶

type LayoutCommon struct {
	CommitMessage                     *string              `json:"commitMessage,omitempty"`
	FromServerVersion                 *string              `json:"fromServerVersion,omitempty"`
	Highlight                         *map[string][]string `json:"highlight,omitempty"`
	Id                                *string              `json:"id,omitempty"`
	ItemVersion                       *string              `json:"itemVersion,omitempty"`
	Kind                              *string              `json:"kind,omitempty"`
	Locked                            *bool                `json:"locked,omitempty"`
	Modified                          *time.Time           `json:"modified,omitempty"`
	Name                              *string              `json:"name,omitempty"`
	NumericId                         *int64               `json:"numericId,omitempty"`
	PackID                            *string              `json:"packID,omitempty"`
	PackPropagationLabels             *[]string            `json:"packPropagationLabels,omitempty"`
	PrevKind                          *string              `json:"prevKind,omitempty"`
	PrevTypeId                        *string              `json:"prevTypeId,omitempty"`
	PrimaryTerm                       *int64               `json:"primaryTerm,omitempty"`
	PropagationLabels                 *[]string            `json:"propagationLabels,omitempty"`
	SequenceNumber                    *int64               `json:"sequenceNumber,omitempty"`
	ShouldCommit                      *bool                `json:"shouldCommit,omitempty"`
	SortValues                        *[]string            `json:"sortValues,omitempty"`
	System                            *bool                `json:"system,omitempty"`
	ToServerVersion                   *string              `json:"toServerVersion,omitempty"`
	TypeId                            *string              `json:"typeId,omitempty"`
	VcShouldIgnore                    *bool                `json:"vcShouldIgnore,omitempty"`
	VcShouldKeepItemLegacyProdMachine *bool                `json:"vcShouldKeepItemLegacyProdMachine,omitempty"`
	Version                           *int64               `json:"version,omitempty"`
}

LayoutCommon struct for LayoutCommon

func NewLayoutCommon ¶

func NewLayoutCommon() *LayoutCommon

NewLayoutCommon instantiates a new LayoutCommon 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 NewLayoutCommonWithDefaults ¶

func NewLayoutCommonWithDefaults() *LayoutCommon

NewLayoutCommonWithDefaults instantiates a new LayoutCommon 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 (*LayoutCommon) GetCommitMessage ¶

func (o *LayoutCommon) GetCommitMessage() string

GetCommitMessage returns the CommitMessage field value if set, zero value otherwise.

func (*LayoutCommon) GetCommitMessageOk ¶

func (o *LayoutCommon) GetCommitMessageOk() (*string, bool)

GetCommitMessageOk returns a tuple with the CommitMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) GetFromServerVersion ¶

func (o *LayoutCommon) GetFromServerVersion() string

GetFromServerVersion returns the FromServerVersion field value if set, zero value otherwise.

func (*LayoutCommon) GetFromServerVersionOk ¶

func (o *LayoutCommon) GetFromServerVersionOk() (*string, bool)

GetFromServerVersionOk returns a tuple with the FromServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) GetHighlight ¶

func (o *LayoutCommon) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*LayoutCommon) GetHighlightOk ¶

func (o *LayoutCommon) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) GetId ¶

func (o *LayoutCommon) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*LayoutCommon) GetIdOk ¶

func (o *LayoutCommon) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) GetItemVersion ¶

func (o *LayoutCommon) GetItemVersion() string

GetItemVersion returns the ItemVersion field value if set, zero value otherwise.

func (*LayoutCommon) GetItemVersionOk ¶

func (o *LayoutCommon) GetItemVersionOk() (*string, bool)

GetItemVersionOk returns a tuple with the ItemVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) GetKind ¶

func (o *LayoutCommon) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*LayoutCommon) GetKindOk ¶

func (o *LayoutCommon) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) GetLocked ¶

func (o *LayoutCommon) GetLocked() bool

GetLocked returns the Locked field value if set, zero value otherwise.

func (*LayoutCommon) GetLockedOk ¶

func (o *LayoutCommon) GetLockedOk() (*bool, bool)

GetLockedOk returns a tuple with the Locked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) GetModified ¶

func (o *LayoutCommon) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*LayoutCommon) GetModifiedOk ¶

func (o *LayoutCommon) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) GetName ¶

func (o *LayoutCommon) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*LayoutCommon) GetNameOk ¶

func (o *LayoutCommon) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) GetNumericId ¶

func (o *LayoutCommon) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*LayoutCommon) GetNumericIdOk ¶

func (o *LayoutCommon) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) GetPackID ¶

func (o *LayoutCommon) GetPackID() string

GetPackID returns the PackID field value if set, zero value otherwise.

func (*LayoutCommon) GetPackIDOk ¶

func (o *LayoutCommon) GetPackIDOk() (*string, bool)

GetPackIDOk returns a tuple with the PackID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) GetPackPropagationLabels ¶

func (o *LayoutCommon) GetPackPropagationLabels() []string

GetPackPropagationLabels returns the PackPropagationLabels field value if set, zero value otherwise.

func (*LayoutCommon) GetPackPropagationLabelsOk ¶

func (o *LayoutCommon) GetPackPropagationLabelsOk() (*[]string, bool)

GetPackPropagationLabelsOk returns a tuple with the PackPropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) GetPrevKind ¶

func (o *LayoutCommon) GetPrevKind() string

GetPrevKind returns the PrevKind field value if set, zero value otherwise.

func (*LayoutCommon) GetPrevKindOk ¶

func (o *LayoutCommon) GetPrevKindOk() (*string, bool)

GetPrevKindOk returns a tuple with the PrevKind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) GetPrevTypeId ¶

func (o *LayoutCommon) GetPrevTypeId() string

GetPrevTypeId returns the PrevTypeId field value if set, zero value otherwise.

func (*LayoutCommon) GetPrevTypeIdOk ¶

func (o *LayoutCommon) GetPrevTypeIdOk() (*string, bool)

GetPrevTypeIdOk returns a tuple with the PrevTypeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) GetPrimaryTerm ¶

func (o *LayoutCommon) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*LayoutCommon) GetPrimaryTermOk ¶

func (o *LayoutCommon) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) GetPropagationLabels ¶

func (o *LayoutCommon) GetPropagationLabels() []string

GetPropagationLabels returns the PropagationLabels field value if set, zero value otherwise.

func (*LayoutCommon) GetPropagationLabelsOk ¶

func (o *LayoutCommon) GetPropagationLabelsOk() (*[]string, bool)

GetPropagationLabelsOk returns a tuple with the PropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) GetSequenceNumber ¶

func (o *LayoutCommon) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*LayoutCommon) GetSequenceNumberOk ¶

func (o *LayoutCommon) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) GetShouldCommit ¶

func (o *LayoutCommon) GetShouldCommit() bool

GetShouldCommit returns the ShouldCommit field value if set, zero value otherwise.

func (*LayoutCommon) GetShouldCommitOk ¶

func (o *LayoutCommon) GetShouldCommitOk() (*bool, bool)

GetShouldCommitOk returns a tuple with the ShouldCommit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) GetSortValues ¶

func (o *LayoutCommon) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*LayoutCommon) GetSortValuesOk ¶

func (o *LayoutCommon) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) GetSystem ¶

func (o *LayoutCommon) GetSystem() bool

GetSystem returns the System field value if set, zero value otherwise.

func (*LayoutCommon) GetSystemOk ¶

func (o *LayoutCommon) GetSystemOk() (*bool, bool)

GetSystemOk returns a tuple with the System field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) GetToServerVersion ¶

func (o *LayoutCommon) GetToServerVersion() string

GetToServerVersion returns the ToServerVersion field value if set, zero value otherwise.

func (*LayoutCommon) GetToServerVersionOk ¶

func (o *LayoutCommon) GetToServerVersionOk() (*string, bool)

GetToServerVersionOk returns a tuple with the ToServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) GetTypeId ¶

func (o *LayoutCommon) GetTypeId() string

GetTypeId returns the TypeId field value if set, zero value otherwise.

func (*LayoutCommon) GetTypeIdOk ¶

func (o *LayoutCommon) GetTypeIdOk() (*string, bool)

GetTypeIdOk returns a tuple with the TypeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) GetVcShouldIgnore ¶

func (o *LayoutCommon) GetVcShouldIgnore() bool

GetVcShouldIgnore returns the VcShouldIgnore field value if set, zero value otherwise.

func (*LayoutCommon) GetVcShouldIgnoreOk ¶

func (o *LayoutCommon) GetVcShouldIgnoreOk() (*bool, bool)

GetVcShouldIgnoreOk returns a tuple with the VcShouldIgnore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) GetVcShouldKeepItemLegacyProdMachine ¶

func (o *LayoutCommon) GetVcShouldKeepItemLegacyProdMachine() bool

GetVcShouldKeepItemLegacyProdMachine returns the VcShouldKeepItemLegacyProdMachine field value if set, zero value otherwise.

func (*LayoutCommon) GetVcShouldKeepItemLegacyProdMachineOk ¶

func (o *LayoutCommon) GetVcShouldKeepItemLegacyProdMachineOk() (*bool, bool)

GetVcShouldKeepItemLegacyProdMachineOk returns a tuple with the VcShouldKeepItemLegacyProdMachine field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) GetVersion ¶

func (o *LayoutCommon) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*LayoutCommon) GetVersionOk ¶

func (o *LayoutCommon) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutCommon) HasCommitMessage ¶

func (o *LayoutCommon) HasCommitMessage() bool

HasCommitMessage returns a boolean if a field has been set.

func (*LayoutCommon) HasFromServerVersion ¶

func (o *LayoutCommon) HasFromServerVersion() bool

HasFromServerVersion returns a boolean if a field has been set.

func (*LayoutCommon) HasHighlight ¶

func (o *LayoutCommon) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*LayoutCommon) HasId ¶

func (o *LayoutCommon) HasId() bool

HasId returns a boolean if a field has been set.

func (*LayoutCommon) HasItemVersion ¶

func (o *LayoutCommon) HasItemVersion() bool

HasItemVersion returns a boolean if a field has been set.

func (*LayoutCommon) HasKind ¶

func (o *LayoutCommon) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*LayoutCommon) HasLocked ¶

func (o *LayoutCommon) HasLocked() bool

HasLocked returns a boolean if a field has been set.

func (*LayoutCommon) HasModified ¶

func (o *LayoutCommon) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*LayoutCommon) HasName ¶

func (o *LayoutCommon) HasName() bool

HasName returns a boolean if a field has been set.

func (*LayoutCommon) HasNumericId ¶

func (o *LayoutCommon) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*LayoutCommon) HasPackID ¶

func (o *LayoutCommon) HasPackID() bool

HasPackID returns a boolean if a field has been set.

func (*LayoutCommon) HasPackPropagationLabels ¶

func (o *LayoutCommon) HasPackPropagationLabels() bool

HasPackPropagationLabels returns a boolean if a field has been set.

func (*LayoutCommon) HasPrevKind ¶

func (o *LayoutCommon) HasPrevKind() bool

HasPrevKind returns a boolean if a field has been set.

func (*LayoutCommon) HasPrevTypeId ¶

func (o *LayoutCommon) HasPrevTypeId() bool

HasPrevTypeId returns a boolean if a field has been set.

func (*LayoutCommon) HasPrimaryTerm ¶

func (o *LayoutCommon) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*LayoutCommon) HasPropagationLabels ¶

func (o *LayoutCommon) HasPropagationLabels() bool

HasPropagationLabels returns a boolean if a field has been set.

func (*LayoutCommon) HasSequenceNumber ¶

func (o *LayoutCommon) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*LayoutCommon) HasShouldCommit ¶

func (o *LayoutCommon) HasShouldCommit() bool

HasShouldCommit returns a boolean if a field has been set.

func (*LayoutCommon) HasSortValues ¶

func (o *LayoutCommon) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*LayoutCommon) HasSystem ¶

func (o *LayoutCommon) HasSystem() bool

HasSystem returns a boolean if a field has been set.

func (*LayoutCommon) HasToServerVersion ¶

func (o *LayoutCommon) HasToServerVersion() bool

HasToServerVersion returns a boolean if a field has been set.

func (*LayoutCommon) HasTypeId ¶

func (o *LayoutCommon) HasTypeId() bool

HasTypeId returns a boolean if a field has been set.

func (*LayoutCommon) HasVcShouldIgnore ¶

func (o *LayoutCommon) HasVcShouldIgnore() bool

HasVcShouldIgnore returns a boolean if a field has been set.

func (*LayoutCommon) HasVcShouldKeepItemLegacyProdMachine ¶

func (o *LayoutCommon) HasVcShouldKeepItemLegacyProdMachine() bool

HasVcShouldKeepItemLegacyProdMachine returns a boolean if a field has been set.

func (*LayoutCommon) HasVersion ¶

func (o *LayoutCommon) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (LayoutCommon) MarshalJSON ¶

func (o LayoutCommon) MarshalJSON() ([]byte, error)

func (*LayoutCommon) SetCommitMessage ¶

func (o *LayoutCommon) SetCommitMessage(v string)

SetCommitMessage gets a reference to the given string and assigns it to the CommitMessage field.

func (*LayoutCommon) SetFromServerVersion ¶

func (o *LayoutCommon) SetFromServerVersion(v string)

SetFromServerVersion gets a reference to the given string and assigns it to the FromServerVersion field.

func (*LayoutCommon) SetHighlight ¶

func (o *LayoutCommon) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*LayoutCommon) SetId ¶

func (o *LayoutCommon) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*LayoutCommon) SetItemVersion ¶

func (o *LayoutCommon) SetItemVersion(v string)

SetItemVersion gets a reference to the given string and assigns it to the ItemVersion field.

func (*LayoutCommon) SetKind ¶

func (o *LayoutCommon) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*LayoutCommon) SetLocked ¶

func (o *LayoutCommon) SetLocked(v bool)

SetLocked gets a reference to the given bool and assigns it to the Locked field.

func (*LayoutCommon) SetModified ¶

func (o *LayoutCommon) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*LayoutCommon) SetName ¶

func (o *LayoutCommon) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*LayoutCommon) SetNumericId ¶

func (o *LayoutCommon) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*LayoutCommon) SetPackID ¶

func (o *LayoutCommon) SetPackID(v string)

SetPackID gets a reference to the given string and assigns it to the PackID field.

func (*LayoutCommon) SetPackPropagationLabels ¶

func (o *LayoutCommon) SetPackPropagationLabels(v []string)

SetPackPropagationLabels gets a reference to the given []string and assigns it to the PackPropagationLabels field.

func (*LayoutCommon) SetPrevKind ¶

func (o *LayoutCommon) SetPrevKind(v string)

SetPrevKind gets a reference to the given string and assigns it to the PrevKind field.

func (*LayoutCommon) SetPrevTypeId ¶

func (o *LayoutCommon) SetPrevTypeId(v string)

SetPrevTypeId gets a reference to the given string and assigns it to the PrevTypeId field.

func (*LayoutCommon) SetPrimaryTerm ¶

func (o *LayoutCommon) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*LayoutCommon) SetPropagationLabels ¶

func (o *LayoutCommon) SetPropagationLabels(v []string)

SetPropagationLabels gets a reference to the given []string and assigns it to the PropagationLabels field.

func (*LayoutCommon) SetSequenceNumber ¶

func (o *LayoutCommon) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*LayoutCommon) SetShouldCommit ¶

func (o *LayoutCommon) SetShouldCommit(v bool)

SetShouldCommit gets a reference to the given bool and assigns it to the ShouldCommit field.

func (*LayoutCommon) SetSortValues ¶

func (o *LayoutCommon) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*LayoutCommon) SetSystem ¶

func (o *LayoutCommon) SetSystem(v bool)

SetSystem gets a reference to the given bool and assigns it to the System field.

func (*LayoutCommon) SetToServerVersion ¶

func (o *LayoutCommon) SetToServerVersion(v string)

SetToServerVersion gets a reference to the given string and assigns it to the ToServerVersion field.

func (*LayoutCommon) SetTypeId ¶

func (o *LayoutCommon) SetTypeId(v string)

SetTypeId gets a reference to the given string and assigns it to the TypeId field.

func (*LayoutCommon) SetVcShouldIgnore ¶

func (o *LayoutCommon) SetVcShouldIgnore(v bool)

SetVcShouldIgnore gets a reference to the given bool and assigns it to the VcShouldIgnore field.

func (*LayoutCommon) SetVcShouldKeepItemLegacyProdMachine ¶

func (o *LayoutCommon) SetVcShouldKeepItemLegacyProdMachine(v bool)

SetVcShouldKeepItemLegacyProdMachine gets a reference to the given bool and assigns it to the VcShouldKeepItemLegacyProdMachine field.

func (*LayoutCommon) SetVersion ¶

func (o *LayoutCommon) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

type LayoutField ¶

type LayoutField struct {
	FieldId        *string              `json:"fieldId,omitempty"`
	Highlight      *map[string][]string `json:"highlight,omitempty"`
	Id             *string              `json:"id,omitempty"`
	IsVisible      *bool                `json:"isVisible,omitempty"`
	Modified       *time.Time           `json:"modified,omitempty"`
	NumericId      *int64               `json:"numericId,omitempty"`
	PrimaryTerm    *int64               `json:"primaryTerm,omitempty"`
	SequenceNumber *int64               `json:"sequenceNumber,omitempty"`
	SortValues     *[]string            `json:"sortValues,omitempty"`
	Version        *int64               `json:"version,omitempty"`
}

LayoutField struct for LayoutField

func NewLayoutField ¶

func NewLayoutField() *LayoutField

NewLayoutField instantiates a new LayoutField 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 NewLayoutFieldWithDefaults ¶

func NewLayoutFieldWithDefaults() *LayoutField

NewLayoutFieldWithDefaults instantiates a new LayoutField 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 (*LayoutField) GetFieldId ¶

func (o *LayoutField) GetFieldId() string

GetFieldId returns the FieldId field value if set, zero value otherwise.

func (*LayoutField) GetFieldIdOk ¶

func (o *LayoutField) GetFieldIdOk() (*string, bool)

GetFieldIdOk returns a tuple with the FieldId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutField) GetHighlight ¶

func (o *LayoutField) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*LayoutField) GetHighlightOk ¶

func (o *LayoutField) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutField) GetId ¶

func (o *LayoutField) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*LayoutField) GetIdOk ¶

func (o *LayoutField) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutField) GetIsVisible ¶

func (o *LayoutField) GetIsVisible() bool

GetIsVisible returns the IsVisible field value if set, zero value otherwise.

func (*LayoutField) GetIsVisibleOk ¶

func (o *LayoutField) GetIsVisibleOk() (*bool, bool)

GetIsVisibleOk returns a tuple with the IsVisible field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutField) GetModified ¶

func (o *LayoutField) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*LayoutField) GetModifiedOk ¶

func (o *LayoutField) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutField) GetNumericId ¶

func (o *LayoutField) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*LayoutField) GetNumericIdOk ¶

func (o *LayoutField) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutField) GetPrimaryTerm ¶

func (o *LayoutField) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*LayoutField) GetPrimaryTermOk ¶

func (o *LayoutField) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutField) GetSequenceNumber ¶

func (o *LayoutField) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*LayoutField) GetSequenceNumberOk ¶

func (o *LayoutField) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutField) GetSortValues ¶

func (o *LayoutField) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*LayoutField) GetSortValuesOk ¶

func (o *LayoutField) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutField) GetVersion ¶

func (o *LayoutField) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*LayoutField) GetVersionOk ¶

func (o *LayoutField) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutField) HasFieldId ¶

func (o *LayoutField) HasFieldId() bool

HasFieldId returns a boolean if a field has been set.

func (*LayoutField) HasHighlight ¶

func (o *LayoutField) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*LayoutField) HasId ¶

func (o *LayoutField) HasId() bool

HasId returns a boolean if a field has been set.

func (*LayoutField) HasIsVisible ¶

func (o *LayoutField) HasIsVisible() bool

HasIsVisible returns a boolean if a field has been set.

func (*LayoutField) HasModified ¶

func (o *LayoutField) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*LayoutField) HasNumericId ¶

func (o *LayoutField) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*LayoutField) HasPrimaryTerm ¶

func (o *LayoutField) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*LayoutField) HasSequenceNumber ¶

func (o *LayoutField) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*LayoutField) HasSortValues ¶

func (o *LayoutField) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*LayoutField) HasVersion ¶

func (o *LayoutField) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (LayoutField) MarshalJSON ¶

func (o LayoutField) MarshalJSON() ([]byte, error)

func (*LayoutField) SetFieldId ¶

func (o *LayoutField) SetFieldId(v string)

SetFieldId gets a reference to the given string and assigns it to the FieldId field.

func (*LayoutField) SetHighlight ¶

func (o *LayoutField) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*LayoutField) SetId ¶

func (o *LayoutField) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*LayoutField) SetIsVisible ¶

func (o *LayoutField) SetIsVisible(v bool)

SetIsVisible gets a reference to the given bool and assigns it to the IsVisible field.

func (*LayoutField) SetModified ¶

func (o *LayoutField) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*LayoutField) SetNumericId ¶

func (o *LayoutField) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*LayoutField) SetPrimaryTerm ¶

func (o *LayoutField) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*LayoutField) SetSequenceNumber ¶

func (o *LayoutField) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*LayoutField) SetSortValues ¶

func (o *LayoutField) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*LayoutField) SetVersion ¶

func (o *LayoutField) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

type LayoutSection ¶

type LayoutSection struct {
	Description    *string                 `json:"description,omitempty"`
	Fields         *[]LayoutField          `json:"fields,omitempty"`
	Highlight      *map[string][]string    `json:"highlight,omitempty"`
	Id             *string                 `json:"id,omitempty"`
	IsVisible      *bool                   `json:"isVisible,omitempty"`
	Modified       *time.Time              `json:"modified,omitempty"`
	Name           *string                 `json:"name,omitempty"`
	NumericId      *int64                  `json:"numericId,omitempty"`
	PrimaryTerm    *int64                  `json:"primaryTerm,omitempty"`
	Query          *map[string]interface{} `json:"query,omitempty"`
	QueryType      *string                 `json:"queryType,omitempty"`
	ReadOnly       *bool                   `json:"readOnly,omitempty"`
	SequenceNumber *int64                  `json:"sequenceNumber,omitempty"`
	SortValues     *[]string               `json:"sortValues,omitempty"`
	Type           *string                 `json:"type,omitempty"`
	Version        *int64                  `json:"version,omitempty"`
}

LayoutSection struct for LayoutSection

func NewLayoutSection ¶

func NewLayoutSection() *LayoutSection

NewLayoutSection instantiates a new LayoutSection 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 NewLayoutSectionWithDefaults ¶

func NewLayoutSectionWithDefaults() *LayoutSection

NewLayoutSectionWithDefaults instantiates a new LayoutSection 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 (*LayoutSection) GetDescription ¶

func (o *LayoutSection) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*LayoutSection) GetDescriptionOk ¶

func (o *LayoutSection) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutSection) GetFields ¶

func (o *LayoutSection) GetFields() []LayoutField

GetFields returns the Fields field value if set, zero value otherwise.

func (*LayoutSection) GetFieldsOk ¶

func (o *LayoutSection) GetFieldsOk() (*[]LayoutField, bool)

GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutSection) GetHighlight ¶

func (o *LayoutSection) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*LayoutSection) GetHighlightOk ¶

func (o *LayoutSection) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutSection) GetId ¶

func (o *LayoutSection) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*LayoutSection) GetIdOk ¶

func (o *LayoutSection) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutSection) GetIsVisible ¶

func (o *LayoutSection) GetIsVisible() bool

GetIsVisible returns the IsVisible field value if set, zero value otherwise.

func (*LayoutSection) GetIsVisibleOk ¶

func (o *LayoutSection) GetIsVisibleOk() (*bool, bool)

GetIsVisibleOk returns a tuple with the IsVisible field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutSection) GetModified ¶

func (o *LayoutSection) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*LayoutSection) GetModifiedOk ¶

func (o *LayoutSection) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutSection) GetName ¶

func (o *LayoutSection) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*LayoutSection) GetNameOk ¶

func (o *LayoutSection) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutSection) GetNumericId ¶

func (o *LayoutSection) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*LayoutSection) GetNumericIdOk ¶

func (o *LayoutSection) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutSection) GetPrimaryTerm ¶

func (o *LayoutSection) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*LayoutSection) GetPrimaryTermOk ¶

func (o *LayoutSection) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutSection) GetQuery ¶

func (o *LayoutSection) GetQuery() map[string]interface{}

GetQuery returns the Query field value if set, zero value otherwise.

func (*LayoutSection) GetQueryOk ¶

func (o *LayoutSection) GetQueryOk() (*map[string]interface{}, bool)

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutSection) GetQueryType ¶

func (o *LayoutSection) GetQueryType() string

GetQueryType returns the QueryType field value if set, zero value otherwise.

func (*LayoutSection) GetQueryTypeOk ¶

func (o *LayoutSection) GetQueryTypeOk() (*string, bool)

GetQueryTypeOk returns a tuple with the QueryType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutSection) GetReadOnly ¶

func (o *LayoutSection) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value if set, zero value otherwise.

func (*LayoutSection) GetReadOnlyOk ¶

func (o *LayoutSection) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutSection) GetSequenceNumber ¶

func (o *LayoutSection) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*LayoutSection) GetSequenceNumberOk ¶

func (o *LayoutSection) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutSection) GetSortValues ¶

func (o *LayoutSection) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*LayoutSection) GetSortValuesOk ¶

func (o *LayoutSection) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutSection) GetType ¶

func (o *LayoutSection) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*LayoutSection) GetTypeOk ¶

func (o *LayoutSection) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutSection) GetVersion ¶

func (o *LayoutSection) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*LayoutSection) GetVersionOk ¶

func (o *LayoutSection) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LayoutSection) HasDescription ¶

func (o *LayoutSection) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*LayoutSection) HasFields ¶

func (o *LayoutSection) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*LayoutSection) HasHighlight ¶

func (o *LayoutSection) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*LayoutSection) HasId ¶

func (o *LayoutSection) HasId() bool

HasId returns a boolean if a field has been set.

func (*LayoutSection) HasIsVisible ¶

func (o *LayoutSection) HasIsVisible() bool

HasIsVisible returns a boolean if a field has been set.

func (*LayoutSection) HasModified ¶

func (o *LayoutSection) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*LayoutSection) HasName ¶

func (o *LayoutSection) HasName() bool

HasName returns a boolean if a field has been set.

func (*LayoutSection) HasNumericId ¶

func (o *LayoutSection) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*LayoutSection) HasPrimaryTerm ¶

func (o *LayoutSection) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*LayoutSection) HasQuery ¶

func (o *LayoutSection) HasQuery() bool

HasQuery returns a boolean if a field has been set.

func (*LayoutSection) HasQueryType ¶

func (o *LayoutSection) HasQueryType() bool

HasQueryType returns a boolean if a field has been set.

func (*LayoutSection) HasReadOnly ¶

func (o *LayoutSection) HasReadOnly() bool

HasReadOnly returns a boolean if a field has been set.

func (*LayoutSection) HasSequenceNumber ¶

func (o *LayoutSection) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*LayoutSection) HasSortValues ¶

func (o *LayoutSection) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*LayoutSection) HasType ¶

func (o *LayoutSection) HasType() bool

HasType returns a boolean if a field has been set.

func (*LayoutSection) HasVersion ¶

func (o *LayoutSection) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (LayoutSection) MarshalJSON ¶

func (o LayoutSection) MarshalJSON() ([]byte, error)

func (*LayoutSection) SetDescription ¶

func (o *LayoutSection) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*LayoutSection) SetFields ¶

func (o *LayoutSection) SetFields(v []LayoutField)

SetFields gets a reference to the given []LayoutField and assigns it to the Fields field.

func (*LayoutSection) SetHighlight ¶

func (o *LayoutSection) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*LayoutSection) SetId ¶

func (o *LayoutSection) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*LayoutSection) SetIsVisible ¶

func (o *LayoutSection) SetIsVisible(v bool)

SetIsVisible gets a reference to the given bool and assigns it to the IsVisible field.

func (*LayoutSection) SetModified ¶

func (o *LayoutSection) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*LayoutSection) SetName ¶

func (o *LayoutSection) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*LayoutSection) SetNumericId ¶

func (o *LayoutSection) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*LayoutSection) SetPrimaryTerm ¶

func (o *LayoutSection) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*LayoutSection) SetQuery ¶

func (o *LayoutSection) SetQuery(v map[string]interface{})

SetQuery gets a reference to the given map[string]interface{} and assigns it to the Query field.

func (*LayoutSection) SetQueryType ¶

func (o *LayoutSection) SetQueryType(v string)

SetQueryType gets a reference to the given string and assigns it to the QueryType field.

func (*LayoutSection) SetReadOnly ¶

func (o *LayoutSection) SetReadOnly(v bool)

SetReadOnly gets a reference to the given bool and assigns it to the ReadOnly field.

func (*LayoutSection) SetSequenceNumber ¶

func (o *LayoutSection) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*LayoutSection) SetSortValues ¶

func (o *LayoutSection) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*LayoutSection) SetType ¶

func (o *LayoutSection) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*LayoutSection) SetVersion ¶

func (o *LayoutSection) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

type Location ¶

type Location struct {
	ArrayPositions *[]int32 `json:"array_positions,omitempty"`
	End            *int32   `json:"end,omitempty"`
	// Pos is the position of the term within the field, starting at 1
	Pos *int32 `json:"pos,omitempty"`
	// Start and End are the byte offsets of the term in the field
	Start *int32 `json:"start,omitempty"`
}

Location struct for Location

func NewLocation ¶

func NewLocation() *Location

NewLocation instantiates a new Location 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 NewLocationWithDefaults ¶

func NewLocationWithDefaults() *Location

NewLocationWithDefaults instantiates a new Location 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 (*Location) GetArrayPositions ¶

func (o *Location) GetArrayPositions() []int32

GetArrayPositions returns the ArrayPositions field value if set, zero value otherwise.

func (*Location) GetArrayPositionsOk ¶

func (o *Location) GetArrayPositionsOk() (*[]int32, bool)

GetArrayPositionsOk returns a tuple with the ArrayPositions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Location) GetEnd ¶

func (o *Location) GetEnd() int32

GetEnd returns the End field value if set, zero value otherwise.

func (*Location) GetEndOk ¶

func (o *Location) GetEndOk() (*int32, bool)

GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Location) GetPos ¶

func (o *Location) GetPos() int32

GetPos returns the Pos field value if set, zero value otherwise.

func (*Location) GetPosOk ¶

func (o *Location) GetPosOk() (*int32, bool)

GetPosOk returns a tuple with the Pos field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Location) GetStart ¶

func (o *Location) GetStart() int32

GetStart returns the Start field value if set, zero value otherwise.

func (*Location) GetStartOk ¶

func (o *Location) GetStartOk() (*int32, bool)

GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Location) HasArrayPositions ¶

func (o *Location) HasArrayPositions() bool

HasArrayPositions returns a boolean if a field has been set.

func (*Location) HasEnd ¶

func (o *Location) HasEnd() bool

HasEnd returns a boolean if a field has been set.

func (*Location) HasPos ¶

func (o *Location) HasPos() bool

HasPos returns a boolean if a field has been set.

func (*Location) HasStart ¶

func (o *Location) HasStart() bool

HasStart returns a boolean if a field has been set.

func (Location) MarshalJSON ¶

func (o Location) MarshalJSON() ([]byte, error)

func (*Location) SetArrayPositions ¶

func (o *Location) SetArrayPositions(v []int32)

SetArrayPositions gets a reference to the given []int32 and assigns it to the ArrayPositions field.

func (*Location) SetEnd ¶

func (o *Location) SetEnd(v int32)

SetEnd gets a reference to the given int32 and assigns it to the End field.

func (*Location) SetPos ¶

func (o *Location) SetPos(v int32)

SetPos gets a reference to the given int32 and assigns it to the Pos field.

func (*Location) SetStart ¶

func (o *Location) SetStart(v int32)

SetStart gets a reference to the given int32 and assigns it to the Start field.

type Locations ¶ added in v0.2.4

type Locations struct {
	Items []Location
}

Locations struct for Locations

func NewLocations ¶ added in v0.2.4

func NewLocations() *Locations

NewLocations instantiates a new Locations 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 NewLocationsWithDefaults ¶ added in v0.2.4

func NewLocationsWithDefaults() *Locations

NewLocationsWithDefaults instantiates a new Locations 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 (Locations) MarshalJSON ¶ added in v0.2.4

func (o Locations) MarshalJSON() ([]byte, error)

func (*Locations) UnmarshalJSON ¶ added in v0.2.4

func (o *Locations) UnmarshalJSON(bytes []byte) (err error)

type MainHost ¶ added in v0.2.3

type MainHost struct {
	ActiveWorkers *int32  `json:"activeWorkers,omitempty"`
	AppServerId   *string `json:"appServerId,omitempty"`
	HostAddress   *string `json:"hostAddress,omitempty"`
	Id            *string `json:"id,omitempty"`
	Status        *string `json:"status,omitempty"`
	TotalWorkers  *string `json:"totalWorkers,omitempty"`
}

MainHost struct for MainHost

func NewMainHost ¶ added in v0.2.3

func NewMainHost() *MainHost

NewMainHost instantiates a new MainHost 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 NewMainHostWithDefaults ¶ added in v0.2.3

func NewMainHostWithDefaults() *MainHost

NewMainHostWithDefaults instantiates a new MainHost 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 (*MainHost) GetActiveWorkers ¶ added in v0.2.3

func (o *MainHost) GetActiveWorkers() int32

GetActiveWorkers returns the ActiveWorkers field value if set, zero value otherwise.

func (*MainHost) GetActiveWorkersOk ¶ added in v0.2.3

func (o *MainHost) GetActiveWorkersOk() (*int32, bool)

GetActiveWorkersOk returns a tuple with the ActiveWorkers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MainHost) GetAppServerId ¶ added in v0.2.3

func (o *MainHost) GetAppServerId() string

GetAppServerId returns the AppServerId field value if set, zero value otherwise.

func (*MainHost) GetAppServerIdOk ¶ added in v0.2.3

func (o *MainHost) GetAppServerIdOk() (*string, bool)

GetAppServerIdOk returns a tuple with the AppServerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MainHost) GetHostAddress ¶ added in v0.2.3

func (o *MainHost) GetHostAddress() string

GetHostAddress returns the HostAddress field value if set, zero value otherwise.

func (*MainHost) GetHostAddressOk ¶ added in v0.2.3

func (o *MainHost) GetHostAddressOk() (*string, bool)

GetHostAddressOk returns a tuple with the HostAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MainHost) GetId ¶ added in v0.2.3

func (o *MainHost) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*MainHost) GetIdOk ¶ added in v0.2.3

func (o *MainHost) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MainHost) GetStatus ¶ added in v0.2.3

func (o *MainHost) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*MainHost) GetStatusOk ¶ added in v0.2.3

func (o *MainHost) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MainHost) GetTotalWorkers ¶ added in v0.2.3

func (o *MainHost) GetTotalWorkers() string

GetTotalWorkers returns the TotalWorkers field value if set, zero value otherwise.

func (*MainHost) GetTotalWorkersOk ¶ added in v0.2.3

func (o *MainHost) GetTotalWorkersOk() (*string, bool)

GetTotalWorkersOk returns a tuple with the TotalWorkers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MainHost) HasActiveWorkers ¶ added in v0.2.3

func (o *MainHost) HasActiveWorkers() bool

HasActiveWorkers returns a boolean if a field has been set.

func (*MainHost) HasAppServerId ¶ added in v0.2.3

func (o *MainHost) HasAppServerId() bool

HasAppServerId returns a boolean if a field has been set.

func (*MainHost) HasHostAddress ¶ added in v0.2.3

func (o *MainHost) HasHostAddress() bool

HasHostAddress returns a boolean if a field has been set.

func (*MainHost) HasId ¶ added in v0.2.3

func (o *MainHost) HasId() bool

HasId returns a boolean if a field has been set.

func (*MainHost) HasStatus ¶ added in v0.2.3

func (o *MainHost) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*MainHost) HasTotalWorkers ¶ added in v0.2.3

func (o *MainHost) HasTotalWorkers() bool

HasTotalWorkers returns a boolean if a field has been set.

func (MainHost) MarshalJSON ¶ added in v0.2.3

func (o MainHost) MarshalJSON() ([]byte, error)

func (*MainHost) SetActiveWorkers ¶ added in v0.2.3

func (o *MainHost) SetActiveWorkers(v int32)

SetActiveWorkers gets a reference to the given int32 and assigns it to the ActiveWorkers field.

func (*MainHost) SetAppServerId ¶ added in v0.2.3

func (o *MainHost) SetAppServerId(v string)

SetAppServerId gets a reference to the given string and assigns it to the AppServerId field.

func (*MainHost) SetHostAddress ¶ added in v0.2.3

func (o *MainHost) SetHostAddress(v string)

SetHostAddress gets a reference to the given string and assigns it to the HostAddress field.

func (*MainHost) SetId ¶ added in v0.2.3

func (o *MainHost) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*MainHost) SetStatus ¶ added in v0.2.3

func (o *MainHost) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*MainHost) SetTotalWorkers ¶ added in v0.2.3

func (o *MainHost) SetTotalWorkers(v string)

SetTotalWorkers gets a reference to the given string and assigns it to the TotalWorkers field.

type MainHosts ¶ added in v0.2.4

type MainHosts struct {
	Items []MainHost
}

MainHosts struct for MainHosts

func NewMainHosts ¶ added in v0.2.4

func NewMainHosts() *MainHosts

NewMainHosts instantiates a new MainHosts 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 NewMainHostsWithDefaults ¶ added in v0.2.4

func NewMainHostsWithDefaults() *MainHosts

NewMainHostsWithDefaults instantiates a new MainHosts 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 (MainHosts) MarshalJSON ¶ added in v0.2.4

func (o MainHosts) MarshalJSON() ([]byte, error)

func (*MainHosts) UnmarshalJSON ¶ added in v0.2.4

func (o *MainHosts) UnmarshalJSON(bytes []byte) (err error)

type Mapper ¶

type Mapper struct {
	// DontMapEventToLabels by default we will map all the fields of the event to incident labels
	DontMapEventToLabels *bool                  `json:"dontMapEventToLabels,omitempty"`
	InternalMapping      *map[string]AdvanceArg `json:"internalMapping,omitempty"`
}

Mapper Mapper - mapper for new incidents

func NewMapper ¶

func NewMapper() *Mapper

NewMapper instantiates a new Mapper 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 NewMapperWithDefaults ¶

func NewMapperWithDefaults() *Mapper

NewMapperWithDefaults instantiates a new Mapper 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 (*Mapper) GetDontMapEventToLabels ¶

func (o *Mapper) GetDontMapEventToLabels() bool

GetDontMapEventToLabels returns the DontMapEventToLabels field value if set, zero value otherwise.

func (*Mapper) GetDontMapEventToLabelsOk ¶

func (o *Mapper) GetDontMapEventToLabelsOk() (*bool, bool)

GetDontMapEventToLabelsOk returns a tuple with the DontMapEventToLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Mapper) GetInternalMapping ¶

func (o *Mapper) GetInternalMapping() map[string]AdvanceArg

GetInternalMapping returns the InternalMapping field value if set, zero value otherwise.

func (*Mapper) GetInternalMappingOk ¶

func (o *Mapper) GetInternalMappingOk() (*map[string]AdvanceArg, bool)

GetInternalMappingOk returns a tuple with the InternalMapping field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Mapper) HasDontMapEventToLabels ¶

func (o *Mapper) HasDontMapEventToLabels() bool

HasDontMapEventToLabels returns a boolean if a field has been set.

func (*Mapper) HasInternalMapping ¶

func (o *Mapper) HasInternalMapping() bool

HasInternalMapping returns a boolean if a field has been set.

func (Mapper) MarshalJSON ¶

func (o Mapper) MarshalJSON() ([]byte, error)

func (*Mapper) SetDontMapEventToLabels ¶

func (o *Mapper) SetDontMapEventToLabels(v bool)

SetDontMapEventToLabels gets a reference to the given bool and assigns it to the DontMapEventToLabels field.

func (*Mapper) SetInternalMapping ¶

func (o *Mapper) SetInternalMapping(v map[string]AdvanceArg)

SetInternalMapping gets a reference to the given map[string]AdvanceArg and assigns it to the InternalMapping field.

type ModuleArgs ¶ added in v0.2.4

type ModuleArgs struct {
}

ModuleArgs ModuleArgs represents module args

func NewModuleArgs ¶ added in v0.2.4

func NewModuleArgs() *ModuleArgs

NewModuleArgs instantiates a new ModuleArgs 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 NewModuleArgsWithDefaults ¶ added in v0.2.4

func NewModuleArgsWithDefaults() *ModuleArgs

NewModuleArgsWithDefaults instantiates a new ModuleArgs 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 (ModuleArgs) MarshalJSON ¶ added in v0.2.4

func (o ModuleArgs) MarshalJSON() ([]byte, error)

type ModuleConfiguration ¶

type ModuleConfiguration struct {
	Beta                              *bool                `json:"beta,omitempty"`
	Brand                             *string              `json:"brand,omitempty"`
	CanGetSamples                     *bool                `json:"canGetSamples,omitempty"`
	Category                          *string              `json:"category,omitempty"`
	Cmdline                           *string              `json:"cmdline,omitempty"`
	CommitMessage                     *string              `json:"commitMessage,omitempty"`
	Configuration                     *[]ConfigField       `json:"configuration,omitempty"`
	DefaultClassifier                 *string              `json:"defaultClassifier,omitempty"`
	DefaultMapperIn                   *string              `json:"defaultMapperIn,omitempty"`
	DefaultMapperOut                  *string              `json:"defaultMapperOut,omitempty"`
	Deprecated                        *bool                `json:"deprecated,omitempty"`
	Description                       *string              `json:"description,omitempty"`
	DetailedDescription               *string              `json:"detailedDescription,omitempty"`
	Display                           *string              `json:"display,omitempty"`
	Executable                        *string              `json:"executable,omitempty"`
	FromServerVersion                 *string              `json:"fromServerVersion,omitempty"`
	Hidden                            *bool                `json:"hidden,omitempty"`
	HideEngines                       *bool                `json:"hideEngines,omitempty"`
	Highlight                         *map[string][]string `json:"highlight,omitempty"`
	Icon                              *string              `json:"icon,omitempty"`
	Id                                *string              `json:"id,omitempty"`
	Image                             *string              `json:"image,omitempty"`
	IntegrationScript                 *IntegrationScript   `json:"integrationScript,omitempty"`
	IsPasswordProtected               *bool                `json:"isPasswordProtected,omitempty"`
	ItemVersion                       *string              `json:"itemVersion,omitempty"`
	Locked                            *bool                `json:"locked,omitempty"`
	Modified                          *time.Time           `json:"modified,omitempty"`
	Name                              *string              `json:"name,omitempty"`
	NumericId                         *int64               `json:"numericId,omitempty"`
	PackID                            *string              `json:"packID,omitempty"`
	PackPropagationLabels             *[]string            `json:"packPropagationLabels,omitempty"`
	Path                              *string              `json:"path,omitempty"`
	PrevName                          *string              `json:"prevName,omitempty"`
	PrimaryTerm                       *int64               `json:"primaryTerm,omitempty"`
	Private                           *bool                `json:"private,omitempty"`
	PropagationLabels                 *[]string            `json:"propagationLabels,omitempty"`
	Readonly                          *bool                `json:"readonly,omitempty"`
	ScriptNotVisible                  *bool                `json:"scriptNotVisible,omitempty"`
	SequenceNumber                    *int64               `json:"sequenceNumber,omitempty"`
	ShouldCommit                      *bool                `json:"shouldCommit,omitempty"`
	SortValues                        *[]string            `json:"sortValues,omitempty"`
	SourceModuleID                    *string              `json:"sourceModuleID,omitempty"`
	System                            *bool                `json:"system,omitempty"`
	ToServerVersion                   *string              `json:"toServerVersion,omitempty"`
	VcShouldIgnore                    *bool                `json:"vcShouldIgnore,omitempty"`
	VcShouldKeepItemLegacyProdMachine *bool                `json:"vcShouldKeepItemLegacyProdMachine,omitempty"`
	Version                           *int64               `json:"version,omitempty"`
}

ModuleConfiguration ModuleConfiguration is the configuration parameters for a module

func NewModuleConfiguration ¶

func NewModuleConfiguration() *ModuleConfiguration

NewModuleConfiguration instantiates a new ModuleConfiguration 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 NewModuleConfigurationWithDefaults ¶

func NewModuleConfigurationWithDefaults() *ModuleConfiguration

NewModuleConfigurationWithDefaults instantiates a new ModuleConfiguration 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 (*ModuleConfiguration) GetBeta ¶

func (o *ModuleConfiguration) GetBeta() bool

GetBeta returns the Beta field value if set, zero value otherwise.

func (*ModuleConfiguration) GetBetaOk ¶

func (o *ModuleConfiguration) GetBetaOk() (*bool, bool)

GetBetaOk returns a tuple with the Beta field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetBrand ¶

func (o *ModuleConfiguration) GetBrand() string

GetBrand returns the Brand field value if set, zero value otherwise.

func (*ModuleConfiguration) GetBrandOk ¶

func (o *ModuleConfiguration) GetBrandOk() (*string, bool)

GetBrandOk returns a tuple with the Brand field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetCanGetSamples ¶

func (o *ModuleConfiguration) GetCanGetSamples() bool

GetCanGetSamples returns the CanGetSamples field value if set, zero value otherwise.

func (*ModuleConfiguration) GetCanGetSamplesOk ¶

func (o *ModuleConfiguration) GetCanGetSamplesOk() (*bool, bool)

GetCanGetSamplesOk returns a tuple with the CanGetSamples field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetCategory ¶

func (o *ModuleConfiguration) GetCategory() string

GetCategory returns the Category field value if set, zero value otherwise.

func (*ModuleConfiguration) GetCategoryOk ¶

func (o *ModuleConfiguration) GetCategoryOk() (*string, bool)

GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetCmdline ¶

func (o *ModuleConfiguration) GetCmdline() string

GetCmdline returns the Cmdline field value if set, zero value otherwise.

func (*ModuleConfiguration) GetCmdlineOk ¶

func (o *ModuleConfiguration) GetCmdlineOk() (*string, bool)

GetCmdlineOk returns a tuple with the Cmdline field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetCommitMessage ¶

func (o *ModuleConfiguration) GetCommitMessage() string

GetCommitMessage returns the CommitMessage field value if set, zero value otherwise.

func (*ModuleConfiguration) GetCommitMessageOk ¶

func (o *ModuleConfiguration) GetCommitMessageOk() (*string, bool)

GetCommitMessageOk returns a tuple with the CommitMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetConfiguration ¶

func (o *ModuleConfiguration) GetConfiguration() []ConfigField

GetConfiguration returns the Configuration field value if set, zero value otherwise.

func (*ModuleConfiguration) GetConfigurationOk ¶

func (o *ModuleConfiguration) GetConfigurationOk() (*[]ConfigField, bool)

GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetDefaultClassifier ¶

func (o *ModuleConfiguration) GetDefaultClassifier() string

GetDefaultClassifier returns the DefaultClassifier field value if set, zero value otherwise.

func (*ModuleConfiguration) GetDefaultClassifierOk ¶

func (o *ModuleConfiguration) GetDefaultClassifierOk() (*string, bool)

GetDefaultClassifierOk returns a tuple with the DefaultClassifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetDefaultMapperIn ¶

func (o *ModuleConfiguration) GetDefaultMapperIn() string

GetDefaultMapperIn returns the DefaultMapperIn field value if set, zero value otherwise.

func (*ModuleConfiguration) GetDefaultMapperInOk ¶

func (o *ModuleConfiguration) GetDefaultMapperInOk() (*string, bool)

GetDefaultMapperInOk returns a tuple with the DefaultMapperIn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetDefaultMapperOut ¶

func (o *ModuleConfiguration) GetDefaultMapperOut() string

GetDefaultMapperOut returns the DefaultMapperOut field value if set, zero value otherwise.

func (*ModuleConfiguration) GetDefaultMapperOutOk ¶

func (o *ModuleConfiguration) GetDefaultMapperOutOk() (*string, bool)

GetDefaultMapperOutOk returns a tuple with the DefaultMapperOut field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetDeprecated ¶

func (o *ModuleConfiguration) GetDeprecated() bool

GetDeprecated returns the Deprecated field value if set, zero value otherwise.

func (*ModuleConfiguration) GetDeprecatedOk ¶

func (o *ModuleConfiguration) GetDeprecatedOk() (*bool, bool)

GetDeprecatedOk returns a tuple with the Deprecated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetDescription ¶

func (o *ModuleConfiguration) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ModuleConfiguration) GetDescriptionOk ¶

func (o *ModuleConfiguration) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetDetailedDescription ¶

func (o *ModuleConfiguration) GetDetailedDescription() string

GetDetailedDescription returns the DetailedDescription field value if set, zero value otherwise.

func (*ModuleConfiguration) GetDetailedDescriptionOk ¶

func (o *ModuleConfiguration) GetDetailedDescriptionOk() (*string, bool)

GetDetailedDescriptionOk returns a tuple with the DetailedDescription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetDisplay ¶

func (o *ModuleConfiguration) GetDisplay() string

GetDisplay returns the Display field value if set, zero value otherwise.

func (*ModuleConfiguration) GetDisplayOk ¶

func (o *ModuleConfiguration) GetDisplayOk() (*string, bool)

GetDisplayOk returns a tuple with the Display field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetExecutable ¶

func (o *ModuleConfiguration) GetExecutable() string

GetExecutable returns the Executable field value if set, zero value otherwise.

func (*ModuleConfiguration) GetExecutableOk ¶

func (o *ModuleConfiguration) GetExecutableOk() (*string, bool)

GetExecutableOk returns a tuple with the Executable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetFromServerVersion ¶

func (o *ModuleConfiguration) GetFromServerVersion() string

GetFromServerVersion returns the FromServerVersion field value if set, zero value otherwise.

func (*ModuleConfiguration) GetFromServerVersionOk ¶

func (o *ModuleConfiguration) GetFromServerVersionOk() (*string, bool)

GetFromServerVersionOk returns a tuple with the FromServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetHidden ¶

func (o *ModuleConfiguration) GetHidden() bool

GetHidden returns the Hidden field value if set, zero value otherwise.

func (*ModuleConfiguration) GetHiddenOk ¶

func (o *ModuleConfiguration) GetHiddenOk() (*bool, bool)

GetHiddenOk returns a tuple with the Hidden field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetHideEngines ¶

func (o *ModuleConfiguration) GetHideEngines() bool

GetHideEngines returns the HideEngines field value if set, zero value otherwise.

func (*ModuleConfiguration) GetHideEnginesOk ¶

func (o *ModuleConfiguration) GetHideEnginesOk() (*bool, bool)

GetHideEnginesOk returns a tuple with the HideEngines field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetHighlight ¶

func (o *ModuleConfiguration) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*ModuleConfiguration) GetHighlightOk ¶

func (o *ModuleConfiguration) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetIcon ¶

func (o *ModuleConfiguration) GetIcon() string

GetIcon returns the Icon field value if set, zero value otherwise.

func (*ModuleConfiguration) GetIconOk ¶

func (o *ModuleConfiguration) GetIconOk() (*string, bool)

GetIconOk returns a tuple with the Icon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetId ¶

func (o *ModuleConfiguration) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ModuleConfiguration) GetIdOk ¶

func (o *ModuleConfiguration) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetImage ¶

func (o *ModuleConfiguration) GetImage() string

GetImage returns the Image field value if set, zero value otherwise.

func (*ModuleConfiguration) GetImageOk ¶

func (o *ModuleConfiguration) GetImageOk() (*string, bool)

GetImageOk returns a tuple with the Image field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetIntegrationScript ¶

func (o *ModuleConfiguration) GetIntegrationScript() IntegrationScript

GetIntegrationScript returns the IntegrationScript field value if set, zero value otherwise.

func (*ModuleConfiguration) GetIntegrationScriptOk ¶

func (o *ModuleConfiguration) GetIntegrationScriptOk() (*IntegrationScript, bool)

GetIntegrationScriptOk returns a tuple with the IntegrationScript field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetIsPasswordProtected ¶

func (o *ModuleConfiguration) GetIsPasswordProtected() bool

GetIsPasswordProtected returns the IsPasswordProtected field value if set, zero value otherwise.

func (*ModuleConfiguration) GetIsPasswordProtectedOk ¶

func (o *ModuleConfiguration) GetIsPasswordProtectedOk() (*bool, bool)

GetIsPasswordProtectedOk returns a tuple with the IsPasswordProtected field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetItemVersion ¶

func (o *ModuleConfiguration) GetItemVersion() string

GetItemVersion returns the ItemVersion field value if set, zero value otherwise.

func (*ModuleConfiguration) GetItemVersionOk ¶

func (o *ModuleConfiguration) GetItemVersionOk() (*string, bool)

GetItemVersionOk returns a tuple with the ItemVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetLocked ¶

func (o *ModuleConfiguration) GetLocked() bool

GetLocked returns the Locked field value if set, zero value otherwise.

func (*ModuleConfiguration) GetLockedOk ¶

func (o *ModuleConfiguration) GetLockedOk() (*bool, bool)

GetLockedOk returns a tuple with the Locked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetModified ¶

func (o *ModuleConfiguration) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*ModuleConfiguration) GetModifiedOk ¶

func (o *ModuleConfiguration) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetName ¶

func (o *ModuleConfiguration) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ModuleConfiguration) GetNameOk ¶

func (o *ModuleConfiguration) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetNumericId ¶

func (o *ModuleConfiguration) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*ModuleConfiguration) GetNumericIdOk ¶

func (o *ModuleConfiguration) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetPackID ¶

func (o *ModuleConfiguration) GetPackID() string

GetPackID returns the PackID field value if set, zero value otherwise.

func (*ModuleConfiguration) GetPackIDOk ¶

func (o *ModuleConfiguration) GetPackIDOk() (*string, bool)

GetPackIDOk returns a tuple with the PackID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetPackPropagationLabels ¶

func (o *ModuleConfiguration) GetPackPropagationLabels() []string

GetPackPropagationLabels returns the PackPropagationLabels field value if set, zero value otherwise.

func (*ModuleConfiguration) GetPackPropagationLabelsOk ¶

func (o *ModuleConfiguration) GetPackPropagationLabelsOk() (*[]string, bool)

GetPackPropagationLabelsOk returns a tuple with the PackPropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetPath ¶

func (o *ModuleConfiguration) GetPath() string

GetPath returns the Path field value if set, zero value otherwise.

func (*ModuleConfiguration) GetPathOk ¶

func (o *ModuleConfiguration) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetPrevName ¶

func (o *ModuleConfiguration) GetPrevName() string

GetPrevName returns the PrevName field value if set, zero value otherwise.

func (*ModuleConfiguration) GetPrevNameOk ¶

func (o *ModuleConfiguration) GetPrevNameOk() (*string, bool)

GetPrevNameOk returns a tuple with the PrevName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetPrimaryTerm ¶

func (o *ModuleConfiguration) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*ModuleConfiguration) GetPrimaryTermOk ¶

func (o *ModuleConfiguration) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetPrivate ¶

func (o *ModuleConfiguration) GetPrivate() bool

GetPrivate returns the Private field value if set, zero value otherwise.

func (*ModuleConfiguration) GetPrivateOk ¶

func (o *ModuleConfiguration) GetPrivateOk() (*bool, bool)

GetPrivateOk returns a tuple with the Private field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetPropagationLabels ¶

func (o *ModuleConfiguration) GetPropagationLabels() []string

GetPropagationLabels returns the PropagationLabels field value if set, zero value otherwise.

func (*ModuleConfiguration) GetPropagationLabelsOk ¶

func (o *ModuleConfiguration) GetPropagationLabelsOk() (*[]string, bool)

GetPropagationLabelsOk returns a tuple with the PropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetReadonly ¶

func (o *ModuleConfiguration) GetReadonly() bool

GetReadonly returns the Readonly field value if set, zero value otherwise.

func (*ModuleConfiguration) GetReadonlyOk ¶

func (o *ModuleConfiguration) GetReadonlyOk() (*bool, bool)

GetReadonlyOk returns a tuple with the Readonly field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetScriptNotVisible ¶

func (o *ModuleConfiguration) GetScriptNotVisible() bool

GetScriptNotVisible returns the ScriptNotVisible field value if set, zero value otherwise.

func (*ModuleConfiguration) GetScriptNotVisibleOk ¶

func (o *ModuleConfiguration) GetScriptNotVisibleOk() (*bool, bool)

GetScriptNotVisibleOk returns a tuple with the ScriptNotVisible field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetSequenceNumber ¶

func (o *ModuleConfiguration) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*ModuleConfiguration) GetSequenceNumberOk ¶

func (o *ModuleConfiguration) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetShouldCommit ¶

func (o *ModuleConfiguration) GetShouldCommit() bool

GetShouldCommit returns the ShouldCommit field value if set, zero value otherwise.

func (*ModuleConfiguration) GetShouldCommitOk ¶

func (o *ModuleConfiguration) GetShouldCommitOk() (*bool, bool)

GetShouldCommitOk returns a tuple with the ShouldCommit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetSortValues ¶

func (o *ModuleConfiguration) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*ModuleConfiguration) GetSortValuesOk ¶

func (o *ModuleConfiguration) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetSourceModuleID ¶

func (o *ModuleConfiguration) GetSourceModuleID() string

GetSourceModuleID returns the SourceModuleID field value if set, zero value otherwise.

func (*ModuleConfiguration) GetSourceModuleIDOk ¶

func (o *ModuleConfiguration) GetSourceModuleIDOk() (*string, bool)

GetSourceModuleIDOk returns a tuple with the SourceModuleID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetSystem ¶

func (o *ModuleConfiguration) GetSystem() bool

GetSystem returns the System field value if set, zero value otherwise.

func (*ModuleConfiguration) GetSystemOk ¶

func (o *ModuleConfiguration) GetSystemOk() (*bool, bool)

GetSystemOk returns a tuple with the System field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetToServerVersion ¶

func (o *ModuleConfiguration) GetToServerVersion() string

GetToServerVersion returns the ToServerVersion field value if set, zero value otherwise.

func (*ModuleConfiguration) GetToServerVersionOk ¶

func (o *ModuleConfiguration) GetToServerVersionOk() (*string, bool)

GetToServerVersionOk returns a tuple with the ToServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetVcShouldIgnore ¶

func (o *ModuleConfiguration) GetVcShouldIgnore() bool

GetVcShouldIgnore returns the VcShouldIgnore field value if set, zero value otherwise.

func (*ModuleConfiguration) GetVcShouldIgnoreOk ¶

func (o *ModuleConfiguration) GetVcShouldIgnoreOk() (*bool, bool)

GetVcShouldIgnoreOk returns a tuple with the VcShouldIgnore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetVcShouldKeepItemLegacyProdMachine ¶

func (o *ModuleConfiguration) GetVcShouldKeepItemLegacyProdMachine() bool

GetVcShouldKeepItemLegacyProdMachine returns the VcShouldKeepItemLegacyProdMachine field value if set, zero value otherwise.

func (*ModuleConfiguration) GetVcShouldKeepItemLegacyProdMachineOk ¶

func (o *ModuleConfiguration) GetVcShouldKeepItemLegacyProdMachineOk() (*bool, bool)

GetVcShouldKeepItemLegacyProdMachineOk returns a tuple with the VcShouldKeepItemLegacyProdMachine field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) GetVersion ¶

func (o *ModuleConfiguration) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*ModuleConfiguration) GetVersionOk ¶

func (o *ModuleConfiguration) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModuleConfiguration) HasBeta ¶

func (o *ModuleConfiguration) HasBeta() bool

HasBeta returns a boolean if a field has been set.

func (*ModuleConfiguration) HasBrand ¶

func (o *ModuleConfiguration) HasBrand() bool

HasBrand returns a boolean if a field has been set.

func (*ModuleConfiguration) HasCanGetSamples ¶

func (o *ModuleConfiguration) HasCanGetSamples() bool

HasCanGetSamples returns a boolean if a field has been set.

func (*ModuleConfiguration) HasCategory ¶

func (o *ModuleConfiguration) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*ModuleConfiguration) HasCmdline ¶

func (o *ModuleConfiguration) HasCmdline() bool

HasCmdline returns a boolean if a field has been set.

func (*ModuleConfiguration) HasCommitMessage ¶

func (o *ModuleConfiguration) HasCommitMessage() bool

HasCommitMessage returns a boolean if a field has been set.

func (*ModuleConfiguration) HasConfiguration ¶

func (o *ModuleConfiguration) HasConfiguration() bool

HasConfiguration returns a boolean if a field has been set.

func (*ModuleConfiguration) HasDefaultClassifier ¶

func (o *ModuleConfiguration) HasDefaultClassifier() bool

HasDefaultClassifier returns a boolean if a field has been set.

func (*ModuleConfiguration) HasDefaultMapperIn ¶

func (o *ModuleConfiguration) HasDefaultMapperIn() bool

HasDefaultMapperIn returns a boolean if a field has been set.

func (*ModuleConfiguration) HasDefaultMapperOut ¶

func (o *ModuleConfiguration) HasDefaultMapperOut() bool

HasDefaultMapperOut returns a boolean if a field has been set.

func (*ModuleConfiguration) HasDeprecated ¶

func (o *ModuleConfiguration) HasDeprecated() bool

HasDeprecated returns a boolean if a field has been set.

func (*ModuleConfiguration) HasDescription ¶

func (o *ModuleConfiguration) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ModuleConfiguration) HasDetailedDescription ¶

func (o *ModuleConfiguration) HasDetailedDescription() bool

HasDetailedDescription returns a boolean if a field has been set.

func (*ModuleConfiguration) HasDisplay ¶

func (o *ModuleConfiguration) HasDisplay() bool

HasDisplay returns a boolean if a field has been set.

func (*ModuleConfiguration) HasExecutable ¶

func (o *ModuleConfiguration) HasExecutable() bool

HasExecutable returns a boolean if a field has been set.

func (*ModuleConfiguration) HasFromServerVersion ¶

func (o *ModuleConfiguration) HasFromServerVersion() bool

HasFromServerVersion returns a boolean if a field has been set.

func (*ModuleConfiguration) HasHidden ¶

func (o *ModuleConfiguration) HasHidden() bool

HasHidden returns a boolean if a field has been set.

func (*ModuleConfiguration) HasHideEngines ¶

func (o *ModuleConfiguration) HasHideEngines() bool

HasHideEngines returns a boolean if a field has been set.

func (*ModuleConfiguration) HasHighlight ¶

func (o *ModuleConfiguration) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*ModuleConfiguration) HasIcon ¶

func (o *ModuleConfiguration) HasIcon() bool

HasIcon returns a boolean if a field has been set.

func (*ModuleConfiguration) HasId ¶

func (o *ModuleConfiguration) HasId() bool

HasId returns a boolean if a field has been set.

func (*ModuleConfiguration) HasImage ¶

func (o *ModuleConfiguration) HasImage() bool

HasImage returns a boolean if a field has been set.

func (*ModuleConfiguration) HasIntegrationScript ¶

func (o *ModuleConfiguration) HasIntegrationScript() bool

HasIntegrationScript returns a boolean if a field has been set.

func (*ModuleConfiguration) HasIsPasswordProtected ¶

func (o *ModuleConfiguration) HasIsPasswordProtected() bool

HasIsPasswordProtected returns a boolean if a field has been set.

func (*ModuleConfiguration) HasItemVersion ¶

func (o *ModuleConfiguration) HasItemVersion() bool

HasItemVersion returns a boolean if a field has been set.

func (*ModuleConfiguration) HasLocked ¶

func (o *ModuleConfiguration) HasLocked() bool

HasLocked returns a boolean if a field has been set.

func (*ModuleConfiguration) HasModified ¶

func (o *ModuleConfiguration) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*ModuleConfiguration) HasName ¶

func (o *ModuleConfiguration) HasName() bool

HasName returns a boolean if a field has been set.

func (*ModuleConfiguration) HasNumericId ¶

func (o *ModuleConfiguration) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*ModuleConfiguration) HasPackID ¶

func (o *ModuleConfiguration) HasPackID() bool

HasPackID returns a boolean if a field has been set.

func (*ModuleConfiguration) HasPackPropagationLabels ¶

func (o *ModuleConfiguration) HasPackPropagationLabels() bool

HasPackPropagationLabels returns a boolean if a field has been set.

func (*ModuleConfiguration) HasPath ¶

func (o *ModuleConfiguration) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*ModuleConfiguration) HasPrevName ¶

func (o *ModuleConfiguration) HasPrevName() bool

HasPrevName returns a boolean if a field has been set.

func (*ModuleConfiguration) HasPrimaryTerm ¶

func (o *ModuleConfiguration) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*ModuleConfiguration) HasPrivate ¶

func (o *ModuleConfiguration) HasPrivate() bool

HasPrivate returns a boolean if a field has been set.

func (*ModuleConfiguration) HasPropagationLabels ¶

func (o *ModuleConfiguration) HasPropagationLabels() bool

HasPropagationLabels returns a boolean if a field has been set.

func (*ModuleConfiguration) HasReadonly ¶

func (o *ModuleConfiguration) HasReadonly() bool

HasReadonly returns a boolean if a field has been set.

func (*ModuleConfiguration) HasScriptNotVisible ¶

func (o *ModuleConfiguration) HasScriptNotVisible() bool

HasScriptNotVisible returns a boolean if a field has been set.

func (*ModuleConfiguration) HasSequenceNumber ¶

func (o *ModuleConfiguration) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*ModuleConfiguration) HasShouldCommit ¶

func (o *ModuleConfiguration) HasShouldCommit() bool

HasShouldCommit returns a boolean if a field has been set.

func (*ModuleConfiguration) HasSortValues ¶

func (o *ModuleConfiguration) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*ModuleConfiguration) HasSourceModuleID ¶

func (o *ModuleConfiguration) HasSourceModuleID() bool

HasSourceModuleID returns a boolean if a field has been set.

func (*ModuleConfiguration) HasSystem ¶

func (o *ModuleConfiguration) HasSystem() bool

HasSystem returns a boolean if a field has been set.

func (*ModuleConfiguration) HasToServerVersion ¶

func (o *ModuleConfiguration) HasToServerVersion() bool

HasToServerVersion returns a boolean if a field has been set.

func (*ModuleConfiguration) HasVcShouldIgnore ¶

func (o *ModuleConfiguration) HasVcShouldIgnore() bool

HasVcShouldIgnore returns a boolean if a field has been set.

func (*ModuleConfiguration) HasVcShouldKeepItemLegacyProdMachine ¶

func (o *ModuleConfiguration) HasVcShouldKeepItemLegacyProdMachine() bool

HasVcShouldKeepItemLegacyProdMachine returns a boolean if a field has been set.

func (*ModuleConfiguration) HasVersion ¶

func (o *ModuleConfiguration) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (ModuleConfiguration) MarshalJSON ¶

func (o ModuleConfiguration) MarshalJSON() ([]byte, error)

func (*ModuleConfiguration) SetBeta ¶

func (o *ModuleConfiguration) SetBeta(v bool)

SetBeta gets a reference to the given bool and assigns it to the Beta field.

func (*ModuleConfiguration) SetBrand ¶

func (o *ModuleConfiguration) SetBrand(v string)

SetBrand gets a reference to the given string and assigns it to the Brand field.

func (*ModuleConfiguration) SetCanGetSamples ¶

func (o *ModuleConfiguration) SetCanGetSamples(v bool)

SetCanGetSamples gets a reference to the given bool and assigns it to the CanGetSamples field.

func (*ModuleConfiguration) SetCategory ¶

func (o *ModuleConfiguration) SetCategory(v string)

SetCategory gets a reference to the given string and assigns it to the Category field.

func (*ModuleConfiguration) SetCmdline ¶

func (o *ModuleConfiguration) SetCmdline(v string)

SetCmdline gets a reference to the given string and assigns it to the Cmdline field.

func (*ModuleConfiguration) SetCommitMessage ¶

func (o *ModuleConfiguration) SetCommitMessage(v string)

SetCommitMessage gets a reference to the given string and assigns it to the CommitMessage field.

func (*ModuleConfiguration) SetConfiguration ¶

func (o *ModuleConfiguration) SetConfiguration(v []ConfigField)

SetConfiguration gets a reference to the given []ConfigField and assigns it to the Configuration field.

func (*ModuleConfiguration) SetDefaultClassifier ¶

func (o *ModuleConfiguration) SetDefaultClassifier(v string)

SetDefaultClassifier gets a reference to the given string and assigns it to the DefaultClassifier field.

func (*ModuleConfiguration) SetDefaultMapperIn ¶

func (o *ModuleConfiguration) SetDefaultMapperIn(v string)

SetDefaultMapperIn gets a reference to the given string and assigns it to the DefaultMapperIn field.

func (*ModuleConfiguration) SetDefaultMapperOut ¶

func (o *ModuleConfiguration) SetDefaultMapperOut(v string)

SetDefaultMapperOut gets a reference to the given string and assigns it to the DefaultMapperOut field.

func (*ModuleConfiguration) SetDeprecated ¶

func (o *ModuleConfiguration) SetDeprecated(v bool)

SetDeprecated gets a reference to the given bool and assigns it to the Deprecated field.

func (*ModuleConfiguration) SetDescription ¶

func (o *ModuleConfiguration) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ModuleConfiguration) SetDetailedDescription ¶

func (o *ModuleConfiguration) SetDetailedDescription(v string)

SetDetailedDescription gets a reference to the given string and assigns it to the DetailedDescription field.

func (*ModuleConfiguration) SetDisplay ¶

func (o *ModuleConfiguration) SetDisplay(v string)

SetDisplay gets a reference to the given string and assigns it to the Display field.

func (*ModuleConfiguration) SetExecutable ¶

func (o *ModuleConfiguration) SetExecutable(v string)

SetExecutable gets a reference to the given string and assigns it to the Executable field.

func (*ModuleConfiguration) SetFromServerVersion ¶

func (o *ModuleConfiguration) SetFromServerVersion(v string)

SetFromServerVersion gets a reference to the given string and assigns it to the FromServerVersion field.

func (*ModuleConfiguration) SetHidden ¶

func (o *ModuleConfiguration) SetHidden(v bool)

SetHidden gets a reference to the given bool and assigns it to the Hidden field.

func (*ModuleConfiguration) SetHideEngines ¶

func (o *ModuleConfiguration) SetHideEngines(v bool)

SetHideEngines gets a reference to the given bool and assigns it to the HideEngines field.

func (*ModuleConfiguration) SetHighlight ¶

func (o *ModuleConfiguration) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*ModuleConfiguration) SetIcon ¶

func (o *ModuleConfiguration) SetIcon(v string)

SetIcon gets a reference to the given string and assigns it to the Icon field.

func (*ModuleConfiguration) SetId ¶

func (o *ModuleConfiguration) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ModuleConfiguration) SetImage ¶

func (o *ModuleConfiguration) SetImage(v string)

SetImage gets a reference to the given string and assigns it to the Image field.

func (*ModuleConfiguration) SetIntegrationScript ¶

func (o *ModuleConfiguration) SetIntegrationScript(v IntegrationScript)

SetIntegrationScript gets a reference to the given IntegrationScript and assigns it to the IntegrationScript field.

func (*ModuleConfiguration) SetIsPasswordProtected ¶

func (o *ModuleConfiguration) SetIsPasswordProtected(v bool)

SetIsPasswordProtected gets a reference to the given bool and assigns it to the IsPasswordProtected field.

func (*ModuleConfiguration) SetItemVersion ¶

func (o *ModuleConfiguration) SetItemVersion(v string)

SetItemVersion gets a reference to the given string and assigns it to the ItemVersion field.

func (*ModuleConfiguration) SetLocked ¶

func (o *ModuleConfiguration) SetLocked(v bool)

SetLocked gets a reference to the given bool and assigns it to the Locked field.

func (*ModuleConfiguration) SetModified ¶

func (o *ModuleConfiguration) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*ModuleConfiguration) SetName ¶

func (o *ModuleConfiguration) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ModuleConfiguration) SetNumericId ¶

func (o *ModuleConfiguration) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*ModuleConfiguration) SetPackID ¶

func (o *ModuleConfiguration) SetPackID(v string)

SetPackID gets a reference to the given string and assigns it to the PackID field.

func (*ModuleConfiguration) SetPackPropagationLabels ¶

func (o *ModuleConfiguration) SetPackPropagationLabels(v []string)

SetPackPropagationLabels gets a reference to the given []string and assigns it to the PackPropagationLabels field.

func (*ModuleConfiguration) SetPath ¶

func (o *ModuleConfiguration) SetPath(v string)

SetPath gets a reference to the given string and assigns it to the Path field.

func (*ModuleConfiguration) SetPrevName ¶

func (o *ModuleConfiguration) SetPrevName(v string)

SetPrevName gets a reference to the given string and assigns it to the PrevName field.

func (*ModuleConfiguration) SetPrimaryTerm ¶

func (o *ModuleConfiguration) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*ModuleConfiguration) SetPrivate ¶

func (o *ModuleConfiguration) SetPrivate(v bool)

SetPrivate gets a reference to the given bool and assigns it to the Private field.

func (*ModuleConfiguration) SetPropagationLabels ¶

func (o *ModuleConfiguration) SetPropagationLabels(v []string)

SetPropagationLabels gets a reference to the given []string and assigns it to the PropagationLabels field.

func (*ModuleConfiguration) SetReadonly ¶

func (o *ModuleConfiguration) SetReadonly(v bool)

SetReadonly gets a reference to the given bool and assigns it to the Readonly field.

func (*ModuleConfiguration) SetScriptNotVisible ¶

func (o *ModuleConfiguration) SetScriptNotVisible(v bool)

SetScriptNotVisible gets a reference to the given bool and assigns it to the ScriptNotVisible field.

func (*ModuleConfiguration) SetSequenceNumber ¶

func (o *ModuleConfiguration) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*ModuleConfiguration) SetShouldCommit ¶

func (o *ModuleConfiguration) SetShouldCommit(v bool)

SetShouldCommit gets a reference to the given bool and assigns it to the ShouldCommit field.

func (*ModuleConfiguration) SetSortValues ¶

func (o *ModuleConfiguration) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*ModuleConfiguration) SetSourceModuleID ¶

func (o *ModuleConfiguration) SetSourceModuleID(v string)

SetSourceModuleID gets a reference to the given string and assigns it to the SourceModuleID field.

func (*ModuleConfiguration) SetSystem ¶

func (o *ModuleConfiguration) SetSystem(v bool)

SetSystem gets a reference to the given bool and assigns it to the System field.

func (*ModuleConfiguration) SetToServerVersion ¶

func (o *ModuleConfiguration) SetToServerVersion(v string)

SetToServerVersion gets a reference to the given string and assigns it to the ToServerVersion field.

func (*ModuleConfiguration) SetVcShouldIgnore ¶

func (o *ModuleConfiguration) SetVcShouldIgnore(v bool)

SetVcShouldIgnore gets a reference to the given bool and assigns it to the VcShouldIgnore field.

func (*ModuleConfiguration) SetVcShouldKeepItemLegacyProdMachine ¶

func (o *ModuleConfiguration) SetVcShouldKeepItemLegacyProdMachine(v bool)

SetVcShouldKeepItemLegacyProdMachine gets a reference to the given bool and assigns it to the VcShouldKeepItemLegacyProdMachine field.

func (*ModuleConfiguration) SetVersion ¶

func (o *ModuleConfiguration) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

type NewDockerImageRequest ¶

type NewDockerImageRequest struct {
	Base         *string   `json:"base,omitempty"`
	Dependencies *[]string `json:"dependencies,omitempty"`
	Name         *string   `json:"name,omitempty"`
	Packages     *[]string `json:"packages,omitempty"`
}

NewDockerImageRequest NewDockerImageRequest creation request

func NewNewDockerImageRequest ¶

func NewNewDockerImageRequest() *NewDockerImageRequest

NewNewDockerImageRequest instantiates a new NewDockerImageRequest 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 NewNewDockerImageRequestWithDefaults ¶

func NewNewDockerImageRequestWithDefaults() *NewDockerImageRequest

NewNewDockerImageRequestWithDefaults instantiates a new NewDockerImageRequest 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 (*NewDockerImageRequest) GetBase ¶

func (o *NewDockerImageRequest) GetBase() string

GetBase returns the Base field value if set, zero value otherwise.

func (*NewDockerImageRequest) GetBaseOk ¶

func (o *NewDockerImageRequest) GetBaseOk() (*string, bool)

GetBaseOk returns a tuple with the Base field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NewDockerImageRequest) GetDependencies ¶

func (o *NewDockerImageRequest) GetDependencies() []string

GetDependencies returns the Dependencies field value if set, zero value otherwise.

func (*NewDockerImageRequest) GetDependenciesOk ¶

func (o *NewDockerImageRequest) GetDependenciesOk() (*[]string, bool)

GetDependenciesOk returns a tuple with the Dependencies field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NewDockerImageRequest) GetName ¶

func (o *NewDockerImageRequest) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*NewDockerImageRequest) GetNameOk ¶

func (o *NewDockerImageRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NewDockerImageRequest) GetPackages ¶

func (o *NewDockerImageRequest) GetPackages() []string

GetPackages returns the Packages field value if set, zero value otherwise.

func (*NewDockerImageRequest) GetPackagesOk ¶

func (o *NewDockerImageRequest) GetPackagesOk() (*[]string, bool)

GetPackagesOk returns a tuple with the Packages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NewDockerImageRequest) HasBase ¶

func (o *NewDockerImageRequest) HasBase() bool

HasBase returns a boolean if a field has been set.

func (*NewDockerImageRequest) HasDependencies ¶

func (o *NewDockerImageRequest) HasDependencies() bool

HasDependencies returns a boolean if a field has been set.

func (*NewDockerImageRequest) HasName ¶

func (o *NewDockerImageRequest) HasName() bool

HasName returns a boolean if a field has been set.

func (*NewDockerImageRequest) HasPackages ¶

func (o *NewDockerImageRequest) HasPackages() bool

HasPackages returns a boolean if a field has been set.

func (NewDockerImageRequest) MarshalJSON ¶

func (o NewDockerImageRequest) MarshalJSON() ([]byte, error)

func (*NewDockerImageRequest) SetBase ¶

func (o *NewDockerImageRequest) SetBase(v string)

SetBase gets a reference to the given string and assigns it to the Base field.

func (*NewDockerImageRequest) SetDependencies ¶

func (o *NewDockerImageRequest) SetDependencies(v []string)

SetDependencies gets a reference to the given []string and assigns it to the Dependencies field.

func (*NewDockerImageRequest) SetName ¶

func (o *NewDockerImageRequest) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*NewDockerImageRequest) SetPackages ¶

func (o *NewDockerImageRequest) SetPackages(v []string)

SetPackages gets a reference to the given []string and assigns it to the Packages field.

type NewDockerImageResult ¶

type NewDockerImageResult struct {
	CreatedName *string `json:"createdName,omitempty"`
	Output      *string `json:"output,omitempty"`
}

NewDockerImageResult NewDockerImageResult of the command

func NewNewDockerImageResult ¶

func NewNewDockerImageResult() *NewDockerImageResult

NewNewDockerImageResult instantiates a new NewDockerImageResult 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 NewNewDockerImageResultWithDefaults ¶

func NewNewDockerImageResultWithDefaults() *NewDockerImageResult

NewNewDockerImageResultWithDefaults instantiates a new NewDockerImageResult 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 (*NewDockerImageResult) GetCreatedName ¶

func (o *NewDockerImageResult) GetCreatedName() string

GetCreatedName returns the CreatedName field value if set, zero value otherwise.

func (*NewDockerImageResult) GetCreatedNameOk ¶

func (o *NewDockerImageResult) GetCreatedNameOk() (*string, bool)

GetCreatedNameOk returns a tuple with the CreatedName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NewDockerImageResult) GetOutput ¶

func (o *NewDockerImageResult) GetOutput() string

GetOutput returns the Output field value if set, zero value otherwise.

func (*NewDockerImageResult) GetOutputOk ¶

func (o *NewDockerImageResult) GetOutputOk() (*string, bool)

GetOutputOk returns a tuple with the Output field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NewDockerImageResult) HasCreatedName ¶

func (o *NewDockerImageResult) HasCreatedName() bool

HasCreatedName returns a boolean if a field has been set.

func (*NewDockerImageResult) HasOutput ¶

func (o *NewDockerImageResult) HasOutput() bool

HasOutput returns a boolean if a field has been set.

func (NewDockerImageResult) MarshalJSON ¶

func (o NewDockerImageResult) MarshalJSON() ([]byte, error)

func (*NewDockerImageResult) SetCreatedName ¶

func (o *NewDockerImageResult) SetCreatedName(v string)

SetCreatedName gets a reference to the given string and assigns it to the CreatedName field.

func (*NewDockerImageResult) SetOutput ¶

func (o *NewDockerImageResult) SetOutput(v string)

SetOutput gets a reference to the given string and assigns it to the Output field.

type NotifiableItem ¶

type NotifiableItem struct {
	Bcc           *AdvanceArg    `json:"bcc,omitempty"`
	Body          *AdvanceArg    `json:"body,omitempty"`
	Cc            *AdvanceArg    `json:"cc,omitempty"`
	DefaultOption *string        `json:"defaultOption,omitempty"`
	Format        *string        `json:"format,omitempty"`
	Methods       *[]string      `json:"methods,omitempty"`
	ReplyOptions  *[]string      `json:"replyOptions,omitempty"`
	Subject       *AdvanceArg    `json:"subject,omitempty"`
	Timings       *NotifyTimings `json:"timings,omitempty"`
	To            *AdvanceArg    `json:"to,omitempty"`
}

NotifiableItem struct for NotifiableItem

func NewNotifiableItem ¶

func NewNotifiableItem() *NotifiableItem

NewNotifiableItem instantiates a new NotifiableItem 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 NewNotifiableItemWithDefaults ¶

func NewNotifiableItemWithDefaults() *NotifiableItem

NewNotifiableItemWithDefaults instantiates a new NotifiableItem 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 (*NotifiableItem) GetBcc ¶

func (o *NotifiableItem) GetBcc() AdvanceArg

GetBcc returns the Bcc field value if set, zero value otherwise.

func (*NotifiableItem) GetBccOk ¶

func (o *NotifiableItem) GetBccOk() (*AdvanceArg, bool)

GetBccOk returns a tuple with the Bcc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifiableItem) GetBody ¶

func (o *NotifiableItem) GetBody() AdvanceArg

GetBody returns the Body field value if set, zero value otherwise.

func (*NotifiableItem) GetBodyOk ¶

func (o *NotifiableItem) GetBodyOk() (*AdvanceArg, bool)

GetBodyOk returns a tuple with the Body field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifiableItem) GetCc ¶

func (o *NotifiableItem) GetCc() AdvanceArg

GetCc returns the Cc field value if set, zero value otherwise.

func (*NotifiableItem) GetCcOk ¶

func (o *NotifiableItem) GetCcOk() (*AdvanceArg, bool)

GetCcOk returns a tuple with the Cc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifiableItem) GetDefaultOption ¶

func (o *NotifiableItem) GetDefaultOption() string

GetDefaultOption returns the DefaultOption field value if set, zero value otherwise.

func (*NotifiableItem) GetDefaultOptionOk ¶

func (o *NotifiableItem) GetDefaultOptionOk() (*string, bool)

GetDefaultOptionOk returns a tuple with the DefaultOption field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifiableItem) GetFormat ¶

func (o *NotifiableItem) GetFormat() string

GetFormat returns the Format field value if set, zero value otherwise.

func (*NotifiableItem) GetFormatOk ¶

func (o *NotifiableItem) GetFormatOk() (*string, bool)

GetFormatOk returns a tuple with the Format field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifiableItem) GetMethods ¶

func (o *NotifiableItem) GetMethods() []string

GetMethods returns the Methods field value if set, zero value otherwise.

func (*NotifiableItem) GetMethodsOk ¶

func (o *NotifiableItem) GetMethodsOk() (*[]string, bool)

GetMethodsOk returns a tuple with the Methods field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifiableItem) GetReplyOptions ¶

func (o *NotifiableItem) GetReplyOptions() []string

GetReplyOptions returns the ReplyOptions field value if set, zero value otherwise.

func (*NotifiableItem) GetReplyOptionsOk ¶

func (o *NotifiableItem) GetReplyOptionsOk() (*[]string, bool)

GetReplyOptionsOk returns a tuple with the ReplyOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifiableItem) GetSubject ¶

func (o *NotifiableItem) GetSubject() AdvanceArg

GetSubject returns the Subject field value if set, zero value otherwise.

func (*NotifiableItem) GetSubjectOk ¶

func (o *NotifiableItem) GetSubjectOk() (*AdvanceArg, bool)

GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifiableItem) GetTimings ¶

func (o *NotifiableItem) GetTimings() NotifyTimings

GetTimings returns the Timings field value if set, zero value otherwise.

func (*NotifiableItem) GetTimingsOk ¶

func (o *NotifiableItem) GetTimingsOk() (*NotifyTimings, bool)

GetTimingsOk returns a tuple with the Timings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifiableItem) GetTo ¶

func (o *NotifiableItem) GetTo() AdvanceArg

GetTo returns the To field value if set, zero value otherwise.

func (*NotifiableItem) GetToOk ¶

func (o *NotifiableItem) GetToOk() (*AdvanceArg, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifiableItem) HasBcc ¶

func (o *NotifiableItem) HasBcc() bool

HasBcc returns a boolean if a field has been set.

func (*NotifiableItem) HasBody ¶

func (o *NotifiableItem) HasBody() bool

HasBody returns a boolean if a field has been set.

func (*NotifiableItem) HasCc ¶

func (o *NotifiableItem) HasCc() bool

HasCc returns a boolean if a field has been set.

func (*NotifiableItem) HasDefaultOption ¶

func (o *NotifiableItem) HasDefaultOption() bool

HasDefaultOption returns a boolean if a field has been set.

func (*NotifiableItem) HasFormat ¶

func (o *NotifiableItem) HasFormat() bool

HasFormat returns a boolean if a field has been set.

func (*NotifiableItem) HasMethods ¶

func (o *NotifiableItem) HasMethods() bool

HasMethods returns a boolean if a field has been set.

func (*NotifiableItem) HasReplyOptions ¶

func (o *NotifiableItem) HasReplyOptions() bool

HasReplyOptions returns a boolean if a field has been set.

func (*NotifiableItem) HasSubject ¶

func (o *NotifiableItem) HasSubject() bool

HasSubject returns a boolean if a field has been set.

func (*NotifiableItem) HasTimings ¶

func (o *NotifiableItem) HasTimings() bool

HasTimings returns a boolean if a field has been set.

func (*NotifiableItem) HasTo ¶

func (o *NotifiableItem) HasTo() bool

HasTo returns a boolean if a field has been set.

func (NotifiableItem) MarshalJSON ¶

func (o NotifiableItem) MarshalJSON() ([]byte, error)

func (*NotifiableItem) SetBcc ¶

func (o *NotifiableItem) SetBcc(v AdvanceArg)

SetBcc gets a reference to the given AdvanceArg and assigns it to the Bcc field.

func (*NotifiableItem) SetBody ¶

func (o *NotifiableItem) SetBody(v AdvanceArg)

SetBody gets a reference to the given AdvanceArg and assigns it to the Body field.

func (*NotifiableItem) SetCc ¶

func (o *NotifiableItem) SetCc(v AdvanceArg)

SetCc gets a reference to the given AdvanceArg and assigns it to the Cc field.

func (*NotifiableItem) SetDefaultOption ¶

func (o *NotifiableItem) SetDefaultOption(v string)

SetDefaultOption gets a reference to the given string and assigns it to the DefaultOption field.

func (*NotifiableItem) SetFormat ¶

func (o *NotifiableItem) SetFormat(v string)

SetFormat gets a reference to the given string and assigns it to the Format field.

func (*NotifiableItem) SetMethods ¶

func (o *NotifiableItem) SetMethods(v []string)

SetMethods gets a reference to the given []string and assigns it to the Methods field.

func (*NotifiableItem) SetReplyOptions ¶

func (o *NotifiableItem) SetReplyOptions(v []string)

SetReplyOptions gets a reference to the given []string and assigns it to the ReplyOptions field.

func (*NotifiableItem) SetSubject ¶

func (o *NotifiableItem) SetSubject(v AdvanceArg)

SetSubject gets a reference to the given AdvanceArg and assigns it to the Subject field.

func (*NotifiableItem) SetTimings ¶

func (o *NotifiableItem) SetTimings(v NotifyTimings)

SetTimings gets a reference to the given NotifyTimings and assigns it to the Timings field.

func (*NotifiableItem) SetTo ¶

func (o *NotifiableItem) SetTo(v AdvanceArg)

SetTo gets a reference to the given AdvanceArg and assigns it to the To field.

type NotifyTimings ¶

type NotifyTimings struct {
	CompleteAfterReplies *int32 `json:"completeAfterReplies,omitempty"`
	RetriesCount         *int32 `json:"retriesCount,omitempty"`
	RetriesInterval      *int32 `json:"retriesInterval,omitempty"`
}

NotifyTimings struct for NotifyTimings

func NewNotifyTimings ¶

func NewNotifyTimings() *NotifyTimings

NewNotifyTimings instantiates a new NotifyTimings 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 NewNotifyTimingsWithDefaults ¶

func NewNotifyTimingsWithDefaults() *NotifyTimings

NewNotifyTimingsWithDefaults instantiates a new NotifyTimings 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 (*NotifyTimings) GetCompleteAfterReplies ¶

func (o *NotifyTimings) GetCompleteAfterReplies() int32

GetCompleteAfterReplies returns the CompleteAfterReplies field value if set, zero value otherwise.

func (*NotifyTimings) GetCompleteAfterRepliesOk ¶

func (o *NotifyTimings) GetCompleteAfterRepliesOk() (*int32, bool)

GetCompleteAfterRepliesOk returns a tuple with the CompleteAfterReplies field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyTimings) GetRetriesCount ¶

func (o *NotifyTimings) GetRetriesCount() int32

GetRetriesCount returns the RetriesCount field value if set, zero value otherwise.

func (*NotifyTimings) GetRetriesCountOk ¶

func (o *NotifyTimings) GetRetriesCountOk() (*int32, bool)

GetRetriesCountOk returns a tuple with the RetriesCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyTimings) GetRetriesInterval ¶

func (o *NotifyTimings) GetRetriesInterval() int32

GetRetriesInterval returns the RetriesInterval field value if set, zero value otherwise.

func (*NotifyTimings) GetRetriesIntervalOk ¶

func (o *NotifyTimings) GetRetriesIntervalOk() (*int32, bool)

GetRetriesIntervalOk returns a tuple with the RetriesInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyTimings) HasCompleteAfterReplies ¶

func (o *NotifyTimings) HasCompleteAfterReplies() bool

HasCompleteAfterReplies returns a boolean if a field has been set.

func (*NotifyTimings) HasRetriesCount ¶

func (o *NotifyTimings) HasRetriesCount() bool

HasRetriesCount returns a boolean if a field has been set.

func (*NotifyTimings) HasRetriesInterval ¶

func (o *NotifyTimings) HasRetriesInterval() bool

HasRetriesInterval returns a boolean if a field has been set.

func (NotifyTimings) MarshalJSON ¶

func (o NotifyTimings) MarshalJSON() ([]byte, error)

func (*NotifyTimings) SetCompleteAfterReplies ¶

func (o *NotifyTimings) SetCompleteAfterReplies(v int32)

SetCompleteAfterReplies gets a reference to the given int32 and assigns it to the CompleteAfterReplies field.

func (*NotifyTimings) SetRetriesCount ¶

func (o *NotifyTimings) SetRetriesCount(v int32)

SetRetriesCount gets a reference to the given int32 and assigns it to the RetriesCount field.

func (*NotifyTimings) SetRetriesInterval ¶

func (o *NotifyTimings) SetRetriesInterval(v int32)

SetRetriesInterval gets a reference to the given int32 and assigns it to the RetriesInterval field.

type NullableAccountsWrapper ¶ added in v0.2.4

type NullableAccountsWrapper struct {
	// contains filtered or unexported fields
}

func NewNullableAccountsWrapper ¶ added in v0.2.4

func NewNullableAccountsWrapper(val *AccountsWrapper) *NullableAccountsWrapper

func (NullableAccountsWrapper) Get ¶ added in v0.2.4

func (NullableAccountsWrapper) IsSet ¶ added in v0.2.4

func (v NullableAccountsWrapper) IsSet() bool

func (NullableAccountsWrapper) MarshalJSON ¶ added in v0.2.4

func (v NullableAccountsWrapper) MarshalJSON() ([]byte, error)

func (*NullableAccountsWrapper) Set ¶ added in v0.2.4

func (*NullableAccountsWrapper) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableAccountsWrapper) UnmarshalJSON(src []byte) error

func (*NullableAccountsWrapper) Unset ¶ added in v0.2.4

func (v *NullableAccountsWrapper) Unset()

type NullableAdvanceArg ¶

type NullableAdvanceArg struct {
	// contains filtered or unexported fields
}

func NewNullableAdvanceArg ¶

func NewNullableAdvanceArg(val *AdvanceArg) *NullableAdvanceArg

func (NullableAdvanceArg) Get ¶

func (v NullableAdvanceArg) Get() *AdvanceArg

func (NullableAdvanceArg) IsSet ¶

func (v NullableAdvanceArg) IsSet() bool

func (NullableAdvanceArg) MarshalJSON ¶

func (v NullableAdvanceArg) MarshalJSON() ([]byte, error)

func (*NullableAdvanceArg) Set ¶

func (v *NullableAdvanceArg) Set(val *AdvanceArg)

func (*NullableAdvanceArg) UnmarshalJSON ¶

func (v *NullableAdvanceArg) UnmarshalJSON(src []byte) error

func (*NullableAdvanceArg) Unset ¶

func (v *NullableAdvanceArg) Unset()

type NullableArgAtomicFilter ¶

type NullableArgAtomicFilter struct {
	// contains filtered or unexported fields
}

func NewNullableArgAtomicFilter ¶

func NewNullableArgAtomicFilter(val *ArgAtomicFilter) *NullableArgAtomicFilter

func (NullableArgAtomicFilter) Get ¶

func (NullableArgAtomicFilter) IsSet ¶

func (v NullableArgAtomicFilter) IsSet() bool

func (NullableArgAtomicFilter) MarshalJSON ¶

func (v NullableArgAtomicFilter) MarshalJSON() ([]byte, error)

func (*NullableArgAtomicFilter) Set ¶

func (*NullableArgAtomicFilter) UnmarshalJSON ¶

func (v *NullableArgAtomicFilter) UnmarshalJSON(src []byte) error

func (*NullableArgAtomicFilter) Unset ¶

func (v *NullableArgAtomicFilter) Unset()

type NullableArgFilter ¶ added in v0.2.4

type NullableArgFilter struct {
	// contains filtered or unexported fields
}

func NewNullableArgFilter ¶ added in v0.2.4

func NewNullableArgFilter(val *ArgFilter) *NullableArgFilter

func (NullableArgFilter) Get ¶ added in v0.2.4

func (v NullableArgFilter) Get() *ArgFilter

func (NullableArgFilter) IsSet ¶ added in v0.2.4

func (v NullableArgFilter) IsSet() bool

func (NullableArgFilter) MarshalJSON ¶ added in v0.2.4

func (v NullableArgFilter) MarshalJSON() ([]byte, error)

func (*NullableArgFilter) Set ¶ added in v0.2.4

func (v *NullableArgFilter) Set(val *ArgFilter)

func (*NullableArgFilter) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableArgFilter) UnmarshalJSON(src []byte) error

func (*NullableArgFilter) Unset ¶ added in v0.2.4

func (v *NullableArgFilter) Unset()

type NullableArgTransformer ¶

type NullableArgTransformer struct {
	// contains filtered or unexported fields
}

func NewNullableArgTransformer ¶

func NewNullableArgTransformer(val *ArgTransformer) *NullableArgTransformer

func (NullableArgTransformer) Get ¶

func (NullableArgTransformer) IsSet ¶

func (v NullableArgTransformer) IsSet() bool

func (NullableArgTransformer) MarshalJSON ¶

func (v NullableArgTransformer) MarshalJSON() ([]byte, error)

func (*NullableArgTransformer) Set ¶

func (*NullableArgTransformer) UnmarshalJSON ¶

func (v *NullableArgTransformer) UnmarshalJSON(src []byte) error

func (*NullableArgTransformer) Unset ¶

func (v *NullableArgTransformer) Unset()

type NullableArgument ¶

type NullableArgument struct {
	// contains filtered or unexported fields
}

func NewNullableArgument ¶

func NewNullableArgument(val *Argument) *NullableArgument

func (NullableArgument) Get ¶

func (v NullableArgument) Get() *Argument

func (NullableArgument) IsSet ¶

func (v NullableArgument) IsSet() bool

func (NullableArgument) MarshalJSON ¶

func (v NullableArgument) MarshalJSON() ([]byte, error)

func (*NullableArgument) Set ¶

func (v *NullableArgument) Set(val *Argument)

func (*NullableArgument) UnmarshalJSON ¶

func (v *NullableArgument) UnmarshalJSON(src []byte) error

func (*NullableArgument) Unset ¶

func (v *NullableArgument) Unset()

type NullableArrayPositions ¶ added in v0.2.4

type NullableArrayPositions struct {
	// contains filtered or unexported fields
}

func NewNullableArrayPositions ¶ added in v0.2.4

func NewNullableArrayPositions(val *ArrayPositions) *NullableArrayPositions

func (NullableArrayPositions) Get ¶ added in v0.2.4

func (NullableArrayPositions) IsSet ¶ added in v0.2.4

func (v NullableArrayPositions) IsSet() bool

func (NullableArrayPositions) MarshalJSON ¶ added in v0.2.4

func (v NullableArrayPositions) MarshalJSON() ([]byte, error)

func (*NullableArrayPositions) Set ¶ added in v0.2.4

func (*NullableArrayPositions) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableArrayPositions) UnmarshalJSON(src []byte) error

func (*NullableArrayPositions) Unset ¶ added in v0.2.4

func (v *NullableArrayPositions) Unset()

type NullableAttachment ¶

type NullableAttachment struct {
	// contains filtered or unexported fields
}

func NewNullableAttachment ¶

func NewNullableAttachment(val *Attachment) *NullableAttachment

func (NullableAttachment) Get ¶

func (v NullableAttachment) Get() *Attachment

func (NullableAttachment) IsSet ¶

func (v NullableAttachment) IsSet() bool

func (NullableAttachment) MarshalJSON ¶

func (v NullableAttachment) MarshalJSON() ([]byte, error)

func (*NullableAttachment) Set ¶

func (v *NullableAttachment) Set(val *Attachment)

func (*NullableAttachment) UnmarshalJSON ¶

func (v *NullableAttachment) UnmarshalJSON(src []byte) error

func (*NullableAttachment) Unset ¶

func (v *NullableAttachment) Unset()

type NullableAudit ¶

type NullableAudit struct {
	// contains filtered or unexported fields
}

func NewNullableAudit ¶

func NewNullableAudit(val *Audit) *NullableAudit

func (NullableAudit) Get ¶

func (v NullableAudit) Get() *Audit

func (NullableAudit) IsSet ¶

func (v NullableAudit) IsSet() bool

func (NullableAudit) MarshalJSON ¶

func (v NullableAudit) MarshalJSON() ([]byte, error)

func (*NullableAudit) Set ¶

func (v *NullableAudit) Set(val *Audit)

func (*NullableAudit) UnmarshalJSON ¶

func (v *NullableAudit) UnmarshalJSON(src []byte) error

func (*NullableAudit) Unset ¶

func (v *NullableAudit) Unset()

type NullableAuditResult ¶

type NullableAuditResult struct {
	// contains filtered or unexported fields
}

func NewNullableAuditResult ¶

func NewNullableAuditResult(val *AuditResult) *NullableAuditResult

func (NullableAuditResult) Get ¶

func (NullableAuditResult) IsSet ¶

func (v NullableAuditResult) IsSet() bool

func (NullableAuditResult) MarshalJSON ¶

func (v NullableAuditResult) MarshalJSON() ([]byte, error)

func (*NullableAuditResult) Set ¶

func (v *NullableAuditResult) Set(val *AuditResult)

func (*NullableAuditResult) UnmarshalJSON ¶

func (v *NullableAuditResult) UnmarshalJSON(src []byte) error

func (*NullableAuditResult) Unset ¶

func (v *NullableAuditResult) Unset()

type NullableAuthenticateOKBody ¶

type NullableAuthenticateOKBody struct {
	// contains filtered or unexported fields
}

func NewNullableAuthenticateOKBody ¶

func NewNullableAuthenticateOKBody(val *AuthenticateOKBody) *NullableAuthenticateOKBody

func (NullableAuthenticateOKBody) Get ¶

func (NullableAuthenticateOKBody) IsSet ¶

func (v NullableAuthenticateOKBody) IsSet() bool

func (NullableAuthenticateOKBody) MarshalJSON ¶

func (v NullableAuthenticateOKBody) MarshalJSON() ([]byte, error)

func (*NullableAuthenticateOKBody) Set ¶

func (*NullableAuthenticateOKBody) UnmarshalJSON ¶

func (v *NullableAuthenticateOKBody) UnmarshalJSON(src []byte) error

func (*NullableAuthenticateOKBody) Unset ¶

func (v *NullableAuthenticateOKBody) Unset()

type NullableAutomationScript ¶

type NullableAutomationScript struct {
	// contains filtered or unexported fields
}

func NewNullableAutomationScript ¶

func NewNullableAutomationScript(val *AutomationScript) *NullableAutomationScript

func (NullableAutomationScript) Get ¶

func (NullableAutomationScript) IsSet ¶

func (v NullableAutomationScript) IsSet() bool

func (NullableAutomationScript) MarshalJSON ¶

func (v NullableAutomationScript) MarshalJSON() ([]byte, error)

func (*NullableAutomationScript) Set ¶

func (*NullableAutomationScript) UnmarshalJSON ¶

func (v *NullableAutomationScript) UnmarshalJSON(src []byte) error

func (*NullableAutomationScript) Unset ¶

func (v *NullableAutomationScript) Unset()

type NullableAutomationScriptFilter ¶

type NullableAutomationScriptFilter struct {
	// contains filtered or unexported fields
}

func (NullableAutomationScriptFilter) Get ¶

func (NullableAutomationScriptFilter) IsSet ¶

func (NullableAutomationScriptFilter) MarshalJSON ¶

func (v NullableAutomationScriptFilter) MarshalJSON() ([]byte, error)

func (*NullableAutomationScriptFilter) Set ¶

func (*NullableAutomationScriptFilter) UnmarshalJSON ¶

func (v *NullableAutomationScriptFilter) UnmarshalJSON(src []byte) error

func (*NullableAutomationScriptFilter) Unset ¶

func (v *NullableAutomationScriptFilter) Unset()

type NullableAutomationScriptFilterWrapper ¶

type NullableAutomationScriptFilterWrapper struct {
	// contains filtered or unexported fields
}

func (NullableAutomationScriptFilterWrapper) Get ¶

func (NullableAutomationScriptFilterWrapper) IsSet ¶

func (NullableAutomationScriptFilterWrapper) MarshalJSON ¶

func (v NullableAutomationScriptFilterWrapper) MarshalJSON() ([]byte, error)

func (*NullableAutomationScriptFilterWrapper) Set ¶

func (*NullableAutomationScriptFilterWrapper) UnmarshalJSON ¶

func (v *NullableAutomationScriptFilterWrapper) UnmarshalJSON(src []byte) error

func (*NullableAutomationScriptFilterWrapper) Unset ¶

type NullableAutomationScriptResult ¶

type NullableAutomationScriptResult struct {
	// contains filtered or unexported fields
}

func (NullableAutomationScriptResult) Get ¶

func (NullableAutomationScriptResult) IsSet ¶

func (NullableAutomationScriptResult) MarshalJSON ¶

func (v NullableAutomationScriptResult) MarshalJSON() ([]byte, error)

func (*NullableAutomationScriptResult) Set ¶

func (*NullableAutomationScriptResult) UnmarshalJSON ¶

func (v *NullableAutomationScriptResult) UnmarshalJSON(src []byte) error

func (*NullableAutomationScriptResult) Unset ¶

func (v *NullableAutomationScriptResult) 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 NullableBucket ¶

type NullableBucket struct {
	// contains filtered or unexported fields
}

func NewNullableBucket ¶

func NewNullableBucket(val *Bucket) *NullableBucket

func (NullableBucket) Get ¶

func (v NullableBucket) Get() *Bucket

func (NullableBucket) IsSet ¶

func (v NullableBucket) IsSet() bool

func (NullableBucket) MarshalJSON ¶

func (v NullableBucket) MarshalJSON() ([]byte, error)

func (*NullableBucket) Set ¶

func (v *NullableBucket) Set(val *Bucket)

func (*NullableBucket) UnmarshalJSON ¶

func (v *NullableBucket) UnmarshalJSON(src []byte) error

func (*NullableBucket) Unset ¶

func (v *NullableBucket) Unset()

type NullableBuckets ¶ added in v0.2.4

type NullableBuckets struct {
	// contains filtered or unexported fields
}

func NewNullableBuckets ¶ added in v0.2.4

func NewNullableBuckets(val *Buckets) *NullableBuckets

func (NullableBuckets) Get ¶ added in v0.2.4

func (v NullableBuckets) Get() *Buckets

func (NullableBuckets) IsSet ¶ added in v0.2.4

func (v NullableBuckets) IsSet() bool

func (NullableBuckets) MarshalJSON ¶ added in v0.2.4

func (v NullableBuckets) MarshalJSON() ([]byte, error)

func (*NullableBuckets) Set ¶ added in v0.2.4

func (v *NullableBuckets) Set(val *Buckets)

func (*NullableBuckets) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableBuckets) UnmarshalJSON(src []byte) error

func (*NullableBuckets) Unset ¶ added in v0.2.4

func (v *NullableBuckets) Unset()

type NullableCommand ¶

type NullableCommand struct {
	// contains filtered or unexported fields
}

func NewNullableCommand ¶

func NewNullableCommand(val *Command) *NullableCommand

func (NullableCommand) Get ¶

func (v NullableCommand) Get() *Command

func (NullableCommand) IsSet ¶

func (v NullableCommand) IsSet() bool

func (NullableCommand) MarshalJSON ¶

func (v NullableCommand) MarshalJSON() ([]byte, error)

func (*NullableCommand) Set ¶

func (v *NullableCommand) Set(val *Command)

func (*NullableCommand) UnmarshalJSON ¶

func (v *NullableCommand) UnmarshalJSON(src []byte) error

func (*NullableCommand) Unset ¶

func (v *NullableCommand) Unset()

type NullableComment ¶

type NullableComment struct {
	// contains filtered or unexported fields
}

func NewNullableComment ¶

func NewNullableComment(val *Comment) *NullableComment

func (NullableComment) Get ¶

func (v NullableComment) Get() *Comment

func (NullableComment) IsSet ¶

func (v NullableComment) IsSet() bool

func (NullableComment) MarshalJSON ¶

func (v NullableComment) MarshalJSON() ([]byte, error)

func (*NullableComment) Set ¶

func (v *NullableComment) Set(val *Comment)

func (*NullableComment) UnmarshalJSON ¶

func (v *NullableComment) UnmarshalJSON(src []byte) error

func (*NullableComment) Unset ¶

func (v *NullableComment) Unset()

type NullableCommentUpdate ¶

type NullableCommentUpdate struct {
	// contains filtered or unexported fields
}

func NewNullableCommentUpdate ¶

func NewNullableCommentUpdate(val *CommentUpdate) *NullableCommentUpdate

func (NullableCommentUpdate) Get ¶

func (NullableCommentUpdate) IsSet ¶

func (v NullableCommentUpdate) IsSet() bool

func (NullableCommentUpdate) MarshalJSON ¶

func (v NullableCommentUpdate) MarshalJSON() ([]byte, error)

func (*NullableCommentUpdate) Set ¶

func (v *NullableCommentUpdate) Set(val *CommentUpdate)

func (*NullableCommentUpdate) UnmarshalJSON ¶

func (v *NullableCommentUpdate) UnmarshalJSON(src []byte) error

func (*NullableCommentUpdate) Unset ¶

func (v *NullableCommentUpdate) Unset()

type NullableComments ¶ added in v0.2.4

type NullableComments struct {
	// contains filtered or unexported fields
}

func NewNullableComments ¶ added in v0.2.4

func NewNullableComments(val *Comments) *NullableComments

func (NullableComments) Get ¶ added in v0.2.4

func (v NullableComments) Get() *Comments

func (NullableComments) IsSet ¶ added in v0.2.4

func (v NullableComments) IsSet() bool

func (NullableComments) MarshalJSON ¶ added in v0.2.4

func (v NullableComments) MarshalJSON() ([]byte, error)

func (*NullableComments) Set ¶ added in v0.2.4

func (v *NullableComments) Set(val *Comments)

func (*NullableComments) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableComments) UnmarshalJSON(src []byte) error

func (*NullableComments) Unset ¶ added in v0.2.4

func (v *NullableComments) Unset()

type NullableCommentsFields ¶

type NullableCommentsFields struct {
	// contains filtered or unexported fields
}

func NewNullableCommentsFields ¶

func NewNullableCommentsFields(val *CommentsFields) *NullableCommentsFields

func (NullableCommentsFields) Get ¶

func (NullableCommentsFields) IsSet ¶

func (v NullableCommentsFields) IsSet() bool

func (NullableCommentsFields) MarshalJSON ¶

func (v NullableCommentsFields) MarshalJSON() ([]byte, error)

func (*NullableCommentsFields) Set ¶

func (*NullableCommentsFields) UnmarshalJSON ¶

func (v *NullableCommentsFields) UnmarshalJSON(src []byte) error

func (*NullableCommentsFields) Unset ¶

func (v *NullableCommentsFields) Unset()

type NullableCommonFields ¶

type NullableCommonFields struct {
	// contains filtered or unexported fields
}

func NewNullableCommonFields ¶

func NewNullableCommonFields(val *CommonFields) *NullableCommonFields

func (NullableCommonFields) Get ¶

func (NullableCommonFields) IsSet ¶

func (v NullableCommonFields) IsSet() bool

func (NullableCommonFields) MarshalJSON ¶

func (v NullableCommonFields) MarshalJSON() ([]byte, error)

func (*NullableCommonFields) Set ¶

func (v *NullableCommonFields) Set(val *CommonFields)

func (*NullableCommonFields) UnmarshalJSON ¶

func (v *NullableCommonFields) UnmarshalJSON(src []byte) error

func (*NullableCommonFields) Unset ¶

func (v *NullableCommonFields) Unset()

type NullableCommonUpdateBatch ¶

type NullableCommonUpdateBatch struct {
	// contains filtered or unexported fields
}

func NewNullableCommonUpdateBatch ¶

func NewNullableCommonUpdateBatch(val *CommonUpdateBatch) *NullableCommonUpdateBatch

func (NullableCommonUpdateBatch) Get ¶

func (NullableCommonUpdateBatch) IsSet ¶

func (v NullableCommonUpdateBatch) IsSet() bool

func (NullableCommonUpdateBatch) MarshalJSON ¶

func (v NullableCommonUpdateBatch) MarshalJSON() ([]byte, error)

func (*NullableCommonUpdateBatch) Set ¶

func (*NullableCommonUpdateBatch) UnmarshalJSON ¶

func (v *NullableCommonUpdateBatch) UnmarshalJSON(src []byte) error

func (*NullableCommonUpdateBatch) Unset ¶

func (v *NullableCommonUpdateBatch) Unset()

type NullableComplexArg ¶

type NullableComplexArg struct {
	// contains filtered or unexported fields
}

func NewNullableComplexArg ¶

func NewNullableComplexArg(val *ComplexArg) *NullableComplexArg

func (NullableComplexArg) Get ¶

func (v NullableComplexArg) Get() *ComplexArg

func (NullableComplexArg) IsSet ¶

func (v NullableComplexArg) IsSet() bool

func (NullableComplexArg) MarshalJSON ¶

func (v NullableComplexArg) MarshalJSON() ([]byte, error)

func (*NullableComplexArg) Set ¶

func (v *NullableComplexArg) Set(val *ComplexArg)

func (*NullableComplexArg) UnmarshalJSON ¶

func (v *NullableComplexArg) UnmarshalJSON(src []byte) error

func (*NullableComplexArg) Unset ¶

func (v *NullableComplexArg) Unset()

type NullableConfigField ¶

type NullableConfigField struct {
	// contains filtered or unexported fields
}

func NewNullableConfigField ¶

func NewNullableConfigField(val *ConfigField) *NullableConfigField

func (NullableConfigField) Get ¶

func (NullableConfigField) IsSet ¶

func (v NullableConfigField) IsSet() bool

func (NullableConfigField) MarshalJSON ¶

func (v NullableConfigField) MarshalJSON() ([]byte, error)

func (*NullableConfigField) Set ¶

func (v *NullableConfigField) Set(val *ConfigField)

func (*NullableConfigField) UnmarshalJSON ¶

func (v *NullableConfigField) UnmarshalJSON(src []byte) error

func (*NullableConfigField) Unset ¶

func (v *NullableConfigField) Unset()

type NullableContainerChangeResponseItem ¶

type NullableContainerChangeResponseItem struct {
	// contains filtered or unexported fields
}

func (NullableContainerChangeResponseItem) Get ¶

func (NullableContainerChangeResponseItem) IsSet ¶

func (NullableContainerChangeResponseItem) MarshalJSON ¶

func (v NullableContainerChangeResponseItem) MarshalJSON() ([]byte, error)

func (*NullableContainerChangeResponseItem) Set ¶

func (*NullableContainerChangeResponseItem) UnmarshalJSON ¶

func (v *NullableContainerChangeResponseItem) UnmarshalJSON(src []byte) error

func (*NullableContainerChangeResponseItem) Unset ¶

type NullableContainerCreateCreatedBody ¶

type NullableContainerCreateCreatedBody struct {
	// contains filtered or unexported fields
}

func (NullableContainerCreateCreatedBody) Get ¶

func (NullableContainerCreateCreatedBody) IsSet ¶

func (NullableContainerCreateCreatedBody) MarshalJSON ¶

func (v NullableContainerCreateCreatedBody) MarshalJSON() ([]byte, error)

func (*NullableContainerCreateCreatedBody) Set ¶

func (*NullableContainerCreateCreatedBody) UnmarshalJSON ¶

func (v *NullableContainerCreateCreatedBody) UnmarshalJSON(src []byte) error

func (*NullableContainerCreateCreatedBody) Unset ¶

type NullableContainerTopOKBody ¶

type NullableContainerTopOKBody struct {
	// contains filtered or unexported fields
}

func NewNullableContainerTopOKBody ¶

func NewNullableContainerTopOKBody(val *ContainerTopOKBody) *NullableContainerTopOKBody

func (NullableContainerTopOKBody) Get ¶

func (NullableContainerTopOKBody) IsSet ¶

func (v NullableContainerTopOKBody) IsSet() bool

func (NullableContainerTopOKBody) MarshalJSON ¶

func (v NullableContainerTopOKBody) MarshalJSON() ([]byte, error)

func (*NullableContainerTopOKBody) Set ¶

func (*NullableContainerTopOKBody) UnmarshalJSON ¶

func (v *NullableContainerTopOKBody) UnmarshalJSON(src []byte) error

func (*NullableContainerTopOKBody) Unset ¶

func (v *NullableContainerTopOKBody) Unset()

type NullableContainerUpdateOKBody ¶

type NullableContainerUpdateOKBody struct {
	// contains filtered or unexported fields
}

func (NullableContainerUpdateOKBody) Get ¶

func (NullableContainerUpdateOKBody) IsSet ¶

func (NullableContainerUpdateOKBody) MarshalJSON ¶

func (v NullableContainerUpdateOKBody) MarshalJSON() ([]byte, error)

func (*NullableContainerUpdateOKBody) Set ¶

func (*NullableContainerUpdateOKBody) UnmarshalJSON ¶

func (v *NullableContainerUpdateOKBody) UnmarshalJSON(src []byte) error

func (*NullableContainerUpdateOKBody) Unset ¶

func (v *NullableContainerUpdateOKBody) Unset()

type NullableContainerWaitOKBody ¶

type NullableContainerWaitOKBody struct {
	// contains filtered or unexported fields
}

func (NullableContainerWaitOKBody) Get ¶

func (NullableContainerWaitOKBody) IsSet ¶

func (NullableContainerWaitOKBody) MarshalJSON ¶

func (v NullableContainerWaitOKBody) MarshalJSON() ([]byte, error)

func (*NullableContainerWaitOKBody) Set ¶

func (*NullableContainerWaitOKBody) UnmarshalJSON ¶

func (v *NullableContainerWaitOKBody) UnmarshalJSON(src []byte) error

func (*NullableContainerWaitOKBody) Unset ¶

func (v *NullableContainerWaitOKBody) Unset()

type NullableContainerWaitOKBodyError ¶

type NullableContainerWaitOKBodyError struct {
	// contains filtered or unexported fields
}

func (NullableContainerWaitOKBodyError) Get ¶

func (NullableContainerWaitOKBodyError) IsSet ¶

func (NullableContainerWaitOKBodyError) MarshalJSON ¶

func (v NullableContainerWaitOKBodyError) MarshalJSON() ([]byte, error)

func (*NullableContainerWaitOKBodyError) Set ¶

func (*NullableContainerWaitOKBodyError) UnmarshalJSON ¶

func (v *NullableContainerWaitOKBodyError) UnmarshalJSON(src []byte) error

func (*NullableContainerWaitOKBodyError) Unset ¶

type NullableContainersInfo ¶

type NullableContainersInfo struct {
	// contains filtered or unexported fields
}

func NewNullableContainersInfo ¶

func NewNullableContainersInfo(val *ContainersInfo) *NullableContainersInfo

func (NullableContainersInfo) Get ¶

func (NullableContainersInfo) IsSet ¶

func (v NullableContainersInfo) IsSet() bool

func (NullableContainersInfo) MarshalJSON ¶

func (v NullableContainersInfo) MarshalJSON() ([]byte, error)

func (*NullableContainersInfo) Set ¶

func (*NullableContainersInfo) UnmarshalJSON ¶

func (v *NullableContainersInfo) UnmarshalJSON(src []byte) error

func (*NullableContainersInfo) Unset ¶

func (v *NullableContainersInfo) Unset()

type NullableContentItemExportableFields ¶

type NullableContentItemExportableFields struct {
	// contains filtered or unexported fields
}

func (NullableContentItemExportableFields) Get ¶

func (NullableContentItemExportableFields) IsSet ¶

func (NullableContentItemExportableFields) MarshalJSON ¶

func (v NullableContentItemExportableFields) MarshalJSON() ([]byte, error)

func (*NullableContentItemExportableFields) Set ¶

func (*NullableContentItemExportableFields) UnmarshalJSON ¶

func (v *NullableContentItemExportableFields) UnmarshalJSON(src []byte) error

func (*NullableContentItemExportableFields) Unset ¶

type NullableContentItemFields ¶

type NullableContentItemFields struct {
	// contains filtered or unexported fields
}

func NewNullableContentItemFields ¶

func NewNullableContentItemFields(val *ContentItemFields) *NullableContentItemFields

func (NullableContentItemFields) Get ¶

func (NullableContentItemFields) IsSet ¶

func (v NullableContentItemFields) IsSet() bool

func (NullableContentItemFields) MarshalJSON ¶

func (v NullableContentItemFields) MarshalJSON() ([]byte, error)

func (*NullableContentItemFields) Set ¶

func (*NullableContentItemFields) UnmarshalJSON ¶

func (v *NullableContentItemFields) UnmarshalJSON(src []byte) error

func (*NullableContentItemFields) Unset ¶

func (v *NullableContentItemFields) Unset()

type NullableContentItemVersionedFields ¶

type NullableContentItemVersionedFields struct {
	// contains filtered or unexported fields
}

func (NullableContentItemVersionedFields) Get ¶

func (NullableContentItemVersionedFields) IsSet ¶

func (NullableContentItemVersionedFields) MarshalJSON ¶

func (v NullableContentItemVersionedFields) MarshalJSON() ([]byte, error)

func (*NullableContentItemVersionedFields) Set ¶

func (*NullableContentItemVersionedFields) UnmarshalJSON ¶

func (v *NullableContentItemVersionedFields) UnmarshalJSON(src []byte) error

func (*NullableContentItemVersionedFields) Unset ¶

type NullableCreateAccountRequest ¶

type NullableCreateAccountRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateAccountRequest) Get ¶

func (NullableCreateAccountRequest) IsSet ¶

func (NullableCreateAccountRequest) MarshalJSON ¶

func (v NullableCreateAccountRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateAccountRequest) Set ¶

func (*NullableCreateAccountRequest) UnmarshalJSON ¶

func (v *NullableCreateAccountRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateAccountRequest) Unset ¶

func (v *NullableCreateAccountRequest) Unset()

type NullableCreateHAGroupRequest ¶

type NullableCreateHAGroupRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateHAGroupRequest) Get ¶

func (NullableCreateHAGroupRequest) IsSet ¶

func (NullableCreateHAGroupRequest) MarshalJSON ¶

func (v NullableCreateHAGroupRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateHAGroupRequest) Set ¶

func (*NullableCreateHAGroupRequest) UnmarshalJSON ¶

func (v *NullableCreateHAGroupRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateHAGroupRequest) Unset ¶

func (v *NullableCreateHAGroupRequest) Unset()

type NullableCreateIncidentRequest ¶

type NullableCreateIncidentRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateIncidentRequest) Get ¶

func (NullableCreateIncidentRequest) IsSet ¶

func (NullableCreateIncidentRequest) MarshalJSON ¶

func (v NullableCreateIncidentRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateIncidentRequest) Set ¶

func (*NullableCreateIncidentRequest) UnmarshalJSON ¶

func (v *NullableCreateIncidentRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateIncidentRequest) Unset ¶

func (v *NullableCreateIncidentRequest) Unset()

type NullableCreateIntegrationRequest ¶ added in v0.2.4

type NullableCreateIntegrationRequest struct {
	// contains filtered or unexported fields
}

func NewNullableCreateIntegrationRequest ¶ added in v0.2.4

func NewNullableCreateIntegrationRequest(val *CreateIntegrationRequest) *NullableCreateIntegrationRequest

func (NullableCreateIntegrationRequest) Get ¶ added in v0.2.4

func (NullableCreateIntegrationRequest) IsSet ¶ added in v0.2.4

func (NullableCreateIntegrationRequest) MarshalJSON ¶ added in v0.2.4

func (v NullableCreateIntegrationRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateIntegrationRequest) Set ¶ added in v0.2.4

func (*NullableCreateIntegrationRequest) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableCreateIntegrationRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateIntegrationRequest) Unset ¶ added in v0.2.4

type NullableCreateUpdateClassifierRequest ¶ added in v0.2.4

type NullableCreateUpdateClassifierRequest struct {
	// contains filtered or unexported fields
}

func NewNullableCreateUpdateClassifierRequest ¶ added in v0.2.4

func NewNullableCreateUpdateClassifierRequest(val *CreateUpdateClassifierRequest) *NullableCreateUpdateClassifierRequest

func (NullableCreateUpdateClassifierRequest) Get ¶ added in v0.2.4

func (NullableCreateUpdateClassifierRequest) IsSet ¶ added in v0.2.4

func (NullableCreateUpdateClassifierRequest) MarshalJSON ¶ added in v0.2.4

func (v NullableCreateUpdateClassifierRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateUpdateClassifierRequest) Set ¶ added in v0.2.4

func (*NullableCreateUpdateClassifierRequest) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableCreateUpdateClassifierRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateUpdateClassifierRequest) Unset ¶ added in v0.2.4

type NullableCreateUpdateHAGroup ¶

type NullableCreateUpdateHAGroup struct {
	// contains filtered or unexported fields
}

func (NullableCreateUpdateHAGroup) Get ¶

func (NullableCreateUpdateHAGroup) IsSet ¶

func (NullableCreateUpdateHAGroup) MarshalJSON ¶

func (v NullableCreateUpdateHAGroup) MarshalJSON() ([]byte, error)

func (*NullableCreateUpdateHAGroup) Set ¶

func (*NullableCreateUpdateHAGroup) UnmarshalJSON ¶

func (v *NullableCreateUpdateHAGroup) UnmarshalJSON(src []byte) error

func (*NullableCreateUpdateHAGroup) Unset ¶

func (v *NullableCreateUpdateHAGroup) Unset()

type NullableCreateUpdateRequest ¶ added in v0.2.20

type NullableCreateUpdateRequest struct {
	// contains filtered or unexported fields
}

func NewNullableCreateUpdateRequest ¶ added in v0.2.20

func NewNullableCreateUpdateRequest(val *CreateUpdateRequest) *NullableCreateUpdateRequest

func (NullableCreateUpdateRequest) Get ¶ added in v0.2.20

func (NullableCreateUpdateRequest) IsSet ¶ added in v0.2.20

func (NullableCreateUpdateRequest) MarshalJSON ¶ added in v0.2.20

func (v NullableCreateUpdateRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateUpdateRequest) Set ¶ added in v0.2.20

func (*NullableCreateUpdateRequest) UnmarshalJSON ¶ added in v0.2.20

func (v *NullableCreateUpdateRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateUpdateRequest) Unset ¶ added in v0.2.20

func (v *NullableCreateUpdateRequest) Unset()

type NullableCustomFields ¶ added in v0.2.4

type NullableCustomFields struct {
	// contains filtered or unexported fields
}

func NewNullableCustomFields ¶ added in v0.2.4

func NewNullableCustomFields(val *CustomFields) *NullableCustomFields

func (NullableCustomFields) Get ¶ added in v0.2.4

func (NullableCustomFields) IsSet ¶ added in v0.2.4

func (v NullableCustomFields) IsSet() bool

func (NullableCustomFields) MarshalJSON ¶ added in v0.2.4

func (v NullableCustomFields) MarshalJSON() ([]byte, error)

func (*NullableCustomFields) Set ¶ added in v0.2.4

func (v *NullableCustomFields) Set(val *CustomFields)

func (*NullableCustomFields) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableCustomFields) UnmarshalJSON(src []byte) error

func (*NullableCustomFields) Unset ¶ added in v0.2.4

func (v *NullableCustomFields) Unset()

type NullableCustomGroup ¶

type NullableCustomGroup struct {
	// contains filtered or unexported fields
}

func NewNullableCustomGroup ¶

func NewNullableCustomGroup(val *CustomGroup) *NullableCustomGroup

func (NullableCustomGroup) Get ¶

func (NullableCustomGroup) IsSet ¶

func (v NullableCustomGroup) IsSet() bool

func (NullableCustomGroup) MarshalJSON ¶

func (v NullableCustomGroup) MarshalJSON() ([]byte, error)

func (*NullableCustomGroup) Set ¶

func (v *NullableCustomGroup) Set(val *CustomGroup)

func (*NullableCustomGroup) UnmarshalJSON ¶

func (v *NullableCustomGroup) UnmarshalJSON(src []byte) error

func (*NullableCustomGroup) Unset ¶

func (v *NullableCustomGroup) Unset()

type NullableCustomGroups ¶ added in v0.2.4

type NullableCustomGroups struct {
	// contains filtered or unexported fields
}

func NewNullableCustomGroups ¶ added in v0.2.4

func NewNullableCustomGroups(val *CustomGroups) *NullableCustomGroups

func (NullableCustomGroups) Get ¶ added in v0.2.4

func (NullableCustomGroups) IsSet ¶ added in v0.2.4

func (v NullableCustomGroups) IsSet() bool

func (NullableCustomGroups) MarshalJSON ¶ added in v0.2.4

func (v NullableCustomGroups) MarshalJSON() ([]byte, error)

func (*NullableCustomGroups) Set ¶ added in v0.2.4

func (v *NullableCustomGroups) Set(val *CustomGroups)

func (*NullableCustomGroups) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableCustomGroups) UnmarshalJSON(src []byte) error

func (*NullableCustomGroups) Unset ¶ added in v0.2.4

func (v *NullableCustomGroups) Unset()

type NullableDBotScore ¶

type NullableDBotScore struct {
	// contains filtered or unexported fields
}

func NewNullableDBotScore ¶

func NewNullableDBotScore(val *DBotScore) *NullableDBotScore

func (NullableDBotScore) Get ¶

func (v NullableDBotScore) Get() *DBotScore

func (NullableDBotScore) IsSet ¶

func (v NullableDBotScore) IsSet() bool

func (NullableDBotScore) MarshalJSON ¶

func (v NullableDBotScore) MarshalJSON() ([]byte, error)

func (*NullableDBotScore) Set ¶

func (v *NullableDBotScore) Set(val *DBotScore)

func (*NullableDBotScore) UnmarshalJSON ¶

func (v *NullableDBotScore) UnmarshalJSON(src []byte) error

func (*NullableDBotScore) Unset ¶

func (v *NullableDBotScore) Unset()

type NullableDashboard ¶

type NullableDashboard struct {
	// contains filtered or unexported fields
}

func NewNullableDashboard ¶

func NewNullableDashboard(val *Dashboard) *NullableDashboard

func (NullableDashboard) Get ¶

func (v NullableDashboard) Get() *Dashboard

func (NullableDashboard) IsSet ¶

func (v NullableDashboard) IsSet() bool

func (NullableDashboard) MarshalJSON ¶

func (v NullableDashboard) MarshalJSON() ([]byte, error)

func (*NullableDashboard) Set ¶

func (v *NullableDashboard) Set(val *Dashboard)

func (*NullableDashboard) UnmarshalJSON ¶

func (v *NullableDashboard) UnmarshalJSON(src []byte) error

func (*NullableDashboard) Unset ¶

func (v *NullableDashboard) Unset()

type NullableDataCollectionForm ¶

type NullableDataCollectionForm struct {
	// contains filtered or unexported fields
}

func NewNullableDataCollectionForm ¶

func NewNullableDataCollectionForm(val *DataCollectionForm) *NullableDataCollectionForm

func (NullableDataCollectionForm) Get ¶

func (NullableDataCollectionForm) IsSet ¶

func (v NullableDataCollectionForm) IsSet() bool

func (NullableDataCollectionForm) MarshalJSON ¶

func (v NullableDataCollectionForm) MarshalJSON() ([]byte, error)

func (*NullableDataCollectionForm) Set ¶

func (*NullableDataCollectionForm) UnmarshalJSON ¶

func (v *NullableDataCollectionForm) UnmarshalJSON(src []byte) error

func (*NullableDataCollectionForm) Unset ¶

func (v *NullableDataCollectionForm) Unset()

type NullableDateRange ¶

type NullableDateRange struct {
	// contains filtered or unexported fields
}

func NewNullableDateRange ¶

func NewNullableDateRange(val *DateRange) *NullableDateRange

func (NullableDateRange) Get ¶

func (v NullableDateRange) Get() *DateRange

func (NullableDateRange) IsSet ¶

func (v NullableDateRange) IsSet() bool

func (NullableDateRange) MarshalJSON ¶

func (v NullableDateRange) MarshalJSON() ([]byte, error)

func (*NullableDateRange) Set ¶

func (v *NullableDateRange) Set(val *DateRange)

func (*NullableDateRange) UnmarshalJSON ¶

func (v *NullableDateRange) UnmarshalJSON(src []byte) error

func (*NullableDateRange) Unset ¶

func (v *NullableDateRange) Unset()

type NullableDateRangeFilter ¶

type NullableDateRangeFilter struct {
	// contains filtered or unexported fields
}

func NewNullableDateRangeFilter ¶

func NewNullableDateRangeFilter(val *DateRangeFilter) *NullableDateRangeFilter

func (NullableDateRangeFilter) Get ¶

func (NullableDateRangeFilter) IsSet ¶

func (v NullableDateRangeFilter) IsSet() bool

func (NullableDateRangeFilter) MarshalJSON ¶

func (v NullableDateRangeFilter) MarshalJSON() ([]byte, error)

func (*NullableDateRangeFilter) Set ¶

func (*NullableDateRangeFilter) UnmarshalJSON ¶

func (v *NullableDateRangeFilter) UnmarshalJSON(src []byte) error

func (*NullableDateRangeFilter) Unset ¶

func (v *NullableDateRangeFilter) Unset()

type NullableDeleteEvidence ¶

type NullableDeleteEvidence struct {
	// contains filtered or unexported fields
}

func NewNullableDeleteEvidence ¶

func NewNullableDeleteEvidence(val *DeleteEvidence) *NullableDeleteEvidence

func (NullableDeleteEvidence) Get ¶

func (NullableDeleteEvidence) IsSet ¶

func (v NullableDeleteEvidence) IsSet() bool

func (NullableDeleteEvidence) MarshalJSON ¶

func (v NullableDeleteEvidence) MarshalJSON() ([]byte, error)

func (*NullableDeleteEvidence) Set ¶

func (*NullableDeleteEvidence) UnmarshalJSON ¶

func (v *NullableDeleteEvidence) UnmarshalJSON(src []byte) error

func (*NullableDeleteEvidence) Unset ¶

func (v *NullableDeleteEvidence) Unset()

type NullableDockerImage ¶

type NullableDockerImage struct {
	// contains filtered or unexported fields
}

func NewNullableDockerImage ¶

func NewNullableDockerImage(val *DockerImage) *NullableDockerImage

func (NullableDockerImage) Get ¶

func (NullableDockerImage) IsSet ¶

func (v NullableDockerImage) IsSet() bool

func (NullableDockerImage) MarshalJSON ¶

func (v NullableDockerImage) MarshalJSON() ([]byte, error)

func (*NullableDockerImage) Set ¶

func (v *NullableDockerImage) Set(val *DockerImage)

func (*NullableDockerImage) UnmarshalJSON ¶

func (v *NullableDockerImage) UnmarshalJSON(src []byte) error

func (*NullableDockerImage) Unset ¶

func (v *NullableDockerImage) Unset()

type NullableDockerImagesResult ¶

type NullableDockerImagesResult struct {
	// contains filtered or unexported fields
}

func NewNullableDockerImagesResult ¶

func NewNullableDockerImagesResult(val *DockerImagesResult) *NullableDockerImagesResult

func (NullableDockerImagesResult) Get ¶

func (NullableDockerImagesResult) IsSet ¶

func (v NullableDockerImagesResult) IsSet() bool

func (NullableDockerImagesResult) MarshalJSON ¶

func (v NullableDockerImagesResult) MarshalJSON() ([]byte, error)

func (*NullableDockerImagesResult) Set ¶

func (*NullableDockerImagesResult) UnmarshalJSON ¶

func (v *NullableDockerImagesResult) UnmarshalJSON(src []byte) error

func (*NullableDockerImagesResult) Unset ¶

func (v *NullableDockerImagesResult) Unset()

type NullableDownloadEntry ¶

type NullableDownloadEntry struct {
	// contains filtered or unexported fields
}

func NewNullableDownloadEntry ¶

func NewNullableDownloadEntry(val *DownloadEntry) *NullableDownloadEntry

func (NullableDownloadEntry) Get ¶

func (NullableDownloadEntry) IsSet ¶

func (v NullableDownloadEntry) IsSet() bool

func (NullableDownloadEntry) MarshalJSON ¶

func (v NullableDownloadEntry) MarshalJSON() ([]byte, error)

func (*NullableDownloadEntry) Set ¶

func (v *NullableDownloadEntry) Set(val *DownloadEntry)

func (*NullableDownloadEntry) UnmarshalJSON ¶

func (v *NullableDownloadEntry) UnmarshalJSON(src []byte) error

func (*NullableDownloadEntry) Unset ¶

func (v *NullableDownloadEntry) Unset()

type NullableElasticCommonFields ¶

type NullableElasticCommonFields struct {
	// contains filtered or unexported fields
}

func (NullableElasticCommonFields) Get ¶

func (NullableElasticCommonFields) IsSet ¶

func (NullableElasticCommonFields) MarshalJSON ¶

func (v NullableElasticCommonFields) MarshalJSON() ([]byte, error)

func (*NullableElasticCommonFields) Set ¶

func (*NullableElasticCommonFields) UnmarshalJSON ¶

func (v *NullableElasticCommonFields) UnmarshalJSON(src []byte) error

func (*NullableElasticCommonFields) Unset ¶

func (v *NullableElasticCommonFields) Unset()

type NullableElasticVersionFields ¶

type NullableElasticVersionFields struct {
	// contains filtered or unexported fields
}

func (NullableElasticVersionFields) Get ¶

func (NullableElasticVersionFields) IsSet ¶

func (NullableElasticVersionFields) MarshalJSON ¶

func (v NullableElasticVersionFields) MarshalJSON() ([]byte, error)

func (*NullableElasticVersionFields) Set ¶

func (*NullableElasticVersionFields) UnmarshalJSON ¶

func (v *NullableElasticVersionFields) UnmarshalJSON(src []byte) error

func (*NullableElasticVersionFields) Unset ¶

func (v *NullableElasticVersionFields) Unset()

type NullableEngineInfo ¶

type NullableEngineInfo struct {
	// contains filtered or unexported fields
}

func NewNullableEngineInfo ¶

func NewNullableEngineInfo(val *EngineInfo) *NullableEngineInfo

func (NullableEngineInfo) Get ¶

func (v NullableEngineInfo) Get() *EngineInfo

func (NullableEngineInfo) IsSet ¶

func (v NullableEngineInfo) IsSet() bool

func (NullableEngineInfo) MarshalJSON ¶

func (v NullableEngineInfo) MarshalJSON() ([]byte, error)

func (*NullableEngineInfo) Set ¶

func (v *NullableEngineInfo) Set(val *EngineInfo)

func (*NullableEngineInfo) UnmarshalJSON ¶

func (v *NullableEngineInfo) UnmarshalJSON(src []byte) error

func (*NullableEngineInfo) Unset ¶

func (v *NullableEngineInfo) Unset()

type NullableEntry ¶

type NullableEntry struct {
	// contains filtered or unexported fields
}

func NewNullableEntry ¶

func NewNullableEntry(val *Entry) *NullableEntry

func (NullableEntry) Get ¶

func (v NullableEntry) Get() *Entry

func (NullableEntry) IsSet ¶

func (v NullableEntry) IsSet() bool

func (NullableEntry) MarshalJSON ¶

func (v NullableEntry) MarshalJSON() ([]byte, error)

func (*NullableEntry) Set ¶

func (v *NullableEntry) Set(val *Entry)

func (*NullableEntry) UnmarshalJSON ¶

func (v *NullableEntry) UnmarshalJSON(src []byte) error

func (*NullableEntry) Unset ¶

func (v *NullableEntry) Unset()

type NullableEntryHistory ¶

type NullableEntryHistory struct {
	// contains filtered or unexported fields
}

func NewNullableEntryHistory ¶

func NewNullableEntryHistory(val *EntryHistory) *NullableEntryHistory

func (NullableEntryHistory) Get ¶

func (NullableEntryHistory) IsSet ¶

func (v NullableEntryHistory) IsSet() bool

func (NullableEntryHistory) MarshalJSON ¶

func (v NullableEntryHistory) MarshalJSON() ([]byte, error)

func (*NullableEntryHistory) Set ¶

func (v *NullableEntryHistory) Set(val *EntryHistory)

func (*NullableEntryHistory) UnmarshalJSON ¶

func (v *NullableEntryHistory) UnmarshalJSON(src []byte) error

func (*NullableEntryHistory) Unset ¶

func (v *NullableEntryHistory) Unset()

type NullableEntryReputation ¶

type NullableEntryReputation struct {
	// contains filtered or unexported fields
}

func NewNullableEntryReputation ¶

func NewNullableEntryReputation(val *EntryReputation) *NullableEntryReputation

func (NullableEntryReputation) Get ¶

func (NullableEntryReputation) IsSet ¶

func (v NullableEntryReputation) IsSet() bool

func (NullableEntryReputation) MarshalJSON ¶

func (v NullableEntryReputation) MarshalJSON() ([]byte, error)

func (*NullableEntryReputation) Set ¶

func (*NullableEntryReputation) UnmarshalJSON ¶

func (v *NullableEntryReputation) UnmarshalJSON(src []byte) error

func (*NullableEntryReputation) Unset ¶

func (v *NullableEntryReputation) Unset()

type NullableEntryTask ¶

type NullableEntryTask struct {
	// contains filtered or unexported fields
}

func NewNullableEntryTask ¶

func NewNullableEntryTask(val *EntryTask) *NullableEntryTask

func (NullableEntryTask) Get ¶

func (v NullableEntryTask) Get() *EntryTask

func (NullableEntryTask) IsSet ¶

func (v NullableEntryTask) IsSet() bool

func (NullableEntryTask) MarshalJSON ¶

func (v NullableEntryTask) MarshalJSON() ([]byte, error)

func (*NullableEntryTask) Set ¶

func (v *NullableEntryTask) Set(val *EntryTask)

func (*NullableEntryTask) UnmarshalJSON ¶

func (v *NullableEntryTask) UnmarshalJSON(src []byte) error

func (*NullableEntryTask) Unset ¶

func (v *NullableEntryTask) Unset()

type NullableErrorResponse ¶

type NullableErrorResponse struct {
	// contains filtered or unexported fields
}

func NewNullableErrorResponse ¶

func NewNullableErrorResponse(val *ErrorResponse) *NullableErrorResponse

func (NullableErrorResponse) Get ¶

func (NullableErrorResponse) IsSet ¶

func (v NullableErrorResponse) IsSet() bool

func (NullableErrorResponse) MarshalJSON ¶

func (v NullableErrorResponse) MarshalJSON() ([]byte, error)

func (*NullableErrorResponse) Set ¶

func (v *NullableErrorResponse) Set(val *ErrorResponse)

func (*NullableErrorResponse) UnmarshalJSON ¶

func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error

func (*NullableErrorResponse) Unset ¶

func (v *NullableErrorResponse) Unset()

type NullableEvidence ¶

type NullableEvidence struct {
	// contains filtered or unexported fields
}

func NewNullableEvidence ¶

func NewNullableEvidence(val *Evidence) *NullableEvidence

func (NullableEvidence) Get ¶

func (v NullableEvidence) Get() *Evidence

func (NullableEvidence) IsSet ¶

func (v NullableEvidence) IsSet() bool

func (NullableEvidence) MarshalJSON ¶

func (v NullableEvidence) MarshalJSON() ([]byte, error)

func (*NullableEvidence) Set ¶

func (v *NullableEvidence) Set(val *Evidence)

func (*NullableEvidence) UnmarshalJSON ¶

func (v *NullableEvidence) UnmarshalJSON(src []byte) error

func (*NullableEvidence) Unset ¶

func (v *NullableEvidence) Unset()

type NullableEvidenceData ¶

type NullableEvidenceData struct {
	// contains filtered or unexported fields
}

func NewNullableEvidenceData ¶

func NewNullableEvidenceData(val *EvidenceData) *NullableEvidenceData

func (NullableEvidenceData) Get ¶

func (NullableEvidenceData) IsSet ¶

func (v NullableEvidenceData) IsSet() bool

func (NullableEvidenceData) MarshalJSON ¶

func (v NullableEvidenceData) MarshalJSON() ([]byte, error)

func (*NullableEvidenceData) Set ¶

func (v *NullableEvidenceData) Set(val *EvidenceData)

func (*NullableEvidenceData) UnmarshalJSON ¶

func (v *NullableEvidenceData) UnmarshalJSON(src []byte) error

func (*NullableEvidenceData) Unset ¶

func (v *NullableEvidenceData) Unset()

type NullableEvidences ¶ added in v0.2.4

type NullableEvidences struct {
	// contains filtered or unexported fields
}

func NewNullableEvidences ¶ added in v0.2.4

func NewNullableEvidences(val *Evidences) *NullableEvidences

func (NullableEvidences) Get ¶ added in v0.2.4

func (v NullableEvidences) Get() *Evidences

func (NullableEvidences) IsSet ¶ added in v0.2.4

func (v NullableEvidences) IsSet() bool

func (NullableEvidences) MarshalJSON ¶ added in v0.2.4

func (v NullableEvidences) MarshalJSON() ([]byte, error)

func (*NullableEvidences) Set ¶ added in v0.2.4

func (v *NullableEvidences) Set(val *Evidences)

func (*NullableEvidences) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableEvidences) UnmarshalJSON(src []byte) error

func (*NullableEvidences) Unset ¶ added in v0.2.4

func (v *NullableEvidences) Unset()

type NullableEvidencesFilterWrapper ¶

type NullableEvidencesFilterWrapper struct {
	// contains filtered or unexported fields
}

func (NullableEvidencesFilterWrapper) Get ¶

func (NullableEvidencesFilterWrapper) IsSet ¶

func (NullableEvidencesFilterWrapper) MarshalJSON ¶

func (v NullableEvidencesFilterWrapper) MarshalJSON() ([]byte, error)

func (*NullableEvidencesFilterWrapper) Set ¶

func (*NullableEvidencesFilterWrapper) UnmarshalJSON ¶

func (v *NullableEvidencesFilterWrapper) UnmarshalJSON(src []byte) error

func (*NullableEvidencesFilterWrapper) Unset ¶

func (v *NullableEvidencesFilterWrapper) Unset()

type NullableEvidencesSearchResponse ¶

type NullableEvidencesSearchResponse struct {
	// contains filtered or unexported fields
}

func (NullableEvidencesSearchResponse) Get ¶

func (NullableEvidencesSearchResponse) IsSet ¶

func (NullableEvidencesSearchResponse) MarshalJSON ¶

func (v NullableEvidencesSearchResponse) MarshalJSON() ([]byte, error)

func (*NullableEvidencesSearchResponse) Set ¶

func (*NullableEvidencesSearchResponse) UnmarshalJSON ¶

func (v *NullableEvidencesSearchResponse) UnmarshalJSON(src []byte) error

func (*NullableEvidencesSearchResponse) Unset ¶

type NullableExpirationIndicator ¶

type NullableExpirationIndicator struct {
	// contains filtered or unexported fields
}

func (NullableExpirationIndicator) Get ¶

func (NullableExpirationIndicator) IsSet ¶

func (NullableExpirationIndicator) MarshalJSON ¶

func (v NullableExpirationIndicator) MarshalJSON() ([]byte, error)

func (*NullableExpirationIndicator) Set ¶

func (*NullableExpirationIndicator) UnmarshalJSON ¶

func (v *NullableExpirationIndicator) UnmarshalJSON(src []byte) error

func (*NullableExpirationIndicator) Unset ¶

func (v *NullableExpirationIndicator) Unset()

type NullableExpirationSource ¶

type NullableExpirationSource struct {
	// contains filtered or unexported fields
}

func NewNullableExpirationSource ¶

func NewNullableExpirationSource(val *ExpirationSource) *NullableExpirationSource

func (NullableExpirationSource) Get ¶

func (NullableExpirationSource) IsSet ¶

func (v NullableExpirationSource) IsSet() bool

func (NullableExpirationSource) MarshalJSON ¶

func (v NullableExpirationSource) MarshalJSON() ([]byte, error)

func (*NullableExpirationSource) Set ¶

func (*NullableExpirationSource) UnmarshalJSON ¶

func (v *NullableExpirationSource) UnmarshalJSON(src []byte) error

func (*NullableExpirationSource) Unset ¶

func (v *NullableExpirationSource) Unset()

type NullableFeedIndicator ¶

type NullableFeedIndicator struct {
	// contains filtered or unexported fields
}

func NewNullableFeedIndicator ¶

func NewNullableFeedIndicator(val *FeedIndicator) *NullableFeedIndicator

func (NullableFeedIndicator) Get ¶

func (NullableFeedIndicator) IsSet ¶

func (v NullableFeedIndicator) IsSet() bool

func (NullableFeedIndicator) MarshalJSON ¶

func (v NullableFeedIndicator) MarshalJSON() ([]byte, error)

func (*NullableFeedIndicator) Set ¶

func (v *NullableFeedIndicator) Set(val *FeedIndicator)

func (*NullableFeedIndicator) UnmarshalJSON ¶

func (v *NullableFeedIndicator) UnmarshalJSON(src []byte) error

func (*NullableFeedIndicator) Unset ¶

func (v *NullableFeedIndicator) Unset()

type NullableFeedIndicatorComment ¶

type NullableFeedIndicatorComment struct {
	// contains filtered or unexported fields
}

func (NullableFeedIndicatorComment) Get ¶

func (NullableFeedIndicatorComment) IsSet ¶

func (NullableFeedIndicatorComment) MarshalJSON ¶

func (v NullableFeedIndicatorComment) MarshalJSON() ([]byte, error)

func (*NullableFeedIndicatorComment) Set ¶

func (*NullableFeedIndicatorComment) UnmarshalJSON ¶

func (v *NullableFeedIndicatorComment) UnmarshalJSON(src []byte) error

func (*NullableFeedIndicatorComment) Unset ¶

func (v *NullableFeedIndicatorComment) Unset()

type NullableFeedIndicatorCommentsFields ¶

type NullableFeedIndicatorCommentsFields struct {
	// contains filtered or unexported fields
}

func (NullableFeedIndicatorCommentsFields) Get ¶

func (NullableFeedIndicatorCommentsFields) IsSet ¶

func (NullableFeedIndicatorCommentsFields) MarshalJSON ¶

func (v NullableFeedIndicatorCommentsFields) MarshalJSON() ([]byte, error)

func (*NullableFeedIndicatorCommentsFields) Set ¶

func (*NullableFeedIndicatorCommentsFields) UnmarshalJSON ¶

func (v *NullableFeedIndicatorCommentsFields) UnmarshalJSON(src []byte) error

func (*NullableFeedIndicatorCommentsFields) Unset ¶

type NullableFeedIndicators ¶ added in v0.2.4

type NullableFeedIndicators struct {
	// contains filtered or unexported fields
}

func NewNullableFeedIndicators ¶ added in v0.2.4

func NewNullableFeedIndicators(val *FeedIndicators) *NullableFeedIndicators

func (NullableFeedIndicators) Get ¶ added in v0.2.4

func (NullableFeedIndicators) IsSet ¶ added in v0.2.4

func (v NullableFeedIndicators) IsSet() bool

func (NullableFeedIndicators) MarshalJSON ¶ added in v0.2.4

func (v NullableFeedIndicators) MarshalJSON() ([]byte, error)

func (*NullableFeedIndicators) Set ¶ added in v0.2.4

func (*NullableFeedIndicators) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableFeedIndicators) UnmarshalJSON(src []byte) error

func (*NullableFeedIndicators) Unset ¶ added in v0.2.4

func (v *NullableFeedIndicators) Unset()

type NullableFeedIndicatorsRequest ¶

type NullableFeedIndicatorsRequest struct {
	// contains filtered or unexported fields
}

func (NullableFeedIndicatorsRequest) Get ¶

func (NullableFeedIndicatorsRequest) IsSet ¶

func (NullableFeedIndicatorsRequest) MarshalJSON ¶

func (v NullableFeedIndicatorsRequest) MarshalJSON() ([]byte, error)

func (*NullableFeedIndicatorsRequest) Set ¶

func (*NullableFeedIndicatorsRequest) UnmarshalJSON ¶

func (v *NullableFeedIndicatorsRequest) UnmarshalJSON(src []byte) error

func (*NullableFeedIndicatorsRequest) Unset ¶

func (v *NullableFeedIndicatorsRequest) Unset()

type NullableFeedMetadata ¶

type NullableFeedMetadata struct {
	// contains filtered or unexported fields
}

func NewNullableFeedMetadata ¶

func NewNullableFeedMetadata(val *FeedMetadata) *NullableFeedMetadata

func (NullableFeedMetadata) Get ¶

func (NullableFeedMetadata) IsSet ¶

func (v NullableFeedMetadata) IsSet() bool

func (NullableFeedMetadata) MarshalJSON ¶

func (v NullableFeedMetadata) MarshalJSON() ([]byte, error)

func (*NullableFeedMetadata) Set ¶

func (v *NullableFeedMetadata) Set(val *FeedMetadata)

func (*NullableFeedMetadata) UnmarshalJSON ¶

func (v *NullableFeedMetadata) UnmarshalJSON(src []byte) error

func (*NullableFeedMetadata) Unset ¶

func (v *NullableFeedMetadata) Unset()

type NullableFieldExtractSetting ¶

type NullableFieldExtractSetting struct {
	// contains filtered or unexported fields
}

func (NullableFieldExtractSetting) Get ¶

func (NullableFieldExtractSetting) IsSet ¶

func (NullableFieldExtractSetting) MarshalJSON ¶

func (v NullableFieldExtractSetting) MarshalJSON() ([]byte, error)

func (*NullableFieldExtractSetting) Set ¶

func (*NullableFieldExtractSetting) UnmarshalJSON ¶

func (v *NullableFieldExtractSetting) UnmarshalJSON(src []byte) error

func (*NullableFieldExtractSetting) Unset ¶

func (v *NullableFieldExtractSetting) Unset()

type NullableFieldMapping ¶

type NullableFieldMapping struct {
	// contains filtered or unexported fields
}

func NewNullableFieldMapping ¶

func NewNullableFieldMapping(val *FieldMapping) *NullableFieldMapping

func (NullableFieldMapping) Get ¶

func (NullableFieldMapping) IsSet ¶

func (v NullableFieldMapping) IsSet() bool

func (NullableFieldMapping) MarshalJSON ¶

func (v NullableFieldMapping) MarshalJSON() ([]byte, error)

func (*NullableFieldMapping) Set ¶

func (v *NullableFieldMapping) Set(val *FieldMapping)

func (*NullableFieldMapping) UnmarshalJSON ¶

func (v *NullableFieldMapping) UnmarshalJSON(src []byte) error

func (*NullableFieldMapping) Unset ¶

func (v *NullableFieldMapping) Unset()

type NullableFieldTermLocationMap ¶ added in v0.2.4

type NullableFieldTermLocationMap struct {
	// contains filtered or unexported fields
}

func NewNullableFieldTermLocationMap ¶ added in v0.2.4

func NewNullableFieldTermLocationMap(val *FieldTermLocationMap) *NullableFieldTermLocationMap

func (NullableFieldTermLocationMap) Get ¶ added in v0.2.4

func (NullableFieldTermLocationMap) IsSet ¶ added in v0.2.4

func (NullableFieldTermLocationMap) MarshalJSON ¶ added in v0.2.4

func (v NullableFieldTermLocationMap) MarshalJSON() ([]byte, error)

func (*NullableFieldTermLocationMap) Set ¶ added in v0.2.4

func (*NullableFieldTermLocationMap) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableFieldTermLocationMap) UnmarshalJSON(src []byte) error

func (*NullableFieldTermLocationMap) Unset ¶ added in v0.2.4

func (v *NullableFieldTermLocationMap) Unset()

type NullableFileMetadata ¶

type NullableFileMetadata struct {
	// contains filtered or unexported fields
}

func NewNullableFileMetadata ¶

func NewNullableFileMetadata(val *FileMetadata) *NullableFileMetadata

func (NullableFileMetadata) Get ¶

func (NullableFileMetadata) IsSet ¶

func (v NullableFileMetadata) IsSet() bool

func (NullableFileMetadata) MarshalJSON ¶

func (v NullableFileMetadata) MarshalJSON() ([]byte, error)

func (*NullableFileMetadata) Set ¶

func (v *NullableFileMetadata) Set(val *FileMetadata)

func (*NullableFileMetadata) UnmarshalJSON ¶

func (v *NullableFileMetadata) UnmarshalJSON(src []byte) error

func (*NullableFileMetadata) Unset ¶

func (v *NullableFileMetadata) 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 NullableFormDisplay ¶

type NullableFormDisplay struct {
	// contains filtered or unexported fields
}

func NewNullableFormDisplay ¶

func NewNullableFormDisplay(val *FormDisplay) *NullableFormDisplay

func (NullableFormDisplay) Get ¶

func (NullableFormDisplay) IsSet ¶

func (v NullableFormDisplay) IsSet() bool

func (NullableFormDisplay) MarshalJSON ¶

func (v NullableFormDisplay) MarshalJSON() ([]byte, error)

func (*NullableFormDisplay) Set ¶

func (v *NullableFormDisplay) Set(val *FormDisplay)

func (*NullableFormDisplay) UnmarshalJSON ¶

func (v *NullableFormDisplay) UnmarshalJSON(src []byte) error

func (*NullableFormDisplay) Unset ¶

func (v *NullableFormDisplay) Unset()

type NullableFullVersion ¶

type NullableFullVersion struct {
	// contains filtered or unexported fields
}

func NewNullableFullVersion ¶

func NewNullableFullVersion(val *FullVersion) *NullableFullVersion

func (NullableFullVersion) Get ¶

func (NullableFullVersion) IsSet ¶

func (v NullableFullVersion) IsSet() bool

func (NullableFullVersion) MarshalJSON ¶

func (v NullableFullVersion) MarshalJSON() ([]byte, error)

func (*NullableFullVersion) Set ¶

func (v *NullableFullVersion) Set(val *FullVersion)

func (*NullableFullVersion) UnmarshalJSON ¶

func (v *NullableFullVersion) UnmarshalJSON(src []byte) error

func (*NullableFullVersion) Unset ¶

func (v *NullableFullVersion) Unset()

type NullableGenericIndicatorUpdateBatch ¶

type NullableGenericIndicatorUpdateBatch struct {
	// contains filtered or unexported fields
}

func (NullableGenericIndicatorUpdateBatch) Get ¶

func (NullableGenericIndicatorUpdateBatch) IsSet ¶

func (NullableGenericIndicatorUpdateBatch) MarshalJSON ¶

func (v NullableGenericIndicatorUpdateBatch) MarshalJSON() ([]byte, error)

func (*NullableGenericIndicatorUpdateBatch) Set ¶

func (*NullableGenericIndicatorUpdateBatch) UnmarshalJSON ¶

func (v *NullableGenericIndicatorUpdateBatch) UnmarshalJSON(src []byte) error

func (*NullableGenericIndicatorUpdateBatch) Unset ¶

type NullableGenericStringDateFilter ¶

type NullableGenericStringDateFilter struct {
	// contains filtered or unexported fields
}

func (NullableGenericStringDateFilter) Get ¶

func (NullableGenericStringDateFilter) IsSet ¶

func (NullableGenericStringDateFilter) MarshalJSON ¶

func (v NullableGenericStringDateFilter) MarshalJSON() ([]byte, error)

func (*NullableGenericStringDateFilter) Set ¶

func (*NullableGenericStringDateFilter) UnmarshalJSON ¶

func (v *NullableGenericStringDateFilter) UnmarshalJSON(src []byte) error

func (*NullableGenericStringDateFilter) Unset ¶

type NullableGenericStringFilter ¶

type NullableGenericStringFilter struct {
	// contains filtered or unexported fields
}

func (NullableGenericStringFilter) Get ¶

func (NullableGenericStringFilter) IsSet ¶

func (NullableGenericStringFilter) MarshalJSON ¶

func (v NullableGenericStringFilter) MarshalJSON() ([]byte, error)

func (*NullableGenericStringFilter) Set ¶

func (*NullableGenericStringFilter) UnmarshalJSON ¶

func (v *NullableGenericStringFilter) UnmarshalJSON(src []byte) error

func (*NullableGenericStringFilter) Unset ¶

func (v *NullableGenericStringFilter) Unset()

type NullableGraphDriverData ¶

type NullableGraphDriverData struct {
	// contains filtered or unexported fields
}

func NewNullableGraphDriverData ¶

func NewNullableGraphDriverData(val *GraphDriverData) *NullableGraphDriverData

func (NullableGraphDriverData) Get ¶

func (NullableGraphDriverData) IsSet ¶

func (v NullableGraphDriverData) IsSet() bool

func (NullableGraphDriverData) MarshalJSON ¶

func (v NullableGraphDriverData) MarshalJSON() ([]byte, error)

func (*NullableGraphDriverData) Set ¶

func (*NullableGraphDriverData) UnmarshalJSON ¶

func (v *NullableGraphDriverData) UnmarshalJSON(src []byte) error

func (*NullableGraphDriverData) Unset ¶

func (v *NullableGraphDriverData) Unset()

type NullableGridColumn ¶

type NullableGridColumn struct {
	// contains filtered or unexported fields
}

func NewNullableGridColumn ¶

func NewNullableGridColumn(val *GridColumn) *NullableGridColumn

func (NullableGridColumn) Get ¶

func (v NullableGridColumn) Get() *GridColumn

func (NullableGridColumn) IsSet ¶

func (v NullableGridColumn) IsSet() bool

func (NullableGridColumn) MarshalJSON ¶

func (v NullableGridColumn) MarshalJSON() ([]byte, error)

func (*NullableGridColumn) Set ¶

func (v *NullableGridColumn) Set(val *GridColumn)

func (*NullableGridColumn) UnmarshalJSON ¶

func (v *NullableGridColumn) UnmarshalJSON(src []byte) error

func (*NullableGridColumn) Unset ¶

func (v *NullableGridColumn) Unset()

type NullableGroup ¶

type NullableGroup struct {
	// contains filtered or unexported fields
}

func NewNullableGroup ¶

func NewNullableGroup(val *Group) *NullableGroup

func (NullableGroup) Get ¶

func (v NullableGroup) Get() *Group

func (NullableGroup) IsSet ¶

func (v NullableGroup) IsSet() bool

func (NullableGroup) MarshalJSON ¶

func (v NullableGroup) MarshalJSON() ([]byte, error)

func (*NullableGroup) Set ¶

func (v *NullableGroup) Set(val *Group)

func (*NullableGroup) UnmarshalJSON ¶

func (v *NullableGroup) UnmarshalJSON(src []byte) error

func (*NullableGroup) Unset ¶

func (v *NullableGroup) Unset()

type NullableGroups ¶ added in v0.2.4

type NullableGroups struct {
	// contains filtered or unexported fields
}

func NewNullableGroups ¶ added in v0.2.4

func NewNullableGroups(val *Groups) *NullableGroups

func (NullableGroups) Get ¶ added in v0.2.4

func (v NullableGroups) Get() *Groups

func (NullableGroups) IsSet ¶ added in v0.2.4

func (v NullableGroups) IsSet() bool

func (NullableGroups) MarshalJSON ¶ added in v0.2.4

func (v NullableGroups) MarshalJSON() ([]byte, error)

func (*NullableGroups) Set ¶ added in v0.2.4

func (v *NullableGroups) Set(val *Groups)

func (*NullableGroups) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableGroups) UnmarshalJSON(src []byte) error

func (*NullableGroups) Unset ¶ added in v0.2.4

func (v *NullableGroups) Unset()

type NullableHAGroups ¶ added in v0.2.4

type NullableHAGroups struct {
	// contains filtered or unexported fields
}

func NewNullableHAGroups ¶ added in v0.2.4

func NewNullableHAGroups(val *HAGroups) *NullableHAGroups

func (NullableHAGroups) Get ¶ added in v0.2.4

func (v NullableHAGroups) Get() *HAGroups

func (NullableHAGroups) IsSet ¶ added in v0.2.4

func (v NullableHAGroups) IsSet() bool

func (NullableHAGroups) MarshalJSON ¶ added in v0.2.4

func (v NullableHAGroups) MarshalJSON() ([]byte, error)

func (*NullableHAGroups) Set ¶ added in v0.2.4

func (v *NullableHAGroups) Set(val *HAGroups)

func (*NullableHAGroups) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableHAGroups) UnmarshalJSON(src []byte) error

func (*NullableHAGroups) Unset ¶ added in v0.2.4

func (v *NullableHAGroups) Unset()

type NullableHosts ¶ added in v0.2.4

type NullableHosts struct {
	// contains filtered or unexported fields
}

func NewNullableHosts ¶ added in v0.2.4

func NewNullableHosts(val *Hosts) *NullableHosts

func (NullableHosts) Get ¶ added in v0.2.4

func (v NullableHosts) Get() *Hosts

func (NullableHosts) IsSet ¶ added in v0.2.4

func (v NullableHosts) IsSet() bool

func (NullableHosts) MarshalJSON ¶ added in v0.2.4

func (v NullableHosts) MarshalJSON() ([]byte, error)

func (*NullableHosts) Set ¶ added in v0.2.4

func (v *NullableHosts) Set(val *Hosts)

func (*NullableHosts) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableHosts) UnmarshalJSON(src []byte) error

func (*NullableHosts) Unset ¶ added in v0.2.4

func (v *NullableHosts) Unset()

type NullableHumanCron ¶

type NullableHumanCron struct {
	// contains filtered or unexported fields
}

func NewNullableHumanCron ¶

func NewNullableHumanCron(val *HumanCron) *NullableHumanCron

func (NullableHumanCron) Get ¶

func (v NullableHumanCron) Get() *HumanCron

func (NullableHumanCron) IsSet ¶

func (v NullableHumanCron) IsSet() bool

func (NullableHumanCron) MarshalJSON ¶

func (v NullableHumanCron) MarshalJSON() ([]byte, error)

func (*NullableHumanCron) Set ¶

func (v *NullableHumanCron) Set(val *HumanCron)

func (*NullableHumanCron) UnmarshalJSON ¶

func (v *NullableHumanCron) UnmarshalJSON(src []byte) error

func (*NullableHumanCron) Unset ¶

func (v *NullableHumanCron) Unset()

type NullableIdResponse ¶

type NullableIdResponse struct {
	// contains filtered or unexported fields
}

func NewNullableIdResponse ¶

func NewNullableIdResponse(val *IdResponse) *NullableIdResponse

func (NullableIdResponse) Get ¶

func (v NullableIdResponse) Get() *IdResponse

func (NullableIdResponse) IsSet ¶

func (v NullableIdResponse) IsSet() bool

func (NullableIdResponse) MarshalJSON ¶

func (v NullableIdResponse) MarshalJSON() ([]byte, error)

func (*NullableIdResponse) Set ¶

func (v *NullableIdResponse) Set(val *IdResponse)

func (*NullableIdResponse) UnmarshalJSON ¶

func (v *NullableIdResponse) UnmarshalJSON(src []byte) error

func (*NullableIdResponse) Unset ¶

func (v *NullableIdResponse) Unset()

type NullableImageDeleteResponseItem ¶

type NullableImageDeleteResponseItem struct {
	// contains filtered or unexported fields
}

func (NullableImageDeleteResponseItem) Get ¶

func (NullableImageDeleteResponseItem) IsSet ¶

func (NullableImageDeleteResponseItem) MarshalJSON ¶

func (v NullableImageDeleteResponseItem) MarshalJSON() ([]byte, error)

func (*NullableImageDeleteResponseItem) Set ¶

func (*NullableImageDeleteResponseItem) UnmarshalJSON ¶

func (v *NullableImageDeleteResponseItem) UnmarshalJSON(src []byte) error

func (*NullableImageDeleteResponseItem) Unset ¶

type NullableImageSummary ¶

type NullableImageSummary struct {
	// contains filtered or unexported fields
}

func NewNullableImageSummary ¶

func NewNullableImageSummary(val *ImageSummary) *NullableImageSummary

func (NullableImageSummary) Get ¶

func (NullableImageSummary) IsSet ¶

func (v NullableImageSummary) IsSet() bool

func (NullableImageSummary) MarshalJSON ¶

func (v NullableImageSummary) MarshalJSON() ([]byte, error)

func (*NullableImageSummary) Set ¶

func (v *NullableImageSummary) Set(val *ImageSummary)

func (*NullableImageSummary) UnmarshalJSON ¶

func (v *NullableImageSummary) UnmarshalJSON(src []byte) error

func (*NullableImageSummary) Unset ¶

func (v *NullableImageSummary) Unset()

type NullableImportant ¶

type NullableImportant struct {
	// contains filtered or unexported fields
}

func NewNullableImportant ¶

func NewNullableImportant(val *Important) *NullableImportant

func (NullableImportant) Get ¶

func (v NullableImportant) Get() *Important

func (NullableImportant) IsSet ¶

func (v NullableImportant) IsSet() bool

func (NullableImportant) MarshalJSON ¶

func (v NullableImportant) MarshalJSON() ([]byte, error)

func (*NullableImportant) Set ¶

func (v *NullableImportant) Set(val *Important)

func (*NullableImportant) UnmarshalJSON ¶

func (v *NullableImportant) UnmarshalJSON(src []byte) error

func (*NullableImportant) Unset ¶

func (v *NullableImportant) Unset()

type NullableIncident ¶

type NullableIncident struct {
	// contains filtered or unexported fields
}

func NewNullableIncident ¶

func NewNullableIncident(val *Incident) *NullableIncident

func (NullableIncident) Get ¶

func (v NullableIncident) Get() *Incident

func (NullableIncident) IsSet ¶

func (v NullableIncident) IsSet() bool

func (NullableIncident) MarshalJSON ¶

func (v NullableIncident) MarshalJSON() ([]byte, error)

func (*NullableIncident) Set ¶

func (v *NullableIncident) Set(val *Incident)

func (*NullableIncident) UnmarshalJSON ¶

func (v *NullableIncident) UnmarshalJSON(src []byte) error

func (*NullableIncident) Unset ¶

func (v *NullableIncident) Unset()

type NullableIncidentField ¶

type NullableIncidentField struct {
	// contains filtered or unexported fields
}

func NewNullableIncidentField ¶

func NewNullableIncidentField(val *IncidentField) *NullableIncidentField

func (NullableIncidentField) Get ¶

func (NullableIncidentField) IsSet ¶

func (v NullableIncidentField) IsSet() bool

func (NullableIncidentField) MarshalJSON ¶

func (v NullableIncidentField) MarshalJSON() ([]byte, error)

func (*NullableIncidentField) Set ¶

func (v *NullableIncidentField) Set(val *IncidentField)

func (*NullableIncidentField) UnmarshalJSON ¶

func (v *NullableIncidentField) UnmarshalJSON(src []byte) error

func (*NullableIncidentField) Unset ¶

func (v *NullableIncidentField) Unset()

type NullableIncidentFieldsWithErrors ¶

type NullableIncidentFieldsWithErrors struct {
	// contains filtered or unexported fields
}

func (NullableIncidentFieldsWithErrors) Get ¶

func (NullableIncidentFieldsWithErrors) IsSet ¶

func (NullableIncidentFieldsWithErrors) MarshalJSON ¶

func (v NullableIncidentFieldsWithErrors) MarshalJSON() ([]byte, error)

func (*NullableIncidentFieldsWithErrors) Set ¶

func (*NullableIncidentFieldsWithErrors) UnmarshalJSON ¶

func (v *NullableIncidentFieldsWithErrors) UnmarshalJSON(src []byte) error

func (*NullableIncidentFieldsWithErrors) Unset ¶

type NullableIncidentFilter ¶

type NullableIncidentFilter struct {
	// contains filtered or unexported fields
}

func NewNullableIncidentFilter ¶

func NewNullableIncidentFilter(val *IncidentFilter) *NullableIncidentFilter

func (NullableIncidentFilter) Get ¶

func (NullableIncidentFilter) IsSet ¶

func (v NullableIncidentFilter) IsSet() bool

func (NullableIncidentFilter) MarshalJSON ¶

func (v NullableIncidentFilter) MarshalJSON() ([]byte, error)

func (*NullableIncidentFilter) Set ¶

func (*NullableIncidentFilter) UnmarshalJSON ¶

func (v *NullableIncidentFilter) UnmarshalJSON(src []byte) error

func (*NullableIncidentFilter) Unset ¶

func (v *NullableIncidentFilter) Unset()

type NullableIncidentSearchResponseWrapper ¶

type NullableIncidentSearchResponseWrapper struct {
	// contains filtered or unexported fields
}

func (NullableIncidentSearchResponseWrapper) Get ¶

func (NullableIncidentSearchResponseWrapper) IsSet ¶

func (NullableIncidentSearchResponseWrapper) MarshalJSON ¶

func (v NullableIncidentSearchResponseWrapper) MarshalJSON() ([]byte, error)

func (*NullableIncidentSearchResponseWrapper) Set ¶

func (*NullableIncidentSearchResponseWrapper) UnmarshalJSON ¶

func (v *NullableIncidentSearchResponseWrapper) UnmarshalJSON(src []byte) error

func (*NullableIncidentSearchResponseWrapper) Unset ¶

type NullableIncidentType ¶

type NullableIncidentType struct {
	// contains filtered or unexported fields
}

func NewNullableIncidentType ¶

func NewNullableIncidentType(val *IncidentType) *NullableIncidentType

func (NullableIncidentType) Get ¶

func (NullableIncidentType) IsSet ¶

func (v NullableIncidentType) IsSet() bool

func (NullableIncidentType) MarshalJSON ¶

func (v NullableIncidentType) MarshalJSON() ([]byte, error)

func (*NullableIncidentType) Set ¶

func (v *NullableIncidentType) Set(val *IncidentType)

func (*NullableIncidentType) UnmarshalJSON ¶

func (v *NullableIncidentType) UnmarshalJSON(src []byte) error

func (*NullableIncidentType) Unset ¶

func (v *NullableIncidentType) Unset()

type NullableIncidentTypeExtractSettings ¶

type NullableIncidentTypeExtractSettings struct {
	// contains filtered or unexported fields
}

func (NullableIncidentTypeExtractSettings) Get ¶

func (NullableIncidentTypeExtractSettings) IsSet ¶

func (NullableIncidentTypeExtractSettings) MarshalJSON ¶

func (v NullableIncidentTypeExtractSettings) MarshalJSON() ([]byte, error)

func (*NullableIncidentTypeExtractSettings) Set ¶

func (*NullableIncidentTypeExtractSettings) UnmarshalJSON ¶

func (v *NullableIncidentTypeExtractSettings) UnmarshalJSON(src []byte) error

func (*NullableIncidentTypeExtractSettings) Unset ¶

type NullableIncidentTypesWithErrors ¶

type NullableIncidentTypesWithErrors struct {
	// contains filtered or unexported fields
}

func (NullableIncidentTypesWithErrors) Get ¶

func (NullableIncidentTypesWithErrors) IsSet ¶

func (NullableIncidentTypesWithErrors) MarshalJSON ¶

func (v NullableIncidentTypesWithErrors) MarshalJSON() ([]byte, error)

func (*NullableIncidentTypesWithErrors) Set ¶

func (*NullableIncidentTypesWithErrors) UnmarshalJSON ¶

func (v *NullableIncidentTypesWithErrors) UnmarshalJSON(src []byte) error

func (*NullableIncidentTypesWithErrors) Unset ¶

type NullableIncidentWrapper ¶

type NullableIncidentWrapper struct {
	// contains filtered or unexported fields
}

func NewNullableIncidentWrapper ¶

func NewNullableIncidentWrapper(val *IncidentWrapper) *NullableIncidentWrapper

func (NullableIncidentWrapper) Get ¶

func (NullableIncidentWrapper) IsSet ¶

func (v NullableIncidentWrapper) IsSet() bool

func (NullableIncidentWrapper) MarshalJSON ¶

func (v NullableIncidentWrapper) MarshalJSON() ([]byte, error)

func (*NullableIncidentWrapper) Set ¶

func (*NullableIncidentWrapper) UnmarshalJSON ¶

func (v *NullableIncidentWrapper) UnmarshalJSON(src []byte) error

func (*NullableIncidentWrapper) Unset ¶

func (v *NullableIncidentWrapper) Unset()

type NullableIncidents ¶ added in v0.2.20

type NullableIncidents struct {
	// contains filtered or unexported fields
}

func NewNullableIncidents ¶ added in v0.2.20

func NewNullableIncidents(val *Incidents) *NullableIncidents

func (NullableIncidents) Get ¶ added in v0.2.20

func (v NullableIncidents) Get() *Incidents

func (NullableIncidents) IsSet ¶ added in v0.2.20

func (v NullableIncidents) IsSet() bool

func (NullableIncidents) MarshalJSON ¶ added in v0.2.20

func (v NullableIncidents) MarshalJSON() ([]byte, error)

func (*NullableIncidents) Set ¶ added in v0.2.20

func (v *NullableIncidents) Set(val *Incidents)

func (*NullableIncidents) UnmarshalJSON ¶ added in v0.2.20

func (v *NullableIncidents) UnmarshalJSON(src []byte) error

func (*NullableIncidents) Unset ¶ added in v0.2.20

func (v *NullableIncidents) Unset()

type NullableIndicatorContext ¶

type NullableIndicatorContext struct {
	// contains filtered or unexported fields
}

func NewNullableIndicatorContext ¶

func NewNullableIndicatorContext(val *IndicatorContext) *NullableIndicatorContext

func (NullableIndicatorContext) Get ¶

func (NullableIndicatorContext) IsSet ¶

func (v NullableIndicatorContext) IsSet() bool

func (NullableIndicatorContext) MarshalJSON ¶

func (v NullableIndicatorContext) MarshalJSON() ([]byte, error)

func (*NullableIndicatorContext) Set ¶

func (*NullableIndicatorContext) UnmarshalJSON ¶

func (v *NullableIndicatorContext) UnmarshalJSON(src []byte) error

func (*NullableIndicatorContext) Unset ¶

func (v *NullableIndicatorContext) Unset()

type NullableIndicatorEditBulkResponse ¶

type NullableIndicatorEditBulkResponse struct {
	// contains filtered or unexported fields
}

func (NullableIndicatorEditBulkResponse) Get ¶

func (NullableIndicatorEditBulkResponse) IsSet ¶

func (NullableIndicatorEditBulkResponse) MarshalJSON ¶

func (v NullableIndicatorEditBulkResponse) MarshalJSON() ([]byte, error)

func (*NullableIndicatorEditBulkResponse) Set ¶

func (*NullableIndicatorEditBulkResponse) UnmarshalJSON ¶

func (v *NullableIndicatorEditBulkResponse) UnmarshalJSON(src []byte) error

func (*NullableIndicatorEditBulkResponse) Unset ¶

type NullableIndicatorFilter ¶

type NullableIndicatorFilter struct {
	// contains filtered or unexported fields
}

func NewNullableIndicatorFilter ¶

func NewNullableIndicatorFilter(val *IndicatorFilter) *NullableIndicatorFilter

func (NullableIndicatorFilter) Get ¶

func (NullableIndicatorFilter) IsSet ¶

func (v NullableIndicatorFilter) IsSet() bool

func (NullableIndicatorFilter) MarshalJSON ¶

func (v NullableIndicatorFilter) MarshalJSON() ([]byte, error)

func (*NullableIndicatorFilter) Set ¶

func (*NullableIndicatorFilter) UnmarshalJSON ¶

func (v *NullableIndicatorFilter) UnmarshalJSON(src []byte) error

func (*NullableIndicatorFilter) Unset ¶

func (v *NullableIndicatorFilter) Unset()

type NullableIndicatorResult ¶

type NullableIndicatorResult struct {
	// contains filtered or unexported fields
}

func NewNullableIndicatorResult ¶

func NewNullableIndicatorResult(val *IndicatorResult) *NullableIndicatorResult

func (NullableIndicatorResult) Get ¶

func (NullableIndicatorResult) IsSet ¶

func (v NullableIndicatorResult) IsSet() bool

func (NullableIndicatorResult) MarshalJSON ¶

func (v NullableIndicatorResult) MarshalJSON() ([]byte, error)

func (*NullableIndicatorResult) Set ¶

func (*NullableIndicatorResult) UnmarshalJSON ¶

func (v *NullableIndicatorResult) UnmarshalJSON(src []byte) error

func (*NullableIndicatorResult) Unset ¶

func (v *NullableIndicatorResult) Unset()

type NullableIndicatorTimeline ¶ added in v0.2.4

type NullableIndicatorTimeline struct {
	// contains filtered or unexported fields
}

func NewNullableIndicatorTimeline ¶ added in v0.2.4

func NewNullableIndicatorTimeline(val *IndicatorTimeline) *NullableIndicatorTimeline

func (NullableIndicatorTimeline) Get ¶ added in v0.2.4

func (NullableIndicatorTimeline) IsSet ¶ added in v0.2.4

func (v NullableIndicatorTimeline) IsSet() bool

func (NullableIndicatorTimeline) MarshalJSON ¶ added in v0.2.4

func (v NullableIndicatorTimeline) MarshalJSON() ([]byte, error)

func (*NullableIndicatorTimeline) Set ¶ added in v0.2.4

func (*NullableIndicatorTimeline) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableIndicatorTimeline) UnmarshalJSON(src []byte) error

func (*NullableIndicatorTimeline) Unset ¶ added in v0.2.4

func (v *NullableIndicatorTimeline) Unset()

type NullableIndicatorTimelineFromEntry ¶

type NullableIndicatorTimelineFromEntry struct {
	// contains filtered or unexported fields
}

func (NullableIndicatorTimelineFromEntry) Get ¶

func (NullableIndicatorTimelineFromEntry) IsSet ¶

func (NullableIndicatorTimelineFromEntry) MarshalJSON ¶

func (v NullableIndicatorTimelineFromEntry) MarshalJSON() ([]byte, error)

func (*NullableIndicatorTimelineFromEntry) Set ¶

func (*NullableIndicatorTimelineFromEntry) UnmarshalJSON ¶

func (v *NullableIndicatorTimelineFromEntry) UnmarshalJSON(src []byte) error

func (*NullableIndicatorTimelineFromEntry) Unset ¶

type NullableInfo ¶

type NullableInfo struct {
	// contains filtered or unexported fields
}

func NewNullableInfo ¶

func NewNullableInfo(val *Info) *NullableInfo

func (NullableInfo) Get ¶

func (v NullableInfo) Get() *Info

func (NullableInfo) IsSet ¶

func (v NullableInfo) IsSet() bool

func (NullableInfo) MarshalJSON ¶

func (v NullableInfo) MarshalJSON() ([]byte, error)

func (*NullableInfo) Set ¶

func (v *NullableInfo) Set(val *Info)

func (*NullableInfo) UnmarshalJSON ¶

func (v *NullableInfo) UnmarshalJSON(src []byte) error

func (*NullableInfo) Unset ¶

func (v *NullableInfo) Unset()

type NullableInlineObject ¶

type NullableInlineObject struct {
	// contains filtered or unexported fields
}

func NewNullableInlineObject ¶

func NewNullableInlineObject(val *InlineObject) *NullableInlineObject

func (NullableInlineObject) Get ¶

func (NullableInlineObject) IsSet ¶

func (v NullableInlineObject) IsSet() bool

func (NullableInlineObject) MarshalJSON ¶

func (v NullableInlineObject) MarshalJSON() ([]byte, error)

func (*NullableInlineObject) Set ¶

func (v *NullableInlineObject) Set(val *InlineObject)

func (*NullableInlineObject) UnmarshalJSON ¶

func (v *NullableInlineObject) UnmarshalJSON(src []byte) error

func (*NullableInlineObject) Unset ¶

func (v *NullableInlineObject) Unset()

type NullableInlineObject1 ¶

type NullableInlineObject1 struct {
	// contains filtered or unexported fields
}

func NewNullableInlineObject1 ¶

func NewNullableInlineObject1(val *InlineObject1) *NullableInlineObject1

func (NullableInlineObject1) Get ¶

func (NullableInlineObject1) IsSet ¶

func (v NullableInlineObject1) IsSet() bool

func (NullableInlineObject1) MarshalJSON ¶

func (v NullableInlineObject1) MarshalJSON() ([]byte, error)

func (*NullableInlineObject1) Set ¶

func (v *NullableInlineObject1) Set(val *InlineObject1)

func (*NullableInlineObject1) UnmarshalJSON ¶

func (v *NullableInlineObject1) UnmarshalJSON(src []byte) error

func (*NullableInlineObject1) Unset ¶

func (v *NullableInlineObject1) Unset()

type NullableInlineObject2 ¶ added in v0.2.4

type NullableInlineObject2 struct {
	// contains filtered or unexported fields
}

func NewNullableInlineObject2 ¶ added in v0.2.4

func NewNullableInlineObject2(val *InlineObject2) *NullableInlineObject2

func (NullableInlineObject2) Get ¶ added in v0.2.4

func (NullableInlineObject2) IsSet ¶ added in v0.2.4

func (v NullableInlineObject2) IsSet() bool

func (NullableInlineObject2) MarshalJSON ¶ added in v0.2.4

func (v NullableInlineObject2) MarshalJSON() ([]byte, error)

func (*NullableInlineObject2) Set ¶ added in v0.2.4

func (v *NullableInlineObject2) Set(val *InlineObject2)

func (*NullableInlineObject2) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableInlineObject2) UnmarshalJSON(src []byte) error

func (*NullableInlineObject2) Unset ¶ added in v0.2.4

func (v *NullableInlineObject2) Unset()

type NullableInlineObject3 ¶ added in v0.2.4

type NullableInlineObject3 struct {
	// contains filtered or unexported fields
}

func NewNullableInlineObject3 ¶ added in v0.2.4

func NewNullableInlineObject3(val *InlineObject3) *NullableInlineObject3

func (NullableInlineObject3) Get ¶ added in v0.2.4

func (NullableInlineObject3) IsSet ¶ added in v0.2.4

func (v NullableInlineObject3) IsSet() bool

func (NullableInlineObject3) MarshalJSON ¶ added in v0.2.4

func (v NullableInlineObject3) MarshalJSON() ([]byte, error)

func (*NullableInlineObject3) Set ¶ added in v0.2.4

func (v *NullableInlineObject3) Set(val *InlineObject3)

func (*NullableInlineObject3) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableInlineObject3) UnmarshalJSON(src []byte) error

func (*NullableInlineObject3) Unset ¶ added in v0.2.4

func (v *NullableInlineObject3) Unset()

type NullableInlineResponse200 ¶

type NullableInlineResponse200 struct {
	// contains filtered or unexported fields
}

func NewNullableInlineResponse200 ¶

func NewNullableInlineResponse200(val *InlineResponse200) *NullableInlineResponse200

func (NullableInlineResponse200) Get ¶

func (NullableInlineResponse200) IsSet ¶

func (v NullableInlineResponse200) IsSet() bool

func (NullableInlineResponse200) MarshalJSON ¶

func (v NullableInlineResponse200) MarshalJSON() ([]byte, error)

func (*NullableInlineResponse200) Set ¶

func (*NullableInlineResponse200) UnmarshalJSON ¶

func (v *NullableInlineResponse200) UnmarshalJSON(src []byte) error

func (*NullableInlineResponse200) Unset ¶

func (v *NullableInlineResponse200) Unset()

type NullableInsightCache ¶

type NullableInsightCache struct {
	// contains filtered or unexported fields
}

func NewNullableInsightCache ¶

func NewNullableInsightCache(val *InsightCache) *NullableInsightCache

func (NullableInsightCache) Get ¶

func (NullableInsightCache) IsSet ¶

func (v NullableInsightCache) IsSet() bool

func (NullableInsightCache) MarshalJSON ¶

func (v NullableInsightCache) MarshalJSON() ([]byte, error)

func (*NullableInsightCache) Set ¶

func (v *NullableInsightCache) Set(val *InsightCache)

func (*NullableInsightCache) UnmarshalJSON ¶

func (v *NullableInsightCache) UnmarshalJSON(src []byte) error

func (*NullableInsightCache) Unset ¶

func (v *NullableInsightCache) Unset()

type NullableInstanceClassifier ¶

type NullableInstanceClassifier struct {
	// contains filtered or unexported fields
}

func NewNullableInstanceClassifier ¶

func NewNullableInstanceClassifier(val *InstanceClassifier) *NullableInstanceClassifier

func (NullableInstanceClassifier) Get ¶

func (NullableInstanceClassifier) IsSet ¶

func (v NullableInstanceClassifier) IsSet() bool

func (NullableInstanceClassifier) MarshalJSON ¶

func (v NullableInstanceClassifier) MarshalJSON() ([]byte, error)

func (*NullableInstanceClassifier) Set ¶

func (*NullableInstanceClassifier) UnmarshalJSON ¶

func (v *NullableInstanceClassifier) UnmarshalJSON(src []byte) error

func (*NullableInstanceClassifier) Unset ¶

func (v *NullableInstanceClassifier) Unset()

type NullableInstanceClassifiers ¶ added in v0.2.4

type NullableInstanceClassifiers struct {
	// contains filtered or unexported fields
}

func NewNullableInstanceClassifiers ¶ added in v0.2.4

func NewNullableInstanceClassifiers(val *InstanceClassifiers) *NullableInstanceClassifiers

func (NullableInstanceClassifiers) Get ¶ added in v0.2.4

func (NullableInstanceClassifiers) IsSet ¶ added in v0.2.4

func (NullableInstanceClassifiers) MarshalJSON ¶ added in v0.2.4

func (v NullableInstanceClassifiers) MarshalJSON() ([]byte, error)

func (*NullableInstanceClassifiers) Set ¶ added in v0.2.4

func (*NullableInstanceClassifiers) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableInstanceClassifiers) UnmarshalJSON(src []byte) error

func (*NullableInstanceClassifiers) Unset ¶ added in v0.2.4

func (v *NullableInstanceClassifiers) 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 NullableIntegrationScript ¶

type NullableIntegrationScript struct {
	// contains filtered or unexported fields
}

func NewNullableIntegrationScript ¶

func NewNullableIntegrationScript(val *IntegrationScript) *NullableIntegrationScript

func (NullableIntegrationScript) Get ¶

func (NullableIntegrationScript) IsSet ¶

func (v NullableIntegrationScript) IsSet() bool

func (NullableIntegrationScript) MarshalJSON ¶

func (v NullableIntegrationScript) MarshalJSON() ([]byte, error)

func (*NullableIntegrationScript) Set ¶

func (*NullableIntegrationScript) UnmarshalJSON ¶

func (v *NullableIntegrationScript) UnmarshalJSON(src []byte) error

func (*NullableIntegrationScript) Unset ¶

func (v *NullableIntegrationScript) Unset()

type NullableInvPlaybookAssignee ¶

type NullableInvPlaybookAssignee struct {
	// contains filtered or unexported fields
}

func (NullableInvPlaybookAssignee) Get ¶

func (NullableInvPlaybookAssignee) IsSet ¶

func (NullableInvPlaybookAssignee) MarshalJSON ¶

func (v NullableInvPlaybookAssignee) MarshalJSON() ([]byte, error)

func (*NullableInvPlaybookAssignee) Set ¶

func (*NullableInvPlaybookAssignee) UnmarshalJSON ¶

func (v *NullableInvPlaybookAssignee) UnmarshalJSON(src []byte) error

func (*NullableInvPlaybookAssignee) Unset ¶

func (v *NullableInvPlaybookAssignee) Unset()

type NullableInvPlaybookDebugInfo ¶

type NullableInvPlaybookDebugInfo struct {
	// contains filtered or unexported fields
}

func (NullableInvPlaybookDebugInfo) Get ¶

func (NullableInvPlaybookDebugInfo) IsSet ¶

func (NullableInvPlaybookDebugInfo) MarshalJSON ¶

func (v NullableInvPlaybookDebugInfo) MarshalJSON() ([]byte, error)

func (*NullableInvPlaybookDebugInfo) Set ¶

func (*NullableInvPlaybookDebugInfo) UnmarshalJSON ¶

func (v *NullableInvPlaybookDebugInfo) UnmarshalJSON(src []byte) error

func (*NullableInvPlaybookDebugInfo) Unset ¶

func (v *NullableInvPlaybookDebugInfo) Unset()

type NullableInvPlaybookDue ¶

type NullableInvPlaybookDue struct {
	// contains filtered or unexported fields
}

func NewNullableInvPlaybookDue ¶

func NewNullableInvPlaybookDue(val *InvPlaybookDue) *NullableInvPlaybookDue

func (NullableInvPlaybookDue) Get ¶

func (NullableInvPlaybookDue) IsSet ¶

func (v NullableInvPlaybookDue) IsSet() bool

func (NullableInvPlaybookDue) MarshalJSON ¶

func (v NullableInvPlaybookDue) MarshalJSON() ([]byte, error)

func (*NullableInvPlaybookDue) Set ¶

func (*NullableInvPlaybookDue) UnmarshalJSON ¶

func (v *NullableInvPlaybookDue) UnmarshalJSON(src []byte) error

func (*NullableInvPlaybookDue) Unset ¶

func (v *NullableInvPlaybookDue) Unset()

type NullableInvPlaybookTaskCompleteData ¶

type NullableInvPlaybookTaskCompleteData struct {
	// contains filtered or unexported fields
}

func (NullableInvPlaybookTaskCompleteData) Get ¶

func (NullableInvPlaybookTaskCompleteData) IsSet ¶

func (NullableInvPlaybookTaskCompleteData) MarshalJSON ¶

func (v NullableInvPlaybookTaskCompleteData) MarshalJSON() ([]byte, error)

func (*NullableInvPlaybookTaskCompleteData) Set ¶

func (*NullableInvPlaybookTaskCompleteData) UnmarshalJSON ¶

func (v *NullableInvPlaybookTaskCompleteData) UnmarshalJSON(src []byte) error

func (*NullableInvPlaybookTaskCompleteData) Unset ¶

type NullableInvPlaybookTaskData ¶

type NullableInvPlaybookTaskData struct {
	// contains filtered or unexported fields
}

func (NullableInvPlaybookTaskData) Get ¶

func (NullableInvPlaybookTaskData) IsSet ¶

func (NullableInvPlaybookTaskData) MarshalJSON ¶

func (v NullableInvPlaybookTaskData) MarshalJSON() ([]byte, error)

func (*NullableInvPlaybookTaskData) Set ¶

func (*NullableInvPlaybookTaskData) UnmarshalJSON ¶

func (v *NullableInvPlaybookTaskData) UnmarshalJSON(src []byte) error

func (*NullableInvPlaybookTaskData) Unset ¶

func (v *NullableInvPlaybookTaskData) Unset()

type NullableInvTaskDebug ¶

type NullableInvTaskDebug struct {
	// contains filtered or unexported fields
}

func NewNullableInvTaskDebug ¶

func NewNullableInvTaskDebug(val *InvTaskDebug) *NullableInvTaskDebug

func (NullableInvTaskDebug) Get ¶

func (NullableInvTaskDebug) IsSet ¶

func (v NullableInvTaskDebug) IsSet() bool

func (NullableInvTaskDebug) MarshalJSON ¶

func (v NullableInvTaskDebug) MarshalJSON() ([]byte, error)

func (*NullableInvTaskDebug) Set ¶

func (v *NullableInvTaskDebug) Set(val *InvTaskDebug)

func (*NullableInvTaskDebug) UnmarshalJSON ¶

func (v *NullableInvTaskDebug) UnmarshalJSON(src []byte) error

func (*NullableInvTaskDebug) Unset ¶

func (v *NullableInvTaskDebug) Unset()

type NullableInvTaskInfo ¶

type NullableInvTaskInfo struct {
	// contains filtered or unexported fields
}

func NewNullableInvTaskInfo ¶

func NewNullableInvTaskInfo(val *InvTaskInfo) *NullableInvTaskInfo

func (NullableInvTaskInfo) Get ¶

func (NullableInvTaskInfo) IsSet ¶

func (v NullableInvTaskInfo) IsSet() bool

func (NullableInvTaskInfo) MarshalJSON ¶

func (v NullableInvTaskInfo) MarshalJSON() ([]byte, error)

func (*NullableInvTaskInfo) Set ¶

func (v *NullableInvTaskInfo) Set(val *InvTaskInfo)

func (*NullableInvTaskInfo) UnmarshalJSON ¶

func (v *NullableInvTaskInfo) UnmarshalJSON(src []byte) error

func (*NullableInvTaskInfo) Unset ¶

func (v *NullableInvTaskInfo) Unset()

type NullableInvestigation ¶

type NullableInvestigation struct {
	// contains filtered or unexported fields
}

func NewNullableInvestigation ¶

func NewNullableInvestigation(val *Investigation) *NullableInvestigation

func (NullableInvestigation) Get ¶

func (NullableInvestigation) IsSet ¶

func (v NullableInvestigation) IsSet() bool

func (NullableInvestigation) MarshalJSON ¶

func (v NullableInvestigation) MarshalJSON() ([]byte, error)

func (*NullableInvestigation) Set ¶

func (v *NullableInvestigation) Set(val *Investigation)

func (*NullableInvestigation) UnmarshalJSON ¶

func (v *NullableInvestigation) UnmarshalJSON(src []byte) error

func (*NullableInvestigation) Unset ¶

func (v *NullableInvestigation) Unset()

type NullableInvestigationFilter ¶

type NullableInvestigationFilter struct {
	// contains filtered or unexported fields
}

func (NullableInvestigationFilter) Get ¶

func (NullableInvestigationFilter) IsSet ¶

func (NullableInvestigationFilter) MarshalJSON ¶

func (v NullableInvestigationFilter) MarshalJSON() ([]byte, error)

func (*NullableInvestigationFilter) Set ¶

func (*NullableInvestigationFilter) UnmarshalJSON ¶

func (v *NullableInvestigationFilter) UnmarshalJSON(src []byte) error

func (*NullableInvestigationFilter) Unset ¶

func (v *NullableInvestigationFilter) Unset()

type NullableInvestigationPlaybook ¶

type NullableInvestigationPlaybook struct {
	// contains filtered or unexported fields
}

func (NullableInvestigationPlaybook) Get ¶

func (NullableInvestigationPlaybook) IsSet ¶

func (NullableInvestigationPlaybook) MarshalJSON ¶

func (v NullableInvestigationPlaybook) MarshalJSON() ([]byte, error)

func (*NullableInvestigationPlaybook) Set ¶

func (*NullableInvestigationPlaybook) UnmarshalJSON ¶

func (v *NullableInvestigationPlaybook) UnmarshalJSON(src []byte) error

func (*NullableInvestigationPlaybook) Unset ¶

func (v *NullableInvestigationPlaybook) Unset()

type NullableInvestigationPlaybookData ¶

type NullableInvestigationPlaybookData struct {
	// contains filtered or unexported fields
}

func (NullableInvestigationPlaybookData) Get ¶

func (NullableInvestigationPlaybookData) IsSet ¶

func (NullableInvestigationPlaybookData) MarshalJSON ¶

func (v NullableInvestigationPlaybookData) MarshalJSON() ([]byte, error)

func (*NullableInvestigationPlaybookData) Set ¶

func (*NullableInvestigationPlaybookData) UnmarshalJSON ¶

func (v *NullableInvestigationPlaybookData) UnmarshalJSON(src []byte) error

func (*NullableInvestigationPlaybookData) Unset ¶

type NullableInvestigationPlaybookTask ¶

type NullableInvestigationPlaybookTask struct {
	// contains filtered or unexported fields
}

func (NullableInvestigationPlaybookTask) Get ¶

func (NullableInvestigationPlaybookTask) IsSet ¶

func (NullableInvestigationPlaybookTask) MarshalJSON ¶

func (v NullableInvestigationPlaybookTask) MarshalJSON() ([]byte, error)

func (*NullableInvestigationPlaybookTask) Set ¶

func (*NullableInvestigationPlaybookTask) UnmarshalJSON ¶

func (v *NullableInvestigationPlaybookTask) UnmarshalJSON(src []byte) error

func (*NullableInvestigationPlaybookTask) Unset ¶

type NullableInvestigationSearchResponse ¶

type NullableInvestigationSearchResponse struct {
	// contains filtered or unexported fields
}

func (NullableInvestigationSearchResponse) Get ¶

func (NullableInvestigationSearchResponse) IsSet ¶

func (NullableInvestigationSearchResponse) MarshalJSON ¶

func (v NullableInvestigationSearchResponse) MarshalJSON() ([]byte, error)

func (*NullableInvestigationSearchResponse) Set ¶

func (*NullableInvestigationSearchResponse) UnmarshalJSON ¶

func (v *NullableInvestigationSearchResponse) UnmarshalJSON(src []byte) error

func (*NullableInvestigationSearchResponse) Unset ¶

type NullableInvestigations ¶ added in v0.2.4

type NullableInvestigations struct {
	// contains filtered or unexported fields
}

func NewNullableInvestigations ¶ added in v0.2.4

func NewNullableInvestigations(val *Investigations) *NullableInvestigations

func (NullableInvestigations) Get ¶ added in v0.2.4

func (NullableInvestigations) IsSet ¶ added in v0.2.4

func (v NullableInvestigations) IsSet() bool

func (NullableInvestigations) MarshalJSON ¶ added in v0.2.4

func (v NullableInvestigations) MarshalJSON() ([]byte, error)

func (*NullableInvestigations) Set ¶ added in v0.2.4

func (*NullableInvestigations) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableInvestigations) UnmarshalJSON(src []byte) error

func (*NullableInvestigations) Unset ¶ added in v0.2.4

func (v *NullableInvestigations) Unset()

type NullableIocObject ¶

type NullableIocObject struct {
	// contains filtered or unexported fields
}

func NewNullableIocObject ¶

func NewNullableIocObject(val *IocObject) *NullableIocObject

func (NullableIocObject) Get ¶

func (v NullableIocObject) Get() *IocObject

func (NullableIocObject) IsSet ¶

func (v NullableIocObject) IsSet() bool

func (NullableIocObject) MarshalJSON ¶

func (v NullableIocObject) MarshalJSON() ([]byte, error)

func (*NullableIocObject) Set ¶

func (v *NullableIocObject) Set(val *IocObject)

func (*NullableIocObject) UnmarshalJSON ¶

func (v *NullableIocObject) UnmarshalJSON(src []byte) error

func (*NullableIocObject) Unset ¶

func (v *NullableIocObject) Unset()

type NullableIocObjects ¶ added in v0.2.4

type NullableIocObjects struct {
	// contains filtered or unexported fields
}

func NewNullableIocObjects ¶ added in v0.2.4

func NewNullableIocObjects(val *IocObjects) *NullableIocObjects

func (NullableIocObjects) Get ¶ added in v0.2.4

func (v NullableIocObjects) Get() *IocObjects

func (NullableIocObjects) IsSet ¶ added in v0.2.4

func (v NullableIocObjects) IsSet() bool

func (NullableIocObjects) MarshalJSON ¶ added in v0.2.4

func (v NullableIocObjects) MarshalJSON() ([]byte, error)

func (*NullableIocObjects) Set ¶ added in v0.2.4

func (v *NullableIocObjects) Set(val *IocObjects)

func (*NullableIocObjects) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableIocObjects) UnmarshalJSON(src []byte) error

func (*NullableIocObjects) Unset ¶ added in v0.2.4

func (v *NullableIocObjects) Unset()

type NullableLabel ¶

type NullableLabel struct {
	// contains filtered or unexported fields
}

func NewNullableLabel ¶

func NewNullableLabel(val *Label) *NullableLabel

func (NullableLabel) Get ¶

func (v NullableLabel) Get() *Label

func (NullableLabel) IsSet ¶

func (v NullableLabel) IsSet() bool

func (NullableLabel) MarshalJSON ¶

func (v NullableLabel) MarshalJSON() ([]byte, error)

func (*NullableLabel) Set ¶

func (v *NullableLabel) Set(val *Label)

func (*NullableLabel) UnmarshalJSON ¶

func (v *NullableLabel) UnmarshalJSON(src []byte) error

func (*NullableLabel) Unset ¶

func (v *NullableLabel) Unset()

type NullableLayout ¶

type NullableLayout struct {
	// contains filtered or unexported fields
}

func NewNullableLayout ¶

func NewNullableLayout(val *Layout) *NullableLayout

func (NullableLayout) Get ¶

func (v NullableLayout) Get() *Layout

func (NullableLayout) IsSet ¶

func (v NullableLayout) IsSet() bool

func (NullableLayout) MarshalJSON ¶

func (v NullableLayout) MarshalJSON() ([]byte, error)

func (*NullableLayout) Set ¶

func (v *NullableLayout) Set(val *Layout)

func (*NullableLayout) UnmarshalJSON ¶

func (v *NullableLayout) UnmarshalJSON(src []byte) error

func (*NullableLayout) Unset ¶

func (v *NullableLayout) Unset()

type NullableLayoutAPI ¶

type NullableLayoutAPI struct {
	// contains filtered or unexported fields
}

func NewNullableLayoutAPI ¶

func NewNullableLayoutAPI(val *LayoutAPI) *NullableLayoutAPI

func (NullableLayoutAPI) Get ¶

func (v NullableLayoutAPI) Get() *LayoutAPI

func (NullableLayoutAPI) IsSet ¶

func (v NullableLayoutAPI) IsSet() bool

func (NullableLayoutAPI) MarshalJSON ¶

func (v NullableLayoutAPI) MarshalJSON() ([]byte, error)

func (*NullableLayoutAPI) Set ¶

func (v *NullableLayoutAPI) Set(val *LayoutAPI)

func (*NullableLayoutAPI) UnmarshalJSON ¶

func (v *NullableLayoutAPI) UnmarshalJSON(src []byte) error

func (*NullableLayoutAPI) Unset ¶

func (v *NullableLayoutAPI) Unset()

type NullableLayoutCommon ¶

type NullableLayoutCommon struct {
	// contains filtered or unexported fields
}

func NewNullableLayoutCommon ¶

func NewNullableLayoutCommon(val *LayoutCommon) *NullableLayoutCommon

func (NullableLayoutCommon) Get ¶

func (NullableLayoutCommon) IsSet ¶

func (v NullableLayoutCommon) IsSet() bool

func (NullableLayoutCommon) MarshalJSON ¶

func (v NullableLayoutCommon) MarshalJSON() ([]byte, error)

func (*NullableLayoutCommon) Set ¶

func (v *NullableLayoutCommon) Set(val *LayoutCommon)

func (*NullableLayoutCommon) UnmarshalJSON ¶

func (v *NullableLayoutCommon) UnmarshalJSON(src []byte) error

func (*NullableLayoutCommon) Unset ¶

func (v *NullableLayoutCommon) Unset()

type NullableLayoutField ¶

type NullableLayoutField struct {
	// contains filtered or unexported fields
}

func NewNullableLayoutField ¶

func NewNullableLayoutField(val *LayoutField) *NullableLayoutField

func (NullableLayoutField) Get ¶

func (NullableLayoutField) IsSet ¶

func (v NullableLayoutField) IsSet() bool

func (NullableLayoutField) MarshalJSON ¶

func (v NullableLayoutField) MarshalJSON() ([]byte, error)

func (*NullableLayoutField) Set ¶

func (v *NullableLayoutField) Set(val *LayoutField)

func (*NullableLayoutField) UnmarshalJSON ¶

func (v *NullableLayoutField) UnmarshalJSON(src []byte) error

func (*NullableLayoutField) Unset ¶

func (v *NullableLayoutField) Unset()

type NullableLayoutSection ¶

type NullableLayoutSection struct {
	// contains filtered or unexported fields
}

func NewNullableLayoutSection ¶

func NewNullableLayoutSection(val *LayoutSection) *NullableLayoutSection

func (NullableLayoutSection) Get ¶

func (NullableLayoutSection) IsSet ¶

func (v NullableLayoutSection) IsSet() bool

func (NullableLayoutSection) MarshalJSON ¶

func (v NullableLayoutSection) MarshalJSON() ([]byte, error)

func (*NullableLayoutSection) Set ¶

func (v *NullableLayoutSection) Set(val *LayoutSection)

func (*NullableLayoutSection) UnmarshalJSON ¶

func (v *NullableLayoutSection) UnmarshalJSON(src []byte) error

func (*NullableLayoutSection) Unset ¶

func (v *NullableLayoutSection) Unset()

type NullableLocation ¶

type NullableLocation struct {
	// contains filtered or unexported fields
}

func NewNullableLocation ¶

func NewNullableLocation(val *Location) *NullableLocation

func (NullableLocation) Get ¶

func (v NullableLocation) Get() *Location

func (NullableLocation) IsSet ¶

func (v NullableLocation) IsSet() bool

func (NullableLocation) MarshalJSON ¶

func (v NullableLocation) MarshalJSON() ([]byte, error)

func (*NullableLocation) Set ¶

func (v *NullableLocation) Set(val *Location)

func (*NullableLocation) UnmarshalJSON ¶

func (v *NullableLocation) UnmarshalJSON(src []byte) error

func (*NullableLocation) Unset ¶

func (v *NullableLocation) Unset()

type NullableLocations ¶ added in v0.2.4

type NullableLocations struct {
	// contains filtered or unexported fields
}

func NewNullableLocations ¶ added in v0.2.4

func NewNullableLocations(val *Locations) *NullableLocations

func (NullableLocations) Get ¶ added in v0.2.4

func (v NullableLocations) Get() *Locations

func (NullableLocations) IsSet ¶ added in v0.2.4

func (v NullableLocations) IsSet() bool

func (NullableLocations) MarshalJSON ¶ added in v0.2.4

func (v NullableLocations) MarshalJSON() ([]byte, error)

func (*NullableLocations) Set ¶ added in v0.2.4

func (v *NullableLocations) Set(val *Locations)

func (*NullableLocations) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableLocations) UnmarshalJSON(src []byte) error

func (*NullableLocations) Unset ¶ added in v0.2.4

func (v *NullableLocations) Unset()

type NullableMainHost ¶ added in v0.2.3

type NullableMainHost struct {
	// contains filtered or unexported fields
}

func NewNullableMainHost ¶ added in v0.2.3

func NewNullableMainHost(val *MainHost) *NullableMainHost

func (NullableMainHost) Get ¶ added in v0.2.3

func (v NullableMainHost) Get() *MainHost

func (NullableMainHost) IsSet ¶ added in v0.2.3

func (v NullableMainHost) IsSet() bool

func (NullableMainHost) MarshalJSON ¶ added in v0.2.3

func (v NullableMainHost) MarshalJSON() ([]byte, error)

func (*NullableMainHost) Set ¶ added in v0.2.3

func (v *NullableMainHost) Set(val *MainHost)

func (*NullableMainHost) UnmarshalJSON ¶ added in v0.2.3

func (v *NullableMainHost) UnmarshalJSON(src []byte) error

func (*NullableMainHost) Unset ¶ added in v0.2.3

func (v *NullableMainHost) Unset()

type NullableMainHosts ¶ added in v0.2.4

type NullableMainHosts struct {
	// contains filtered or unexported fields
}

func NewNullableMainHosts ¶ added in v0.2.4

func NewNullableMainHosts(val *MainHosts) *NullableMainHosts

func (NullableMainHosts) Get ¶ added in v0.2.4

func (v NullableMainHosts) Get() *MainHosts

func (NullableMainHosts) IsSet ¶ added in v0.2.4

func (v NullableMainHosts) IsSet() bool

func (NullableMainHosts) MarshalJSON ¶ added in v0.2.4

func (v NullableMainHosts) MarshalJSON() ([]byte, error)

func (*NullableMainHosts) Set ¶ added in v0.2.4

func (v *NullableMainHosts) Set(val *MainHosts)

func (*NullableMainHosts) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableMainHosts) UnmarshalJSON(src []byte) error

func (*NullableMainHosts) Unset ¶ added in v0.2.4

func (v *NullableMainHosts) Unset()

type NullableMapper ¶

type NullableMapper struct {
	// contains filtered or unexported fields
}

func NewNullableMapper ¶

func NewNullableMapper(val *Mapper) *NullableMapper

func (NullableMapper) Get ¶

func (v NullableMapper) Get() *Mapper

func (NullableMapper) IsSet ¶

func (v NullableMapper) IsSet() bool

func (NullableMapper) MarshalJSON ¶

func (v NullableMapper) MarshalJSON() ([]byte, error)

func (*NullableMapper) Set ¶

func (v *NullableMapper) Set(val *Mapper)

func (*NullableMapper) UnmarshalJSON ¶

func (v *NullableMapper) UnmarshalJSON(src []byte) error

func (*NullableMapper) Unset ¶

func (v *NullableMapper) Unset()

type NullableModuleArgs ¶ added in v0.2.4

type NullableModuleArgs struct {
	// contains filtered or unexported fields
}

func NewNullableModuleArgs ¶ added in v0.2.4

func NewNullableModuleArgs(val *ModuleArgs) *NullableModuleArgs

func (NullableModuleArgs) Get ¶ added in v0.2.4

func (v NullableModuleArgs) Get() *ModuleArgs

func (NullableModuleArgs) IsSet ¶ added in v0.2.4

func (v NullableModuleArgs) IsSet() bool

func (NullableModuleArgs) MarshalJSON ¶ added in v0.2.4

func (v NullableModuleArgs) MarshalJSON() ([]byte, error)

func (*NullableModuleArgs) Set ¶ added in v0.2.4

func (v *NullableModuleArgs) Set(val *ModuleArgs)

func (*NullableModuleArgs) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableModuleArgs) UnmarshalJSON(src []byte) error

func (*NullableModuleArgs) Unset ¶ added in v0.2.4

func (v *NullableModuleArgs) Unset()

type NullableModuleConfiguration ¶

type NullableModuleConfiguration struct {
	// contains filtered or unexported fields
}

func (NullableModuleConfiguration) Get ¶

func (NullableModuleConfiguration) IsSet ¶

func (NullableModuleConfiguration) MarshalJSON ¶

func (v NullableModuleConfiguration) MarshalJSON() ([]byte, error)

func (*NullableModuleConfiguration) Set ¶

func (*NullableModuleConfiguration) UnmarshalJSON ¶

func (v *NullableModuleConfiguration) UnmarshalJSON(src []byte) error

func (*NullableModuleConfiguration) Unset ¶

func (v *NullableModuleConfiguration) Unset()

type NullableNewDockerImageRequest ¶

type NullableNewDockerImageRequest struct {
	// contains filtered or unexported fields
}

func (NullableNewDockerImageRequest) Get ¶

func (NullableNewDockerImageRequest) IsSet ¶

func (NullableNewDockerImageRequest) MarshalJSON ¶

func (v NullableNewDockerImageRequest) MarshalJSON() ([]byte, error)

func (*NullableNewDockerImageRequest) Set ¶

func (*NullableNewDockerImageRequest) UnmarshalJSON ¶

func (v *NullableNewDockerImageRequest) UnmarshalJSON(src []byte) error

func (*NullableNewDockerImageRequest) Unset ¶

func (v *NullableNewDockerImageRequest) Unset()

type NullableNewDockerImageResult ¶

type NullableNewDockerImageResult struct {
	// contains filtered or unexported fields
}

func (NullableNewDockerImageResult) Get ¶

func (NullableNewDockerImageResult) IsSet ¶

func (NullableNewDockerImageResult) MarshalJSON ¶

func (v NullableNewDockerImageResult) MarshalJSON() ([]byte, error)

func (*NullableNewDockerImageResult) Set ¶

func (*NullableNewDockerImageResult) UnmarshalJSON ¶

func (v *NullableNewDockerImageResult) UnmarshalJSON(src []byte) error

func (*NullableNewDockerImageResult) Unset ¶

func (v *NullableNewDockerImageResult) Unset()

type NullableNotifiableItem ¶

type NullableNotifiableItem struct {
	// contains filtered or unexported fields
}

func NewNullableNotifiableItem ¶

func NewNullableNotifiableItem(val *NotifiableItem) *NullableNotifiableItem

func (NullableNotifiableItem) Get ¶

func (NullableNotifiableItem) IsSet ¶

func (v NullableNotifiableItem) IsSet() bool

func (NullableNotifiableItem) MarshalJSON ¶

func (v NullableNotifiableItem) MarshalJSON() ([]byte, error)

func (*NullableNotifiableItem) Set ¶

func (*NullableNotifiableItem) UnmarshalJSON ¶

func (v *NullableNotifiableItem) UnmarshalJSON(src []byte) error

func (*NullableNotifiableItem) Unset ¶

func (v *NullableNotifiableItem) Unset()

type NullableNotifyTimings ¶

type NullableNotifyTimings struct {
	// contains filtered or unexported fields
}

func NewNullableNotifyTimings ¶

func NewNullableNotifyTimings(val *NotifyTimings) *NullableNotifyTimings

func (NullableNotifyTimings) Get ¶

func (NullableNotifyTimings) IsSet ¶

func (v NullableNotifyTimings) IsSet() bool

func (NullableNotifyTimings) MarshalJSON ¶

func (v NullableNotifyTimings) MarshalJSON() ([]byte, error)

func (*NullableNotifyTimings) Set ¶

func (v *NullableNotifyTimings) Set(val *NotifyTimings)

func (*NullableNotifyTimings) UnmarshalJSON ¶

func (v *NullableNotifyTimings) UnmarshalJSON(src []byte) error

func (*NullableNotifyTimings) Unset ¶

func (v *NullableNotifyTimings) Unset()

type NullableOperatorArgument ¶

type NullableOperatorArgument struct {
	// contains filtered or unexported fields
}

func NewNullableOperatorArgument ¶

func NewNullableOperatorArgument(val *OperatorArgument) *NullableOperatorArgument

func (NullableOperatorArgument) Get ¶

func (NullableOperatorArgument) IsSet ¶

func (v NullableOperatorArgument) IsSet() bool

func (NullableOperatorArgument) MarshalJSON ¶

func (v NullableOperatorArgument) MarshalJSON() ([]byte, error)

func (*NullableOperatorArgument) Set ¶

func (*NullableOperatorArgument) UnmarshalJSON ¶

func (v *NullableOperatorArgument) UnmarshalJSON(src []byte) error

func (*NullableOperatorArgument) Unset ¶

func (v *NullableOperatorArgument) Unset()

type NullableOrder ¶

type NullableOrder struct {
	// contains filtered or unexported fields
}

func NewNullableOrder ¶

func NewNullableOrder(val *Order) *NullableOrder

func (NullableOrder) Get ¶

func (v NullableOrder) Get() *Order

func (NullableOrder) IsSet ¶

func (v NullableOrder) IsSet() bool

func (NullableOrder) MarshalJSON ¶

func (v NullableOrder) MarshalJSON() ([]byte, error)

func (*NullableOrder) Set ¶

func (v *NullableOrder) Set(val *Order)

func (*NullableOrder) UnmarshalJSON ¶

func (v *NullableOrder) UnmarshalJSON(src []byte) error

func (*NullableOrder) Unset ¶

func (v *NullableOrder) Unset()

type NullableOutput ¶

type NullableOutput struct {
	// contains filtered or unexported fields
}

func NewNullableOutput ¶

func NewNullableOutput(val *Output) *NullableOutput

func (NullableOutput) Get ¶

func (v NullableOutput) Get() *Output

func (NullableOutput) IsSet ¶

func (v NullableOutput) IsSet() bool

func (NullableOutput) MarshalJSON ¶

func (v NullableOutput) MarshalJSON() ([]byte, error)

func (*NullableOutput) Set ¶

func (v *NullableOutput) Set(val *Output)

func (*NullableOutput) UnmarshalJSON ¶

func (v *NullableOutput) UnmarshalJSON(src []byte) error

func (*NullableOutput) Unset ¶

func (v *NullableOutput) Unset()

type NullablePeriod ¶

type NullablePeriod struct {
	// contains filtered or unexported fields
}

func NewNullablePeriod ¶

func NewNullablePeriod(val *Period) *NullablePeriod

func (NullablePeriod) Get ¶

func (v NullablePeriod) Get() *Period

func (NullablePeriod) IsSet ¶

func (v NullablePeriod) IsSet() bool

func (NullablePeriod) MarshalJSON ¶

func (v NullablePeriod) MarshalJSON() ([]byte, error)

func (*NullablePeriod) Set ¶

func (v *NullablePeriod) Set(val *Period)

func (*NullablePeriod) UnmarshalJSON ¶

func (v *NullablePeriod) UnmarshalJSON(src []byte) error

func (*NullablePeriod) Unset ¶

func (v *NullablePeriod) Unset()

type NullablePlaybook ¶

type NullablePlaybook struct {
	// contains filtered or unexported fields
}

func NewNullablePlaybook ¶

func NewNullablePlaybook(val *Playbook) *NullablePlaybook

func (NullablePlaybook) Get ¶

func (v NullablePlaybook) Get() *Playbook

func (NullablePlaybook) IsSet ¶

func (v NullablePlaybook) IsSet() bool

func (NullablePlaybook) MarshalJSON ¶

func (v NullablePlaybook) MarshalJSON() ([]byte, error)

func (*NullablePlaybook) Set ¶

func (v *NullablePlaybook) Set(val *Playbook)

func (*NullablePlaybook) UnmarshalJSON ¶

func (v *NullablePlaybook) UnmarshalJSON(src []byte) error

func (*NullablePlaybook) Unset ¶

func (v *NullablePlaybook) Unset()

type NullablePlaybookInput ¶

type NullablePlaybookInput struct {
	// contains filtered or unexported fields
}

func NewNullablePlaybookInput ¶

func NewNullablePlaybookInput(val *PlaybookInput) *NullablePlaybookInput

func (NullablePlaybookInput) Get ¶

func (NullablePlaybookInput) IsSet ¶

func (v NullablePlaybookInput) IsSet() bool

func (NullablePlaybookInput) MarshalJSON ¶

func (v NullablePlaybookInput) MarshalJSON() ([]byte, error)

func (*NullablePlaybookInput) Set ¶

func (v *NullablePlaybookInput) Set(val *PlaybookInput)

func (*NullablePlaybookInput) UnmarshalJSON ¶

func (v *NullablePlaybookInput) UnmarshalJSON(src []byte) error

func (*NullablePlaybookInput) Unset ¶

func (v *NullablePlaybookInput) Unset()

type NullablePlaybookInputQuery ¶

type NullablePlaybookInputQuery struct {
	// contains filtered or unexported fields
}

func NewNullablePlaybookInputQuery ¶

func NewNullablePlaybookInputQuery(val *PlaybookInputQuery) *NullablePlaybookInputQuery

func (NullablePlaybookInputQuery) Get ¶

func (NullablePlaybookInputQuery) IsSet ¶

func (v NullablePlaybookInputQuery) IsSet() bool

func (NullablePlaybookInputQuery) MarshalJSON ¶

func (v NullablePlaybookInputQuery) MarshalJSON() ([]byte, error)

func (*NullablePlaybookInputQuery) Set ¶

func (*NullablePlaybookInputQuery) UnmarshalJSON ¶

func (v *NullablePlaybookInputQuery) UnmarshalJSON(src []byte) error

func (*NullablePlaybookInputQuery) Unset ¶

func (v *NullablePlaybookInputQuery) Unset()

type NullablePlaybookInputs ¶ added in v0.2.4

type NullablePlaybookInputs struct {
	// contains filtered or unexported fields
}

func NewNullablePlaybookInputs ¶ added in v0.2.4

func NewNullablePlaybookInputs(val *PlaybookInputs) *NullablePlaybookInputs

func (NullablePlaybookInputs) Get ¶ added in v0.2.4

func (NullablePlaybookInputs) IsSet ¶ added in v0.2.4

func (v NullablePlaybookInputs) IsSet() bool

func (NullablePlaybookInputs) MarshalJSON ¶ added in v0.2.4

func (v NullablePlaybookInputs) MarshalJSON() ([]byte, error)

func (*NullablePlaybookInputs) Set ¶ added in v0.2.4

func (*NullablePlaybookInputs) UnmarshalJSON ¶ added in v0.2.4

func (v *NullablePlaybookInputs) UnmarshalJSON(src []byte) error

func (*NullablePlaybookInputs) Unset ¶ added in v0.2.4

func (v *NullablePlaybookInputs) Unset()

type NullablePlaybookOutput ¶

type NullablePlaybookOutput struct {
	// contains filtered or unexported fields
}

func NewNullablePlaybookOutput ¶

func NewNullablePlaybookOutput(val *PlaybookOutput) *NullablePlaybookOutput

func (NullablePlaybookOutput) Get ¶

func (NullablePlaybookOutput) IsSet ¶

func (v NullablePlaybookOutput) IsSet() bool

func (NullablePlaybookOutput) MarshalJSON ¶

func (v NullablePlaybookOutput) MarshalJSON() ([]byte, error)

func (*NullablePlaybookOutput) Set ¶

func (*NullablePlaybookOutput) UnmarshalJSON ¶

func (v *NullablePlaybookOutput) UnmarshalJSON(src []byte) error

func (*NullablePlaybookOutput) Unset ¶

func (v *NullablePlaybookOutput) Unset()

type NullablePlaybookOutputs ¶ added in v0.2.4

type NullablePlaybookOutputs struct {
	// contains filtered or unexported fields
}

func NewNullablePlaybookOutputs ¶ added in v0.2.4

func NewNullablePlaybookOutputs(val *PlaybookOutputs) *NullablePlaybookOutputs

func (NullablePlaybookOutputs) Get ¶ added in v0.2.4

func (NullablePlaybookOutputs) IsSet ¶ added in v0.2.4

func (v NullablePlaybookOutputs) IsSet() bool

func (NullablePlaybookOutputs) MarshalJSON ¶ added in v0.2.4

func (v NullablePlaybookOutputs) MarshalJSON() ([]byte, error)

func (*NullablePlaybookOutputs) Set ¶ added in v0.2.4

func (*NullablePlaybookOutputs) UnmarshalJSON ¶ added in v0.2.4

func (v *NullablePlaybookOutputs) UnmarshalJSON(src []byte) error

func (*NullablePlaybookOutputs) Unset ¶ added in v0.2.4

func (v *NullablePlaybookOutputs) Unset()

type NullablePlaybookTask ¶

type NullablePlaybookTask struct {
	// contains filtered or unexported fields
}

func NewNullablePlaybookTask ¶

func NewNullablePlaybookTask(val *PlaybookTask) *NullablePlaybookTask

func (NullablePlaybookTask) Get ¶

func (NullablePlaybookTask) IsSet ¶

func (v NullablePlaybookTask) IsSet() bool

func (NullablePlaybookTask) MarshalJSON ¶

func (v NullablePlaybookTask) MarshalJSON() ([]byte, error)

func (*NullablePlaybookTask) Set ¶

func (v *NullablePlaybookTask) Set(val *PlaybookTask)

func (*NullablePlaybookTask) UnmarshalJSON ¶

func (v *NullablePlaybookTask) UnmarshalJSON(src []byte) error

func (*NullablePlaybookTask) Unset ¶

func (v *NullablePlaybookTask) Unset()

type NullablePlaybookWithWarnings ¶

type NullablePlaybookWithWarnings struct {
	// contains filtered or unexported fields
}

func (NullablePlaybookWithWarnings) Get ¶

func (NullablePlaybookWithWarnings) IsSet ¶

func (NullablePlaybookWithWarnings) MarshalJSON ¶

func (v NullablePlaybookWithWarnings) MarshalJSON() ([]byte, error)

func (*NullablePlaybookWithWarnings) Set ¶

func (*NullablePlaybookWithWarnings) UnmarshalJSON ¶

func (v *NullablePlaybookWithWarnings) UnmarshalJSON(src []byte) error

func (*NullablePlaybookWithWarnings) Unset ¶

func (v *NullablePlaybookWithWarnings) Unset()

type NullablePlugin ¶

type NullablePlugin struct {
	// contains filtered or unexported fields
}

func NewNullablePlugin ¶

func NewNullablePlugin(val *Plugin) *NullablePlugin

func (NullablePlugin) Get ¶

func (v NullablePlugin) Get() *Plugin

func (NullablePlugin) IsSet ¶

func (v NullablePlugin) IsSet() bool

func (NullablePlugin) MarshalJSON ¶

func (v NullablePlugin) MarshalJSON() ([]byte, error)

func (*NullablePlugin) Set ¶

func (v *NullablePlugin) Set(val *Plugin)

func (*NullablePlugin) UnmarshalJSON ¶

func (v *NullablePlugin) UnmarshalJSON(src []byte) error

func (*NullablePlugin) Unset ¶

func (v *NullablePlugin) Unset()

type NullablePluginConfig ¶

type NullablePluginConfig struct {
	// contains filtered or unexported fields
}

func NewNullablePluginConfig ¶

func NewNullablePluginConfig(val *PluginConfig) *NullablePluginConfig

func (NullablePluginConfig) Get ¶

func (NullablePluginConfig) IsSet ¶

func (v NullablePluginConfig) IsSet() bool

func (NullablePluginConfig) MarshalJSON ¶

func (v NullablePluginConfig) MarshalJSON() ([]byte, error)

func (*NullablePluginConfig) Set ¶

func (v *NullablePluginConfig) Set(val *PluginConfig)

func (*NullablePluginConfig) UnmarshalJSON ¶

func (v *NullablePluginConfig) UnmarshalJSON(src []byte) error

func (*NullablePluginConfig) Unset ¶

func (v *NullablePluginConfig) Unset()

type NullablePluginConfigArgs ¶

type NullablePluginConfigArgs struct {
	// contains filtered or unexported fields
}

func NewNullablePluginConfigArgs ¶

func NewNullablePluginConfigArgs(val *PluginConfigArgs) *NullablePluginConfigArgs

func (NullablePluginConfigArgs) Get ¶

func (NullablePluginConfigArgs) IsSet ¶

func (v NullablePluginConfigArgs) IsSet() bool

func (NullablePluginConfigArgs) MarshalJSON ¶

func (v NullablePluginConfigArgs) MarshalJSON() ([]byte, error)

func (*NullablePluginConfigArgs) Set ¶

func (*NullablePluginConfigArgs) UnmarshalJSON ¶

func (v *NullablePluginConfigArgs) UnmarshalJSON(src []byte) error

func (*NullablePluginConfigArgs) Unset ¶

func (v *NullablePluginConfigArgs) Unset()

type NullablePluginConfigInterface ¶

type NullablePluginConfigInterface struct {
	// contains filtered or unexported fields
}

func (NullablePluginConfigInterface) Get ¶

func (NullablePluginConfigInterface) IsSet ¶

func (NullablePluginConfigInterface) MarshalJSON ¶

func (v NullablePluginConfigInterface) MarshalJSON() ([]byte, error)

func (*NullablePluginConfigInterface) Set ¶

func (*NullablePluginConfigInterface) UnmarshalJSON ¶

func (v *NullablePluginConfigInterface) UnmarshalJSON(src []byte) error

func (*NullablePluginConfigInterface) Unset ¶

func (v *NullablePluginConfigInterface) Unset()

type NullablePluginConfigLinux ¶

type NullablePluginConfigLinux struct {
	// contains filtered or unexported fields
}

func NewNullablePluginConfigLinux ¶

func NewNullablePluginConfigLinux(val *PluginConfigLinux) *NullablePluginConfigLinux

func (NullablePluginConfigLinux) Get ¶

func (NullablePluginConfigLinux) IsSet ¶

func (v NullablePluginConfigLinux) IsSet() bool

func (NullablePluginConfigLinux) MarshalJSON ¶

func (v NullablePluginConfigLinux) MarshalJSON() ([]byte, error)

func (*NullablePluginConfigLinux) Set ¶

func (*NullablePluginConfigLinux) UnmarshalJSON ¶

func (v *NullablePluginConfigLinux) UnmarshalJSON(src []byte) error

func (*NullablePluginConfigLinux) Unset ¶

func (v *NullablePluginConfigLinux) Unset()

type NullablePluginConfigNetwork ¶

type NullablePluginConfigNetwork struct {
	// contains filtered or unexported fields
}

func (NullablePluginConfigNetwork) Get ¶

func (NullablePluginConfigNetwork) IsSet ¶

func (NullablePluginConfigNetwork) MarshalJSON ¶

func (v NullablePluginConfigNetwork) MarshalJSON() ([]byte, error)

func (*NullablePluginConfigNetwork) Set ¶

func (*NullablePluginConfigNetwork) UnmarshalJSON ¶

func (v *NullablePluginConfigNetwork) UnmarshalJSON(src []byte) error

func (*NullablePluginConfigNetwork) Unset ¶

func (v *NullablePluginConfigNetwork) Unset()

type NullablePluginConfigRootfs ¶

type NullablePluginConfigRootfs struct {
	// contains filtered or unexported fields
}

func NewNullablePluginConfigRootfs ¶

func NewNullablePluginConfigRootfs(val *PluginConfigRootfs) *NullablePluginConfigRootfs

func (NullablePluginConfigRootfs) Get ¶

func (NullablePluginConfigRootfs) IsSet ¶

func (v NullablePluginConfigRootfs) IsSet() bool

func (NullablePluginConfigRootfs) MarshalJSON ¶

func (v NullablePluginConfigRootfs) MarshalJSON() ([]byte, error)

func (*NullablePluginConfigRootfs) Set ¶

func (*NullablePluginConfigRootfs) UnmarshalJSON ¶

func (v *NullablePluginConfigRootfs) UnmarshalJSON(src []byte) error

func (*NullablePluginConfigRootfs) Unset ¶

func (v *NullablePluginConfigRootfs) Unset()

type NullablePluginConfigUser ¶

type NullablePluginConfigUser struct {
	// contains filtered or unexported fields
}

func NewNullablePluginConfigUser ¶

func NewNullablePluginConfigUser(val *PluginConfigUser) *NullablePluginConfigUser

func (NullablePluginConfigUser) Get ¶

func (NullablePluginConfigUser) IsSet ¶

func (v NullablePluginConfigUser) IsSet() bool

func (NullablePluginConfigUser) MarshalJSON ¶

func (v NullablePluginConfigUser) MarshalJSON() ([]byte, error)

func (*NullablePluginConfigUser) Set ¶

func (*NullablePluginConfigUser) UnmarshalJSON ¶

func (v *NullablePluginConfigUser) UnmarshalJSON(src []byte) error

func (*NullablePluginConfigUser) Unset ¶

func (v *NullablePluginConfigUser) Unset()

type NullablePluginDevice ¶

type NullablePluginDevice struct {
	// contains filtered or unexported fields
}

func NewNullablePluginDevice ¶

func NewNullablePluginDevice(val *PluginDevice) *NullablePluginDevice

func (NullablePluginDevice) Get ¶

func (NullablePluginDevice) IsSet ¶

func (v NullablePluginDevice) IsSet() bool

func (NullablePluginDevice) MarshalJSON ¶

func (v NullablePluginDevice) MarshalJSON() ([]byte, error)

func (*NullablePluginDevice) Set ¶

func (v *NullablePluginDevice) Set(val *PluginDevice)

func (*NullablePluginDevice) UnmarshalJSON ¶

func (v *NullablePluginDevice) UnmarshalJSON(src []byte) error

func (*NullablePluginDevice) Unset ¶

func (v *NullablePluginDevice) Unset()

type NullablePluginEnv ¶

type NullablePluginEnv struct {
	// contains filtered or unexported fields
}

func NewNullablePluginEnv ¶

func NewNullablePluginEnv(val *PluginEnv) *NullablePluginEnv

func (NullablePluginEnv) Get ¶

func (v NullablePluginEnv) Get() *PluginEnv

func (NullablePluginEnv) IsSet ¶

func (v NullablePluginEnv) IsSet() bool

func (NullablePluginEnv) MarshalJSON ¶

func (v NullablePluginEnv) MarshalJSON() ([]byte, error)

func (*NullablePluginEnv) Set ¶

func (v *NullablePluginEnv) Set(val *PluginEnv)

func (*NullablePluginEnv) UnmarshalJSON ¶

func (v *NullablePluginEnv) UnmarshalJSON(src []byte) error

func (*NullablePluginEnv) Unset ¶

func (v *NullablePluginEnv) Unset()

type NullablePluginInterfaceType ¶

type NullablePluginInterfaceType struct {
	// contains filtered or unexported fields
}

func (NullablePluginInterfaceType) Get ¶

func (NullablePluginInterfaceType) IsSet ¶

func (NullablePluginInterfaceType) MarshalJSON ¶

func (v NullablePluginInterfaceType) MarshalJSON() ([]byte, error)

func (*NullablePluginInterfaceType) Set ¶

func (*NullablePluginInterfaceType) UnmarshalJSON ¶

func (v *NullablePluginInterfaceType) UnmarshalJSON(src []byte) error

func (*NullablePluginInterfaceType) Unset ¶

func (v *NullablePluginInterfaceType) Unset()

type NullablePluginMount ¶

type NullablePluginMount struct {
	// contains filtered or unexported fields
}

func NewNullablePluginMount ¶

func NewNullablePluginMount(val *PluginMount) *NullablePluginMount

func (NullablePluginMount) Get ¶

func (NullablePluginMount) IsSet ¶

func (v NullablePluginMount) IsSet() bool

func (NullablePluginMount) MarshalJSON ¶

func (v NullablePluginMount) MarshalJSON() ([]byte, error)

func (*NullablePluginMount) Set ¶

func (v *NullablePluginMount) Set(val *PluginMount)

func (*NullablePluginMount) UnmarshalJSON ¶

func (v *NullablePluginMount) UnmarshalJSON(src []byte) error

func (*NullablePluginMount) Unset ¶

func (v *NullablePluginMount) Unset()

type NullablePluginSettings ¶

type NullablePluginSettings struct {
	// contains filtered or unexported fields
}

func NewNullablePluginSettings ¶

func NewNullablePluginSettings(val *PluginSettings) *NullablePluginSettings

func (NullablePluginSettings) Get ¶

func (NullablePluginSettings) IsSet ¶

func (v NullablePluginSettings) IsSet() bool

func (NullablePluginSettings) MarshalJSON ¶

func (v NullablePluginSettings) MarshalJSON() ([]byte, error)

func (*NullablePluginSettings) Set ¶

func (*NullablePluginSettings) UnmarshalJSON ¶

func (v *NullablePluginSettings) UnmarshalJSON(src []byte) error

func (*NullablePluginSettings) Unset ¶

func (v *NullablePluginSettings) Unset()

type NullablePort ¶

type NullablePort struct {
	// contains filtered or unexported fields
}

func NewNullablePort ¶

func NewNullablePort(val *Port) *NullablePort

func (NullablePort) Get ¶

func (v NullablePort) Get() *Port

func (NullablePort) IsSet ¶

func (v NullablePort) IsSet() bool

func (NullablePort) MarshalJSON ¶

func (v NullablePort) MarshalJSON() ([]byte, error)

func (*NullablePort) Set ¶

func (v *NullablePort) Set(val *Port)

func (*NullablePort) UnmarshalJSON ¶

func (v *NullablePort) UnmarshalJSON(src []byte) error

func (*NullablePort) Unset ¶

func (v *NullablePort) Unset()

type NullableProcessInfo ¶

type NullableProcessInfo struct {
	// contains filtered or unexported fields
}

func NewNullableProcessInfo ¶

func NewNullableProcessInfo(val *ProcessInfo) *NullableProcessInfo

func (NullableProcessInfo) Get ¶

func (NullableProcessInfo) IsSet ¶

func (v NullableProcessInfo) IsSet() bool

func (NullableProcessInfo) MarshalJSON ¶

func (v NullableProcessInfo) MarshalJSON() ([]byte, error)

func (*NullableProcessInfo) Set ¶

func (v *NullableProcessInfo) Set(val *ProcessInfo)

func (*NullableProcessInfo) UnmarshalJSON ¶

func (v *NullableProcessInfo) UnmarshalJSON(src []byte) error

func (*NullableProcessInfo) Unset ¶

func (v *NullableProcessInfo) Unset()

type NullableQueryState ¶

type NullableQueryState struct {
	// contains filtered or unexported fields
}

func NewNullableQueryState ¶

func NewNullableQueryState(val *QueryState) *NullableQueryState

func (NullableQueryState) Get ¶

func (v NullableQueryState) Get() *QueryState

func (NullableQueryState) IsSet ¶

func (v NullableQueryState) IsSet() bool

func (NullableQueryState) MarshalJSON ¶

func (v NullableQueryState) MarshalJSON() ([]byte, error)

func (*NullableQueryState) Set ¶

func (v *NullableQueryState) Set(val *QueryState)

func (*NullableQueryState) UnmarshalJSON ¶

func (v *NullableQueryState) UnmarshalJSON(src []byte) error

func (*NullableQueryState) Unset ¶

func (v *NullableQueryState) Unset()

type NullableQuestion ¶

type NullableQuestion struct {
	// contains filtered or unexported fields
}

func NewNullableQuestion ¶

func NewNullableQuestion(val *Question) *NullableQuestion

func (NullableQuestion) Get ¶

func (v NullableQuestion) Get() *Question

func (NullableQuestion) IsSet ¶

func (v NullableQuestion) IsSet() bool

func (NullableQuestion) MarshalJSON ¶

func (v NullableQuestion) MarshalJSON() ([]byte, error)

func (*NullableQuestion) Set ¶

func (v *NullableQuestion) Set(val *Question)

func (*NullableQuestion) UnmarshalJSON ¶

func (v *NullableQuestion) UnmarshalJSON(src []byte) error

func (*NullableQuestion) Unset ¶

func (v *NullableQuestion) Unset()

type NullableRBAC ¶

type NullableRBAC struct {
	// contains filtered or unexported fields
}

func NewNullableRBAC ¶

func NewNullableRBAC(val *RBAC) *NullableRBAC

func (NullableRBAC) Get ¶

func (v NullableRBAC) Get() *RBAC

func (NullableRBAC) IsSet ¶

func (v NullableRBAC) IsSet() bool

func (NullableRBAC) MarshalJSON ¶

func (v NullableRBAC) MarshalJSON() ([]byte, error)

func (*NullableRBAC) Set ¶

func (v *NullableRBAC) Set(val *RBAC)

func (*NullableRBAC) UnmarshalJSON ¶

func (v *NullableRBAC) UnmarshalJSON(src []byte) error

func (*NullableRBAC) Unset ¶

func (v *NullableRBAC) Unset()

type NullableRawFeedIndicator ¶ added in v0.2.4

type NullableRawFeedIndicator struct {
	// contains filtered or unexported fields
}

func NewNullableRawFeedIndicator ¶ added in v0.2.4

func NewNullableRawFeedIndicator(val *RawFeedIndicator) *NullableRawFeedIndicator

func (NullableRawFeedIndicator) Get ¶ added in v0.2.4

func (NullableRawFeedIndicator) IsSet ¶ added in v0.2.4

func (v NullableRawFeedIndicator) IsSet() bool

func (NullableRawFeedIndicator) MarshalJSON ¶ added in v0.2.4

func (v NullableRawFeedIndicator) MarshalJSON() ([]byte, error)

func (*NullableRawFeedIndicator) Set ¶ added in v0.2.4

func (*NullableRawFeedIndicator) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableRawFeedIndicator) UnmarshalJSON(src []byte) error

func (*NullableRawFeedIndicator) Unset ¶ added in v0.2.4

func (v *NullableRawFeedIndicator) Unset()

type NullableRelationshipAPI ¶

type NullableRelationshipAPI struct {
	// contains filtered or unexported fields
}

func NewNullableRelationshipAPI ¶

func NewNullableRelationshipAPI(val *RelationshipAPI) *NullableRelationshipAPI

func (NullableRelationshipAPI) Get ¶

func (NullableRelationshipAPI) IsSet ¶

func (v NullableRelationshipAPI) IsSet() bool

func (NullableRelationshipAPI) MarshalJSON ¶

func (v NullableRelationshipAPI) MarshalJSON() ([]byte, error)

func (*NullableRelationshipAPI) Set ¶

func (*NullableRelationshipAPI) UnmarshalJSON ¶

func (v *NullableRelationshipAPI) UnmarshalJSON(src []byte) error

func (*NullableRelationshipAPI) Unset ¶

func (v *NullableRelationshipAPI) Unset()

type NullableRelationshipCommonFields ¶

type NullableRelationshipCommonFields struct {
	// contains filtered or unexported fields
}

func (NullableRelationshipCommonFields) Get ¶

func (NullableRelationshipCommonFields) IsSet ¶

func (NullableRelationshipCommonFields) MarshalJSON ¶

func (v NullableRelationshipCommonFields) MarshalJSON() ([]byte, error)

func (*NullableRelationshipCommonFields) Set ¶

func (*NullableRelationshipCommonFields) UnmarshalJSON ¶

func (v *NullableRelationshipCommonFields) UnmarshalJSON(src []byte) error

func (*NullableRelationshipCommonFields) Unset ¶

type NullableRelationshipFilter ¶

type NullableRelationshipFilter struct {
	// contains filtered or unexported fields
}

func NewNullableRelationshipFilter ¶

func NewNullableRelationshipFilter(val *RelationshipFilter) *NullableRelationshipFilter

func (NullableRelationshipFilter) Get ¶

func (NullableRelationshipFilter) IsSet ¶

func (v NullableRelationshipFilter) IsSet() bool

func (NullableRelationshipFilter) MarshalJSON ¶

func (v NullableRelationshipFilter) MarshalJSON() ([]byte, error)

func (*NullableRelationshipFilter) Set ¶

func (*NullableRelationshipFilter) UnmarshalJSON ¶

func (v *NullableRelationshipFilter) UnmarshalJSON(src []byte) error

func (*NullableRelationshipFilter) Unset ¶

func (v *NullableRelationshipFilter) Unset()

type NullableRelationshipsAPI ¶ added in v0.2.4

type NullableRelationshipsAPI struct {
	// contains filtered or unexported fields
}

func NewNullableRelationshipsAPI ¶ added in v0.2.4

func NewNullableRelationshipsAPI(val *RelationshipsAPI) *NullableRelationshipsAPI

func (NullableRelationshipsAPI) Get ¶ added in v0.2.4

func (NullableRelationshipsAPI) IsSet ¶ added in v0.2.4

func (v NullableRelationshipsAPI) IsSet() bool

func (NullableRelationshipsAPI) MarshalJSON ¶ added in v0.2.4

func (v NullableRelationshipsAPI) MarshalJSON() ([]byte, error)

func (*NullableRelationshipsAPI) Set ¶ added in v0.2.4

func (*NullableRelationshipsAPI) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableRelationshipsAPI) UnmarshalJSON(src []byte) error

func (*NullableRelationshipsAPI) Unset ¶ added in v0.2.4

func (v *NullableRelationshipsAPI) Unset()

type NullableReport ¶

type NullableReport struct {
	// contains filtered or unexported fields
}

func NewNullableReport ¶

func NewNullableReport(val *Report) *NullableReport

func (NullableReport) Get ¶

func (v NullableReport) Get() *Report

func (NullableReport) IsSet ¶

func (v NullableReport) IsSet() bool

func (NullableReport) MarshalJSON ¶

func (v NullableReport) MarshalJSON() ([]byte, error)

func (*NullableReport) Set ¶

func (v *NullableReport) Set(val *Report)

func (*NullableReport) UnmarshalJSON ¶

func (v *NullableReport) UnmarshalJSON(src []byte) error

func (*NullableReport) Unset ¶

func (v *NullableReport) Unset()

type NullableReportAutomation ¶

type NullableReportAutomation struct {
	// contains filtered or unexported fields
}

func NewNullableReportAutomation ¶

func NewNullableReportAutomation(val *ReportAutomation) *NullableReportAutomation

func (NullableReportAutomation) Get ¶

func (NullableReportAutomation) IsSet ¶

func (v NullableReportAutomation) IsSet() bool

func (NullableReportAutomation) MarshalJSON ¶

func (v NullableReportAutomation) MarshalJSON() ([]byte, error)

func (*NullableReportAutomation) Set ¶

func (*NullableReportAutomation) UnmarshalJSON ¶

func (v *NullableReportAutomation) UnmarshalJSON(src []byte) error

func (*NullableReportAutomation) Unset ¶

func (v *NullableReportAutomation) Unset()

type NullableReportFieldsDecoder ¶

type NullableReportFieldsDecoder struct {
	// contains filtered or unexported fields
}

func (NullableReportFieldsDecoder) Get ¶

func (NullableReportFieldsDecoder) IsSet ¶

func (NullableReportFieldsDecoder) MarshalJSON ¶

func (v NullableReportFieldsDecoder) MarshalJSON() ([]byte, error)

func (*NullableReportFieldsDecoder) Set ¶

func (*NullableReportFieldsDecoder) UnmarshalJSON ¶

func (v *NullableReportFieldsDecoder) UnmarshalJSON(src []byte) error

func (*NullableReportFieldsDecoder) Unset ¶

func (v *NullableReportFieldsDecoder) Unset()

type NullableReportQuery ¶

type NullableReportQuery struct {
	// contains filtered or unexported fields
}

func NewNullableReportQuery ¶

func NewNullableReportQuery(val *ReportQuery) *NullableReportQuery

func (NullableReportQuery) Get ¶

func (NullableReportQuery) IsSet ¶

func (v NullableReportQuery) IsSet() bool

func (NullableReportQuery) MarshalJSON ¶

func (v NullableReportQuery) MarshalJSON() ([]byte, error)

func (*NullableReportQuery) Set ¶

func (v *NullableReportQuery) Set(val *ReportQuery)

func (*NullableReportQuery) UnmarshalJSON ¶

func (v *NullableReportQuery) UnmarshalJSON(src []byte) error

func (*NullableReportQuery) Unset ¶

func (v *NullableReportQuery) Unset()

type NullableReputationData ¶

type NullableReputationData struct {
	// contains filtered or unexported fields
}

func NewNullableReputationData ¶

func NewNullableReputationData(val *ReputationData) *NullableReputationData

func (NullableReputationData) Get ¶

func (NullableReputationData) IsSet ¶

func (v NullableReputationData) IsSet() bool

func (NullableReputationData) MarshalJSON ¶

func (v NullableReputationData) MarshalJSON() ([]byte, error)

func (*NullableReputationData) Set ¶

func (*NullableReputationData) UnmarshalJSON ¶

func (v *NullableReputationData) UnmarshalJSON(src []byte) error

func (*NullableReputationData) Unset ¶

func (v *NullableReputationData) Unset()

type NullableRolesAndPropagationLabelsWrapper ¶

type NullableRolesAndPropagationLabelsWrapper struct {
	// contains filtered or unexported fields
}

func (NullableRolesAndPropagationLabelsWrapper) Get ¶

func (NullableRolesAndPropagationLabelsWrapper) IsSet ¶

func (NullableRolesAndPropagationLabelsWrapper) MarshalJSON ¶

func (*NullableRolesAndPropagationLabelsWrapper) Set ¶

func (*NullableRolesAndPropagationLabelsWrapper) UnmarshalJSON ¶

func (v *NullableRolesAndPropagationLabelsWrapper) UnmarshalJSON(src []byte) error

func (*NullableRolesAndPropagationLabelsWrapper) Unset ¶

type NullableRolesAndPropagationLabelsWrapperAccUsers ¶

type NullableRolesAndPropagationLabelsWrapperAccUsers struct {
	// contains filtered or unexported fields
}

func (NullableRolesAndPropagationLabelsWrapperAccUsers) Get ¶

func (NullableRolesAndPropagationLabelsWrapperAccUsers) IsSet ¶

func (NullableRolesAndPropagationLabelsWrapperAccUsers) MarshalJSON ¶

func (*NullableRolesAndPropagationLabelsWrapperAccUsers) Set ¶

func (*NullableRolesAndPropagationLabelsWrapperAccUsers) UnmarshalJSON ¶

func (*NullableRolesAndPropagationLabelsWrapperAccUsers) Unset ¶

type NullableRolesAndPropagationLabelsWrapperRoles ¶

type NullableRolesAndPropagationLabelsWrapperRoles struct {
	// contains filtered or unexported fields
}

func (NullableRolesAndPropagationLabelsWrapperRoles) Get ¶

func (NullableRolesAndPropagationLabelsWrapperRoles) IsSet ¶

func (NullableRolesAndPropagationLabelsWrapperRoles) MarshalJSON ¶

func (*NullableRolesAndPropagationLabelsWrapperRoles) Set ¶

func (*NullableRolesAndPropagationLabelsWrapperRoles) UnmarshalJSON ¶

func (*NullableRolesAndPropagationLabelsWrapperRoles) Unset ¶

type NullableSLA ¶

type NullableSLA struct {
	// contains filtered or unexported fields
}

func NewNullableSLA ¶

func NewNullableSLA(val *SLA) *NullableSLA

func (NullableSLA) Get ¶

func (v NullableSLA) Get() *SLA

func (NullableSLA) IsSet ¶

func (v NullableSLA) IsSet() bool

func (NullableSLA) MarshalJSON ¶

func (v NullableSLA) MarshalJSON() ([]byte, error)

func (*NullableSLA) Set ¶

func (v *NullableSLA) Set(val *SLA)

func (*NullableSLA) UnmarshalJSON ¶

func (v *NullableSLA) UnmarshalJSON(src []byte) error

func (*NullableSLA) Unset ¶

func (v *NullableSLA) Unset()

type NullableSchedule ¶

type NullableSchedule struct {
	// contains filtered or unexported fields
}

func NewNullableSchedule ¶

func NewNullableSchedule(val *Schedule) *NullableSchedule

func (NullableSchedule) Get ¶

func (v NullableSchedule) Get() *Schedule

func (NullableSchedule) IsSet ¶

func (v NullableSchedule) IsSet() bool

func (NullableSchedule) MarshalJSON ¶

func (v NullableSchedule) MarshalJSON() ([]byte, error)

func (*NullableSchedule) Set ¶

func (v *NullableSchedule) Set(val *Schedule)

func (*NullableSchedule) UnmarshalJSON ¶

func (v *NullableSchedule) UnmarshalJSON(src []byte) error

func (*NullableSchedule) Unset ¶

func (v *NullableSchedule) Unset()

type NullableScheduler ¶

type NullableScheduler struct {
	// contains filtered or unexported fields
}

func NewNullableScheduler ¶

func NewNullableScheduler(val *Scheduler) *NullableScheduler

func (NullableScheduler) Get ¶

func (v NullableScheduler) Get() *Scheduler

func (NullableScheduler) IsSet ¶

func (v NullableScheduler) IsSet() bool

func (NullableScheduler) MarshalJSON ¶

func (v NullableScheduler) MarshalJSON() ([]byte, error)

func (*NullableScheduler) Set ¶

func (v *NullableScheduler) Set(val *Scheduler)

func (*NullableScheduler) UnmarshalJSON ¶

func (v *NullableScheduler) UnmarshalJSON(src []byte) error

func (*NullableScheduler) Unset ¶

func (v *NullableScheduler) Unset()

type NullableScriptAPI ¶

type NullableScriptAPI struct {
	// contains filtered or unexported fields
}

func NewNullableScriptAPI ¶

func NewNullableScriptAPI(val *ScriptAPI) *NullableScriptAPI

func (NullableScriptAPI) Get ¶

func (v NullableScriptAPI) Get() *ScriptAPI

func (NullableScriptAPI) IsSet ¶

func (v NullableScriptAPI) IsSet() bool

func (NullableScriptAPI) MarshalJSON ¶

func (v NullableScriptAPI) MarshalJSON() ([]byte, error)

func (*NullableScriptAPI) Set ¶

func (v *NullableScriptAPI) Set(val *ScriptAPI)

func (*NullableScriptAPI) UnmarshalJSON ¶

func (v *NullableScriptAPI) UnmarshalJSON(src []byte) error

func (*NullableScriptAPI) Unset ¶

func (v *NullableScriptAPI) Unset()

type NullableSearchIncidentsData ¶

type NullableSearchIncidentsData struct {
	// contains filtered or unexported fields
}

func (NullableSearchIncidentsData) Get ¶

func (NullableSearchIncidentsData) IsSet ¶

func (NullableSearchIncidentsData) MarshalJSON ¶

func (v NullableSearchIncidentsData) MarshalJSON() ([]byte, error)

func (*NullableSearchIncidentsData) Set ¶

func (*NullableSearchIncidentsData) UnmarshalJSON ¶

func (v *NullableSearchIncidentsData) UnmarshalJSON(src []byte) error

func (*NullableSearchIncidentsData) Unset ¶

func (v *NullableSearchIncidentsData) Unset()

type NullableSearchInvestigationsData ¶

type NullableSearchInvestigationsData struct {
	// contains filtered or unexported fields
}

func (NullableSearchInvestigationsData) Get ¶

func (NullableSearchInvestigationsData) IsSet ¶

func (NullableSearchInvestigationsData) MarshalJSON ¶

func (v NullableSearchInvestigationsData) MarshalJSON() ([]byte, error)

func (*NullableSearchInvestigationsData) Set ¶

func (*NullableSearchInvestigationsData) UnmarshalJSON ¶

func (v *NullableSearchInvestigationsData) UnmarshalJSON(src []byte) error

func (*NullableSearchInvestigationsData) Unset ¶

type NullableSearchStats ¶

type NullableSearchStats struct {
	// contains filtered or unexported fields
}

func NewNullableSearchStats ¶

func NewNullableSearchStats(val *SearchStats) *NullableSearchStats

func (NullableSearchStats) Get ¶

func (NullableSearchStats) IsSet ¶

func (v NullableSearchStats) IsSet() bool

func (NullableSearchStats) MarshalJSON ¶

func (v NullableSearchStats) MarshalJSON() ([]byte, error)

func (*NullableSearchStats) Set ¶

func (v *NullableSearchStats) Set(val *SearchStats)

func (*NullableSearchStats) UnmarshalJSON ¶

func (v *NullableSearchStats) UnmarshalJSON(src []byte) error

func (*NullableSearchStats) Unset ¶

func (v *NullableSearchStats) Unset()

type NullableSearchStatsDeletionResponse ¶

type NullableSearchStatsDeletionResponse struct {
	// contains filtered or unexported fields
}

func (NullableSearchStatsDeletionResponse) Get ¶

func (NullableSearchStatsDeletionResponse) IsSet ¶

func (NullableSearchStatsDeletionResponse) MarshalJSON ¶

func (v NullableSearchStatsDeletionResponse) MarshalJSON() ([]byte, error)

func (*NullableSearchStatsDeletionResponse) Set ¶

func (*NullableSearchStatsDeletionResponse) UnmarshalJSON ¶

func (v *NullableSearchStatsDeletionResponse) UnmarshalJSON(src []byte) error

func (*NullableSearchStatsDeletionResponse) Unset ¶

type NullableSearchStatsResponse ¶

type NullableSearchStatsResponse struct {
	// contains filtered or unexported fields
}

func (NullableSearchStatsResponse) Get ¶

func (NullableSearchStatsResponse) IsSet ¶

func (NullableSearchStatsResponse) MarshalJSON ¶

func (v NullableSearchStatsResponse) MarshalJSON() ([]byte, error)

func (*NullableSearchStatsResponse) Set ¶

func (*NullableSearchStatsResponse) UnmarshalJSON ¶

func (v *NullableSearchStatsResponse) UnmarshalJSON(src []byte) error

func (*NullableSearchStatsResponse) Unset ¶

func (v *NullableSearchStatsResponse) Unset()

type NullableSection ¶

type NullableSection struct {
	// contains filtered or unexported fields
}

func NewNullableSection ¶

func NewNullableSection(val *Section) *NullableSection

func (NullableSection) Get ¶

func (v NullableSection) Get() *Section

func (NullableSection) IsSet ¶

func (v NullableSection) IsSet() bool

func (NullableSection) MarshalJSON ¶

func (v NullableSection) MarshalJSON() ([]byte, error)

func (*NullableSection) Set ¶

func (v *NullableSection) Set(val *Section)

func (*NullableSection) UnmarshalJSON ¶

func (v *NullableSection) UnmarshalJSON(src []byte) error

func (*NullableSection) Unset ¶

func (v *NullableSection) Unset()

type NullableServiceUpdateResponse ¶

type NullableServiceUpdateResponse struct {
	// contains filtered or unexported fields
}

func (NullableServiceUpdateResponse) Get ¶

func (NullableServiceUpdateResponse) IsSet ¶

func (NullableServiceUpdateResponse) MarshalJSON ¶

func (v NullableServiceUpdateResponse) MarshalJSON() ([]byte, error)

func (*NullableServiceUpdateResponse) Set ¶

func (*NullableServiceUpdateResponse) UnmarshalJSON ¶

func (v *NullableServiceUpdateResponse) UnmarshalJSON(src []byte) error

func (*NullableServiceUpdateResponse) Unset ¶

func (v *NullableServiceUpdateResponse) Unset()

type NullableShardedFields ¶

type NullableShardedFields struct {
	// contains filtered or unexported fields
}

func NewNullableShardedFields ¶

func NewNullableShardedFields(val *ShardedFields) *NullableShardedFields

func (NullableShardedFields) Get ¶

func (NullableShardedFields) IsSet ¶

func (v NullableShardedFields) IsSet() bool

func (NullableShardedFields) MarshalJSON ¶

func (v NullableShardedFields) MarshalJSON() ([]byte, error)

func (*NullableShardedFields) Set ¶

func (v *NullableShardedFields) Set(val *ShardedFields)

func (*NullableShardedFields) UnmarshalJSON ¶

func (v *NullableShardedFields) UnmarshalJSON(src []byte) error

func (*NullableShardedFields) Unset ¶

func (v *NullableShardedFields) Unset()

type NullableStatsQueryResponse ¶

type NullableStatsQueryResponse struct {
	// contains filtered or unexported fields
}

func NewNullableStatsQueryResponse ¶

func NewNullableStatsQueryResponse(val *StatsQueryResponse) *NullableStatsQueryResponse

func (NullableStatsQueryResponse) Get ¶

func (NullableStatsQueryResponse) IsSet ¶

func (v NullableStatsQueryResponse) IsSet() bool

func (NullableStatsQueryResponse) MarshalJSON ¶

func (v NullableStatsQueryResponse) MarshalJSON() ([]byte, error)

func (*NullableStatsQueryResponse) Set ¶

func (*NullableStatsQueryResponse) UnmarshalJSON ¶

func (v *NullableStatsQueryResponse) UnmarshalJSON(src []byte) error

func (*NullableStatsQueryResponse) Unset ¶

func (v *NullableStatsQueryResponse) Unset()

type NullableStatsQueryResponseWithError ¶

type NullableStatsQueryResponseWithError struct {
	// contains filtered or unexported fields
}

func (NullableStatsQueryResponseWithError) Get ¶

func (NullableStatsQueryResponseWithError) IsSet ¶

func (NullableStatsQueryResponseWithError) MarshalJSON ¶

func (v NullableStatsQueryResponseWithError) MarshalJSON() ([]byte, error)

func (*NullableStatsQueryResponseWithError) Set ¶

func (*NullableStatsQueryResponseWithError) UnmarshalJSON ¶

func (v *NullableStatsQueryResponseWithError) UnmarshalJSON(src []byte) error

func (*NullableStatsQueryResponseWithError) Unset ¶

type NullableStatsResponseWithReferenceLine ¶

type NullableStatsResponseWithReferenceLine struct {
	// contains filtered or unexported fields
}

func (NullableStatsResponseWithReferenceLine) Get ¶

func (NullableStatsResponseWithReferenceLine) IsSet ¶

func (NullableStatsResponseWithReferenceLine) MarshalJSON ¶

func (v NullableStatsResponseWithReferenceLine) MarshalJSON() ([]byte, error)

func (*NullableStatsResponseWithReferenceLine) Set ¶

func (*NullableStatsResponseWithReferenceLine) UnmarshalJSON ¶

func (v *NullableStatsResponseWithReferenceLine) UnmarshalJSON(src []byte) error

func (*NullableStatsResponseWithReferenceLine) Unset ¶

type NullableStatsScatterResponse ¶

type NullableStatsScatterResponse struct {
	// contains filtered or unexported fields
}

func (NullableStatsScatterResponse) Get ¶

func (NullableStatsScatterResponse) IsSet ¶

func (NullableStatsScatterResponse) MarshalJSON ¶

func (v NullableStatsScatterResponse) MarshalJSON() ([]byte, error)

func (*NullableStatsScatterResponse) Set ¶

func (*NullableStatsScatterResponse) UnmarshalJSON ¶

func (v *NullableStatsScatterResponse) UnmarshalJSON(src []byte) error

func (*NullableStatsScatterResponse) Unset ¶

func (v *NullableStatsScatterResponse) Unset()

type NullableStatsTextResponse ¶

type NullableStatsTextResponse struct {
	// contains filtered or unexported fields
}

func NewNullableStatsTextResponse ¶

func NewNullableStatsTextResponse(val *StatsTextResponse) *NullableStatsTextResponse

func (NullableStatsTextResponse) Get ¶

func (NullableStatsTextResponse) IsSet ¶

func (v NullableStatsTextResponse) IsSet() bool

func (NullableStatsTextResponse) MarshalJSON ¶

func (v NullableStatsTextResponse) MarshalJSON() ([]byte, error)

func (*NullableStatsTextResponse) Set ¶

func (*NullableStatsTextResponse) UnmarshalJSON ¶

func (v *NullableStatsTextResponse) UnmarshalJSON(src []byte) error

func (*NullableStatsTextResponse) Unset ¶

func (v *NullableStatsTextResponse) Unset()

type NullableStatsTrendsResponse ¶

type NullableStatsTrendsResponse struct {
	// contains filtered or unexported fields
}

func (NullableStatsTrendsResponse) Get ¶

func (NullableStatsTrendsResponse) IsSet ¶

func (NullableStatsTrendsResponse) MarshalJSON ¶

func (v NullableStatsTrendsResponse) MarshalJSON() ([]byte, error)

func (*NullableStatsTrendsResponse) Set ¶

func (*NullableStatsTrendsResponse) UnmarshalJSON ¶

func (v *NullableStatsTrendsResponse) UnmarshalJSON(src []byte) error

func (*NullableStatsTrendsResponse) Unset ¶

func (v *NullableStatsTrendsResponse) 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 NullableSystem ¶

type NullableSystem struct {
	// contains filtered or unexported fields
}

func NewNullableSystem ¶

func NewNullableSystem(val *System) *NullableSystem

func (NullableSystem) Get ¶

func (v NullableSystem) Get() *System

func (NullableSystem) IsSet ¶

func (v NullableSystem) IsSet() bool

func (NullableSystem) MarshalJSON ¶

func (v NullableSystem) MarshalJSON() ([]byte, error)

func (*NullableSystem) Set ¶

func (v *NullableSystem) Set(val *System)

func (*NullableSystem) UnmarshalJSON ¶

func (v *NullableSystem) UnmarshalJSON(src []byte) error

func (*NullableSystem) Unset ¶

func (v *NullableSystem) Unset()

type NullableSystemAgent ¶

type NullableSystemAgent struct {
	// contains filtered or unexported fields
}

func NewNullableSystemAgent ¶

func NewNullableSystemAgent(val *SystemAgent) *NullableSystemAgent

func (NullableSystemAgent) Get ¶

func (NullableSystemAgent) IsSet ¶

func (v NullableSystemAgent) IsSet() bool

func (NullableSystemAgent) MarshalJSON ¶

func (v NullableSystemAgent) MarshalJSON() ([]byte, error)

func (*NullableSystemAgent) Set ¶

func (v *NullableSystemAgent) Set(val *SystemAgent)

func (*NullableSystemAgent) UnmarshalJSON ¶

func (v *NullableSystemAgent) UnmarshalJSON(src []byte) error

func (*NullableSystemAgent) Unset ¶

func (v *NullableSystemAgent) Unset()

type NullableTagsFieldValues ¶

type NullableTagsFieldValues struct {
	// contains filtered or unexported fields
}

func NewNullableTagsFieldValues ¶

func NewNullableTagsFieldValues(val *TagsFieldValues) *NullableTagsFieldValues

func (NullableTagsFieldValues) Get ¶

func (NullableTagsFieldValues) IsSet ¶

func (v NullableTagsFieldValues) IsSet() bool

func (NullableTagsFieldValues) MarshalJSON ¶

func (v NullableTagsFieldValues) MarshalJSON() ([]byte, error)

func (*NullableTagsFieldValues) Set ¶

func (*NullableTagsFieldValues) UnmarshalJSON ¶

func (v *NullableTagsFieldValues) UnmarshalJSON(src []byte) error

func (*NullableTagsFieldValues) Unset ¶

func (v *NullableTagsFieldValues) Unset()

type NullableTask ¶

type NullableTask struct {
	// contains filtered or unexported fields
}

func NewNullableTask ¶

func NewNullableTask(val *Task) *NullableTask

func (NullableTask) Get ¶

func (v NullableTask) Get() *Task

func (NullableTask) IsSet ¶

func (v NullableTask) IsSet() bool

func (NullableTask) MarshalJSON ¶

func (v NullableTask) MarshalJSON() ([]byte, error)

func (*NullableTask) Set ¶

func (v *NullableTask) Set(val *Task)

func (*NullableTask) UnmarshalJSON ¶

func (v *NullableTask) UnmarshalJSON(src []byte) error

func (*NullableTask) Unset ¶

func (v *NullableTask) Unset()

type NullableTaskCondition ¶

type NullableTaskCondition struct {
	// contains filtered or unexported fields
}

func NewNullableTaskCondition ¶

func NewNullableTaskCondition(val *TaskCondition) *NullableTaskCondition

func (NullableTaskCondition) Get ¶

func (NullableTaskCondition) IsSet ¶

func (v NullableTaskCondition) IsSet() bool

func (NullableTaskCondition) MarshalJSON ¶

func (v NullableTaskCondition) MarshalJSON() ([]byte, error)

func (*NullableTaskCondition) Set ¶

func (v *NullableTaskCondition) Set(val *TaskCondition)

func (*NullableTaskCondition) UnmarshalJSON ¶

func (v *NullableTaskCondition) UnmarshalJSON(src []byte) error

func (*NullableTaskCondition) Unset ¶

func (v *NullableTaskCondition) Unset()

type NullableTaskLoop ¶

type NullableTaskLoop struct {
	// contains filtered or unexported fields
}

func NewNullableTaskLoop ¶

func NewNullableTaskLoop(val *TaskLoop) *NullableTaskLoop

func (NullableTaskLoop) Get ¶

func (v NullableTaskLoop) Get() *TaskLoop

func (NullableTaskLoop) IsSet ¶

func (v NullableTaskLoop) IsSet() bool

func (NullableTaskLoop) MarshalJSON ¶

func (v NullableTaskLoop) MarshalJSON() ([]byte, error)

func (*NullableTaskLoop) Set ¶

func (v *NullableTaskLoop) Set(val *TaskLoop)

func (*NullableTaskLoop) UnmarshalJSON ¶

func (v *NullableTaskLoop) UnmarshalJSON(src []byte) error

func (*NullableTaskLoop) Unset ¶

func (v *NullableTaskLoop) Unset()

type NullableTermLocationMap ¶ added in v0.2.4

type NullableTermLocationMap struct {
	// contains filtered or unexported fields
}

func NewNullableTermLocationMap ¶ added in v0.2.4

func NewNullableTermLocationMap(val *TermLocationMap) *NullableTermLocationMap

func (NullableTermLocationMap) Get ¶ added in v0.2.4

func (NullableTermLocationMap) IsSet ¶ added in v0.2.4

func (v NullableTermLocationMap) IsSet() bool

func (NullableTermLocationMap) MarshalJSON ¶ added in v0.2.4

func (v NullableTermLocationMap) MarshalJSON() ([]byte, error)

func (*NullableTermLocationMap) Set ¶ added in v0.2.4

func (*NullableTermLocationMap) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableTermLocationMap) UnmarshalJSON(src []byte) error

func (*NullableTermLocationMap) Unset ¶ added in v0.2.4

func (v *NullableTermLocationMap) Unset()

type NullableTerminalOptions ¶

type NullableTerminalOptions struct {
	// contains filtered or unexported fields
}

func NewNullableTerminalOptions ¶

func NewNullableTerminalOptions(val *TerminalOptions) *NullableTerminalOptions

func (NullableTerminalOptions) Get ¶

func (NullableTerminalOptions) IsSet ¶

func (v NullableTerminalOptions) IsSet() bool

func (NullableTerminalOptions) MarshalJSON ¶

func (v NullableTerminalOptions) MarshalJSON() ([]byte, error)

func (*NullableTerminalOptions) Set ¶

func (*NullableTerminalOptions) UnmarshalJSON ¶

func (v *NullableTerminalOptions) UnmarshalJSON(src []byte) error

func (*NullableTerminalOptions) Unset ¶

func (v *NullableTerminalOptions) 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 NullableTimerTrigger ¶

type NullableTimerTrigger struct {
	// contains filtered or unexported fields
}

func NewNullableTimerTrigger ¶

func NewNullableTimerTrigger(val *TimerTrigger) *NullableTimerTrigger

func (NullableTimerTrigger) Get ¶

func (NullableTimerTrigger) IsSet ¶

func (v NullableTimerTrigger) IsSet() bool

func (NullableTimerTrigger) MarshalJSON ¶

func (v NullableTimerTrigger) MarshalJSON() ([]byte, error)

func (*NullableTimerTrigger) Set ¶

func (v *NullableTimerTrigger) Set(val *TimerTrigger)

func (*NullableTimerTrigger) UnmarshalJSON ¶

func (v *NullableTimerTrigger) UnmarshalJSON(src []byte) error

func (*NullableTimerTrigger) Unset ¶

func (v *NullableTimerTrigger) Unset()

type NullableTypeAndKind ¶

type NullableTypeAndKind struct {
	// contains filtered or unexported fields
}

func NewNullableTypeAndKind ¶

func NewNullableTypeAndKind(val *TypeAndKind) *NullableTypeAndKind

func (NullableTypeAndKind) Get ¶

func (NullableTypeAndKind) IsSet ¶

func (v NullableTypeAndKind) IsSet() bool

func (NullableTypeAndKind) MarshalJSON ¶

func (v NullableTypeAndKind) MarshalJSON() ([]byte, error)

func (*NullableTypeAndKind) Set ¶

func (v *NullableTypeAndKind) Set(val *TypeAndKind)

func (*NullableTypeAndKind) UnmarshalJSON ¶

func (v *NullableTypeAndKind) UnmarshalJSON(src []byte) error

func (*NullableTypeAndKind) Unset ¶

func (v *NullableTypeAndKind) Unset()

type NullableUnclassifiedCases ¶ added in v0.2.4

type NullableUnclassifiedCases struct {
	// contains filtered or unexported fields
}

func NewNullableUnclassifiedCases ¶ added in v0.2.4

func NewNullableUnclassifiedCases(val *UnclassifiedCases) *NullableUnclassifiedCases

func (NullableUnclassifiedCases) Get ¶ added in v0.2.4

func (NullableUnclassifiedCases) IsSet ¶ added in v0.2.4

func (v NullableUnclassifiedCases) IsSet() bool

func (NullableUnclassifiedCases) MarshalJSON ¶ added in v0.2.4

func (v NullableUnclassifiedCases) MarshalJSON() ([]byte, error)

func (*NullableUnclassifiedCases) Set ¶ added in v0.2.4

func (*NullableUnclassifiedCases) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableUnclassifiedCases) UnmarshalJSON(src []byte) error

func (*NullableUnclassifiedCases) Unset ¶ added in v0.2.4

func (v *NullableUnclassifiedCases) Unset()

type NullableUpdateAccountHostResponse ¶ added in v0.2.4

type NullableUpdateAccountHostResponse struct {
	// contains filtered or unexported fields
}

func NewNullableUpdateAccountHostResponse ¶ added in v0.2.4

func NewNullableUpdateAccountHostResponse(val *UpdateAccountHostResponse) *NullableUpdateAccountHostResponse

func (NullableUpdateAccountHostResponse) Get ¶ added in v0.2.4

func (NullableUpdateAccountHostResponse) IsSet ¶ added in v0.2.4

func (NullableUpdateAccountHostResponse) MarshalJSON ¶ added in v0.2.4

func (v NullableUpdateAccountHostResponse) MarshalJSON() ([]byte, error)

func (*NullableUpdateAccountHostResponse) Set ¶ added in v0.2.4

func (*NullableUpdateAccountHostResponse) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableUpdateAccountHostResponse) UnmarshalJSON(src []byte) error

func (*NullableUpdateAccountHostResponse) Unset ¶ added in v0.2.4

type NullableUpdateDataBatch ¶

type NullableUpdateDataBatch struct {
	// contains filtered or unexported fields
}

func NewNullableUpdateDataBatch ¶

func NewNullableUpdateDataBatch(val *UpdateDataBatch) *NullableUpdateDataBatch

func (NullableUpdateDataBatch) Get ¶

func (NullableUpdateDataBatch) IsSet ¶

func (v NullableUpdateDataBatch) IsSet() bool

func (NullableUpdateDataBatch) MarshalJSON ¶

func (v NullableUpdateDataBatch) MarshalJSON() ([]byte, error)

func (*NullableUpdateDataBatch) Set ¶

func (*NullableUpdateDataBatch) UnmarshalJSON ¶

func (v *NullableUpdateDataBatch) UnmarshalJSON(src []byte) error

func (*NullableUpdateDataBatch) Unset ¶

func (v *NullableUpdateDataBatch) Unset()

type NullableUpdateEntry ¶

type NullableUpdateEntry struct {
	// contains filtered or unexported fields
}

func NewNullableUpdateEntry ¶

func NewNullableUpdateEntry(val *UpdateEntry) *NullableUpdateEntry

func (NullableUpdateEntry) Get ¶

func (NullableUpdateEntry) IsSet ¶

func (v NullableUpdateEntry) IsSet() bool

func (NullableUpdateEntry) MarshalJSON ¶

func (v NullableUpdateEntry) MarshalJSON() ([]byte, error)

func (*NullableUpdateEntry) Set ¶

func (v *NullableUpdateEntry) Set(val *UpdateEntry)

func (*NullableUpdateEntry) UnmarshalJSON ¶

func (v *NullableUpdateEntry) UnmarshalJSON(src []byte) error

func (*NullableUpdateEntry) Unset ¶

func (v *NullableUpdateEntry) Unset()

type NullableUpdateEntryTags ¶

type NullableUpdateEntryTags struct {
	// contains filtered or unexported fields
}

func NewNullableUpdateEntryTags ¶

func NewNullableUpdateEntryTags(val *UpdateEntryTags) *NullableUpdateEntryTags

func (NullableUpdateEntryTags) Get ¶

func (NullableUpdateEntryTags) IsSet ¶

func (v NullableUpdateEntryTags) IsSet() bool

func (NullableUpdateEntryTags) MarshalJSON ¶

func (v NullableUpdateEntryTags) MarshalJSON() ([]byte, error)

func (*NullableUpdateEntryTags) Set ¶

func (*NullableUpdateEntryTags) UnmarshalJSON ¶

func (v *NullableUpdateEntryTags) UnmarshalJSON(src []byte) error

func (*NullableUpdateEntryTags) Unset ¶

func (v *NullableUpdateEntryTags) Unset()

type NullableUpdateIndicatorBatch ¶

type NullableUpdateIndicatorBatch struct {
	// contains filtered or unexported fields
}

func (NullableUpdateIndicatorBatch) Get ¶

func (NullableUpdateIndicatorBatch) IsSet ¶

func (NullableUpdateIndicatorBatch) MarshalJSON ¶

func (v NullableUpdateIndicatorBatch) MarshalJSON() ([]byte, error)

func (*NullableUpdateIndicatorBatch) Set ¶

func (*NullableUpdateIndicatorBatch) UnmarshalJSON ¶

func (v *NullableUpdateIndicatorBatch) UnmarshalJSON(src []byte) error

func (*NullableUpdateIndicatorBatch) Unset ¶

func (v *NullableUpdateIndicatorBatch) Unset()

type NullableUpdateIndicatorReputationData ¶

type NullableUpdateIndicatorReputationData struct {
	// contains filtered or unexported fields
}

func (NullableUpdateIndicatorReputationData) Get ¶

func (NullableUpdateIndicatorReputationData) IsSet ¶

func (NullableUpdateIndicatorReputationData) MarshalJSON ¶

func (v NullableUpdateIndicatorReputationData) MarshalJSON() ([]byte, error)

func (*NullableUpdateIndicatorReputationData) Set ¶

func (*NullableUpdateIndicatorReputationData) UnmarshalJSON ¶

func (v *NullableUpdateIndicatorReputationData) UnmarshalJSON(src []byte) error

func (*NullableUpdateIndicatorReputationData) Unset ¶

type NullableUpdateResponse ¶

type NullableUpdateResponse struct {
	// contains filtered or unexported fields
}

func NewNullableUpdateResponse ¶

func NewNullableUpdateResponse(val *UpdateResponse) *NullableUpdateResponse

func (NullableUpdateResponse) Get ¶

func (NullableUpdateResponse) IsSet ¶

func (v NullableUpdateResponse) IsSet() bool

func (NullableUpdateResponse) MarshalJSON ¶

func (v NullableUpdateResponse) MarshalJSON() ([]byte, error)

func (*NullableUpdateResponse) Set ¶

func (*NullableUpdateResponse) UnmarshalJSON ¶

func (v *NullableUpdateResponse) UnmarshalJSON(src []byte) error

func (*NullableUpdateResponse) Unset ¶

func (v *NullableUpdateResponse) Unset()

type NullableUpdateRolesAndPropagationLabelsRequest ¶

type NullableUpdateRolesAndPropagationLabelsRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateRolesAndPropagationLabelsRequest) Get ¶

func (NullableUpdateRolesAndPropagationLabelsRequest) IsSet ¶

func (NullableUpdateRolesAndPropagationLabelsRequest) MarshalJSON ¶

func (*NullableUpdateRolesAndPropagationLabelsRequest) Set ¶

func (*NullableUpdateRolesAndPropagationLabelsRequest) UnmarshalJSON ¶

func (*NullableUpdateRolesAndPropagationLabelsRequest) Unset ¶

type NullableUploadedEntry ¶

type NullableUploadedEntry struct {
	// contains filtered or unexported fields
}

func NewNullableUploadedEntry ¶

func NewNullableUploadedEntry(val *UploadedEntry) *NullableUploadedEntry

func (NullableUploadedEntry) Get ¶

func (NullableUploadedEntry) IsSet ¶

func (v NullableUploadedEntry) IsSet() bool

func (NullableUploadedEntry) MarshalJSON ¶

func (v NullableUploadedEntry) MarshalJSON() ([]byte, error)

func (*NullableUploadedEntry) Set ¶

func (v *NullableUploadedEntry) Set(val *UploadedEntry)

func (*NullableUploadedEntry) UnmarshalJSON ¶

func (v *NullableUploadedEntry) UnmarshalJSON(src []byte) error

func (*NullableUploadedEntry) Unset ¶

func (v *NullableUploadedEntry) Unset()

type NullableVersion ¶

type NullableVersion struct {
	// contains filtered or unexported fields
}

func NewNullableVersion ¶

func NewNullableVersion(val *Version) *NullableVersion

func (NullableVersion) Get ¶

func (v NullableVersion) Get() *Version

func (NullableVersion) IsSet ¶

func (v NullableVersion) IsSet() bool

func (NullableVersion) MarshalJSON ¶

func (v NullableVersion) MarshalJSON() ([]byte, error)

func (*NullableVersion) Set ¶

func (v *NullableVersion) Set(val *Version)

func (*NullableVersion) UnmarshalJSON ¶

func (v *NullableVersion) UnmarshalJSON(src []byte) error

func (*NullableVersion) Unset ¶

func (v *NullableVersion) Unset()

type NullableVersionedCommit ¶

type NullableVersionedCommit struct {
	// contains filtered or unexported fields
}

func NewNullableVersionedCommit ¶

func NewNullableVersionedCommit(val *VersionedCommit) *NullableVersionedCommit

func (NullableVersionedCommit) Get ¶

func (NullableVersionedCommit) IsSet ¶

func (v NullableVersionedCommit) IsSet() bool

func (NullableVersionedCommit) MarshalJSON ¶

func (v NullableVersionedCommit) MarshalJSON() ([]byte, error)

func (*NullableVersionedCommit) Set ¶

func (*NullableVersionedCommit) UnmarshalJSON ¶

func (v *NullableVersionedCommit) UnmarshalJSON(src []byte) error

func (*NullableVersionedCommit) Unset ¶

func (v *NullableVersionedCommit) Unset()

type NullableVolume ¶

type NullableVolume struct {
	// contains filtered or unexported fields
}

func NewNullableVolume ¶

func NewNullableVolume(val *Volume) *NullableVolume

func (NullableVolume) Get ¶

func (v NullableVolume) Get() *Volume

func (NullableVolume) IsSet ¶

func (v NullableVolume) IsSet() bool

func (NullableVolume) MarshalJSON ¶

func (v NullableVolume) MarshalJSON() ([]byte, error)

func (*NullableVolume) Set ¶

func (v *NullableVolume) Set(val *Volume)

func (*NullableVolume) UnmarshalJSON ¶

func (v *NullableVolume) UnmarshalJSON(src []byte) error

func (*NullableVolume) Unset ¶

func (v *NullableVolume) Unset()

type NullableVolumeUsageData ¶

type NullableVolumeUsageData struct {
	// contains filtered or unexported fields
}

func NewNullableVolumeUsageData ¶

func NewNullableVolumeUsageData(val *VolumeUsageData) *NullableVolumeUsageData

func (NullableVolumeUsageData) Get ¶

func (NullableVolumeUsageData) IsSet ¶

func (v NullableVolumeUsageData) IsSet() bool

func (NullableVolumeUsageData) MarshalJSON ¶

func (v NullableVolumeUsageData) MarshalJSON() ([]byte, error)

func (*NullableVolumeUsageData) Set ¶

func (*NullableVolumeUsageData) UnmarshalJSON ¶

func (v *NullableVolumeUsageData) UnmarshalJSON(src []byte) error

func (*NullableVolumeUsageData) Unset ¶

func (v *NullableVolumeUsageData) Unset()

type NullableWhitelistedIndicator ¶

type NullableWhitelistedIndicator struct {
	// contains filtered or unexported fields
}

func (NullableWhitelistedIndicator) Get ¶

func (NullableWhitelistedIndicator) IsSet ¶

func (NullableWhitelistedIndicator) MarshalJSON ¶

func (v NullableWhitelistedIndicator) MarshalJSON() ([]byte, error)

func (*NullableWhitelistedIndicator) Set ¶

func (*NullableWhitelistedIndicator) UnmarshalJSON ¶

func (v *NullableWhitelistedIndicator) UnmarshalJSON(src []byte) error

func (*NullableWhitelistedIndicator) Unset ¶

func (v *NullableWhitelistedIndicator) Unset()

type NullableWidget ¶

type NullableWidget struct {
	// contains filtered or unexported fields
}

func NewNullableWidget ¶

func NewNullableWidget(val *Widget) *NullableWidget

func (NullableWidget) Get ¶

func (v NullableWidget) Get() *Widget

func (NullableWidget) IsSet ¶

func (v NullableWidget) IsSet() bool

func (NullableWidget) MarshalJSON ¶

func (v NullableWidget) MarshalJSON() ([]byte, error)

func (*NullableWidget) Set ¶

func (v *NullableWidget) Set(val *Widget)

func (*NullableWidget) UnmarshalJSON ¶

func (v *NullableWidget) UnmarshalJSON(src []byte) error

func (*NullableWidget) Unset ¶

func (v *NullableWidget) Unset()

type NullableWidgetCell ¶

type NullableWidgetCell struct {
	// contains filtered or unexported fields
}

func NewNullableWidgetCell ¶

func NewNullableWidgetCell(val *WidgetCell) *NullableWidgetCell

func (NullableWidgetCell) Get ¶

func (v NullableWidgetCell) Get() *WidgetCell

func (NullableWidgetCell) IsSet ¶

func (v NullableWidgetCell) IsSet() bool

func (NullableWidgetCell) MarshalJSON ¶

func (v NullableWidgetCell) MarshalJSON() ([]byte, error)

func (*NullableWidgetCell) Set ¶

func (v *NullableWidgetCell) Set(val *WidgetCell)

func (*NullableWidgetCell) UnmarshalJSON ¶

func (v *NullableWidgetCell) UnmarshalJSON(src []byte) error

func (*NullableWidgetCell) Unset ¶

func (v *NullableWidgetCell) Unset()

type NullableWidgetCells ¶ added in v0.2.4

type NullableWidgetCells struct {
	// contains filtered or unexported fields
}

func NewNullableWidgetCells ¶ added in v0.2.4

func NewNullableWidgetCells(val *WidgetCells) *NullableWidgetCells

func (NullableWidgetCells) Get ¶ added in v0.2.4

func (NullableWidgetCells) IsSet ¶ added in v0.2.4

func (v NullableWidgetCells) IsSet() bool

func (NullableWidgetCells) MarshalJSON ¶ added in v0.2.4

func (v NullableWidgetCells) MarshalJSON() ([]byte, error)

func (*NullableWidgetCells) Set ¶ added in v0.2.4

func (v *NullableWidgetCells) Set(val *WidgetCells)

func (*NullableWidgetCells) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableWidgetCells) UnmarshalJSON(src []byte) error

func (*NullableWidgetCells) Unset ¶ added in v0.2.4

func (v *NullableWidgetCells) Unset()

type OperatorArgument ¶

type OperatorArgument struct {
	IsContext *bool       `json:"isContext,omitempty"`
	Value     *AdvanceArg `json:"value,omitempty"`
}

OperatorArgument struct for OperatorArgument

func NewOperatorArgument ¶

func NewOperatorArgument() *OperatorArgument

NewOperatorArgument instantiates a new OperatorArgument 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 NewOperatorArgumentWithDefaults ¶

func NewOperatorArgumentWithDefaults() *OperatorArgument

NewOperatorArgumentWithDefaults instantiates a new OperatorArgument 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 (*OperatorArgument) GetIsContext ¶

func (o *OperatorArgument) GetIsContext() bool

GetIsContext returns the IsContext field value if set, zero value otherwise.

func (*OperatorArgument) GetIsContextOk ¶

func (o *OperatorArgument) GetIsContextOk() (*bool, bool)

GetIsContextOk returns a tuple with the IsContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OperatorArgument) GetValue ¶

func (o *OperatorArgument) GetValue() AdvanceArg

GetValue returns the Value field value if set, zero value otherwise.

func (*OperatorArgument) GetValueOk ¶

func (o *OperatorArgument) GetValueOk() (*AdvanceArg, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OperatorArgument) HasIsContext ¶

func (o *OperatorArgument) HasIsContext() bool

HasIsContext returns a boolean if a field has been set.

func (*OperatorArgument) HasValue ¶

func (o *OperatorArgument) HasValue() bool

HasValue returns a boolean if a field has been set.

func (OperatorArgument) MarshalJSON ¶

func (o OperatorArgument) MarshalJSON() ([]byte, error)

func (*OperatorArgument) SetIsContext ¶

func (o *OperatorArgument) SetIsContext(v bool)

SetIsContext gets a reference to the given bool and assigns it to the IsContext field.

func (*OperatorArgument) SetValue ¶

func (o *OperatorArgument) SetValue(v AdvanceArg)

SetValue gets a reference to the given AdvanceArg and assigns it to the Value field.

type Order ¶

type Order struct {
	Asc       *bool   `json:"asc,omitempty"`
	Field     *string `json:"field,omitempty"`
	FieldType *string `json:"fieldType,omitempty"`
}

Order Order struct holds a sort field and the direction of sorting

func NewOrder ¶

func NewOrder() *Order

NewOrder instantiates a new Order 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 NewOrderWithDefaults ¶

func NewOrderWithDefaults() *Order

NewOrderWithDefaults instantiates a new Order 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 (*Order) GetAsc ¶

func (o *Order) GetAsc() bool

GetAsc returns the Asc field value if set, zero value otherwise.

func (*Order) GetAscOk ¶

func (o *Order) GetAscOk() (*bool, bool)

GetAscOk returns a tuple with the Asc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Order) GetField ¶

func (o *Order) GetField() string

GetField returns the Field field value if set, zero value otherwise.

func (*Order) GetFieldOk ¶

func (o *Order) GetFieldOk() (*string, bool)

GetFieldOk returns a tuple with the Field field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Order) GetFieldType ¶

func (o *Order) GetFieldType() string

GetFieldType returns the FieldType field value if set, zero value otherwise.

func (*Order) GetFieldTypeOk ¶

func (o *Order) GetFieldTypeOk() (*string, bool)

GetFieldTypeOk returns a tuple with the FieldType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Order) HasAsc ¶

func (o *Order) HasAsc() bool

HasAsc returns a boolean if a field has been set.

func (*Order) HasField ¶

func (o *Order) HasField() bool

HasField returns a boolean if a field has been set.

func (*Order) HasFieldType ¶

func (o *Order) HasFieldType() bool

HasFieldType returns a boolean if a field has been set.

func (Order) MarshalJSON ¶

func (o Order) MarshalJSON() ([]byte, error)

func (*Order) SetAsc ¶

func (o *Order) SetAsc(v bool)

SetAsc gets a reference to the given bool and assigns it to the Asc field.

func (*Order) SetField ¶

func (o *Order) SetField(v string)

SetField gets a reference to the given string and assigns it to the Field field.

func (*Order) SetFieldType ¶

func (o *Order) SetFieldType(v string)

SetFieldType gets a reference to the given string and assigns it to the FieldType field.

type Output ¶

type Output struct {
	ContentPath *string `json:"contentPath,omitempty"`
	ContextPath *string `json:"contextPath,omitempty"`
	// Description is either a string or a map from string to interface
	Description *map[string]interface{} `json:"description,omitempty"`
	Type        *string                 `json:"type,omitempty"`
}

Output Output of a module command

func NewOutput ¶

func NewOutput() *Output

NewOutput instantiates a new Output 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 NewOutputWithDefaults ¶

func NewOutputWithDefaults() *Output

NewOutputWithDefaults instantiates a new Output 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 (*Output) GetContentPath ¶

func (o *Output) GetContentPath() string

GetContentPath returns the ContentPath field value if set, zero value otherwise.

func (*Output) GetContentPathOk ¶

func (o *Output) GetContentPathOk() (*string, bool)

GetContentPathOk returns a tuple with the ContentPath field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Output) GetContextPath ¶

func (o *Output) GetContextPath() string

GetContextPath returns the ContextPath field value if set, zero value otherwise.

func (*Output) GetContextPathOk ¶

func (o *Output) GetContextPathOk() (*string, bool)

GetContextPathOk returns a tuple with the ContextPath field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Output) GetDescription ¶

func (o *Output) GetDescription() map[string]interface{}

GetDescription returns the Description field value if set, zero value otherwise.

func (*Output) GetDescriptionOk ¶

func (o *Output) GetDescriptionOk() (*map[string]interface{}, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Output) GetType ¶

func (o *Output) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Output) GetTypeOk ¶

func (o *Output) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Output) HasContentPath ¶

func (o *Output) HasContentPath() bool

HasContentPath returns a boolean if a field has been set.

func (*Output) HasContextPath ¶

func (o *Output) HasContextPath() bool

HasContextPath returns a boolean if a field has been set.

func (*Output) HasDescription ¶

func (o *Output) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Output) HasType ¶

func (o *Output) HasType() bool

HasType returns a boolean if a field has been set.

func (Output) MarshalJSON ¶

func (o Output) MarshalJSON() ([]byte, error)

func (*Output) SetContentPath ¶

func (o *Output) SetContentPath(v string)

SetContentPath gets a reference to the given string and assigns it to the ContentPath field.

func (*Output) SetContextPath ¶

func (o *Output) SetContextPath(v string)

SetContextPath gets a reference to the given string and assigns it to the ContextPath field.

func (*Output) SetDescription ¶

func (o *Output) SetDescription(v map[string]interface{})

SetDescription gets a reference to the given map[string]interface{} and assigns it to the Description field.

func (*Output) SetType ¶

func (o *Output) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type Period ¶

type Period struct {
	// By is used for legacty, and if exists it will override ByTo and ByFrom
	By        *string `json:"by,omitempty"`
	ByFrom    *string `json:"byFrom,omitempty"`
	ByTo      *string `json:"byTo,omitempty"`
	Field     *string `json:"field,omitempty"`
	FromValue *string `json:"fromValue,omitempty"`
	ToValue   *string `json:"toValue,omitempty"`
}

Period struct for Period

func NewPeriod ¶

func NewPeriod() *Period

NewPeriod instantiates a new Period 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 NewPeriodWithDefaults ¶

func NewPeriodWithDefaults() *Period

NewPeriodWithDefaults instantiates a new Period 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 (*Period) GetBy ¶

func (o *Period) GetBy() string

GetBy returns the By field value if set, zero value otherwise.

func (*Period) GetByFrom ¶

func (o *Period) GetByFrom() string

GetByFrom returns the ByFrom field value if set, zero value otherwise.

func (*Period) GetByFromOk ¶

func (o *Period) GetByFromOk() (*string, bool)

GetByFromOk returns a tuple with the ByFrom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Period) GetByOk ¶

func (o *Period) GetByOk() (*string, bool)

GetByOk returns a tuple with the By field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Period) GetByTo ¶

func (o *Period) GetByTo() string

GetByTo returns the ByTo field value if set, zero value otherwise.

func (*Period) GetByToOk ¶

func (o *Period) GetByToOk() (*string, bool)

GetByToOk returns a tuple with the ByTo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Period) GetField ¶

func (o *Period) GetField() string

GetField returns the Field field value if set, zero value otherwise.

func (*Period) GetFieldOk ¶

func (o *Period) GetFieldOk() (*string, bool)

GetFieldOk returns a tuple with the Field field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Period) GetFromValue ¶

func (o *Period) GetFromValue() string

GetFromValue returns the FromValue field value if set, zero value otherwise.

func (*Period) GetFromValueOk ¶

func (o *Period) GetFromValueOk() (*string, bool)

GetFromValueOk returns a tuple with the FromValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Period) GetToValue ¶

func (o *Period) GetToValue() string

GetToValue returns the ToValue field value if set, zero value otherwise.

func (*Period) GetToValueOk ¶

func (o *Period) GetToValueOk() (*string, bool)

GetToValueOk returns a tuple with the ToValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Period) HasBy ¶

func (o *Period) HasBy() bool

HasBy returns a boolean if a field has been set.

func (*Period) HasByFrom ¶

func (o *Period) HasByFrom() bool

HasByFrom returns a boolean if a field has been set.

func (*Period) HasByTo ¶

func (o *Period) HasByTo() bool

HasByTo returns a boolean if a field has been set.

func (*Period) HasField ¶

func (o *Period) HasField() bool

HasField returns a boolean if a field has been set.

func (*Period) HasFromValue ¶

func (o *Period) HasFromValue() bool

HasFromValue returns a boolean if a field has been set.

func (*Period) HasToValue ¶

func (o *Period) HasToValue() bool

HasToValue returns a boolean if a field has been set.

func (Period) MarshalJSON ¶

func (o Period) MarshalJSON() ([]byte, error)

func (*Period) SetBy ¶

func (o *Period) SetBy(v string)

SetBy gets a reference to the given string and assigns it to the By field.

func (*Period) SetByFrom ¶

func (o *Period) SetByFrom(v string)

SetByFrom gets a reference to the given string and assigns it to the ByFrom field.

func (*Period) SetByTo ¶

func (o *Period) SetByTo(v string)

SetByTo gets a reference to the given string and assigns it to the ByTo field.

func (*Period) SetField ¶

func (o *Period) SetField(v string)

SetField gets a reference to the given string and assigns it to the Field field.

func (*Period) SetFromValue ¶

func (o *Period) SetFromValue(v string)

SetFromValue gets a reference to the given string and assigns it to the FromValue field.

func (*Period) SetToValue ¶

func (o *Period) SetToValue(v string)

SetToValue gets a reference to the given string and assigns it to the ToValue field.

type Playbook ¶

type Playbook struct {
	AllRead       *bool     `json:"allRead,omitempty"`
	AllReadWrite  *bool     `json:"allReadWrite,omitempty"`
	Brands        *[]string `json:"brands,omitempty"`
	Commands      *[]string `json:"commands,omitempty"`
	Comment       *string   `json:"comment,omitempty"`
	CommitMessage *string   `json:"commitMessage,omitempty"`
	// Who has created this event - relevant only for manual incidents
	DbotCreatedBy     *string `json:"dbotCreatedBy,omitempty"`
	Deprecated        *bool   `json:"deprecated,omitempty"`
	Detached          *bool   `json:"detached,omitempty"`
	EncTasks          *string `json:"encTasks,omitempty"`
	FromServerVersion *string `json:"fromServerVersion,omitempty"`
	// Internal field to make queries on role faster
	HasRole   *bool                `json:"hasRole,omitempty"`
	Hidden    *bool                `json:"hidden,omitempty"`
	Highlight *map[string][]string `json:"highlight,omitempty"`
	Id        *string              `json:"id,omitempty"`
	// PlaybookInputs - array of PlaybookInput
	Inputs            *[]PlaybookInput `json:"inputs,omitempty"`
	ItemVersion       *string          `json:"itemVersion,omitempty"`
	Locked            *bool            `json:"locked,omitempty"`
	MissingScriptsIds *[]string        `json:"missingScriptsIds,omitempty"`
	Modified          *time.Time       `json:"modified,omitempty"`
	Name              *string          `json:"name,omitempty"`
	NameRaw           *string          `json:"nameRaw,omitempty"`
	NumericId         *int64           `json:"numericId,omitempty"`
	// PlaybookOutputs - array of PlaybookOutput
	Outputs               *[]PlaybookOutput `json:"outputs,omitempty"`
	PackID                *string           `json:"packID,omitempty"`
	PackPropagationLabels *[]string         `json:"packPropagationLabels,omitempty"`
	PrevName              *string           `json:"prevName,omitempty"`
	PreviousAllRead       *bool             `json:"previousAllRead,omitempty"`
	PreviousAllReadWrite  *bool             `json:"previousAllReadWrite,omitempty"`
	// Do not change this field manually
	PreviousRoles     *[]string `json:"previousRoles,omitempty"`
	PrimaryTerm       *int64    `json:"primaryTerm,omitempty"`
	Private           *bool     `json:"private,omitempty"`
	PropagationLabels *[]string `json:"propagationLabels,omitempty"`
	Quiet             *bool     `json:"quiet,omitempty"`
	// The role assigned to this investigation
	Roles            *[]string `json:"roles,omitempty"`
	ScriptIds        *[]string `json:"scriptIds,omitempty"`
	SequenceNumber   *int64    `json:"sequenceNumber,omitempty"`
	ShouldCommit     *bool     `json:"shouldCommit,omitempty"`
	SortValues       *[]string `json:"sortValues,omitempty"`
	SourcePlaybookID *string   `json:"sourcePlaybookID,omitempty"`
	StartTaskId      *string   `json:"startTaskId,omitempty"`
	System           *bool     `json:"system,omitempty"`
	Tags             *[]string `json:"tags,omitempty"`
	// auto generated field that will contain all task ids in this playbook Needed for searching with bleve
	TaskIds                           *[]string                `json:"taskIds,omitempty"`
	Tasks                             *map[string]PlaybookTask `json:"tasks,omitempty"`
	ToServerVersion                   *string                  `json:"toServerVersion,omitempty"`
	VcShouldIgnore                    *bool                    `json:"vcShouldIgnore,omitempty"`
	VcShouldKeepItemLegacyProdMachine *bool                    `json:"vcShouldKeepItemLegacyProdMachine,omitempty"`
	Version                           *int64                   `json:"version,omitempty"`
	// PlaybookView represents the view in client of playbook graph
	View                       *map[string]interface{} `json:"view,omitempty"`
	XsoarHasReadOnlyRole       *bool                   `json:"xsoarHasReadOnlyRole,omitempty"`
	XsoarPreviousReadOnlyRoles *[]string               `json:"xsoarPreviousReadOnlyRoles,omitempty"`
	XsoarReadOnlyRoles         *[]string               `json:"xsoarReadOnlyRoles,omitempty"`
}

Playbook Playbook is a collection of tasks

func NewPlaybook ¶

func NewPlaybook() *Playbook

NewPlaybook instantiates a new Playbook 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 NewPlaybookWithDefaults ¶

func NewPlaybookWithDefaults() *Playbook

NewPlaybookWithDefaults instantiates a new Playbook 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 (*Playbook) GetAllRead ¶

func (o *Playbook) GetAllRead() bool

GetAllRead returns the AllRead field value if set, zero value otherwise.

func (*Playbook) GetAllReadOk ¶

func (o *Playbook) GetAllReadOk() (*bool, bool)

GetAllReadOk returns a tuple with the AllRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetAllReadWrite ¶

func (o *Playbook) GetAllReadWrite() bool

GetAllReadWrite returns the AllReadWrite field value if set, zero value otherwise.

func (*Playbook) GetAllReadWriteOk ¶

func (o *Playbook) GetAllReadWriteOk() (*bool, bool)

GetAllReadWriteOk returns a tuple with the AllReadWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetBrands ¶

func (o *Playbook) GetBrands() []string

GetBrands returns the Brands field value if set, zero value otherwise.

func (*Playbook) GetBrandsOk ¶

func (o *Playbook) GetBrandsOk() (*[]string, bool)

GetBrandsOk returns a tuple with the Brands field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetCommands ¶

func (o *Playbook) GetCommands() []string

GetCommands returns the Commands field value if set, zero value otherwise.

func (*Playbook) GetCommandsOk ¶

func (o *Playbook) GetCommandsOk() (*[]string, bool)

GetCommandsOk returns a tuple with the Commands field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetComment ¶

func (o *Playbook) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*Playbook) GetCommentOk ¶

func (o *Playbook) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetCommitMessage ¶

func (o *Playbook) GetCommitMessage() string

GetCommitMessage returns the CommitMessage field value if set, zero value otherwise.

func (*Playbook) GetCommitMessageOk ¶

func (o *Playbook) GetCommitMessageOk() (*string, bool)

GetCommitMessageOk returns a tuple with the CommitMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetDbotCreatedBy ¶

func (o *Playbook) GetDbotCreatedBy() string

GetDbotCreatedBy returns the DbotCreatedBy field value if set, zero value otherwise.

func (*Playbook) GetDbotCreatedByOk ¶

func (o *Playbook) GetDbotCreatedByOk() (*string, bool)

GetDbotCreatedByOk returns a tuple with the DbotCreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetDeprecated ¶

func (o *Playbook) GetDeprecated() bool

GetDeprecated returns the Deprecated field value if set, zero value otherwise.

func (*Playbook) GetDeprecatedOk ¶

func (o *Playbook) GetDeprecatedOk() (*bool, bool)

GetDeprecatedOk returns a tuple with the Deprecated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetDetached ¶

func (o *Playbook) GetDetached() bool

GetDetached returns the Detached field value if set, zero value otherwise.

func (*Playbook) GetDetachedOk ¶

func (o *Playbook) GetDetachedOk() (*bool, bool)

GetDetachedOk returns a tuple with the Detached field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetEncTasks ¶

func (o *Playbook) GetEncTasks() string

GetEncTasks returns the EncTasks field value if set, zero value otherwise.

func (*Playbook) GetEncTasksOk ¶

func (o *Playbook) GetEncTasksOk() (*string, bool)

GetEncTasksOk returns a tuple with the EncTasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetFromServerVersion ¶

func (o *Playbook) GetFromServerVersion() string

GetFromServerVersion returns the FromServerVersion field value if set, zero value otherwise.

func (*Playbook) GetFromServerVersionOk ¶

func (o *Playbook) GetFromServerVersionOk() (*string, bool)

GetFromServerVersionOk returns a tuple with the FromServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetHasRole ¶

func (o *Playbook) GetHasRole() bool

GetHasRole returns the HasRole field value if set, zero value otherwise.

func (*Playbook) GetHasRoleOk ¶

func (o *Playbook) GetHasRoleOk() (*bool, bool)

GetHasRoleOk returns a tuple with the HasRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetHidden ¶

func (o *Playbook) GetHidden() bool

GetHidden returns the Hidden field value if set, zero value otherwise.

func (*Playbook) GetHiddenOk ¶

func (o *Playbook) GetHiddenOk() (*bool, bool)

GetHiddenOk returns a tuple with the Hidden field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetHighlight ¶

func (o *Playbook) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*Playbook) GetHighlightOk ¶

func (o *Playbook) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetId ¶

func (o *Playbook) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Playbook) GetIdOk ¶

func (o *Playbook) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetInputs ¶

func (o *Playbook) GetInputs() []PlaybookInput

GetInputs returns the Inputs field value if set, zero value otherwise.

func (*Playbook) GetInputsOk ¶

func (o *Playbook) GetInputsOk() (*[]PlaybookInput, bool)

GetInputsOk returns a tuple with the Inputs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetItemVersion ¶

func (o *Playbook) GetItemVersion() string

GetItemVersion returns the ItemVersion field value if set, zero value otherwise.

func (*Playbook) GetItemVersionOk ¶

func (o *Playbook) GetItemVersionOk() (*string, bool)

GetItemVersionOk returns a tuple with the ItemVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetLocked ¶

func (o *Playbook) GetLocked() bool

GetLocked returns the Locked field value if set, zero value otherwise.

func (*Playbook) GetLockedOk ¶

func (o *Playbook) GetLockedOk() (*bool, bool)

GetLockedOk returns a tuple with the Locked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetMissingScriptsIds ¶

func (o *Playbook) GetMissingScriptsIds() []string

GetMissingScriptsIds returns the MissingScriptsIds field value if set, zero value otherwise.

func (*Playbook) GetMissingScriptsIdsOk ¶

func (o *Playbook) GetMissingScriptsIdsOk() (*[]string, bool)

GetMissingScriptsIdsOk returns a tuple with the MissingScriptsIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetModified ¶

func (o *Playbook) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*Playbook) GetModifiedOk ¶

func (o *Playbook) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetName ¶

func (o *Playbook) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Playbook) GetNameOk ¶

func (o *Playbook) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetNameRaw ¶

func (o *Playbook) GetNameRaw() string

GetNameRaw returns the NameRaw field value if set, zero value otherwise.

func (*Playbook) GetNameRawOk ¶

func (o *Playbook) GetNameRawOk() (*string, bool)

GetNameRawOk returns a tuple with the NameRaw field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetNumericId ¶

func (o *Playbook) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*Playbook) GetNumericIdOk ¶

func (o *Playbook) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetOutputs ¶

func (o *Playbook) GetOutputs() []PlaybookOutput

GetOutputs returns the Outputs field value if set, zero value otherwise.

func (*Playbook) GetOutputsOk ¶

func (o *Playbook) GetOutputsOk() (*[]PlaybookOutput, bool)

GetOutputsOk returns a tuple with the Outputs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetPackID ¶

func (o *Playbook) GetPackID() string

GetPackID returns the PackID field value if set, zero value otherwise.

func (*Playbook) GetPackIDOk ¶

func (o *Playbook) GetPackIDOk() (*string, bool)

GetPackIDOk returns a tuple with the PackID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetPackPropagationLabels ¶

func (o *Playbook) GetPackPropagationLabels() []string

GetPackPropagationLabels returns the PackPropagationLabels field value if set, zero value otherwise.

func (*Playbook) GetPackPropagationLabelsOk ¶

func (o *Playbook) GetPackPropagationLabelsOk() (*[]string, bool)

GetPackPropagationLabelsOk returns a tuple with the PackPropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetPrevName ¶

func (o *Playbook) GetPrevName() string

GetPrevName returns the PrevName field value if set, zero value otherwise.

func (*Playbook) GetPrevNameOk ¶

func (o *Playbook) GetPrevNameOk() (*string, bool)

GetPrevNameOk returns a tuple with the PrevName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetPreviousAllRead ¶

func (o *Playbook) GetPreviousAllRead() bool

GetPreviousAllRead returns the PreviousAllRead field value if set, zero value otherwise.

func (*Playbook) GetPreviousAllReadOk ¶

func (o *Playbook) GetPreviousAllReadOk() (*bool, bool)

GetPreviousAllReadOk returns a tuple with the PreviousAllRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetPreviousAllReadWrite ¶

func (o *Playbook) GetPreviousAllReadWrite() bool

GetPreviousAllReadWrite returns the PreviousAllReadWrite field value if set, zero value otherwise.

func (*Playbook) GetPreviousAllReadWriteOk ¶

func (o *Playbook) GetPreviousAllReadWriteOk() (*bool, bool)

GetPreviousAllReadWriteOk returns a tuple with the PreviousAllReadWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetPreviousRoles ¶

func (o *Playbook) GetPreviousRoles() []string

GetPreviousRoles returns the PreviousRoles field value if set, zero value otherwise.

func (*Playbook) GetPreviousRolesOk ¶

func (o *Playbook) GetPreviousRolesOk() (*[]string, bool)

GetPreviousRolesOk returns a tuple with the PreviousRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetPrimaryTerm ¶

func (o *Playbook) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*Playbook) GetPrimaryTermOk ¶

func (o *Playbook) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetPrivate ¶

func (o *Playbook) GetPrivate() bool

GetPrivate returns the Private field value if set, zero value otherwise.

func (*Playbook) GetPrivateOk ¶

func (o *Playbook) GetPrivateOk() (*bool, bool)

GetPrivateOk returns a tuple with the Private field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetPropagationLabels ¶

func (o *Playbook) GetPropagationLabels() []string

GetPropagationLabels returns the PropagationLabels field value if set, zero value otherwise.

func (*Playbook) GetPropagationLabelsOk ¶

func (o *Playbook) GetPropagationLabelsOk() (*[]string, bool)

GetPropagationLabelsOk returns a tuple with the PropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetQuiet ¶

func (o *Playbook) GetQuiet() bool

GetQuiet returns the Quiet field value if set, zero value otherwise.

func (*Playbook) GetQuietOk ¶

func (o *Playbook) GetQuietOk() (*bool, bool)

GetQuietOk returns a tuple with the Quiet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetRoles ¶

func (o *Playbook) GetRoles() []string

GetRoles returns the Roles field value if set, zero value otherwise.

func (*Playbook) GetRolesOk ¶

func (o *Playbook) GetRolesOk() (*[]string, bool)

GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetScriptIds ¶

func (o *Playbook) GetScriptIds() []string

GetScriptIds returns the ScriptIds field value if set, zero value otherwise.

func (*Playbook) GetScriptIdsOk ¶

func (o *Playbook) GetScriptIdsOk() (*[]string, bool)

GetScriptIdsOk returns a tuple with the ScriptIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetSequenceNumber ¶

func (o *Playbook) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*Playbook) GetSequenceNumberOk ¶

func (o *Playbook) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetShouldCommit ¶

func (o *Playbook) GetShouldCommit() bool

GetShouldCommit returns the ShouldCommit field value if set, zero value otherwise.

func (*Playbook) GetShouldCommitOk ¶

func (o *Playbook) GetShouldCommitOk() (*bool, bool)

GetShouldCommitOk returns a tuple with the ShouldCommit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetSortValues ¶

func (o *Playbook) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*Playbook) GetSortValuesOk ¶

func (o *Playbook) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetSourcePlaybookID ¶

func (o *Playbook) GetSourcePlaybookID() string

GetSourcePlaybookID returns the SourcePlaybookID field value if set, zero value otherwise.

func (*Playbook) GetSourcePlaybookIDOk ¶

func (o *Playbook) GetSourcePlaybookIDOk() (*string, bool)

GetSourcePlaybookIDOk returns a tuple with the SourcePlaybookID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetStartTaskId ¶

func (o *Playbook) GetStartTaskId() string

GetStartTaskId returns the StartTaskId field value if set, zero value otherwise.

func (*Playbook) GetStartTaskIdOk ¶

func (o *Playbook) GetStartTaskIdOk() (*string, bool)

GetStartTaskIdOk returns a tuple with the StartTaskId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetSystem ¶

func (o *Playbook) GetSystem() bool

GetSystem returns the System field value if set, zero value otherwise.

func (*Playbook) GetSystemOk ¶

func (o *Playbook) GetSystemOk() (*bool, bool)

GetSystemOk returns a tuple with the System field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetTags ¶

func (o *Playbook) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*Playbook) GetTagsOk ¶

func (o *Playbook) GetTagsOk() (*[]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetTaskIds ¶

func (o *Playbook) GetTaskIds() []string

GetTaskIds returns the TaskIds field value if set, zero value otherwise.

func (*Playbook) GetTaskIdsOk ¶

func (o *Playbook) GetTaskIdsOk() (*[]string, bool)

GetTaskIdsOk returns a tuple with the TaskIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetTasks ¶

func (o *Playbook) GetTasks() map[string]PlaybookTask

GetTasks returns the Tasks field value if set, zero value otherwise.

func (*Playbook) GetTasksOk ¶

func (o *Playbook) GetTasksOk() (*map[string]PlaybookTask, bool)

GetTasksOk returns a tuple with the Tasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetToServerVersion ¶

func (o *Playbook) GetToServerVersion() string

GetToServerVersion returns the ToServerVersion field value if set, zero value otherwise.

func (*Playbook) GetToServerVersionOk ¶

func (o *Playbook) GetToServerVersionOk() (*string, bool)

GetToServerVersionOk returns a tuple with the ToServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetVcShouldIgnore ¶

func (o *Playbook) GetVcShouldIgnore() bool

GetVcShouldIgnore returns the VcShouldIgnore field value if set, zero value otherwise.

func (*Playbook) GetVcShouldIgnoreOk ¶

func (o *Playbook) GetVcShouldIgnoreOk() (*bool, bool)

GetVcShouldIgnoreOk returns a tuple with the VcShouldIgnore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetVcShouldKeepItemLegacyProdMachine ¶

func (o *Playbook) GetVcShouldKeepItemLegacyProdMachine() bool

GetVcShouldKeepItemLegacyProdMachine returns the VcShouldKeepItemLegacyProdMachine field value if set, zero value otherwise.

func (*Playbook) GetVcShouldKeepItemLegacyProdMachineOk ¶

func (o *Playbook) GetVcShouldKeepItemLegacyProdMachineOk() (*bool, bool)

GetVcShouldKeepItemLegacyProdMachineOk returns a tuple with the VcShouldKeepItemLegacyProdMachine field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetVersion ¶

func (o *Playbook) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*Playbook) GetVersionOk ¶

func (o *Playbook) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetView ¶

func (o *Playbook) GetView() map[string]interface{}

GetView returns the View field value if set, zero value otherwise.

func (*Playbook) GetViewOk ¶

func (o *Playbook) GetViewOk() (*map[string]interface{}, bool)

GetViewOk returns a tuple with the View field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetXsoarHasReadOnlyRole ¶

func (o *Playbook) GetXsoarHasReadOnlyRole() bool

GetXsoarHasReadOnlyRole returns the XsoarHasReadOnlyRole field value if set, zero value otherwise.

func (*Playbook) GetXsoarHasReadOnlyRoleOk ¶

func (o *Playbook) GetXsoarHasReadOnlyRoleOk() (*bool, bool)

GetXsoarHasReadOnlyRoleOk returns a tuple with the XsoarHasReadOnlyRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetXsoarPreviousReadOnlyRoles ¶

func (o *Playbook) GetXsoarPreviousReadOnlyRoles() []string

GetXsoarPreviousReadOnlyRoles returns the XsoarPreviousReadOnlyRoles field value if set, zero value otherwise.

func (*Playbook) GetXsoarPreviousReadOnlyRolesOk ¶

func (o *Playbook) GetXsoarPreviousReadOnlyRolesOk() (*[]string, bool)

GetXsoarPreviousReadOnlyRolesOk returns a tuple with the XsoarPreviousReadOnlyRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) GetXsoarReadOnlyRoles ¶

func (o *Playbook) GetXsoarReadOnlyRoles() []string

GetXsoarReadOnlyRoles returns the XsoarReadOnlyRoles field value if set, zero value otherwise.

func (*Playbook) GetXsoarReadOnlyRolesOk ¶

func (o *Playbook) GetXsoarReadOnlyRolesOk() (*[]string, bool)

GetXsoarReadOnlyRolesOk returns a tuple with the XsoarReadOnlyRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Playbook) HasAllRead ¶

func (o *Playbook) HasAllRead() bool

HasAllRead returns a boolean if a field has been set.

func (*Playbook) HasAllReadWrite ¶

func (o *Playbook) HasAllReadWrite() bool

HasAllReadWrite returns a boolean if a field has been set.

func (*Playbook) HasBrands ¶

func (o *Playbook) HasBrands() bool

HasBrands returns a boolean if a field has been set.

func (*Playbook) HasCommands ¶

func (o *Playbook) HasCommands() bool

HasCommands returns a boolean if a field has been set.

func (*Playbook) HasComment ¶

func (o *Playbook) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*Playbook) HasCommitMessage ¶

func (o *Playbook) HasCommitMessage() bool

HasCommitMessage returns a boolean if a field has been set.

func (*Playbook) HasDbotCreatedBy ¶

func (o *Playbook) HasDbotCreatedBy() bool

HasDbotCreatedBy returns a boolean if a field has been set.

func (*Playbook) HasDeprecated ¶

func (o *Playbook) HasDeprecated() bool

HasDeprecated returns a boolean if a field has been set.

func (*Playbook) HasDetached ¶

func (o *Playbook) HasDetached() bool

HasDetached returns a boolean if a field has been set.

func (*Playbook) HasEncTasks ¶

func (o *Playbook) HasEncTasks() bool

HasEncTasks returns a boolean if a field has been set.

func (*Playbook) HasFromServerVersion ¶

func (o *Playbook) HasFromServerVersion() bool

HasFromServerVersion returns a boolean if a field has been set.

func (*Playbook) HasHasRole ¶

func (o *Playbook) HasHasRole() bool

HasHasRole returns a boolean if a field has been set.

func (*Playbook) HasHidden ¶

func (o *Playbook) HasHidden() bool

HasHidden returns a boolean if a field has been set.

func (*Playbook) HasHighlight ¶

func (o *Playbook) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*Playbook) HasId ¶

func (o *Playbook) HasId() bool

HasId returns a boolean if a field has been set.

func (*Playbook) HasInputs ¶

func (o *Playbook) HasInputs() bool

HasInputs returns a boolean if a field has been set.

func (*Playbook) HasItemVersion ¶

func (o *Playbook) HasItemVersion() bool

HasItemVersion returns a boolean if a field has been set.

func (*Playbook) HasLocked ¶

func (o *Playbook) HasLocked() bool

HasLocked returns a boolean if a field has been set.

func (*Playbook) HasMissingScriptsIds ¶

func (o *Playbook) HasMissingScriptsIds() bool

HasMissingScriptsIds returns a boolean if a field has been set.

func (*Playbook) HasModified ¶

func (o *Playbook) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*Playbook) HasName ¶

func (o *Playbook) HasName() bool

HasName returns a boolean if a field has been set.

func (*Playbook) HasNameRaw ¶

func (o *Playbook) HasNameRaw() bool

HasNameRaw returns a boolean if a field has been set.

func (*Playbook) HasNumericId ¶

func (o *Playbook) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*Playbook) HasOutputs ¶

func (o *Playbook) HasOutputs() bool

HasOutputs returns a boolean if a field has been set.

func (*Playbook) HasPackID ¶

func (o *Playbook) HasPackID() bool

HasPackID returns a boolean if a field has been set.

func (*Playbook) HasPackPropagationLabels ¶

func (o *Playbook) HasPackPropagationLabels() bool

HasPackPropagationLabels returns a boolean if a field has been set.

func (*Playbook) HasPrevName ¶

func (o *Playbook) HasPrevName() bool

HasPrevName returns a boolean if a field has been set.

func (*Playbook) HasPreviousAllRead ¶

func (o *Playbook) HasPreviousAllRead() bool

HasPreviousAllRead returns a boolean if a field has been set.

func (*Playbook) HasPreviousAllReadWrite ¶

func (o *Playbook) HasPreviousAllReadWrite() bool

HasPreviousAllReadWrite returns a boolean if a field has been set.

func (*Playbook) HasPreviousRoles ¶

func (o *Playbook) HasPreviousRoles() bool

HasPreviousRoles returns a boolean if a field has been set.

func (*Playbook) HasPrimaryTerm ¶

func (o *Playbook) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*Playbook) HasPrivate ¶

func (o *Playbook) HasPrivate() bool

HasPrivate returns a boolean if a field has been set.

func (*Playbook) HasPropagationLabels ¶

func (o *Playbook) HasPropagationLabels() bool

HasPropagationLabels returns a boolean if a field has been set.

func (*Playbook) HasQuiet ¶

func (o *Playbook) HasQuiet() bool

HasQuiet returns a boolean if a field has been set.

func (*Playbook) HasRoles ¶

func (o *Playbook) HasRoles() bool

HasRoles returns a boolean if a field has been set.

func (*Playbook) HasScriptIds ¶

func (o *Playbook) HasScriptIds() bool

HasScriptIds returns a boolean if a field has been set.

func (*Playbook) HasSequenceNumber ¶

func (o *Playbook) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*Playbook) HasShouldCommit ¶

func (o *Playbook) HasShouldCommit() bool

HasShouldCommit returns a boolean if a field has been set.

func (*Playbook) HasSortValues ¶

func (o *Playbook) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*Playbook) HasSourcePlaybookID ¶

func (o *Playbook) HasSourcePlaybookID() bool

HasSourcePlaybookID returns a boolean if a field has been set.

func (*Playbook) HasStartTaskId ¶

func (o *Playbook) HasStartTaskId() bool

HasStartTaskId returns a boolean if a field has been set.

func (*Playbook) HasSystem ¶

func (o *Playbook) HasSystem() bool

HasSystem returns a boolean if a field has been set.

func (*Playbook) HasTags ¶

func (o *Playbook) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*Playbook) HasTaskIds ¶

func (o *Playbook) HasTaskIds() bool

HasTaskIds returns a boolean if a field has been set.

func (*Playbook) HasTasks ¶

func (o *Playbook) HasTasks() bool

HasTasks returns a boolean if a field has been set.

func (*Playbook) HasToServerVersion ¶

func (o *Playbook) HasToServerVersion() bool

HasToServerVersion returns a boolean if a field has been set.

func (*Playbook) HasVcShouldIgnore ¶

func (o *Playbook) HasVcShouldIgnore() bool

HasVcShouldIgnore returns a boolean if a field has been set.

func (*Playbook) HasVcShouldKeepItemLegacyProdMachine ¶

func (o *Playbook) HasVcShouldKeepItemLegacyProdMachine() bool

HasVcShouldKeepItemLegacyProdMachine returns a boolean if a field has been set.

func (*Playbook) HasVersion ¶

func (o *Playbook) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (*Playbook) HasView ¶

func (o *Playbook) HasView() bool

HasView returns a boolean if a field has been set.

func (*Playbook) HasXsoarHasReadOnlyRole ¶

func (o *Playbook) HasXsoarHasReadOnlyRole() bool

HasXsoarHasReadOnlyRole returns a boolean if a field has been set.

func (*Playbook) HasXsoarPreviousReadOnlyRoles ¶

func (o *Playbook) HasXsoarPreviousReadOnlyRoles() bool

HasXsoarPreviousReadOnlyRoles returns a boolean if a field has been set.

func (*Playbook) HasXsoarReadOnlyRoles ¶

func (o *Playbook) HasXsoarReadOnlyRoles() bool

HasXsoarReadOnlyRoles returns a boolean if a field has been set.

func (Playbook) MarshalJSON ¶

func (o Playbook) MarshalJSON() ([]byte, error)

func (*Playbook) SetAllRead ¶

func (o *Playbook) SetAllRead(v bool)

SetAllRead gets a reference to the given bool and assigns it to the AllRead field.

func (*Playbook) SetAllReadWrite ¶

func (o *Playbook) SetAllReadWrite(v bool)

SetAllReadWrite gets a reference to the given bool and assigns it to the AllReadWrite field.

func (*Playbook) SetBrands ¶

func (o *Playbook) SetBrands(v []string)

SetBrands gets a reference to the given []string and assigns it to the Brands field.

func (*Playbook) SetCommands ¶

func (o *Playbook) SetCommands(v []string)

SetCommands gets a reference to the given []string and assigns it to the Commands field.

func (*Playbook) SetComment ¶

func (o *Playbook) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*Playbook) SetCommitMessage ¶

func (o *Playbook) SetCommitMessage(v string)

SetCommitMessage gets a reference to the given string and assigns it to the CommitMessage field.

func (*Playbook) SetDbotCreatedBy ¶

func (o *Playbook) SetDbotCreatedBy(v string)

SetDbotCreatedBy gets a reference to the given string and assigns it to the DbotCreatedBy field.

func (*Playbook) SetDeprecated ¶

func (o *Playbook) SetDeprecated(v bool)

SetDeprecated gets a reference to the given bool and assigns it to the Deprecated field.

func (*Playbook) SetDetached ¶

func (o *Playbook) SetDetached(v bool)

SetDetached gets a reference to the given bool and assigns it to the Detached field.

func (*Playbook) SetEncTasks ¶

func (o *Playbook) SetEncTasks(v string)

SetEncTasks gets a reference to the given string and assigns it to the EncTasks field.

func (*Playbook) SetFromServerVersion ¶

func (o *Playbook) SetFromServerVersion(v string)

SetFromServerVersion gets a reference to the given string and assigns it to the FromServerVersion field.

func (*Playbook) SetHasRole ¶

func (o *Playbook) SetHasRole(v bool)

SetHasRole gets a reference to the given bool and assigns it to the HasRole field.

func (*Playbook) SetHidden ¶

func (o *Playbook) SetHidden(v bool)

SetHidden gets a reference to the given bool and assigns it to the Hidden field.

func (*Playbook) SetHighlight ¶

func (o *Playbook) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*Playbook) SetId ¶

func (o *Playbook) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Playbook) SetInputs ¶

func (o *Playbook) SetInputs(v []PlaybookInput)

SetInputs gets a reference to the given []PlaybookInput and assigns it to the Inputs field.

func (*Playbook) SetItemVersion ¶

func (o *Playbook) SetItemVersion(v string)

SetItemVersion gets a reference to the given string and assigns it to the ItemVersion field.

func (*Playbook) SetLocked ¶

func (o *Playbook) SetLocked(v bool)

SetLocked gets a reference to the given bool and assigns it to the Locked field.

func (*Playbook) SetMissingScriptsIds ¶

func (o *Playbook) SetMissingScriptsIds(v []string)

SetMissingScriptsIds gets a reference to the given []string and assigns it to the MissingScriptsIds field.

func (*Playbook) SetModified ¶

func (o *Playbook) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*Playbook) SetName ¶

func (o *Playbook) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*Playbook) SetNameRaw ¶

func (o *Playbook) SetNameRaw(v string)

SetNameRaw gets a reference to the given string and assigns it to the NameRaw field.

func (*Playbook) SetNumericId ¶

func (o *Playbook) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*Playbook) SetOutputs ¶

func (o *Playbook) SetOutputs(v []PlaybookOutput)

SetOutputs gets a reference to the given []PlaybookOutput and assigns it to the Outputs field.

func (*Playbook) SetPackID ¶

func (o *Playbook) SetPackID(v string)

SetPackID gets a reference to the given string and assigns it to the PackID field.

func (*Playbook) SetPackPropagationLabels ¶

func (o *Playbook) SetPackPropagationLabels(v []string)

SetPackPropagationLabels gets a reference to the given []string and assigns it to the PackPropagationLabels field.

func (*Playbook) SetPrevName ¶

func (o *Playbook) SetPrevName(v string)

SetPrevName gets a reference to the given string and assigns it to the PrevName field.

func (*Playbook) SetPreviousAllRead ¶

func (o *Playbook) SetPreviousAllRead(v bool)

SetPreviousAllRead gets a reference to the given bool and assigns it to the PreviousAllRead field.

func (*Playbook) SetPreviousAllReadWrite ¶

func (o *Playbook) SetPreviousAllReadWrite(v bool)

SetPreviousAllReadWrite gets a reference to the given bool and assigns it to the PreviousAllReadWrite field.

func (*Playbook) SetPreviousRoles ¶

func (o *Playbook) SetPreviousRoles(v []string)

SetPreviousRoles gets a reference to the given []string and assigns it to the PreviousRoles field.

func (*Playbook) SetPrimaryTerm ¶

func (o *Playbook) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*Playbook) SetPrivate ¶

func (o *Playbook) SetPrivate(v bool)

SetPrivate gets a reference to the given bool and assigns it to the Private field.

func (*Playbook) SetPropagationLabels ¶

func (o *Playbook) SetPropagationLabels(v []string)

SetPropagationLabels gets a reference to the given []string and assigns it to the PropagationLabels field.

func (*Playbook) SetQuiet ¶

func (o *Playbook) SetQuiet(v bool)

SetQuiet gets a reference to the given bool and assigns it to the Quiet field.

func (*Playbook) SetRoles ¶

func (o *Playbook) SetRoles(v []string)

SetRoles gets a reference to the given []string and assigns it to the Roles field.

func (*Playbook) SetScriptIds ¶

func (o *Playbook) SetScriptIds(v []string)

SetScriptIds gets a reference to the given []string and assigns it to the ScriptIds field.

func (*Playbook) SetSequenceNumber ¶

func (o *Playbook) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*Playbook) SetShouldCommit ¶

func (o *Playbook) SetShouldCommit(v bool)

SetShouldCommit gets a reference to the given bool and assigns it to the ShouldCommit field.

func (*Playbook) SetSortValues ¶

func (o *Playbook) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*Playbook) SetSourcePlaybookID ¶

func (o *Playbook) SetSourcePlaybookID(v string)

SetSourcePlaybookID gets a reference to the given string and assigns it to the SourcePlaybookID field.

func (*Playbook) SetStartTaskId ¶

func (o *Playbook) SetStartTaskId(v string)

SetStartTaskId gets a reference to the given string and assigns it to the StartTaskId field.

func (*Playbook) SetSystem ¶

func (o *Playbook) SetSystem(v bool)

SetSystem gets a reference to the given bool and assigns it to the System field.

func (*Playbook) SetTags ¶

func (o *Playbook) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*Playbook) SetTaskIds ¶

func (o *Playbook) SetTaskIds(v []string)

SetTaskIds gets a reference to the given []string and assigns it to the TaskIds field.

func (*Playbook) SetTasks ¶

func (o *Playbook) SetTasks(v map[string]PlaybookTask)

SetTasks gets a reference to the given map[string]PlaybookTask and assigns it to the Tasks field.

func (*Playbook) SetToServerVersion ¶

func (o *Playbook) SetToServerVersion(v string)

SetToServerVersion gets a reference to the given string and assigns it to the ToServerVersion field.

func (*Playbook) SetVcShouldIgnore ¶

func (o *Playbook) SetVcShouldIgnore(v bool)

SetVcShouldIgnore gets a reference to the given bool and assigns it to the VcShouldIgnore field.

func (*Playbook) SetVcShouldKeepItemLegacyProdMachine ¶

func (o *Playbook) SetVcShouldKeepItemLegacyProdMachine(v bool)

SetVcShouldKeepItemLegacyProdMachine gets a reference to the given bool and assigns it to the VcShouldKeepItemLegacyProdMachine field.

func (*Playbook) SetVersion ¶

func (o *Playbook) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

func (*Playbook) SetView ¶

func (o *Playbook) SetView(v map[string]interface{})

SetView gets a reference to the given map[string]interface{} and assigns it to the View field.

func (*Playbook) SetXsoarHasReadOnlyRole ¶

func (o *Playbook) SetXsoarHasReadOnlyRole(v bool)

SetXsoarHasReadOnlyRole gets a reference to the given bool and assigns it to the XsoarHasReadOnlyRole field.

func (*Playbook) SetXsoarPreviousReadOnlyRoles ¶

func (o *Playbook) SetXsoarPreviousReadOnlyRoles(v []string)

SetXsoarPreviousReadOnlyRoles gets a reference to the given []string and assigns it to the XsoarPreviousReadOnlyRoles field.

func (*Playbook) SetXsoarReadOnlyRoles ¶

func (o *Playbook) SetXsoarReadOnlyRoles(v []string)

SetXsoarReadOnlyRoles gets a reference to the given []string and assigns it to the XsoarReadOnlyRoles field.

type PlaybookInput ¶

type PlaybookInput struct {
	Description        *string             `json:"description,omitempty"`
	Key                *string             `json:"key,omitempty"`
	PlaybookInputQuery *PlaybookInputQuery `json:"playbookInputQuery,omitempty"`
	Required           *bool               `json:"required,omitempty"`
	Value              *AdvanceArg         `json:"value,omitempty"`
}

PlaybookInput PlaybookInput represents the playbook input

func NewPlaybookInput ¶

func NewPlaybookInput() *PlaybookInput

NewPlaybookInput instantiates a new PlaybookInput 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 NewPlaybookInputWithDefaults ¶

func NewPlaybookInputWithDefaults() *PlaybookInput

NewPlaybookInputWithDefaults instantiates a new PlaybookInput 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 (*PlaybookInput) GetDescription ¶

func (o *PlaybookInput) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*PlaybookInput) GetDescriptionOk ¶

func (o *PlaybookInput) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookInput) GetKey ¶

func (o *PlaybookInput) GetKey() string

GetKey returns the Key field value if set, zero value otherwise.

func (*PlaybookInput) GetKeyOk ¶

func (o *PlaybookInput) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookInput) GetPlaybookInputQuery ¶

func (o *PlaybookInput) GetPlaybookInputQuery() PlaybookInputQuery

GetPlaybookInputQuery returns the PlaybookInputQuery field value if set, zero value otherwise.

func (*PlaybookInput) GetPlaybookInputQueryOk ¶

func (o *PlaybookInput) GetPlaybookInputQueryOk() (*PlaybookInputQuery, bool)

GetPlaybookInputQueryOk returns a tuple with the PlaybookInputQuery field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookInput) GetRequired ¶

func (o *PlaybookInput) GetRequired() bool

GetRequired returns the Required field value if set, zero value otherwise.

func (*PlaybookInput) GetRequiredOk ¶

func (o *PlaybookInput) GetRequiredOk() (*bool, bool)

GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookInput) GetValue ¶

func (o *PlaybookInput) GetValue() AdvanceArg

GetValue returns the Value field value if set, zero value otherwise.

func (*PlaybookInput) GetValueOk ¶

func (o *PlaybookInput) GetValueOk() (*AdvanceArg, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookInput) HasDescription ¶

func (o *PlaybookInput) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*PlaybookInput) HasKey ¶

func (o *PlaybookInput) HasKey() bool

HasKey returns a boolean if a field has been set.

func (*PlaybookInput) HasPlaybookInputQuery ¶

func (o *PlaybookInput) HasPlaybookInputQuery() bool

HasPlaybookInputQuery returns a boolean if a field has been set.

func (*PlaybookInput) HasRequired ¶

func (o *PlaybookInput) HasRequired() bool

HasRequired returns a boolean if a field has been set.

func (*PlaybookInput) HasValue ¶

func (o *PlaybookInput) HasValue() bool

HasValue returns a boolean if a field has been set.

func (PlaybookInput) MarshalJSON ¶

func (o PlaybookInput) MarshalJSON() ([]byte, error)

func (*PlaybookInput) SetDescription ¶

func (o *PlaybookInput) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*PlaybookInput) SetKey ¶

func (o *PlaybookInput) SetKey(v string)

SetKey gets a reference to the given string and assigns it to the Key field.

func (*PlaybookInput) SetPlaybookInputQuery ¶

func (o *PlaybookInput) SetPlaybookInputQuery(v PlaybookInputQuery)

SetPlaybookInputQuery gets a reference to the given PlaybookInputQuery and assigns it to the PlaybookInputQuery field.

func (*PlaybookInput) SetRequired ¶

func (o *PlaybookInput) SetRequired(v bool)

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (*PlaybookInput) SetValue ¶

func (o *PlaybookInput) SetValue(v AdvanceArg)

SetValue gets a reference to the given AdvanceArg and assigns it to the Value field.

type PlaybookInputQuery ¶

type PlaybookInputQuery struct {
	FromDate           *time.Time              `json:"fromDate,omitempty"`
	FromDateLicense    *time.Time              `json:"fromDateLicense,omitempty"`
	Period             *Period                 `json:"period,omitempty"`
	Query              *string                 `json:"query,omitempty"`
	QueryEntity        *string                 `json:"queryEntity,omitempty"`
	QueryState         *QueryState             `json:"queryState,omitempty"`
	Results            *map[string]interface{} `json:"results,omitempty"`
	RunFromLastJobTime *bool                   `json:"runFromLastJobTime,omitempty"`
	ToDate             *time.Time              `json:"toDate,omitempty"`
}

PlaybookInputQuery PlaybookInputQuery represents the playbook query input

func NewPlaybookInputQuery ¶

func NewPlaybookInputQuery() *PlaybookInputQuery

NewPlaybookInputQuery instantiates a new PlaybookInputQuery 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 NewPlaybookInputQueryWithDefaults ¶

func NewPlaybookInputQueryWithDefaults() *PlaybookInputQuery

NewPlaybookInputQueryWithDefaults instantiates a new PlaybookInputQuery 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 (*PlaybookInputQuery) GetFromDate ¶

func (o *PlaybookInputQuery) GetFromDate() time.Time

GetFromDate returns the FromDate field value if set, zero value otherwise.

func (*PlaybookInputQuery) GetFromDateLicense ¶

func (o *PlaybookInputQuery) GetFromDateLicense() time.Time

GetFromDateLicense returns the FromDateLicense field value if set, zero value otherwise.

func (*PlaybookInputQuery) GetFromDateLicenseOk ¶

func (o *PlaybookInputQuery) GetFromDateLicenseOk() (*time.Time, bool)

GetFromDateLicenseOk returns a tuple with the FromDateLicense field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookInputQuery) GetFromDateOk ¶

func (o *PlaybookInputQuery) GetFromDateOk() (*time.Time, bool)

GetFromDateOk returns a tuple with the FromDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookInputQuery) GetPeriod ¶

func (o *PlaybookInputQuery) GetPeriod() Period

GetPeriod returns the Period field value if set, zero value otherwise.

func (*PlaybookInputQuery) GetPeriodOk ¶

func (o *PlaybookInputQuery) GetPeriodOk() (*Period, bool)

GetPeriodOk returns a tuple with the Period field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookInputQuery) GetQuery ¶

func (o *PlaybookInputQuery) GetQuery() string

GetQuery returns the Query field value if set, zero value otherwise.

func (*PlaybookInputQuery) GetQueryEntity ¶

func (o *PlaybookInputQuery) GetQueryEntity() string

GetQueryEntity returns the QueryEntity field value if set, zero value otherwise.

func (*PlaybookInputQuery) GetQueryEntityOk ¶

func (o *PlaybookInputQuery) GetQueryEntityOk() (*string, bool)

GetQueryEntityOk returns a tuple with the QueryEntity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookInputQuery) GetQueryOk ¶

func (o *PlaybookInputQuery) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookInputQuery) GetQueryState ¶

func (o *PlaybookInputQuery) GetQueryState() QueryState

GetQueryState returns the QueryState field value if set, zero value otherwise.

func (*PlaybookInputQuery) GetQueryStateOk ¶

func (o *PlaybookInputQuery) GetQueryStateOk() (*QueryState, bool)

GetQueryStateOk returns a tuple with the QueryState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookInputQuery) GetResults ¶

func (o *PlaybookInputQuery) GetResults() map[string]interface{}

GetResults returns the Results field value if set, zero value otherwise.

func (*PlaybookInputQuery) GetResultsOk ¶

func (o *PlaybookInputQuery) GetResultsOk() (*map[string]interface{}, bool)

GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookInputQuery) GetRunFromLastJobTime ¶

func (o *PlaybookInputQuery) GetRunFromLastJobTime() bool

GetRunFromLastJobTime returns the RunFromLastJobTime field value if set, zero value otherwise.

func (*PlaybookInputQuery) GetRunFromLastJobTimeOk ¶

func (o *PlaybookInputQuery) GetRunFromLastJobTimeOk() (*bool, bool)

GetRunFromLastJobTimeOk returns a tuple with the RunFromLastJobTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookInputQuery) GetToDate ¶

func (o *PlaybookInputQuery) GetToDate() time.Time

GetToDate returns the ToDate field value if set, zero value otherwise.

func (*PlaybookInputQuery) GetToDateOk ¶

func (o *PlaybookInputQuery) GetToDateOk() (*time.Time, bool)

GetToDateOk returns a tuple with the ToDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookInputQuery) HasFromDate ¶

func (o *PlaybookInputQuery) HasFromDate() bool

HasFromDate returns a boolean if a field has been set.

func (*PlaybookInputQuery) HasFromDateLicense ¶

func (o *PlaybookInputQuery) HasFromDateLicense() bool

HasFromDateLicense returns a boolean if a field has been set.

func (*PlaybookInputQuery) HasPeriod ¶

func (o *PlaybookInputQuery) HasPeriod() bool

HasPeriod returns a boolean if a field has been set.

func (*PlaybookInputQuery) HasQuery ¶

func (o *PlaybookInputQuery) HasQuery() bool

HasQuery returns a boolean if a field has been set.

func (*PlaybookInputQuery) HasQueryEntity ¶

func (o *PlaybookInputQuery) HasQueryEntity() bool

HasQueryEntity returns a boolean if a field has been set.

func (*PlaybookInputQuery) HasQueryState ¶

func (o *PlaybookInputQuery) HasQueryState() bool

HasQueryState returns a boolean if a field has been set.

func (*PlaybookInputQuery) HasResults ¶

func (o *PlaybookInputQuery) HasResults() bool

HasResults returns a boolean if a field has been set.

func (*PlaybookInputQuery) HasRunFromLastJobTime ¶

func (o *PlaybookInputQuery) HasRunFromLastJobTime() bool

HasRunFromLastJobTime returns a boolean if a field has been set.

func (*PlaybookInputQuery) HasToDate ¶

func (o *PlaybookInputQuery) HasToDate() bool

HasToDate returns a boolean if a field has been set.

func (PlaybookInputQuery) MarshalJSON ¶

func (o PlaybookInputQuery) MarshalJSON() ([]byte, error)

func (*PlaybookInputQuery) SetFromDate ¶

func (o *PlaybookInputQuery) SetFromDate(v time.Time)

SetFromDate gets a reference to the given time.Time and assigns it to the FromDate field.

func (*PlaybookInputQuery) SetFromDateLicense ¶

func (o *PlaybookInputQuery) SetFromDateLicense(v time.Time)

SetFromDateLicense gets a reference to the given time.Time and assigns it to the FromDateLicense field.

func (*PlaybookInputQuery) SetPeriod ¶

func (o *PlaybookInputQuery) SetPeriod(v Period)

SetPeriod gets a reference to the given Period and assigns it to the Period field.

func (*PlaybookInputQuery) SetQuery ¶

func (o *PlaybookInputQuery) SetQuery(v string)

SetQuery gets a reference to the given string and assigns it to the Query field.

func (*PlaybookInputQuery) SetQueryEntity ¶

func (o *PlaybookInputQuery) SetQueryEntity(v string)

SetQueryEntity gets a reference to the given string and assigns it to the QueryEntity field.

func (*PlaybookInputQuery) SetQueryState ¶

func (o *PlaybookInputQuery) SetQueryState(v QueryState)

SetQueryState gets a reference to the given QueryState and assigns it to the QueryState field.

func (*PlaybookInputQuery) SetResults ¶

func (o *PlaybookInputQuery) SetResults(v map[string]interface{})

SetResults gets a reference to the given map[string]interface{} and assigns it to the Results field.

func (*PlaybookInputQuery) SetRunFromLastJobTime ¶

func (o *PlaybookInputQuery) SetRunFromLastJobTime(v bool)

SetRunFromLastJobTime gets a reference to the given bool and assigns it to the RunFromLastJobTime field.

func (*PlaybookInputQuery) SetToDate ¶

func (o *PlaybookInputQuery) SetToDate(v time.Time)

SetToDate gets a reference to the given time.Time and assigns it to the ToDate field.

type PlaybookInputs ¶ added in v0.2.4

type PlaybookInputs struct {
	Items []PlaybookInput
}

PlaybookInputs PlaybookInputs - array of PlaybookInput

func NewPlaybookInputs ¶ added in v0.2.4

func NewPlaybookInputs() *PlaybookInputs

NewPlaybookInputs instantiates a new PlaybookInputs 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 NewPlaybookInputsWithDefaults ¶ added in v0.2.4

func NewPlaybookInputsWithDefaults() *PlaybookInputs

NewPlaybookInputsWithDefaults instantiates a new PlaybookInputs 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 (PlaybookInputs) MarshalJSON ¶ added in v0.2.4

func (o PlaybookInputs) MarshalJSON() ([]byte, error)

func (*PlaybookInputs) UnmarshalJSON ¶ added in v0.2.4

func (o *PlaybookInputs) UnmarshalJSON(bytes []byte) (err error)

type PlaybookOutput ¶

type PlaybookOutput struct {
	ContextPath *string `json:"contextPath,omitempty"`
	Description *string `json:"description,omitempty"`
	Type        *string `json:"type,omitempty"`
}

PlaybookOutput PlaybookOutput represents the playbook output

func NewPlaybookOutput ¶

func NewPlaybookOutput() *PlaybookOutput

NewPlaybookOutput instantiates a new PlaybookOutput 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 NewPlaybookOutputWithDefaults ¶

func NewPlaybookOutputWithDefaults() *PlaybookOutput

NewPlaybookOutputWithDefaults instantiates a new PlaybookOutput 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 (*PlaybookOutput) GetContextPath ¶

func (o *PlaybookOutput) GetContextPath() string

GetContextPath returns the ContextPath field value if set, zero value otherwise.

func (*PlaybookOutput) GetContextPathOk ¶

func (o *PlaybookOutput) GetContextPathOk() (*string, bool)

GetContextPathOk returns a tuple with the ContextPath field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookOutput) GetDescription ¶

func (o *PlaybookOutput) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*PlaybookOutput) GetDescriptionOk ¶

func (o *PlaybookOutput) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookOutput) GetType ¶

func (o *PlaybookOutput) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*PlaybookOutput) GetTypeOk ¶

func (o *PlaybookOutput) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookOutput) HasContextPath ¶

func (o *PlaybookOutput) HasContextPath() bool

HasContextPath returns a boolean if a field has been set.

func (*PlaybookOutput) HasDescription ¶

func (o *PlaybookOutput) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*PlaybookOutput) HasType ¶

func (o *PlaybookOutput) HasType() bool

HasType returns a boolean if a field has been set.

func (PlaybookOutput) MarshalJSON ¶

func (o PlaybookOutput) MarshalJSON() ([]byte, error)

func (*PlaybookOutput) SetContextPath ¶

func (o *PlaybookOutput) SetContextPath(v string)

SetContextPath gets a reference to the given string and assigns it to the ContextPath field.

func (*PlaybookOutput) SetDescription ¶

func (o *PlaybookOutput) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*PlaybookOutput) SetType ¶

func (o *PlaybookOutput) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type PlaybookOutputs ¶ added in v0.2.4

type PlaybookOutputs struct {
	Items []PlaybookOutput
}

PlaybookOutputs PlaybookOutputs - array of PlaybookOutput

func NewPlaybookOutputs ¶ added in v0.2.4

func NewPlaybookOutputs() *PlaybookOutputs

NewPlaybookOutputs instantiates a new PlaybookOutputs 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 NewPlaybookOutputsWithDefaults ¶ added in v0.2.4

func NewPlaybookOutputsWithDefaults() *PlaybookOutputs

NewPlaybookOutputsWithDefaults instantiates a new PlaybookOutputs 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 (PlaybookOutputs) MarshalJSON ¶ added in v0.2.4

func (o PlaybookOutputs) MarshalJSON() ([]byte, error)

func (*PlaybookOutputs) UnmarshalJSON ¶ added in v0.2.4

func (o *PlaybookOutputs) UnmarshalJSON(bytes []byte) (err error)

type PlaybookTask ¶

type PlaybookTask struct {
	// Conditions - optional list of conditions to run when task is conditional. we check conditions by their order (e.i. - considering the first one that satisfied)
	Conditions             *[]TaskCondition    `json:"conditions,omitempty"`
	ContinueOnError        *bool               `json:"continueOnError,omitempty"`
	DefaultAssignee        *string             `json:"defaultAssignee,omitempty"`
	DefaultAssigneeComplex *AdvanceArg         `json:"defaultAssigneeComplex,omitempty"`
	DefaultReminder        *int64              `json:"defaultReminder,omitempty"`
	EvidenceData           *EvidenceData       `json:"evidenceData,omitempty"`
	FieldMapping           *[]FieldMapping     `json:"fieldMapping,omitempty"`
	Form                   *DataCollectionForm `json:"form,omitempty"`
	FormDisplay            *FormDisplay        `json:"formDisplay,omitempty"`
	Id                     *string             `json:"id,omitempty"`
	// Do not run this task in a worker
	IgnoreWorker              *bool                `json:"ignoreWorker,omitempty"`
	IsAutoSwitchedToQuietMode *bool                `json:"isAutoSwitchedToQuietMode,omitempty"`
	IsOverSize                *bool                `json:"isOverSize,omitempty"`
	Loop                      *TaskLoop            `json:"loop,omitempty"`
	Message                   *NotifiableItem      `json:"message,omitempty"`
	NextTasks                 *map[string][]string `json:"nextTasks,omitempty"`
	Note                      *bool                `json:"note,omitempty"`
	// QuietMode quiet mode for playbook task
	QuietMode            *int64                 `json:"quietMode,omitempty"`
	ReputationCalc       *float64               `json:"reputationCalc,omitempty"`
	RestrictedCompletion *bool                  `json:"restrictedCompletion,omitempty"`
	ScriptArguments      *map[string]AdvanceArg `json:"scriptArguments,omitempty"`
	SeparateContext      *bool                  `json:"separateContext,omitempty"`
	// SkipUnavailable if true then will check if automation exists, integration of that command is installed and active or sub playbook exists in Demisto
	SkipUnavailable *bool   `json:"skipUnavailable,omitempty"`
	Sla             *SLA    `json:"sla,omitempty"`
	SlaReminder     *SLA    `json:"slaReminder,omitempty"`
	Task            *Task   `json:"task,omitempty"`
	TaskId          *string `json:"taskId,omitempty"`
	// SLA fields
	TimerTriggers *[]TimerTrigger `json:"timerTriggers,omitempty"`
	// TaskType is the Task in the playbook context as a node
	Type *string `json:"type,omitempty"`
	// TaskView represents the view in client of the tasks graph
	View *map[string]interface{} `json:"view,omitempty"`
}

PlaybookTask struct for PlaybookTask

func NewPlaybookTask ¶

func NewPlaybookTask() *PlaybookTask

NewPlaybookTask instantiates a new PlaybookTask 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 NewPlaybookTaskWithDefaults ¶

func NewPlaybookTaskWithDefaults() *PlaybookTask

NewPlaybookTaskWithDefaults instantiates a new PlaybookTask 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 (*PlaybookTask) GetConditions ¶

func (o *PlaybookTask) GetConditions() []TaskCondition

GetConditions returns the Conditions field value if set, zero value otherwise.

func (*PlaybookTask) GetConditionsOk ¶

func (o *PlaybookTask) GetConditionsOk() (*[]TaskCondition, bool)

GetConditionsOk returns a tuple with the Conditions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetContinueOnError ¶

func (o *PlaybookTask) GetContinueOnError() bool

GetContinueOnError returns the ContinueOnError field value if set, zero value otherwise.

func (*PlaybookTask) GetContinueOnErrorOk ¶

func (o *PlaybookTask) GetContinueOnErrorOk() (*bool, bool)

GetContinueOnErrorOk returns a tuple with the ContinueOnError field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetDefaultAssignee ¶

func (o *PlaybookTask) GetDefaultAssignee() string

GetDefaultAssignee returns the DefaultAssignee field value if set, zero value otherwise.

func (*PlaybookTask) GetDefaultAssigneeComplex ¶

func (o *PlaybookTask) GetDefaultAssigneeComplex() AdvanceArg

GetDefaultAssigneeComplex returns the DefaultAssigneeComplex field value if set, zero value otherwise.

func (*PlaybookTask) GetDefaultAssigneeComplexOk ¶

func (o *PlaybookTask) GetDefaultAssigneeComplexOk() (*AdvanceArg, bool)

GetDefaultAssigneeComplexOk returns a tuple with the DefaultAssigneeComplex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetDefaultAssigneeOk ¶

func (o *PlaybookTask) GetDefaultAssigneeOk() (*string, bool)

GetDefaultAssigneeOk returns a tuple with the DefaultAssignee field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetDefaultReminder ¶

func (o *PlaybookTask) GetDefaultReminder() int64

GetDefaultReminder returns the DefaultReminder field value if set, zero value otherwise.

func (*PlaybookTask) GetDefaultReminderOk ¶

func (o *PlaybookTask) GetDefaultReminderOk() (*int64, bool)

GetDefaultReminderOk returns a tuple with the DefaultReminder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetEvidenceData ¶

func (o *PlaybookTask) GetEvidenceData() EvidenceData

GetEvidenceData returns the EvidenceData field value if set, zero value otherwise.

func (*PlaybookTask) GetEvidenceDataOk ¶

func (o *PlaybookTask) GetEvidenceDataOk() (*EvidenceData, bool)

GetEvidenceDataOk returns a tuple with the EvidenceData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetFieldMapping ¶

func (o *PlaybookTask) GetFieldMapping() []FieldMapping

GetFieldMapping returns the FieldMapping field value if set, zero value otherwise.

func (*PlaybookTask) GetFieldMappingOk ¶

func (o *PlaybookTask) GetFieldMappingOk() (*[]FieldMapping, bool)

GetFieldMappingOk returns a tuple with the FieldMapping field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetForm ¶

func (o *PlaybookTask) GetForm() DataCollectionForm

GetForm returns the Form field value if set, zero value otherwise.

func (*PlaybookTask) GetFormDisplay ¶

func (o *PlaybookTask) GetFormDisplay() FormDisplay

GetFormDisplay returns the FormDisplay field value if set, zero value otherwise.

func (*PlaybookTask) GetFormDisplayOk ¶

func (o *PlaybookTask) GetFormDisplayOk() (*FormDisplay, bool)

GetFormDisplayOk returns a tuple with the FormDisplay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetFormOk ¶

func (o *PlaybookTask) GetFormOk() (*DataCollectionForm, bool)

GetFormOk returns a tuple with the Form field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetId ¶

func (o *PlaybookTask) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*PlaybookTask) GetIdOk ¶

func (o *PlaybookTask) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetIgnoreWorker ¶

func (o *PlaybookTask) GetIgnoreWorker() bool

GetIgnoreWorker returns the IgnoreWorker field value if set, zero value otherwise.

func (*PlaybookTask) GetIgnoreWorkerOk ¶

func (o *PlaybookTask) GetIgnoreWorkerOk() (*bool, bool)

GetIgnoreWorkerOk returns a tuple with the IgnoreWorker field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetIsAutoSwitchedToQuietMode ¶

func (o *PlaybookTask) GetIsAutoSwitchedToQuietMode() bool

GetIsAutoSwitchedToQuietMode returns the IsAutoSwitchedToQuietMode field value if set, zero value otherwise.

func (*PlaybookTask) GetIsAutoSwitchedToQuietModeOk ¶

func (o *PlaybookTask) GetIsAutoSwitchedToQuietModeOk() (*bool, bool)

GetIsAutoSwitchedToQuietModeOk returns a tuple with the IsAutoSwitchedToQuietMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetIsOverSize ¶

func (o *PlaybookTask) GetIsOverSize() bool

GetIsOverSize returns the IsOverSize field value if set, zero value otherwise.

func (*PlaybookTask) GetIsOverSizeOk ¶

func (o *PlaybookTask) GetIsOverSizeOk() (*bool, bool)

GetIsOverSizeOk returns a tuple with the IsOverSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetLoop ¶

func (o *PlaybookTask) GetLoop() TaskLoop

GetLoop returns the Loop field value if set, zero value otherwise.

func (*PlaybookTask) GetLoopOk ¶

func (o *PlaybookTask) GetLoopOk() (*TaskLoop, bool)

GetLoopOk returns a tuple with the Loop field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetMessage ¶

func (o *PlaybookTask) GetMessage() NotifiableItem

GetMessage returns the Message field value if set, zero value otherwise.

func (*PlaybookTask) GetMessageOk ¶

func (o *PlaybookTask) GetMessageOk() (*NotifiableItem, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetNextTasks ¶

func (o *PlaybookTask) GetNextTasks() map[string][]string

GetNextTasks returns the NextTasks field value if set, zero value otherwise.

func (*PlaybookTask) GetNextTasksOk ¶

func (o *PlaybookTask) GetNextTasksOk() (*map[string][]string, bool)

GetNextTasksOk returns a tuple with the NextTasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetNote ¶

func (o *PlaybookTask) GetNote() bool

GetNote returns the Note field value if set, zero value otherwise.

func (*PlaybookTask) GetNoteOk ¶

func (o *PlaybookTask) GetNoteOk() (*bool, bool)

GetNoteOk returns a tuple with the Note field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetQuietMode ¶

func (o *PlaybookTask) GetQuietMode() int64

GetQuietMode returns the QuietMode field value if set, zero value otherwise.

func (*PlaybookTask) GetQuietModeOk ¶

func (o *PlaybookTask) GetQuietModeOk() (*int64, bool)

GetQuietModeOk returns a tuple with the QuietMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetReputationCalc ¶

func (o *PlaybookTask) GetReputationCalc() float64

GetReputationCalc returns the ReputationCalc field value if set, zero value otherwise.

func (*PlaybookTask) GetReputationCalcOk ¶

func (o *PlaybookTask) GetReputationCalcOk() (*float64, bool)

GetReputationCalcOk returns a tuple with the ReputationCalc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetRestrictedCompletion ¶

func (o *PlaybookTask) GetRestrictedCompletion() bool

GetRestrictedCompletion returns the RestrictedCompletion field value if set, zero value otherwise.

func (*PlaybookTask) GetRestrictedCompletionOk ¶

func (o *PlaybookTask) GetRestrictedCompletionOk() (*bool, bool)

GetRestrictedCompletionOk returns a tuple with the RestrictedCompletion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetScriptArguments ¶

func (o *PlaybookTask) GetScriptArguments() map[string]AdvanceArg

GetScriptArguments returns the ScriptArguments field value if set, zero value otherwise.

func (*PlaybookTask) GetScriptArgumentsOk ¶

func (o *PlaybookTask) GetScriptArgumentsOk() (*map[string]AdvanceArg, bool)

GetScriptArgumentsOk returns a tuple with the ScriptArguments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetSeparateContext ¶

func (o *PlaybookTask) GetSeparateContext() bool

GetSeparateContext returns the SeparateContext field value if set, zero value otherwise.

func (*PlaybookTask) GetSeparateContextOk ¶

func (o *PlaybookTask) GetSeparateContextOk() (*bool, bool)

GetSeparateContextOk returns a tuple with the SeparateContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetSkipUnavailable ¶

func (o *PlaybookTask) GetSkipUnavailable() bool

GetSkipUnavailable returns the SkipUnavailable field value if set, zero value otherwise.

func (*PlaybookTask) GetSkipUnavailableOk ¶

func (o *PlaybookTask) GetSkipUnavailableOk() (*bool, bool)

GetSkipUnavailableOk returns a tuple with the SkipUnavailable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetSla ¶

func (o *PlaybookTask) GetSla() SLA

GetSla returns the Sla field value if set, zero value otherwise.

func (*PlaybookTask) GetSlaOk ¶

func (o *PlaybookTask) GetSlaOk() (*SLA, bool)

GetSlaOk returns a tuple with the Sla field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetSlaReminder ¶

func (o *PlaybookTask) GetSlaReminder() SLA

GetSlaReminder returns the SlaReminder field value if set, zero value otherwise.

func (*PlaybookTask) GetSlaReminderOk ¶

func (o *PlaybookTask) GetSlaReminderOk() (*SLA, bool)

GetSlaReminderOk returns a tuple with the SlaReminder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetTask ¶

func (o *PlaybookTask) GetTask() Task

GetTask returns the Task field value if set, zero value otherwise.

func (*PlaybookTask) GetTaskId ¶

func (o *PlaybookTask) GetTaskId() string

GetTaskId returns the TaskId field value if set, zero value otherwise.

func (*PlaybookTask) GetTaskIdOk ¶

func (o *PlaybookTask) GetTaskIdOk() (*string, bool)

GetTaskIdOk returns a tuple with the TaskId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetTaskOk ¶

func (o *PlaybookTask) GetTaskOk() (*Task, bool)

GetTaskOk returns a tuple with the Task field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetTimerTriggers ¶

func (o *PlaybookTask) GetTimerTriggers() []TimerTrigger

GetTimerTriggers returns the TimerTriggers field value if set, zero value otherwise.

func (*PlaybookTask) GetTimerTriggersOk ¶

func (o *PlaybookTask) GetTimerTriggersOk() (*[]TimerTrigger, bool)

GetTimerTriggersOk returns a tuple with the TimerTriggers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetType ¶

func (o *PlaybookTask) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*PlaybookTask) GetTypeOk ¶

func (o *PlaybookTask) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) GetView ¶

func (o *PlaybookTask) GetView() map[string]interface{}

GetView returns the View field value if set, zero value otherwise.

func (*PlaybookTask) GetViewOk ¶

func (o *PlaybookTask) GetViewOk() (*map[string]interface{}, bool)

GetViewOk returns a tuple with the View field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookTask) HasConditions ¶

func (o *PlaybookTask) HasConditions() bool

HasConditions returns a boolean if a field has been set.

func (*PlaybookTask) HasContinueOnError ¶

func (o *PlaybookTask) HasContinueOnError() bool

HasContinueOnError returns a boolean if a field has been set.

func (*PlaybookTask) HasDefaultAssignee ¶

func (o *PlaybookTask) HasDefaultAssignee() bool

HasDefaultAssignee returns a boolean if a field has been set.

func (*PlaybookTask) HasDefaultAssigneeComplex ¶

func (o *PlaybookTask) HasDefaultAssigneeComplex() bool

HasDefaultAssigneeComplex returns a boolean if a field has been set.

func (*PlaybookTask) HasDefaultReminder ¶

func (o *PlaybookTask) HasDefaultReminder() bool

HasDefaultReminder returns a boolean if a field has been set.

func (*PlaybookTask) HasEvidenceData ¶

func (o *PlaybookTask) HasEvidenceData() bool

HasEvidenceData returns a boolean if a field has been set.

func (*PlaybookTask) HasFieldMapping ¶

func (o *PlaybookTask) HasFieldMapping() bool

HasFieldMapping returns a boolean if a field has been set.

func (*PlaybookTask) HasForm ¶

func (o *PlaybookTask) HasForm() bool

HasForm returns a boolean if a field has been set.

func (*PlaybookTask) HasFormDisplay ¶

func (o *PlaybookTask) HasFormDisplay() bool

HasFormDisplay returns a boolean if a field has been set.

func (*PlaybookTask) HasId ¶

func (o *PlaybookTask) HasId() bool

HasId returns a boolean if a field has been set.

func (*PlaybookTask) HasIgnoreWorker ¶

func (o *PlaybookTask) HasIgnoreWorker() bool

HasIgnoreWorker returns a boolean if a field has been set.

func (*PlaybookTask) HasIsAutoSwitchedToQuietMode ¶

func (o *PlaybookTask) HasIsAutoSwitchedToQuietMode() bool

HasIsAutoSwitchedToQuietMode returns a boolean if a field has been set.

func (*PlaybookTask) HasIsOverSize ¶

func (o *PlaybookTask) HasIsOverSize() bool

HasIsOverSize returns a boolean if a field has been set.

func (*PlaybookTask) HasLoop ¶

func (o *PlaybookTask) HasLoop() bool

HasLoop returns a boolean if a field has been set.

func (*PlaybookTask) HasMessage ¶

func (o *PlaybookTask) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*PlaybookTask) HasNextTasks ¶

func (o *PlaybookTask) HasNextTasks() bool

HasNextTasks returns a boolean if a field has been set.

func (*PlaybookTask) HasNote ¶

func (o *PlaybookTask) HasNote() bool

HasNote returns a boolean if a field has been set.

func (*PlaybookTask) HasQuietMode ¶

func (o *PlaybookTask) HasQuietMode() bool

HasQuietMode returns a boolean if a field has been set.

func (*PlaybookTask) HasReputationCalc ¶

func (o *PlaybookTask) HasReputationCalc() bool

HasReputationCalc returns a boolean if a field has been set.

func (*PlaybookTask) HasRestrictedCompletion ¶

func (o *PlaybookTask) HasRestrictedCompletion() bool

HasRestrictedCompletion returns a boolean if a field has been set.

func (*PlaybookTask) HasScriptArguments ¶

func (o *PlaybookTask) HasScriptArguments() bool

HasScriptArguments returns a boolean if a field has been set.

func (*PlaybookTask) HasSeparateContext ¶

func (o *PlaybookTask) HasSeparateContext() bool

HasSeparateContext returns a boolean if a field has been set.

func (*PlaybookTask) HasSkipUnavailable ¶

func (o *PlaybookTask) HasSkipUnavailable() bool

HasSkipUnavailable returns a boolean if a field has been set.

func (*PlaybookTask) HasSla ¶

func (o *PlaybookTask) HasSla() bool

HasSla returns a boolean if a field has been set.

func (*PlaybookTask) HasSlaReminder ¶

func (o *PlaybookTask) HasSlaReminder() bool

HasSlaReminder returns a boolean if a field has been set.

func (*PlaybookTask) HasTask ¶

func (o *PlaybookTask) HasTask() bool

HasTask returns a boolean if a field has been set.

func (*PlaybookTask) HasTaskId ¶

func (o *PlaybookTask) HasTaskId() bool

HasTaskId returns a boolean if a field has been set.

func (*PlaybookTask) HasTimerTriggers ¶

func (o *PlaybookTask) HasTimerTriggers() bool

HasTimerTriggers returns a boolean if a field has been set.

func (*PlaybookTask) HasType ¶

func (o *PlaybookTask) HasType() bool

HasType returns a boolean if a field has been set.

func (*PlaybookTask) HasView ¶

func (o *PlaybookTask) HasView() bool

HasView returns a boolean if a field has been set.

func (PlaybookTask) MarshalJSON ¶

func (o PlaybookTask) MarshalJSON() ([]byte, error)

func (*PlaybookTask) SetConditions ¶

func (o *PlaybookTask) SetConditions(v []TaskCondition)

SetConditions gets a reference to the given []TaskCondition and assigns it to the Conditions field.

func (*PlaybookTask) SetContinueOnError ¶

func (o *PlaybookTask) SetContinueOnError(v bool)

SetContinueOnError gets a reference to the given bool and assigns it to the ContinueOnError field.

func (*PlaybookTask) SetDefaultAssignee ¶

func (o *PlaybookTask) SetDefaultAssignee(v string)

SetDefaultAssignee gets a reference to the given string and assigns it to the DefaultAssignee field.

func (*PlaybookTask) SetDefaultAssigneeComplex ¶

func (o *PlaybookTask) SetDefaultAssigneeComplex(v AdvanceArg)

SetDefaultAssigneeComplex gets a reference to the given AdvanceArg and assigns it to the DefaultAssigneeComplex field.

func (*PlaybookTask) SetDefaultReminder ¶

func (o *PlaybookTask) SetDefaultReminder(v int64)

SetDefaultReminder gets a reference to the given int64 and assigns it to the DefaultReminder field.

func (*PlaybookTask) SetEvidenceData ¶

func (o *PlaybookTask) SetEvidenceData(v EvidenceData)

SetEvidenceData gets a reference to the given EvidenceData and assigns it to the EvidenceData field.

func (*PlaybookTask) SetFieldMapping ¶

func (o *PlaybookTask) SetFieldMapping(v []FieldMapping)

SetFieldMapping gets a reference to the given []FieldMapping and assigns it to the FieldMapping field.

func (*PlaybookTask) SetForm ¶

func (o *PlaybookTask) SetForm(v DataCollectionForm)

SetForm gets a reference to the given DataCollectionForm and assigns it to the Form field.

func (*PlaybookTask) SetFormDisplay ¶

func (o *PlaybookTask) SetFormDisplay(v FormDisplay)

SetFormDisplay gets a reference to the given FormDisplay and assigns it to the FormDisplay field.

func (*PlaybookTask) SetId ¶

func (o *PlaybookTask) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*PlaybookTask) SetIgnoreWorker ¶

func (o *PlaybookTask) SetIgnoreWorker(v bool)

SetIgnoreWorker gets a reference to the given bool and assigns it to the IgnoreWorker field.

func (*PlaybookTask) SetIsAutoSwitchedToQuietMode ¶

func (o *PlaybookTask) SetIsAutoSwitchedToQuietMode(v bool)

SetIsAutoSwitchedToQuietMode gets a reference to the given bool and assigns it to the IsAutoSwitchedToQuietMode field.

func (*PlaybookTask) SetIsOverSize ¶

func (o *PlaybookTask) SetIsOverSize(v bool)

SetIsOverSize gets a reference to the given bool and assigns it to the IsOverSize field.

func (*PlaybookTask) SetLoop ¶

func (o *PlaybookTask) SetLoop(v TaskLoop)

SetLoop gets a reference to the given TaskLoop and assigns it to the Loop field.

func (*PlaybookTask) SetMessage ¶

func (o *PlaybookTask) SetMessage(v NotifiableItem)

SetMessage gets a reference to the given NotifiableItem and assigns it to the Message field.

func (*PlaybookTask) SetNextTasks ¶

func (o *PlaybookTask) SetNextTasks(v map[string][]string)

SetNextTasks gets a reference to the given map[string][]string and assigns it to the NextTasks field.

func (*PlaybookTask) SetNote ¶

func (o *PlaybookTask) SetNote(v bool)

SetNote gets a reference to the given bool and assigns it to the Note field.

func (*PlaybookTask) SetQuietMode ¶

func (o *PlaybookTask) SetQuietMode(v int64)

SetQuietMode gets a reference to the given int64 and assigns it to the QuietMode field.

func (*PlaybookTask) SetReputationCalc ¶

func (o *PlaybookTask) SetReputationCalc(v float64)

SetReputationCalc gets a reference to the given float64 and assigns it to the ReputationCalc field.

func (*PlaybookTask) SetRestrictedCompletion ¶

func (o *PlaybookTask) SetRestrictedCompletion(v bool)

SetRestrictedCompletion gets a reference to the given bool and assigns it to the RestrictedCompletion field.

func (*PlaybookTask) SetScriptArguments ¶

func (o *PlaybookTask) SetScriptArguments(v map[string]AdvanceArg)

SetScriptArguments gets a reference to the given map[string]AdvanceArg and assigns it to the ScriptArguments field.

func (*PlaybookTask) SetSeparateContext ¶

func (o *PlaybookTask) SetSeparateContext(v bool)

SetSeparateContext gets a reference to the given bool and assigns it to the SeparateContext field.

func (*PlaybookTask) SetSkipUnavailable ¶

func (o *PlaybookTask) SetSkipUnavailable(v bool)

SetSkipUnavailable gets a reference to the given bool and assigns it to the SkipUnavailable field.

func (*PlaybookTask) SetSla ¶

func (o *PlaybookTask) SetSla(v SLA)

SetSla gets a reference to the given SLA and assigns it to the Sla field.

func (*PlaybookTask) SetSlaReminder ¶

func (o *PlaybookTask) SetSlaReminder(v SLA)

SetSlaReminder gets a reference to the given SLA and assigns it to the SlaReminder field.

func (*PlaybookTask) SetTask ¶

func (o *PlaybookTask) SetTask(v Task)

SetTask gets a reference to the given Task and assigns it to the Task field.

func (*PlaybookTask) SetTaskId ¶

func (o *PlaybookTask) SetTaskId(v string)

SetTaskId gets a reference to the given string and assigns it to the TaskId field.

func (*PlaybookTask) SetTimerTriggers ¶

func (o *PlaybookTask) SetTimerTriggers(v []TimerTrigger)

SetTimerTriggers gets a reference to the given []TimerTrigger and assigns it to the TimerTriggers field.

func (*PlaybookTask) SetType ¶

func (o *PlaybookTask) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*PlaybookTask) SetView ¶

func (o *PlaybookTask) SetView(v map[string]interface{})

SetView gets a reference to the given map[string]interface{} and assigns it to the View field.

type PlaybookWithWarnings ¶

type PlaybookWithWarnings struct {
	Playbook *Playbook `json:"playbook,omitempty"`
	Warnings *[]string `json:"warnings,omitempty"`
}

PlaybookWithWarnings struct for PlaybookWithWarnings

func NewPlaybookWithWarnings ¶

func NewPlaybookWithWarnings() *PlaybookWithWarnings

NewPlaybookWithWarnings instantiates a new PlaybookWithWarnings 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 NewPlaybookWithWarningsWithDefaults ¶

func NewPlaybookWithWarningsWithDefaults() *PlaybookWithWarnings

NewPlaybookWithWarningsWithDefaults instantiates a new PlaybookWithWarnings 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 (*PlaybookWithWarnings) GetPlaybook ¶

func (o *PlaybookWithWarnings) GetPlaybook() Playbook

GetPlaybook returns the Playbook field value if set, zero value otherwise.

func (*PlaybookWithWarnings) GetPlaybookOk ¶

func (o *PlaybookWithWarnings) GetPlaybookOk() (*Playbook, bool)

GetPlaybookOk returns a tuple with the Playbook field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookWithWarnings) GetWarnings ¶

func (o *PlaybookWithWarnings) GetWarnings() []string

GetWarnings returns the Warnings field value if set, zero value otherwise.

func (*PlaybookWithWarnings) GetWarningsOk ¶

func (o *PlaybookWithWarnings) GetWarningsOk() (*[]string, bool)

GetWarningsOk returns a tuple with the Warnings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlaybookWithWarnings) HasPlaybook ¶

func (o *PlaybookWithWarnings) HasPlaybook() bool

HasPlaybook returns a boolean if a field has been set.

func (*PlaybookWithWarnings) HasWarnings ¶

func (o *PlaybookWithWarnings) HasWarnings() bool

HasWarnings returns a boolean if a field has been set.

func (PlaybookWithWarnings) MarshalJSON ¶

func (o PlaybookWithWarnings) MarshalJSON() ([]byte, error)

func (*PlaybookWithWarnings) SetPlaybook ¶

func (o *PlaybookWithWarnings) SetPlaybook(v Playbook)

SetPlaybook gets a reference to the given Playbook and assigns it to the Playbook field.

func (*PlaybookWithWarnings) SetWarnings ¶

func (o *PlaybookWithWarnings) SetWarnings(v []string)

SetWarnings gets a reference to the given []string and assigns it to the Warnings field.

type Plugin ¶

type Plugin struct {
	Config PluginConfig `json:"Config"`
	// True if the plugin is running. False if the plugin is not running, only installed.
	Enabled bool `json:"Enabled"`
	// Id
	Id *string `json:"Id,omitempty"`
	// name
	Name string `json:"Name"`
	// plugin remote reference used to push/pull the plugin
	PluginReference *string        `json:"PluginReference,omitempty"`
	Settings        PluginSettings `json:"Settings"`
}

Plugin Plugin A plugin for the Engine API

func NewPlugin ¶

func NewPlugin(config PluginConfig, enabled bool, name string, settings PluginSettings) *Plugin

NewPlugin instantiates a new Plugin 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 NewPluginWithDefaults ¶

func NewPluginWithDefaults() *Plugin

NewPluginWithDefaults instantiates a new Plugin 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 (*Plugin) GetConfig ¶

func (o *Plugin) GetConfig() PluginConfig

GetConfig returns the Config field value

func (*Plugin) GetConfigOk ¶

func (o *Plugin) GetConfigOk() (*PluginConfig, bool)

GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.

func (*Plugin) GetEnabled ¶

func (o *Plugin) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*Plugin) GetEnabledOk ¶

func (o *Plugin) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*Plugin) GetId ¶

func (o *Plugin) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Plugin) GetIdOk ¶

func (o *Plugin) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Plugin) GetName ¶

func (o *Plugin) GetName() string

GetName returns the Name field value

func (*Plugin) GetNameOk ¶

func (o *Plugin) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*Plugin) GetPluginReference ¶

func (o *Plugin) GetPluginReference() string

GetPluginReference returns the PluginReference field value if set, zero value otherwise.

func (*Plugin) GetPluginReferenceOk ¶

func (o *Plugin) GetPluginReferenceOk() (*string, bool)

GetPluginReferenceOk returns a tuple with the PluginReference field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Plugin) GetSettings ¶

func (o *Plugin) GetSettings() PluginSettings

GetSettings returns the Settings field value

func (*Plugin) GetSettingsOk ¶

func (o *Plugin) GetSettingsOk() (*PluginSettings, bool)

GetSettingsOk returns a tuple with the Settings field value and a boolean to check if the value has been set.

func (*Plugin) HasId ¶

func (o *Plugin) HasId() bool

HasId returns a boolean if a field has been set.

func (*Plugin) HasPluginReference ¶

func (o *Plugin) HasPluginReference() bool

HasPluginReference returns a boolean if a field has been set.

func (Plugin) MarshalJSON ¶

func (o Plugin) MarshalJSON() ([]byte, error)

func (*Plugin) SetConfig ¶

func (o *Plugin) SetConfig(v PluginConfig)

SetConfig sets field value

func (*Plugin) SetEnabled ¶

func (o *Plugin) SetEnabled(v bool)

SetEnabled sets field value

func (*Plugin) SetId ¶

func (o *Plugin) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Plugin) SetName ¶

func (o *Plugin) SetName(v string)

SetName sets field value

func (*Plugin) SetPluginReference ¶

func (o *Plugin) SetPluginReference(v string)

SetPluginReference gets a reference to the given string and assigns it to the PluginReference field.

func (*Plugin) SetSettings ¶

func (o *Plugin) SetSettings(v PluginSettings)

SetSettings sets field value

type PluginConfig ¶

type PluginConfig struct {
	Args PluginConfigArgs `json:"Args"`
	// description
	Description string `json:"Description"`
	// Docker Version used to create the plugin
	DockerVersion *string `json:"DockerVersion,omitempty"`
	// documentation
	Documentation string `json:"Documentation"`
	// entrypoint
	Entrypoint []string `json:"Entrypoint"`
	// env
	Env       []PluginEnv           `json:"Env"`
	Interface PluginConfigInterface `json:"Interface"`
	// ipc host
	IpcHost bool              `json:"IpcHost"`
	Linux   PluginConfigLinux `json:"Linux"`
	// mounts
	Mounts  []PluginMount       `json:"Mounts"`
	Network PluginConfigNetwork `json:"Network"`
	// pid host
	PidHost bool `json:"PidHost"`
	// propagated mount
	PropagatedMount string            `json:"PropagatedMount"`
	User            *PluginConfigUser `json:"User,omitempty"`
	// work dir
	WorkDir string              `json:"WorkDir"`
	Rootfs  *PluginConfigRootfs `json:"rootfs,omitempty"`
}

PluginConfig struct for PluginConfig

func NewPluginConfig ¶

func NewPluginConfig(args PluginConfigArgs, description string, documentation string, entrypoint []string, env []PluginEnv, interface_ PluginConfigInterface, ipcHost bool, linux PluginConfigLinux, mounts []PluginMount, network PluginConfigNetwork, pidHost bool, propagatedMount string, workDir string) *PluginConfig

NewPluginConfig instantiates a new PluginConfig 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 NewPluginConfigWithDefaults ¶

func NewPluginConfigWithDefaults() *PluginConfig

NewPluginConfigWithDefaults instantiates a new PluginConfig 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 (*PluginConfig) GetArgs ¶

func (o *PluginConfig) GetArgs() PluginConfigArgs

GetArgs returns the Args field value

func (*PluginConfig) GetArgsOk ¶

func (o *PluginConfig) GetArgsOk() (*PluginConfigArgs, bool)

GetArgsOk returns a tuple with the Args field value and a boolean to check if the value has been set.

func (*PluginConfig) GetDescription ¶

func (o *PluginConfig) GetDescription() string

GetDescription returns the Description field value

func (*PluginConfig) GetDescriptionOk ¶

func (o *PluginConfig) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*PluginConfig) GetDockerVersion ¶

func (o *PluginConfig) GetDockerVersion() string

GetDockerVersion returns the DockerVersion field value if set, zero value otherwise.

func (*PluginConfig) GetDockerVersionOk ¶

func (o *PluginConfig) GetDockerVersionOk() (*string, bool)

GetDockerVersionOk returns a tuple with the DockerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PluginConfig) GetDocumentation ¶

func (o *PluginConfig) GetDocumentation() string

GetDocumentation returns the Documentation field value

func (*PluginConfig) GetDocumentationOk ¶

func (o *PluginConfig) GetDocumentationOk() (*string, bool)

GetDocumentationOk returns a tuple with the Documentation field value and a boolean to check if the value has been set.

func (*PluginConfig) GetEntrypoint ¶

func (o *PluginConfig) GetEntrypoint() []string

GetEntrypoint returns the Entrypoint field value

func (*PluginConfig) GetEntrypointOk ¶

func (o *PluginConfig) GetEntrypointOk() (*[]string, bool)

GetEntrypointOk returns a tuple with the Entrypoint field value and a boolean to check if the value has been set.

func (*PluginConfig) GetEnv ¶

func (o *PluginConfig) GetEnv() []PluginEnv

GetEnv returns the Env field value

func (*PluginConfig) GetEnvOk ¶

func (o *PluginConfig) GetEnvOk() (*[]PluginEnv, bool)

GetEnvOk returns a tuple with the Env field value and a boolean to check if the value has been set.

func (*PluginConfig) GetInterface ¶

func (o *PluginConfig) GetInterface() PluginConfigInterface

GetInterface returns the Interface field value

func (*PluginConfig) GetInterfaceOk ¶

func (o *PluginConfig) GetInterfaceOk() (*PluginConfigInterface, bool)

GetInterfaceOk returns a tuple with the Interface field value and a boolean to check if the value has been set.

func (*PluginConfig) GetIpcHost ¶

func (o *PluginConfig) GetIpcHost() bool

GetIpcHost returns the IpcHost field value

func (*PluginConfig) GetIpcHostOk ¶

func (o *PluginConfig) GetIpcHostOk() (*bool, bool)

GetIpcHostOk returns a tuple with the IpcHost field value and a boolean to check if the value has been set.

func (*PluginConfig) GetLinux ¶

func (o *PluginConfig) GetLinux() PluginConfigLinux

GetLinux returns the Linux field value

func (*PluginConfig) GetLinuxOk ¶

func (o *PluginConfig) GetLinuxOk() (*PluginConfigLinux, bool)

GetLinuxOk returns a tuple with the Linux field value and a boolean to check if the value has been set.

func (*PluginConfig) GetMounts ¶

func (o *PluginConfig) GetMounts() []PluginMount

GetMounts returns the Mounts field value

func (*PluginConfig) GetMountsOk ¶

func (o *PluginConfig) GetMountsOk() (*[]PluginMount, bool)

GetMountsOk returns a tuple with the Mounts field value and a boolean to check if the value has been set.

func (*PluginConfig) GetNetwork ¶

func (o *PluginConfig) GetNetwork() PluginConfigNetwork

GetNetwork returns the Network field value

func (*PluginConfig) GetNetworkOk ¶

func (o *PluginConfig) GetNetworkOk() (*PluginConfigNetwork, bool)

GetNetworkOk returns a tuple with the Network field value and a boolean to check if the value has been set.

func (*PluginConfig) GetPidHost ¶

func (o *PluginConfig) GetPidHost() bool

GetPidHost returns the PidHost field value

func (*PluginConfig) GetPidHostOk ¶

func (o *PluginConfig) GetPidHostOk() (*bool, bool)

GetPidHostOk returns a tuple with the PidHost field value and a boolean to check if the value has been set.

func (*PluginConfig) GetPropagatedMount ¶

func (o *PluginConfig) GetPropagatedMount() string

GetPropagatedMount returns the PropagatedMount field value

func (*PluginConfig) GetPropagatedMountOk ¶

func (o *PluginConfig) GetPropagatedMountOk() (*string, bool)

GetPropagatedMountOk returns a tuple with the PropagatedMount field value and a boolean to check if the value has been set.

func (*PluginConfig) GetRootfs ¶

func (o *PluginConfig) GetRootfs() PluginConfigRootfs

GetRootfs returns the Rootfs field value if set, zero value otherwise.

func (*PluginConfig) GetRootfsOk ¶

func (o *PluginConfig) GetRootfsOk() (*PluginConfigRootfs, bool)

GetRootfsOk returns a tuple with the Rootfs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PluginConfig) GetUser ¶

func (o *PluginConfig) GetUser() PluginConfigUser

GetUser returns the User field value if set, zero value otherwise.

func (*PluginConfig) GetUserOk ¶

func (o *PluginConfig) GetUserOk() (*PluginConfigUser, bool)

GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PluginConfig) GetWorkDir ¶

func (o *PluginConfig) GetWorkDir() string

GetWorkDir returns the WorkDir field value

func (*PluginConfig) GetWorkDirOk ¶

func (o *PluginConfig) GetWorkDirOk() (*string, bool)

GetWorkDirOk returns a tuple with the WorkDir field value and a boolean to check if the value has been set.

func (*PluginConfig) HasDockerVersion ¶

func (o *PluginConfig) HasDockerVersion() bool

HasDockerVersion returns a boolean if a field has been set.

func (*PluginConfig) HasRootfs ¶

func (o *PluginConfig) HasRootfs() bool

HasRootfs returns a boolean if a field has been set.

func (*PluginConfig) HasUser ¶

func (o *PluginConfig) HasUser() bool

HasUser returns a boolean if a field has been set.

func (PluginConfig) MarshalJSON ¶

func (o PluginConfig) MarshalJSON() ([]byte, error)

func (*PluginConfig) SetArgs ¶

func (o *PluginConfig) SetArgs(v PluginConfigArgs)

SetArgs sets field value

func (*PluginConfig) SetDescription ¶

func (o *PluginConfig) SetDescription(v string)

SetDescription sets field value

func (*PluginConfig) SetDockerVersion ¶

func (o *PluginConfig) SetDockerVersion(v string)

SetDockerVersion gets a reference to the given string and assigns it to the DockerVersion field.

func (*PluginConfig) SetDocumentation ¶

func (o *PluginConfig) SetDocumentation(v string)

SetDocumentation sets field value

func (*PluginConfig) SetEntrypoint ¶

func (o *PluginConfig) SetEntrypoint(v []string)

SetEntrypoint sets field value

func (*PluginConfig) SetEnv ¶

func (o *PluginConfig) SetEnv(v []PluginEnv)

SetEnv sets field value

func (*PluginConfig) SetInterface ¶

func (o *PluginConfig) SetInterface(v PluginConfigInterface)

SetInterface sets field value

func (*PluginConfig) SetIpcHost ¶

func (o *PluginConfig) SetIpcHost(v bool)

SetIpcHost sets field value

func (*PluginConfig) SetLinux ¶

func (o *PluginConfig) SetLinux(v PluginConfigLinux)

SetLinux sets field value

func (*PluginConfig) SetMounts ¶

func (o *PluginConfig) SetMounts(v []PluginMount)

SetMounts sets field value

func (*PluginConfig) SetNetwork ¶

func (o *PluginConfig) SetNetwork(v PluginConfigNetwork)

SetNetwork sets field value

func (*PluginConfig) SetPidHost ¶

func (o *PluginConfig) SetPidHost(v bool)

SetPidHost sets field value

func (*PluginConfig) SetPropagatedMount ¶

func (o *PluginConfig) SetPropagatedMount(v string)

SetPropagatedMount sets field value

func (*PluginConfig) SetRootfs ¶

func (o *PluginConfig) SetRootfs(v PluginConfigRootfs)

SetRootfs gets a reference to the given PluginConfigRootfs and assigns it to the Rootfs field.

func (*PluginConfig) SetUser ¶

func (o *PluginConfig) SetUser(v PluginConfigUser)

SetUser gets a reference to the given PluginConfigUser and assigns it to the User field.

func (*PluginConfig) SetWorkDir ¶

func (o *PluginConfig) SetWorkDir(v string)

SetWorkDir sets field value

type PluginConfigArgs ¶

type PluginConfigArgs struct {
	// description
	Description string `json:"Description"`
	// name
	Name string `json:"Name"`
	// settable
	Settable []string `json:"Settable"`
	// value
	Value []string `json:"Value"`
}

PluginConfigArgs PluginConfigArgs plugin config args

func NewPluginConfigArgs ¶

func NewPluginConfigArgs(description string, name string, settable []string, value []string) *PluginConfigArgs

NewPluginConfigArgs instantiates a new PluginConfigArgs 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 NewPluginConfigArgsWithDefaults ¶

func NewPluginConfigArgsWithDefaults() *PluginConfigArgs

NewPluginConfigArgsWithDefaults instantiates a new PluginConfigArgs 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 (*PluginConfigArgs) GetDescription ¶

func (o *PluginConfigArgs) GetDescription() string

GetDescription returns the Description field value

func (*PluginConfigArgs) GetDescriptionOk ¶

func (o *PluginConfigArgs) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*PluginConfigArgs) GetName ¶

func (o *PluginConfigArgs) GetName() string

GetName returns the Name field value

func (*PluginConfigArgs) GetNameOk ¶

func (o *PluginConfigArgs) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PluginConfigArgs) GetSettable ¶

func (o *PluginConfigArgs) GetSettable() []string

GetSettable returns the Settable field value

func (*PluginConfigArgs) GetSettableOk ¶

func (o *PluginConfigArgs) GetSettableOk() (*[]string, bool)

GetSettableOk returns a tuple with the Settable field value and a boolean to check if the value has been set.

func (*PluginConfigArgs) GetValue ¶

func (o *PluginConfigArgs) GetValue() []string

GetValue returns the Value field value

func (*PluginConfigArgs) GetValueOk ¶

func (o *PluginConfigArgs) GetValueOk() (*[]string, bool)

GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.

func (PluginConfigArgs) MarshalJSON ¶

func (o PluginConfigArgs) MarshalJSON() ([]byte, error)

func (*PluginConfigArgs) SetDescription ¶

func (o *PluginConfigArgs) SetDescription(v string)

SetDescription sets field value

func (*PluginConfigArgs) SetName ¶

func (o *PluginConfigArgs) SetName(v string)

SetName sets field value

func (*PluginConfigArgs) SetSettable ¶

func (o *PluginConfigArgs) SetSettable(v []string)

SetSettable sets field value

func (*PluginConfigArgs) SetValue ¶

func (o *PluginConfigArgs) SetValue(v []string)

SetValue sets field value

type PluginConfigInterface ¶

type PluginConfigInterface struct {
	// Protocol to use for clients connecting to the plugin.
	ProtocolScheme *string `json:"ProtocolScheme,omitempty"`
	// socket
	Socket string `json:"Socket"`
	// types
	Types []PluginInterfaceType `json:"Types"`
}

PluginConfigInterface PluginConfigInterface The interface between Docker and the plugin

func NewPluginConfigInterface ¶

func NewPluginConfigInterface(socket string, types []PluginInterfaceType) *PluginConfigInterface

NewPluginConfigInterface instantiates a new PluginConfigInterface 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 NewPluginConfigInterfaceWithDefaults ¶

func NewPluginConfigInterfaceWithDefaults() *PluginConfigInterface

NewPluginConfigInterfaceWithDefaults instantiates a new PluginConfigInterface 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 (*PluginConfigInterface) GetProtocolScheme ¶

func (o *PluginConfigInterface) GetProtocolScheme() string

GetProtocolScheme returns the ProtocolScheme field value if set, zero value otherwise.

func (*PluginConfigInterface) GetProtocolSchemeOk ¶

func (o *PluginConfigInterface) GetProtocolSchemeOk() (*string, bool)

GetProtocolSchemeOk returns a tuple with the ProtocolScheme field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PluginConfigInterface) GetSocket ¶

func (o *PluginConfigInterface) GetSocket() string

GetSocket returns the Socket field value

func (*PluginConfigInterface) GetSocketOk ¶

func (o *PluginConfigInterface) GetSocketOk() (*string, bool)

GetSocketOk returns a tuple with the Socket field value and a boolean to check if the value has been set.

func (*PluginConfigInterface) GetTypes ¶

GetTypes returns the Types field value

func (*PluginConfigInterface) GetTypesOk ¶

func (o *PluginConfigInterface) GetTypesOk() (*[]PluginInterfaceType, bool)

GetTypesOk returns a tuple with the Types field value and a boolean to check if the value has been set.

func (*PluginConfigInterface) HasProtocolScheme ¶

func (o *PluginConfigInterface) HasProtocolScheme() bool

HasProtocolScheme returns a boolean if a field has been set.

func (PluginConfigInterface) MarshalJSON ¶

func (o PluginConfigInterface) MarshalJSON() ([]byte, error)

func (*PluginConfigInterface) SetProtocolScheme ¶

func (o *PluginConfigInterface) SetProtocolScheme(v string)

SetProtocolScheme gets a reference to the given string and assigns it to the ProtocolScheme field.

func (*PluginConfigInterface) SetSocket ¶

func (o *PluginConfigInterface) SetSocket(v string)

SetSocket sets field value

func (*PluginConfigInterface) SetTypes ¶

func (o *PluginConfigInterface) SetTypes(v []PluginInterfaceType)

SetTypes sets field value

type PluginConfigLinux ¶

type PluginConfigLinux struct {
	// allow all devices
	AllowAllDevices bool `json:"AllowAllDevices"`
	// capabilities
	Capabilities []string `json:"Capabilities"`
	// devices
	Devices []PluginDevice `json:"Devices"`
}

PluginConfigLinux PluginConfigLinux plugin config linux

func NewPluginConfigLinux ¶

func NewPluginConfigLinux(allowAllDevices bool, capabilities []string, devices []PluginDevice) *PluginConfigLinux

NewPluginConfigLinux instantiates a new PluginConfigLinux 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 NewPluginConfigLinuxWithDefaults ¶

func NewPluginConfigLinuxWithDefaults() *PluginConfigLinux

NewPluginConfigLinuxWithDefaults instantiates a new PluginConfigLinux 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 (*PluginConfigLinux) GetAllowAllDevices ¶

func (o *PluginConfigLinux) GetAllowAllDevices() bool

GetAllowAllDevices returns the AllowAllDevices field value

func (*PluginConfigLinux) GetAllowAllDevicesOk ¶

func (o *PluginConfigLinux) GetAllowAllDevicesOk() (*bool, bool)

GetAllowAllDevicesOk returns a tuple with the AllowAllDevices field value and a boolean to check if the value has been set.

func (*PluginConfigLinux) GetCapabilities ¶

func (o *PluginConfigLinux) GetCapabilities() []string

GetCapabilities returns the Capabilities field value

func (*PluginConfigLinux) GetCapabilitiesOk ¶

func (o *PluginConfigLinux) GetCapabilitiesOk() (*[]string, bool)

GetCapabilitiesOk returns a tuple with the Capabilities field value and a boolean to check if the value has been set.

func (*PluginConfigLinux) GetDevices ¶

func (o *PluginConfigLinux) GetDevices() []PluginDevice

GetDevices returns the Devices field value

func (*PluginConfigLinux) GetDevicesOk ¶

func (o *PluginConfigLinux) GetDevicesOk() (*[]PluginDevice, bool)

GetDevicesOk returns a tuple with the Devices field value and a boolean to check if the value has been set.

func (PluginConfigLinux) MarshalJSON ¶

func (o PluginConfigLinux) MarshalJSON() ([]byte, error)

func (*PluginConfigLinux) SetAllowAllDevices ¶

func (o *PluginConfigLinux) SetAllowAllDevices(v bool)

SetAllowAllDevices sets field value

func (*PluginConfigLinux) SetCapabilities ¶

func (o *PluginConfigLinux) SetCapabilities(v []string)

SetCapabilities sets field value

func (*PluginConfigLinux) SetDevices ¶

func (o *PluginConfigLinux) SetDevices(v []PluginDevice)

SetDevices sets field value

type PluginConfigNetwork ¶

type PluginConfigNetwork struct {
	// type
	Type string `json:"Type"`
}

PluginConfigNetwork PluginConfigNetwork plugin config network

func NewPluginConfigNetwork ¶

func NewPluginConfigNetwork(type_ string) *PluginConfigNetwork

NewPluginConfigNetwork instantiates a new PluginConfigNetwork 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 NewPluginConfigNetworkWithDefaults ¶

func NewPluginConfigNetworkWithDefaults() *PluginConfigNetwork

NewPluginConfigNetworkWithDefaults instantiates a new PluginConfigNetwork 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 (*PluginConfigNetwork) GetType ¶

func (o *PluginConfigNetwork) GetType() string

GetType returns the Type field value

func (*PluginConfigNetwork) GetTypeOk ¶

func (o *PluginConfigNetwork) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (PluginConfigNetwork) MarshalJSON ¶

func (o PluginConfigNetwork) MarshalJSON() ([]byte, error)

func (*PluginConfigNetwork) SetType ¶

func (o *PluginConfigNetwork) SetType(v string)

SetType sets field value

type PluginConfigRootfs ¶

type PluginConfigRootfs struct {
	// diff ids
	DiffIds *[]string `json:"diff_ids,omitempty"`
	// type
	Type *string `json:"type,omitempty"`
}

PluginConfigRootfs PluginConfigRootfs plugin config rootfs

func NewPluginConfigRootfs ¶

func NewPluginConfigRootfs() *PluginConfigRootfs

NewPluginConfigRootfs instantiates a new PluginConfigRootfs 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 NewPluginConfigRootfsWithDefaults ¶

func NewPluginConfigRootfsWithDefaults() *PluginConfigRootfs

NewPluginConfigRootfsWithDefaults instantiates a new PluginConfigRootfs 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 (*PluginConfigRootfs) GetDiffIds ¶

func (o *PluginConfigRootfs) GetDiffIds() []string

GetDiffIds returns the DiffIds field value if set, zero value otherwise.

func (*PluginConfigRootfs) GetDiffIdsOk ¶

func (o *PluginConfigRootfs) GetDiffIdsOk() (*[]string, bool)

GetDiffIdsOk returns a tuple with the DiffIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PluginConfigRootfs) GetType ¶

func (o *PluginConfigRootfs) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*PluginConfigRootfs) GetTypeOk ¶

func (o *PluginConfigRootfs) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PluginConfigRootfs) HasDiffIds ¶

func (o *PluginConfigRootfs) HasDiffIds() bool

HasDiffIds returns a boolean if a field has been set.

func (*PluginConfigRootfs) HasType ¶

func (o *PluginConfigRootfs) HasType() bool

HasType returns a boolean if a field has been set.

func (PluginConfigRootfs) MarshalJSON ¶

func (o PluginConfigRootfs) MarshalJSON() ([]byte, error)

func (*PluginConfigRootfs) SetDiffIds ¶

func (o *PluginConfigRootfs) SetDiffIds(v []string)

SetDiffIds gets a reference to the given []string and assigns it to the DiffIds field.

func (*PluginConfigRootfs) SetType ¶

func (o *PluginConfigRootfs) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type PluginConfigUser ¶

type PluginConfigUser struct {
	// g ID
	GID *int32 `json:"GID,omitempty"`
	// UID
	UID *int32 `json:"UID,omitempty"`
}

PluginConfigUser PluginConfigUser plugin config user

func NewPluginConfigUser ¶

func NewPluginConfigUser() *PluginConfigUser

NewPluginConfigUser instantiates a new PluginConfigUser 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 NewPluginConfigUserWithDefaults ¶

func NewPluginConfigUserWithDefaults() *PluginConfigUser

NewPluginConfigUserWithDefaults instantiates a new PluginConfigUser 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 (*PluginConfigUser) GetGID ¶

func (o *PluginConfigUser) GetGID() int32

GetGID returns the GID field value if set, zero value otherwise.

func (*PluginConfigUser) GetGIDOk ¶

func (o *PluginConfigUser) GetGIDOk() (*int32, bool)

GetGIDOk returns a tuple with the GID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PluginConfigUser) GetUID ¶

func (o *PluginConfigUser) GetUID() int32

GetUID returns the UID field value if set, zero value otherwise.

func (*PluginConfigUser) GetUIDOk ¶

func (o *PluginConfigUser) GetUIDOk() (*int32, bool)

GetUIDOk returns a tuple with the UID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PluginConfigUser) HasGID ¶

func (o *PluginConfigUser) HasGID() bool

HasGID returns a boolean if a field has been set.

func (*PluginConfigUser) HasUID ¶

func (o *PluginConfigUser) HasUID() bool

HasUID returns a boolean if a field has been set.

func (PluginConfigUser) MarshalJSON ¶

func (o PluginConfigUser) MarshalJSON() ([]byte, error)

func (*PluginConfigUser) SetGID ¶

func (o *PluginConfigUser) SetGID(v int32)

SetGID gets a reference to the given int32 and assigns it to the GID field.

func (*PluginConfigUser) SetUID ¶

func (o *PluginConfigUser) SetUID(v int32)

SetUID gets a reference to the given int32 and assigns it to the UID field.

type PluginDevice ¶

type PluginDevice struct {
	// description
	Description string `json:"Description"`
	// name
	Name string `json:"Name"`
	// path
	Path string `json:"Path"`
	// settable
	Settable []string `json:"Settable"`
}

PluginDevice PluginDevice plugin device

func NewPluginDevice ¶

func NewPluginDevice(description string, name string, path string, settable []string) *PluginDevice

NewPluginDevice instantiates a new PluginDevice 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 NewPluginDeviceWithDefaults ¶

func NewPluginDeviceWithDefaults() *PluginDevice

NewPluginDeviceWithDefaults instantiates a new PluginDevice 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 (*PluginDevice) GetDescription ¶

func (o *PluginDevice) GetDescription() string

GetDescription returns the Description field value

func (*PluginDevice) GetDescriptionOk ¶

func (o *PluginDevice) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*PluginDevice) GetName ¶

func (o *PluginDevice) GetName() string

GetName returns the Name field value

func (*PluginDevice) GetNameOk ¶

func (o *PluginDevice) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PluginDevice) GetPath ¶

func (o *PluginDevice) GetPath() string

GetPath returns the Path field value

func (*PluginDevice) GetPathOk ¶

func (o *PluginDevice) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.

func (*PluginDevice) GetSettable ¶

func (o *PluginDevice) GetSettable() []string

GetSettable returns the Settable field value

func (*PluginDevice) GetSettableOk ¶

func (o *PluginDevice) GetSettableOk() (*[]string, bool)

GetSettableOk returns a tuple with the Settable field value and a boolean to check if the value has been set.

func (PluginDevice) MarshalJSON ¶

func (o PluginDevice) MarshalJSON() ([]byte, error)

func (*PluginDevice) SetDescription ¶

func (o *PluginDevice) SetDescription(v string)

SetDescription sets field value

func (*PluginDevice) SetName ¶

func (o *PluginDevice) SetName(v string)

SetName sets field value

func (*PluginDevice) SetPath ¶

func (o *PluginDevice) SetPath(v string)

SetPath sets field value

func (*PluginDevice) SetSettable ¶

func (o *PluginDevice) SetSettable(v []string)

SetSettable sets field value

type PluginEnv ¶

type PluginEnv struct {
	// description
	Description string `json:"Description"`
	// name
	Name string `json:"Name"`
	// settable
	Settable []string `json:"Settable"`
	// value
	Value string `json:"Value"`
}

PluginEnv PluginEnv plugin env

func NewPluginEnv ¶

func NewPluginEnv(description string, name string, settable []string, value string) *PluginEnv

NewPluginEnv instantiates a new PluginEnv 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 NewPluginEnvWithDefaults ¶

func NewPluginEnvWithDefaults() *PluginEnv

NewPluginEnvWithDefaults instantiates a new PluginEnv 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 (*PluginEnv) GetDescription ¶

func (o *PluginEnv) GetDescription() string

GetDescription returns the Description field value

func (*PluginEnv) GetDescriptionOk ¶

func (o *PluginEnv) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*PluginEnv) GetName ¶

func (o *PluginEnv) GetName() string

GetName returns the Name field value

func (*PluginEnv) GetNameOk ¶

func (o *PluginEnv) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PluginEnv) GetSettable ¶

func (o *PluginEnv) GetSettable() []string

GetSettable returns the Settable field value

func (*PluginEnv) GetSettableOk ¶

func (o *PluginEnv) GetSettableOk() (*[]string, bool)

GetSettableOk returns a tuple with the Settable field value and a boolean to check if the value has been set.

func (*PluginEnv) GetValue ¶

func (o *PluginEnv) GetValue() string

GetValue returns the Value field value

func (*PluginEnv) GetValueOk ¶

func (o *PluginEnv) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.

func (PluginEnv) MarshalJSON ¶

func (o PluginEnv) MarshalJSON() ([]byte, error)

func (*PluginEnv) SetDescription ¶

func (o *PluginEnv) SetDescription(v string)

SetDescription sets field value

func (*PluginEnv) SetName ¶

func (o *PluginEnv) SetName(v string)

SetName sets field value

func (*PluginEnv) SetSettable ¶

func (o *PluginEnv) SetSettable(v []string)

SetSettable sets field value

func (*PluginEnv) SetValue ¶

func (o *PluginEnv) SetValue(v string)

SetValue sets field value

type PluginInterfaceType ¶

type PluginInterfaceType struct {
	// capability
	Capability string `json:"Capability"`
	// prefix
	Prefix string `json:"Prefix"`
	// version
	Version string `json:"Version"`
}

PluginInterfaceType PluginInterfaceType plugin interface type

func NewPluginInterfaceType ¶

func NewPluginInterfaceType(capability string, prefix string, version string) *PluginInterfaceType

NewPluginInterfaceType instantiates a new PluginInterfaceType 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 NewPluginInterfaceTypeWithDefaults ¶

func NewPluginInterfaceTypeWithDefaults() *PluginInterfaceType

NewPluginInterfaceTypeWithDefaults instantiates a new PluginInterfaceType 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 (*PluginInterfaceType) GetCapability ¶

func (o *PluginInterfaceType) GetCapability() string

GetCapability returns the Capability field value

func (*PluginInterfaceType) GetCapabilityOk ¶

func (o *PluginInterfaceType) GetCapabilityOk() (*string, bool)

GetCapabilityOk returns a tuple with the Capability field value and a boolean to check if the value has been set.

func (*PluginInterfaceType) GetPrefix ¶

func (o *PluginInterfaceType) GetPrefix() string

GetPrefix returns the Prefix field value

func (*PluginInterfaceType) GetPrefixOk ¶

func (o *PluginInterfaceType) GetPrefixOk() (*string, bool)

GetPrefixOk returns a tuple with the Prefix field value and a boolean to check if the value has been set.

func (*PluginInterfaceType) GetVersion ¶

func (o *PluginInterfaceType) GetVersion() string

GetVersion returns the Version field value

func (*PluginInterfaceType) GetVersionOk ¶

func (o *PluginInterfaceType) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.

func (PluginInterfaceType) MarshalJSON ¶

func (o PluginInterfaceType) MarshalJSON() ([]byte, error)

func (*PluginInterfaceType) SetCapability ¶

func (o *PluginInterfaceType) SetCapability(v string)

SetCapability sets field value

func (*PluginInterfaceType) SetPrefix ¶

func (o *PluginInterfaceType) SetPrefix(v string)

SetPrefix sets field value

func (*PluginInterfaceType) SetVersion ¶

func (o *PluginInterfaceType) SetVersion(v string)

SetVersion sets field value

type PluginMount ¶

type PluginMount struct {
	// description
	Description string `json:"Description"`
	// destination
	Destination string `json:"Destination"`
	// name
	Name string `json:"Name"`
	// options
	Options []string `json:"Options"`
	// settable
	Settable []string `json:"Settable"`
	// source
	Source string `json:"Source"`
	// type
	Type string `json:"Type"`
}

PluginMount PluginMount plugin mount

func NewPluginMount ¶

func NewPluginMount(description string, destination string, name string, options []string, settable []string, source string, type_ string) *PluginMount

NewPluginMount instantiates a new PluginMount 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 NewPluginMountWithDefaults ¶

func NewPluginMountWithDefaults() *PluginMount

NewPluginMountWithDefaults instantiates a new PluginMount 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 (*PluginMount) GetDescription ¶

func (o *PluginMount) GetDescription() string

GetDescription returns the Description field value

func (*PluginMount) GetDescriptionOk ¶

func (o *PluginMount) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*PluginMount) GetDestination ¶

func (o *PluginMount) GetDestination() string

GetDestination returns the Destination field value

func (*PluginMount) GetDestinationOk ¶

func (o *PluginMount) GetDestinationOk() (*string, bool)

GetDestinationOk returns a tuple with the Destination field value and a boolean to check if the value has been set.

func (*PluginMount) GetName ¶

func (o *PluginMount) GetName() string

GetName returns the Name field value

func (*PluginMount) GetNameOk ¶

func (o *PluginMount) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PluginMount) GetOptions ¶

func (o *PluginMount) GetOptions() []string

GetOptions returns the Options field value

func (*PluginMount) GetOptionsOk ¶

func (o *PluginMount) GetOptionsOk() (*[]string, bool)

GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.

func (*PluginMount) GetSettable ¶

func (o *PluginMount) GetSettable() []string

GetSettable returns the Settable field value

func (*PluginMount) GetSettableOk ¶

func (o *PluginMount) GetSettableOk() (*[]string, bool)

GetSettableOk returns a tuple with the Settable field value and a boolean to check if the value has been set.

func (*PluginMount) GetSource ¶

func (o *PluginMount) GetSource() string

GetSource returns the Source field value

func (*PluginMount) GetSourceOk ¶

func (o *PluginMount) GetSourceOk() (*string, bool)

GetSourceOk returns a tuple with the Source field value and a boolean to check if the value has been set.

func (*PluginMount) GetType ¶

func (o *PluginMount) GetType() string

GetType returns the Type field value

func (*PluginMount) GetTypeOk ¶

func (o *PluginMount) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (PluginMount) MarshalJSON ¶

func (o PluginMount) MarshalJSON() ([]byte, error)

func (*PluginMount) SetDescription ¶

func (o *PluginMount) SetDescription(v string)

SetDescription sets field value

func (*PluginMount) SetDestination ¶

func (o *PluginMount) SetDestination(v string)

SetDestination sets field value

func (*PluginMount) SetName ¶

func (o *PluginMount) SetName(v string)

SetName sets field value

func (*PluginMount) SetOptions ¶

func (o *PluginMount) SetOptions(v []string)

SetOptions sets field value

func (*PluginMount) SetSettable ¶

func (o *PluginMount) SetSettable(v []string)

SetSettable sets field value

func (*PluginMount) SetSource ¶

func (o *PluginMount) SetSource(v string)

SetSource sets field value

func (*PluginMount) SetType ¶

func (o *PluginMount) SetType(v string)

SetType sets field value

type PluginSettings ¶

type PluginSettings struct {
	// args
	Args []string `json:"Args"`
	// devices
	Devices []PluginDevice `json:"Devices"`
	// env
	Env []string `json:"Env"`
	// mounts
	Mounts []PluginMount `json:"Mounts"`
}

PluginSettings struct for PluginSettings

func NewPluginSettings ¶

func NewPluginSettings(args []string, devices []PluginDevice, env []string, mounts []PluginMount) *PluginSettings

NewPluginSettings instantiates a new PluginSettings 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 NewPluginSettingsWithDefaults ¶

func NewPluginSettingsWithDefaults() *PluginSettings

NewPluginSettingsWithDefaults instantiates a new PluginSettings 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 (*PluginSettings) GetArgs ¶

func (o *PluginSettings) GetArgs() []string

GetArgs returns the Args field value

func (*PluginSettings) GetArgsOk ¶

func (o *PluginSettings) GetArgsOk() (*[]string, bool)

GetArgsOk returns a tuple with the Args field value and a boolean to check if the value has been set.

func (*PluginSettings) GetDevices ¶

func (o *PluginSettings) GetDevices() []PluginDevice

GetDevices returns the Devices field value

func (*PluginSettings) GetDevicesOk ¶

func (o *PluginSettings) GetDevicesOk() (*[]PluginDevice, bool)

GetDevicesOk returns a tuple with the Devices field value and a boolean to check if the value has been set.

func (*PluginSettings) GetEnv ¶

func (o *PluginSettings) GetEnv() []string

GetEnv returns the Env field value

func (*PluginSettings) GetEnvOk ¶

func (o *PluginSettings) GetEnvOk() (*[]string, bool)

GetEnvOk returns a tuple with the Env field value and a boolean to check if the value has been set.

func (*PluginSettings) GetMounts ¶

func (o *PluginSettings) GetMounts() []PluginMount

GetMounts returns the Mounts field value

func (*PluginSettings) GetMountsOk ¶

func (o *PluginSettings) GetMountsOk() (*[]PluginMount, bool)

GetMountsOk returns a tuple with the Mounts field value and a boolean to check if the value has been set.

func (PluginSettings) MarshalJSON ¶

func (o PluginSettings) MarshalJSON() ([]byte, error)

func (*PluginSettings) SetArgs ¶

func (o *PluginSettings) SetArgs(v []string)

SetArgs sets field value

func (*PluginSettings) SetDevices ¶

func (o *PluginSettings) SetDevices(v []PluginDevice)

SetDevices sets field value

func (*PluginSettings) SetEnv ¶

func (o *PluginSettings) SetEnv(v []string)

SetEnv sets field value

func (*PluginSettings) SetMounts ¶

func (o *PluginSettings) SetMounts(v []PluginMount)

SetMounts sets field value

type Port ¶

type Port struct {
	// Host IP address that the container's port is mapped to
	IP *string `json:"IP,omitempty"`
	// Port on the container
	PrivatePort int32 `json:"PrivatePort"`
	// Port exposed on the host
	PublicPort *int32 `json:"PublicPort,omitempty"`
	// type
	Type string `json:"Type"`
}

Port Port An open port on a container

func NewPort ¶

func NewPort(privatePort int32, type_ string) *Port

NewPort instantiates a new Port 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 NewPortWithDefaults ¶

func NewPortWithDefaults() *Port

NewPortWithDefaults instantiates a new Port 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 (*Port) GetIP ¶

func (o *Port) GetIP() string

GetIP returns the IP field value if set, zero value otherwise.

func (*Port) GetIPOk ¶

func (o *Port) GetIPOk() (*string, bool)

GetIPOk returns a tuple with the IP field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Port) GetPrivatePort ¶

func (o *Port) GetPrivatePort() int32

GetPrivatePort returns the PrivatePort field value

func (*Port) GetPrivatePortOk ¶

func (o *Port) GetPrivatePortOk() (*int32, bool)

GetPrivatePortOk returns a tuple with the PrivatePort field value and a boolean to check if the value has been set.

func (*Port) GetPublicPort ¶

func (o *Port) GetPublicPort() int32

GetPublicPort returns the PublicPort field value if set, zero value otherwise.

func (*Port) GetPublicPortOk ¶

func (o *Port) GetPublicPortOk() (*int32, bool)

GetPublicPortOk returns a tuple with the PublicPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Port) GetType ¶

func (o *Port) GetType() string

GetType returns the Type field value

func (*Port) GetTypeOk ¶

func (o *Port) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*Port) HasIP ¶

func (o *Port) HasIP() bool

HasIP returns a boolean if a field has been set.

func (*Port) HasPublicPort ¶

func (o *Port) HasPublicPort() bool

HasPublicPort returns a boolean if a field has been set.

func (Port) MarshalJSON ¶

func (o Port) MarshalJSON() ([]byte, error)

func (*Port) SetIP ¶

func (o *Port) SetIP(v string)

SetIP gets a reference to the given string and assigns it to the IP field.

func (*Port) SetPrivatePort ¶

func (o *Port) SetPrivatePort(v int32)

SetPrivatePort sets field value

func (*Port) SetPublicPort ¶

func (o *Port) SetPublicPort(v int32)

SetPublicPort gets a reference to the given int32 and assigns it to the PublicPort field.

func (*Port) SetType ¶

func (o *Port) SetType(v string)

SetType sets field value

type ProcessInfo ¶

type ProcessInfo struct {
	Details *string `json:"Details,omitempty"`
	// A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
	Duration     *int64     `json:"Duration,omitempty"`
	HighPriority *bool      `json:"HighPriority,omitempty"`
	StartedAt    *time.Time `json:"StartedAt,omitempty"`
}

ProcessInfo ProcessInfo - holds info per worker

func NewProcessInfo ¶

func NewProcessInfo() *ProcessInfo

NewProcessInfo instantiates a new ProcessInfo 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 NewProcessInfoWithDefaults ¶

func NewProcessInfoWithDefaults() *ProcessInfo

NewProcessInfoWithDefaults instantiates a new ProcessInfo 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 (*ProcessInfo) GetDetails ¶

func (o *ProcessInfo) GetDetails() string

GetDetails returns the Details field value if set, zero value otherwise.

func (*ProcessInfo) GetDetailsOk ¶

func (o *ProcessInfo) GetDetailsOk() (*string, bool)

GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessInfo) GetDuration ¶

func (o *ProcessInfo) GetDuration() int64

GetDuration returns the Duration field value if set, zero value otherwise.

func (*ProcessInfo) GetDurationOk ¶

func (o *ProcessInfo) GetDurationOk() (*int64, bool)

GetDurationOk returns a tuple with the Duration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessInfo) GetHighPriority ¶

func (o *ProcessInfo) GetHighPriority() bool

GetHighPriority returns the HighPriority field value if set, zero value otherwise.

func (*ProcessInfo) GetHighPriorityOk ¶

func (o *ProcessInfo) GetHighPriorityOk() (*bool, bool)

GetHighPriorityOk returns a tuple with the HighPriority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessInfo) GetStartedAt ¶

func (o *ProcessInfo) GetStartedAt() time.Time

GetStartedAt returns the StartedAt field value if set, zero value otherwise.

func (*ProcessInfo) GetStartedAtOk ¶

func (o *ProcessInfo) GetStartedAtOk() (*time.Time, bool)

GetStartedAtOk returns a tuple with the StartedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessInfo) HasDetails ¶

func (o *ProcessInfo) HasDetails() bool

HasDetails returns a boolean if a field has been set.

func (*ProcessInfo) HasDuration ¶

func (o *ProcessInfo) HasDuration() bool

HasDuration returns a boolean if a field has been set.

func (*ProcessInfo) HasHighPriority ¶

func (o *ProcessInfo) HasHighPriority() bool

HasHighPriority returns a boolean if a field has been set.

func (*ProcessInfo) HasStartedAt ¶

func (o *ProcessInfo) HasStartedAt() bool

HasStartedAt returns a boolean if a field has been set.

func (ProcessInfo) MarshalJSON ¶

func (o ProcessInfo) MarshalJSON() ([]byte, error)

func (*ProcessInfo) SetDetails ¶

func (o *ProcessInfo) SetDetails(v string)

SetDetails gets a reference to the given string and assigns it to the Details field.

func (*ProcessInfo) SetDuration ¶

func (o *ProcessInfo) SetDuration(v int64)

SetDuration gets a reference to the given int64 and assigns it to the Duration field.

func (*ProcessInfo) SetHighPriority ¶

func (o *ProcessInfo) SetHighPriority(v bool)

SetHighPriority gets a reference to the given bool and assigns it to the HighPriority field.

func (*ProcessInfo) SetStartedAt ¶

func (o *ProcessInfo) SetStartedAt(v time.Time)

SetStartedAt gets a reference to the given time.Time and assigns it to the StartedAt field.

type QueryState ¶

type QueryState struct {
	BatchSize    *int64    `json:"batchSize,omitempty"`
	CurrentPage  *int64    `json:"currentPage,omitempty"`
	SearchAfter  *[]string `json:"searchAfter,omitempty"`
	TotalResults *int64    `json:"totalResults,omitempty"`
}

QueryState QueryState represents the playbook query state

func NewQueryState ¶

func NewQueryState() *QueryState

NewQueryState instantiates a new QueryState 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 NewQueryStateWithDefaults ¶

func NewQueryStateWithDefaults() *QueryState

NewQueryStateWithDefaults instantiates a new QueryState 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 (*QueryState) GetBatchSize ¶

func (o *QueryState) GetBatchSize() int64

GetBatchSize returns the BatchSize field value if set, zero value otherwise.

func (*QueryState) GetBatchSizeOk ¶

func (o *QueryState) GetBatchSizeOk() (*int64, bool)

GetBatchSizeOk returns a tuple with the BatchSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueryState) GetCurrentPage ¶

func (o *QueryState) GetCurrentPage() int64

GetCurrentPage returns the CurrentPage field value if set, zero value otherwise.

func (*QueryState) GetCurrentPageOk ¶

func (o *QueryState) GetCurrentPageOk() (*int64, bool)

GetCurrentPageOk returns a tuple with the CurrentPage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueryState) GetSearchAfter ¶

func (o *QueryState) GetSearchAfter() []string

GetSearchAfter returns the SearchAfter field value if set, zero value otherwise.

func (*QueryState) GetSearchAfterOk ¶

func (o *QueryState) GetSearchAfterOk() (*[]string, bool)

GetSearchAfterOk returns a tuple with the SearchAfter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueryState) GetTotalResults ¶

func (o *QueryState) GetTotalResults() int64

GetTotalResults returns the TotalResults field value if set, zero value otherwise.

func (*QueryState) GetTotalResultsOk ¶

func (o *QueryState) GetTotalResultsOk() (*int64, bool)

GetTotalResultsOk returns a tuple with the TotalResults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueryState) HasBatchSize ¶

func (o *QueryState) HasBatchSize() bool

HasBatchSize returns a boolean if a field has been set.

func (*QueryState) HasCurrentPage ¶

func (o *QueryState) HasCurrentPage() bool

HasCurrentPage returns a boolean if a field has been set.

func (*QueryState) HasSearchAfter ¶

func (o *QueryState) HasSearchAfter() bool

HasSearchAfter returns a boolean if a field has been set.

func (*QueryState) HasTotalResults ¶

func (o *QueryState) HasTotalResults() bool

HasTotalResults returns a boolean if a field has been set.

func (QueryState) MarshalJSON ¶

func (o QueryState) MarshalJSON() ([]byte, error)

func (*QueryState) SetBatchSize ¶

func (o *QueryState) SetBatchSize(v int64)

SetBatchSize gets a reference to the given int64 and assigns it to the BatchSize field.

func (*QueryState) SetCurrentPage ¶

func (o *QueryState) SetCurrentPage(v int64)

SetCurrentPage gets a reference to the given int64 and assigns it to the CurrentPage field.

func (*QueryState) SetSearchAfter ¶

func (o *QueryState) SetSearchAfter(v []string)

SetSearchAfter gets a reference to the given []string and assigns it to the SearchAfter field.

func (*QueryState) SetTotalResults ¶

func (o *QueryState) SetTotalResults(v int64)

SetTotalResults gets a reference to the given int64 and assigns it to the TotalResults field.

type Question ¶

type Question struct {
	Columns         *[]GridColumn                        `json:"columns,omitempty"`
	DefaultRows     *[]map[string]map[string]interface{} `json:"defaultRows,omitempty"`
	FieldAssociated *string                              `json:"fieldAssociated,omitempty"`
	Id              *string                              `json:"id,omitempty"`
	Label           *string                              `json:"label,omitempty"`
	LabelArg        *AdvanceArg                          `json:"labelArg,omitempty"`
	Options         *[]string                            `json:"options,omitempty"`
	OptionsArg      *[]AdvanceArg                        `json:"optionsArg,omitempty"`
	Placeholder     *string                              `json:"placeholder,omitempty"`
	ReadOnly        *bool                                `json:"readOnly,omitempty"`
	Required        *bool                                `json:"required,omitempty"`
	Tooltip         *string                              `json:"tooltip,omitempty"`
	Type            *string                              `json:"type,omitempty"`
}

Question struct for Question

func NewQuestion ¶

func NewQuestion() *Question

NewQuestion instantiates a new Question 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 NewQuestionWithDefaults ¶

func NewQuestionWithDefaults() *Question

NewQuestionWithDefaults instantiates a new Question 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 (*Question) GetColumns ¶

func (o *Question) GetColumns() []GridColumn

GetColumns returns the Columns field value if set, zero value otherwise.

func (*Question) GetColumnsOk ¶

func (o *Question) GetColumnsOk() (*[]GridColumn, bool)

GetColumnsOk returns a tuple with the Columns field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Question) GetDefaultRows ¶

func (o *Question) GetDefaultRows() []map[string]map[string]interface{}

GetDefaultRows returns the DefaultRows field value if set, zero value otherwise.

func (*Question) GetDefaultRowsOk ¶

func (o *Question) GetDefaultRowsOk() (*[]map[string]map[string]interface{}, bool)

GetDefaultRowsOk returns a tuple with the DefaultRows field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Question) GetFieldAssociated ¶

func (o *Question) GetFieldAssociated() string

GetFieldAssociated returns the FieldAssociated field value if set, zero value otherwise.

func (*Question) GetFieldAssociatedOk ¶

func (o *Question) GetFieldAssociatedOk() (*string, bool)

GetFieldAssociatedOk returns a tuple with the FieldAssociated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Question) GetId ¶

func (o *Question) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Question) GetIdOk ¶

func (o *Question) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Question) GetLabel ¶

func (o *Question) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*Question) GetLabelArg ¶

func (o *Question) GetLabelArg() AdvanceArg

GetLabelArg returns the LabelArg field value if set, zero value otherwise.

func (*Question) GetLabelArgOk ¶

func (o *Question) GetLabelArgOk() (*AdvanceArg, bool)

GetLabelArgOk returns a tuple with the LabelArg field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Question) GetLabelOk ¶

func (o *Question) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Question) GetOptions ¶

func (o *Question) GetOptions() []string

GetOptions returns the Options field value if set, zero value otherwise.

func (*Question) GetOptionsArg ¶

func (o *Question) GetOptionsArg() []AdvanceArg

GetOptionsArg returns the OptionsArg field value if set, zero value otherwise.

func (*Question) GetOptionsArgOk ¶

func (o *Question) GetOptionsArgOk() (*[]AdvanceArg, bool)

GetOptionsArgOk returns a tuple with the OptionsArg field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Question) GetOptionsOk ¶

func (o *Question) GetOptionsOk() (*[]string, bool)

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Question) GetPlaceholder ¶

func (o *Question) GetPlaceholder() string

GetPlaceholder returns the Placeholder field value if set, zero value otherwise.

func (*Question) GetPlaceholderOk ¶

func (o *Question) GetPlaceholderOk() (*string, bool)

GetPlaceholderOk returns a tuple with the Placeholder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Question) GetReadOnly ¶

func (o *Question) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value if set, zero value otherwise.

func (*Question) GetReadOnlyOk ¶

func (o *Question) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Question) GetRequired ¶

func (o *Question) GetRequired() bool

GetRequired returns the Required field value if set, zero value otherwise.

func (*Question) GetRequiredOk ¶

func (o *Question) GetRequiredOk() (*bool, bool)

GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Question) GetTooltip ¶

func (o *Question) GetTooltip() string

GetTooltip returns the Tooltip field value if set, zero value otherwise.

func (*Question) GetTooltipOk ¶

func (o *Question) GetTooltipOk() (*string, bool)

GetTooltipOk returns a tuple with the Tooltip field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Question) GetType ¶

func (o *Question) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Question) GetTypeOk ¶

func (o *Question) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Question) HasColumns ¶

func (o *Question) HasColumns() bool

HasColumns returns a boolean if a field has been set.

func (*Question) HasDefaultRows ¶

func (o *Question) HasDefaultRows() bool

HasDefaultRows returns a boolean if a field has been set.

func (*Question) HasFieldAssociated ¶

func (o *Question) HasFieldAssociated() bool

HasFieldAssociated returns a boolean if a field has been set.

func (*Question) HasId ¶

func (o *Question) HasId() bool

HasId returns a boolean if a field has been set.

func (*Question) HasLabel ¶

func (o *Question) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*Question) HasLabelArg ¶

func (o *Question) HasLabelArg() bool

HasLabelArg returns a boolean if a field has been set.

func (*Question) HasOptions ¶

func (o *Question) HasOptions() bool

HasOptions returns a boolean if a field has been set.

func (*Question) HasOptionsArg ¶

func (o *Question) HasOptionsArg() bool

HasOptionsArg returns a boolean if a field has been set.

func (*Question) HasPlaceholder ¶

func (o *Question) HasPlaceholder() bool

HasPlaceholder returns a boolean if a field has been set.

func (*Question) HasReadOnly ¶

func (o *Question) HasReadOnly() bool

HasReadOnly returns a boolean if a field has been set.

func (*Question) HasRequired ¶

func (o *Question) HasRequired() bool

HasRequired returns a boolean if a field has been set.

func (*Question) HasTooltip ¶

func (o *Question) HasTooltip() bool

HasTooltip returns a boolean if a field has been set.

func (*Question) HasType ¶

func (o *Question) HasType() bool

HasType returns a boolean if a field has been set.

func (Question) MarshalJSON ¶

func (o Question) MarshalJSON() ([]byte, error)

func (*Question) SetColumns ¶

func (o *Question) SetColumns(v []GridColumn)

SetColumns gets a reference to the given []GridColumn and assigns it to the Columns field.

func (*Question) SetDefaultRows ¶

func (o *Question) SetDefaultRows(v []map[string]map[string]interface{})

SetDefaultRows gets a reference to the given []map[string]map[string]interface{} and assigns it to the DefaultRows field.

func (*Question) SetFieldAssociated ¶

func (o *Question) SetFieldAssociated(v string)

SetFieldAssociated gets a reference to the given string and assigns it to the FieldAssociated field.

func (*Question) SetId ¶

func (o *Question) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Question) SetLabel ¶

func (o *Question) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

func (*Question) SetLabelArg ¶

func (o *Question) SetLabelArg(v AdvanceArg)

SetLabelArg gets a reference to the given AdvanceArg and assigns it to the LabelArg field.

func (*Question) SetOptions ¶

func (o *Question) SetOptions(v []string)

SetOptions gets a reference to the given []string and assigns it to the Options field.

func (*Question) SetOptionsArg ¶

func (o *Question) SetOptionsArg(v []AdvanceArg)

SetOptionsArg gets a reference to the given []AdvanceArg and assigns it to the OptionsArg field.

func (*Question) SetPlaceholder ¶

func (o *Question) SetPlaceholder(v string)

SetPlaceholder gets a reference to the given string and assigns it to the Placeholder field.

func (*Question) SetReadOnly ¶

func (o *Question) SetReadOnly(v bool)

SetReadOnly gets a reference to the given bool and assigns it to the ReadOnly field.

func (*Question) SetRequired ¶

func (o *Question) SetRequired(v bool)

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (*Question) SetTooltip ¶

func (o *Question) SetTooltip(v string)

SetTooltip gets a reference to the given string and assigns it to the Tooltip field.

func (*Question) SetType ¶

func (o *Question) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type RBAC ¶

type RBAC struct {
	AllRead      *bool `json:"allRead,omitempty"`
	AllReadWrite *bool `json:"allReadWrite,omitempty"`
	// Who has created this event - relevant only for manual incidents
	DbotCreatedBy *string `json:"dbotCreatedBy,omitempty"`
	// Internal field to make queries on role faster
	HasRole              *bool `json:"hasRole,omitempty"`
	PreviousAllRead      *bool `json:"previousAllRead,omitempty"`
	PreviousAllReadWrite *bool `json:"previousAllReadWrite,omitempty"`
	// Do not change this field manually
	PreviousRoles *[]string `json:"previousRoles,omitempty"`
	// The role assigned to this investigation
	Roles                      *[]string `json:"roles,omitempty"`
	XsoarHasReadOnlyRole       *bool     `json:"xsoarHasReadOnlyRole,omitempty"`
	XsoarPreviousReadOnlyRoles *[]string `json:"xsoarPreviousReadOnlyRoles,omitempty"`
	XsoarReadOnlyRoles         *[]string `json:"xsoarReadOnlyRoles,omitempty"`
}

RBAC RBAC holds roles data for domain entities

func NewRBAC ¶

func NewRBAC() *RBAC

NewRBAC instantiates a new RBAC 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 NewRBACWithDefaults ¶

func NewRBACWithDefaults() *RBAC

NewRBACWithDefaults instantiates a new RBAC 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 (*RBAC) GetAllRead ¶

func (o *RBAC) GetAllRead() bool

GetAllRead returns the AllRead field value if set, zero value otherwise.

func (*RBAC) GetAllReadOk ¶

func (o *RBAC) GetAllReadOk() (*bool, bool)

GetAllReadOk returns a tuple with the AllRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RBAC) GetAllReadWrite ¶

func (o *RBAC) GetAllReadWrite() bool

GetAllReadWrite returns the AllReadWrite field value if set, zero value otherwise.

func (*RBAC) GetAllReadWriteOk ¶

func (o *RBAC) GetAllReadWriteOk() (*bool, bool)

GetAllReadWriteOk returns a tuple with the AllReadWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RBAC) GetDbotCreatedBy ¶

func (o *RBAC) GetDbotCreatedBy() string

GetDbotCreatedBy returns the DbotCreatedBy field value if set, zero value otherwise.

func (*RBAC) GetDbotCreatedByOk ¶

func (o *RBAC) GetDbotCreatedByOk() (*string, bool)

GetDbotCreatedByOk returns a tuple with the DbotCreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RBAC) GetHasRole ¶

func (o *RBAC) GetHasRole() bool

GetHasRole returns the HasRole field value if set, zero value otherwise.

func (*RBAC) GetHasRoleOk ¶

func (o *RBAC) GetHasRoleOk() (*bool, bool)

GetHasRoleOk returns a tuple with the HasRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RBAC) GetPreviousAllRead ¶

func (o *RBAC) GetPreviousAllRead() bool

GetPreviousAllRead returns the PreviousAllRead field value if set, zero value otherwise.

func (*RBAC) GetPreviousAllReadOk ¶

func (o *RBAC) GetPreviousAllReadOk() (*bool, bool)

GetPreviousAllReadOk returns a tuple with the PreviousAllRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RBAC) GetPreviousAllReadWrite ¶

func (o *RBAC) GetPreviousAllReadWrite() bool

GetPreviousAllReadWrite returns the PreviousAllReadWrite field value if set, zero value otherwise.

func (*RBAC) GetPreviousAllReadWriteOk ¶

func (o *RBAC) GetPreviousAllReadWriteOk() (*bool, bool)

GetPreviousAllReadWriteOk returns a tuple with the PreviousAllReadWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RBAC) GetPreviousRoles ¶

func (o *RBAC) GetPreviousRoles() []string

GetPreviousRoles returns the PreviousRoles field value if set, zero value otherwise.

func (*RBAC) GetPreviousRolesOk ¶

func (o *RBAC) GetPreviousRolesOk() (*[]string, bool)

GetPreviousRolesOk returns a tuple with the PreviousRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RBAC) GetRoles ¶

func (o *RBAC) GetRoles() []string

GetRoles returns the Roles field value if set, zero value otherwise.

func (*RBAC) GetRolesOk ¶

func (o *RBAC) GetRolesOk() (*[]string, bool)

GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RBAC) GetXsoarHasReadOnlyRole ¶

func (o *RBAC) GetXsoarHasReadOnlyRole() bool

GetXsoarHasReadOnlyRole returns the XsoarHasReadOnlyRole field value if set, zero value otherwise.

func (*RBAC) GetXsoarHasReadOnlyRoleOk ¶

func (o *RBAC) GetXsoarHasReadOnlyRoleOk() (*bool, bool)

GetXsoarHasReadOnlyRoleOk returns a tuple with the XsoarHasReadOnlyRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RBAC) GetXsoarPreviousReadOnlyRoles ¶

func (o *RBAC) GetXsoarPreviousReadOnlyRoles() []string

GetXsoarPreviousReadOnlyRoles returns the XsoarPreviousReadOnlyRoles field value if set, zero value otherwise.

func (*RBAC) GetXsoarPreviousReadOnlyRolesOk ¶

func (o *RBAC) GetXsoarPreviousReadOnlyRolesOk() (*[]string, bool)

GetXsoarPreviousReadOnlyRolesOk returns a tuple with the XsoarPreviousReadOnlyRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RBAC) GetXsoarReadOnlyRoles ¶

func (o *RBAC) GetXsoarReadOnlyRoles() []string

GetXsoarReadOnlyRoles returns the XsoarReadOnlyRoles field value if set, zero value otherwise.

func (*RBAC) GetXsoarReadOnlyRolesOk ¶

func (o *RBAC) GetXsoarReadOnlyRolesOk() (*[]string, bool)

GetXsoarReadOnlyRolesOk returns a tuple with the XsoarReadOnlyRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RBAC) HasAllRead ¶

func (o *RBAC) HasAllRead() bool

HasAllRead returns a boolean if a field has been set.

func (*RBAC) HasAllReadWrite ¶

func (o *RBAC) HasAllReadWrite() bool

HasAllReadWrite returns a boolean if a field has been set.

func (*RBAC) HasDbotCreatedBy ¶

func (o *RBAC) HasDbotCreatedBy() bool

HasDbotCreatedBy returns a boolean if a field has been set.

func (*RBAC) HasHasRole ¶

func (o *RBAC) HasHasRole() bool

HasHasRole returns a boolean if a field has been set.

func (*RBAC) HasPreviousAllRead ¶

func (o *RBAC) HasPreviousAllRead() bool

HasPreviousAllRead returns a boolean if a field has been set.

func (*RBAC) HasPreviousAllReadWrite ¶

func (o *RBAC) HasPreviousAllReadWrite() bool

HasPreviousAllReadWrite returns a boolean if a field has been set.

func (*RBAC) HasPreviousRoles ¶

func (o *RBAC) HasPreviousRoles() bool

HasPreviousRoles returns a boolean if a field has been set.

func (*RBAC) HasRoles ¶

func (o *RBAC) HasRoles() bool

HasRoles returns a boolean if a field has been set.

func (*RBAC) HasXsoarHasReadOnlyRole ¶

func (o *RBAC) HasXsoarHasReadOnlyRole() bool

HasXsoarHasReadOnlyRole returns a boolean if a field has been set.

func (*RBAC) HasXsoarPreviousReadOnlyRoles ¶

func (o *RBAC) HasXsoarPreviousReadOnlyRoles() bool

HasXsoarPreviousReadOnlyRoles returns a boolean if a field has been set.

func (*RBAC) HasXsoarReadOnlyRoles ¶

func (o *RBAC) HasXsoarReadOnlyRoles() bool

HasXsoarReadOnlyRoles returns a boolean if a field has been set.

func (RBAC) MarshalJSON ¶

func (o RBAC) MarshalJSON() ([]byte, error)

func (*RBAC) SetAllRead ¶

func (o *RBAC) SetAllRead(v bool)

SetAllRead gets a reference to the given bool and assigns it to the AllRead field.

func (*RBAC) SetAllReadWrite ¶

func (o *RBAC) SetAllReadWrite(v bool)

SetAllReadWrite gets a reference to the given bool and assigns it to the AllReadWrite field.

func (*RBAC) SetDbotCreatedBy ¶

func (o *RBAC) SetDbotCreatedBy(v string)

SetDbotCreatedBy gets a reference to the given string and assigns it to the DbotCreatedBy field.

func (*RBAC) SetHasRole ¶

func (o *RBAC) SetHasRole(v bool)

SetHasRole gets a reference to the given bool and assigns it to the HasRole field.

func (*RBAC) SetPreviousAllRead ¶

func (o *RBAC) SetPreviousAllRead(v bool)

SetPreviousAllRead gets a reference to the given bool and assigns it to the PreviousAllRead field.

func (*RBAC) SetPreviousAllReadWrite ¶

func (o *RBAC) SetPreviousAllReadWrite(v bool)

SetPreviousAllReadWrite gets a reference to the given bool and assigns it to the PreviousAllReadWrite field.

func (*RBAC) SetPreviousRoles ¶

func (o *RBAC) SetPreviousRoles(v []string)

SetPreviousRoles gets a reference to the given []string and assigns it to the PreviousRoles field.

func (*RBAC) SetRoles ¶

func (o *RBAC) SetRoles(v []string)

SetRoles gets a reference to the given []string and assigns it to the Roles field.

func (*RBAC) SetXsoarHasReadOnlyRole ¶

func (o *RBAC) SetXsoarHasReadOnlyRole(v bool)

SetXsoarHasReadOnlyRole gets a reference to the given bool and assigns it to the XsoarHasReadOnlyRole field.

func (*RBAC) SetXsoarPreviousReadOnlyRoles ¶

func (o *RBAC) SetXsoarPreviousReadOnlyRoles(v []string)

SetXsoarPreviousReadOnlyRoles gets a reference to the given []string and assigns it to the XsoarPreviousReadOnlyRoles field.

func (*RBAC) SetXsoarReadOnlyRoles ¶

func (o *RBAC) SetXsoarReadOnlyRoles(v []string)

SetXsoarReadOnlyRoles gets a reference to the given []string and assigns it to the XsoarReadOnlyRoles field.

type RawFeedIndicator ¶ added in v0.2.4

type RawFeedIndicator struct {
}

RawFeedIndicator RawFeedIndicator is an unparsed feed indicator from JSON ingestion

func NewRawFeedIndicator ¶ added in v0.2.4

func NewRawFeedIndicator() *RawFeedIndicator

NewRawFeedIndicator instantiates a new RawFeedIndicator 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 NewRawFeedIndicatorWithDefaults ¶ added in v0.2.4

func NewRawFeedIndicatorWithDefaults() *RawFeedIndicator

NewRawFeedIndicatorWithDefaults instantiates a new RawFeedIndicator 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 (RawFeedIndicator) MarshalJSON ¶ added in v0.2.4

func (o RawFeedIndicator) MarshalJSON() ([]byte, error)

type RelationshipAPI ¶

type RelationshipAPI struct {
	Brand         *string `json:"brand,omitempty"`
	EntityA       *string `json:"entityA,omitempty"`
	EntityAFamily *string `json:"entityAFamily,omitempty"`
	EntityAType   *string `json:"entityAType,omitempty"`
	EntityB       *string `json:"entityB,omitempty"`
	EntityBFamily *string `json:"entityBFamily,omitempty"`
	EntityBType   *string `json:"entityBType,omitempty"`
	// The keys should be the field's display name all lower and without spaces. For example: Scan IP -> scanip To get the actual key name you can also go to Cortex XSOAR CLI and run /incident_add and look for the key that you would like to update
	Fields      *map[string]map[string]interface{} `json:"fields,omitempty"`
	Id          *string                            `json:"id,omitempty"`
	Instance    *string                            `json:"instance,omitempty"`
	Name        *string                            `json:"name,omitempty"`
	Reliability *string                            `json:"reliability,omitempty"`
	ReverseName *string                            `json:"reverseName,omitempty"`
	Type        *string                            `json:"type,omitempty"`
}

RelationshipAPI struct for RelationshipAPI

func NewRelationshipAPI ¶

func NewRelationshipAPI() *RelationshipAPI

NewRelationshipAPI instantiates a new RelationshipAPI 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 NewRelationshipAPIWithDefaults ¶

func NewRelationshipAPIWithDefaults() *RelationshipAPI

NewRelationshipAPIWithDefaults instantiates a new RelationshipAPI 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 (*RelationshipAPI) GetBrand ¶

func (o *RelationshipAPI) GetBrand() string

GetBrand returns the Brand field value if set, zero value otherwise.

func (*RelationshipAPI) GetBrandOk ¶

func (o *RelationshipAPI) GetBrandOk() (*string, bool)

GetBrandOk returns a tuple with the Brand field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipAPI) GetEntityA ¶

func (o *RelationshipAPI) GetEntityA() string

GetEntityA returns the EntityA field value if set, zero value otherwise.

func (*RelationshipAPI) GetEntityAFamily ¶

func (o *RelationshipAPI) GetEntityAFamily() string

GetEntityAFamily returns the EntityAFamily field value if set, zero value otherwise.

func (*RelationshipAPI) GetEntityAFamilyOk ¶

func (o *RelationshipAPI) GetEntityAFamilyOk() (*string, bool)

GetEntityAFamilyOk returns a tuple with the EntityAFamily field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipAPI) GetEntityAOk ¶

func (o *RelationshipAPI) GetEntityAOk() (*string, bool)

GetEntityAOk returns a tuple with the EntityA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipAPI) GetEntityAType ¶

func (o *RelationshipAPI) GetEntityAType() string

GetEntityAType returns the EntityAType field value if set, zero value otherwise.

func (*RelationshipAPI) GetEntityATypeOk ¶

func (o *RelationshipAPI) GetEntityATypeOk() (*string, bool)

GetEntityATypeOk returns a tuple with the EntityAType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipAPI) GetEntityB ¶

func (o *RelationshipAPI) GetEntityB() string

GetEntityB returns the EntityB field value if set, zero value otherwise.

func (*RelationshipAPI) GetEntityBFamily ¶

func (o *RelationshipAPI) GetEntityBFamily() string

GetEntityBFamily returns the EntityBFamily field value if set, zero value otherwise.

func (*RelationshipAPI) GetEntityBFamilyOk ¶

func (o *RelationshipAPI) GetEntityBFamilyOk() (*string, bool)

GetEntityBFamilyOk returns a tuple with the EntityBFamily field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipAPI) GetEntityBOk ¶

func (o *RelationshipAPI) GetEntityBOk() (*string, bool)

GetEntityBOk returns a tuple with the EntityB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipAPI) GetEntityBType ¶

func (o *RelationshipAPI) GetEntityBType() string

GetEntityBType returns the EntityBType field value if set, zero value otherwise.

func (*RelationshipAPI) GetEntityBTypeOk ¶

func (o *RelationshipAPI) GetEntityBTypeOk() (*string, bool)

GetEntityBTypeOk returns a tuple with the EntityBType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipAPI) GetFields ¶

func (o *RelationshipAPI) GetFields() map[string]map[string]interface{}

GetFields returns the Fields field value if set, zero value otherwise.

func (*RelationshipAPI) GetFieldsOk ¶

func (o *RelationshipAPI) GetFieldsOk() (*map[string]map[string]interface{}, bool)

GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipAPI) GetId ¶

func (o *RelationshipAPI) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*RelationshipAPI) GetIdOk ¶

func (o *RelationshipAPI) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipAPI) GetInstance ¶

func (o *RelationshipAPI) GetInstance() string

GetInstance returns the Instance field value if set, zero value otherwise.

func (*RelationshipAPI) GetInstanceOk ¶

func (o *RelationshipAPI) GetInstanceOk() (*string, bool)

GetInstanceOk returns a tuple with the Instance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipAPI) GetName ¶

func (o *RelationshipAPI) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*RelationshipAPI) GetNameOk ¶

func (o *RelationshipAPI) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipAPI) GetReliability ¶

func (o *RelationshipAPI) GetReliability() string

GetReliability returns the Reliability field value if set, zero value otherwise.

func (*RelationshipAPI) GetReliabilityOk ¶

func (o *RelationshipAPI) GetReliabilityOk() (*string, bool)

GetReliabilityOk returns a tuple with the Reliability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipAPI) GetReverseName ¶

func (o *RelationshipAPI) GetReverseName() string

GetReverseName returns the ReverseName field value if set, zero value otherwise.

func (*RelationshipAPI) GetReverseNameOk ¶

func (o *RelationshipAPI) GetReverseNameOk() (*string, bool)

GetReverseNameOk returns a tuple with the ReverseName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipAPI) GetType ¶

func (o *RelationshipAPI) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*RelationshipAPI) GetTypeOk ¶

func (o *RelationshipAPI) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipAPI) HasBrand ¶

func (o *RelationshipAPI) HasBrand() bool

HasBrand returns a boolean if a field has been set.

func (*RelationshipAPI) HasEntityA ¶

func (o *RelationshipAPI) HasEntityA() bool

HasEntityA returns a boolean if a field has been set.

func (*RelationshipAPI) HasEntityAFamily ¶

func (o *RelationshipAPI) HasEntityAFamily() bool

HasEntityAFamily returns a boolean if a field has been set.

func (*RelationshipAPI) HasEntityAType ¶

func (o *RelationshipAPI) HasEntityAType() bool

HasEntityAType returns a boolean if a field has been set.

func (*RelationshipAPI) HasEntityB ¶

func (o *RelationshipAPI) HasEntityB() bool

HasEntityB returns a boolean if a field has been set.

func (*RelationshipAPI) HasEntityBFamily ¶

func (o *RelationshipAPI) HasEntityBFamily() bool

HasEntityBFamily returns a boolean if a field has been set.

func (*RelationshipAPI) HasEntityBType ¶

func (o *RelationshipAPI) HasEntityBType() bool

HasEntityBType returns a boolean if a field has been set.

func (*RelationshipAPI) HasFields ¶

func (o *RelationshipAPI) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*RelationshipAPI) HasId ¶

func (o *RelationshipAPI) HasId() bool

HasId returns a boolean if a field has been set.

func (*RelationshipAPI) HasInstance ¶

func (o *RelationshipAPI) HasInstance() bool

HasInstance returns a boolean if a field has been set.

func (*RelationshipAPI) HasName ¶

func (o *RelationshipAPI) HasName() bool

HasName returns a boolean if a field has been set.

func (*RelationshipAPI) HasReliability ¶

func (o *RelationshipAPI) HasReliability() bool

HasReliability returns a boolean if a field has been set.

func (*RelationshipAPI) HasReverseName ¶

func (o *RelationshipAPI) HasReverseName() bool

HasReverseName returns a boolean if a field has been set.

func (*RelationshipAPI) HasType ¶

func (o *RelationshipAPI) HasType() bool

HasType returns a boolean if a field has been set.

func (RelationshipAPI) MarshalJSON ¶

func (o RelationshipAPI) MarshalJSON() ([]byte, error)

func (*RelationshipAPI) SetBrand ¶

func (o *RelationshipAPI) SetBrand(v string)

SetBrand gets a reference to the given string and assigns it to the Brand field.

func (*RelationshipAPI) SetEntityA ¶

func (o *RelationshipAPI) SetEntityA(v string)

SetEntityA gets a reference to the given string and assigns it to the EntityA field.

func (*RelationshipAPI) SetEntityAFamily ¶

func (o *RelationshipAPI) SetEntityAFamily(v string)

SetEntityAFamily gets a reference to the given string and assigns it to the EntityAFamily field.

func (*RelationshipAPI) SetEntityAType ¶

func (o *RelationshipAPI) SetEntityAType(v string)

SetEntityAType gets a reference to the given string and assigns it to the EntityAType field.

func (*RelationshipAPI) SetEntityB ¶

func (o *RelationshipAPI) SetEntityB(v string)

SetEntityB gets a reference to the given string and assigns it to the EntityB field.

func (*RelationshipAPI) SetEntityBFamily ¶

func (o *RelationshipAPI) SetEntityBFamily(v string)

SetEntityBFamily gets a reference to the given string and assigns it to the EntityBFamily field.

func (*RelationshipAPI) SetEntityBType ¶

func (o *RelationshipAPI) SetEntityBType(v string)

SetEntityBType gets a reference to the given string and assigns it to the EntityBType field.

func (*RelationshipAPI) SetFields ¶

func (o *RelationshipAPI) SetFields(v map[string]map[string]interface{})

SetFields gets a reference to the given map[string]map[string]interface{} and assigns it to the Fields field.

func (*RelationshipAPI) SetId ¶

func (o *RelationshipAPI) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*RelationshipAPI) SetInstance ¶

func (o *RelationshipAPI) SetInstance(v string)

SetInstance gets a reference to the given string and assigns it to the Instance field.

func (*RelationshipAPI) SetName ¶

func (o *RelationshipAPI) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RelationshipAPI) SetReliability ¶

func (o *RelationshipAPI) SetReliability(v string)

SetReliability gets a reference to the given string and assigns it to the Reliability field.

func (*RelationshipAPI) SetReverseName ¶

func (o *RelationshipAPI) SetReverseName(v string)

SetReverseName gets a reference to the given string and assigns it to the ReverseName field.

func (*RelationshipAPI) SetType ¶

func (o *RelationshipAPI) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type RelationshipCommonFields ¶

type RelationshipCommonFields struct {
	EntityA       *string `json:"entityA,omitempty"`
	EntityAFamily *string `json:"entityAFamily,omitempty"`
	EntityAType   *string `json:"entityAType,omitempty"`
	EntityB       *string `json:"entityB,omitempty"`
	EntityBFamily *string `json:"entityBFamily,omitempty"`
	EntityBType   *string `json:"entityBType,omitempty"`
	Name          *string `json:"name,omitempty"`
	ReverseName   *string `json:"reverseName,omitempty"`
}

RelationshipCommonFields struct for RelationshipCommonFields

func NewRelationshipCommonFields ¶

func NewRelationshipCommonFields() *RelationshipCommonFields

NewRelationshipCommonFields instantiates a new RelationshipCommonFields 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 NewRelationshipCommonFieldsWithDefaults ¶

func NewRelationshipCommonFieldsWithDefaults() *RelationshipCommonFields

NewRelationshipCommonFieldsWithDefaults instantiates a new RelationshipCommonFields 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 (*RelationshipCommonFields) GetEntityA ¶

func (o *RelationshipCommonFields) GetEntityA() string

GetEntityA returns the EntityA field value if set, zero value otherwise.

func (*RelationshipCommonFields) GetEntityAFamily ¶

func (o *RelationshipCommonFields) GetEntityAFamily() string

GetEntityAFamily returns the EntityAFamily field value if set, zero value otherwise.

func (*RelationshipCommonFields) GetEntityAFamilyOk ¶

func (o *RelationshipCommonFields) GetEntityAFamilyOk() (*string, bool)

GetEntityAFamilyOk returns a tuple with the EntityAFamily field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipCommonFields) GetEntityAOk ¶

func (o *RelationshipCommonFields) GetEntityAOk() (*string, bool)

GetEntityAOk returns a tuple with the EntityA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipCommonFields) GetEntityAType ¶

func (o *RelationshipCommonFields) GetEntityAType() string

GetEntityAType returns the EntityAType field value if set, zero value otherwise.

func (*RelationshipCommonFields) GetEntityATypeOk ¶

func (o *RelationshipCommonFields) GetEntityATypeOk() (*string, bool)

GetEntityATypeOk returns a tuple with the EntityAType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipCommonFields) GetEntityB ¶

func (o *RelationshipCommonFields) GetEntityB() string

GetEntityB returns the EntityB field value if set, zero value otherwise.

func (*RelationshipCommonFields) GetEntityBFamily ¶

func (o *RelationshipCommonFields) GetEntityBFamily() string

GetEntityBFamily returns the EntityBFamily field value if set, zero value otherwise.

func (*RelationshipCommonFields) GetEntityBFamilyOk ¶

func (o *RelationshipCommonFields) GetEntityBFamilyOk() (*string, bool)

GetEntityBFamilyOk returns a tuple with the EntityBFamily field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipCommonFields) GetEntityBOk ¶

func (o *RelationshipCommonFields) GetEntityBOk() (*string, bool)

GetEntityBOk returns a tuple with the EntityB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipCommonFields) GetEntityBType ¶

func (o *RelationshipCommonFields) GetEntityBType() string

GetEntityBType returns the EntityBType field value if set, zero value otherwise.

func (*RelationshipCommonFields) GetEntityBTypeOk ¶

func (o *RelationshipCommonFields) GetEntityBTypeOk() (*string, bool)

GetEntityBTypeOk returns a tuple with the EntityBType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipCommonFields) GetName ¶

func (o *RelationshipCommonFields) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*RelationshipCommonFields) GetNameOk ¶

func (o *RelationshipCommonFields) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipCommonFields) GetReverseName ¶

func (o *RelationshipCommonFields) GetReverseName() string

GetReverseName returns the ReverseName field value if set, zero value otherwise.

func (*RelationshipCommonFields) GetReverseNameOk ¶

func (o *RelationshipCommonFields) GetReverseNameOk() (*string, bool)

GetReverseNameOk returns a tuple with the ReverseName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipCommonFields) HasEntityA ¶

func (o *RelationshipCommonFields) HasEntityA() bool

HasEntityA returns a boolean if a field has been set.

func (*RelationshipCommonFields) HasEntityAFamily ¶

func (o *RelationshipCommonFields) HasEntityAFamily() bool

HasEntityAFamily returns a boolean if a field has been set.

func (*RelationshipCommonFields) HasEntityAType ¶

func (o *RelationshipCommonFields) HasEntityAType() bool

HasEntityAType returns a boolean if a field has been set.

func (*RelationshipCommonFields) HasEntityB ¶

func (o *RelationshipCommonFields) HasEntityB() bool

HasEntityB returns a boolean if a field has been set.

func (*RelationshipCommonFields) HasEntityBFamily ¶

func (o *RelationshipCommonFields) HasEntityBFamily() bool

HasEntityBFamily returns a boolean if a field has been set.

func (*RelationshipCommonFields) HasEntityBType ¶

func (o *RelationshipCommonFields) HasEntityBType() bool

HasEntityBType returns a boolean if a field has been set.

func (*RelationshipCommonFields) HasName ¶

func (o *RelationshipCommonFields) HasName() bool

HasName returns a boolean if a field has been set.

func (*RelationshipCommonFields) HasReverseName ¶

func (o *RelationshipCommonFields) HasReverseName() bool

HasReverseName returns a boolean if a field has been set.

func (RelationshipCommonFields) MarshalJSON ¶

func (o RelationshipCommonFields) MarshalJSON() ([]byte, error)

func (*RelationshipCommonFields) SetEntityA ¶

func (o *RelationshipCommonFields) SetEntityA(v string)

SetEntityA gets a reference to the given string and assigns it to the EntityA field.

func (*RelationshipCommonFields) SetEntityAFamily ¶

func (o *RelationshipCommonFields) SetEntityAFamily(v string)

SetEntityAFamily gets a reference to the given string and assigns it to the EntityAFamily field.

func (*RelationshipCommonFields) SetEntityAType ¶

func (o *RelationshipCommonFields) SetEntityAType(v string)

SetEntityAType gets a reference to the given string and assigns it to the EntityAType field.

func (*RelationshipCommonFields) SetEntityB ¶

func (o *RelationshipCommonFields) SetEntityB(v string)

SetEntityB gets a reference to the given string and assigns it to the EntityB field.

func (*RelationshipCommonFields) SetEntityBFamily ¶

func (o *RelationshipCommonFields) SetEntityBFamily(v string)

SetEntityBFamily gets a reference to the given string and assigns it to the EntityBFamily field.

func (*RelationshipCommonFields) SetEntityBType ¶

func (o *RelationshipCommonFields) SetEntityBType(v string)

SetEntityBType gets a reference to the given string and assigns it to the EntityBType field.

func (*RelationshipCommonFields) SetName ¶

func (o *RelationshipCommonFields) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RelationshipCommonFields) SetReverseName ¶

func (o *RelationshipCommonFields) SetReverseName(v string)

SetReverseName gets a reference to the given string and assigns it to the ReverseName field.

type RelationshipFilter ¶

type RelationshipFilter struct {
	// Cache of join functions
	Cache               *map[string][]string `json:"Cache,omitempty"`
	AttachIndicators    *bool                `json:"attachIndicators,omitempty"`
	Entities            *[]string            `json:"entities,omitempty"`
	EntityFamilies      *[]string            `json:"entityFamilies,omitempty"`
	EntityTypes         *[]string            `json:"entityTypes,omitempty"`
	ExcludedEntities    *[]string            `json:"excludedEntities,omitempty"`
	ExcludedEntityTypes *[]string            `json:"excludedEntityTypes,omitempty"`
	Fields              *[]string            `json:"fields,omitempty"`
	FromDate            *time.Time           `json:"fromDate,omitempty"`
	FromDateLicense     *time.Time           `json:"fromDateLicense,omitempty"`
	// Do not use workers mechanism while searching bleve
	IgnoreWorkers *bool `json:"ignoreWorkers,omitempty"`
	// 0-based page
	Page              *int64    `json:"page,omitempty"`
	Period            *Period   `json:"period,omitempty"`
	Query             *string   `json:"query,omitempty"`
	RelationshipNames *[]string `json:"relationshipNames,omitempty"`
	// Efficient next page, pass max sort value from previous page
	SearchAfter *[]string `json:"searchAfter,omitempty"`
	// Efficient next page, pass max ES sort value from previous page
	SearchAfterElastic *[]string `json:"searchAfterElastic,omitempty"`
	// Efficient prev page, pass min sort value from next page
	SearchBefore *[]string `json:"searchBefore,omitempty"`
	// Efficient prev page, pass min ES sort value from next page
	SearchBeforeElastic *[]string `json:"searchBeforeElastic,omitempty"`
	// Size is limited to 1000, if not passed it defaults to 0, and no results will return
	Size *int64 `json:"size,omitempty"`
	// The sort order
	Sort *[]Order `json:"sort,omitempty"`
	// A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
	TimeFrame *int64     `json:"timeFrame,omitempty"`
	ToDate    *time.Time `json:"toDate,omitempty"`
}

RelationshipFilter and within each parameter only one or more may match.

func NewRelationshipFilter ¶

func NewRelationshipFilter() *RelationshipFilter

NewRelationshipFilter instantiates a new RelationshipFilter 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 NewRelationshipFilterWithDefaults ¶

func NewRelationshipFilterWithDefaults() *RelationshipFilter

NewRelationshipFilterWithDefaults instantiates a new RelationshipFilter 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 (*RelationshipFilter) GetAttachIndicators ¶

func (o *RelationshipFilter) GetAttachIndicators() bool

GetAttachIndicators returns the AttachIndicators field value if set, zero value otherwise.

func (*RelationshipFilter) GetAttachIndicatorsOk ¶

func (o *RelationshipFilter) GetAttachIndicatorsOk() (*bool, bool)

GetAttachIndicatorsOk returns a tuple with the AttachIndicators field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipFilter) GetCache ¶

func (o *RelationshipFilter) GetCache() map[string][]string

GetCache returns the Cache field value if set, zero value otherwise.

func (*RelationshipFilter) GetCacheOk ¶

func (o *RelationshipFilter) GetCacheOk() (*map[string][]string, bool)

GetCacheOk returns a tuple with the Cache field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipFilter) GetEntities ¶

func (o *RelationshipFilter) GetEntities() []string

GetEntities returns the Entities field value if set, zero value otherwise.

func (*RelationshipFilter) GetEntitiesOk ¶

func (o *RelationshipFilter) GetEntitiesOk() (*[]string, bool)

GetEntitiesOk returns a tuple with the Entities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipFilter) GetEntityFamilies ¶

func (o *RelationshipFilter) GetEntityFamilies() []string

GetEntityFamilies returns the EntityFamilies field value if set, zero value otherwise.

func (*RelationshipFilter) GetEntityFamiliesOk ¶

func (o *RelationshipFilter) GetEntityFamiliesOk() (*[]string, bool)

GetEntityFamiliesOk returns a tuple with the EntityFamilies field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipFilter) GetEntityTypes ¶

func (o *RelationshipFilter) GetEntityTypes() []string

GetEntityTypes returns the EntityTypes field value if set, zero value otherwise.

func (*RelationshipFilter) GetEntityTypesOk ¶

func (o *RelationshipFilter) GetEntityTypesOk() (*[]string, bool)

GetEntityTypesOk returns a tuple with the EntityTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipFilter) GetExcludedEntities ¶

func (o *RelationshipFilter) GetExcludedEntities() []string

GetExcludedEntities returns the ExcludedEntities field value if set, zero value otherwise.

func (*RelationshipFilter) GetExcludedEntitiesOk ¶

func (o *RelationshipFilter) GetExcludedEntitiesOk() (*[]string, bool)

GetExcludedEntitiesOk returns a tuple with the ExcludedEntities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipFilter) GetExcludedEntityTypes ¶

func (o *RelationshipFilter) GetExcludedEntityTypes() []string

GetExcludedEntityTypes returns the ExcludedEntityTypes field value if set, zero value otherwise.

func (*RelationshipFilter) GetExcludedEntityTypesOk ¶

func (o *RelationshipFilter) GetExcludedEntityTypesOk() (*[]string, bool)

GetExcludedEntityTypesOk returns a tuple with the ExcludedEntityTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipFilter) GetFields ¶

func (o *RelationshipFilter) GetFields() []string

GetFields returns the Fields field value if set, zero value otherwise.

func (*RelationshipFilter) GetFieldsOk ¶

func (o *RelationshipFilter) GetFieldsOk() (*[]string, bool)

GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipFilter) GetFromDate ¶

func (o *RelationshipFilter) GetFromDate() time.Time

GetFromDate returns the FromDate field value if set, zero value otherwise.

func (*RelationshipFilter) GetFromDateLicense ¶

func (o *RelationshipFilter) GetFromDateLicense() time.Time

GetFromDateLicense returns the FromDateLicense field value if set, zero value otherwise.

func (*RelationshipFilter) GetFromDateLicenseOk ¶

func (o *RelationshipFilter) GetFromDateLicenseOk() (*time.Time, bool)

GetFromDateLicenseOk returns a tuple with the FromDateLicense field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipFilter) GetFromDateOk ¶

func (o *RelationshipFilter) GetFromDateOk() (*time.Time, bool)

GetFromDateOk returns a tuple with the FromDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipFilter) GetIgnoreWorkers ¶

func (o *RelationshipFilter) GetIgnoreWorkers() bool

GetIgnoreWorkers returns the IgnoreWorkers field value if set, zero value otherwise.

func (*RelationshipFilter) GetIgnoreWorkersOk ¶

func (o *RelationshipFilter) GetIgnoreWorkersOk() (*bool, bool)

GetIgnoreWorkersOk returns a tuple with the IgnoreWorkers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipFilter) GetPage ¶

func (o *RelationshipFilter) GetPage() int64

GetPage returns the Page field value if set, zero value otherwise.

func (*RelationshipFilter) GetPageOk ¶

func (o *RelationshipFilter) GetPageOk() (*int64, bool)

GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipFilter) GetPeriod ¶

func (o *RelationshipFilter) GetPeriod() Period

GetPeriod returns the Period field value if set, zero value otherwise.

func (*RelationshipFilter) GetPeriodOk ¶

func (o *RelationshipFilter) GetPeriodOk() (*Period, bool)

GetPeriodOk returns a tuple with the Period field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipFilter) GetQuery ¶

func (o *RelationshipFilter) GetQuery() string

GetQuery returns the Query field value if set, zero value otherwise.

func (*RelationshipFilter) GetQueryOk ¶

func (o *RelationshipFilter) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipFilter) GetRelationshipNames ¶

func (o *RelationshipFilter) GetRelationshipNames() []string

GetRelationshipNames returns the RelationshipNames field value if set, zero value otherwise.

func (*RelationshipFilter) GetRelationshipNamesOk ¶

func (o *RelationshipFilter) GetRelationshipNamesOk() (*[]string, bool)

GetRelationshipNamesOk returns a tuple with the RelationshipNames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipFilter) GetSearchAfter ¶

func (o *RelationshipFilter) GetSearchAfter() []string

GetSearchAfter returns the SearchAfter field value if set, zero value otherwise.

func (*RelationshipFilter) GetSearchAfterElastic ¶

func (o *RelationshipFilter) GetSearchAfterElastic() []string

GetSearchAfterElastic returns the SearchAfterElastic field value if set, zero value otherwise.

func (*RelationshipFilter) GetSearchAfterElasticOk ¶

func (o *RelationshipFilter) GetSearchAfterElasticOk() (*[]string, bool)

GetSearchAfterElasticOk returns a tuple with the SearchAfterElastic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipFilter) GetSearchAfterOk ¶

func (o *RelationshipFilter) GetSearchAfterOk() (*[]string, bool)

GetSearchAfterOk returns a tuple with the SearchAfter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipFilter) GetSearchBefore ¶

func (o *RelationshipFilter) GetSearchBefore() []string

GetSearchBefore returns the SearchBefore field value if set, zero value otherwise.

func (*RelationshipFilter) GetSearchBeforeElastic ¶

func (o *RelationshipFilter) GetSearchBeforeElastic() []string

GetSearchBeforeElastic returns the SearchBeforeElastic field value if set, zero value otherwise.

func (*RelationshipFilter) GetSearchBeforeElasticOk ¶

func (o *RelationshipFilter) GetSearchBeforeElasticOk() (*[]string, bool)

GetSearchBeforeElasticOk returns a tuple with the SearchBeforeElastic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipFilter) GetSearchBeforeOk ¶

func (o *RelationshipFilter) GetSearchBeforeOk() (*[]string, bool)

GetSearchBeforeOk returns a tuple with the SearchBefore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipFilter) GetSize ¶

func (o *RelationshipFilter) GetSize() int64

GetSize returns the Size field value if set, zero value otherwise.

func (*RelationshipFilter) GetSizeOk ¶

func (o *RelationshipFilter) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipFilter) GetSort ¶

func (o *RelationshipFilter) GetSort() []Order

GetSort returns the Sort field value if set, zero value otherwise.

func (*RelationshipFilter) GetSortOk ¶

func (o *RelationshipFilter) GetSortOk() (*[]Order, bool)

GetSortOk returns a tuple with the Sort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipFilter) GetTimeFrame ¶

func (o *RelationshipFilter) GetTimeFrame() int64

GetTimeFrame returns the TimeFrame field value if set, zero value otherwise.

func (*RelationshipFilter) GetTimeFrameOk ¶

func (o *RelationshipFilter) GetTimeFrameOk() (*int64, bool)

GetTimeFrameOk returns a tuple with the TimeFrame field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipFilter) GetToDate ¶

func (o *RelationshipFilter) GetToDate() time.Time

GetToDate returns the ToDate field value if set, zero value otherwise.

func (*RelationshipFilter) GetToDateOk ¶

func (o *RelationshipFilter) GetToDateOk() (*time.Time, bool)

GetToDateOk returns a tuple with the ToDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipFilter) HasAttachIndicators ¶

func (o *RelationshipFilter) HasAttachIndicators() bool

HasAttachIndicators returns a boolean if a field has been set.

func (*RelationshipFilter) HasCache ¶

func (o *RelationshipFilter) HasCache() bool

HasCache returns a boolean if a field has been set.

func (*RelationshipFilter) HasEntities ¶

func (o *RelationshipFilter) HasEntities() bool

HasEntities returns a boolean if a field has been set.

func (*RelationshipFilter) HasEntityFamilies ¶

func (o *RelationshipFilter) HasEntityFamilies() bool

HasEntityFamilies returns a boolean if a field has been set.

func (*RelationshipFilter) HasEntityTypes ¶

func (o *RelationshipFilter) HasEntityTypes() bool

HasEntityTypes returns a boolean if a field has been set.

func (*RelationshipFilter) HasExcludedEntities ¶

func (o *RelationshipFilter) HasExcludedEntities() bool

HasExcludedEntities returns a boolean if a field has been set.

func (*RelationshipFilter) HasExcludedEntityTypes ¶

func (o *RelationshipFilter) HasExcludedEntityTypes() bool

HasExcludedEntityTypes returns a boolean if a field has been set.

func (*RelationshipFilter) HasFields ¶

func (o *RelationshipFilter) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*RelationshipFilter) HasFromDate ¶

func (o *RelationshipFilter) HasFromDate() bool

HasFromDate returns a boolean if a field has been set.

func (*RelationshipFilter) HasFromDateLicense ¶

func (o *RelationshipFilter) HasFromDateLicense() bool

HasFromDateLicense returns a boolean if a field has been set.

func (*RelationshipFilter) HasIgnoreWorkers ¶

func (o *RelationshipFilter) HasIgnoreWorkers() bool

HasIgnoreWorkers returns a boolean if a field has been set.

func (*RelationshipFilter) HasPage ¶

func (o *RelationshipFilter) HasPage() bool

HasPage returns a boolean if a field has been set.

func (*RelationshipFilter) HasPeriod ¶

func (o *RelationshipFilter) HasPeriod() bool

HasPeriod returns a boolean if a field has been set.

func (*RelationshipFilter) HasQuery ¶

func (o *RelationshipFilter) HasQuery() bool

HasQuery returns a boolean if a field has been set.

func (*RelationshipFilter) HasRelationshipNames ¶

func (o *RelationshipFilter) HasRelationshipNames() bool

HasRelationshipNames returns a boolean if a field has been set.

func (*RelationshipFilter) HasSearchAfter ¶

func (o *RelationshipFilter) HasSearchAfter() bool

HasSearchAfter returns a boolean if a field has been set.

func (*RelationshipFilter) HasSearchAfterElastic ¶

func (o *RelationshipFilter) HasSearchAfterElastic() bool

HasSearchAfterElastic returns a boolean if a field has been set.

func (*RelationshipFilter) HasSearchBefore ¶

func (o *RelationshipFilter) HasSearchBefore() bool

HasSearchBefore returns a boolean if a field has been set.

func (*RelationshipFilter) HasSearchBeforeElastic ¶

func (o *RelationshipFilter) HasSearchBeforeElastic() bool

HasSearchBeforeElastic returns a boolean if a field has been set.

func (*RelationshipFilter) HasSize ¶

func (o *RelationshipFilter) HasSize() bool

HasSize returns a boolean if a field has been set.

func (*RelationshipFilter) HasSort ¶

func (o *RelationshipFilter) HasSort() bool

HasSort returns a boolean if a field has been set.

func (*RelationshipFilter) HasTimeFrame ¶

func (o *RelationshipFilter) HasTimeFrame() bool

HasTimeFrame returns a boolean if a field has been set.

func (*RelationshipFilter) HasToDate ¶

func (o *RelationshipFilter) HasToDate() bool

HasToDate returns a boolean if a field has been set.

func (RelationshipFilter) MarshalJSON ¶

func (o RelationshipFilter) MarshalJSON() ([]byte, error)

func (*RelationshipFilter) SetAttachIndicators ¶

func (o *RelationshipFilter) SetAttachIndicators(v bool)

SetAttachIndicators gets a reference to the given bool and assigns it to the AttachIndicators field.

func (*RelationshipFilter) SetCache ¶

func (o *RelationshipFilter) SetCache(v map[string][]string)

SetCache gets a reference to the given map[string][]string and assigns it to the Cache field.

func (*RelationshipFilter) SetEntities ¶

func (o *RelationshipFilter) SetEntities(v []string)

SetEntities gets a reference to the given []string and assigns it to the Entities field.

func (*RelationshipFilter) SetEntityFamilies ¶

func (o *RelationshipFilter) SetEntityFamilies(v []string)

SetEntityFamilies gets a reference to the given []string and assigns it to the EntityFamilies field.

func (*RelationshipFilter) SetEntityTypes ¶

func (o *RelationshipFilter) SetEntityTypes(v []string)

SetEntityTypes gets a reference to the given []string and assigns it to the EntityTypes field.

func (*RelationshipFilter) SetExcludedEntities ¶

func (o *RelationshipFilter) SetExcludedEntities(v []string)

SetExcludedEntities gets a reference to the given []string and assigns it to the ExcludedEntities field.

func (*RelationshipFilter) SetExcludedEntityTypes ¶

func (o *RelationshipFilter) SetExcludedEntityTypes(v []string)

SetExcludedEntityTypes gets a reference to the given []string and assigns it to the ExcludedEntityTypes field.

func (*RelationshipFilter) SetFields ¶

func (o *RelationshipFilter) SetFields(v []string)

SetFields gets a reference to the given []string and assigns it to the Fields field.

func (*RelationshipFilter) SetFromDate ¶

func (o *RelationshipFilter) SetFromDate(v time.Time)

SetFromDate gets a reference to the given time.Time and assigns it to the FromDate field.

func (*RelationshipFilter) SetFromDateLicense ¶

func (o *RelationshipFilter) SetFromDateLicense(v time.Time)

SetFromDateLicense gets a reference to the given time.Time and assigns it to the FromDateLicense field.

func (*RelationshipFilter) SetIgnoreWorkers ¶

func (o *RelationshipFilter) SetIgnoreWorkers(v bool)

SetIgnoreWorkers gets a reference to the given bool and assigns it to the IgnoreWorkers field.

func (*RelationshipFilter) SetPage ¶

func (o *RelationshipFilter) SetPage(v int64)

SetPage gets a reference to the given int64 and assigns it to the Page field.

func (*RelationshipFilter) SetPeriod ¶

func (o *RelationshipFilter) SetPeriod(v Period)

SetPeriod gets a reference to the given Period and assigns it to the Period field.

func (*RelationshipFilter) SetQuery ¶

func (o *RelationshipFilter) SetQuery(v string)

SetQuery gets a reference to the given string and assigns it to the Query field.

func (*RelationshipFilter) SetRelationshipNames ¶

func (o *RelationshipFilter) SetRelationshipNames(v []string)

SetRelationshipNames gets a reference to the given []string and assigns it to the RelationshipNames field.

func (*RelationshipFilter) SetSearchAfter ¶

func (o *RelationshipFilter) SetSearchAfter(v []string)

SetSearchAfter gets a reference to the given []string and assigns it to the SearchAfter field.

func (*RelationshipFilter) SetSearchAfterElastic ¶

func (o *RelationshipFilter) SetSearchAfterElastic(v []string)

SetSearchAfterElastic gets a reference to the given []string and assigns it to the SearchAfterElastic field.

func (*RelationshipFilter) SetSearchBefore ¶

func (o *RelationshipFilter) SetSearchBefore(v []string)

SetSearchBefore gets a reference to the given []string and assigns it to the SearchBefore field.

func (*RelationshipFilter) SetSearchBeforeElastic ¶

func (o *RelationshipFilter) SetSearchBeforeElastic(v []string)

SetSearchBeforeElastic gets a reference to the given []string and assigns it to the SearchBeforeElastic field.

func (*RelationshipFilter) SetSize ¶

func (o *RelationshipFilter) SetSize(v int64)

SetSize gets a reference to the given int64 and assigns it to the Size field.

func (*RelationshipFilter) SetSort ¶

func (o *RelationshipFilter) SetSort(v []Order)

SetSort gets a reference to the given []Order and assigns it to the Sort field.

func (*RelationshipFilter) SetTimeFrame ¶

func (o *RelationshipFilter) SetTimeFrame(v int64)

SetTimeFrame gets a reference to the given int64 and assigns it to the TimeFrame field.

func (*RelationshipFilter) SetToDate ¶

func (o *RelationshipFilter) SetToDate(v time.Time)

SetToDate gets a reference to the given time.Time and assigns it to the ToDate field.

type RelationshipsAPI ¶ added in v0.2.4

type RelationshipsAPI struct {
	Items []RelationshipAPI
}

RelationshipsAPI struct for RelationshipsAPI

func NewRelationshipsAPI ¶ added in v0.2.4

func NewRelationshipsAPI() *RelationshipsAPI

NewRelationshipsAPI instantiates a new RelationshipsAPI 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 NewRelationshipsAPIWithDefaults ¶ added in v0.2.4

func NewRelationshipsAPIWithDefaults() *RelationshipsAPI

NewRelationshipsAPIWithDefaults instantiates a new RelationshipsAPI 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 (RelationshipsAPI) MarshalJSON ¶ added in v0.2.4

func (o RelationshipsAPI) MarshalJSON() ([]byte, error)

func (*RelationshipsAPI) UnmarshalJSON ¶ added in v0.2.4

func (o *RelationshipsAPI) UnmarshalJSON(bytes []byte) (err error)

type Report ¶

type Report struct {
	CommitMessage *string                         `json:"commitMessage,omitempty"`
	CreatedBy     *string                         `json:"createdBy,omitempty"`
	Cron          *string                         `json:"cron,omitempty"`
	CronView      *bool                           `json:"cronView,omitempty"`
	Dashboard     *Dashboard                      `json:"dashboard,omitempty"`
	Decoder       *map[string]ReportFieldsDecoder `json:"decoder,omitempty"`
	Description   *string                         `json:"description,omitempty"`
	DisableHeader *bool                           `json:"disableHeader,omitempty"`
	EndingDate    *time.Time                      `json:"endingDate,omitempty"`
	// EndingType holds the type of schedule Ending
	EndingType                *string              `json:"endingType,omitempty"`
	FromServerVersion         *string              `json:"fromServerVersion,omitempty"`
	Highlight                 *map[string][]string `json:"highlight,omitempty"`
	HumanCron                 *HumanCron           `json:"humanCron,omitempty"`
	Id                        *string              `json:"id,omitempty"`
	ItemVersion               *string              `json:"itemVersion,omitempty"`
	LatestReportName          *string              `json:"latestReportName,omitempty"`
	LatestReportTime          *time.Time           `json:"latestReportTime,omitempty"`
	LatestReportUsername      *string              `json:"latestReportUsername,omitempty"`
	LatestScheduledReportTime *time.Time           `json:"latestScheduledReportTime,omitempty"`
	Locked                    *bool                `json:"locked,omitempty"`
	Modified                  *time.Time           `json:"modified,omitempty"`
	Name                      *string              `json:"name,omitempty"`
	NextScheduledTime         *time.Time           `json:"nextScheduledTime,omitempty"`
	NumericId                 *int64               `json:"numericId,omitempty"`
	Orientation               *string              `json:"orientation,omitempty"`
	PackID                    *string              `json:"packID,omitempty"`
	PackPropagationLabels     *[]string            `json:"packPropagationLabels,omitempty"`
	PaperSize                 *string              `json:"paperSize,omitempty"`
	PrevName                  *string              `json:"prevName,omitempty"`
	PrevType                  *string              `json:"prevType,omitempty"`
	PrimaryTerm               *int64               `json:"primaryTerm,omitempty"`
	PropagationLabels         *[]string            `json:"propagationLabels,omitempty"`
	Recipients                *[]string            `json:"recipients,omitempty"`
	Recurrent                 *bool                `json:"recurrent,omitempty"`
	ReportType                *string              `json:"reportType,omitempty"`
	RunOnce                   *bool                `json:"runOnce,omitempty"`
	RunningRoles              *[]string            `json:"runningRoles,omitempty"`
	RunningUser               *string              `json:"runningUser,omitempty"`
	// is it scheduled
	Scheduled                         *bool      `json:"scheduled,omitempty"`
	Sections                          *[]Section `json:"sections,omitempty"`
	Sensitive                         *bool      `json:"sensitive,omitempty"`
	SequenceNumber                    *int64     `json:"sequenceNumber,omitempty"`
	ShouldCommit                      *bool      `json:"shouldCommit,omitempty"`
	SortValues                        *[]string  `json:"sortValues,omitempty"`
	StartDate                         *time.Time `json:"startDate,omitempty"`
	System                            *bool      `json:"system,omitempty"`
	Tags                              *[]string  `json:"tags,omitempty"`
	Times                             *int64     `json:"times,omitempty"`
	Timezone                          *string    `json:"timezone,omitempty"`
	TimezoneOffset                    *int64     `json:"timezoneOffset,omitempty"`
	ToServerVersion                   *string    `json:"toServerVersion,omitempty"`
	Type                              *string    `json:"type,omitempty"`
	UserAPIKey                        *string    `json:"userAPIKey,omitempty"`
	UserAPIKeyID                      *string    `json:"userAPIKeyID,omitempty"`
	VcShouldIgnore                    *bool      `json:"vcShouldIgnore,omitempty"`
	VcShouldKeepItemLegacyProdMachine *bool      `json:"vcShouldKeepItemLegacyProdMachine,omitempty"`
	Version                           *int64     `json:"version,omitempty"`
}

Report Report - represents report

func NewReport ¶

func NewReport() *Report

NewReport instantiates a new Report 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 NewReportWithDefaults ¶

func NewReportWithDefaults() *Report

NewReportWithDefaults instantiates a new Report 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 (*Report) GetCommitMessage ¶

func (o *Report) GetCommitMessage() string

GetCommitMessage returns the CommitMessage field value if set, zero value otherwise.

func (*Report) GetCommitMessageOk ¶

func (o *Report) GetCommitMessageOk() (*string, bool)

GetCommitMessageOk returns a tuple with the CommitMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetCreatedBy ¶

func (o *Report) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.

func (*Report) GetCreatedByOk ¶

func (o *Report) GetCreatedByOk() (*string, bool)

GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetCron ¶

func (o *Report) GetCron() string

GetCron returns the Cron field value if set, zero value otherwise.

func (*Report) GetCronOk ¶

func (o *Report) GetCronOk() (*string, bool)

GetCronOk returns a tuple with the Cron field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetCronView ¶

func (o *Report) GetCronView() bool

GetCronView returns the CronView field value if set, zero value otherwise.

func (*Report) GetCronViewOk ¶

func (o *Report) GetCronViewOk() (*bool, bool)

GetCronViewOk returns a tuple with the CronView field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetDashboard ¶

func (o *Report) GetDashboard() Dashboard

GetDashboard returns the Dashboard field value if set, zero value otherwise.

func (*Report) GetDashboardOk ¶

func (o *Report) GetDashboardOk() (*Dashboard, bool)

GetDashboardOk returns a tuple with the Dashboard field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetDecoder ¶

func (o *Report) GetDecoder() map[string]ReportFieldsDecoder

GetDecoder returns the Decoder field value if set, zero value otherwise.

func (*Report) GetDecoderOk ¶

func (o *Report) GetDecoderOk() (*map[string]ReportFieldsDecoder, bool)

GetDecoderOk returns a tuple with the Decoder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetDescription ¶

func (o *Report) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Report) GetDescriptionOk ¶

func (o *Report) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetDisableHeader ¶

func (o *Report) GetDisableHeader() bool

GetDisableHeader returns the DisableHeader field value if set, zero value otherwise.

func (*Report) GetDisableHeaderOk ¶

func (o *Report) GetDisableHeaderOk() (*bool, bool)

GetDisableHeaderOk returns a tuple with the DisableHeader field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetEndingDate ¶

func (o *Report) GetEndingDate() time.Time

GetEndingDate returns the EndingDate field value if set, zero value otherwise.

func (*Report) GetEndingDateOk ¶

func (o *Report) GetEndingDateOk() (*time.Time, bool)

GetEndingDateOk returns a tuple with the EndingDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetEndingType ¶

func (o *Report) GetEndingType() string

GetEndingType returns the EndingType field value if set, zero value otherwise.

func (*Report) GetEndingTypeOk ¶

func (o *Report) GetEndingTypeOk() (*string, bool)

GetEndingTypeOk returns a tuple with the EndingType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetFromServerVersion ¶

func (o *Report) GetFromServerVersion() string

GetFromServerVersion returns the FromServerVersion field value if set, zero value otherwise.

func (*Report) GetFromServerVersionOk ¶

func (o *Report) GetFromServerVersionOk() (*string, bool)

GetFromServerVersionOk returns a tuple with the FromServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetHighlight ¶

func (o *Report) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*Report) GetHighlightOk ¶

func (o *Report) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetHumanCron ¶

func (o *Report) GetHumanCron() HumanCron

GetHumanCron returns the HumanCron field value if set, zero value otherwise.

func (*Report) GetHumanCronOk ¶

func (o *Report) GetHumanCronOk() (*HumanCron, bool)

GetHumanCronOk returns a tuple with the HumanCron field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetId ¶

func (o *Report) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Report) GetIdOk ¶

func (o *Report) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetItemVersion ¶

func (o *Report) GetItemVersion() string

GetItemVersion returns the ItemVersion field value if set, zero value otherwise.

func (*Report) GetItemVersionOk ¶

func (o *Report) GetItemVersionOk() (*string, bool)

GetItemVersionOk returns a tuple with the ItemVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetLatestReportName ¶

func (o *Report) GetLatestReportName() string

GetLatestReportName returns the LatestReportName field value if set, zero value otherwise.

func (*Report) GetLatestReportNameOk ¶

func (o *Report) GetLatestReportNameOk() (*string, bool)

GetLatestReportNameOk returns a tuple with the LatestReportName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetLatestReportTime ¶

func (o *Report) GetLatestReportTime() time.Time

GetLatestReportTime returns the LatestReportTime field value if set, zero value otherwise.

func (*Report) GetLatestReportTimeOk ¶

func (o *Report) GetLatestReportTimeOk() (*time.Time, bool)

GetLatestReportTimeOk returns a tuple with the LatestReportTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetLatestReportUsername ¶

func (o *Report) GetLatestReportUsername() string

GetLatestReportUsername returns the LatestReportUsername field value if set, zero value otherwise.

func (*Report) GetLatestReportUsernameOk ¶

func (o *Report) GetLatestReportUsernameOk() (*string, bool)

GetLatestReportUsernameOk returns a tuple with the LatestReportUsername field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetLatestScheduledReportTime ¶

func (o *Report) GetLatestScheduledReportTime() time.Time

GetLatestScheduledReportTime returns the LatestScheduledReportTime field value if set, zero value otherwise.

func (*Report) GetLatestScheduledReportTimeOk ¶

func (o *Report) GetLatestScheduledReportTimeOk() (*time.Time, bool)

GetLatestScheduledReportTimeOk returns a tuple with the LatestScheduledReportTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetLocked ¶

func (o *Report) GetLocked() bool

GetLocked returns the Locked field value if set, zero value otherwise.

func (*Report) GetLockedOk ¶

func (o *Report) GetLockedOk() (*bool, bool)

GetLockedOk returns a tuple with the Locked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetModified ¶

func (o *Report) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*Report) GetModifiedOk ¶

func (o *Report) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetName ¶

func (o *Report) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Report) GetNameOk ¶

func (o *Report) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetNextScheduledTime ¶

func (o *Report) GetNextScheduledTime() time.Time

GetNextScheduledTime returns the NextScheduledTime field value if set, zero value otherwise.

func (*Report) GetNextScheduledTimeOk ¶

func (o *Report) GetNextScheduledTimeOk() (*time.Time, bool)

GetNextScheduledTimeOk returns a tuple with the NextScheduledTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetNumericId ¶

func (o *Report) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*Report) GetNumericIdOk ¶

func (o *Report) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetOrientation ¶

func (o *Report) GetOrientation() string

GetOrientation returns the Orientation field value if set, zero value otherwise.

func (*Report) GetOrientationOk ¶

func (o *Report) GetOrientationOk() (*string, bool)

GetOrientationOk returns a tuple with the Orientation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetPackID ¶

func (o *Report) GetPackID() string

GetPackID returns the PackID field value if set, zero value otherwise.

func (*Report) GetPackIDOk ¶

func (o *Report) GetPackIDOk() (*string, bool)

GetPackIDOk returns a tuple with the PackID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetPackPropagationLabels ¶

func (o *Report) GetPackPropagationLabels() []string

GetPackPropagationLabels returns the PackPropagationLabels field value if set, zero value otherwise.

func (*Report) GetPackPropagationLabelsOk ¶

func (o *Report) GetPackPropagationLabelsOk() (*[]string, bool)

GetPackPropagationLabelsOk returns a tuple with the PackPropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetPaperSize ¶

func (o *Report) GetPaperSize() string

GetPaperSize returns the PaperSize field value if set, zero value otherwise.

func (*Report) GetPaperSizeOk ¶

func (o *Report) GetPaperSizeOk() (*string, bool)

GetPaperSizeOk returns a tuple with the PaperSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetPrevName ¶

func (o *Report) GetPrevName() string

GetPrevName returns the PrevName field value if set, zero value otherwise.

func (*Report) GetPrevNameOk ¶

func (o *Report) GetPrevNameOk() (*string, bool)

GetPrevNameOk returns a tuple with the PrevName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetPrevType ¶

func (o *Report) GetPrevType() string

GetPrevType returns the PrevType field value if set, zero value otherwise.

func (*Report) GetPrevTypeOk ¶

func (o *Report) GetPrevTypeOk() (*string, bool)

GetPrevTypeOk returns a tuple with the PrevType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetPrimaryTerm ¶

func (o *Report) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*Report) GetPrimaryTermOk ¶

func (o *Report) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetPropagationLabels ¶

func (o *Report) GetPropagationLabels() []string

GetPropagationLabels returns the PropagationLabels field value if set, zero value otherwise.

func (*Report) GetPropagationLabelsOk ¶

func (o *Report) GetPropagationLabelsOk() (*[]string, bool)

GetPropagationLabelsOk returns a tuple with the PropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetRecipients ¶

func (o *Report) GetRecipients() []string

GetRecipients returns the Recipients field value if set, zero value otherwise.

func (*Report) GetRecipientsOk ¶

func (o *Report) GetRecipientsOk() (*[]string, bool)

GetRecipientsOk returns a tuple with the Recipients field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetRecurrent ¶

func (o *Report) GetRecurrent() bool

GetRecurrent returns the Recurrent field value if set, zero value otherwise.

func (*Report) GetRecurrentOk ¶

func (o *Report) GetRecurrentOk() (*bool, bool)

GetRecurrentOk returns a tuple with the Recurrent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetReportType ¶

func (o *Report) GetReportType() string

GetReportType returns the ReportType field value if set, zero value otherwise.

func (*Report) GetReportTypeOk ¶

func (o *Report) GetReportTypeOk() (*string, bool)

GetReportTypeOk returns a tuple with the ReportType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetRunOnce ¶

func (o *Report) GetRunOnce() bool

GetRunOnce returns the RunOnce field value if set, zero value otherwise.

func (*Report) GetRunOnceOk ¶

func (o *Report) GetRunOnceOk() (*bool, bool)

GetRunOnceOk returns a tuple with the RunOnce field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetRunningRoles ¶

func (o *Report) GetRunningRoles() []string

GetRunningRoles returns the RunningRoles field value if set, zero value otherwise.

func (*Report) GetRunningRolesOk ¶

func (o *Report) GetRunningRolesOk() (*[]string, bool)

GetRunningRolesOk returns a tuple with the RunningRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetRunningUser ¶

func (o *Report) GetRunningUser() string

GetRunningUser returns the RunningUser field value if set, zero value otherwise.

func (*Report) GetRunningUserOk ¶

func (o *Report) GetRunningUserOk() (*string, bool)

GetRunningUserOk returns a tuple with the RunningUser field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetScheduled ¶

func (o *Report) GetScheduled() bool

GetScheduled returns the Scheduled field value if set, zero value otherwise.

func (*Report) GetScheduledOk ¶

func (o *Report) GetScheduledOk() (*bool, bool)

GetScheduledOk returns a tuple with the Scheduled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetSections ¶

func (o *Report) GetSections() []Section

GetSections returns the Sections field value if set, zero value otherwise.

func (*Report) GetSectionsOk ¶

func (o *Report) GetSectionsOk() (*[]Section, bool)

GetSectionsOk returns a tuple with the Sections field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetSensitive ¶

func (o *Report) GetSensitive() bool

GetSensitive returns the Sensitive field value if set, zero value otherwise.

func (*Report) GetSensitiveOk ¶

func (o *Report) GetSensitiveOk() (*bool, bool)

GetSensitiveOk returns a tuple with the Sensitive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetSequenceNumber ¶

func (o *Report) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*Report) GetSequenceNumberOk ¶

func (o *Report) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetShouldCommit ¶

func (o *Report) GetShouldCommit() bool

GetShouldCommit returns the ShouldCommit field value if set, zero value otherwise.

func (*Report) GetShouldCommitOk ¶

func (o *Report) GetShouldCommitOk() (*bool, bool)

GetShouldCommitOk returns a tuple with the ShouldCommit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetSortValues ¶

func (o *Report) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*Report) GetSortValuesOk ¶

func (o *Report) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetStartDate ¶

func (o *Report) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*Report) GetStartDateOk ¶

func (o *Report) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetSystem ¶

func (o *Report) GetSystem() bool

GetSystem returns the System field value if set, zero value otherwise.

func (*Report) GetSystemOk ¶

func (o *Report) GetSystemOk() (*bool, bool)

GetSystemOk returns a tuple with the System field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetTags ¶

func (o *Report) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*Report) GetTagsOk ¶

func (o *Report) GetTagsOk() (*[]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetTimes ¶

func (o *Report) GetTimes() int64

GetTimes returns the Times field value if set, zero value otherwise.

func (*Report) GetTimesOk ¶

func (o *Report) GetTimesOk() (*int64, bool)

GetTimesOk returns a tuple with the Times field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetTimezone ¶

func (o *Report) GetTimezone() string

GetTimezone returns the Timezone field value if set, zero value otherwise.

func (*Report) GetTimezoneOffset ¶

func (o *Report) GetTimezoneOffset() int64

GetTimezoneOffset returns the TimezoneOffset field value if set, zero value otherwise.

func (*Report) GetTimezoneOffsetOk ¶

func (o *Report) GetTimezoneOffsetOk() (*int64, bool)

GetTimezoneOffsetOk returns a tuple with the TimezoneOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetTimezoneOk ¶

func (o *Report) GetTimezoneOk() (*string, bool)

GetTimezoneOk returns a tuple with the Timezone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetToServerVersion ¶

func (o *Report) GetToServerVersion() string

GetToServerVersion returns the ToServerVersion field value if set, zero value otherwise.

func (*Report) GetToServerVersionOk ¶

func (o *Report) GetToServerVersionOk() (*string, bool)

GetToServerVersionOk returns a tuple with the ToServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetType ¶

func (o *Report) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Report) GetTypeOk ¶

func (o *Report) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetUserAPIKey ¶

func (o *Report) GetUserAPIKey() string

GetUserAPIKey returns the UserAPIKey field value if set, zero value otherwise.

func (*Report) GetUserAPIKeyID ¶

func (o *Report) GetUserAPIKeyID() string

GetUserAPIKeyID returns the UserAPIKeyID field value if set, zero value otherwise.

func (*Report) GetUserAPIKeyIDOk ¶

func (o *Report) GetUserAPIKeyIDOk() (*string, bool)

GetUserAPIKeyIDOk returns a tuple with the UserAPIKeyID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetUserAPIKeyOk ¶

func (o *Report) GetUserAPIKeyOk() (*string, bool)

GetUserAPIKeyOk returns a tuple with the UserAPIKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetVcShouldIgnore ¶

func (o *Report) GetVcShouldIgnore() bool

GetVcShouldIgnore returns the VcShouldIgnore field value if set, zero value otherwise.

func (*Report) GetVcShouldIgnoreOk ¶

func (o *Report) GetVcShouldIgnoreOk() (*bool, bool)

GetVcShouldIgnoreOk returns a tuple with the VcShouldIgnore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetVcShouldKeepItemLegacyProdMachine ¶

func (o *Report) GetVcShouldKeepItemLegacyProdMachine() bool

GetVcShouldKeepItemLegacyProdMachine returns the VcShouldKeepItemLegacyProdMachine field value if set, zero value otherwise.

func (*Report) GetVcShouldKeepItemLegacyProdMachineOk ¶

func (o *Report) GetVcShouldKeepItemLegacyProdMachineOk() (*bool, bool)

GetVcShouldKeepItemLegacyProdMachineOk returns a tuple with the VcShouldKeepItemLegacyProdMachine field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetVersion ¶

func (o *Report) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*Report) GetVersionOk ¶

func (o *Report) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) HasCommitMessage ¶

func (o *Report) HasCommitMessage() bool

HasCommitMessage returns a boolean if a field has been set.

func (*Report) HasCreatedBy ¶

func (o *Report) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

func (*Report) HasCron ¶

func (o *Report) HasCron() bool

HasCron returns a boolean if a field has been set.

func (*Report) HasCronView ¶

func (o *Report) HasCronView() bool

HasCronView returns a boolean if a field has been set.

func (*Report) HasDashboard ¶

func (o *Report) HasDashboard() bool

HasDashboard returns a boolean if a field has been set.

func (*Report) HasDecoder ¶

func (o *Report) HasDecoder() bool

HasDecoder returns a boolean if a field has been set.

func (*Report) HasDescription ¶

func (o *Report) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Report) HasDisableHeader ¶

func (o *Report) HasDisableHeader() bool

HasDisableHeader returns a boolean if a field has been set.

func (*Report) HasEndingDate ¶

func (o *Report) HasEndingDate() bool

HasEndingDate returns a boolean if a field has been set.

func (*Report) HasEndingType ¶

func (o *Report) HasEndingType() bool

HasEndingType returns a boolean if a field has been set.

func (*Report) HasFromServerVersion ¶

func (o *Report) HasFromServerVersion() bool

HasFromServerVersion returns a boolean if a field has been set.

func (*Report) HasHighlight ¶

func (o *Report) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*Report) HasHumanCron ¶

func (o *Report) HasHumanCron() bool

HasHumanCron returns a boolean if a field has been set.

func (*Report) HasId ¶

func (o *Report) HasId() bool

HasId returns a boolean if a field has been set.

func (*Report) HasItemVersion ¶

func (o *Report) HasItemVersion() bool

HasItemVersion returns a boolean if a field has been set.

func (*Report) HasLatestReportName ¶

func (o *Report) HasLatestReportName() bool

HasLatestReportName returns a boolean if a field has been set.

func (*Report) HasLatestReportTime ¶

func (o *Report) HasLatestReportTime() bool

HasLatestReportTime returns a boolean if a field has been set.

func (*Report) HasLatestReportUsername ¶

func (o *Report) HasLatestReportUsername() bool

HasLatestReportUsername returns a boolean if a field has been set.

func (*Report) HasLatestScheduledReportTime ¶

func (o *Report) HasLatestScheduledReportTime() bool

HasLatestScheduledReportTime returns a boolean if a field has been set.

func (*Report) HasLocked ¶

func (o *Report) HasLocked() bool

HasLocked returns a boolean if a field has been set.

func (*Report) HasModified ¶

func (o *Report) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*Report) HasName ¶

func (o *Report) HasName() bool

HasName returns a boolean if a field has been set.

func (*Report) HasNextScheduledTime ¶

func (o *Report) HasNextScheduledTime() bool

HasNextScheduledTime returns a boolean if a field has been set.

func (*Report) HasNumericId ¶

func (o *Report) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*Report) HasOrientation ¶

func (o *Report) HasOrientation() bool

HasOrientation returns a boolean if a field has been set.

func (*Report) HasPackID ¶

func (o *Report) HasPackID() bool

HasPackID returns a boolean if a field has been set.

func (*Report) HasPackPropagationLabels ¶

func (o *Report) HasPackPropagationLabels() bool

HasPackPropagationLabels returns a boolean if a field has been set.

func (*Report) HasPaperSize ¶

func (o *Report) HasPaperSize() bool

HasPaperSize returns a boolean if a field has been set.

func (*Report) HasPrevName ¶

func (o *Report) HasPrevName() bool

HasPrevName returns a boolean if a field has been set.

func (*Report) HasPrevType ¶

func (o *Report) HasPrevType() bool

HasPrevType returns a boolean if a field has been set.

func (*Report) HasPrimaryTerm ¶

func (o *Report) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*Report) HasPropagationLabels ¶

func (o *Report) HasPropagationLabels() bool

HasPropagationLabels returns a boolean if a field has been set.

func (*Report) HasRecipients ¶

func (o *Report) HasRecipients() bool

HasRecipients returns a boolean if a field has been set.

func (*Report) HasRecurrent ¶

func (o *Report) HasRecurrent() bool

HasRecurrent returns a boolean if a field has been set.

func (*Report) HasReportType ¶

func (o *Report) HasReportType() bool

HasReportType returns a boolean if a field has been set.

func (*Report) HasRunOnce ¶

func (o *Report) HasRunOnce() bool

HasRunOnce returns a boolean if a field has been set.

func (*Report) HasRunningRoles ¶

func (o *Report) HasRunningRoles() bool

HasRunningRoles returns a boolean if a field has been set.

func (*Report) HasRunningUser ¶

func (o *Report) HasRunningUser() bool

HasRunningUser returns a boolean if a field has been set.

func (*Report) HasScheduled ¶

func (o *Report) HasScheduled() bool

HasScheduled returns a boolean if a field has been set.

func (*Report) HasSections ¶

func (o *Report) HasSections() bool

HasSections returns a boolean if a field has been set.

func (*Report) HasSensitive ¶

func (o *Report) HasSensitive() bool

HasSensitive returns a boolean if a field has been set.

func (*Report) HasSequenceNumber ¶

func (o *Report) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*Report) HasShouldCommit ¶

func (o *Report) HasShouldCommit() bool

HasShouldCommit returns a boolean if a field has been set.

func (*Report) HasSortValues ¶

func (o *Report) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*Report) HasStartDate ¶

func (o *Report) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*Report) HasSystem ¶

func (o *Report) HasSystem() bool

HasSystem returns a boolean if a field has been set.

func (*Report) HasTags ¶

func (o *Report) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*Report) HasTimes ¶

func (o *Report) HasTimes() bool

HasTimes returns a boolean if a field has been set.

func (*Report) HasTimezone ¶

func (o *Report) HasTimezone() bool

HasTimezone returns a boolean if a field has been set.

func (*Report) HasTimezoneOffset ¶

func (o *Report) HasTimezoneOffset() bool

HasTimezoneOffset returns a boolean if a field has been set.

func (*Report) HasToServerVersion ¶

func (o *Report) HasToServerVersion() bool

HasToServerVersion returns a boolean if a field has been set.

func (*Report) HasType ¶

func (o *Report) HasType() bool

HasType returns a boolean if a field has been set.

func (*Report) HasUserAPIKey ¶

func (o *Report) HasUserAPIKey() bool

HasUserAPIKey returns a boolean if a field has been set.

func (*Report) HasUserAPIKeyID ¶

func (o *Report) HasUserAPIKeyID() bool

HasUserAPIKeyID returns a boolean if a field has been set.

func (*Report) HasVcShouldIgnore ¶

func (o *Report) HasVcShouldIgnore() bool

HasVcShouldIgnore returns a boolean if a field has been set.

func (*Report) HasVcShouldKeepItemLegacyProdMachine ¶

func (o *Report) HasVcShouldKeepItemLegacyProdMachine() bool

HasVcShouldKeepItemLegacyProdMachine returns a boolean if a field has been set.

func (*Report) HasVersion ¶

func (o *Report) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (Report) MarshalJSON ¶

func (o Report) MarshalJSON() ([]byte, error)

func (*Report) SetCommitMessage ¶

func (o *Report) SetCommitMessage(v string)

SetCommitMessage gets a reference to the given string and assigns it to the CommitMessage field.

func (*Report) SetCreatedBy ¶

func (o *Report) SetCreatedBy(v string)

SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.

func (*Report) SetCron ¶

func (o *Report) SetCron(v string)

SetCron gets a reference to the given string and assigns it to the Cron field.

func (*Report) SetCronView ¶

func (o *Report) SetCronView(v bool)

SetCronView gets a reference to the given bool and assigns it to the CronView field.

func (*Report) SetDashboard ¶

func (o *Report) SetDashboard(v Dashboard)

SetDashboard gets a reference to the given Dashboard and assigns it to the Dashboard field.

func (*Report) SetDecoder ¶

func (o *Report) SetDecoder(v map[string]ReportFieldsDecoder)

SetDecoder gets a reference to the given map[string]ReportFieldsDecoder and assigns it to the Decoder field.

func (*Report) SetDescription ¶

func (o *Report) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*Report) SetDisableHeader ¶

func (o *Report) SetDisableHeader(v bool)

SetDisableHeader gets a reference to the given bool and assigns it to the DisableHeader field.

func (*Report) SetEndingDate ¶

func (o *Report) SetEndingDate(v time.Time)

SetEndingDate gets a reference to the given time.Time and assigns it to the EndingDate field.

func (*Report) SetEndingType ¶

func (o *Report) SetEndingType(v string)

SetEndingType gets a reference to the given string and assigns it to the EndingType field.

func (*Report) SetFromServerVersion ¶

func (o *Report) SetFromServerVersion(v string)

SetFromServerVersion gets a reference to the given string and assigns it to the FromServerVersion field.

func (*Report) SetHighlight ¶

func (o *Report) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*Report) SetHumanCron ¶

func (o *Report) SetHumanCron(v HumanCron)

SetHumanCron gets a reference to the given HumanCron and assigns it to the HumanCron field.

func (*Report) SetId ¶

func (o *Report) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Report) SetItemVersion ¶

func (o *Report) SetItemVersion(v string)

SetItemVersion gets a reference to the given string and assigns it to the ItemVersion field.

func (*Report) SetLatestReportName ¶

func (o *Report) SetLatestReportName(v string)

SetLatestReportName gets a reference to the given string and assigns it to the LatestReportName field.

func (*Report) SetLatestReportTime ¶

func (o *Report) SetLatestReportTime(v time.Time)

SetLatestReportTime gets a reference to the given time.Time and assigns it to the LatestReportTime field.

func (*Report) SetLatestReportUsername ¶

func (o *Report) SetLatestReportUsername(v string)

SetLatestReportUsername gets a reference to the given string and assigns it to the LatestReportUsername field.

func (*Report) SetLatestScheduledReportTime ¶

func (o *Report) SetLatestScheduledReportTime(v time.Time)

SetLatestScheduledReportTime gets a reference to the given time.Time and assigns it to the LatestScheduledReportTime field.

func (*Report) SetLocked ¶

func (o *Report) SetLocked(v bool)

SetLocked gets a reference to the given bool and assigns it to the Locked field.

func (*Report) SetModified ¶

func (o *Report) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*Report) SetName ¶

func (o *Report) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*Report) SetNextScheduledTime ¶

func (o *Report) SetNextScheduledTime(v time.Time)

SetNextScheduledTime gets a reference to the given time.Time and assigns it to the NextScheduledTime field.

func (*Report) SetNumericId ¶

func (o *Report) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*Report) SetOrientation ¶

func (o *Report) SetOrientation(v string)

SetOrientation gets a reference to the given string and assigns it to the Orientation field.

func (*Report) SetPackID ¶

func (o *Report) SetPackID(v string)

SetPackID gets a reference to the given string and assigns it to the PackID field.

func (*Report) SetPackPropagationLabels ¶

func (o *Report) SetPackPropagationLabels(v []string)

SetPackPropagationLabels gets a reference to the given []string and assigns it to the PackPropagationLabels field.

func (*Report) SetPaperSize ¶

func (o *Report) SetPaperSize(v string)

SetPaperSize gets a reference to the given string and assigns it to the PaperSize field.

func (*Report) SetPrevName ¶

func (o *Report) SetPrevName(v string)

SetPrevName gets a reference to the given string and assigns it to the PrevName field.

func (*Report) SetPrevType ¶

func (o *Report) SetPrevType(v string)

SetPrevType gets a reference to the given string and assigns it to the PrevType field.

func (*Report) SetPrimaryTerm ¶

func (o *Report) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*Report) SetPropagationLabels ¶

func (o *Report) SetPropagationLabels(v []string)

SetPropagationLabels gets a reference to the given []string and assigns it to the PropagationLabels field.

func (*Report) SetRecipients ¶

func (o *Report) SetRecipients(v []string)

SetRecipients gets a reference to the given []string and assigns it to the Recipients field.

func (*Report) SetRecurrent ¶

func (o *Report) SetRecurrent(v bool)

SetRecurrent gets a reference to the given bool and assigns it to the Recurrent field.

func (*Report) SetReportType ¶

func (o *Report) SetReportType(v string)

SetReportType gets a reference to the given string and assigns it to the ReportType field.

func (*Report) SetRunOnce ¶

func (o *Report) SetRunOnce(v bool)

SetRunOnce gets a reference to the given bool and assigns it to the RunOnce field.

func (*Report) SetRunningRoles ¶

func (o *Report) SetRunningRoles(v []string)

SetRunningRoles gets a reference to the given []string and assigns it to the RunningRoles field.

func (*Report) SetRunningUser ¶

func (o *Report) SetRunningUser(v string)

SetRunningUser gets a reference to the given string and assigns it to the RunningUser field.

func (*Report) SetScheduled ¶

func (o *Report) SetScheduled(v bool)

SetScheduled gets a reference to the given bool and assigns it to the Scheduled field.

func (*Report) SetSections ¶

func (o *Report) SetSections(v []Section)

SetSections gets a reference to the given []Section and assigns it to the Sections field.

func (*Report) SetSensitive ¶

func (o *Report) SetSensitive(v bool)

SetSensitive gets a reference to the given bool and assigns it to the Sensitive field.

func (*Report) SetSequenceNumber ¶

func (o *Report) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*Report) SetShouldCommit ¶

func (o *Report) SetShouldCommit(v bool)

SetShouldCommit gets a reference to the given bool and assigns it to the ShouldCommit field.

func (*Report) SetSortValues ¶

func (o *Report) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*Report) SetStartDate ¶

func (o *Report) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*Report) SetSystem ¶

func (o *Report) SetSystem(v bool)

SetSystem gets a reference to the given bool and assigns it to the System field.

func (*Report) SetTags ¶

func (o *Report) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*Report) SetTimes ¶

func (o *Report) SetTimes(v int64)

SetTimes gets a reference to the given int64 and assigns it to the Times field.

func (*Report) SetTimezone ¶

func (o *Report) SetTimezone(v string)

SetTimezone gets a reference to the given string and assigns it to the Timezone field.

func (*Report) SetTimezoneOffset ¶

func (o *Report) SetTimezoneOffset(v int64)

SetTimezoneOffset gets a reference to the given int64 and assigns it to the TimezoneOffset field.

func (*Report) SetToServerVersion ¶

func (o *Report) SetToServerVersion(v string)

SetToServerVersion gets a reference to the given string and assigns it to the ToServerVersion field.

func (*Report) SetType ¶

func (o *Report) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*Report) SetUserAPIKey ¶

func (o *Report) SetUserAPIKey(v string)

SetUserAPIKey gets a reference to the given string and assigns it to the UserAPIKey field.

func (*Report) SetUserAPIKeyID ¶

func (o *Report) SetUserAPIKeyID(v string)

SetUserAPIKeyID gets a reference to the given string and assigns it to the UserAPIKeyID field.

func (*Report) SetVcShouldIgnore ¶

func (o *Report) SetVcShouldIgnore(v bool)

SetVcShouldIgnore gets a reference to the given bool and assigns it to the VcShouldIgnore field.

func (*Report) SetVcShouldKeepItemLegacyProdMachine ¶

func (o *Report) SetVcShouldKeepItemLegacyProdMachine(v bool)

SetVcShouldKeepItemLegacyProdMachine gets a reference to the given bool and assigns it to the VcShouldKeepItemLegacyProdMachine field.

func (*Report) SetVersion ¶

func (o *Report) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

type ReportAutomation ¶

type ReportAutomation struct {
	// ModuleArgs represents module args
	Args    *map[string]map[string]interface{} `json:"args,omitempty"`
	Id      *string                            `json:"id,omitempty"`
	Name    *string                            `json:"name,omitempty"`
	NoEvent *bool                              `json:"noEvent,omitempty"`
}

ReportAutomation struct for ReportAutomation

func NewReportAutomation ¶

func NewReportAutomation() *ReportAutomation

NewReportAutomation instantiates a new ReportAutomation 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 NewReportAutomationWithDefaults ¶

func NewReportAutomationWithDefaults() *ReportAutomation

NewReportAutomationWithDefaults instantiates a new ReportAutomation 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 (*ReportAutomation) GetArgs ¶

func (o *ReportAutomation) GetArgs() map[string]map[string]interface{}

GetArgs returns the Args field value if set, zero value otherwise.

func (*ReportAutomation) GetArgsOk ¶

func (o *ReportAutomation) GetArgsOk() (*map[string]map[string]interface{}, bool)

GetArgsOk returns a tuple with the Args field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportAutomation) GetId ¶

func (o *ReportAutomation) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ReportAutomation) GetIdOk ¶

func (o *ReportAutomation) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportAutomation) GetName ¶

func (o *ReportAutomation) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ReportAutomation) GetNameOk ¶

func (o *ReportAutomation) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportAutomation) GetNoEvent ¶

func (o *ReportAutomation) GetNoEvent() bool

GetNoEvent returns the NoEvent field value if set, zero value otherwise.

func (*ReportAutomation) GetNoEventOk ¶

func (o *ReportAutomation) GetNoEventOk() (*bool, bool)

GetNoEventOk returns a tuple with the NoEvent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportAutomation) HasArgs ¶

func (o *ReportAutomation) HasArgs() bool

HasArgs returns a boolean if a field has been set.

func (*ReportAutomation) HasId ¶

func (o *ReportAutomation) HasId() bool

HasId returns a boolean if a field has been set.

func (*ReportAutomation) HasName ¶

func (o *ReportAutomation) HasName() bool

HasName returns a boolean if a field has been set.

func (*ReportAutomation) HasNoEvent ¶

func (o *ReportAutomation) HasNoEvent() bool

HasNoEvent returns a boolean if a field has been set.

func (ReportAutomation) MarshalJSON ¶

func (o ReportAutomation) MarshalJSON() ([]byte, error)

func (*ReportAutomation) SetArgs ¶

func (o *ReportAutomation) SetArgs(v map[string]map[string]interface{})

SetArgs gets a reference to the given map[string]map[string]interface{} and assigns it to the Args field.

func (*ReportAutomation) SetId ¶

func (o *ReportAutomation) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ReportAutomation) SetName ¶

func (o *ReportAutomation) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ReportAutomation) SetNoEvent ¶

func (o *ReportAutomation) SetNoEvent(v bool)

SetNoEvent gets a reference to the given bool and assigns it to the NoEvent field.

type ReportFieldsDecoder ¶

type ReportFieldsDecoder struct {
	Type  *string `json:"type,omitempty"`
	Value *string `json:"value,omitempty"`
}

ReportFieldsDecoder struct for ReportFieldsDecoder

func NewReportFieldsDecoder ¶

func NewReportFieldsDecoder() *ReportFieldsDecoder

NewReportFieldsDecoder instantiates a new ReportFieldsDecoder 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 NewReportFieldsDecoderWithDefaults ¶

func NewReportFieldsDecoderWithDefaults() *ReportFieldsDecoder

NewReportFieldsDecoderWithDefaults instantiates a new ReportFieldsDecoder 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 (*ReportFieldsDecoder) GetType ¶

func (o *ReportFieldsDecoder) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ReportFieldsDecoder) GetTypeOk ¶

func (o *ReportFieldsDecoder) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportFieldsDecoder) GetValue ¶

func (o *ReportFieldsDecoder) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*ReportFieldsDecoder) GetValueOk ¶

func (o *ReportFieldsDecoder) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportFieldsDecoder) HasType ¶

func (o *ReportFieldsDecoder) HasType() bool

HasType returns a boolean if a field has been set.

func (*ReportFieldsDecoder) HasValue ¶

func (o *ReportFieldsDecoder) HasValue() bool

HasValue returns a boolean if a field has been set.

func (ReportFieldsDecoder) MarshalJSON ¶

func (o ReportFieldsDecoder) MarshalJSON() ([]byte, error)

func (*ReportFieldsDecoder) SetType ¶

func (o *ReportFieldsDecoder) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*ReportFieldsDecoder) SetValue ¶

func (o *ReportFieldsDecoder) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

type ReportQuery ¶

type ReportQuery struct {
	// CustomGroups - a custom group for each group-by element
	CustomGroupBy *[]map[string]CustomGroup `json:"customGroupBy,omitempty"`
	Filter        *map[string]interface{}   `json:"filter,omitempty"`
	GroupBy       *[]string                 `json:"groupBy,omitempty"`
	Keys          *[]string                 `json:"keys,omitempty"`
	Type          *string                   `json:"type,omitempty"`
}

ReportQuery struct for ReportQuery

func NewReportQuery ¶

func NewReportQuery() *ReportQuery

NewReportQuery instantiates a new ReportQuery 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 NewReportQueryWithDefaults ¶

func NewReportQueryWithDefaults() *ReportQuery

NewReportQueryWithDefaults instantiates a new ReportQuery 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 (*ReportQuery) GetCustomGroupBy ¶

func (o *ReportQuery) GetCustomGroupBy() []map[string]CustomGroup

GetCustomGroupBy returns the CustomGroupBy field value if set, zero value otherwise.

func (*ReportQuery) GetCustomGroupByOk ¶

func (o *ReportQuery) GetCustomGroupByOk() (*[]map[string]CustomGroup, bool)

GetCustomGroupByOk returns a tuple with the CustomGroupBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportQuery) GetFilter ¶

func (o *ReportQuery) GetFilter() map[string]interface{}

GetFilter returns the Filter field value if set, zero value otherwise.

func (*ReportQuery) GetFilterOk ¶

func (o *ReportQuery) GetFilterOk() (*map[string]interface{}, bool)

GetFilterOk returns a tuple with the Filter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportQuery) GetGroupBy ¶

func (o *ReportQuery) GetGroupBy() []string

GetGroupBy returns the GroupBy field value if set, zero value otherwise.

func (*ReportQuery) GetGroupByOk ¶

func (o *ReportQuery) GetGroupByOk() (*[]string, bool)

GetGroupByOk returns a tuple with the GroupBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportQuery) GetKeys ¶

func (o *ReportQuery) GetKeys() []string

GetKeys returns the Keys field value if set, zero value otherwise.

func (*ReportQuery) GetKeysOk ¶

func (o *ReportQuery) GetKeysOk() (*[]string, bool)

GetKeysOk returns a tuple with the Keys field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportQuery) GetType ¶

func (o *ReportQuery) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ReportQuery) GetTypeOk ¶

func (o *ReportQuery) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportQuery) HasCustomGroupBy ¶

func (o *ReportQuery) HasCustomGroupBy() bool

HasCustomGroupBy returns a boolean if a field has been set.

func (*ReportQuery) HasFilter ¶

func (o *ReportQuery) HasFilter() bool

HasFilter returns a boolean if a field has been set.

func (*ReportQuery) HasGroupBy ¶

func (o *ReportQuery) HasGroupBy() bool

HasGroupBy returns a boolean if a field has been set.

func (*ReportQuery) HasKeys ¶

func (o *ReportQuery) HasKeys() bool

HasKeys returns a boolean if a field has been set.

func (*ReportQuery) HasType ¶

func (o *ReportQuery) HasType() bool

HasType returns a boolean if a field has been set.

func (ReportQuery) MarshalJSON ¶

func (o ReportQuery) MarshalJSON() ([]byte, error)

func (*ReportQuery) SetCustomGroupBy ¶

func (o *ReportQuery) SetCustomGroupBy(v []map[string]CustomGroup)

SetCustomGroupBy gets a reference to the given []map[string]CustomGroup and assigns it to the CustomGroupBy field.

func (*ReportQuery) SetFilter ¶

func (o *ReportQuery) SetFilter(v map[string]interface{})

SetFilter gets a reference to the given map[string]interface{} and assigns it to the Filter field.

func (*ReportQuery) SetGroupBy ¶

func (o *ReportQuery) SetGroupBy(v []string)

SetGroupBy gets a reference to the given []string and assigns it to the GroupBy field.

func (*ReportQuery) SetKeys ¶

func (o *ReportQuery) SetKeys(v []string)

SetKeys gets a reference to the given []string and assigns it to the Keys field.

func (*ReportQuery) SetType ¶

func (o *ReportQuery) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type ReputationData ¶

type ReputationData struct {
	RawTerm      *string `json:"rawTerm,omitempty"`
	Reputation   *int64  `json:"reputation,omitempty"`
	ReputationId *string `json:"reputationId,omitempty"`
	Term         *string `json:"term,omitempty"`
}

ReputationData ReputationData holds the reputation data (reputation, regex, highlights result)

func NewReputationData ¶

func NewReputationData() *ReputationData

NewReputationData instantiates a new ReputationData 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 NewReputationDataWithDefaults ¶

func NewReputationDataWithDefaults() *ReputationData

NewReputationDataWithDefaults instantiates a new ReputationData 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 (*ReputationData) GetRawTerm ¶

func (o *ReputationData) GetRawTerm() string

GetRawTerm returns the RawTerm field value if set, zero value otherwise.

func (*ReputationData) GetRawTermOk ¶

func (o *ReputationData) GetRawTermOk() (*string, bool)

GetRawTermOk returns a tuple with the RawTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReputationData) GetReputation ¶

func (o *ReputationData) GetReputation() int64

GetReputation returns the Reputation field value if set, zero value otherwise.

func (*ReputationData) GetReputationId ¶

func (o *ReputationData) GetReputationId() string

GetReputationId returns the ReputationId field value if set, zero value otherwise.

func (*ReputationData) GetReputationIdOk ¶

func (o *ReputationData) GetReputationIdOk() (*string, bool)

GetReputationIdOk returns a tuple with the ReputationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReputationData) GetReputationOk ¶

func (o *ReputationData) GetReputationOk() (*int64, bool)

GetReputationOk returns a tuple with the Reputation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReputationData) GetTerm ¶

func (o *ReputationData) GetTerm() string

GetTerm returns the Term field value if set, zero value otherwise.

func (*ReputationData) GetTermOk ¶

func (o *ReputationData) GetTermOk() (*string, bool)

GetTermOk returns a tuple with the Term field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReputationData) HasRawTerm ¶

func (o *ReputationData) HasRawTerm() bool

HasRawTerm returns a boolean if a field has been set.

func (*ReputationData) HasReputation ¶

func (o *ReputationData) HasReputation() bool

HasReputation returns a boolean if a field has been set.

func (*ReputationData) HasReputationId ¶

func (o *ReputationData) HasReputationId() bool

HasReputationId returns a boolean if a field has been set.

func (*ReputationData) HasTerm ¶

func (o *ReputationData) HasTerm() bool

HasTerm returns a boolean if a field has been set.

func (ReputationData) MarshalJSON ¶

func (o ReputationData) MarshalJSON() ([]byte, error)

func (*ReputationData) SetRawTerm ¶

func (o *ReputationData) SetRawTerm(v string)

SetRawTerm gets a reference to the given string and assigns it to the RawTerm field.

func (*ReputationData) SetReputation ¶

func (o *ReputationData) SetReputation(v int64)

SetReputation gets a reference to the given int64 and assigns it to the Reputation field.

func (*ReputationData) SetReputationId ¶

func (o *ReputationData) SetReputationId(v string)

SetReputationId gets a reference to the given string and assigns it to the ReputationId field.

func (*ReputationData) SetTerm ¶

func (o *ReputationData) SetTerm(v string)

SetTerm gets a reference to the given string and assigns it to the Term field.

type RolesAndPropagationLabelsWrapper ¶

type RolesAndPropagationLabelsWrapper struct {
	AccUsers           *[]RolesAndPropagationLabelsWrapperAccUsers `json:"accUsers,omitempty"`
	Guid               *string                                     `json:"guid,omitempty"`
	Id                 *string                                     `json:"id,omitempty"`
	IncidentsCount     *int32                                      `json:"incidentsCount,omitempty"`
	InvestigationCount *int32                                      `json:"investigationCount,omitempty"`
	Name               *string                                     `json:"name,omitempty"`
	Roles              *[]map[string]interface{}                   `json:"roles,omitempty"`
	ServerPublic       *string                                     `json:"serverPublic,omitempty"`
	Status             *string                                     `json:"status,omitempty"`
	Users              *[]map[string]interface{}                   `json:"users,omitempty"`
}

RolesAndPropagationLabelsWrapper struct for RolesAndPropagationLabelsWrapper

func NewRolesAndPropagationLabelsWrapper ¶

func NewRolesAndPropagationLabelsWrapper() *RolesAndPropagationLabelsWrapper

NewRolesAndPropagationLabelsWrapper instantiates a new RolesAndPropagationLabelsWrapper 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 NewRolesAndPropagationLabelsWrapperWithDefaults ¶

func NewRolesAndPropagationLabelsWrapperWithDefaults() *RolesAndPropagationLabelsWrapper

NewRolesAndPropagationLabelsWrapperWithDefaults instantiates a new RolesAndPropagationLabelsWrapper 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 (*RolesAndPropagationLabelsWrapper) GetAccUsers ¶

GetAccUsers returns the AccUsers field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapper) GetAccUsersOk ¶

GetAccUsersOk returns a tuple with the AccUsers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapper) GetGuid ¶

GetGuid returns the Guid field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapper) GetGuidOk ¶

func (o *RolesAndPropagationLabelsWrapper) GetGuidOk() (*string, bool)

GetGuidOk returns a tuple with the Guid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapper) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapper) GetIdOk ¶

func (o *RolesAndPropagationLabelsWrapper) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapper) GetIncidentsCount ¶

func (o *RolesAndPropagationLabelsWrapper) GetIncidentsCount() int32

GetIncidentsCount returns the IncidentsCount field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapper) GetIncidentsCountOk ¶

func (o *RolesAndPropagationLabelsWrapper) GetIncidentsCountOk() (*int32, bool)

GetIncidentsCountOk returns a tuple with the IncidentsCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapper) GetInvestigationCount ¶

func (o *RolesAndPropagationLabelsWrapper) GetInvestigationCount() int32

GetInvestigationCount returns the InvestigationCount field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapper) GetInvestigationCountOk ¶

func (o *RolesAndPropagationLabelsWrapper) GetInvestigationCountOk() (*int32, bool)

GetInvestigationCountOk returns a tuple with the InvestigationCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapper) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapper) GetNameOk ¶

func (o *RolesAndPropagationLabelsWrapper) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapper) GetRoles ¶

func (o *RolesAndPropagationLabelsWrapper) GetRoles() []map[string]interface{}

GetRoles returns the Roles field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapper) GetRolesOk ¶

func (o *RolesAndPropagationLabelsWrapper) GetRolesOk() (*[]map[string]interface{}, bool)

GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapper) GetServerPublic ¶

func (o *RolesAndPropagationLabelsWrapper) GetServerPublic() string

GetServerPublic returns the ServerPublic field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapper) GetServerPublicOk ¶

func (o *RolesAndPropagationLabelsWrapper) GetServerPublicOk() (*string, bool)

GetServerPublicOk returns a tuple with the ServerPublic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapper) GetStatus ¶

GetStatus returns the Status field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapper) GetStatusOk ¶

func (o *RolesAndPropagationLabelsWrapper) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapper) GetUsers ¶

func (o *RolesAndPropagationLabelsWrapper) GetUsers() []map[string]interface{}

GetUsers returns the Users field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapper) GetUsersOk ¶

func (o *RolesAndPropagationLabelsWrapper) GetUsersOk() (*[]map[string]interface{}, bool)

GetUsersOk returns a tuple with the Users field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapper) HasAccUsers ¶

func (o *RolesAndPropagationLabelsWrapper) HasAccUsers() bool

HasAccUsers returns a boolean if a field has been set.

func (*RolesAndPropagationLabelsWrapper) HasGuid ¶

HasGuid returns a boolean if a field has been set.

func (*RolesAndPropagationLabelsWrapper) HasId ¶

HasId returns a boolean if a field has been set.

func (*RolesAndPropagationLabelsWrapper) HasIncidentsCount ¶

func (o *RolesAndPropagationLabelsWrapper) HasIncidentsCount() bool

HasIncidentsCount returns a boolean if a field has been set.

func (*RolesAndPropagationLabelsWrapper) HasInvestigationCount ¶

func (o *RolesAndPropagationLabelsWrapper) HasInvestigationCount() bool

HasInvestigationCount returns a boolean if a field has been set.

func (*RolesAndPropagationLabelsWrapper) HasName ¶

HasName returns a boolean if a field has been set.

func (*RolesAndPropagationLabelsWrapper) HasRoles ¶

func (o *RolesAndPropagationLabelsWrapper) HasRoles() bool

HasRoles returns a boolean if a field has been set.

func (*RolesAndPropagationLabelsWrapper) HasServerPublic ¶

func (o *RolesAndPropagationLabelsWrapper) HasServerPublic() bool

HasServerPublic returns a boolean if a field has been set.

func (*RolesAndPropagationLabelsWrapper) HasStatus ¶

func (o *RolesAndPropagationLabelsWrapper) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*RolesAndPropagationLabelsWrapper) HasUsers ¶

func (o *RolesAndPropagationLabelsWrapper) HasUsers() bool

HasUsers returns a boolean if a field has been set.

func (RolesAndPropagationLabelsWrapper) MarshalJSON ¶

func (o RolesAndPropagationLabelsWrapper) MarshalJSON() ([]byte, error)

func (*RolesAndPropagationLabelsWrapper) SetAccUsers ¶

SetAccUsers gets a reference to the given []RolesAndPropagationLabelsWrapperAccUsers and assigns it to the AccUsers field.

func (*RolesAndPropagationLabelsWrapper) SetGuid ¶

SetGuid gets a reference to the given string and assigns it to the Guid field.

func (*RolesAndPropagationLabelsWrapper) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*RolesAndPropagationLabelsWrapper) SetIncidentsCount ¶

func (o *RolesAndPropagationLabelsWrapper) SetIncidentsCount(v int32)

SetIncidentsCount gets a reference to the given int32 and assigns it to the IncidentsCount field.

func (*RolesAndPropagationLabelsWrapper) SetInvestigationCount ¶

func (o *RolesAndPropagationLabelsWrapper) SetInvestigationCount(v int32)

SetInvestigationCount gets a reference to the given int32 and assigns it to the InvestigationCount field.

func (*RolesAndPropagationLabelsWrapper) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*RolesAndPropagationLabelsWrapper) SetRoles ¶

func (o *RolesAndPropagationLabelsWrapper) SetRoles(v []map[string]interface{})

SetRoles gets a reference to the given []map[string]interface{} and assigns it to the Roles field.

func (*RolesAndPropagationLabelsWrapper) SetServerPublic ¶

func (o *RolesAndPropagationLabelsWrapper) SetServerPublic(v string)

SetServerPublic gets a reference to the given string and assigns it to the ServerPublic field.

func (*RolesAndPropagationLabelsWrapper) SetStatus ¶

func (o *RolesAndPropagationLabelsWrapper) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*RolesAndPropagationLabelsWrapper) SetUsers ¶

func (o *RolesAndPropagationLabelsWrapper) SetUsers(v []map[string]interface{})

SetUsers gets a reference to the given []map[string]interface{} and assigns it to the Users field.

type RolesAndPropagationLabelsWrapperAccUsers ¶

type RolesAndPropagationLabelsWrapperAccUsers struct {
	AccUser           *bool                                  `json:"accUser,omitempty"`
	DefaultAdmin      *bool                                  `json:"defaultAdmin,omitempty"`
	Disabled          *bool                                  `json:"disabled,omitempty"`
	Email             *string                                `json:"email,omitempty"`
	Id                *string                                `json:"id,omitempty"`
	IsLocked          *bool                                  `json:"isLocked,omitempty"`
	LastLogin         *time.Time                             `json:"lastLogin,omitempty"`
	Name              *string                                `json:"name,omitempty"`
	Phone             *string                                `json:"phone,omitempty"`
	PlaygroundCleared *bool                                  `json:"playgroundCleared,omitempty"`
	PlaygroundId      *string                                `json:"playgroundId,omitempty"`
	ReadOnly          *bool                                  `json:"readOnly,omitempty"`
	Roles             *RolesAndPropagationLabelsWrapperRoles `json:"roles,omitempty"`
	UserType          *string                                `json:"userType,omitempty"`
	Username          *string                                `json:"username,omitempty"`
}

RolesAndPropagationLabelsWrapperAccUsers struct for RolesAndPropagationLabelsWrapperAccUsers

func NewRolesAndPropagationLabelsWrapperAccUsers ¶

func NewRolesAndPropagationLabelsWrapperAccUsers() *RolesAndPropagationLabelsWrapperAccUsers

NewRolesAndPropagationLabelsWrapperAccUsers instantiates a new RolesAndPropagationLabelsWrapperAccUsers 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 NewRolesAndPropagationLabelsWrapperAccUsersWithDefaults ¶

func NewRolesAndPropagationLabelsWrapperAccUsersWithDefaults() *RolesAndPropagationLabelsWrapperAccUsers

NewRolesAndPropagationLabelsWrapperAccUsersWithDefaults instantiates a new RolesAndPropagationLabelsWrapperAccUsers 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 (*RolesAndPropagationLabelsWrapperAccUsers) GetAccUser ¶

GetAccUser returns the AccUser field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetAccUserOk ¶

func (o *RolesAndPropagationLabelsWrapperAccUsers) GetAccUserOk() (*bool, bool)

GetAccUserOk returns a tuple with the AccUser field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetDefaultAdmin ¶

func (o *RolesAndPropagationLabelsWrapperAccUsers) GetDefaultAdmin() bool

GetDefaultAdmin returns the DefaultAdmin field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetDefaultAdminOk ¶

func (o *RolesAndPropagationLabelsWrapperAccUsers) GetDefaultAdminOk() (*bool, bool)

GetDefaultAdminOk returns a tuple with the DefaultAdmin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetDisabled ¶

GetDisabled returns the Disabled field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetDisabledOk ¶

func (o *RolesAndPropagationLabelsWrapperAccUsers) GetDisabledOk() (*bool, bool)

GetDisabledOk returns a tuple with the Disabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetEmail ¶

GetEmail returns the Email field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetEmailOk ¶

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetIsLocked ¶

GetIsLocked returns the IsLocked field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetIsLockedOk ¶

func (o *RolesAndPropagationLabelsWrapperAccUsers) GetIsLockedOk() (*bool, bool)

GetIsLockedOk returns a tuple with the IsLocked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetLastLogin ¶

GetLastLogin returns the LastLogin field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetLastLoginOk ¶

func (o *RolesAndPropagationLabelsWrapperAccUsers) GetLastLoginOk() (*time.Time, bool)

GetLastLoginOk returns a tuple with the LastLogin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetPhone ¶

GetPhone returns the Phone field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetPhoneOk ¶

GetPhoneOk returns a tuple with the Phone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetPlaygroundCleared ¶

func (o *RolesAndPropagationLabelsWrapperAccUsers) GetPlaygroundCleared() bool

GetPlaygroundCleared returns the PlaygroundCleared field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetPlaygroundClearedOk ¶

func (o *RolesAndPropagationLabelsWrapperAccUsers) GetPlaygroundClearedOk() (*bool, bool)

GetPlaygroundClearedOk returns a tuple with the PlaygroundCleared field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetPlaygroundId ¶

func (o *RolesAndPropagationLabelsWrapperAccUsers) GetPlaygroundId() string

GetPlaygroundId returns the PlaygroundId field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetPlaygroundIdOk ¶

func (o *RolesAndPropagationLabelsWrapperAccUsers) GetPlaygroundIdOk() (*string, bool)

GetPlaygroundIdOk returns a tuple with the PlaygroundId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetReadOnly ¶

GetReadOnly returns the ReadOnly field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetReadOnlyOk ¶

func (o *RolesAndPropagationLabelsWrapperAccUsers) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetRoles ¶

GetRoles returns the Roles field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetRolesOk ¶

GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetUserType ¶

GetUserType returns the UserType field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetUserTypeOk ¶

func (o *RolesAndPropagationLabelsWrapperAccUsers) GetUserTypeOk() (*string, bool)

GetUserTypeOk returns a tuple with the UserType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetUsername ¶

GetUsername returns the Username field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapperAccUsers) GetUsernameOk ¶

func (o *RolesAndPropagationLabelsWrapperAccUsers) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) HasAccUser ¶

HasAccUser returns a boolean if a field has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) HasDefaultAdmin ¶

func (o *RolesAndPropagationLabelsWrapperAccUsers) HasDefaultAdmin() bool

HasDefaultAdmin returns a boolean if a field has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) HasDisabled ¶

HasDisabled returns a boolean if a field has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) HasEmail ¶

HasEmail returns a boolean if a field has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) HasId ¶

HasId returns a boolean if a field has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) HasIsLocked ¶

HasIsLocked returns a boolean if a field has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) HasLastLogin ¶

HasLastLogin returns a boolean if a field has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) HasName ¶

HasName returns a boolean if a field has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) HasPhone ¶

HasPhone returns a boolean if a field has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) HasPlaygroundCleared ¶

func (o *RolesAndPropagationLabelsWrapperAccUsers) HasPlaygroundCleared() bool

HasPlaygroundCleared returns a boolean if a field has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) HasPlaygroundId ¶

func (o *RolesAndPropagationLabelsWrapperAccUsers) HasPlaygroundId() bool

HasPlaygroundId returns a boolean if a field has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) HasReadOnly ¶

HasReadOnly returns a boolean if a field has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) HasRoles ¶

HasRoles returns a boolean if a field has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) HasUserType ¶

HasUserType returns a boolean if a field has been set.

func (*RolesAndPropagationLabelsWrapperAccUsers) HasUsername ¶

HasUsername returns a boolean if a field has been set.

func (RolesAndPropagationLabelsWrapperAccUsers) MarshalJSON ¶

func (*RolesAndPropagationLabelsWrapperAccUsers) SetAccUser ¶

SetAccUser gets a reference to the given bool and assigns it to the AccUser field.

func (*RolesAndPropagationLabelsWrapperAccUsers) SetDefaultAdmin ¶

func (o *RolesAndPropagationLabelsWrapperAccUsers) SetDefaultAdmin(v bool)

SetDefaultAdmin gets a reference to the given bool and assigns it to the DefaultAdmin field.

func (*RolesAndPropagationLabelsWrapperAccUsers) SetDisabled ¶

SetDisabled gets a reference to the given bool and assigns it to the Disabled field.

func (*RolesAndPropagationLabelsWrapperAccUsers) SetEmail ¶

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*RolesAndPropagationLabelsWrapperAccUsers) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*RolesAndPropagationLabelsWrapperAccUsers) SetIsLocked ¶

SetIsLocked gets a reference to the given bool and assigns it to the IsLocked field.

func (*RolesAndPropagationLabelsWrapperAccUsers) SetLastLogin ¶

SetLastLogin gets a reference to the given time.Time and assigns it to the LastLogin field.

func (*RolesAndPropagationLabelsWrapperAccUsers) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*RolesAndPropagationLabelsWrapperAccUsers) SetPhone ¶

SetPhone gets a reference to the given string and assigns it to the Phone field.

func (*RolesAndPropagationLabelsWrapperAccUsers) SetPlaygroundCleared ¶

func (o *RolesAndPropagationLabelsWrapperAccUsers) SetPlaygroundCleared(v bool)

SetPlaygroundCleared gets a reference to the given bool and assigns it to the PlaygroundCleared field.

func (*RolesAndPropagationLabelsWrapperAccUsers) SetPlaygroundId ¶

func (o *RolesAndPropagationLabelsWrapperAccUsers) SetPlaygroundId(v string)

SetPlaygroundId gets a reference to the given string and assigns it to the PlaygroundId field.

func (*RolesAndPropagationLabelsWrapperAccUsers) SetReadOnly ¶

SetReadOnly gets a reference to the given bool and assigns it to the ReadOnly field.

func (*RolesAndPropagationLabelsWrapperAccUsers) SetRoles ¶

SetRoles gets a reference to the given RolesAndPropagationLabelsWrapperRoles and assigns it to the Roles field.

func (*RolesAndPropagationLabelsWrapperAccUsers) SetUserType ¶

SetUserType gets a reference to the given string and assigns it to the UserType field.

func (*RolesAndPropagationLabelsWrapperAccUsers) SetUsername ¶

SetUsername gets a reference to the given string and assigns it to the Username field.

type RolesAndPropagationLabelsWrapperRoles ¶

type RolesAndPropagationLabelsWrapperRoles struct {
	Demisto *[]string `json:"demisto,omitempty"`
}

RolesAndPropagationLabelsWrapperRoles struct for RolesAndPropagationLabelsWrapperRoles

func NewRolesAndPropagationLabelsWrapperRoles ¶

func NewRolesAndPropagationLabelsWrapperRoles() *RolesAndPropagationLabelsWrapperRoles

NewRolesAndPropagationLabelsWrapperRoles instantiates a new RolesAndPropagationLabelsWrapperRoles 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 NewRolesAndPropagationLabelsWrapperRolesWithDefaults ¶

func NewRolesAndPropagationLabelsWrapperRolesWithDefaults() *RolesAndPropagationLabelsWrapperRoles

NewRolesAndPropagationLabelsWrapperRolesWithDefaults instantiates a new RolesAndPropagationLabelsWrapperRoles 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 (*RolesAndPropagationLabelsWrapperRoles) GetDemisto ¶

GetDemisto returns the Demisto field value if set, zero value otherwise.

func (*RolesAndPropagationLabelsWrapperRoles) GetDemistoOk ¶

func (o *RolesAndPropagationLabelsWrapperRoles) GetDemistoOk() (*[]string, bool)

GetDemistoOk returns a tuple with the Demisto field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolesAndPropagationLabelsWrapperRoles) HasDemisto ¶

HasDemisto returns a boolean if a field has been set.

func (RolesAndPropagationLabelsWrapperRoles) MarshalJSON ¶

func (o RolesAndPropagationLabelsWrapperRoles) MarshalJSON() ([]byte, error)

func (*RolesAndPropagationLabelsWrapperRoles) SetDemisto ¶

func (o *RolesAndPropagationLabelsWrapperRoles) SetDemisto(v []string)

SetDemisto gets a reference to the given []string and assigns it to the Demisto field.

type SLA ¶

type SLA struct {
	Days  *int64 `json:"days,omitempty"`
	Hours *int64 `json:"hours,omitempty"`
	Weeks *int64 `json:"weeks,omitempty"`
}

SLA struct for SLA

func NewSLA ¶

func NewSLA() *SLA

NewSLA instantiates a new SLA 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 NewSLAWithDefaults ¶

func NewSLAWithDefaults() *SLA

NewSLAWithDefaults instantiates a new SLA 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 (*SLA) GetDays ¶

func (o *SLA) GetDays() int64

GetDays returns the Days field value if set, zero value otherwise.

func (*SLA) GetDaysOk ¶

func (o *SLA) GetDaysOk() (*int64, bool)

GetDaysOk returns a tuple with the Days field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SLA) GetHours ¶

func (o *SLA) GetHours() int64

GetHours returns the Hours field value if set, zero value otherwise.

func (*SLA) GetHoursOk ¶

func (o *SLA) GetHoursOk() (*int64, bool)

GetHoursOk returns a tuple with the Hours field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SLA) GetWeeks ¶

func (o *SLA) GetWeeks() int64

GetWeeks returns the Weeks field value if set, zero value otherwise.

func (*SLA) GetWeeksOk ¶

func (o *SLA) GetWeeksOk() (*int64, bool)

GetWeeksOk returns a tuple with the Weeks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SLA) HasDays ¶

func (o *SLA) HasDays() bool

HasDays returns a boolean if a field has been set.

func (*SLA) HasHours ¶

func (o *SLA) HasHours() bool

HasHours returns a boolean if a field has been set.

func (*SLA) HasWeeks ¶

func (o *SLA) HasWeeks() bool

HasWeeks returns a boolean if a field has been set.

func (SLA) MarshalJSON ¶

func (o SLA) MarshalJSON() ([]byte, error)

func (*SLA) SetDays ¶

func (o *SLA) SetDays(v int64)

SetDays gets a reference to the given int64 and assigns it to the Days field.

func (*SLA) SetHours ¶

func (o *SLA) SetHours(v int64)

SetHours gets a reference to the given int64 and assigns it to the Hours field.

func (*SLA) SetWeeks ¶

func (o *SLA) SetWeeks(v int64)

SetWeeks gets a reference to the given int64 and assigns it to the Weeks field.

type Schedule ¶

type Schedule struct {
	Cron       *string    `json:"cron,omitempty"`
	CronView   *bool      `json:"cronView,omitempty"`
	EndingDate *time.Time `json:"endingDate,omitempty"`
	// EndingType holds the type of schedule Ending
	EndingType *string    `json:"endingType,omitempty"`
	HumanCron  *HumanCron `json:"humanCron,omitempty"`
	Recurrent  *bool      `json:"recurrent,omitempty"`
	// is it scheduled
	Scheduled      *bool      `json:"scheduled,omitempty"`
	StartDate      *time.Time `json:"startDate,omitempty"`
	Times          *int64     `json:"times,omitempty"`
	Timezone       *string    `json:"timezone,omitempty"`
	TimezoneOffset *int64     `json:"timezoneOffset,omitempty"`
}

Schedule struct for Schedule

func NewSchedule ¶

func NewSchedule() *Schedule

NewSchedule instantiates a new Schedule 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 NewScheduleWithDefaults ¶

func NewScheduleWithDefaults() *Schedule

NewScheduleWithDefaults instantiates a new Schedule 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 (*Schedule) GetCron ¶

func (o *Schedule) GetCron() string

GetCron returns the Cron field value if set, zero value otherwise.

func (*Schedule) GetCronOk ¶

func (o *Schedule) GetCronOk() (*string, bool)

GetCronOk returns a tuple with the Cron field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Schedule) GetCronView ¶

func (o *Schedule) GetCronView() bool

GetCronView returns the CronView field value if set, zero value otherwise.

func (*Schedule) GetCronViewOk ¶

func (o *Schedule) GetCronViewOk() (*bool, bool)

GetCronViewOk returns a tuple with the CronView field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Schedule) GetEndingDate ¶

func (o *Schedule) GetEndingDate() time.Time

GetEndingDate returns the EndingDate field value if set, zero value otherwise.

func (*Schedule) GetEndingDateOk ¶

func (o *Schedule) GetEndingDateOk() (*time.Time, bool)

GetEndingDateOk returns a tuple with the EndingDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Schedule) GetEndingType ¶

func (o *Schedule) GetEndingType() string

GetEndingType returns the EndingType field value if set, zero value otherwise.

func (*Schedule) GetEndingTypeOk ¶

func (o *Schedule) GetEndingTypeOk() (*string, bool)

GetEndingTypeOk returns a tuple with the EndingType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Schedule) GetHumanCron ¶

func (o *Schedule) GetHumanCron() HumanCron

GetHumanCron returns the HumanCron field value if set, zero value otherwise.

func (*Schedule) GetHumanCronOk ¶

func (o *Schedule) GetHumanCronOk() (*HumanCron, bool)

GetHumanCronOk returns a tuple with the HumanCron field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Schedule) GetRecurrent ¶

func (o *Schedule) GetRecurrent() bool

GetRecurrent returns the Recurrent field value if set, zero value otherwise.

func (*Schedule) GetRecurrentOk ¶

func (o *Schedule) GetRecurrentOk() (*bool, bool)

GetRecurrentOk returns a tuple with the Recurrent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Schedule) GetScheduled ¶

func (o *Schedule) GetScheduled() bool

GetScheduled returns the Scheduled field value if set, zero value otherwise.

func (*Schedule) GetScheduledOk ¶

func (o *Schedule) GetScheduledOk() (*bool, bool)

GetScheduledOk returns a tuple with the Scheduled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Schedule) GetStartDate ¶

func (o *Schedule) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*Schedule) GetStartDateOk ¶

func (o *Schedule) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Schedule) GetTimes ¶

func (o *Schedule) GetTimes() int64

GetTimes returns the Times field value if set, zero value otherwise.

func (*Schedule) GetTimesOk ¶

func (o *Schedule) GetTimesOk() (*int64, bool)

GetTimesOk returns a tuple with the Times field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Schedule) GetTimezone ¶

func (o *Schedule) GetTimezone() string

GetTimezone returns the Timezone field value if set, zero value otherwise.

func (*Schedule) GetTimezoneOffset ¶

func (o *Schedule) GetTimezoneOffset() int64

GetTimezoneOffset returns the TimezoneOffset field value if set, zero value otherwise.

func (*Schedule) GetTimezoneOffsetOk ¶

func (o *Schedule) GetTimezoneOffsetOk() (*int64, bool)

GetTimezoneOffsetOk returns a tuple with the TimezoneOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Schedule) GetTimezoneOk ¶

func (o *Schedule) GetTimezoneOk() (*string, bool)

GetTimezoneOk returns a tuple with the Timezone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Schedule) HasCron ¶

func (o *Schedule) HasCron() bool

HasCron returns a boolean if a field has been set.

func (*Schedule) HasCronView ¶

func (o *Schedule) HasCronView() bool

HasCronView returns a boolean if a field has been set.

func (*Schedule) HasEndingDate ¶

func (o *Schedule) HasEndingDate() bool

HasEndingDate returns a boolean if a field has been set.

func (*Schedule) HasEndingType ¶

func (o *Schedule) HasEndingType() bool

HasEndingType returns a boolean if a field has been set.

func (*Schedule) HasHumanCron ¶

func (o *Schedule) HasHumanCron() bool

HasHumanCron returns a boolean if a field has been set.

func (*Schedule) HasRecurrent ¶

func (o *Schedule) HasRecurrent() bool

HasRecurrent returns a boolean if a field has been set.

func (*Schedule) HasScheduled ¶

func (o *Schedule) HasScheduled() bool

HasScheduled returns a boolean if a field has been set.

func (*Schedule) HasStartDate ¶

func (o *Schedule) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*Schedule) HasTimes ¶

func (o *Schedule) HasTimes() bool

HasTimes returns a boolean if a field has been set.

func (*Schedule) HasTimezone ¶

func (o *Schedule) HasTimezone() bool

HasTimezone returns a boolean if a field has been set.

func (*Schedule) HasTimezoneOffset ¶

func (o *Schedule) HasTimezoneOffset() bool

HasTimezoneOffset returns a boolean if a field has been set.

func (Schedule) MarshalJSON ¶

func (o Schedule) MarshalJSON() ([]byte, error)

func (*Schedule) SetCron ¶

func (o *Schedule) SetCron(v string)

SetCron gets a reference to the given string and assigns it to the Cron field.

func (*Schedule) SetCronView ¶

func (o *Schedule) SetCronView(v bool)

SetCronView gets a reference to the given bool and assigns it to the CronView field.

func (*Schedule) SetEndingDate ¶

func (o *Schedule) SetEndingDate(v time.Time)

SetEndingDate gets a reference to the given time.Time and assigns it to the EndingDate field.

func (*Schedule) SetEndingType ¶

func (o *Schedule) SetEndingType(v string)

SetEndingType gets a reference to the given string and assigns it to the EndingType field.

func (*Schedule) SetHumanCron ¶

func (o *Schedule) SetHumanCron(v HumanCron)

SetHumanCron gets a reference to the given HumanCron and assigns it to the HumanCron field.

func (*Schedule) SetRecurrent ¶

func (o *Schedule) SetRecurrent(v bool)

SetRecurrent gets a reference to the given bool and assigns it to the Recurrent field.

func (*Schedule) SetScheduled ¶

func (o *Schedule) SetScheduled(v bool)

SetScheduled gets a reference to the given bool and assigns it to the Scheduled field.

func (*Schedule) SetStartDate ¶

func (o *Schedule) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*Schedule) SetTimes ¶

func (o *Schedule) SetTimes(v int64)

SetTimes gets a reference to the given int64 and assigns it to the Times field.

func (*Schedule) SetTimezone ¶

func (o *Schedule) SetTimezone(v string)

SetTimezone gets a reference to the given string and assigns it to the Timezone field.

func (*Schedule) SetTimezoneOffset ¶

func (o *Schedule) SetTimezoneOffset(v int64)

SetTimezoneOffset gets a reference to the given int64 and assigns it to the TimezoneOffset field.

type Scheduler ¶

type Scheduler struct {
	Cron       *string    `json:"cron,omitempty"`
	CronView   *bool      `json:"cronView,omitempty"`
	EndingDate *time.Time `json:"endingDate,omitempty"`
	// EndingType holds the type of schedule Ending
	EndingType     *string    `json:"endingType,omitempty"`
	HumanCron      *HumanCron `json:"humanCron,omitempty"`
	Recurrent      *bool      `json:"recurrent,omitempty"`
	StartDate      *time.Time `json:"startDate,omitempty"`
	Times          *int64     `json:"times,omitempty"`
	Timezone       *string    `json:"timezone,omitempty"`
	TimezoneOffset *int64     `json:"timezoneOffset,omitempty"`
}

Scheduler struct for Scheduler

func NewScheduler ¶

func NewScheduler() *Scheduler

NewScheduler instantiates a new Scheduler 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 NewSchedulerWithDefaults ¶

func NewSchedulerWithDefaults() *Scheduler

NewSchedulerWithDefaults instantiates a new Scheduler 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 (*Scheduler) GetCron ¶

func (o *Scheduler) GetCron() string

GetCron returns the Cron field value if set, zero value otherwise.

func (*Scheduler) GetCronOk ¶

func (o *Scheduler) GetCronOk() (*string, bool)

GetCronOk returns a tuple with the Cron field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Scheduler) GetCronView ¶

func (o *Scheduler) GetCronView() bool

GetCronView returns the CronView field value if set, zero value otherwise.

func (*Scheduler) GetCronViewOk ¶

func (o *Scheduler) GetCronViewOk() (*bool, bool)

GetCronViewOk returns a tuple with the CronView field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Scheduler) GetEndingDate ¶

func (o *Scheduler) GetEndingDate() time.Time

GetEndingDate returns the EndingDate field value if set, zero value otherwise.

func (*Scheduler) GetEndingDateOk ¶

func (o *Scheduler) GetEndingDateOk() (*time.Time, bool)

GetEndingDateOk returns a tuple with the EndingDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Scheduler) GetEndingType ¶

func (o *Scheduler) GetEndingType() string

GetEndingType returns the EndingType field value if set, zero value otherwise.

func (*Scheduler) GetEndingTypeOk ¶

func (o *Scheduler) GetEndingTypeOk() (*string, bool)

GetEndingTypeOk returns a tuple with the EndingType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Scheduler) GetHumanCron ¶

func (o *Scheduler) GetHumanCron() HumanCron

GetHumanCron returns the HumanCron field value if set, zero value otherwise.

func (*Scheduler) GetHumanCronOk ¶

func (o *Scheduler) GetHumanCronOk() (*HumanCron, bool)

GetHumanCronOk returns a tuple with the HumanCron field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Scheduler) GetRecurrent ¶

func (o *Scheduler) GetRecurrent() bool

GetRecurrent returns the Recurrent field value if set, zero value otherwise.

func (*Scheduler) GetRecurrentOk ¶

func (o *Scheduler) GetRecurrentOk() (*bool, bool)

GetRecurrentOk returns a tuple with the Recurrent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Scheduler) GetStartDate ¶

func (o *Scheduler) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*Scheduler) GetStartDateOk ¶

func (o *Scheduler) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Scheduler) GetTimes ¶

func (o *Scheduler) GetTimes() int64

GetTimes returns the Times field value if set, zero value otherwise.

func (*Scheduler) GetTimesOk ¶

func (o *Scheduler) GetTimesOk() (*int64, bool)

GetTimesOk returns a tuple with the Times field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Scheduler) GetTimezone ¶

func (o *Scheduler) GetTimezone() string

GetTimezone returns the Timezone field value if set, zero value otherwise.

func (*Scheduler) GetTimezoneOffset ¶

func (o *Scheduler) GetTimezoneOffset() int64

GetTimezoneOffset returns the TimezoneOffset field value if set, zero value otherwise.

func (*Scheduler) GetTimezoneOffsetOk ¶

func (o *Scheduler) GetTimezoneOffsetOk() (*int64, bool)

GetTimezoneOffsetOk returns a tuple with the TimezoneOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Scheduler) GetTimezoneOk ¶

func (o *Scheduler) GetTimezoneOk() (*string, bool)

GetTimezoneOk returns a tuple with the Timezone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Scheduler) HasCron ¶

func (o *Scheduler) HasCron() bool

HasCron returns a boolean if a field has been set.

func (*Scheduler) HasCronView ¶

func (o *Scheduler) HasCronView() bool

HasCronView returns a boolean if a field has been set.

func (*Scheduler) HasEndingDate ¶

func (o *Scheduler) HasEndingDate() bool

HasEndingDate returns a boolean if a field has been set.

func (*Scheduler) HasEndingType ¶

func (o *Scheduler) HasEndingType() bool

HasEndingType returns a boolean if a field has been set.

func (*Scheduler) HasHumanCron ¶

func (o *Scheduler) HasHumanCron() bool

HasHumanCron returns a boolean if a field has been set.

func (*Scheduler) HasRecurrent ¶

func (o *Scheduler) HasRecurrent() bool

HasRecurrent returns a boolean if a field has been set.

func (*Scheduler) HasStartDate ¶

func (o *Scheduler) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*Scheduler) HasTimes ¶

func (o *Scheduler) HasTimes() bool

HasTimes returns a boolean if a field has been set.

func (*Scheduler) HasTimezone ¶

func (o *Scheduler) HasTimezone() bool

HasTimezone returns a boolean if a field has been set.

func (*Scheduler) HasTimezoneOffset ¶

func (o *Scheduler) HasTimezoneOffset() bool

HasTimezoneOffset returns a boolean if a field has been set.

func (Scheduler) MarshalJSON ¶

func (o Scheduler) MarshalJSON() ([]byte, error)

func (*Scheduler) SetCron ¶

func (o *Scheduler) SetCron(v string)

SetCron gets a reference to the given string and assigns it to the Cron field.

func (*Scheduler) SetCronView ¶

func (o *Scheduler) SetCronView(v bool)

SetCronView gets a reference to the given bool and assigns it to the CronView field.

func (*Scheduler) SetEndingDate ¶

func (o *Scheduler) SetEndingDate(v time.Time)

SetEndingDate gets a reference to the given time.Time and assigns it to the EndingDate field.

func (*Scheduler) SetEndingType ¶

func (o *Scheduler) SetEndingType(v string)

SetEndingType gets a reference to the given string and assigns it to the EndingType field.

func (*Scheduler) SetHumanCron ¶

func (o *Scheduler) SetHumanCron(v HumanCron)

SetHumanCron gets a reference to the given HumanCron and assigns it to the HumanCron field.

func (*Scheduler) SetRecurrent ¶

func (o *Scheduler) SetRecurrent(v bool)

SetRecurrent gets a reference to the given bool and assigns it to the Recurrent field.

func (*Scheduler) SetStartDate ¶

func (o *Scheduler) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*Scheduler) SetTimes ¶

func (o *Scheduler) SetTimes(v int64)

SetTimes gets a reference to the given int64 and assigns it to the Times field.

func (*Scheduler) SetTimezone ¶

func (o *Scheduler) SetTimezone(v string)

SetTimezone gets a reference to the given string and assigns it to the Timezone field.

func (*Scheduler) SetTimezoneOffset ¶

func (o *Scheduler) SetTimezoneOffset(v int64)

SetTimezoneOffset gets a reference to the given int64 and assigns it to the TimezoneOffset field.

type ScriptAPI ¶

type ScriptAPI struct {
	Arguments         *[]Argument          `json:"arguments,omitempty"`
	Comment           *string              `json:"comment,omitempty"`
	ContextKeys       *[]string            `json:"contextKeys,omitempty"`
	DependsOn         *map[string][]string `json:"dependsOn,omitempty"`
	Deprecated        *bool                `json:"deprecated,omitempty"`
	Detached          *bool                `json:"detached,omitempty"`
	DockerImage       *string              `json:"dockerImage,omitempty"`
	Enabled           *bool                `json:"enabled,omitempty"`
	Hidden            *bool                `json:"hidden,omitempty"`
	Id                *string              `json:"id,omitempty"`
	Locked            *bool                `json:"locked,omitempty"`
	Modified          *time.Time           `json:"modified,omitempty"`
	Name              *string              `json:"name,omitempty"`
	Outputs           *[]Output            `json:"outputs,omitempty"`
	Permitted         *bool                `json:"permitted,omitempty"`
	Polling           *bool                `json:"polling,omitempty"`
	PropagationLabels *[]string            `json:"propagationLabels,omitempty"`
	Roles             *[]string            `json:"roles,omitempty"`
	RunAs             *string              `json:"runAs,omitempty"`
	// ScriptTarget represents the module where this script should run
	ScriptTarget *int64    `json:"scriptTarget,omitempty"`
	System       *bool     `json:"system,omitempty"`
	Tags         *[]string `json:"tags,omitempty"`
	// ScriptType holds the type of a script
	Type    *string `json:"type,omitempty"`
	User    *string `json:"user,omitempty"`
	Version *int64  `json:"version,omitempty"`
}

ScriptAPI struct for ScriptAPI

func NewScriptAPI ¶

func NewScriptAPI() *ScriptAPI

NewScriptAPI instantiates a new ScriptAPI 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 NewScriptAPIWithDefaults ¶

func NewScriptAPIWithDefaults() *ScriptAPI

NewScriptAPIWithDefaults instantiates a new ScriptAPI 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 (*ScriptAPI) GetArguments ¶

func (o *ScriptAPI) GetArguments() []Argument

GetArguments returns the Arguments field value if set, zero value otherwise.

func (*ScriptAPI) GetArgumentsOk ¶

func (o *ScriptAPI) GetArgumentsOk() (*[]Argument, bool)

GetArgumentsOk returns a tuple with the Arguments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) GetComment ¶

func (o *ScriptAPI) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*ScriptAPI) GetCommentOk ¶

func (o *ScriptAPI) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) GetContextKeys ¶

func (o *ScriptAPI) GetContextKeys() []string

GetContextKeys returns the ContextKeys field value if set, zero value otherwise.

func (*ScriptAPI) GetContextKeysOk ¶

func (o *ScriptAPI) GetContextKeysOk() (*[]string, bool)

GetContextKeysOk returns a tuple with the ContextKeys field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) GetDependsOn ¶

func (o *ScriptAPI) GetDependsOn() map[string][]string

GetDependsOn returns the DependsOn field value if set, zero value otherwise.

func (*ScriptAPI) GetDependsOnOk ¶

func (o *ScriptAPI) GetDependsOnOk() (*map[string][]string, bool)

GetDependsOnOk returns a tuple with the DependsOn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) GetDeprecated ¶

func (o *ScriptAPI) GetDeprecated() bool

GetDeprecated returns the Deprecated field value if set, zero value otherwise.

func (*ScriptAPI) GetDeprecatedOk ¶

func (o *ScriptAPI) GetDeprecatedOk() (*bool, bool)

GetDeprecatedOk returns a tuple with the Deprecated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) GetDetached ¶

func (o *ScriptAPI) GetDetached() bool

GetDetached returns the Detached field value if set, zero value otherwise.

func (*ScriptAPI) GetDetachedOk ¶

func (o *ScriptAPI) GetDetachedOk() (*bool, bool)

GetDetachedOk returns a tuple with the Detached field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) GetDockerImage ¶

func (o *ScriptAPI) GetDockerImage() string

GetDockerImage returns the DockerImage field value if set, zero value otherwise.

func (*ScriptAPI) GetDockerImageOk ¶

func (o *ScriptAPI) GetDockerImageOk() (*string, bool)

GetDockerImageOk returns a tuple with the DockerImage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) GetEnabled ¶

func (o *ScriptAPI) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*ScriptAPI) GetEnabledOk ¶

func (o *ScriptAPI) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) GetHidden ¶

func (o *ScriptAPI) GetHidden() bool

GetHidden returns the Hidden field value if set, zero value otherwise.

func (*ScriptAPI) GetHiddenOk ¶

func (o *ScriptAPI) GetHiddenOk() (*bool, bool)

GetHiddenOk returns a tuple with the Hidden field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) GetId ¶

func (o *ScriptAPI) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ScriptAPI) GetIdOk ¶

func (o *ScriptAPI) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) GetLocked ¶

func (o *ScriptAPI) GetLocked() bool

GetLocked returns the Locked field value if set, zero value otherwise.

func (*ScriptAPI) GetLockedOk ¶

func (o *ScriptAPI) GetLockedOk() (*bool, bool)

GetLockedOk returns a tuple with the Locked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) GetModified ¶

func (o *ScriptAPI) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*ScriptAPI) GetModifiedOk ¶

func (o *ScriptAPI) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) GetName ¶

func (o *ScriptAPI) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ScriptAPI) GetNameOk ¶

func (o *ScriptAPI) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) GetOutputs ¶

func (o *ScriptAPI) GetOutputs() []Output

GetOutputs returns the Outputs field value if set, zero value otherwise.

func (*ScriptAPI) GetOutputsOk ¶

func (o *ScriptAPI) GetOutputsOk() (*[]Output, bool)

GetOutputsOk returns a tuple with the Outputs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) GetPermitted ¶

func (o *ScriptAPI) GetPermitted() bool

GetPermitted returns the Permitted field value if set, zero value otherwise.

func (*ScriptAPI) GetPermittedOk ¶

func (o *ScriptAPI) GetPermittedOk() (*bool, bool)

GetPermittedOk returns a tuple with the Permitted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) GetPolling ¶

func (o *ScriptAPI) GetPolling() bool

GetPolling returns the Polling field value if set, zero value otherwise.

func (*ScriptAPI) GetPollingOk ¶

func (o *ScriptAPI) GetPollingOk() (*bool, bool)

GetPollingOk returns a tuple with the Polling field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) GetPropagationLabels ¶

func (o *ScriptAPI) GetPropagationLabels() []string

GetPropagationLabels returns the PropagationLabels field value if set, zero value otherwise.

func (*ScriptAPI) GetPropagationLabelsOk ¶

func (o *ScriptAPI) GetPropagationLabelsOk() (*[]string, bool)

GetPropagationLabelsOk returns a tuple with the PropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) GetRoles ¶

func (o *ScriptAPI) GetRoles() []string

GetRoles returns the Roles field value if set, zero value otherwise.

func (*ScriptAPI) GetRolesOk ¶

func (o *ScriptAPI) GetRolesOk() (*[]string, bool)

GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) GetRunAs ¶

func (o *ScriptAPI) GetRunAs() string

GetRunAs returns the RunAs field value if set, zero value otherwise.

func (*ScriptAPI) GetRunAsOk ¶

func (o *ScriptAPI) GetRunAsOk() (*string, bool)

GetRunAsOk returns a tuple with the RunAs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) GetScriptTarget ¶

func (o *ScriptAPI) GetScriptTarget() int64

GetScriptTarget returns the ScriptTarget field value if set, zero value otherwise.

func (*ScriptAPI) GetScriptTargetOk ¶

func (o *ScriptAPI) GetScriptTargetOk() (*int64, bool)

GetScriptTargetOk returns a tuple with the ScriptTarget field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) GetSystem ¶

func (o *ScriptAPI) GetSystem() bool

GetSystem returns the System field value if set, zero value otherwise.

func (*ScriptAPI) GetSystemOk ¶

func (o *ScriptAPI) GetSystemOk() (*bool, bool)

GetSystemOk returns a tuple with the System field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) GetTags ¶

func (o *ScriptAPI) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*ScriptAPI) GetTagsOk ¶

func (o *ScriptAPI) GetTagsOk() (*[]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) GetType ¶

func (o *ScriptAPI) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ScriptAPI) GetTypeOk ¶

func (o *ScriptAPI) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) GetUser ¶

func (o *ScriptAPI) GetUser() string

GetUser returns the User field value if set, zero value otherwise.

func (*ScriptAPI) GetUserOk ¶

func (o *ScriptAPI) GetUserOk() (*string, bool)

GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) GetVersion ¶

func (o *ScriptAPI) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*ScriptAPI) GetVersionOk ¶

func (o *ScriptAPI) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptAPI) HasArguments ¶

func (o *ScriptAPI) HasArguments() bool

HasArguments returns a boolean if a field has been set.

func (*ScriptAPI) HasComment ¶

func (o *ScriptAPI) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*ScriptAPI) HasContextKeys ¶

func (o *ScriptAPI) HasContextKeys() bool

HasContextKeys returns a boolean if a field has been set.

func (*ScriptAPI) HasDependsOn ¶

func (o *ScriptAPI) HasDependsOn() bool

HasDependsOn returns a boolean if a field has been set.

func (*ScriptAPI) HasDeprecated ¶

func (o *ScriptAPI) HasDeprecated() bool

HasDeprecated returns a boolean if a field has been set.

func (*ScriptAPI) HasDetached ¶

func (o *ScriptAPI) HasDetached() bool

HasDetached returns a boolean if a field has been set.

func (*ScriptAPI) HasDockerImage ¶

func (o *ScriptAPI) HasDockerImage() bool

HasDockerImage returns a boolean if a field has been set.

func (*ScriptAPI) HasEnabled ¶

func (o *ScriptAPI) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*ScriptAPI) HasHidden ¶

func (o *ScriptAPI) HasHidden() bool

HasHidden returns a boolean if a field has been set.

func (*ScriptAPI) HasId ¶

func (o *ScriptAPI) HasId() bool

HasId returns a boolean if a field has been set.

func (*ScriptAPI) HasLocked ¶

func (o *ScriptAPI) HasLocked() bool

HasLocked returns a boolean if a field has been set.

func (*ScriptAPI) HasModified ¶

func (o *ScriptAPI) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*ScriptAPI) HasName ¶

func (o *ScriptAPI) HasName() bool

HasName returns a boolean if a field has been set.

func (*ScriptAPI) HasOutputs ¶

func (o *ScriptAPI) HasOutputs() bool

HasOutputs returns a boolean if a field has been set.

func (*ScriptAPI) HasPermitted ¶

func (o *ScriptAPI) HasPermitted() bool

HasPermitted returns a boolean if a field has been set.

func (*ScriptAPI) HasPolling ¶

func (o *ScriptAPI) HasPolling() bool

HasPolling returns a boolean if a field has been set.

func (*ScriptAPI) HasPropagationLabels ¶

func (o *ScriptAPI) HasPropagationLabels() bool

HasPropagationLabels returns a boolean if a field has been set.

func (*ScriptAPI) HasRoles ¶

func (o *ScriptAPI) HasRoles() bool

HasRoles returns a boolean if a field has been set.

func (*ScriptAPI) HasRunAs ¶

func (o *ScriptAPI) HasRunAs() bool

HasRunAs returns a boolean if a field has been set.

func (*ScriptAPI) HasScriptTarget ¶

func (o *ScriptAPI) HasScriptTarget() bool

HasScriptTarget returns a boolean if a field has been set.

func (*ScriptAPI) HasSystem ¶

func (o *ScriptAPI) HasSystem() bool

HasSystem returns a boolean if a field has been set.

func (*ScriptAPI) HasTags ¶

func (o *ScriptAPI) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*ScriptAPI) HasType ¶

func (o *ScriptAPI) HasType() bool

HasType returns a boolean if a field has been set.

func (*ScriptAPI) HasUser ¶

func (o *ScriptAPI) HasUser() bool

HasUser returns a boolean if a field has been set.

func (*ScriptAPI) HasVersion ¶

func (o *ScriptAPI) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (ScriptAPI) MarshalJSON ¶

func (o ScriptAPI) MarshalJSON() ([]byte, error)

func (*ScriptAPI) SetArguments ¶

func (o *ScriptAPI) SetArguments(v []Argument)

SetArguments gets a reference to the given []Argument and assigns it to the Arguments field.

func (*ScriptAPI) SetComment ¶

func (o *ScriptAPI) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*ScriptAPI) SetContextKeys ¶

func (o *ScriptAPI) SetContextKeys(v []string)

SetContextKeys gets a reference to the given []string and assigns it to the ContextKeys field.

func (*ScriptAPI) SetDependsOn ¶

func (o *ScriptAPI) SetDependsOn(v map[string][]string)

SetDependsOn gets a reference to the given map[string][]string and assigns it to the DependsOn field.

func (*ScriptAPI) SetDeprecated ¶

func (o *ScriptAPI) SetDeprecated(v bool)

SetDeprecated gets a reference to the given bool and assigns it to the Deprecated field.

func (*ScriptAPI) SetDetached ¶

func (o *ScriptAPI) SetDetached(v bool)

SetDetached gets a reference to the given bool and assigns it to the Detached field.

func (*ScriptAPI) SetDockerImage ¶

func (o *ScriptAPI) SetDockerImage(v string)

SetDockerImage gets a reference to the given string and assigns it to the DockerImage field.

func (*ScriptAPI) SetEnabled ¶

func (o *ScriptAPI) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*ScriptAPI) SetHidden ¶

func (o *ScriptAPI) SetHidden(v bool)

SetHidden gets a reference to the given bool and assigns it to the Hidden field.

func (*ScriptAPI) SetId ¶

func (o *ScriptAPI) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ScriptAPI) SetLocked ¶

func (o *ScriptAPI) SetLocked(v bool)

SetLocked gets a reference to the given bool and assigns it to the Locked field.

func (*ScriptAPI) SetModified ¶

func (o *ScriptAPI) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*ScriptAPI) SetName ¶

func (o *ScriptAPI) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ScriptAPI) SetOutputs ¶

func (o *ScriptAPI) SetOutputs(v []Output)

SetOutputs gets a reference to the given []Output and assigns it to the Outputs field.

func (*ScriptAPI) SetPermitted ¶

func (o *ScriptAPI) SetPermitted(v bool)

SetPermitted gets a reference to the given bool and assigns it to the Permitted field.

func (*ScriptAPI) SetPolling ¶

func (o *ScriptAPI) SetPolling(v bool)

SetPolling gets a reference to the given bool and assigns it to the Polling field.

func (*ScriptAPI) SetPropagationLabels ¶

func (o *ScriptAPI) SetPropagationLabels(v []string)

SetPropagationLabels gets a reference to the given []string and assigns it to the PropagationLabels field.

func (*ScriptAPI) SetRoles ¶

func (o *ScriptAPI) SetRoles(v []string)

SetRoles gets a reference to the given []string and assigns it to the Roles field.

func (*ScriptAPI) SetRunAs ¶

func (o *ScriptAPI) SetRunAs(v string)

SetRunAs gets a reference to the given string and assigns it to the RunAs field.

func (*ScriptAPI) SetScriptTarget ¶

func (o *ScriptAPI) SetScriptTarget(v int64)

SetScriptTarget gets a reference to the given int64 and assigns it to the ScriptTarget field.

func (*ScriptAPI) SetSystem ¶

func (o *ScriptAPI) SetSystem(v bool)

SetSystem gets a reference to the given bool and assigns it to the System field.

func (*ScriptAPI) SetTags ¶

func (o *ScriptAPI) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*ScriptAPI) SetType ¶

func (o *ScriptAPI) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*ScriptAPI) SetUser ¶

func (o *ScriptAPI) SetUser(v string)

SetUser gets a reference to the given string and assigns it to the User field.

func (*ScriptAPI) SetVersion ¶

func (o *ScriptAPI) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

type SearchIncidentsData ¶

type SearchIncidentsData struct {
	Filter     *IncidentFilter `json:"filter,omitempty"`
	UserFilter *bool           `json:"userFilter,omitempty"`
}

SearchIncidentsData struct for SearchIncidentsData

func NewSearchIncidentsData ¶

func NewSearchIncidentsData() *SearchIncidentsData

NewSearchIncidentsData instantiates a new SearchIncidentsData 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 NewSearchIncidentsDataWithDefaults ¶

func NewSearchIncidentsDataWithDefaults() *SearchIncidentsData

NewSearchIncidentsDataWithDefaults instantiates a new SearchIncidentsData 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 (*SearchIncidentsData) GetFilter ¶

func (o *SearchIncidentsData) GetFilter() IncidentFilter

GetFilter returns the Filter field value if set, zero value otherwise.

func (*SearchIncidentsData) GetFilterOk ¶

func (o *SearchIncidentsData) GetFilterOk() (*IncidentFilter, bool)

GetFilterOk returns a tuple with the Filter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchIncidentsData) GetUserFilter ¶

func (o *SearchIncidentsData) GetUserFilter() bool

GetUserFilter returns the UserFilter field value if set, zero value otherwise.

func (*SearchIncidentsData) GetUserFilterOk ¶

func (o *SearchIncidentsData) GetUserFilterOk() (*bool, bool)

GetUserFilterOk returns a tuple with the UserFilter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchIncidentsData) HasFilter ¶

func (o *SearchIncidentsData) HasFilter() bool

HasFilter returns a boolean if a field has been set.

func (*SearchIncidentsData) HasUserFilter ¶

func (o *SearchIncidentsData) HasUserFilter() bool

HasUserFilter returns a boolean if a field has been set.

func (SearchIncidentsData) MarshalJSON ¶

func (o SearchIncidentsData) MarshalJSON() ([]byte, error)

func (*SearchIncidentsData) SetFilter ¶

func (o *SearchIncidentsData) SetFilter(v IncidentFilter)

SetFilter gets a reference to the given IncidentFilter and assigns it to the Filter field.

func (*SearchIncidentsData) SetUserFilter ¶

func (o *SearchIncidentsData) SetUserFilter(v bool)

SetUserFilter gets a reference to the given bool and assigns it to the UserFilter field.

type SearchInvestigationsData ¶

type SearchInvestigationsData struct {
	Filter *InvestigationFilter `json:"filter,omitempty"`
}

SearchInvestigationsData struct for SearchInvestigationsData

func NewSearchInvestigationsData ¶

func NewSearchInvestigationsData() *SearchInvestigationsData

NewSearchInvestigationsData instantiates a new SearchInvestigationsData 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 NewSearchInvestigationsDataWithDefaults ¶

func NewSearchInvestigationsDataWithDefaults() *SearchInvestigationsData

NewSearchInvestigationsDataWithDefaults instantiates a new SearchInvestigationsData 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 (*SearchInvestigationsData) GetFilter ¶

GetFilter returns the Filter field value if set, zero value otherwise.

func (*SearchInvestigationsData) GetFilterOk ¶

func (o *SearchInvestigationsData) GetFilterOk() (*InvestigationFilter, bool)

GetFilterOk returns a tuple with the Filter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchInvestigationsData) HasFilter ¶

func (o *SearchInvestigationsData) HasFilter() bool

HasFilter returns a boolean if a field has been set.

func (SearchInvestigationsData) MarshalJSON ¶

func (o SearchInvestigationsData) MarshalJSON() ([]byte, error)

func (*SearchInvestigationsData) SetFilter ¶

SetFilter gets a reference to the given InvestigationFilter and assigns it to the Filter field.

type SearchStats ¶

type SearchStats struct {
	Committed      *time.Time           `json:"committed,omitempty"`
	Duration       *int64               `json:"duration,omitempty"`
	FromDate       *time.Time           `json:"fromDate,omitempty"`
	Highlight      *map[string][]string `json:"highlight,omitempty"`
	Id             *string              `json:"id,omitempty"`
	Modified       *time.Time           `json:"modified,omitempty"`
	NumericId      *int64               `json:"numericId,omitempty"`
	PrimaryTerm    *int64               `json:"primaryTerm,omitempty"`
	Query          *string              `json:"query,omitempty"`
	SearchSource   *string              `json:"searchSource,omitempty"`
	SequenceNumber *int64               `json:"sequenceNumber,omitempty"`
	SortValues     *[]string            `json:"sortValues,omitempty"`
	ToDate         *time.Time           `json:"toDate,omitempty"`
	Username       *string              `json:"username,omitempty"`
	Version        *int64               `json:"version,omitempty"`
}

SearchStats struct for SearchStats

func NewSearchStats ¶

func NewSearchStats() *SearchStats

NewSearchStats instantiates a new SearchStats 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 NewSearchStatsWithDefaults ¶

func NewSearchStatsWithDefaults() *SearchStats

NewSearchStatsWithDefaults instantiates a new SearchStats 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 (*SearchStats) GetCommitted ¶

func (o *SearchStats) GetCommitted() time.Time

GetCommitted returns the Committed field value if set, zero value otherwise.

func (*SearchStats) GetCommittedOk ¶

func (o *SearchStats) GetCommittedOk() (*time.Time, bool)

GetCommittedOk returns a tuple with the Committed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchStats) GetDuration ¶

func (o *SearchStats) GetDuration() int64

GetDuration returns the Duration field value if set, zero value otherwise.

func (*SearchStats) GetDurationOk ¶

func (o *SearchStats) GetDurationOk() (*int64, bool)

GetDurationOk returns a tuple with the Duration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchStats) GetFromDate ¶

func (o *SearchStats) GetFromDate() time.Time

GetFromDate returns the FromDate field value if set, zero value otherwise.

func (*SearchStats) GetFromDateOk ¶

func (o *SearchStats) GetFromDateOk() (*time.Time, bool)

GetFromDateOk returns a tuple with the FromDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchStats) GetHighlight ¶

func (o *SearchStats) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*SearchStats) GetHighlightOk ¶

func (o *SearchStats) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchStats) GetId ¶

func (o *SearchStats) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*SearchStats) GetIdOk ¶

func (o *SearchStats) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchStats) GetModified ¶

func (o *SearchStats) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*SearchStats) GetModifiedOk ¶

func (o *SearchStats) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchStats) GetNumericId ¶

func (o *SearchStats) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*SearchStats) GetNumericIdOk ¶

func (o *SearchStats) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchStats) GetPrimaryTerm ¶

func (o *SearchStats) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*SearchStats) GetPrimaryTermOk ¶

func (o *SearchStats) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchStats) GetQuery ¶

func (o *SearchStats) GetQuery() string

GetQuery returns the Query field value if set, zero value otherwise.

func (*SearchStats) GetQueryOk ¶

func (o *SearchStats) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchStats) GetSearchSource ¶

func (o *SearchStats) GetSearchSource() string

GetSearchSource returns the SearchSource field value if set, zero value otherwise.

func (*SearchStats) GetSearchSourceOk ¶

func (o *SearchStats) GetSearchSourceOk() (*string, bool)

GetSearchSourceOk returns a tuple with the SearchSource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchStats) GetSequenceNumber ¶

func (o *SearchStats) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*SearchStats) GetSequenceNumberOk ¶

func (o *SearchStats) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchStats) GetSortValues ¶

func (o *SearchStats) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*SearchStats) GetSortValuesOk ¶

func (o *SearchStats) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchStats) GetToDate ¶

func (o *SearchStats) GetToDate() time.Time

GetToDate returns the ToDate field value if set, zero value otherwise.

func (*SearchStats) GetToDateOk ¶

func (o *SearchStats) GetToDateOk() (*time.Time, bool)

GetToDateOk returns a tuple with the ToDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchStats) GetUsername ¶

func (o *SearchStats) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*SearchStats) GetUsernameOk ¶

func (o *SearchStats) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchStats) GetVersion ¶

func (o *SearchStats) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*SearchStats) GetVersionOk ¶

func (o *SearchStats) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchStats) HasCommitted ¶

func (o *SearchStats) HasCommitted() bool

HasCommitted returns a boolean if a field has been set.

func (*SearchStats) HasDuration ¶

func (o *SearchStats) HasDuration() bool

HasDuration returns a boolean if a field has been set.

func (*SearchStats) HasFromDate ¶

func (o *SearchStats) HasFromDate() bool

HasFromDate returns a boolean if a field has been set.

func (*SearchStats) HasHighlight ¶

func (o *SearchStats) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*SearchStats) HasId ¶

func (o *SearchStats) HasId() bool

HasId returns a boolean if a field has been set.

func (*SearchStats) HasModified ¶

func (o *SearchStats) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*SearchStats) HasNumericId ¶

func (o *SearchStats) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*SearchStats) HasPrimaryTerm ¶

func (o *SearchStats) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*SearchStats) HasQuery ¶

func (o *SearchStats) HasQuery() bool

HasQuery returns a boolean if a field has been set.

func (*SearchStats) HasSearchSource ¶

func (o *SearchStats) HasSearchSource() bool

HasSearchSource returns a boolean if a field has been set.

func (*SearchStats) HasSequenceNumber ¶

func (o *SearchStats) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*SearchStats) HasSortValues ¶

func (o *SearchStats) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*SearchStats) HasToDate ¶

func (o *SearchStats) HasToDate() bool

HasToDate returns a boolean if a field has been set.

func (*SearchStats) HasUsername ¶

func (o *SearchStats) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (*SearchStats) HasVersion ¶

func (o *SearchStats) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (SearchStats) MarshalJSON ¶

func (o SearchStats) MarshalJSON() ([]byte, error)

func (*SearchStats) SetCommitted ¶

func (o *SearchStats) SetCommitted(v time.Time)

SetCommitted gets a reference to the given time.Time and assigns it to the Committed field.

func (*SearchStats) SetDuration ¶

func (o *SearchStats) SetDuration(v int64)

SetDuration gets a reference to the given int64 and assigns it to the Duration field.

func (*SearchStats) SetFromDate ¶

func (o *SearchStats) SetFromDate(v time.Time)

SetFromDate gets a reference to the given time.Time and assigns it to the FromDate field.

func (*SearchStats) SetHighlight ¶

func (o *SearchStats) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*SearchStats) SetId ¶

func (o *SearchStats) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*SearchStats) SetModified ¶

func (o *SearchStats) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*SearchStats) SetNumericId ¶

func (o *SearchStats) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*SearchStats) SetPrimaryTerm ¶

func (o *SearchStats) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*SearchStats) SetQuery ¶

func (o *SearchStats) SetQuery(v string)

SetQuery gets a reference to the given string and assigns it to the Query field.

func (*SearchStats) SetSearchSource ¶

func (o *SearchStats) SetSearchSource(v string)

SetSearchSource gets a reference to the given string and assigns it to the SearchSource field.

func (*SearchStats) SetSequenceNumber ¶

func (o *SearchStats) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*SearchStats) SetSortValues ¶

func (o *SearchStats) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*SearchStats) SetToDate ¶

func (o *SearchStats) SetToDate(v time.Time)

SetToDate gets a reference to the given time.Time and assigns it to the ToDate field.

func (*SearchStats) SetUsername ¶

func (o *SearchStats) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

func (*SearchStats) SetVersion ¶

func (o *SearchStats) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

type SearchStatsDeletionResponse ¶

type SearchStatsDeletionResponse struct {
	Total *int64 `json:"total,omitempty"`
}

SearchStatsDeletionResponse SearchStatsDeletionResponse returns the response from deleting old slow searches

func NewSearchStatsDeletionResponse ¶

func NewSearchStatsDeletionResponse() *SearchStatsDeletionResponse

NewSearchStatsDeletionResponse instantiates a new SearchStatsDeletionResponse 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 NewSearchStatsDeletionResponseWithDefaults ¶

func NewSearchStatsDeletionResponseWithDefaults() *SearchStatsDeletionResponse

NewSearchStatsDeletionResponseWithDefaults instantiates a new SearchStatsDeletionResponse 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 (*SearchStatsDeletionResponse) GetTotal ¶

func (o *SearchStatsDeletionResponse) GetTotal() int64

GetTotal returns the Total field value if set, zero value otherwise.

func (*SearchStatsDeletionResponse) GetTotalOk ¶

func (o *SearchStatsDeletionResponse) GetTotalOk() (*int64, bool)

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchStatsDeletionResponse) HasTotal ¶

func (o *SearchStatsDeletionResponse) HasTotal() bool

HasTotal returns a boolean if a field has been set.

func (SearchStatsDeletionResponse) MarshalJSON ¶

func (o SearchStatsDeletionResponse) MarshalJSON() ([]byte, error)

func (*SearchStatsDeletionResponse) SetTotal ¶

func (o *SearchStatsDeletionResponse) SetTotal(v int64)

SetTotal gets a reference to the given int64 and assigns it to the Total field.

type SearchStatsResponse ¶

type SearchStatsResponse struct {
	Evidences *[]SearchStats `json:"evidences,omitempty"`
	Total     *int64         `json:"total,omitempty"`
}

SearchStatsResponse SearchStatsResponse returns the response from getting slow searches

func NewSearchStatsResponse ¶

func NewSearchStatsResponse() *SearchStatsResponse

NewSearchStatsResponse instantiates a new SearchStatsResponse 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 NewSearchStatsResponseWithDefaults ¶

func NewSearchStatsResponseWithDefaults() *SearchStatsResponse

NewSearchStatsResponseWithDefaults instantiates a new SearchStatsResponse 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 (*SearchStatsResponse) GetEvidences ¶

func (o *SearchStatsResponse) GetEvidences() []SearchStats

GetEvidences returns the Evidences field value if set, zero value otherwise.

func (*SearchStatsResponse) GetEvidencesOk ¶

func (o *SearchStatsResponse) GetEvidencesOk() (*[]SearchStats, bool)

GetEvidencesOk returns a tuple with the Evidences field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchStatsResponse) GetTotal ¶

func (o *SearchStatsResponse) GetTotal() int64

GetTotal returns the Total field value if set, zero value otherwise.

func (*SearchStatsResponse) GetTotalOk ¶

func (o *SearchStatsResponse) GetTotalOk() (*int64, bool)

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchStatsResponse) HasEvidences ¶

func (o *SearchStatsResponse) HasEvidences() bool

HasEvidences returns a boolean if a field has been set.

func (*SearchStatsResponse) HasTotal ¶

func (o *SearchStatsResponse) HasTotal() bool

HasTotal returns a boolean if a field has been set.

func (SearchStatsResponse) MarshalJSON ¶

func (o SearchStatsResponse) MarshalJSON() ([]byte, error)

func (*SearchStatsResponse) SetEvidences ¶

func (o *SearchStatsResponse) SetEvidences(v []SearchStats)

SetEvidences gets a reference to the given []SearchStats and assigns it to the Evidences field.

func (*SearchStatsResponse) SetTotal ¶

func (o *SearchStatsResponse) SetTotal(v int64)

SetTotal gets a reference to the given int64 and assigns it to the Total field.

type Section ¶

type Section struct {
	AutoPageBreak     *bool                              `json:"autoPageBreak,omitempty"`
	Automation        *ReportAutomation                  `json:"automation,omitempty"`
	Data              *map[string]interface{}            `json:"data,omitempty"`
	Description       *string                            `json:"description,omitempty"`
	DisplayType       *string                            `json:"displayType,omitempty"`
	EmptyNotification *string                            `json:"emptyNotification,omitempty"`
	FromDate          *string                            `json:"fromDate,omitempty"`
	Layout            *map[string]interface{}            `json:"layout,omitempty"`
	Query             *ReportQuery                       `json:"query,omitempty"`
	Title             *string                            `json:"title,omitempty"`
	TitleStyle        *map[string]map[string]interface{} `json:"titleStyle,omitempty"`
	ToDate            *string                            `json:"toDate,omitempty"`
	Type              *string                            `json:"type,omitempty"`
}

Section struct for Section

func NewSection ¶

func NewSection() *Section

NewSection instantiates a new Section 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 NewSectionWithDefaults ¶

func NewSectionWithDefaults() *Section

NewSectionWithDefaults instantiates a new Section 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 (*Section) GetAutoPageBreak ¶

func (o *Section) GetAutoPageBreak() bool

GetAutoPageBreak returns the AutoPageBreak field value if set, zero value otherwise.

func (*Section) GetAutoPageBreakOk ¶

func (o *Section) GetAutoPageBreakOk() (*bool, bool)

GetAutoPageBreakOk returns a tuple with the AutoPageBreak field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Section) GetAutomation ¶

func (o *Section) GetAutomation() ReportAutomation

GetAutomation returns the Automation field value if set, zero value otherwise.

func (*Section) GetAutomationOk ¶

func (o *Section) GetAutomationOk() (*ReportAutomation, bool)

GetAutomationOk returns a tuple with the Automation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Section) GetData ¶

func (o *Section) GetData() map[string]interface{}

GetData returns the Data field value if set, zero value otherwise.

func (*Section) GetDataOk ¶

func (o *Section) GetDataOk() (*map[string]interface{}, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Section) GetDescription ¶

func (o *Section) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Section) GetDescriptionOk ¶

func (o *Section) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Section) GetDisplayType ¶

func (o *Section) GetDisplayType() string

GetDisplayType returns the DisplayType field value if set, zero value otherwise.

func (*Section) GetDisplayTypeOk ¶

func (o *Section) GetDisplayTypeOk() (*string, bool)

GetDisplayTypeOk returns a tuple with the DisplayType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Section) GetEmptyNotification ¶

func (o *Section) GetEmptyNotification() string

GetEmptyNotification returns the EmptyNotification field value if set, zero value otherwise.

func (*Section) GetEmptyNotificationOk ¶

func (o *Section) GetEmptyNotificationOk() (*string, bool)

GetEmptyNotificationOk returns a tuple with the EmptyNotification field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Section) GetFromDate ¶

func (o *Section) GetFromDate() string

GetFromDate returns the FromDate field value if set, zero value otherwise.

func (*Section) GetFromDateOk ¶

func (o *Section) GetFromDateOk() (*string, bool)

GetFromDateOk returns a tuple with the FromDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Section) GetLayout ¶

func (o *Section) GetLayout() map[string]interface{}

GetLayout returns the Layout field value if set, zero value otherwise.

func (*Section) GetLayoutOk ¶

func (o *Section) GetLayoutOk() (*map[string]interface{}, bool)

GetLayoutOk returns a tuple with the Layout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Section) GetQuery ¶

func (o *Section) GetQuery() ReportQuery

GetQuery returns the Query field value if set, zero value otherwise.

func (*Section) GetQueryOk ¶

func (o *Section) GetQueryOk() (*ReportQuery, bool)

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Section) GetTitle ¶

func (o *Section) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*Section) GetTitleOk ¶

func (o *Section) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Section) GetTitleStyle ¶

func (o *Section) GetTitleStyle() map[string]map[string]interface{}

GetTitleStyle returns the TitleStyle field value if set, zero value otherwise.

func (*Section) GetTitleStyleOk ¶

func (o *Section) GetTitleStyleOk() (*map[string]map[string]interface{}, bool)

GetTitleStyleOk returns a tuple with the TitleStyle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Section) GetToDate ¶

func (o *Section) GetToDate() string

GetToDate returns the ToDate field value if set, zero value otherwise.

func (*Section) GetToDateOk ¶

func (o *Section) GetToDateOk() (*string, bool)

GetToDateOk returns a tuple with the ToDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Section) GetType ¶

func (o *Section) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Section) GetTypeOk ¶

func (o *Section) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Section) HasAutoPageBreak ¶

func (o *Section) HasAutoPageBreak() bool

HasAutoPageBreak returns a boolean if a field has been set.

func (*Section) HasAutomation ¶

func (o *Section) HasAutomation() bool

HasAutomation returns a boolean if a field has been set.

func (*Section) HasData ¶

func (o *Section) HasData() bool

HasData returns a boolean if a field has been set.

func (*Section) HasDescription ¶

func (o *Section) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Section) HasDisplayType ¶

func (o *Section) HasDisplayType() bool

HasDisplayType returns a boolean if a field has been set.

func (*Section) HasEmptyNotification ¶

func (o *Section) HasEmptyNotification() bool

HasEmptyNotification returns a boolean if a field has been set.

func (*Section) HasFromDate ¶

func (o *Section) HasFromDate() bool

HasFromDate returns a boolean if a field has been set.

func (*Section) HasLayout ¶

func (o *Section) HasLayout() bool

HasLayout returns a boolean if a field has been set.

func (*Section) HasQuery ¶

func (o *Section) HasQuery() bool

HasQuery returns a boolean if a field has been set.

func (*Section) HasTitle ¶

func (o *Section) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*Section) HasTitleStyle ¶

func (o *Section) HasTitleStyle() bool

HasTitleStyle returns a boolean if a field has been set.

func (*Section) HasToDate ¶

func (o *Section) HasToDate() bool

HasToDate returns a boolean if a field has been set.

func (*Section) HasType ¶

func (o *Section) HasType() bool

HasType returns a boolean if a field has been set.

func (Section) MarshalJSON ¶

func (o Section) MarshalJSON() ([]byte, error)

func (*Section) SetAutoPageBreak ¶

func (o *Section) SetAutoPageBreak(v bool)

SetAutoPageBreak gets a reference to the given bool and assigns it to the AutoPageBreak field.

func (*Section) SetAutomation ¶

func (o *Section) SetAutomation(v ReportAutomation)

SetAutomation gets a reference to the given ReportAutomation and assigns it to the Automation field.

func (*Section) SetData ¶

func (o *Section) SetData(v map[string]interface{})

SetData gets a reference to the given map[string]interface{} and assigns it to the Data field.

func (*Section) SetDescription ¶

func (o *Section) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*Section) SetDisplayType ¶

func (o *Section) SetDisplayType(v string)

SetDisplayType gets a reference to the given string and assigns it to the DisplayType field.

func (*Section) SetEmptyNotification ¶

func (o *Section) SetEmptyNotification(v string)

SetEmptyNotification gets a reference to the given string and assigns it to the EmptyNotification field.

func (*Section) SetFromDate ¶

func (o *Section) SetFromDate(v string)

SetFromDate gets a reference to the given string and assigns it to the FromDate field.

func (*Section) SetLayout ¶

func (o *Section) SetLayout(v map[string]interface{})

SetLayout gets a reference to the given map[string]interface{} and assigns it to the Layout field.

func (*Section) SetQuery ¶

func (o *Section) SetQuery(v ReportQuery)

SetQuery gets a reference to the given ReportQuery and assigns it to the Query field.

func (*Section) SetTitle ¶

func (o *Section) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*Section) SetTitleStyle ¶

func (o *Section) SetTitleStyle(v map[string]map[string]interface{})

SetTitleStyle gets a reference to the given map[string]map[string]interface{} and assigns it to the TitleStyle field.

func (*Section) SetToDate ¶

func (o *Section) SetToDate(v string)

SetToDate gets a reference to the given string and assigns it to the ToDate field.

func (*Section) SetType ¶

func (o *Section) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

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

func (ServerConfigurations) URL ¶

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable ¶

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type ServiceUpdateResponse ¶

type ServiceUpdateResponse struct {
	// Optional warning messages
	Warnings *[]string `json:"Warnings,omitempty"`
}

ServiceUpdateResponse ServiceUpdateResponse service update response

func NewServiceUpdateResponse ¶

func NewServiceUpdateResponse() *ServiceUpdateResponse

NewServiceUpdateResponse instantiates a new ServiceUpdateResponse 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 NewServiceUpdateResponseWithDefaults ¶

func NewServiceUpdateResponseWithDefaults() *ServiceUpdateResponse

NewServiceUpdateResponseWithDefaults instantiates a new ServiceUpdateResponse 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 (*ServiceUpdateResponse) GetWarnings ¶

func (o *ServiceUpdateResponse) GetWarnings() []string

GetWarnings returns the Warnings field value if set, zero value otherwise.

func (*ServiceUpdateResponse) GetWarningsOk ¶

func (o *ServiceUpdateResponse) GetWarningsOk() (*[]string, bool)

GetWarningsOk returns a tuple with the Warnings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUpdateResponse) HasWarnings ¶

func (o *ServiceUpdateResponse) HasWarnings() bool

HasWarnings returns a boolean if a field has been set.

func (ServiceUpdateResponse) MarshalJSON ¶

func (o ServiceUpdateResponse) MarshalJSON() ([]byte, error)

func (*ServiceUpdateResponse) SetWarnings ¶

func (o *ServiceUpdateResponse) SetWarnings(v []string)

SetWarnings gets a reference to the given []string and assigns it to the Warnings field.

type ShardedFields ¶

type ShardedFields struct {
	ShardID *int64 `json:"ShardID,omitempty"`
}

ShardedFields struct for ShardedFields

func NewShardedFields ¶

func NewShardedFields() *ShardedFields

NewShardedFields instantiates a new ShardedFields 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 NewShardedFieldsWithDefaults ¶

func NewShardedFieldsWithDefaults() *ShardedFields

NewShardedFieldsWithDefaults instantiates a new ShardedFields 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 (*ShardedFields) GetShardID ¶

func (o *ShardedFields) GetShardID() int64

GetShardID returns the ShardID field value if set, zero value otherwise.

func (*ShardedFields) GetShardIDOk ¶

func (o *ShardedFields) GetShardIDOk() (*int64, bool)

GetShardIDOk returns a tuple with the ShardID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ShardedFields) HasShardID ¶

func (o *ShardedFields) HasShardID() bool

HasShardID returns a boolean if a field has been set.

func (ShardedFields) MarshalJSON ¶

func (o ShardedFields) MarshalJSON() ([]byte, error)

func (*ShardedFields) SetShardID ¶

func (o *ShardedFields) SetShardID(v int64)

SetShardID gets a reference to the given int64 and assigns it to the ShardID field.

type StatsQueryResponse ¶

type StatsQueryResponse struct {
	// data array or object describing the statistics data based on type.
	Data         *map[string]interface{} `json:"data,omitempty"`
	WidgetCellId *string                 `json:"widgetCellId,omitempty"`
}

StatsQueryResponse struct for StatsQueryResponse

func NewStatsQueryResponse ¶

func NewStatsQueryResponse() *StatsQueryResponse

NewStatsQueryResponse instantiates a new StatsQueryResponse 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 NewStatsQueryResponseWithDefaults ¶

func NewStatsQueryResponseWithDefaults() *StatsQueryResponse

NewStatsQueryResponseWithDefaults instantiates a new StatsQueryResponse 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 (*StatsQueryResponse) GetData ¶

func (o *StatsQueryResponse) GetData() map[string]interface{}

GetData returns the Data field value if set, zero value otherwise.

func (*StatsQueryResponse) GetDataOk ¶

func (o *StatsQueryResponse) GetDataOk() (*map[string]interface{}, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsQueryResponse) GetWidgetCellId ¶

func (o *StatsQueryResponse) GetWidgetCellId() string

GetWidgetCellId returns the WidgetCellId field value if set, zero value otherwise.

func (*StatsQueryResponse) GetWidgetCellIdOk ¶

func (o *StatsQueryResponse) GetWidgetCellIdOk() (*string, bool)

GetWidgetCellIdOk returns a tuple with the WidgetCellId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsQueryResponse) HasData ¶

func (o *StatsQueryResponse) HasData() bool

HasData returns a boolean if a field has been set.

func (*StatsQueryResponse) HasWidgetCellId ¶

func (o *StatsQueryResponse) HasWidgetCellId() bool

HasWidgetCellId returns a boolean if a field has been set.

func (StatsQueryResponse) MarshalJSON ¶

func (o StatsQueryResponse) MarshalJSON() ([]byte, error)

func (*StatsQueryResponse) SetData ¶

func (o *StatsQueryResponse) SetData(v map[string]interface{})

SetData gets a reference to the given map[string]interface{} and assigns it to the Data field.

func (*StatsQueryResponse) SetWidgetCellId ¶

func (o *StatsQueryResponse) SetWidgetCellId(v string)

SetWidgetCellId gets a reference to the given string and assigns it to the WidgetCellId field.

type StatsQueryResponseWithError ¶

type StatsQueryResponseWithError struct {
	StatsQueryError    *map[string]interface{} `json:"StatsQueryError,omitempty"`
	StatsQueryResponse *StatsQueryResponse     `json:"statsQueryResponse,omitempty"`
}

StatsQueryResponseWithError struct for StatsQueryResponseWithError

func NewStatsQueryResponseWithError ¶

func NewStatsQueryResponseWithError() *StatsQueryResponseWithError

NewStatsQueryResponseWithError instantiates a new StatsQueryResponseWithError 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 NewStatsQueryResponseWithErrorWithDefaults ¶

func NewStatsQueryResponseWithErrorWithDefaults() *StatsQueryResponseWithError

NewStatsQueryResponseWithErrorWithDefaults instantiates a new StatsQueryResponseWithError 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 (*StatsQueryResponseWithError) GetStatsQueryError ¶

func (o *StatsQueryResponseWithError) GetStatsQueryError() map[string]interface{}

GetStatsQueryError returns the StatsQueryError field value if set, zero value otherwise.

func (*StatsQueryResponseWithError) GetStatsQueryErrorOk ¶

func (o *StatsQueryResponseWithError) GetStatsQueryErrorOk() (*map[string]interface{}, bool)

GetStatsQueryErrorOk returns a tuple with the StatsQueryError field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsQueryResponseWithError) GetStatsQueryResponse ¶

func (o *StatsQueryResponseWithError) GetStatsQueryResponse() StatsQueryResponse

GetStatsQueryResponse returns the StatsQueryResponse field value if set, zero value otherwise.

func (*StatsQueryResponseWithError) GetStatsQueryResponseOk ¶

func (o *StatsQueryResponseWithError) GetStatsQueryResponseOk() (*StatsQueryResponse, bool)

GetStatsQueryResponseOk returns a tuple with the StatsQueryResponse field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsQueryResponseWithError) HasStatsQueryError ¶

func (o *StatsQueryResponseWithError) HasStatsQueryError() bool

HasStatsQueryError returns a boolean if a field has been set.

func (*StatsQueryResponseWithError) HasStatsQueryResponse ¶

func (o *StatsQueryResponseWithError) HasStatsQueryResponse() bool

HasStatsQueryResponse returns a boolean if a field has been set.

func (StatsQueryResponseWithError) MarshalJSON ¶

func (o StatsQueryResponseWithError) MarshalJSON() ([]byte, error)

func (*StatsQueryResponseWithError) SetStatsQueryError ¶

func (o *StatsQueryResponseWithError) SetStatsQueryError(v map[string]interface{})

SetStatsQueryError gets a reference to the given map[string]interface{} and assigns it to the StatsQueryError field.

func (*StatsQueryResponseWithError) SetStatsQueryResponse ¶

func (o *StatsQueryResponseWithError) SetStatsQueryResponse(v StatsQueryResponse)

SetStatsQueryResponse gets a reference to the given StatsQueryResponse and assigns it to the StatsQueryResponse field.

type StatsResponseWithReferenceLine ¶

type StatsResponseWithReferenceLine struct {
	// Groups is a list of group entities
	Groups         *[]Group `json:"groups,omitempty"`
	ReferenceLineY *float64 `json:"referenceLineY,omitempty"`
}

StatsResponseWithReferenceLine struct for StatsResponseWithReferenceLine

func NewStatsResponseWithReferenceLine ¶

func NewStatsResponseWithReferenceLine() *StatsResponseWithReferenceLine

NewStatsResponseWithReferenceLine instantiates a new StatsResponseWithReferenceLine 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 NewStatsResponseWithReferenceLineWithDefaults ¶

func NewStatsResponseWithReferenceLineWithDefaults() *StatsResponseWithReferenceLine

NewStatsResponseWithReferenceLineWithDefaults instantiates a new StatsResponseWithReferenceLine 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 (*StatsResponseWithReferenceLine) GetGroups ¶

func (o *StatsResponseWithReferenceLine) GetGroups() []Group

GetGroups returns the Groups field value if set, zero value otherwise.

func (*StatsResponseWithReferenceLine) GetGroupsOk ¶

func (o *StatsResponseWithReferenceLine) GetGroupsOk() (*[]Group, bool)

GetGroupsOk returns a tuple with the Groups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsResponseWithReferenceLine) GetReferenceLineY ¶

func (o *StatsResponseWithReferenceLine) GetReferenceLineY() float64

GetReferenceLineY returns the ReferenceLineY field value if set, zero value otherwise.

func (*StatsResponseWithReferenceLine) GetReferenceLineYOk ¶

func (o *StatsResponseWithReferenceLine) GetReferenceLineYOk() (*float64, bool)

GetReferenceLineYOk returns a tuple with the ReferenceLineY field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsResponseWithReferenceLine) HasGroups ¶

func (o *StatsResponseWithReferenceLine) HasGroups() bool

HasGroups returns a boolean if a field has been set.

func (*StatsResponseWithReferenceLine) HasReferenceLineY ¶

func (o *StatsResponseWithReferenceLine) HasReferenceLineY() bool

HasReferenceLineY returns a boolean if a field has been set.

func (StatsResponseWithReferenceLine) MarshalJSON ¶

func (o StatsResponseWithReferenceLine) MarshalJSON() ([]byte, error)

func (*StatsResponseWithReferenceLine) SetGroups ¶

func (o *StatsResponseWithReferenceLine) SetGroups(v []Group)

SetGroups gets a reference to the given []Group and assigns it to the Groups field.

func (*StatsResponseWithReferenceLine) SetReferenceLineY ¶

func (o *StatsResponseWithReferenceLine) SetReferenceLineY(v float64)

SetReferenceLineY gets a reference to the given float64 and assigns it to the ReferenceLineY field.

type StatsScatterResponse ¶

type StatsScatterResponse struct {
	// Groups is a list of group entities
	Data   *[]Group `json:"data,omitempty"`
	Range  *[]int64 `json:"range,omitempty"`
	RangeX *[]int64 `json:"rangeX,omitempty"`
	RangeY *[]int64 `json:"rangeY,omitempty"`
}

StatsScatterResponse struct for StatsScatterResponse

func NewStatsScatterResponse ¶

func NewStatsScatterResponse() *StatsScatterResponse

NewStatsScatterResponse instantiates a new StatsScatterResponse 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 NewStatsScatterResponseWithDefaults ¶

func NewStatsScatterResponseWithDefaults() *StatsScatterResponse

NewStatsScatterResponseWithDefaults instantiates a new StatsScatterResponse 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 (*StatsScatterResponse) GetData ¶

func (o *StatsScatterResponse) GetData() []Group

GetData returns the Data field value if set, zero value otherwise.

func (*StatsScatterResponse) GetDataOk ¶

func (o *StatsScatterResponse) GetDataOk() (*[]Group, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsScatterResponse) GetRange ¶

func (o *StatsScatterResponse) GetRange() []int64

GetRange returns the Range field value if set, zero value otherwise.

func (*StatsScatterResponse) GetRangeOk ¶

func (o *StatsScatterResponse) GetRangeOk() (*[]int64, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsScatterResponse) GetRangeX ¶

func (o *StatsScatterResponse) GetRangeX() []int64

GetRangeX returns the RangeX field value if set, zero value otherwise.

func (*StatsScatterResponse) GetRangeXOk ¶

func (o *StatsScatterResponse) GetRangeXOk() (*[]int64, bool)

GetRangeXOk returns a tuple with the RangeX field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsScatterResponse) GetRangeY ¶

func (o *StatsScatterResponse) GetRangeY() []int64

GetRangeY returns the RangeY field value if set, zero value otherwise.

func (*StatsScatterResponse) GetRangeYOk ¶

func (o *StatsScatterResponse) GetRangeYOk() (*[]int64, bool)

GetRangeYOk returns a tuple with the RangeY field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsScatterResponse) HasData ¶

func (o *StatsScatterResponse) HasData() bool

HasData returns a boolean if a field has been set.

func (*StatsScatterResponse) HasRange ¶

func (o *StatsScatterResponse) HasRange() bool

HasRange returns a boolean if a field has been set.

func (*StatsScatterResponse) HasRangeX ¶

func (o *StatsScatterResponse) HasRangeX() bool

HasRangeX returns a boolean if a field has been set.

func (*StatsScatterResponse) HasRangeY ¶

func (o *StatsScatterResponse) HasRangeY() bool

HasRangeY returns a boolean if a field has been set.

func (StatsScatterResponse) MarshalJSON ¶

func (o StatsScatterResponse) MarshalJSON() ([]byte, error)

func (*StatsScatterResponse) SetData ¶

func (o *StatsScatterResponse) SetData(v []Group)

SetData gets a reference to the given []Group and assigns it to the Data field.

func (*StatsScatterResponse) SetRange ¶

func (o *StatsScatterResponse) SetRange(v []int64)

SetRange gets a reference to the given []int64 and assigns it to the Range field.

func (*StatsScatterResponse) SetRangeX ¶

func (o *StatsScatterResponse) SetRangeX(v []int64)

SetRangeX gets a reference to the given []int64 and assigns it to the RangeX field.

func (*StatsScatterResponse) SetRangeY ¶

func (o *StatsScatterResponse) SetRangeY(v []int64)

SetRangeY gets a reference to the given []int64 and assigns it to the RangeY field.

type StatsTextResponse ¶

type StatsTextResponse struct {
	// Groups is a list of group entities
	Groups *[]Group `json:"groups,omitempty"`
	// Describe the complete text for the text widget, after placeholders injection.
	Text *string `json:"text,omitempty"`
}

StatsTextResponse struct for StatsTextResponse

func NewStatsTextResponse ¶

func NewStatsTextResponse() *StatsTextResponse

NewStatsTextResponse instantiates a new StatsTextResponse 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 NewStatsTextResponseWithDefaults ¶

func NewStatsTextResponseWithDefaults() *StatsTextResponse

NewStatsTextResponseWithDefaults instantiates a new StatsTextResponse 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 (*StatsTextResponse) GetGroups ¶

func (o *StatsTextResponse) GetGroups() []Group

GetGroups returns the Groups field value if set, zero value otherwise.

func (*StatsTextResponse) GetGroupsOk ¶

func (o *StatsTextResponse) GetGroupsOk() (*[]Group, bool)

GetGroupsOk returns a tuple with the Groups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsTextResponse) GetText ¶

func (o *StatsTextResponse) GetText() string

GetText returns the Text field value if set, zero value otherwise.

func (*StatsTextResponse) GetTextOk ¶

func (o *StatsTextResponse) GetTextOk() (*string, bool)

GetTextOk returns a tuple with the Text field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsTextResponse) HasGroups ¶

func (o *StatsTextResponse) HasGroups() bool

HasGroups returns a boolean if a field has been set.

func (*StatsTextResponse) HasText ¶

func (o *StatsTextResponse) HasText() bool

HasText returns a boolean if a field has been set.

func (StatsTextResponse) MarshalJSON ¶

func (o StatsTextResponse) MarshalJSON() ([]byte, error)

func (*StatsTextResponse) SetGroups ¶

func (o *StatsTextResponse) SetGroups(v []Group)

SetGroups gets a reference to the given []Group and assigns it to the Groups field.

func (*StatsTextResponse) SetText ¶

func (o *StatsTextResponse) SetText(v string)

SetText gets a reference to the given string and assigns it to the Text field.

type StatsTrendsResponse ¶

type StatsTrendsResponse struct {
	CurrSum *int64 `json:"currSum,omitempty"`
	PrevSum *int64 `json:"prevSum,omitempty"`
}

StatsTrendsResponse StatsTrendsResponse - Represent a trend response from statistics. Provides information about the current value and the previous value based on the period.

func NewStatsTrendsResponse ¶

func NewStatsTrendsResponse() *StatsTrendsResponse

NewStatsTrendsResponse instantiates a new StatsTrendsResponse 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 NewStatsTrendsResponseWithDefaults ¶

func NewStatsTrendsResponseWithDefaults() *StatsTrendsResponse

NewStatsTrendsResponseWithDefaults instantiates a new StatsTrendsResponse 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 (*StatsTrendsResponse) GetCurrSum ¶

func (o *StatsTrendsResponse) GetCurrSum() int64

GetCurrSum returns the CurrSum field value if set, zero value otherwise.

func (*StatsTrendsResponse) GetCurrSumOk ¶

func (o *StatsTrendsResponse) GetCurrSumOk() (*int64, bool)

GetCurrSumOk returns a tuple with the CurrSum field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsTrendsResponse) GetPrevSum ¶

func (o *StatsTrendsResponse) GetPrevSum() int64

GetPrevSum returns the PrevSum field value if set, zero value otherwise.

func (*StatsTrendsResponse) GetPrevSumOk ¶

func (o *StatsTrendsResponse) GetPrevSumOk() (*int64, bool)

GetPrevSumOk returns a tuple with the PrevSum field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsTrendsResponse) HasCurrSum ¶

func (o *StatsTrendsResponse) HasCurrSum() bool

HasCurrSum returns a boolean if a field has been set.

func (*StatsTrendsResponse) HasPrevSum ¶

func (o *StatsTrendsResponse) HasPrevSum() bool

HasPrevSum returns a boolean if a field has been set.

func (StatsTrendsResponse) MarshalJSON ¶

func (o StatsTrendsResponse) MarshalJSON() ([]byte, error)

func (*StatsTrendsResponse) SetCurrSum ¶

func (o *StatsTrendsResponse) SetCurrSum(v int64)

SetCurrSum gets a reference to the given int64 and assigns it to the CurrSum field.

func (*StatsTrendsResponse) SetPrevSum ¶

func (o *StatsTrendsResponse) SetPrevSum(v int64)

SetPrevSum gets a reference to the given int64 and assigns it to the PrevSum field.

type System ¶

type System struct {
	Agent                 *SystemAgent     `json:"agent,omitempty"`
	Arch                  *string          `json:"arch,omitempty"`
	Ciphers               *[]string        `json:"ciphers,omitempty"`
	Credentials           *string          `json:"credentials,omitempty"`
	EngineId              *string          `json:"engineId,omitempty"`
	Host                  *string          `json:"host,omitempty"`
	Integrationinstanceid *string          `json:"integrationinstanceid,omitempty"`
	Issharedagent         *bool            `json:"issharedagent,omitempty"`
	Name                  *string          `json:"name,omitempty"`
	Os                    *string          `json:"os,omitempty"`
	Password              *string          `json:"password,omitempty"`
	ServicesID            *string          `json:"servicesID,omitempty"`
	Smb                   *int64           `json:"smb,omitempty"`
	Smbport               *int32           `json:"smbport,omitempty"`
	Sshkey                *string          `json:"sshkey,omitempty"`
	Sshport               *int32           `json:"sshport,omitempty"`
	TerminalOptions       *TerminalOptions `json:"terminalOptions,omitempty"`
	User                  *string          `json:"user,omitempty"`
	Workgroup             *string          `json:"workgroup,omitempty"`
}

System System - URL stands for ip or hostname

func NewSystem ¶

func NewSystem() *System

NewSystem instantiates a new System 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 NewSystemWithDefaults ¶

func NewSystemWithDefaults() *System

NewSystemWithDefaults instantiates a new System 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 (*System) GetAgent ¶

func (o *System) GetAgent() SystemAgent

GetAgent returns the Agent field value if set, zero value otherwise.

func (*System) GetAgentOk ¶

func (o *System) GetAgentOk() (*SystemAgent, bool)

GetAgentOk returns a tuple with the Agent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*System) GetArch ¶

func (o *System) GetArch() string

GetArch returns the Arch field value if set, zero value otherwise.

func (*System) GetArchOk ¶

func (o *System) GetArchOk() (*string, bool)

GetArchOk returns a tuple with the Arch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*System) GetCiphers ¶

func (o *System) GetCiphers() []string

GetCiphers returns the Ciphers field value if set, zero value otherwise.

func (*System) GetCiphersOk ¶

func (o *System) GetCiphersOk() (*[]string, bool)

GetCiphersOk returns a tuple with the Ciphers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*System) GetCredentials ¶

func (o *System) GetCredentials() string

GetCredentials returns the Credentials field value if set, zero value otherwise.

func (*System) GetCredentialsOk ¶

func (o *System) GetCredentialsOk() (*string, bool)

GetCredentialsOk returns a tuple with the Credentials field value if set, nil otherwise and a boolean to check if the value has been set.

func (*System) GetEngineId ¶

func (o *System) GetEngineId() string

GetEngineId returns the EngineId field value if set, zero value otherwise.

func (*System) GetEngineIdOk ¶

func (o *System) GetEngineIdOk() (*string, bool)

GetEngineIdOk returns a tuple with the EngineId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*System) GetHost ¶

func (o *System) GetHost() string

GetHost returns the Host field value if set, zero value otherwise.

func (*System) GetHostOk ¶

func (o *System) GetHostOk() (*string, bool)

GetHostOk returns a tuple with the Host field value if set, nil otherwise and a boolean to check if the value has been set.

func (*System) GetIntegrationinstanceid ¶

func (o *System) GetIntegrationinstanceid() string

GetIntegrationinstanceid returns the Integrationinstanceid field value if set, zero value otherwise.

func (*System) GetIntegrationinstanceidOk ¶

func (o *System) GetIntegrationinstanceidOk() (*string, bool)

GetIntegrationinstanceidOk returns a tuple with the Integrationinstanceid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*System) GetIssharedagent ¶

func (o *System) GetIssharedagent() bool

GetIssharedagent returns the Issharedagent field value if set, zero value otherwise.

func (*System) GetIssharedagentOk ¶

func (o *System) GetIssharedagentOk() (*bool, bool)

GetIssharedagentOk returns a tuple with the Issharedagent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*System) GetName ¶

func (o *System) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*System) GetNameOk ¶

func (o *System) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*System) GetOs ¶

func (o *System) GetOs() string

GetOs returns the Os field value if set, zero value otherwise.

func (*System) GetOsOk ¶

func (o *System) GetOsOk() (*string, bool)

GetOsOk returns a tuple with the Os field value if set, nil otherwise and a boolean to check if the value has been set.

func (*System) GetPassword ¶

func (o *System) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*System) GetPasswordOk ¶

func (o *System) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*System) GetServicesID ¶

func (o *System) GetServicesID() string

GetServicesID returns the ServicesID field value if set, zero value otherwise.

func (*System) GetServicesIDOk ¶

func (o *System) GetServicesIDOk() (*string, bool)

GetServicesIDOk returns a tuple with the ServicesID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*System) GetSmb ¶

func (o *System) GetSmb() int64

GetSmb returns the Smb field value if set, zero value otherwise.

func (*System) GetSmbOk ¶

func (o *System) GetSmbOk() (*int64, bool)

GetSmbOk returns a tuple with the Smb field value if set, nil otherwise and a boolean to check if the value has been set.

func (*System) GetSmbport ¶

func (o *System) GetSmbport() int32

GetSmbport returns the Smbport field value if set, zero value otherwise.

func (*System) GetSmbportOk ¶

func (o *System) GetSmbportOk() (*int32, bool)

GetSmbportOk returns a tuple with the Smbport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*System) GetSshkey ¶

func (o *System) GetSshkey() string

GetSshkey returns the Sshkey field value if set, zero value otherwise.

func (*System) GetSshkeyOk ¶

func (o *System) GetSshkeyOk() (*string, bool)

GetSshkeyOk returns a tuple with the Sshkey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*System) GetSshport ¶

func (o *System) GetSshport() int32

GetSshport returns the Sshport field value if set, zero value otherwise.

func (*System) GetSshportOk ¶

func (o *System) GetSshportOk() (*int32, bool)

GetSshportOk returns a tuple with the Sshport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*System) GetTerminalOptions ¶

func (o *System) GetTerminalOptions() TerminalOptions

GetTerminalOptions returns the TerminalOptions field value if set, zero value otherwise.

func (*System) GetTerminalOptionsOk ¶

func (o *System) GetTerminalOptionsOk() (*TerminalOptions, bool)

GetTerminalOptionsOk returns a tuple with the TerminalOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*System) GetUser ¶

func (o *System) GetUser() string

GetUser returns the User field value if set, zero value otherwise.

func (*System) GetUserOk ¶

func (o *System) GetUserOk() (*string, bool)

GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.

func (*System) GetWorkgroup ¶

func (o *System) GetWorkgroup() string

GetWorkgroup returns the Workgroup field value if set, zero value otherwise.

func (*System) GetWorkgroupOk ¶

func (o *System) GetWorkgroupOk() (*string, bool)

GetWorkgroupOk returns a tuple with the Workgroup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*System) HasAgent ¶

func (o *System) HasAgent() bool

HasAgent returns a boolean if a field has been set.

func (*System) HasArch ¶

func (o *System) HasArch() bool

HasArch returns a boolean if a field has been set.

func (*System) HasCiphers ¶

func (o *System) HasCiphers() bool

HasCiphers returns a boolean if a field has been set.

func (*System) HasCredentials ¶

func (o *System) HasCredentials() bool

HasCredentials returns a boolean if a field has been set.

func (*System) HasEngineId ¶

func (o *System) HasEngineId() bool

HasEngineId returns a boolean if a field has been set.

func (*System) HasHost ¶

func (o *System) HasHost() bool

HasHost returns a boolean if a field has been set.

func (*System) HasIntegrationinstanceid ¶

func (o *System) HasIntegrationinstanceid() bool

HasIntegrationinstanceid returns a boolean if a field has been set.

func (*System) HasIssharedagent ¶

func (o *System) HasIssharedagent() bool

HasIssharedagent returns a boolean if a field has been set.

func (*System) HasName ¶

func (o *System) HasName() bool

HasName returns a boolean if a field has been set.

func (*System) HasOs ¶

func (o *System) HasOs() bool

HasOs returns a boolean if a field has been set.

func (*System) HasPassword ¶

func (o *System) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*System) HasServicesID ¶

func (o *System) HasServicesID() bool

HasServicesID returns a boolean if a field has been set.

func (*System) HasSmb ¶

func (o *System) HasSmb() bool

HasSmb returns a boolean if a field has been set.

func (*System) HasSmbport ¶

func (o *System) HasSmbport() bool

HasSmbport returns a boolean if a field has been set.

func (*System) HasSshkey ¶

func (o *System) HasSshkey() bool

HasSshkey returns a boolean if a field has been set.

func (*System) HasSshport ¶

func (o *System) HasSshport() bool

HasSshport returns a boolean if a field has been set.

func (*System) HasTerminalOptions ¶

func (o *System) HasTerminalOptions() bool

HasTerminalOptions returns a boolean if a field has been set.

func (*System) HasUser ¶

func (o *System) HasUser() bool

HasUser returns a boolean if a field has been set.

func (*System) HasWorkgroup ¶

func (o *System) HasWorkgroup() bool

HasWorkgroup returns a boolean if a field has been set.

func (System) MarshalJSON ¶

func (o System) MarshalJSON() ([]byte, error)

func (*System) SetAgent ¶

func (o *System) SetAgent(v SystemAgent)

SetAgent gets a reference to the given SystemAgent and assigns it to the Agent field.

func (*System) SetArch ¶

func (o *System) SetArch(v string)

SetArch gets a reference to the given string and assigns it to the Arch field.

func (*System) SetCiphers ¶

func (o *System) SetCiphers(v []string)

SetCiphers gets a reference to the given []string and assigns it to the Ciphers field.

func (*System) SetCredentials ¶

func (o *System) SetCredentials(v string)

SetCredentials gets a reference to the given string and assigns it to the Credentials field.

func (*System) SetEngineId ¶

func (o *System) SetEngineId(v string)

SetEngineId gets a reference to the given string and assigns it to the EngineId field.

func (*System) SetHost ¶

func (o *System) SetHost(v string)

SetHost gets a reference to the given string and assigns it to the Host field.

func (*System) SetIntegrationinstanceid ¶

func (o *System) SetIntegrationinstanceid(v string)

SetIntegrationinstanceid gets a reference to the given string and assigns it to the Integrationinstanceid field.

func (*System) SetIssharedagent ¶

func (o *System) SetIssharedagent(v bool)

SetIssharedagent gets a reference to the given bool and assigns it to the Issharedagent field.

func (*System) SetName ¶

func (o *System) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*System) SetOs ¶

func (o *System) SetOs(v string)

SetOs gets a reference to the given string and assigns it to the Os field.

func (*System) SetPassword ¶

func (o *System) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*System) SetServicesID ¶

func (o *System) SetServicesID(v string)

SetServicesID gets a reference to the given string and assigns it to the ServicesID field.

func (*System) SetSmb ¶

func (o *System) SetSmb(v int64)

SetSmb gets a reference to the given int64 and assigns it to the Smb field.

func (*System) SetSmbport ¶

func (o *System) SetSmbport(v int32)

SetSmbport gets a reference to the given int32 and assigns it to the Smbport field.

func (*System) SetSshkey ¶

func (o *System) SetSshkey(v string)

SetSshkey gets a reference to the given string and assigns it to the Sshkey field.

func (*System) SetSshport ¶

func (o *System) SetSshport(v int32)

SetSshport gets a reference to the given int32 and assigns it to the Sshport field.

func (*System) SetTerminalOptions ¶

func (o *System) SetTerminalOptions(v TerminalOptions)

SetTerminalOptions gets a reference to the given TerminalOptions and assigns it to the TerminalOptions field.

func (*System) SetUser ¶

func (o *System) SetUser(v string)

SetUser gets a reference to the given string and assigns it to the User field.

func (*System) SetWorkgroup ¶

func (o *System) SetWorkgroup(v string)

SetWorkgroup gets a reference to the given string and assigns it to the Workgroup field.

type SystemAgent ¶

type SystemAgent struct {
	Servercontext *[]int32 `json:"servercontext,omitempty"`
}

SystemAgent SystemAgent - represents agent status and holds server context

func NewSystemAgent ¶

func NewSystemAgent() *SystemAgent

NewSystemAgent instantiates a new SystemAgent 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 NewSystemAgentWithDefaults ¶

func NewSystemAgentWithDefaults() *SystemAgent

NewSystemAgentWithDefaults instantiates a new SystemAgent 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 (*SystemAgent) GetServercontext ¶

func (o *SystemAgent) GetServercontext() []int32

GetServercontext returns the Servercontext field value if set, zero value otherwise.

func (*SystemAgent) GetServercontextOk ¶

func (o *SystemAgent) GetServercontextOk() (*[]int32, bool)

GetServercontextOk returns a tuple with the Servercontext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemAgent) HasServercontext ¶

func (o *SystemAgent) HasServercontext() bool

HasServercontext returns a boolean if a field has been set.

func (SystemAgent) MarshalJSON ¶

func (o SystemAgent) MarshalJSON() ([]byte, error)

func (*SystemAgent) SetServercontext ¶

func (o *SystemAgent) SetServercontext(v []int32)

SetServercontext gets a reference to the given []int32 and assigns it to the Servercontext field.

type TagsFieldValues ¶

type TagsFieldValues struct {
	Data *[]string `json:"data,omitempty"`
}

TagsFieldValues struct for TagsFieldValues

func NewTagsFieldValues ¶

func NewTagsFieldValues() *TagsFieldValues

NewTagsFieldValues instantiates a new TagsFieldValues 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 NewTagsFieldValuesWithDefaults ¶

func NewTagsFieldValuesWithDefaults() *TagsFieldValues

NewTagsFieldValuesWithDefaults instantiates a new TagsFieldValues 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 (*TagsFieldValues) GetData ¶

func (o *TagsFieldValues) GetData() []string

GetData returns the Data field value if set, zero value otherwise.

func (*TagsFieldValues) GetDataOk ¶

func (o *TagsFieldValues) GetDataOk() (*[]string, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TagsFieldValues) HasData ¶

func (o *TagsFieldValues) HasData() bool

HasData returns a boolean if a field has been set.

func (TagsFieldValues) MarshalJSON ¶

func (o TagsFieldValues) MarshalJSON() ([]byte, error)

func (*TagsFieldValues) SetData ¶

func (o *TagsFieldValues) SetData(v []string)

SetData gets a reference to the given []string and assigns it to the Data field.

type Task ¶

type Task struct {
	Brand          *string              `json:"brand,omitempty"`
	ClonedFrom     *string              `json:"clonedFrom,omitempty"`
	Comment        *string              `json:"comment,omitempty"`
	Conditions     *[]string            `json:"conditions,omitempty"`
	Description    *string              `json:"description,omitempty"`
	Highlight      *map[string][]string `json:"highlight,omitempty"`
	Id             *string              `json:"id,omitempty"`
	IsCommand      *bool                `json:"isCommand,omitempty"`
	IsLocked       *bool                `json:"isLocked,omitempty"`
	IsTitleTask    *bool                `json:"isTitleTask,omitempty"`
	Modified       *time.Time           `json:"modified,omitempty"`
	Name           *string              `json:"name,omitempty"`
	NumericId      *int64               `json:"numericId,omitempty"`
	PlaybookId     *string              `json:"playbookId,omitempty"`
	PlaybookName   *string              `json:"playbookName,omitempty"`
	PrimaryTerm    *int64               `json:"primaryTerm,omitempty"`
	ScriptId       *string              `json:"scriptId,omitempty"`
	SequenceNumber *int64               `json:"sequenceNumber,omitempty"`
	SortValues     *[]string            `json:"sortValues,omitempty"`
	Tags           *[]string            `json:"tags,omitempty"`
	// TaskType is the Task in the playbook context as a node
	Type    *string `json:"type,omitempty"`
	Version *int64  `json:"version,omitempty"`
}

Task Task is the basic task in the task repository that can be associated to an incident via playbook

func NewTask ¶

func NewTask() *Task

NewTask instantiates a new Task 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 NewTaskWithDefaults ¶

func NewTaskWithDefaults() *Task

NewTaskWithDefaults instantiates a new Task 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 (*Task) GetBrand ¶

func (o *Task) GetBrand() string

GetBrand returns the Brand field value if set, zero value otherwise.

func (*Task) GetBrandOk ¶

func (o *Task) GetBrandOk() (*string, bool)

GetBrandOk returns a tuple with the Brand field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetClonedFrom ¶

func (o *Task) GetClonedFrom() string

GetClonedFrom returns the ClonedFrom field value if set, zero value otherwise.

func (*Task) GetClonedFromOk ¶

func (o *Task) GetClonedFromOk() (*string, bool)

GetClonedFromOk returns a tuple with the ClonedFrom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetComment ¶

func (o *Task) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*Task) GetCommentOk ¶

func (o *Task) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetConditions ¶

func (o *Task) GetConditions() []string

GetConditions returns the Conditions field value if set, zero value otherwise.

func (*Task) GetConditionsOk ¶

func (o *Task) GetConditionsOk() (*[]string, bool)

GetConditionsOk returns a tuple with the Conditions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetDescription ¶

func (o *Task) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Task) GetDescriptionOk ¶

func (o *Task) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetHighlight ¶

func (o *Task) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*Task) GetHighlightOk ¶

func (o *Task) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetId ¶

func (o *Task) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Task) GetIdOk ¶

func (o *Task) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetIsCommand ¶

func (o *Task) GetIsCommand() bool

GetIsCommand returns the IsCommand field value if set, zero value otherwise.

func (*Task) GetIsCommandOk ¶

func (o *Task) GetIsCommandOk() (*bool, bool)

GetIsCommandOk returns a tuple with the IsCommand field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetIsLocked ¶

func (o *Task) GetIsLocked() bool

GetIsLocked returns the IsLocked field value if set, zero value otherwise.

func (*Task) GetIsLockedOk ¶

func (o *Task) GetIsLockedOk() (*bool, bool)

GetIsLockedOk returns a tuple with the IsLocked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetIsTitleTask ¶

func (o *Task) GetIsTitleTask() bool

GetIsTitleTask returns the IsTitleTask field value if set, zero value otherwise.

func (*Task) GetIsTitleTaskOk ¶

func (o *Task) GetIsTitleTaskOk() (*bool, bool)

GetIsTitleTaskOk returns a tuple with the IsTitleTask field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetModified ¶

func (o *Task) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*Task) GetModifiedOk ¶

func (o *Task) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetName ¶

func (o *Task) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Task) GetNameOk ¶

func (o *Task) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetNumericId ¶

func (o *Task) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*Task) GetNumericIdOk ¶

func (o *Task) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetPlaybookId ¶

func (o *Task) GetPlaybookId() string

GetPlaybookId returns the PlaybookId field value if set, zero value otherwise.

func (*Task) GetPlaybookIdOk ¶

func (o *Task) GetPlaybookIdOk() (*string, bool)

GetPlaybookIdOk returns a tuple with the PlaybookId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetPlaybookName ¶

func (o *Task) GetPlaybookName() string

GetPlaybookName returns the PlaybookName field value if set, zero value otherwise.

func (*Task) GetPlaybookNameOk ¶

func (o *Task) GetPlaybookNameOk() (*string, bool)

GetPlaybookNameOk returns a tuple with the PlaybookName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetPrimaryTerm ¶

func (o *Task) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*Task) GetPrimaryTermOk ¶

func (o *Task) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetScriptId ¶

func (o *Task) GetScriptId() string

GetScriptId returns the ScriptId field value if set, zero value otherwise.

func (*Task) GetScriptIdOk ¶

func (o *Task) GetScriptIdOk() (*string, bool)

GetScriptIdOk returns a tuple with the ScriptId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetSequenceNumber ¶

func (o *Task) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*Task) GetSequenceNumberOk ¶

func (o *Task) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetSortValues ¶

func (o *Task) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*Task) GetSortValuesOk ¶

func (o *Task) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetTags ¶

func (o *Task) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*Task) GetTagsOk ¶

func (o *Task) GetTagsOk() (*[]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetType ¶

func (o *Task) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Task) GetTypeOk ¶

func (o *Task) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetVersion ¶

func (o *Task) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*Task) GetVersionOk ¶

func (o *Task) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) HasBrand ¶

func (o *Task) HasBrand() bool

HasBrand returns a boolean if a field has been set.

func (*Task) HasClonedFrom ¶

func (o *Task) HasClonedFrom() bool

HasClonedFrom returns a boolean if a field has been set.

func (*Task) HasComment ¶

func (o *Task) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*Task) HasConditions ¶

func (o *Task) HasConditions() bool

HasConditions returns a boolean if a field has been set.

func (*Task) HasDescription ¶

func (o *Task) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Task) HasHighlight ¶

func (o *Task) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*Task) HasId ¶

func (o *Task) HasId() bool

HasId returns a boolean if a field has been set.

func (*Task) HasIsCommand ¶

func (o *Task) HasIsCommand() bool

HasIsCommand returns a boolean if a field has been set.

func (*Task) HasIsLocked ¶

func (o *Task) HasIsLocked() bool

HasIsLocked returns a boolean if a field has been set.

func (*Task) HasIsTitleTask ¶

func (o *Task) HasIsTitleTask() bool

HasIsTitleTask returns a boolean if a field has been set.

func (*Task) HasModified ¶

func (o *Task) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*Task) HasName ¶

func (o *Task) HasName() bool

HasName returns a boolean if a field has been set.

func (*Task) HasNumericId ¶

func (o *Task) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*Task) HasPlaybookId ¶

func (o *Task) HasPlaybookId() bool

HasPlaybookId returns a boolean if a field has been set.

func (*Task) HasPlaybookName ¶

func (o *Task) HasPlaybookName() bool

HasPlaybookName returns a boolean if a field has been set.

func (*Task) HasPrimaryTerm ¶

func (o *Task) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*Task) HasScriptId ¶

func (o *Task) HasScriptId() bool

HasScriptId returns a boolean if a field has been set.

func (*Task) HasSequenceNumber ¶

func (o *Task) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*Task) HasSortValues ¶

func (o *Task) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*Task) HasTags ¶

func (o *Task) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*Task) HasType ¶

func (o *Task) HasType() bool

HasType returns a boolean if a field has been set.

func (*Task) HasVersion ¶

func (o *Task) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (Task) MarshalJSON ¶

func (o Task) MarshalJSON() ([]byte, error)

func (*Task) SetBrand ¶

func (o *Task) SetBrand(v string)

SetBrand gets a reference to the given string and assigns it to the Brand field.

func (*Task) SetClonedFrom ¶

func (o *Task) SetClonedFrom(v string)

SetClonedFrom gets a reference to the given string and assigns it to the ClonedFrom field.

func (*Task) SetComment ¶

func (o *Task) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*Task) SetConditions ¶

func (o *Task) SetConditions(v []string)

SetConditions gets a reference to the given []string and assigns it to the Conditions field.

func (*Task) SetDescription ¶

func (o *Task) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*Task) SetHighlight ¶

func (o *Task) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*Task) SetId ¶

func (o *Task) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Task) SetIsCommand ¶

func (o *Task) SetIsCommand(v bool)

SetIsCommand gets a reference to the given bool and assigns it to the IsCommand field.

func (*Task) SetIsLocked ¶

func (o *Task) SetIsLocked(v bool)

SetIsLocked gets a reference to the given bool and assigns it to the IsLocked field.

func (*Task) SetIsTitleTask ¶

func (o *Task) SetIsTitleTask(v bool)

SetIsTitleTask gets a reference to the given bool and assigns it to the IsTitleTask field.

func (*Task) SetModified ¶

func (o *Task) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*Task) SetName ¶

func (o *Task) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*Task) SetNumericId ¶

func (o *Task) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*Task) SetPlaybookId ¶

func (o *Task) SetPlaybookId(v string)

SetPlaybookId gets a reference to the given string and assigns it to the PlaybookId field.

func (*Task) SetPlaybookName ¶

func (o *Task) SetPlaybookName(v string)

SetPlaybookName gets a reference to the given string and assigns it to the PlaybookName field.

func (*Task) SetPrimaryTerm ¶

func (o *Task) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*Task) SetScriptId ¶

func (o *Task) SetScriptId(v string)

SetScriptId gets a reference to the given string and assigns it to the ScriptId field.

func (*Task) SetSequenceNumber ¶

func (o *Task) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*Task) SetSortValues ¶

func (o *Task) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*Task) SetTags ¶

func (o *Task) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*Task) SetType ¶

func (o *Task) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*Task) SetVersion ¶

func (o *Task) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

type TaskCondition ¶

type TaskCondition struct {
	Condition *[][]ArgAtomicFilter `json:"condition,omitempty"`
	Label     *string              `json:"label,omitempty"`
}

TaskCondition TaskCondition - contains a condition and a corresponding label if the condition satisfied - its label is taken as the next task(s) input (e.i. the label on the edge)

func NewTaskCondition ¶

func NewTaskCondition() *TaskCondition

NewTaskCondition instantiates a new TaskCondition 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 NewTaskConditionWithDefaults ¶

func NewTaskConditionWithDefaults() *TaskCondition

NewTaskConditionWithDefaults instantiates a new TaskCondition 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 (*TaskCondition) GetCondition ¶

func (o *TaskCondition) GetCondition() [][]ArgAtomicFilter

GetCondition returns the Condition field value if set, zero value otherwise.

func (*TaskCondition) GetConditionOk ¶

func (o *TaskCondition) GetConditionOk() (*[][]ArgAtomicFilter, bool)

GetConditionOk returns a tuple with the Condition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskCondition) GetLabel ¶

func (o *TaskCondition) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*TaskCondition) GetLabelOk ¶

func (o *TaskCondition) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskCondition) HasCondition ¶

func (o *TaskCondition) HasCondition() bool

HasCondition returns a boolean if a field has been set.

func (*TaskCondition) HasLabel ¶

func (o *TaskCondition) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (TaskCondition) MarshalJSON ¶

func (o TaskCondition) MarshalJSON() ([]byte, error)

func (*TaskCondition) SetCondition ¶

func (o *TaskCondition) SetCondition(v [][]ArgAtomicFilter)

SetCondition gets a reference to the given [][]ArgAtomicFilter and assigns it to the Condition field.

func (*TaskCondition) SetLabel ¶

func (o *TaskCondition) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

type TaskLoop ¶

type TaskLoop struct {
	Brand            *string                `json:"brand,omitempty"`
	BuiltinCondition *[][]ArgAtomicFilter   `json:"builtinCondition,omitempty"`
	ExitCondition    *string                `json:"exitCondition,omitempty"`
	ForEach          *bool                  `json:"forEach,omitempty"`
	IsCommand        *bool                  `json:"isCommand,omitempty"`
	Max              *int64                 `json:"max,omitempty"`
	ScriptArguments  *map[string]AdvanceArg `json:"scriptArguments,omitempty"`
	ScriptId         *string                `json:"scriptId,omitempty"`
	ScriptName       *string                `json:"scriptName,omitempty"`
	Wait             *int64                 `json:"wait,omitempty"`
}

TaskLoop TaskLoop contains loop details

func NewTaskLoop ¶

func NewTaskLoop() *TaskLoop

NewTaskLoop instantiates a new TaskLoop 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 NewTaskLoopWithDefaults ¶

func NewTaskLoopWithDefaults() *TaskLoop

NewTaskLoopWithDefaults instantiates a new TaskLoop 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 (*TaskLoop) GetBrand ¶

func (o *TaskLoop) GetBrand() string

GetBrand returns the Brand field value if set, zero value otherwise.

func (*TaskLoop) GetBrandOk ¶

func (o *TaskLoop) GetBrandOk() (*string, bool)

GetBrandOk returns a tuple with the Brand field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskLoop) GetBuiltinCondition ¶

func (o *TaskLoop) GetBuiltinCondition() [][]ArgAtomicFilter

GetBuiltinCondition returns the BuiltinCondition field value if set, zero value otherwise.

func (*TaskLoop) GetBuiltinConditionOk ¶

func (o *TaskLoop) GetBuiltinConditionOk() (*[][]ArgAtomicFilter, bool)

GetBuiltinConditionOk returns a tuple with the BuiltinCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskLoop) GetExitCondition ¶

func (o *TaskLoop) GetExitCondition() string

GetExitCondition returns the ExitCondition field value if set, zero value otherwise.

func (*TaskLoop) GetExitConditionOk ¶

func (o *TaskLoop) GetExitConditionOk() (*string, bool)

GetExitConditionOk returns a tuple with the ExitCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskLoop) GetForEach ¶

func (o *TaskLoop) GetForEach() bool

GetForEach returns the ForEach field value if set, zero value otherwise.

func (*TaskLoop) GetForEachOk ¶

func (o *TaskLoop) GetForEachOk() (*bool, bool)

GetForEachOk returns a tuple with the ForEach field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskLoop) GetIsCommand ¶

func (o *TaskLoop) GetIsCommand() bool

GetIsCommand returns the IsCommand field value if set, zero value otherwise.

func (*TaskLoop) GetIsCommandOk ¶

func (o *TaskLoop) GetIsCommandOk() (*bool, bool)

GetIsCommandOk returns a tuple with the IsCommand field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskLoop) GetMax ¶

func (o *TaskLoop) GetMax() int64

GetMax returns the Max field value if set, zero value otherwise.

func (*TaskLoop) GetMaxOk ¶

func (o *TaskLoop) GetMaxOk() (*int64, bool)

GetMaxOk returns a tuple with the Max field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskLoop) GetScriptArguments ¶

func (o *TaskLoop) GetScriptArguments() map[string]AdvanceArg

GetScriptArguments returns the ScriptArguments field value if set, zero value otherwise.

func (*TaskLoop) GetScriptArgumentsOk ¶

func (o *TaskLoop) GetScriptArgumentsOk() (*map[string]AdvanceArg, bool)

GetScriptArgumentsOk returns a tuple with the ScriptArguments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskLoop) GetScriptId ¶

func (o *TaskLoop) GetScriptId() string

GetScriptId returns the ScriptId field value if set, zero value otherwise.

func (*TaskLoop) GetScriptIdOk ¶

func (o *TaskLoop) GetScriptIdOk() (*string, bool)

GetScriptIdOk returns a tuple with the ScriptId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskLoop) GetScriptName ¶

func (o *TaskLoop) GetScriptName() string

GetScriptName returns the ScriptName field value if set, zero value otherwise.

func (*TaskLoop) GetScriptNameOk ¶

func (o *TaskLoop) GetScriptNameOk() (*string, bool)

GetScriptNameOk returns a tuple with the ScriptName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskLoop) GetWait ¶

func (o *TaskLoop) GetWait() int64

GetWait returns the Wait field value if set, zero value otherwise.

func (*TaskLoop) GetWaitOk ¶

func (o *TaskLoop) GetWaitOk() (*int64, bool)

GetWaitOk returns a tuple with the Wait field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskLoop) HasBrand ¶

func (o *TaskLoop) HasBrand() bool

HasBrand returns a boolean if a field has been set.

func (*TaskLoop) HasBuiltinCondition ¶

func (o *TaskLoop) HasBuiltinCondition() bool

HasBuiltinCondition returns a boolean if a field has been set.

func (*TaskLoop) HasExitCondition ¶

func (o *TaskLoop) HasExitCondition() bool

HasExitCondition returns a boolean if a field has been set.

func (*TaskLoop) HasForEach ¶

func (o *TaskLoop) HasForEach() bool

HasForEach returns a boolean if a field has been set.

func (*TaskLoop) HasIsCommand ¶

func (o *TaskLoop) HasIsCommand() bool

HasIsCommand returns a boolean if a field has been set.

func (*TaskLoop) HasMax ¶

func (o *TaskLoop) HasMax() bool

HasMax returns a boolean if a field has been set.

func (*TaskLoop) HasScriptArguments ¶

func (o *TaskLoop) HasScriptArguments() bool

HasScriptArguments returns a boolean if a field has been set.

func (*TaskLoop) HasScriptId ¶

func (o *TaskLoop) HasScriptId() bool

HasScriptId returns a boolean if a field has been set.

func (*TaskLoop) HasScriptName ¶

func (o *TaskLoop) HasScriptName() bool

HasScriptName returns a boolean if a field has been set.

func (*TaskLoop) HasWait ¶

func (o *TaskLoop) HasWait() bool

HasWait returns a boolean if a field has been set.

func (TaskLoop) MarshalJSON ¶

func (o TaskLoop) MarshalJSON() ([]byte, error)

func (*TaskLoop) SetBrand ¶

func (o *TaskLoop) SetBrand(v string)

SetBrand gets a reference to the given string and assigns it to the Brand field.

func (*TaskLoop) SetBuiltinCondition ¶

func (o *TaskLoop) SetBuiltinCondition(v [][]ArgAtomicFilter)

SetBuiltinCondition gets a reference to the given [][]ArgAtomicFilter and assigns it to the BuiltinCondition field.

func (*TaskLoop) SetExitCondition ¶

func (o *TaskLoop) SetExitCondition(v string)

SetExitCondition gets a reference to the given string and assigns it to the ExitCondition field.

func (*TaskLoop) SetForEach ¶

func (o *TaskLoop) SetForEach(v bool)

SetForEach gets a reference to the given bool and assigns it to the ForEach field.

func (*TaskLoop) SetIsCommand ¶

func (o *TaskLoop) SetIsCommand(v bool)

SetIsCommand gets a reference to the given bool and assigns it to the IsCommand field.

func (*TaskLoop) SetMax ¶

func (o *TaskLoop) SetMax(v int64)

SetMax gets a reference to the given int64 and assigns it to the Max field.

func (*TaskLoop) SetScriptArguments ¶

func (o *TaskLoop) SetScriptArguments(v map[string]AdvanceArg)

SetScriptArguments gets a reference to the given map[string]AdvanceArg and assigns it to the ScriptArguments field.

func (*TaskLoop) SetScriptId ¶

func (o *TaskLoop) SetScriptId(v string)

SetScriptId gets a reference to the given string and assigns it to the ScriptId field.

func (*TaskLoop) SetScriptName ¶

func (o *TaskLoop) SetScriptName(v string)

SetScriptName gets a reference to the given string and assigns it to the ScriptName field.

func (*TaskLoop) SetWait ¶

func (o *TaskLoop) SetWait(v int64)

SetWait gets a reference to the given int64 and assigns it to the Wait field.

type TermLocationMap ¶ added in v0.2.4

type TermLocationMap struct {
}

TermLocationMap struct for TermLocationMap

func NewTermLocationMap ¶ added in v0.2.4

func NewTermLocationMap() *TermLocationMap

NewTermLocationMap instantiates a new TermLocationMap 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 NewTermLocationMapWithDefaults ¶ added in v0.2.4

func NewTermLocationMapWithDefaults() *TermLocationMap

NewTermLocationMapWithDefaults instantiates a new TermLocationMap 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 (TermLocationMap) MarshalJSON ¶ added in v0.2.4

func (o TermLocationMap) MarshalJSON() ([]byte, error)

type TerminalOptions ¶

type TerminalOptions struct {
	Echo           *int32  `json:"Echo,omitempty"`
	Terminal       *bool   `json:"Terminal,omitempty"`
	TerminalHeight *int64  `json:"TerminalHeight,omitempty"`
	TerminalType   *string `json:"TerminalType,omitempty"`
	TerminalWidth  *int64  `json:"TerminalWidth,omitempty"`
	TyISpeed       *int32  `json:"TyISpeed,omitempty"`
	TyOSpeed       *int32  `json:"TyOSpeed,omitempty"`
}

TerminalOptions TerminalOptions - terminal options to use in case of using pty

func NewTerminalOptions ¶

func NewTerminalOptions() *TerminalOptions

NewTerminalOptions instantiates a new TerminalOptions 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 NewTerminalOptionsWithDefaults ¶

func NewTerminalOptionsWithDefaults() *TerminalOptions

NewTerminalOptionsWithDefaults instantiates a new TerminalOptions 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 (*TerminalOptions) GetEcho ¶

func (o *TerminalOptions) GetEcho() int32

GetEcho returns the Echo field value if set, zero value otherwise.

func (*TerminalOptions) GetEchoOk ¶

func (o *TerminalOptions) GetEchoOk() (*int32, bool)

GetEchoOk returns a tuple with the Echo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TerminalOptions) GetTerminal ¶

func (o *TerminalOptions) GetTerminal() bool

GetTerminal returns the Terminal field value if set, zero value otherwise.

func (*TerminalOptions) GetTerminalHeight ¶

func (o *TerminalOptions) GetTerminalHeight() int64

GetTerminalHeight returns the TerminalHeight field value if set, zero value otherwise.

func (*TerminalOptions) GetTerminalHeightOk ¶

func (o *TerminalOptions) GetTerminalHeightOk() (*int64, bool)

GetTerminalHeightOk returns a tuple with the TerminalHeight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TerminalOptions) GetTerminalOk ¶

func (o *TerminalOptions) GetTerminalOk() (*bool, bool)

GetTerminalOk returns a tuple with the Terminal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TerminalOptions) GetTerminalType ¶

func (o *TerminalOptions) GetTerminalType() string

GetTerminalType returns the TerminalType field value if set, zero value otherwise.

func (*TerminalOptions) GetTerminalTypeOk ¶

func (o *TerminalOptions) GetTerminalTypeOk() (*string, bool)

GetTerminalTypeOk returns a tuple with the TerminalType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TerminalOptions) GetTerminalWidth ¶

func (o *TerminalOptions) GetTerminalWidth() int64

GetTerminalWidth returns the TerminalWidth field value if set, zero value otherwise.

func (*TerminalOptions) GetTerminalWidthOk ¶

func (o *TerminalOptions) GetTerminalWidthOk() (*int64, bool)

GetTerminalWidthOk returns a tuple with the TerminalWidth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TerminalOptions) GetTyISpeed ¶

func (o *TerminalOptions) GetTyISpeed() int32

GetTyISpeed returns the TyISpeed field value if set, zero value otherwise.

func (*TerminalOptions) GetTyISpeedOk ¶

func (o *TerminalOptions) GetTyISpeedOk() (*int32, bool)

GetTyISpeedOk returns a tuple with the TyISpeed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TerminalOptions) GetTyOSpeed ¶

func (o *TerminalOptions) GetTyOSpeed() int32

GetTyOSpeed returns the TyOSpeed field value if set, zero value otherwise.

func (*TerminalOptions) GetTyOSpeedOk ¶

func (o *TerminalOptions) GetTyOSpeedOk() (*int32, bool)

GetTyOSpeedOk returns a tuple with the TyOSpeed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TerminalOptions) HasEcho ¶

func (o *TerminalOptions) HasEcho() bool

HasEcho returns a boolean if a field has been set.

func (*TerminalOptions) HasTerminal ¶

func (o *TerminalOptions) HasTerminal() bool

HasTerminal returns a boolean if a field has been set.

func (*TerminalOptions) HasTerminalHeight ¶

func (o *TerminalOptions) HasTerminalHeight() bool

HasTerminalHeight returns a boolean if a field has been set.

func (*TerminalOptions) HasTerminalType ¶

func (o *TerminalOptions) HasTerminalType() bool

HasTerminalType returns a boolean if a field has been set.

func (*TerminalOptions) HasTerminalWidth ¶

func (o *TerminalOptions) HasTerminalWidth() bool

HasTerminalWidth returns a boolean if a field has been set.

func (*TerminalOptions) HasTyISpeed ¶

func (o *TerminalOptions) HasTyISpeed() bool

HasTyISpeed returns a boolean if a field has been set.

func (*TerminalOptions) HasTyOSpeed ¶

func (o *TerminalOptions) HasTyOSpeed() bool

HasTyOSpeed returns a boolean if a field has been set.

func (TerminalOptions) MarshalJSON ¶

func (o TerminalOptions) MarshalJSON() ([]byte, error)

func (*TerminalOptions) SetEcho ¶

func (o *TerminalOptions) SetEcho(v int32)

SetEcho gets a reference to the given int32 and assigns it to the Echo field.

func (*TerminalOptions) SetTerminal ¶

func (o *TerminalOptions) SetTerminal(v bool)

SetTerminal gets a reference to the given bool and assigns it to the Terminal field.

func (*TerminalOptions) SetTerminalHeight ¶

func (o *TerminalOptions) SetTerminalHeight(v int64)

SetTerminalHeight gets a reference to the given int64 and assigns it to the TerminalHeight field.

func (*TerminalOptions) SetTerminalType ¶

func (o *TerminalOptions) SetTerminalType(v string)

SetTerminalType gets a reference to the given string and assigns it to the TerminalType field.

func (*TerminalOptions) SetTerminalWidth ¶

func (o *TerminalOptions) SetTerminalWidth(v int64)

SetTerminalWidth gets a reference to the given int64 and assigns it to the TerminalWidth field.

func (*TerminalOptions) SetTyISpeed ¶

func (o *TerminalOptions) SetTyISpeed(v int32)

SetTyISpeed gets a reference to the given int32 and assigns it to the TyISpeed field.

func (*TerminalOptions) SetTyOSpeed ¶

func (o *TerminalOptions) SetTyOSpeed(v int32)

SetTyOSpeed gets a reference to the given int32 and assigns it to the TyOSpeed field.

type TimerTrigger ¶

type TimerTrigger struct {
	Action    *string `json:"action,omitempty"`
	FieldName *string `json:"fieldName,omitempty"`
}

TimerTrigger struct for TimerTrigger

func NewTimerTrigger ¶

func NewTimerTrigger() *TimerTrigger

NewTimerTrigger instantiates a new TimerTrigger 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 NewTimerTriggerWithDefaults ¶

func NewTimerTriggerWithDefaults() *TimerTrigger

NewTimerTriggerWithDefaults instantiates a new TimerTrigger 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 (*TimerTrigger) GetAction ¶

func (o *TimerTrigger) GetAction() string

GetAction returns the Action field value if set, zero value otherwise.

func (*TimerTrigger) GetActionOk ¶

func (o *TimerTrigger) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimerTrigger) GetFieldName ¶

func (o *TimerTrigger) GetFieldName() string

GetFieldName returns the FieldName field value if set, zero value otherwise.

func (*TimerTrigger) GetFieldNameOk ¶

func (o *TimerTrigger) GetFieldNameOk() (*string, bool)

GetFieldNameOk returns a tuple with the FieldName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimerTrigger) HasAction ¶

func (o *TimerTrigger) HasAction() bool

HasAction returns a boolean if a field has been set.

func (*TimerTrigger) HasFieldName ¶

func (o *TimerTrigger) HasFieldName() bool

HasFieldName returns a boolean if a field has been set.

func (TimerTrigger) MarshalJSON ¶

func (o TimerTrigger) MarshalJSON() ([]byte, error)

func (*TimerTrigger) SetAction ¶

func (o *TimerTrigger) SetAction(v string)

SetAction gets a reference to the given string and assigns it to the Action field.

func (*TimerTrigger) SetFieldName ¶

func (o *TimerTrigger) SetFieldName(v string)

SetFieldName gets a reference to the given string and assigns it to the FieldName field.

type TypeAndKind ¶

type TypeAndKind struct {
	Kind   *string `json:"kind,omitempty"`
	TypeId *string `json:"typeId,omitempty"`
}

TypeAndKind TypeAndKind - corresponding incident type & layout kind (details, edit, close, mobile...)

func NewTypeAndKind ¶

func NewTypeAndKind() *TypeAndKind

NewTypeAndKind instantiates a new TypeAndKind 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 NewTypeAndKindWithDefaults ¶

func NewTypeAndKindWithDefaults() *TypeAndKind

NewTypeAndKindWithDefaults instantiates a new TypeAndKind 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 (*TypeAndKind) GetKind ¶

func (o *TypeAndKind) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*TypeAndKind) GetKindOk ¶

func (o *TypeAndKind) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TypeAndKind) GetTypeId ¶

func (o *TypeAndKind) GetTypeId() string

GetTypeId returns the TypeId field value if set, zero value otherwise.

func (*TypeAndKind) GetTypeIdOk ¶

func (o *TypeAndKind) GetTypeIdOk() (*string, bool)

GetTypeIdOk returns a tuple with the TypeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TypeAndKind) HasKind ¶

func (o *TypeAndKind) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*TypeAndKind) HasTypeId ¶

func (o *TypeAndKind) HasTypeId() bool

HasTypeId returns a boolean if a field has been set.

func (TypeAndKind) MarshalJSON ¶

func (o TypeAndKind) MarshalJSON() ([]byte, error)

func (*TypeAndKind) SetKind ¶

func (o *TypeAndKind) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*TypeAndKind) SetTypeId ¶

func (o *TypeAndKind) SetTypeId(v string)

SetTypeId gets a reference to the given string and assigns it to the TypeId field.

type UnclassifiedCases ¶ added in v0.2.4

type UnclassifiedCases struct {
}

UnclassifiedCases struct for UnclassifiedCases

func NewUnclassifiedCases ¶ added in v0.2.4

func NewUnclassifiedCases() *UnclassifiedCases

NewUnclassifiedCases instantiates a new UnclassifiedCases 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 NewUnclassifiedCasesWithDefaults ¶ added in v0.2.4

func NewUnclassifiedCasesWithDefaults() *UnclassifiedCases

NewUnclassifiedCasesWithDefaults instantiates a new UnclassifiedCases 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 (UnclassifiedCases) MarshalJSON ¶ added in v0.2.4

func (o UnclassifiedCases) MarshalJSON() ([]byte, error)

type UpdateAccountHostResponse ¶ added in v0.2.4

type UpdateAccountHostResponse struct {
	Items []map[string]interface{}
}

UpdateAccountHostResponse struct for UpdateAccountHostResponse

func NewUpdateAccountHostResponse ¶ added in v0.2.4

func NewUpdateAccountHostResponse() *UpdateAccountHostResponse

NewUpdateAccountHostResponse instantiates a new UpdateAccountHostResponse 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 NewUpdateAccountHostResponseWithDefaults ¶ added in v0.2.4

func NewUpdateAccountHostResponseWithDefaults() *UpdateAccountHostResponse

NewUpdateAccountHostResponseWithDefaults instantiates a new UpdateAccountHostResponse 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 (UpdateAccountHostResponse) MarshalJSON ¶ added in v0.2.4

func (o UpdateAccountHostResponse) MarshalJSON() ([]byte, error)

func (*UpdateAccountHostResponse) UnmarshalJSON ¶ added in v0.2.4

func (o *UpdateAccountHostResponse) UnmarshalJSON(bytes []byte) (err error)

type UpdateDataBatch ¶

type UpdateDataBatch struct {
	CustomFields          *map[string]map[string]interface{} `json:"CustomFields,omitempty"`
	All                   *bool                              `json:"all,omitempty"`
	CloseNotes            *string                            `json:"closeNotes,omitempty"`
	CloseReason           *string                            `json:"closeReason,omitempty"`
	Columns               *[]string                          `json:"columns,omitempty"`
	Data                  *map[string]map[string]interface{} `json:"data,omitempty"`
	Filter                *IncidentFilter                    `json:"filter,omitempty"`
	Force                 *bool                              `json:"force,omitempty"`
	Ids                   *[]string                          `json:"ids,omitempty"`
	Line                  *string                            `json:"line,omitempty"`
	OriginalIncidentId    *string                            `json:"originalIncidentId,omitempty"`
	OverrideInvestigation *bool                              `json:"overrideInvestigation,omitempty"`
}

UpdateDataBatch struct for UpdateDataBatch

func NewUpdateDataBatch ¶

func NewUpdateDataBatch() *UpdateDataBatch

NewUpdateDataBatch instantiates a new UpdateDataBatch 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 NewUpdateDataBatchWithDefaults ¶

func NewUpdateDataBatchWithDefaults() *UpdateDataBatch

NewUpdateDataBatchWithDefaults instantiates a new UpdateDataBatch 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 (*UpdateDataBatch) GetAll ¶

func (o *UpdateDataBatch) GetAll() bool

GetAll returns the All field value if set, zero value otherwise.

func (*UpdateDataBatch) GetAllOk ¶

func (o *UpdateDataBatch) GetAllOk() (*bool, bool)

GetAllOk returns a tuple with the All field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateDataBatch) GetCloseNotes ¶

func (o *UpdateDataBatch) GetCloseNotes() string

GetCloseNotes returns the CloseNotes field value if set, zero value otherwise.

func (*UpdateDataBatch) GetCloseNotesOk ¶

func (o *UpdateDataBatch) GetCloseNotesOk() (*string, bool)

GetCloseNotesOk returns a tuple with the CloseNotes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateDataBatch) GetCloseReason ¶

func (o *UpdateDataBatch) GetCloseReason() string

GetCloseReason returns the CloseReason field value if set, zero value otherwise.

func (*UpdateDataBatch) GetCloseReasonOk ¶

func (o *UpdateDataBatch) GetCloseReasonOk() (*string, bool)

GetCloseReasonOk returns a tuple with the CloseReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateDataBatch) GetColumns ¶

func (o *UpdateDataBatch) GetColumns() []string

GetColumns returns the Columns field value if set, zero value otherwise.

func (*UpdateDataBatch) GetColumnsOk ¶

func (o *UpdateDataBatch) GetColumnsOk() (*[]string, bool)

GetColumnsOk returns a tuple with the Columns field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateDataBatch) GetCustomFields ¶

func (o *UpdateDataBatch) GetCustomFields() map[string]map[string]interface{}

GetCustomFields returns the CustomFields field value if set, zero value otherwise.

func (*UpdateDataBatch) GetCustomFieldsOk ¶

func (o *UpdateDataBatch) GetCustomFieldsOk() (*map[string]map[string]interface{}, bool)

GetCustomFieldsOk returns a tuple with the CustomFields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateDataBatch) GetData ¶

func (o *UpdateDataBatch) GetData() map[string]map[string]interface{}

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateDataBatch) GetDataOk ¶

func (o *UpdateDataBatch) GetDataOk() (*map[string]map[string]interface{}, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateDataBatch) GetFilter ¶

func (o *UpdateDataBatch) GetFilter() IncidentFilter

GetFilter returns the Filter field value if set, zero value otherwise.

func (*UpdateDataBatch) GetFilterOk ¶

func (o *UpdateDataBatch) GetFilterOk() (*IncidentFilter, bool)

GetFilterOk returns a tuple with the Filter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateDataBatch) GetForce ¶

func (o *UpdateDataBatch) GetForce() bool

GetForce returns the Force field value if set, zero value otherwise.

func (*UpdateDataBatch) GetForceOk ¶

func (o *UpdateDataBatch) GetForceOk() (*bool, bool)

GetForceOk returns a tuple with the Force field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateDataBatch) GetIds ¶

func (o *UpdateDataBatch) GetIds() []string

GetIds returns the Ids field value if set, zero value otherwise.

func (*UpdateDataBatch) GetIdsOk ¶

func (o *UpdateDataBatch) GetIdsOk() (*[]string, bool)

GetIdsOk returns a tuple with the Ids field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateDataBatch) GetLine ¶

func (o *UpdateDataBatch) GetLine() string

GetLine returns the Line field value if set, zero value otherwise.

func (*UpdateDataBatch) GetLineOk ¶

func (o *UpdateDataBatch) GetLineOk() (*string, bool)

GetLineOk returns a tuple with the Line field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateDataBatch) GetOriginalIncidentId ¶

func (o *UpdateDataBatch) GetOriginalIncidentId() string

GetOriginalIncidentId returns the OriginalIncidentId field value if set, zero value otherwise.

func (*UpdateDataBatch) GetOriginalIncidentIdOk ¶

func (o *UpdateDataBatch) GetOriginalIncidentIdOk() (*string, bool)

GetOriginalIncidentIdOk returns a tuple with the OriginalIncidentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateDataBatch) GetOverrideInvestigation ¶

func (o *UpdateDataBatch) GetOverrideInvestigation() bool

GetOverrideInvestigation returns the OverrideInvestigation field value if set, zero value otherwise.

func (*UpdateDataBatch) GetOverrideInvestigationOk ¶

func (o *UpdateDataBatch) GetOverrideInvestigationOk() (*bool, bool)

GetOverrideInvestigationOk returns a tuple with the OverrideInvestigation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateDataBatch) HasAll ¶

func (o *UpdateDataBatch) HasAll() bool

HasAll returns a boolean if a field has been set.

func (*UpdateDataBatch) HasCloseNotes ¶

func (o *UpdateDataBatch) HasCloseNotes() bool

HasCloseNotes returns a boolean if a field has been set.

func (*UpdateDataBatch) HasCloseReason ¶

func (o *UpdateDataBatch) HasCloseReason() bool

HasCloseReason returns a boolean if a field has been set.

func (*UpdateDataBatch) HasColumns ¶

func (o *UpdateDataBatch) HasColumns() bool

HasColumns returns a boolean if a field has been set.

func (*UpdateDataBatch) HasCustomFields ¶

func (o *UpdateDataBatch) HasCustomFields() bool

HasCustomFields returns a boolean if a field has been set.

func (*UpdateDataBatch) HasData ¶

func (o *UpdateDataBatch) HasData() bool

HasData returns a boolean if a field has been set.

func (*UpdateDataBatch) HasFilter ¶

func (o *UpdateDataBatch) HasFilter() bool

HasFilter returns a boolean if a field has been set.

func (*UpdateDataBatch) HasForce ¶

func (o *UpdateDataBatch) HasForce() bool

HasForce returns a boolean if a field has been set.

func (*UpdateDataBatch) HasIds ¶

func (o *UpdateDataBatch) HasIds() bool

HasIds returns a boolean if a field has been set.

func (*UpdateDataBatch) HasLine ¶

func (o *UpdateDataBatch) HasLine() bool

HasLine returns a boolean if a field has been set.

func (*UpdateDataBatch) HasOriginalIncidentId ¶

func (o *UpdateDataBatch) HasOriginalIncidentId() bool

HasOriginalIncidentId returns a boolean if a field has been set.

func (*UpdateDataBatch) HasOverrideInvestigation ¶

func (o *UpdateDataBatch) HasOverrideInvestigation() bool

HasOverrideInvestigation returns a boolean if a field has been set.

func (UpdateDataBatch) MarshalJSON ¶

func (o UpdateDataBatch) MarshalJSON() ([]byte, error)

func (*UpdateDataBatch) SetAll ¶

func (o *UpdateDataBatch) SetAll(v bool)

SetAll gets a reference to the given bool and assigns it to the All field.

func (*UpdateDataBatch) SetCloseNotes ¶

func (o *UpdateDataBatch) SetCloseNotes(v string)

SetCloseNotes gets a reference to the given string and assigns it to the CloseNotes field.

func (*UpdateDataBatch) SetCloseReason ¶

func (o *UpdateDataBatch) SetCloseReason(v string)

SetCloseReason gets a reference to the given string and assigns it to the CloseReason field.

func (*UpdateDataBatch) SetColumns ¶

func (o *UpdateDataBatch) SetColumns(v []string)

SetColumns gets a reference to the given []string and assigns it to the Columns field.

func (*UpdateDataBatch) SetCustomFields ¶

func (o *UpdateDataBatch) SetCustomFields(v map[string]map[string]interface{})

SetCustomFields gets a reference to the given map[string]map[string]interface{} and assigns it to the CustomFields field.

func (*UpdateDataBatch) SetData ¶

func (o *UpdateDataBatch) SetData(v map[string]map[string]interface{})

SetData gets a reference to the given map[string]map[string]interface{} and assigns it to the Data field.

func (*UpdateDataBatch) SetFilter ¶

func (o *UpdateDataBatch) SetFilter(v IncidentFilter)

SetFilter gets a reference to the given IncidentFilter and assigns it to the Filter field.

func (*UpdateDataBatch) SetForce ¶

func (o *UpdateDataBatch) SetForce(v bool)

SetForce gets a reference to the given bool and assigns it to the Force field.

func (*UpdateDataBatch) SetIds ¶

func (o *UpdateDataBatch) SetIds(v []string)

SetIds gets a reference to the given []string and assigns it to the Ids field.

func (*UpdateDataBatch) SetLine ¶

func (o *UpdateDataBatch) SetLine(v string)

SetLine gets a reference to the given string and assigns it to the Line field.

func (*UpdateDataBatch) SetOriginalIncidentId ¶

func (o *UpdateDataBatch) SetOriginalIncidentId(v string)

SetOriginalIncidentId gets a reference to the given string and assigns it to the OriginalIncidentId field.

func (*UpdateDataBatch) SetOverrideInvestigation ¶

func (o *UpdateDataBatch) SetOverrideInvestigation(v bool)

SetOverrideInvestigation gets a reference to the given bool and assigns it to the OverrideInvestigation field.

type UpdateEntry ¶

type UpdateEntry struct {
	Args            *map[string]AdvanceArg `json:"args,omitempty"`
	Data            *string                `json:"data,omitempty"`
	Id              *string                `json:"id,omitempty"`
	InvestigationId *string                `json:"investigationId,omitempty"`
	Markdown        *bool                  `json:"markdown,omitempty"`
	PrimaryTerm     *int64                 `json:"primaryTerm,omitempty"`
	SequenceNumber  *int64                 `json:"sequenceNumber,omitempty"`
	Version         *int64                 `json:"version,omitempty"`
}

UpdateEntry struct for UpdateEntry

func NewUpdateEntry ¶

func NewUpdateEntry() *UpdateEntry

NewUpdateEntry instantiates a new UpdateEntry 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 NewUpdateEntryWithDefaults ¶

func NewUpdateEntryWithDefaults() *UpdateEntry

NewUpdateEntryWithDefaults instantiates a new UpdateEntry 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 (*UpdateEntry) GetArgs ¶

func (o *UpdateEntry) GetArgs() map[string]AdvanceArg

GetArgs returns the Args field value if set, zero value otherwise.

func (*UpdateEntry) GetArgsOk ¶

func (o *UpdateEntry) GetArgsOk() (*map[string]AdvanceArg, bool)

GetArgsOk returns a tuple with the Args field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateEntry) GetData ¶

func (o *UpdateEntry) GetData() string

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateEntry) GetDataOk ¶

func (o *UpdateEntry) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateEntry) GetId ¶

func (o *UpdateEntry) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*UpdateEntry) GetIdOk ¶

func (o *UpdateEntry) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateEntry) GetInvestigationId ¶

func (o *UpdateEntry) GetInvestigationId() string

GetInvestigationId returns the InvestigationId field value if set, zero value otherwise.

func (*UpdateEntry) GetInvestigationIdOk ¶

func (o *UpdateEntry) GetInvestigationIdOk() (*string, bool)

GetInvestigationIdOk returns a tuple with the InvestigationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateEntry) GetMarkdown ¶

func (o *UpdateEntry) GetMarkdown() bool

GetMarkdown returns the Markdown field value if set, zero value otherwise.

func (*UpdateEntry) GetMarkdownOk ¶

func (o *UpdateEntry) GetMarkdownOk() (*bool, bool)

GetMarkdownOk returns a tuple with the Markdown field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateEntry) GetPrimaryTerm ¶

func (o *UpdateEntry) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*UpdateEntry) GetPrimaryTermOk ¶

func (o *UpdateEntry) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateEntry) GetSequenceNumber ¶

func (o *UpdateEntry) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*UpdateEntry) GetSequenceNumberOk ¶

func (o *UpdateEntry) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateEntry) GetVersion ¶

func (o *UpdateEntry) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*UpdateEntry) GetVersionOk ¶

func (o *UpdateEntry) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateEntry) HasArgs ¶

func (o *UpdateEntry) HasArgs() bool

HasArgs returns a boolean if a field has been set.

func (*UpdateEntry) HasData ¶

func (o *UpdateEntry) HasData() bool

HasData returns a boolean if a field has been set.

func (*UpdateEntry) HasId ¶

func (o *UpdateEntry) HasId() bool

HasId returns a boolean if a field has been set.

func (*UpdateEntry) HasInvestigationId ¶

func (o *UpdateEntry) HasInvestigationId() bool

HasInvestigationId returns a boolean if a field has been set.

func (*UpdateEntry) HasMarkdown ¶

func (o *UpdateEntry) HasMarkdown() bool

HasMarkdown returns a boolean if a field has been set.

func (*UpdateEntry) HasPrimaryTerm ¶

func (o *UpdateEntry) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*UpdateEntry) HasSequenceNumber ¶

func (o *UpdateEntry) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*UpdateEntry) HasVersion ¶

func (o *UpdateEntry) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (UpdateEntry) MarshalJSON ¶

func (o UpdateEntry) MarshalJSON() ([]byte, error)

func (*UpdateEntry) SetArgs ¶

func (o *UpdateEntry) SetArgs(v map[string]AdvanceArg)

SetArgs gets a reference to the given map[string]AdvanceArg and assigns it to the Args field.

func (*UpdateEntry) SetData ¶

func (o *UpdateEntry) SetData(v string)

SetData gets a reference to the given string and assigns it to the Data field.

func (*UpdateEntry) SetId ¶

func (o *UpdateEntry) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*UpdateEntry) SetInvestigationId ¶

func (o *UpdateEntry) SetInvestigationId(v string)

SetInvestigationId gets a reference to the given string and assigns it to the InvestigationId field.

func (*UpdateEntry) SetMarkdown ¶

func (o *UpdateEntry) SetMarkdown(v bool)

SetMarkdown gets a reference to the given bool and assigns it to the Markdown field.

func (*UpdateEntry) SetPrimaryTerm ¶

func (o *UpdateEntry) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*UpdateEntry) SetSequenceNumber ¶

func (o *UpdateEntry) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*UpdateEntry) SetVersion ¶

func (o *UpdateEntry) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

type UpdateEntryTags ¶

type UpdateEntryTags struct {
	Id              *string   `json:"id,omitempty"`
	InvestigationId *string   `json:"investigationId,omitempty"`
	PrimaryTerm     *int64    `json:"primaryTerm,omitempty"`
	SequenceNumber  *int64    `json:"sequenceNumber,omitempty"`
	Tags            *[]string `json:"tags,omitempty"`
	Version         *int64    `json:"version,omitempty"`
}

UpdateEntryTags struct for UpdateEntryTags

func NewUpdateEntryTags ¶

func NewUpdateEntryTags() *UpdateEntryTags

NewUpdateEntryTags instantiates a new UpdateEntryTags 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 NewUpdateEntryTagsWithDefaults ¶

func NewUpdateEntryTagsWithDefaults() *UpdateEntryTags

NewUpdateEntryTagsWithDefaults instantiates a new UpdateEntryTags 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 (*UpdateEntryTags) GetId ¶

func (o *UpdateEntryTags) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*UpdateEntryTags) GetIdOk ¶

func (o *UpdateEntryTags) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateEntryTags) GetInvestigationId ¶

func (o *UpdateEntryTags) GetInvestigationId() string

GetInvestigationId returns the InvestigationId field value if set, zero value otherwise.

func (*UpdateEntryTags) GetInvestigationIdOk ¶

func (o *UpdateEntryTags) GetInvestigationIdOk() (*string, bool)

GetInvestigationIdOk returns a tuple with the InvestigationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateEntryTags) GetPrimaryTerm ¶

func (o *UpdateEntryTags) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*UpdateEntryTags) GetPrimaryTermOk ¶

func (o *UpdateEntryTags) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateEntryTags) GetSequenceNumber ¶

func (o *UpdateEntryTags) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*UpdateEntryTags) GetSequenceNumberOk ¶

func (o *UpdateEntryTags) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateEntryTags) GetTags ¶

func (o *UpdateEntryTags) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*UpdateEntryTags) GetTagsOk ¶

func (o *UpdateEntryTags) GetTagsOk() (*[]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateEntryTags) GetVersion ¶

func (o *UpdateEntryTags) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*UpdateEntryTags) GetVersionOk ¶

func (o *UpdateEntryTags) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateEntryTags) HasId ¶

func (o *UpdateEntryTags) HasId() bool

HasId returns a boolean if a field has been set.

func (*UpdateEntryTags) HasInvestigationId ¶

func (o *UpdateEntryTags) HasInvestigationId() bool

HasInvestigationId returns a boolean if a field has been set.

func (*UpdateEntryTags) HasPrimaryTerm ¶

func (o *UpdateEntryTags) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*UpdateEntryTags) HasSequenceNumber ¶

func (o *UpdateEntryTags) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*UpdateEntryTags) HasTags ¶

func (o *UpdateEntryTags) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*UpdateEntryTags) HasVersion ¶

func (o *UpdateEntryTags) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (UpdateEntryTags) MarshalJSON ¶

func (o UpdateEntryTags) MarshalJSON() ([]byte, error)

func (*UpdateEntryTags) SetId ¶

func (o *UpdateEntryTags) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*UpdateEntryTags) SetInvestigationId ¶

func (o *UpdateEntryTags) SetInvestigationId(v string)

SetInvestigationId gets a reference to the given string and assigns it to the InvestigationId field.

func (*UpdateEntryTags) SetPrimaryTerm ¶

func (o *UpdateEntryTags) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*UpdateEntryTags) SetSequenceNumber ¶

func (o *UpdateEntryTags) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*UpdateEntryTags) SetTags ¶

func (o *UpdateEntryTags) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*UpdateEntryTags) SetVersion ¶

func (o *UpdateEntryTags) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

type UpdateIndicatorBatch ¶

type UpdateIndicatorBatch struct {
	All    *bool                              `json:"all,omitempty"`
	Data   *map[string]map[string]interface{} `json:"data,omitempty"`
	Filter *IndicatorFilter                   `json:"filter,omitempty"`
	Ids    *[]string                          `json:"ids,omitempty"`
}

UpdateIndicatorBatch UpdateIndicatorBatch - edit bulk indicators

func NewUpdateIndicatorBatch ¶

func NewUpdateIndicatorBatch() *UpdateIndicatorBatch

NewUpdateIndicatorBatch instantiates a new UpdateIndicatorBatch 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 NewUpdateIndicatorBatchWithDefaults ¶

func NewUpdateIndicatorBatchWithDefaults() *UpdateIndicatorBatch

NewUpdateIndicatorBatchWithDefaults instantiates a new UpdateIndicatorBatch 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 (*UpdateIndicatorBatch) GetAll ¶

func (o *UpdateIndicatorBatch) GetAll() bool

GetAll returns the All field value if set, zero value otherwise.

func (*UpdateIndicatorBatch) GetAllOk ¶

func (o *UpdateIndicatorBatch) GetAllOk() (*bool, bool)

GetAllOk returns a tuple with the All field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateIndicatorBatch) GetData ¶

func (o *UpdateIndicatorBatch) GetData() map[string]map[string]interface{}

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateIndicatorBatch) GetDataOk ¶

func (o *UpdateIndicatorBatch) GetDataOk() (*map[string]map[string]interface{}, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateIndicatorBatch) GetFilter ¶

func (o *UpdateIndicatorBatch) GetFilter() IndicatorFilter

GetFilter returns the Filter field value if set, zero value otherwise.

func (*UpdateIndicatorBatch) GetFilterOk ¶

func (o *UpdateIndicatorBatch) GetFilterOk() (*IndicatorFilter, bool)

GetFilterOk returns a tuple with the Filter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateIndicatorBatch) GetIds ¶

func (o *UpdateIndicatorBatch) GetIds() []string

GetIds returns the Ids field value if set, zero value otherwise.

func (*UpdateIndicatorBatch) GetIdsOk ¶

func (o *UpdateIndicatorBatch) GetIdsOk() (*[]string, bool)

GetIdsOk returns a tuple with the Ids field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateIndicatorBatch) HasAll ¶

func (o *UpdateIndicatorBatch) HasAll() bool

HasAll returns a boolean if a field has been set.

func (*UpdateIndicatorBatch) HasData ¶

func (o *UpdateIndicatorBatch) HasData() bool

HasData returns a boolean if a field has been set.

func (*UpdateIndicatorBatch) HasFilter ¶

func (o *UpdateIndicatorBatch) HasFilter() bool

HasFilter returns a boolean if a field has been set.

func (*UpdateIndicatorBatch) HasIds ¶

func (o *UpdateIndicatorBatch) HasIds() bool

HasIds returns a boolean if a field has been set.

func (UpdateIndicatorBatch) MarshalJSON ¶

func (o UpdateIndicatorBatch) MarshalJSON() ([]byte, error)

func (*UpdateIndicatorBatch) SetAll ¶

func (o *UpdateIndicatorBatch) SetAll(v bool)

SetAll gets a reference to the given bool and assigns it to the All field.

func (*UpdateIndicatorBatch) SetData ¶

func (o *UpdateIndicatorBatch) SetData(v map[string]map[string]interface{})

SetData gets a reference to the given map[string]map[string]interface{} and assigns it to the Data field.

func (*UpdateIndicatorBatch) SetFilter ¶

func (o *UpdateIndicatorBatch) SetFilter(v IndicatorFilter)

SetFilter gets a reference to the given IndicatorFilter and assigns it to the Filter field.

func (*UpdateIndicatorBatch) SetIds ¶

func (o *UpdateIndicatorBatch) SetIds(v []string)

SetIds gets a reference to the given []string and assigns it to the Ids field.

type UpdateIndicatorReputationData ¶

type UpdateIndicatorReputationData struct {
	InvestigationId *string   `json:"InvestigationId,omitempty"`
	DoNotWhitelist  *bool     `json:"doNotWhitelist,omitempty"`
	EntryId         *string   `json:"entryId,omitempty"`
	ManualScore     *bool     `json:"manualScore,omitempty"`
	Reason          *string   `json:"reason,omitempty"`
	Reputation      *int64    `json:"reputation,omitempty"`
	Reputations     *[]string `json:"reputations,omitempty"`
	Value           *string   `json:"value,omitempty"`
}

UpdateIndicatorReputationData struct for UpdateIndicatorReputationData

func NewUpdateIndicatorReputationData ¶

func NewUpdateIndicatorReputationData() *UpdateIndicatorReputationData

NewUpdateIndicatorReputationData instantiates a new UpdateIndicatorReputationData 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 NewUpdateIndicatorReputationDataWithDefaults ¶

func NewUpdateIndicatorReputationDataWithDefaults() *UpdateIndicatorReputationData

NewUpdateIndicatorReputationDataWithDefaults instantiates a new UpdateIndicatorReputationData 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 (*UpdateIndicatorReputationData) GetDoNotWhitelist ¶

func (o *UpdateIndicatorReputationData) GetDoNotWhitelist() bool

GetDoNotWhitelist returns the DoNotWhitelist field value if set, zero value otherwise.

func (*UpdateIndicatorReputationData) GetDoNotWhitelistOk ¶

func (o *UpdateIndicatorReputationData) GetDoNotWhitelistOk() (*bool, bool)

GetDoNotWhitelistOk returns a tuple with the DoNotWhitelist field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateIndicatorReputationData) GetEntryId ¶

func (o *UpdateIndicatorReputationData) GetEntryId() string

GetEntryId returns the EntryId field value if set, zero value otherwise.

func (*UpdateIndicatorReputationData) GetEntryIdOk ¶

func (o *UpdateIndicatorReputationData) GetEntryIdOk() (*string, bool)

GetEntryIdOk returns a tuple with the EntryId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateIndicatorReputationData) GetInvestigationId ¶

func (o *UpdateIndicatorReputationData) GetInvestigationId() string

GetInvestigationId returns the InvestigationId field value if set, zero value otherwise.

func (*UpdateIndicatorReputationData) GetInvestigationIdOk ¶

func (o *UpdateIndicatorReputationData) GetInvestigationIdOk() (*string, bool)

GetInvestigationIdOk returns a tuple with the InvestigationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateIndicatorReputationData) GetManualScore ¶

func (o *UpdateIndicatorReputationData) GetManualScore() bool

GetManualScore returns the ManualScore field value if set, zero value otherwise.

func (*UpdateIndicatorReputationData) GetManualScoreOk ¶

func (o *UpdateIndicatorReputationData) GetManualScoreOk() (*bool, bool)

GetManualScoreOk returns a tuple with the ManualScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateIndicatorReputationData) GetReason ¶

func (o *UpdateIndicatorReputationData) GetReason() string

GetReason returns the Reason field value if set, zero value otherwise.

func (*UpdateIndicatorReputationData) GetReasonOk ¶

func (o *UpdateIndicatorReputationData) GetReasonOk() (*string, bool)

GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateIndicatorReputationData) GetReputation ¶

func (o *UpdateIndicatorReputationData) GetReputation() int64

GetReputation returns the Reputation field value if set, zero value otherwise.

func (*UpdateIndicatorReputationData) GetReputationOk ¶

func (o *UpdateIndicatorReputationData) GetReputationOk() (*int64, bool)

GetReputationOk returns a tuple with the Reputation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateIndicatorReputationData) GetReputations ¶

func (o *UpdateIndicatorReputationData) GetReputations() []string

GetReputations returns the Reputations field value if set, zero value otherwise.

func (*UpdateIndicatorReputationData) GetReputationsOk ¶

func (o *UpdateIndicatorReputationData) GetReputationsOk() (*[]string, bool)

GetReputationsOk returns a tuple with the Reputations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateIndicatorReputationData) GetValue ¶

func (o *UpdateIndicatorReputationData) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*UpdateIndicatorReputationData) GetValueOk ¶

func (o *UpdateIndicatorReputationData) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateIndicatorReputationData) HasDoNotWhitelist ¶

func (o *UpdateIndicatorReputationData) HasDoNotWhitelist() bool

HasDoNotWhitelist returns a boolean if a field has been set.

func (*UpdateIndicatorReputationData) HasEntryId ¶

func (o *UpdateIndicatorReputationData) HasEntryId() bool

HasEntryId returns a boolean if a field has been set.

func (*UpdateIndicatorReputationData) HasInvestigationId ¶

func (o *UpdateIndicatorReputationData) HasInvestigationId() bool

HasInvestigationId returns a boolean if a field has been set.

func (*UpdateIndicatorReputationData) HasManualScore ¶

func (o *UpdateIndicatorReputationData) HasManualScore() bool

HasManualScore returns a boolean if a field has been set.

func (*UpdateIndicatorReputationData) HasReason ¶

func (o *UpdateIndicatorReputationData) HasReason() bool

HasReason returns a boolean if a field has been set.

func (*UpdateIndicatorReputationData) HasReputation ¶

func (o *UpdateIndicatorReputationData) HasReputation() bool

HasReputation returns a boolean if a field has been set.

func (*UpdateIndicatorReputationData) HasReputations ¶

func (o *UpdateIndicatorReputationData) HasReputations() bool

HasReputations returns a boolean if a field has been set.

func (*UpdateIndicatorReputationData) HasValue ¶

func (o *UpdateIndicatorReputationData) HasValue() bool

HasValue returns a boolean if a field has been set.

func (UpdateIndicatorReputationData) MarshalJSON ¶

func (o UpdateIndicatorReputationData) MarshalJSON() ([]byte, error)

func (*UpdateIndicatorReputationData) SetDoNotWhitelist ¶

func (o *UpdateIndicatorReputationData) SetDoNotWhitelist(v bool)

SetDoNotWhitelist gets a reference to the given bool and assigns it to the DoNotWhitelist field.

func (*UpdateIndicatorReputationData) SetEntryId ¶

func (o *UpdateIndicatorReputationData) SetEntryId(v string)

SetEntryId gets a reference to the given string and assigns it to the EntryId field.

func (*UpdateIndicatorReputationData) SetInvestigationId ¶

func (o *UpdateIndicatorReputationData) SetInvestigationId(v string)

SetInvestigationId gets a reference to the given string and assigns it to the InvestigationId field.

func (*UpdateIndicatorReputationData) SetManualScore ¶

func (o *UpdateIndicatorReputationData) SetManualScore(v bool)

SetManualScore gets a reference to the given bool and assigns it to the ManualScore field.

func (*UpdateIndicatorReputationData) SetReason ¶

func (o *UpdateIndicatorReputationData) SetReason(v string)

SetReason gets a reference to the given string and assigns it to the Reason field.

func (*UpdateIndicatorReputationData) SetReputation ¶

func (o *UpdateIndicatorReputationData) SetReputation(v int64)

SetReputation gets a reference to the given int64 and assigns it to the Reputation field.

func (*UpdateIndicatorReputationData) SetReputations ¶

func (o *UpdateIndicatorReputationData) SetReputations(v []string)

SetReputations gets a reference to the given []string and assigns it to the Reputations field.

func (*UpdateIndicatorReputationData) SetValue ¶

func (o *UpdateIndicatorReputationData) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

type UpdateResponse ¶

type UpdateResponse struct {
	NotUpdated *int64    `json:"notUpdated,omitempty"`
	UpdatedIds *[]string `json:"updatedIds,omitempty"`
}

UpdateResponse struct for UpdateResponse

func NewUpdateResponse ¶

func NewUpdateResponse() *UpdateResponse

NewUpdateResponse instantiates a new UpdateResponse 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 NewUpdateResponseWithDefaults ¶

func NewUpdateResponseWithDefaults() *UpdateResponse

NewUpdateResponseWithDefaults instantiates a new UpdateResponse 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 (*UpdateResponse) GetNotUpdated ¶

func (o *UpdateResponse) GetNotUpdated() int64

GetNotUpdated returns the NotUpdated field value if set, zero value otherwise.

func (*UpdateResponse) GetNotUpdatedOk ¶

func (o *UpdateResponse) GetNotUpdatedOk() (*int64, bool)

GetNotUpdatedOk returns a tuple with the NotUpdated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateResponse) GetUpdatedIds ¶

func (o *UpdateResponse) GetUpdatedIds() []string

GetUpdatedIds returns the UpdatedIds field value if set, zero value otherwise.

func (*UpdateResponse) GetUpdatedIdsOk ¶

func (o *UpdateResponse) GetUpdatedIdsOk() (*[]string, bool)

GetUpdatedIdsOk returns a tuple with the UpdatedIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateResponse) HasNotUpdated ¶

func (o *UpdateResponse) HasNotUpdated() bool

HasNotUpdated returns a boolean if a field has been set.

func (*UpdateResponse) HasUpdatedIds ¶

func (o *UpdateResponse) HasUpdatedIds() bool

HasUpdatedIds returns a boolean if a field has been set.

func (UpdateResponse) MarshalJSON ¶

func (o UpdateResponse) MarshalJSON() ([]byte, error)

func (*UpdateResponse) SetNotUpdated ¶

func (o *UpdateResponse) SetNotUpdated(v int64)

SetNotUpdated gets a reference to the given int64 and assigns it to the NotUpdated field.

func (*UpdateResponse) SetUpdatedIds ¶

func (o *UpdateResponse) SetUpdatedIds(v []string)

SetUpdatedIds gets a reference to the given []string and assigns it to the UpdatedIds field.

type UpdateRolesAndPropagationLabelsRequest ¶

type UpdateRolesAndPropagationLabelsRequest struct {
	SelectedPropagationLabels *[]string `json:"selectedPropagationLabels,omitempty"`
	SelectedRoles             *[]string `json:"selectedRoles,omitempty"`
}

UpdateRolesAndPropagationLabelsRequest struct for UpdateRolesAndPropagationLabelsRequest

func NewUpdateRolesAndPropagationLabelsRequest ¶

func NewUpdateRolesAndPropagationLabelsRequest() *UpdateRolesAndPropagationLabelsRequest

NewUpdateRolesAndPropagationLabelsRequest instantiates a new UpdateRolesAndPropagationLabelsRequest 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 NewUpdateRolesAndPropagationLabelsRequestWithDefaults ¶

func NewUpdateRolesAndPropagationLabelsRequestWithDefaults() *UpdateRolesAndPropagationLabelsRequest

NewUpdateRolesAndPropagationLabelsRequestWithDefaults instantiates a new UpdateRolesAndPropagationLabelsRequest 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 (*UpdateRolesAndPropagationLabelsRequest) GetSelectedPropagationLabels ¶

func (o *UpdateRolesAndPropagationLabelsRequest) GetSelectedPropagationLabels() []string

GetSelectedPropagationLabels returns the SelectedPropagationLabels field value if set, zero value otherwise.

func (*UpdateRolesAndPropagationLabelsRequest) GetSelectedPropagationLabelsOk ¶

func (o *UpdateRolesAndPropagationLabelsRequest) GetSelectedPropagationLabelsOk() (*[]string, bool)

GetSelectedPropagationLabelsOk returns a tuple with the SelectedPropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRolesAndPropagationLabelsRequest) GetSelectedRoles ¶

func (o *UpdateRolesAndPropagationLabelsRequest) GetSelectedRoles() []string

GetSelectedRoles returns the SelectedRoles field value if set, zero value otherwise.

func (*UpdateRolesAndPropagationLabelsRequest) GetSelectedRolesOk ¶

func (o *UpdateRolesAndPropagationLabelsRequest) GetSelectedRolesOk() (*[]string, bool)

GetSelectedRolesOk returns a tuple with the SelectedRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRolesAndPropagationLabelsRequest) HasSelectedPropagationLabels ¶

func (o *UpdateRolesAndPropagationLabelsRequest) HasSelectedPropagationLabels() bool

HasSelectedPropagationLabels returns a boolean if a field has been set.

func (*UpdateRolesAndPropagationLabelsRequest) HasSelectedRoles ¶

func (o *UpdateRolesAndPropagationLabelsRequest) HasSelectedRoles() bool

HasSelectedRoles returns a boolean if a field has been set.

func (UpdateRolesAndPropagationLabelsRequest) MarshalJSON ¶

func (o UpdateRolesAndPropagationLabelsRequest) MarshalJSON() ([]byte, error)

func (*UpdateRolesAndPropagationLabelsRequest) SetSelectedPropagationLabels ¶

func (o *UpdateRolesAndPropagationLabelsRequest) SetSelectedPropagationLabels(v []string)

SetSelectedPropagationLabels gets a reference to the given []string and assigns it to the SelectedPropagationLabels field.

func (*UpdateRolesAndPropagationLabelsRequest) SetSelectedRoles ¶

func (o *UpdateRolesAndPropagationLabelsRequest) SetSelectedRoles(v []string)

SetSelectedRoles gets a reference to the given []string and assigns it to the SelectedRoles field.

type UploadedEntry ¶

type UploadedEntry struct {
	Contents        *string `json:"contents,omitempty"`
	Format          *string `json:"format,omitempty"`
	InvestigationId *string `json:"investigationId,omitempty"`
}

UploadedEntry struct for UploadedEntry

func NewUploadedEntry ¶

func NewUploadedEntry() *UploadedEntry

NewUploadedEntry instantiates a new UploadedEntry 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 NewUploadedEntryWithDefaults ¶

func NewUploadedEntryWithDefaults() *UploadedEntry

NewUploadedEntryWithDefaults instantiates a new UploadedEntry 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 (*UploadedEntry) GetContents ¶

func (o *UploadedEntry) GetContents() string

GetContents returns the Contents field value if set, zero value otherwise.

func (*UploadedEntry) GetContentsOk ¶

func (o *UploadedEntry) GetContentsOk() (*string, bool)

GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UploadedEntry) GetFormat ¶

func (o *UploadedEntry) GetFormat() string

GetFormat returns the Format field value if set, zero value otherwise.

func (*UploadedEntry) GetFormatOk ¶

func (o *UploadedEntry) GetFormatOk() (*string, bool)

GetFormatOk returns a tuple with the Format field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UploadedEntry) GetInvestigationId ¶

func (o *UploadedEntry) GetInvestigationId() string

GetInvestigationId returns the InvestigationId field value if set, zero value otherwise.

func (*UploadedEntry) GetInvestigationIdOk ¶

func (o *UploadedEntry) GetInvestigationIdOk() (*string, bool)

GetInvestigationIdOk returns a tuple with the InvestigationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UploadedEntry) HasContents ¶

func (o *UploadedEntry) HasContents() bool

HasContents returns a boolean if a field has been set.

func (*UploadedEntry) HasFormat ¶

func (o *UploadedEntry) HasFormat() bool

HasFormat returns a boolean if a field has been set.

func (*UploadedEntry) HasInvestigationId ¶

func (o *UploadedEntry) HasInvestigationId() bool

HasInvestigationId returns a boolean if a field has been set.

func (UploadedEntry) MarshalJSON ¶

func (o UploadedEntry) MarshalJSON() ([]byte, error)

func (*UploadedEntry) SetContents ¶

func (o *UploadedEntry) SetContents(v string)

SetContents gets a reference to the given string and assigns it to the Contents field.

func (*UploadedEntry) SetFormat ¶

func (o *UploadedEntry) SetFormat(v string)

SetFormat gets a reference to the given string and assigns it to the Format field.

func (*UploadedEntry) SetInvestigationId ¶

func (o *UploadedEntry) SetInvestigationId(v string)

SetInvestigationId gets a reference to the given string and assigns it to the InvestigationId field.

type Version ¶

type Version struct {
	// WARNING: when adding new attributes or changing the names of the existing ones, remember to add support in UnmarshalJSON for items that were exported by msgpack.
	Digits *[]int64 `json:"Digits,omitempty"`
	Label  *string  `json:"Label,omitempty"`
}

Version struct for Version

func NewVersion ¶

func NewVersion() *Version

NewVersion instantiates a new Version 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 NewVersionWithDefaults ¶

func NewVersionWithDefaults() *Version

NewVersionWithDefaults instantiates a new Version 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 (*Version) GetDigits ¶

func (o *Version) GetDigits() []int64

GetDigits returns the Digits field value if set, zero value otherwise.

func (*Version) GetDigitsOk ¶

func (o *Version) GetDigitsOk() (*[]int64, bool)

GetDigitsOk returns a tuple with the Digits field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Version) GetLabel ¶

func (o *Version) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*Version) GetLabelOk ¶

func (o *Version) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Version) HasDigits ¶

func (o *Version) HasDigits() bool

HasDigits returns a boolean if a field has been set.

func (*Version) HasLabel ¶

func (o *Version) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (Version) MarshalJSON ¶

func (o Version) MarshalJSON() ([]byte, error)

func (*Version) SetDigits ¶

func (o *Version) SetDigits(v []int64)

SetDigits gets a reference to the given []int64 and assigns it to the Digits field.

func (*Version) SetLabel ¶

func (o *Version) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

type VersionedCommit ¶

type VersionedCommit struct {
	CommitMessage *string `json:"commitMessage,omitempty"`
	ShouldCommit  *bool   `json:"shouldCommit,omitempty"`
}

VersionedCommit struct for VersionedCommit

func NewVersionedCommit ¶

func NewVersionedCommit() *VersionedCommit

NewVersionedCommit instantiates a new VersionedCommit 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 NewVersionedCommitWithDefaults ¶

func NewVersionedCommitWithDefaults() *VersionedCommit

NewVersionedCommitWithDefaults instantiates a new VersionedCommit 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 (*VersionedCommit) GetCommitMessage ¶

func (o *VersionedCommit) GetCommitMessage() string

GetCommitMessage returns the CommitMessage field value if set, zero value otherwise.

func (*VersionedCommit) GetCommitMessageOk ¶

func (o *VersionedCommit) GetCommitMessageOk() (*string, bool)

GetCommitMessageOk returns a tuple with the CommitMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedCommit) GetShouldCommit ¶

func (o *VersionedCommit) GetShouldCommit() bool

GetShouldCommit returns the ShouldCommit field value if set, zero value otherwise.

func (*VersionedCommit) GetShouldCommitOk ¶

func (o *VersionedCommit) GetShouldCommitOk() (*bool, bool)

GetShouldCommitOk returns a tuple with the ShouldCommit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedCommit) HasCommitMessage ¶

func (o *VersionedCommit) HasCommitMessage() bool

HasCommitMessage returns a boolean if a field has been set.

func (*VersionedCommit) HasShouldCommit ¶

func (o *VersionedCommit) HasShouldCommit() bool

HasShouldCommit returns a boolean if a field has been set.

func (VersionedCommit) MarshalJSON ¶

func (o VersionedCommit) MarshalJSON() ([]byte, error)

func (*VersionedCommit) SetCommitMessage ¶

func (o *VersionedCommit) SetCommitMessage(v string)

SetCommitMessage gets a reference to the given string and assigns it to the CommitMessage field.

func (*VersionedCommit) SetShouldCommit ¶

func (o *VersionedCommit) SetShouldCommit(v bool)

SetShouldCommit gets a reference to the given bool and assigns it to the ShouldCommit field.

type Volume ¶

type Volume struct {
	// Date/Time the volume was created.
	CreatedAt *string `json:"CreatedAt,omitempty"`
	// Name of the volume driver used by the volume.
	Driver string `json:"Driver"`
	// User-defined key/value metadata.
	Labels map[string]string `json:"Labels"`
	// Mount path of the volume on the host.
	Mountpoint string `json:"Mountpoint"`
	// Name of the volume.
	Name string `json:"Name"`
	// The driver specific options used when creating the volume.
	Options map[string]string `json:"Options"`
	// The level at which the volume exists. Either `global` for cluster-wide, or `local` for machine level.
	Scope string `json:"Scope"`
	// Low-level details about the volume, provided by the volume driver. Details are returned as a map with key/value pairs: `{\"key\":\"value\",\"key2\":\"value2\"}`.  The `Status` field is optional, and is omitted if the volume driver does not support this feature.
	Status    *map[string]map[string]interface{} `json:"Status,omitempty"`
	UsageData *VolumeUsageData                   `json:"UsageData,omitempty"`
}

Volume Volume volume

func NewVolume ¶

func NewVolume(driver string, labels map[string]string, mountpoint string, name string, options map[string]string, scope string) *Volume

NewVolume instantiates a new Volume 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 NewVolumeWithDefaults ¶

func NewVolumeWithDefaults() *Volume

NewVolumeWithDefaults instantiates a new Volume 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 (*Volume) GetCreatedAt ¶

func (o *Volume) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*Volume) GetCreatedAtOk ¶

func (o *Volume) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Volume) GetDriver ¶

func (o *Volume) GetDriver() string

GetDriver returns the Driver field value

func (*Volume) GetDriverOk ¶

func (o *Volume) GetDriverOk() (*string, bool)

GetDriverOk returns a tuple with the Driver field value and a boolean to check if the value has been set.

func (*Volume) GetLabels ¶

func (o *Volume) GetLabels() map[string]string

GetLabels returns the Labels field value

func (*Volume) GetLabelsOk ¶

func (o *Volume) GetLabelsOk() (*map[string]string, bool)

GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.

func (*Volume) GetMountpoint ¶

func (o *Volume) GetMountpoint() string

GetMountpoint returns the Mountpoint field value

func (*Volume) GetMountpointOk ¶

func (o *Volume) GetMountpointOk() (*string, bool)

GetMountpointOk returns a tuple with the Mountpoint field value and a boolean to check if the value has been set.

func (*Volume) GetName ¶

func (o *Volume) GetName() string

GetName returns the Name field value

func (*Volume) GetNameOk ¶

func (o *Volume) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*Volume) GetOptions ¶

func (o *Volume) GetOptions() map[string]string

GetOptions returns the Options field value

func (*Volume) GetOptionsOk ¶

func (o *Volume) GetOptionsOk() (*map[string]string, bool)

GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.

func (*Volume) GetScope ¶

func (o *Volume) GetScope() string

GetScope returns the Scope field value

func (*Volume) GetScopeOk ¶

func (o *Volume) GetScopeOk() (*string, bool)

GetScopeOk returns a tuple with the Scope field value and a boolean to check if the value has been set.

func (*Volume) GetStatus ¶

func (o *Volume) GetStatus() map[string]map[string]interface{}

GetStatus returns the Status field value if set, zero value otherwise.

func (*Volume) GetStatusOk ¶

func (o *Volume) GetStatusOk() (*map[string]map[string]interface{}, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Volume) GetUsageData ¶

func (o *Volume) GetUsageData() VolumeUsageData

GetUsageData returns the UsageData field value if set, zero value otherwise.

func (*Volume) GetUsageDataOk ¶

func (o *Volume) GetUsageDataOk() (*VolumeUsageData, bool)

GetUsageDataOk returns a tuple with the UsageData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Volume) HasCreatedAt ¶

func (o *Volume) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*Volume) HasStatus ¶

func (o *Volume) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*Volume) HasUsageData ¶

func (o *Volume) HasUsageData() bool

HasUsageData returns a boolean if a field has been set.

func (Volume) MarshalJSON ¶

func (o Volume) MarshalJSON() ([]byte, error)

func (*Volume) SetCreatedAt ¶

func (o *Volume) SetCreatedAt(v string)

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*Volume) SetDriver ¶

func (o *Volume) SetDriver(v string)

SetDriver sets field value

func (*Volume) SetLabels ¶

func (o *Volume) SetLabels(v map[string]string)

SetLabels sets field value

func (*Volume) SetMountpoint ¶

func (o *Volume) SetMountpoint(v string)

SetMountpoint sets field value

func (*Volume) SetName ¶

func (o *Volume) SetName(v string)

SetName sets field value

func (*Volume) SetOptions ¶

func (o *Volume) SetOptions(v map[string]string)

SetOptions sets field value

func (*Volume) SetScope ¶

func (o *Volume) SetScope(v string)

SetScope sets field value

func (*Volume) SetStatus ¶

func (o *Volume) SetStatus(v map[string]map[string]interface{})

SetStatus gets a reference to the given map[string]map[string]interface{} and assigns it to the Status field.

func (*Volume) SetUsageData ¶

func (o *Volume) SetUsageData(v VolumeUsageData)

SetUsageData gets a reference to the given VolumeUsageData and assigns it to the UsageData field.

type VolumeUsageData ¶

type VolumeUsageData struct {
	// The number of containers referencing this volume. This field is set to `-1` if the reference-count is not available.
	RefCount int64 `json:"RefCount"`
	// Amount of disk space used by the volume (in bytes). This information is only available for volumes created with the `\"local\"` volume driver. For volumes created with other volume drivers, this field is set to `-1` (\"not available\")
	Size int64 `json:"Size"`
}

VolumeUsageData VolumeUsageData Usage details about the volume. This information is used by the `GET /system/df` endpoint, and omitted in other endpoints.

func NewVolumeUsageData ¶

func NewVolumeUsageData(refCount int64, size int64) *VolumeUsageData

NewVolumeUsageData instantiates a new VolumeUsageData 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 NewVolumeUsageDataWithDefaults ¶

func NewVolumeUsageDataWithDefaults() *VolumeUsageData

NewVolumeUsageDataWithDefaults instantiates a new VolumeUsageData 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 (*VolumeUsageData) GetRefCount ¶

func (o *VolumeUsageData) GetRefCount() int64

GetRefCount returns the RefCount field value

func (*VolumeUsageData) GetRefCountOk ¶

func (o *VolumeUsageData) GetRefCountOk() (*int64, bool)

GetRefCountOk returns a tuple with the RefCount field value and a boolean to check if the value has been set.

func (*VolumeUsageData) GetSize ¶

func (o *VolumeUsageData) GetSize() int64

GetSize returns the Size field value

func (*VolumeUsageData) GetSizeOk ¶

func (o *VolumeUsageData) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.

func (VolumeUsageData) MarshalJSON ¶

func (o VolumeUsageData) MarshalJSON() ([]byte, error)

func (*VolumeUsageData) SetRefCount ¶

func (o *VolumeUsageData) SetRefCount(v int64)

SetRefCount sets field value

func (*VolumeUsageData) SetSize ¶

func (o *VolumeUsageData) SetSize(v int64)

SetSize sets field value

type WhitelistedIndicator ¶

type WhitelistedIndicator struct {
	Highlight      *map[string][]string `json:"highlight,omitempty"`
	Id             *string              `json:"id,omitempty"`
	Locked         *bool                `json:"locked,omitempty"`
	Modified       *time.Time           `json:"modified,omitempty"`
	NumericId      *int64               `json:"numericId,omitempty"`
	PrimaryTerm    *int64               `json:"primaryTerm,omitempty"`
	Reason         *string              `json:"reason,omitempty"`
	Reputations    *[]string            `json:"reputations,omitempty"`
	SequenceNumber *int64               `json:"sequenceNumber,omitempty"`
	SortValues     *[]string            `json:"sortValues,omitempty"`
	Type           *string              `json:"type,omitempty"`
	User           *string              `json:"user,omitempty"`
	Value          *string              `json:"value,omitempty"`
	Version        *int64               `json:"version,omitempty"`
	WhitelistTime  *time.Time           `json:"whitelistTime,omitempty"`
}

WhitelistedIndicator WhitelistedIndicator Excluded indicator

func NewWhitelistedIndicator ¶

func NewWhitelistedIndicator() *WhitelistedIndicator

NewWhitelistedIndicator instantiates a new WhitelistedIndicator 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 NewWhitelistedIndicatorWithDefaults ¶

func NewWhitelistedIndicatorWithDefaults() *WhitelistedIndicator

NewWhitelistedIndicatorWithDefaults instantiates a new WhitelistedIndicator 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 (*WhitelistedIndicator) GetHighlight ¶

func (o *WhitelistedIndicator) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*WhitelistedIndicator) GetHighlightOk ¶

func (o *WhitelistedIndicator) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WhitelistedIndicator) GetId ¶

func (o *WhitelistedIndicator) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*WhitelistedIndicator) GetIdOk ¶

func (o *WhitelistedIndicator) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WhitelistedIndicator) GetLocked ¶

func (o *WhitelistedIndicator) GetLocked() bool

GetLocked returns the Locked field value if set, zero value otherwise.

func (*WhitelistedIndicator) GetLockedOk ¶

func (o *WhitelistedIndicator) GetLockedOk() (*bool, bool)

GetLockedOk returns a tuple with the Locked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WhitelistedIndicator) GetModified ¶

func (o *WhitelistedIndicator) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*WhitelistedIndicator) GetModifiedOk ¶

func (o *WhitelistedIndicator) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WhitelistedIndicator) GetNumericId ¶

func (o *WhitelistedIndicator) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*WhitelistedIndicator) GetNumericIdOk ¶

func (o *WhitelistedIndicator) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WhitelistedIndicator) GetPrimaryTerm ¶

func (o *WhitelistedIndicator) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*WhitelistedIndicator) GetPrimaryTermOk ¶

func (o *WhitelistedIndicator) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WhitelistedIndicator) GetReason ¶

func (o *WhitelistedIndicator) GetReason() string

GetReason returns the Reason field value if set, zero value otherwise.

func (*WhitelistedIndicator) GetReasonOk ¶

func (o *WhitelistedIndicator) GetReasonOk() (*string, bool)

GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WhitelistedIndicator) GetReputations ¶

func (o *WhitelistedIndicator) GetReputations() []string

GetReputations returns the Reputations field value if set, zero value otherwise.

func (*WhitelistedIndicator) GetReputationsOk ¶

func (o *WhitelistedIndicator) GetReputationsOk() (*[]string, bool)

GetReputationsOk returns a tuple with the Reputations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WhitelistedIndicator) GetSequenceNumber ¶

func (o *WhitelistedIndicator) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*WhitelistedIndicator) GetSequenceNumberOk ¶

func (o *WhitelistedIndicator) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WhitelistedIndicator) GetSortValues ¶

func (o *WhitelistedIndicator) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*WhitelistedIndicator) GetSortValuesOk ¶

func (o *WhitelistedIndicator) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WhitelistedIndicator) GetType ¶

func (o *WhitelistedIndicator) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*WhitelistedIndicator) GetTypeOk ¶

func (o *WhitelistedIndicator) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WhitelistedIndicator) GetUser ¶

func (o *WhitelistedIndicator) GetUser() string

GetUser returns the User field value if set, zero value otherwise.

func (*WhitelistedIndicator) GetUserOk ¶

func (o *WhitelistedIndicator) GetUserOk() (*string, bool)

GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WhitelistedIndicator) GetValue ¶

func (o *WhitelistedIndicator) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*WhitelistedIndicator) GetValueOk ¶

func (o *WhitelistedIndicator) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WhitelistedIndicator) GetVersion ¶

func (o *WhitelistedIndicator) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*WhitelistedIndicator) GetVersionOk ¶

func (o *WhitelistedIndicator) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WhitelistedIndicator) GetWhitelistTime ¶

func (o *WhitelistedIndicator) GetWhitelistTime() time.Time

GetWhitelistTime returns the WhitelistTime field value if set, zero value otherwise.

func (*WhitelistedIndicator) GetWhitelistTimeOk ¶

func (o *WhitelistedIndicator) GetWhitelistTimeOk() (*time.Time, bool)

GetWhitelistTimeOk returns a tuple with the WhitelistTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WhitelistedIndicator) HasHighlight ¶

func (o *WhitelistedIndicator) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*WhitelistedIndicator) HasId ¶

func (o *WhitelistedIndicator) HasId() bool

HasId returns a boolean if a field has been set.

func (*WhitelistedIndicator) HasLocked ¶

func (o *WhitelistedIndicator) HasLocked() bool

HasLocked returns a boolean if a field has been set.

func (*WhitelistedIndicator) HasModified ¶

func (o *WhitelistedIndicator) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*WhitelistedIndicator) HasNumericId ¶

func (o *WhitelistedIndicator) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*WhitelistedIndicator) HasPrimaryTerm ¶

func (o *WhitelistedIndicator) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*WhitelistedIndicator) HasReason ¶

func (o *WhitelistedIndicator) HasReason() bool

HasReason returns a boolean if a field has been set.

func (*WhitelistedIndicator) HasReputations ¶

func (o *WhitelistedIndicator) HasReputations() bool

HasReputations returns a boolean if a field has been set.

func (*WhitelistedIndicator) HasSequenceNumber ¶

func (o *WhitelistedIndicator) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*WhitelistedIndicator) HasSortValues ¶

func (o *WhitelistedIndicator) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*WhitelistedIndicator) HasType ¶

func (o *WhitelistedIndicator) HasType() bool

HasType returns a boolean if a field has been set.

func (*WhitelistedIndicator) HasUser ¶

func (o *WhitelistedIndicator) HasUser() bool

HasUser returns a boolean if a field has been set.

func (*WhitelistedIndicator) HasValue ¶

func (o *WhitelistedIndicator) HasValue() bool

HasValue returns a boolean if a field has been set.

func (*WhitelistedIndicator) HasVersion ¶

func (o *WhitelistedIndicator) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (*WhitelistedIndicator) HasWhitelistTime ¶

func (o *WhitelistedIndicator) HasWhitelistTime() bool

HasWhitelistTime returns a boolean if a field has been set.

func (WhitelistedIndicator) MarshalJSON ¶

func (o WhitelistedIndicator) MarshalJSON() ([]byte, error)

func (*WhitelistedIndicator) SetHighlight ¶

func (o *WhitelistedIndicator) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*WhitelistedIndicator) SetId ¶

func (o *WhitelistedIndicator) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*WhitelistedIndicator) SetLocked ¶

func (o *WhitelistedIndicator) SetLocked(v bool)

SetLocked gets a reference to the given bool and assigns it to the Locked field.

func (*WhitelistedIndicator) SetModified ¶

func (o *WhitelistedIndicator) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*WhitelistedIndicator) SetNumericId ¶

func (o *WhitelistedIndicator) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*WhitelistedIndicator) SetPrimaryTerm ¶

func (o *WhitelistedIndicator) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*WhitelistedIndicator) SetReason ¶

func (o *WhitelistedIndicator) SetReason(v string)

SetReason gets a reference to the given string and assigns it to the Reason field.

func (*WhitelistedIndicator) SetReputations ¶

func (o *WhitelistedIndicator) SetReputations(v []string)

SetReputations gets a reference to the given []string and assigns it to the Reputations field.

func (*WhitelistedIndicator) SetSequenceNumber ¶

func (o *WhitelistedIndicator) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*WhitelistedIndicator) SetSortValues ¶

func (o *WhitelistedIndicator) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*WhitelistedIndicator) SetType ¶

func (o *WhitelistedIndicator) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*WhitelistedIndicator) SetUser ¶

func (o *WhitelistedIndicator) SetUser(v string)

SetUser gets a reference to the given string and assigns it to the User field.

func (*WhitelistedIndicator) SetValue ¶

func (o *WhitelistedIndicator) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (*WhitelistedIndicator) SetVersion ¶

func (o *WhitelistedIndicator) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

func (*WhitelistedIndicator) SetWhitelistTime ¶

func (o *WhitelistedIndicator) SetWhitelistTime(v time.Time)

SetWhitelistTime gets a reference to the given time.Time and assigns it to the WhitelistTime field.

type Widget ¶

type Widget struct {
	// Category the widget is related to. Used to display in widget library under category or dataType if empty.
	Category      *string `json:"category,omitempty"`
	CommitMessage *string `json:"commitMessage,omitempty"`
	// Data type of the widget. Describes what data does the widget query. supporting data types \"incidents\",\"messages\",\"system\",\"entries\",\"tasks\", \"audit\".
	DataType  *string    `json:"dataType,omitempty"`
	DateRange *DateRange `json:"dateRange,omitempty"`
	// The description of the widget's usage and data representation.
	Description       *string              `json:"description,omitempty"`
	FromServerVersion *string              `json:"fromServerVersion,omitempty"`
	Highlight         *map[string][]string `json:"highlight,omitempty"`
	Id                *string              `json:"id,omitempty"`
	// Is the widget a system widget.
	IsPredefined *bool   `json:"isPredefined,omitempty"`
	ItemVersion  *string `json:"itemVersion,omitempty"`
	// Is the widget locked for editing.
	Locked   *bool      `json:"locked,omitempty"`
	Modified *time.Time `json:"modified,omitempty"`
	// Default name of the widget.
	Name                  string    `json:"name"`
	NumericId             *int64    `json:"numericId,omitempty"`
	PackID                *string   `json:"packID,omitempty"`
	PackPropagationLabels *[]string `json:"packPropagationLabels,omitempty"`
	// Additional parameters for this widget, depends on widget type and data.
	Params *map[string]map[string]interface{} `json:"params,omitempty"`
	// The previous name of the widget.
	PrevName          *string   `json:"prevName,omitempty"`
	PrimaryTerm       *int64    `json:"primaryTerm,omitempty"`
	PropagationLabels *[]string `json:"propagationLabels,omitempty"`
	// Query to search on the dataType.
	Query          *string `json:"query,omitempty"`
	SequenceNumber *int64  `json:"sequenceNumber,omitempty"`
	ShouldCommit   *bool   `json:"shouldCommit,omitempty"`
	// Maximum size for this widget data returned.
	Size *int64 `json:"size,omitempty"`
	// Sorting array to sort the data received by the given Order parameters.
	Sort                              *[]Order  `json:"sort,omitempty"`
	SortValues                        *[]string `json:"sortValues,omitempty"`
	ToServerVersion                   *string   `json:"toServerVersion,omitempty"`
	VcShouldIgnore                    *bool     `json:"vcShouldIgnore,omitempty"`
	VcShouldKeepItemLegacyProdMachine *bool     `json:"vcShouldKeepItemLegacyProdMachine,omitempty"`
	Version                           *int64    `json:"version,omitempty"`
	// Widget type describes how does the widget should recieve the data, and display it. Supporting types: \"bar\", \"column\", \"pie\", \"list\", \"number\", \"trend\", \"text\", \"duration\", \"image\", \"line\", and \"table\".
	WidgetType string `json:"widgetType"`
}

Widget Widget describe a widget component used to get statistics requests, based on parameters such as dataType and widgetType. A widget can be a part of widgets collection inside a dashboard.

func NewWidget ¶

func NewWidget(name string, widgetType string) *Widget

NewWidget instantiates a new Widget 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 NewWidgetWithDefaults ¶

func NewWidgetWithDefaults() *Widget

NewWidgetWithDefaults instantiates a new Widget 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 (*Widget) GetCategory ¶

func (o *Widget) GetCategory() string

GetCategory returns the Category field value if set, zero value otherwise.

func (*Widget) GetCategoryOk ¶

func (o *Widget) GetCategoryOk() (*string, bool)

GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetCommitMessage ¶

func (o *Widget) GetCommitMessage() string

GetCommitMessage returns the CommitMessage field value if set, zero value otherwise.

func (*Widget) GetCommitMessageOk ¶

func (o *Widget) GetCommitMessageOk() (*string, bool)

GetCommitMessageOk returns a tuple with the CommitMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetDataType ¶

func (o *Widget) GetDataType() string

GetDataType returns the DataType field value if set, zero value otherwise.

func (*Widget) GetDataTypeOk ¶

func (o *Widget) GetDataTypeOk() (*string, bool)

GetDataTypeOk returns a tuple with the DataType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetDateRange ¶

func (o *Widget) GetDateRange() DateRange

GetDateRange returns the DateRange field value if set, zero value otherwise.

func (*Widget) GetDateRangeOk ¶

func (o *Widget) GetDateRangeOk() (*DateRange, bool)

GetDateRangeOk returns a tuple with the DateRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetDescription ¶

func (o *Widget) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Widget) GetDescriptionOk ¶

func (o *Widget) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetFromServerVersion ¶

func (o *Widget) GetFromServerVersion() string

GetFromServerVersion returns the FromServerVersion field value if set, zero value otherwise.

func (*Widget) GetFromServerVersionOk ¶

func (o *Widget) GetFromServerVersionOk() (*string, bool)

GetFromServerVersionOk returns a tuple with the FromServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetHighlight ¶

func (o *Widget) GetHighlight() map[string][]string

GetHighlight returns the Highlight field value if set, zero value otherwise.

func (*Widget) GetHighlightOk ¶

func (o *Widget) GetHighlightOk() (*map[string][]string, bool)

GetHighlightOk returns a tuple with the Highlight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetId ¶

func (o *Widget) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Widget) GetIdOk ¶

func (o *Widget) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetIsPredefined ¶

func (o *Widget) GetIsPredefined() bool

GetIsPredefined returns the IsPredefined field value if set, zero value otherwise.

func (*Widget) GetIsPredefinedOk ¶

func (o *Widget) GetIsPredefinedOk() (*bool, bool)

GetIsPredefinedOk returns a tuple with the IsPredefined field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetItemVersion ¶

func (o *Widget) GetItemVersion() string

GetItemVersion returns the ItemVersion field value if set, zero value otherwise.

func (*Widget) GetItemVersionOk ¶

func (o *Widget) GetItemVersionOk() (*string, bool)

GetItemVersionOk returns a tuple with the ItemVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetLocked ¶

func (o *Widget) GetLocked() bool

GetLocked returns the Locked field value if set, zero value otherwise.

func (*Widget) GetLockedOk ¶

func (o *Widget) GetLockedOk() (*bool, bool)

GetLockedOk returns a tuple with the Locked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetModified ¶

func (o *Widget) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*Widget) GetModifiedOk ¶

func (o *Widget) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetName ¶

func (o *Widget) GetName() string

GetName returns the Name field value

func (*Widget) GetNameOk ¶

func (o *Widget) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*Widget) GetNumericId ¶

func (o *Widget) GetNumericId() int64

GetNumericId returns the NumericId field value if set, zero value otherwise.

func (*Widget) GetNumericIdOk ¶

func (o *Widget) GetNumericIdOk() (*int64, bool)

GetNumericIdOk returns a tuple with the NumericId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetPackID ¶

func (o *Widget) GetPackID() string

GetPackID returns the PackID field value if set, zero value otherwise.

func (*Widget) GetPackIDOk ¶

func (o *Widget) GetPackIDOk() (*string, bool)

GetPackIDOk returns a tuple with the PackID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetPackPropagationLabels ¶

func (o *Widget) GetPackPropagationLabels() []string

GetPackPropagationLabels returns the PackPropagationLabels field value if set, zero value otherwise.

func (*Widget) GetPackPropagationLabelsOk ¶

func (o *Widget) GetPackPropagationLabelsOk() (*[]string, bool)

GetPackPropagationLabelsOk returns a tuple with the PackPropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetParams ¶

func (o *Widget) GetParams() map[string]map[string]interface{}

GetParams returns the Params field value if set, zero value otherwise.

func (*Widget) GetParamsOk ¶

func (o *Widget) GetParamsOk() (*map[string]map[string]interface{}, bool)

GetParamsOk returns a tuple with the Params field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetPrevName ¶

func (o *Widget) GetPrevName() string

GetPrevName returns the PrevName field value if set, zero value otherwise.

func (*Widget) GetPrevNameOk ¶

func (o *Widget) GetPrevNameOk() (*string, bool)

GetPrevNameOk returns a tuple with the PrevName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetPrimaryTerm ¶

func (o *Widget) GetPrimaryTerm() int64

GetPrimaryTerm returns the PrimaryTerm field value if set, zero value otherwise.

func (*Widget) GetPrimaryTermOk ¶

func (o *Widget) GetPrimaryTermOk() (*int64, bool)

GetPrimaryTermOk returns a tuple with the PrimaryTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetPropagationLabels ¶

func (o *Widget) GetPropagationLabels() []string

GetPropagationLabels returns the PropagationLabels field value if set, zero value otherwise.

func (*Widget) GetPropagationLabelsOk ¶

func (o *Widget) GetPropagationLabelsOk() (*[]string, bool)

GetPropagationLabelsOk returns a tuple with the PropagationLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetQuery ¶

func (o *Widget) GetQuery() string

GetQuery returns the Query field value if set, zero value otherwise.

func (*Widget) GetQueryOk ¶

func (o *Widget) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetSequenceNumber ¶

func (o *Widget) GetSequenceNumber() int64

GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.

func (*Widget) GetSequenceNumberOk ¶

func (o *Widget) GetSequenceNumberOk() (*int64, bool)

GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetShouldCommit ¶

func (o *Widget) GetShouldCommit() bool

GetShouldCommit returns the ShouldCommit field value if set, zero value otherwise.

func (*Widget) GetShouldCommitOk ¶

func (o *Widget) GetShouldCommitOk() (*bool, bool)

GetShouldCommitOk returns a tuple with the ShouldCommit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetSize ¶

func (o *Widget) GetSize() int64

GetSize returns the Size field value if set, zero value otherwise.

func (*Widget) GetSizeOk ¶

func (o *Widget) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetSort ¶

func (o *Widget) GetSort() []Order

GetSort returns the Sort field value if set, zero value otherwise.

func (*Widget) GetSortOk ¶

func (o *Widget) GetSortOk() (*[]Order, bool)

GetSortOk returns a tuple with the Sort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetSortValues ¶

func (o *Widget) GetSortValues() []string

GetSortValues returns the SortValues field value if set, zero value otherwise.

func (*Widget) GetSortValuesOk ¶

func (o *Widget) GetSortValuesOk() (*[]string, bool)

GetSortValuesOk returns a tuple with the SortValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetToServerVersion ¶

func (o *Widget) GetToServerVersion() string

GetToServerVersion returns the ToServerVersion field value if set, zero value otherwise.

func (*Widget) GetToServerVersionOk ¶

func (o *Widget) GetToServerVersionOk() (*string, bool)

GetToServerVersionOk returns a tuple with the ToServerVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetVcShouldIgnore ¶

func (o *Widget) GetVcShouldIgnore() bool

GetVcShouldIgnore returns the VcShouldIgnore field value if set, zero value otherwise.

func (*Widget) GetVcShouldIgnoreOk ¶

func (o *Widget) GetVcShouldIgnoreOk() (*bool, bool)

GetVcShouldIgnoreOk returns a tuple with the VcShouldIgnore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetVcShouldKeepItemLegacyProdMachine ¶

func (o *Widget) GetVcShouldKeepItemLegacyProdMachine() bool

GetVcShouldKeepItemLegacyProdMachine returns the VcShouldKeepItemLegacyProdMachine field value if set, zero value otherwise.

func (*Widget) GetVcShouldKeepItemLegacyProdMachineOk ¶

func (o *Widget) GetVcShouldKeepItemLegacyProdMachineOk() (*bool, bool)

GetVcShouldKeepItemLegacyProdMachineOk returns a tuple with the VcShouldKeepItemLegacyProdMachine field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetVersion ¶

func (o *Widget) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*Widget) GetVersionOk ¶

func (o *Widget) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Widget) GetWidgetType ¶

func (o *Widget) GetWidgetType() string

GetWidgetType returns the WidgetType field value

func (*Widget) GetWidgetTypeOk ¶

func (o *Widget) GetWidgetTypeOk() (*string, bool)

GetWidgetTypeOk returns a tuple with the WidgetType field value and a boolean to check if the value has been set.

func (*Widget) HasCategory ¶

func (o *Widget) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*Widget) HasCommitMessage ¶

func (o *Widget) HasCommitMessage() bool

HasCommitMessage returns a boolean if a field has been set.

func (*Widget) HasDataType ¶

func (o *Widget) HasDataType() bool

HasDataType returns a boolean if a field has been set.

func (*Widget) HasDateRange ¶

func (o *Widget) HasDateRange() bool

HasDateRange returns a boolean if a field has been set.

func (*Widget) HasDescription ¶

func (o *Widget) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Widget) HasFromServerVersion ¶

func (o *Widget) HasFromServerVersion() bool

HasFromServerVersion returns a boolean if a field has been set.

func (*Widget) HasHighlight ¶

func (o *Widget) HasHighlight() bool

HasHighlight returns a boolean if a field has been set.

func (*Widget) HasId ¶

func (o *Widget) HasId() bool

HasId returns a boolean if a field has been set.

func (*Widget) HasIsPredefined ¶

func (o *Widget) HasIsPredefined() bool

HasIsPredefined returns a boolean if a field has been set.

func (*Widget) HasItemVersion ¶

func (o *Widget) HasItemVersion() bool

HasItemVersion returns a boolean if a field has been set.

func (*Widget) HasLocked ¶

func (o *Widget) HasLocked() bool

HasLocked returns a boolean if a field has been set.

func (*Widget) HasModified ¶

func (o *Widget) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*Widget) HasNumericId ¶

func (o *Widget) HasNumericId() bool

HasNumericId returns a boolean if a field has been set.

func (*Widget) HasPackID ¶

func (o *Widget) HasPackID() bool

HasPackID returns a boolean if a field has been set.

func (*Widget) HasPackPropagationLabels ¶

func (o *Widget) HasPackPropagationLabels() bool

HasPackPropagationLabels returns a boolean if a field has been set.

func (*Widget) HasParams ¶

func (o *Widget) HasParams() bool

HasParams returns a boolean if a field has been set.

func (*Widget) HasPrevName ¶

func (o *Widget) HasPrevName() bool

HasPrevName returns a boolean if a field has been set.

func (*Widget) HasPrimaryTerm ¶

func (o *Widget) HasPrimaryTerm() bool

HasPrimaryTerm returns a boolean if a field has been set.

func (*Widget) HasPropagationLabels ¶

func (o *Widget) HasPropagationLabels() bool

HasPropagationLabels returns a boolean if a field has been set.

func (*Widget) HasQuery ¶

func (o *Widget) HasQuery() bool

HasQuery returns a boolean if a field has been set.

func (*Widget) HasSequenceNumber ¶

func (o *Widget) HasSequenceNumber() bool

HasSequenceNumber returns a boolean if a field has been set.

func (*Widget) HasShouldCommit ¶

func (o *Widget) HasShouldCommit() bool

HasShouldCommit returns a boolean if a field has been set.

func (*Widget) HasSize ¶

func (o *Widget) HasSize() bool

HasSize returns a boolean if a field has been set.

func (*Widget) HasSort ¶

func (o *Widget) HasSort() bool

HasSort returns a boolean if a field has been set.

func (*Widget) HasSortValues ¶

func (o *Widget) HasSortValues() bool

HasSortValues returns a boolean if a field has been set.

func (*Widget) HasToServerVersion ¶

func (o *Widget) HasToServerVersion() bool

HasToServerVersion returns a boolean if a field has been set.

func (*Widget) HasVcShouldIgnore ¶

func (o *Widget) HasVcShouldIgnore() bool

HasVcShouldIgnore returns a boolean if a field has been set.

func (*Widget) HasVcShouldKeepItemLegacyProdMachine ¶

func (o *Widget) HasVcShouldKeepItemLegacyProdMachine() bool

HasVcShouldKeepItemLegacyProdMachine returns a boolean if a field has been set.

func (*Widget) HasVersion ¶

func (o *Widget) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (Widget) MarshalJSON ¶

func (o Widget) MarshalJSON() ([]byte, error)

func (*Widget) SetCategory ¶

func (o *Widget) SetCategory(v string)

SetCategory gets a reference to the given string and assigns it to the Category field.

func (*Widget) SetCommitMessage ¶

func (o *Widget) SetCommitMessage(v string)

SetCommitMessage gets a reference to the given string and assigns it to the CommitMessage field.

func (*Widget) SetDataType ¶

func (o *Widget) SetDataType(v string)

SetDataType gets a reference to the given string and assigns it to the DataType field.

func (*Widget) SetDateRange ¶

func (o *Widget) SetDateRange(v DateRange)

SetDateRange gets a reference to the given DateRange and assigns it to the DateRange field.

func (*Widget) SetDescription ¶

func (o *Widget) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*Widget) SetFromServerVersion ¶

func (o *Widget) SetFromServerVersion(v string)

SetFromServerVersion gets a reference to the given string and assigns it to the FromServerVersion field.

func (*Widget) SetHighlight ¶

func (o *Widget) SetHighlight(v map[string][]string)

SetHighlight gets a reference to the given map[string][]string and assigns it to the Highlight field.

func (*Widget) SetId ¶

func (o *Widget) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Widget) SetIsPredefined ¶

func (o *Widget) SetIsPredefined(v bool)

SetIsPredefined gets a reference to the given bool and assigns it to the IsPredefined field.

func (*Widget) SetItemVersion ¶

func (o *Widget) SetItemVersion(v string)

SetItemVersion gets a reference to the given string and assigns it to the ItemVersion field.

func (*Widget) SetLocked ¶

func (o *Widget) SetLocked(v bool)

SetLocked gets a reference to the given bool and assigns it to the Locked field.

func (*Widget) SetModified ¶

func (o *Widget) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*Widget) SetName ¶

func (o *Widget) SetName(v string)

SetName sets field value

func (*Widget) SetNumericId ¶

func (o *Widget) SetNumericId(v int64)

SetNumericId gets a reference to the given int64 and assigns it to the NumericId field.

func (*Widget) SetPackID ¶

func (o *Widget) SetPackID(v string)

SetPackID gets a reference to the given string and assigns it to the PackID field.

func (*Widget) SetPackPropagationLabels ¶

func (o *Widget) SetPackPropagationLabels(v []string)

SetPackPropagationLabels gets a reference to the given []string and assigns it to the PackPropagationLabels field.

func (*Widget) SetParams ¶

func (o *Widget) SetParams(v map[string]map[string]interface{})

SetParams gets a reference to the given map[string]map[string]interface{} and assigns it to the Params field.

func (*Widget) SetPrevName ¶

func (o *Widget) SetPrevName(v string)

SetPrevName gets a reference to the given string and assigns it to the PrevName field.

func (*Widget) SetPrimaryTerm ¶

func (o *Widget) SetPrimaryTerm(v int64)

SetPrimaryTerm gets a reference to the given int64 and assigns it to the PrimaryTerm field.

func (*Widget) SetPropagationLabels ¶

func (o *Widget) SetPropagationLabels(v []string)

SetPropagationLabels gets a reference to the given []string and assigns it to the PropagationLabels field.

func (*Widget) SetQuery ¶

func (o *Widget) SetQuery(v string)

SetQuery gets a reference to the given string and assigns it to the Query field.

func (*Widget) SetSequenceNumber ¶

func (o *Widget) SetSequenceNumber(v int64)

SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.

func (*Widget) SetShouldCommit ¶

func (o *Widget) SetShouldCommit(v bool)

SetShouldCommit gets a reference to the given bool and assigns it to the ShouldCommit field.

func (*Widget) SetSize ¶

func (o *Widget) SetSize(v int64)

SetSize gets a reference to the given int64 and assigns it to the Size field.

func (*Widget) SetSort ¶

func (o *Widget) SetSort(v []Order)

SetSort gets a reference to the given []Order and assigns it to the Sort field.

func (*Widget) SetSortValues ¶

func (o *Widget) SetSortValues(v []string)

SetSortValues gets a reference to the given []string and assigns it to the SortValues field.

func (*Widget) SetToServerVersion ¶

func (o *Widget) SetToServerVersion(v string)

SetToServerVersion gets a reference to the given string and assigns it to the ToServerVersion field.

func (*Widget) SetVcShouldIgnore ¶

func (o *Widget) SetVcShouldIgnore(v bool)

SetVcShouldIgnore gets a reference to the given bool and assigns it to the VcShouldIgnore field.

func (*Widget) SetVcShouldKeepItemLegacyProdMachine ¶

func (o *Widget) SetVcShouldKeepItemLegacyProdMachine(v bool)

SetVcShouldKeepItemLegacyProdMachine gets a reference to the given bool and assigns it to the VcShouldKeepItemLegacyProdMachine field.

func (*Widget) SetVersion ¶

func (o *Widget) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

func (*Widget) SetWidgetType ¶

func (o *Widget) SetWidgetType(v string)

SetWidgetType sets field value

type WidgetCell ¶

type WidgetCell struct {
	ForceRange        *bool   `json:"forceRange,omitempty"`
	H                 *int64  `json:"h,omitempty"`
	I                 *string `json:"i,omitempty"`
	Id                *string `json:"id,omitempty"`
	ReflectDimensions *bool   `json:"reflectDimensions,omitempty"`
	W                 *int64  `json:"w,omitempty"`
	Widget            *Widget `json:"widget,omitempty"`
	X                 *int64  `json:"x,omitempty"`
	Y                 *int64  `json:"y,omitempty"`
}

WidgetCell struct for WidgetCell

func NewWidgetCell ¶

func NewWidgetCell() *WidgetCell

NewWidgetCell instantiates a new WidgetCell 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 NewWidgetCellWithDefaults ¶

func NewWidgetCellWithDefaults() *WidgetCell

NewWidgetCellWithDefaults instantiates a new WidgetCell 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 (*WidgetCell) GetForceRange ¶

func (o *WidgetCell) GetForceRange() bool

GetForceRange returns the ForceRange field value if set, zero value otherwise.

func (*WidgetCell) GetForceRangeOk ¶

func (o *WidgetCell) GetForceRangeOk() (*bool, bool)

GetForceRangeOk returns a tuple with the ForceRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WidgetCell) GetH ¶

func (o *WidgetCell) GetH() int64

GetH returns the H field value if set, zero value otherwise.

func (*WidgetCell) GetHOk ¶

func (o *WidgetCell) GetHOk() (*int64, bool)

GetHOk returns a tuple with the H field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WidgetCell) GetI ¶

func (o *WidgetCell) GetI() string

GetI returns the I field value if set, zero value otherwise.

func (*WidgetCell) GetIOk ¶

func (o *WidgetCell) GetIOk() (*string, bool)

GetIOk returns a tuple with the I field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WidgetCell) GetId ¶

func (o *WidgetCell) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*WidgetCell) GetIdOk ¶

func (o *WidgetCell) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WidgetCell) GetReflectDimensions ¶

func (o *WidgetCell) GetReflectDimensions() bool

GetReflectDimensions returns the ReflectDimensions field value if set, zero value otherwise.

func (*WidgetCell) GetReflectDimensionsOk ¶

func (o *WidgetCell) GetReflectDimensionsOk() (*bool, bool)

GetReflectDimensionsOk returns a tuple with the ReflectDimensions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WidgetCell) GetW ¶

func (o *WidgetCell) GetW() int64

GetW returns the W field value if set, zero value otherwise.

func (*WidgetCell) GetWOk ¶

func (o *WidgetCell) GetWOk() (*int64, bool)

GetWOk returns a tuple with the W field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WidgetCell) GetWidget ¶

func (o *WidgetCell) GetWidget() Widget

GetWidget returns the Widget field value if set, zero value otherwise.

func (*WidgetCell) GetWidgetOk ¶

func (o *WidgetCell) GetWidgetOk() (*Widget, bool)

GetWidgetOk returns a tuple with the Widget field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WidgetCell) GetX ¶

func (o *WidgetCell) GetX() int64

GetX returns the X field value if set, zero value otherwise.

func (*WidgetCell) GetXOk ¶

func (o *WidgetCell) GetXOk() (*int64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WidgetCell) GetY ¶

func (o *WidgetCell) GetY() int64

GetY returns the Y field value if set, zero value otherwise.

func (*WidgetCell) GetYOk ¶

func (o *WidgetCell) GetYOk() (*int64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WidgetCell) HasForceRange ¶

func (o *WidgetCell) HasForceRange() bool

HasForceRange returns a boolean if a field has been set.

func (*WidgetCell) HasH ¶

func (o *WidgetCell) HasH() bool

HasH returns a boolean if a field has been set.

func (*WidgetCell) HasI ¶

func (o *WidgetCell) HasI() bool

HasI returns a boolean if a field has been set.

func (*WidgetCell) HasId ¶

func (o *WidgetCell) HasId() bool

HasId returns a boolean if a field has been set.

func (*WidgetCell) HasReflectDimensions ¶

func (o *WidgetCell) HasReflectDimensions() bool

HasReflectDimensions returns a boolean if a field has been set.

func (*WidgetCell) HasW ¶

func (o *WidgetCell) HasW() bool

HasW returns a boolean if a field has been set.

func (*WidgetCell) HasWidget ¶

func (o *WidgetCell) HasWidget() bool

HasWidget returns a boolean if a field has been set.

func (*WidgetCell) HasX ¶

func (o *WidgetCell) HasX() bool

HasX returns a boolean if a field has been set.

func (*WidgetCell) HasY ¶

func (o *WidgetCell) HasY() bool

HasY returns a boolean if a field has been set.

func (WidgetCell) MarshalJSON ¶

func (o WidgetCell) MarshalJSON() ([]byte, error)

func (*WidgetCell) SetForceRange ¶

func (o *WidgetCell) SetForceRange(v bool)

SetForceRange gets a reference to the given bool and assigns it to the ForceRange field.

func (*WidgetCell) SetH ¶

func (o *WidgetCell) SetH(v int64)

SetH gets a reference to the given int64 and assigns it to the H field.

func (*WidgetCell) SetI ¶

func (o *WidgetCell) SetI(v string)

SetI gets a reference to the given string and assigns it to the I field.

func (*WidgetCell) SetId ¶

func (o *WidgetCell) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*WidgetCell) SetReflectDimensions ¶

func (o *WidgetCell) SetReflectDimensions(v bool)

SetReflectDimensions gets a reference to the given bool and assigns it to the ReflectDimensions field.

func (*WidgetCell) SetW ¶

func (o *WidgetCell) SetW(v int64)

SetW gets a reference to the given int64 and assigns it to the W field.

func (*WidgetCell) SetWidget ¶

func (o *WidgetCell) SetWidget(v Widget)

SetWidget gets a reference to the given Widget and assigns it to the Widget field.

func (*WidgetCell) SetX ¶

func (o *WidgetCell) SetX(v int64)

SetX gets a reference to the given int64 and assigns it to the X field.

func (*WidgetCell) SetY ¶

func (o *WidgetCell) SetY(v int64)

SetY gets a reference to the given int64 and assigns it to the Y field.

type WidgetCells ¶ added in v0.2.4

type WidgetCells struct {
	Items []WidgetCell
}

WidgetCells struct for WidgetCells

func NewWidgetCells ¶ added in v0.2.4

func NewWidgetCells() *WidgetCells

NewWidgetCells instantiates a new WidgetCells 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 NewWidgetCellsWithDefaults ¶ added in v0.2.4

func NewWidgetCellsWithDefaults() *WidgetCells

NewWidgetCellsWithDefaults instantiates a new WidgetCells 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 (WidgetCells) MarshalJSON ¶ added in v0.2.4

func (o WidgetCells) MarshalJSON() ([]byte, error)

func (*WidgetCells) UnmarshalJSON ¶ added in v0.2.4

func (o *WidgetCells) UnmarshalJSON(bytes []byte) (err error)

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL