dfirtrackapi

package module
v1.5.5 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2021 License: GPL-3.0 Imports: 22 Imported by: 0

README

Go API client for dfirtrackapi

OpenAPI 3 - Documentation of DFIRTrack API

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: v1.5.4
  • Package version: 1.5.5
  • 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 "./dfirtrackapi"

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 http://localhost

Class Method HTTP request Description
ApiApi CreateArtifact Post /api/artifact/
ApiApi CreateArtifacttype Post /api/artifacttype/
ApiApi CreateAuthToken Post /api/token-auth/
ApiApi CreateCase Post /api/case/
ApiApi CreateCasetype Post /api/casetype/
ApiApi CreateCompany Post /api/company/
ApiApi CreateContact Post /api/contact/
ApiApi CreateDivision Post /api/division/
ApiApi CreateDnsname Post /api/dnsname/
ApiApi CreateDomain Post /api/domain/
ApiApi CreateDomainuser Post /api/domainuser/
ApiApi CreateHeadline Post /api/headline/
ApiApi CreateIp Post /api/ip/
ApiApi CreateLocation Post /api/location/
ApiApi CreateNote Post /api/note/
ApiApi CreateOs Post /api/os/
ApiApi CreateOsarch Post /api/osarch/
ApiApi CreateReason Post /api/reason/
ApiApi CreateRecommendation Post /api/recommendation/
ApiApi CreateReportitem Post /api/reportitem/
ApiApi CreateServiceprovider Post /api/serviceprovider/
ApiApi CreateSystem Post /api/system/
ApiApi CreateSystemtype Post /api/systemtype/
ApiApi CreateSystemuser Post /api/systemuser/
ApiApi CreateTag Post /api/tag/
ApiApi CreateTask Post /api/task/
ApiApi CreateTaskname Post /api/taskname/
ApiApi ListAnalysisstatus Get /api/analysisstatus/
ApiApi ListArtifactprioritys Get /api/artifactpriority/
ApiApi ListArtifacts Get /api/artifact/
ApiApi ListArtifactstatus Get /api/artifactstatus/
ApiApi ListArtifacttypes Get /api/artifacttype/
ApiApi ListCaseprioritys Get /api/casepriority/
ApiApi ListCases Get /api/case/
ApiApi ListCasestatus Get /api/casestatus/
ApiApi ListCasetypes Get /api/casetype/
ApiApi ListCompanys Get /api/company/
ApiApi ListContacts Get /api/contact/
ApiApi ListDivisions Get /api/division/
ApiApi ListDnsnames Get /api/dnsname/
ApiApi ListDomains Get /api/domain/
ApiApi ListDomainusers Get /api/domainuser/
ApiApi ListHeadlines Get /api/headline/
ApiApi ListIps Get /api/ip/
ApiApi ListLocations Get /api/location/
ApiApi ListNotes Get /api/note/
ApiApi ListNotestatus Get /api/notestatus/
ApiApi ListOs Get /api/os/
ApiApi ListOsarchs Get /api/osarch/
ApiApi ListReasons Get /api/reason/
ApiApi ListRecommendations Get /api/recommendation/
ApiApi ListReportitems Get /api/reportitem/
ApiApi ListServiceproviders Get /api/serviceprovider/
ApiApi ListSystems Get /api/system/
ApiApi ListSystemstatus Get /api/systemstatus/
ApiApi ListSystemtypes Get /api/systemtype/
ApiApi ListSystemusers Get /api/systemuser/
ApiApi ListTagcolors Get /api/tagcolor/
ApiApi ListTags Get /api/tag/
ApiApi ListTasknames Get /api/taskname/
ApiApi ListTaskprioritys Get /api/taskpriority/
ApiApi ListTasks Get /api/task/
ApiApi ListTaskstatus Get /api/taskstatus/
ApiApi PartialUpdateArtifact Patch /api/artifact/{artifact_id}/
ApiApi PartialUpdateArtifacttype Patch /api/artifacttype/{artifacttype_id}/
ApiApi PartialUpdateCase Patch /api/case/{case_id}/
ApiApi PartialUpdateCasetype Patch /api/casetype/{casetype_id}/
ApiApi PartialUpdateCompany Patch /api/company/{company_id}/
ApiApi PartialUpdateContact Patch /api/contact/{contact_id}/
ApiApi PartialUpdateDivision Patch /api/division/{division_id}/
ApiApi PartialUpdateDnsname Patch /api/dnsname/{dnsname_id}/
ApiApi PartialUpdateDomain Patch /api/domain/{domain_id}/
ApiApi PartialUpdateDomainuser Patch /api/domainuser/{domainuser_id}/
ApiApi PartialUpdateHeadline Patch /api/headline/{headline_id}/
ApiApi PartialUpdateIp Patch /api/ip/{ip_id}/
ApiApi PartialUpdateLocation Patch /api/location/{location_id}/
ApiApi PartialUpdateNote Patch /api/note/{note_id}/
ApiApi PartialUpdateOs Patch /api/os/{os_id}/
ApiApi PartialUpdateOsarch Patch /api/osarch/{osarch_id}/
ApiApi PartialUpdateReason Patch /api/reason/{reason_id}/
ApiApi PartialUpdateRecommendation Patch /api/recommendation/{recommendation_id}/
ApiApi PartialUpdateReportitem Patch /api/reportitem/{reportitem_id}/
ApiApi PartialUpdateServiceprovider Patch /api/serviceprovider/{serviceprovider_id}/
ApiApi PartialUpdateSystem Patch /api/system/{system_id}/
ApiApi PartialUpdateSystemtype Patch /api/systemtype/{systemtype_id}/
ApiApi PartialUpdateSystemuser Patch /api/systemuser/{systemuser_id}/
ApiApi PartialUpdateTag Patch /api/tag/{tag_id}/
ApiApi PartialUpdateTask Patch /api/task/{task_id}/
ApiApi PartialUpdateTaskname Patch /api/taskname/{taskname_id}/
ApiApi RetrieveAnalysisstatus Get /api/analysisstatus/{analysisstatus_id}/
ApiApi RetrieveArtifact Get /api/artifact/{artifact_id}/
ApiApi RetrieveArtifactpriority Get /api/artifactpriority/{artifactpriority_id}/
ApiApi RetrieveArtifactstatus Get /api/artifactstatus/{artifactstatus_id}/
ApiApi RetrieveArtifacttype Get /api/artifacttype/{artifacttype_id}/
ApiApi RetrieveCase Get /api/case/{case_id}/
ApiApi RetrieveCasepriority Get /api/casepriority/{casepriority_id}/
ApiApi RetrieveCasestatus Get /api/casestatus/{casestatus_id}/
ApiApi RetrieveCasetype Get /api/casetype/{casetype_id}/
ApiApi RetrieveCompany Get /api/company/{company_id}/
ApiApi RetrieveContact Get /api/contact/{contact_id}/
ApiApi RetrieveDivision Get /api/division/{division_id}/
ApiApi RetrieveDnsname Get /api/dnsname/{dnsname_id}/
ApiApi RetrieveDomain Get /api/domain/{domain_id}/
ApiApi RetrieveDomainuser Get /api/domainuser/{domainuser_id}/
ApiApi RetrieveHeadline Get /api/headline/{headline_id}/
ApiApi RetrieveIp Get /api/ip/{ip_id}/
ApiApi RetrieveLocation Get /api/location/{location_id}/
ApiApi RetrieveNote Get /api/note/{note_id}/
ApiApi RetrieveNotestatus Get /api/notestatus/{notestatus_id}/
ApiApi RetrieveOs Get /api/os/{os_id}/
ApiApi RetrieveOsarch Get /api/osarch/{osarch_id}/
ApiApi RetrieveReason Get /api/reason/{reason_id}/
ApiApi RetrieveRecommendation Get /api/recommendation/{recommendation_id}/
ApiApi RetrieveReportitem Get /api/reportitem/{reportitem_id}/
ApiApi RetrieveServiceprovider Get /api/serviceprovider/{serviceprovider_id}/
ApiApi RetrieveSystem Get /api/system/{system_id}/
ApiApi RetrieveSystemstatus Get /api/systemstatus/{systemstatus_id}/
ApiApi RetrieveSystemtype Get /api/systemtype/{systemtype_id}/
ApiApi RetrieveSystemuser Get /api/systemuser/{systemuser_id}/
ApiApi RetrieveTag Get /api/tag/{tag_id}/
ApiApi RetrieveTagcolor Get /api/tagcolor/{tagcolor_id}/
ApiApi RetrieveTask Get /api/task/{task_id}/
ApiApi RetrieveTaskname Get /api/taskname/{taskname_id}/
ApiApi RetrieveTaskpriority Get /api/taskpriority/{taskpriority_id}/
ApiApi RetrieveTaskstatus Get /api/taskstatus/{taskstatus_id}/
ApiApi UpdateArtifact Put /api/artifact/{artifact_id}/
ApiApi UpdateArtifacttype Put /api/artifacttype/{artifacttype_id}/
ApiApi UpdateCase Put /api/case/{case_id}/
ApiApi UpdateCasetype Put /api/casetype/{casetype_id}/
ApiApi UpdateCompany Put /api/company/{company_id}/
ApiApi UpdateContact Put /api/contact/{contact_id}/
ApiApi UpdateDivision Put /api/division/{division_id}/
ApiApi UpdateDnsname Put /api/dnsname/{dnsname_id}/
ApiApi UpdateDomain Put /api/domain/{domain_id}/
ApiApi UpdateDomainuser Put /api/domainuser/{domainuser_id}/
ApiApi UpdateHeadline Put /api/headline/{headline_id}/
ApiApi UpdateIp Put /api/ip/{ip_id}/
ApiApi UpdateLocation Put /api/location/{location_id}/
ApiApi UpdateNote Put /api/note/{note_id}/
ApiApi UpdateOs Put /api/os/{os_id}/
ApiApi UpdateOsarch Put /api/osarch/{osarch_id}/
ApiApi UpdateReason Put /api/reason/{reason_id}/
ApiApi UpdateRecommendation Put /api/recommendation/{recommendation_id}/
ApiApi UpdateReportitem Put /api/reportitem/{reportitem_id}/
ApiApi UpdateServiceprovider Put /api/serviceprovider/{serviceprovider_id}/
ApiApi UpdateSystem Put /api/system/{system_id}/
ApiApi UpdateSystemtype Put /api/systemtype/{systemtype_id}/
ApiApi UpdateSystemuser Put /api/systemuser/{systemuser_id}/
ApiApi UpdateTag Put /api/tag/{tag_id}/
ApiApi UpdateTask Put /api/task/{task_id}/
ApiApi UpdateTaskname Put /api/taskname/{taskname_id}/

Documentation For Models

Documentation For Authorization

basicAuth
  • Type: HTTP basic authentication

Example

auth := context.WithValue(context.Background(), sw.ContextBasicAuth, sw.BasicAuth{
    UserName: "username",
    Password: "password",
})
r, err := client.Service.Operation(auth, args)
bearerAuth
  • Type: HTTP Bearer token authentication

Example

auth := context.WithValue(context.Background(), sw.ContextAccessToken, "BEARERTOKENSTRING")
r, err := client.Service.Operation(auth, args)

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

-n3x77 - Sven Ulke - Twitter URL

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 {
	ApiApi *ApiApiService
	// contains filtered or unexported fields
}

APIClient manages communication with the DFIRTrack API vv1.5.4 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 APIResonse object.

func NewAPIResponseWithError

func NewAPIResponseWithError(errorMessage string) *APIResponse

NewAPIResponseWithError returns a new APIResponse object with the provided error message.

type Analysisstatus

type Analysisstatus struct {
	AnalysisstatusId   *int32 `json:"analysisstatus_id,omitempty"`
	AnalysisstatusName string `json:"analysisstatus_name"`
}

Analysisstatus struct for Analysisstatus

func NewAnalysisstatus

func NewAnalysisstatus(analysisstatusName string) *Analysisstatus

NewAnalysisstatus instantiates a new Analysisstatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAnalysisstatusWithDefaults

func NewAnalysisstatusWithDefaults() *Analysisstatus

NewAnalysisstatusWithDefaults instantiates a new Analysisstatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Analysisstatus) GetAnalysisstatusId

func (o *Analysisstatus) GetAnalysisstatusId() int32

GetAnalysisstatusId returns the AnalysisstatusId field value if set, zero value otherwise.

func (*Analysisstatus) GetAnalysisstatusIdOk

func (o *Analysisstatus) GetAnalysisstatusIdOk() (*int32, bool)

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

func (*Analysisstatus) GetAnalysisstatusName

func (o *Analysisstatus) GetAnalysisstatusName() string

GetAnalysisstatusName returns the AnalysisstatusName field value

func (*Analysisstatus) GetAnalysisstatusNameOk

func (o *Analysisstatus) GetAnalysisstatusNameOk() (*string, bool)

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

func (*Analysisstatus) HasAnalysisstatusId

func (o *Analysisstatus) HasAnalysisstatusId() bool

HasAnalysisstatusId returns a boolean if a field has been set.

func (Analysisstatus) MarshalJSON

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

func (*Analysisstatus) SetAnalysisstatusId

func (o *Analysisstatus) SetAnalysisstatusId(v int32)

SetAnalysisstatusId gets a reference to the given int32 and assigns it to the AnalysisstatusId field.

func (*Analysisstatus) SetAnalysisstatusName

func (o *Analysisstatus) SetAnalysisstatusName(v string)

SetAnalysisstatusName sets field value

type ApiApiService

type ApiApiService service

ApiApiService ApiApi service

func (*ApiApiService) CreateArtifact

func (a *ApiApiService) CreateArtifact(ctx _context.Context) ApiCreateArtifactRequest

* CreateArtifact Method for CreateArtifact * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateArtifactRequest

func (*ApiApiService) CreateArtifactExecute

func (a *ApiApiService) CreateArtifactExecute(r ApiCreateArtifactRequest) (Artifact, *_nethttp.Response, error)

* Execute executes the request * @return Artifact

func (*ApiApiService) CreateArtifacttype

func (a *ApiApiService) CreateArtifacttype(ctx _context.Context) ApiCreateArtifacttypeRequest

* CreateArtifacttype Method for CreateArtifacttype * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateArtifacttypeRequest

func (*ApiApiService) CreateArtifacttypeExecute

func (a *ApiApiService) CreateArtifacttypeExecute(r ApiCreateArtifacttypeRequest) (Artifacttype, *_nethttp.Response, error)

* Execute executes the request * @return Artifacttype

func (*ApiApiService) CreateAuthToken

func (a *ApiApiService) CreateAuthToken(ctx _context.Context) ApiCreateAuthTokenRequest

* CreateAuthToken Method for CreateAuthToken * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateAuthTokenRequest

func (*ApiApiService) CreateAuthTokenExecute

func (a *ApiApiService) CreateAuthTokenExecute(r ApiCreateAuthTokenRequest) (AuthToken, *_nethttp.Response, error)

* Execute executes the request * @return AuthToken

func (*ApiApiService) CreateCase

* CreateCase Method for CreateCase * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateCaseRequest

func (*ApiApiService) CreateCaseExecute

func (a *ApiApiService) CreateCaseExecute(r ApiCreateCaseRequest) (Case, *_nethttp.Response, error)

* Execute executes the request * @return Case

func (*ApiApiService) CreateCasetype

func (a *ApiApiService) CreateCasetype(ctx _context.Context) ApiCreateCasetypeRequest

* CreateCasetype Method for CreateCasetype * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateCasetypeRequest

func (*ApiApiService) CreateCasetypeExecute

func (a *ApiApiService) CreateCasetypeExecute(r ApiCreateCasetypeRequest) (Casetype, *_nethttp.Response, error)

* Execute executes the request * @return Casetype

func (*ApiApiService) CreateCompany

func (a *ApiApiService) CreateCompany(ctx _context.Context) ApiCreateCompanyRequest

* CreateCompany Method for CreateCompany * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateCompanyRequest

func (*ApiApiService) CreateCompanyExecute

func (a *ApiApiService) CreateCompanyExecute(r ApiCreateCompanyRequest) (Company, *_nethttp.Response, error)

* Execute executes the request * @return Company

func (*ApiApiService) CreateContact

func (a *ApiApiService) CreateContact(ctx _context.Context) ApiCreateContactRequest

* CreateContact Method for CreateContact * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateContactRequest

func (*ApiApiService) CreateContactExecute

func (a *ApiApiService) CreateContactExecute(r ApiCreateContactRequest) (Contact, *_nethttp.Response, error)

* Execute executes the request * @return Contact

func (*ApiApiService) CreateDivision

func (a *ApiApiService) CreateDivision(ctx _context.Context) ApiCreateDivisionRequest

* CreateDivision Method for CreateDivision * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateDivisionRequest

func (*ApiApiService) CreateDivisionExecute

func (a *ApiApiService) CreateDivisionExecute(r ApiCreateDivisionRequest) (Division, *_nethttp.Response, error)

* Execute executes the request * @return Division

func (*ApiApiService) CreateDnsname

func (a *ApiApiService) CreateDnsname(ctx _context.Context) ApiCreateDnsnameRequest

* CreateDnsname Method for CreateDnsname * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateDnsnameRequest

func (*ApiApiService) CreateDnsnameExecute

func (a *ApiApiService) CreateDnsnameExecute(r ApiCreateDnsnameRequest) (Dnsname, *_nethttp.Response, error)

* Execute executes the request * @return Dnsname

func (*ApiApiService) CreateDomain

* CreateDomain Method for CreateDomain * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateDomainRequest

func (*ApiApiService) CreateDomainExecute

func (a *ApiApiService) CreateDomainExecute(r ApiCreateDomainRequest) (Domain, *_nethttp.Response, error)

* Execute executes the request * @return Domain

func (*ApiApiService) CreateDomainuser

func (a *ApiApiService) CreateDomainuser(ctx _context.Context) ApiCreateDomainuserRequest

* CreateDomainuser Method for CreateDomainuser * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateDomainuserRequest

func (*ApiApiService) CreateDomainuserExecute

func (a *ApiApiService) CreateDomainuserExecute(r ApiCreateDomainuserRequest) (Domainuser, *_nethttp.Response, error)

* Execute executes the request * @return Domainuser

func (*ApiApiService) CreateHeadline added in v1.5.5

func (a *ApiApiService) CreateHeadline(ctx _context.Context) ApiCreateHeadlineRequest

* CreateHeadline Method for CreateHeadline * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateHeadlineRequest

func (*ApiApiService) CreateHeadlineExecute added in v1.5.5

func (a *ApiApiService) CreateHeadlineExecute(r ApiCreateHeadlineRequest) (Headline, *_nethttp.Response, error)

* Execute executes the request * @return Headline

func (*ApiApiService) CreateIp

* CreateIp Method for CreateIp * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateIpRequest

func (*ApiApiService) CreateIpExecute

func (a *ApiApiService) CreateIpExecute(r ApiCreateIpRequest) (Ip, *_nethttp.Response, error)

* Execute executes the request * @return Ip

func (*ApiApiService) CreateLocation

func (a *ApiApiService) CreateLocation(ctx _context.Context) ApiCreateLocationRequest

* CreateLocation Method for CreateLocation * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateLocationRequest

func (*ApiApiService) CreateLocationExecute

func (a *ApiApiService) CreateLocationExecute(r ApiCreateLocationRequest) (Location, *_nethttp.Response, error)

* Execute executes the request * @return Location

func (*ApiApiService) CreateNote added in v1.5.5

* CreateNote Method for CreateNote * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateNoteRequest

func (*ApiApiService) CreateNoteExecute added in v1.5.5

func (a *ApiApiService) CreateNoteExecute(r ApiCreateNoteRequest) (Note, *_nethttp.Response, error)

* Execute executes the request * @return Note

func (*ApiApiService) CreateOs

* CreateOs Method for CreateOs * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateOsRequest

func (*ApiApiService) CreateOsExecute

func (a *ApiApiService) CreateOsExecute(r ApiCreateOsRequest) (Os, *_nethttp.Response, error)

* Execute executes the request * @return Os

func (*ApiApiService) CreateOsarch

* CreateOsarch Method for CreateOsarch * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateOsarchRequest

func (*ApiApiService) CreateOsarchExecute

func (a *ApiApiService) CreateOsarchExecute(r ApiCreateOsarchRequest) (Osarch, *_nethttp.Response, error)

* Execute executes the request * @return Osarch

func (*ApiApiService) CreateReason

* CreateReason Method for CreateReason * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateReasonRequest

func (*ApiApiService) CreateReasonExecute

func (a *ApiApiService) CreateReasonExecute(r ApiCreateReasonRequest) (Reason, *_nethttp.Response, error)

* Execute executes the request * @return Reason

func (*ApiApiService) CreateRecommendation

func (a *ApiApiService) CreateRecommendation(ctx _context.Context) ApiCreateRecommendationRequest

* CreateRecommendation Method for CreateRecommendation * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateRecommendationRequest

func (*ApiApiService) CreateRecommendationExecute

func (a *ApiApiService) CreateRecommendationExecute(r ApiCreateRecommendationRequest) (Recommendation, *_nethttp.Response, error)

* Execute executes the request * @return Recommendation

func (*ApiApiService) CreateReportitem added in v1.5.5

func (a *ApiApiService) CreateReportitem(ctx _context.Context) ApiCreateReportitemRequest

* CreateReportitem Method for CreateReportitem * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateReportitemRequest

func (*ApiApiService) CreateReportitemExecute added in v1.5.5

func (a *ApiApiService) CreateReportitemExecute(r ApiCreateReportitemRequest) (Reportitem, *_nethttp.Response, error)

* Execute executes the request * @return Reportitem

func (*ApiApiService) CreateServiceprovider

func (a *ApiApiService) CreateServiceprovider(ctx _context.Context) ApiCreateServiceproviderRequest

* CreateServiceprovider Method for CreateServiceprovider * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateServiceproviderRequest

func (*ApiApiService) CreateServiceproviderExecute

func (a *ApiApiService) CreateServiceproviderExecute(r ApiCreateServiceproviderRequest) (Serviceprovider, *_nethttp.Response, error)

* Execute executes the request * @return Serviceprovider

func (*ApiApiService) CreateSystem

* CreateSystem Method for CreateSystem * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateSystemRequest

func (*ApiApiService) CreateSystemExecute

func (a *ApiApiService) CreateSystemExecute(r ApiCreateSystemRequest) (System, *_nethttp.Response, error)

* Execute executes the request * @return System

func (*ApiApiService) CreateSystemtype

func (a *ApiApiService) CreateSystemtype(ctx _context.Context) ApiCreateSystemtypeRequest

* CreateSystemtype Method for CreateSystemtype * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateSystemtypeRequest

func (*ApiApiService) CreateSystemtypeExecute

func (a *ApiApiService) CreateSystemtypeExecute(r ApiCreateSystemtypeRequest) (Systemtype, *_nethttp.Response, error)

* Execute executes the request * @return Systemtype

func (*ApiApiService) CreateSystemuser

func (a *ApiApiService) CreateSystemuser(ctx _context.Context) ApiCreateSystemuserRequest

* CreateSystemuser Method for CreateSystemuser * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateSystemuserRequest

func (*ApiApiService) CreateSystemuserExecute

func (a *ApiApiService) CreateSystemuserExecute(r ApiCreateSystemuserRequest) (Systemuser, *_nethttp.Response, error)

* Execute executes the request * @return Systemuser

func (*ApiApiService) CreateTag

* CreateTag Method for CreateTag * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateTagRequest

func (*ApiApiService) CreateTagExecute

func (a *ApiApiService) CreateTagExecute(r ApiCreateTagRequest) (Tag, *_nethttp.Response, error)

* Execute executes the request * @return Tag

func (*ApiApiService) CreateTask

* CreateTask Method for CreateTask * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateTaskRequest

func (*ApiApiService) CreateTaskExecute

func (a *ApiApiService) CreateTaskExecute(r ApiCreateTaskRequest) (Task, *_nethttp.Response, error)

* Execute executes the request * @return Task

func (*ApiApiService) CreateTaskname

func (a *ApiApiService) CreateTaskname(ctx _context.Context) ApiCreateTasknameRequest

* CreateTaskname Method for CreateTaskname * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateTasknameRequest

func (*ApiApiService) CreateTasknameExecute

func (a *ApiApiService) CreateTasknameExecute(r ApiCreateTasknameRequest) (Taskname, *_nethttp.Response, error)

* Execute executes the request * @return Taskname

func (*ApiApiService) ListAnalysisstatus

func (a *ApiApiService) ListAnalysisstatus(ctx _context.Context) ApiListAnalysisstatusRequest

* ListAnalysisstatus Method for ListAnalysisstatus * all objects, allowed: GET * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListAnalysisstatusRequest

func (*ApiApiService) ListAnalysisstatusExecute

func (a *ApiApiService) ListAnalysisstatusExecute(r ApiListAnalysisstatusRequest) ([]Analysisstatus, *_nethttp.Response, error)

* Execute executes the request * @return []Analysisstatus

func (*ApiApiService) ListArtifactprioritys

func (a *ApiApiService) ListArtifactprioritys(ctx _context.Context) ApiListArtifactprioritysRequest

* ListArtifactprioritys Method for ListArtifactprioritys * all objects, allowed: GET * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListArtifactprioritysRequest

func (*ApiApiService) ListArtifactprioritysExecute

func (a *ApiApiService) ListArtifactprioritysExecute(r ApiListArtifactprioritysRequest) ([]Artifactpriority, *_nethttp.Response, error)

* Execute executes the request * @return []Artifactpriority

func (*ApiApiService) ListArtifacts

func (a *ApiApiService) ListArtifacts(ctx _context.Context) ApiListArtifactsRequest

* ListArtifacts Method for ListArtifacts * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListArtifactsRequest

func (*ApiApiService) ListArtifactsExecute

func (a *ApiApiService) ListArtifactsExecute(r ApiListArtifactsRequest) ([]Artifact, *_nethttp.Response, error)

* Execute executes the request * @return []Artifact

func (*ApiApiService) ListArtifactstatus

func (a *ApiApiService) ListArtifactstatus(ctx _context.Context) ApiListArtifactstatusRequest

* ListArtifactstatus Method for ListArtifactstatus * all objects, allowed: GET * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListArtifactstatusRequest

func (*ApiApiService) ListArtifactstatusExecute

func (a *ApiApiService) ListArtifactstatusExecute(r ApiListArtifactstatusRequest) ([]Artifactstatus, *_nethttp.Response, error)

* Execute executes the request * @return []Artifactstatus

func (*ApiApiService) ListArtifacttypes

func (a *ApiApiService) ListArtifacttypes(ctx _context.Context) ApiListArtifacttypesRequest

* ListArtifacttypes Method for ListArtifacttypes * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListArtifacttypesRequest

func (*ApiApiService) ListArtifacttypesExecute

func (a *ApiApiService) ListArtifacttypesExecute(r ApiListArtifacttypesRequest) ([]Artifacttype, *_nethttp.Response, error)

* Execute executes the request * @return []Artifacttype

func (*ApiApiService) ListCaseprioritys

func (a *ApiApiService) ListCaseprioritys(ctx _context.Context) ApiListCaseprioritysRequest

* ListCaseprioritys Method for ListCaseprioritys * all objects, allowed: GET * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListCaseprioritysRequest

func (*ApiApiService) ListCaseprioritysExecute

func (a *ApiApiService) ListCaseprioritysExecute(r ApiListCaseprioritysRequest) ([]Casepriority, *_nethttp.Response, error)

* Execute executes the request * @return []Casepriority

func (*ApiApiService) ListCases

* ListCases Method for ListCases * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListCasesRequest

func (*ApiApiService) ListCasesExecute

func (a *ApiApiService) ListCasesExecute(r ApiListCasesRequest) ([]Case, *_nethttp.Response, error)

* Execute executes the request * @return []Case

func (*ApiApiService) ListCasestatus

func (a *ApiApiService) ListCasestatus(ctx _context.Context) ApiListCasestatusRequest

* ListCasestatus Method for ListCasestatus * all objects, allowed: GET * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListCasestatusRequest

func (*ApiApiService) ListCasestatusExecute

func (a *ApiApiService) ListCasestatusExecute(r ApiListCasestatusRequest) ([]Casestatus, *_nethttp.Response, error)

* Execute executes the request * @return []Casestatus

func (*ApiApiService) ListCasetypes

func (a *ApiApiService) ListCasetypes(ctx _context.Context) ApiListCasetypesRequest

* ListCasetypes Method for ListCasetypes * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListCasetypesRequest

func (*ApiApiService) ListCasetypesExecute

func (a *ApiApiService) ListCasetypesExecute(r ApiListCasetypesRequest) ([]Casetype, *_nethttp.Response, error)

* Execute executes the request * @return []Casetype

func (*ApiApiService) ListCompanys

* ListCompanys Method for ListCompanys * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListCompanysRequest

func (*ApiApiService) ListCompanysExecute

func (a *ApiApiService) ListCompanysExecute(r ApiListCompanysRequest) ([]Company, *_nethttp.Response, error)

* Execute executes the request * @return []Company

func (*ApiApiService) ListContacts

* ListContacts Method for ListContacts * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListContactsRequest

func (*ApiApiService) ListContactsExecute

func (a *ApiApiService) ListContactsExecute(r ApiListContactsRequest) ([]Contact, *_nethttp.Response, error)

* Execute executes the request * @return []Contact

func (*ApiApiService) ListDivisions

func (a *ApiApiService) ListDivisions(ctx _context.Context) ApiListDivisionsRequest

* ListDivisions Method for ListDivisions * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListDivisionsRequest

func (*ApiApiService) ListDivisionsExecute

func (a *ApiApiService) ListDivisionsExecute(r ApiListDivisionsRequest) ([]Division, *_nethttp.Response, error)

* Execute executes the request * @return []Division

func (*ApiApiService) ListDnsnames

* ListDnsnames Method for ListDnsnames * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListDnsnamesRequest

func (*ApiApiService) ListDnsnamesExecute

func (a *ApiApiService) ListDnsnamesExecute(r ApiListDnsnamesRequest) ([]Dnsname, *_nethttp.Response, error)

* Execute executes the request * @return []Dnsname

func (*ApiApiService) ListDomains

* ListDomains Method for ListDomains * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListDomainsRequest

func (*ApiApiService) ListDomainsExecute

func (a *ApiApiService) ListDomainsExecute(r ApiListDomainsRequest) ([]Domain, *_nethttp.Response, error)

* Execute executes the request * @return []Domain

func (*ApiApiService) ListDomainusers

func (a *ApiApiService) ListDomainusers(ctx _context.Context) ApiListDomainusersRequest

* ListDomainusers Method for ListDomainusers * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListDomainusersRequest

func (*ApiApiService) ListDomainusersExecute

func (a *ApiApiService) ListDomainusersExecute(r ApiListDomainusersRequest) ([]Domainuser, *_nethttp.Response, error)

* Execute executes the request * @return []Domainuser

func (*ApiApiService) ListHeadlines added in v1.5.5

func (a *ApiApiService) ListHeadlines(ctx _context.Context) ApiListHeadlinesRequest

* ListHeadlines Method for ListHeadlines * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListHeadlinesRequest

func (*ApiApiService) ListHeadlinesExecute added in v1.5.5

func (a *ApiApiService) ListHeadlinesExecute(r ApiListHeadlinesRequest) ([]Headline, *_nethttp.Response, error)

* Execute executes the request * @return []Headline

func (*ApiApiService) ListIps

* ListIps Method for ListIps * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListIpsRequest

func (*ApiApiService) ListIpsExecute

func (a *ApiApiService) ListIpsExecute(r ApiListIpsRequest) ([]Ip, *_nethttp.Response, error)

* Execute executes the request * @return []Ip

func (*ApiApiService) ListLocations

func (a *ApiApiService) ListLocations(ctx _context.Context) ApiListLocationsRequest

* ListLocations Method for ListLocations * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListLocationsRequest

func (*ApiApiService) ListLocationsExecute

func (a *ApiApiService) ListLocationsExecute(r ApiListLocationsRequest) ([]Location, *_nethttp.Response, error)

* Execute executes the request * @return []Location

func (*ApiApiService) ListNotes added in v1.5.5

* ListNotes Method for ListNotes * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListNotesRequest

func (*ApiApiService) ListNotesExecute added in v1.5.5

func (a *ApiApiService) ListNotesExecute(r ApiListNotesRequest) ([]Note, *_nethttp.Response, error)

* Execute executes the request * @return []Note

func (*ApiApiService) ListNotestatus added in v1.5.5

func (a *ApiApiService) ListNotestatus(ctx _context.Context) ApiListNotestatusRequest

* ListNotestatus Method for ListNotestatus * all objects, allowed: GET * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListNotestatusRequest

func (*ApiApiService) ListNotestatusExecute added in v1.5.5

func (a *ApiApiService) ListNotestatusExecute(r ApiListNotestatusRequest) ([]Notestatus, *_nethttp.Response, error)

* Execute executes the request * @return []Notestatus

func (*ApiApiService) ListOs

* ListOs Method for ListOs * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListOsRequest

func (*ApiApiService) ListOsExecute

func (a *ApiApiService) ListOsExecute(r ApiListOsRequest) ([]Os, *_nethttp.Response, error)

* Execute executes the request * @return []Os

func (*ApiApiService) ListOsarchs

* ListOsarchs Method for ListOsarchs * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListOsarchsRequest

func (*ApiApiService) ListOsarchsExecute

func (a *ApiApiService) ListOsarchsExecute(r ApiListOsarchsRequest) ([]Osarch, *_nethttp.Response, error)

* Execute executes the request * @return []Osarch

func (*ApiApiService) ListReasons

* ListReasons Method for ListReasons * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListReasonsRequest

func (*ApiApiService) ListReasonsExecute

func (a *ApiApiService) ListReasonsExecute(r ApiListReasonsRequest) ([]Reason, *_nethttp.Response, error)

* Execute executes the request * @return []Reason

func (*ApiApiService) ListRecommendations

func (a *ApiApiService) ListRecommendations(ctx _context.Context) ApiListRecommendationsRequest

* ListRecommendations Method for ListRecommendations * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListRecommendationsRequest

func (*ApiApiService) ListRecommendationsExecute

func (a *ApiApiService) ListRecommendationsExecute(r ApiListRecommendationsRequest) ([]Recommendation, *_nethttp.Response, error)

* Execute executes the request * @return []Recommendation

func (*ApiApiService) ListReportitems added in v1.5.5

func (a *ApiApiService) ListReportitems(ctx _context.Context) ApiListReportitemsRequest

* ListReportitems Method for ListReportitems * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListReportitemsRequest

func (*ApiApiService) ListReportitemsExecute added in v1.5.5

func (a *ApiApiService) ListReportitemsExecute(r ApiListReportitemsRequest) ([]Reportitem, *_nethttp.Response, error)

* Execute executes the request * @return []Reportitem

func (*ApiApiService) ListServiceproviders

func (a *ApiApiService) ListServiceproviders(ctx _context.Context) ApiListServiceprovidersRequest

* ListServiceproviders Method for ListServiceproviders * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListServiceprovidersRequest

func (*ApiApiService) ListServiceprovidersExecute

func (a *ApiApiService) ListServiceprovidersExecute(r ApiListServiceprovidersRequest) ([]Serviceprovider, *_nethttp.Response, error)

* Execute executes the request * @return []Serviceprovider

func (*ApiApiService) ListSystems

* ListSystems Method for ListSystems * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListSystemsRequest

func (*ApiApiService) ListSystemsExecute

func (a *ApiApiService) ListSystemsExecute(r ApiListSystemsRequest) ([]System, *_nethttp.Response, error)

* Execute executes the request * @return []System

func (*ApiApiService) ListSystemstatus

func (a *ApiApiService) ListSystemstatus(ctx _context.Context) ApiListSystemstatusRequest

* ListSystemstatus Method for ListSystemstatus * all objects, allowed: GET * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListSystemstatusRequest

func (*ApiApiService) ListSystemstatusExecute

func (a *ApiApiService) ListSystemstatusExecute(r ApiListSystemstatusRequest) ([]Systemstatus, *_nethttp.Response, error)

* Execute executes the request * @return []Systemstatus

func (*ApiApiService) ListSystemtypes

func (a *ApiApiService) ListSystemtypes(ctx _context.Context) ApiListSystemtypesRequest

* ListSystemtypes Method for ListSystemtypes * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListSystemtypesRequest

func (*ApiApiService) ListSystemtypesExecute

func (a *ApiApiService) ListSystemtypesExecute(r ApiListSystemtypesRequest) ([]Systemtype, *_nethttp.Response, error)

* Execute executes the request * @return []Systemtype

func (*ApiApiService) ListSystemusers

func (a *ApiApiService) ListSystemusers(ctx _context.Context) ApiListSystemusersRequest

* ListSystemusers Method for ListSystemusers * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListSystemusersRequest

func (*ApiApiService) ListSystemusersExecute

func (a *ApiApiService) ListSystemusersExecute(r ApiListSystemusersRequest) ([]Systemuser, *_nethttp.Response, error)

* Execute executes the request * @return []Systemuser

func (*ApiApiService) ListTagcolors

func (a *ApiApiService) ListTagcolors(ctx _context.Context) ApiListTagcolorsRequest

* ListTagcolors Method for ListTagcolors * all objects, allowed: GET * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListTagcolorsRequest

func (*ApiApiService) ListTagcolorsExecute

func (a *ApiApiService) ListTagcolorsExecute(r ApiListTagcolorsRequest) ([]Tagcolor, *_nethttp.Response, error)

* Execute executes the request * @return []Tagcolor

func (*ApiApiService) ListTags

* ListTags Method for ListTags * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListTagsRequest

func (*ApiApiService) ListTagsExecute

func (a *ApiApiService) ListTagsExecute(r ApiListTagsRequest) ([]Tag, *_nethttp.Response, error)

* Execute executes the request * @return []Tag

func (*ApiApiService) ListTasknames

func (a *ApiApiService) ListTasknames(ctx _context.Context) ApiListTasknamesRequest

* ListTasknames Method for ListTasknames * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListTasknamesRequest

func (*ApiApiService) ListTasknamesExecute

func (a *ApiApiService) ListTasknamesExecute(r ApiListTasknamesRequest) ([]Taskname, *_nethttp.Response, error)

* Execute executes the request * @return []Taskname

func (*ApiApiService) ListTaskprioritys

func (a *ApiApiService) ListTaskprioritys(ctx _context.Context) ApiListTaskprioritysRequest

* ListTaskprioritys Method for ListTaskprioritys * all objects, allowed: GET * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListTaskprioritysRequest

func (*ApiApiService) ListTaskprioritysExecute

func (a *ApiApiService) ListTaskprioritysExecute(r ApiListTaskprioritysRequest) ([]Taskpriority, *_nethttp.Response, error)

* Execute executes the request * @return []Taskpriority

func (*ApiApiService) ListTasks

* ListTasks Method for ListTasks * all objects, allowed: GET + POST * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListTasksRequest

func (*ApiApiService) ListTasksExecute

func (a *ApiApiService) ListTasksExecute(r ApiListTasksRequest) ([]Task, *_nethttp.Response, error)

* Execute executes the request * @return []Task

func (*ApiApiService) ListTaskstatus

func (a *ApiApiService) ListTaskstatus(ctx _context.Context) ApiListTaskstatusRequest

* ListTaskstatus Method for ListTaskstatus * all objects, allowed: GET * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListTaskstatusRequest

func (*ApiApiService) ListTaskstatusExecute

func (a *ApiApiService) ListTaskstatusExecute(r ApiListTaskstatusRequest) ([]Taskstatus, *_nethttp.Response, error)

* Execute executes the request * @return []Taskstatus

func (*ApiApiService) PartialUpdateArtifact

func (a *ApiApiService) PartialUpdateArtifact(ctx _context.Context, artifactId string) ApiPartialUpdateArtifactRequest

* PartialUpdateArtifact Method for PartialUpdateArtifact * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param artifactId A unique integer value identifying this artifact. * @return ApiPartialUpdateArtifactRequest

func (*ApiApiService) PartialUpdateArtifactExecute

func (a *ApiApiService) PartialUpdateArtifactExecute(r ApiPartialUpdateArtifactRequest) (Artifact, *_nethttp.Response, error)

* Execute executes the request * @return Artifact

func (*ApiApiService) PartialUpdateArtifacttype

func (a *ApiApiService) PartialUpdateArtifacttype(ctx _context.Context, artifacttypeId string) ApiPartialUpdateArtifacttypeRequest

* PartialUpdateArtifacttype Method for PartialUpdateArtifacttype * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param artifacttypeId A unique integer value identifying this artifacttype. * @return ApiPartialUpdateArtifacttypeRequest

func (*ApiApiService) PartialUpdateArtifacttypeExecute

func (a *ApiApiService) PartialUpdateArtifacttypeExecute(r ApiPartialUpdateArtifacttypeRequest) (Artifacttype, *_nethttp.Response, error)

* Execute executes the request * @return Artifacttype

func (*ApiApiService) PartialUpdateCase

func (a *ApiApiService) PartialUpdateCase(ctx _context.Context, caseId string) ApiPartialUpdateCaseRequest

* PartialUpdateCase Method for PartialUpdateCase * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param caseId A unique integer value identifying this case. * @return ApiPartialUpdateCaseRequest

func (*ApiApiService) PartialUpdateCaseExecute

func (a *ApiApiService) PartialUpdateCaseExecute(r ApiPartialUpdateCaseRequest) (Case, *_nethttp.Response, error)

* Execute executes the request * @return Case

func (*ApiApiService) PartialUpdateCasetype

func (a *ApiApiService) PartialUpdateCasetype(ctx _context.Context, casetypeId string) ApiPartialUpdateCasetypeRequest

* PartialUpdateCasetype Method for PartialUpdateCasetype * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param casetypeId A unique integer value identifying this casetype. * @return ApiPartialUpdateCasetypeRequest

func (*ApiApiService) PartialUpdateCasetypeExecute

func (a *ApiApiService) PartialUpdateCasetypeExecute(r ApiPartialUpdateCasetypeRequest) (Casetype, *_nethttp.Response, error)

* Execute executes the request * @return Casetype

func (*ApiApiService) PartialUpdateCompany

func (a *ApiApiService) PartialUpdateCompany(ctx _context.Context, companyId string) ApiPartialUpdateCompanyRequest

* PartialUpdateCompany Method for PartialUpdateCompany * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param companyId A unique integer value identifying this company. * @return ApiPartialUpdateCompanyRequest

func (*ApiApiService) PartialUpdateCompanyExecute

func (a *ApiApiService) PartialUpdateCompanyExecute(r ApiPartialUpdateCompanyRequest) (Company, *_nethttp.Response, error)

* Execute executes the request * @return Company

func (*ApiApiService) PartialUpdateContact

func (a *ApiApiService) PartialUpdateContact(ctx _context.Context, contactId string) ApiPartialUpdateContactRequest

* PartialUpdateContact Method for PartialUpdateContact * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param contactId A unique integer value identifying this contact. * @return ApiPartialUpdateContactRequest

func (*ApiApiService) PartialUpdateContactExecute

func (a *ApiApiService) PartialUpdateContactExecute(r ApiPartialUpdateContactRequest) (Contact, *_nethttp.Response, error)

* Execute executes the request * @return Contact

func (*ApiApiService) PartialUpdateDivision

func (a *ApiApiService) PartialUpdateDivision(ctx _context.Context, divisionId string) ApiPartialUpdateDivisionRequest

* PartialUpdateDivision Method for PartialUpdateDivision * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param divisionId A unique integer value identifying this division. * @return ApiPartialUpdateDivisionRequest

func (*ApiApiService) PartialUpdateDivisionExecute

func (a *ApiApiService) PartialUpdateDivisionExecute(r ApiPartialUpdateDivisionRequest) (Division, *_nethttp.Response, error)

* Execute executes the request * @return Division

func (*ApiApiService) PartialUpdateDnsname

func (a *ApiApiService) PartialUpdateDnsname(ctx _context.Context, dnsnameId string) ApiPartialUpdateDnsnameRequest

* PartialUpdateDnsname Method for PartialUpdateDnsname * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param dnsnameId A unique integer value identifying this dnsname. * @return ApiPartialUpdateDnsnameRequest

func (*ApiApiService) PartialUpdateDnsnameExecute

func (a *ApiApiService) PartialUpdateDnsnameExecute(r ApiPartialUpdateDnsnameRequest) (Dnsname, *_nethttp.Response, error)

* Execute executes the request * @return Dnsname

func (*ApiApiService) PartialUpdateDomain

func (a *ApiApiService) PartialUpdateDomain(ctx _context.Context, domainId string) ApiPartialUpdateDomainRequest

* PartialUpdateDomain Method for PartialUpdateDomain * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param domainId A unique integer value identifying this domain. * @return ApiPartialUpdateDomainRequest

func (*ApiApiService) PartialUpdateDomainExecute

func (a *ApiApiService) PartialUpdateDomainExecute(r ApiPartialUpdateDomainRequest) (Domain, *_nethttp.Response, error)

* Execute executes the request * @return Domain

func (*ApiApiService) PartialUpdateDomainuser

func (a *ApiApiService) PartialUpdateDomainuser(ctx _context.Context, domainuserId string) ApiPartialUpdateDomainuserRequest

* PartialUpdateDomainuser Method for PartialUpdateDomainuser * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param domainuserId A unique integer value identifying this domainuser. * @return ApiPartialUpdateDomainuserRequest

func (*ApiApiService) PartialUpdateDomainuserExecute

func (a *ApiApiService) PartialUpdateDomainuserExecute(r ApiPartialUpdateDomainuserRequest) (Domainuser, *_nethttp.Response, error)

* Execute executes the request * @return Domainuser

func (*ApiApiService) PartialUpdateHeadline added in v1.5.5

func (a *ApiApiService) PartialUpdateHeadline(ctx _context.Context, headlineId string) ApiPartialUpdateHeadlineRequest

* PartialUpdateHeadline Method for PartialUpdateHeadline * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param headlineId A unique integer value identifying this headline. * @return ApiPartialUpdateHeadlineRequest

func (*ApiApiService) PartialUpdateHeadlineExecute added in v1.5.5

func (a *ApiApiService) PartialUpdateHeadlineExecute(r ApiPartialUpdateHeadlineRequest) (Headline, *_nethttp.Response, error)

* Execute executes the request * @return Headline

func (*ApiApiService) PartialUpdateIp

func (a *ApiApiService) PartialUpdateIp(ctx _context.Context, ipId string) ApiPartialUpdateIpRequest

* PartialUpdateIp Method for PartialUpdateIp * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param ipId A unique integer value identifying this ip. * @return ApiPartialUpdateIpRequest

func (*ApiApiService) PartialUpdateIpExecute

func (a *ApiApiService) PartialUpdateIpExecute(r ApiPartialUpdateIpRequest) (Ip, *_nethttp.Response, error)

* Execute executes the request * @return Ip

func (*ApiApiService) PartialUpdateLocation

func (a *ApiApiService) PartialUpdateLocation(ctx _context.Context, locationId string) ApiPartialUpdateLocationRequest

* PartialUpdateLocation Method for PartialUpdateLocation * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param locationId A unique integer value identifying this location. * @return ApiPartialUpdateLocationRequest

func (*ApiApiService) PartialUpdateLocationExecute

func (a *ApiApiService) PartialUpdateLocationExecute(r ApiPartialUpdateLocationRequest) (Location, *_nethttp.Response, error)

* Execute executes the request * @return Location

func (*ApiApiService) PartialUpdateNote added in v1.5.5

func (a *ApiApiService) PartialUpdateNote(ctx _context.Context, noteId string) ApiPartialUpdateNoteRequest

* PartialUpdateNote Method for PartialUpdateNote * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param noteId A unique integer value identifying this note. * @return ApiPartialUpdateNoteRequest

func (*ApiApiService) PartialUpdateNoteExecute added in v1.5.5

func (a *ApiApiService) PartialUpdateNoteExecute(r ApiPartialUpdateNoteRequest) (Note, *_nethttp.Response, error)

* Execute executes the request * @return Note

func (*ApiApiService) PartialUpdateOs

func (a *ApiApiService) PartialUpdateOs(ctx _context.Context, osId string) ApiPartialUpdateOsRequest

* PartialUpdateOs Method for PartialUpdateOs * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param osId A unique integer value identifying this os. * @return ApiPartialUpdateOsRequest

func (*ApiApiService) PartialUpdateOsExecute

func (a *ApiApiService) PartialUpdateOsExecute(r ApiPartialUpdateOsRequest) (Os, *_nethttp.Response, error)

* Execute executes the request * @return Os

func (*ApiApiService) PartialUpdateOsarch

func (a *ApiApiService) PartialUpdateOsarch(ctx _context.Context, osarchId string) ApiPartialUpdateOsarchRequest

* PartialUpdateOsarch Method for PartialUpdateOsarch * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param osarchId A unique integer value identifying this osarch. * @return ApiPartialUpdateOsarchRequest

func (*ApiApiService) PartialUpdateOsarchExecute

func (a *ApiApiService) PartialUpdateOsarchExecute(r ApiPartialUpdateOsarchRequest) (Osarch, *_nethttp.Response, error)

* Execute executes the request * @return Osarch

func (*ApiApiService) PartialUpdateReason

func (a *ApiApiService) PartialUpdateReason(ctx _context.Context, reasonId string) ApiPartialUpdateReasonRequest

* PartialUpdateReason Method for PartialUpdateReason * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param reasonId A unique integer value identifying this reason. * @return ApiPartialUpdateReasonRequest

func (*ApiApiService) PartialUpdateReasonExecute

func (a *ApiApiService) PartialUpdateReasonExecute(r ApiPartialUpdateReasonRequest) (Reason, *_nethttp.Response, error)

* Execute executes the request * @return Reason

func (*ApiApiService) PartialUpdateRecommendation

func (a *ApiApiService) PartialUpdateRecommendation(ctx _context.Context, recommendationId string) ApiPartialUpdateRecommendationRequest

* PartialUpdateRecommendation Method for PartialUpdateRecommendation * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param recommendationId A unique integer value identifying this recommendation. * @return ApiPartialUpdateRecommendationRequest

func (*ApiApiService) PartialUpdateRecommendationExecute

func (a *ApiApiService) PartialUpdateRecommendationExecute(r ApiPartialUpdateRecommendationRequest) (Recommendation, *_nethttp.Response, error)

* Execute executes the request * @return Recommendation

func (*ApiApiService) PartialUpdateReportitem added in v1.5.5

func (a *ApiApiService) PartialUpdateReportitem(ctx _context.Context, reportitemId string) ApiPartialUpdateReportitemRequest

* PartialUpdateReportitem Method for PartialUpdateReportitem * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param reportitemId A unique integer value identifying this reportitem. * @return ApiPartialUpdateReportitemRequest

func (*ApiApiService) PartialUpdateReportitemExecute added in v1.5.5

func (a *ApiApiService) PartialUpdateReportitemExecute(r ApiPartialUpdateReportitemRequest) (Reportitem, *_nethttp.Response, error)

* Execute executes the request * @return Reportitem

func (*ApiApiService) PartialUpdateServiceprovider

func (a *ApiApiService) PartialUpdateServiceprovider(ctx _context.Context, serviceproviderId string) ApiPartialUpdateServiceproviderRequest

* PartialUpdateServiceprovider Method for PartialUpdateServiceprovider * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param serviceproviderId A unique integer value identifying this serviceprovider. * @return ApiPartialUpdateServiceproviderRequest

func (*ApiApiService) PartialUpdateServiceproviderExecute

func (a *ApiApiService) PartialUpdateServiceproviderExecute(r ApiPartialUpdateServiceproviderRequest) (Serviceprovider, *_nethttp.Response, error)

* Execute executes the request * @return Serviceprovider

func (*ApiApiService) PartialUpdateSystem

func (a *ApiApiService) PartialUpdateSystem(ctx _context.Context, systemId string) ApiPartialUpdateSystemRequest

* PartialUpdateSystem Method for PartialUpdateSystem * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param systemId A unique integer value identifying this system. * @return ApiPartialUpdateSystemRequest

func (*ApiApiService) PartialUpdateSystemExecute

func (a *ApiApiService) PartialUpdateSystemExecute(r ApiPartialUpdateSystemRequest) (System, *_nethttp.Response, error)

* Execute executes the request * @return System

func (*ApiApiService) PartialUpdateSystemtype

func (a *ApiApiService) PartialUpdateSystemtype(ctx _context.Context, systemtypeId string) ApiPartialUpdateSystemtypeRequest

* PartialUpdateSystemtype Method for PartialUpdateSystemtype * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param systemtypeId A unique integer value identifying this systemtype. * @return ApiPartialUpdateSystemtypeRequest

func (*ApiApiService) PartialUpdateSystemtypeExecute

func (a *ApiApiService) PartialUpdateSystemtypeExecute(r ApiPartialUpdateSystemtypeRequest) (Systemtype, *_nethttp.Response, error)

* Execute executes the request * @return Systemtype

func (*ApiApiService) PartialUpdateSystemuser

func (a *ApiApiService) PartialUpdateSystemuser(ctx _context.Context, systemuserId string) ApiPartialUpdateSystemuserRequest

* PartialUpdateSystemuser Method for PartialUpdateSystemuser * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param systemuserId A unique integer value identifying this systemuser. * @return ApiPartialUpdateSystemuserRequest

func (*ApiApiService) PartialUpdateSystemuserExecute

func (a *ApiApiService) PartialUpdateSystemuserExecute(r ApiPartialUpdateSystemuserRequest) (Systemuser, *_nethttp.Response, error)

* Execute executes the request * @return Systemuser

func (*ApiApiService) PartialUpdateTag

func (a *ApiApiService) PartialUpdateTag(ctx _context.Context, tagId string) ApiPartialUpdateTagRequest

* PartialUpdateTag Method for PartialUpdateTag * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param tagId A unique integer value identifying this tag. * @return ApiPartialUpdateTagRequest

func (*ApiApiService) PartialUpdateTagExecute

func (a *ApiApiService) PartialUpdateTagExecute(r ApiPartialUpdateTagRequest) (Tag, *_nethttp.Response, error)

* Execute executes the request * @return Tag

func (*ApiApiService) PartialUpdateTask

func (a *ApiApiService) PartialUpdateTask(ctx _context.Context, taskId string) ApiPartialUpdateTaskRequest

* PartialUpdateTask Method for PartialUpdateTask * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param taskId A unique integer value identifying this task. * @return ApiPartialUpdateTaskRequest

func (*ApiApiService) PartialUpdateTaskExecute

func (a *ApiApiService) PartialUpdateTaskExecute(r ApiPartialUpdateTaskRequest) (Task, *_nethttp.Response, error)

* Execute executes the request * @return Task

func (*ApiApiService) PartialUpdateTaskname

func (a *ApiApiService) PartialUpdateTaskname(ctx _context.Context, tasknameId string) ApiPartialUpdateTasknameRequest

* PartialUpdateTaskname Method for PartialUpdateTaskname * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param tasknameId A unique integer value identifying this taskname. * @return ApiPartialUpdateTasknameRequest

func (*ApiApiService) PartialUpdateTasknameExecute

func (a *ApiApiService) PartialUpdateTasknameExecute(r ApiPartialUpdateTasknameRequest) (Taskname, *_nethttp.Response, error)

* Execute executes the request * @return Taskname

func (*ApiApiService) RetrieveAnalysisstatus

func (a *ApiApiService) RetrieveAnalysisstatus(ctx _context.Context, analysisstatusId string) ApiRetrieveAnalysisstatusRequest

* RetrieveAnalysisstatus Method for RetrieveAnalysisstatus * single object, allowed: GET * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param analysisstatusId A unique integer value identifying this analysisstatus. * @return ApiRetrieveAnalysisstatusRequest

func (*ApiApiService) RetrieveAnalysisstatusExecute

func (a *ApiApiService) RetrieveAnalysisstatusExecute(r ApiRetrieveAnalysisstatusRequest) (Analysisstatus, *_nethttp.Response, error)

* Execute executes the request * @return Analysisstatus

func (*ApiApiService) RetrieveArtifact

func (a *ApiApiService) RetrieveArtifact(ctx _context.Context, artifactId string) ApiRetrieveArtifactRequest

* RetrieveArtifact Method for RetrieveArtifact * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param artifactId A unique integer value identifying this artifact. * @return ApiRetrieveArtifactRequest

func (*ApiApiService) RetrieveArtifactExecute

func (a *ApiApiService) RetrieveArtifactExecute(r ApiRetrieveArtifactRequest) (Artifact, *_nethttp.Response, error)

* Execute executes the request * @return Artifact

func (*ApiApiService) RetrieveArtifactpriority

func (a *ApiApiService) RetrieveArtifactpriority(ctx _context.Context, artifactpriorityId string) ApiRetrieveArtifactpriorityRequest

* RetrieveArtifactpriority Method for RetrieveArtifactpriority * single object, allowed: GET * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param artifactpriorityId A unique integer value identifying this artifactpriority. * @return ApiRetrieveArtifactpriorityRequest

func (*ApiApiService) RetrieveArtifactpriorityExecute

func (a *ApiApiService) RetrieveArtifactpriorityExecute(r ApiRetrieveArtifactpriorityRequest) (Artifactpriority, *_nethttp.Response, error)

* Execute executes the request * @return Artifactpriority

func (*ApiApiService) RetrieveArtifactstatus

func (a *ApiApiService) RetrieveArtifactstatus(ctx _context.Context, artifactstatusId string) ApiRetrieveArtifactstatusRequest

* RetrieveArtifactstatus Method for RetrieveArtifactstatus * single object, allowed: GET * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param artifactstatusId A unique integer value identifying this artifactstatus. * @return ApiRetrieveArtifactstatusRequest

func (*ApiApiService) RetrieveArtifactstatusExecute

func (a *ApiApiService) RetrieveArtifactstatusExecute(r ApiRetrieveArtifactstatusRequest) (Artifactstatus, *_nethttp.Response, error)

* Execute executes the request * @return Artifactstatus

func (*ApiApiService) RetrieveArtifacttype

func (a *ApiApiService) RetrieveArtifacttype(ctx _context.Context, artifacttypeId string) ApiRetrieveArtifacttypeRequest

* RetrieveArtifacttype Method for RetrieveArtifacttype * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param artifacttypeId A unique integer value identifying this artifacttype. * @return ApiRetrieveArtifacttypeRequest

func (*ApiApiService) RetrieveArtifacttypeExecute

func (a *ApiApiService) RetrieveArtifacttypeExecute(r ApiRetrieveArtifacttypeRequest) (Artifacttype, *_nethttp.Response, error)

* Execute executes the request * @return Artifacttype

func (*ApiApiService) RetrieveCase

func (a *ApiApiService) RetrieveCase(ctx _context.Context, caseId string) ApiRetrieveCaseRequest

* RetrieveCase Method for RetrieveCase * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param caseId A unique integer value identifying this case. * @return ApiRetrieveCaseRequest

func (*ApiApiService) RetrieveCaseExecute

func (a *ApiApiService) RetrieveCaseExecute(r ApiRetrieveCaseRequest) (Case, *_nethttp.Response, error)

* Execute executes the request * @return Case

func (*ApiApiService) RetrieveCasepriority

func (a *ApiApiService) RetrieveCasepriority(ctx _context.Context, casepriorityId string) ApiRetrieveCasepriorityRequest

* RetrieveCasepriority Method for RetrieveCasepriority * single object, allowed: GET * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param casepriorityId A unique integer value identifying this casepriority. * @return ApiRetrieveCasepriorityRequest

func (*ApiApiService) RetrieveCasepriorityExecute

func (a *ApiApiService) RetrieveCasepriorityExecute(r ApiRetrieveCasepriorityRequest) (Casepriority, *_nethttp.Response, error)

* Execute executes the request * @return Casepriority

func (*ApiApiService) RetrieveCasestatus

func (a *ApiApiService) RetrieveCasestatus(ctx _context.Context, casestatusId string) ApiRetrieveCasestatusRequest

* RetrieveCasestatus Method for RetrieveCasestatus * single object, allowed: GET * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param casestatusId A unique integer value identifying this casestatus. * @return ApiRetrieveCasestatusRequest

func (*ApiApiService) RetrieveCasestatusExecute

func (a *ApiApiService) RetrieveCasestatusExecute(r ApiRetrieveCasestatusRequest) (Casestatus, *_nethttp.Response, error)

* Execute executes the request * @return Casestatus

func (*ApiApiService) RetrieveCasetype

func (a *ApiApiService) RetrieveCasetype(ctx _context.Context, casetypeId string) ApiRetrieveCasetypeRequest

* RetrieveCasetype Method for RetrieveCasetype * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param casetypeId A unique integer value identifying this casetype. * @return ApiRetrieveCasetypeRequest

func (*ApiApiService) RetrieveCasetypeExecute

func (a *ApiApiService) RetrieveCasetypeExecute(r ApiRetrieveCasetypeRequest) (Casetype, *_nethttp.Response, error)

* Execute executes the request * @return Casetype

func (*ApiApiService) RetrieveCompany

func (a *ApiApiService) RetrieveCompany(ctx _context.Context, companyId string) ApiRetrieveCompanyRequest

* RetrieveCompany Method for RetrieveCompany * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param companyId A unique integer value identifying this company. * @return ApiRetrieveCompanyRequest

func (*ApiApiService) RetrieveCompanyExecute

func (a *ApiApiService) RetrieveCompanyExecute(r ApiRetrieveCompanyRequest) (Company, *_nethttp.Response, error)

* Execute executes the request * @return Company

func (*ApiApiService) RetrieveContact

func (a *ApiApiService) RetrieveContact(ctx _context.Context, contactId string) ApiRetrieveContactRequest

* RetrieveContact Method for RetrieveContact * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param contactId A unique integer value identifying this contact. * @return ApiRetrieveContactRequest

func (*ApiApiService) RetrieveContactExecute

func (a *ApiApiService) RetrieveContactExecute(r ApiRetrieveContactRequest) (Contact, *_nethttp.Response, error)

* Execute executes the request * @return Contact

func (*ApiApiService) RetrieveDivision

func (a *ApiApiService) RetrieveDivision(ctx _context.Context, divisionId string) ApiRetrieveDivisionRequest

* RetrieveDivision Method for RetrieveDivision * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param divisionId A unique integer value identifying this division. * @return ApiRetrieveDivisionRequest

func (*ApiApiService) RetrieveDivisionExecute

func (a *ApiApiService) RetrieveDivisionExecute(r ApiRetrieveDivisionRequest) (Division, *_nethttp.Response, error)

* Execute executes the request * @return Division

func (*ApiApiService) RetrieveDnsname

func (a *ApiApiService) RetrieveDnsname(ctx _context.Context, dnsnameId string) ApiRetrieveDnsnameRequest

* RetrieveDnsname Method for RetrieveDnsname * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param dnsnameId A unique integer value identifying this dnsname. * @return ApiRetrieveDnsnameRequest

func (*ApiApiService) RetrieveDnsnameExecute

func (a *ApiApiService) RetrieveDnsnameExecute(r ApiRetrieveDnsnameRequest) (Dnsname, *_nethttp.Response, error)

* Execute executes the request * @return Dnsname

func (*ApiApiService) RetrieveDomain

func (a *ApiApiService) RetrieveDomain(ctx _context.Context, domainId string) ApiRetrieveDomainRequest

* RetrieveDomain Method for RetrieveDomain * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param domainId A unique integer value identifying this domain. * @return ApiRetrieveDomainRequest

func (*ApiApiService) RetrieveDomainExecute

func (a *ApiApiService) RetrieveDomainExecute(r ApiRetrieveDomainRequest) (Domain, *_nethttp.Response, error)

* Execute executes the request * @return Domain

func (*ApiApiService) RetrieveDomainuser

func (a *ApiApiService) RetrieveDomainuser(ctx _context.Context, domainuserId string) ApiRetrieveDomainuserRequest

* RetrieveDomainuser Method for RetrieveDomainuser * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param domainuserId A unique integer value identifying this domainuser. * @return ApiRetrieveDomainuserRequest

func (*ApiApiService) RetrieveDomainuserExecute

func (a *ApiApiService) RetrieveDomainuserExecute(r ApiRetrieveDomainuserRequest) (Domainuser, *_nethttp.Response, error)

* Execute executes the request * @return Domainuser

func (*ApiApiService) RetrieveHeadline added in v1.5.5

func (a *ApiApiService) RetrieveHeadline(ctx _context.Context, headlineId string) ApiRetrieveHeadlineRequest

* RetrieveHeadline Method for RetrieveHeadline * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param headlineId A unique integer value identifying this headline. * @return ApiRetrieveHeadlineRequest

func (*ApiApiService) RetrieveHeadlineExecute added in v1.5.5

func (a *ApiApiService) RetrieveHeadlineExecute(r ApiRetrieveHeadlineRequest) (Headline, *_nethttp.Response, error)

* Execute executes the request * @return Headline

func (*ApiApiService) RetrieveIp

func (a *ApiApiService) RetrieveIp(ctx _context.Context, ipId string) ApiRetrieveIpRequest

* RetrieveIp Method for RetrieveIp * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param ipId A unique integer value identifying this ip. * @return ApiRetrieveIpRequest

func (*ApiApiService) RetrieveIpExecute

func (a *ApiApiService) RetrieveIpExecute(r ApiRetrieveIpRequest) (Ip, *_nethttp.Response, error)

* Execute executes the request * @return Ip

func (*ApiApiService) RetrieveLocation

func (a *ApiApiService) RetrieveLocation(ctx _context.Context, locationId string) ApiRetrieveLocationRequest

* RetrieveLocation Method for RetrieveLocation * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param locationId A unique integer value identifying this location. * @return ApiRetrieveLocationRequest

func (*ApiApiService) RetrieveLocationExecute

func (a *ApiApiService) RetrieveLocationExecute(r ApiRetrieveLocationRequest) (Location, *_nethttp.Response, error)

* Execute executes the request * @return Location

func (*ApiApiService) RetrieveNote added in v1.5.5

func (a *ApiApiService) RetrieveNote(ctx _context.Context, noteId string) ApiRetrieveNoteRequest

* RetrieveNote Method for RetrieveNote * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param noteId A unique integer value identifying this note. * @return ApiRetrieveNoteRequest

func (*ApiApiService) RetrieveNoteExecute added in v1.5.5

func (a *ApiApiService) RetrieveNoteExecute(r ApiRetrieveNoteRequest) (Note, *_nethttp.Response, error)

* Execute executes the request * @return Note

func (*ApiApiService) RetrieveNotestatus added in v1.5.5

func (a *ApiApiService) RetrieveNotestatus(ctx _context.Context, notestatusId string) ApiRetrieveNotestatusRequest

* RetrieveNotestatus Method for RetrieveNotestatus * single object, allowed: GET * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param notestatusId A unique integer value identifying this notestatus. * @return ApiRetrieveNotestatusRequest

func (*ApiApiService) RetrieveNotestatusExecute added in v1.5.5

func (a *ApiApiService) RetrieveNotestatusExecute(r ApiRetrieveNotestatusRequest) (Notestatus, *_nethttp.Response, error)

* Execute executes the request * @return Notestatus

func (*ApiApiService) RetrieveOs

func (a *ApiApiService) RetrieveOs(ctx _context.Context, osId string) ApiRetrieveOsRequest

* RetrieveOs Method for RetrieveOs * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param osId A unique integer value identifying this os. * @return ApiRetrieveOsRequest

func (*ApiApiService) RetrieveOsExecute

func (a *ApiApiService) RetrieveOsExecute(r ApiRetrieveOsRequest) (Os, *_nethttp.Response, error)

* Execute executes the request * @return Os

func (*ApiApiService) RetrieveOsarch

func (a *ApiApiService) RetrieveOsarch(ctx _context.Context, osarchId string) ApiRetrieveOsarchRequest

* RetrieveOsarch Method for RetrieveOsarch * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param osarchId A unique integer value identifying this osarch. * @return ApiRetrieveOsarchRequest

func (*ApiApiService) RetrieveOsarchExecute

func (a *ApiApiService) RetrieveOsarchExecute(r ApiRetrieveOsarchRequest) (Osarch, *_nethttp.Response, error)

* Execute executes the request * @return Osarch

func (*ApiApiService) RetrieveReason

func (a *ApiApiService) RetrieveReason(ctx _context.Context, reasonId string) ApiRetrieveReasonRequest

* RetrieveReason Method for RetrieveReason * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param reasonId A unique integer value identifying this reason. * @return ApiRetrieveReasonRequest

func (*ApiApiService) RetrieveReasonExecute

func (a *ApiApiService) RetrieveReasonExecute(r ApiRetrieveReasonRequest) (Reason, *_nethttp.Response, error)

* Execute executes the request * @return Reason

func (*ApiApiService) RetrieveRecommendation

func (a *ApiApiService) RetrieveRecommendation(ctx _context.Context, recommendationId string) ApiRetrieveRecommendationRequest

* RetrieveRecommendation Method for RetrieveRecommendation * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param recommendationId A unique integer value identifying this recommendation. * @return ApiRetrieveRecommendationRequest

func (*ApiApiService) RetrieveRecommendationExecute

func (a *ApiApiService) RetrieveRecommendationExecute(r ApiRetrieveRecommendationRequest) (Recommendation, *_nethttp.Response, error)

* Execute executes the request * @return Recommendation

func (*ApiApiService) RetrieveReportitem added in v1.5.5

func (a *ApiApiService) RetrieveReportitem(ctx _context.Context, reportitemId string) ApiRetrieveReportitemRequest

* RetrieveReportitem Method for RetrieveReportitem * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param reportitemId A unique integer value identifying this reportitem. * @return ApiRetrieveReportitemRequest

func (*ApiApiService) RetrieveReportitemExecute added in v1.5.5

func (a *ApiApiService) RetrieveReportitemExecute(r ApiRetrieveReportitemRequest) (Reportitem, *_nethttp.Response, error)

* Execute executes the request * @return Reportitem

func (*ApiApiService) RetrieveServiceprovider

func (a *ApiApiService) RetrieveServiceprovider(ctx _context.Context, serviceproviderId string) ApiRetrieveServiceproviderRequest

* RetrieveServiceprovider Method for RetrieveServiceprovider * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param serviceproviderId A unique integer value identifying this serviceprovider. * @return ApiRetrieveServiceproviderRequest

func (*ApiApiService) RetrieveServiceproviderExecute

func (a *ApiApiService) RetrieveServiceproviderExecute(r ApiRetrieveServiceproviderRequest) (Serviceprovider, *_nethttp.Response, error)

* Execute executes the request * @return Serviceprovider

func (*ApiApiService) RetrieveSystem

func (a *ApiApiService) RetrieveSystem(ctx _context.Context, systemId string) ApiRetrieveSystemRequest

* RetrieveSystem Method for RetrieveSystem * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param systemId A unique integer value identifying this system. * @return ApiRetrieveSystemRequest

func (*ApiApiService) RetrieveSystemExecute

func (a *ApiApiService) RetrieveSystemExecute(r ApiRetrieveSystemRequest) (System, *_nethttp.Response, error)

* Execute executes the request * @return System

func (*ApiApiService) RetrieveSystemstatus

func (a *ApiApiService) RetrieveSystemstatus(ctx _context.Context, systemstatusId string) ApiRetrieveSystemstatusRequest

* RetrieveSystemstatus Method for RetrieveSystemstatus * single object, allowed: GET * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param systemstatusId A unique integer value identifying this systemstatus. * @return ApiRetrieveSystemstatusRequest

func (*ApiApiService) RetrieveSystemstatusExecute

func (a *ApiApiService) RetrieveSystemstatusExecute(r ApiRetrieveSystemstatusRequest) (Systemstatus, *_nethttp.Response, error)

* Execute executes the request * @return Systemstatus

func (*ApiApiService) RetrieveSystemtype

func (a *ApiApiService) RetrieveSystemtype(ctx _context.Context, systemtypeId string) ApiRetrieveSystemtypeRequest

* RetrieveSystemtype Method for RetrieveSystemtype * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param systemtypeId A unique integer value identifying this systemtype. * @return ApiRetrieveSystemtypeRequest

func (*ApiApiService) RetrieveSystemtypeExecute

func (a *ApiApiService) RetrieveSystemtypeExecute(r ApiRetrieveSystemtypeRequest) (Systemtype, *_nethttp.Response, error)

* Execute executes the request * @return Systemtype

func (*ApiApiService) RetrieveSystemuser

func (a *ApiApiService) RetrieveSystemuser(ctx _context.Context, systemuserId string) ApiRetrieveSystemuserRequest

* RetrieveSystemuser Method for RetrieveSystemuser * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param systemuserId A unique integer value identifying this systemuser. * @return ApiRetrieveSystemuserRequest

func (*ApiApiService) RetrieveSystemuserExecute

func (a *ApiApiService) RetrieveSystemuserExecute(r ApiRetrieveSystemuserRequest) (Systemuser, *_nethttp.Response, error)

* Execute executes the request * @return Systemuser

func (*ApiApiService) RetrieveTag

func (a *ApiApiService) RetrieveTag(ctx _context.Context, tagId string) ApiRetrieveTagRequest

* RetrieveTag Method for RetrieveTag * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param tagId A unique integer value identifying this tag. * @return ApiRetrieveTagRequest

func (*ApiApiService) RetrieveTagExecute

func (a *ApiApiService) RetrieveTagExecute(r ApiRetrieveTagRequest) (Tag, *_nethttp.Response, error)

* Execute executes the request * @return Tag

func (*ApiApiService) RetrieveTagcolor

func (a *ApiApiService) RetrieveTagcolor(ctx _context.Context, tagcolorId string) ApiRetrieveTagcolorRequest

* RetrieveTagcolor Method for RetrieveTagcolor * single object, allowed: GET * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param tagcolorId A unique integer value identifying this tagcolor. * @return ApiRetrieveTagcolorRequest

func (*ApiApiService) RetrieveTagcolorExecute

func (a *ApiApiService) RetrieveTagcolorExecute(r ApiRetrieveTagcolorRequest) (Tagcolor, *_nethttp.Response, error)

* Execute executes the request * @return Tagcolor

func (*ApiApiService) RetrieveTask

func (a *ApiApiService) RetrieveTask(ctx _context.Context, taskId string) ApiRetrieveTaskRequest

* RetrieveTask Method for RetrieveTask * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param taskId A unique integer value identifying this task. * @return ApiRetrieveTaskRequest

func (*ApiApiService) RetrieveTaskExecute

func (a *ApiApiService) RetrieveTaskExecute(r ApiRetrieveTaskRequest) (Task, *_nethttp.Response, error)

* Execute executes the request * @return Task

func (*ApiApiService) RetrieveTaskname

func (a *ApiApiService) RetrieveTaskname(ctx _context.Context, tasknameId string) ApiRetrieveTasknameRequest

* RetrieveTaskname Method for RetrieveTaskname * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param tasknameId A unique integer value identifying this taskname. * @return ApiRetrieveTasknameRequest

func (*ApiApiService) RetrieveTasknameExecute

func (a *ApiApiService) RetrieveTasknameExecute(r ApiRetrieveTasknameRequest) (Taskname, *_nethttp.Response, error)

* Execute executes the request * @return Taskname

func (*ApiApiService) RetrieveTaskpriority

func (a *ApiApiService) RetrieveTaskpriority(ctx _context.Context, taskpriorityId string) ApiRetrieveTaskpriorityRequest

* RetrieveTaskpriority Method for RetrieveTaskpriority * single object, allowed: GET * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param taskpriorityId A unique integer value identifying this taskpriority. * @return ApiRetrieveTaskpriorityRequest

func (*ApiApiService) RetrieveTaskpriorityExecute

func (a *ApiApiService) RetrieveTaskpriorityExecute(r ApiRetrieveTaskpriorityRequest) (Taskpriority, *_nethttp.Response, error)

* Execute executes the request * @return Taskpriority

func (*ApiApiService) RetrieveTaskstatus

func (a *ApiApiService) RetrieveTaskstatus(ctx _context.Context, taskstatusId string) ApiRetrieveTaskstatusRequest

* RetrieveTaskstatus Method for RetrieveTaskstatus * single object, allowed: GET * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param taskstatusId A unique integer value identifying this taskstatus. * @return ApiRetrieveTaskstatusRequest

func (*ApiApiService) RetrieveTaskstatusExecute

func (a *ApiApiService) RetrieveTaskstatusExecute(r ApiRetrieveTaskstatusRequest) (Taskstatus, *_nethttp.Response, error)

* Execute executes the request * @return Taskstatus

func (*ApiApiService) UpdateArtifact

func (a *ApiApiService) UpdateArtifact(ctx _context.Context, artifactId string) ApiUpdateArtifactRequest

* UpdateArtifact Method for UpdateArtifact * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param artifactId A unique integer value identifying this artifact. * @return ApiUpdateArtifactRequest

func (*ApiApiService) UpdateArtifactExecute

func (a *ApiApiService) UpdateArtifactExecute(r ApiUpdateArtifactRequest) (Artifact, *_nethttp.Response, error)

* Execute executes the request * @return Artifact

func (*ApiApiService) UpdateArtifacttype

func (a *ApiApiService) UpdateArtifacttype(ctx _context.Context, artifacttypeId string) ApiUpdateArtifacttypeRequest

* UpdateArtifacttype Method for UpdateArtifacttype * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param artifacttypeId A unique integer value identifying this artifacttype. * @return ApiUpdateArtifacttypeRequest

func (*ApiApiService) UpdateArtifacttypeExecute

func (a *ApiApiService) UpdateArtifacttypeExecute(r ApiUpdateArtifacttypeRequest) (Artifacttype, *_nethttp.Response, error)

* Execute executes the request * @return Artifacttype

func (*ApiApiService) UpdateCase

func (a *ApiApiService) UpdateCase(ctx _context.Context, caseId string) ApiUpdateCaseRequest

* UpdateCase Method for UpdateCase * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param caseId A unique integer value identifying this case. * @return ApiUpdateCaseRequest

func (*ApiApiService) UpdateCaseExecute

func (a *ApiApiService) UpdateCaseExecute(r ApiUpdateCaseRequest) (Case, *_nethttp.Response, error)

* Execute executes the request * @return Case

func (*ApiApiService) UpdateCasetype

func (a *ApiApiService) UpdateCasetype(ctx _context.Context, casetypeId string) ApiUpdateCasetypeRequest

* UpdateCasetype Method for UpdateCasetype * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param casetypeId A unique integer value identifying this casetype. * @return ApiUpdateCasetypeRequest

func (*ApiApiService) UpdateCasetypeExecute

func (a *ApiApiService) UpdateCasetypeExecute(r ApiUpdateCasetypeRequest) (Casetype, *_nethttp.Response, error)

* Execute executes the request * @return Casetype

func (*ApiApiService) UpdateCompany

func (a *ApiApiService) UpdateCompany(ctx _context.Context, companyId string) ApiUpdateCompanyRequest

* UpdateCompany Method for UpdateCompany * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param companyId A unique integer value identifying this company. * @return ApiUpdateCompanyRequest

func (*ApiApiService) UpdateCompanyExecute

func (a *ApiApiService) UpdateCompanyExecute(r ApiUpdateCompanyRequest) (Company, *_nethttp.Response, error)

* Execute executes the request * @return Company

func (*ApiApiService) UpdateContact

func (a *ApiApiService) UpdateContact(ctx _context.Context, contactId string) ApiUpdateContactRequest

* UpdateContact Method for UpdateContact * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param contactId A unique integer value identifying this contact. * @return ApiUpdateContactRequest

func (*ApiApiService) UpdateContactExecute

func (a *ApiApiService) UpdateContactExecute(r ApiUpdateContactRequest) (Contact, *_nethttp.Response, error)

* Execute executes the request * @return Contact

func (*ApiApiService) UpdateDivision

func (a *ApiApiService) UpdateDivision(ctx _context.Context, divisionId string) ApiUpdateDivisionRequest

* UpdateDivision Method for UpdateDivision * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param divisionId A unique integer value identifying this division. * @return ApiUpdateDivisionRequest

func (*ApiApiService) UpdateDivisionExecute

func (a *ApiApiService) UpdateDivisionExecute(r ApiUpdateDivisionRequest) (Division, *_nethttp.Response, error)

* Execute executes the request * @return Division

func (*ApiApiService) UpdateDnsname

func (a *ApiApiService) UpdateDnsname(ctx _context.Context, dnsnameId string) ApiUpdateDnsnameRequest

* UpdateDnsname Method for UpdateDnsname * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param dnsnameId A unique integer value identifying this dnsname. * @return ApiUpdateDnsnameRequest

func (*ApiApiService) UpdateDnsnameExecute

func (a *ApiApiService) UpdateDnsnameExecute(r ApiUpdateDnsnameRequest) (Dnsname, *_nethttp.Response, error)

* Execute executes the request * @return Dnsname

func (*ApiApiService) UpdateDomain

func (a *ApiApiService) UpdateDomain(ctx _context.Context, domainId string) ApiUpdateDomainRequest

* UpdateDomain Method for UpdateDomain * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param domainId A unique integer value identifying this domain. * @return ApiUpdateDomainRequest

func (*ApiApiService) UpdateDomainExecute

func (a *ApiApiService) UpdateDomainExecute(r ApiUpdateDomainRequest) (Domain, *_nethttp.Response, error)

* Execute executes the request * @return Domain

func (*ApiApiService) UpdateDomainuser

func (a *ApiApiService) UpdateDomainuser(ctx _context.Context, domainuserId string) ApiUpdateDomainuserRequest

* UpdateDomainuser Method for UpdateDomainuser * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param domainuserId A unique integer value identifying this domainuser. * @return ApiUpdateDomainuserRequest

func (*ApiApiService) UpdateDomainuserExecute

func (a *ApiApiService) UpdateDomainuserExecute(r ApiUpdateDomainuserRequest) (Domainuser, *_nethttp.Response, error)

* Execute executes the request * @return Domainuser

func (*ApiApiService) UpdateHeadline added in v1.5.5

func (a *ApiApiService) UpdateHeadline(ctx _context.Context, headlineId string) ApiUpdateHeadlineRequest

* UpdateHeadline Method for UpdateHeadline * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param headlineId A unique integer value identifying this headline. * @return ApiUpdateHeadlineRequest

func (*ApiApiService) UpdateHeadlineExecute added in v1.5.5

func (a *ApiApiService) UpdateHeadlineExecute(r ApiUpdateHeadlineRequest) (Headline, *_nethttp.Response, error)

* Execute executes the request * @return Headline

func (*ApiApiService) UpdateIp

func (a *ApiApiService) UpdateIp(ctx _context.Context, ipId string) ApiUpdateIpRequest

* UpdateIp Method for UpdateIp * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param ipId A unique integer value identifying this ip. * @return ApiUpdateIpRequest

func (*ApiApiService) UpdateIpExecute

func (a *ApiApiService) UpdateIpExecute(r ApiUpdateIpRequest) (Ip, *_nethttp.Response, error)

* Execute executes the request * @return Ip

func (*ApiApiService) UpdateLocation

func (a *ApiApiService) UpdateLocation(ctx _context.Context, locationId string) ApiUpdateLocationRequest

* UpdateLocation Method for UpdateLocation * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param locationId A unique integer value identifying this location. * @return ApiUpdateLocationRequest

func (*ApiApiService) UpdateLocationExecute

func (a *ApiApiService) UpdateLocationExecute(r ApiUpdateLocationRequest) (Location, *_nethttp.Response, error)

* Execute executes the request * @return Location

func (*ApiApiService) UpdateNote added in v1.5.5

func (a *ApiApiService) UpdateNote(ctx _context.Context, noteId string) ApiUpdateNoteRequest

* UpdateNote Method for UpdateNote * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param noteId A unique integer value identifying this note. * @return ApiUpdateNoteRequest

func (*ApiApiService) UpdateNoteExecute added in v1.5.5

func (a *ApiApiService) UpdateNoteExecute(r ApiUpdateNoteRequest) (Note, *_nethttp.Response, error)

* Execute executes the request * @return Note

func (*ApiApiService) UpdateOs

func (a *ApiApiService) UpdateOs(ctx _context.Context, osId string) ApiUpdateOsRequest

* UpdateOs Method for UpdateOs * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param osId A unique integer value identifying this os. * @return ApiUpdateOsRequest

func (*ApiApiService) UpdateOsExecute

func (a *ApiApiService) UpdateOsExecute(r ApiUpdateOsRequest) (Os, *_nethttp.Response, error)

* Execute executes the request * @return Os

func (*ApiApiService) UpdateOsarch

func (a *ApiApiService) UpdateOsarch(ctx _context.Context, osarchId string) ApiUpdateOsarchRequest

* UpdateOsarch Method for UpdateOsarch * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param osarchId A unique integer value identifying this osarch. * @return ApiUpdateOsarchRequest

func (*ApiApiService) UpdateOsarchExecute

func (a *ApiApiService) UpdateOsarchExecute(r ApiUpdateOsarchRequest) (Osarch, *_nethttp.Response, error)

* Execute executes the request * @return Osarch

func (*ApiApiService) UpdateReason

func (a *ApiApiService) UpdateReason(ctx _context.Context, reasonId string) ApiUpdateReasonRequest

* UpdateReason Method for UpdateReason * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param reasonId A unique integer value identifying this reason. * @return ApiUpdateReasonRequest

func (*ApiApiService) UpdateReasonExecute

func (a *ApiApiService) UpdateReasonExecute(r ApiUpdateReasonRequest) (Reason, *_nethttp.Response, error)

* Execute executes the request * @return Reason

func (*ApiApiService) UpdateRecommendation

func (a *ApiApiService) UpdateRecommendation(ctx _context.Context, recommendationId string) ApiUpdateRecommendationRequest

* UpdateRecommendation Method for UpdateRecommendation * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param recommendationId A unique integer value identifying this recommendation. * @return ApiUpdateRecommendationRequest

func (*ApiApiService) UpdateRecommendationExecute

func (a *ApiApiService) UpdateRecommendationExecute(r ApiUpdateRecommendationRequest) (Recommendation, *_nethttp.Response, error)

* Execute executes the request * @return Recommendation

func (*ApiApiService) UpdateReportitem added in v1.5.5

func (a *ApiApiService) UpdateReportitem(ctx _context.Context, reportitemId string) ApiUpdateReportitemRequest

* UpdateReportitem Method for UpdateReportitem * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param reportitemId A unique integer value identifying this reportitem. * @return ApiUpdateReportitemRequest

func (*ApiApiService) UpdateReportitemExecute added in v1.5.5

func (a *ApiApiService) UpdateReportitemExecute(r ApiUpdateReportitemRequest) (Reportitem, *_nethttp.Response, error)

* Execute executes the request * @return Reportitem

func (*ApiApiService) UpdateServiceprovider

func (a *ApiApiService) UpdateServiceprovider(ctx _context.Context, serviceproviderId string) ApiUpdateServiceproviderRequest

* UpdateServiceprovider Method for UpdateServiceprovider * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param serviceproviderId A unique integer value identifying this serviceprovider. * @return ApiUpdateServiceproviderRequest

func (*ApiApiService) UpdateServiceproviderExecute

func (a *ApiApiService) UpdateServiceproviderExecute(r ApiUpdateServiceproviderRequest) (Serviceprovider, *_nethttp.Response, error)

* Execute executes the request * @return Serviceprovider

func (*ApiApiService) UpdateSystem

func (a *ApiApiService) UpdateSystem(ctx _context.Context, systemId string) ApiUpdateSystemRequest

* UpdateSystem Method for UpdateSystem * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param systemId A unique integer value identifying this system. * @return ApiUpdateSystemRequest

func (*ApiApiService) UpdateSystemExecute

func (a *ApiApiService) UpdateSystemExecute(r ApiUpdateSystemRequest) (System, *_nethttp.Response, error)

* Execute executes the request * @return System

func (*ApiApiService) UpdateSystemtype

func (a *ApiApiService) UpdateSystemtype(ctx _context.Context, systemtypeId string) ApiUpdateSystemtypeRequest

* UpdateSystemtype Method for UpdateSystemtype * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param systemtypeId A unique integer value identifying this systemtype. * @return ApiUpdateSystemtypeRequest

func (*ApiApiService) UpdateSystemtypeExecute

func (a *ApiApiService) UpdateSystemtypeExecute(r ApiUpdateSystemtypeRequest) (Systemtype, *_nethttp.Response, error)

* Execute executes the request * @return Systemtype

func (*ApiApiService) UpdateSystemuser

func (a *ApiApiService) UpdateSystemuser(ctx _context.Context, systemuserId string) ApiUpdateSystemuserRequest

* UpdateSystemuser Method for UpdateSystemuser * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param systemuserId A unique integer value identifying this systemuser. * @return ApiUpdateSystemuserRequest

func (*ApiApiService) UpdateSystemuserExecute

func (a *ApiApiService) UpdateSystemuserExecute(r ApiUpdateSystemuserRequest) (Systemuser, *_nethttp.Response, error)

* Execute executes the request * @return Systemuser

func (*ApiApiService) UpdateTag

func (a *ApiApiService) UpdateTag(ctx _context.Context, tagId string) ApiUpdateTagRequest

* UpdateTag Method for UpdateTag * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param tagId A unique integer value identifying this tag. * @return ApiUpdateTagRequest

func (*ApiApiService) UpdateTagExecute

func (a *ApiApiService) UpdateTagExecute(r ApiUpdateTagRequest) (Tag, *_nethttp.Response, error)

* Execute executes the request * @return Tag

func (*ApiApiService) UpdateTask

func (a *ApiApiService) UpdateTask(ctx _context.Context, taskId string) ApiUpdateTaskRequest

* UpdateTask Method for UpdateTask * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param taskId A unique integer value identifying this task. * @return ApiUpdateTaskRequest

func (*ApiApiService) UpdateTaskExecute

func (a *ApiApiService) UpdateTaskExecute(r ApiUpdateTaskRequest) (Task, *_nethttp.Response, error)

* Execute executes the request * @return Task

func (*ApiApiService) UpdateTaskname

func (a *ApiApiService) UpdateTaskname(ctx _context.Context, tasknameId string) ApiUpdateTasknameRequest

* UpdateTaskname Method for UpdateTaskname * single object, allowed: GET + PUT * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param tasknameId A unique integer value identifying this taskname. * @return ApiUpdateTasknameRequest

func (*ApiApiService) UpdateTasknameExecute

func (a *ApiApiService) UpdateTasknameExecute(r ApiUpdateTasknameRequest) (Taskname, *_nethttp.Response, error)

* Execute executes the request * @return Taskname

type ApiCreateArtifactRequest

type ApiCreateArtifactRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateArtifactRequest) Artifact

func (ApiCreateArtifactRequest) Execute

type ApiCreateArtifacttypeRequest

type ApiCreateArtifacttypeRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateArtifacttypeRequest) Artifacttype

func (ApiCreateArtifacttypeRequest) Execute

type ApiCreateAuthTokenRequest

type ApiCreateAuthTokenRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateAuthTokenRequest) Execute

func (ApiCreateAuthTokenRequest) Password

func (ApiCreateAuthTokenRequest) Token

func (ApiCreateAuthTokenRequest) Username

type ApiCreateCaseRequest

type ApiCreateCaseRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateCaseRequest) Case_

func (ApiCreateCaseRequest) Execute

func (r ApiCreateCaseRequest) Execute() (Case, *_nethttp.Response, error)

type ApiCreateCasetypeRequest

type ApiCreateCasetypeRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateCasetypeRequest) Casetype

func (ApiCreateCasetypeRequest) Execute

type ApiCreateCompanyRequest

type ApiCreateCompanyRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateCompanyRequest) Company

func (ApiCreateCompanyRequest) Execute

type ApiCreateContactRequest

type ApiCreateContactRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateContactRequest) Contact

func (ApiCreateContactRequest) Execute

type ApiCreateDivisionRequest

type ApiCreateDivisionRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateDivisionRequest) Division

func (ApiCreateDivisionRequest) Execute

type ApiCreateDnsnameRequest

type ApiCreateDnsnameRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateDnsnameRequest) Dnsname

func (ApiCreateDnsnameRequest) Execute

type ApiCreateDomainRequest

type ApiCreateDomainRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateDomainRequest) Domain

func (ApiCreateDomainRequest) Execute

type ApiCreateDomainuserRequest

type ApiCreateDomainuserRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateDomainuserRequest) Domainuser

func (ApiCreateDomainuserRequest) Execute

type ApiCreateHeadlineRequest added in v1.5.5

type ApiCreateHeadlineRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateHeadlineRequest) Execute added in v1.5.5

func (ApiCreateHeadlineRequest) Headline added in v1.5.5

type ApiCreateIpRequest

type ApiCreateIpRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateIpRequest) Execute

func (r ApiCreateIpRequest) Execute() (Ip, *_nethttp.Response, error)

func (ApiCreateIpRequest) Ip

type ApiCreateLocationRequest

type ApiCreateLocationRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateLocationRequest) Execute

func (ApiCreateLocationRequest) Location

type ApiCreateNoteRequest added in v1.5.5

type ApiCreateNoteRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateNoteRequest) Execute added in v1.5.5

func (r ApiCreateNoteRequest) Execute() (Note, *_nethttp.Response, error)

func (ApiCreateNoteRequest) Note added in v1.5.5

type ApiCreateOsRequest

type ApiCreateOsRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateOsRequest) Execute

func (r ApiCreateOsRequest) Execute() (Os, *_nethttp.Response, error)

func (ApiCreateOsRequest) Os

type ApiCreateOsarchRequest

type ApiCreateOsarchRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateOsarchRequest) Execute

func (ApiCreateOsarchRequest) Osarch

type ApiCreateReasonRequest

type ApiCreateReasonRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateReasonRequest) Execute

func (ApiCreateReasonRequest) Reason

type ApiCreateRecommendationRequest

type ApiCreateRecommendationRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateRecommendationRequest) Execute

func (ApiCreateRecommendationRequest) Recommendation

type ApiCreateReportitemRequest added in v1.5.5

type ApiCreateReportitemRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateReportitemRequest) Execute added in v1.5.5

func (ApiCreateReportitemRequest) Reportitem added in v1.5.5

type ApiCreateServiceproviderRequest

type ApiCreateServiceproviderRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateServiceproviderRequest) Execute

func (ApiCreateServiceproviderRequest) Serviceprovider

type ApiCreateSystemRequest

type ApiCreateSystemRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateSystemRequest) Execute

func (ApiCreateSystemRequest) System

type ApiCreateSystemtypeRequest

type ApiCreateSystemtypeRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateSystemtypeRequest) Execute

func (ApiCreateSystemtypeRequest) Systemtype

type ApiCreateSystemuserRequest

type ApiCreateSystemuserRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateSystemuserRequest) Execute

func (ApiCreateSystemuserRequest) Systemuser

type ApiCreateTagRequest

type ApiCreateTagRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateTagRequest) Execute

func (r ApiCreateTagRequest) Execute() (Tag, *_nethttp.Response, error)

func (ApiCreateTagRequest) Tag

type ApiCreateTaskRequest

type ApiCreateTaskRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateTaskRequest) Execute

func (r ApiCreateTaskRequest) Execute() (Task, *_nethttp.Response, error)

func (ApiCreateTaskRequest) Task

type ApiCreateTasknameRequest

type ApiCreateTasknameRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiCreateTasknameRequest) Execute

func (ApiCreateTasknameRequest) Taskname

type ApiListAnalysisstatusRequest

type ApiListAnalysisstatusRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListAnalysisstatusRequest) Execute

type ApiListArtifactprioritysRequest

type ApiListArtifactprioritysRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListArtifactprioritysRequest) Execute

type ApiListArtifactsRequest

type ApiListArtifactsRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListArtifactsRequest) Execute

type ApiListArtifactstatusRequest

type ApiListArtifactstatusRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListArtifactstatusRequest) Execute

type ApiListArtifacttypesRequest

type ApiListArtifacttypesRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListArtifacttypesRequest) Execute

type ApiListCaseprioritysRequest

type ApiListCaseprioritysRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListCaseprioritysRequest) Execute

type ApiListCasesRequest

type ApiListCasesRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListCasesRequest) Execute

func (r ApiListCasesRequest) Execute() ([]Case, *_nethttp.Response, error)

type ApiListCasestatusRequest

type ApiListCasestatusRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListCasestatusRequest) Execute

type ApiListCasetypesRequest

type ApiListCasetypesRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListCasetypesRequest) Execute

type ApiListCompanysRequest

type ApiListCompanysRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListCompanysRequest) Execute

type ApiListContactsRequest

type ApiListContactsRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListContactsRequest) Execute

type ApiListDivisionsRequest

type ApiListDivisionsRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListDivisionsRequest) Execute

type ApiListDnsnamesRequest

type ApiListDnsnamesRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListDnsnamesRequest) Execute

type ApiListDomainsRequest

type ApiListDomainsRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListDomainsRequest) Execute

func (r ApiListDomainsRequest) Execute() ([]Domain, *_nethttp.Response, error)

type ApiListDomainusersRequest

type ApiListDomainusersRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListDomainusersRequest) Execute

type ApiListHeadlinesRequest added in v1.5.5

type ApiListHeadlinesRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListHeadlinesRequest) Execute added in v1.5.5

type ApiListIpsRequest

type ApiListIpsRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListIpsRequest) Execute

func (r ApiListIpsRequest) Execute() ([]Ip, *_nethttp.Response, error)

type ApiListLocationsRequest

type ApiListLocationsRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListLocationsRequest) Execute

type ApiListNotesRequest added in v1.5.5

type ApiListNotesRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListNotesRequest) Execute added in v1.5.5

func (r ApiListNotesRequest) Execute() ([]Note, *_nethttp.Response, error)

type ApiListNotestatusRequest added in v1.5.5

type ApiListNotestatusRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListNotestatusRequest) Execute added in v1.5.5

type ApiListOsRequest

type ApiListOsRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListOsRequest) Execute

func (r ApiListOsRequest) Execute() ([]Os, *_nethttp.Response, error)

type ApiListOsarchsRequest

type ApiListOsarchsRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListOsarchsRequest) Execute

func (r ApiListOsarchsRequest) Execute() ([]Osarch, *_nethttp.Response, error)

type ApiListReasonsRequest

type ApiListReasonsRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListReasonsRequest) Execute

func (r ApiListReasonsRequest) Execute() ([]Reason, *_nethttp.Response, error)

type ApiListRecommendationsRequest

type ApiListRecommendationsRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListRecommendationsRequest) Execute

type ApiListReportitemsRequest added in v1.5.5

type ApiListReportitemsRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListReportitemsRequest) Execute added in v1.5.5

type ApiListServiceprovidersRequest

type ApiListServiceprovidersRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListServiceprovidersRequest) Execute

type ApiListSystemsRequest

type ApiListSystemsRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListSystemsRequest) Execute

func (r ApiListSystemsRequest) Execute() ([]System, *_nethttp.Response, error)

type ApiListSystemstatusRequest

type ApiListSystemstatusRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListSystemstatusRequest) Execute

type ApiListSystemtypesRequest

type ApiListSystemtypesRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListSystemtypesRequest) Execute

type ApiListSystemusersRequest

type ApiListSystemusersRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListSystemusersRequest) Execute

type ApiListTagcolorsRequest

type ApiListTagcolorsRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListTagcolorsRequest) Execute

type ApiListTagsRequest

type ApiListTagsRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListTagsRequest) Execute

func (r ApiListTagsRequest) Execute() ([]Tag, *_nethttp.Response, error)

type ApiListTasknamesRequest

type ApiListTasknamesRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListTasknamesRequest) Execute

type ApiListTaskprioritysRequest

type ApiListTaskprioritysRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListTaskprioritysRequest) Execute

type ApiListTasksRequest

type ApiListTasksRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListTasksRequest) Execute

func (r ApiListTasksRequest) Execute() ([]Task, *_nethttp.Response, error)

type ApiListTaskstatusRequest

type ApiListTaskstatusRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiListTaskstatusRequest) Execute

type ApiPartialUpdateArtifactRequest

type ApiPartialUpdateArtifactRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateArtifactRequest) Artifact

func (ApiPartialUpdateArtifactRequest) Execute

type ApiPartialUpdateArtifacttypeRequest

type ApiPartialUpdateArtifacttypeRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateArtifacttypeRequest) Artifacttype

func (ApiPartialUpdateArtifacttypeRequest) Execute

type ApiPartialUpdateCaseRequest

type ApiPartialUpdateCaseRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateCaseRequest) Case_

func (ApiPartialUpdateCaseRequest) Execute

type ApiPartialUpdateCasetypeRequest

type ApiPartialUpdateCasetypeRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateCasetypeRequest) Casetype

func (ApiPartialUpdateCasetypeRequest) Execute

type ApiPartialUpdateCompanyRequest

type ApiPartialUpdateCompanyRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateCompanyRequest) Company

func (ApiPartialUpdateCompanyRequest) Execute

type ApiPartialUpdateContactRequest

type ApiPartialUpdateContactRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateContactRequest) Contact

func (ApiPartialUpdateContactRequest) Execute

type ApiPartialUpdateDivisionRequest

type ApiPartialUpdateDivisionRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateDivisionRequest) Division

func (ApiPartialUpdateDivisionRequest) Execute

type ApiPartialUpdateDnsnameRequest

type ApiPartialUpdateDnsnameRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateDnsnameRequest) Dnsname

func (ApiPartialUpdateDnsnameRequest) Execute

type ApiPartialUpdateDomainRequest

type ApiPartialUpdateDomainRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateDomainRequest) Domain

func (ApiPartialUpdateDomainRequest) Execute

type ApiPartialUpdateDomainuserRequest

type ApiPartialUpdateDomainuserRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateDomainuserRequest) Domainuser

func (ApiPartialUpdateDomainuserRequest) Execute

type ApiPartialUpdateHeadlineRequest added in v1.5.5

type ApiPartialUpdateHeadlineRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateHeadlineRequest) Execute added in v1.5.5

func (ApiPartialUpdateHeadlineRequest) Headline added in v1.5.5

type ApiPartialUpdateIpRequest

type ApiPartialUpdateIpRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateIpRequest) Execute

func (ApiPartialUpdateIpRequest) Ip

type ApiPartialUpdateLocationRequest

type ApiPartialUpdateLocationRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateLocationRequest) Execute

func (ApiPartialUpdateLocationRequest) Location

type ApiPartialUpdateNoteRequest added in v1.5.5

type ApiPartialUpdateNoteRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateNoteRequest) Execute added in v1.5.5

func (ApiPartialUpdateNoteRequest) Note added in v1.5.5

type ApiPartialUpdateOsRequest

type ApiPartialUpdateOsRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateOsRequest) Execute

func (ApiPartialUpdateOsRequest) Os

type ApiPartialUpdateOsarchRequest

type ApiPartialUpdateOsarchRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateOsarchRequest) Execute

func (ApiPartialUpdateOsarchRequest) Osarch

type ApiPartialUpdateReasonRequest

type ApiPartialUpdateReasonRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateReasonRequest) Execute

func (ApiPartialUpdateReasonRequest) Reason

type ApiPartialUpdateRecommendationRequest

type ApiPartialUpdateRecommendationRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateRecommendationRequest) Execute

func (ApiPartialUpdateRecommendationRequest) Recommendation

type ApiPartialUpdateReportitemRequest added in v1.5.5

type ApiPartialUpdateReportitemRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateReportitemRequest) Execute added in v1.5.5

func (ApiPartialUpdateReportitemRequest) Reportitem added in v1.5.5

type ApiPartialUpdateServiceproviderRequest

type ApiPartialUpdateServiceproviderRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateServiceproviderRequest) Execute

func (ApiPartialUpdateServiceproviderRequest) Serviceprovider

type ApiPartialUpdateSystemRequest

type ApiPartialUpdateSystemRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateSystemRequest) Execute

func (ApiPartialUpdateSystemRequest) System

type ApiPartialUpdateSystemtypeRequest

type ApiPartialUpdateSystemtypeRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateSystemtypeRequest) Execute

func (ApiPartialUpdateSystemtypeRequest) Systemtype

type ApiPartialUpdateSystemuserRequest

type ApiPartialUpdateSystemuserRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateSystemuserRequest) Execute

func (ApiPartialUpdateSystemuserRequest) Systemuser

type ApiPartialUpdateTagRequest

type ApiPartialUpdateTagRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateTagRequest) Execute

func (ApiPartialUpdateTagRequest) Tag

type ApiPartialUpdateTaskRequest

type ApiPartialUpdateTaskRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateTaskRequest) Execute

func (ApiPartialUpdateTaskRequest) Task

type ApiPartialUpdateTasknameRequest

type ApiPartialUpdateTasknameRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiPartialUpdateTasknameRequest) Execute

func (ApiPartialUpdateTasknameRequest) Taskname

type ApiRetrieveAnalysisstatusRequest

type ApiRetrieveAnalysisstatusRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveAnalysisstatusRequest) Execute

type ApiRetrieveArtifactRequest

type ApiRetrieveArtifactRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveArtifactRequest) Execute

type ApiRetrieveArtifactpriorityRequest

type ApiRetrieveArtifactpriorityRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveArtifactpriorityRequest) Execute

type ApiRetrieveArtifactstatusRequest

type ApiRetrieveArtifactstatusRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveArtifactstatusRequest) Execute

type ApiRetrieveArtifacttypeRequest

type ApiRetrieveArtifacttypeRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveArtifacttypeRequest) Execute

type ApiRetrieveCaseRequest

type ApiRetrieveCaseRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveCaseRequest) Execute

type ApiRetrieveCasepriorityRequest

type ApiRetrieveCasepriorityRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveCasepriorityRequest) Execute

type ApiRetrieveCasestatusRequest

type ApiRetrieveCasestatusRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveCasestatusRequest) Execute

type ApiRetrieveCasetypeRequest

type ApiRetrieveCasetypeRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveCasetypeRequest) Execute

type ApiRetrieveCompanyRequest

type ApiRetrieveCompanyRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveCompanyRequest) Execute

type ApiRetrieveContactRequest

type ApiRetrieveContactRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveContactRequest) Execute

type ApiRetrieveDivisionRequest

type ApiRetrieveDivisionRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveDivisionRequest) Execute

type ApiRetrieveDnsnameRequest

type ApiRetrieveDnsnameRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveDnsnameRequest) Execute

type ApiRetrieveDomainRequest

type ApiRetrieveDomainRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveDomainRequest) Execute

type ApiRetrieveDomainuserRequest

type ApiRetrieveDomainuserRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveDomainuserRequest) Execute

type ApiRetrieveHeadlineRequest added in v1.5.5

type ApiRetrieveHeadlineRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveHeadlineRequest) Execute added in v1.5.5

type ApiRetrieveIpRequest

type ApiRetrieveIpRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveIpRequest) Execute

func (r ApiRetrieveIpRequest) Execute() (Ip, *_nethttp.Response, error)

type ApiRetrieveLocationRequest

type ApiRetrieveLocationRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveLocationRequest) Execute

type ApiRetrieveNoteRequest added in v1.5.5

type ApiRetrieveNoteRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveNoteRequest) Execute added in v1.5.5

type ApiRetrieveNotestatusRequest added in v1.5.5

type ApiRetrieveNotestatusRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveNotestatusRequest) Execute added in v1.5.5

type ApiRetrieveOsRequest

type ApiRetrieveOsRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveOsRequest) Execute

func (r ApiRetrieveOsRequest) Execute() (Os, *_nethttp.Response, error)

type ApiRetrieveOsarchRequest

type ApiRetrieveOsarchRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveOsarchRequest) Execute

type ApiRetrieveReasonRequest

type ApiRetrieveReasonRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveReasonRequest) Execute

type ApiRetrieveRecommendationRequest

type ApiRetrieveRecommendationRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveRecommendationRequest) Execute

type ApiRetrieveReportitemRequest added in v1.5.5

type ApiRetrieveReportitemRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveReportitemRequest) Execute added in v1.5.5

type ApiRetrieveServiceproviderRequest

type ApiRetrieveServiceproviderRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveServiceproviderRequest) Execute

type ApiRetrieveSystemRequest

type ApiRetrieveSystemRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveSystemRequest) Execute

type ApiRetrieveSystemstatusRequest

type ApiRetrieveSystemstatusRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveSystemstatusRequest) Execute

type ApiRetrieveSystemtypeRequest

type ApiRetrieveSystemtypeRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveSystemtypeRequest) Execute

type ApiRetrieveSystemuserRequest

type ApiRetrieveSystemuserRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveSystemuserRequest) Execute

type ApiRetrieveTagRequest

type ApiRetrieveTagRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveTagRequest) Execute

func (r ApiRetrieveTagRequest) Execute() (Tag, *_nethttp.Response, error)

type ApiRetrieveTagcolorRequest

type ApiRetrieveTagcolorRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveTagcolorRequest) Execute

type ApiRetrieveTaskRequest

type ApiRetrieveTaskRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveTaskRequest) Execute

type ApiRetrieveTasknameRequest

type ApiRetrieveTasknameRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveTasknameRequest) Execute

type ApiRetrieveTaskpriorityRequest

type ApiRetrieveTaskpriorityRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveTaskpriorityRequest) Execute

type ApiRetrieveTaskstatusRequest

type ApiRetrieveTaskstatusRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiRetrieveTaskstatusRequest) Execute

type ApiUpdateArtifactRequest

type ApiUpdateArtifactRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateArtifactRequest) Artifact

func (ApiUpdateArtifactRequest) Execute

type ApiUpdateArtifacttypeRequest

type ApiUpdateArtifacttypeRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateArtifacttypeRequest) Artifacttype

func (ApiUpdateArtifacttypeRequest) Execute

type ApiUpdateCaseRequest

type ApiUpdateCaseRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateCaseRequest) Case_

func (ApiUpdateCaseRequest) Execute

func (r ApiUpdateCaseRequest) Execute() (Case, *_nethttp.Response, error)

type ApiUpdateCasetypeRequest

type ApiUpdateCasetypeRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateCasetypeRequest) Casetype

func (ApiUpdateCasetypeRequest) Execute

type ApiUpdateCompanyRequest

type ApiUpdateCompanyRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateCompanyRequest) Company

func (ApiUpdateCompanyRequest) Execute

type ApiUpdateContactRequest

type ApiUpdateContactRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateContactRequest) Contact

func (ApiUpdateContactRequest) Execute

type ApiUpdateDivisionRequest

type ApiUpdateDivisionRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateDivisionRequest) Division

func (ApiUpdateDivisionRequest) Execute

type ApiUpdateDnsnameRequest

type ApiUpdateDnsnameRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateDnsnameRequest) Dnsname

func (ApiUpdateDnsnameRequest) Execute

type ApiUpdateDomainRequest

type ApiUpdateDomainRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateDomainRequest) Domain

func (ApiUpdateDomainRequest) Execute

type ApiUpdateDomainuserRequest

type ApiUpdateDomainuserRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateDomainuserRequest) Domainuser

func (ApiUpdateDomainuserRequest) Execute

type ApiUpdateHeadlineRequest added in v1.5.5

type ApiUpdateHeadlineRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateHeadlineRequest) Execute added in v1.5.5

func (ApiUpdateHeadlineRequest) Headline added in v1.5.5

type ApiUpdateIpRequest

type ApiUpdateIpRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateIpRequest) Execute

func (r ApiUpdateIpRequest) Execute() (Ip, *_nethttp.Response, error)

func (ApiUpdateIpRequest) Ip

type ApiUpdateLocationRequest

type ApiUpdateLocationRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateLocationRequest) Execute

func (ApiUpdateLocationRequest) Location

type ApiUpdateNoteRequest added in v1.5.5

type ApiUpdateNoteRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateNoteRequest) Execute added in v1.5.5

func (r ApiUpdateNoteRequest) Execute() (Note, *_nethttp.Response, error)

func (ApiUpdateNoteRequest) Note added in v1.5.5

type ApiUpdateOsRequest

type ApiUpdateOsRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateOsRequest) Execute

func (r ApiUpdateOsRequest) Execute() (Os, *_nethttp.Response, error)

func (ApiUpdateOsRequest) Os

type ApiUpdateOsarchRequest

type ApiUpdateOsarchRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateOsarchRequest) Execute

func (ApiUpdateOsarchRequest) Osarch

type ApiUpdateReasonRequest

type ApiUpdateReasonRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateReasonRequest) Execute

func (ApiUpdateReasonRequest) Reason

type ApiUpdateRecommendationRequest

type ApiUpdateRecommendationRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateRecommendationRequest) Execute

func (ApiUpdateRecommendationRequest) Recommendation

type ApiUpdateReportitemRequest added in v1.5.5

type ApiUpdateReportitemRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateReportitemRequest) Execute added in v1.5.5

func (ApiUpdateReportitemRequest) Reportitem added in v1.5.5

type ApiUpdateServiceproviderRequest

type ApiUpdateServiceproviderRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateServiceproviderRequest) Execute

func (ApiUpdateServiceproviderRequest) Serviceprovider

type ApiUpdateSystemRequest

type ApiUpdateSystemRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateSystemRequest) Execute

func (ApiUpdateSystemRequest) System

type ApiUpdateSystemtypeRequest

type ApiUpdateSystemtypeRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateSystemtypeRequest) Execute

func (ApiUpdateSystemtypeRequest) Systemtype

type ApiUpdateSystemuserRequest

type ApiUpdateSystemuserRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateSystemuserRequest) Execute

func (ApiUpdateSystemuserRequest) Systemuser

type ApiUpdateTagRequest

type ApiUpdateTagRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateTagRequest) Execute

func (r ApiUpdateTagRequest) Execute() (Tag, *_nethttp.Response, error)

func (ApiUpdateTagRequest) Tag

type ApiUpdateTaskRequest

type ApiUpdateTaskRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateTaskRequest) Execute

func (r ApiUpdateTaskRequest) Execute() (Task, *_nethttp.Response, error)

func (ApiUpdateTaskRequest) Task

type ApiUpdateTasknameRequest

type ApiUpdateTasknameRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiUpdateTasknameRequest) Execute

func (ApiUpdateTasknameRequest) Taskname

type Artifact

type Artifact struct {
	ArtifactId               *int32         `json:"artifact_id,omitempty"`
	ArtifactUuid             *string        `json:"artifact_uuid,omitempty"`
	ArtifactName             string         `json:"artifact_name"`
	Artifactpriority         *int32         `json:"artifactpriority,omitempty"`
	Artifactstatus           *int32         `json:"artifactstatus,omitempty"`
	Artifacttype             int32          `json:"artifacttype"`
	Case                     NullableInt32  `json:"case,omitempty"`
	System                   int32          `json:"system"`
	Tag                      *[]int32       `json:"tag,omitempty"`
	ArtifactMd5              NullableString `json:"artifact_md5,omitempty"`
	ArtifactSha1             NullableString `json:"artifact_sha1,omitempty"`
	ArtifactSha256           NullableString `json:"artifact_sha256,omitempty"`
	ArtifactSourcePath       NullableString `json:"artifact_source_path,omitempty"`
	ArtifactStoragePath      *string        `json:"artifact_storage_path,omitempty"`
	ArtifactAcquisitionTime  NullableTime   `json:"artifact_acquisition_time,omitempty"`
	ArtifactRequestedTime    NullableTime   `json:"artifact_requested_time,omitempty"`
	ArtifactCreateTime       *time.Time     `json:"artifact_create_time,omitempty"`
	ArtifactCreatedByUserId  int32          `json:"artifact_created_by_user_id"`
	ArtifactModifyTime       *time.Time     `json:"artifact_modify_time,omitempty"`
	ArtifactModifiedByUserId int32          `json:"artifact_modified_by_user_id"`
}

Artifact struct for Artifact

func NewArtifact

func NewArtifact(artifactName string, artifacttype int32, system int32, artifactCreatedByUserId int32, artifactModifiedByUserId int32) *Artifact

NewArtifact instantiates a new Artifact object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewArtifactWithDefaults

func NewArtifactWithDefaults() *Artifact

NewArtifactWithDefaults instantiates a new Artifact object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Artifact) GetArtifactAcquisitionTime

func (o *Artifact) GetArtifactAcquisitionTime() time.Time

GetArtifactAcquisitionTime returns the ArtifactAcquisitionTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Artifact) GetArtifactAcquisitionTimeOk

func (o *Artifact) GetArtifactAcquisitionTimeOk() (*time.Time, bool)

GetArtifactAcquisitionTimeOk returns a tuple with the ArtifactAcquisitionTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Artifact) GetArtifactCreateTime

func (o *Artifact) GetArtifactCreateTime() time.Time

GetArtifactCreateTime returns the ArtifactCreateTime field value if set, zero value otherwise.

func (*Artifact) GetArtifactCreateTimeOk

func (o *Artifact) GetArtifactCreateTimeOk() (*time.Time, bool)

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

func (*Artifact) GetArtifactCreatedByUserId

func (o *Artifact) GetArtifactCreatedByUserId() int32

GetArtifactCreatedByUserId returns the ArtifactCreatedByUserId field value

func (*Artifact) GetArtifactCreatedByUserIdOk

func (o *Artifact) GetArtifactCreatedByUserIdOk() (*int32, bool)

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

func (*Artifact) GetArtifactId

func (o *Artifact) GetArtifactId() int32

GetArtifactId returns the ArtifactId field value if set, zero value otherwise.

func (*Artifact) GetArtifactIdOk

func (o *Artifact) GetArtifactIdOk() (*int32, bool)

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

func (*Artifact) GetArtifactMd5

func (o *Artifact) GetArtifactMd5() string

GetArtifactMd5 returns the ArtifactMd5 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Artifact) GetArtifactMd5Ok

func (o *Artifact) GetArtifactMd5Ok() (*string, bool)

GetArtifactMd5Ok returns a tuple with the ArtifactMd5 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Artifact) GetArtifactModifiedByUserId

func (o *Artifact) GetArtifactModifiedByUserId() int32

GetArtifactModifiedByUserId returns the ArtifactModifiedByUserId field value

func (*Artifact) GetArtifactModifiedByUserIdOk

func (o *Artifact) GetArtifactModifiedByUserIdOk() (*int32, bool)

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

func (*Artifact) GetArtifactModifyTime

func (o *Artifact) GetArtifactModifyTime() time.Time

GetArtifactModifyTime returns the ArtifactModifyTime field value if set, zero value otherwise.

func (*Artifact) GetArtifactModifyTimeOk

func (o *Artifact) GetArtifactModifyTimeOk() (*time.Time, bool)

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

func (*Artifact) GetArtifactName

func (o *Artifact) GetArtifactName() string

GetArtifactName returns the ArtifactName field value

func (*Artifact) GetArtifactNameOk

func (o *Artifact) GetArtifactNameOk() (*string, bool)

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

func (*Artifact) GetArtifactRequestedTime

func (o *Artifact) GetArtifactRequestedTime() time.Time

GetArtifactRequestedTime returns the ArtifactRequestedTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Artifact) GetArtifactRequestedTimeOk

func (o *Artifact) GetArtifactRequestedTimeOk() (*time.Time, bool)

GetArtifactRequestedTimeOk returns a tuple with the ArtifactRequestedTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Artifact) GetArtifactSha1

func (o *Artifact) GetArtifactSha1() string

GetArtifactSha1 returns the ArtifactSha1 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Artifact) GetArtifactSha1Ok

func (o *Artifact) GetArtifactSha1Ok() (*string, bool)

GetArtifactSha1Ok returns a tuple with the ArtifactSha1 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Artifact) GetArtifactSha256

func (o *Artifact) GetArtifactSha256() string

GetArtifactSha256 returns the ArtifactSha256 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Artifact) GetArtifactSha256Ok

func (o *Artifact) GetArtifactSha256Ok() (*string, bool)

GetArtifactSha256Ok returns a tuple with the ArtifactSha256 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Artifact) GetArtifactSourcePath

func (o *Artifact) GetArtifactSourcePath() string

GetArtifactSourcePath returns the ArtifactSourcePath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Artifact) GetArtifactSourcePathOk

func (o *Artifact) GetArtifactSourcePathOk() (*string, bool)

GetArtifactSourcePathOk returns a tuple with the ArtifactSourcePath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Artifact) GetArtifactStoragePath

func (o *Artifact) GetArtifactStoragePath() string

GetArtifactStoragePath returns the ArtifactStoragePath field value if set, zero value otherwise.

func (*Artifact) GetArtifactStoragePathOk

func (o *Artifact) GetArtifactStoragePathOk() (*string, bool)

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

func (*Artifact) GetArtifactUuid

func (o *Artifact) GetArtifactUuid() string

GetArtifactUuid returns the ArtifactUuid field value if set, zero value otherwise.

func (*Artifact) GetArtifactUuidOk

func (o *Artifact) GetArtifactUuidOk() (*string, bool)

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

func (*Artifact) GetArtifactpriority

func (o *Artifact) GetArtifactpriority() int32

GetArtifactpriority returns the Artifactpriority field value if set, zero value otherwise.

func (*Artifact) GetArtifactpriorityOk

func (o *Artifact) GetArtifactpriorityOk() (*int32, bool)

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

func (*Artifact) GetArtifactstatus

func (o *Artifact) GetArtifactstatus() int32

GetArtifactstatus returns the Artifactstatus field value if set, zero value otherwise.

func (*Artifact) GetArtifactstatusOk

func (o *Artifact) GetArtifactstatusOk() (*int32, bool)

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

func (*Artifact) GetArtifacttype

func (o *Artifact) GetArtifacttype() int32

GetArtifacttype returns the Artifacttype field value

func (*Artifact) GetArtifacttypeOk

func (o *Artifact) GetArtifacttypeOk() (*int32, bool)

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

func (*Artifact) GetCase

func (o *Artifact) GetCase() int32

GetCase returns the Case field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Artifact) GetCaseOk

func (o *Artifact) GetCaseOk() (*int32, bool)

GetCaseOk returns a tuple with the Case field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Artifact) GetSystem

func (o *Artifact) GetSystem() int32

GetSystem returns the System field value

func (*Artifact) GetSystemOk

func (o *Artifact) GetSystemOk() (*int32, bool)

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

func (*Artifact) GetTag

func (o *Artifact) GetTag() []int32

GetTag returns the Tag field value if set, zero value otherwise.

func (*Artifact) GetTagOk

func (o *Artifact) GetTagOk() (*[]int32, 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 (*Artifact) HasArtifactAcquisitionTime

func (o *Artifact) HasArtifactAcquisitionTime() bool

HasArtifactAcquisitionTime returns a boolean if a field has been set.

func (*Artifact) HasArtifactCreateTime

func (o *Artifact) HasArtifactCreateTime() bool

HasArtifactCreateTime returns a boolean if a field has been set.

func (*Artifact) HasArtifactId

func (o *Artifact) HasArtifactId() bool

HasArtifactId returns a boolean if a field has been set.

func (*Artifact) HasArtifactMd5

func (o *Artifact) HasArtifactMd5() bool

HasArtifactMd5 returns a boolean if a field has been set.

func (*Artifact) HasArtifactModifyTime

func (o *Artifact) HasArtifactModifyTime() bool

HasArtifactModifyTime returns a boolean if a field has been set.

func (*Artifact) HasArtifactRequestedTime

func (o *Artifact) HasArtifactRequestedTime() bool

HasArtifactRequestedTime returns a boolean if a field has been set.

func (*Artifact) HasArtifactSha1

func (o *Artifact) HasArtifactSha1() bool

HasArtifactSha1 returns a boolean if a field has been set.

func (*Artifact) HasArtifactSha256

func (o *Artifact) HasArtifactSha256() bool

HasArtifactSha256 returns a boolean if a field has been set.

func (*Artifact) HasArtifactSourcePath

func (o *Artifact) HasArtifactSourcePath() bool

HasArtifactSourcePath returns a boolean if a field has been set.

func (*Artifact) HasArtifactStoragePath

func (o *Artifact) HasArtifactStoragePath() bool

HasArtifactStoragePath returns a boolean if a field has been set.

func (*Artifact) HasArtifactUuid

func (o *Artifact) HasArtifactUuid() bool

HasArtifactUuid returns a boolean if a field has been set.

func (*Artifact) HasArtifactpriority

func (o *Artifact) HasArtifactpriority() bool

HasArtifactpriority returns a boolean if a field has been set.

func (*Artifact) HasArtifactstatus

func (o *Artifact) HasArtifactstatus() bool

HasArtifactstatus returns a boolean if a field has been set.

func (*Artifact) HasCase

func (o *Artifact) HasCase() bool

HasCase returns a boolean if a field has been set.

func (*Artifact) HasTag

func (o *Artifact) HasTag() bool

HasTag returns a boolean if a field has been set.

func (Artifact) MarshalJSON

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

func (*Artifact) SetArtifactAcquisitionTime

func (o *Artifact) SetArtifactAcquisitionTime(v time.Time)

SetArtifactAcquisitionTime gets a reference to the given NullableTime and assigns it to the ArtifactAcquisitionTime field.

func (*Artifact) SetArtifactAcquisitionTimeNil

func (o *Artifact) SetArtifactAcquisitionTimeNil()

SetArtifactAcquisitionTimeNil sets the value for ArtifactAcquisitionTime to be an explicit nil

func (*Artifact) SetArtifactCreateTime

func (o *Artifact) SetArtifactCreateTime(v time.Time)

SetArtifactCreateTime gets a reference to the given time.Time and assigns it to the ArtifactCreateTime field.

func (*Artifact) SetArtifactCreatedByUserId

func (o *Artifact) SetArtifactCreatedByUserId(v int32)

SetArtifactCreatedByUserId sets field value

func (*Artifact) SetArtifactId

func (o *Artifact) SetArtifactId(v int32)

SetArtifactId gets a reference to the given int32 and assigns it to the ArtifactId field.

func (*Artifact) SetArtifactMd5

func (o *Artifact) SetArtifactMd5(v string)

SetArtifactMd5 gets a reference to the given NullableString and assigns it to the ArtifactMd5 field.

func (*Artifact) SetArtifactMd5Nil

func (o *Artifact) SetArtifactMd5Nil()

SetArtifactMd5Nil sets the value for ArtifactMd5 to be an explicit nil

func (*Artifact) SetArtifactModifiedByUserId

func (o *Artifact) SetArtifactModifiedByUserId(v int32)

SetArtifactModifiedByUserId sets field value

func (*Artifact) SetArtifactModifyTime

func (o *Artifact) SetArtifactModifyTime(v time.Time)

SetArtifactModifyTime gets a reference to the given time.Time and assigns it to the ArtifactModifyTime field.

func (*Artifact) SetArtifactName

func (o *Artifact) SetArtifactName(v string)

SetArtifactName sets field value

func (*Artifact) SetArtifactRequestedTime

func (o *Artifact) SetArtifactRequestedTime(v time.Time)

SetArtifactRequestedTime gets a reference to the given NullableTime and assigns it to the ArtifactRequestedTime field.

func (*Artifact) SetArtifactRequestedTimeNil

func (o *Artifact) SetArtifactRequestedTimeNil()

SetArtifactRequestedTimeNil sets the value for ArtifactRequestedTime to be an explicit nil

func (*Artifact) SetArtifactSha1

func (o *Artifact) SetArtifactSha1(v string)

SetArtifactSha1 gets a reference to the given NullableString and assigns it to the ArtifactSha1 field.

func (*Artifact) SetArtifactSha1Nil

func (o *Artifact) SetArtifactSha1Nil()

SetArtifactSha1Nil sets the value for ArtifactSha1 to be an explicit nil

func (*Artifact) SetArtifactSha256

func (o *Artifact) SetArtifactSha256(v string)

SetArtifactSha256 gets a reference to the given NullableString and assigns it to the ArtifactSha256 field.

func (*Artifact) SetArtifactSha256Nil

func (o *Artifact) SetArtifactSha256Nil()

SetArtifactSha256Nil sets the value for ArtifactSha256 to be an explicit nil

func (*Artifact) SetArtifactSourcePath

func (o *Artifact) SetArtifactSourcePath(v string)

SetArtifactSourcePath gets a reference to the given NullableString and assigns it to the ArtifactSourcePath field.

func (*Artifact) SetArtifactSourcePathNil

func (o *Artifact) SetArtifactSourcePathNil()

SetArtifactSourcePathNil sets the value for ArtifactSourcePath to be an explicit nil

func (*Artifact) SetArtifactStoragePath

func (o *Artifact) SetArtifactStoragePath(v string)

SetArtifactStoragePath gets a reference to the given string and assigns it to the ArtifactStoragePath field.

func (*Artifact) SetArtifactUuid

func (o *Artifact) SetArtifactUuid(v string)

SetArtifactUuid gets a reference to the given string and assigns it to the ArtifactUuid field.

func (*Artifact) SetArtifactpriority

func (o *Artifact) SetArtifactpriority(v int32)

SetArtifactpriority gets a reference to the given int32 and assigns it to the Artifactpriority field.

func (*Artifact) SetArtifactstatus

func (o *Artifact) SetArtifactstatus(v int32)

SetArtifactstatus gets a reference to the given int32 and assigns it to the Artifactstatus field.

func (*Artifact) SetArtifacttype

func (o *Artifact) SetArtifacttype(v int32)

SetArtifacttype sets field value

func (*Artifact) SetCase

func (o *Artifact) SetCase(v int32)

SetCase gets a reference to the given NullableInt32 and assigns it to the Case field.

func (*Artifact) SetCaseNil

func (o *Artifact) SetCaseNil()

SetCaseNil sets the value for Case to be an explicit nil

func (*Artifact) SetSystem

func (o *Artifact) SetSystem(v int32)

SetSystem sets field value

func (*Artifact) SetTag

func (o *Artifact) SetTag(v []int32)

SetTag gets a reference to the given []int32 and assigns it to the Tag field.

func (*Artifact) UnsetArtifactAcquisitionTime

func (o *Artifact) UnsetArtifactAcquisitionTime()

UnsetArtifactAcquisitionTime ensures that no value is present for ArtifactAcquisitionTime, not even an explicit nil

func (*Artifact) UnsetArtifactMd5

func (o *Artifact) UnsetArtifactMd5()

UnsetArtifactMd5 ensures that no value is present for ArtifactMd5, not even an explicit nil

func (*Artifact) UnsetArtifactRequestedTime

func (o *Artifact) UnsetArtifactRequestedTime()

UnsetArtifactRequestedTime ensures that no value is present for ArtifactRequestedTime, not even an explicit nil

func (*Artifact) UnsetArtifactSha1

func (o *Artifact) UnsetArtifactSha1()

UnsetArtifactSha1 ensures that no value is present for ArtifactSha1, not even an explicit nil

func (*Artifact) UnsetArtifactSha256

func (o *Artifact) UnsetArtifactSha256()

UnsetArtifactSha256 ensures that no value is present for ArtifactSha256, not even an explicit nil

func (*Artifact) UnsetArtifactSourcePath

func (o *Artifact) UnsetArtifactSourcePath()

UnsetArtifactSourcePath ensures that no value is present for ArtifactSourcePath, not even an explicit nil

func (*Artifact) UnsetCase

func (o *Artifact) UnsetCase()

UnsetCase ensures that no value is present for Case, not even an explicit nil

type Artifactpriority

type Artifactpriority struct {
	ArtifactpriorityId   *int32 `json:"artifactpriority_id,omitempty"`
	ArtifactpriorityName string `json:"artifactpriority_name"`
}

Artifactpriority struct for Artifactpriority

func NewArtifactpriority

func NewArtifactpriority(artifactpriorityName string) *Artifactpriority

NewArtifactpriority instantiates a new Artifactpriority object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewArtifactpriorityWithDefaults

func NewArtifactpriorityWithDefaults() *Artifactpriority

NewArtifactpriorityWithDefaults instantiates a new Artifactpriority object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Artifactpriority) GetArtifactpriorityId

func (o *Artifactpriority) GetArtifactpriorityId() int32

GetArtifactpriorityId returns the ArtifactpriorityId field value if set, zero value otherwise.

func (*Artifactpriority) GetArtifactpriorityIdOk

func (o *Artifactpriority) GetArtifactpriorityIdOk() (*int32, bool)

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

func (*Artifactpriority) GetArtifactpriorityName

func (o *Artifactpriority) GetArtifactpriorityName() string

GetArtifactpriorityName returns the ArtifactpriorityName field value

func (*Artifactpriority) GetArtifactpriorityNameOk

func (o *Artifactpriority) GetArtifactpriorityNameOk() (*string, bool)

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

func (*Artifactpriority) HasArtifactpriorityId

func (o *Artifactpriority) HasArtifactpriorityId() bool

HasArtifactpriorityId returns a boolean if a field has been set.

func (Artifactpriority) MarshalJSON

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

func (*Artifactpriority) SetArtifactpriorityId

func (o *Artifactpriority) SetArtifactpriorityId(v int32)

SetArtifactpriorityId gets a reference to the given int32 and assigns it to the ArtifactpriorityId field.

func (*Artifactpriority) SetArtifactpriorityName

func (o *Artifactpriority) SetArtifactpriorityName(v string)

SetArtifactpriorityName sets field value

type Artifactstatus

type Artifactstatus struct {
	ArtifactstatusId   *int32 `json:"artifactstatus_id,omitempty"`
	ArtifactstatusName string `json:"artifactstatus_name"`
}

Artifactstatus struct for Artifactstatus

func NewArtifactstatus

func NewArtifactstatus(artifactstatusName string) *Artifactstatus

NewArtifactstatus instantiates a new Artifactstatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewArtifactstatusWithDefaults

func NewArtifactstatusWithDefaults() *Artifactstatus

NewArtifactstatusWithDefaults instantiates a new Artifactstatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Artifactstatus) GetArtifactstatusId

func (o *Artifactstatus) GetArtifactstatusId() int32

GetArtifactstatusId returns the ArtifactstatusId field value if set, zero value otherwise.

func (*Artifactstatus) GetArtifactstatusIdOk

func (o *Artifactstatus) GetArtifactstatusIdOk() (*int32, bool)

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

func (*Artifactstatus) GetArtifactstatusName

func (o *Artifactstatus) GetArtifactstatusName() string

GetArtifactstatusName returns the ArtifactstatusName field value

func (*Artifactstatus) GetArtifactstatusNameOk

func (o *Artifactstatus) GetArtifactstatusNameOk() (*string, bool)

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

func (*Artifactstatus) HasArtifactstatusId

func (o *Artifactstatus) HasArtifactstatusId() bool

HasArtifactstatusId returns a boolean if a field has been set.

func (Artifactstatus) MarshalJSON

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

func (*Artifactstatus) SetArtifactstatusId

func (o *Artifactstatus) SetArtifactstatusId(v int32)

SetArtifactstatusId gets a reference to the given int32 and assigns it to the ArtifactstatusId field.

func (*Artifactstatus) SetArtifactstatusName

func (o *Artifactstatus) SetArtifactstatusName(v string)

SetArtifactstatusName sets field value

type Artifacttype

type Artifacttype struct {
	ArtifacttypeId   *int32 `json:"artifacttype_id,omitempty"`
	ArtifacttypeName string `json:"artifacttype_name"`
}

Artifacttype struct for Artifacttype

func NewArtifacttype

func NewArtifacttype(artifacttypeName string) *Artifacttype

NewArtifacttype instantiates a new Artifacttype object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewArtifacttypeWithDefaults

func NewArtifacttypeWithDefaults() *Artifacttype

NewArtifacttypeWithDefaults instantiates a new Artifacttype object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Artifacttype) GetArtifacttypeId

func (o *Artifacttype) GetArtifacttypeId() int32

GetArtifacttypeId returns the ArtifacttypeId field value if set, zero value otherwise.

func (*Artifacttype) GetArtifacttypeIdOk

func (o *Artifacttype) GetArtifacttypeIdOk() (*int32, bool)

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

func (*Artifacttype) GetArtifacttypeName

func (o *Artifacttype) GetArtifacttypeName() string

GetArtifacttypeName returns the ArtifacttypeName field value

func (*Artifacttype) GetArtifacttypeNameOk

func (o *Artifacttype) GetArtifacttypeNameOk() (*string, bool)

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

func (*Artifacttype) HasArtifacttypeId

func (o *Artifacttype) HasArtifacttypeId() bool

HasArtifacttypeId returns a boolean if a field has been set.

func (Artifacttype) MarshalJSON

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

func (*Artifacttype) SetArtifacttypeId

func (o *Artifacttype) SetArtifacttypeId(v int32)

SetArtifacttypeId gets a reference to the given int32 and assigns it to the ArtifacttypeId field.

func (*Artifacttype) SetArtifacttypeName

func (o *Artifacttype) SetArtifacttypeName(v string)

SetArtifacttypeName sets field value

type AuthToken

type AuthToken struct {
	Username string  `json:"username"`
	Password string  `json:"password"`
	Token    *string `json:"token,omitempty"`
}

AuthToken struct for AuthToken

func NewAuthToken

func NewAuthToken(username string, password string) *AuthToken

NewAuthToken instantiates a new AuthToken object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAuthTokenWithDefaults

func NewAuthTokenWithDefaults() *AuthToken

NewAuthTokenWithDefaults instantiates a new AuthToken object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AuthToken) GetPassword

func (o *AuthToken) GetPassword() string

GetPassword returns the Password field value

func (*AuthToken) GetPasswordOk

func (o *AuthToken) GetPasswordOk() (*string, bool)

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

func (*AuthToken) GetToken

func (o *AuthToken) GetToken() string

GetToken returns the Token field value if set, zero value otherwise.

func (*AuthToken) GetTokenOk

func (o *AuthToken) GetTokenOk() (*string, bool)

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

func (*AuthToken) GetUsername

func (o *AuthToken) GetUsername() string

GetUsername returns the Username field value

func (*AuthToken) GetUsernameOk

func (o *AuthToken) GetUsernameOk() (*string, bool)

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

func (*AuthToken) HasToken

func (o *AuthToken) HasToken() bool

HasToken returns a boolean if a field has been set.

func (AuthToken) MarshalJSON

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

func (*AuthToken) SetPassword

func (o *AuthToken) SetPassword(v string)

SetPassword sets field value

func (*AuthToken) SetToken

func (o *AuthToken) SetToken(v string)

SetToken gets a reference to the given string and assigns it to the Token field.

func (*AuthToken) SetUsername

func (o *AuthToken) SetUsername(v string)

SetUsername sets field value

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 Case

type Case struct {
	CaseId               *int32         `json:"case_id,omitempty"`
	CaseIdExternal       NullableString `json:"case_id_external,omitempty"`
	CaseName             string         `json:"case_name"`
	Casepriority         *int32         `json:"casepriority,omitempty"`
	Casestatus           *int32         `json:"casestatus,omitempty"`
	Casetype             NullableInt32  `json:"casetype,omitempty"`
	Tag                  *[]int32       `json:"tag,omitempty"`
	CaseIsIncident       bool           `json:"case_is_incident"`
	CaseStartTime        NullableTime   `json:"case_start_time,omitempty"`
	CaseEndTime          NullableTime   `json:"case_end_time,omitempty"`
	CaseCreatedByUserId  int32          `json:"case_created_by_user_id"`
	CaseCreateTime       *time.Time     `json:"case_create_time,omitempty"`
	CaseModifiedByUserId NullableInt32  `json:"case_modified_by_user_id,omitempty"`
	CaseModifyTime       *time.Time     `json:"case_modify_time,omitempty"`
}

Case struct for Case

func NewCase

func NewCase(caseName string, caseIsIncident bool, caseCreatedByUserId int32) *Case

NewCase instantiates a new Case object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCaseWithDefaults

func NewCaseWithDefaults() *Case

NewCaseWithDefaults instantiates a new Case object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Case) GetCaseCreateTime

func (o *Case) GetCaseCreateTime() time.Time

GetCaseCreateTime returns the CaseCreateTime field value if set, zero value otherwise.

func (*Case) GetCaseCreateTimeOk

func (o *Case) GetCaseCreateTimeOk() (*time.Time, bool)

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

func (*Case) GetCaseCreatedByUserId

func (o *Case) GetCaseCreatedByUserId() int32

GetCaseCreatedByUserId returns the CaseCreatedByUserId field value

func (*Case) GetCaseCreatedByUserIdOk

func (o *Case) GetCaseCreatedByUserIdOk() (*int32, bool)

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

func (*Case) GetCaseEndTime

func (o *Case) GetCaseEndTime() time.Time

GetCaseEndTime returns the CaseEndTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Case) GetCaseEndTimeOk

func (o *Case) GetCaseEndTimeOk() (*time.Time, bool)

GetCaseEndTimeOk returns a tuple with the CaseEndTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Case) GetCaseId

func (o *Case) GetCaseId() int32

GetCaseId returns the CaseId field value if set, zero value otherwise.

func (*Case) GetCaseIdExternal

func (o *Case) GetCaseIdExternal() string

GetCaseIdExternal returns the CaseIdExternal field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Case) GetCaseIdExternalOk

func (o *Case) GetCaseIdExternalOk() (*string, bool)

GetCaseIdExternalOk returns a tuple with the CaseIdExternal field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Case) GetCaseIdOk

func (o *Case) GetCaseIdOk() (*int32, bool)

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

func (*Case) GetCaseIsIncident

func (o *Case) GetCaseIsIncident() bool

GetCaseIsIncident returns the CaseIsIncident field value

func (*Case) GetCaseIsIncidentOk

func (o *Case) GetCaseIsIncidentOk() (*bool, bool)

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

func (*Case) GetCaseModifiedByUserId

func (o *Case) GetCaseModifiedByUserId() int32

GetCaseModifiedByUserId returns the CaseModifiedByUserId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Case) GetCaseModifiedByUserIdOk

func (o *Case) GetCaseModifiedByUserIdOk() (*int32, bool)

GetCaseModifiedByUserIdOk returns a tuple with the CaseModifiedByUserId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Case) GetCaseModifyTime

func (o *Case) GetCaseModifyTime() time.Time

GetCaseModifyTime returns the CaseModifyTime field value if set, zero value otherwise.

func (*Case) GetCaseModifyTimeOk

func (o *Case) GetCaseModifyTimeOk() (*time.Time, bool)

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

func (*Case) GetCaseName

func (o *Case) GetCaseName() string

GetCaseName returns the CaseName field value

func (*Case) GetCaseNameOk

func (o *Case) GetCaseNameOk() (*string, bool)

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

func (*Case) GetCaseStartTime

func (o *Case) GetCaseStartTime() time.Time

GetCaseStartTime returns the CaseStartTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Case) GetCaseStartTimeOk

func (o *Case) GetCaseStartTimeOk() (*time.Time, bool)

GetCaseStartTimeOk returns a tuple with the CaseStartTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Case) GetCasepriority

func (o *Case) GetCasepriority() int32

GetCasepriority returns the Casepriority field value if set, zero value otherwise.

func (*Case) GetCasepriorityOk

func (o *Case) GetCasepriorityOk() (*int32, bool)

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

func (*Case) GetCasestatus

func (o *Case) GetCasestatus() int32

GetCasestatus returns the Casestatus field value if set, zero value otherwise.

func (*Case) GetCasestatusOk

func (o *Case) GetCasestatusOk() (*int32, bool)

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

func (*Case) GetCasetype

func (o *Case) GetCasetype() int32

GetCasetype returns the Casetype field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Case) GetCasetypeOk

func (o *Case) GetCasetypeOk() (*int32, bool)

GetCasetypeOk returns a tuple with the Casetype field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Case) GetTag

func (o *Case) GetTag() []int32

GetTag returns the Tag field value if set, zero value otherwise.

func (*Case) GetTagOk

func (o *Case) GetTagOk() (*[]int32, 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 (*Case) HasCaseCreateTime

func (o *Case) HasCaseCreateTime() bool

HasCaseCreateTime returns a boolean if a field has been set.

func (*Case) HasCaseEndTime

func (o *Case) HasCaseEndTime() bool

HasCaseEndTime returns a boolean if a field has been set.

func (*Case) HasCaseId

func (o *Case) HasCaseId() bool

HasCaseId returns a boolean if a field has been set.

func (*Case) HasCaseIdExternal

func (o *Case) HasCaseIdExternal() bool

HasCaseIdExternal returns a boolean if a field has been set.

func (*Case) HasCaseModifiedByUserId

func (o *Case) HasCaseModifiedByUserId() bool

HasCaseModifiedByUserId returns a boolean if a field has been set.

func (*Case) HasCaseModifyTime

func (o *Case) HasCaseModifyTime() bool

HasCaseModifyTime returns a boolean if a field has been set.

func (*Case) HasCaseStartTime

func (o *Case) HasCaseStartTime() bool

HasCaseStartTime returns a boolean if a field has been set.

func (*Case) HasCasepriority

func (o *Case) HasCasepriority() bool

HasCasepriority returns a boolean if a field has been set.

func (*Case) HasCasestatus

func (o *Case) HasCasestatus() bool

HasCasestatus returns a boolean if a field has been set.

func (*Case) HasCasetype

func (o *Case) HasCasetype() bool

HasCasetype returns a boolean if a field has been set.

func (*Case) HasTag

func (o *Case) HasTag() bool

HasTag returns a boolean if a field has been set.

func (Case) MarshalJSON

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

func (*Case) SetCaseCreateTime

func (o *Case) SetCaseCreateTime(v time.Time)

SetCaseCreateTime gets a reference to the given time.Time and assigns it to the CaseCreateTime field.

func (*Case) SetCaseCreatedByUserId

func (o *Case) SetCaseCreatedByUserId(v int32)

SetCaseCreatedByUserId sets field value

func (*Case) SetCaseEndTime

func (o *Case) SetCaseEndTime(v time.Time)

SetCaseEndTime gets a reference to the given NullableTime and assigns it to the CaseEndTime field.

func (*Case) SetCaseEndTimeNil

func (o *Case) SetCaseEndTimeNil()

SetCaseEndTimeNil sets the value for CaseEndTime to be an explicit nil

func (*Case) SetCaseId

func (o *Case) SetCaseId(v int32)

SetCaseId gets a reference to the given int32 and assigns it to the CaseId field.

func (*Case) SetCaseIdExternal

func (o *Case) SetCaseIdExternal(v string)

SetCaseIdExternal gets a reference to the given NullableString and assigns it to the CaseIdExternal field.

func (*Case) SetCaseIdExternalNil

func (o *Case) SetCaseIdExternalNil()

SetCaseIdExternalNil sets the value for CaseIdExternal to be an explicit nil

func (*Case) SetCaseIsIncident

func (o *Case) SetCaseIsIncident(v bool)

SetCaseIsIncident sets field value

func (*Case) SetCaseModifiedByUserId

func (o *Case) SetCaseModifiedByUserId(v int32)

SetCaseModifiedByUserId gets a reference to the given NullableInt32 and assigns it to the CaseModifiedByUserId field.

func (*Case) SetCaseModifiedByUserIdNil

func (o *Case) SetCaseModifiedByUserIdNil()

SetCaseModifiedByUserIdNil sets the value for CaseModifiedByUserId to be an explicit nil

func (*Case) SetCaseModifyTime

func (o *Case) SetCaseModifyTime(v time.Time)

SetCaseModifyTime gets a reference to the given time.Time and assigns it to the CaseModifyTime field.

func (*Case) SetCaseName

func (o *Case) SetCaseName(v string)

SetCaseName sets field value

func (*Case) SetCaseStartTime

func (o *Case) SetCaseStartTime(v time.Time)

SetCaseStartTime gets a reference to the given NullableTime and assigns it to the CaseStartTime field.

func (*Case) SetCaseStartTimeNil

func (o *Case) SetCaseStartTimeNil()

SetCaseStartTimeNil sets the value for CaseStartTime to be an explicit nil

func (*Case) SetCasepriority

func (o *Case) SetCasepriority(v int32)

SetCasepriority gets a reference to the given int32 and assigns it to the Casepriority field.

func (*Case) SetCasestatus

func (o *Case) SetCasestatus(v int32)

SetCasestatus gets a reference to the given int32 and assigns it to the Casestatus field.

func (*Case) SetCasetype

func (o *Case) SetCasetype(v int32)

SetCasetype gets a reference to the given NullableInt32 and assigns it to the Casetype field.

func (*Case) SetCasetypeNil

func (o *Case) SetCasetypeNil()

SetCasetypeNil sets the value for Casetype to be an explicit nil

func (*Case) SetTag

func (o *Case) SetTag(v []int32)

SetTag gets a reference to the given []int32 and assigns it to the Tag field.

func (*Case) UnsetCaseEndTime

func (o *Case) UnsetCaseEndTime()

UnsetCaseEndTime ensures that no value is present for CaseEndTime, not even an explicit nil

func (*Case) UnsetCaseIdExternal

func (o *Case) UnsetCaseIdExternal()

UnsetCaseIdExternal ensures that no value is present for CaseIdExternal, not even an explicit nil

func (*Case) UnsetCaseModifiedByUserId

func (o *Case) UnsetCaseModifiedByUserId()

UnsetCaseModifiedByUserId ensures that no value is present for CaseModifiedByUserId, not even an explicit nil

func (*Case) UnsetCaseStartTime

func (o *Case) UnsetCaseStartTime()

UnsetCaseStartTime ensures that no value is present for CaseStartTime, not even an explicit nil

func (*Case) UnsetCasetype

func (o *Case) UnsetCasetype()

UnsetCasetype ensures that no value is present for Casetype, not even an explicit nil

type Casepriority

type Casepriority struct {
	CasepriorityId   *int32 `json:"casepriority_id,omitempty"`
	CasepriorityName string `json:"casepriority_name"`
}

Casepriority struct for Casepriority

func NewCasepriority

func NewCasepriority(casepriorityName string) *Casepriority

NewCasepriority instantiates a new Casepriority object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCasepriorityWithDefaults

func NewCasepriorityWithDefaults() *Casepriority

NewCasepriorityWithDefaults instantiates a new Casepriority object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Casepriority) GetCasepriorityId

func (o *Casepriority) GetCasepriorityId() int32

GetCasepriorityId returns the CasepriorityId field value if set, zero value otherwise.

func (*Casepriority) GetCasepriorityIdOk

func (o *Casepriority) GetCasepriorityIdOk() (*int32, bool)

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

func (*Casepriority) GetCasepriorityName

func (o *Casepriority) GetCasepriorityName() string

GetCasepriorityName returns the CasepriorityName field value

func (*Casepriority) GetCasepriorityNameOk

func (o *Casepriority) GetCasepriorityNameOk() (*string, bool)

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

func (*Casepriority) HasCasepriorityId

func (o *Casepriority) HasCasepriorityId() bool

HasCasepriorityId returns a boolean if a field has been set.

func (Casepriority) MarshalJSON

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

func (*Casepriority) SetCasepriorityId

func (o *Casepriority) SetCasepriorityId(v int32)

SetCasepriorityId gets a reference to the given int32 and assigns it to the CasepriorityId field.

func (*Casepriority) SetCasepriorityName

func (o *Casepriority) SetCasepriorityName(v string)

SetCasepriorityName sets field value

type Casestatus

type Casestatus struct {
	CasestatusId   *int32 `json:"casestatus_id,omitempty"`
	CasestatusName string `json:"casestatus_name"`
}

Casestatus struct for Casestatus

func NewCasestatus

func NewCasestatus(casestatusName string) *Casestatus

NewCasestatus instantiates a new Casestatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCasestatusWithDefaults

func NewCasestatusWithDefaults() *Casestatus

NewCasestatusWithDefaults instantiates a new Casestatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Casestatus) GetCasestatusId

func (o *Casestatus) GetCasestatusId() int32

GetCasestatusId returns the CasestatusId field value if set, zero value otherwise.

func (*Casestatus) GetCasestatusIdOk

func (o *Casestatus) GetCasestatusIdOk() (*int32, bool)

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

func (*Casestatus) GetCasestatusName

func (o *Casestatus) GetCasestatusName() string

GetCasestatusName returns the CasestatusName field value

func (*Casestatus) GetCasestatusNameOk

func (o *Casestatus) GetCasestatusNameOk() (*string, bool)

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

func (*Casestatus) HasCasestatusId

func (o *Casestatus) HasCasestatusId() bool

HasCasestatusId returns a boolean if a field has been set.

func (Casestatus) MarshalJSON

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

func (*Casestatus) SetCasestatusId

func (o *Casestatus) SetCasestatusId(v int32)

SetCasestatusId gets a reference to the given int32 and assigns it to the CasestatusId field.

func (*Casestatus) SetCasestatusName

func (o *Casestatus) SetCasestatusName(v string)

SetCasestatusName sets field value

type Casetype

type Casetype struct {
	CasetypeId   *int32 `json:"casetype_id,omitempty"`
	CasetypeName string `json:"casetype_name"`
}

Casetype struct for Casetype

func NewCasetype

func NewCasetype(casetypeName string) *Casetype

NewCasetype instantiates a new Casetype object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCasetypeWithDefaults

func NewCasetypeWithDefaults() *Casetype

NewCasetypeWithDefaults instantiates a new Casetype object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Casetype) GetCasetypeId

func (o *Casetype) GetCasetypeId() int32

GetCasetypeId returns the CasetypeId field value if set, zero value otherwise.

func (*Casetype) GetCasetypeIdOk

func (o *Casetype) GetCasetypeIdOk() (*int32, bool)

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

func (*Casetype) GetCasetypeName

func (o *Casetype) GetCasetypeName() string

GetCasetypeName returns the CasetypeName field value

func (*Casetype) GetCasetypeNameOk

func (o *Casetype) GetCasetypeNameOk() (*string, bool)

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

func (*Casetype) HasCasetypeId

func (o *Casetype) HasCasetypeId() bool

HasCasetypeId returns a boolean if a field has been set.

func (Casetype) MarshalJSON

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

func (*Casetype) SetCasetypeId

func (o *Casetype) SetCasetypeId(v int32)

SetCasetypeId gets a reference to the given int32 and assigns it to the CasetypeId field.

func (*Casetype) SetCasetypeName

func (o *Casetype) SetCasetypeName(v string)

SetCasetypeName sets field value

type Company

type Company struct {
	CompanyId   *int32        `json:"company_id,omitempty"`
	CompanyName string        `json:"company_name"`
	Division    NullableInt32 `json:"division,omitempty"`
}

Company struct for Company

func NewCompany

func NewCompany(companyName string) *Company

NewCompany instantiates a new Company object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCompanyWithDefaults

func NewCompanyWithDefaults() *Company

NewCompanyWithDefaults instantiates a new Company object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Company) GetCompanyId

func (o *Company) GetCompanyId() int32

GetCompanyId returns the CompanyId field value if set, zero value otherwise.

func (*Company) GetCompanyIdOk

func (o *Company) GetCompanyIdOk() (*int32, bool)

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

func (*Company) GetCompanyName

func (o *Company) GetCompanyName() string

GetCompanyName returns the CompanyName field value

func (*Company) GetCompanyNameOk

func (o *Company) GetCompanyNameOk() (*string, bool)

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

func (*Company) GetDivision

func (o *Company) GetDivision() int32

GetDivision returns the Division field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Company) GetDivisionOk

func (o *Company) GetDivisionOk() (*int32, bool)

GetDivisionOk returns a tuple with the Division field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Company) HasCompanyId

func (o *Company) HasCompanyId() bool

HasCompanyId returns a boolean if a field has been set.

func (*Company) HasDivision

func (o *Company) HasDivision() bool

HasDivision returns a boolean if a field has been set.

func (Company) MarshalJSON

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

func (*Company) SetCompanyId

func (o *Company) SetCompanyId(v int32)

SetCompanyId gets a reference to the given int32 and assigns it to the CompanyId field.

func (*Company) SetCompanyName

func (o *Company) SetCompanyName(v string)

SetCompanyName sets field value

func (*Company) SetDivision

func (o *Company) SetDivision(v int32)

SetDivision gets a reference to the given NullableInt32 and assigns it to the Division field.

func (*Company) SetDivisionNil

func (o *Company) SetDivisionNil()

SetDivisionNil sets the value for Division to be an explicit nil

func (*Company) UnsetDivision

func (o *Company) UnsetDivision()

UnsetDivision ensures that no value is present for Division, not even an explicit nil

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 Contact

type Contact struct {
	ContactId    *int32         `json:"contact_id,omitempty"`
	ContactName  string         `json:"contact_name"`
	ContactEmail string         `json:"contact_email"`
	ContactPhone NullableString `json:"contact_phone,omitempty"`
}

Contact struct for Contact

func NewContact

func NewContact(contactName string, contactEmail string) *Contact

NewContact instantiates a new Contact object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContactWithDefaults

func NewContactWithDefaults() *Contact

NewContactWithDefaults instantiates a new Contact object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Contact) GetContactEmail

func (o *Contact) GetContactEmail() string

GetContactEmail returns the ContactEmail field value

func (*Contact) GetContactEmailOk

func (o *Contact) GetContactEmailOk() (*string, bool)

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

func (*Contact) GetContactId

func (o *Contact) GetContactId() int32

GetContactId returns the ContactId field value if set, zero value otherwise.

func (*Contact) GetContactIdOk

func (o *Contact) GetContactIdOk() (*int32, bool)

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

func (*Contact) GetContactName

func (o *Contact) GetContactName() string

GetContactName returns the ContactName field value

func (*Contact) GetContactNameOk

func (o *Contact) GetContactNameOk() (*string, bool)

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

func (*Contact) GetContactPhone

func (o *Contact) GetContactPhone() string

GetContactPhone returns the ContactPhone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Contact) GetContactPhoneOk

func (o *Contact) GetContactPhoneOk() (*string, bool)

GetContactPhoneOk returns a tuple with the ContactPhone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Contact) HasContactId

func (o *Contact) HasContactId() bool

HasContactId returns a boolean if a field has been set.

func (*Contact) HasContactPhone

func (o *Contact) HasContactPhone() bool

HasContactPhone returns a boolean if a field has been set.

func (Contact) MarshalJSON

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

func (*Contact) SetContactEmail

func (o *Contact) SetContactEmail(v string)

SetContactEmail sets field value

func (*Contact) SetContactId

func (o *Contact) SetContactId(v int32)

SetContactId gets a reference to the given int32 and assigns it to the ContactId field.

func (*Contact) SetContactName

func (o *Contact) SetContactName(v string)

SetContactName sets field value

func (*Contact) SetContactPhone

func (o *Contact) SetContactPhone(v string)

SetContactPhone gets a reference to the given NullableString and assigns it to the ContactPhone field.

func (*Contact) SetContactPhoneNil

func (o *Contact) SetContactPhoneNil()

SetContactPhoneNil sets the value for ContactPhone to be an explicit nil

func (*Contact) UnsetContactPhone

func (o *Contact) UnsetContactPhone()

UnsetContactPhone ensures that no value is present for ContactPhone, not even an explicit nil

type Division

type Division struct {
	DivisionId   *int32 `json:"division_id,omitempty"`
	DivisionName string `json:"division_name"`
}

Division struct for Division

func NewDivision

func NewDivision(divisionName string) *Division

NewDivision instantiates a new Division object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDivisionWithDefaults

func NewDivisionWithDefaults() *Division

NewDivisionWithDefaults instantiates a new Division object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Division) GetDivisionId

func (o *Division) GetDivisionId() int32

GetDivisionId returns the DivisionId field value if set, zero value otherwise.

func (*Division) GetDivisionIdOk

func (o *Division) GetDivisionIdOk() (*int32, bool)

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

func (*Division) GetDivisionName

func (o *Division) GetDivisionName() string

GetDivisionName returns the DivisionName field value

func (*Division) GetDivisionNameOk

func (o *Division) GetDivisionNameOk() (*string, bool)

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

func (*Division) HasDivisionId

func (o *Division) HasDivisionId() bool

HasDivisionId returns a boolean if a field has been set.

func (Division) MarshalJSON

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

func (*Division) SetDivisionId

func (o *Division) SetDivisionId(v int32)

SetDivisionId gets a reference to the given int32 and assigns it to the DivisionId field.

func (*Division) SetDivisionName

func (o *Division) SetDivisionName(v string)

SetDivisionName sets field value

type Dnsname

type Dnsname struct {
	DnsnameId   *int32        `json:"dnsname_id,omitempty"`
	DnsnameName string        `json:"dnsname_name"`
	Domain      NullableInt32 `json:"domain,omitempty"`
}

Dnsname struct for Dnsname

func NewDnsname

func NewDnsname(dnsnameName string) *Dnsname

NewDnsname instantiates a new Dnsname object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDnsnameWithDefaults

func NewDnsnameWithDefaults() *Dnsname

NewDnsnameWithDefaults instantiates a new Dnsname object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Dnsname) GetDnsnameId

func (o *Dnsname) GetDnsnameId() int32

GetDnsnameId returns the DnsnameId field value if set, zero value otherwise.

func (*Dnsname) GetDnsnameIdOk

func (o *Dnsname) GetDnsnameIdOk() (*int32, bool)

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

func (*Dnsname) GetDnsnameName

func (o *Dnsname) GetDnsnameName() string

GetDnsnameName returns the DnsnameName field value

func (*Dnsname) GetDnsnameNameOk

func (o *Dnsname) GetDnsnameNameOk() (*string, bool)

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

func (*Dnsname) GetDomain

func (o *Dnsname) GetDomain() int32

GetDomain returns the Domain field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Dnsname) GetDomainOk

func (o *Dnsname) GetDomainOk() (*int32, bool)

GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Dnsname) HasDnsnameId

func (o *Dnsname) HasDnsnameId() bool

HasDnsnameId returns a boolean if a field has been set.

func (*Dnsname) HasDomain

func (o *Dnsname) HasDomain() bool

HasDomain returns a boolean if a field has been set.

func (Dnsname) MarshalJSON

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

func (*Dnsname) SetDnsnameId

func (o *Dnsname) SetDnsnameId(v int32)

SetDnsnameId gets a reference to the given int32 and assigns it to the DnsnameId field.

func (*Dnsname) SetDnsnameName

func (o *Dnsname) SetDnsnameName(v string)

SetDnsnameName sets field value

func (*Dnsname) SetDomain

func (o *Dnsname) SetDomain(v int32)

SetDomain gets a reference to the given NullableInt32 and assigns it to the Domain field.

func (*Dnsname) SetDomainNil

func (o *Dnsname) SetDomainNil()

SetDomainNil sets the value for Domain to be an explicit nil

func (*Dnsname) UnsetDomain

func (o *Dnsname) UnsetDomain()

UnsetDomain ensures that no value is present for Domain, not even an explicit nil

type Domain

type Domain struct {
	DomainId   *int32 `json:"domain_id,omitempty"`
	DomainName string `json:"domain_name"`
}

Domain struct for Domain

func NewDomain

func NewDomain(domainName string) *Domain

NewDomain instantiates a new Domain object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDomainWithDefaults

func NewDomainWithDefaults() *Domain

NewDomainWithDefaults instantiates a new Domain object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Domain) GetDomainId

func (o *Domain) GetDomainId() int32

GetDomainId returns the DomainId field value if set, zero value otherwise.

func (*Domain) GetDomainIdOk

func (o *Domain) GetDomainIdOk() (*int32, bool)

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

func (*Domain) GetDomainName

func (o *Domain) GetDomainName() string

GetDomainName returns the DomainName field value

func (*Domain) GetDomainNameOk

func (o *Domain) GetDomainNameOk() (*string, bool)

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

func (*Domain) HasDomainId

func (o *Domain) HasDomainId() bool

HasDomainId returns a boolean if a field has been set.

func (Domain) MarshalJSON

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

func (*Domain) SetDomainId

func (o *Domain) SetDomainId(v int32)

SetDomainId gets a reference to the given int32 and assigns it to the DomainId field.

func (*Domain) SetDomainName

func (o *Domain) SetDomainName(v string)

SetDomainName sets field value

type Domainuser

type Domainuser struct {
	DomainuserId            *int32       `json:"domainuser_id,omitempty"`
	DomainuserName          string       `json:"domainuser_name"`
	Domain                  int32        `json:"domain"`
	DomainuserIsDomainadmin NullableBool `json:"domainuser_is_domainadmin,omitempty"`
}

Domainuser struct for Domainuser

func NewDomainuser

func NewDomainuser(domainuserName string, domain int32) *Domainuser

NewDomainuser instantiates a new Domainuser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDomainuserWithDefaults

func NewDomainuserWithDefaults() *Domainuser

NewDomainuserWithDefaults instantiates a new Domainuser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Domainuser) GetDomain

func (o *Domainuser) GetDomain() int32

GetDomain returns the Domain field value

func (*Domainuser) GetDomainOk

func (o *Domainuser) GetDomainOk() (*int32, bool)

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

func (*Domainuser) GetDomainuserId

func (o *Domainuser) GetDomainuserId() int32

GetDomainuserId returns the DomainuserId field value if set, zero value otherwise.

func (*Domainuser) GetDomainuserIdOk

func (o *Domainuser) GetDomainuserIdOk() (*int32, bool)

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

func (*Domainuser) GetDomainuserIsDomainadmin

func (o *Domainuser) GetDomainuserIsDomainadmin() bool

GetDomainuserIsDomainadmin returns the DomainuserIsDomainadmin field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Domainuser) GetDomainuserIsDomainadminOk

func (o *Domainuser) GetDomainuserIsDomainadminOk() (*bool, bool)

GetDomainuserIsDomainadminOk returns a tuple with the DomainuserIsDomainadmin field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Domainuser) GetDomainuserName

func (o *Domainuser) GetDomainuserName() string

GetDomainuserName returns the DomainuserName field value

func (*Domainuser) GetDomainuserNameOk

func (o *Domainuser) GetDomainuserNameOk() (*string, bool)

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

func (*Domainuser) HasDomainuserId

func (o *Domainuser) HasDomainuserId() bool

HasDomainuserId returns a boolean if a field has been set.

func (*Domainuser) HasDomainuserIsDomainadmin

func (o *Domainuser) HasDomainuserIsDomainadmin() bool

HasDomainuserIsDomainadmin returns a boolean if a field has been set.

func (Domainuser) MarshalJSON

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

func (*Domainuser) SetDomain

func (o *Domainuser) SetDomain(v int32)

SetDomain sets field value

func (*Domainuser) SetDomainuserId

func (o *Domainuser) SetDomainuserId(v int32)

SetDomainuserId gets a reference to the given int32 and assigns it to the DomainuserId field.

func (*Domainuser) SetDomainuserIsDomainadmin

func (o *Domainuser) SetDomainuserIsDomainadmin(v bool)

SetDomainuserIsDomainadmin gets a reference to the given NullableBool and assigns it to the DomainuserIsDomainadmin field.

func (*Domainuser) SetDomainuserIsDomainadminNil

func (o *Domainuser) SetDomainuserIsDomainadminNil()

SetDomainuserIsDomainadminNil sets the value for DomainuserIsDomainadmin to be an explicit nil

func (*Domainuser) SetDomainuserName

func (o *Domainuser) SetDomainuserName(v string)

SetDomainuserName sets field value

func (*Domainuser) UnsetDomainuserIsDomainadmin

func (o *Domainuser) UnsetDomainuserIsDomainadmin()

UnsetDomainuserIsDomainadmin ensures that no value is present for DomainuserIsDomainadmin, not even an explicit nil

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 Headline added in v1.5.5

type Headline struct {
	HeadlineId   *int32 `json:"headline_id,omitempty"`
	HeadlineName string `json:"headline_name"`
}

Headline struct for Headline

func NewHeadline added in v1.5.5

func NewHeadline(headlineName string) *Headline

NewHeadline instantiates a new Headline object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewHeadlineWithDefaults added in v1.5.5

func NewHeadlineWithDefaults() *Headline

NewHeadlineWithDefaults instantiates a new Headline object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Headline) GetHeadlineId added in v1.5.5

func (o *Headline) GetHeadlineId() int32

GetHeadlineId returns the HeadlineId field value if set, zero value otherwise.

func (*Headline) GetHeadlineIdOk added in v1.5.5

func (o *Headline) GetHeadlineIdOk() (*int32, bool)

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

func (*Headline) GetHeadlineName added in v1.5.5

func (o *Headline) GetHeadlineName() string

GetHeadlineName returns the HeadlineName field value

func (*Headline) GetHeadlineNameOk added in v1.5.5

func (o *Headline) GetHeadlineNameOk() (*string, bool)

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

func (*Headline) HasHeadlineId added in v1.5.5

func (o *Headline) HasHeadlineId() bool

HasHeadlineId returns a boolean if a field has been set.

func (Headline) MarshalJSON added in v1.5.5

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

func (*Headline) SetHeadlineId added in v1.5.5

func (o *Headline) SetHeadlineId(v int32)

SetHeadlineId gets a reference to the given int32 and assigns it to the HeadlineId field.

func (*Headline) SetHeadlineName added in v1.5.5

func (o *Headline) SetHeadlineName(v string)

SetHeadlineName sets field value

type Ip

type Ip struct {
	IpId *int32 `json:"ip_id,omitempty"`
	IpIp string `json:"ip_ip"`
}

Ip struct for Ip

func NewIp

func NewIp(ipIp string) *Ip

NewIp instantiates a new Ip object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpWithDefaults

func NewIpWithDefaults() *Ip

NewIpWithDefaults instantiates a new Ip object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Ip) GetIpId

func (o *Ip) GetIpId() int32

GetIpId returns the IpId field value if set, zero value otherwise.

func (*Ip) GetIpIdOk

func (o *Ip) GetIpIdOk() (*int32, bool)

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

func (*Ip) GetIpIp

func (o *Ip) GetIpIp() string

GetIpIp returns the IpIp field value

func (*Ip) GetIpIpOk

func (o *Ip) GetIpIpOk() (*string, bool)

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

func (*Ip) HasIpId

func (o *Ip) HasIpId() bool

HasIpId returns a boolean if a field has been set.

func (Ip) MarshalJSON

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

func (*Ip) SetIpId

func (o *Ip) SetIpId(v int32)

SetIpId gets a reference to the given int32 and assigns it to the IpId field.

func (*Ip) SetIpIp

func (o *Ip) SetIpIp(v string)

SetIpIp sets field value

type Location

type Location struct {
	LocationId   *int32 `json:"location_id,omitempty"`
	LocationName string `json:"location_name"`
}

Location struct for Location

func NewLocation

func NewLocation(locationName string) *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) GetLocationId

func (o *Location) GetLocationId() int32

GetLocationId returns the LocationId field value if set, zero value otherwise.

func (*Location) GetLocationIdOk

func (o *Location) GetLocationIdOk() (*int32, bool)

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

func (*Location) GetLocationName

func (o *Location) GetLocationName() string

GetLocationName returns the LocationName field value

func (*Location) GetLocationNameOk

func (o *Location) GetLocationNameOk() (*string, bool)

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

func (*Location) HasLocationId

func (o *Location) HasLocationId() bool

HasLocationId returns a boolean if a field has been set.

func (Location) MarshalJSON

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

func (*Location) SetLocationId

func (o *Location) SetLocationId(v int32)

SetLocationId gets a reference to the given int32 and assigns it to the LocationId field.

func (*Location) SetLocationName

func (o *Location) SetLocationName(v string)

SetLocationName sets field value

type Note added in v1.5.5

type Note struct {
	NoteId               *int32        `json:"note_id,omitempty"`
	NoteTitle            string        `json:"note_title"`
	NoteContent          string        `json:"note_content"`
	NoteVersion          int32         `json:"note_version"`
	Case                 NullableInt32 `json:"case,omitempty"`
	Notestatus           *int32        `json:"notestatus,omitempty"`
	Tag                  *[]int32      `json:"tag,omitempty"`
	NoteCreateTime       *time.Time    `json:"note_create_time,omitempty"`
	NoteCreatedByUserId  int32         `json:"note_created_by_user_id"`
	NoteModifyTime       *time.Time    `json:"note_modify_time,omitempty"`
	NoteModifiedByUserId int32         `json:"note_modified_by_user_id"`
}

Note struct for Note

func NewNote added in v1.5.5

func NewNote(noteTitle string, noteContent string, noteVersion int32, noteCreatedByUserId int32, noteModifiedByUserId int32) *Note

NewNote instantiates a new Note object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNoteWithDefaults added in v1.5.5

func NewNoteWithDefaults() *Note

NewNoteWithDefaults instantiates a new Note object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Note) GetCase added in v1.5.5

func (o *Note) GetCase() int32

GetCase returns the Case field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Note) GetCaseOk added in v1.5.5

func (o *Note) GetCaseOk() (*int32, bool)

GetCaseOk returns a tuple with the Case field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Note) GetNoteContent added in v1.5.5

func (o *Note) GetNoteContent() string

GetNoteContent returns the NoteContent field value

func (*Note) GetNoteContentOk added in v1.5.5

func (o *Note) GetNoteContentOk() (*string, bool)

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

func (*Note) GetNoteCreateTime added in v1.5.5

func (o *Note) GetNoteCreateTime() time.Time

GetNoteCreateTime returns the NoteCreateTime field value if set, zero value otherwise.

func (*Note) GetNoteCreateTimeOk added in v1.5.5

func (o *Note) GetNoteCreateTimeOk() (*time.Time, bool)

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

func (*Note) GetNoteCreatedByUserId added in v1.5.5

func (o *Note) GetNoteCreatedByUserId() int32

GetNoteCreatedByUserId returns the NoteCreatedByUserId field value

func (*Note) GetNoteCreatedByUserIdOk added in v1.5.5

func (o *Note) GetNoteCreatedByUserIdOk() (*int32, bool)

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

func (*Note) GetNoteId added in v1.5.5

func (o *Note) GetNoteId() int32

GetNoteId returns the NoteId field value if set, zero value otherwise.

func (*Note) GetNoteIdOk added in v1.5.5

func (o *Note) GetNoteIdOk() (*int32, bool)

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

func (*Note) GetNoteModifiedByUserId added in v1.5.5

func (o *Note) GetNoteModifiedByUserId() int32

GetNoteModifiedByUserId returns the NoteModifiedByUserId field value

func (*Note) GetNoteModifiedByUserIdOk added in v1.5.5

func (o *Note) GetNoteModifiedByUserIdOk() (*int32, bool)

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

func (*Note) GetNoteModifyTime added in v1.5.5

func (o *Note) GetNoteModifyTime() time.Time

GetNoteModifyTime returns the NoteModifyTime field value if set, zero value otherwise.

func (*Note) GetNoteModifyTimeOk added in v1.5.5

func (o *Note) GetNoteModifyTimeOk() (*time.Time, bool)

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

func (*Note) GetNoteTitle added in v1.5.5

func (o *Note) GetNoteTitle() string

GetNoteTitle returns the NoteTitle field value

func (*Note) GetNoteTitleOk added in v1.5.5

func (o *Note) GetNoteTitleOk() (*string, bool)

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

func (*Note) GetNoteVersion added in v1.5.5

func (o *Note) GetNoteVersion() int32

GetNoteVersion returns the NoteVersion field value

func (*Note) GetNoteVersionOk added in v1.5.5

func (o *Note) GetNoteVersionOk() (*int32, bool)

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

func (*Note) GetNotestatus added in v1.5.5

func (o *Note) GetNotestatus() int32

GetNotestatus returns the Notestatus field value if set, zero value otherwise.

func (*Note) GetNotestatusOk added in v1.5.5

func (o *Note) GetNotestatusOk() (*int32, bool)

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

func (*Note) GetTag added in v1.5.5

func (o *Note) GetTag() []int32

GetTag returns the Tag field value if set, zero value otherwise.

func (*Note) GetTagOk added in v1.5.5

func (o *Note) GetTagOk() (*[]int32, 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 (*Note) HasCase added in v1.5.5

func (o *Note) HasCase() bool

HasCase returns a boolean if a field has been set.

func (*Note) HasNoteCreateTime added in v1.5.5

func (o *Note) HasNoteCreateTime() bool

HasNoteCreateTime returns a boolean if a field has been set.

func (*Note) HasNoteId added in v1.5.5

func (o *Note) HasNoteId() bool

HasNoteId returns a boolean if a field has been set.

func (*Note) HasNoteModifyTime added in v1.5.5

func (o *Note) HasNoteModifyTime() bool

HasNoteModifyTime returns a boolean if a field has been set.

func (*Note) HasNotestatus added in v1.5.5

func (o *Note) HasNotestatus() bool

HasNotestatus returns a boolean if a field has been set.

func (*Note) HasTag added in v1.5.5

func (o *Note) HasTag() bool

HasTag returns a boolean if a field has been set.

func (Note) MarshalJSON added in v1.5.5

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

func (*Note) SetCase added in v1.5.5

func (o *Note) SetCase(v int32)

SetCase gets a reference to the given NullableInt32 and assigns it to the Case field.

func (*Note) SetCaseNil added in v1.5.5

func (o *Note) SetCaseNil()

SetCaseNil sets the value for Case to be an explicit nil

func (*Note) SetNoteContent added in v1.5.5

func (o *Note) SetNoteContent(v string)

SetNoteContent sets field value

func (*Note) SetNoteCreateTime added in v1.5.5

func (o *Note) SetNoteCreateTime(v time.Time)

SetNoteCreateTime gets a reference to the given time.Time and assigns it to the NoteCreateTime field.

func (*Note) SetNoteCreatedByUserId added in v1.5.5

func (o *Note) SetNoteCreatedByUserId(v int32)

SetNoteCreatedByUserId sets field value

func (*Note) SetNoteId added in v1.5.5

func (o *Note) SetNoteId(v int32)

SetNoteId gets a reference to the given int32 and assigns it to the NoteId field.

func (*Note) SetNoteModifiedByUserId added in v1.5.5

func (o *Note) SetNoteModifiedByUserId(v int32)

SetNoteModifiedByUserId sets field value

func (*Note) SetNoteModifyTime added in v1.5.5

func (o *Note) SetNoteModifyTime(v time.Time)

SetNoteModifyTime gets a reference to the given time.Time and assigns it to the NoteModifyTime field.

func (*Note) SetNoteTitle added in v1.5.5

func (o *Note) SetNoteTitle(v string)

SetNoteTitle sets field value

func (*Note) SetNoteVersion added in v1.5.5

func (o *Note) SetNoteVersion(v int32)

SetNoteVersion sets field value

func (*Note) SetNotestatus added in v1.5.5

func (o *Note) SetNotestatus(v int32)

SetNotestatus gets a reference to the given int32 and assigns it to the Notestatus field.

func (*Note) SetTag added in v1.5.5

func (o *Note) SetTag(v []int32)

SetTag gets a reference to the given []int32 and assigns it to the Tag field.

func (*Note) UnsetCase added in v1.5.5

func (o *Note) UnsetCase()

UnsetCase ensures that no value is present for Case, not even an explicit nil

type Notestatus added in v1.5.5

type Notestatus struct {
	NotestatusId   *int32 `json:"notestatus_id,omitempty"`
	NotestatusName string `json:"notestatus_name"`
}

Notestatus struct for Notestatus

func NewNotestatus added in v1.5.5

func NewNotestatus(notestatusName string) *Notestatus

NewNotestatus instantiates a new Notestatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNotestatusWithDefaults added in v1.5.5

func NewNotestatusWithDefaults() *Notestatus

NewNotestatusWithDefaults instantiates a new Notestatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Notestatus) GetNotestatusId added in v1.5.5

func (o *Notestatus) GetNotestatusId() int32

GetNotestatusId returns the NotestatusId field value if set, zero value otherwise.

func (*Notestatus) GetNotestatusIdOk added in v1.5.5

func (o *Notestatus) GetNotestatusIdOk() (*int32, bool)

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

func (*Notestatus) GetNotestatusName added in v1.5.5

func (o *Notestatus) GetNotestatusName() string

GetNotestatusName returns the NotestatusName field value

func (*Notestatus) GetNotestatusNameOk added in v1.5.5

func (o *Notestatus) GetNotestatusNameOk() (*string, bool)

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

func (*Notestatus) HasNotestatusId added in v1.5.5

func (o *Notestatus) HasNotestatusId() bool

HasNotestatusId returns a boolean if a field has been set.

func (Notestatus) MarshalJSON added in v1.5.5

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

func (*Notestatus) SetNotestatusId added in v1.5.5

func (o *Notestatus) SetNotestatusId(v int32)

SetNotestatusId gets a reference to the given int32 and assigns it to the NotestatusId field.

func (*Notestatus) SetNotestatusName added in v1.5.5

func (o *Notestatus) SetNotestatusName(v string)

SetNotestatusName sets field value

type NullableAnalysisstatus

type NullableAnalysisstatus struct {
	// contains filtered or unexported fields
}

func NewNullableAnalysisstatus

func NewNullableAnalysisstatus(val *Analysisstatus) *NullableAnalysisstatus

func (NullableAnalysisstatus) Get

func (NullableAnalysisstatus) IsSet

func (v NullableAnalysisstatus) IsSet() bool

func (NullableAnalysisstatus) MarshalJSON

func (v NullableAnalysisstatus) MarshalJSON() ([]byte, error)

func (*NullableAnalysisstatus) Set

func (*NullableAnalysisstatus) UnmarshalJSON

func (v *NullableAnalysisstatus) UnmarshalJSON(src []byte) error

func (*NullableAnalysisstatus) Unset

func (v *NullableAnalysisstatus) Unset()

type NullableArtifact

type NullableArtifact struct {
	// contains filtered or unexported fields
}

func NewNullableArtifact

func NewNullableArtifact(val *Artifact) *NullableArtifact

func (NullableArtifact) Get

func (v NullableArtifact) Get() *Artifact

func (NullableArtifact) IsSet

func (v NullableArtifact) IsSet() bool

func (NullableArtifact) MarshalJSON

func (v NullableArtifact) MarshalJSON() ([]byte, error)

func (*NullableArtifact) Set

func (v *NullableArtifact) Set(val *Artifact)

func (*NullableArtifact) UnmarshalJSON

func (v *NullableArtifact) UnmarshalJSON(src []byte) error

func (*NullableArtifact) Unset

func (v *NullableArtifact) Unset()

type NullableArtifactpriority

type NullableArtifactpriority struct {
	// contains filtered or unexported fields
}

func NewNullableArtifactpriority

func NewNullableArtifactpriority(val *Artifactpriority) *NullableArtifactpriority

func (NullableArtifactpriority) Get

func (NullableArtifactpriority) IsSet

func (v NullableArtifactpriority) IsSet() bool

func (NullableArtifactpriority) MarshalJSON

func (v NullableArtifactpriority) MarshalJSON() ([]byte, error)

func (*NullableArtifactpriority) Set

func (*NullableArtifactpriority) UnmarshalJSON

func (v *NullableArtifactpriority) UnmarshalJSON(src []byte) error

func (*NullableArtifactpriority) Unset

func (v *NullableArtifactpriority) Unset()

type NullableArtifactstatus

type NullableArtifactstatus struct {
	// contains filtered or unexported fields
}

func NewNullableArtifactstatus

func NewNullableArtifactstatus(val *Artifactstatus) *NullableArtifactstatus

func (NullableArtifactstatus) Get

func (NullableArtifactstatus) IsSet

func (v NullableArtifactstatus) IsSet() bool

func (NullableArtifactstatus) MarshalJSON

func (v NullableArtifactstatus) MarshalJSON() ([]byte, error)

func (*NullableArtifactstatus) Set

func (*NullableArtifactstatus) UnmarshalJSON

func (v *NullableArtifactstatus) UnmarshalJSON(src []byte) error

func (*NullableArtifactstatus) Unset

func (v *NullableArtifactstatus) Unset()

type NullableArtifacttype

type NullableArtifacttype struct {
	// contains filtered or unexported fields
}

func NewNullableArtifacttype

func NewNullableArtifacttype(val *Artifacttype) *NullableArtifacttype

func (NullableArtifacttype) Get

func (NullableArtifacttype) IsSet

func (v NullableArtifacttype) IsSet() bool

func (NullableArtifacttype) MarshalJSON

func (v NullableArtifacttype) MarshalJSON() ([]byte, error)

func (*NullableArtifacttype) Set

func (v *NullableArtifacttype) Set(val *Artifacttype)

func (*NullableArtifacttype) UnmarshalJSON

func (v *NullableArtifacttype) UnmarshalJSON(src []byte) error

func (*NullableArtifacttype) Unset

func (v *NullableArtifacttype) Unset()

type NullableAuthToken

type NullableAuthToken struct {
	// contains filtered or unexported fields
}

func NewNullableAuthToken

func NewNullableAuthToken(val *AuthToken) *NullableAuthToken

func (NullableAuthToken) Get

func (v NullableAuthToken) Get() *AuthToken

func (NullableAuthToken) IsSet

func (v NullableAuthToken) IsSet() bool

func (NullableAuthToken) MarshalJSON

func (v NullableAuthToken) MarshalJSON() ([]byte, error)

func (*NullableAuthToken) Set

func (v *NullableAuthToken) Set(val *AuthToken)

func (*NullableAuthToken) UnmarshalJSON

func (v *NullableAuthToken) UnmarshalJSON(src []byte) error

func (*NullableAuthToken) Unset

func (v *NullableAuthToken) 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 NullableCase

type NullableCase struct {
	// contains filtered or unexported fields
}

func NewNullableCase

func NewNullableCase(val *Case) *NullableCase

func (NullableCase) Get

func (v NullableCase) Get() *Case

func (NullableCase) IsSet

func (v NullableCase) IsSet() bool

func (NullableCase) MarshalJSON

func (v NullableCase) MarshalJSON() ([]byte, error)

func (*NullableCase) Set

func (v *NullableCase) Set(val *Case)

func (*NullableCase) UnmarshalJSON

func (v *NullableCase) UnmarshalJSON(src []byte) error

func (*NullableCase) Unset

func (v *NullableCase) Unset()

type NullableCasepriority

type NullableCasepriority struct {
	// contains filtered or unexported fields
}

func NewNullableCasepriority

func NewNullableCasepriority(val *Casepriority) *NullableCasepriority

func (NullableCasepriority) Get

func (NullableCasepriority) IsSet

func (v NullableCasepriority) IsSet() bool

func (NullableCasepriority) MarshalJSON

func (v NullableCasepriority) MarshalJSON() ([]byte, error)

func (*NullableCasepriority) Set

func (v *NullableCasepriority) Set(val *Casepriority)

func (*NullableCasepriority) UnmarshalJSON

func (v *NullableCasepriority) UnmarshalJSON(src []byte) error

func (*NullableCasepriority) Unset

func (v *NullableCasepriority) Unset()

type NullableCasestatus

type NullableCasestatus struct {
	// contains filtered or unexported fields
}

func NewNullableCasestatus

func NewNullableCasestatus(val *Casestatus) *NullableCasestatus

func (NullableCasestatus) Get

func (v NullableCasestatus) Get() *Casestatus

func (NullableCasestatus) IsSet

func (v NullableCasestatus) IsSet() bool

func (NullableCasestatus) MarshalJSON

func (v NullableCasestatus) MarshalJSON() ([]byte, error)

func (*NullableCasestatus) Set

func (v *NullableCasestatus) Set(val *Casestatus)

func (*NullableCasestatus) UnmarshalJSON

func (v *NullableCasestatus) UnmarshalJSON(src []byte) error

func (*NullableCasestatus) Unset

func (v *NullableCasestatus) Unset()

type NullableCasetype

type NullableCasetype struct {
	// contains filtered or unexported fields
}

func NewNullableCasetype

func NewNullableCasetype(val *Casetype) *NullableCasetype

func (NullableCasetype) Get

func (v NullableCasetype) Get() *Casetype

func (NullableCasetype) IsSet

func (v NullableCasetype) IsSet() bool

func (NullableCasetype) MarshalJSON

func (v NullableCasetype) MarshalJSON() ([]byte, error)

func (*NullableCasetype) Set

func (v *NullableCasetype) Set(val *Casetype)

func (*NullableCasetype) UnmarshalJSON

func (v *NullableCasetype) UnmarshalJSON(src []byte) error

func (*NullableCasetype) Unset

func (v *NullableCasetype) Unset()

type NullableCompany

type NullableCompany struct {
	// contains filtered or unexported fields
}

func NewNullableCompany

func NewNullableCompany(val *Company) *NullableCompany

func (NullableCompany) Get

func (v NullableCompany) Get() *Company

func (NullableCompany) IsSet

func (v NullableCompany) IsSet() bool

func (NullableCompany) MarshalJSON

func (v NullableCompany) MarshalJSON() ([]byte, error)

func (*NullableCompany) Set

func (v *NullableCompany) Set(val *Company)

func (*NullableCompany) UnmarshalJSON

func (v *NullableCompany) UnmarshalJSON(src []byte) error

func (*NullableCompany) Unset

func (v *NullableCompany) Unset()

type NullableContact

type NullableContact struct {
	// contains filtered or unexported fields
}

func NewNullableContact

func NewNullableContact(val *Contact) *NullableContact

func (NullableContact) Get

func (v NullableContact) Get() *Contact

func (NullableContact) IsSet

func (v NullableContact) IsSet() bool

func (NullableContact) MarshalJSON

func (v NullableContact) MarshalJSON() ([]byte, error)

func (*NullableContact) Set

func (v *NullableContact) Set(val *Contact)

func (*NullableContact) UnmarshalJSON

func (v *NullableContact) UnmarshalJSON(src []byte) error

func (*NullableContact) Unset

func (v *NullableContact) Unset()

type NullableDivision

type NullableDivision struct {
	// contains filtered or unexported fields
}

func NewNullableDivision

func NewNullableDivision(val *Division) *NullableDivision

func (NullableDivision) Get

func (v NullableDivision) Get() *Division

func (NullableDivision) IsSet

func (v NullableDivision) IsSet() bool

func (NullableDivision) MarshalJSON

func (v NullableDivision) MarshalJSON() ([]byte, error)

func (*NullableDivision) Set

func (v *NullableDivision) Set(val *Division)

func (*NullableDivision) UnmarshalJSON

func (v *NullableDivision) UnmarshalJSON(src []byte) error

func (*NullableDivision) Unset

func (v *NullableDivision) Unset()

type NullableDnsname

type NullableDnsname struct {
	// contains filtered or unexported fields
}

func NewNullableDnsname

func NewNullableDnsname(val *Dnsname) *NullableDnsname

func (NullableDnsname) Get

func (v NullableDnsname) Get() *Dnsname

func (NullableDnsname) IsSet

func (v NullableDnsname) IsSet() bool

func (NullableDnsname) MarshalJSON

func (v NullableDnsname) MarshalJSON() ([]byte, error)

func (*NullableDnsname) Set

func (v *NullableDnsname) Set(val *Dnsname)

func (*NullableDnsname) UnmarshalJSON

func (v *NullableDnsname) UnmarshalJSON(src []byte) error

func (*NullableDnsname) Unset

func (v *NullableDnsname) Unset()

type NullableDomain

type NullableDomain struct {
	// contains filtered or unexported fields
}

func NewNullableDomain

func NewNullableDomain(val *Domain) *NullableDomain

func (NullableDomain) Get

func (v NullableDomain) Get() *Domain

func (NullableDomain) IsSet

func (v NullableDomain) IsSet() bool

func (NullableDomain) MarshalJSON

func (v NullableDomain) MarshalJSON() ([]byte, error)

func (*NullableDomain) Set

func (v *NullableDomain) Set(val *Domain)

func (*NullableDomain) UnmarshalJSON

func (v *NullableDomain) UnmarshalJSON(src []byte) error

func (*NullableDomain) Unset

func (v *NullableDomain) Unset()

type NullableDomainuser

type NullableDomainuser struct {
	// contains filtered or unexported fields
}

func NewNullableDomainuser

func NewNullableDomainuser(val *Domainuser) *NullableDomainuser

func (NullableDomainuser) Get

func (v NullableDomainuser) Get() *Domainuser

func (NullableDomainuser) IsSet

func (v NullableDomainuser) IsSet() bool

func (NullableDomainuser) MarshalJSON

func (v NullableDomainuser) MarshalJSON() ([]byte, error)

func (*NullableDomainuser) Set

func (v *NullableDomainuser) Set(val *Domainuser)

func (*NullableDomainuser) UnmarshalJSON

func (v *NullableDomainuser) UnmarshalJSON(src []byte) error

func (*NullableDomainuser) Unset

func (v *NullableDomainuser) 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 NullableHeadline added in v1.5.5

type NullableHeadline struct {
	// contains filtered or unexported fields
}

func NewNullableHeadline added in v1.5.5

func NewNullableHeadline(val *Headline) *NullableHeadline

func (NullableHeadline) Get added in v1.5.5

func (v NullableHeadline) Get() *Headline

func (NullableHeadline) IsSet added in v1.5.5

func (v NullableHeadline) IsSet() bool

func (NullableHeadline) MarshalJSON added in v1.5.5

func (v NullableHeadline) MarshalJSON() ([]byte, error)

func (*NullableHeadline) Set added in v1.5.5

func (v *NullableHeadline) Set(val *Headline)

func (*NullableHeadline) UnmarshalJSON added in v1.5.5

func (v *NullableHeadline) UnmarshalJSON(src []byte) error

func (*NullableHeadline) Unset added in v1.5.5

func (v *NullableHeadline) 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 NullableIp

type NullableIp struct {
	// contains filtered or unexported fields
}

func NewNullableIp

func NewNullableIp(val *Ip) *NullableIp

func (NullableIp) Get

func (v NullableIp) Get() *Ip

func (NullableIp) IsSet

func (v NullableIp) IsSet() bool

func (NullableIp) MarshalJSON

func (v NullableIp) MarshalJSON() ([]byte, error)

func (*NullableIp) Set

func (v *NullableIp) Set(val *Ip)

func (*NullableIp) UnmarshalJSON

func (v *NullableIp) UnmarshalJSON(src []byte) error

func (*NullableIp) Unset

func (v *NullableIp) 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 NullableNote added in v1.5.5

type NullableNote struct {
	// contains filtered or unexported fields
}

func NewNullableNote added in v1.5.5

func NewNullableNote(val *Note) *NullableNote

func (NullableNote) Get added in v1.5.5

func (v NullableNote) Get() *Note

func (NullableNote) IsSet added in v1.5.5

func (v NullableNote) IsSet() bool

func (NullableNote) MarshalJSON added in v1.5.5

func (v NullableNote) MarshalJSON() ([]byte, error)

func (*NullableNote) Set added in v1.5.5

func (v *NullableNote) Set(val *Note)

func (*NullableNote) UnmarshalJSON added in v1.5.5

func (v *NullableNote) UnmarshalJSON(src []byte) error

func (*NullableNote) Unset added in v1.5.5

func (v *NullableNote) Unset()

type NullableNotestatus added in v1.5.5

type NullableNotestatus struct {
	// contains filtered or unexported fields
}

func NewNullableNotestatus added in v1.5.5

func NewNullableNotestatus(val *Notestatus) *NullableNotestatus

func (NullableNotestatus) Get added in v1.5.5

func (v NullableNotestatus) Get() *Notestatus

func (NullableNotestatus) IsSet added in v1.5.5

func (v NullableNotestatus) IsSet() bool

func (NullableNotestatus) MarshalJSON added in v1.5.5

func (v NullableNotestatus) MarshalJSON() ([]byte, error)

func (*NullableNotestatus) Set added in v1.5.5

func (v *NullableNotestatus) Set(val *Notestatus)

func (*NullableNotestatus) UnmarshalJSON added in v1.5.5

func (v *NullableNotestatus) UnmarshalJSON(src []byte) error

func (*NullableNotestatus) Unset added in v1.5.5

func (v *NullableNotestatus) Unset()

type NullableOs

type NullableOs struct {
	// contains filtered or unexported fields
}

func NewNullableOs

func NewNullableOs(val *Os) *NullableOs

func (NullableOs) Get

func (v NullableOs) Get() *Os

func (NullableOs) IsSet

func (v NullableOs) IsSet() bool

func (NullableOs) MarshalJSON

func (v NullableOs) MarshalJSON() ([]byte, error)

func (*NullableOs) Set

func (v *NullableOs) Set(val *Os)

func (*NullableOs) UnmarshalJSON

func (v *NullableOs) UnmarshalJSON(src []byte) error

func (*NullableOs) Unset

func (v *NullableOs) Unset()

type NullableOsarch

type NullableOsarch struct {
	// contains filtered or unexported fields
}

func NewNullableOsarch

func NewNullableOsarch(val *Osarch) *NullableOsarch

func (NullableOsarch) Get

func (v NullableOsarch) Get() *Osarch

func (NullableOsarch) IsSet

func (v NullableOsarch) IsSet() bool

func (NullableOsarch) MarshalJSON

func (v NullableOsarch) MarshalJSON() ([]byte, error)

func (*NullableOsarch) Set

func (v *NullableOsarch) Set(val *Osarch)

func (*NullableOsarch) UnmarshalJSON

func (v *NullableOsarch) UnmarshalJSON(src []byte) error

func (*NullableOsarch) Unset

func (v *NullableOsarch) Unset()

type NullableReason

type NullableReason struct {
	// contains filtered or unexported fields
}

func NewNullableReason

func NewNullableReason(val *Reason) *NullableReason

func (NullableReason) Get

func (v NullableReason) Get() *Reason

func (NullableReason) IsSet

func (v NullableReason) IsSet() bool

func (NullableReason) MarshalJSON

func (v NullableReason) MarshalJSON() ([]byte, error)

func (*NullableReason) Set

func (v *NullableReason) Set(val *Reason)

func (*NullableReason) UnmarshalJSON

func (v *NullableReason) UnmarshalJSON(src []byte) error

func (*NullableReason) Unset

func (v *NullableReason) Unset()

type NullableRecommendation

type NullableRecommendation struct {
	// contains filtered or unexported fields
}

func NewNullableRecommendation

func NewNullableRecommendation(val *Recommendation) *NullableRecommendation

func (NullableRecommendation) Get

func (NullableRecommendation) IsSet

func (v NullableRecommendation) IsSet() bool

func (NullableRecommendation) MarshalJSON

func (v NullableRecommendation) MarshalJSON() ([]byte, error)

func (*NullableRecommendation) Set

func (*NullableRecommendation) UnmarshalJSON

func (v *NullableRecommendation) UnmarshalJSON(src []byte) error

func (*NullableRecommendation) Unset

func (v *NullableRecommendation) Unset()

type NullableReportitem added in v1.5.5

type NullableReportitem struct {
	// contains filtered or unexported fields
}

func NewNullableReportitem added in v1.5.5

func NewNullableReportitem(val *Reportitem) *NullableReportitem

func (NullableReportitem) Get added in v1.5.5

func (v NullableReportitem) Get() *Reportitem

func (NullableReportitem) IsSet added in v1.5.5

func (v NullableReportitem) IsSet() bool

func (NullableReportitem) MarshalJSON added in v1.5.5

func (v NullableReportitem) MarshalJSON() ([]byte, error)

func (*NullableReportitem) Set added in v1.5.5

func (v *NullableReportitem) Set(val *Reportitem)

func (*NullableReportitem) UnmarshalJSON added in v1.5.5

func (v *NullableReportitem) UnmarshalJSON(src []byte) error

func (*NullableReportitem) Unset added in v1.5.5

func (v *NullableReportitem) Unset()

type NullableServiceprovider

type NullableServiceprovider struct {
	// contains filtered or unexported fields
}

func NewNullableServiceprovider

func NewNullableServiceprovider(val *Serviceprovider) *NullableServiceprovider

func (NullableServiceprovider) Get

func (NullableServiceprovider) IsSet

func (v NullableServiceprovider) IsSet() bool

func (NullableServiceprovider) MarshalJSON

func (v NullableServiceprovider) MarshalJSON() ([]byte, error)

func (*NullableServiceprovider) Set

func (*NullableServiceprovider) UnmarshalJSON

func (v *NullableServiceprovider) UnmarshalJSON(src []byte) error

func (*NullableServiceprovider) Unset

func (v *NullableServiceprovider) 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 NullableSystemstatus

type NullableSystemstatus struct {
	// contains filtered or unexported fields
}

func NewNullableSystemstatus

func NewNullableSystemstatus(val *Systemstatus) *NullableSystemstatus

func (NullableSystemstatus) Get

func (NullableSystemstatus) IsSet

func (v NullableSystemstatus) IsSet() bool

func (NullableSystemstatus) MarshalJSON

func (v NullableSystemstatus) MarshalJSON() ([]byte, error)

func (*NullableSystemstatus) Set

func (v *NullableSystemstatus) Set(val *Systemstatus)

func (*NullableSystemstatus) UnmarshalJSON

func (v *NullableSystemstatus) UnmarshalJSON(src []byte) error

func (*NullableSystemstatus) Unset

func (v *NullableSystemstatus) Unset()

type NullableSystemtype

type NullableSystemtype struct {
	// contains filtered or unexported fields
}

func NewNullableSystemtype

func NewNullableSystemtype(val *Systemtype) *NullableSystemtype

func (NullableSystemtype) Get

func (v NullableSystemtype) Get() *Systemtype

func (NullableSystemtype) IsSet

func (v NullableSystemtype) IsSet() bool

func (NullableSystemtype) MarshalJSON

func (v NullableSystemtype) MarshalJSON() ([]byte, error)

func (*NullableSystemtype) Set

func (v *NullableSystemtype) Set(val *Systemtype)

func (*NullableSystemtype) UnmarshalJSON

func (v *NullableSystemtype) UnmarshalJSON(src []byte) error

func (*NullableSystemtype) Unset

func (v *NullableSystemtype) Unset()

type NullableSystemuser

type NullableSystemuser struct {
	// contains filtered or unexported fields
}

func NewNullableSystemuser

func NewNullableSystemuser(val *Systemuser) *NullableSystemuser

func (NullableSystemuser) Get

func (v NullableSystemuser) Get() *Systemuser

func (NullableSystemuser) IsSet

func (v NullableSystemuser) IsSet() bool

func (NullableSystemuser) MarshalJSON

func (v NullableSystemuser) MarshalJSON() ([]byte, error)

func (*NullableSystemuser) Set

func (v *NullableSystemuser) Set(val *Systemuser)

func (*NullableSystemuser) UnmarshalJSON

func (v *NullableSystemuser) UnmarshalJSON(src []byte) error

func (*NullableSystemuser) Unset

func (v *NullableSystemuser) Unset()

type NullableTag

type NullableTag struct {
	// contains filtered or unexported fields
}

func NewNullableTag

func NewNullableTag(val *Tag) *NullableTag

func (NullableTag) Get

func (v NullableTag) Get() *Tag

func (NullableTag) IsSet

func (v NullableTag) IsSet() bool

func (NullableTag) MarshalJSON

func (v NullableTag) MarshalJSON() ([]byte, error)

func (*NullableTag) Set

func (v *NullableTag) Set(val *Tag)

func (*NullableTag) UnmarshalJSON

func (v *NullableTag) UnmarshalJSON(src []byte) error

func (*NullableTag) Unset

func (v *NullableTag) Unset()

type NullableTagcolor

type NullableTagcolor struct {
	// contains filtered or unexported fields
}

func NewNullableTagcolor

func NewNullableTagcolor(val *Tagcolor) *NullableTagcolor

func (NullableTagcolor) Get

func (v NullableTagcolor) Get() *Tagcolor

func (NullableTagcolor) IsSet

func (v NullableTagcolor) IsSet() bool

func (NullableTagcolor) MarshalJSON

func (v NullableTagcolor) MarshalJSON() ([]byte, error)

func (*NullableTagcolor) Set

func (v *NullableTagcolor) Set(val *Tagcolor)

func (*NullableTagcolor) UnmarshalJSON

func (v *NullableTagcolor) UnmarshalJSON(src []byte) error

func (*NullableTagcolor) Unset

func (v *NullableTagcolor) 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 NullableTaskname

type NullableTaskname struct {
	// contains filtered or unexported fields
}

func NewNullableTaskname

func NewNullableTaskname(val *Taskname) *NullableTaskname

func (NullableTaskname) Get

func (v NullableTaskname) Get() *Taskname

func (NullableTaskname) IsSet

func (v NullableTaskname) IsSet() bool

func (NullableTaskname) MarshalJSON

func (v NullableTaskname) MarshalJSON() ([]byte, error)

func (*NullableTaskname) Set

func (v *NullableTaskname) Set(val *Taskname)

func (*NullableTaskname) UnmarshalJSON

func (v *NullableTaskname) UnmarshalJSON(src []byte) error

func (*NullableTaskname) Unset

func (v *NullableTaskname) Unset()

type NullableTaskpriority

type NullableTaskpriority struct {
	// contains filtered or unexported fields
}

func NewNullableTaskpriority

func NewNullableTaskpriority(val *Taskpriority) *NullableTaskpriority

func (NullableTaskpriority) Get

func (NullableTaskpriority) IsSet

func (v NullableTaskpriority) IsSet() bool

func (NullableTaskpriority) MarshalJSON

func (v NullableTaskpriority) MarshalJSON() ([]byte, error)

func (*NullableTaskpriority) Set

func (v *NullableTaskpriority) Set(val *Taskpriority)

func (*NullableTaskpriority) UnmarshalJSON

func (v *NullableTaskpriority) UnmarshalJSON(src []byte) error

func (*NullableTaskpriority) Unset

func (v *NullableTaskpriority) Unset()

type NullableTaskstatus

type NullableTaskstatus struct {
	// contains filtered or unexported fields
}

func NewNullableTaskstatus

func NewNullableTaskstatus(val *Taskstatus) *NullableTaskstatus

func (NullableTaskstatus) Get

func (v NullableTaskstatus) Get() *Taskstatus

func (NullableTaskstatus) IsSet

func (v NullableTaskstatus) IsSet() bool

func (NullableTaskstatus) MarshalJSON

func (v NullableTaskstatus) MarshalJSON() ([]byte, error)

func (*NullableTaskstatus) Set

func (v *NullableTaskstatus) Set(val *Taskstatus)

func (*NullableTaskstatus) UnmarshalJSON

func (v *NullableTaskstatus) UnmarshalJSON(src []byte) error

func (*NullableTaskstatus) Unset

func (v *NullableTaskstatus) 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 Os

type Os struct {
	OsId   *int32 `json:"os_id,omitempty"`
	OsName string `json:"os_name"`
}

Os struct for Os

func NewOs

func NewOs(osName string) *Os

NewOs instantiates a new Os object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOsWithDefaults

func NewOsWithDefaults() *Os

NewOsWithDefaults instantiates a new Os object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Os) GetOsId

func (o *Os) GetOsId() int32

GetOsId returns the OsId field value if set, zero value otherwise.

func (*Os) GetOsIdOk

func (o *Os) GetOsIdOk() (*int32, bool)

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

func (*Os) GetOsName

func (o *Os) GetOsName() string

GetOsName returns the OsName field value

func (*Os) GetOsNameOk

func (o *Os) GetOsNameOk() (*string, bool)

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

func (*Os) HasOsId

func (o *Os) HasOsId() bool

HasOsId returns a boolean if a field has been set.

func (Os) MarshalJSON

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

func (*Os) SetOsId

func (o *Os) SetOsId(v int32)

SetOsId gets a reference to the given int32 and assigns it to the OsId field.

func (*Os) SetOsName

func (o *Os) SetOsName(v string)

SetOsName sets field value

type Osarch

type Osarch struct {
	OsarchId   *int32 `json:"osarch_id,omitempty"`
	OsarchName string `json:"osarch_name"`
}

Osarch struct for Osarch

func NewOsarch

func NewOsarch(osarchName string) *Osarch

NewOsarch instantiates a new Osarch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOsarchWithDefaults

func NewOsarchWithDefaults() *Osarch

NewOsarchWithDefaults instantiates a new Osarch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Osarch) GetOsarchId

func (o *Osarch) GetOsarchId() int32

GetOsarchId returns the OsarchId field value if set, zero value otherwise.

func (*Osarch) GetOsarchIdOk

func (o *Osarch) GetOsarchIdOk() (*int32, bool)

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

func (*Osarch) GetOsarchName

func (o *Osarch) GetOsarchName() string

GetOsarchName returns the OsarchName field value

func (*Osarch) GetOsarchNameOk

func (o *Osarch) GetOsarchNameOk() (*string, bool)

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

func (*Osarch) HasOsarchId

func (o *Osarch) HasOsarchId() bool

HasOsarchId returns a boolean if a field has been set.

func (Osarch) MarshalJSON

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

func (*Osarch) SetOsarchId

func (o *Osarch) SetOsarchId(v int32)

SetOsarchId gets a reference to the given int32 and assigns it to the OsarchId field.

func (*Osarch) SetOsarchName

func (o *Osarch) SetOsarchName(v string)

SetOsarchName sets field value

type Reason

type Reason struct {
	ReasonId   *int32 `json:"reason_id,omitempty"`
	ReasonName string `json:"reason_name"`
}

Reason struct for Reason

func NewReason

func NewReason(reasonName string) *Reason

NewReason instantiates a new Reason object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReasonWithDefaults

func NewReasonWithDefaults() *Reason

NewReasonWithDefaults instantiates a new Reason object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Reason) GetReasonId

func (o *Reason) GetReasonId() int32

GetReasonId returns the ReasonId field value if set, zero value otherwise.

func (*Reason) GetReasonIdOk

func (o *Reason) GetReasonIdOk() (*int32, bool)

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

func (*Reason) GetReasonName

func (o *Reason) GetReasonName() string

GetReasonName returns the ReasonName field value

func (*Reason) GetReasonNameOk

func (o *Reason) GetReasonNameOk() (*string, bool)

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

func (*Reason) HasReasonId

func (o *Reason) HasReasonId() bool

HasReasonId returns a boolean if a field has been set.

func (Reason) MarshalJSON

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

func (*Reason) SetReasonId

func (o *Reason) SetReasonId(v int32)

SetReasonId gets a reference to the given int32 and assigns it to the ReasonId field.

func (*Reason) SetReasonName

func (o *Reason) SetReasonName(v string)

SetReasonName sets field value

type Recommendation

type Recommendation struct {
	RecommendationId   *int32 `json:"recommendation_id,omitempty"`
	RecommendationName string `json:"recommendation_name"`
}

Recommendation struct for Recommendation

func NewRecommendation

func NewRecommendation(recommendationName string) *Recommendation

NewRecommendation instantiates a new Recommendation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRecommendationWithDefaults

func NewRecommendationWithDefaults() *Recommendation

NewRecommendationWithDefaults instantiates a new Recommendation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Recommendation) GetRecommendationId

func (o *Recommendation) GetRecommendationId() int32

GetRecommendationId returns the RecommendationId field value if set, zero value otherwise.

func (*Recommendation) GetRecommendationIdOk

func (o *Recommendation) GetRecommendationIdOk() (*int32, bool)

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

func (*Recommendation) GetRecommendationName

func (o *Recommendation) GetRecommendationName() string

GetRecommendationName returns the RecommendationName field value

func (*Recommendation) GetRecommendationNameOk

func (o *Recommendation) GetRecommendationNameOk() (*string, bool)

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

func (*Recommendation) HasRecommendationId

func (o *Recommendation) HasRecommendationId() bool

HasRecommendationId returns a boolean if a field has been set.

func (Recommendation) MarshalJSON

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

func (*Recommendation) SetRecommendationId

func (o *Recommendation) SetRecommendationId(v int32)

SetRecommendationId gets a reference to the given int32 and assigns it to the RecommendationId field.

func (*Recommendation) SetRecommendationName

func (o *Recommendation) SetRecommendationName(v string)

SetRecommendationName sets field value

type Reportitem added in v1.5.5

type Reportitem struct {
	ReportitemId               *int32         `json:"reportitem_id,omitempty"`
	Case                       NullableInt32  `json:"case,omitempty"`
	Headline                   int32          `json:"headline"`
	Notestatus                 *int32         `json:"notestatus,omitempty"`
	System                     int32          `json:"system"`
	Tag                        *[]int32       `json:"tag,omitempty"`
	ReportitemSubheadline      NullableString `json:"reportitem_subheadline"`
	ReportitemNote             string         `json:"reportitem_note"`
	ReportitemCreateTime       *time.Time     `json:"reportitem_create_time,omitempty"`
	ReportitemCreatedByUserId  int32          `json:"reportitem_created_by_user_id"`
	ReportitemModifyTime       *time.Time     `json:"reportitem_modify_time,omitempty"`
	ReportitemModifiedByUserId int32          `json:"reportitem_modified_by_user_id"`
}

Reportitem struct for Reportitem

func NewReportitem added in v1.5.5

func NewReportitem(headline int32, system int32, reportitemSubheadline NullableString, reportitemNote string, reportitemCreatedByUserId int32, reportitemModifiedByUserId int32) *Reportitem

NewReportitem instantiates a new Reportitem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportitemWithDefaults added in v1.5.5

func NewReportitemWithDefaults() *Reportitem

NewReportitemWithDefaults instantiates a new Reportitem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Reportitem) GetCase added in v1.5.5

func (o *Reportitem) GetCase() int32

GetCase returns the Case field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Reportitem) GetCaseOk added in v1.5.5

func (o *Reportitem) GetCaseOk() (*int32, bool)

GetCaseOk returns a tuple with the Case field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Reportitem) GetHeadline added in v1.5.5

func (o *Reportitem) GetHeadline() int32

GetHeadline returns the Headline field value

func (*Reportitem) GetHeadlineOk added in v1.5.5

func (o *Reportitem) GetHeadlineOk() (*int32, bool)

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

func (*Reportitem) GetNotestatus added in v1.5.5

func (o *Reportitem) GetNotestatus() int32

GetNotestatus returns the Notestatus field value if set, zero value otherwise.

func (*Reportitem) GetNotestatusOk added in v1.5.5

func (o *Reportitem) GetNotestatusOk() (*int32, bool)

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

func (*Reportitem) GetReportitemCreateTime added in v1.5.5

func (o *Reportitem) GetReportitemCreateTime() time.Time

GetReportitemCreateTime returns the ReportitemCreateTime field value if set, zero value otherwise.

func (*Reportitem) GetReportitemCreateTimeOk added in v1.5.5

func (o *Reportitem) GetReportitemCreateTimeOk() (*time.Time, bool)

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

func (*Reportitem) GetReportitemCreatedByUserId added in v1.5.5

func (o *Reportitem) GetReportitemCreatedByUserId() int32

GetReportitemCreatedByUserId returns the ReportitemCreatedByUserId field value

func (*Reportitem) GetReportitemCreatedByUserIdOk added in v1.5.5

func (o *Reportitem) GetReportitemCreatedByUserIdOk() (*int32, bool)

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

func (*Reportitem) GetReportitemId added in v1.5.5

func (o *Reportitem) GetReportitemId() int32

GetReportitemId returns the ReportitemId field value if set, zero value otherwise.

func (*Reportitem) GetReportitemIdOk added in v1.5.5

func (o *Reportitem) GetReportitemIdOk() (*int32, bool)

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

func (*Reportitem) GetReportitemModifiedByUserId added in v1.5.5

func (o *Reportitem) GetReportitemModifiedByUserId() int32

GetReportitemModifiedByUserId returns the ReportitemModifiedByUserId field value

func (*Reportitem) GetReportitemModifiedByUserIdOk added in v1.5.5

func (o *Reportitem) GetReportitemModifiedByUserIdOk() (*int32, bool)

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

func (*Reportitem) GetReportitemModifyTime added in v1.5.5

func (o *Reportitem) GetReportitemModifyTime() time.Time

GetReportitemModifyTime returns the ReportitemModifyTime field value if set, zero value otherwise.

func (*Reportitem) GetReportitemModifyTimeOk added in v1.5.5

func (o *Reportitem) GetReportitemModifyTimeOk() (*time.Time, bool)

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

func (*Reportitem) GetReportitemNote added in v1.5.5

func (o *Reportitem) GetReportitemNote() string

GetReportitemNote returns the ReportitemNote field value

func (*Reportitem) GetReportitemNoteOk added in v1.5.5

func (o *Reportitem) GetReportitemNoteOk() (*string, bool)

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

func (*Reportitem) GetReportitemSubheadline added in v1.5.5

func (o *Reportitem) GetReportitemSubheadline() string

GetReportitemSubheadline returns the ReportitemSubheadline field value If the value is explicit nil, the zero value for string will be returned

func (*Reportitem) GetReportitemSubheadlineOk added in v1.5.5

func (o *Reportitem) GetReportitemSubheadlineOk() (*string, bool)

GetReportitemSubheadlineOk returns a tuple with the ReportitemSubheadline field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Reportitem) GetSystem added in v1.5.5

func (o *Reportitem) GetSystem() int32

GetSystem returns the System field value

func (*Reportitem) GetSystemOk added in v1.5.5

func (o *Reportitem) GetSystemOk() (*int32, bool)

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

func (*Reportitem) GetTag added in v1.5.5

func (o *Reportitem) GetTag() []int32

GetTag returns the Tag field value if set, zero value otherwise.

func (*Reportitem) GetTagOk added in v1.5.5

func (o *Reportitem) GetTagOk() (*[]int32, 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 (*Reportitem) HasCase added in v1.5.5

func (o *Reportitem) HasCase() bool

HasCase returns a boolean if a field has been set.

func (*Reportitem) HasNotestatus added in v1.5.5

func (o *Reportitem) HasNotestatus() bool

HasNotestatus returns a boolean if a field has been set.

func (*Reportitem) HasReportitemCreateTime added in v1.5.5

func (o *Reportitem) HasReportitemCreateTime() bool

HasReportitemCreateTime returns a boolean if a field has been set.

func (*Reportitem) HasReportitemId added in v1.5.5

func (o *Reportitem) HasReportitemId() bool

HasReportitemId returns a boolean if a field has been set.

func (*Reportitem) HasReportitemModifyTime added in v1.5.5

func (o *Reportitem) HasReportitemModifyTime() bool

HasReportitemModifyTime returns a boolean if a field has been set.

func (*Reportitem) HasTag added in v1.5.5

func (o *Reportitem) HasTag() bool

HasTag returns a boolean if a field has been set.

func (Reportitem) MarshalJSON added in v1.5.5

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

func (*Reportitem) SetCase added in v1.5.5

func (o *Reportitem) SetCase(v int32)

SetCase gets a reference to the given NullableInt32 and assigns it to the Case field.

func (*Reportitem) SetCaseNil added in v1.5.5

func (o *Reportitem) SetCaseNil()

SetCaseNil sets the value for Case to be an explicit nil

func (*Reportitem) SetHeadline added in v1.5.5

func (o *Reportitem) SetHeadline(v int32)

SetHeadline sets field value

func (*Reportitem) SetNotestatus added in v1.5.5

func (o *Reportitem) SetNotestatus(v int32)

SetNotestatus gets a reference to the given int32 and assigns it to the Notestatus field.

func (*Reportitem) SetReportitemCreateTime added in v1.5.5

func (o *Reportitem) SetReportitemCreateTime(v time.Time)

SetReportitemCreateTime gets a reference to the given time.Time and assigns it to the ReportitemCreateTime field.

func (*Reportitem) SetReportitemCreatedByUserId added in v1.5.5

func (o *Reportitem) SetReportitemCreatedByUserId(v int32)

SetReportitemCreatedByUserId sets field value

func (*Reportitem) SetReportitemId added in v1.5.5

func (o *Reportitem) SetReportitemId(v int32)

SetReportitemId gets a reference to the given int32 and assigns it to the ReportitemId field.

func (*Reportitem) SetReportitemModifiedByUserId added in v1.5.5

func (o *Reportitem) SetReportitemModifiedByUserId(v int32)

SetReportitemModifiedByUserId sets field value

func (*Reportitem) SetReportitemModifyTime added in v1.5.5

func (o *Reportitem) SetReportitemModifyTime(v time.Time)

SetReportitemModifyTime gets a reference to the given time.Time and assigns it to the ReportitemModifyTime field.

func (*Reportitem) SetReportitemNote added in v1.5.5

func (o *Reportitem) SetReportitemNote(v string)

SetReportitemNote sets field value

func (*Reportitem) SetReportitemSubheadline added in v1.5.5

func (o *Reportitem) SetReportitemSubheadline(v string)

SetReportitemSubheadline sets field value

func (*Reportitem) SetSystem added in v1.5.5

func (o *Reportitem) SetSystem(v int32)

SetSystem sets field value

func (*Reportitem) SetTag added in v1.5.5

func (o *Reportitem) SetTag(v []int32)

SetTag gets a reference to the given []int32 and assigns it to the Tag field.

func (*Reportitem) UnsetCase added in v1.5.5

func (o *Reportitem) UnsetCase()

UnsetCase ensures that no value is present for Case, not even an explicit nil

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 Serviceprovider

type Serviceprovider struct {
	ServiceproviderId   *int32 `json:"serviceprovider_id,omitempty"`
	ServiceproviderName string `json:"serviceprovider_name"`
}

Serviceprovider struct for Serviceprovider

func NewServiceprovider

func NewServiceprovider(serviceproviderName string) *Serviceprovider

NewServiceprovider instantiates a new Serviceprovider object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewServiceproviderWithDefaults

func NewServiceproviderWithDefaults() *Serviceprovider

NewServiceproviderWithDefaults instantiates a new Serviceprovider object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Serviceprovider) GetServiceproviderId

func (o *Serviceprovider) GetServiceproviderId() int32

GetServiceproviderId returns the ServiceproviderId field value if set, zero value otherwise.

func (*Serviceprovider) GetServiceproviderIdOk

func (o *Serviceprovider) GetServiceproviderIdOk() (*int32, bool)

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

func (*Serviceprovider) GetServiceproviderName

func (o *Serviceprovider) GetServiceproviderName() string

GetServiceproviderName returns the ServiceproviderName field value

func (*Serviceprovider) GetServiceproviderNameOk

func (o *Serviceprovider) GetServiceproviderNameOk() (*string, bool)

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

func (*Serviceprovider) HasServiceproviderId

func (o *Serviceprovider) HasServiceproviderId() bool

HasServiceproviderId returns a boolean if a field has been set.

func (Serviceprovider) MarshalJSON

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

func (*Serviceprovider) SetServiceproviderId

func (o *Serviceprovider) SetServiceproviderId(v int32)

SetServiceproviderId gets a reference to the given int32 and assigns it to the ServiceproviderId field.

func (*Serviceprovider) SetServiceproviderName

func (o *Serviceprovider) SetServiceproviderName(v string)

SetServiceproviderName sets field value

type System

type System struct {
	SystemId                *int32        `json:"system_id,omitempty"`
	SystemUuid              *string       `json:"system_uuid,omitempty"`
	SystemName              string        `json:"system_name"`
	Domain                  NullableInt32 `json:"domain,omitempty"`
	Dnsname                 NullableInt32 `json:"dnsname,omitempty"`
	Systemstatus            int32         `json:"systemstatus"`
	Analysisstatus          NullableInt32 `json:"analysisstatus,omitempty"`
	Reason                  NullableInt32 `json:"reason,omitempty"`
	Recommendation          NullableInt32 `json:"recommendation,omitempty"`
	Systemtype              NullableInt32 `json:"systemtype,omitempty"`
	Ip                      *[]int32      `json:"ip,omitempty"`
	Os                      NullableInt32 `json:"os,omitempty"`
	Osarch                  NullableInt32 `json:"osarch,omitempty"`
	SystemLastbootedTime    NullableTime  `json:"system_lastbooted_time,omitempty"`
	SystemDeprecatedTime    NullableTime  `json:"system_deprecated_time,omitempty"`
	SystemIsVm              NullableBool  `json:"system_is_vm,omitempty"`
	HostSystem              NullableInt32 `json:"host_system,omitempty"`
	Company                 *[]int32      `json:"company,omitempty"`
	Location                NullableInt32 `json:"location,omitempty"`
	Serviceprovider         NullableInt32 `json:"serviceprovider,omitempty"`
	Contact                 NullableInt32 `json:"contact,omitempty"`
	Tag                     *[]int32      `json:"tag,omitempty"`
	Case                    *[]int32      `json:"case,omitempty"`
	SystemCreateTime        *time.Time    `json:"system_create_time,omitempty"`
	SystemCreatedByUserId   int32         `json:"system_created_by_user_id"`
	SystemModifyTime        *time.Time    `json:"system_modify_time,omitempty"`
	SystemModifiedByUserId  int32         `json:"system_modified_by_user_id"`
	SystemExportMarkdown    *bool         `json:"system_export_markdown,omitempty"`
	SystemExportSpreadsheet *bool         `json:"system_export_spreadsheet,omitempty"`
}

System struct for System

func NewSystem

func NewSystem(systemName string, systemstatus int32, systemCreatedByUserId int32, systemModifiedByUserId int32) *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) GetAnalysisstatus

func (o *System) GetAnalysisstatus() int32

GetAnalysisstatus returns the Analysisstatus field value if set, zero value otherwise (both if not set or set to explicit null).

func (*System) GetAnalysisstatusOk

func (o *System) GetAnalysisstatusOk() (*int32, bool)

GetAnalysisstatusOk returns a tuple with the Analysisstatus field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*System) GetCase

func (o *System) GetCase() []int32

GetCase returns the Case field value if set, zero value otherwise.

func (*System) GetCaseOk

func (o *System) GetCaseOk() (*[]int32, bool)

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

func (*System) GetCompany

func (o *System) GetCompany() []int32

GetCompany returns the Company field value if set, zero value otherwise.

func (*System) GetCompanyOk

func (o *System) GetCompanyOk() (*[]int32, bool)

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

func (*System) GetContact

func (o *System) GetContact() int32

GetContact returns the Contact field value if set, zero value otherwise (both if not set or set to explicit null).

func (*System) GetContactOk

func (o *System) GetContactOk() (*int32, bool)

GetContactOk returns a tuple with the Contact field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*System) GetDnsname

func (o *System) GetDnsname() int32

GetDnsname returns the Dnsname field value if set, zero value otherwise (both if not set or set to explicit null).

func (*System) GetDnsnameOk

func (o *System) GetDnsnameOk() (*int32, bool)

GetDnsnameOk returns a tuple with the Dnsname field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*System) GetDomain

func (o *System) GetDomain() int32

GetDomain returns the Domain field value if set, zero value otherwise (both if not set or set to explicit null).

func (*System) GetDomainOk

func (o *System) GetDomainOk() (*int32, bool)

GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*System) GetHostSystem

func (o *System) GetHostSystem() int32

GetHostSystem returns the HostSystem field value if set, zero value otherwise (both if not set or set to explicit null).

func (*System) GetHostSystemOk

func (o *System) GetHostSystemOk() (*int32, bool)

GetHostSystemOk returns a tuple with the HostSystem field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*System) GetIp

func (o *System) GetIp() []int32

GetIp returns the Ip field value if set, zero value otherwise.

func (*System) GetIpOk

func (o *System) GetIpOk() (*[]int32, 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 (*System) GetLocation

func (o *System) GetLocation() int32

GetLocation returns the Location field value if set, zero value otherwise (both if not set or set to explicit null).

func (*System) GetLocationOk

func (o *System) GetLocationOk() (*int32, bool)

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*System) GetOs

func (o *System) GetOs() int32

GetOs returns the Os field value if set, zero value otherwise (both if not set or set to explicit null).

func (*System) GetOsOk

func (o *System) GetOsOk() (*int32, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*System) GetOsarch

func (o *System) GetOsarch() int32

GetOsarch returns the Osarch field value if set, zero value otherwise (both if not set or set to explicit null).

func (*System) GetOsarchOk

func (o *System) GetOsarchOk() (*int32, bool)

GetOsarchOk returns a tuple with the Osarch field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*System) GetReason

func (o *System) GetReason() int32

GetReason returns the Reason field value if set, zero value otherwise (both if not set or set to explicit null).

func (*System) GetReasonOk

func (o *System) GetReasonOk() (*int32, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*System) GetRecommendation

func (o *System) GetRecommendation() int32

GetRecommendation returns the Recommendation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*System) GetRecommendationOk

func (o *System) GetRecommendationOk() (*int32, bool)

GetRecommendationOk returns a tuple with the Recommendation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*System) GetServiceprovider

func (o *System) GetServiceprovider() int32

GetServiceprovider returns the Serviceprovider field value if set, zero value otherwise (both if not set or set to explicit null).

func (*System) GetServiceproviderOk

func (o *System) GetServiceproviderOk() (*int32, bool)

GetServiceproviderOk returns a tuple with the Serviceprovider field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*System) GetSystemCreateTime

func (o *System) GetSystemCreateTime() time.Time

GetSystemCreateTime returns the SystemCreateTime field value if set, zero value otherwise.

func (*System) GetSystemCreateTimeOk

func (o *System) GetSystemCreateTimeOk() (*time.Time, bool)

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

func (*System) GetSystemCreatedByUserId

func (o *System) GetSystemCreatedByUserId() int32

GetSystemCreatedByUserId returns the SystemCreatedByUserId field value

func (*System) GetSystemCreatedByUserIdOk

func (o *System) GetSystemCreatedByUserIdOk() (*int32, bool)

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

func (*System) GetSystemDeprecatedTime

func (o *System) GetSystemDeprecatedTime() time.Time

GetSystemDeprecatedTime returns the SystemDeprecatedTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*System) GetSystemDeprecatedTimeOk

func (o *System) GetSystemDeprecatedTimeOk() (*time.Time, bool)

GetSystemDeprecatedTimeOk returns a tuple with the SystemDeprecatedTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*System) GetSystemExportMarkdown

func (o *System) GetSystemExportMarkdown() bool

GetSystemExportMarkdown returns the SystemExportMarkdown field value if set, zero value otherwise.

func (*System) GetSystemExportMarkdownOk

func (o *System) GetSystemExportMarkdownOk() (*bool, bool)

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

func (*System) GetSystemExportSpreadsheet

func (o *System) GetSystemExportSpreadsheet() bool

GetSystemExportSpreadsheet returns the SystemExportSpreadsheet field value if set, zero value otherwise.

func (*System) GetSystemExportSpreadsheetOk

func (o *System) GetSystemExportSpreadsheetOk() (*bool, bool)

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

func (*System) GetSystemId

func (o *System) GetSystemId() int32

GetSystemId returns the SystemId field value if set, zero value otherwise.

func (*System) GetSystemIdOk

func (o *System) GetSystemIdOk() (*int32, bool)

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

func (*System) GetSystemIsVm

func (o *System) GetSystemIsVm() bool

GetSystemIsVm returns the SystemIsVm field value if set, zero value otherwise (both if not set or set to explicit null).

func (*System) GetSystemIsVmOk

func (o *System) GetSystemIsVmOk() (*bool, bool)

GetSystemIsVmOk returns a tuple with the SystemIsVm field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*System) GetSystemLastbootedTime

func (o *System) GetSystemLastbootedTime() time.Time

GetSystemLastbootedTime returns the SystemLastbootedTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*System) GetSystemLastbootedTimeOk

func (o *System) GetSystemLastbootedTimeOk() (*time.Time, bool)

GetSystemLastbootedTimeOk returns a tuple with the SystemLastbootedTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*System) GetSystemModifiedByUserId

func (o *System) GetSystemModifiedByUserId() int32

GetSystemModifiedByUserId returns the SystemModifiedByUserId field value

func (*System) GetSystemModifiedByUserIdOk

func (o *System) GetSystemModifiedByUserIdOk() (*int32, bool)

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

func (*System) GetSystemModifyTime

func (o *System) GetSystemModifyTime() time.Time

GetSystemModifyTime returns the SystemModifyTime field value if set, zero value otherwise.

func (*System) GetSystemModifyTimeOk

func (o *System) GetSystemModifyTimeOk() (*time.Time, bool)

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

func (*System) GetSystemName

func (o *System) GetSystemName() string

GetSystemName returns the SystemName field value

func (*System) GetSystemNameOk

func (o *System) GetSystemNameOk() (*string, bool)

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

func (*System) GetSystemUuid

func (o *System) GetSystemUuid() string

GetSystemUuid returns the SystemUuid field value if set, zero value otherwise.

func (*System) GetSystemUuidOk

func (o *System) GetSystemUuidOk() (*string, bool)

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

func (*System) GetSystemstatus

func (o *System) GetSystemstatus() int32

GetSystemstatus returns the Systemstatus field value

func (*System) GetSystemstatusOk

func (o *System) GetSystemstatusOk() (*int32, bool)

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

func (*System) GetSystemtype

func (o *System) GetSystemtype() int32

GetSystemtype returns the Systemtype field value if set, zero value otherwise (both if not set or set to explicit null).

func (*System) GetSystemtypeOk

func (o *System) GetSystemtypeOk() (*int32, bool)

GetSystemtypeOk returns a tuple with the Systemtype field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*System) GetTag

func (o *System) GetTag() []int32

GetTag returns the Tag field value if set, zero value otherwise.

func (*System) GetTagOk

func (o *System) GetTagOk() (*[]int32, 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 (*System) HasAnalysisstatus

func (o *System) HasAnalysisstatus() bool

HasAnalysisstatus returns a boolean if a field has been set.

func (*System) HasCase

func (o *System) HasCase() bool

HasCase returns a boolean if a field has been set.

func (*System) HasCompany

func (o *System) HasCompany() bool

HasCompany returns a boolean if a field has been set.

func (*System) HasContact

func (o *System) HasContact() bool

HasContact returns a boolean if a field has been set.

func (*System) HasDnsname

func (o *System) HasDnsname() bool

HasDnsname returns a boolean if a field has been set.

func (*System) HasDomain

func (o *System) HasDomain() bool

HasDomain returns a boolean if a field has been set.

func (*System) HasHostSystem

func (o *System) HasHostSystem() bool

HasHostSystem returns a boolean if a field has been set.

func (*System) HasIp

func (o *System) HasIp() bool

HasIp returns a boolean if a field has been set.

func (*System) HasLocation

func (o *System) HasLocation() bool

HasLocation 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) HasOsarch

func (o *System) HasOsarch() bool

HasOsarch returns a boolean if a field has been set.

func (*System) HasReason

func (o *System) HasReason() bool

HasReason returns a boolean if a field has been set.

func (*System) HasRecommendation

func (o *System) HasRecommendation() bool

HasRecommendation returns a boolean if a field has been set.

func (*System) HasServiceprovider

func (o *System) HasServiceprovider() bool

HasServiceprovider returns a boolean if a field has been set.

func (*System) HasSystemCreateTime

func (o *System) HasSystemCreateTime() bool

HasSystemCreateTime returns a boolean if a field has been set.

func (*System) HasSystemDeprecatedTime

func (o *System) HasSystemDeprecatedTime() bool

HasSystemDeprecatedTime returns a boolean if a field has been set.

func (*System) HasSystemExportMarkdown

func (o *System) HasSystemExportMarkdown() bool

HasSystemExportMarkdown returns a boolean if a field has been set.

func (*System) HasSystemExportSpreadsheet

func (o *System) HasSystemExportSpreadsheet() bool

HasSystemExportSpreadsheet returns a boolean if a field has been set.

func (*System) HasSystemId

func (o *System) HasSystemId() bool

HasSystemId returns a boolean if a field has been set.

func (*System) HasSystemIsVm

func (o *System) HasSystemIsVm() bool

HasSystemIsVm returns a boolean if a field has been set.

func (*System) HasSystemLastbootedTime

func (o *System) HasSystemLastbootedTime() bool

HasSystemLastbootedTime returns a boolean if a field has been set.

func (*System) HasSystemModifyTime

func (o *System) HasSystemModifyTime() bool

HasSystemModifyTime returns a boolean if a field has been set.

func (*System) HasSystemUuid

func (o *System) HasSystemUuid() bool

HasSystemUuid returns a boolean if a field has been set.

func (*System) HasSystemtype

func (o *System) HasSystemtype() bool

HasSystemtype returns a boolean if a field has been set.

func (*System) HasTag

func (o *System) HasTag() bool

HasTag returns a boolean if a field has been set.

func (System) MarshalJSON

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

func (*System) SetAnalysisstatus

func (o *System) SetAnalysisstatus(v int32)

SetAnalysisstatus gets a reference to the given NullableInt32 and assigns it to the Analysisstatus field.

func (*System) SetAnalysisstatusNil

func (o *System) SetAnalysisstatusNil()

SetAnalysisstatusNil sets the value for Analysisstatus to be an explicit nil

func (*System) SetCase

func (o *System) SetCase(v []int32)

SetCase gets a reference to the given []int32 and assigns it to the Case field.

func (*System) SetCompany

func (o *System) SetCompany(v []int32)

SetCompany gets a reference to the given []int32 and assigns it to the Company field.

func (*System) SetContact

func (o *System) SetContact(v int32)

SetContact gets a reference to the given NullableInt32 and assigns it to the Contact field.

func (*System) SetContactNil

func (o *System) SetContactNil()

SetContactNil sets the value for Contact to be an explicit nil

func (*System) SetDnsname

func (o *System) SetDnsname(v int32)

SetDnsname gets a reference to the given NullableInt32 and assigns it to the Dnsname field.

func (*System) SetDnsnameNil

func (o *System) SetDnsnameNil()

SetDnsnameNil sets the value for Dnsname to be an explicit nil

func (*System) SetDomain

func (o *System) SetDomain(v int32)

SetDomain gets a reference to the given NullableInt32 and assigns it to the Domain field.

func (*System) SetDomainNil

func (o *System) SetDomainNil()

SetDomainNil sets the value for Domain to be an explicit nil

func (*System) SetHostSystem

func (o *System) SetHostSystem(v int32)

SetHostSystem gets a reference to the given NullableInt32 and assigns it to the HostSystem field.

func (*System) SetHostSystemNil

func (o *System) SetHostSystemNil()

SetHostSystemNil sets the value for HostSystem to be an explicit nil

func (*System) SetIp

func (o *System) SetIp(v []int32)

SetIp gets a reference to the given []int32 and assigns it to the Ip field.

func (*System) SetLocation

func (o *System) SetLocation(v int32)

SetLocation gets a reference to the given NullableInt32 and assigns it to the Location field.

func (*System) SetLocationNil

func (o *System) SetLocationNil()

SetLocationNil sets the value for Location to be an explicit nil

func (*System) SetOs

func (o *System) SetOs(v int32)

SetOs gets a reference to the given NullableInt32 and assigns it to the Os field.

func (*System) SetOsNil

func (o *System) SetOsNil()

SetOsNil sets the value for Os to be an explicit nil

func (*System) SetOsarch

func (o *System) SetOsarch(v int32)

SetOsarch gets a reference to the given NullableInt32 and assigns it to the Osarch field.

func (*System) SetOsarchNil

func (o *System) SetOsarchNil()

SetOsarchNil sets the value for Osarch to be an explicit nil

func (*System) SetReason

func (o *System) SetReason(v int32)

SetReason gets a reference to the given NullableInt32 and assigns it to the Reason field.

func (*System) SetReasonNil

func (o *System) SetReasonNil()

SetReasonNil sets the value for Reason to be an explicit nil

func (*System) SetRecommendation

func (o *System) SetRecommendation(v int32)

SetRecommendation gets a reference to the given NullableInt32 and assigns it to the Recommendation field.

func (*System) SetRecommendationNil

func (o *System) SetRecommendationNil()

SetRecommendationNil sets the value for Recommendation to be an explicit nil

func (*System) SetServiceprovider

func (o *System) SetServiceprovider(v int32)

SetServiceprovider gets a reference to the given NullableInt32 and assigns it to the Serviceprovider field.

func (*System) SetServiceproviderNil

func (o *System) SetServiceproviderNil()

SetServiceproviderNil sets the value for Serviceprovider to be an explicit nil

func (*System) SetSystemCreateTime

func (o *System) SetSystemCreateTime(v time.Time)

SetSystemCreateTime gets a reference to the given time.Time and assigns it to the SystemCreateTime field.

func (*System) SetSystemCreatedByUserId

func (o *System) SetSystemCreatedByUserId(v int32)

SetSystemCreatedByUserId sets field value

func (*System) SetSystemDeprecatedTime

func (o *System) SetSystemDeprecatedTime(v time.Time)

SetSystemDeprecatedTime gets a reference to the given NullableTime and assigns it to the SystemDeprecatedTime field.

func (*System) SetSystemDeprecatedTimeNil

func (o *System) SetSystemDeprecatedTimeNil()

SetSystemDeprecatedTimeNil sets the value for SystemDeprecatedTime to be an explicit nil

func (*System) SetSystemExportMarkdown

func (o *System) SetSystemExportMarkdown(v bool)

SetSystemExportMarkdown gets a reference to the given bool and assigns it to the SystemExportMarkdown field.

func (*System) SetSystemExportSpreadsheet

func (o *System) SetSystemExportSpreadsheet(v bool)

SetSystemExportSpreadsheet gets a reference to the given bool and assigns it to the SystemExportSpreadsheet field.

func (*System) SetSystemId

func (o *System) SetSystemId(v int32)

SetSystemId gets a reference to the given int32 and assigns it to the SystemId field.

func (*System) SetSystemIsVm

func (o *System) SetSystemIsVm(v bool)

SetSystemIsVm gets a reference to the given NullableBool and assigns it to the SystemIsVm field.

func (*System) SetSystemIsVmNil

func (o *System) SetSystemIsVmNil()

SetSystemIsVmNil sets the value for SystemIsVm to be an explicit nil

func (*System) SetSystemLastbootedTime

func (o *System) SetSystemLastbootedTime(v time.Time)

SetSystemLastbootedTime gets a reference to the given NullableTime and assigns it to the SystemLastbootedTime field.

func (*System) SetSystemLastbootedTimeNil

func (o *System) SetSystemLastbootedTimeNil()

SetSystemLastbootedTimeNil sets the value for SystemLastbootedTime to be an explicit nil

func (*System) SetSystemModifiedByUserId

func (o *System) SetSystemModifiedByUserId(v int32)

SetSystemModifiedByUserId sets field value

func (*System) SetSystemModifyTime

func (o *System) SetSystemModifyTime(v time.Time)

SetSystemModifyTime gets a reference to the given time.Time and assigns it to the SystemModifyTime field.

func (*System) SetSystemName

func (o *System) SetSystemName(v string)

SetSystemName sets field value

func (*System) SetSystemUuid

func (o *System) SetSystemUuid(v string)

SetSystemUuid gets a reference to the given string and assigns it to the SystemUuid field.

func (*System) SetSystemstatus

func (o *System) SetSystemstatus(v int32)

SetSystemstatus sets field value

func (*System) SetSystemtype

func (o *System) SetSystemtype(v int32)

SetSystemtype gets a reference to the given NullableInt32 and assigns it to the Systemtype field.

func (*System) SetSystemtypeNil

func (o *System) SetSystemtypeNil()

SetSystemtypeNil sets the value for Systemtype to be an explicit nil

func (*System) SetTag

func (o *System) SetTag(v []int32)

SetTag gets a reference to the given []int32 and assigns it to the Tag field.

func (*System) UnsetAnalysisstatus

func (o *System) UnsetAnalysisstatus()

UnsetAnalysisstatus ensures that no value is present for Analysisstatus, not even an explicit nil

func (*System) UnsetContact

func (o *System) UnsetContact()

UnsetContact ensures that no value is present for Contact, not even an explicit nil

func (*System) UnsetDnsname

func (o *System) UnsetDnsname()

UnsetDnsname ensures that no value is present for Dnsname, not even an explicit nil

func (*System) UnsetDomain

func (o *System) UnsetDomain()

UnsetDomain ensures that no value is present for Domain, not even an explicit nil

func (*System) UnsetHostSystem

func (o *System) UnsetHostSystem()

UnsetHostSystem ensures that no value is present for HostSystem, not even an explicit nil

func (*System) UnsetLocation

func (o *System) UnsetLocation()

UnsetLocation ensures that no value is present for Location, not even an explicit nil

func (*System) UnsetOs

func (o *System) UnsetOs()

UnsetOs ensures that no value is present for Os, not even an explicit nil

func (*System) UnsetOsarch

func (o *System) UnsetOsarch()

UnsetOsarch ensures that no value is present for Osarch, not even an explicit nil

func (*System) UnsetReason

func (o *System) UnsetReason()

UnsetReason ensures that no value is present for Reason, not even an explicit nil

func (*System) UnsetRecommendation

func (o *System) UnsetRecommendation()

UnsetRecommendation ensures that no value is present for Recommendation, not even an explicit nil

func (*System) UnsetServiceprovider

func (o *System) UnsetServiceprovider()

UnsetServiceprovider ensures that no value is present for Serviceprovider, not even an explicit nil

func (*System) UnsetSystemDeprecatedTime

func (o *System) UnsetSystemDeprecatedTime()

UnsetSystemDeprecatedTime ensures that no value is present for SystemDeprecatedTime, not even an explicit nil

func (*System) UnsetSystemIsVm

func (o *System) UnsetSystemIsVm()

UnsetSystemIsVm ensures that no value is present for SystemIsVm, not even an explicit nil

func (*System) UnsetSystemLastbootedTime

func (o *System) UnsetSystemLastbootedTime()

UnsetSystemLastbootedTime ensures that no value is present for SystemLastbootedTime, not even an explicit nil

func (*System) UnsetSystemtype

func (o *System) UnsetSystemtype()

UnsetSystemtype ensures that no value is present for Systemtype, not even an explicit nil

type Systemstatus

type Systemstatus struct {
	SystemstatusId   *int32 `json:"systemstatus_id,omitempty"`
	SystemstatusName string `json:"systemstatus_name"`
}

Systemstatus struct for Systemstatus

func NewSystemstatus

func NewSystemstatus(systemstatusName string) *Systemstatus

NewSystemstatus instantiates a new Systemstatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSystemstatusWithDefaults

func NewSystemstatusWithDefaults() *Systemstatus

NewSystemstatusWithDefaults instantiates a new Systemstatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Systemstatus) GetSystemstatusId

func (o *Systemstatus) GetSystemstatusId() int32

GetSystemstatusId returns the SystemstatusId field value if set, zero value otherwise.

func (*Systemstatus) GetSystemstatusIdOk

func (o *Systemstatus) GetSystemstatusIdOk() (*int32, bool)

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

func (*Systemstatus) GetSystemstatusName

func (o *Systemstatus) GetSystemstatusName() string

GetSystemstatusName returns the SystemstatusName field value

func (*Systemstatus) GetSystemstatusNameOk

func (o *Systemstatus) GetSystemstatusNameOk() (*string, bool)

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

func (*Systemstatus) HasSystemstatusId

func (o *Systemstatus) HasSystemstatusId() bool

HasSystemstatusId returns a boolean if a field has been set.

func (Systemstatus) MarshalJSON

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

func (*Systemstatus) SetSystemstatusId

func (o *Systemstatus) SetSystemstatusId(v int32)

SetSystemstatusId gets a reference to the given int32 and assigns it to the SystemstatusId field.

func (*Systemstatus) SetSystemstatusName

func (o *Systemstatus) SetSystemstatusName(v string)

SetSystemstatusName sets field value

type Systemtype

type Systemtype struct {
	SystemtypeId   *int32 `json:"systemtype_id,omitempty"`
	SystemtypeName string `json:"systemtype_name"`
}

Systemtype struct for Systemtype

func NewSystemtype

func NewSystemtype(systemtypeName string) *Systemtype

NewSystemtype instantiates a new Systemtype object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSystemtypeWithDefaults

func NewSystemtypeWithDefaults() *Systemtype

NewSystemtypeWithDefaults instantiates a new Systemtype object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Systemtype) GetSystemtypeId

func (o *Systemtype) GetSystemtypeId() int32

GetSystemtypeId returns the SystemtypeId field value if set, zero value otherwise.

func (*Systemtype) GetSystemtypeIdOk

func (o *Systemtype) GetSystemtypeIdOk() (*int32, bool)

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

func (*Systemtype) GetSystemtypeName

func (o *Systemtype) GetSystemtypeName() string

GetSystemtypeName returns the SystemtypeName field value

func (*Systemtype) GetSystemtypeNameOk

func (o *Systemtype) GetSystemtypeNameOk() (*string, bool)

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

func (*Systemtype) HasSystemtypeId

func (o *Systemtype) HasSystemtypeId() bool

HasSystemtypeId returns a boolean if a field has been set.

func (Systemtype) MarshalJSON

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

func (*Systemtype) SetSystemtypeId

func (o *Systemtype) SetSystemtypeId(v int32)

SetSystemtypeId gets a reference to the given int32 and assigns it to the SystemtypeId field.

func (*Systemtype) SetSystemtypeName

func (o *Systemtype) SetSystemtypeName(v string)

SetSystemtypeName sets field value

type Systemuser

type Systemuser struct {
	SystemuserId            *int32       `json:"systemuser_id,omitempty"`
	SystemuserName          string       `json:"systemuser_name"`
	System                  int32        `json:"system"`
	SystemuserLastlogonTime NullableTime `json:"systemuser_lastlogon_time,omitempty"`
	SystemuserIsSystemadmin NullableBool `json:"systemuser_is_systemadmin,omitempty"`
}

Systemuser struct for Systemuser

func NewSystemuser

func NewSystemuser(systemuserName string, system int32) *Systemuser

NewSystemuser instantiates a new Systemuser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSystemuserWithDefaults

func NewSystemuserWithDefaults() *Systemuser

NewSystemuserWithDefaults instantiates a new Systemuser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Systemuser) GetSystem

func (o *Systemuser) GetSystem() int32

GetSystem returns the System field value

func (*Systemuser) GetSystemOk

func (o *Systemuser) GetSystemOk() (*int32, bool)

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

func (*Systemuser) GetSystemuserId

func (o *Systemuser) GetSystemuserId() int32

GetSystemuserId returns the SystemuserId field value if set, zero value otherwise.

func (*Systemuser) GetSystemuserIdOk

func (o *Systemuser) GetSystemuserIdOk() (*int32, bool)

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

func (*Systemuser) GetSystemuserIsSystemadmin

func (o *Systemuser) GetSystemuserIsSystemadmin() bool

GetSystemuserIsSystemadmin returns the SystemuserIsSystemadmin field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Systemuser) GetSystemuserIsSystemadminOk

func (o *Systemuser) GetSystemuserIsSystemadminOk() (*bool, bool)

GetSystemuserIsSystemadminOk returns a tuple with the SystemuserIsSystemadmin field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Systemuser) GetSystemuserLastlogonTime

func (o *Systemuser) GetSystemuserLastlogonTime() time.Time

GetSystemuserLastlogonTime returns the SystemuserLastlogonTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Systemuser) GetSystemuserLastlogonTimeOk

func (o *Systemuser) GetSystemuserLastlogonTimeOk() (*time.Time, bool)

GetSystemuserLastlogonTimeOk returns a tuple with the SystemuserLastlogonTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Systemuser) GetSystemuserName

func (o *Systemuser) GetSystemuserName() string

GetSystemuserName returns the SystemuserName field value

func (*Systemuser) GetSystemuserNameOk

func (o *Systemuser) GetSystemuserNameOk() (*string, bool)

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

func (*Systemuser) HasSystemuserId

func (o *Systemuser) HasSystemuserId() bool

HasSystemuserId returns a boolean if a field has been set.

func (*Systemuser) HasSystemuserIsSystemadmin

func (o *Systemuser) HasSystemuserIsSystemadmin() bool

HasSystemuserIsSystemadmin returns a boolean if a field has been set.

func (*Systemuser) HasSystemuserLastlogonTime

func (o *Systemuser) HasSystemuserLastlogonTime() bool

HasSystemuserLastlogonTime returns a boolean if a field has been set.

func (Systemuser) MarshalJSON

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

func (*Systemuser) SetSystem

func (o *Systemuser) SetSystem(v int32)

SetSystem sets field value

func (*Systemuser) SetSystemuserId

func (o *Systemuser) SetSystemuserId(v int32)

SetSystemuserId gets a reference to the given int32 and assigns it to the SystemuserId field.

func (*Systemuser) SetSystemuserIsSystemadmin

func (o *Systemuser) SetSystemuserIsSystemadmin(v bool)

SetSystemuserIsSystemadmin gets a reference to the given NullableBool and assigns it to the SystemuserIsSystemadmin field.

func (*Systemuser) SetSystemuserIsSystemadminNil

func (o *Systemuser) SetSystemuserIsSystemadminNil()

SetSystemuserIsSystemadminNil sets the value for SystemuserIsSystemadmin to be an explicit nil

func (*Systemuser) SetSystemuserLastlogonTime

func (o *Systemuser) SetSystemuserLastlogonTime(v time.Time)

SetSystemuserLastlogonTime gets a reference to the given NullableTime and assigns it to the SystemuserLastlogonTime field.

func (*Systemuser) SetSystemuserLastlogonTimeNil

func (o *Systemuser) SetSystemuserLastlogonTimeNil()

SetSystemuserLastlogonTimeNil sets the value for SystemuserLastlogonTime to be an explicit nil

func (*Systemuser) SetSystemuserName

func (o *Systemuser) SetSystemuserName(v string)

SetSystemuserName sets field value

func (*Systemuser) UnsetSystemuserIsSystemadmin

func (o *Systemuser) UnsetSystemuserIsSystemadmin()

UnsetSystemuserIsSystemadmin ensures that no value is present for SystemuserIsSystemadmin, not even an explicit nil

func (*Systemuser) UnsetSystemuserLastlogonTime

func (o *Systemuser) UnsetSystemuserLastlogonTime()

UnsetSystemuserLastlogonTime ensures that no value is present for SystemuserLastlogonTime, not even an explicit nil

type Tag

type Tag struct {
	TagId    *int32 `json:"tag_id,omitempty"`
	TagName  string `json:"tag_name"`
	Tagcolor int32  `json:"tagcolor"`
}

Tag struct for Tag

func NewTag

func NewTag(tagName string, tagcolor int32) *Tag

NewTag instantiates a new Tag object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTagWithDefaults

func NewTagWithDefaults() *Tag

NewTagWithDefaults instantiates a new Tag object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Tag) GetTagId

func (o *Tag) GetTagId() int32

GetTagId returns the TagId field value if set, zero value otherwise.

func (*Tag) GetTagIdOk

func (o *Tag) GetTagIdOk() (*int32, bool)

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

func (*Tag) GetTagName

func (o *Tag) GetTagName() string

GetTagName returns the TagName field value

func (*Tag) GetTagNameOk

func (o *Tag) GetTagNameOk() (*string, bool)

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

func (*Tag) GetTagcolor

func (o *Tag) GetTagcolor() int32

GetTagcolor returns the Tagcolor field value

func (*Tag) GetTagcolorOk

func (o *Tag) GetTagcolorOk() (*int32, bool)

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

func (*Tag) HasTagId

func (o *Tag) HasTagId() bool

HasTagId returns a boolean if a field has been set.

func (Tag) MarshalJSON

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

func (*Tag) SetTagId

func (o *Tag) SetTagId(v int32)

SetTagId gets a reference to the given int32 and assigns it to the TagId field.

func (*Tag) SetTagName

func (o *Tag) SetTagName(v string)

SetTagName sets field value

func (*Tag) SetTagcolor

func (o *Tag) SetTagcolor(v int32)

SetTagcolor sets field value

type Tagcolor

type Tagcolor struct {
	TagcolorId   *int32 `json:"tagcolor_id,omitempty"`
	TagcolorName string `json:"tagcolor_name"`
}

Tagcolor struct for Tagcolor

func NewTagcolor

func NewTagcolor(tagcolorName string) *Tagcolor

NewTagcolor instantiates a new Tagcolor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTagcolorWithDefaults

func NewTagcolorWithDefaults() *Tagcolor

NewTagcolorWithDefaults instantiates a new Tagcolor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Tagcolor) GetTagcolorId

func (o *Tagcolor) GetTagcolorId() int32

GetTagcolorId returns the TagcolorId field value if set, zero value otherwise.

func (*Tagcolor) GetTagcolorIdOk

func (o *Tagcolor) GetTagcolorIdOk() (*int32, bool)

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

func (*Tagcolor) GetTagcolorName

func (o *Tagcolor) GetTagcolorName() string

GetTagcolorName returns the TagcolorName field value

func (*Tagcolor) GetTagcolorNameOk

func (o *Tagcolor) GetTagcolorNameOk() (*string, bool)

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

func (*Tagcolor) HasTagcolorId

func (o *Tagcolor) HasTagcolorId() bool

HasTagcolorId returns a boolean if a field has been set.

func (Tagcolor) MarshalJSON

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

func (*Tagcolor) SetTagcolorId

func (o *Tagcolor) SetTagcolorId(v int32)

SetTagcolorId gets a reference to the given int32 and assigns it to the TagcolorId field.

func (*Tagcolor) SetTagcolorName

func (o *Tagcolor) SetTagcolorName(v string)

SetTagcolorName sets field value

type Task

type Task struct {
	TaskId               *int32        `json:"task_id,omitempty"`
	ParentTask           NullableInt32 `json:"parent_task,omitempty"`
	Taskname             int32         `json:"taskname"`
	Taskpriority         int32         `json:"taskpriority"`
	Taskstatus           int32         `json:"taskstatus"`
	Artifact             NullableInt32 `json:"artifact,omitempty"`
	Case                 NullableInt32 `json:"case,omitempty"`
	System               NullableInt32 `json:"system,omitempty"`
	TaskAssignedToUserId NullableInt32 `json:"task_assigned_to_user_id,omitempty"`
	Tag                  *[]int32      `json:"tag,omitempty"`
	TaskScheduledTime    NullableTime  `json:"task_scheduled_time,omitempty"`
	TaskStartedTime      NullableTime  `json:"task_started_time,omitempty"`
	TaskFinishedTime     NullableTime  `json:"task_finished_time,omitempty"`
	TaskDueTime          NullableTime  `json:"task_due_time,omitempty"`
	TaskCreateTime       *time.Time    `json:"task_create_time,omitempty"`
	TaskModifyTime       *time.Time    `json:"task_modify_time,omitempty"`
	TaskCreatedByUserId  int32         `json:"task_created_by_user_id"`
	TaskModifiedByUserId int32         `json:"task_modified_by_user_id"`
}

Task struct for Task

func NewTask

func NewTask(taskname int32, taskpriority int32, taskstatus int32, taskCreatedByUserId int32, taskModifiedByUserId int32) *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) GetArtifact

func (o *Task) GetArtifact() int32

GetArtifact returns the Artifact field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Task) GetArtifactOk

func (o *Task) GetArtifactOk() (*int32, bool)

GetArtifactOk returns a tuple with the Artifact field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Task) GetCase

func (o *Task) GetCase() int32

GetCase returns the Case field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Task) GetCaseOk

func (o *Task) GetCaseOk() (*int32, bool)

GetCaseOk returns a tuple with the Case field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Task) GetParentTask

func (o *Task) GetParentTask() int32

GetParentTask returns the ParentTask field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Task) GetParentTaskOk

func (o *Task) GetParentTaskOk() (*int32, bool)

GetParentTaskOk returns a tuple with the ParentTask field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Task) GetSystem

func (o *Task) GetSystem() int32

GetSystem returns the System field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Task) GetSystemOk

func (o *Task) GetSystemOk() (*int32, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Task) GetTag

func (o *Task) GetTag() []int32

GetTag returns the Tag field value if set, zero value otherwise.

func (*Task) GetTagOk

func (o *Task) GetTagOk() (*[]int32, 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 (*Task) GetTaskAssignedToUserId

func (o *Task) GetTaskAssignedToUserId() int32

GetTaskAssignedToUserId returns the TaskAssignedToUserId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Task) GetTaskAssignedToUserIdOk

func (o *Task) GetTaskAssignedToUserIdOk() (*int32, bool)

GetTaskAssignedToUserIdOk returns a tuple with the TaskAssignedToUserId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Task) GetTaskCreateTime

func (o *Task) GetTaskCreateTime() time.Time

GetTaskCreateTime returns the TaskCreateTime field value if set, zero value otherwise.

func (*Task) GetTaskCreateTimeOk

func (o *Task) GetTaskCreateTimeOk() (*time.Time, bool)

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

func (*Task) GetTaskCreatedByUserId

func (o *Task) GetTaskCreatedByUserId() int32

GetTaskCreatedByUserId returns the TaskCreatedByUserId field value

func (*Task) GetTaskCreatedByUserIdOk

func (o *Task) GetTaskCreatedByUserIdOk() (*int32, bool)

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

func (*Task) GetTaskDueTime

func (o *Task) GetTaskDueTime() time.Time

GetTaskDueTime returns the TaskDueTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Task) GetTaskDueTimeOk

func (o *Task) GetTaskDueTimeOk() (*time.Time, bool)

GetTaskDueTimeOk returns a tuple with the TaskDueTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Task) GetTaskFinishedTime

func (o *Task) GetTaskFinishedTime() time.Time

GetTaskFinishedTime returns the TaskFinishedTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Task) GetTaskFinishedTimeOk

func (o *Task) GetTaskFinishedTimeOk() (*time.Time, bool)

GetTaskFinishedTimeOk returns a tuple with the TaskFinishedTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Task) GetTaskId

func (o *Task) GetTaskId() int32

GetTaskId returns the TaskId field value if set, zero value otherwise.

func (*Task) GetTaskIdOk

func (o *Task) GetTaskIdOk() (*int32, 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 (*Task) GetTaskModifiedByUserId

func (o *Task) GetTaskModifiedByUserId() int32

GetTaskModifiedByUserId returns the TaskModifiedByUserId field value

func (*Task) GetTaskModifiedByUserIdOk

func (o *Task) GetTaskModifiedByUserIdOk() (*int32, bool)

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

func (*Task) GetTaskModifyTime

func (o *Task) GetTaskModifyTime() time.Time

GetTaskModifyTime returns the TaskModifyTime field value if set, zero value otherwise.

func (*Task) GetTaskModifyTimeOk

func (o *Task) GetTaskModifyTimeOk() (*time.Time, bool)

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

func (*Task) GetTaskScheduledTime

func (o *Task) GetTaskScheduledTime() time.Time

GetTaskScheduledTime returns the TaskScheduledTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Task) GetTaskScheduledTimeOk

func (o *Task) GetTaskScheduledTimeOk() (*time.Time, bool)

GetTaskScheduledTimeOk returns a tuple with the TaskScheduledTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Task) GetTaskStartedTime

func (o *Task) GetTaskStartedTime() time.Time

GetTaskStartedTime returns the TaskStartedTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Task) GetTaskStartedTimeOk

func (o *Task) GetTaskStartedTimeOk() (*time.Time, bool)

GetTaskStartedTimeOk returns a tuple with the TaskStartedTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Task) GetTaskname

func (o *Task) GetTaskname() int32

GetTaskname returns the Taskname field value

func (*Task) GetTasknameOk

func (o *Task) GetTasknameOk() (*int32, bool)

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

func (*Task) GetTaskpriority

func (o *Task) GetTaskpriority() int32

GetTaskpriority returns the Taskpriority field value

func (*Task) GetTaskpriorityOk

func (o *Task) GetTaskpriorityOk() (*int32, bool)

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

func (*Task) GetTaskstatus

func (o *Task) GetTaskstatus() int32

GetTaskstatus returns the Taskstatus field value

func (*Task) GetTaskstatusOk

func (o *Task) GetTaskstatusOk() (*int32, bool)

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

func (*Task) HasArtifact

func (o *Task) HasArtifact() bool

HasArtifact returns a boolean if a field has been set.

func (*Task) HasCase

func (o *Task) HasCase() bool

HasCase returns a boolean if a field has been set.

func (*Task) HasParentTask

func (o *Task) HasParentTask() bool

HasParentTask returns a boolean if a field has been set.

func (*Task) HasSystem

func (o *Task) HasSystem() bool

HasSystem returns a boolean if a field has been set.

func (*Task) HasTag

func (o *Task) HasTag() bool

HasTag returns a boolean if a field has been set.

func (*Task) HasTaskAssignedToUserId

func (o *Task) HasTaskAssignedToUserId() bool

HasTaskAssignedToUserId returns a boolean if a field has been set.

func (*Task) HasTaskCreateTime

func (o *Task) HasTaskCreateTime() bool

HasTaskCreateTime returns a boolean if a field has been set.

func (*Task) HasTaskDueTime

func (o *Task) HasTaskDueTime() bool

HasTaskDueTime returns a boolean if a field has been set.

func (*Task) HasTaskFinishedTime

func (o *Task) HasTaskFinishedTime() bool

HasTaskFinishedTime returns a boolean if a field has been set.

func (*Task) HasTaskId

func (o *Task) HasTaskId() bool

HasTaskId returns a boolean if a field has been set.

func (*Task) HasTaskModifyTime

func (o *Task) HasTaskModifyTime() bool

HasTaskModifyTime returns a boolean if a field has been set.

func (*Task) HasTaskScheduledTime

func (o *Task) HasTaskScheduledTime() bool

HasTaskScheduledTime returns a boolean if a field has been set.

func (*Task) HasTaskStartedTime

func (o *Task) HasTaskStartedTime() bool

HasTaskStartedTime returns a boolean if a field has been set.

func (Task) MarshalJSON

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

func (*Task) SetArtifact

func (o *Task) SetArtifact(v int32)

SetArtifact gets a reference to the given NullableInt32 and assigns it to the Artifact field.

func (*Task) SetArtifactNil

func (o *Task) SetArtifactNil()

SetArtifactNil sets the value for Artifact to be an explicit nil

func (*Task) SetCase

func (o *Task) SetCase(v int32)

SetCase gets a reference to the given NullableInt32 and assigns it to the Case field.

func (*Task) SetCaseNil

func (o *Task) SetCaseNil()

SetCaseNil sets the value for Case to be an explicit nil

func (*Task) SetParentTask

func (o *Task) SetParentTask(v int32)

SetParentTask gets a reference to the given NullableInt32 and assigns it to the ParentTask field.

func (*Task) SetParentTaskNil

func (o *Task) SetParentTaskNil()

SetParentTaskNil sets the value for ParentTask to be an explicit nil

func (*Task) SetSystem

func (o *Task) SetSystem(v int32)

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

func (*Task) SetSystemNil

func (o *Task) SetSystemNil()

SetSystemNil sets the value for System to be an explicit nil

func (*Task) SetTag

func (o *Task) SetTag(v []int32)

SetTag gets a reference to the given []int32 and assigns it to the Tag field.

func (*Task) SetTaskAssignedToUserId

func (o *Task) SetTaskAssignedToUserId(v int32)

SetTaskAssignedToUserId gets a reference to the given NullableInt32 and assigns it to the TaskAssignedToUserId field.

func (*Task) SetTaskAssignedToUserIdNil

func (o *Task) SetTaskAssignedToUserIdNil()

SetTaskAssignedToUserIdNil sets the value for TaskAssignedToUserId to be an explicit nil

func (*Task) SetTaskCreateTime

func (o *Task) SetTaskCreateTime(v time.Time)

SetTaskCreateTime gets a reference to the given time.Time and assigns it to the TaskCreateTime field.

func (*Task) SetTaskCreatedByUserId

func (o *Task) SetTaskCreatedByUserId(v int32)

SetTaskCreatedByUserId sets field value

func (*Task) SetTaskDueTime

func (o *Task) SetTaskDueTime(v time.Time)

SetTaskDueTime gets a reference to the given NullableTime and assigns it to the TaskDueTime field.

func (*Task) SetTaskDueTimeNil

func (o *Task) SetTaskDueTimeNil()

SetTaskDueTimeNil sets the value for TaskDueTime to be an explicit nil

func (*Task) SetTaskFinishedTime

func (o *Task) SetTaskFinishedTime(v time.Time)

SetTaskFinishedTime gets a reference to the given NullableTime and assigns it to the TaskFinishedTime field.

func (*Task) SetTaskFinishedTimeNil

func (o *Task) SetTaskFinishedTimeNil()

SetTaskFinishedTimeNil sets the value for TaskFinishedTime to be an explicit nil

func (*Task) SetTaskId

func (o *Task) SetTaskId(v int32)

SetTaskId gets a reference to the given int32 and assigns it to the TaskId field.

func (*Task) SetTaskModifiedByUserId

func (o *Task) SetTaskModifiedByUserId(v int32)

SetTaskModifiedByUserId sets field value

func (*Task) SetTaskModifyTime

func (o *Task) SetTaskModifyTime(v time.Time)

SetTaskModifyTime gets a reference to the given time.Time and assigns it to the TaskModifyTime field.

func (*Task) SetTaskScheduledTime

func (o *Task) SetTaskScheduledTime(v time.Time)

SetTaskScheduledTime gets a reference to the given NullableTime and assigns it to the TaskScheduledTime field.

func (*Task) SetTaskScheduledTimeNil

func (o *Task) SetTaskScheduledTimeNil()

SetTaskScheduledTimeNil sets the value for TaskScheduledTime to be an explicit nil

func (*Task) SetTaskStartedTime

func (o *Task) SetTaskStartedTime(v time.Time)

SetTaskStartedTime gets a reference to the given NullableTime and assigns it to the TaskStartedTime field.

func (*Task) SetTaskStartedTimeNil

func (o *Task) SetTaskStartedTimeNil()

SetTaskStartedTimeNil sets the value for TaskStartedTime to be an explicit nil

func (*Task) SetTaskname

func (o *Task) SetTaskname(v int32)

SetTaskname sets field value

func (*Task) SetTaskpriority

func (o *Task) SetTaskpriority(v int32)

SetTaskpriority sets field value

func (*Task) SetTaskstatus

func (o *Task) SetTaskstatus(v int32)

SetTaskstatus sets field value

func (*Task) UnsetArtifact

func (o *Task) UnsetArtifact()

UnsetArtifact ensures that no value is present for Artifact, not even an explicit nil

func (*Task) UnsetCase

func (o *Task) UnsetCase()

UnsetCase ensures that no value is present for Case, not even an explicit nil

func (*Task) UnsetParentTask

func (o *Task) UnsetParentTask()

UnsetParentTask ensures that no value is present for ParentTask, not even an explicit nil

func (*Task) UnsetSystem

func (o *Task) UnsetSystem()

UnsetSystem ensures that no value is present for System, not even an explicit nil

func (*Task) UnsetTaskAssignedToUserId

func (o *Task) UnsetTaskAssignedToUserId()

UnsetTaskAssignedToUserId ensures that no value is present for TaskAssignedToUserId, not even an explicit nil

func (*Task) UnsetTaskDueTime

func (o *Task) UnsetTaskDueTime()

UnsetTaskDueTime ensures that no value is present for TaskDueTime, not even an explicit nil

func (*Task) UnsetTaskFinishedTime

func (o *Task) UnsetTaskFinishedTime()

UnsetTaskFinishedTime ensures that no value is present for TaskFinishedTime, not even an explicit nil

func (*Task) UnsetTaskScheduledTime

func (o *Task) UnsetTaskScheduledTime()

UnsetTaskScheduledTime ensures that no value is present for TaskScheduledTime, not even an explicit nil

func (*Task) UnsetTaskStartedTime

func (o *Task) UnsetTaskStartedTime()

UnsetTaskStartedTime ensures that no value is present for TaskStartedTime, not even an explicit nil

type Taskname

type Taskname struct {
	TasknameId   *int32 `json:"taskname_id,omitempty"`
	TasknameName string `json:"taskname_name"`
}

Taskname struct for Taskname

func NewTaskname

func NewTaskname(tasknameName string) *Taskname

NewTaskname instantiates a new Taskname object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTasknameWithDefaults

func NewTasknameWithDefaults() *Taskname

NewTasknameWithDefaults instantiates a new Taskname object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Taskname) GetTasknameId

func (o *Taskname) GetTasknameId() int32

GetTasknameId returns the TasknameId field value if set, zero value otherwise.

func (*Taskname) GetTasknameIdOk

func (o *Taskname) GetTasknameIdOk() (*int32, bool)

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

func (*Taskname) GetTasknameName

func (o *Taskname) GetTasknameName() string

GetTasknameName returns the TasknameName field value

func (*Taskname) GetTasknameNameOk

func (o *Taskname) GetTasknameNameOk() (*string, bool)

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

func (*Taskname) HasTasknameId

func (o *Taskname) HasTasknameId() bool

HasTasknameId returns a boolean if a field has been set.

func (Taskname) MarshalJSON

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

func (*Taskname) SetTasknameId

func (o *Taskname) SetTasknameId(v int32)

SetTasknameId gets a reference to the given int32 and assigns it to the TasknameId field.

func (*Taskname) SetTasknameName

func (o *Taskname) SetTasknameName(v string)

SetTasknameName sets field value

type Taskpriority

type Taskpriority struct {
	TaskpriorityId   *int32 `json:"taskpriority_id,omitempty"`
	TaskpriorityName string `json:"taskpriority_name"`
}

Taskpriority struct for Taskpriority

func NewTaskpriority

func NewTaskpriority(taskpriorityName string) *Taskpriority

NewTaskpriority instantiates a new Taskpriority object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTaskpriorityWithDefaults

func NewTaskpriorityWithDefaults() *Taskpriority

NewTaskpriorityWithDefaults instantiates a new Taskpriority object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Taskpriority) GetTaskpriorityId

func (o *Taskpriority) GetTaskpriorityId() int32

GetTaskpriorityId returns the TaskpriorityId field value if set, zero value otherwise.

func (*Taskpriority) GetTaskpriorityIdOk

func (o *Taskpriority) GetTaskpriorityIdOk() (*int32, bool)

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

func (*Taskpriority) GetTaskpriorityName

func (o *Taskpriority) GetTaskpriorityName() string

GetTaskpriorityName returns the TaskpriorityName field value

func (*Taskpriority) GetTaskpriorityNameOk

func (o *Taskpriority) GetTaskpriorityNameOk() (*string, bool)

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

func (*Taskpriority) HasTaskpriorityId

func (o *Taskpriority) HasTaskpriorityId() bool

HasTaskpriorityId returns a boolean if a field has been set.

func (Taskpriority) MarshalJSON

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

func (*Taskpriority) SetTaskpriorityId

func (o *Taskpriority) SetTaskpriorityId(v int32)

SetTaskpriorityId gets a reference to the given int32 and assigns it to the TaskpriorityId field.

func (*Taskpriority) SetTaskpriorityName

func (o *Taskpriority) SetTaskpriorityName(v string)

SetTaskpriorityName sets field value

type Taskstatus

type Taskstatus struct {
	TaskstatusId   *int32 `json:"taskstatus_id,omitempty"`
	TaskstatusName string `json:"taskstatus_name"`
}

Taskstatus struct for Taskstatus

func NewTaskstatus

func NewTaskstatus(taskstatusName string) *Taskstatus

NewTaskstatus instantiates a new Taskstatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTaskstatusWithDefaults

func NewTaskstatusWithDefaults() *Taskstatus

NewTaskstatusWithDefaults instantiates a new Taskstatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Taskstatus) GetTaskstatusId

func (o *Taskstatus) GetTaskstatusId() int32

GetTaskstatusId returns the TaskstatusId field value if set, zero value otherwise.

func (*Taskstatus) GetTaskstatusIdOk

func (o *Taskstatus) GetTaskstatusIdOk() (*int32, bool)

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

func (*Taskstatus) GetTaskstatusName

func (o *Taskstatus) GetTaskstatusName() string

GetTaskstatusName returns the TaskstatusName field value

func (*Taskstatus) GetTaskstatusNameOk

func (o *Taskstatus) GetTaskstatusNameOk() (*string, bool)

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

func (*Taskstatus) HasTaskstatusId

func (o *Taskstatus) HasTaskstatusId() bool

HasTaskstatusId returns a boolean if a field has been set.

func (Taskstatus) MarshalJSON

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

func (*Taskstatus) SetTaskstatusId

func (o *Taskstatus) SetTaskstatusId(v int32)

SetTaskstatusId gets a reference to the given int32 and assigns it to the TaskstatusId field.

func (*Taskstatus) SetTaskstatusName

func (o *Taskstatus) SetTaskstatusName(v string)

SetTaskstatusName sets field value

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL