albiwareapi

package module
v0.0.0-...-5f644a1 Latest Latest
Warning

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

Go to latest
Published: May 5, 2026 License: MIT Imports: 21 Imported by: 0

README

Go API client for albiwareapi

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

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: 5
  • Package version: 1.0.0
  • Generator version: 7.18.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

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

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

import albiwareapi "github.com/ai-connor/albiware-api"

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 albiwareapi.ContextServerIndex of type int.

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

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

ctx := context.WithValue(context.Background(), albiwareapi.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 identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using albiwareapi.ContextOperationServerIndices and albiwareapi.ContextOperationServerVariables context maps.

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

Documentation for API Endpoints

All URIs are relative to https://api.albiware.com

Class Method HTTP request Description
DefaultAPI CreateAContactCopy Post /v5/Integrations/Contacts/ChangeStatus Update Contact Status
DefaultAPI CreateAContactCopy1 Post /v5/Integrations/Organizations/Create Create an Organization
DefaultAPI CreateAEquipmentCopy Post /v5/Integrations/Asset/Equipment/Update/{id} Update an Equipment
DefaultAPI CreateAScheduledEvent Post /v5/Integrations/Schedule/CreateEvent Create a Scheduler Event
DefaultAPI CreateAnEquipmentCopy Post /v5/Integrations/Asset/Equipment/Create Create an Equipment
DefaultAPI CreateAnOrganizationCopy Post /v5/Integrations/Tasks/Create Create a Task
DefaultAPI CreateNote Post /v5/Integrations/Projects/CreateNote Create a Note
DefaultAPI CreateNoteCopy Post /v5/Integrations/Projects/GetProjectStaff Get Project Staff
DefaultAPI CreateProject Post /v5/Integrations/Projects/CreateProject Create Project
DefaultAPI CreateWebhook Post /v5/Integrations/Webhooks/Create Create a Webhook
DefaultAPI DeleteWebhook Delete /v5/Integrations/Webhooks/Delete/{id} Delete a Webhook
DefaultAPI GetAContactByIdCopy Get /v5/Integrations/Organizations/{id} Get an Organization By Id
DefaultAPI GetATaskByIdCopy Get /v5/Integrations/Staff/{id} Get Staff By Id
DefaultAPI GetATaskByIdCopy1 Get /v5/Integrations/Activities/{id} Get Activity By Id
DefaultAPI GetActiveContactsCopy Get /v5/Integrations/Organizations/Statuses Get Organizations with Statuses
DefaultAPI GetActivityTypeOptionsCopy Get /v5/Integrations/Options/GetRelationshipStatusOptions Get Relationship Status Options
DefaultAPI GetAllActivitiesCopy Get /v5/Integrations/Contacts Get All Contacts
DefaultAPI GetAllContactsCopy Get /v5/Integrations/Contacts/{id} Get a Contact By Id
DefaultAPI GetAllContactsCopy1 Get /v5/Integrations/Contacts/Statuses Get Contacts with Statuses
DefaultAPI GetAllContactsCopy2 Get /v5/Integrations/Options/GetProjectRoleOptions Get Project Role Options
DefaultAPI GetAllContactsCopy3 Get /v5/Integrations/Organizations Get All Organizations
DefaultAPI GetAllContactsCopy4 Get /v5/Integrations/Tasks Get All Tasks
DefaultAPI GetAllProjectExpenses Get /v5/Integrations/Projects/GetProjectExpenses Get All Project Expenses
DefaultAPI GetAllProjects Get /v5/Integrations/Projects Get All Projects
DefaultAPI GetAllProjectsCopy Get /v5/Integrations/Projects/GetProjectDates Get All Project Dates
DefaultAPI GetAllProjectsCopy1 Get /v5/Integrations/Activities Get All Activities
DefaultAPI GetAllTasksCopy Get /v5/Integrations/Tasks/{id} Get a Task By Id
DefaultAPI GetAnInvoiceById Get /v5/Integrations/Projects/GetProjectInvoice Get a Project Invoice By Id
DefaultAPI GetCompanyLocationsOptions Get /v5/Integrations/Options/GetLocationOptions Get Company Locations Options
DefaultAPI GetEquipmentTypesOptions Get /v5/Integrations/Options/GetEquipmentTypeOptions Get Equipment Types Options
DefaultAPI GetEventById Get /v5/Integrations/Schedule/GetEventById Get Event By Id
DefaultAPI GetProjectDatesDetails Get /v5/Integrations/Projects/GetProjectDatesDetails Get Project Dates Details
DefaultAPI GetProjectEquipment Get /v5/Integrations/Projects/GetProjectEquipment Get Project Equipment
DefaultAPI GetProjectExpenseById Get /v5/Integrations/Projects/GetProjectExpense Get Project Expense By Id
DefaultAPI GetProjectFiles Get /v5/Integrations/Projects/GetProjectFiles Get Project Files
DefaultAPI GetProjectNotes Get /v5/Integrations/Projects/GetProjectNotes Get Project Notes
DefaultAPI GetProjectPaymentById Get /v5/Integrations/Projects/GetProjectPayment Get Project Payment by Id
DefaultAPI GetProjectPayments Get /v5/Integrations/Projects/GetProjectInvoices Get Project Invoices
DefaultAPI GetProjectPayments1 Get /v5/Integrations/Projects/GetProjectPayments Get Project Payments
DefaultAPI GetProjectRoleOptionsCopy Get /v5/Integrations/Options/GetRelationshipTypeOptions Get Relationship Type Options
DefaultAPI GetProjectTimeline Get /v5/Integrations/Projects/GetProjectTimeline Get Project Timeline
DefaultAPI GetProjectsByStatusCopy Get /v5/Integrations/Projects/GetProjectStatus Get Project's Status
DefaultAPI GetProjectsDateCopy Get /v5/Integrations/Projects/GetProjectFinancialKPI Get Project Financial KPI
DefaultAPI GetProjectsStatusCopy Get /v5/Integrations/Projects/GetProjectDate Get Project's Date
DefaultAPI GetReferralSourceOptionsCopy Get /v5/Integrations/Options/GetActivityTypeOptions Get Activity Type Options
DefaultAPI GetRelationshipTypeOptionsCopy Get /v5/Integrations/Options/GetReferralSourceOptions Get Referral Source Options
DefaultAPI GetSalesoperson Get /v5/Integrations/Options/GetSalespersonOptions Get Salesperson Options
DefaultAPI GetSchedulerEvents Post /v5/Integrations/Schedule/GetEvents Get Scheduler Events
DefaultAPI GetStaffListCopy Post /v5/Integrations/Activities/Create Create an Activity
DefaultAPI GetTimesheet Post /v5/Integrations/Timesheet Get Timesheet
DefaultAPI ListWebhooks Get /v5/Integrations/Webhooks Get All Webhooks
DefaultAPI RetrieveProject Get /v5/Integrations/Projects/{id} Get a Project By Id
DefaultAPI SendEmail Post /v5/Integrations/Email/Send Send Email
DefaultAPI UpdateAnEquipmentCopy Post /v5/Integrations/Contacts/Create Create a Contact
DefaultAPI UpdateContactStatusCopy Post /v5/Integrations/Organizations/ChangeStatus Update Organization Status
DefaultAPI UpdateProjectDates Post /v5/Integrations/Projects/UpdateProjectDates Update Project Dates

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

sec0
  • Type: API key
  • API key parameter name: ApiKey
  • Location: HTTP header

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

Example

auth := context.WithValue(
		context.Background(),
		albiwareapi.ContextAPIKeys,
		map[string]albiwareapi.APIKey{
			"sec0": {Key: "API_KEY_STRING"},
		},
	)
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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`)
	XmlCheck  = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`)
)
View Source
var (
	// ContextAPIKeys takes a string apikey as authentication for the request
	ContextAPIKeys = contextKey("apiKeys")

	// 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 IsNil

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func PtrBool

func PtrBool(v bool) *bool

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

func PtrFloat32

func PtrFloat32(v float32) *float32

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

func PtrFloat64

func PtrFloat64(v float64) *float64

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

func PtrInt

func PtrInt(v int) *int

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

func PtrInt32

func PtrInt32(v int32) *int32

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

func PtrInt64

func PtrInt64(v int64) *int64

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

func PtrString

func PtrString(v string) *string

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

func PtrTime

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

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

Types

type APIClient

type APIClient struct {
	DefaultAPI *DefaultAPIService
	// contains filtered or unexported fields
}

APIClient manages communication with the Core API API v5 In most cases there should be only one, shared, APIClient.

func NewAPIClient

func NewAPIClient(cfg *Configuration) *APIClient

NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.

func (*APIClient) GetConfig

func (c *APIClient) GetConfig() *Configuration

Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior

type APIKey

type APIKey struct {
	Key    string
	Prefix string
}

APIKey provides API key based authentication to a request passed via context using ContextAPIKey

type APIResponse

type APIResponse struct {
	*http.Response `json:"-"`
	Message        string `json:"message,omitempty"`
	// Operation is the name of the OpenAPI operation.
	Operation string `json:"operation,omitempty"`
	// RequestURL is the request URL. This value is always available, even if the
	// embedded *http.Response is nil.
	RequestURL string `json:"url,omitempty"`
	// Method is the HTTP method used for the request.  This value is always
	// available, even if the embedded *http.Response is nil.
	Method string `json:"method,omitempty"`
	// Payload holds the contents of the response body (which may be nil or empty).
	// This is provided here as the raw response.Body() reader will have already
	// been drained.
	Payload []byte `json:"-"`
}

APIResponse stores the API response returned by the server.

func NewAPIResponse

func NewAPIResponse(r *http.Response) *APIResponse

NewAPIResponse returns a new APIResponse object.

func NewAPIResponseWithError

func NewAPIResponseWithError(errorMessage string) *APIResponse

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

type ApiCreateAContactCopy1Request

type ApiCreateAContactCopy1Request struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiCreateAContactCopy1Request) CreateAContactCopy1Request

func (r ApiCreateAContactCopy1Request) CreateAContactCopy1Request(createAContactCopy1Request CreateAContactCopy1Request) ApiCreateAContactCopy1Request

func (ApiCreateAContactCopy1Request) Execute

type ApiCreateAContactCopyRequest

type ApiCreateAContactCopyRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiCreateAContactCopyRequest) CreateAContactCopyRequest

func (r ApiCreateAContactCopyRequest) CreateAContactCopyRequest(createAContactCopyRequest CreateAContactCopyRequest) ApiCreateAContactCopyRequest

func (ApiCreateAContactCopyRequest) Execute

type ApiCreateAEquipmentCopyRequest

type ApiCreateAEquipmentCopyRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiCreateAEquipmentCopyRequest) CreateAEquipmentCopyRequest

func (r ApiCreateAEquipmentCopyRequest) CreateAEquipmentCopyRequest(createAEquipmentCopyRequest CreateAEquipmentCopyRequest) ApiCreateAEquipmentCopyRequest

func (ApiCreateAEquipmentCopyRequest) Execute

type ApiCreateAScheduledEventRequest

type ApiCreateAScheduledEventRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiCreateAScheduledEventRequest) CreateAScheduledEventRequest

func (r ApiCreateAScheduledEventRequest) CreateAScheduledEventRequest(createAScheduledEventRequest CreateAScheduledEventRequest) ApiCreateAScheduledEventRequest

func (ApiCreateAScheduledEventRequest) Execute

type ApiCreateAnEquipmentCopyRequest

type ApiCreateAnEquipmentCopyRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiCreateAnEquipmentCopyRequest) CreateAnEquipmentCopyRequest

func (r ApiCreateAnEquipmentCopyRequest) CreateAnEquipmentCopyRequest(createAnEquipmentCopyRequest CreateAnEquipmentCopyRequest) ApiCreateAnEquipmentCopyRequest

func (ApiCreateAnEquipmentCopyRequest) Execute

type ApiCreateAnOrganizationCopyRequest

type ApiCreateAnOrganizationCopyRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiCreateAnOrganizationCopyRequest) CreateAnOrganizationCopyRequest

func (r ApiCreateAnOrganizationCopyRequest) CreateAnOrganizationCopyRequest(createAnOrganizationCopyRequest CreateAnOrganizationCopyRequest) ApiCreateAnOrganizationCopyRequest

func (ApiCreateAnOrganizationCopyRequest) Execute

type ApiCreateNoteCopyRequest

type ApiCreateNoteCopyRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiCreateNoteCopyRequest) CreateNoteCopyRequest

func (r ApiCreateNoteCopyRequest) CreateNoteCopyRequest(createNoteCopyRequest CreateNoteCopyRequest) ApiCreateNoteCopyRequest

func (ApiCreateNoteCopyRequest) Execute

type ApiCreateNoteRequest

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

func (ApiCreateNoteRequest) CreateNoteRequest

func (r ApiCreateNoteRequest) CreateNoteRequest(createNoteRequest CreateNoteRequest) ApiCreateNoteRequest

func (ApiCreateNoteRequest) Execute

type ApiCreateProjectRequest

type ApiCreateProjectRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiCreateProjectRequest) CreateProjectRequest

func (r ApiCreateProjectRequest) CreateProjectRequest(createProjectRequest CreateProjectRequest) ApiCreateProjectRequest

func (ApiCreateProjectRequest) Execute

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

type ApiCreateWebhookRequest

type ApiCreateWebhookRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiCreateWebhookRequest) CreateWebhookRequest

func (r ApiCreateWebhookRequest) CreateWebhookRequest(createWebhookRequest CreateWebhookRequest) ApiCreateWebhookRequest

func (ApiCreateWebhookRequest) Execute

type ApiDeleteWebhookRequest

type ApiDeleteWebhookRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteWebhookRequest) Execute

type ApiGetAContactByIdCopyRequest

type ApiGetAContactByIdCopyRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetAContactByIdCopyRequest) Execute

type ApiGetATaskByIdCopy1Request

type ApiGetATaskByIdCopy1Request struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetATaskByIdCopy1Request) Execute

type ApiGetATaskByIdCopyRequest

type ApiGetATaskByIdCopyRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetATaskByIdCopyRequest) Execute

type ApiGetActiveContactsCopyRequest

type ApiGetActiveContactsCopyRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetActiveContactsCopyRequest) Execute

type ApiGetActivityTypeOptionsCopyRequest

type ApiGetActivityTypeOptionsCopyRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetActivityTypeOptionsCopyRequest) Execute

type ApiGetAllActivitiesCopyRequest

type ApiGetAllActivitiesCopyRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetAllActivitiesCopyRequest) Execute

func (ApiGetAllActivitiesCopyRequest) Page

func (ApiGetAllActivitiesCopyRequest) PageSize

type ApiGetAllContactsCopy1Request

type ApiGetAllContactsCopy1Request struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetAllContactsCopy1Request) Execute

type ApiGetAllContactsCopy2Request

type ApiGetAllContactsCopy2Request struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetAllContactsCopy2Request) Execute

type ApiGetAllContactsCopy3Request

type ApiGetAllContactsCopy3Request struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetAllContactsCopy3Request) Execute

func (ApiGetAllContactsCopy3Request) Page

func (ApiGetAllContactsCopy3Request) PageSize

type ApiGetAllContactsCopy4Request

type ApiGetAllContactsCopy4Request struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetAllContactsCopy4Request) Execute

func (ApiGetAllContactsCopy4Request) Page

func (ApiGetAllContactsCopy4Request) PageSize

func (ApiGetAllContactsCopy4Request) ProjectId

type ApiGetAllContactsCopyRequest

type ApiGetAllContactsCopyRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetAllContactsCopyRequest) Execute

type ApiGetAllProjectExpensesRequest

type ApiGetAllProjectExpensesRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetAllProjectExpensesRequest) Execute

func (ApiGetAllProjectExpensesRequest) Page

func (ApiGetAllProjectExpensesRequest) PageSize

func (ApiGetAllProjectExpensesRequest) ProjectId

type ApiGetAllProjectsCopy1Request

type ApiGetAllProjectsCopy1Request struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetAllProjectsCopy1Request) ContactId

func (ApiGetAllProjectsCopy1Request) EndDate

func (ApiGetAllProjectsCopy1Request) Execute

func (ApiGetAllProjectsCopy1Request) OrganizationId

func (r ApiGetAllProjectsCopy1Request) OrganizationId(organizationId int64) ApiGetAllProjectsCopy1Request

func (ApiGetAllProjectsCopy1Request) Page

func (ApiGetAllProjectsCopy1Request) PageSize

func (ApiGetAllProjectsCopy1Request) StartDate

type ApiGetAllProjectsCopyRequest

type ApiGetAllProjectsCopyRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetAllProjectsCopyRequest) Execute

func (ApiGetAllProjectsCopyRequest) ProjectId

type ApiGetAllProjectsRequest

type ApiGetAllProjectsRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetAllProjectsRequest) Execute

func (ApiGetAllProjectsRequest) OpenOnly

func (ApiGetAllProjectsRequest) Page

func (ApiGetAllProjectsRequest) PageSize

type ApiGetAllTasksCopyRequest

type ApiGetAllTasksCopyRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetAllTasksCopyRequest) Execute

type ApiGetAnInvoiceByIdRequest

type ApiGetAnInvoiceByIdRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetAnInvoiceByIdRequest) Execute

func (ApiGetAnInvoiceByIdRequest) InvoiceId

func (ApiGetAnInvoiceByIdRequest) ProjectId

type ApiGetCompanyLocationsOptionsRequest

type ApiGetCompanyLocationsOptionsRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetCompanyLocationsOptionsRequest) Execute

type ApiGetEquipmentTypesOptionsRequest

type ApiGetEquipmentTypesOptionsRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetEquipmentTypesOptionsRequest) Execute

type ApiGetEventByIdRequest

type ApiGetEventByIdRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetEventByIdRequest) EventId

Event Identifier

func (ApiGetEventByIdRequest) Execute

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

type ApiGetProjectDatesDetailsRequest

type ApiGetProjectDatesDetailsRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetProjectDatesDetailsRequest) Execute

func (ApiGetProjectDatesDetailsRequest) ProjectId

type ApiGetProjectEquipmentRequest

type ApiGetProjectEquipmentRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetProjectEquipmentRequest) Execute

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

func (ApiGetProjectEquipmentRequest) ProjectId

type ApiGetProjectExpenseByIdRequest

type ApiGetProjectExpenseByIdRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetProjectExpenseByIdRequest) Execute

func (ApiGetProjectExpenseByIdRequest) ExpenseId

func (ApiGetProjectExpenseByIdRequest) ProjectId

type ApiGetProjectFilesRequest

type ApiGetProjectFilesRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetProjectFilesRequest) Execute

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

func (ApiGetProjectFilesRequest) Page

func (ApiGetProjectFilesRequest) PageSize

func (ApiGetProjectFilesRequest) ProjectId

type ApiGetProjectNotesRequest

type ApiGetProjectNotesRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetProjectNotesRequest) Execute

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

func (ApiGetProjectNotesRequest) Page

func (ApiGetProjectNotesRequest) PageSize

func (ApiGetProjectNotesRequest) ProjectId

type ApiGetProjectPaymentByIdRequest

type ApiGetProjectPaymentByIdRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetProjectPaymentByIdRequest) Execute

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

func (ApiGetProjectPaymentByIdRequest) PaymentId

func (ApiGetProjectPaymentByIdRequest) ProjectId

type ApiGetProjectPayments1Request

type ApiGetProjectPayments1Request struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetProjectPayments1Request) Execute

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

func (ApiGetProjectPayments1Request) Page

func (ApiGetProjectPayments1Request) PageSize

func (ApiGetProjectPayments1Request) ProjectId

type ApiGetProjectPaymentsRequest

type ApiGetProjectPaymentsRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetProjectPaymentsRequest) Execute

func (ApiGetProjectPaymentsRequest) Page

func (ApiGetProjectPaymentsRequest) PageSize

func (ApiGetProjectPaymentsRequest) ProjectId

type ApiGetProjectRoleOptionsCopyRequest

type ApiGetProjectRoleOptionsCopyRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetProjectRoleOptionsCopyRequest) Execute

type ApiGetProjectTimelineRequest

type ApiGetProjectTimelineRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetProjectTimelineRequest) Execute

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

func (ApiGetProjectTimelineRequest) Page

func (ApiGetProjectTimelineRequest) PageSize

func (ApiGetProjectTimelineRequest) ProjectId

type ApiGetProjectsByStatusCopyRequest

type ApiGetProjectsByStatusCopyRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetProjectsByStatusCopyRequest) Execute

func (ApiGetProjectsByStatusCopyRequest) ProjectId

type ApiGetProjectsDateCopyRequest

type ApiGetProjectsDateCopyRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetProjectsDateCopyRequest) Execute

func (ApiGetProjectsDateCopyRequest) ProjectId

type ApiGetProjectsStatusCopyRequest

type ApiGetProjectsStatusCopyRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetProjectsStatusCopyRequest) Execute

func (ApiGetProjectsStatusCopyRequest) ProjectId

type ApiGetReferralSourceOptionsCopyRequest

type ApiGetReferralSourceOptionsCopyRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetReferralSourceOptionsCopyRequest) Execute

type ApiGetRelationshipTypeOptionsCopyRequest

type ApiGetRelationshipTypeOptionsCopyRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetRelationshipTypeOptionsCopyRequest) Execute

type ApiGetSalesopersonRequest

type ApiGetSalesopersonRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetSalesopersonRequest) Execute

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

type ApiGetSchedulerEventsRequest

type ApiGetSchedulerEventsRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetSchedulerEventsRequest) Execute

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

func (ApiGetSchedulerEventsRequest) GetSchedulerEventsRequest

func (r ApiGetSchedulerEventsRequest) GetSchedulerEventsRequest(getSchedulerEventsRequest GetSchedulerEventsRequest) ApiGetSchedulerEventsRequest

type ApiGetStaffListCopyRequest

type ApiGetStaffListCopyRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetStaffListCopyRequest) Execute

func (ApiGetStaffListCopyRequest) GetStaffListCopyRequest

func (r ApiGetStaffListCopyRequest) GetStaffListCopyRequest(getStaffListCopyRequest GetStaffListCopyRequest) ApiGetStaffListCopyRequest

type ApiGetTimesheetRequest

type ApiGetTimesheetRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetTimesheetRequest) Execute

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

func (ApiGetTimesheetRequest) GetTimesheetRequest

func (r ApiGetTimesheetRequest) GetTimesheetRequest(getTimesheetRequest GetTimesheetRequest) ApiGetTimesheetRequest

func (ApiGetTimesheetRequest) Page

func (ApiGetTimesheetRequest) PageSize

type ApiListWebhooksRequest

type ApiListWebhooksRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiListWebhooksRequest) Execute

type ApiRetrieveProjectRequest

type ApiRetrieveProjectRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiRetrieveProjectRequest) Execute

type ApiSendEmailRequest

type ApiSendEmailRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiSendEmailRequest) Execute

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

func (ApiSendEmailRequest) SendEmailRequest

func (r ApiSendEmailRequest) SendEmailRequest(sendEmailRequest SendEmailRequest) ApiSendEmailRequest

type ApiUpdateAnEquipmentCopyRequest

type ApiUpdateAnEquipmentCopyRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateAnEquipmentCopyRequest) Execute

func (ApiUpdateAnEquipmentCopyRequest) UpdateAnEquipmentCopyRequest

func (r ApiUpdateAnEquipmentCopyRequest) UpdateAnEquipmentCopyRequest(updateAnEquipmentCopyRequest UpdateAnEquipmentCopyRequest) ApiUpdateAnEquipmentCopyRequest

type ApiUpdateContactStatusCopyRequest

type ApiUpdateContactStatusCopyRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateContactStatusCopyRequest) Execute

func (ApiUpdateContactStatusCopyRequest) UpdateContactStatusCopyRequest

func (r ApiUpdateContactStatusCopyRequest) UpdateContactStatusCopyRequest(updateContactStatusCopyRequest UpdateContactStatusCopyRequest) ApiUpdateContactStatusCopyRequest

type ApiUpdateProjectDatesRequest

type ApiUpdateProjectDatesRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateProjectDatesRequest) Execute

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

func (ApiUpdateProjectDatesRequest) UpdateProjectDatesRequest

func (r ApiUpdateProjectDatesRequest) UpdateProjectDatesRequest(updateProjectDatesRequest UpdateProjectDatesRequest) ApiUpdateProjectDatesRequest

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 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 CreateAContactCopy1Request

type CreateAContactCopy1Request struct {
	// Required
	Name *string `json:"name,omitempty"`
	// Required
	OrganizationTypeIds  []int64  `json:"organizationTypeIds,omitempty"`
	Address1             *string  `json:"address1,omitempty"`
	Address2             *string  `json:"address2,omitempty"`
	City                 *string  `json:"city,omitempty"`
	State                *string  `json:"state,omitempty"`
	ZipCode              *string  `json:"zipCode,omitempty"`
	Country              *string  `json:"country,omitempty"`
	Latitude             *float64 `json:"latitude,omitempty"`
	Longitude            *float64 `json:"longitude,omitempty"`
	SalespersonId        *int64   `json:"salespersonId,omitempty"`
	ReferralSourceId     *int64   `json:"referralSourceId,omitempty"`
	RelationshipStatusId *int64   `json:"relationshipStatusId,omitempty"`
	Email                *string  `json:"email,omitempty"`
	PhoneNumber          *string  `json:"phoneNumber,omitempty"`
	Sandbox              *string  `json:"sandbox,omitempty"`
	ParentOrganizationId *int64   `json:"parentOrganizationId,omitempty"`
	TaxID                *string  `json:"taxID,omitempty"`
	PriceListID          *int64   `json:"priceListID,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateAContactCopy1Request struct for CreateAContactCopy1Request

func NewCreateAContactCopy1Request

func NewCreateAContactCopy1Request() *CreateAContactCopy1Request

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

func NewCreateAContactCopy1RequestWithDefaults

func NewCreateAContactCopy1RequestWithDefaults() *CreateAContactCopy1Request

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

func (*CreateAContactCopy1Request) GetAddress1

func (o *CreateAContactCopy1Request) GetAddress1() string

GetAddress1 returns the Address1 field value if set, zero value otherwise.

func (*CreateAContactCopy1Request) GetAddress1Ok

func (o *CreateAContactCopy1Request) GetAddress1Ok() (*string, bool)

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

func (*CreateAContactCopy1Request) GetAddress2

func (o *CreateAContactCopy1Request) GetAddress2() string

GetAddress2 returns the Address2 field value if set, zero value otherwise.

func (*CreateAContactCopy1Request) GetAddress2Ok

func (o *CreateAContactCopy1Request) GetAddress2Ok() (*string, bool)

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

func (*CreateAContactCopy1Request) GetCity

func (o *CreateAContactCopy1Request) GetCity() string

GetCity returns the City field value if set, zero value otherwise.

func (*CreateAContactCopy1Request) GetCityOk

func (o *CreateAContactCopy1Request) GetCityOk() (*string, bool)

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

func (*CreateAContactCopy1Request) GetCountry

func (o *CreateAContactCopy1Request) GetCountry() string

GetCountry returns the Country field value if set, zero value otherwise.

func (*CreateAContactCopy1Request) GetCountryOk

func (o *CreateAContactCopy1Request) GetCountryOk() (*string, bool)

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

func (*CreateAContactCopy1Request) GetEmail

func (o *CreateAContactCopy1Request) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*CreateAContactCopy1Request) GetEmailOk

func (o *CreateAContactCopy1Request) GetEmailOk() (*string, bool)

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

func (*CreateAContactCopy1Request) GetLatitude

func (o *CreateAContactCopy1Request) GetLatitude() float64

GetLatitude returns the Latitude field value if set, zero value otherwise.

func (*CreateAContactCopy1Request) GetLatitudeOk

func (o *CreateAContactCopy1Request) GetLatitudeOk() (*float64, bool)

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

func (*CreateAContactCopy1Request) GetLongitude

func (o *CreateAContactCopy1Request) GetLongitude() float64

GetLongitude returns the Longitude field value if set, zero value otherwise.

func (*CreateAContactCopy1Request) GetLongitudeOk

func (o *CreateAContactCopy1Request) GetLongitudeOk() (*float64, bool)

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

func (*CreateAContactCopy1Request) GetName

func (o *CreateAContactCopy1Request) GetName() string

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

func (*CreateAContactCopy1Request) GetNameOk

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

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

func (*CreateAContactCopy1Request) GetOrganizationTypeIds

func (o *CreateAContactCopy1Request) GetOrganizationTypeIds() []int64

GetOrganizationTypeIds returns the OrganizationTypeIds field value if set, zero value otherwise.

func (*CreateAContactCopy1Request) GetOrganizationTypeIdsOk

func (o *CreateAContactCopy1Request) GetOrganizationTypeIdsOk() ([]int64, bool)

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

func (*CreateAContactCopy1Request) GetParentOrganizationId

func (o *CreateAContactCopy1Request) GetParentOrganizationId() int64

GetParentOrganizationId returns the ParentOrganizationId field value if set, zero value otherwise.

func (*CreateAContactCopy1Request) GetParentOrganizationIdOk

func (o *CreateAContactCopy1Request) GetParentOrganizationIdOk() (*int64, bool)

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

func (*CreateAContactCopy1Request) GetPhoneNumber

func (o *CreateAContactCopy1Request) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field value if set, zero value otherwise.

func (*CreateAContactCopy1Request) GetPhoneNumberOk

func (o *CreateAContactCopy1Request) GetPhoneNumberOk() (*string, bool)

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

func (*CreateAContactCopy1Request) GetPriceListID

func (o *CreateAContactCopy1Request) GetPriceListID() int64

GetPriceListID returns the PriceListID field value if set, zero value otherwise.

func (*CreateAContactCopy1Request) GetPriceListIDOk

func (o *CreateAContactCopy1Request) GetPriceListIDOk() (*int64, bool)

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

func (*CreateAContactCopy1Request) GetReferralSourceId

func (o *CreateAContactCopy1Request) GetReferralSourceId() int64

GetReferralSourceId returns the ReferralSourceId field value if set, zero value otherwise.

func (*CreateAContactCopy1Request) GetReferralSourceIdOk

func (o *CreateAContactCopy1Request) GetReferralSourceIdOk() (*int64, bool)

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

func (*CreateAContactCopy1Request) GetRelationshipStatusId

func (o *CreateAContactCopy1Request) GetRelationshipStatusId() int64

GetRelationshipStatusId returns the RelationshipStatusId field value if set, zero value otherwise.

func (*CreateAContactCopy1Request) GetRelationshipStatusIdOk

func (o *CreateAContactCopy1Request) GetRelationshipStatusIdOk() (*int64, bool)

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

func (*CreateAContactCopy1Request) GetSalespersonId

func (o *CreateAContactCopy1Request) GetSalespersonId() int64

GetSalespersonId returns the SalespersonId field value if set, zero value otherwise.

func (*CreateAContactCopy1Request) GetSalespersonIdOk

func (o *CreateAContactCopy1Request) GetSalespersonIdOk() (*int64, bool)

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

func (*CreateAContactCopy1Request) GetSandbox

func (o *CreateAContactCopy1Request) GetSandbox() string

GetSandbox returns the Sandbox field value if set, zero value otherwise.

func (*CreateAContactCopy1Request) GetSandboxOk

func (o *CreateAContactCopy1Request) GetSandboxOk() (*string, bool)

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

func (*CreateAContactCopy1Request) GetState

func (o *CreateAContactCopy1Request) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*CreateAContactCopy1Request) GetStateOk

func (o *CreateAContactCopy1Request) GetStateOk() (*string, bool)

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

func (*CreateAContactCopy1Request) GetTaxID

func (o *CreateAContactCopy1Request) GetTaxID() string

GetTaxID returns the TaxID field value if set, zero value otherwise.

func (*CreateAContactCopy1Request) GetTaxIDOk

func (o *CreateAContactCopy1Request) GetTaxIDOk() (*string, bool)

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

func (*CreateAContactCopy1Request) GetZipCode

func (o *CreateAContactCopy1Request) GetZipCode() string

GetZipCode returns the ZipCode field value if set, zero value otherwise.

func (*CreateAContactCopy1Request) GetZipCodeOk

func (o *CreateAContactCopy1Request) GetZipCodeOk() (*string, bool)

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

func (*CreateAContactCopy1Request) HasAddress1

func (o *CreateAContactCopy1Request) HasAddress1() bool

HasAddress1 returns a boolean if a field has been set.

func (*CreateAContactCopy1Request) HasAddress2

func (o *CreateAContactCopy1Request) HasAddress2() bool

HasAddress2 returns a boolean if a field has been set.

func (*CreateAContactCopy1Request) HasCity

func (o *CreateAContactCopy1Request) HasCity() bool

HasCity returns a boolean if a field has been set.

func (*CreateAContactCopy1Request) HasCountry

func (o *CreateAContactCopy1Request) HasCountry() bool

HasCountry returns a boolean if a field has been set.

func (*CreateAContactCopy1Request) HasEmail

func (o *CreateAContactCopy1Request) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*CreateAContactCopy1Request) HasLatitude

func (o *CreateAContactCopy1Request) HasLatitude() bool

HasLatitude returns a boolean if a field has been set.

func (*CreateAContactCopy1Request) HasLongitude

func (o *CreateAContactCopy1Request) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

func (*CreateAContactCopy1Request) HasName

func (o *CreateAContactCopy1Request) HasName() bool

HasName returns a boolean if a field has been set.

func (*CreateAContactCopy1Request) HasOrganizationTypeIds

func (o *CreateAContactCopy1Request) HasOrganizationTypeIds() bool

HasOrganizationTypeIds returns a boolean if a field has been set.

func (*CreateAContactCopy1Request) HasParentOrganizationId

func (o *CreateAContactCopy1Request) HasParentOrganizationId() bool

HasParentOrganizationId returns a boolean if a field has been set.

func (*CreateAContactCopy1Request) HasPhoneNumber

func (o *CreateAContactCopy1Request) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

func (*CreateAContactCopy1Request) HasPriceListID

func (o *CreateAContactCopy1Request) HasPriceListID() bool

HasPriceListID returns a boolean if a field has been set.

func (*CreateAContactCopy1Request) HasReferralSourceId

func (o *CreateAContactCopy1Request) HasReferralSourceId() bool

HasReferralSourceId returns a boolean if a field has been set.

func (*CreateAContactCopy1Request) HasRelationshipStatusId

func (o *CreateAContactCopy1Request) HasRelationshipStatusId() bool

HasRelationshipStatusId returns a boolean if a field has been set.

func (*CreateAContactCopy1Request) HasSalespersonId

func (o *CreateAContactCopy1Request) HasSalespersonId() bool

HasSalespersonId returns a boolean if a field has been set.

func (*CreateAContactCopy1Request) HasSandbox

func (o *CreateAContactCopy1Request) HasSandbox() bool

HasSandbox returns a boolean if a field has been set.

func (*CreateAContactCopy1Request) HasState

func (o *CreateAContactCopy1Request) HasState() bool

HasState returns a boolean if a field has been set.

func (*CreateAContactCopy1Request) HasTaxID

func (o *CreateAContactCopy1Request) HasTaxID() bool

HasTaxID returns a boolean if a field has been set.

func (*CreateAContactCopy1Request) HasZipCode

func (o *CreateAContactCopy1Request) HasZipCode() bool

HasZipCode returns a boolean if a field has been set.

func (CreateAContactCopy1Request) MarshalJSON

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

func (*CreateAContactCopy1Request) SetAddress1

func (o *CreateAContactCopy1Request) SetAddress1(v string)

SetAddress1 gets a reference to the given string and assigns it to the Address1 field.

func (*CreateAContactCopy1Request) SetAddress2

func (o *CreateAContactCopy1Request) SetAddress2(v string)

SetAddress2 gets a reference to the given string and assigns it to the Address2 field.

func (*CreateAContactCopy1Request) SetCity

func (o *CreateAContactCopy1Request) SetCity(v string)

SetCity gets a reference to the given string and assigns it to the City field.

func (*CreateAContactCopy1Request) SetCountry

func (o *CreateAContactCopy1Request) SetCountry(v string)

SetCountry gets a reference to the given string and assigns it to the Country field.

func (*CreateAContactCopy1Request) SetEmail

func (o *CreateAContactCopy1Request) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*CreateAContactCopy1Request) SetLatitude

func (o *CreateAContactCopy1Request) SetLatitude(v float64)

SetLatitude gets a reference to the given float64 and assigns it to the Latitude field.

func (*CreateAContactCopy1Request) SetLongitude

func (o *CreateAContactCopy1Request) SetLongitude(v float64)

SetLongitude gets a reference to the given float64 and assigns it to the Longitude field.

func (*CreateAContactCopy1Request) SetName

func (o *CreateAContactCopy1Request) SetName(v string)

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

func (*CreateAContactCopy1Request) SetOrganizationTypeIds

func (o *CreateAContactCopy1Request) SetOrganizationTypeIds(v []int64)

SetOrganizationTypeIds gets a reference to the given []int64 and assigns it to the OrganizationTypeIds field.

func (*CreateAContactCopy1Request) SetParentOrganizationId

func (o *CreateAContactCopy1Request) SetParentOrganizationId(v int64)

SetParentOrganizationId gets a reference to the given int64 and assigns it to the ParentOrganizationId field.

func (*CreateAContactCopy1Request) SetPhoneNumber

func (o *CreateAContactCopy1Request) SetPhoneNumber(v string)

SetPhoneNumber gets a reference to the given string and assigns it to the PhoneNumber field.

func (*CreateAContactCopy1Request) SetPriceListID

func (o *CreateAContactCopy1Request) SetPriceListID(v int64)

SetPriceListID gets a reference to the given int64 and assigns it to the PriceListID field.

func (*CreateAContactCopy1Request) SetReferralSourceId

func (o *CreateAContactCopy1Request) SetReferralSourceId(v int64)

SetReferralSourceId gets a reference to the given int64 and assigns it to the ReferralSourceId field.

func (*CreateAContactCopy1Request) SetRelationshipStatusId

func (o *CreateAContactCopy1Request) SetRelationshipStatusId(v int64)

SetRelationshipStatusId gets a reference to the given int64 and assigns it to the RelationshipStatusId field.

func (*CreateAContactCopy1Request) SetSalespersonId

func (o *CreateAContactCopy1Request) SetSalespersonId(v int64)

SetSalespersonId gets a reference to the given int64 and assigns it to the SalespersonId field.

func (*CreateAContactCopy1Request) SetSandbox

func (o *CreateAContactCopy1Request) SetSandbox(v string)

SetSandbox gets a reference to the given string and assigns it to the Sandbox field.

func (*CreateAContactCopy1Request) SetState

func (o *CreateAContactCopy1Request) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*CreateAContactCopy1Request) SetTaxID

func (o *CreateAContactCopy1Request) SetTaxID(v string)

SetTaxID gets a reference to the given string and assigns it to the TaxID field.

func (*CreateAContactCopy1Request) SetZipCode

func (o *CreateAContactCopy1Request) SetZipCode(v string)

SetZipCode gets a reference to the given string and assigns it to the ZipCode field.

func (CreateAContactCopy1Request) ToMap

func (o CreateAContactCopy1Request) ToMap() (map[string]interface{}, error)

func (*CreateAContactCopy1Request) UnmarshalJSON

func (o *CreateAContactCopy1Request) UnmarshalJSON(data []byte) (err error)

type CreateAContactCopy200Response

type CreateAContactCopy200Response struct {
	Message              *string `json:"message,omitempty"`
	Status               *int32  `json:"status,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateAContactCopy200Response struct for CreateAContactCopy200Response

func NewCreateAContactCopy200Response

func NewCreateAContactCopy200Response() *CreateAContactCopy200Response

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

func NewCreateAContactCopy200ResponseWithDefaults

func NewCreateAContactCopy200ResponseWithDefaults() *CreateAContactCopy200Response

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

func (*CreateAContactCopy200Response) GetMessage

func (o *CreateAContactCopy200Response) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*CreateAContactCopy200Response) GetMessageOk

func (o *CreateAContactCopy200Response) GetMessageOk() (*string, bool)

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

func (*CreateAContactCopy200Response) GetStatus

func (o *CreateAContactCopy200Response) GetStatus() int32

GetStatus returns the Status field value if set, zero value otherwise.

func (*CreateAContactCopy200Response) GetStatusOk

func (o *CreateAContactCopy200Response) GetStatusOk() (*int32, bool)

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

func (*CreateAContactCopy200Response) HasMessage

func (o *CreateAContactCopy200Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*CreateAContactCopy200Response) HasStatus

func (o *CreateAContactCopy200Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (CreateAContactCopy200Response) MarshalJSON

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

func (*CreateAContactCopy200Response) SetMessage

func (o *CreateAContactCopy200Response) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*CreateAContactCopy200Response) SetStatus

func (o *CreateAContactCopy200Response) SetStatus(v int32)

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (CreateAContactCopy200Response) ToMap

func (o CreateAContactCopy200Response) ToMap() (map[string]interface{}, error)

func (*CreateAContactCopy200Response) UnmarshalJSON

func (o *CreateAContactCopy200Response) UnmarshalJSON(data []byte) (err error)

type CreateAContactCopy1200Response

type CreateAContactCopy1200Response struct {
	Data                 *int32  `json:"data,omitempty"`
	Message              *string `json:"message,omitempty"`
	Status               *int32  `json:"status,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateAContactCopy1200Response struct for CreateAContactCopy1200Response

func NewCreateAContactCopy1200Response

func NewCreateAContactCopy1200Response() *CreateAContactCopy1200Response

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

func NewCreateAContactCopy1200ResponseWithDefaults

func NewCreateAContactCopy1200ResponseWithDefaults() *CreateAContactCopy1200Response

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

func (*CreateAContactCopy1200Response) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*CreateAContactCopy1200Response) GetDataOk

func (o *CreateAContactCopy1200Response) GetDataOk() (*int32, bool)

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

func (*CreateAContactCopy1200Response) GetMessage

func (o *CreateAContactCopy1200Response) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*CreateAContactCopy1200Response) GetMessageOk

func (o *CreateAContactCopy1200Response) GetMessageOk() (*string, bool)

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

func (*CreateAContactCopy1200Response) GetStatus

func (o *CreateAContactCopy1200Response) GetStatus() int32

GetStatus returns the Status field value if set, zero value otherwise.

func (*CreateAContactCopy1200Response) GetStatusOk

func (o *CreateAContactCopy1200Response) GetStatusOk() (*int32, bool)

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

func (*CreateAContactCopy1200Response) HasData

func (o *CreateAContactCopy1200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (*CreateAContactCopy1200Response) HasMessage

func (o *CreateAContactCopy1200Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*CreateAContactCopy1200Response) HasStatus

func (o *CreateAContactCopy1200Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (CreateAContactCopy1200Response) MarshalJSON

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

func (*CreateAContactCopy1200Response) SetData

func (o *CreateAContactCopy1200Response) SetData(v int32)

SetData gets a reference to the given int32 and assigns it to the Data field.

func (*CreateAContactCopy1200Response) SetMessage

func (o *CreateAContactCopy1200Response) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*CreateAContactCopy1200Response) SetStatus

func (o *CreateAContactCopy1200Response) SetStatus(v int32)

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (CreateAContactCopy1200Response) ToMap

func (o CreateAContactCopy1200Response) ToMap() (map[string]interface{}, error)

func (*CreateAContactCopy1200Response) UnmarshalJSON

func (o *CreateAContactCopy1200Response) UnmarshalJSON(data []byte) (err error)

type CreateAContactCopyRequest

type CreateAContactCopyRequest struct {
	ContactId            *int64  `json:"contactId,omitempty"`
	ContactName          *string `json:"contactName,omitempty"`
	StatusId             *int64  `json:"statusId,omitempty"`
	Status               *string `json:"status,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateAContactCopyRequest struct for CreateAContactCopyRequest

func NewCreateAContactCopyRequest

func NewCreateAContactCopyRequest() *CreateAContactCopyRequest

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

func NewCreateAContactCopyRequestWithDefaults

func NewCreateAContactCopyRequestWithDefaults() *CreateAContactCopyRequest

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

func (*CreateAContactCopyRequest) GetContactId

func (o *CreateAContactCopyRequest) GetContactId() int64

GetContactId returns the ContactId field value if set, zero value otherwise.

func (*CreateAContactCopyRequest) GetContactIdOk

func (o *CreateAContactCopyRequest) GetContactIdOk() (*int64, 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 (*CreateAContactCopyRequest) GetContactName

func (o *CreateAContactCopyRequest) GetContactName() string

GetContactName returns the ContactName field value if set, zero value otherwise.

func (*CreateAContactCopyRequest) GetContactNameOk

func (o *CreateAContactCopyRequest) GetContactNameOk() (*string, bool)

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

func (*CreateAContactCopyRequest) GetStatus

func (o *CreateAContactCopyRequest) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*CreateAContactCopyRequest) GetStatusId

func (o *CreateAContactCopyRequest) GetStatusId() int64

GetStatusId returns the StatusId field value if set, zero value otherwise.

func (*CreateAContactCopyRequest) GetStatusIdOk

func (o *CreateAContactCopyRequest) GetStatusIdOk() (*int64, bool)

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

func (*CreateAContactCopyRequest) GetStatusOk

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

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

func (*CreateAContactCopyRequest) HasContactId

func (o *CreateAContactCopyRequest) HasContactId() bool

HasContactId returns a boolean if a field has been set.

func (*CreateAContactCopyRequest) HasContactName

func (o *CreateAContactCopyRequest) HasContactName() bool

HasContactName returns a boolean if a field has been set.

func (*CreateAContactCopyRequest) HasStatus

func (o *CreateAContactCopyRequest) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*CreateAContactCopyRequest) HasStatusId

func (o *CreateAContactCopyRequest) HasStatusId() bool

HasStatusId returns a boolean if a field has been set.

func (CreateAContactCopyRequest) MarshalJSON

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

func (*CreateAContactCopyRequest) SetContactId

func (o *CreateAContactCopyRequest) SetContactId(v int64)

SetContactId gets a reference to the given int64 and assigns it to the ContactId field.

func (*CreateAContactCopyRequest) SetContactName

func (o *CreateAContactCopyRequest) SetContactName(v string)

SetContactName gets a reference to the given string and assigns it to the ContactName field.

func (*CreateAContactCopyRequest) SetStatus

func (o *CreateAContactCopyRequest) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*CreateAContactCopyRequest) SetStatusId

func (o *CreateAContactCopyRequest) SetStatusId(v int64)

SetStatusId gets a reference to the given int64 and assigns it to the StatusId field.

func (CreateAContactCopyRequest) ToMap

func (o CreateAContactCopyRequest) ToMap() (map[string]interface{}, error)

func (*CreateAContactCopyRequest) UnmarshalJSON

func (o *CreateAContactCopyRequest) UnmarshalJSON(data []byte) (err error)

type CreateAEquipmentCopy200Response

type CreateAEquipmentCopy200Response struct {
	Data                 *CreateAEquipmentCopy200ResponseData `json:"data,omitempty"`
	Message              *string                              `json:"message,omitempty"`
	Status               *int32                               `json:"status,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateAEquipmentCopy200Response struct for CreateAEquipmentCopy200Response

func NewCreateAEquipmentCopy200Response

func NewCreateAEquipmentCopy200Response() *CreateAEquipmentCopy200Response

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

func NewCreateAEquipmentCopy200ResponseWithDefaults

func NewCreateAEquipmentCopy200ResponseWithDefaults() *CreateAEquipmentCopy200Response

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

func (*CreateAEquipmentCopy200Response) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*CreateAEquipmentCopy200Response) GetDataOk

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

func (*CreateAEquipmentCopy200Response) GetMessage

func (o *CreateAEquipmentCopy200Response) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*CreateAEquipmentCopy200Response) GetMessageOk

func (o *CreateAEquipmentCopy200Response) GetMessageOk() (*string, bool)

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

func (*CreateAEquipmentCopy200Response) GetStatus

func (o *CreateAEquipmentCopy200Response) GetStatus() int32

GetStatus returns the Status field value if set, zero value otherwise.

func (*CreateAEquipmentCopy200Response) GetStatusOk

func (o *CreateAEquipmentCopy200Response) GetStatusOk() (*int32, bool)

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

func (*CreateAEquipmentCopy200Response) HasData

HasData returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200Response) HasMessage

func (o *CreateAEquipmentCopy200Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200Response) HasStatus

func (o *CreateAEquipmentCopy200Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (CreateAEquipmentCopy200Response) MarshalJSON

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

func (*CreateAEquipmentCopy200Response) SetData

SetData gets a reference to the given CreateAEquipmentCopy200ResponseData and assigns it to the Data field.

func (*CreateAEquipmentCopy200Response) SetMessage

func (o *CreateAEquipmentCopy200Response) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*CreateAEquipmentCopy200Response) SetStatus

func (o *CreateAEquipmentCopy200Response) SetStatus(v int32)

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (CreateAEquipmentCopy200Response) ToMap

func (o CreateAEquipmentCopy200Response) ToMap() (map[string]interface{}, error)

func (*CreateAEquipmentCopy200Response) UnmarshalJSON

func (o *CreateAEquipmentCopy200Response) UnmarshalJSON(data []byte) (err error)

type CreateAEquipmentCopy200ResponseData

type CreateAEquipmentCopy200ResponseData struct {
	Id                   *int32                                        `json:"id,omitempty"`
	EquipmentCustomId    *string                                       `json:"equipmentCustomId,omitempty"`
	Barcode              interface{}                                   `json:"barcode,omitempty"`
	EquipmentTypeID      *int32                                        `json:"equipmentTypeID,omitempty"`
	Type                 *string                                       `json:"type,omitempty"`
	TypeImage            *CreateAEquipmentCopy200ResponseDataTypeImage `json:"typeImage,omitempty"`
	Manufacturer         interface{}                                   `json:"manufacturer,omitempty"`
	SerialNo             interface{}                                   `json:"serialNo,omitempty"`
	Status               *string                                       `json:"status,omitempty"`
	StatusName           *string                                       `json:"statusName,omitempty"`
	MaxDay               interface{}                                   `json:"maxDay,omitempty"`
	LocationId           *int32                                        `json:"locationId,omitempty"`
	LocationName         *string                                       `json:"locationName,omitempty"`
	ProjectId            interface{}                                   `json:"projectId,omitempty"`
	ProjectName          *string                                       `json:"projectName,omitempty"`
	AssignAt             interface{}                                   `json:"assignAt,omitempty"`
	Model                interface{}                                   `json:"model,omitempty"`
	BillingType          interface{}                                   `json:"billingType,omitempty"`
	BillingCost          interface{}                                   `json:"billingCost,omitempty"`
	PurchaseDate         *string                                       `json:"purchaseDate,omitempty"`
	PurchasePrice        interface{}                                   `json:"purchasePrice,omitempty"`
	Options              *int32                                        `json:"options,omitempty"`
	Device               interface{}                                   `json:"device,omitempty"`
	PriceListItems       interface{}                                   `json:"priceListItems,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateAEquipmentCopy200ResponseData struct for CreateAEquipmentCopy200ResponseData

func NewCreateAEquipmentCopy200ResponseData

func NewCreateAEquipmentCopy200ResponseData() *CreateAEquipmentCopy200ResponseData

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

func NewCreateAEquipmentCopy200ResponseDataWithDefaults

func NewCreateAEquipmentCopy200ResponseDataWithDefaults() *CreateAEquipmentCopy200ResponseData

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

func (*CreateAEquipmentCopy200ResponseData) GetAssignAt

func (o *CreateAEquipmentCopy200ResponseData) GetAssignAt() interface{}

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

func (*CreateAEquipmentCopy200ResponseData) GetAssignAtOk

func (o *CreateAEquipmentCopy200ResponseData) GetAssignAtOk() (*interface{}, bool)

GetAssignAtOk returns a tuple with the AssignAt 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 (*CreateAEquipmentCopy200ResponseData) GetBarcode

func (o *CreateAEquipmentCopy200ResponseData) GetBarcode() interface{}

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

func (*CreateAEquipmentCopy200ResponseData) GetBarcodeOk

func (o *CreateAEquipmentCopy200ResponseData) GetBarcodeOk() (*interface{}, bool)

GetBarcodeOk returns a tuple with the Barcode 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 (*CreateAEquipmentCopy200ResponseData) GetBillingCost

func (o *CreateAEquipmentCopy200ResponseData) GetBillingCost() interface{}

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

func (*CreateAEquipmentCopy200ResponseData) GetBillingCostOk

func (o *CreateAEquipmentCopy200ResponseData) GetBillingCostOk() (*interface{}, bool)

GetBillingCostOk returns a tuple with the BillingCost 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 (*CreateAEquipmentCopy200ResponseData) GetBillingType

func (o *CreateAEquipmentCopy200ResponseData) GetBillingType() interface{}

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

func (*CreateAEquipmentCopy200ResponseData) GetBillingTypeOk

func (o *CreateAEquipmentCopy200ResponseData) GetBillingTypeOk() (*interface{}, bool)

GetBillingTypeOk returns a tuple with the BillingType 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 (*CreateAEquipmentCopy200ResponseData) GetDevice

func (o *CreateAEquipmentCopy200ResponseData) GetDevice() interface{}

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

func (*CreateAEquipmentCopy200ResponseData) GetDeviceOk

func (o *CreateAEquipmentCopy200ResponseData) GetDeviceOk() (*interface{}, bool)

GetDeviceOk returns a tuple with the Device 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 (*CreateAEquipmentCopy200ResponseData) GetEquipmentCustomId

func (o *CreateAEquipmentCopy200ResponseData) GetEquipmentCustomId() string

GetEquipmentCustomId returns the EquipmentCustomId field value if set, zero value otherwise.

func (*CreateAEquipmentCopy200ResponseData) GetEquipmentCustomIdOk

func (o *CreateAEquipmentCopy200ResponseData) GetEquipmentCustomIdOk() (*string, bool)

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

func (*CreateAEquipmentCopy200ResponseData) GetEquipmentTypeID

func (o *CreateAEquipmentCopy200ResponseData) GetEquipmentTypeID() int32

GetEquipmentTypeID returns the EquipmentTypeID field value if set, zero value otherwise.

func (*CreateAEquipmentCopy200ResponseData) GetEquipmentTypeIDOk

func (o *CreateAEquipmentCopy200ResponseData) GetEquipmentTypeIDOk() (*int32, bool)

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

func (*CreateAEquipmentCopy200ResponseData) GetId

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

func (*CreateAEquipmentCopy200ResponseData) GetIdOk

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

func (*CreateAEquipmentCopy200ResponseData) GetLocationId

func (o *CreateAEquipmentCopy200ResponseData) GetLocationId() int32

GetLocationId returns the LocationId field value if set, zero value otherwise.

func (*CreateAEquipmentCopy200ResponseData) GetLocationIdOk

func (o *CreateAEquipmentCopy200ResponseData) 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 (*CreateAEquipmentCopy200ResponseData) GetLocationName

func (o *CreateAEquipmentCopy200ResponseData) GetLocationName() string

GetLocationName returns the LocationName field value if set, zero value otherwise.

func (*CreateAEquipmentCopy200ResponseData) GetLocationNameOk

func (o *CreateAEquipmentCopy200ResponseData) GetLocationNameOk() (*string, bool)

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

func (*CreateAEquipmentCopy200ResponseData) GetManufacturer

func (o *CreateAEquipmentCopy200ResponseData) GetManufacturer() interface{}

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

func (*CreateAEquipmentCopy200ResponseData) GetManufacturerOk

func (o *CreateAEquipmentCopy200ResponseData) GetManufacturerOk() (*interface{}, bool)

GetManufacturerOk returns a tuple with the Manufacturer 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 (*CreateAEquipmentCopy200ResponseData) GetMaxDay

func (o *CreateAEquipmentCopy200ResponseData) GetMaxDay() interface{}

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

func (*CreateAEquipmentCopy200ResponseData) GetMaxDayOk

func (o *CreateAEquipmentCopy200ResponseData) GetMaxDayOk() (*interface{}, bool)

GetMaxDayOk returns a tuple with the MaxDay 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 (*CreateAEquipmentCopy200ResponseData) GetModel

func (o *CreateAEquipmentCopy200ResponseData) GetModel() interface{}

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

func (*CreateAEquipmentCopy200ResponseData) GetModelOk

func (o *CreateAEquipmentCopy200ResponseData) GetModelOk() (*interface{}, bool)

GetModelOk returns a tuple with the Model 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 (*CreateAEquipmentCopy200ResponseData) GetOptions

GetOptions returns the Options field value if set, zero value otherwise.

func (*CreateAEquipmentCopy200ResponseData) GetOptionsOk

func (o *CreateAEquipmentCopy200ResponseData) GetOptionsOk() (*int32, bool)

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

func (*CreateAEquipmentCopy200ResponseData) GetPriceListItems

func (o *CreateAEquipmentCopy200ResponseData) GetPriceListItems() interface{}

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

func (*CreateAEquipmentCopy200ResponseData) GetPriceListItemsOk

func (o *CreateAEquipmentCopy200ResponseData) GetPriceListItemsOk() (*interface{}, bool)

GetPriceListItemsOk returns a tuple with the PriceListItems 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 (*CreateAEquipmentCopy200ResponseData) GetProjectId

func (o *CreateAEquipmentCopy200ResponseData) GetProjectId() interface{}

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

func (*CreateAEquipmentCopy200ResponseData) GetProjectIdOk

func (o *CreateAEquipmentCopy200ResponseData) GetProjectIdOk() (*interface{}, bool)

GetProjectIdOk returns a tuple with the ProjectId 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 (*CreateAEquipmentCopy200ResponseData) GetProjectName

func (o *CreateAEquipmentCopy200ResponseData) GetProjectName() string

GetProjectName returns the ProjectName field value if set, zero value otherwise.

func (*CreateAEquipmentCopy200ResponseData) GetProjectNameOk

func (o *CreateAEquipmentCopy200ResponseData) GetProjectNameOk() (*string, bool)

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

func (*CreateAEquipmentCopy200ResponseData) GetPurchaseDate

func (o *CreateAEquipmentCopy200ResponseData) GetPurchaseDate() string

GetPurchaseDate returns the PurchaseDate field value if set, zero value otherwise.

func (*CreateAEquipmentCopy200ResponseData) GetPurchaseDateOk

func (o *CreateAEquipmentCopy200ResponseData) GetPurchaseDateOk() (*string, bool)

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

func (*CreateAEquipmentCopy200ResponseData) GetPurchasePrice

func (o *CreateAEquipmentCopy200ResponseData) GetPurchasePrice() interface{}

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

func (*CreateAEquipmentCopy200ResponseData) GetPurchasePriceOk

func (o *CreateAEquipmentCopy200ResponseData) GetPurchasePriceOk() (*interface{}, bool)

GetPurchasePriceOk returns a tuple with the PurchasePrice 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 (*CreateAEquipmentCopy200ResponseData) GetSerialNo

func (o *CreateAEquipmentCopy200ResponseData) GetSerialNo() interface{}

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

func (*CreateAEquipmentCopy200ResponseData) GetSerialNoOk

func (o *CreateAEquipmentCopy200ResponseData) GetSerialNoOk() (*interface{}, bool)

GetSerialNoOk returns a tuple with the SerialNo 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 (*CreateAEquipmentCopy200ResponseData) GetStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*CreateAEquipmentCopy200ResponseData) GetStatusName

func (o *CreateAEquipmentCopy200ResponseData) GetStatusName() string

GetStatusName returns the StatusName field value if set, zero value otherwise.

func (*CreateAEquipmentCopy200ResponseData) GetStatusNameOk

func (o *CreateAEquipmentCopy200ResponseData) GetStatusNameOk() (*string, bool)

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

func (*CreateAEquipmentCopy200ResponseData) GetStatusOk

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

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

func (*CreateAEquipmentCopy200ResponseData) GetType

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

func (*CreateAEquipmentCopy200ResponseData) GetTypeImage

GetTypeImage returns the TypeImage field value if set, zero value otherwise.

func (*CreateAEquipmentCopy200ResponseData) GetTypeImageOk

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

func (*CreateAEquipmentCopy200ResponseData) GetTypeOk

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

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

func (*CreateAEquipmentCopy200ResponseData) HasAssignAt

func (o *CreateAEquipmentCopy200ResponseData) HasAssignAt() bool

HasAssignAt returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseData) HasBarcode

func (o *CreateAEquipmentCopy200ResponseData) HasBarcode() bool

HasBarcode returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseData) HasBillingCost

func (o *CreateAEquipmentCopy200ResponseData) HasBillingCost() bool

HasBillingCost returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseData) HasBillingType

func (o *CreateAEquipmentCopy200ResponseData) HasBillingType() bool

HasBillingType returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseData) HasDevice

HasDevice returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseData) HasEquipmentCustomId

func (o *CreateAEquipmentCopy200ResponseData) HasEquipmentCustomId() bool

HasEquipmentCustomId returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseData) HasEquipmentTypeID

func (o *CreateAEquipmentCopy200ResponseData) HasEquipmentTypeID() bool

HasEquipmentTypeID returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseData) HasId

HasId returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseData) HasLocationId

func (o *CreateAEquipmentCopy200ResponseData) HasLocationId() bool

HasLocationId returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseData) HasLocationName

func (o *CreateAEquipmentCopy200ResponseData) HasLocationName() bool

HasLocationName returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseData) HasManufacturer

func (o *CreateAEquipmentCopy200ResponseData) HasManufacturer() bool

HasManufacturer returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseData) HasMaxDay

HasMaxDay returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseData) HasModel

HasModel returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseData) HasOptions

func (o *CreateAEquipmentCopy200ResponseData) HasOptions() bool

HasOptions returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseData) HasPriceListItems

func (o *CreateAEquipmentCopy200ResponseData) HasPriceListItems() bool

HasPriceListItems returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseData) HasProjectId

func (o *CreateAEquipmentCopy200ResponseData) HasProjectId() bool

HasProjectId returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseData) HasProjectName

func (o *CreateAEquipmentCopy200ResponseData) HasProjectName() bool

HasProjectName returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseData) HasPurchaseDate

func (o *CreateAEquipmentCopy200ResponseData) HasPurchaseDate() bool

HasPurchaseDate returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseData) HasPurchasePrice

func (o *CreateAEquipmentCopy200ResponseData) HasPurchasePrice() bool

HasPurchasePrice returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseData) HasSerialNo

func (o *CreateAEquipmentCopy200ResponseData) HasSerialNo() bool

HasSerialNo returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseData) HasStatus

HasStatus returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseData) HasStatusName

func (o *CreateAEquipmentCopy200ResponseData) HasStatusName() bool

HasStatusName returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseData) HasType

HasType returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseData) HasTypeImage

func (o *CreateAEquipmentCopy200ResponseData) HasTypeImage() bool

HasTypeImage returns a boolean if a field has been set.

func (CreateAEquipmentCopy200ResponseData) MarshalJSON

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

func (*CreateAEquipmentCopy200ResponseData) SetAssignAt

func (o *CreateAEquipmentCopy200ResponseData) SetAssignAt(v interface{})

SetAssignAt gets a reference to the given interface{} and assigns it to the AssignAt field.

func (*CreateAEquipmentCopy200ResponseData) SetBarcode

func (o *CreateAEquipmentCopy200ResponseData) SetBarcode(v interface{})

SetBarcode gets a reference to the given interface{} and assigns it to the Barcode field.

func (*CreateAEquipmentCopy200ResponseData) SetBillingCost

func (o *CreateAEquipmentCopy200ResponseData) SetBillingCost(v interface{})

SetBillingCost gets a reference to the given interface{} and assigns it to the BillingCost field.

func (*CreateAEquipmentCopy200ResponseData) SetBillingType

func (o *CreateAEquipmentCopy200ResponseData) SetBillingType(v interface{})

SetBillingType gets a reference to the given interface{} and assigns it to the BillingType field.

func (*CreateAEquipmentCopy200ResponseData) SetDevice

func (o *CreateAEquipmentCopy200ResponseData) SetDevice(v interface{})

SetDevice gets a reference to the given interface{} and assigns it to the Device field.

func (*CreateAEquipmentCopy200ResponseData) SetEquipmentCustomId

func (o *CreateAEquipmentCopy200ResponseData) SetEquipmentCustomId(v string)

SetEquipmentCustomId gets a reference to the given string and assigns it to the EquipmentCustomId field.

func (*CreateAEquipmentCopy200ResponseData) SetEquipmentTypeID

func (o *CreateAEquipmentCopy200ResponseData) SetEquipmentTypeID(v int32)

SetEquipmentTypeID gets a reference to the given int32 and assigns it to the EquipmentTypeID field.

func (*CreateAEquipmentCopy200ResponseData) SetId

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

func (*CreateAEquipmentCopy200ResponseData) SetLocationId

func (o *CreateAEquipmentCopy200ResponseData) SetLocationId(v int32)

SetLocationId gets a reference to the given int32 and assigns it to the LocationId field.

func (*CreateAEquipmentCopy200ResponseData) SetLocationName

func (o *CreateAEquipmentCopy200ResponseData) SetLocationName(v string)

SetLocationName gets a reference to the given string and assigns it to the LocationName field.

func (*CreateAEquipmentCopy200ResponseData) SetManufacturer

func (o *CreateAEquipmentCopy200ResponseData) SetManufacturer(v interface{})

SetManufacturer gets a reference to the given interface{} and assigns it to the Manufacturer field.

func (*CreateAEquipmentCopy200ResponseData) SetMaxDay

func (o *CreateAEquipmentCopy200ResponseData) SetMaxDay(v interface{})

SetMaxDay gets a reference to the given interface{} and assigns it to the MaxDay field.

func (*CreateAEquipmentCopy200ResponseData) SetModel

func (o *CreateAEquipmentCopy200ResponseData) SetModel(v interface{})

SetModel gets a reference to the given interface{} and assigns it to the Model field.

func (*CreateAEquipmentCopy200ResponseData) SetOptions

func (o *CreateAEquipmentCopy200ResponseData) SetOptions(v int32)

SetOptions gets a reference to the given int32 and assigns it to the Options field.

func (*CreateAEquipmentCopy200ResponseData) SetPriceListItems

func (o *CreateAEquipmentCopy200ResponseData) SetPriceListItems(v interface{})

SetPriceListItems gets a reference to the given interface{} and assigns it to the PriceListItems field.

func (*CreateAEquipmentCopy200ResponseData) SetProjectId

func (o *CreateAEquipmentCopy200ResponseData) SetProjectId(v interface{})

SetProjectId gets a reference to the given interface{} and assigns it to the ProjectId field.

func (*CreateAEquipmentCopy200ResponseData) SetProjectName

func (o *CreateAEquipmentCopy200ResponseData) SetProjectName(v string)

SetProjectName gets a reference to the given string and assigns it to the ProjectName field.

func (*CreateAEquipmentCopy200ResponseData) SetPurchaseDate

func (o *CreateAEquipmentCopy200ResponseData) SetPurchaseDate(v string)

SetPurchaseDate gets a reference to the given string and assigns it to the PurchaseDate field.

func (*CreateAEquipmentCopy200ResponseData) SetPurchasePrice

func (o *CreateAEquipmentCopy200ResponseData) SetPurchasePrice(v interface{})

SetPurchasePrice gets a reference to the given interface{} and assigns it to the PurchasePrice field.

func (*CreateAEquipmentCopy200ResponseData) SetSerialNo

func (o *CreateAEquipmentCopy200ResponseData) SetSerialNo(v interface{})

SetSerialNo gets a reference to the given interface{} and assigns it to the SerialNo field.

func (*CreateAEquipmentCopy200ResponseData) SetStatus

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*CreateAEquipmentCopy200ResponseData) SetStatusName

func (o *CreateAEquipmentCopy200ResponseData) SetStatusName(v string)

SetStatusName gets a reference to the given string and assigns it to the StatusName field.

func (*CreateAEquipmentCopy200ResponseData) SetType

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

func (*CreateAEquipmentCopy200ResponseData) SetTypeImage

SetTypeImage gets a reference to the given CreateAEquipmentCopy200ResponseDataTypeImage and assigns it to the TypeImage field.

func (CreateAEquipmentCopy200ResponseData) ToMap

func (o CreateAEquipmentCopy200ResponseData) ToMap() (map[string]interface{}, error)

func (*CreateAEquipmentCopy200ResponseData) UnmarshalJSON

func (o *CreateAEquipmentCopy200ResponseData) UnmarshalJSON(data []byte) (err error)

type CreateAEquipmentCopy200ResponseDataTypeImage

type CreateAEquipmentCopy200ResponseDataTypeImage struct {
	Id                   *int32  `json:"id,omitempty"`
	Name                 *string `json:"name,omitempty"`
	ThumbnailImage       *string `json:"thumbnailImage,omitempty"`
	Svg                  *string `json:"svg,omitempty"`
	Active               *bool   `json:"active,omitempty"`
	Priority             *int32  `json:"priority,omitempty"`
	IsDefault            *bool   `json:"isDefault,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateAEquipmentCopy200ResponseDataTypeImage struct for CreateAEquipmentCopy200ResponseDataTypeImage

func NewCreateAEquipmentCopy200ResponseDataTypeImage

func NewCreateAEquipmentCopy200ResponseDataTypeImage() *CreateAEquipmentCopy200ResponseDataTypeImage

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

func NewCreateAEquipmentCopy200ResponseDataTypeImageWithDefaults

func NewCreateAEquipmentCopy200ResponseDataTypeImageWithDefaults() *CreateAEquipmentCopy200ResponseDataTypeImage

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

func (*CreateAEquipmentCopy200ResponseDataTypeImage) GetActive

GetActive returns the Active field value if set, zero value otherwise.

func (*CreateAEquipmentCopy200ResponseDataTypeImage) GetActiveOk

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

func (*CreateAEquipmentCopy200ResponseDataTypeImage) GetId

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

func (*CreateAEquipmentCopy200ResponseDataTypeImage) GetIdOk

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

func (*CreateAEquipmentCopy200ResponseDataTypeImage) GetIsDefault

GetIsDefault returns the IsDefault field value if set, zero value otherwise.

func (*CreateAEquipmentCopy200ResponseDataTypeImage) GetIsDefaultOk

func (o *CreateAEquipmentCopy200ResponseDataTypeImage) GetIsDefaultOk() (*bool, bool)

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

func (*CreateAEquipmentCopy200ResponseDataTypeImage) GetName

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

func (*CreateAEquipmentCopy200ResponseDataTypeImage) GetNameOk

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

func (*CreateAEquipmentCopy200ResponseDataTypeImage) GetPriority

GetPriority returns the Priority field value if set, zero value otherwise.

func (*CreateAEquipmentCopy200ResponseDataTypeImage) GetPriorityOk

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

func (*CreateAEquipmentCopy200ResponseDataTypeImage) GetSvg

GetSvg returns the Svg field value if set, zero value otherwise.

func (*CreateAEquipmentCopy200ResponseDataTypeImage) GetSvgOk

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

func (*CreateAEquipmentCopy200ResponseDataTypeImage) GetThumbnailImage

GetThumbnailImage returns the ThumbnailImage field value if set, zero value otherwise.

func (*CreateAEquipmentCopy200ResponseDataTypeImage) GetThumbnailImageOk

func (o *CreateAEquipmentCopy200ResponseDataTypeImage) GetThumbnailImageOk() (*string, bool)

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

func (*CreateAEquipmentCopy200ResponseDataTypeImage) HasActive

HasActive returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseDataTypeImage) HasId

HasId returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseDataTypeImage) HasIsDefault

HasIsDefault returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseDataTypeImage) HasName

HasName returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseDataTypeImage) HasPriority

HasPriority returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseDataTypeImage) HasSvg

HasSvg returns a boolean if a field has been set.

func (*CreateAEquipmentCopy200ResponseDataTypeImage) HasThumbnailImage

func (o *CreateAEquipmentCopy200ResponseDataTypeImage) HasThumbnailImage() bool

HasThumbnailImage returns a boolean if a field has been set.

func (CreateAEquipmentCopy200ResponseDataTypeImage) MarshalJSON

func (*CreateAEquipmentCopy200ResponseDataTypeImage) SetActive

SetActive gets a reference to the given bool and assigns it to the Active field.

func (*CreateAEquipmentCopy200ResponseDataTypeImage) SetId

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

func (*CreateAEquipmentCopy200ResponseDataTypeImage) SetIsDefault

SetIsDefault gets a reference to the given bool and assigns it to the IsDefault field.

func (*CreateAEquipmentCopy200ResponseDataTypeImage) SetName

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

func (*CreateAEquipmentCopy200ResponseDataTypeImage) SetPriority

SetPriority gets a reference to the given int32 and assigns it to the Priority field.

func (*CreateAEquipmentCopy200ResponseDataTypeImage) SetSvg

SetSvg gets a reference to the given string and assigns it to the Svg field.

func (*CreateAEquipmentCopy200ResponseDataTypeImage) SetThumbnailImage

func (o *CreateAEquipmentCopy200ResponseDataTypeImage) SetThumbnailImage(v string)

SetThumbnailImage gets a reference to the given string and assigns it to the ThumbnailImage field.

func (CreateAEquipmentCopy200ResponseDataTypeImage) ToMap

func (o CreateAEquipmentCopy200ResponseDataTypeImage) ToMap() (map[string]interface{}, error)

func (*CreateAEquipmentCopy200ResponseDataTypeImage) UnmarshalJSON

func (o *CreateAEquipmentCopy200ResponseDataTypeImage) UnmarshalJSON(data []byte) (err error)

type CreateAEquipmentCopyRequest

type CreateAEquipmentCopyRequest struct {
	Id *int64 `json:"id,omitempty"`
	// Required
	EquipmentCustomId *string `json:"equipmentCustomId,omitempty"`
	// Required
	EquipmentTypeId   *int64  `json:"equipmentTypeId,omitempty"`
	EquipmentTypeName *string `json:"equipmentTypeName,omitempty"`
	// Required
	Status     *string `json:"status,omitempty"`
	StatusName *string `json:"statusName,omitempty"`
	// Required
	LocationId           *int64   `json:"locationId,omitempty"`
	LocationName         *string  `json:"locationName,omitempty"`
	ProjectId            *int64   `json:"projectId,omitempty"`
	ProjectName          *string  `json:"projectName,omitempty"`
	PurchaseDate         *string  `json:"purchaseDate,omitempty"`
	Manufacturer         *string  `json:"manufacturer,omitempty"`
	SerialNo             *string  `json:"serialNo,omitempty"`
	EquipmentModel       *string  `json:"equipmentModel,omitempty"`
	PurchasePrice        *float64 `json:"purchasePrice,omitempty"`
	BillingType          *string  `json:"billingType,omitempty"`
	BillingTypeName      *string  `json:"billingTypeName,omitempty"`
	BillingCost          *float64 `json:"billingCost,omitempty"`
	MaxDay               *int32   `json:"maxDay,omitempty"`
	CurrentStaffId       *int64   `json:"currentStaffId,omitempty"`
	CurrentCompanyId     *int64   `json:"currentCompanyId,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateAEquipmentCopyRequest struct for CreateAEquipmentCopyRequest

func NewCreateAEquipmentCopyRequest

func NewCreateAEquipmentCopyRequest() *CreateAEquipmentCopyRequest

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

func NewCreateAEquipmentCopyRequestWithDefaults

func NewCreateAEquipmentCopyRequestWithDefaults() *CreateAEquipmentCopyRequest

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

func (*CreateAEquipmentCopyRequest) GetBillingCost

func (o *CreateAEquipmentCopyRequest) GetBillingCost() float64

GetBillingCost returns the BillingCost field value if set, zero value otherwise.

func (*CreateAEquipmentCopyRequest) GetBillingCostOk

func (o *CreateAEquipmentCopyRequest) GetBillingCostOk() (*float64, bool)

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

func (*CreateAEquipmentCopyRequest) GetBillingType

func (o *CreateAEquipmentCopyRequest) GetBillingType() string

GetBillingType returns the BillingType field value if set, zero value otherwise.

func (*CreateAEquipmentCopyRequest) GetBillingTypeName

func (o *CreateAEquipmentCopyRequest) GetBillingTypeName() string

GetBillingTypeName returns the BillingTypeName field value if set, zero value otherwise.

func (*CreateAEquipmentCopyRequest) GetBillingTypeNameOk

func (o *CreateAEquipmentCopyRequest) GetBillingTypeNameOk() (*string, bool)

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

func (*CreateAEquipmentCopyRequest) GetBillingTypeOk

func (o *CreateAEquipmentCopyRequest) GetBillingTypeOk() (*string, bool)

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

func (*CreateAEquipmentCopyRequest) GetCurrentCompanyId

func (o *CreateAEquipmentCopyRequest) GetCurrentCompanyId() int64

GetCurrentCompanyId returns the CurrentCompanyId field value if set, zero value otherwise.

func (*CreateAEquipmentCopyRequest) GetCurrentCompanyIdOk

func (o *CreateAEquipmentCopyRequest) GetCurrentCompanyIdOk() (*int64, bool)

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

func (*CreateAEquipmentCopyRequest) GetCurrentStaffId

func (o *CreateAEquipmentCopyRequest) GetCurrentStaffId() int64

GetCurrentStaffId returns the CurrentStaffId field value if set, zero value otherwise.

func (*CreateAEquipmentCopyRequest) GetCurrentStaffIdOk

func (o *CreateAEquipmentCopyRequest) GetCurrentStaffIdOk() (*int64, bool)

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

func (*CreateAEquipmentCopyRequest) GetEquipmentCustomId

func (o *CreateAEquipmentCopyRequest) GetEquipmentCustomId() string

GetEquipmentCustomId returns the EquipmentCustomId field value if set, zero value otherwise.

func (*CreateAEquipmentCopyRequest) GetEquipmentCustomIdOk

func (o *CreateAEquipmentCopyRequest) GetEquipmentCustomIdOk() (*string, bool)

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

func (*CreateAEquipmentCopyRequest) GetEquipmentModel

func (o *CreateAEquipmentCopyRequest) GetEquipmentModel() string

GetEquipmentModel returns the EquipmentModel field value if set, zero value otherwise.

func (*CreateAEquipmentCopyRequest) GetEquipmentModelOk

func (o *CreateAEquipmentCopyRequest) GetEquipmentModelOk() (*string, bool)

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

func (*CreateAEquipmentCopyRequest) GetEquipmentTypeId

func (o *CreateAEquipmentCopyRequest) GetEquipmentTypeId() int64

GetEquipmentTypeId returns the EquipmentTypeId field value if set, zero value otherwise.

func (*CreateAEquipmentCopyRequest) GetEquipmentTypeIdOk

func (o *CreateAEquipmentCopyRequest) GetEquipmentTypeIdOk() (*int64, bool)

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

func (*CreateAEquipmentCopyRequest) GetEquipmentTypeName

func (o *CreateAEquipmentCopyRequest) GetEquipmentTypeName() string

GetEquipmentTypeName returns the EquipmentTypeName field value if set, zero value otherwise.

func (*CreateAEquipmentCopyRequest) GetEquipmentTypeNameOk

func (o *CreateAEquipmentCopyRequest) GetEquipmentTypeNameOk() (*string, bool)

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

func (*CreateAEquipmentCopyRequest) GetId

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

func (*CreateAEquipmentCopyRequest) GetIdOk

func (o *CreateAEquipmentCopyRequest) GetIdOk() (*int64, bool)

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

func (*CreateAEquipmentCopyRequest) GetLocationId

func (o *CreateAEquipmentCopyRequest) GetLocationId() int64

GetLocationId returns the LocationId field value if set, zero value otherwise.

func (*CreateAEquipmentCopyRequest) GetLocationIdOk

func (o *CreateAEquipmentCopyRequest) GetLocationIdOk() (*int64, 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 (*CreateAEquipmentCopyRequest) GetLocationName

func (o *CreateAEquipmentCopyRequest) GetLocationName() string

GetLocationName returns the LocationName field value if set, zero value otherwise.

func (*CreateAEquipmentCopyRequest) GetLocationNameOk

func (o *CreateAEquipmentCopyRequest) GetLocationNameOk() (*string, bool)

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

func (*CreateAEquipmentCopyRequest) GetManufacturer

func (o *CreateAEquipmentCopyRequest) GetManufacturer() string

GetManufacturer returns the Manufacturer field value if set, zero value otherwise.

func (*CreateAEquipmentCopyRequest) GetManufacturerOk

func (o *CreateAEquipmentCopyRequest) GetManufacturerOk() (*string, bool)

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

func (*CreateAEquipmentCopyRequest) GetMaxDay

func (o *CreateAEquipmentCopyRequest) GetMaxDay() int32

GetMaxDay returns the MaxDay field value if set, zero value otherwise.

func (*CreateAEquipmentCopyRequest) GetMaxDayOk

func (o *CreateAEquipmentCopyRequest) GetMaxDayOk() (*int32, bool)

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

func (*CreateAEquipmentCopyRequest) GetProjectId

func (o *CreateAEquipmentCopyRequest) GetProjectId() int64

GetProjectId returns the ProjectId field value if set, zero value otherwise.

func (*CreateAEquipmentCopyRequest) GetProjectIdOk

func (o *CreateAEquipmentCopyRequest) GetProjectIdOk() (*int64, bool)

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

func (*CreateAEquipmentCopyRequest) GetProjectName

func (o *CreateAEquipmentCopyRequest) GetProjectName() string

GetProjectName returns the ProjectName field value if set, zero value otherwise.

func (*CreateAEquipmentCopyRequest) GetProjectNameOk

func (o *CreateAEquipmentCopyRequest) GetProjectNameOk() (*string, bool)

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

func (*CreateAEquipmentCopyRequest) GetPurchaseDate

func (o *CreateAEquipmentCopyRequest) GetPurchaseDate() string

GetPurchaseDate returns the PurchaseDate field value if set, zero value otherwise.

func (*CreateAEquipmentCopyRequest) GetPurchaseDateOk

func (o *CreateAEquipmentCopyRequest) GetPurchaseDateOk() (*string, bool)

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

func (*CreateAEquipmentCopyRequest) GetPurchasePrice

func (o *CreateAEquipmentCopyRequest) GetPurchasePrice() float64

GetPurchasePrice returns the PurchasePrice field value if set, zero value otherwise.

func (*CreateAEquipmentCopyRequest) GetPurchasePriceOk

func (o *CreateAEquipmentCopyRequest) GetPurchasePriceOk() (*float64, bool)

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

func (*CreateAEquipmentCopyRequest) GetSerialNo

func (o *CreateAEquipmentCopyRequest) GetSerialNo() string

GetSerialNo returns the SerialNo field value if set, zero value otherwise.

func (*CreateAEquipmentCopyRequest) GetSerialNoOk

func (o *CreateAEquipmentCopyRequest) GetSerialNoOk() (*string, bool)

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

func (*CreateAEquipmentCopyRequest) GetStatus

func (o *CreateAEquipmentCopyRequest) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*CreateAEquipmentCopyRequest) GetStatusName

func (o *CreateAEquipmentCopyRequest) GetStatusName() string

GetStatusName returns the StatusName field value if set, zero value otherwise.

func (*CreateAEquipmentCopyRequest) GetStatusNameOk

func (o *CreateAEquipmentCopyRequest) GetStatusNameOk() (*string, bool)

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

func (*CreateAEquipmentCopyRequest) GetStatusOk

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

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

func (*CreateAEquipmentCopyRequest) HasBillingCost

func (o *CreateAEquipmentCopyRequest) HasBillingCost() bool

HasBillingCost returns a boolean if a field has been set.

func (*CreateAEquipmentCopyRequest) HasBillingType

func (o *CreateAEquipmentCopyRequest) HasBillingType() bool

HasBillingType returns a boolean if a field has been set.

func (*CreateAEquipmentCopyRequest) HasBillingTypeName

func (o *CreateAEquipmentCopyRequest) HasBillingTypeName() bool

HasBillingTypeName returns a boolean if a field has been set.

func (*CreateAEquipmentCopyRequest) HasCurrentCompanyId

func (o *CreateAEquipmentCopyRequest) HasCurrentCompanyId() bool

HasCurrentCompanyId returns a boolean if a field has been set.

func (*CreateAEquipmentCopyRequest) HasCurrentStaffId

func (o *CreateAEquipmentCopyRequest) HasCurrentStaffId() bool

HasCurrentStaffId returns a boolean if a field has been set.

func (*CreateAEquipmentCopyRequest) HasEquipmentCustomId

func (o *CreateAEquipmentCopyRequest) HasEquipmentCustomId() bool

HasEquipmentCustomId returns a boolean if a field has been set.

func (*CreateAEquipmentCopyRequest) HasEquipmentModel

func (o *CreateAEquipmentCopyRequest) HasEquipmentModel() bool

HasEquipmentModel returns a boolean if a field has been set.

func (*CreateAEquipmentCopyRequest) HasEquipmentTypeId

func (o *CreateAEquipmentCopyRequest) HasEquipmentTypeId() bool

HasEquipmentTypeId returns a boolean if a field has been set.

func (*CreateAEquipmentCopyRequest) HasEquipmentTypeName

func (o *CreateAEquipmentCopyRequest) HasEquipmentTypeName() bool

HasEquipmentTypeName returns a boolean if a field has been set.

func (*CreateAEquipmentCopyRequest) HasId

func (o *CreateAEquipmentCopyRequest) HasId() bool

HasId returns a boolean if a field has been set.

func (*CreateAEquipmentCopyRequest) HasLocationId

func (o *CreateAEquipmentCopyRequest) HasLocationId() bool

HasLocationId returns a boolean if a field has been set.

func (*CreateAEquipmentCopyRequest) HasLocationName

func (o *CreateAEquipmentCopyRequest) HasLocationName() bool

HasLocationName returns a boolean if a field has been set.

func (*CreateAEquipmentCopyRequest) HasManufacturer

func (o *CreateAEquipmentCopyRequest) HasManufacturer() bool

HasManufacturer returns a boolean if a field has been set.

func (*CreateAEquipmentCopyRequest) HasMaxDay

func (o *CreateAEquipmentCopyRequest) HasMaxDay() bool

HasMaxDay returns a boolean if a field has been set.

func (*CreateAEquipmentCopyRequest) HasProjectId

func (o *CreateAEquipmentCopyRequest) HasProjectId() bool

HasProjectId returns a boolean if a field has been set.

func (*CreateAEquipmentCopyRequest) HasProjectName

func (o *CreateAEquipmentCopyRequest) HasProjectName() bool

HasProjectName returns a boolean if a field has been set.

func (*CreateAEquipmentCopyRequest) HasPurchaseDate

func (o *CreateAEquipmentCopyRequest) HasPurchaseDate() bool

HasPurchaseDate returns a boolean if a field has been set.

func (*CreateAEquipmentCopyRequest) HasPurchasePrice

func (o *CreateAEquipmentCopyRequest) HasPurchasePrice() bool

HasPurchasePrice returns a boolean if a field has been set.

func (*CreateAEquipmentCopyRequest) HasSerialNo

func (o *CreateAEquipmentCopyRequest) HasSerialNo() bool

HasSerialNo returns a boolean if a field has been set.

func (*CreateAEquipmentCopyRequest) HasStatus

func (o *CreateAEquipmentCopyRequest) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*CreateAEquipmentCopyRequest) HasStatusName

func (o *CreateAEquipmentCopyRequest) HasStatusName() bool

HasStatusName returns a boolean if a field has been set.

func (CreateAEquipmentCopyRequest) MarshalJSON

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

func (*CreateAEquipmentCopyRequest) SetBillingCost

func (o *CreateAEquipmentCopyRequest) SetBillingCost(v float64)

SetBillingCost gets a reference to the given float64 and assigns it to the BillingCost field.

func (*CreateAEquipmentCopyRequest) SetBillingType

func (o *CreateAEquipmentCopyRequest) SetBillingType(v string)

SetBillingType gets a reference to the given string and assigns it to the BillingType field.

func (*CreateAEquipmentCopyRequest) SetBillingTypeName

func (o *CreateAEquipmentCopyRequest) SetBillingTypeName(v string)

SetBillingTypeName gets a reference to the given string and assigns it to the BillingTypeName field.

func (*CreateAEquipmentCopyRequest) SetCurrentCompanyId

func (o *CreateAEquipmentCopyRequest) SetCurrentCompanyId(v int64)

SetCurrentCompanyId gets a reference to the given int64 and assigns it to the CurrentCompanyId field.

func (*CreateAEquipmentCopyRequest) SetCurrentStaffId

func (o *CreateAEquipmentCopyRequest) SetCurrentStaffId(v int64)

SetCurrentStaffId gets a reference to the given int64 and assigns it to the CurrentStaffId field.

func (*CreateAEquipmentCopyRequest) SetEquipmentCustomId

func (o *CreateAEquipmentCopyRequest) SetEquipmentCustomId(v string)

SetEquipmentCustomId gets a reference to the given string and assigns it to the EquipmentCustomId field.

func (*CreateAEquipmentCopyRequest) SetEquipmentModel

func (o *CreateAEquipmentCopyRequest) SetEquipmentModel(v string)

SetEquipmentModel gets a reference to the given string and assigns it to the EquipmentModel field.

func (*CreateAEquipmentCopyRequest) SetEquipmentTypeId

func (o *CreateAEquipmentCopyRequest) SetEquipmentTypeId(v int64)

SetEquipmentTypeId gets a reference to the given int64 and assigns it to the EquipmentTypeId field.

func (*CreateAEquipmentCopyRequest) SetEquipmentTypeName

func (o *CreateAEquipmentCopyRequest) SetEquipmentTypeName(v string)

SetEquipmentTypeName gets a reference to the given string and assigns it to the EquipmentTypeName field.

func (*CreateAEquipmentCopyRequest) SetId

func (o *CreateAEquipmentCopyRequest) SetId(v int64)

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

func (*CreateAEquipmentCopyRequest) SetLocationId

func (o *CreateAEquipmentCopyRequest) SetLocationId(v int64)

SetLocationId gets a reference to the given int64 and assigns it to the LocationId field.

func (*CreateAEquipmentCopyRequest) SetLocationName

func (o *CreateAEquipmentCopyRequest) SetLocationName(v string)

SetLocationName gets a reference to the given string and assigns it to the LocationName field.

func (*CreateAEquipmentCopyRequest) SetManufacturer

func (o *CreateAEquipmentCopyRequest) SetManufacturer(v string)

SetManufacturer gets a reference to the given string and assigns it to the Manufacturer field.

func (*CreateAEquipmentCopyRequest) SetMaxDay

func (o *CreateAEquipmentCopyRequest) SetMaxDay(v int32)

SetMaxDay gets a reference to the given int32 and assigns it to the MaxDay field.

func (*CreateAEquipmentCopyRequest) SetProjectId

func (o *CreateAEquipmentCopyRequest) SetProjectId(v int64)

SetProjectId gets a reference to the given int64 and assigns it to the ProjectId field.

func (*CreateAEquipmentCopyRequest) SetProjectName

func (o *CreateAEquipmentCopyRequest) SetProjectName(v string)

SetProjectName gets a reference to the given string and assigns it to the ProjectName field.

func (*CreateAEquipmentCopyRequest) SetPurchaseDate

func (o *CreateAEquipmentCopyRequest) SetPurchaseDate(v string)

SetPurchaseDate gets a reference to the given string and assigns it to the PurchaseDate field.

func (*CreateAEquipmentCopyRequest) SetPurchasePrice

func (o *CreateAEquipmentCopyRequest) SetPurchasePrice(v float64)

SetPurchasePrice gets a reference to the given float64 and assigns it to the PurchasePrice field.

func (*CreateAEquipmentCopyRequest) SetSerialNo

func (o *CreateAEquipmentCopyRequest) SetSerialNo(v string)

SetSerialNo gets a reference to the given string and assigns it to the SerialNo field.

func (*CreateAEquipmentCopyRequest) SetStatus

func (o *CreateAEquipmentCopyRequest) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*CreateAEquipmentCopyRequest) SetStatusName

func (o *CreateAEquipmentCopyRequest) SetStatusName(v string)

SetStatusName gets a reference to the given string and assigns it to the StatusName field.

func (CreateAEquipmentCopyRequest) ToMap

func (o CreateAEquipmentCopyRequest) ToMap() (map[string]interface{}, error)

func (*CreateAEquipmentCopyRequest) UnmarshalJSON

func (o *CreateAEquipmentCopyRequest) UnmarshalJSON(data []byte) (err error)

type CreateAScheduledEvent200Response

type CreateAScheduledEvent200Response struct {
	Data                 *int32  `json:"data,omitempty"`
	Message              *string `json:"message,omitempty"`
	Status               *int32  `json:"status,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateAScheduledEvent200Response struct for CreateAScheduledEvent200Response

func NewCreateAScheduledEvent200Response

func NewCreateAScheduledEvent200Response() *CreateAScheduledEvent200Response

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

func NewCreateAScheduledEvent200ResponseWithDefaults

func NewCreateAScheduledEvent200ResponseWithDefaults() *CreateAScheduledEvent200Response

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

func (*CreateAScheduledEvent200Response) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*CreateAScheduledEvent200Response) GetDataOk

func (o *CreateAScheduledEvent200Response) GetDataOk() (*int32, bool)

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

func (*CreateAScheduledEvent200Response) GetMessage

func (o *CreateAScheduledEvent200Response) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*CreateAScheduledEvent200Response) GetMessageOk

func (o *CreateAScheduledEvent200Response) GetMessageOk() (*string, bool)

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

func (*CreateAScheduledEvent200Response) GetStatus

func (o *CreateAScheduledEvent200Response) GetStatus() int32

GetStatus returns the Status field value if set, zero value otherwise.

func (*CreateAScheduledEvent200Response) GetStatusOk

func (o *CreateAScheduledEvent200Response) GetStatusOk() (*int32, bool)

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

func (*CreateAScheduledEvent200Response) HasData

HasData returns a boolean if a field has been set.

func (*CreateAScheduledEvent200Response) HasMessage

func (o *CreateAScheduledEvent200Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*CreateAScheduledEvent200Response) HasStatus

func (o *CreateAScheduledEvent200Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (CreateAScheduledEvent200Response) MarshalJSON

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

func (*CreateAScheduledEvent200Response) SetData

SetData gets a reference to the given int32 and assigns it to the Data field.

func (*CreateAScheduledEvent200Response) SetMessage

func (o *CreateAScheduledEvent200Response) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*CreateAScheduledEvent200Response) SetStatus

func (o *CreateAScheduledEvent200Response) SetStatus(v int32)

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (CreateAScheduledEvent200Response) ToMap

func (o CreateAScheduledEvent200Response) ToMap() (map[string]interface{}, error)

func (*CreateAScheduledEvent200Response) UnmarshalJSON

func (o *CreateAScheduledEvent200Response) UnmarshalJSON(data []byte) (err error)

type CreateAScheduledEventRequest

type CreateAScheduledEventRequest struct {
	Title       string  `json:"title"`
	Status      *string `json:"status,omitempty"`
	ProjectId   *int32  `json:"projectId,omitempty"`
	ProjectName *string `json:"projectName,omitempty"`
	Location    *bool   `json:"location,omitempty"`
	Notes       *string `json:"notes,omitempty"`
	Start       string  `json:"start"`
	// Ex: Central Standard Time (case sensitive)
	StartTimezone string  `json:"startTimezone"`
	End           string  `json:"end"`
	EndTimezone   *string `json:"endTimezone,omitempty"`
	IsAllDay      *bool   `json:"isAllDay,omitempty"`
	// Enter email(s) of existing Albi user(s), contact(s), or Organization(s) e.g. user@example.com
	RequiredAttendees []string `json:"requiredAttendees,omitempty"`
	// Enter email(s) of existing Albi user(s), contact(s), or Organization(s) e.g. user@example.com
	OptionalAttendees  []string `json:"optionalAttendees,omitempty"`
	SendInvite         *bool    `json:"sendInvite,omitempty"`
	Address1           *string  `json:"address1,omitempty"`
	Address2           *string  `json:"address2,omitempty"`
	City               *string  `json:"city,omitempty"`
	State              *string  `json:"state,omitempty"`
	Country            *string  `json:"country,omitempty"`
	ZipCode            *string  `json:"zipCode,omitempty"`
	CreatedBy          *int32   `json:"createdBy,omitempty"`
	OrganizerEmail     *string  `json:"organizerEmail,omitempty"`
	ScheduleCategoryId *int32   `json:"scheduleCategoryId,omitempty"`
	// Each tag should include a valid id, name, and optional tagColor. This field accepts line items (arrays of tag objects).
	TagData              []CreateAScheduledEventRequestTagDataInner `json:"tagData,omitempty"`
	StatusIcon           []string                                   `json:"statusIcon,omitempty"`
	Latitude             *int32                                     `json:"latitude,omitempty"`
	Longitude            *int32                                     `json:"longitude,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateAScheduledEventRequest struct for CreateAScheduledEventRequest

func NewCreateAScheduledEventRequest

func NewCreateAScheduledEventRequest(title string, start string, startTimezone string, end string) *CreateAScheduledEventRequest

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

func NewCreateAScheduledEventRequestWithDefaults

func NewCreateAScheduledEventRequestWithDefaults() *CreateAScheduledEventRequest

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

func (*CreateAScheduledEventRequest) GetAddress1

func (o *CreateAScheduledEventRequest) GetAddress1() string

GetAddress1 returns the Address1 field value if set, zero value otherwise.

func (*CreateAScheduledEventRequest) GetAddress1Ok

func (o *CreateAScheduledEventRequest) GetAddress1Ok() (*string, bool)

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

func (*CreateAScheduledEventRequest) GetAddress2

func (o *CreateAScheduledEventRequest) GetAddress2() string

GetAddress2 returns the Address2 field value if set, zero value otherwise.

func (*CreateAScheduledEventRequest) GetAddress2Ok

func (o *CreateAScheduledEventRequest) GetAddress2Ok() (*string, bool)

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

func (*CreateAScheduledEventRequest) GetCity

func (o *CreateAScheduledEventRequest) GetCity() string

GetCity returns the City field value if set, zero value otherwise.

func (*CreateAScheduledEventRequest) GetCityOk

func (o *CreateAScheduledEventRequest) GetCityOk() (*string, bool)

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

func (*CreateAScheduledEventRequest) GetCountry

func (o *CreateAScheduledEventRequest) GetCountry() string

GetCountry returns the Country field value if set, zero value otherwise.

func (*CreateAScheduledEventRequest) GetCountryOk

func (o *CreateAScheduledEventRequest) GetCountryOk() (*string, bool)

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

func (*CreateAScheduledEventRequest) GetCreatedBy

func (o *CreateAScheduledEventRequest) GetCreatedBy() int32

GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.

func (*CreateAScheduledEventRequest) GetCreatedByOk

func (o *CreateAScheduledEventRequest) GetCreatedByOk() (*int32, bool)

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

func (*CreateAScheduledEventRequest) GetEnd

GetEnd returns the End field value

func (*CreateAScheduledEventRequest) GetEndOk

func (o *CreateAScheduledEventRequest) GetEndOk() (*string, bool)

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

func (*CreateAScheduledEventRequest) GetEndTimezone

func (o *CreateAScheduledEventRequest) GetEndTimezone() string

GetEndTimezone returns the EndTimezone field value if set, zero value otherwise.

func (*CreateAScheduledEventRequest) GetEndTimezoneOk

func (o *CreateAScheduledEventRequest) GetEndTimezoneOk() (*string, bool)

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

func (*CreateAScheduledEventRequest) GetIsAllDay

func (o *CreateAScheduledEventRequest) GetIsAllDay() bool

GetIsAllDay returns the IsAllDay field value if set, zero value otherwise.

func (*CreateAScheduledEventRequest) GetIsAllDayOk

func (o *CreateAScheduledEventRequest) GetIsAllDayOk() (*bool, bool)

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

func (*CreateAScheduledEventRequest) GetLatitude

func (o *CreateAScheduledEventRequest) GetLatitude() int32

GetLatitude returns the Latitude field value if set, zero value otherwise.

func (*CreateAScheduledEventRequest) GetLatitudeOk

func (o *CreateAScheduledEventRequest) GetLatitudeOk() (*int32, bool)

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

func (*CreateAScheduledEventRequest) GetLocation

func (o *CreateAScheduledEventRequest) GetLocation() bool

GetLocation returns the Location field value if set, zero value otherwise.

func (*CreateAScheduledEventRequest) GetLocationOk

func (o *CreateAScheduledEventRequest) GetLocationOk() (*bool, 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.

func (*CreateAScheduledEventRequest) GetLongitude

func (o *CreateAScheduledEventRequest) GetLongitude() int32

GetLongitude returns the Longitude field value if set, zero value otherwise.

func (*CreateAScheduledEventRequest) GetLongitudeOk

func (o *CreateAScheduledEventRequest) GetLongitudeOk() (*int32, bool)

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

func (*CreateAScheduledEventRequest) GetNotes

func (o *CreateAScheduledEventRequest) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*CreateAScheduledEventRequest) GetNotesOk

func (o *CreateAScheduledEventRequest) GetNotesOk() (*string, bool)

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

func (*CreateAScheduledEventRequest) GetOptionalAttendees

func (o *CreateAScheduledEventRequest) GetOptionalAttendees() []string

GetOptionalAttendees returns the OptionalAttendees field value if set, zero value otherwise.

func (*CreateAScheduledEventRequest) GetOptionalAttendeesOk

func (o *CreateAScheduledEventRequest) GetOptionalAttendeesOk() ([]string, bool)

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

func (*CreateAScheduledEventRequest) GetOrganizerEmail

func (o *CreateAScheduledEventRequest) GetOrganizerEmail() string

GetOrganizerEmail returns the OrganizerEmail field value if set, zero value otherwise.

func (*CreateAScheduledEventRequest) GetOrganizerEmailOk

func (o *CreateAScheduledEventRequest) GetOrganizerEmailOk() (*string, bool)

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

func (*CreateAScheduledEventRequest) GetProjectId

func (o *CreateAScheduledEventRequest) GetProjectId() int32

GetProjectId returns the ProjectId field value if set, zero value otherwise.

func (*CreateAScheduledEventRequest) GetProjectIdOk

func (o *CreateAScheduledEventRequest) GetProjectIdOk() (*int32, bool)

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

func (*CreateAScheduledEventRequest) GetProjectName

func (o *CreateAScheduledEventRequest) GetProjectName() string

GetProjectName returns the ProjectName field value if set, zero value otherwise.

func (*CreateAScheduledEventRequest) GetProjectNameOk

func (o *CreateAScheduledEventRequest) GetProjectNameOk() (*string, bool)

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

func (*CreateAScheduledEventRequest) GetRequiredAttendees

func (o *CreateAScheduledEventRequest) GetRequiredAttendees() []string

GetRequiredAttendees returns the RequiredAttendees field value if set, zero value otherwise.

func (*CreateAScheduledEventRequest) GetRequiredAttendeesOk

func (o *CreateAScheduledEventRequest) GetRequiredAttendeesOk() ([]string, bool)

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

func (*CreateAScheduledEventRequest) GetScheduleCategoryId

func (o *CreateAScheduledEventRequest) GetScheduleCategoryId() int32

GetScheduleCategoryId returns the ScheduleCategoryId field value if set, zero value otherwise.

func (*CreateAScheduledEventRequest) GetScheduleCategoryIdOk

func (o *CreateAScheduledEventRequest) GetScheduleCategoryIdOk() (*int32, bool)

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

func (*CreateAScheduledEventRequest) GetSendInvite

func (o *CreateAScheduledEventRequest) GetSendInvite() bool

GetSendInvite returns the SendInvite field value if set, zero value otherwise.

func (*CreateAScheduledEventRequest) GetSendInviteOk

func (o *CreateAScheduledEventRequest) GetSendInviteOk() (*bool, bool)

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

func (*CreateAScheduledEventRequest) GetStart

func (o *CreateAScheduledEventRequest) GetStart() string

GetStart returns the Start field value

func (*CreateAScheduledEventRequest) GetStartOk

func (o *CreateAScheduledEventRequest) GetStartOk() (*string, bool)

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

func (*CreateAScheduledEventRequest) GetStartTimezone

func (o *CreateAScheduledEventRequest) GetStartTimezone() string

GetStartTimezone returns the StartTimezone field value

func (*CreateAScheduledEventRequest) GetStartTimezoneOk

func (o *CreateAScheduledEventRequest) GetStartTimezoneOk() (*string, bool)

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

func (*CreateAScheduledEventRequest) GetState

func (o *CreateAScheduledEventRequest) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*CreateAScheduledEventRequest) GetStateOk

func (o *CreateAScheduledEventRequest) GetStateOk() (*string, bool)

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

func (*CreateAScheduledEventRequest) GetStatus

func (o *CreateAScheduledEventRequest) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*CreateAScheduledEventRequest) GetStatusIcon

func (o *CreateAScheduledEventRequest) GetStatusIcon() []string

GetStatusIcon returns the StatusIcon field value if set, zero value otherwise.

func (*CreateAScheduledEventRequest) GetStatusIconOk

func (o *CreateAScheduledEventRequest) GetStatusIconOk() ([]string, bool)

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

func (*CreateAScheduledEventRequest) GetStatusOk

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

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

func (*CreateAScheduledEventRequest) GetTagData

GetTagData returns the TagData field value if set, zero value otherwise.

func (*CreateAScheduledEventRequest) GetTagDataOk

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

func (*CreateAScheduledEventRequest) GetTitle

func (o *CreateAScheduledEventRequest) GetTitle() string

GetTitle returns the Title field value

func (*CreateAScheduledEventRequest) GetTitleOk

func (o *CreateAScheduledEventRequest) GetTitleOk() (*string, bool)

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

func (*CreateAScheduledEventRequest) GetZipCode

func (o *CreateAScheduledEventRequest) GetZipCode() string

GetZipCode returns the ZipCode field value if set, zero value otherwise.

func (*CreateAScheduledEventRequest) GetZipCodeOk

func (o *CreateAScheduledEventRequest) GetZipCodeOk() (*string, bool)

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

func (*CreateAScheduledEventRequest) HasAddress1

func (o *CreateAScheduledEventRequest) HasAddress1() bool

HasAddress1 returns a boolean if a field has been set.

func (*CreateAScheduledEventRequest) HasAddress2

func (o *CreateAScheduledEventRequest) HasAddress2() bool

HasAddress2 returns a boolean if a field has been set.

func (*CreateAScheduledEventRequest) HasCity

func (o *CreateAScheduledEventRequest) HasCity() bool

HasCity returns a boolean if a field has been set.

func (*CreateAScheduledEventRequest) HasCountry

func (o *CreateAScheduledEventRequest) HasCountry() bool

HasCountry returns a boolean if a field has been set.

func (*CreateAScheduledEventRequest) HasCreatedBy

func (o *CreateAScheduledEventRequest) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

func (*CreateAScheduledEventRequest) HasEndTimezone

func (o *CreateAScheduledEventRequest) HasEndTimezone() bool

HasEndTimezone returns a boolean if a field has been set.

func (*CreateAScheduledEventRequest) HasIsAllDay

func (o *CreateAScheduledEventRequest) HasIsAllDay() bool

HasIsAllDay returns a boolean if a field has been set.

func (*CreateAScheduledEventRequest) HasLatitude

func (o *CreateAScheduledEventRequest) HasLatitude() bool

HasLatitude returns a boolean if a field has been set.

func (*CreateAScheduledEventRequest) HasLocation

func (o *CreateAScheduledEventRequest) HasLocation() bool

HasLocation returns a boolean if a field has been set.

func (*CreateAScheduledEventRequest) HasLongitude

func (o *CreateAScheduledEventRequest) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

func (*CreateAScheduledEventRequest) HasNotes

func (o *CreateAScheduledEventRequest) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*CreateAScheduledEventRequest) HasOptionalAttendees

func (o *CreateAScheduledEventRequest) HasOptionalAttendees() bool

HasOptionalAttendees returns a boolean if a field has been set.

func (*CreateAScheduledEventRequest) HasOrganizerEmail

func (o *CreateAScheduledEventRequest) HasOrganizerEmail() bool

HasOrganizerEmail returns a boolean if a field has been set.

func (*CreateAScheduledEventRequest) HasProjectId

func (o *CreateAScheduledEventRequest) HasProjectId() bool

HasProjectId returns a boolean if a field has been set.

func (*CreateAScheduledEventRequest) HasProjectName

func (o *CreateAScheduledEventRequest) HasProjectName() bool

HasProjectName returns a boolean if a field has been set.

func (*CreateAScheduledEventRequest) HasRequiredAttendees

func (o *CreateAScheduledEventRequest) HasRequiredAttendees() bool

HasRequiredAttendees returns a boolean if a field has been set.

func (*CreateAScheduledEventRequest) HasScheduleCategoryId

func (o *CreateAScheduledEventRequest) HasScheduleCategoryId() bool

HasScheduleCategoryId returns a boolean if a field has been set.

func (*CreateAScheduledEventRequest) HasSendInvite

func (o *CreateAScheduledEventRequest) HasSendInvite() bool

HasSendInvite returns a boolean if a field has been set.

func (*CreateAScheduledEventRequest) HasState

func (o *CreateAScheduledEventRequest) HasState() bool

HasState returns a boolean if a field has been set.

func (*CreateAScheduledEventRequest) HasStatus

func (o *CreateAScheduledEventRequest) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*CreateAScheduledEventRequest) HasStatusIcon

func (o *CreateAScheduledEventRequest) HasStatusIcon() bool

HasStatusIcon returns a boolean if a field has been set.

func (*CreateAScheduledEventRequest) HasTagData

func (o *CreateAScheduledEventRequest) HasTagData() bool

HasTagData returns a boolean if a field has been set.

func (*CreateAScheduledEventRequest) HasZipCode

func (o *CreateAScheduledEventRequest) HasZipCode() bool

HasZipCode returns a boolean if a field has been set.

func (CreateAScheduledEventRequest) MarshalJSON

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

func (*CreateAScheduledEventRequest) SetAddress1

func (o *CreateAScheduledEventRequest) SetAddress1(v string)

SetAddress1 gets a reference to the given string and assigns it to the Address1 field.

func (*CreateAScheduledEventRequest) SetAddress2

func (o *CreateAScheduledEventRequest) SetAddress2(v string)

SetAddress2 gets a reference to the given string and assigns it to the Address2 field.

func (*CreateAScheduledEventRequest) SetCity

func (o *CreateAScheduledEventRequest) SetCity(v string)

SetCity gets a reference to the given string and assigns it to the City field.

func (*CreateAScheduledEventRequest) SetCountry

func (o *CreateAScheduledEventRequest) SetCountry(v string)

SetCountry gets a reference to the given string and assigns it to the Country field.

func (*CreateAScheduledEventRequest) SetCreatedBy

func (o *CreateAScheduledEventRequest) SetCreatedBy(v int32)

SetCreatedBy gets a reference to the given int32 and assigns it to the CreatedBy field.

func (*CreateAScheduledEventRequest) SetEnd

func (o *CreateAScheduledEventRequest) SetEnd(v string)

SetEnd sets field value

func (*CreateAScheduledEventRequest) SetEndTimezone

func (o *CreateAScheduledEventRequest) SetEndTimezone(v string)

SetEndTimezone gets a reference to the given string and assigns it to the EndTimezone field.

func (*CreateAScheduledEventRequest) SetIsAllDay

func (o *CreateAScheduledEventRequest) SetIsAllDay(v bool)

SetIsAllDay gets a reference to the given bool and assigns it to the IsAllDay field.

func (*CreateAScheduledEventRequest) SetLatitude

func (o *CreateAScheduledEventRequest) SetLatitude(v int32)

SetLatitude gets a reference to the given int32 and assigns it to the Latitude field.

func (*CreateAScheduledEventRequest) SetLocation

func (o *CreateAScheduledEventRequest) SetLocation(v bool)

SetLocation gets a reference to the given bool and assigns it to the Location field.

func (*CreateAScheduledEventRequest) SetLongitude

func (o *CreateAScheduledEventRequest) SetLongitude(v int32)

SetLongitude gets a reference to the given int32 and assigns it to the Longitude field.

func (*CreateAScheduledEventRequest) SetNotes

func (o *CreateAScheduledEventRequest) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*CreateAScheduledEventRequest) SetOptionalAttendees

func (o *CreateAScheduledEventRequest) SetOptionalAttendees(v []string)

SetOptionalAttendees gets a reference to the given []string and assigns it to the OptionalAttendees field.

func (*CreateAScheduledEventRequest) SetOrganizerEmail

func (o *CreateAScheduledEventRequest) SetOrganizerEmail(v string)

SetOrganizerEmail gets a reference to the given string and assigns it to the OrganizerEmail field.

func (*CreateAScheduledEventRequest) SetProjectId

func (o *CreateAScheduledEventRequest) SetProjectId(v int32)

SetProjectId gets a reference to the given int32 and assigns it to the ProjectId field.

func (*CreateAScheduledEventRequest) SetProjectName

func (o *CreateAScheduledEventRequest) SetProjectName(v string)

SetProjectName gets a reference to the given string and assigns it to the ProjectName field.

func (*CreateAScheduledEventRequest) SetRequiredAttendees

func (o *CreateAScheduledEventRequest) SetRequiredAttendees(v []string)

SetRequiredAttendees gets a reference to the given []string and assigns it to the RequiredAttendees field.

func (*CreateAScheduledEventRequest) SetScheduleCategoryId

func (o *CreateAScheduledEventRequest) SetScheduleCategoryId(v int32)

SetScheduleCategoryId gets a reference to the given int32 and assigns it to the ScheduleCategoryId field.

func (*CreateAScheduledEventRequest) SetSendInvite

func (o *CreateAScheduledEventRequest) SetSendInvite(v bool)

SetSendInvite gets a reference to the given bool and assigns it to the SendInvite field.

func (*CreateAScheduledEventRequest) SetStart

func (o *CreateAScheduledEventRequest) SetStart(v string)

SetStart sets field value

func (*CreateAScheduledEventRequest) SetStartTimezone

func (o *CreateAScheduledEventRequest) SetStartTimezone(v string)

SetStartTimezone sets field value

func (*CreateAScheduledEventRequest) SetState

func (o *CreateAScheduledEventRequest) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*CreateAScheduledEventRequest) SetStatus

func (o *CreateAScheduledEventRequest) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*CreateAScheduledEventRequest) SetStatusIcon

func (o *CreateAScheduledEventRequest) SetStatusIcon(v []string)

SetStatusIcon gets a reference to the given []string and assigns it to the StatusIcon field.

func (*CreateAScheduledEventRequest) SetTagData

SetTagData gets a reference to the given []CreateAScheduledEventRequestTagDataInner and assigns it to the TagData field.

func (*CreateAScheduledEventRequest) SetTitle

func (o *CreateAScheduledEventRequest) SetTitle(v string)

SetTitle sets field value

func (*CreateAScheduledEventRequest) SetZipCode

func (o *CreateAScheduledEventRequest) SetZipCode(v string)

SetZipCode gets a reference to the given string and assigns it to the ZipCode field.

func (CreateAScheduledEventRequest) ToMap

func (o CreateAScheduledEventRequest) ToMap() (map[string]interface{}, error)

func (*CreateAScheduledEventRequest) UnmarshalJSON

func (o *CreateAScheduledEventRequest) UnmarshalJSON(data []byte) (err error)

type CreateAScheduledEventRequestTagDataInner

type CreateAScheduledEventRequestTagDataInner struct {
	Id                   *int32  `json:"id,omitempty"`
	Name                 *string `json:"name,omitempty"`
	TagColor             *string `json:"tagColor,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateAScheduledEventRequestTagDataInner struct for CreateAScheduledEventRequestTagDataInner

func NewCreateAScheduledEventRequestTagDataInner

func NewCreateAScheduledEventRequestTagDataInner() *CreateAScheduledEventRequestTagDataInner

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

func NewCreateAScheduledEventRequestTagDataInnerWithDefaults

func NewCreateAScheduledEventRequestTagDataInnerWithDefaults() *CreateAScheduledEventRequestTagDataInner

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

func (*CreateAScheduledEventRequestTagDataInner) GetId

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

func (*CreateAScheduledEventRequestTagDataInner) GetIdOk

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

func (*CreateAScheduledEventRequestTagDataInner) GetName

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

func (*CreateAScheduledEventRequestTagDataInner) GetNameOk

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

func (*CreateAScheduledEventRequestTagDataInner) GetTagColor

GetTagColor returns the TagColor field value if set, zero value otherwise.

func (*CreateAScheduledEventRequestTagDataInner) GetTagColorOk

func (o *CreateAScheduledEventRequestTagDataInner) GetTagColorOk() (*string, bool)

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

func (*CreateAScheduledEventRequestTagDataInner) HasId

HasId returns a boolean if a field has been set.

func (*CreateAScheduledEventRequestTagDataInner) HasName

HasName returns a boolean if a field has been set.

func (*CreateAScheduledEventRequestTagDataInner) HasTagColor

HasTagColor returns a boolean if a field has been set.

func (CreateAScheduledEventRequestTagDataInner) MarshalJSON

func (*CreateAScheduledEventRequestTagDataInner) SetId

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

func (*CreateAScheduledEventRequestTagDataInner) SetName

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

func (*CreateAScheduledEventRequestTagDataInner) SetTagColor

SetTagColor gets a reference to the given string and assigns it to the TagColor field.

func (CreateAScheduledEventRequestTagDataInner) ToMap

func (o CreateAScheduledEventRequestTagDataInner) ToMap() (map[string]interface{}, error)

func (*CreateAScheduledEventRequestTagDataInner) UnmarshalJSON

func (o *CreateAScheduledEventRequestTagDataInner) UnmarshalJSON(data []byte) (err error)

type CreateAnEquipmentCopy200Response

type CreateAnEquipmentCopy200Response struct {
	Data                 *CreateAnEquipmentCopy200ResponseData `json:"data,omitempty"`
	Message              *string                               `json:"message,omitempty"`
	Status               *int32                                `json:"status,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateAnEquipmentCopy200Response struct for CreateAnEquipmentCopy200Response

func NewCreateAnEquipmentCopy200Response

func NewCreateAnEquipmentCopy200Response() *CreateAnEquipmentCopy200Response

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

func NewCreateAnEquipmentCopy200ResponseWithDefaults

func NewCreateAnEquipmentCopy200ResponseWithDefaults() *CreateAnEquipmentCopy200Response

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

func (*CreateAnEquipmentCopy200Response) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy200Response) GetDataOk

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

func (*CreateAnEquipmentCopy200Response) GetMessage

func (o *CreateAnEquipmentCopy200Response) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy200Response) GetMessageOk

func (o *CreateAnEquipmentCopy200Response) GetMessageOk() (*string, bool)

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

func (*CreateAnEquipmentCopy200Response) GetStatus

func (o *CreateAnEquipmentCopy200Response) GetStatus() int32

GetStatus returns the Status field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy200Response) GetStatusOk

func (o *CreateAnEquipmentCopy200Response) GetStatusOk() (*int32, bool)

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

func (*CreateAnEquipmentCopy200Response) HasData

HasData returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200Response) HasMessage

func (o *CreateAnEquipmentCopy200Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200Response) HasStatus

func (o *CreateAnEquipmentCopy200Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (CreateAnEquipmentCopy200Response) MarshalJSON

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

func (*CreateAnEquipmentCopy200Response) SetData

SetData gets a reference to the given CreateAnEquipmentCopy200ResponseData and assigns it to the Data field.

func (*CreateAnEquipmentCopy200Response) SetMessage

func (o *CreateAnEquipmentCopy200Response) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*CreateAnEquipmentCopy200Response) SetStatus

func (o *CreateAnEquipmentCopy200Response) SetStatus(v int32)

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (CreateAnEquipmentCopy200Response) ToMap

func (o CreateAnEquipmentCopy200Response) ToMap() (map[string]interface{}, error)

func (*CreateAnEquipmentCopy200Response) UnmarshalJSON

func (o *CreateAnEquipmentCopy200Response) UnmarshalJSON(data []byte) (err error)

type CreateAnEquipmentCopy200ResponseData

type CreateAnEquipmentCopy200ResponseData struct {
	Id                   *int32                                        `json:"id,omitempty"`
	EquipmentCustomId    *string                                       `json:"equipmentCustomId,omitempty"`
	Barcode              interface{}                                   `json:"barcode,omitempty"`
	EquipmentTypeID      *int32                                        `json:"equipmentTypeID,omitempty"`
	Type                 *string                                       `json:"type,omitempty"`
	TypeImage            *CreateAEquipmentCopy200ResponseDataTypeImage `json:"typeImage,omitempty"`
	Manufacturer         interface{}                                   `json:"manufacturer,omitempty"`
	SerialNo             interface{}                                   `json:"serialNo,omitempty"`
	Status               *string                                       `json:"status,omitempty"`
	StatusName           *string                                       `json:"statusName,omitempty"`
	MaxDay               interface{}                                   `json:"maxDay,omitempty"`
	LocationId           *int32                                        `json:"locationId,omitempty"`
	LocationName         *string                                       `json:"locationName,omitempty"`
	ProjectId            interface{}                                   `json:"projectId,omitempty"`
	ProjectName          *string                                       `json:"projectName,omitempty"`
	AssignAt             interface{}                                   `json:"assignAt,omitempty"`
	Model                interface{}                                   `json:"model,omitempty"`
	BillingType          *string                                       `json:"billingType,omitempty"`
	BillingCost          interface{}                                   `json:"billingCost,omitempty"`
	PurchaseDate         interface{}                                   `json:"purchaseDate,omitempty"`
	PurchasePrice        interface{}                                   `json:"purchasePrice,omitempty"`
	Options              *int32                                        `json:"options,omitempty"`
	Device               interface{}                                   `json:"device,omitempty"`
	PriceListItems       interface{}                                   `json:"priceListItems,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateAnEquipmentCopy200ResponseData struct for CreateAnEquipmentCopy200ResponseData

func NewCreateAnEquipmentCopy200ResponseData

func NewCreateAnEquipmentCopy200ResponseData() *CreateAnEquipmentCopy200ResponseData

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

func NewCreateAnEquipmentCopy200ResponseDataWithDefaults

func NewCreateAnEquipmentCopy200ResponseDataWithDefaults() *CreateAnEquipmentCopy200ResponseData

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

func (*CreateAnEquipmentCopy200ResponseData) GetAssignAt

func (o *CreateAnEquipmentCopy200ResponseData) GetAssignAt() interface{}

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

func (*CreateAnEquipmentCopy200ResponseData) GetAssignAtOk

func (o *CreateAnEquipmentCopy200ResponseData) GetAssignAtOk() (*interface{}, bool)

GetAssignAtOk returns a tuple with the AssignAt 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 (*CreateAnEquipmentCopy200ResponseData) GetBarcode

func (o *CreateAnEquipmentCopy200ResponseData) GetBarcode() interface{}

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

func (*CreateAnEquipmentCopy200ResponseData) GetBarcodeOk

func (o *CreateAnEquipmentCopy200ResponseData) GetBarcodeOk() (*interface{}, bool)

GetBarcodeOk returns a tuple with the Barcode 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 (*CreateAnEquipmentCopy200ResponseData) GetBillingCost

func (o *CreateAnEquipmentCopy200ResponseData) GetBillingCost() interface{}

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

func (*CreateAnEquipmentCopy200ResponseData) GetBillingCostOk

func (o *CreateAnEquipmentCopy200ResponseData) GetBillingCostOk() (*interface{}, bool)

GetBillingCostOk returns a tuple with the BillingCost 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 (*CreateAnEquipmentCopy200ResponseData) GetBillingType

func (o *CreateAnEquipmentCopy200ResponseData) GetBillingType() string

GetBillingType returns the BillingType field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy200ResponseData) GetBillingTypeOk

func (o *CreateAnEquipmentCopy200ResponseData) GetBillingTypeOk() (*string, bool)

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

func (*CreateAnEquipmentCopy200ResponseData) GetDevice

func (o *CreateAnEquipmentCopy200ResponseData) GetDevice() interface{}

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

func (*CreateAnEquipmentCopy200ResponseData) GetDeviceOk

func (o *CreateAnEquipmentCopy200ResponseData) GetDeviceOk() (*interface{}, bool)

GetDeviceOk returns a tuple with the Device 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 (*CreateAnEquipmentCopy200ResponseData) GetEquipmentCustomId

func (o *CreateAnEquipmentCopy200ResponseData) GetEquipmentCustomId() string

GetEquipmentCustomId returns the EquipmentCustomId field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy200ResponseData) GetEquipmentCustomIdOk

func (o *CreateAnEquipmentCopy200ResponseData) GetEquipmentCustomIdOk() (*string, bool)

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

func (*CreateAnEquipmentCopy200ResponseData) GetEquipmentTypeID

func (o *CreateAnEquipmentCopy200ResponseData) GetEquipmentTypeID() int32

GetEquipmentTypeID returns the EquipmentTypeID field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy200ResponseData) GetEquipmentTypeIDOk

func (o *CreateAnEquipmentCopy200ResponseData) GetEquipmentTypeIDOk() (*int32, bool)

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

func (*CreateAnEquipmentCopy200ResponseData) GetId

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

func (*CreateAnEquipmentCopy200ResponseData) GetIdOk

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

func (*CreateAnEquipmentCopy200ResponseData) GetLocationId

func (o *CreateAnEquipmentCopy200ResponseData) GetLocationId() int32

GetLocationId returns the LocationId field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy200ResponseData) GetLocationIdOk

func (o *CreateAnEquipmentCopy200ResponseData) 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 (*CreateAnEquipmentCopy200ResponseData) GetLocationName

func (o *CreateAnEquipmentCopy200ResponseData) GetLocationName() string

GetLocationName returns the LocationName field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy200ResponseData) GetLocationNameOk

func (o *CreateAnEquipmentCopy200ResponseData) GetLocationNameOk() (*string, bool)

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

func (*CreateAnEquipmentCopy200ResponseData) GetManufacturer

func (o *CreateAnEquipmentCopy200ResponseData) GetManufacturer() interface{}

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

func (*CreateAnEquipmentCopy200ResponseData) GetManufacturerOk

func (o *CreateAnEquipmentCopy200ResponseData) GetManufacturerOk() (*interface{}, bool)

GetManufacturerOk returns a tuple with the Manufacturer 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 (*CreateAnEquipmentCopy200ResponseData) GetMaxDay

func (o *CreateAnEquipmentCopy200ResponseData) GetMaxDay() interface{}

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

func (*CreateAnEquipmentCopy200ResponseData) GetMaxDayOk

func (o *CreateAnEquipmentCopy200ResponseData) GetMaxDayOk() (*interface{}, bool)

GetMaxDayOk returns a tuple with the MaxDay 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 (*CreateAnEquipmentCopy200ResponseData) GetModel

func (o *CreateAnEquipmentCopy200ResponseData) GetModel() interface{}

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

func (*CreateAnEquipmentCopy200ResponseData) GetModelOk

func (o *CreateAnEquipmentCopy200ResponseData) GetModelOk() (*interface{}, bool)

GetModelOk returns a tuple with the Model 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 (*CreateAnEquipmentCopy200ResponseData) GetOptions

GetOptions returns the Options field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy200ResponseData) GetOptionsOk

func (o *CreateAnEquipmentCopy200ResponseData) GetOptionsOk() (*int32, bool)

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

func (*CreateAnEquipmentCopy200ResponseData) GetPriceListItems

func (o *CreateAnEquipmentCopy200ResponseData) GetPriceListItems() interface{}

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

func (*CreateAnEquipmentCopy200ResponseData) GetPriceListItemsOk

func (o *CreateAnEquipmentCopy200ResponseData) GetPriceListItemsOk() (*interface{}, bool)

GetPriceListItemsOk returns a tuple with the PriceListItems 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 (*CreateAnEquipmentCopy200ResponseData) GetProjectId

func (o *CreateAnEquipmentCopy200ResponseData) GetProjectId() interface{}

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

func (*CreateAnEquipmentCopy200ResponseData) GetProjectIdOk

func (o *CreateAnEquipmentCopy200ResponseData) GetProjectIdOk() (*interface{}, bool)

GetProjectIdOk returns a tuple with the ProjectId 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 (*CreateAnEquipmentCopy200ResponseData) GetProjectName

func (o *CreateAnEquipmentCopy200ResponseData) GetProjectName() string

GetProjectName returns the ProjectName field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy200ResponseData) GetProjectNameOk

func (o *CreateAnEquipmentCopy200ResponseData) GetProjectNameOk() (*string, bool)

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

func (*CreateAnEquipmentCopy200ResponseData) GetPurchaseDate

func (o *CreateAnEquipmentCopy200ResponseData) GetPurchaseDate() interface{}

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

func (*CreateAnEquipmentCopy200ResponseData) GetPurchaseDateOk

func (o *CreateAnEquipmentCopy200ResponseData) GetPurchaseDateOk() (*interface{}, bool)

GetPurchaseDateOk returns a tuple with the PurchaseDate 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 (*CreateAnEquipmentCopy200ResponseData) GetPurchasePrice

func (o *CreateAnEquipmentCopy200ResponseData) GetPurchasePrice() interface{}

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

func (*CreateAnEquipmentCopy200ResponseData) GetPurchasePriceOk

func (o *CreateAnEquipmentCopy200ResponseData) GetPurchasePriceOk() (*interface{}, bool)

GetPurchasePriceOk returns a tuple with the PurchasePrice 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 (*CreateAnEquipmentCopy200ResponseData) GetSerialNo

func (o *CreateAnEquipmentCopy200ResponseData) GetSerialNo() interface{}

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

func (*CreateAnEquipmentCopy200ResponseData) GetSerialNoOk

func (o *CreateAnEquipmentCopy200ResponseData) GetSerialNoOk() (*interface{}, bool)

GetSerialNoOk returns a tuple with the SerialNo 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 (*CreateAnEquipmentCopy200ResponseData) GetStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy200ResponseData) GetStatusName

func (o *CreateAnEquipmentCopy200ResponseData) GetStatusName() string

GetStatusName returns the StatusName field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy200ResponseData) GetStatusNameOk

func (o *CreateAnEquipmentCopy200ResponseData) GetStatusNameOk() (*string, bool)

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

func (*CreateAnEquipmentCopy200ResponseData) GetStatusOk

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

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

func (*CreateAnEquipmentCopy200ResponseData) GetType

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

func (*CreateAnEquipmentCopy200ResponseData) GetTypeImage

GetTypeImage returns the TypeImage field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy200ResponseData) GetTypeImageOk

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

func (*CreateAnEquipmentCopy200ResponseData) GetTypeOk

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

func (*CreateAnEquipmentCopy200ResponseData) HasAssignAt

func (o *CreateAnEquipmentCopy200ResponseData) HasAssignAt() bool

HasAssignAt returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200ResponseData) HasBarcode

HasBarcode returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200ResponseData) HasBillingCost

func (o *CreateAnEquipmentCopy200ResponseData) HasBillingCost() bool

HasBillingCost returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200ResponseData) HasBillingType

func (o *CreateAnEquipmentCopy200ResponseData) HasBillingType() bool

HasBillingType returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200ResponseData) HasDevice

HasDevice returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200ResponseData) HasEquipmentCustomId

func (o *CreateAnEquipmentCopy200ResponseData) HasEquipmentCustomId() bool

HasEquipmentCustomId returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200ResponseData) HasEquipmentTypeID

func (o *CreateAnEquipmentCopy200ResponseData) HasEquipmentTypeID() bool

HasEquipmentTypeID returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200ResponseData) HasId

HasId returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200ResponseData) HasLocationId

func (o *CreateAnEquipmentCopy200ResponseData) HasLocationId() bool

HasLocationId returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200ResponseData) HasLocationName

func (o *CreateAnEquipmentCopy200ResponseData) HasLocationName() bool

HasLocationName returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200ResponseData) HasManufacturer

func (o *CreateAnEquipmentCopy200ResponseData) HasManufacturer() bool

HasManufacturer returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200ResponseData) HasMaxDay

HasMaxDay returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200ResponseData) HasModel

HasModel returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200ResponseData) HasOptions

HasOptions returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200ResponseData) HasPriceListItems

func (o *CreateAnEquipmentCopy200ResponseData) HasPriceListItems() bool

HasPriceListItems returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200ResponseData) HasProjectId

func (o *CreateAnEquipmentCopy200ResponseData) HasProjectId() bool

HasProjectId returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200ResponseData) HasProjectName

func (o *CreateAnEquipmentCopy200ResponseData) HasProjectName() bool

HasProjectName returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200ResponseData) HasPurchaseDate

func (o *CreateAnEquipmentCopy200ResponseData) HasPurchaseDate() bool

HasPurchaseDate returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200ResponseData) HasPurchasePrice

func (o *CreateAnEquipmentCopy200ResponseData) HasPurchasePrice() bool

HasPurchasePrice returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200ResponseData) HasSerialNo

func (o *CreateAnEquipmentCopy200ResponseData) HasSerialNo() bool

HasSerialNo returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200ResponseData) HasStatus

HasStatus returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200ResponseData) HasStatusName

func (o *CreateAnEquipmentCopy200ResponseData) HasStatusName() bool

HasStatusName returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200ResponseData) HasType

HasType returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy200ResponseData) HasTypeImage

func (o *CreateAnEquipmentCopy200ResponseData) HasTypeImage() bool

HasTypeImage returns a boolean if a field has been set.

func (CreateAnEquipmentCopy200ResponseData) MarshalJSON

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

func (*CreateAnEquipmentCopy200ResponseData) SetAssignAt

func (o *CreateAnEquipmentCopy200ResponseData) SetAssignAt(v interface{})

SetAssignAt gets a reference to the given interface{} and assigns it to the AssignAt field.

func (*CreateAnEquipmentCopy200ResponseData) SetBarcode

func (o *CreateAnEquipmentCopy200ResponseData) SetBarcode(v interface{})

SetBarcode gets a reference to the given interface{} and assigns it to the Barcode field.

func (*CreateAnEquipmentCopy200ResponseData) SetBillingCost

func (o *CreateAnEquipmentCopy200ResponseData) SetBillingCost(v interface{})

SetBillingCost gets a reference to the given interface{} and assigns it to the BillingCost field.

func (*CreateAnEquipmentCopy200ResponseData) SetBillingType

func (o *CreateAnEquipmentCopy200ResponseData) SetBillingType(v string)

SetBillingType gets a reference to the given string and assigns it to the BillingType field.

func (*CreateAnEquipmentCopy200ResponseData) SetDevice

func (o *CreateAnEquipmentCopy200ResponseData) SetDevice(v interface{})

SetDevice gets a reference to the given interface{} and assigns it to the Device field.

func (*CreateAnEquipmentCopy200ResponseData) SetEquipmentCustomId

func (o *CreateAnEquipmentCopy200ResponseData) SetEquipmentCustomId(v string)

SetEquipmentCustomId gets a reference to the given string and assigns it to the EquipmentCustomId field.

func (*CreateAnEquipmentCopy200ResponseData) SetEquipmentTypeID

func (o *CreateAnEquipmentCopy200ResponseData) SetEquipmentTypeID(v int32)

SetEquipmentTypeID gets a reference to the given int32 and assigns it to the EquipmentTypeID field.

func (*CreateAnEquipmentCopy200ResponseData) SetId

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

func (*CreateAnEquipmentCopy200ResponseData) SetLocationId

func (o *CreateAnEquipmentCopy200ResponseData) SetLocationId(v int32)

SetLocationId gets a reference to the given int32 and assigns it to the LocationId field.

func (*CreateAnEquipmentCopy200ResponseData) SetLocationName

func (o *CreateAnEquipmentCopy200ResponseData) SetLocationName(v string)

SetLocationName gets a reference to the given string and assigns it to the LocationName field.

func (*CreateAnEquipmentCopy200ResponseData) SetManufacturer

func (o *CreateAnEquipmentCopy200ResponseData) SetManufacturer(v interface{})

SetManufacturer gets a reference to the given interface{} and assigns it to the Manufacturer field.

func (*CreateAnEquipmentCopy200ResponseData) SetMaxDay

func (o *CreateAnEquipmentCopy200ResponseData) SetMaxDay(v interface{})

SetMaxDay gets a reference to the given interface{} and assigns it to the MaxDay field.

func (*CreateAnEquipmentCopy200ResponseData) SetModel

func (o *CreateAnEquipmentCopy200ResponseData) SetModel(v interface{})

SetModel gets a reference to the given interface{} and assigns it to the Model field.

func (*CreateAnEquipmentCopy200ResponseData) SetOptions

SetOptions gets a reference to the given int32 and assigns it to the Options field.

func (*CreateAnEquipmentCopy200ResponseData) SetPriceListItems

func (o *CreateAnEquipmentCopy200ResponseData) SetPriceListItems(v interface{})

SetPriceListItems gets a reference to the given interface{} and assigns it to the PriceListItems field.

func (*CreateAnEquipmentCopy200ResponseData) SetProjectId

func (o *CreateAnEquipmentCopy200ResponseData) SetProjectId(v interface{})

SetProjectId gets a reference to the given interface{} and assigns it to the ProjectId field.

func (*CreateAnEquipmentCopy200ResponseData) SetProjectName

func (o *CreateAnEquipmentCopy200ResponseData) SetProjectName(v string)

SetProjectName gets a reference to the given string and assigns it to the ProjectName field.

func (*CreateAnEquipmentCopy200ResponseData) SetPurchaseDate

func (o *CreateAnEquipmentCopy200ResponseData) SetPurchaseDate(v interface{})

SetPurchaseDate gets a reference to the given interface{} and assigns it to the PurchaseDate field.

func (*CreateAnEquipmentCopy200ResponseData) SetPurchasePrice

func (o *CreateAnEquipmentCopy200ResponseData) SetPurchasePrice(v interface{})

SetPurchasePrice gets a reference to the given interface{} and assigns it to the PurchasePrice field.

func (*CreateAnEquipmentCopy200ResponseData) SetSerialNo

func (o *CreateAnEquipmentCopy200ResponseData) SetSerialNo(v interface{})

SetSerialNo gets a reference to the given interface{} and assigns it to the SerialNo field.

func (*CreateAnEquipmentCopy200ResponseData) SetStatus

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*CreateAnEquipmentCopy200ResponseData) SetStatusName

func (o *CreateAnEquipmentCopy200ResponseData) SetStatusName(v string)

SetStatusName gets a reference to the given string and assigns it to the StatusName field.

func (*CreateAnEquipmentCopy200ResponseData) SetType

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

func (*CreateAnEquipmentCopy200ResponseData) SetTypeImage

SetTypeImage gets a reference to the given CreateAEquipmentCopy200ResponseDataTypeImage and assigns it to the TypeImage field.

func (CreateAnEquipmentCopy200ResponseData) ToMap

func (o CreateAnEquipmentCopy200ResponseData) ToMap() (map[string]interface{}, error)

func (*CreateAnEquipmentCopy200ResponseData) UnmarshalJSON

func (o *CreateAnEquipmentCopy200ResponseData) UnmarshalJSON(data []byte) (err error)

type CreateAnEquipmentCopy400Response

type CreateAnEquipmentCopy400Response struct {
	Errors               *CreateAnEquipmentCopy400ResponseErrors `json:"errors,omitempty"`
	Type                 *string                                 `json:"type,omitempty"`
	Title                *string                                 `json:"title,omitempty"`
	Status               *int32                                  `json:"status,omitempty"`
	TraceId              *string                                 `json:"traceId,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateAnEquipmentCopy400Response struct for CreateAnEquipmentCopy400Response

func NewCreateAnEquipmentCopy400Response

func NewCreateAnEquipmentCopy400Response() *CreateAnEquipmentCopy400Response

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

func NewCreateAnEquipmentCopy400ResponseWithDefaults

func NewCreateAnEquipmentCopy400ResponseWithDefaults() *CreateAnEquipmentCopy400Response

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

func (*CreateAnEquipmentCopy400Response) GetErrors

GetErrors returns the Errors field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy400Response) GetErrorsOk

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

func (*CreateAnEquipmentCopy400Response) GetStatus

func (o *CreateAnEquipmentCopy400Response) GetStatus() int32

GetStatus returns the Status field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy400Response) GetStatusOk

func (o *CreateAnEquipmentCopy400Response) GetStatusOk() (*int32, bool)

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

func (*CreateAnEquipmentCopy400Response) GetTitle

GetTitle returns the Title field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy400Response) GetTitleOk

func (o *CreateAnEquipmentCopy400Response) GetTitleOk() (*string, bool)

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

func (*CreateAnEquipmentCopy400Response) GetTraceId

func (o *CreateAnEquipmentCopy400Response) GetTraceId() string

GetTraceId returns the TraceId field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy400Response) GetTraceIdOk

func (o *CreateAnEquipmentCopy400Response) GetTraceIdOk() (*string, bool)

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

func (*CreateAnEquipmentCopy400Response) GetType

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

func (*CreateAnEquipmentCopy400Response) GetTypeOk

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

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

func (*CreateAnEquipmentCopy400Response) HasErrors

func (o *CreateAnEquipmentCopy400Response) HasErrors() bool

HasErrors returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy400Response) HasStatus

func (o *CreateAnEquipmentCopy400Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy400Response) HasTitle

func (o *CreateAnEquipmentCopy400Response) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy400Response) HasTraceId

func (o *CreateAnEquipmentCopy400Response) HasTraceId() bool

HasTraceId returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy400Response) HasType

HasType returns a boolean if a field has been set.

func (CreateAnEquipmentCopy400Response) MarshalJSON

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

func (*CreateAnEquipmentCopy400Response) SetErrors

SetErrors gets a reference to the given CreateAnEquipmentCopy400ResponseErrors and assigns it to the Errors field.

func (*CreateAnEquipmentCopy400Response) SetStatus

func (o *CreateAnEquipmentCopy400Response) SetStatus(v int32)

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (*CreateAnEquipmentCopy400Response) SetTitle

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*CreateAnEquipmentCopy400Response) SetTraceId

func (o *CreateAnEquipmentCopy400Response) SetTraceId(v string)

SetTraceId gets a reference to the given string and assigns it to the TraceId field.

func (*CreateAnEquipmentCopy400Response) SetType

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

func (CreateAnEquipmentCopy400Response) ToMap

func (o CreateAnEquipmentCopy400Response) ToMap() (map[string]interface{}, error)

func (*CreateAnEquipmentCopy400Response) UnmarshalJSON

func (o *CreateAnEquipmentCopy400Response) UnmarshalJSON(data []byte) (err error)

type CreateAnEquipmentCopy400ResponseErrors

type CreateAnEquipmentCopy400ResponseErrors struct {
	Status               []string `json:"Status,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateAnEquipmentCopy400ResponseErrors struct for CreateAnEquipmentCopy400ResponseErrors

func NewCreateAnEquipmentCopy400ResponseErrors

func NewCreateAnEquipmentCopy400ResponseErrors() *CreateAnEquipmentCopy400ResponseErrors

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

func NewCreateAnEquipmentCopy400ResponseErrorsWithDefaults

func NewCreateAnEquipmentCopy400ResponseErrorsWithDefaults() *CreateAnEquipmentCopy400ResponseErrors

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

func (*CreateAnEquipmentCopy400ResponseErrors) GetStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy400ResponseErrors) GetStatusOk

func (o *CreateAnEquipmentCopy400ResponseErrors) GetStatusOk() ([]string, bool)

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

func (*CreateAnEquipmentCopy400ResponseErrors) HasStatus

HasStatus returns a boolean if a field has been set.

func (CreateAnEquipmentCopy400ResponseErrors) MarshalJSON

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

func (*CreateAnEquipmentCopy400ResponseErrors) SetStatus

SetStatus gets a reference to the given []string and assigns it to the Status field.

func (CreateAnEquipmentCopy400ResponseErrors) ToMap

func (o CreateAnEquipmentCopy400ResponseErrors) ToMap() (map[string]interface{}, error)

func (*CreateAnEquipmentCopy400ResponseErrors) UnmarshalJSON

func (o *CreateAnEquipmentCopy400ResponseErrors) UnmarshalJSON(data []byte) (err error)

type CreateAnEquipmentCopy409Response

type CreateAnEquipmentCopy409Response struct {
	Data                 *CreateAnEquipmentCopy409ResponseData `json:"data,omitempty"`
	Message              *string                               `json:"message,omitempty"`
	Status               *int32                                `json:"status,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateAnEquipmentCopy409Response struct for CreateAnEquipmentCopy409Response

func NewCreateAnEquipmentCopy409Response

func NewCreateAnEquipmentCopy409Response() *CreateAnEquipmentCopy409Response

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

func NewCreateAnEquipmentCopy409ResponseWithDefaults

func NewCreateAnEquipmentCopy409ResponseWithDefaults() *CreateAnEquipmentCopy409Response

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

func (*CreateAnEquipmentCopy409Response) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409Response) GetDataOk

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

func (*CreateAnEquipmentCopy409Response) GetMessage

func (o *CreateAnEquipmentCopy409Response) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409Response) GetMessageOk

func (o *CreateAnEquipmentCopy409Response) GetMessageOk() (*string, bool)

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

func (*CreateAnEquipmentCopy409Response) GetStatus

func (o *CreateAnEquipmentCopy409Response) GetStatus() int32

GetStatus returns the Status field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409Response) GetStatusOk

func (o *CreateAnEquipmentCopy409Response) GetStatusOk() (*int32, bool)

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

func (*CreateAnEquipmentCopy409Response) HasData

HasData returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409Response) HasMessage

func (o *CreateAnEquipmentCopy409Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409Response) HasStatus

func (o *CreateAnEquipmentCopy409Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (CreateAnEquipmentCopy409Response) MarshalJSON

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

func (*CreateAnEquipmentCopy409Response) SetData

SetData gets a reference to the given CreateAnEquipmentCopy409ResponseData and assigns it to the Data field.

func (*CreateAnEquipmentCopy409Response) SetMessage

func (o *CreateAnEquipmentCopy409Response) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*CreateAnEquipmentCopy409Response) SetStatus

func (o *CreateAnEquipmentCopy409Response) SetStatus(v int32)

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (CreateAnEquipmentCopy409Response) ToMap

func (o CreateAnEquipmentCopy409Response) ToMap() (map[string]interface{}, error)

func (*CreateAnEquipmentCopy409Response) UnmarshalJSON

func (o *CreateAnEquipmentCopy409Response) UnmarshalJSON(data []byte) (err error)

type CreateAnEquipmentCopy409ResponseData

type CreateAnEquipmentCopy409ResponseData struct {
	Id                      *int32                                               `json:"id,omitempty"`
	Identifier              *string                                              `json:"identifier,omitempty"`
	EquipmentCustomId       *string                                              `json:"equipmentCustomId,omitempty"`
	Barcode                 interface{}                                          `json:"barcode,omitempty"`
	EquipmentTypeID         *int32                                               `json:"equipmentTypeID,omitempty"`
	EquipmentTypeIdentifier *string                                              `json:"equipmentTypeIdentifier,omitempty"`
	EquipmentTypeName       interface{}                                          `json:"equipmentTypeName,omitempty"`
	Type                    *string                                              `json:"type,omitempty"`
	TypeImage               *CreateAnEquipmentCopy409ResponseDataTypeImage       `json:"typeImage,omitempty"`
	Manufacturer            *string                                              `json:"manufacturer,omitempty"`
	SerialNo                *string                                              `json:"serialNo,omitempty"`
	Status                  *string                                              `json:"status,omitempty"`
	StatusName              *string                                              `json:"statusName,omitempty"`
	MaxDay                  interface{}                                          `json:"maxDay,omitempty"`
	LocationId              *int32                                               `json:"locationId,omitempty"`
	LocationIdentifier      *string                                              `json:"locationIdentifier,omitempty"`
	LocationName            *string                                              `json:"locationName,omitempty"`
	ProjectId               interface{}                                          `json:"projectId,omitempty"`
	ProjectIdentifier       *string                                              `json:"projectIdentifier,omitempty"`
	ProjectName             *string                                              `json:"projectName,omitempty"`
	AssignAt                interface{}                                          `json:"assignAt,omitempty"`
	Model                   *string                                              `json:"model,omitempty"`
	BillingType             interface{}                                          `json:"billingType,omitempty"`
	BillingCost             interface{}                                          `json:"billingCost,omitempty"`
	PurchaseDate            *string                                              `json:"purchaseDate,omitempty"`
	PurchasePrice           interface{}                                          `json:"purchasePrice,omitempty"`
	Deleted                 *bool                                                `json:"deleted,omitempty"`
	VendorID                interface{}                                          `json:"vendorID,omitempty"`
	Options                 *int32                                               `json:"options,omitempty"`
	Device                  interface{}                                          `json:"device,omitempty"`
	PriceListItems          interface{}                                          `json:"priceListItems,omitempty"`
	EquipmentStatus         *CreateAnEquipmentCopy409ResponseDataEquipmentStatus `json:"equipmentStatus,omitempty"`
	AdditionalProperties    map[string]interface{}
}

CreateAnEquipmentCopy409ResponseData struct for CreateAnEquipmentCopy409ResponseData

func NewCreateAnEquipmentCopy409ResponseData

func NewCreateAnEquipmentCopy409ResponseData() *CreateAnEquipmentCopy409ResponseData

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

func NewCreateAnEquipmentCopy409ResponseDataWithDefaults

func NewCreateAnEquipmentCopy409ResponseDataWithDefaults() *CreateAnEquipmentCopy409ResponseData

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

func (*CreateAnEquipmentCopy409ResponseData) GetAssignAt

func (o *CreateAnEquipmentCopy409ResponseData) GetAssignAt() interface{}

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

func (*CreateAnEquipmentCopy409ResponseData) GetAssignAtOk

func (o *CreateAnEquipmentCopy409ResponseData) GetAssignAtOk() (*interface{}, bool)

GetAssignAtOk returns a tuple with the AssignAt 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 (*CreateAnEquipmentCopy409ResponseData) GetBarcode

func (o *CreateAnEquipmentCopy409ResponseData) GetBarcode() interface{}

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

func (*CreateAnEquipmentCopy409ResponseData) GetBarcodeOk

func (o *CreateAnEquipmentCopy409ResponseData) GetBarcodeOk() (*interface{}, bool)

GetBarcodeOk returns a tuple with the Barcode 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 (*CreateAnEquipmentCopy409ResponseData) GetBillingCost

func (o *CreateAnEquipmentCopy409ResponseData) GetBillingCost() interface{}

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

func (*CreateAnEquipmentCopy409ResponseData) GetBillingCostOk

func (o *CreateAnEquipmentCopy409ResponseData) GetBillingCostOk() (*interface{}, bool)

GetBillingCostOk returns a tuple with the BillingCost 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 (*CreateAnEquipmentCopy409ResponseData) GetBillingType

func (o *CreateAnEquipmentCopy409ResponseData) GetBillingType() interface{}

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

func (*CreateAnEquipmentCopy409ResponseData) GetBillingTypeOk

func (o *CreateAnEquipmentCopy409ResponseData) GetBillingTypeOk() (*interface{}, bool)

GetBillingTypeOk returns a tuple with the BillingType 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 (*CreateAnEquipmentCopy409ResponseData) GetDeleted

GetDeleted returns the Deleted field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseData) GetDeletedOk

func (o *CreateAnEquipmentCopy409ResponseData) GetDeletedOk() (*bool, bool)

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

func (*CreateAnEquipmentCopy409ResponseData) GetDevice

func (o *CreateAnEquipmentCopy409ResponseData) GetDevice() interface{}

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

func (*CreateAnEquipmentCopy409ResponseData) GetDeviceOk

func (o *CreateAnEquipmentCopy409ResponseData) GetDeviceOk() (*interface{}, bool)

GetDeviceOk returns a tuple with the Device 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 (*CreateAnEquipmentCopy409ResponseData) GetEquipmentCustomId

func (o *CreateAnEquipmentCopy409ResponseData) GetEquipmentCustomId() string

GetEquipmentCustomId returns the EquipmentCustomId field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseData) GetEquipmentCustomIdOk

func (o *CreateAnEquipmentCopy409ResponseData) GetEquipmentCustomIdOk() (*string, bool)

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

func (*CreateAnEquipmentCopy409ResponseData) GetEquipmentStatus

GetEquipmentStatus returns the EquipmentStatus field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseData) GetEquipmentStatusOk

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

func (*CreateAnEquipmentCopy409ResponseData) GetEquipmentTypeID

func (o *CreateAnEquipmentCopy409ResponseData) GetEquipmentTypeID() int32

GetEquipmentTypeID returns the EquipmentTypeID field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseData) GetEquipmentTypeIDOk

func (o *CreateAnEquipmentCopy409ResponseData) GetEquipmentTypeIDOk() (*int32, bool)

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

func (*CreateAnEquipmentCopy409ResponseData) GetEquipmentTypeIdentifier

func (o *CreateAnEquipmentCopy409ResponseData) GetEquipmentTypeIdentifier() string

GetEquipmentTypeIdentifier returns the EquipmentTypeIdentifier field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseData) GetEquipmentTypeIdentifierOk

func (o *CreateAnEquipmentCopy409ResponseData) GetEquipmentTypeIdentifierOk() (*string, bool)

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

func (*CreateAnEquipmentCopy409ResponseData) GetEquipmentTypeName

func (o *CreateAnEquipmentCopy409ResponseData) GetEquipmentTypeName() interface{}

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

func (*CreateAnEquipmentCopy409ResponseData) GetEquipmentTypeNameOk

func (o *CreateAnEquipmentCopy409ResponseData) GetEquipmentTypeNameOk() (*interface{}, bool)

GetEquipmentTypeNameOk returns a tuple with the EquipmentTypeName 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 (*CreateAnEquipmentCopy409ResponseData) GetId

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

func (*CreateAnEquipmentCopy409ResponseData) GetIdOk

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

func (*CreateAnEquipmentCopy409ResponseData) GetIdentifier

func (o *CreateAnEquipmentCopy409ResponseData) GetIdentifier() string

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

func (*CreateAnEquipmentCopy409ResponseData) GetIdentifierOk

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

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

func (*CreateAnEquipmentCopy409ResponseData) GetLocationId

func (o *CreateAnEquipmentCopy409ResponseData) GetLocationId() int32

GetLocationId returns the LocationId field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseData) GetLocationIdOk

func (o *CreateAnEquipmentCopy409ResponseData) 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 (*CreateAnEquipmentCopy409ResponseData) GetLocationIdentifier

func (o *CreateAnEquipmentCopy409ResponseData) GetLocationIdentifier() string

GetLocationIdentifier returns the LocationIdentifier field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseData) GetLocationIdentifierOk

func (o *CreateAnEquipmentCopy409ResponseData) GetLocationIdentifierOk() (*string, bool)

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

func (*CreateAnEquipmentCopy409ResponseData) GetLocationName

func (o *CreateAnEquipmentCopy409ResponseData) GetLocationName() string

GetLocationName returns the LocationName field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseData) GetLocationNameOk

func (o *CreateAnEquipmentCopy409ResponseData) GetLocationNameOk() (*string, bool)

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

func (*CreateAnEquipmentCopy409ResponseData) GetManufacturer

func (o *CreateAnEquipmentCopy409ResponseData) GetManufacturer() string

GetManufacturer returns the Manufacturer field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseData) GetManufacturerOk

func (o *CreateAnEquipmentCopy409ResponseData) GetManufacturerOk() (*string, bool)

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

func (*CreateAnEquipmentCopy409ResponseData) GetMaxDay

func (o *CreateAnEquipmentCopy409ResponseData) GetMaxDay() interface{}

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

func (*CreateAnEquipmentCopy409ResponseData) GetMaxDayOk

func (o *CreateAnEquipmentCopy409ResponseData) GetMaxDayOk() (*interface{}, bool)

GetMaxDayOk returns a tuple with the MaxDay 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 (*CreateAnEquipmentCopy409ResponseData) GetModel

GetModel returns the Model field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseData) GetModelOk

func (o *CreateAnEquipmentCopy409ResponseData) GetModelOk() (*string, bool)

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

func (*CreateAnEquipmentCopy409ResponseData) GetOptions

GetOptions returns the Options field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseData) GetOptionsOk

func (o *CreateAnEquipmentCopy409ResponseData) GetOptionsOk() (*int32, bool)

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

func (*CreateAnEquipmentCopy409ResponseData) GetPriceListItems

func (o *CreateAnEquipmentCopy409ResponseData) GetPriceListItems() interface{}

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

func (*CreateAnEquipmentCopy409ResponseData) GetPriceListItemsOk

func (o *CreateAnEquipmentCopy409ResponseData) GetPriceListItemsOk() (*interface{}, bool)

GetPriceListItemsOk returns a tuple with the PriceListItems 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 (*CreateAnEquipmentCopy409ResponseData) GetProjectId

func (o *CreateAnEquipmentCopy409ResponseData) GetProjectId() interface{}

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

func (*CreateAnEquipmentCopy409ResponseData) GetProjectIdOk

func (o *CreateAnEquipmentCopy409ResponseData) GetProjectIdOk() (*interface{}, bool)

GetProjectIdOk returns a tuple with the ProjectId 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 (*CreateAnEquipmentCopy409ResponseData) GetProjectIdentifier

func (o *CreateAnEquipmentCopy409ResponseData) GetProjectIdentifier() string

GetProjectIdentifier returns the ProjectIdentifier field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseData) GetProjectIdentifierOk

func (o *CreateAnEquipmentCopy409ResponseData) GetProjectIdentifierOk() (*string, bool)

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

func (*CreateAnEquipmentCopy409ResponseData) GetProjectName

func (o *CreateAnEquipmentCopy409ResponseData) GetProjectName() string

GetProjectName returns the ProjectName field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseData) GetProjectNameOk

func (o *CreateAnEquipmentCopy409ResponseData) GetProjectNameOk() (*string, bool)

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

func (*CreateAnEquipmentCopy409ResponseData) GetPurchaseDate

func (o *CreateAnEquipmentCopy409ResponseData) GetPurchaseDate() string

GetPurchaseDate returns the PurchaseDate field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseData) GetPurchaseDateOk

func (o *CreateAnEquipmentCopy409ResponseData) GetPurchaseDateOk() (*string, bool)

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

func (*CreateAnEquipmentCopy409ResponseData) GetPurchasePrice

func (o *CreateAnEquipmentCopy409ResponseData) GetPurchasePrice() interface{}

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

func (*CreateAnEquipmentCopy409ResponseData) GetPurchasePriceOk

func (o *CreateAnEquipmentCopy409ResponseData) GetPurchasePriceOk() (*interface{}, bool)

GetPurchasePriceOk returns a tuple with the PurchasePrice 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 (*CreateAnEquipmentCopy409ResponseData) GetSerialNo

GetSerialNo returns the SerialNo field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseData) GetSerialNoOk

func (o *CreateAnEquipmentCopy409ResponseData) GetSerialNoOk() (*string, bool)

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

func (*CreateAnEquipmentCopy409ResponseData) GetStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseData) GetStatusName

func (o *CreateAnEquipmentCopy409ResponseData) GetStatusName() string

GetStatusName returns the StatusName field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseData) GetStatusNameOk

func (o *CreateAnEquipmentCopy409ResponseData) GetStatusNameOk() (*string, bool)

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

func (*CreateAnEquipmentCopy409ResponseData) GetStatusOk

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

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

func (*CreateAnEquipmentCopy409ResponseData) GetType

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

func (*CreateAnEquipmentCopy409ResponseData) GetTypeImage

GetTypeImage returns the TypeImage field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseData) GetTypeImageOk

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

func (*CreateAnEquipmentCopy409ResponseData) GetTypeOk

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

func (*CreateAnEquipmentCopy409ResponseData) GetVendorID

func (o *CreateAnEquipmentCopy409ResponseData) GetVendorID() interface{}

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

func (*CreateAnEquipmentCopy409ResponseData) GetVendorIDOk

func (o *CreateAnEquipmentCopy409ResponseData) GetVendorIDOk() (*interface{}, bool)

GetVendorIDOk returns a tuple with the VendorID 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 (*CreateAnEquipmentCopy409ResponseData) HasAssignAt

func (o *CreateAnEquipmentCopy409ResponseData) HasAssignAt() bool

HasAssignAt returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasBarcode

HasBarcode returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasBillingCost

func (o *CreateAnEquipmentCopy409ResponseData) HasBillingCost() bool

HasBillingCost returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasBillingType

func (o *CreateAnEquipmentCopy409ResponseData) HasBillingType() bool

HasBillingType returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasDeleted

HasDeleted returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasDevice

HasDevice returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasEquipmentCustomId

func (o *CreateAnEquipmentCopy409ResponseData) HasEquipmentCustomId() bool

HasEquipmentCustomId returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasEquipmentStatus

func (o *CreateAnEquipmentCopy409ResponseData) HasEquipmentStatus() bool

HasEquipmentStatus returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasEquipmentTypeID

func (o *CreateAnEquipmentCopy409ResponseData) HasEquipmentTypeID() bool

HasEquipmentTypeID returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasEquipmentTypeIdentifier

func (o *CreateAnEquipmentCopy409ResponseData) HasEquipmentTypeIdentifier() bool

HasEquipmentTypeIdentifier returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasEquipmentTypeName

func (o *CreateAnEquipmentCopy409ResponseData) HasEquipmentTypeName() bool

HasEquipmentTypeName returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasId

HasId returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasIdentifier

func (o *CreateAnEquipmentCopy409ResponseData) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasLocationId

func (o *CreateAnEquipmentCopy409ResponseData) HasLocationId() bool

HasLocationId returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasLocationIdentifier

func (o *CreateAnEquipmentCopy409ResponseData) HasLocationIdentifier() bool

HasLocationIdentifier returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasLocationName

func (o *CreateAnEquipmentCopy409ResponseData) HasLocationName() bool

HasLocationName returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasManufacturer

func (o *CreateAnEquipmentCopy409ResponseData) HasManufacturer() bool

HasManufacturer returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasMaxDay

HasMaxDay returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasModel

HasModel returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasOptions

HasOptions returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasPriceListItems

func (o *CreateAnEquipmentCopy409ResponseData) HasPriceListItems() bool

HasPriceListItems returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasProjectId

func (o *CreateAnEquipmentCopy409ResponseData) HasProjectId() bool

HasProjectId returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasProjectIdentifier

func (o *CreateAnEquipmentCopy409ResponseData) HasProjectIdentifier() bool

HasProjectIdentifier returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasProjectName

func (o *CreateAnEquipmentCopy409ResponseData) HasProjectName() bool

HasProjectName returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasPurchaseDate

func (o *CreateAnEquipmentCopy409ResponseData) HasPurchaseDate() bool

HasPurchaseDate returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasPurchasePrice

func (o *CreateAnEquipmentCopy409ResponseData) HasPurchasePrice() bool

HasPurchasePrice returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasSerialNo

func (o *CreateAnEquipmentCopy409ResponseData) HasSerialNo() bool

HasSerialNo returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasStatus

HasStatus returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasStatusName

func (o *CreateAnEquipmentCopy409ResponseData) HasStatusName() bool

HasStatusName returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasType

HasType returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasTypeImage

func (o *CreateAnEquipmentCopy409ResponseData) HasTypeImage() bool

HasTypeImage returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseData) HasVendorID

func (o *CreateAnEquipmentCopy409ResponseData) HasVendorID() bool

HasVendorID returns a boolean if a field has been set.

func (CreateAnEquipmentCopy409ResponseData) MarshalJSON

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

func (*CreateAnEquipmentCopy409ResponseData) SetAssignAt

func (o *CreateAnEquipmentCopy409ResponseData) SetAssignAt(v interface{})

SetAssignAt gets a reference to the given interface{} and assigns it to the AssignAt field.

func (*CreateAnEquipmentCopy409ResponseData) SetBarcode

func (o *CreateAnEquipmentCopy409ResponseData) SetBarcode(v interface{})

SetBarcode gets a reference to the given interface{} and assigns it to the Barcode field.

func (*CreateAnEquipmentCopy409ResponseData) SetBillingCost

func (o *CreateAnEquipmentCopy409ResponseData) SetBillingCost(v interface{})

SetBillingCost gets a reference to the given interface{} and assigns it to the BillingCost field.

func (*CreateAnEquipmentCopy409ResponseData) SetBillingType

func (o *CreateAnEquipmentCopy409ResponseData) SetBillingType(v interface{})

SetBillingType gets a reference to the given interface{} and assigns it to the BillingType field.

func (*CreateAnEquipmentCopy409ResponseData) SetDeleted

func (o *CreateAnEquipmentCopy409ResponseData) SetDeleted(v bool)

SetDeleted gets a reference to the given bool and assigns it to the Deleted field.

func (*CreateAnEquipmentCopy409ResponseData) SetDevice

func (o *CreateAnEquipmentCopy409ResponseData) SetDevice(v interface{})

SetDevice gets a reference to the given interface{} and assigns it to the Device field.

func (*CreateAnEquipmentCopy409ResponseData) SetEquipmentCustomId

func (o *CreateAnEquipmentCopy409ResponseData) SetEquipmentCustomId(v string)

SetEquipmentCustomId gets a reference to the given string and assigns it to the EquipmentCustomId field.

func (*CreateAnEquipmentCopy409ResponseData) SetEquipmentStatus

SetEquipmentStatus gets a reference to the given CreateAnEquipmentCopy409ResponseDataEquipmentStatus and assigns it to the EquipmentStatus field.

func (*CreateAnEquipmentCopy409ResponseData) SetEquipmentTypeID

func (o *CreateAnEquipmentCopy409ResponseData) SetEquipmentTypeID(v int32)

SetEquipmentTypeID gets a reference to the given int32 and assigns it to the EquipmentTypeID field.

func (*CreateAnEquipmentCopy409ResponseData) SetEquipmentTypeIdentifier

func (o *CreateAnEquipmentCopy409ResponseData) SetEquipmentTypeIdentifier(v string)

SetEquipmentTypeIdentifier gets a reference to the given string and assigns it to the EquipmentTypeIdentifier field.

func (*CreateAnEquipmentCopy409ResponseData) SetEquipmentTypeName

func (o *CreateAnEquipmentCopy409ResponseData) SetEquipmentTypeName(v interface{})

SetEquipmentTypeName gets a reference to the given interface{} and assigns it to the EquipmentTypeName field.

func (*CreateAnEquipmentCopy409ResponseData) SetId

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

func (*CreateAnEquipmentCopy409ResponseData) SetIdentifier

func (o *CreateAnEquipmentCopy409ResponseData) SetIdentifier(v string)

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

func (*CreateAnEquipmentCopy409ResponseData) SetLocationId

func (o *CreateAnEquipmentCopy409ResponseData) SetLocationId(v int32)

SetLocationId gets a reference to the given int32 and assigns it to the LocationId field.

func (*CreateAnEquipmentCopy409ResponseData) SetLocationIdentifier

func (o *CreateAnEquipmentCopy409ResponseData) SetLocationIdentifier(v string)

SetLocationIdentifier gets a reference to the given string and assigns it to the LocationIdentifier field.

func (*CreateAnEquipmentCopy409ResponseData) SetLocationName

func (o *CreateAnEquipmentCopy409ResponseData) SetLocationName(v string)

SetLocationName gets a reference to the given string and assigns it to the LocationName field.

func (*CreateAnEquipmentCopy409ResponseData) SetManufacturer

func (o *CreateAnEquipmentCopy409ResponseData) SetManufacturer(v string)

SetManufacturer gets a reference to the given string and assigns it to the Manufacturer field.

func (*CreateAnEquipmentCopy409ResponseData) SetMaxDay

func (o *CreateAnEquipmentCopy409ResponseData) SetMaxDay(v interface{})

SetMaxDay gets a reference to the given interface{} and assigns it to the MaxDay field.

func (*CreateAnEquipmentCopy409ResponseData) SetModel

SetModel gets a reference to the given string and assigns it to the Model field.

func (*CreateAnEquipmentCopy409ResponseData) SetOptions

SetOptions gets a reference to the given int32 and assigns it to the Options field.

func (*CreateAnEquipmentCopy409ResponseData) SetPriceListItems

func (o *CreateAnEquipmentCopy409ResponseData) SetPriceListItems(v interface{})

SetPriceListItems gets a reference to the given interface{} and assigns it to the PriceListItems field.

func (*CreateAnEquipmentCopy409ResponseData) SetProjectId

func (o *CreateAnEquipmentCopy409ResponseData) SetProjectId(v interface{})

SetProjectId gets a reference to the given interface{} and assigns it to the ProjectId field.

func (*CreateAnEquipmentCopy409ResponseData) SetProjectIdentifier

func (o *CreateAnEquipmentCopy409ResponseData) SetProjectIdentifier(v string)

SetProjectIdentifier gets a reference to the given string and assigns it to the ProjectIdentifier field.

func (*CreateAnEquipmentCopy409ResponseData) SetProjectName

func (o *CreateAnEquipmentCopy409ResponseData) SetProjectName(v string)

SetProjectName gets a reference to the given string and assigns it to the ProjectName field.

func (*CreateAnEquipmentCopy409ResponseData) SetPurchaseDate

func (o *CreateAnEquipmentCopy409ResponseData) SetPurchaseDate(v string)

SetPurchaseDate gets a reference to the given string and assigns it to the PurchaseDate field.

func (*CreateAnEquipmentCopy409ResponseData) SetPurchasePrice

func (o *CreateAnEquipmentCopy409ResponseData) SetPurchasePrice(v interface{})

SetPurchasePrice gets a reference to the given interface{} and assigns it to the PurchasePrice field.

func (*CreateAnEquipmentCopy409ResponseData) SetSerialNo

func (o *CreateAnEquipmentCopy409ResponseData) SetSerialNo(v string)

SetSerialNo gets a reference to the given string and assigns it to the SerialNo field.

func (*CreateAnEquipmentCopy409ResponseData) SetStatus

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*CreateAnEquipmentCopy409ResponseData) SetStatusName

func (o *CreateAnEquipmentCopy409ResponseData) SetStatusName(v string)

SetStatusName gets a reference to the given string and assigns it to the StatusName field.

func (*CreateAnEquipmentCopy409ResponseData) SetType

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

func (*CreateAnEquipmentCopy409ResponseData) SetTypeImage

SetTypeImage gets a reference to the given CreateAnEquipmentCopy409ResponseDataTypeImage and assigns it to the TypeImage field.

func (*CreateAnEquipmentCopy409ResponseData) SetVendorID

func (o *CreateAnEquipmentCopy409ResponseData) SetVendorID(v interface{})

SetVendorID gets a reference to the given interface{} and assigns it to the VendorID field.

func (CreateAnEquipmentCopy409ResponseData) ToMap

func (o CreateAnEquipmentCopy409ResponseData) ToMap() (map[string]interface{}, error)

func (*CreateAnEquipmentCopy409ResponseData) UnmarshalJSON

func (o *CreateAnEquipmentCopy409ResponseData) UnmarshalJSON(data []byte) (err error)

type CreateAnEquipmentCopy409ResponseDataEquipmentStatus

type CreateAnEquipmentCopy409ResponseDataEquipmentStatus struct {
	Id                   *string `json:"id,omitempty"`
	Name                 *string `json:"name,omitempty"`
	Color                *string `json:"color,omitempty"`
	Stroke               *string `json:"stroke,omitempty"`
	Text                 *string `json:"text,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateAnEquipmentCopy409ResponseDataEquipmentStatus struct for CreateAnEquipmentCopy409ResponseDataEquipmentStatus

func NewCreateAnEquipmentCopy409ResponseDataEquipmentStatus

func NewCreateAnEquipmentCopy409ResponseDataEquipmentStatus() *CreateAnEquipmentCopy409ResponseDataEquipmentStatus

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

func NewCreateAnEquipmentCopy409ResponseDataEquipmentStatusWithDefaults

func NewCreateAnEquipmentCopy409ResponseDataEquipmentStatusWithDefaults() *CreateAnEquipmentCopy409ResponseDataEquipmentStatus

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

func (*CreateAnEquipmentCopy409ResponseDataEquipmentStatus) GetColor

GetColor returns the Color field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseDataEquipmentStatus) GetColorOk

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

func (*CreateAnEquipmentCopy409ResponseDataEquipmentStatus) GetId

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

func (*CreateAnEquipmentCopy409ResponseDataEquipmentStatus) GetIdOk

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

func (*CreateAnEquipmentCopy409ResponseDataEquipmentStatus) GetName

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

func (*CreateAnEquipmentCopy409ResponseDataEquipmentStatus) GetNameOk

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

func (*CreateAnEquipmentCopy409ResponseDataEquipmentStatus) GetStroke

GetStroke returns the Stroke field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseDataEquipmentStatus) GetStrokeOk

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

func (*CreateAnEquipmentCopy409ResponseDataEquipmentStatus) GetText

GetText returns the Text field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseDataEquipmentStatus) GetTextOk

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

func (*CreateAnEquipmentCopy409ResponseDataEquipmentStatus) HasColor

HasColor returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseDataEquipmentStatus) HasId

HasId returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseDataEquipmentStatus) HasName

HasName returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseDataEquipmentStatus) HasStroke

HasStroke returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseDataEquipmentStatus) HasText

HasText returns a boolean if a field has been set.

func (CreateAnEquipmentCopy409ResponseDataEquipmentStatus) MarshalJSON

func (*CreateAnEquipmentCopy409ResponseDataEquipmentStatus) SetColor

SetColor gets a reference to the given string and assigns it to the Color field.

func (*CreateAnEquipmentCopy409ResponseDataEquipmentStatus) SetId

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

func (*CreateAnEquipmentCopy409ResponseDataEquipmentStatus) SetName

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

func (*CreateAnEquipmentCopy409ResponseDataEquipmentStatus) SetStroke

SetStroke gets a reference to the given string and assigns it to the Stroke field.

func (*CreateAnEquipmentCopy409ResponseDataEquipmentStatus) SetText

SetText gets a reference to the given string and assigns it to the Text field.

func (CreateAnEquipmentCopy409ResponseDataEquipmentStatus) ToMap

func (*CreateAnEquipmentCopy409ResponseDataEquipmentStatus) UnmarshalJSON

func (o *CreateAnEquipmentCopy409ResponseDataEquipmentStatus) UnmarshalJSON(data []byte) (err error)

type CreateAnEquipmentCopy409ResponseDataTypeImage

type CreateAnEquipmentCopy409ResponseDataTypeImage struct {
	Id                   *int32  `json:"id,omitempty"`
	Identifier           *string `json:"identifier,omitempty"`
	Name                 *string `json:"name,omitempty"`
	ThumbnailImage       *string `json:"thumbnailImage,omitempty"`
	Svg                  *string `json:"svg,omitempty"`
	Active               *bool   `json:"active,omitempty"`
	Priority             *int32  `json:"priority,omitempty"`
	IsDefault            *bool   `json:"isDefault,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateAnEquipmentCopy409ResponseDataTypeImage struct for CreateAnEquipmentCopy409ResponseDataTypeImage

func NewCreateAnEquipmentCopy409ResponseDataTypeImage

func NewCreateAnEquipmentCopy409ResponseDataTypeImage() *CreateAnEquipmentCopy409ResponseDataTypeImage

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

func NewCreateAnEquipmentCopy409ResponseDataTypeImageWithDefaults

func NewCreateAnEquipmentCopy409ResponseDataTypeImageWithDefaults() *CreateAnEquipmentCopy409ResponseDataTypeImage

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

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) GetActive

GetActive returns the Active field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) GetActiveOk

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

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) GetId

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

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) GetIdOk

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

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) GetIdentifier

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

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) GetIdentifierOk

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

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) GetIsDefault

GetIsDefault returns the IsDefault field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) GetIsDefaultOk

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

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) GetName

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

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) GetNameOk

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

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) GetPriority

GetPriority returns the Priority field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) GetPriorityOk

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

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) GetSvg

GetSvg returns the Svg field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) GetSvgOk

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

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) GetThumbnailImage

GetThumbnailImage returns the ThumbnailImage field value if set, zero value otherwise.

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) GetThumbnailImageOk

func (o *CreateAnEquipmentCopy409ResponseDataTypeImage) GetThumbnailImageOk() (*string, bool)

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

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) HasActive

HasActive returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) HasId

HasId returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) HasIdentifier

HasIdentifier returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) HasIsDefault

HasIsDefault returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) HasName

HasName returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) HasPriority

HasPriority returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) HasSvg

HasSvg returns a boolean if a field has been set.

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) HasThumbnailImage

func (o *CreateAnEquipmentCopy409ResponseDataTypeImage) HasThumbnailImage() bool

HasThumbnailImage returns a boolean if a field has been set.

func (CreateAnEquipmentCopy409ResponseDataTypeImage) MarshalJSON

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) SetActive

SetActive gets a reference to the given bool and assigns it to the Active field.

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) SetId

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

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) SetIdentifier

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

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) SetIsDefault

SetIsDefault gets a reference to the given bool and assigns it to the IsDefault field.

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) SetName

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

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) SetPriority

SetPriority gets a reference to the given int32 and assigns it to the Priority field.

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) SetSvg

SetSvg gets a reference to the given string and assigns it to the Svg field.

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) SetThumbnailImage

func (o *CreateAnEquipmentCopy409ResponseDataTypeImage) SetThumbnailImage(v string)

SetThumbnailImage gets a reference to the given string and assigns it to the ThumbnailImage field.

func (CreateAnEquipmentCopy409ResponseDataTypeImage) ToMap

func (o CreateAnEquipmentCopy409ResponseDataTypeImage) ToMap() (map[string]interface{}, error)

func (*CreateAnEquipmentCopy409ResponseDataTypeImage) UnmarshalJSON

func (o *CreateAnEquipmentCopy409ResponseDataTypeImage) UnmarshalJSON(data []byte) (err error)

type CreateAnEquipmentCopyRequest

type CreateAnEquipmentCopyRequest struct {
	// Required
	EquipmentCustomId *string `json:"equipmentCustomId,omitempty"`
	// Required
	EquipmentTypeId   *int64  `json:"equipmentTypeId,omitempty"`
	EquipmentTypeName *string `json:"equipmentTypeName,omitempty"`
	// Required
	Status     *string `json:"status,omitempty"`
	StatusName *string `json:"statusName,omitempty"`
	// Required
	LocationId   *int64  `json:"locationId,omitempty"`
	LocationName *string `json:"locationName,omitempty"`
	ProjectId    *int64  `json:"projectId,omitempty"`
	ProjectName  *string `json:"projectName,omitempty"`
	PurchaseDate *string `json:"purchaseDate,omitempty"`
	Manufacturer *string `json:"manufacturer,omitempty"`
	// Optional, but Required for vendors like Kahi to avoid duplicates
	SerialNo        *string  `json:"serialNo,omitempty"`
	EquipmentModel  *string  `json:"equipmentModel,omitempty"`
	PurchasePrice   *float64 `json:"purchasePrice,omitempty"`
	BillingType     *string  `json:"billingType,omitempty"`
	BillingTypeName *string  `json:"billingTypeName,omitempty"`
	BillingCost     *float64 `json:"billingCost,omitempty"`
	MaxDay          *int32   `json:"maxDay,omitempty"`
	// Required
	CurrentStaffId *int64 `json:"currentStaffId,omitempty"`
	// Required
	CurrentCompanyId     *int64 `json:"currentCompanyId,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateAnEquipmentCopyRequest struct for CreateAnEquipmentCopyRequest

func NewCreateAnEquipmentCopyRequest

func NewCreateAnEquipmentCopyRequest() *CreateAnEquipmentCopyRequest

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

func NewCreateAnEquipmentCopyRequestWithDefaults

func NewCreateAnEquipmentCopyRequestWithDefaults() *CreateAnEquipmentCopyRequest

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

func (*CreateAnEquipmentCopyRequest) GetBillingCost

func (o *CreateAnEquipmentCopyRequest) GetBillingCost() float64

GetBillingCost returns the BillingCost field value if set, zero value otherwise.

func (*CreateAnEquipmentCopyRequest) GetBillingCostOk

func (o *CreateAnEquipmentCopyRequest) GetBillingCostOk() (*float64, bool)

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

func (*CreateAnEquipmentCopyRequest) GetBillingType

func (o *CreateAnEquipmentCopyRequest) GetBillingType() string

GetBillingType returns the BillingType field value if set, zero value otherwise.

func (*CreateAnEquipmentCopyRequest) GetBillingTypeName

func (o *CreateAnEquipmentCopyRequest) GetBillingTypeName() string

GetBillingTypeName returns the BillingTypeName field value if set, zero value otherwise.

func (*CreateAnEquipmentCopyRequest) GetBillingTypeNameOk

func (o *CreateAnEquipmentCopyRequest) GetBillingTypeNameOk() (*string, bool)

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

func (*CreateAnEquipmentCopyRequest) GetBillingTypeOk

func (o *CreateAnEquipmentCopyRequest) GetBillingTypeOk() (*string, bool)

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

func (*CreateAnEquipmentCopyRequest) GetCurrentCompanyId

func (o *CreateAnEquipmentCopyRequest) GetCurrentCompanyId() int64

GetCurrentCompanyId returns the CurrentCompanyId field value if set, zero value otherwise.

func (*CreateAnEquipmentCopyRequest) GetCurrentCompanyIdOk

func (o *CreateAnEquipmentCopyRequest) GetCurrentCompanyIdOk() (*int64, bool)

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

func (*CreateAnEquipmentCopyRequest) GetCurrentStaffId

func (o *CreateAnEquipmentCopyRequest) GetCurrentStaffId() int64

GetCurrentStaffId returns the CurrentStaffId field value if set, zero value otherwise.

func (*CreateAnEquipmentCopyRequest) GetCurrentStaffIdOk

func (o *CreateAnEquipmentCopyRequest) GetCurrentStaffIdOk() (*int64, bool)

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

func (*CreateAnEquipmentCopyRequest) GetEquipmentCustomId

func (o *CreateAnEquipmentCopyRequest) GetEquipmentCustomId() string

GetEquipmentCustomId returns the EquipmentCustomId field value if set, zero value otherwise.

func (*CreateAnEquipmentCopyRequest) GetEquipmentCustomIdOk

func (o *CreateAnEquipmentCopyRequest) GetEquipmentCustomIdOk() (*string, bool)

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

func (*CreateAnEquipmentCopyRequest) GetEquipmentModel

func (o *CreateAnEquipmentCopyRequest) GetEquipmentModel() string

GetEquipmentModel returns the EquipmentModel field value if set, zero value otherwise.

func (*CreateAnEquipmentCopyRequest) GetEquipmentModelOk

func (o *CreateAnEquipmentCopyRequest) GetEquipmentModelOk() (*string, bool)

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

func (*CreateAnEquipmentCopyRequest) GetEquipmentTypeId

func (o *CreateAnEquipmentCopyRequest) GetEquipmentTypeId() int64

GetEquipmentTypeId returns the EquipmentTypeId field value if set, zero value otherwise.

func (*CreateAnEquipmentCopyRequest) GetEquipmentTypeIdOk

func (o *CreateAnEquipmentCopyRequest) GetEquipmentTypeIdOk() (*int64, bool)

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

func (*CreateAnEquipmentCopyRequest) GetEquipmentTypeName

func (o *CreateAnEquipmentCopyRequest) GetEquipmentTypeName() string

GetEquipmentTypeName returns the EquipmentTypeName field value if set, zero value otherwise.

func (*CreateAnEquipmentCopyRequest) GetEquipmentTypeNameOk

func (o *CreateAnEquipmentCopyRequest) GetEquipmentTypeNameOk() (*string, bool)

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

func (*CreateAnEquipmentCopyRequest) GetLocationId

func (o *CreateAnEquipmentCopyRequest) GetLocationId() int64

GetLocationId returns the LocationId field value if set, zero value otherwise.

func (*CreateAnEquipmentCopyRequest) GetLocationIdOk

func (o *CreateAnEquipmentCopyRequest) GetLocationIdOk() (*int64, 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 (*CreateAnEquipmentCopyRequest) GetLocationName

func (o *CreateAnEquipmentCopyRequest) GetLocationName() string

GetLocationName returns the LocationName field value if set, zero value otherwise.

func (*CreateAnEquipmentCopyRequest) GetLocationNameOk

func (o *CreateAnEquipmentCopyRequest) GetLocationNameOk() (*string, bool)

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

func (*CreateAnEquipmentCopyRequest) GetManufacturer

func (o *CreateAnEquipmentCopyRequest) GetManufacturer() string

GetManufacturer returns the Manufacturer field value if set, zero value otherwise.

func (*CreateAnEquipmentCopyRequest) GetManufacturerOk

func (o *CreateAnEquipmentCopyRequest) GetManufacturerOk() (*string, bool)

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

func (*CreateAnEquipmentCopyRequest) GetMaxDay

func (o *CreateAnEquipmentCopyRequest) GetMaxDay() int32

GetMaxDay returns the MaxDay field value if set, zero value otherwise.

func (*CreateAnEquipmentCopyRequest) GetMaxDayOk

func (o *CreateAnEquipmentCopyRequest) GetMaxDayOk() (*int32, bool)

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

func (*CreateAnEquipmentCopyRequest) GetProjectId

func (o *CreateAnEquipmentCopyRequest) GetProjectId() int64

GetProjectId returns the ProjectId field value if set, zero value otherwise.

func (*CreateAnEquipmentCopyRequest) GetProjectIdOk

func (o *CreateAnEquipmentCopyRequest) GetProjectIdOk() (*int64, bool)

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

func (*CreateAnEquipmentCopyRequest) GetProjectName

func (o *CreateAnEquipmentCopyRequest) GetProjectName() string

GetProjectName returns the ProjectName field value if set, zero value otherwise.

func (*CreateAnEquipmentCopyRequest) GetProjectNameOk

func (o *CreateAnEquipmentCopyRequest) GetProjectNameOk() (*string, bool)

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

func (*CreateAnEquipmentCopyRequest) GetPurchaseDate

func (o *CreateAnEquipmentCopyRequest) GetPurchaseDate() string

GetPurchaseDate returns the PurchaseDate field value if set, zero value otherwise.

func (*CreateAnEquipmentCopyRequest) GetPurchaseDateOk

func (o *CreateAnEquipmentCopyRequest) GetPurchaseDateOk() (*string, bool)

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

func (*CreateAnEquipmentCopyRequest) GetPurchasePrice

func (o *CreateAnEquipmentCopyRequest) GetPurchasePrice() float64

GetPurchasePrice returns the PurchasePrice field value if set, zero value otherwise.

func (*CreateAnEquipmentCopyRequest) GetPurchasePriceOk

func (o *CreateAnEquipmentCopyRequest) GetPurchasePriceOk() (*float64, bool)

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

func (*CreateAnEquipmentCopyRequest) GetSerialNo

func (o *CreateAnEquipmentCopyRequest) GetSerialNo() string

GetSerialNo returns the SerialNo field value if set, zero value otherwise.

func (*CreateAnEquipmentCopyRequest) GetSerialNoOk

func (o *CreateAnEquipmentCopyRequest) GetSerialNoOk() (*string, bool)

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

func (*CreateAnEquipmentCopyRequest) GetStatus

func (o *CreateAnEquipmentCopyRequest) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*CreateAnEquipmentCopyRequest) GetStatusName

func (o *CreateAnEquipmentCopyRequest) GetStatusName() string

GetStatusName returns the StatusName field value if set, zero value otherwise.

func (*CreateAnEquipmentCopyRequest) GetStatusNameOk

func (o *CreateAnEquipmentCopyRequest) GetStatusNameOk() (*string, bool)

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

func (*CreateAnEquipmentCopyRequest) GetStatusOk

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

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

func (*CreateAnEquipmentCopyRequest) HasBillingCost

func (o *CreateAnEquipmentCopyRequest) HasBillingCost() bool

HasBillingCost returns a boolean if a field has been set.

func (*CreateAnEquipmentCopyRequest) HasBillingType

func (o *CreateAnEquipmentCopyRequest) HasBillingType() bool

HasBillingType returns a boolean if a field has been set.

func (*CreateAnEquipmentCopyRequest) HasBillingTypeName

func (o *CreateAnEquipmentCopyRequest) HasBillingTypeName() bool

HasBillingTypeName returns a boolean if a field has been set.

func (*CreateAnEquipmentCopyRequest) HasCurrentCompanyId

func (o *CreateAnEquipmentCopyRequest) HasCurrentCompanyId() bool

HasCurrentCompanyId returns a boolean if a field has been set.

func (*CreateAnEquipmentCopyRequest) HasCurrentStaffId

func (o *CreateAnEquipmentCopyRequest) HasCurrentStaffId() bool

HasCurrentStaffId returns a boolean if a field has been set.

func (*CreateAnEquipmentCopyRequest) HasEquipmentCustomId

func (o *CreateAnEquipmentCopyRequest) HasEquipmentCustomId() bool

HasEquipmentCustomId returns a boolean if a field has been set.

func (*CreateAnEquipmentCopyRequest) HasEquipmentModel

func (o *CreateAnEquipmentCopyRequest) HasEquipmentModel() bool

HasEquipmentModel returns a boolean if a field has been set.

func (*CreateAnEquipmentCopyRequest) HasEquipmentTypeId

func (o *CreateAnEquipmentCopyRequest) HasEquipmentTypeId() bool

HasEquipmentTypeId returns a boolean if a field has been set.

func (*CreateAnEquipmentCopyRequest) HasEquipmentTypeName

func (o *CreateAnEquipmentCopyRequest) HasEquipmentTypeName() bool

HasEquipmentTypeName returns a boolean if a field has been set.

func (*CreateAnEquipmentCopyRequest) HasLocationId

func (o *CreateAnEquipmentCopyRequest) HasLocationId() bool

HasLocationId returns a boolean if a field has been set.

func (*CreateAnEquipmentCopyRequest) HasLocationName

func (o *CreateAnEquipmentCopyRequest) HasLocationName() bool

HasLocationName returns a boolean if a field has been set.

func (*CreateAnEquipmentCopyRequest) HasManufacturer

func (o *CreateAnEquipmentCopyRequest) HasManufacturer() bool

HasManufacturer returns a boolean if a field has been set.

func (*CreateAnEquipmentCopyRequest) HasMaxDay

func (o *CreateAnEquipmentCopyRequest) HasMaxDay() bool

HasMaxDay returns a boolean if a field has been set.

func (*CreateAnEquipmentCopyRequest) HasProjectId

func (o *CreateAnEquipmentCopyRequest) HasProjectId() bool

HasProjectId returns a boolean if a field has been set.

func (*CreateAnEquipmentCopyRequest) HasProjectName

func (o *CreateAnEquipmentCopyRequest) HasProjectName() bool

HasProjectName returns a boolean if a field has been set.

func (*CreateAnEquipmentCopyRequest) HasPurchaseDate

func (o *CreateAnEquipmentCopyRequest) HasPurchaseDate() bool

HasPurchaseDate returns a boolean if a field has been set.

func (*CreateAnEquipmentCopyRequest) HasPurchasePrice

func (o *CreateAnEquipmentCopyRequest) HasPurchasePrice() bool

HasPurchasePrice returns a boolean if a field has been set.

func (*CreateAnEquipmentCopyRequest) HasSerialNo

func (o *CreateAnEquipmentCopyRequest) HasSerialNo() bool

HasSerialNo returns a boolean if a field has been set.

func (*CreateAnEquipmentCopyRequest) HasStatus

func (o *CreateAnEquipmentCopyRequest) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*CreateAnEquipmentCopyRequest) HasStatusName

func (o *CreateAnEquipmentCopyRequest) HasStatusName() bool

HasStatusName returns a boolean if a field has been set.

func (CreateAnEquipmentCopyRequest) MarshalJSON

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

func (*CreateAnEquipmentCopyRequest) SetBillingCost

func (o *CreateAnEquipmentCopyRequest) SetBillingCost(v float64)

SetBillingCost gets a reference to the given float64 and assigns it to the BillingCost field.

func (*CreateAnEquipmentCopyRequest) SetBillingType

func (o *CreateAnEquipmentCopyRequest) SetBillingType(v string)

SetBillingType gets a reference to the given string and assigns it to the BillingType field.

func (*CreateAnEquipmentCopyRequest) SetBillingTypeName

func (o *CreateAnEquipmentCopyRequest) SetBillingTypeName(v string)

SetBillingTypeName gets a reference to the given string and assigns it to the BillingTypeName field.

func (*CreateAnEquipmentCopyRequest) SetCurrentCompanyId

func (o *CreateAnEquipmentCopyRequest) SetCurrentCompanyId(v int64)

SetCurrentCompanyId gets a reference to the given int64 and assigns it to the CurrentCompanyId field.

func (*CreateAnEquipmentCopyRequest) SetCurrentStaffId

func (o *CreateAnEquipmentCopyRequest) SetCurrentStaffId(v int64)

SetCurrentStaffId gets a reference to the given int64 and assigns it to the CurrentStaffId field.

func (*CreateAnEquipmentCopyRequest) SetEquipmentCustomId

func (o *CreateAnEquipmentCopyRequest) SetEquipmentCustomId(v string)

SetEquipmentCustomId gets a reference to the given string and assigns it to the EquipmentCustomId field.

func (*CreateAnEquipmentCopyRequest) SetEquipmentModel

func (o *CreateAnEquipmentCopyRequest) SetEquipmentModel(v string)

SetEquipmentModel gets a reference to the given string and assigns it to the EquipmentModel field.

func (*CreateAnEquipmentCopyRequest) SetEquipmentTypeId

func (o *CreateAnEquipmentCopyRequest) SetEquipmentTypeId(v int64)

SetEquipmentTypeId gets a reference to the given int64 and assigns it to the EquipmentTypeId field.

func (*CreateAnEquipmentCopyRequest) SetEquipmentTypeName

func (o *CreateAnEquipmentCopyRequest) SetEquipmentTypeName(v string)

SetEquipmentTypeName gets a reference to the given string and assigns it to the EquipmentTypeName field.

func (*CreateAnEquipmentCopyRequest) SetLocationId

func (o *CreateAnEquipmentCopyRequest) SetLocationId(v int64)

SetLocationId gets a reference to the given int64 and assigns it to the LocationId field.

func (*CreateAnEquipmentCopyRequest) SetLocationName

func (o *CreateAnEquipmentCopyRequest) SetLocationName(v string)

SetLocationName gets a reference to the given string and assigns it to the LocationName field.

func (*CreateAnEquipmentCopyRequest) SetManufacturer

func (o *CreateAnEquipmentCopyRequest) SetManufacturer(v string)

SetManufacturer gets a reference to the given string and assigns it to the Manufacturer field.

func (*CreateAnEquipmentCopyRequest) SetMaxDay

func (o *CreateAnEquipmentCopyRequest) SetMaxDay(v int32)

SetMaxDay gets a reference to the given int32 and assigns it to the MaxDay field.

func (*CreateAnEquipmentCopyRequest) SetProjectId

func (o *CreateAnEquipmentCopyRequest) SetProjectId(v int64)

SetProjectId gets a reference to the given int64 and assigns it to the ProjectId field.

func (*CreateAnEquipmentCopyRequest) SetProjectName

func (o *CreateAnEquipmentCopyRequest) SetProjectName(v string)

SetProjectName gets a reference to the given string and assigns it to the ProjectName field.

func (*CreateAnEquipmentCopyRequest) SetPurchaseDate

func (o *CreateAnEquipmentCopyRequest) SetPurchaseDate(v string)

SetPurchaseDate gets a reference to the given string and assigns it to the PurchaseDate field.

func (*CreateAnEquipmentCopyRequest) SetPurchasePrice

func (o *CreateAnEquipmentCopyRequest) SetPurchasePrice(v float64)

SetPurchasePrice gets a reference to the given float64 and assigns it to the PurchasePrice field.

func (*CreateAnEquipmentCopyRequest) SetSerialNo

func (o *CreateAnEquipmentCopyRequest) SetSerialNo(v string)

SetSerialNo gets a reference to the given string and assigns it to the SerialNo field.

func (*CreateAnEquipmentCopyRequest) SetStatus

func (o *CreateAnEquipmentCopyRequest) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*CreateAnEquipmentCopyRequest) SetStatusName

func (o *CreateAnEquipmentCopyRequest) SetStatusName(v string)

SetStatusName gets a reference to the given string and assigns it to the StatusName field.

func (CreateAnEquipmentCopyRequest) ToMap

func (o CreateAnEquipmentCopyRequest) ToMap() (map[string]interface{}, error)

func (*CreateAnEquipmentCopyRequest) UnmarshalJSON

func (o *CreateAnEquipmentCopyRequest) UnmarshalJSON(data []byte) (err error)

type CreateAnOrganizationCopy200Response

type CreateAnOrganizationCopy200Response struct {
	Data                 []int32 `json:"data,omitempty"`
	Message              *string `json:"message,omitempty"`
	Status               *int32  `json:"status,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateAnOrganizationCopy200Response struct for CreateAnOrganizationCopy200Response

func NewCreateAnOrganizationCopy200Response

func NewCreateAnOrganizationCopy200Response() *CreateAnOrganizationCopy200Response

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

func NewCreateAnOrganizationCopy200ResponseWithDefaults

func NewCreateAnOrganizationCopy200ResponseWithDefaults() *CreateAnOrganizationCopy200Response

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

func (*CreateAnOrganizationCopy200Response) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*CreateAnOrganizationCopy200Response) GetDataOk

func (o *CreateAnOrganizationCopy200Response) GetDataOk() ([]int32, bool)

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

func (*CreateAnOrganizationCopy200Response) GetMessage

GetMessage returns the Message field value if set, zero value otherwise.

func (*CreateAnOrganizationCopy200Response) GetMessageOk

func (o *CreateAnOrganizationCopy200Response) GetMessageOk() (*string, bool)

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

func (*CreateAnOrganizationCopy200Response) GetStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*CreateAnOrganizationCopy200Response) GetStatusOk

func (o *CreateAnOrganizationCopy200Response) GetStatusOk() (*int32, bool)

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

func (*CreateAnOrganizationCopy200Response) HasData

HasData returns a boolean if a field has been set.

func (*CreateAnOrganizationCopy200Response) HasMessage

func (o *CreateAnOrganizationCopy200Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*CreateAnOrganizationCopy200Response) HasStatus

HasStatus returns a boolean if a field has been set.

func (CreateAnOrganizationCopy200Response) MarshalJSON

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

func (*CreateAnOrganizationCopy200Response) SetData

SetData gets a reference to the given []int32 and assigns it to the Data field.

func (*CreateAnOrganizationCopy200Response) SetMessage

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*CreateAnOrganizationCopy200Response) SetStatus

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (CreateAnOrganizationCopy200Response) ToMap

func (o CreateAnOrganizationCopy200Response) ToMap() (map[string]interface{}, error)

func (*CreateAnOrganizationCopy200Response) UnmarshalJSON

func (o *CreateAnOrganizationCopy200Response) UnmarshalJSON(data []byte) (err error)

type CreateAnOrganizationCopyRequest

type CreateAnOrganizationCopyRequest struct {
	StaffId              *int64  `json:"staffId,omitempty"`
	Staff                *string `json:"staff,omitempty"`
	ProjectRoleIds       []int64 `json:"projectRoleIds,omitempty"`
	TaskActionId         *int64  `json:"taskActionId,omitempty"`
	TaskAction           *string `json:"taskAction,omitempty"`
	DueDate              *string `json:"dueDate,omitempty"`
	Notes                *string `json:"notes,omitempty"`
	ProjectId            *int64  `json:"projectId,omitempty"`
	Project              *string `json:"project,omitempty"`
	SendNotification     *bool   `json:"sendNotification,omitempty"`
	ValidateStaff        *bool   `json:"validateStaff,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateAnOrganizationCopyRequest struct for CreateAnOrganizationCopyRequest

func NewCreateAnOrganizationCopyRequest

func NewCreateAnOrganizationCopyRequest() *CreateAnOrganizationCopyRequest

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

func NewCreateAnOrganizationCopyRequestWithDefaults

func NewCreateAnOrganizationCopyRequestWithDefaults() *CreateAnOrganizationCopyRequest

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

func (*CreateAnOrganizationCopyRequest) GetDueDate

func (o *CreateAnOrganizationCopyRequest) GetDueDate() string

GetDueDate returns the DueDate field value if set, zero value otherwise.

func (*CreateAnOrganizationCopyRequest) GetDueDateOk

func (o *CreateAnOrganizationCopyRequest) GetDueDateOk() (*string, bool)

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

func (*CreateAnOrganizationCopyRequest) GetNotes

GetNotes returns the Notes field value if set, zero value otherwise.

func (*CreateAnOrganizationCopyRequest) GetNotesOk

func (o *CreateAnOrganizationCopyRequest) GetNotesOk() (*string, bool)

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

func (*CreateAnOrganizationCopyRequest) GetProject

func (o *CreateAnOrganizationCopyRequest) GetProject() string

GetProject returns the Project field value if set, zero value otherwise.

func (*CreateAnOrganizationCopyRequest) GetProjectId

func (o *CreateAnOrganizationCopyRequest) GetProjectId() int64

GetProjectId returns the ProjectId field value if set, zero value otherwise.

func (*CreateAnOrganizationCopyRequest) GetProjectIdOk

func (o *CreateAnOrganizationCopyRequest) GetProjectIdOk() (*int64, bool)

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

func (*CreateAnOrganizationCopyRequest) GetProjectOk

func (o *CreateAnOrganizationCopyRequest) GetProjectOk() (*string, bool)

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

func (*CreateAnOrganizationCopyRequest) GetProjectRoleIds

func (o *CreateAnOrganizationCopyRequest) GetProjectRoleIds() []int64

GetProjectRoleIds returns the ProjectRoleIds field value if set, zero value otherwise.

func (*CreateAnOrganizationCopyRequest) GetProjectRoleIdsOk

func (o *CreateAnOrganizationCopyRequest) GetProjectRoleIdsOk() ([]int64, bool)

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

func (*CreateAnOrganizationCopyRequest) GetSendNotification

func (o *CreateAnOrganizationCopyRequest) GetSendNotification() bool

GetSendNotification returns the SendNotification field value if set, zero value otherwise.

func (*CreateAnOrganizationCopyRequest) GetSendNotificationOk

func (o *CreateAnOrganizationCopyRequest) GetSendNotificationOk() (*bool, bool)

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

func (*CreateAnOrganizationCopyRequest) GetStaff

GetStaff returns the Staff field value if set, zero value otherwise.

func (*CreateAnOrganizationCopyRequest) GetStaffId

func (o *CreateAnOrganizationCopyRequest) GetStaffId() int64

GetStaffId returns the StaffId field value if set, zero value otherwise.

func (*CreateAnOrganizationCopyRequest) GetStaffIdOk

func (o *CreateAnOrganizationCopyRequest) GetStaffIdOk() (*int64, bool)

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

func (*CreateAnOrganizationCopyRequest) GetStaffOk

func (o *CreateAnOrganizationCopyRequest) GetStaffOk() (*string, bool)

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

func (*CreateAnOrganizationCopyRequest) GetTaskAction

func (o *CreateAnOrganizationCopyRequest) GetTaskAction() string

GetTaskAction returns the TaskAction field value if set, zero value otherwise.

func (*CreateAnOrganizationCopyRequest) GetTaskActionId

func (o *CreateAnOrganizationCopyRequest) GetTaskActionId() int64

GetTaskActionId returns the TaskActionId field value if set, zero value otherwise.

func (*CreateAnOrganizationCopyRequest) GetTaskActionIdOk

func (o *CreateAnOrganizationCopyRequest) GetTaskActionIdOk() (*int64, bool)

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

func (*CreateAnOrganizationCopyRequest) GetTaskActionOk

func (o *CreateAnOrganizationCopyRequest) GetTaskActionOk() (*string, bool)

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

func (*CreateAnOrganizationCopyRequest) GetValidateStaff

func (o *CreateAnOrganizationCopyRequest) GetValidateStaff() bool

GetValidateStaff returns the ValidateStaff field value if set, zero value otherwise.

func (*CreateAnOrganizationCopyRequest) GetValidateStaffOk

func (o *CreateAnOrganizationCopyRequest) GetValidateStaffOk() (*bool, bool)

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

func (*CreateAnOrganizationCopyRequest) HasDueDate

func (o *CreateAnOrganizationCopyRequest) HasDueDate() bool

HasDueDate returns a boolean if a field has been set.

func (*CreateAnOrganizationCopyRequest) HasNotes

func (o *CreateAnOrganizationCopyRequest) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*CreateAnOrganizationCopyRequest) HasProject

func (o *CreateAnOrganizationCopyRequest) HasProject() bool

HasProject returns a boolean if a field has been set.

func (*CreateAnOrganizationCopyRequest) HasProjectId

func (o *CreateAnOrganizationCopyRequest) HasProjectId() bool

HasProjectId returns a boolean if a field has been set.

func (*CreateAnOrganizationCopyRequest) HasProjectRoleIds

func (o *CreateAnOrganizationCopyRequest) HasProjectRoleIds() bool

HasProjectRoleIds returns a boolean if a field has been set.

func (*CreateAnOrganizationCopyRequest) HasSendNotification

func (o *CreateAnOrganizationCopyRequest) HasSendNotification() bool

HasSendNotification returns a boolean if a field has been set.

func (*CreateAnOrganizationCopyRequest) HasStaff

func (o *CreateAnOrganizationCopyRequest) HasStaff() bool

HasStaff returns a boolean if a field has been set.

func (*CreateAnOrganizationCopyRequest) HasStaffId

func (o *CreateAnOrganizationCopyRequest) HasStaffId() bool

HasStaffId returns a boolean if a field has been set.

func (*CreateAnOrganizationCopyRequest) HasTaskAction

func (o *CreateAnOrganizationCopyRequest) HasTaskAction() bool

HasTaskAction returns a boolean if a field has been set.

func (*CreateAnOrganizationCopyRequest) HasTaskActionId

func (o *CreateAnOrganizationCopyRequest) HasTaskActionId() bool

HasTaskActionId returns a boolean if a field has been set.

func (*CreateAnOrganizationCopyRequest) HasValidateStaff

func (o *CreateAnOrganizationCopyRequest) HasValidateStaff() bool

HasValidateStaff returns a boolean if a field has been set.

func (CreateAnOrganizationCopyRequest) MarshalJSON

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

func (*CreateAnOrganizationCopyRequest) SetDueDate

func (o *CreateAnOrganizationCopyRequest) SetDueDate(v string)

SetDueDate gets a reference to the given string and assigns it to the DueDate field.

func (*CreateAnOrganizationCopyRequest) SetNotes

func (o *CreateAnOrganizationCopyRequest) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*CreateAnOrganizationCopyRequest) SetProject

func (o *CreateAnOrganizationCopyRequest) SetProject(v string)

SetProject gets a reference to the given string and assigns it to the Project field.

func (*CreateAnOrganizationCopyRequest) SetProjectId

func (o *CreateAnOrganizationCopyRequest) SetProjectId(v int64)

SetProjectId gets a reference to the given int64 and assigns it to the ProjectId field.

func (*CreateAnOrganizationCopyRequest) SetProjectRoleIds

func (o *CreateAnOrganizationCopyRequest) SetProjectRoleIds(v []int64)

SetProjectRoleIds gets a reference to the given []int64 and assigns it to the ProjectRoleIds field.

func (*CreateAnOrganizationCopyRequest) SetSendNotification

func (o *CreateAnOrganizationCopyRequest) SetSendNotification(v bool)

SetSendNotification gets a reference to the given bool and assigns it to the SendNotification field.

func (*CreateAnOrganizationCopyRequest) SetStaff

func (o *CreateAnOrganizationCopyRequest) SetStaff(v string)

SetStaff gets a reference to the given string and assigns it to the Staff field.

func (*CreateAnOrganizationCopyRequest) SetStaffId

func (o *CreateAnOrganizationCopyRequest) SetStaffId(v int64)

SetStaffId gets a reference to the given int64 and assigns it to the StaffId field.

func (*CreateAnOrganizationCopyRequest) SetTaskAction

func (o *CreateAnOrganizationCopyRequest) SetTaskAction(v string)

SetTaskAction gets a reference to the given string and assigns it to the TaskAction field.

func (*CreateAnOrganizationCopyRequest) SetTaskActionId

func (o *CreateAnOrganizationCopyRequest) SetTaskActionId(v int64)

SetTaskActionId gets a reference to the given int64 and assigns it to the TaskActionId field.

func (*CreateAnOrganizationCopyRequest) SetValidateStaff

func (o *CreateAnOrganizationCopyRequest) SetValidateStaff(v bool)

SetValidateStaff gets a reference to the given bool and assigns it to the ValidateStaff field.

func (CreateAnOrganizationCopyRequest) ToMap

func (o CreateAnOrganizationCopyRequest) ToMap() (map[string]interface{}, error)

func (*CreateAnOrganizationCopyRequest) UnmarshalJSON

func (o *CreateAnOrganizationCopyRequest) UnmarshalJSON(data []byte) (err error)

type CreateNote200Response

type CreateNote200Response struct {
	Data                 *int32  `json:"data,omitempty"`
	Message              *string `json:"message,omitempty"`
	Status               *int32  `json:"status,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateNote200Response struct for CreateNote200Response

func NewCreateNote200Response

func NewCreateNote200Response() *CreateNote200Response

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

func NewCreateNote200ResponseWithDefaults

func NewCreateNote200ResponseWithDefaults() *CreateNote200Response

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

func (*CreateNote200Response) GetData

func (o *CreateNote200Response) GetData() int32

GetData returns the Data field value if set, zero value otherwise.

func (*CreateNote200Response) GetDataOk

func (o *CreateNote200Response) GetDataOk() (*int32, bool)

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

func (*CreateNote200Response) GetMessage

func (o *CreateNote200Response) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*CreateNote200Response) GetMessageOk

func (o *CreateNote200Response) GetMessageOk() (*string, bool)

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

func (*CreateNote200Response) GetStatus

func (o *CreateNote200Response) GetStatus() int32

GetStatus returns the Status field value if set, zero value otherwise.

func (*CreateNote200Response) GetStatusOk

func (o *CreateNote200Response) GetStatusOk() (*int32, bool)

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

func (*CreateNote200Response) HasData

func (o *CreateNote200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (*CreateNote200Response) HasMessage

func (o *CreateNote200Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*CreateNote200Response) HasStatus

func (o *CreateNote200Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (CreateNote200Response) MarshalJSON

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

func (*CreateNote200Response) SetData

func (o *CreateNote200Response) SetData(v int32)

SetData gets a reference to the given int32 and assigns it to the Data field.

func (*CreateNote200Response) SetMessage

func (o *CreateNote200Response) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*CreateNote200Response) SetStatus

func (o *CreateNote200Response) SetStatus(v int32)

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (CreateNote200Response) ToMap

func (o CreateNote200Response) ToMap() (map[string]interface{}, error)

func (*CreateNote200Response) UnmarshalJSON

func (o *CreateNote200Response) UnmarshalJSON(data []byte) (err error)

type CreateNoteCopy200Response

type CreateNoteCopy200Response struct {
	Data                 []CreateNoteCopy200ResponseDataInner `json:"data,omitempty"`
	Message              *string                              `json:"message,omitempty"`
	Status               *int32                               `json:"status,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateNoteCopy200Response struct for CreateNoteCopy200Response

func NewCreateNoteCopy200Response

func NewCreateNoteCopy200Response() *CreateNoteCopy200Response

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

func NewCreateNoteCopy200ResponseWithDefaults

func NewCreateNoteCopy200ResponseWithDefaults() *CreateNoteCopy200Response

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

func (*CreateNoteCopy200Response) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*CreateNoteCopy200Response) GetDataOk

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

func (*CreateNoteCopy200Response) GetMessage

func (o *CreateNoteCopy200Response) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*CreateNoteCopy200Response) GetMessageOk

func (o *CreateNoteCopy200Response) GetMessageOk() (*string, bool)

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

func (*CreateNoteCopy200Response) GetStatus

func (o *CreateNoteCopy200Response) GetStatus() int32

GetStatus returns the Status field value if set, zero value otherwise.

func (*CreateNoteCopy200Response) GetStatusOk

func (o *CreateNoteCopy200Response) GetStatusOk() (*int32, bool)

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

func (*CreateNoteCopy200Response) HasData

func (o *CreateNoteCopy200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (*CreateNoteCopy200Response) HasMessage

func (o *CreateNoteCopy200Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*CreateNoteCopy200Response) HasStatus

func (o *CreateNoteCopy200Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (CreateNoteCopy200Response) MarshalJSON

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

func (*CreateNoteCopy200Response) SetData

SetData gets a reference to the given []CreateNoteCopy200ResponseDataInner and assigns it to the Data field.

func (*CreateNoteCopy200Response) SetMessage

func (o *CreateNoteCopy200Response) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*CreateNoteCopy200Response) SetStatus

func (o *CreateNoteCopy200Response) SetStatus(v int32)

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (CreateNoteCopy200Response) ToMap

func (o CreateNoteCopy200Response) ToMap() (map[string]interface{}, error)

func (*CreateNoteCopy200Response) UnmarshalJSON

func (o *CreateNoteCopy200Response) UnmarshalJSON(data []byte) (err error)

type CreateNoteCopy200ResponseDataInner

type CreateNoteCopy200ResponseDataInner struct {
	Id                   *int32      `json:"id,omitempty"`
	StaffId              *int32      `json:"staffId,omitempty"`
	StaffFirstName       *string     `json:"staffFirstName,omitempty"`
	StaffLastName        *string     `json:"staffLastName,omitempty"`
	StaffDisplayName     *string     `json:"staffDisplayName,omitempty"`
	PhoneNumber          *string     `json:"phoneNumber,omitempty"`
	Email                *string     `json:"email,omitempty"`
	ProjectRoles         *string     `json:"projectRoles,omitempty"`
	StaffProfileImageUrl interface{} `json:"staffProfileImageUrl,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateNoteCopy200ResponseDataInner struct for CreateNoteCopy200ResponseDataInner

func NewCreateNoteCopy200ResponseDataInner

func NewCreateNoteCopy200ResponseDataInner() *CreateNoteCopy200ResponseDataInner

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

func NewCreateNoteCopy200ResponseDataInnerWithDefaults

func NewCreateNoteCopy200ResponseDataInnerWithDefaults() *CreateNoteCopy200ResponseDataInner

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

func (*CreateNoteCopy200ResponseDataInner) GetEmail

GetEmail returns the Email field value if set, zero value otherwise.

func (*CreateNoteCopy200ResponseDataInner) GetEmailOk

func (o *CreateNoteCopy200ResponseDataInner) GetEmailOk() (*string, bool)

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

func (*CreateNoteCopy200ResponseDataInner) GetId

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

func (*CreateNoteCopy200ResponseDataInner) GetIdOk

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

func (*CreateNoteCopy200ResponseDataInner) GetPhoneNumber

func (o *CreateNoteCopy200ResponseDataInner) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field value if set, zero value otherwise.

func (*CreateNoteCopy200ResponseDataInner) GetPhoneNumberOk

func (o *CreateNoteCopy200ResponseDataInner) GetPhoneNumberOk() (*string, bool)

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

func (*CreateNoteCopy200ResponseDataInner) GetProjectRoles

func (o *CreateNoteCopy200ResponseDataInner) GetProjectRoles() string

GetProjectRoles returns the ProjectRoles field value if set, zero value otherwise.

func (*CreateNoteCopy200ResponseDataInner) GetProjectRolesOk

func (o *CreateNoteCopy200ResponseDataInner) GetProjectRolesOk() (*string, bool)

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

func (*CreateNoteCopy200ResponseDataInner) GetStaffDisplayName

func (o *CreateNoteCopy200ResponseDataInner) GetStaffDisplayName() string

GetStaffDisplayName returns the StaffDisplayName field value if set, zero value otherwise.

func (*CreateNoteCopy200ResponseDataInner) GetStaffDisplayNameOk

func (o *CreateNoteCopy200ResponseDataInner) GetStaffDisplayNameOk() (*string, bool)

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

func (*CreateNoteCopy200ResponseDataInner) GetStaffFirstName

func (o *CreateNoteCopy200ResponseDataInner) GetStaffFirstName() string

GetStaffFirstName returns the StaffFirstName field value if set, zero value otherwise.

func (*CreateNoteCopy200ResponseDataInner) GetStaffFirstNameOk

func (o *CreateNoteCopy200ResponseDataInner) GetStaffFirstNameOk() (*string, bool)

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

func (*CreateNoteCopy200ResponseDataInner) GetStaffId

func (o *CreateNoteCopy200ResponseDataInner) GetStaffId() int32

GetStaffId returns the StaffId field value if set, zero value otherwise.

func (*CreateNoteCopy200ResponseDataInner) GetStaffIdOk

func (o *CreateNoteCopy200ResponseDataInner) GetStaffIdOk() (*int32, bool)

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

func (*CreateNoteCopy200ResponseDataInner) GetStaffLastName

func (o *CreateNoteCopy200ResponseDataInner) GetStaffLastName() string

GetStaffLastName returns the StaffLastName field value if set, zero value otherwise.

func (*CreateNoteCopy200ResponseDataInner) GetStaffLastNameOk

func (o *CreateNoteCopy200ResponseDataInner) GetStaffLastNameOk() (*string, bool)

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

func (*CreateNoteCopy200ResponseDataInner) GetStaffProfileImageUrl

func (o *CreateNoteCopy200ResponseDataInner) GetStaffProfileImageUrl() interface{}

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

func (*CreateNoteCopy200ResponseDataInner) GetStaffProfileImageUrlOk

func (o *CreateNoteCopy200ResponseDataInner) GetStaffProfileImageUrlOk() (*interface{}, bool)

GetStaffProfileImageUrlOk returns a tuple with the StaffProfileImageUrl 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 (*CreateNoteCopy200ResponseDataInner) HasEmail

HasEmail returns a boolean if a field has been set.

func (*CreateNoteCopy200ResponseDataInner) HasId

HasId returns a boolean if a field has been set.

func (*CreateNoteCopy200ResponseDataInner) HasPhoneNumber

func (o *CreateNoteCopy200ResponseDataInner) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

func (*CreateNoteCopy200ResponseDataInner) HasProjectRoles

func (o *CreateNoteCopy200ResponseDataInner) HasProjectRoles() bool

HasProjectRoles returns a boolean if a field has been set.

func (*CreateNoteCopy200ResponseDataInner) HasStaffDisplayName

func (o *CreateNoteCopy200ResponseDataInner) HasStaffDisplayName() bool

HasStaffDisplayName returns a boolean if a field has been set.

func (*CreateNoteCopy200ResponseDataInner) HasStaffFirstName

func (o *CreateNoteCopy200ResponseDataInner) HasStaffFirstName() bool

HasStaffFirstName returns a boolean if a field has been set.

func (*CreateNoteCopy200ResponseDataInner) HasStaffId

func (o *CreateNoteCopy200ResponseDataInner) HasStaffId() bool

HasStaffId returns a boolean if a field has been set.

func (*CreateNoteCopy200ResponseDataInner) HasStaffLastName

func (o *CreateNoteCopy200ResponseDataInner) HasStaffLastName() bool

HasStaffLastName returns a boolean if a field has been set.

func (*CreateNoteCopy200ResponseDataInner) HasStaffProfileImageUrl

func (o *CreateNoteCopy200ResponseDataInner) HasStaffProfileImageUrl() bool

HasStaffProfileImageUrl returns a boolean if a field has been set.

func (CreateNoteCopy200ResponseDataInner) MarshalJSON

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

func (*CreateNoteCopy200ResponseDataInner) SetEmail

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*CreateNoteCopy200ResponseDataInner) SetId

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

func (*CreateNoteCopy200ResponseDataInner) SetPhoneNumber

func (o *CreateNoteCopy200ResponseDataInner) SetPhoneNumber(v string)

SetPhoneNumber gets a reference to the given string and assigns it to the PhoneNumber field.

func (*CreateNoteCopy200ResponseDataInner) SetProjectRoles

func (o *CreateNoteCopy200ResponseDataInner) SetProjectRoles(v string)

SetProjectRoles gets a reference to the given string and assigns it to the ProjectRoles field.

func (*CreateNoteCopy200ResponseDataInner) SetStaffDisplayName

func (o *CreateNoteCopy200ResponseDataInner) SetStaffDisplayName(v string)

SetStaffDisplayName gets a reference to the given string and assigns it to the StaffDisplayName field.

func (*CreateNoteCopy200ResponseDataInner) SetStaffFirstName

func (o *CreateNoteCopy200ResponseDataInner) SetStaffFirstName(v string)

SetStaffFirstName gets a reference to the given string and assigns it to the StaffFirstName field.

func (*CreateNoteCopy200ResponseDataInner) SetStaffId

func (o *CreateNoteCopy200ResponseDataInner) SetStaffId(v int32)

SetStaffId gets a reference to the given int32 and assigns it to the StaffId field.

func (*CreateNoteCopy200ResponseDataInner) SetStaffLastName

func (o *CreateNoteCopy200ResponseDataInner) SetStaffLastName(v string)

SetStaffLastName gets a reference to the given string and assigns it to the StaffLastName field.

func (*CreateNoteCopy200ResponseDataInner) SetStaffProfileImageUrl

func (o *CreateNoteCopy200ResponseDataInner) SetStaffProfileImageUrl(v interface{})

SetStaffProfileImageUrl gets a reference to the given interface{} and assigns it to the StaffProfileImageUrl field.

func (CreateNoteCopy200ResponseDataInner) ToMap

func (o CreateNoteCopy200ResponseDataInner) ToMap() (map[string]interface{}, error)

func (*CreateNoteCopy200ResponseDataInner) UnmarshalJSON

func (o *CreateNoteCopy200ResponseDataInner) UnmarshalJSON(data []byte) (err error)

type CreateNoteCopyRequest

type CreateNoteCopyRequest struct {
	ProjectId            *int64  `json:"projectId,omitempty"`
	Project              *string `json:"project,omitempty"`
	ProjectRoleId        *int64  `json:"projectRoleId,omitempty"`
	ProjectRole          *string `json:"projectRole,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateNoteCopyRequest struct for CreateNoteCopyRequest

func NewCreateNoteCopyRequest

func NewCreateNoteCopyRequest() *CreateNoteCopyRequest

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

func NewCreateNoteCopyRequestWithDefaults

func NewCreateNoteCopyRequestWithDefaults() *CreateNoteCopyRequest

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

func (*CreateNoteCopyRequest) GetProject

func (o *CreateNoteCopyRequest) GetProject() string

GetProject returns the Project field value if set, zero value otherwise.

func (*CreateNoteCopyRequest) GetProjectId

func (o *CreateNoteCopyRequest) GetProjectId() int64

GetProjectId returns the ProjectId field value if set, zero value otherwise.

func (*CreateNoteCopyRequest) GetProjectIdOk

func (o *CreateNoteCopyRequest) GetProjectIdOk() (*int64, bool)

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

func (*CreateNoteCopyRequest) GetProjectOk

func (o *CreateNoteCopyRequest) GetProjectOk() (*string, bool)

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

func (*CreateNoteCopyRequest) GetProjectRole

func (o *CreateNoteCopyRequest) GetProjectRole() string

GetProjectRole returns the ProjectRole field value if set, zero value otherwise.

func (*CreateNoteCopyRequest) GetProjectRoleId

func (o *CreateNoteCopyRequest) GetProjectRoleId() int64

GetProjectRoleId returns the ProjectRoleId field value if set, zero value otherwise.

func (*CreateNoteCopyRequest) GetProjectRoleIdOk

func (o *CreateNoteCopyRequest) GetProjectRoleIdOk() (*int64, bool)

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

func (*CreateNoteCopyRequest) GetProjectRoleOk

func (o *CreateNoteCopyRequest) GetProjectRoleOk() (*string, bool)

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

func (*CreateNoteCopyRequest) HasProject

func (o *CreateNoteCopyRequest) HasProject() bool

HasProject returns a boolean if a field has been set.

func (*CreateNoteCopyRequest) HasProjectId

func (o *CreateNoteCopyRequest) HasProjectId() bool

HasProjectId returns a boolean if a field has been set.

func (*CreateNoteCopyRequest) HasProjectRole

func (o *CreateNoteCopyRequest) HasProjectRole() bool

HasProjectRole returns a boolean if a field has been set.

func (*CreateNoteCopyRequest) HasProjectRoleId

func (o *CreateNoteCopyRequest) HasProjectRoleId() bool

HasProjectRoleId returns a boolean if a field has been set.

func (CreateNoteCopyRequest) MarshalJSON

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

func (*CreateNoteCopyRequest) SetProject

func (o *CreateNoteCopyRequest) SetProject(v string)

SetProject gets a reference to the given string and assigns it to the Project field.

func (*CreateNoteCopyRequest) SetProjectId

func (o *CreateNoteCopyRequest) SetProjectId(v int64)

SetProjectId gets a reference to the given int64 and assigns it to the ProjectId field.

func (*CreateNoteCopyRequest) SetProjectRole

func (o *CreateNoteCopyRequest) SetProjectRole(v string)

SetProjectRole gets a reference to the given string and assigns it to the ProjectRole field.

func (*CreateNoteCopyRequest) SetProjectRoleId

func (o *CreateNoteCopyRequest) SetProjectRoleId(v int64)

SetProjectRoleId gets a reference to the given int64 and assigns it to the ProjectRoleId field.

func (CreateNoteCopyRequest) ToMap

func (o CreateNoteCopyRequest) ToMap() (map[string]interface{}, error)

func (*CreateNoteCopyRequest) UnmarshalJSON

func (o *CreateNoteCopyRequest) UnmarshalJSON(data []byte) (err error)

type CreateNoteRequest

type CreateNoteRequest struct {
	ProjectId            *int32  `json:"projectId,omitempty"`
	ProjectName          *string `json:"projectName,omitempty"`
	Note                 *string `json:"note,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateNoteRequest struct for CreateNoteRequest

func NewCreateNoteRequest

func NewCreateNoteRequest() *CreateNoteRequest

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

func NewCreateNoteRequestWithDefaults

func NewCreateNoteRequestWithDefaults() *CreateNoteRequest

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

func (*CreateNoteRequest) GetNote

func (o *CreateNoteRequest) GetNote() string

GetNote returns the Note field value if set, zero value otherwise.

func (*CreateNoteRequest) GetNoteOk

func (o *CreateNoteRequest) GetNoteOk() (*string, bool)

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

func (*CreateNoteRequest) GetProjectId

func (o *CreateNoteRequest) GetProjectId() int32

GetProjectId returns the ProjectId field value if set, zero value otherwise.

func (*CreateNoteRequest) GetProjectIdOk

func (o *CreateNoteRequest) GetProjectIdOk() (*int32, bool)

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

func (*CreateNoteRequest) GetProjectName

func (o *CreateNoteRequest) GetProjectName() string

GetProjectName returns the ProjectName field value if set, zero value otherwise.

func (*CreateNoteRequest) GetProjectNameOk

func (o *CreateNoteRequest) GetProjectNameOk() (*string, bool)

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

func (*CreateNoteRequest) HasNote

func (o *CreateNoteRequest) HasNote() bool

HasNote returns a boolean if a field has been set.

func (*CreateNoteRequest) HasProjectId

func (o *CreateNoteRequest) HasProjectId() bool

HasProjectId returns a boolean if a field has been set.

func (*CreateNoteRequest) HasProjectName

func (o *CreateNoteRequest) HasProjectName() bool

HasProjectName returns a boolean if a field has been set.

func (CreateNoteRequest) MarshalJSON

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

func (*CreateNoteRequest) SetNote

func (o *CreateNoteRequest) SetNote(v string)

SetNote gets a reference to the given string and assigns it to the Note field.

func (*CreateNoteRequest) SetProjectId

func (o *CreateNoteRequest) SetProjectId(v int32)

SetProjectId gets a reference to the given int32 and assigns it to the ProjectId field.

func (*CreateNoteRequest) SetProjectName

func (o *CreateNoteRequest) SetProjectName(v string)

SetProjectName gets a reference to the given string and assigns it to the ProjectName field.

func (CreateNoteRequest) ToMap

func (o CreateNoteRequest) ToMap() (map[string]interface{}, error)

func (*CreateNoteRequest) UnmarshalJSON

func (o *CreateNoteRequest) UnmarshalJSON(data []byte) (err error)

type CreateProjectRequest

type CreateProjectRequest struct {
	ProjectTypeId        int32                                   `json:"projectTypeId"`
	ProjectSubTypeId     *int32                                  `json:"projectSubTypeId,omitempty"`
	LocationId           int32                                   `json:"locationId"`
	PropertyType         string                                  `json:"propertyType"`
	UseContactAddress    *bool                                   `json:"useContactAddress,omitempty"`
	Address1             *string                                 `json:"address1,omitempty"`
	Address2             *string                                 `json:"address2,omitempty"`
	City                 *string                                 `json:"city,omitempty"`
	State                *string                                 `json:"state,omitempty"`
	ZipCode              *string                                 `json:"zipCode,omitempty"`
	Country              *string                                 `json:"country,omitempty"`
	Latitute             *float64                                `json:"latitute,omitempty"`
	Longitute            *float64                                `json:"longitute,omitempty"`
	CoveredLoss          bool                                    `json:"coveredLoss"`
	Sandbox              *string                                 `json:"sandbox,omitempty"`
	YearBuilt            *int32                                  `json:"yearBuilt,omitempty"`
	InsuranceCompany     *string                                 `json:"insuranceCompany,omitempty"`
	InsurancePolicy      *string                                 `json:"insurancePolicy,omitempty"`
	InsuranceClaimNumber *string                                 `json:"insuranceClaimNumber,omitempty"`
	Deductible           *int32                                  `json:"deductible,omitempty"`
	ProjectCustomer      *CreateProjectRequestProjectCustomer    `json:"projectCustomer,omitempty"`
	ProjectReferrer      *CreateProjectRequestProjectReferrer    `json:"projectReferrer,omitempty"`
	ProjectStaff         []CreateProjectRequestProjectStaffInner `json:"projectStaff"`
	PriceListIdentifier  *int32                                  `json:"priceListIdentifier,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateProjectRequest struct for CreateProjectRequest

func NewCreateProjectRequest

func NewCreateProjectRequest(projectTypeId int32, locationId int32, propertyType string, coveredLoss bool, projectStaff []CreateProjectRequestProjectStaffInner) *CreateProjectRequest

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

func NewCreateProjectRequestWithDefaults

func NewCreateProjectRequestWithDefaults() *CreateProjectRequest

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

func (*CreateProjectRequest) GetAddress1

func (o *CreateProjectRequest) GetAddress1() string

GetAddress1 returns the Address1 field value if set, zero value otherwise.

func (*CreateProjectRequest) GetAddress1Ok

func (o *CreateProjectRequest) GetAddress1Ok() (*string, bool)

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

func (*CreateProjectRequest) GetAddress2

func (o *CreateProjectRequest) GetAddress2() string

GetAddress2 returns the Address2 field value if set, zero value otherwise.

func (*CreateProjectRequest) GetAddress2Ok

func (o *CreateProjectRequest) GetAddress2Ok() (*string, bool)

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

func (*CreateProjectRequest) GetCity

func (o *CreateProjectRequest) GetCity() string

GetCity returns the City field value if set, zero value otherwise.

func (*CreateProjectRequest) GetCityOk

func (o *CreateProjectRequest) GetCityOk() (*string, bool)

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

func (*CreateProjectRequest) GetCountry

func (o *CreateProjectRequest) GetCountry() string

GetCountry returns the Country field value if set, zero value otherwise.

func (*CreateProjectRequest) GetCountryOk

func (o *CreateProjectRequest) GetCountryOk() (*string, bool)

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

func (*CreateProjectRequest) GetCoveredLoss

func (o *CreateProjectRequest) GetCoveredLoss() bool

GetCoveredLoss returns the CoveredLoss field value

func (*CreateProjectRequest) GetCoveredLossOk

func (o *CreateProjectRequest) GetCoveredLossOk() (*bool, bool)

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

func (*CreateProjectRequest) GetDeductible

func (o *CreateProjectRequest) GetDeductible() int32

GetDeductible returns the Deductible field value if set, zero value otherwise.

func (*CreateProjectRequest) GetDeductibleOk

func (o *CreateProjectRequest) GetDeductibleOk() (*int32, bool)

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

func (*CreateProjectRequest) GetInsuranceClaimNumber

func (o *CreateProjectRequest) GetInsuranceClaimNumber() string

GetInsuranceClaimNumber returns the InsuranceClaimNumber field value if set, zero value otherwise.

func (*CreateProjectRequest) GetInsuranceClaimNumberOk

func (o *CreateProjectRequest) GetInsuranceClaimNumberOk() (*string, bool)

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

func (*CreateProjectRequest) GetInsuranceCompany

func (o *CreateProjectRequest) GetInsuranceCompany() string

GetInsuranceCompany returns the InsuranceCompany field value if set, zero value otherwise.

func (*CreateProjectRequest) GetInsuranceCompanyOk

func (o *CreateProjectRequest) GetInsuranceCompanyOk() (*string, bool)

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

func (*CreateProjectRequest) GetInsurancePolicy

func (o *CreateProjectRequest) GetInsurancePolicy() string

GetInsurancePolicy returns the InsurancePolicy field value if set, zero value otherwise.

func (*CreateProjectRequest) GetInsurancePolicyOk

func (o *CreateProjectRequest) GetInsurancePolicyOk() (*string, bool)

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

func (*CreateProjectRequest) GetLatitute

func (o *CreateProjectRequest) GetLatitute() float64

GetLatitute returns the Latitute field value if set, zero value otherwise.

func (*CreateProjectRequest) GetLatituteOk

func (o *CreateProjectRequest) GetLatituteOk() (*float64, bool)

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

func (*CreateProjectRequest) GetLocationId

func (o *CreateProjectRequest) GetLocationId() int32

GetLocationId returns the LocationId field value

func (*CreateProjectRequest) GetLocationIdOk

func (o *CreateProjectRequest) GetLocationIdOk() (*int32, bool)

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

func (*CreateProjectRequest) GetLongitute

func (o *CreateProjectRequest) GetLongitute() float64

GetLongitute returns the Longitute field value if set, zero value otherwise.

func (*CreateProjectRequest) GetLongituteOk

func (o *CreateProjectRequest) GetLongituteOk() (*float64, bool)

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

func (*CreateProjectRequest) GetPriceListIdentifier

func (o *CreateProjectRequest) GetPriceListIdentifier() int32

GetPriceListIdentifier returns the PriceListIdentifier field value if set, zero value otherwise.

func (*CreateProjectRequest) GetPriceListIdentifierOk

func (o *CreateProjectRequest) GetPriceListIdentifierOk() (*int32, bool)

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

func (*CreateProjectRequest) GetProjectCustomer

GetProjectCustomer returns the ProjectCustomer field value if set, zero value otherwise.

func (*CreateProjectRequest) GetProjectCustomerOk

func (o *CreateProjectRequest) GetProjectCustomerOk() (*CreateProjectRequestProjectCustomer, bool)

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

func (*CreateProjectRequest) GetProjectReferrer

GetProjectReferrer returns the ProjectReferrer field value if set, zero value otherwise.

func (*CreateProjectRequest) GetProjectReferrerOk

func (o *CreateProjectRequest) GetProjectReferrerOk() (*CreateProjectRequestProjectReferrer, bool)

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

func (*CreateProjectRequest) GetProjectStaff

GetProjectStaff returns the ProjectStaff field value

func (*CreateProjectRequest) GetProjectStaffOk

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

func (*CreateProjectRequest) GetProjectSubTypeId

func (o *CreateProjectRequest) GetProjectSubTypeId() int32

GetProjectSubTypeId returns the ProjectSubTypeId field value if set, zero value otherwise.

func (*CreateProjectRequest) GetProjectSubTypeIdOk

func (o *CreateProjectRequest) GetProjectSubTypeIdOk() (*int32, bool)

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

func (*CreateProjectRequest) GetProjectTypeId

func (o *CreateProjectRequest) GetProjectTypeId() int32

GetProjectTypeId returns the ProjectTypeId field value

func (*CreateProjectRequest) GetProjectTypeIdOk

func (o *CreateProjectRequest) GetProjectTypeIdOk() (*int32, bool)

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

func (*CreateProjectRequest) GetPropertyType

func (o *CreateProjectRequest) GetPropertyType() string

GetPropertyType returns the PropertyType field value

func (*CreateProjectRequest) GetPropertyTypeOk

func (o *CreateProjectRequest) GetPropertyTypeOk() (*string, bool)

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

func (*CreateProjectRequest) GetSandbox

func (o *CreateProjectRequest) GetSandbox() string

GetSandbox returns the Sandbox field value if set, zero value otherwise.

func (*CreateProjectRequest) GetSandboxOk

func (o *CreateProjectRequest) GetSandboxOk() (*string, bool)

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

func (*CreateProjectRequest) GetState

func (o *CreateProjectRequest) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*CreateProjectRequest) GetStateOk

func (o *CreateProjectRequest) GetStateOk() (*string, bool)

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

func (*CreateProjectRequest) GetUseContactAddress

func (o *CreateProjectRequest) GetUseContactAddress() bool

GetUseContactAddress returns the UseContactAddress field value if set, zero value otherwise.

func (*CreateProjectRequest) GetUseContactAddressOk

func (o *CreateProjectRequest) GetUseContactAddressOk() (*bool, bool)

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

func (*CreateProjectRequest) GetYearBuilt

func (o *CreateProjectRequest) GetYearBuilt() int32

GetYearBuilt returns the YearBuilt field value if set, zero value otherwise.

func (*CreateProjectRequest) GetYearBuiltOk

func (o *CreateProjectRequest) GetYearBuiltOk() (*int32, bool)

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

func (*CreateProjectRequest) GetZipCode

func (o *CreateProjectRequest) GetZipCode() string

GetZipCode returns the ZipCode field value if set, zero value otherwise.

func (*CreateProjectRequest) GetZipCodeOk

func (o *CreateProjectRequest) GetZipCodeOk() (*string, bool)

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

func (*CreateProjectRequest) HasAddress1

func (o *CreateProjectRequest) HasAddress1() bool

HasAddress1 returns a boolean if a field has been set.

func (*CreateProjectRequest) HasAddress2

func (o *CreateProjectRequest) HasAddress2() bool

HasAddress2 returns a boolean if a field has been set.

func (*CreateProjectRequest) HasCity

func (o *CreateProjectRequest) HasCity() bool

HasCity returns a boolean if a field has been set.

func (*CreateProjectRequest) HasCountry

func (o *CreateProjectRequest) HasCountry() bool

HasCountry returns a boolean if a field has been set.

func (*CreateProjectRequest) HasDeductible

func (o *CreateProjectRequest) HasDeductible() bool

HasDeductible returns a boolean if a field has been set.

func (*CreateProjectRequest) HasInsuranceClaimNumber

func (o *CreateProjectRequest) HasInsuranceClaimNumber() bool

HasInsuranceClaimNumber returns a boolean if a field has been set.

func (*CreateProjectRequest) HasInsuranceCompany

func (o *CreateProjectRequest) HasInsuranceCompany() bool

HasInsuranceCompany returns a boolean if a field has been set.

func (*CreateProjectRequest) HasInsurancePolicy

func (o *CreateProjectRequest) HasInsurancePolicy() bool

HasInsurancePolicy returns a boolean if a field has been set.

func (*CreateProjectRequest) HasLatitute

func (o *CreateProjectRequest) HasLatitute() bool

HasLatitute returns a boolean if a field has been set.

func (*CreateProjectRequest) HasLongitute

func (o *CreateProjectRequest) HasLongitute() bool

HasLongitute returns a boolean if a field has been set.

func (*CreateProjectRequest) HasPriceListIdentifier

func (o *CreateProjectRequest) HasPriceListIdentifier() bool

HasPriceListIdentifier returns a boolean if a field has been set.

func (*CreateProjectRequest) HasProjectCustomer

func (o *CreateProjectRequest) HasProjectCustomer() bool

HasProjectCustomer returns a boolean if a field has been set.

func (*CreateProjectRequest) HasProjectReferrer

func (o *CreateProjectRequest) HasProjectReferrer() bool

HasProjectReferrer returns a boolean if a field has been set.

func (*CreateProjectRequest) HasProjectSubTypeId

func (o *CreateProjectRequest) HasProjectSubTypeId() bool

HasProjectSubTypeId returns a boolean if a field has been set.

func (*CreateProjectRequest) HasSandbox

func (o *CreateProjectRequest) HasSandbox() bool

HasSandbox returns a boolean if a field has been set.

func (*CreateProjectRequest) HasState

func (o *CreateProjectRequest) HasState() bool

HasState returns a boolean if a field has been set.

func (*CreateProjectRequest) HasUseContactAddress

func (o *CreateProjectRequest) HasUseContactAddress() bool

HasUseContactAddress returns a boolean if a field has been set.

func (*CreateProjectRequest) HasYearBuilt

func (o *CreateProjectRequest) HasYearBuilt() bool

HasYearBuilt returns a boolean if a field has been set.

func (*CreateProjectRequest) HasZipCode

func (o *CreateProjectRequest) HasZipCode() bool

HasZipCode returns a boolean if a field has been set.

func (CreateProjectRequest) MarshalJSON

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

func (*CreateProjectRequest) SetAddress1

func (o *CreateProjectRequest) SetAddress1(v string)

SetAddress1 gets a reference to the given string and assigns it to the Address1 field.

func (*CreateProjectRequest) SetAddress2

func (o *CreateProjectRequest) SetAddress2(v string)

SetAddress2 gets a reference to the given string and assigns it to the Address2 field.

func (*CreateProjectRequest) SetCity

func (o *CreateProjectRequest) SetCity(v string)

SetCity gets a reference to the given string and assigns it to the City field.

func (*CreateProjectRequest) SetCountry

func (o *CreateProjectRequest) SetCountry(v string)

SetCountry gets a reference to the given string and assigns it to the Country field.

func (*CreateProjectRequest) SetCoveredLoss

func (o *CreateProjectRequest) SetCoveredLoss(v bool)

SetCoveredLoss sets field value

func (*CreateProjectRequest) SetDeductible

func (o *CreateProjectRequest) SetDeductible(v int32)

SetDeductible gets a reference to the given int32 and assigns it to the Deductible field.

func (*CreateProjectRequest) SetInsuranceClaimNumber

func (o *CreateProjectRequest) SetInsuranceClaimNumber(v string)

SetInsuranceClaimNumber gets a reference to the given string and assigns it to the InsuranceClaimNumber field.

func (*CreateProjectRequest) SetInsuranceCompany

func (o *CreateProjectRequest) SetInsuranceCompany(v string)

SetInsuranceCompany gets a reference to the given string and assigns it to the InsuranceCompany field.

func (*CreateProjectRequest) SetInsurancePolicy

func (o *CreateProjectRequest) SetInsurancePolicy(v string)

SetInsurancePolicy gets a reference to the given string and assigns it to the InsurancePolicy field.

func (*CreateProjectRequest) SetLatitute

func (o *CreateProjectRequest) SetLatitute(v float64)

SetLatitute gets a reference to the given float64 and assigns it to the Latitute field.

func (*CreateProjectRequest) SetLocationId

func (o *CreateProjectRequest) SetLocationId(v int32)

SetLocationId sets field value

func (*CreateProjectRequest) SetLongitute

func (o *CreateProjectRequest) SetLongitute(v float64)

SetLongitute gets a reference to the given float64 and assigns it to the Longitute field.

func (*CreateProjectRequest) SetPriceListIdentifier

func (o *CreateProjectRequest) SetPriceListIdentifier(v int32)

SetPriceListIdentifier gets a reference to the given int32 and assigns it to the PriceListIdentifier field.

func (*CreateProjectRequest) SetProjectCustomer

SetProjectCustomer gets a reference to the given CreateProjectRequestProjectCustomer and assigns it to the ProjectCustomer field.

func (*CreateProjectRequest) SetProjectReferrer

SetProjectReferrer gets a reference to the given CreateProjectRequestProjectReferrer and assigns it to the ProjectReferrer field.

func (*CreateProjectRequest) SetProjectStaff

SetProjectStaff sets field value

func (*CreateProjectRequest) SetProjectSubTypeId

func (o *CreateProjectRequest) SetProjectSubTypeId(v int32)

SetProjectSubTypeId gets a reference to the given int32 and assigns it to the ProjectSubTypeId field.

func (*CreateProjectRequest) SetProjectTypeId

func (o *CreateProjectRequest) SetProjectTypeId(v int32)

SetProjectTypeId sets field value

func (*CreateProjectRequest) SetPropertyType

func (o *CreateProjectRequest) SetPropertyType(v string)

SetPropertyType sets field value

func (*CreateProjectRequest) SetSandbox

func (o *CreateProjectRequest) SetSandbox(v string)

SetSandbox gets a reference to the given string and assigns it to the Sandbox field.

func (*CreateProjectRequest) SetState

func (o *CreateProjectRequest) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*CreateProjectRequest) SetUseContactAddress

func (o *CreateProjectRequest) SetUseContactAddress(v bool)

SetUseContactAddress gets a reference to the given bool and assigns it to the UseContactAddress field.

func (*CreateProjectRequest) SetYearBuilt

func (o *CreateProjectRequest) SetYearBuilt(v int32)

SetYearBuilt gets a reference to the given int32 and assigns it to the YearBuilt field.

func (*CreateProjectRequest) SetZipCode

func (o *CreateProjectRequest) SetZipCode(v string)

SetZipCode gets a reference to the given string and assigns it to the ZipCode field.

func (CreateProjectRequest) ToMap

func (o CreateProjectRequest) ToMap() (map[string]interface{}, error)

func (*CreateProjectRequest) UnmarshalJSON

func (o *CreateProjectRequest) UnmarshalJSON(data []byte) (err error)

type CreateProjectRequestProjectCustomer

type CreateProjectRequestProjectCustomer struct {
	// new or existing
	Type                   string   `json:"type"`
	ExistingContactId      *int32   `json:"existingContactId,omitempty"`
	ExistingOrganizationId *int32   `json:"existingOrganizationId,omitempty"`
	OrganizationName       *string  `json:"organizationName,omitempty"`
	FirstName              *string  `json:"firstName,omitempty"`
	LastName               *string  `json:"lastName,omitempty"`
	Email                  *string  `json:"email,omitempty"`
	PhoneNumber            *string  `json:"phoneNumber,omitempty"`
	UseOrganizationAddress *bool    `json:"useOrganizationAddress,omitempty"`
	OrganizationId         *int32   `json:"organizationId,omitempty"`
	ReferralSourceId       *int32   `json:"referralSourceId,omitempty"`
	RelationshipStatusId   *int32   `json:"relationshipStatusId,omitempty"`
	ParentOrganizationId   *int32   `json:"parentOrganizationId,omitempty"`
	SalespersonId          *int32   `json:"salespersonId,omitempty"`
	Address1               *string  `json:"address1,omitempty"`
	Address2               *string  `json:"address2,omitempty"`
	City                   *string  `json:"city,omitempty"`
	State                  *string  `json:"state,omitempty"`
	ZipCode                *string  `json:"zipCode,omitempty"`
	Country                *string  `json:"country,omitempty"`
	Latitude               *float64 `json:"latitude,omitempty"`
	Longitude              *float64 `json:"longitude,omitempty"`
	Sandbox                *string  `json:"sandbox,omitempty"`
	AdditionalProperties   map[string]interface{}
}

CreateProjectRequestProjectCustomer struct for CreateProjectRequestProjectCustomer

func NewCreateProjectRequestProjectCustomer

func NewCreateProjectRequestProjectCustomer(type_ string) *CreateProjectRequestProjectCustomer

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

func NewCreateProjectRequestProjectCustomerWithDefaults

func NewCreateProjectRequestProjectCustomerWithDefaults() *CreateProjectRequestProjectCustomer

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

func (*CreateProjectRequestProjectCustomer) GetAddress1

GetAddress1 returns the Address1 field value if set, zero value otherwise.

func (*CreateProjectRequestProjectCustomer) GetAddress1Ok

func (o *CreateProjectRequestProjectCustomer) GetAddress1Ok() (*string, bool)

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

func (*CreateProjectRequestProjectCustomer) GetAddress2

GetAddress2 returns the Address2 field value if set, zero value otherwise.

func (*CreateProjectRequestProjectCustomer) GetAddress2Ok

func (o *CreateProjectRequestProjectCustomer) GetAddress2Ok() (*string, bool)

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

func (*CreateProjectRequestProjectCustomer) GetCity

GetCity returns the City field value if set, zero value otherwise.

func (*CreateProjectRequestProjectCustomer) GetCityOk

func (o *CreateProjectRequestProjectCustomer) GetCityOk() (*string, bool)

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

func (*CreateProjectRequestProjectCustomer) GetCountry

GetCountry returns the Country field value if set, zero value otherwise.

func (*CreateProjectRequestProjectCustomer) GetCountryOk

func (o *CreateProjectRequestProjectCustomer) GetCountryOk() (*string, bool)

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

func (*CreateProjectRequestProjectCustomer) GetEmail

GetEmail returns the Email field value if set, zero value otherwise.

func (*CreateProjectRequestProjectCustomer) GetEmailOk

func (o *CreateProjectRequestProjectCustomer) GetEmailOk() (*string, bool)

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

func (*CreateProjectRequestProjectCustomer) GetExistingContactId

func (o *CreateProjectRequestProjectCustomer) GetExistingContactId() int32

GetExistingContactId returns the ExistingContactId field value if set, zero value otherwise.

func (*CreateProjectRequestProjectCustomer) GetExistingContactIdOk

func (o *CreateProjectRequestProjectCustomer) GetExistingContactIdOk() (*int32, bool)

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

func (*CreateProjectRequestProjectCustomer) GetExistingOrganizationId

func (o *CreateProjectRequestProjectCustomer) GetExistingOrganizationId() int32

GetExistingOrganizationId returns the ExistingOrganizationId field value if set, zero value otherwise.

func (*CreateProjectRequestProjectCustomer) GetExistingOrganizationIdOk

func (o *CreateProjectRequestProjectCustomer) GetExistingOrganizationIdOk() (*int32, bool)

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

func (*CreateProjectRequestProjectCustomer) GetFirstName

func (o *CreateProjectRequestProjectCustomer) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*CreateProjectRequestProjectCustomer) GetFirstNameOk

func (o *CreateProjectRequestProjectCustomer) GetFirstNameOk() (*string, bool)

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

func (*CreateProjectRequestProjectCustomer) GetLastName

GetLastName returns the LastName field value if set, zero value otherwise.

func (*CreateProjectRequestProjectCustomer) GetLastNameOk

func (o *CreateProjectRequestProjectCustomer) GetLastNameOk() (*string, bool)

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

func (*CreateProjectRequestProjectCustomer) GetLatitude

GetLatitude returns the Latitude field value if set, zero value otherwise.

func (*CreateProjectRequestProjectCustomer) GetLatitudeOk

func (o *CreateProjectRequestProjectCustomer) GetLatitudeOk() (*float64, bool)

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

func (*CreateProjectRequestProjectCustomer) GetLongitude

func (o *CreateProjectRequestProjectCustomer) GetLongitude() float64

GetLongitude returns the Longitude field value if set, zero value otherwise.

func (*CreateProjectRequestProjectCustomer) GetLongitudeOk

func (o *CreateProjectRequestProjectCustomer) GetLongitudeOk() (*float64, bool)

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

func (*CreateProjectRequestProjectCustomer) GetOrganizationId

func (o *CreateProjectRequestProjectCustomer) GetOrganizationId() int32

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*CreateProjectRequestProjectCustomer) GetOrganizationIdOk

func (o *CreateProjectRequestProjectCustomer) GetOrganizationIdOk() (*int32, bool)

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

func (*CreateProjectRequestProjectCustomer) GetOrganizationName

func (o *CreateProjectRequestProjectCustomer) GetOrganizationName() string

GetOrganizationName returns the OrganizationName field value if set, zero value otherwise.

func (*CreateProjectRequestProjectCustomer) GetOrganizationNameOk

func (o *CreateProjectRequestProjectCustomer) GetOrganizationNameOk() (*string, bool)

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

func (*CreateProjectRequestProjectCustomer) GetParentOrganizationId

func (o *CreateProjectRequestProjectCustomer) GetParentOrganizationId() int32

GetParentOrganizationId returns the ParentOrganizationId field value if set, zero value otherwise.

func (*CreateProjectRequestProjectCustomer) GetParentOrganizationIdOk

func (o *CreateProjectRequestProjectCustomer) GetParentOrganizationIdOk() (*int32, bool)

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

func (*CreateProjectRequestProjectCustomer) GetPhoneNumber

func (o *CreateProjectRequestProjectCustomer) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field value if set, zero value otherwise.

func (*CreateProjectRequestProjectCustomer) GetPhoneNumberOk

func (o *CreateProjectRequestProjectCustomer) GetPhoneNumberOk() (*string, bool)

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

func (*CreateProjectRequestProjectCustomer) GetReferralSourceId

func (o *CreateProjectRequestProjectCustomer) GetReferralSourceId() int32

GetReferralSourceId returns the ReferralSourceId field value if set, zero value otherwise.

func (*CreateProjectRequestProjectCustomer) GetReferralSourceIdOk

func (o *CreateProjectRequestProjectCustomer) GetReferralSourceIdOk() (*int32, bool)

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

func (*CreateProjectRequestProjectCustomer) GetRelationshipStatusId

func (o *CreateProjectRequestProjectCustomer) GetRelationshipStatusId() int32

GetRelationshipStatusId returns the RelationshipStatusId field value if set, zero value otherwise.

func (*CreateProjectRequestProjectCustomer) GetRelationshipStatusIdOk

func (o *CreateProjectRequestProjectCustomer) GetRelationshipStatusIdOk() (*int32, bool)

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

func (*CreateProjectRequestProjectCustomer) GetSalespersonId

func (o *CreateProjectRequestProjectCustomer) GetSalespersonId() int32

GetSalespersonId returns the SalespersonId field value if set, zero value otherwise.

func (*CreateProjectRequestProjectCustomer) GetSalespersonIdOk

func (o *CreateProjectRequestProjectCustomer) GetSalespersonIdOk() (*int32, bool)

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

func (*CreateProjectRequestProjectCustomer) GetSandbox

GetSandbox returns the Sandbox field value if set, zero value otherwise.

func (*CreateProjectRequestProjectCustomer) GetSandboxOk

func (o *CreateProjectRequestProjectCustomer) GetSandboxOk() (*string, bool)

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

func (*CreateProjectRequestProjectCustomer) GetState

GetState returns the State field value if set, zero value otherwise.

func (*CreateProjectRequestProjectCustomer) GetStateOk

func (o *CreateProjectRequestProjectCustomer) GetStateOk() (*string, bool)

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

func (*CreateProjectRequestProjectCustomer) GetType

GetType returns the Type field value

func (*CreateProjectRequestProjectCustomer) GetTypeOk

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

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

func (*CreateProjectRequestProjectCustomer) GetUseOrganizationAddress

func (o *CreateProjectRequestProjectCustomer) GetUseOrganizationAddress() bool

GetUseOrganizationAddress returns the UseOrganizationAddress field value if set, zero value otherwise.

func (*CreateProjectRequestProjectCustomer) GetUseOrganizationAddressOk

func (o *CreateProjectRequestProjectCustomer) GetUseOrganizationAddressOk() (*bool, bool)

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

func (*CreateProjectRequestProjectCustomer) GetZipCode

GetZipCode returns the ZipCode field value if set, zero value otherwise.

func (*CreateProjectRequestProjectCustomer) GetZipCodeOk

func (o *CreateProjectRequestProjectCustomer) GetZipCodeOk() (*string, bool)

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

func (*CreateProjectRequestProjectCustomer) HasAddress1

func (o *CreateProjectRequestProjectCustomer) HasAddress1() bool

HasAddress1 returns a boolean if a field has been set.

func (*CreateProjectRequestProjectCustomer) HasAddress2

func (o *CreateProjectRequestProjectCustomer) HasAddress2() bool

HasAddress2 returns a boolean if a field has been set.

func (*CreateProjectRequestProjectCustomer) HasCity

HasCity returns a boolean if a field has been set.

func (*CreateProjectRequestProjectCustomer) HasCountry

func (o *CreateProjectRequestProjectCustomer) HasCountry() bool

HasCountry returns a boolean if a field has been set.

func (*CreateProjectRequestProjectCustomer) HasEmail

HasEmail returns a boolean if a field has been set.

func (*CreateProjectRequestProjectCustomer) HasExistingContactId

func (o *CreateProjectRequestProjectCustomer) HasExistingContactId() bool

HasExistingContactId returns a boolean if a field has been set.

func (*CreateProjectRequestProjectCustomer) HasExistingOrganizationId

func (o *CreateProjectRequestProjectCustomer) HasExistingOrganizationId() bool

HasExistingOrganizationId returns a boolean if a field has been set.

func (*CreateProjectRequestProjectCustomer) HasFirstName

func (o *CreateProjectRequestProjectCustomer) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*CreateProjectRequestProjectCustomer) HasLastName

func (o *CreateProjectRequestProjectCustomer) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*CreateProjectRequestProjectCustomer) HasLatitude

func (o *CreateProjectRequestProjectCustomer) HasLatitude() bool

HasLatitude returns a boolean if a field has been set.

func (*CreateProjectRequestProjectCustomer) HasLongitude

func (o *CreateProjectRequestProjectCustomer) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

func (*CreateProjectRequestProjectCustomer) HasOrganizationId

func (o *CreateProjectRequestProjectCustomer) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*CreateProjectRequestProjectCustomer) HasOrganizationName

func (o *CreateProjectRequestProjectCustomer) HasOrganizationName() bool

HasOrganizationName returns a boolean if a field has been set.

func (*CreateProjectRequestProjectCustomer) HasParentOrganizationId

func (o *CreateProjectRequestProjectCustomer) HasParentOrganizationId() bool

HasParentOrganizationId returns a boolean if a field has been set.

func (*CreateProjectRequestProjectCustomer) HasPhoneNumber

func (o *CreateProjectRequestProjectCustomer) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

func (*CreateProjectRequestProjectCustomer) HasReferralSourceId

func (o *CreateProjectRequestProjectCustomer) HasReferralSourceId() bool

HasReferralSourceId returns a boolean if a field has been set.

func (*CreateProjectRequestProjectCustomer) HasRelationshipStatusId

func (o *CreateProjectRequestProjectCustomer) HasRelationshipStatusId() bool

HasRelationshipStatusId returns a boolean if a field has been set.

func (*CreateProjectRequestProjectCustomer) HasSalespersonId

func (o *CreateProjectRequestProjectCustomer) HasSalespersonId() bool

HasSalespersonId returns a boolean if a field has been set.

func (*CreateProjectRequestProjectCustomer) HasSandbox

func (o *CreateProjectRequestProjectCustomer) HasSandbox() bool

HasSandbox returns a boolean if a field has been set.

func (*CreateProjectRequestProjectCustomer) HasState

HasState returns a boolean if a field has been set.

func (*CreateProjectRequestProjectCustomer) HasUseOrganizationAddress

func (o *CreateProjectRequestProjectCustomer) HasUseOrganizationAddress() bool

HasUseOrganizationAddress returns a boolean if a field has been set.

func (*CreateProjectRequestProjectCustomer) HasZipCode

func (o *CreateProjectRequestProjectCustomer) HasZipCode() bool

HasZipCode returns a boolean if a field has been set.

func (CreateProjectRequestProjectCustomer) MarshalJSON

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

func (*CreateProjectRequestProjectCustomer) SetAddress1

func (o *CreateProjectRequestProjectCustomer) SetAddress1(v string)

SetAddress1 gets a reference to the given string and assigns it to the Address1 field.

func (*CreateProjectRequestProjectCustomer) SetAddress2

func (o *CreateProjectRequestProjectCustomer) SetAddress2(v string)

SetAddress2 gets a reference to the given string and assigns it to the Address2 field.

func (*CreateProjectRequestProjectCustomer) SetCity

SetCity gets a reference to the given string and assigns it to the City field.

func (*CreateProjectRequestProjectCustomer) SetCountry

SetCountry gets a reference to the given string and assigns it to the Country field.

func (*CreateProjectRequestProjectCustomer) SetEmail

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*CreateProjectRequestProjectCustomer) SetExistingContactId

func (o *CreateProjectRequestProjectCustomer) SetExistingContactId(v int32)

SetExistingContactId gets a reference to the given int32 and assigns it to the ExistingContactId field.

func (*CreateProjectRequestProjectCustomer) SetExistingOrganizationId

func (o *CreateProjectRequestProjectCustomer) SetExistingOrganizationId(v int32)

SetExistingOrganizationId gets a reference to the given int32 and assigns it to the ExistingOrganizationId field.

func (*CreateProjectRequestProjectCustomer) SetFirstName

func (o *CreateProjectRequestProjectCustomer) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*CreateProjectRequestProjectCustomer) SetLastName

func (o *CreateProjectRequestProjectCustomer) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*CreateProjectRequestProjectCustomer) SetLatitude

func (o *CreateProjectRequestProjectCustomer) SetLatitude(v float64)

SetLatitude gets a reference to the given float64 and assigns it to the Latitude field.

func (*CreateProjectRequestProjectCustomer) SetLongitude

func (o *CreateProjectRequestProjectCustomer) SetLongitude(v float64)

SetLongitude gets a reference to the given float64 and assigns it to the Longitude field.

func (*CreateProjectRequestProjectCustomer) SetOrganizationId

func (o *CreateProjectRequestProjectCustomer) SetOrganizationId(v int32)

SetOrganizationId gets a reference to the given int32 and assigns it to the OrganizationId field.

func (*CreateProjectRequestProjectCustomer) SetOrganizationName

func (o *CreateProjectRequestProjectCustomer) SetOrganizationName(v string)

SetOrganizationName gets a reference to the given string and assigns it to the OrganizationName field.

func (*CreateProjectRequestProjectCustomer) SetParentOrganizationId

func (o *CreateProjectRequestProjectCustomer) SetParentOrganizationId(v int32)

SetParentOrganizationId gets a reference to the given int32 and assigns it to the ParentOrganizationId field.

func (*CreateProjectRequestProjectCustomer) SetPhoneNumber

func (o *CreateProjectRequestProjectCustomer) SetPhoneNumber(v string)

SetPhoneNumber gets a reference to the given string and assigns it to the PhoneNumber field.

func (*CreateProjectRequestProjectCustomer) SetReferralSourceId

func (o *CreateProjectRequestProjectCustomer) SetReferralSourceId(v int32)

SetReferralSourceId gets a reference to the given int32 and assigns it to the ReferralSourceId field.

func (*CreateProjectRequestProjectCustomer) SetRelationshipStatusId

func (o *CreateProjectRequestProjectCustomer) SetRelationshipStatusId(v int32)

SetRelationshipStatusId gets a reference to the given int32 and assigns it to the RelationshipStatusId field.

func (*CreateProjectRequestProjectCustomer) SetSalespersonId

func (o *CreateProjectRequestProjectCustomer) SetSalespersonId(v int32)

SetSalespersonId gets a reference to the given int32 and assigns it to the SalespersonId field.

func (*CreateProjectRequestProjectCustomer) SetSandbox

SetSandbox gets a reference to the given string and assigns it to the Sandbox field.

func (*CreateProjectRequestProjectCustomer) SetState

SetState gets a reference to the given string and assigns it to the State field.

func (*CreateProjectRequestProjectCustomer) SetType

SetType sets field value

func (*CreateProjectRequestProjectCustomer) SetUseOrganizationAddress

func (o *CreateProjectRequestProjectCustomer) SetUseOrganizationAddress(v bool)

SetUseOrganizationAddress gets a reference to the given bool and assigns it to the UseOrganizationAddress field.

func (*CreateProjectRequestProjectCustomer) SetZipCode

SetZipCode gets a reference to the given string and assigns it to the ZipCode field.

func (CreateProjectRequestProjectCustomer) ToMap

func (o CreateProjectRequestProjectCustomer) ToMap() (map[string]interface{}, error)

func (*CreateProjectRequestProjectCustomer) UnmarshalJSON

func (o *CreateProjectRequestProjectCustomer) UnmarshalJSON(data []byte) (err error)

type CreateProjectRequestProjectReferrer

type CreateProjectRequestProjectReferrer struct {
	// existing or new
	Type                     string   `json:"type"`
	ExistingSourceId         *int32   `json:"existingSourceId,omitempty"`
	ExistingReferralSourceId *int32   `json:"existingReferralSourceId,omitempty"`
	ExistingSalespersonId    *int32   `json:"existingSalespersonId,omitempty"`
	OrganizationName         *string  `json:"organizationName,omitempty"`
	FirstName                *string  `json:"firstName,omitempty"`
	LastName                 *string  `json:"lastName,omitempty"`
	Email                    *string  `json:"email,omitempty"`
	PhoneNumber              *string  `json:"phoneNumber,omitempty"`
	UseOrganizationAddress   *bool    `json:"useOrganizationAddress,omitempty"`
	OrganizationId           *int32   `json:"organizationId,omitempty"`
	ReferralSourceId         *int32   `json:"referralSourceId,omitempty"`
	ParentOrganizationId     *int32   `json:"parentOrganizationId,omitempty"`
	SalespersonId            *int32   `json:"salespersonId,omitempty"`
	Address1                 *string  `json:"address1,omitempty"`
	Address2                 *string  `json:"address2,omitempty"`
	City                     *string  `json:"city,omitempty"`
	State                    *string  `json:"state,omitempty"`
	ZipCode                  *string  `json:"zipCode,omitempty"`
	Country                  *string  `json:"country,omitempty"`
	Latitude                 *float64 `json:"latitude,omitempty"`
	Longitude                *float64 `json:"longitude,omitempty"`
	Sandbox                  *string  `json:"sandbox,omitempty"`
	AdditionalProperties     map[string]interface{}
}

CreateProjectRequestProjectReferrer struct for CreateProjectRequestProjectReferrer

func NewCreateProjectRequestProjectReferrer

func NewCreateProjectRequestProjectReferrer(type_ string) *CreateProjectRequestProjectReferrer

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

func NewCreateProjectRequestProjectReferrerWithDefaults

func NewCreateProjectRequestProjectReferrerWithDefaults() *CreateProjectRequestProjectReferrer

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

func (*CreateProjectRequestProjectReferrer) GetAddress1

GetAddress1 returns the Address1 field value if set, zero value otherwise.

func (*CreateProjectRequestProjectReferrer) GetAddress1Ok

func (o *CreateProjectRequestProjectReferrer) GetAddress1Ok() (*string, bool)

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

func (*CreateProjectRequestProjectReferrer) GetAddress2

GetAddress2 returns the Address2 field value if set, zero value otherwise.

func (*CreateProjectRequestProjectReferrer) GetAddress2Ok

func (o *CreateProjectRequestProjectReferrer) GetAddress2Ok() (*string, bool)

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

func (*CreateProjectRequestProjectReferrer) GetCity

GetCity returns the City field value if set, zero value otherwise.

func (*CreateProjectRequestProjectReferrer) GetCityOk

func (o *CreateProjectRequestProjectReferrer) GetCityOk() (*string, bool)

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

func (*CreateProjectRequestProjectReferrer) GetCountry

GetCountry returns the Country field value if set, zero value otherwise.

func (*CreateProjectRequestProjectReferrer) GetCountryOk

func (o *CreateProjectRequestProjectReferrer) GetCountryOk() (*string, bool)

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

func (*CreateProjectRequestProjectReferrer) GetEmail

GetEmail returns the Email field value if set, zero value otherwise.

func (*CreateProjectRequestProjectReferrer) GetEmailOk

func (o *CreateProjectRequestProjectReferrer) GetEmailOk() (*string, bool)

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

func (*CreateProjectRequestProjectReferrer) GetExistingReferralSourceId

func (o *CreateProjectRequestProjectReferrer) GetExistingReferralSourceId() int32

GetExistingReferralSourceId returns the ExistingReferralSourceId field value if set, zero value otherwise.

func (*CreateProjectRequestProjectReferrer) GetExistingReferralSourceIdOk

func (o *CreateProjectRequestProjectReferrer) GetExistingReferralSourceIdOk() (*int32, bool)

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

func (*CreateProjectRequestProjectReferrer) GetExistingSalespersonId

func (o *CreateProjectRequestProjectReferrer) GetExistingSalespersonId() int32

GetExistingSalespersonId returns the ExistingSalespersonId field value if set, zero value otherwise.

func (*CreateProjectRequestProjectReferrer) GetExistingSalespersonIdOk

func (o *CreateProjectRequestProjectReferrer) GetExistingSalespersonIdOk() (*int32, bool)

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

func (*CreateProjectRequestProjectReferrer) GetExistingSourceId

func (o *CreateProjectRequestProjectReferrer) GetExistingSourceId() int32

GetExistingSourceId returns the ExistingSourceId field value if set, zero value otherwise.

func (*CreateProjectRequestProjectReferrer) GetExistingSourceIdOk

func (o *CreateProjectRequestProjectReferrer) GetExistingSourceIdOk() (*int32, bool)

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

func (*CreateProjectRequestProjectReferrer) GetFirstName

func (o *CreateProjectRequestProjectReferrer) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*CreateProjectRequestProjectReferrer) GetFirstNameOk

func (o *CreateProjectRequestProjectReferrer) GetFirstNameOk() (*string, bool)

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

func (*CreateProjectRequestProjectReferrer) GetLastName

GetLastName returns the LastName field value if set, zero value otherwise.

func (*CreateProjectRequestProjectReferrer) GetLastNameOk

func (o *CreateProjectRequestProjectReferrer) GetLastNameOk() (*string, bool)

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

func (*CreateProjectRequestProjectReferrer) GetLatitude

GetLatitude returns the Latitude field value if set, zero value otherwise.

func (*CreateProjectRequestProjectReferrer) GetLatitudeOk

func (o *CreateProjectRequestProjectReferrer) GetLatitudeOk() (*float64, bool)

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

func (*CreateProjectRequestProjectReferrer) GetLongitude

func (o *CreateProjectRequestProjectReferrer) GetLongitude() float64

GetLongitude returns the Longitude field value if set, zero value otherwise.

func (*CreateProjectRequestProjectReferrer) GetLongitudeOk

func (o *CreateProjectRequestProjectReferrer) GetLongitudeOk() (*float64, bool)

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

func (*CreateProjectRequestProjectReferrer) GetOrganizationId

func (o *CreateProjectRequestProjectReferrer) GetOrganizationId() int32

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*CreateProjectRequestProjectReferrer) GetOrganizationIdOk

func (o *CreateProjectRequestProjectReferrer) GetOrganizationIdOk() (*int32, bool)

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

func (*CreateProjectRequestProjectReferrer) GetOrganizationName

func (o *CreateProjectRequestProjectReferrer) GetOrganizationName() string

GetOrganizationName returns the OrganizationName field value if set, zero value otherwise.

func (*CreateProjectRequestProjectReferrer) GetOrganizationNameOk

func (o *CreateProjectRequestProjectReferrer) GetOrganizationNameOk() (*string, bool)

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

func (*CreateProjectRequestProjectReferrer) GetParentOrganizationId

func (o *CreateProjectRequestProjectReferrer) GetParentOrganizationId() int32

GetParentOrganizationId returns the ParentOrganizationId field value if set, zero value otherwise.

func (*CreateProjectRequestProjectReferrer) GetParentOrganizationIdOk

func (o *CreateProjectRequestProjectReferrer) GetParentOrganizationIdOk() (*int32, bool)

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

func (*CreateProjectRequestProjectReferrer) GetPhoneNumber

func (o *CreateProjectRequestProjectReferrer) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field value if set, zero value otherwise.

func (*CreateProjectRequestProjectReferrer) GetPhoneNumberOk

func (o *CreateProjectRequestProjectReferrer) GetPhoneNumberOk() (*string, bool)

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

func (*CreateProjectRequestProjectReferrer) GetReferralSourceId

func (o *CreateProjectRequestProjectReferrer) GetReferralSourceId() int32

GetReferralSourceId returns the ReferralSourceId field value if set, zero value otherwise.

func (*CreateProjectRequestProjectReferrer) GetReferralSourceIdOk

func (o *CreateProjectRequestProjectReferrer) GetReferralSourceIdOk() (*int32, bool)

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

func (*CreateProjectRequestProjectReferrer) GetSalespersonId

func (o *CreateProjectRequestProjectReferrer) GetSalespersonId() int32

GetSalespersonId returns the SalespersonId field value if set, zero value otherwise.

func (*CreateProjectRequestProjectReferrer) GetSalespersonIdOk

func (o *CreateProjectRequestProjectReferrer) GetSalespersonIdOk() (*int32, bool)

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

func (*CreateProjectRequestProjectReferrer) GetSandbox

GetSandbox returns the Sandbox field value if set, zero value otherwise.

func (*CreateProjectRequestProjectReferrer) GetSandboxOk

func (o *CreateProjectRequestProjectReferrer) GetSandboxOk() (*string, bool)

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

func (*CreateProjectRequestProjectReferrer) GetState

GetState returns the State field value if set, zero value otherwise.

func (*CreateProjectRequestProjectReferrer) GetStateOk

func (o *CreateProjectRequestProjectReferrer) GetStateOk() (*string, bool)

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

func (*CreateProjectRequestProjectReferrer) GetType

GetType returns the Type field value

func (*CreateProjectRequestProjectReferrer) GetTypeOk

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

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

func (*CreateProjectRequestProjectReferrer) GetUseOrganizationAddress

func (o *CreateProjectRequestProjectReferrer) GetUseOrganizationAddress() bool

GetUseOrganizationAddress returns the UseOrganizationAddress field value if set, zero value otherwise.

func (*CreateProjectRequestProjectReferrer) GetUseOrganizationAddressOk

func (o *CreateProjectRequestProjectReferrer) GetUseOrganizationAddressOk() (*bool, bool)

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

func (*CreateProjectRequestProjectReferrer) GetZipCode

GetZipCode returns the ZipCode field value if set, zero value otherwise.

func (*CreateProjectRequestProjectReferrer) GetZipCodeOk

func (o *CreateProjectRequestProjectReferrer) GetZipCodeOk() (*string, bool)

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

func (*CreateProjectRequestProjectReferrer) HasAddress1

func (o *CreateProjectRequestProjectReferrer) HasAddress1() bool

HasAddress1 returns a boolean if a field has been set.

func (*CreateProjectRequestProjectReferrer) HasAddress2

func (o *CreateProjectRequestProjectReferrer) HasAddress2() bool

HasAddress2 returns a boolean if a field has been set.

func (*CreateProjectRequestProjectReferrer) HasCity

HasCity returns a boolean if a field has been set.

func (*CreateProjectRequestProjectReferrer) HasCountry

func (o *CreateProjectRequestProjectReferrer) HasCountry() bool

HasCountry returns a boolean if a field has been set.

func (*CreateProjectRequestProjectReferrer) HasEmail

HasEmail returns a boolean if a field has been set.

func (*CreateProjectRequestProjectReferrer) HasExistingReferralSourceId

func (o *CreateProjectRequestProjectReferrer) HasExistingReferralSourceId() bool

HasExistingReferralSourceId returns a boolean if a field has been set.

func (*CreateProjectRequestProjectReferrer) HasExistingSalespersonId

func (o *CreateProjectRequestProjectReferrer) HasExistingSalespersonId() bool

HasExistingSalespersonId returns a boolean if a field has been set.

func (*CreateProjectRequestProjectReferrer) HasExistingSourceId

func (o *CreateProjectRequestProjectReferrer) HasExistingSourceId() bool

HasExistingSourceId returns a boolean if a field has been set.

func (*CreateProjectRequestProjectReferrer) HasFirstName

func (o *CreateProjectRequestProjectReferrer) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*CreateProjectRequestProjectReferrer) HasLastName

func (o *CreateProjectRequestProjectReferrer) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*CreateProjectRequestProjectReferrer) HasLatitude

func (o *CreateProjectRequestProjectReferrer) HasLatitude() bool

HasLatitude returns a boolean if a field has been set.

func (*CreateProjectRequestProjectReferrer) HasLongitude

func (o *CreateProjectRequestProjectReferrer) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

func (*CreateProjectRequestProjectReferrer) HasOrganizationId

func (o *CreateProjectRequestProjectReferrer) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*CreateProjectRequestProjectReferrer) HasOrganizationName

func (o *CreateProjectRequestProjectReferrer) HasOrganizationName() bool

HasOrganizationName returns a boolean if a field has been set.

func (*CreateProjectRequestProjectReferrer) HasParentOrganizationId

func (o *CreateProjectRequestProjectReferrer) HasParentOrganizationId() bool

HasParentOrganizationId returns a boolean if a field has been set.

func (*CreateProjectRequestProjectReferrer) HasPhoneNumber

func (o *CreateProjectRequestProjectReferrer) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

func (*CreateProjectRequestProjectReferrer) HasReferralSourceId

func (o *CreateProjectRequestProjectReferrer) HasReferralSourceId() bool

HasReferralSourceId returns a boolean if a field has been set.

func (*CreateProjectRequestProjectReferrer) HasSalespersonId

func (o *CreateProjectRequestProjectReferrer) HasSalespersonId() bool

HasSalespersonId returns a boolean if a field has been set.

func (*CreateProjectRequestProjectReferrer) HasSandbox

func (o *CreateProjectRequestProjectReferrer) HasSandbox() bool

HasSandbox returns a boolean if a field has been set.

func (*CreateProjectRequestProjectReferrer) HasState

HasState returns a boolean if a field has been set.

func (*CreateProjectRequestProjectReferrer) HasUseOrganizationAddress

func (o *CreateProjectRequestProjectReferrer) HasUseOrganizationAddress() bool

HasUseOrganizationAddress returns a boolean if a field has been set.

func (*CreateProjectRequestProjectReferrer) HasZipCode

func (o *CreateProjectRequestProjectReferrer) HasZipCode() bool

HasZipCode returns a boolean if a field has been set.

func (CreateProjectRequestProjectReferrer) MarshalJSON

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

func (*CreateProjectRequestProjectReferrer) SetAddress1

func (o *CreateProjectRequestProjectReferrer) SetAddress1(v string)

SetAddress1 gets a reference to the given string and assigns it to the Address1 field.

func (*CreateProjectRequestProjectReferrer) SetAddress2

func (o *CreateProjectRequestProjectReferrer) SetAddress2(v string)

SetAddress2 gets a reference to the given string and assigns it to the Address2 field.

func (*CreateProjectRequestProjectReferrer) SetCity

SetCity gets a reference to the given string and assigns it to the City field.

func (*CreateProjectRequestProjectReferrer) SetCountry

SetCountry gets a reference to the given string and assigns it to the Country field.

func (*CreateProjectRequestProjectReferrer) SetEmail

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*CreateProjectRequestProjectReferrer) SetExistingReferralSourceId

func (o *CreateProjectRequestProjectReferrer) SetExistingReferralSourceId(v int32)

SetExistingReferralSourceId gets a reference to the given int32 and assigns it to the ExistingReferralSourceId field.

func (*CreateProjectRequestProjectReferrer) SetExistingSalespersonId

func (o *CreateProjectRequestProjectReferrer) SetExistingSalespersonId(v int32)

SetExistingSalespersonId gets a reference to the given int32 and assigns it to the ExistingSalespersonId field.

func (*CreateProjectRequestProjectReferrer) SetExistingSourceId

func (o *CreateProjectRequestProjectReferrer) SetExistingSourceId(v int32)

SetExistingSourceId gets a reference to the given int32 and assigns it to the ExistingSourceId field.

func (*CreateProjectRequestProjectReferrer) SetFirstName

func (o *CreateProjectRequestProjectReferrer) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*CreateProjectRequestProjectReferrer) SetLastName

func (o *CreateProjectRequestProjectReferrer) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*CreateProjectRequestProjectReferrer) SetLatitude

func (o *CreateProjectRequestProjectReferrer) SetLatitude(v float64)

SetLatitude gets a reference to the given float64 and assigns it to the Latitude field.

func (*CreateProjectRequestProjectReferrer) SetLongitude

func (o *CreateProjectRequestProjectReferrer) SetLongitude(v float64)

SetLongitude gets a reference to the given float64 and assigns it to the Longitude field.

func (*CreateProjectRequestProjectReferrer) SetOrganizationId

func (o *CreateProjectRequestProjectReferrer) SetOrganizationId(v int32)

SetOrganizationId gets a reference to the given int32 and assigns it to the OrganizationId field.

func (*CreateProjectRequestProjectReferrer) SetOrganizationName

func (o *CreateProjectRequestProjectReferrer) SetOrganizationName(v string)

SetOrganizationName gets a reference to the given string and assigns it to the OrganizationName field.

func (*CreateProjectRequestProjectReferrer) SetParentOrganizationId

func (o *CreateProjectRequestProjectReferrer) SetParentOrganizationId(v int32)

SetParentOrganizationId gets a reference to the given int32 and assigns it to the ParentOrganizationId field.

func (*CreateProjectRequestProjectReferrer) SetPhoneNumber

func (o *CreateProjectRequestProjectReferrer) SetPhoneNumber(v string)

SetPhoneNumber gets a reference to the given string and assigns it to the PhoneNumber field.

func (*CreateProjectRequestProjectReferrer) SetReferralSourceId

func (o *CreateProjectRequestProjectReferrer) SetReferralSourceId(v int32)

SetReferralSourceId gets a reference to the given int32 and assigns it to the ReferralSourceId field.

func (*CreateProjectRequestProjectReferrer) SetSalespersonId

func (o *CreateProjectRequestProjectReferrer) SetSalespersonId(v int32)

SetSalespersonId gets a reference to the given int32 and assigns it to the SalespersonId field.

func (*CreateProjectRequestProjectReferrer) SetSandbox

SetSandbox gets a reference to the given string and assigns it to the Sandbox field.

func (*CreateProjectRequestProjectReferrer) SetState

SetState gets a reference to the given string and assigns it to the State field.

func (*CreateProjectRequestProjectReferrer) SetType

SetType sets field value

func (*CreateProjectRequestProjectReferrer) SetUseOrganizationAddress

func (o *CreateProjectRequestProjectReferrer) SetUseOrganizationAddress(v bool)

SetUseOrganizationAddress gets a reference to the given bool and assigns it to the UseOrganizationAddress field.

func (*CreateProjectRequestProjectReferrer) SetZipCode

SetZipCode gets a reference to the given string and assigns it to the ZipCode field.

func (CreateProjectRequestProjectReferrer) ToMap

func (o CreateProjectRequestProjectReferrer) ToMap() (map[string]interface{}, error)

func (*CreateProjectRequestProjectReferrer) UnmarshalJSON

func (o *CreateProjectRequestProjectReferrer) UnmarshalJSON(data []byte) (err error)

type CreateProjectRequestProjectStaffInner

type CreateProjectRequestProjectStaffInner struct {
	StaffId              *int32  `json:"staffId,omitempty"`
	ProjectRoleIds       []int32 `json:"projectRoleIds,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateProjectRequestProjectStaffInner struct for CreateProjectRequestProjectStaffInner

func NewCreateProjectRequestProjectStaffInner

func NewCreateProjectRequestProjectStaffInner() *CreateProjectRequestProjectStaffInner

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

func NewCreateProjectRequestProjectStaffInnerWithDefaults

func NewCreateProjectRequestProjectStaffInnerWithDefaults() *CreateProjectRequestProjectStaffInner

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

func (*CreateProjectRequestProjectStaffInner) GetProjectRoleIds

func (o *CreateProjectRequestProjectStaffInner) GetProjectRoleIds() []int32

GetProjectRoleIds returns the ProjectRoleIds field value if set, zero value otherwise.

func (*CreateProjectRequestProjectStaffInner) GetProjectRoleIdsOk

func (o *CreateProjectRequestProjectStaffInner) GetProjectRoleIdsOk() ([]int32, bool)

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

func (*CreateProjectRequestProjectStaffInner) GetStaffId

GetStaffId returns the StaffId field value if set, zero value otherwise.

func (*CreateProjectRequestProjectStaffInner) GetStaffIdOk

func (o *CreateProjectRequestProjectStaffInner) GetStaffIdOk() (*int32, bool)

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

func (*CreateProjectRequestProjectStaffInner) HasProjectRoleIds

func (o *CreateProjectRequestProjectStaffInner) HasProjectRoleIds() bool

HasProjectRoleIds returns a boolean if a field has been set.

func (*CreateProjectRequestProjectStaffInner) HasStaffId

HasStaffId returns a boolean if a field has been set.

func (CreateProjectRequestProjectStaffInner) MarshalJSON

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

func (*CreateProjectRequestProjectStaffInner) SetProjectRoleIds

func (o *CreateProjectRequestProjectStaffInner) SetProjectRoleIds(v []int32)

SetProjectRoleIds gets a reference to the given []int32 and assigns it to the ProjectRoleIds field.

func (*CreateProjectRequestProjectStaffInner) SetStaffId

SetStaffId gets a reference to the given int32 and assigns it to the StaffId field.

func (CreateProjectRequestProjectStaffInner) ToMap

func (o CreateProjectRequestProjectStaffInner) ToMap() (map[string]interface{}, error)

func (*CreateProjectRequestProjectStaffInner) UnmarshalJSON

func (o *CreateProjectRequestProjectStaffInner) UnmarshalJSON(data []byte) (err error)

type CreateWebhook200Response

type CreateWebhook200Response struct {
	Message              *string `json:"message,omitempty"`
	Status               *int32  `json:"status,omitempty"`
	Data                 *int32  `json:"data,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateWebhook200Response struct for CreateWebhook200Response

func NewCreateWebhook200Response

func NewCreateWebhook200Response() *CreateWebhook200Response

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

func NewCreateWebhook200ResponseWithDefaults

func NewCreateWebhook200ResponseWithDefaults() *CreateWebhook200Response

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

func (*CreateWebhook200Response) GetData

func (o *CreateWebhook200Response) GetData() int32

GetData returns the Data field value if set, zero value otherwise.

func (*CreateWebhook200Response) GetDataOk

func (o *CreateWebhook200Response) GetDataOk() (*int32, bool)

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

func (*CreateWebhook200Response) GetMessage

func (o *CreateWebhook200Response) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*CreateWebhook200Response) GetMessageOk

func (o *CreateWebhook200Response) GetMessageOk() (*string, bool)

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

func (*CreateWebhook200Response) GetStatus

func (o *CreateWebhook200Response) GetStatus() int32

GetStatus returns the Status field value if set, zero value otherwise.

func (*CreateWebhook200Response) GetStatusOk

func (o *CreateWebhook200Response) GetStatusOk() (*int32, bool)

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

func (*CreateWebhook200Response) HasData

func (o *CreateWebhook200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (*CreateWebhook200Response) HasMessage

func (o *CreateWebhook200Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*CreateWebhook200Response) HasStatus

func (o *CreateWebhook200Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (CreateWebhook200Response) MarshalJSON

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

func (*CreateWebhook200Response) SetData

func (o *CreateWebhook200Response) SetData(v int32)

SetData gets a reference to the given int32 and assigns it to the Data field.

func (*CreateWebhook200Response) SetMessage

func (o *CreateWebhook200Response) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*CreateWebhook200Response) SetStatus

func (o *CreateWebhook200Response) SetStatus(v int32)

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (CreateWebhook200Response) ToMap

func (o CreateWebhook200Response) ToMap() (map[string]interface{}, error)

func (*CreateWebhook200Response) UnmarshalJSON

func (o *CreateWebhook200Response) UnmarshalJSON(data []byte) (err error)

type CreateWebhook500Response

type CreateWebhook500Response struct {
	Message              *string     `json:"message,omitempty"`
	Status               *int32      `json:"status,omitempty"`
	Data                 interface{} `json:"data,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateWebhook500Response struct for CreateWebhook500Response

func NewCreateWebhook500Response

func NewCreateWebhook500Response() *CreateWebhook500Response

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

func NewCreateWebhook500ResponseWithDefaults

func NewCreateWebhook500ResponseWithDefaults() *CreateWebhook500Response

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

func (*CreateWebhook500Response) GetData

func (o *CreateWebhook500Response) GetData() interface{}

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

func (*CreateWebhook500Response) GetDataOk

func (o *CreateWebhook500Response) GetDataOk() (*interface{}, bool)

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

func (*CreateWebhook500Response) GetMessage

func (o *CreateWebhook500Response) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*CreateWebhook500Response) GetMessageOk

func (o *CreateWebhook500Response) GetMessageOk() (*string, bool)

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

func (*CreateWebhook500Response) GetStatus

func (o *CreateWebhook500Response) GetStatus() int32

GetStatus returns the Status field value if set, zero value otherwise.

func (*CreateWebhook500Response) GetStatusOk

func (o *CreateWebhook500Response) GetStatusOk() (*int32, bool)

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

func (*CreateWebhook500Response) HasData

func (o *CreateWebhook500Response) HasData() bool

HasData returns a boolean if a field has been set.

func (*CreateWebhook500Response) HasMessage

func (o *CreateWebhook500Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*CreateWebhook500Response) HasStatus

func (o *CreateWebhook500Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (CreateWebhook500Response) MarshalJSON

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

func (*CreateWebhook500Response) SetData

func (o *CreateWebhook500Response) SetData(v interface{})

SetData gets a reference to the given interface{} and assigns it to the Data field.

func (*CreateWebhook500Response) SetMessage

func (o *CreateWebhook500Response) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*CreateWebhook500Response) SetStatus

func (o *CreateWebhook500Response) SetStatus(v int32)

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (CreateWebhook500Response) ToMap

func (o CreateWebhook500Response) ToMap() (map[string]interface{}, error)

func (*CreateWebhook500Response) UnmarshalJSON

func (o *CreateWebhook500Response) UnmarshalJSON(data []byte) (err error)

type CreateWebhookRequest

type CreateWebhookRequest struct {
	WebhookURL           *string  `json:"webhookURL,omitempty"`
	Scopes               []string `json:"scopes,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateWebhookRequest struct for CreateWebhookRequest

func NewCreateWebhookRequest

func NewCreateWebhookRequest() *CreateWebhookRequest

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

func NewCreateWebhookRequestWithDefaults

func NewCreateWebhookRequestWithDefaults() *CreateWebhookRequest

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

func (*CreateWebhookRequest) GetScopes

func (o *CreateWebhookRequest) GetScopes() []string

GetScopes returns the Scopes field value if set, zero value otherwise.

func (*CreateWebhookRequest) GetScopesOk

func (o *CreateWebhookRequest) GetScopesOk() ([]string, bool)

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

func (*CreateWebhookRequest) GetWebhookURL

func (o *CreateWebhookRequest) GetWebhookURL() string

GetWebhookURL returns the WebhookURL field value if set, zero value otherwise.

func (*CreateWebhookRequest) GetWebhookURLOk

func (o *CreateWebhookRequest) GetWebhookURLOk() (*string, bool)

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

func (*CreateWebhookRequest) HasScopes

func (o *CreateWebhookRequest) HasScopes() bool

HasScopes returns a boolean if a field has been set.

func (*CreateWebhookRequest) HasWebhookURL

func (o *CreateWebhookRequest) HasWebhookURL() bool

HasWebhookURL returns a boolean if a field has been set.

func (CreateWebhookRequest) MarshalJSON

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

func (*CreateWebhookRequest) SetScopes

func (o *CreateWebhookRequest) SetScopes(v []string)

SetScopes gets a reference to the given []string and assigns it to the Scopes field.

func (*CreateWebhookRequest) SetWebhookURL

func (o *CreateWebhookRequest) SetWebhookURL(v string)

SetWebhookURL gets a reference to the given string and assigns it to the WebhookURL field.

func (CreateWebhookRequest) ToMap

func (o CreateWebhookRequest) ToMap() (map[string]interface{}, error)

func (*CreateWebhookRequest) UnmarshalJSON

func (o *CreateWebhookRequest) UnmarshalJSON(data []byte) (err error)

type DateData

type DateData struct {
	Id                   *int32              `json:"id,omitempty"`
	Identifier           *string             `json:"identifier,omitempty"`
	KeyID                *int32              `json:"keyID,omitempty"`
	KeyIdentifier        *string             `json:"keyIdentifier,omitempty"`
	Name                 *string             `json:"name,omitempty"`
	Flags                *int32              `json:"flags,omitempty"`
	Value                *string             `json:"value,omitempty"`
	Source               *string             `json:"source,omitempty"`
	SourceDateName       *string             `json:"sourceDateName,omitempty"`
	AutoUpdate           *DateDataAutoUpdate `json:"autoUpdate,omitempty"`
	AdditionalProperties map[string]interface{}
}

DateData struct for DateData

func NewDateData

func NewDateData() *DateData

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

func NewDateDataWithDefaults

func NewDateDataWithDefaults() *DateData

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

func (*DateData) GetAutoUpdate

func (o *DateData) GetAutoUpdate() DateDataAutoUpdate

GetAutoUpdate returns the AutoUpdate field value if set, zero value otherwise.

func (*DateData) GetAutoUpdateOk

func (o *DateData) GetAutoUpdateOk() (*DateDataAutoUpdate, bool)

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

func (*DateData) GetFlags

func (o *DateData) GetFlags() int32

GetFlags returns the Flags field value if set, zero value otherwise.

func (*DateData) GetFlagsOk

func (o *DateData) GetFlagsOk() (*int32, bool)

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

func (*DateData) GetId

func (o *DateData) GetId() int32

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

func (*DateData) GetIdOk

func (o *DateData) GetIdOk() (*int32, bool)

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

func (*DateData) GetIdentifier

func (o *DateData) GetIdentifier() string

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

func (*DateData) GetIdentifierOk

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

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

func (*DateData) GetKeyID

func (o *DateData) GetKeyID() int32

GetKeyID returns the KeyID field value if set, zero value otherwise.

func (*DateData) GetKeyIDOk

func (o *DateData) GetKeyIDOk() (*int32, bool)

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

func (*DateData) GetKeyIdentifier

func (o *DateData) GetKeyIdentifier() string

GetKeyIdentifier returns the KeyIdentifier field value if set, zero value otherwise.

func (*DateData) GetKeyIdentifierOk

func (o *DateData) GetKeyIdentifierOk() (*string, bool)

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

func (*DateData) GetName

func (o *DateData) GetName() string

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

func (*DateData) GetNameOk

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

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

func (*DateData) GetSource

func (o *DateData) GetSource() string

GetSource returns the Source field value if set, zero value otherwise.

func (*DateData) GetSourceDateName

func (o *DateData) GetSourceDateName() string

GetSourceDateName returns the SourceDateName field value if set, zero value otherwise.

func (*DateData) GetSourceDateNameOk

func (o *DateData) GetSourceDateNameOk() (*string, bool)

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

func (*DateData) GetSourceOk

func (o *DateData) GetSourceOk() (*string, bool)

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

func (*DateData) GetValue

func (o *DateData) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*DateData) GetValueOk

func (o *DateData) GetValueOk() (*string, bool)

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

func (*DateData) HasAutoUpdate

func (o *DateData) HasAutoUpdate() bool

HasAutoUpdate returns a boolean if a field has been set.

func (*DateData) HasFlags

func (o *DateData) HasFlags() bool

HasFlags returns a boolean if a field has been set.

func (*DateData) HasId

func (o *DateData) HasId() bool

HasId returns a boolean if a field has been set.

func (*DateData) HasIdentifier

func (o *DateData) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (*DateData) HasKeyID

func (o *DateData) HasKeyID() bool

HasKeyID returns a boolean if a field has been set.

func (*DateData) HasKeyIdentifier

func (o *DateData) HasKeyIdentifier() bool

HasKeyIdentifier returns a boolean if a field has been set.

func (*DateData) HasName

func (o *DateData) HasName() bool

HasName returns a boolean if a field has been set.

func (*DateData) HasSource

func (o *DateData) HasSource() bool

HasSource returns a boolean if a field has been set.

func (*DateData) HasSourceDateName

func (o *DateData) HasSourceDateName() bool

HasSourceDateName returns a boolean if a field has been set.

func (*DateData) HasValue

func (o *DateData) HasValue() bool

HasValue returns a boolean if a field has been set.

func (DateData) MarshalJSON

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

func (*DateData) SetAutoUpdate

func (o *DateData) SetAutoUpdate(v DateDataAutoUpdate)

SetAutoUpdate gets a reference to the given DateDataAutoUpdate and assigns it to the AutoUpdate field.

func (*DateData) SetFlags

func (o *DateData) SetFlags(v int32)

SetFlags gets a reference to the given int32 and assigns it to the Flags field.

func (*DateData) SetId

func (o *DateData) SetId(v int32)

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

func (*DateData) SetIdentifier

func (o *DateData) SetIdentifier(v string)

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

func (*DateData) SetKeyID

func (o *DateData) SetKeyID(v int32)

SetKeyID gets a reference to the given int32 and assigns it to the KeyID field.

func (*DateData) SetKeyIdentifier

func (o *DateData) SetKeyIdentifier(v string)

SetKeyIdentifier gets a reference to the given string and assigns it to the KeyIdentifier field.

func (*DateData) SetName

func (o *DateData) SetName(v string)

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

func (*DateData) SetSource

func (o *DateData) SetSource(v string)

SetSource gets a reference to the given string and assigns it to the Source field.

func (*DateData) SetSourceDateName

func (o *DateData) SetSourceDateName(v string)

SetSourceDateName gets a reference to the given string and assigns it to the SourceDateName field.

func (*DateData) SetValue

func (o *DateData) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (DateData) ToMap

func (o DateData) ToMap() (map[string]interface{}, error)

func (*DateData) UnmarshalJSON

func (o *DateData) UnmarshalJSON(data []byte) (err error)

type DateDataAutoUpdate

type DateDataAutoUpdate struct {
	Bool              *bool
	MapmapOfStringAny *map[string]interface{}
	String            *string
}

DateDataAutoUpdate - struct for DateDataAutoUpdate

func BoolAsDateDataAutoUpdate

func BoolAsDateDataAutoUpdate(v *bool) DateDataAutoUpdate

boolAsDateDataAutoUpdate is a convenience function that returns bool wrapped in DateDataAutoUpdate

func MapmapOfStringAnyAsDateDataAutoUpdate

func MapmapOfStringAnyAsDateDataAutoUpdate(v *map[string]interface{}) DateDataAutoUpdate

map[string]interface{}AsDateDataAutoUpdate is a convenience function that returns map[string]interface{} wrapped in DateDataAutoUpdate

func StringAsDateDataAutoUpdate

func StringAsDateDataAutoUpdate(v *string) DateDataAutoUpdate

stringAsDateDataAutoUpdate is a convenience function that returns string wrapped in DateDataAutoUpdate

func (*DateDataAutoUpdate) GetActualInstance

func (obj *DateDataAutoUpdate) GetActualInstance() interface{}

Get the actual instance

func (DateDataAutoUpdate) GetActualInstanceValue

func (obj DateDataAutoUpdate) GetActualInstanceValue() interface{}

Get the actual instance value

func (DateDataAutoUpdate) MarshalJSON

func (src DateDataAutoUpdate) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*DateDataAutoUpdate) UnmarshalJSON

func (dst *DateDataAutoUpdate) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type DefaultAPIService

type DefaultAPIService service

DefaultAPIService DefaultAPI service

func (*DefaultAPIService) CreateAContactCopy

CreateAContactCopy Update Contact Status

Update a contact's statues.

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

func (*DefaultAPIService) CreateAContactCopy1

func (a *DefaultAPIService) CreateAContactCopy1(ctx context.Context) ApiCreateAContactCopy1Request

CreateAContactCopy1 Create an Organization

Create a new organization.

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

func (*DefaultAPIService) CreateAContactCopy1Execute

Execute executes the request

@return CreateAContactCopy1200Response

func (*DefaultAPIService) CreateAContactCopyExecute

Execute executes the request

@return CreateAContactCopy200Response

func (*DefaultAPIService) CreateAEquipmentCopy

func (a *DefaultAPIService) CreateAEquipmentCopy(ctx context.Context, id int64) ApiCreateAEquipmentCopyRequest

CreateAEquipmentCopy Update an Equipment

Update an equipment.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Required
@return ApiCreateAEquipmentCopyRequest

func (*DefaultAPIService) CreateAEquipmentCopyExecute

Execute executes the request

@return CreateAEquipmentCopy200Response

func (*DefaultAPIService) CreateAScheduledEvent

func (a *DefaultAPIService) CreateAScheduledEvent(ctx context.Context) ApiCreateAScheduledEventRequest

CreateAScheduledEvent Create a Scheduler Event

Create an event via Albi's Scheduler.

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

func (*DefaultAPIService) CreateAScheduledEventExecute

Execute executes the request

@return CreateAScheduledEvent200Response

func (*DefaultAPIService) CreateAnEquipmentCopy

func (a *DefaultAPIService) CreateAnEquipmentCopy(ctx context.Context) ApiCreateAnEquipmentCopyRequest

CreateAnEquipmentCopy Create an Equipment

Create an equipment.

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

func (*DefaultAPIService) CreateAnEquipmentCopyExecute

Execute executes the request

@return CreateAnEquipmentCopy200Response

func (*DefaultAPIService) CreateAnOrganizationCopy

func (a *DefaultAPIService) CreateAnOrganizationCopy(ctx context.Context) ApiCreateAnOrganizationCopyRequest

CreateAnOrganizationCopy Create a Task

Create a new task.

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

func (*DefaultAPIService) CreateAnOrganizationCopyExecute

Execute executes the request

@return CreateAnOrganizationCopy200Response

func (*DefaultAPIService) CreateNote

CreateNote Create a Note

Creates a note on the timeline of a given project

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

func (*DefaultAPIService) CreateNoteCopy

CreateNoteCopy Get Project Staff

Get a list of staff filtered by project and roles.

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

func (*DefaultAPIService) CreateNoteCopyExecute

Execute executes the request

@return CreateNoteCopy200Response

func (*DefaultAPIService) CreateNoteExecute

Execute executes the request

@return CreateNote200Response

func (*DefaultAPIService) CreateProject

CreateProject Create Project

Creates a new project in Albi

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

func (*DefaultAPIService) CreateProjectExecute

func (a *DefaultAPIService) CreateProjectExecute(r ApiCreateProjectRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*DefaultAPIService) CreateWebhook

CreateWebhook Create a Webhook

Create a new webhook.

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

func (*DefaultAPIService) CreateWebhookExecute

Execute executes the request

@return CreateWebhook200Response

func (*DefaultAPIService) DeleteWebhook

DeleteWebhook Delete a Webhook

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteWebhookRequest

func (*DefaultAPIService) DeleteWebhookExecute

Execute executes the request

@return DeleteWebhook200Response

func (*DefaultAPIService) GetAContactByIdCopy

func (a *DefaultAPIService) GetAContactByIdCopy(ctx context.Context, id int64) ApiGetAContactByIdCopyRequest

GetAContactByIdCopy Get an Organization By Id

Get one organization record by id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetAContactByIdCopyRequest

func (*DefaultAPIService) GetAContactByIdCopyExecute

Execute executes the request

@return GetAContactByIdCopy200Response

func (*DefaultAPIService) GetATaskByIdCopy

func (a *DefaultAPIService) GetATaskByIdCopy(ctx context.Context, id int64) ApiGetATaskByIdCopyRequest

GetATaskByIdCopy Get Staff By Id

Get one task by its id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetATaskByIdCopyRequest

func (*DefaultAPIService) GetATaskByIdCopy1

func (a *DefaultAPIService) GetATaskByIdCopy1(ctx context.Context, id int64) ApiGetATaskByIdCopy1Request

GetATaskByIdCopy1 Get Activity By Id

Get one task by its id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetATaskByIdCopy1Request

func (*DefaultAPIService) GetATaskByIdCopy1Execute

Execute executes the request

@return GetAllTasksCopy200Response

func (*DefaultAPIService) GetATaskByIdCopyExecute

Execute executes the request

@return GetAllTasksCopy200Response

func (*DefaultAPIService) GetActiveContactsCopy

func (a *DefaultAPIService) GetActiveContactsCopy(ctx context.Context) ApiGetActiveContactsCopyRequest

GetActiveContactsCopy Get Organizations with Statuses

Get a list of all organizations with their status set.

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

func (*DefaultAPIService) GetActiveContactsCopyExecute

Execute executes the request

@return []GetActiveContactsCopy200ResponseInner

func (*DefaultAPIService) GetActivityTypeOptionsCopy

func (a *DefaultAPIService) GetActivityTypeOptionsCopy(ctx context.Context) ApiGetActivityTypeOptionsCopyRequest

GetActivityTypeOptionsCopy Get Relationship Status Options

Get a list of all relationship status options.

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

func (*DefaultAPIService) GetActivityTypeOptionsCopyExecute

Execute executes the request

@return []GetActivityTypeOptionsCopy200ResponseInner

func (*DefaultAPIService) GetAllActivitiesCopy

func (a *DefaultAPIService) GetAllActivitiesCopy(ctx context.Context) ApiGetAllActivitiesCopyRequest

GetAllActivitiesCopy Get All Contacts

Get a list of all contacts.

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

func (*DefaultAPIService) GetAllActivitiesCopyExecute

Execute executes the request

@return []GetAllActivitiesCopy200ResponseInner

func (*DefaultAPIService) GetAllContactsCopy

func (a *DefaultAPIService) GetAllContactsCopy(ctx context.Context, id int64) ApiGetAllContactsCopyRequest

GetAllContactsCopy Get a Contact By Id

Get one contact record by id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetAllContactsCopyRequest

func (*DefaultAPIService) GetAllContactsCopy1

func (a *DefaultAPIService) GetAllContactsCopy1(ctx context.Context) ApiGetAllContactsCopy1Request

GetAllContactsCopy1 Get Contacts with Statuses

Get a list of all contacts with their status set.

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

func (*DefaultAPIService) GetAllContactsCopy1Execute

Execute executes the request

@return []GetAllContactsCopy1200ResponseInner

func (*DefaultAPIService) GetAllContactsCopy2

func (a *DefaultAPIService) GetAllContactsCopy2(ctx context.Context) ApiGetAllContactsCopy2Request

GetAllContactsCopy2 Get Project Role Options

Get a list of all project role options.

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

func (*DefaultAPIService) GetAllContactsCopy2Execute

Execute executes the request

@return []GetAllContactsCopy2200ResponseInner

func (*DefaultAPIService) GetAllContactsCopy3

func (a *DefaultAPIService) GetAllContactsCopy3(ctx context.Context) ApiGetAllContactsCopy3Request

GetAllContactsCopy3 Get All Organizations

Get a list of all organizations.

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

func (*DefaultAPIService) GetAllContactsCopy3Execute

Execute executes the request

@return []GetAllContactsCopy3200ResponseInner

func (*DefaultAPIService) GetAllContactsCopy4

func (a *DefaultAPIService) GetAllContactsCopy4(ctx context.Context) ApiGetAllContactsCopy4Request

GetAllContactsCopy4 Get All Tasks

Get a list of all tasks.

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

func (*DefaultAPIService) GetAllContactsCopy4Execute

Execute executes the request

@return []GetAllContactsCopy4200ResponseInner

func (*DefaultAPIService) GetAllContactsCopyExecute

Execute executes the request

@return GetAllActivitiesCopy200ResponseInner

func (*DefaultAPIService) GetAllProjectExpenses

func (a *DefaultAPIService) GetAllProjectExpenses(ctx context.Context) ApiGetAllProjectExpensesRequest

GetAllProjectExpenses Get All Project Expenses

Retrieve all project expenses associated with a given project.

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

func (*DefaultAPIService) GetAllProjectExpensesExecute

Execute executes the request

@return GetAllProjectExpenses200Response

func (*DefaultAPIService) GetAllProjects

GetAllProjects Get All Projects

Get a list of all Projects

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

func (*DefaultAPIService) GetAllProjectsCopy

GetAllProjectsCopy Get All Project Dates

Get the values of all the dates associated with a project.

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

func (*DefaultAPIService) GetAllProjectsCopy1

func (a *DefaultAPIService) GetAllProjectsCopy1(ctx context.Context) ApiGetAllProjectsCopy1Request

GetAllProjectsCopy1 Get All Activities

Get a list of all activities.

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

func (*DefaultAPIService) GetAllProjectsCopy1Execute

Execute executes the request

@return []GetAllProjectsCopy1200ResponseInner

func (*DefaultAPIService) GetAllProjectsCopyExecute

Execute executes the request

@return []GetAllProjectsCopy200ResponseInner

func (*DefaultAPIService) GetAllProjectsExecute

Execute executes the request

@return GetAllProjects200Response

func (*DefaultAPIService) GetAllTasksCopy

func (a *DefaultAPIService) GetAllTasksCopy(ctx context.Context, id int64) ApiGetAllTasksCopyRequest

GetAllTasksCopy Get a Task By Id

Get one task by its id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetAllTasksCopyRequest

func (*DefaultAPIService) GetAllTasksCopyExecute

Execute executes the request

@return GetAllTasksCopy200Response

func (*DefaultAPIService) GetAnInvoiceById

GetAnInvoiceById Get a Project Invoice By Id

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

func (*DefaultAPIService) GetAnInvoiceByIdExecute

Execute executes the request

@return GetAnInvoiceById200Response

func (*DefaultAPIService) GetCompanyLocationsOptions

func (a *DefaultAPIService) GetCompanyLocationsOptions(ctx context.Context) ApiGetCompanyLocationsOptionsRequest

GetCompanyLocationsOptions Get Company Locations Options

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

func (*DefaultAPIService) GetCompanyLocationsOptionsExecute

Execute executes the request

@return GetCompanyLocationsOptions200Response

func (*DefaultAPIService) GetEquipmentTypesOptions

func (a *DefaultAPIService) GetEquipmentTypesOptions(ctx context.Context) ApiGetEquipmentTypesOptionsRequest

GetEquipmentTypesOptions Get Equipment Types Options

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

func (*DefaultAPIService) GetEquipmentTypesOptionsExecute

Execute executes the request

@return GetEquipmentTypesOptions200Response

func (*DefaultAPIService) GetEventById

GetEventById Get Event By Id

Get Scheduler Event by ID

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

func (*DefaultAPIService) GetEventByIdExecute

func (a *DefaultAPIService) GetEventByIdExecute(r ApiGetEventByIdRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*DefaultAPIService) GetProjectDatesDetails

func (a *DefaultAPIService) GetProjectDatesDetails(ctx context.Context) ApiGetProjectDatesDetailsRequest

GetProjectDatesDetails Get Project Dates Details

Retrieves detailed information about all dates associated with a project. Unlike the Get All Project Dates endpoint (which only returns the date name and value), this API provides additional metadata for each project date, including identifiers, flags, and source information.

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

func (*DefaultAPIService) GetProjectDatesDetailsExecute

Execute executes the request

@return ProjectDateDataResponse

func (*DefaultAPIService) GetProjectEquipment

func (a *DefaultAPIService) GetProjectEquipment(ctx context.Context) ApiGetProjectEquipmentRequest

GetProjectEquipment Get Project Equipment

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

func (*DefaultAPIService) GetProjectEquipmentExecute

func (a *DefaultAPIService) GetProjectEquipmentExecute(r ApiGetProjectEquipmentRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*DefaultAPIService) GetProjectExpenseById

func (a *DefaultAPIService) GetProjectExpenseById(ctx context.Context) ApiGetProjectExpenseByIdRequest

GetProjectExpenseById Get Project Expense By Id

Get one project expense record by a given project id and expense id.

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

func (*DefaultAPIService) GetProjectExpenseByIdExecute

Execute executes the request

@return GetProjectExpenseById200Response

func (*DefaultAPIService) GetProjectFiles

GetProjectFiles Get Project Files

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

func (*DefaultAPIService) GetProjectFilesExecute

func (a *DefaultAPIService) GetProjectFilesExecute(r ApiGetProjectFilesRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*DefaultAPIService) GetProjectNotes

GetProjectNotes Get Project Notes

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

func (*DefaultAPIService) GetProjectNotesExecute

func (a *DefaultAPIService) GetProjectNotesExecute(r ApiGetProjectNotesRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*DefaultAPIService) GetProjectPaymentById

func (a *DefaultAPIService) GetProjectPaymentById(ctx context.Context) ApiGetProjectPaymentByIdRequest

GetProjectPaymentById Get Project Payment by Id

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

func (*DefaultAPIService) GetProjectPaymentByIdExecute

func (a *DefaultAPIService) GetProjectPaymentByIdExecute(r ApiGetProjectPaymentByIdRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*DefaultAPIService) GetProjectPayments

GetProjectPayments Get Project Invoices

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

func (*DefaultAPIService) GetProjectPayments1

func (a *DefaultAPIService) GetProjectPayments1(ctx context.Context) ApiGetProjectPayments1Request

GetProjectPayments1 Get Project Payments

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

func (*DefaultAPIService) GetProjectPayments1Execute

func (a *DefaultAPIService) GetProjectPayments1Execute(r ApiGetProjectPayments1Request) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*DefaultAPIService) GetProjectPaymentsExecute

Execute executes the request

@return GetProjectPayments200Response

func (*DefaultAPIService) GetProjectRoleOptionsCopy

func (a *DefaultAPIService) GetProjectRoleOptionsCopy(ctx context.Context) ApiGetProjectRoleOptionsCopyRequest

GetProjectRoleOptionsCopy Get Relationship Type Options

Get a list of all relationship type options.

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

func (*DefaultAPIService) GetProjectRoleOptionsCopyExecute

Execute executes the request

@return []GetProjectRoleOptionsCopy200ResponseInner

func (*DefaultAPIService) GetProjectTimeline

GetProjectTimeline Get Project Timeline

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

func (*DefaultAPIService) GetProjectTimelineExecute

func (a *DefaultAPIService) GetProjectTimelineExecute(r ApiGetProjectTimelineRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*DefaultAPIService) GetProjectsByStatusCopy

func (a *DefaultAPIService) GetProjectsByStatusCopy(ctx context.Context) ApiGetProjectsByStatusCopyRequest

GetProjectsByStatusCopy Get Project's Status

Get a project's current status.

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

func (*DefaultAPIService) GetProjectsByStatusCopyExecute

Execute executes the request

@return []GetProjectsByStatusCopy200ResponseInner

func (*DefaultAPIService) GetProjectsDateCopy

func (a *DefaultAPIService) GetProjectsDateCopy(ctx context.Context) ApiGetProjectsDateCopyRequest

GetProjectsDateCopy Get Project Financial KPI

Get the Project Financial KPIs by Project ID

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

func (*DefaultAPIService) GetProjectsDateCopyExecute

Execute executes the request

@return GetProjectsDateCopy200Response

func (*DefaultAPIService) GetProjectsStatusCopy

func (a *DefaultAPIService) GetProjectsStatusCopy(ctx context.Context) ApiGetProjectsStatusCopyRequest

GetProjectsStatusCopy Get Project's Date

Get the value of a project's certain date by dateid.

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

func (*DefaultAPIService) GetProjectsStatusCopyExecute

Execute executes the request

@return GetProjectsStatusCopy200Response

func (*DefaultAPIService) GetReferralSourceOptionsCopy

func (a *DefaultAPIService) GetReferralSourceOptionsCopy(ctx context.Context) ApiGetReferralSourceOptionsCopyRequest

GetReferralSourceOptionsCopy Get Activity Type Options

Get a list of all activity type options.

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

func (*DefaultAPIService) GetReferralSourceOptionsCopyExecute

func (a *DefaultAPIService) GetReferralSourceOptionsCopyExecute(r ApiGetReferralSourceOptionsCopyRequest) (*http.Response, error)

Execute executes the request

func (*DefaultAPIService) GetRelationshipTypeOptionsCopy

func (a *DefaultAPIService) GetRelationshipTypeOptionsCopy(ctx context.Context) ApiGetRelationshipTypeOptionsCopyRequest

GetRelationshipTypeOptionsCopy Get Referral Source Options

Get a list of all referral source options.

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

func (*DefaultAPIService) GetRelationshipTypeOptionsCopyExecute

Execute executes the request

@return []GetRelationshipTypeOptionsCopy200ResponseInner

func (*DefaultAPIService) GetSalesoperson

GetSalesoperson Get Salesperson Options

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

func (*DefaultAPIService) GetSalesopersonExecute

func (a *DefaultAPIService) GetSalesopersonExecute(r ApiGetSalesopersonRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*DefaultAPIService) GetSchedulerEvents

GetSchedulerEvents Get Scheduler Events

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

func (*DefaultAPIService) GetSchedulerEventsExecute

func (a *DefaultAPIService) GetSchedulerEventsExecute(r ApiGetSchedulerEventsRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*DefaultAPIService) GetStaffListCopy

GetStaffListCopy Create an Activity

Create an activity record associated to a contact or an organization.

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

func (*DefaultAPIService) GetStaffListCopyExecute

Execute executes the request

@return GetStaffListCopy200Response

func (*DefaultAPIService) GetTimesheet

GetTimesheet Get Timesheet

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

func (*DefaultAPIService) GetTimesheetExecute

func (a *DefaultAPIService) GetTimesheetExecute(r ApiGetTimesheetRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*DefaultAPIService) ListWebhooks

ListWebhooks Get All Webhooks

Get a list of all webhooks.

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

func (*DefaultAPIService) ListWebhooksExecute

Execute executes the request

@return []ListWebhooks200ResponseInner

func (*DefaultAPIService) RetrieveProject

func (a *DefaultAPIService) RetrieveProject(ctx context.Context, id int64) ApiRetrieveProjectRequest

RetrieveProject Get a Project By Id

Get one project by id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiRetrieveProjectRequest

func (*DefaultAPIService) RetrieveProjectExecute

Execute executes the request

@return RetrieveProject200Response

func (*DefaultAPIService) SendEmail

SendEmail Send Email

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

func (*DefaultAPIService) SendEmailExecute

func (a *DefaultAPIService) SendEmailExecute(r ApiSendEmailRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*DefaultAPIService) UpdateAnEquipmentCopy

func (a *DefaultAPIService) UpdateAnEquipmentCopy(ctx context.Context) ApiUpdateAnEquipmentCopyRequest

UpdateAnEquipmentCopy Create a Contact

Create a new contact.

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

func (*DefaultAPIService) UpdateAnEquipmentCopyExecute

Execute executes the request

@return UpdateAnEquipmentCopy200Response

func (*DefaultAPIService) UpdateContactStatusCopy

func (a *DefaultAPIService) UpdateContactStatusCopy(ctx context.Context) ApiUpdateContactStatusCopyRequest

UpdateContactStatusCopy Update Organization Status

Update an organization's statues.

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

func (*DefaultAPIService) UpdateContactStatusCopyExecute

Execute executes the request

@return CreateAContactCopy200Response

func (*DefaultAPIService) UpdateProjectDates

UpdateProjectDates Update Project Dates

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

func (*DefaultAPIService) UpdateProjectDatesExecute

func (a *DefaultAPIService) UpdateProjectDatesExecute(r ApiUpdateProjectDatesRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

type DeleteWebhook200Response

type DeleteWebhook200Response struct {
	Message              *string     `json:"message,omitempty"`
	Status               *int32      `json:"status,omitempty"`
	Data                 interface{} `json:"data,omitempty"`
	AdditionalProperties map[string]interface{}
}

DeleteWebhook200Response struct for DeleteWebhook200Response

func NewDeleteWebhook200Response

func NewDeleteWebhook200Response() *DeleteWebhook200Response

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

func NewDeleteWebhook200ResponseWithDefaults

func NewDeleteWebhook200ResponseWithDefaults() *DeleteWebhook200Response

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

func (*DeleteWebhook200Response) GetData

func (o *DeleteWebhook200Response) GetData() interface{}

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

func (*DeleteWebhook200Response) GetDataOk

func (o *DeleteWebhook200Response) GetDataOk() (*interface{}, bool)

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

func (*DeleteWebhook200Response) GetMessage

func (o *DeleteWebhook200Response) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*DeleteWebhook200Response) GetMessageOk

func (o *DeleteWebhook200Response) GetMessageOk() (*string, bool)

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

func (*DeleteWebhook200Response) GetStatus

func (o *DeleteWebhook200Response) GetStatus() int32

GetStatus returns the Status field value if set, zero value otherwise.

func (*DeleteWebhook200Response) GetStatusOk

func (o *DeleteWebhook200Response) GetStatusOk() (*int32, bool)

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

func (*DeleteWebhook200Response) HasData

func (o *DeleteWebhook200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (*DeleteWebhook200Response) HasMessage

func (o *DeleteWebhook200Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*DeleteWebhook200Response) HasStatus

func (o *DeleteWebhook200Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (DeleteWebhook200Response) MarshalJSON

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

func (*DeleteWebhook200Response) SetData

func (o *DeleteWebhook200Response) SetData(v interface{})

SetData gets a reference to the given interface{} and assigns it to the Data field.

func (*DeleteWebhook200Response) SetMessage

func (o *DeleteWebhook200Response) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*DeleteWebhook200Response) SetStatus

func (o *DeleteWebhook200Response) SetStatus(v int32)

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (DeleteWebhook200Response) ToMap

func (o DeleteWebhook200Response) ToMap() (map[string]interface{}, error)

func (*DeleteWebhook200Response) UnmarshalJSON

func (o *DeleteWebhook200Response) UnmarshalJSON(data []byte) (err error)

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 GetAContactByIdCopy200Response

type GetAContactByIdCopy200Response struct {
	Id                       *int32      `json:"id,omitempty"`
	Name                     *string     `json:"name,omitempty"`
	Address1                 *string     `json:"address1,omitempty"`
	Address2                 interface{} `json:"address2,omitempty"`
	City                     *string     `json:"city,omitempty"`
	State                    *string     `json:"state,omitempty"`
	Zipcode                  *string     `json:"zipcode,omitempty"`
	Country                  *string     `json:"country,omitempty"`
	Latitude                 interface{} `json:"latitude,omitempty"`
	Longitude                interface{} `json:"longitude,omitempty"`
	PhoneNumber              interface{} `json:"phoneNumber,omitempty"`
	Email                    interface{} `json:"email,omitempty"`
	SalepersonId             interface{} `json:"salepersonId,omitempty"`
	Saleperson               interface{} `json:"saleperson,omitempty"`
	Sandbox                  interface{} `json:"sandbox,omitempty"`
	OrganizationTypeIds      []int32     `json:"organizationTypeIds,omitempty"`
	OrganizationTypes        []string    `json:"organizationTypes,omitempty"`
	DisplayOrganizationTypes *string     `json:"displayOrganizationTypes,omitempty"`
	IsInsuranceCompany       *bool       `json:"isInsuranceCompany,omitempty"`
	ParentOrganizationId     interface{} `json:"parentOrganizationId,omitempty"`
	ParentOrganization       interface{} `json:"parentOrganization,omitempty"`
	RelationshipStatusID     *int32      `json:"relationshipStatusID,omitempty"`
	RelationshipStatus       interface{} `json:"relationshipStatus,omitempty"`
	ReferralSourceID         *int32      `json:"referralSourceID,omitempty"`
	ReferralSource           *string     `json:"referralSource,omitempty"`
	CanDelete                *bool       `json:"canDelete,omitempty"`
	FinancialCRMID           *string     `json:"financialCRMID,omitempty"`
	PriceListID              *int32      `json:"priceListID,omitempty"`
	PriceListName            *string     `json:"priceListName,omitempty"`
	TaxID                    *string     `json:"taxID,omitempty"`
	CreatedAt                *string     `json:"createdAt,omitempty"`
	UpdatedAt                *string     `json:"updatedAt,omitempty"`
	AdditionalProperties     map[string]interface{}
}

GetAContactByIdCopy200Response struct for GetAContactByIdCopy200Response

func NewGetAContactByIdCopy200Response

func NewGetAContactByIdCopy200Response() *GetAContactByIdCopy200Response

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

func NewGetAContactByIdCopy200ResponseWithDefaults

func NewGetAContactByIdCopy200ResponseWithDefaults() *GetAContactByIdCopy200Response

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

func (*GetAContactByIdCopy200Response) GetAddress1

func (o *GetAContactByIdCopy200Response) GetAddress1() string

GetAddress1 returns the Address1 field value if set, zero value otherwise.

func (*GetAContactByIdCopy200Response) GetAddress1Ok

func (o *GetAContactByIdCopy200Response) GetAddress1Ok() (*string, bool)

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

func (*GetAContactByIdCopy200Response) GetAddress2

func (o *GetAContactByIdCopy200Response) GetAddress2() interface{}

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

func (*GetAContactByIdCopy200Response) GetAddress2Ok

func (o *GetAContactByIdCopy200Response) GetAddress2Ok() (*interface{}, bool)

GetAddress2Ok returns a tuple with the Address2 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 (*GetAContactByIdCopy200Response) GetCanDelete

func (o *GetAContactByIdCopy200Response) GetCanDelete() bool

GetCanDelete returns the CanDelete field value if set, zero value otherwise.

func (*GetAContactByIdCopy200Response) GetCanDeleteOk

func (o *GetAContactByIdCopy200Response) GetCanDeleteOk() (*bool, bool)

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

func (*GetAContactByIdCopy200Response) GetCity

GetCity returns the City field value if set, zero value otherwise.

func (*GetAContactByIdCopy200Response) GetCityOk

func (o *GetAContactByIdCopy200Response) GetCityOk() (*string, bool)

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

func (*GetAContactByIdCopy200Response) GetCountry

func (o *GetAContactByIdCopy200Response) GetCountry() string

GetCountry returns the Country field value if set, zero value otherwise.

func (*GetAContactByIdCopy200Response) GetCountryOk

func (o *GetAContactByIdCopy200Response) GetCountryOk() (*string, bool)

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

func (*GetAContactByIdCopy200Response) GetCreatedAt

func (o *GetAContactByIdCopy200Response) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*GetAContactByIdCopy200Response) GetCreatedAtOk

func (o *GetAContactByIdCopy200Response) GetCreatedAtOk() (*string, bool)

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

func (*GetAContactByIdCopy200Response) GetDisplayOrganizationTypes

func (o *GetAContactByIdCopy200Response) GetDisplayOrganizationTypes() string

GetDisplayOrganizationTypes returns the DisplayOrganizationTypes field value if set, zero value otherwise.

func (*GetAContactByIdCopy200Response) GetDisplayOrganizationTypesOk

func (o *GetAContactByIdCopy200Response) GetDisplayOrganizationTypesOk() (*string, bool)

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

func (*GetAContactByIdCopy200Response) GetEmail

func (o *GetAContactByIdCopy200Response) GetEmail() interface{}

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

func (*GetAContactByIdCopy200Response) GetEmailOk

func (o *GetAContactByIdCopy200Response) GetEmailOk() (*interface{}, bool)

GetEmailOk returns a tuple with the Email 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 (*GetAContactByIdCopy200Response) GetFinancialCRMID

func (o *GetAContactByIdCopy200Response) GetFinancialCRMID() string

GetFinancialCRMID returns the FinancialCRMID field value if set, zero value otherwise.

func (*GetAContactByIdCopy200Response) GetFinancialCRMIDOk

func (o *GetAContactByIdCopy200Response) GetFinancialCRMIDOk() (*string, bool)

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

func (*GetAContactByIdCopy200Response) GetId

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

func (*GetAContactByIdCopy200Response) GetIdOk

func (o *GetAContactByIdCopy200Response) GetIdOk() (*int32, bool)

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

func (*GetAContactByIdCopy200Response) GetIsInsuranceCompany

func (o *GetAContactByIdCopy200Response) GetIsInsuranceCompany() bool

GetIsInsuranceCompany returns the IsInsuranceCompany field value if set, zero value otherwise.

func (*GetAContactByIdCopy200Response) GetIsInsuranceCompanyOk

func (o *GetAContactByIdCopy200Response) GetIsInsuranceCompanyOk() (*bool, bool)

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

func (*GetAContactByIdCopy200Response) GetLatitude

func (o *GetAContactByIdCopy200Response) GetLatitude() interface{}

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

func (*GetAContactByIdCopy200Response) GetLatitudeOk

func (o *GetAContactByIdCopy200Response) GetLatitudeOk() (*interface{}, bool)

GetLatitudeOk returns a tuple with the Latitude 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 (*GetAContactByIdCopy200Response) GetLongitude

func (o *GetAContactByIdCopy200Response) GetLongitude() interface{}

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

func (*GetAContactByIdCopy200Response) GetLongitudeOk

func (o *GetAContactByIdCopy200Response) GetLongitudeOk() (*interface{}, bool)

GetLongitudeOk returns a tuple with the Longitude 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 (*GetAContactByIdCopy200Response) GetName

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

func (*GetAContactByIdCopy200Response) GetNameOk

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

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

func (*GetAContactByIdCopy200Response) GetOrganizationTypeIds

func (o *GetAContactByIdCopy200Response) GetOrganizationTypeIds() []int32

GetOrganizationTypeIds returns the OrganizationTypeIds field value if set, zero value otherwise.

func (*GetAContactByIdCopy200Response) GetOrganizationTypeIdsOk

func (o *GetAContactByIdCopy200Response) GetOrganizationTypeIdsOk() ([]int32, bool)

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

func (*GetAContactByIdCopy200Response) GetOrganizationTypes

func (o *GetAContactByIdCopy200Response) GetOrganizationTypes() []string

GetOrganizationTypes returns the OrganizationTypes field value if set, zero value otherwise.

func (*GetAContactByIdCopy200Response) GetOrganizationTypesOk

func (o *GetAContactByIdCopy200Response) GetOrganizationTypesOk() ([]string, bool)

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

func (*GetAContactByIdCopy200Response) GetParentOrganization

func (o *GetAContactByIdCopy200Response) GetParentOrganization() interface{}

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

func (*GetAContactByIdCopy200Response) GetParentOrganizationId

func (o *GetAContactByIdCopy200Response) GetParentOrganizationId() interface{}

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

func (*GetAContactByIdCopy200Response) GetParentOrganizationIdOk

func (o *GetAContactByIdCopy200Response) GetParentOrganizationIdOk() (*interface{}, bool)

GetParentOrganizationIdOk returns a tuple with the ParentOrganizationId 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 (*GetAContactByIdCopy200Response) GetParentOrganizationOk

func (o *GetAContactByIdCopy200Response) GetParentOrganizationOk() (*interface{}, bool)

GetParentOrganizationOk returns a tuple with the ParentOrganization 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 (*GetAContactByIdCopy200Response) GetPhoneNumber

func (o *GetAContactByIdCopy200Response) GetPhoneNumber() interface{}

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

func (*GetAContactByIdCopy200Response) GetPhoneNumberOk

func (o *GetAContactByIdCopy200Response) GetPhoneNumberOk() (*interface{}, bool)

GetPhoneNumberOk returns a tuple with the PhoneNumber 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 (*GetAContactByIdCopy200Response) GetPriceListID

func (o *GetAContactByIdCopy200Response) GetPriceListID() int32

GetPriceListID returns the PriceListID field value if set, zero value otherwise.

func (*GetAContactByIdCopy200Response) GetPriceListIDOk

func (o *GetAContactByIdCopy200Response) GetPriceListIDOk() (*int32, bool)

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

func (*GetAContactByIdCopy200Response) GetPriceListName

func (o *GetAContactByIdCopy200Response) GetPriceListName() string

GetPriceListName returns the PriceListName field value if set, zero value otherwise.

func (*GetAContactByIdCopy200Response) GetPriceListNameOk

func (o *GetAContactByIdCopy200Response) GetPriceListNameOk() (*string, bool)

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

func (*GetAContactByIdCopy200Response) GetReferralSource

func (o *GetAContactByIdCopy200Response) GetReferralSource() string

GetReferralSource returns the ReferralSource field value if set, zero value otherwise.

func (*GetAContactByIdCopy200Response) GetReferralSourceID

func (o *GetAContactByIdCopy200Response) GetReferralSourceID() int32

GetReferralSourceID returns the ReferralSourceID field value if set, zero value otherwise.

func (*GetAContactByIdCopy200Response) GetReferralSourceIDOk

func (o *GetAContactByIdCopy200Response) GetReferralSourceIDOk() (*int32, bool)

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

func (*GetAContactByIdCopy200Response) GetReferralSourceOk

func (o *GetAContactByIdCopy200Response) GetReferralSourceOk() (*string, bool)

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

func (*GetAContactByIdCopy200Response) GetRelationshipStatus

func (o *GetAContactByIdCopy200Response) GetRelationshipStatus() interface{}

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

func (*GetAContactByIdCopy200Response) GetRelationshipStatusID

func (o *GetAContactByIdCopy200Response) GetRelationshipStatusID() int32

GetRelationshipStatusID returns the RelationshipStatusID field value if set, zero value otherwise.

func (*GetAContactByIdCopy200Response) GetRelationshipStatusIDOk

func (o *GetAContactByIdCopy200Response) GetRelationshipStatusIDOk() (*int32, bool)

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

func (*GetAContactByIdCopy200Response) GetRelationshipStatusOk

func (o *GetAContactByIdCopy200Response) GetRelationshipStatusOk() (*interface{}, bool)

GetRelationshipStatusOk returns a tuple with the RelationshipStatus 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 (*GetAContactByIdCopy200Response) GetSaleperson

func (o *GetAContactByIdCopy200Response) GetSaleperson() interface{}

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

func (*GetAContactByIdCopy200Response) GetSalepersonId

func (o *GetAContactByIdCopy200Response) GetSalepersonId() interface{}

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

func (*GetAContactByIdCopy200Response) GetSalepersonIdOk

func (o *GetAContactByIdCopy200Response) GetSalepersonIdOk() (*interface{}, bool)

GetSalepersonIdOk returns a tuple with the SalepersonId 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 (*GetAContactByIdCopy200Response) GetSalepersonOk

func (o *GetAContactByIdCopy200Response) GetSalepersonOk() (*interface{}, bool)

GetSalepersonOk returns a tuple with the Saleperson 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 (*GetAContactByIdCopy200Response) GetSandbox

func (o *GetAContactByIdCopy200Response) GetSandbox() interface{}

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

func (*GetAContactByIdCopy200Response) GetSandboxOk

func (o *GetAContactByIdCopy200Response) GetSandboxOk() (*interface{}, bool)

GetSandboxOk returns a tuple with the Sandbox 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 (*GetAContactByIdCopy200Response) GetState

func (o *GetAContactByIdCopy200Response) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*GetAContactByIdCopy200Response) GetStateOk

func (o *GetAContactByIdCopy200Response) GetStateOk() (*string, bool)

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

func (*GetAContactByIdCopy200Response) GetTaxID

func (o *GetAContactByIdCopy200Response) GetTaxID() string

GetTaxID returns the TaxID field value if set, zero value otherwise.

func (*GetAContactByIdCopy200Response) GetTaxIDOk

func (o *GetAContactByIdCopy200Response) GetTaxIDOk() (*string, bool)

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

func (*GetAContactByIdCopy200Response) GetUpdatedAt

func (o *GetAContactByIdCopy200Response) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*GetAContactByIdCopy200Response) GetUpdatedAtOk

func (o *GetAContactByIdCopy200Response) GetUpdatedAtOk() (*string, bool)

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

func (*GetAContactByIdCopy200Response) GetZipcode

func (o *GetAContactByIdCopy200Response) GetZipcode() string

GetZipcode returns the Zipcode field value if set, zero value otherwise.

func (*GetAContactByIdCopy200Response) GetZipcodeOk

func (o *GetAContactByIdCopy200Response) GetZipcodeOk() (*string, bool)

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

func (*GetAContactByIdCopy200Response) HasAddress1

func (o *GetAContactByIdCopy200Response) HasAddress1() bool

HasAddress1 returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasAddress2

func (o *GetAContactByIdCopy200Response) HasAddress2() bool

HasAddress2 returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasCanDelete

func (o *GetAContactByIdCopy200Response) HasCanDelete() bool

HasCanDelete returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasCity

func (o *GetAContactByIdCopy200Response) HasCity() bool

HasCity returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasCountry

func (o *GetAContactByIdCopy200Response) HasCountry() bool

HasCountry returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasCreatedAt

func (o *GetAContactByIdCopy200Response) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasDisplayOrganizationTypes

func (o *GetAContactByIdCopy200Response) HasDisplayOrganizationTypes() bool

HasDisplayOrganizationTypes returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasEmail

func (o *GetAContactByIdCopy200Response) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasFinancialCRMID

func (o *GetAContactByIdCopy200Response) HasFinancialCRMID() bool

HasFinancialCRMID returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasId

HasId returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasIsInsuranceCompany

func (o *GetAContactByIdCopy200Response) HasIsInsuranceCompany() bool

HasIsInsuranceCompany returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasLatitude

func (o *GetAContactByIdCopy200Response) HasLatitude() bool

HasLatitude returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasLongitude

func (o *GetAContactByIdCopy200Response) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasName

func (o *GetAContactByIdCopy200Response) HasName() bool

HasName returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasOrganizationTypeIds

func (o *GetAContactByIdCopy200Response) HasOrganizationTypeIds() bool

HasOrganizationTypeIds returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasOrganizationTypes

func (o *GetAContactByIdCopy200Response) HasOrganizationTypes() bool

HasOrganizationTypes returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasParentOrganization

func (o *GetAContactByIdCopy200Response) HasParentOrganization() bool

HasParentOrganization returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasParentOrganizationId

func (o *GetAContactByIdCopy200Response) HasParentOrganizationId() bool

HasParentOrganizationId returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasPhoneNumber

func (o *GetAContactByIdCopy200Response) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasPriceListID

func (o *GetAContactByIdCopy200Response) HasPriceListID() bool

HasPriceListID returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasPriceListName

func (o *GetAContactByIdCopy200Response) HasPriceListName() bool

HasPriceListName returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasReferralSource

func (o *GetAContactByIdCopy200Response) HasReferralSource() bool

HasReferralSource returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasReferralSourceID

func (o *GetAContactByIdCopy200Response) HasReferralSourceID() bool

HasReferralSourceID returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasRelationshipStatus

func (o *GetAContactByIdCopy200Response) HasRelationshipStatus() bool

HasRelationshipStatus returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasRelationshipStatusID

func (o *GetAContactByIdCopy200Response) HasRelationshipStatusID() bool

HasRelationshipStatusID returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasSaleperson

func (o *GetAContactByIdCopy200Response) HasSaleperson() bool

HasSaleperson returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasSalepersonId

func (o *GetAContactByIdCopy200Response) HasSalepersonId() bool

HasSalepersonId returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasSandbox

func (o *GetAContactByIdCopy200Response) HasSandbox() bool

HasSandbox returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasState

func (o *GetAContactByIdCopy200Response) HasState() bool

HasState returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasTaxID

func (o *GetAContactByIdCopy200Response) HasTaxID() bool

HasTaxID returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasUpdatedAt

func (o *GetAContactByIdCopy200Response) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*GetAContactByIdCopy200Response) HasZipcode

func (o *GetAContactByIdCopy200Response) HasZipcode() bool

HasZipcode returns a boolean if a field has been set.

func (GetAContactByIdCopy200Response) MarshalJSON

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

func (*GetAContactByIdCopy200Response) SetAddress1

func (o *GetAContactByIdCopy200Response) SetAddress1(v string)

SetAddress1 gets a reference to the given string and assigns it to the Address1 field.

func (*GetAContactByIdCopy200Response) SetAddress2

func (o *GetAContactByIdCopy200Response) SetAddress2(v interface{})

SetAddress2 gets a reference to the given interface{} and assigns it to the Address2 field.

func (*GetAContactByIdCopy200Response) SetCanDelete

func (o *GetAContactByIdCopy200Response) SetCanDelete(v bool)

SetCanDelete gets a reference to the given bool and assigns it to the CanDelete field.

func (*GetAContactByIdCopy200Response) SetCity

func (o *GetAContactByIdCopy200Response) SetCity(v string)

SetCity gets a reference to the given string and assigns it to the City field.

func (*GetAContactByIdCopy200Response) SetCountry

func (o *GetAContactByIdCopy200Response) SetCountry(v string)

SetCountry gets a reference to the given string and assigns it to the Country field.

func (*GetAContactByIdCopy200Response) SetCreatedAt

func (o *GetAContactByIdCopy200Response) SetCreatedAt(v string)

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*GetAContactByIdCopy200Response) SetDisplayOrganizationTypes

func (o *GetAContactByIdCopy200Response) SetDisplayOrganizationTypes(v string)

SetDisplayOrganizationTypes gets a reference to the given string and assigns it to the DisplayOrganizationTypes field.

func (*GetAContactByIdCopy200Response) SetEmail

func (o *GetAContactByIdCopy200Response) SetEmail(v interface{})

SetEmail gets a reference to the given interface{} and assigns it to the Email field.

func (*GetAContactByIdCopy200Response) SetFinancialCRMID

func (o *GetAContactByIdCopy200Response) SetFinancialCRMID(v string)

SetFinancialCRMID gets a reference to the given string and assigns it to the FinancialCRMID field.

func (*GetAContactByIdCopy200Response) SetId

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

func (*GetAContactByIdCopy200Response) SetIsInsuranceCompany

func (o *GetAContactByIdCopy200Response) SetIsInsuranceCompany(v bool)

SetIsInsuranceCompany gets a reference to the given bool and assigns it to the IsInsuranceCompany field.

func (*GetAContactByIdCopy200Response) SetLatitude

func (o *GetAContactByIdCopy200Response) SetLatitude(v interface{})

SetLatitude gets a reference to the given interface{} and assigns it to the Latitude field.

func (*GetAContactByIdCopy200Response) SetLongitude

func (o *GetAContactByIdCopy200Response) SetLongitude(v interface{})

SetLongitude gets a reference to the given interface{} and assigns it to the Longitude field.

func (*GetAContactByIdCopy200Response) SetName

func (o *GetAContactByIdCopy200Response) SetName(v string)

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

func (*GetAContactByIdCopy200Response) SetOrganizationTypeIds

func (o *GetAContactByIdCopy200Response) SetOrganizationTypeIds(v []int32)

SetOrganizationTypeIds gets a reference to the given []int32 and assigns it to the OrganizationTypeIds field.

func (*GetAContactByIdCopy200Response) SetOrganizationTypes

func (o *GetAContactByIdCopy200Response) SetOrganizationTypes(v []string)

SetOrganizationTypes gets a reference to the given []string and assigns it to the OrganizationTypes field.

func (*GetAContactByIdCopy200Response) SetParentOrganization

func (o *GetAContactByIdCopy200Response) SetParentOrganization(v interface{})

SetParentOrganization gets a reference to the given interface{} and assigns it to the ParentOrganization field.

func (*GetAContactByIdCopy200Response) SetParentOrganizationId

func (o *GetAContactByIdCopy200Response) SetParentOrganizationId(v interface{})

SetParentOrganizationId gets a reference to the given interface{} and assigns it to the ParentOrganizationId field.

func (*GetAContactByIdCopy200Response) SetPhoneNumber

func (o *GetAContactByIdCopy200Response) SetPhoneNumber(v interface{})

SetPhoneNumber gets a reference to the given interface{} and assigns it to the PhoneNumber field.

func (*GetAContactByIdCopy200Response) SetPriceListID

func (o *GetAContactByIdCopy200Response) SetPriceListID(v int32)

SetPriceListID gets a reference to the given int32 and assigns it to the PriceListID field.

func (*GetAContactByIdCopy200Response) SetPriceListName

func (o *GetAContactByIdCopy200Response) SetPriceListName(v string)

SetPriceListName gets a reference to the given string and assigns it to the PriceListName field.

func (*GetAContactByIdCopy200Response) SetReferralSource

func (o *GetAContactByIdCopy200Response) SetReferralSource(v string)

SetReferralSource gets a reference to the given string and assigns it to the ReferralSource field.

func (*GetAContactByIdCopy200Response) SetReferralSourceID

func (o *GetAContactByIdCopy200Response) SetReferralSourceID(v int32)

SetReferralSourceID gets a reference to the given int32 and assigns it to the ReferralSourceID field.

func (*GetAContactByIdCopy200Response) SetRelationshipStatus

func (o *GetAContactByIdCopy200Response) SetRelationshipStatus(v interface{})

SetRelationshipStatus gets a reference to the given interface{} and assigns it to the RelationshipStatus field.

func (*GetAContactByIdCopy200Response) SetRelationshipStatusID

func (o *GetAContactByIdCopy200Response) SetRelationshipStatusID(v int32)

SetRelationshipStatusID gets a reference to the given int32 and assigns it to the RelationshipStatusID field.

func (*GetAContactByIdCopy200Response) SetSaleperson

func (o *GetAContactByIdCopy200Response) SetSaleperson(v interface{})

SetSaleperson gets a reference to the given interface{} and assigns it to the Saleperson field.

func (*GetAContactByIdCopy200Response) SetSalepersonId

func (o *GetAContactByIdCopy200Response) SetSalepersonId(v interface{})

SetSalepersonId gets a reference to the given interface{} and assigns it to the SalepersonId field.

func (*GetAContactByIdCopy200Response) SetSandbox

func (o *GetAContactByIdCopy200Response) SetSandbox(v interface{})

SetSandbox gets a reference to the given interface{} and assigns it to the Sandbox field.

func (*GetAContactByIdCopy200Response) SetState

func (o *GetAContactByIdCopy200Response) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*GetAContactByIdCopy200Response) SetTaxID

func (o *GetAContactByIdCopy200Response) SetTaxID(v string)

SetTaxID gets a reference to the given string and assigns it to the TaxID field.

func (*GetAContactByIdCopy200Response) SetUpdatedAt

func (o *GetAContactByIdCopy200Response) SetUpdatedAt(v string)

SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.

func (*GetAContactByIdCopy200Response) SetZipcode

func (o *GetAContactByIdCopy200Response) SetZipcode(v string)

SetZipcode gets a reference to the given string and assigns it to the Zipcode field.

func (GetAContactByIdCopy200Response) ToMap

func (o GetAContactByIdCopy200Response) ToMap() (map[string]interface{}, error)

func (*GetAContactByIdCopy200Response) UnmarshalJSON

func (o *GetAContactByIdCopy200Response) UnmarshalJSON(data []byte) (err error)

type GetActiveContactsCopy200ResponseInner

type GetActiveContactsCopy200ResponseInner struct {
	OrganizationId           *int32      `json:"organizationId,omitempty"`
	Id                       *int32      `json:"id,omitempty"`
	Name                     *string     `json:"name,omitempty"`
	Address1                 interface{} `json:"address1,omitempty"`
	Address2                 interface{} `json:"address2,omitempty"`
	City                     interface{} `json:"city,omitempty"`
	State                    interface{} `json:"state,omitempty"`
	Zipcode                  interface{} `json:"zipcode,omitempty"`
	Country                  interface{} `json:"country,omitempty"`
	Latitude                 interface{} `json:"latitude,omitempty"`
	Longitude                interface{} `json:"longitude,omitempty"`
	PhoneNumber              interface{} `json:"phoneNumber,omitempty"`
	Email                    interface{} `json:"email,omitempty"`
	SalepersonId             *int32      `json:"salepersonId,omitempty"`
	Saleperson               *string     `json:"saleperson,omitempty"`
	Sandbox                  interface{} `json:"sandbox,omitempty"`
	OrganizationTypeIds      interface{} `json:"organizationTypeIds,omitempty"`
	OrganizationTypes        interface{} `json:"organizationTypes,omitempty"`
	DisplayOrganizationTypes *string     `json:"displayOrganizationTypes,omitempty"`
	IsInsuranceCompany       *bool       `json:"isInsuranceCompany,omitempty"`
	ParentOrganizationId     interface{} `json:"parentOrganizationId,omitempty"`
	ParentOrganization       interface{} `json:"parentOrganization,omitempty"`
	RelationshipStatusID     *int32      `json:"relationshipStatusID,omitempty"`
	RelationshipStatus       *string     `json:"relationshipStatus,omitempty"`
	ReferralSourceID         interface{} `json:"referralSourceID,omitempty"`
	ReferralSource           *string     `json:"referralSource,omitempty"`
	CanDelete                *bool       `json:"canDelete,omitempty"`
	FinancialCRMID           interface{} `json:"financialCRMID,omitempty"`
	PriceListID              interface{} `json:"priceListID,omitempty"`
	PriceListName            interface{} `json:"priceListName,omitempty"`
	TaxID                    interface{} `json:"taxID,omitempty"`
	CreatedAt                *string     `json:"createdAt,omitempty"`
	UpdatedAt                *string     `json:"updatedAt,omitempty"`
	AdditionalProperties     map[string]interface{}
}

GetActiveContactsCopy200ResponseInner struct for GetActiveContactsCopy200ResponseInner

func NewGetActiveContactsCopy200ResponseInner

func NewGetActiveContactsCopy200ResponseInner() *GetActiveContactsCopy200ResponseInner

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

func NewGetActiveContactsCopy200ResponseInnerWithDefaults

func NewGetActiveContactsCopy200ResponseInnerWithDefaults() *GetActiveContactsCopy200ResponseInner

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

func (*GetActiveContactsCopy200ResponseInner) GetAddress1

func (o *GetActiveContactsCopy200ResponseInner) GetAddress1() interface{}

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

func (*GetActiveContactsCopy200ResponseInner) GetAddress1Ok

func (o *GetActiveContactsCopy200ResponseInner) GetAddress1Ok() (*interface{}, bool)

GetAddress1Ok returns a tuple with the Address1 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 (*GetActiveContactsCopy200ResponseInner) GetAddress2

func (o *GetActiveContactsCopy200ResponseInner) GetAddress2() interface{}

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

func (*GetActiveContactsCopy200ResponseInner) GetAddress2Ok

func (o *GetActiveContactsCopy200ResponseInner) GetAddress2Ok() (*interface{}, bool)

GetAddress2Ok returns a tuple with the Address2 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 (*GetActiveContactsCopy200ResponseInner) GetCanDelete

func (o *GetActiveContactsCopy200ResponseInner) GetCanDelete() bool

GetCanDelete returns the CanDelete field value if set, zero value otherwise.

func (*GetActiveContactsCopy200ResponseInner) GetCanDeleteOk

func (o *GetActiveContactsCopy200ResponseInner) GetCanDeleteOk() (*bool, bool)

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

func (*GetActiveContactsCopy200ResponseInner) GetCity

func (o *GetActiveContactsCopy200ResponseInner) GetCity() interface{}

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

func (*GetActiveContactsCopy200ResponseInner) GetCityOk

func (o *GetActiveContactsCopy200ResponseInner) GetCityOk() (*interface{}, bool)

GetCityOk returns a tuple with the City 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 (*GetActiveContactsCopy200ResponseInner) GetCountry

func (o *GetActiveContactsCopy200ResponseInner) GetCountry() interface{}

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

func (*GetActiveContactsCopy200ResponseInner) GetCountryOk

func (o *GetActiveContactsCopy200ResponseInner) GetCountryOk() (*interface{}, bool)

GetCountryOk returns a tuple with the Country 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 (*GetActiveContactsCopy200ResponseInner) GetCreatedAt

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*GetActiveContactsCopy200ResponseInner) GetCreatedAtOk

func (o *GetActiveContactsCopy200ResponseInner) GetCreatedAtOk() (*string, bool)

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

func (*GetActiveContactsCopy200ResponseInner) GetDisplayOrganizationTypes

func (o *GetActiveContactsCopy200ResponseInner) GetDisplayOrganizationTypes() string

GetDisplayOrganizationTypes returns the DisplayOrganizationTypes field value if set, zero value otherwise.

func (*GetActiveContactsCopy200ResponseInner) GetDisplayOrganizationTypesOk

func (o *GetActiveContactsCopy200ResponseInner) GetDisplayOrganizationTypesOk() (*string, bool)

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

func (*GetActiveContactsCopy200ResponseInner) GetEmail

func (o *GetActiveContactsCopy200ResponseInner) GetEmail() interface{}

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

func (*GetActiveContactsCopy200ResponseInner) GetEmailOk

func (o *GetActiveContactsCopy200ResponseInner) GetEmailOk() (*interface{}, bool)

GetEmailOk returns a tuple with the Email 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 (*GetActiveContactsCopy200ResponseInner) GetFinancialCRMID

func (o *GetActiveContactsCopy200ResponseInner) GetFinancialCRMID() interface{}

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

func (*GetActiveContactsCopy200ResponseInner) GetFinancialCRMIDOk

func (o *GetActiveContactsCopy200ResponseInner) GetFinancialCRMIDOk() (*interface{}, bool)

GetFinancialCRMIDOk returns a tuple with the FinancialCRMID 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 (*GetActiveContactsCopy200ResponseInner) GetId

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

func (*GetActiveContactsCopy200ResponseInner) GetIdOk

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

func (*GetActiveContactsCopy200ResponseInner) GetIsInsuranceCompany

func (o *GetActiveContactsCopy200ResponseInner) GetIsInsuranceCompany() bool

GetIsInsuranceCompany returns the IsInsuranceCompany field value if set, zero value otherwise.

func (*GetActiveContactsCopy200ResponseInner) GetIsInsuranceCompanyOk

func (o *GetActiveContactsCopy200ResponseInner) GetIsInsuranceCompanyOk() (*bool, bool)

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

func (*GetActiveContactsCopy200ResponseInner) GetLatitude

func (o *GetActiveContactsCopy200ResponseInner) GetLatitude() interface{}

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

func (*GetActiveContactsCopy200ResponseInner) GetLatitudeOk

func (o *GetActiveContactsCopy200ResponseInner) GetLatitudeOk() (*interface{}, bool)

GetLatitudeOk returns a tuple with the Latitude 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 (*GetActiveContactsCopy200ResponseInner) GetLongitude

func (o *GetActiveContactsCopy200ResponseInner) GetLongitude() interface{}

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

func (*GetActiveContactsCopy200ResponseInner) GetLongitudeOk

func (o *GetActiveContactsCopy200ResponseInner) GetLongitudeOk() (*interface{}, bool)

GetLongitudeOk returns a tuple with the Longitude 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 (*GetActiveContactsCopy200ResponseInner) GetName

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

func (*GetActiveContactsCopy200ResponseInner) GetNameOk

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

func (*GetActiveContactsCopy200ResponseInner) GetOrganizationId

func (o *GetActiveContactsCopy200ResponseInner) GetOrganizationId() int32

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*GetActiveContactsCopy200ResponseInner) GetOrganizationIdOk

func (o *GetActiveContactsCopy200ResponseInner) GetOrganizationIdOk() (*int32, bool)

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

func (*GetActiveContactsCopy200ResponseInner) GetOrganizationTypeIds

func (o *GetActiveContactsCopy200ResponseInner) GetOrganizationTypeIds() interface{}

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

func (*GetActiveContactsCopy200ResponseInner) GetOrganizationTypeIdsOk

func (o *GetActiveContactsCopy200ResponseInner) GetOrganizationTypeIdsOk() (*interface{}, bool)

GetOrganizationTypeIdsOk returns a tuple with the OrganizationTypeIds 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 (*GetActiveContactsCopy200ResponseInner) GetOrganizationTypes

func (o *GetActiveContactsCopy200ResponseInner) GetOrganizationTypes() interface{}

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

func (*GetActiveContactsCopy200ResponseInner) GetOrganizationTypesOk

func (o *GetActiveContactsCopy200ResponseInner) GetOrganizationTypesOk() (*interface{}, bool)

GetOrganizationTypesOk returns a tuple with the OrganizationTypes 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 (*GetActiveContactsCopy200ResponseInner) GetParentOrganization

func (o *GetActiveContactsCopy200ResponseInner) GetParentOrganization() interface{}

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

func (*GetActiveContactsCopy200ResponseInner) GetParentOrganizationId

func (o *GetActiveContactsCopy200ResponseInner) GetParentOrganizationId() interface{}

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

func (*GetActiveContactsCopy200ResponseInner) GetParentOrganizationIdOk

func (o *GetActiveContactsCopy200ResponseInner) GetParentOrganizationIdOk() (*interface{}, bool)

GetParentOrganizationIdOk returns a tuple with the ParentOrganizationId 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 (*GetActiveContactsCopy200ResponseInner) GetParentOrganizationOk

func (o *GetActiveContactsCopy200ResponseInner) GetParentOrganizationOk() (*interface{}, bool)

GetParentOrganizationOk returns a tuple with the ParentOrganization 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 (*GetActiveContactsCopy200ResponseInner) GetPhoneNumber

func (o *GetActiveContactsCopy200ResponseInner) GetPhoneNumber() interface{}

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

func (*GetActiveContactsCopy200ResponseInner) GetPhoneNumberOk

func (o *GetActiveContactsCopy200ResponseInner) GetPhoneNumberOk() (*interface{}, bool)

GetPhoneNumberOk returns a tuple with the PhoneNumber 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 (*GetActiveContactsCopy200ResponseInner) GetPriceListID

func (o *GetActiveContactsCopy200ResponseInner) GetPriceListID() interface{}

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

func (*GetActiveContactsCopy200ResponseInner) GetPriceListIDOk

func (o *GetActiveContactsCopy200ResponseInner) GetPriceListIDOk() (*interface{}, bool)

GetPriceListIDOk returns a tuple with the PriceListID 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 (*GetActiveContactsCopy200ResponseInner) GetPriceListName

func (o *GetActiveContactsCopy200ResponseInner) GetPriceListName() interface{}

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

func (*GetActiveContactsCopy200ResponseInner) GetPriceListNameOk

func (o *GetActiveContactsCopy200ResponseInner) GetPriceListNameOk() (*interface{}, bool)

GetPriceListNameOk returns a tuple with the PriceListName 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 (*GetActiveContactsCopy200ResponseInner) GetReferralSource

func (o *GetActiveContactsCopy200ResponseInner) GetReferralSource() string

GetReferralSource returns the ReferralSource field value if set, zero value otherwise.

func (*GetActiveContactsCopy200ResponseInner) GetReferralSourceID

func (o *GetActiveContactsCopy200ResponseInner) GetReferralSourceID() interface{}

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

func (*GetActiveContactsCopy200ResponseInner) GetReferralSourceIDOk

func (o *GetActiveContactsCopy200ResponseInner) GetReferralSourceIDOk() (*interface{}, bool)

GetReferralSourceIDOk returns a tuple with the ReferralSourceID 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 (*GetActiveContactsCopy200ResponseInner) GetReferralSourceOk

func (o *GetActiveContactsCopy200ResponseInner) GetReferralSourceOk() (*string, bool)

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

func (*GetActiveContactsCopy200ResponseInner) GetRelationshipStatus

func (o *GetActiveContactsCopy200ResponseInner) GetRelationshipStatus() string

GetRelationshipStatus returns the RelationshipStatus field value if set, zero value otherwise.

func (*GetActiveContactsCopy200ResponseInner) GetRelationshipStatusID

func (o *GetActiveContactsCopy200ResponseInner) GetRelationshipStatusID() int32

GetRelationshipStatusID returns the RelationshipStatusID field value if set, zero value otherwise.

func (*GetActiveContactsCopy200ResponseInner) GetRelationshipStatusIDOk

func (o *GetActiveContactsCopy200ResponseInner) GetRelationshipStatusIDOk() (*int32, bool)

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

func (*GetActiveContactsCopy200ResponseInner) GetRelationshipStatusOk

func (o *GetActiveContactsCopy200ResponseInner) GetRelationshipStatusOk() (*string, bool)

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

func (*GetActiveContactsCopy200ResponseInner) GetSaleperson

func (o *GetActiveContactsCopy200ResponseInner) GetSaleperson() string

GetSaleperson returns the Saleperson field value if set, zero value otherwise.

func (*GetActiveContactsCopy200ResponseInner) GetSalepersonId

func (o *GetActiveContactsCopy200ResponseInner) GetSalepersonId() int32

GetSalepersonId returns the SalepersonId field value if set, zero value otherwise.

func (*GetActiveContactsCopy200ResponseInner) GetSalepersonIdOk

func (o *GetActiveContactsCopy200ResponseInner) GetSalepersonIdOk() (*int32, bool)

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

func (*GetActiveContactsCopy200ResponseInner) GetSalepersonOk

func (o *GetActiveContactsCopy200ResponseInner) GetSalepersonOk() (*string, bool)

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

func (*GetActiveContactsCopy200ResponseInner) GetSandbox

func (o *GetActiveContactsCopy200ResponseInner) GetSandbox() interface{}

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

func (*GetActiveContactsCopy200ResponseInner) GetSandboxOk

func (o *GetActiveContactsCopy200ResponseInner) GetSandboxOk() (*interface{}, bool)

GetSandboxOk returns a tuple with the Sandbox 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 (*GetActiveContactsCopy200ResponseInner) GetState

func (o *GetActiveContactsCopy200ResponseInner) GetState() interface{}

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

func (*GetActiveContactsCopy200ResponseInner) GetStateOk

func (o *GetActiveContactsCopy200ResponseInner) GetStateOk() (*interface{}, bool)

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

func (*GetActiveContactsCopy200ResponseInner) GetTaxID

func (o *GetActiveContactsCopy200ResponseInner) GetTaxID() interface{}

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

func (*GetActiveContactsCopy200ResponseInner) GetTaxIDOk

func (o *GetActiveContactsCopy200ResponseInner) GetTaxIDOk() (*interface{}, bool)

GetTaxIDOk returns a tuple with the TaxID 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 (*GetActiveContactsCopy200ResponseInner) GetUpdatedAt

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*GetActiveContactsCopy200ResponseInner) GetUpdatedAtOk

func (o *GetActiveContactsCopy200ResponseInner) GetUpdatedAtOk() (*string, bool)

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

func (*GetActiveContactsCopy200ResponseInner) GetZipcode

func (o *GetActiveContactsCopy200ResponseInner) GetZipcode() interface{}

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

func (*GetActiveContactsCopy200ResponseInner) GetZipcodeOk

func (o *GetActiveContactsCopy200ResponseInner) GetZipcodeOk() (*interface{}, bool)

GetZipcodeOk returns a tuple with the Zipcode 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 (*GetActiveContactsCopy200ResponseInner) HasAddress1

HasAddress1 returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasAddress2

HasAddress2 returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasCanDelete

func (o *GetActiveContactsCopy200ResponseInner) HasCanDelete() bool

HasCanDelete returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasCity

HasCity returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasCountry

HasCountry returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasCreatedAt

func (o *GetActiveContactsCopy200ResponseInner) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasDisplayOrganizationTypes

func (o *GetActiveContactsCopy200ResponseInner) HasDisplayOrganizationTypes() bool

HasDisplayOrganizationTypes returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasEmail

HasEmail returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasFinancialCRMID

func (o *GetActiveContactsCopy200ResponseInner) HasFinancialCRMID() bool

HasFinancialCRMID returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasId

HasId returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasIsInsuranceCompany

func (o *GetActiveContactsCopy200ResponseInner) HasIsInsuranceCompany() bool

HasIsInsuranceCompany returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasLatitude

HasLatitude returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasLongitude

func (o *GetActiveContactsCopy200ResponseInner) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasName

HasName returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasOrganizationId

func (o *GetActiveContactsCopy200ResponseInner) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasOrganizationTypeIds

func (o *GetActiveContactsCopy200ResponseInner) HasOrganizationTypeIds() bool

HasOrganizationTypeIds returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasOrganizationTypes

func (o *GetActiveContactsCopy200ResponseInner) HasOrganizationTypes() bool

HasOrganizationTypes returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasParentOrganization

func (o *GetActiveContactsCopy200ResponseInner) HasParentOrganization() bool

HasParentOrganization returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasParentOrganizationId

func (o *GetActiveContactsCopy200ResponseInner) HasParentOrganizationId() bool

HasParentOrganizationId returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasPhoneNumber

func (o *GetActiveContactsCopy200ResponseInner) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasPriceListID

func (o *GetActiveContactsCopy200ResponseInner) HasPriceListID() bool

HasPriceListID returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasPriceListName

func (o *GetActiveContactsCopy200ResponseInner) HasPriceListName() bool

HasPriceListName returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasReferralSource

func (o *GetActiveContactsCopy200ResponseInner) HasReferralSource() bool

HasReferralSource returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasReferralSourceID

func (o *GetActiveContactsCopy200ResponseInner) HasReferralSourceID() bool

HasReferralSourceID returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasRelationshipStatus

func (o *GetActiveContactsCopy200ResponseInner) HasRelationshipStatus() bool

HasRelationshipStatus returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasRelationshipStatusID

func (o *GetActiveContactsCopy200ResponseInner) HasRelationshipStatusID() bool

HasRelationshipStatusID returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasSaleperson

func (o *GetActiveContactsCopy200ResponseInner) HasSaleperson() bool

HasSaleperson returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasSalepersonId

func (o *GetActiveContactsCopy200ResponseInner) HasSalepersonId() bool

HasSalepersonId returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasSandbox

HasSandbox returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasState

HasState returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasTaxID

HasTaxID returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasUpdatedAt

func (o *GetActiveContactsCopy200ResponseInner) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*GetActiveContactsCopy200ResponseInner) HasZipcode

HasZipcode returns a boolean if a field has been set.

func (GetActiveContactsCopy200ResponseInner) MarshalJSON

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

func (*GetActiveContactsCopy200ResponseInner) SetAddress1

func (o *GetActiveContactsCopy200ResponseInner) SetAddress1(v interface{})

SetAddress1 gets a reference to the given interface{} and assigns it to the Address1 field.

func (*GetActiveContactsCopy200ResponseInner) SetAddress2

func (o *GetActiveContactsCopy200ResponseInner) SetAddress2(v interface{})

SetAddress2 gets a reference to the given interface{} and assigns it to the Address2 field.

func (*GetActiveContactsCopy200ResponseInner) SetCanDelete

func (o *GetActiveContactsCopy200ResponseInner) SetCanDelete(v bool)

SetCanDelete gets a reference to the given bool and assigns it to the CanDelete field.

func (*GetActiveContactsCopy200ResponseInner) SetCity

func (o *GetActiveContactsCopy200ResponseInner) SetCity(v interface{})

SetCity gets a reference to the given interface{} and assigns it to the City field.

func (*GetActiveContactsCopy200ResponseInner) SetCountry

func (o *GetActiveContactsCopy200ResponseInner) SetCountry(v interface{})

SetCountry gets a reference to the given interface{} and assigns it to the Country field.

func (*GetActiveContactsCopy200ResponseInner) SetCreatedAt

func (o *GetActiveContactsCopy200ResponseInner) SetCreatedAt(v string)

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*GetActiveContactsCopy200ResponseInner) SetDisplayOrganizationTypes

func (o *GetActiveContactsCopy200ResponseInner) SetDisplayOrganizationTypes(v string)

SetDisplayOrganizationTypes gets a reference to the given string and assigns it to the DisplayOrganizationTypes field.

func (*GetActiveContactsCopy200ResponseInner) SetEmail

func (o *GetActiveContactsCopy200ResponseInner) SetEmail(v interface{})

SetEmail gets a reference to the given interface{} and assigns it to the Email field.

func (*GetActiveContactsCopy200ResponseInner) SetFinancialCRMID

func (o *GetActiveContactsCopy200ResponseInner) SetFinancialCRMID(v interface{})

SetFinancialCRMID gets a reference to the given interface{} and assigns it to the FinancialCRMID field.

func (*GetActiveContactsCopy200ResponseInner) SetId

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

func (*GetActiveContactsCopy200ResponseInner) SetIsInsuranceCompany

func (o *GetActiveContactsCopy200ResponseInner) SetIsInsuranceCompany(v bool)

SetIsInsuranceCompany gets a reference to the given bool and assigns it to the IsInsuranceCompany field.

func (*GetActiveContactsCopy200ResponseInner) SetLatitude

func (o *GetActiveContactsCopy200ResponseInner) SetLatitude(v interface{})

SetLatitude gets a reference to the given interface{} and assigns it to the Latitude field.

func (*GetActiveContactsCopy200ResponseInner) SetLongitude

func (o *GetActiveContactsCopy200ResponseInner) SetLongitude(v interface{})

SetLongitude gets a reference to the given interface{} and assigns it to the Longitude field.

func (*GetActiveContactsCopy200ResponseInner) SetName

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

func (*GetActiveContactsCopy200ResponseInner) SetOrganizationId

func (o *GetActiveContactsCopy200ResponseInner) SetOrganizationId(v int32)

SetOrganizationId gets a reference to the given int32 and assigns it to the OrganizationId field.

func (*GetActiveContactsCopy200ResponseInner) SetOrganizationTypeIds

func (o *GetActiveContactsCopy200ResponseInner) SetOrganizationTypeIds(v interface{})

SetOrganizationTypeIds gets a reference to the given interface{} and assigns it to the OrganizationTypeIds field.

func (*GetActiveContactsCopy200ResponseInner) SetOrganizationTypes

func (o *GetActiveContactsCopy200ResponseInner) SetOrganizationTypes(v interface{})

SetOrganizationTypes gets a reference to the given interface{} and assigns it to the OrganizationTypes field.

func (*GetActiveContactsCopy200ResponseInner) SetParentOrganization

func (o *GetActiveContactsCopy200ResponseInner) SetParentOrganization(v interface{})

SetParentOrganization gets a reference to the given interface{} and assigns it to the ParentOrganization field.

func (*GetActiveContactsCopy200ResponseInner) SetParentOrganizationId

func (o *GetActiveContactsCopy200ResponseInner) SetParentOrganizationId(v interface{})

SetParentOrganizationId gets a reference to the given interface{} and assigns it to the ParentOrganizationId field.

func (*GetActiveContactsCopy200ResponseInner) SetPhoneNumber

func (o *GetActiveContactsCopy200ResponseInner) SetPhoneNumber(v interface{})

SetPhoneNumber gets a reference to the given interface{} and assigns it to the PhoneNumber field.

func (*GetActiveContactsCopy200ResponseInner) SetPriceListID

func (o *GetActiveContactsCopy200ResponseInner) SetPriceListID(v interface{})

SetPriceListID gets a reference to the given interface{} and assigns it to the PriceListID field.

func (*GetActiveContactsCopy200ResponseInner) SetPriceListName

func (o *GetActiveContactsCopy200ResponseInner) SetPriceListName(v interface{})

SetPriceListName gets a reference to the given interface{} and assigns it to the PriceListName field.

func (*GetActiveContactsCopy200ResponseInner) SetReferralSource

func (o *GetActiveContactsCopy200ResponseInner) SetReferralSource(v string)

SetReferralSource gets a reference to the given string and assigns it to the ReferralSource field.

func (*GetActiveContactsCopy200ResponseInner) SetReferralSourceID

func (o *GetActiveContactsCopy200ResponseInner) SetReferralSourceID(v interface{})

SetReferralSourceID gets a reference to the given interface{} and assigns it to the ReferralSourceID field.

func (*GetActiveContactsCopy200ResponseInner) SetRelationshipStatus

func (o *GetActiveContactsCopy200ResponseInner) SetRelationshipStatus(v string)

SetRelationshipStatus gets a reference to the given string and assigns it to the RelationshipStatus field.

func (*GetActiveContactsCopy200ResponseInner) SetRelationshipStatusID

func (o *GetActiveContactsCopy200ResponseInner) SetRelationshipStatusID(v int32)

SetRelationshipStatusID gets a reference to the given int32 and assigns it to the RelationshipStatusID field.

func (*GetActiveContactsCopy200ResponseInner) SetSaleperson

func (o *GetActiveContactsCopy200ResponseInner) SetSaleperson(v string)

SetSaleperson gets a reference to the given string and assigns it to the Saleperson field.

func (*GetActiveContactsCopy200ResponseInner) SetSalepersonId

func (o *GetActiveContactsCopy200ResponseInner) SetSalepersonId(v int32)

SetSalepersonId gets a reference to the given int32 and assigns it to the SalepersonId field.

func (*GetActiveContactsCopy200ResponseInner) SetSandbox

func (o *GetActiveContactsCopy200ResponseInner) SetSandbox(v interface{})

SetSandbox gets a reference to the given interface{} and assigns it to the Sandbox field.

func (*GetActiveContactsCopy200ResponseInner) SetState

func (o *GetActiveContactsCopy200ResponseInner) SetState(v interface{})

SetState gets a reference to the given interface{} and assigns it to the State field.

func (*GetActiveContactsCopy200ResponseInner) SetTaxID

func (o *GetActiveContactsCopy200ResponseInner) SetTaxID(v interface{})

SetTaxID gets a reference to the given interface{} and assigns it to the TaxID field.

func (*GetActiveContactsCopy200ResponseInner) SetUpdatedAt

func (o *GetActiveContactsCopy200ResponseInner) SetUpdatedAt(v string)

SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.

func (*GetActiveContactsCopy200ResponseInner) SetZipcode

func (o *GetActiveContactsCopy200ResponseInner) SetZipcode(v interface{})

SetZipcode gets a reference to the given interface{} and assigns it to the Zipcode field.

func (GetActiveContactsCopy200ResponseInner) ToMap

func (o GetActiveContactsCopy200ResponseInner) ToMap() (map[string]interface{}, error)

func (*GetActiveContactsCopy200ResponseInner) UnmarshalJSON

func (o *GetActiveContactsCopy200ResponseInner) UnmarshalJSON(data []byte) (err error)

type GetActivityTypeOptionsCopy200ResponseInner

type GetActivityTypeOptionsCopy200ResponseInner struct {
	Id                   *int32  `json:"id,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetActivityTypeOptionsCopy200ResponseInner struct for GetActivityTypeOptionsCopy200ResponseInner

func NewGetActivityTypeOptionsCopy200ResponseInner

func NewGetActivityTypeOptionsCopy200ResponseInner() *GetActivityTypeOptionsCopy200ResponseInner

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

func NewGetActivityTypeOptionsCopy200ResponseInnerWithDefaults

func NewGetActivityTypeOptionsCopy200ResponseInnerWithDefaults() *GetActivityTypeOptionsCopy200ResponseInner

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

func (*GetActivityTypeOptionsCopy200ResponseInner) GetId

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

func (*GetActivityTypeOptionsCopy200ResponseInner) GetIdOk

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

func (*GetActivityTypeOptionsCopy200ResponseInner) GetName

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

func (*GetActivityTypeOptionsCopy200ResponseInner) GetNameOk

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

func (*GetActivityTypeOptionsCopy200ResponseInner) HasId

HasId returns a boolean if a field has been set.

func (*GetActivityTypeOptionsCopy200ResponseInner) HasName

HasName returns a boolean if a field has been set.

func (GetActivityTypeOptionsCopy200ResponseInner) MarshalJSON

func (*GetActivityTypeOptionsCopy200ResponseInner) SetId

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

func (*GetActivityTypeOptionsCopy200ResponseInner) SetName

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

func (GetActivityTypeOptionsCopy200ResponseInner) ToMap

func (o GetActivityTypeOptionsCopy200ResponseInner) ToMap() (map[string]interface{}, error)

func (*GetActivityTypeOptionsCopy200ResponseInner) UnmarshalJSON

func (o *GetActivityTypeOptionsCopy200ResponseInner) UnmarshalJSON(data []byte) (err error)

type GetAllActivitiesCopy200ResponseInner

type GetAllActivitiesCopy200ResponseInner struct {
	Id                     *int32      `json:"id,omitempty"`
	Name                   *string     `json:"name,omitempty"`
	FirstName              *string     `json:"firstName,omitempty"`
	LastName               *string     `json:"lastName,omitempty"`
	Address1               interface{} `json:"address1,omitempty"`
	Address2               interface{} `json:"address2,omitempty"`
	City                   interface{} `json:"city,omitempty"`
	State                  interface{} `json:"state,omitempty"`
	Zipcode                interface{} `json:"zipcode,omitempty"`
	Country                *string     `json:"country,omitempty"`
	Longitude              interface{} `json:"longitude,omitempty"`
	Latitude               interface{} `json:"latitude,omitempty"`
	PhoneNumber            *string     `json:"phoneNumber,omitempty"`
	MobileNumber           *string     `json:"mobileNumber,omitempty"`
	Email                  interface{} `json:"email,omitempty"`
	OrganizationId         *int32      `json:"organizationId,omitempty"`
	OrganizationName       *string     `json:"organizationName,omitempty"`
	ParentOrganizationId   interface{} `json:"parentOrganizationId,omitempty"`
	ParentOrganizationName interface{} `json:"parentOrganizationName,omitempty"`
	ContactTypeIds         []int32     `json:"contactTypeIds,omitempty"`
	Types                  []string    `json:"types,omitempty"`
	Type                   *string     `json:"type,omitempty"`
	Sandbox                interface{} `json:"sandbox,omitempty"`
	ReferralSourceID       *int32      `json:"referralSourceID,omitempty"`
	ReferralSource         *string     `json:"referralSource,omitempty"`
	RelationshipStatusID   *int32      `json:"relationshipStatusID,omitempty"`
	RelationshipStatus     interface{} `json:"relationshipStatus,omitempty"`
	SalespersonId          interface{} `json:"salespersonId,omitempty"`
	SalespersonName        interface{} `json:"salespersonName,omitempty"`
	CanDelete              *bool       `json:"canDelete,omitempty"`
	CreatedAt              *string     `json:"createdAt,omitempty"`
	UpdatedAt              *string     `json:"updatedAt,omitempty"`
	AdditionalProperties   map[string]interface{}
}

GetAllActivitiesCopy200ResponseInner struct for GetAllActivitiesCopy200ResponseInner

func NewGetAllActivitiesCopy200ResponseInner

func NewGetAllActivitiesCopy200ResponseInner() *GetAllActivitiesCopy200ResponseInner

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

func NewGetAllActivitiesCopy200ResponseInnerWithDefaults

func NewGetAllActivitiesCopy200ResponseInnerWithDefaults() *GetAllActivitiesCopy200ResponseInner

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

func (*GetAllActivitiesCopy200ResponseInner) GetAddress1

func (o *GetAllActivitiesCopy200ResponseInner) GetAddress1() interface{}

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

func (*GetAllActivitiesCopy200ResponseInner) GetAddress1Ok

func (o *GetAllActivitiesCopy200ResponseInner) GetAddress1Ok() (*interface{}, bool)

GetAddress1Ok returns a tuple with the Address1 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 (*GetAllActivitiesCopy200ResponseInner) GetAddress2

func (o *GetAllActivitiesCopy200ResponseInner) GetAddress2() interface{}

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

func (*GetAllActivitiesCopy200ResponseInner) GetAddress2Ok

func (o *GetAllActivitiesCopy200ResponseInner) GetAddress2Ok() (*interface{}, bool)

GetAddress2Ok returns a tuple with the Address2 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 (*GetAllActivitiesCopy200ResponseInner) GetCanDelete

func (o *GetAllActivitiesCopy200ResponseInner) GetCanDelete() bool

GetCanDelete returns the CanDelete field value if set, zero value otherwise.

func (*GetAllActivitiesCopy200ResponseInner) GetCanDeleteOk

func (o *GetAllActivitiesCopy200ResponseInner) GetCanDeleteOk() (*bool, bool)

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

func (*GetAllActivitiesCopy200ResponseInner) GetCity

func (o *GetAllActivitiesCopy200ResponseInner) GetCity() interface{}

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

func (*GetAllActivitiesCopy200ResponseInner) GetCityOk

func (o *GetAllActivitiesCopy200ResponseInner) GetCityOk() (*interface{}, bool)

GetCityOk returns a tuple with the City 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 (*GetAllActivitiesCopy200ResponseInner) GetContactTypeIds

func (o *GetAllActivitiesCopy200ResponseInner) GetContactTypeIds() []int32

GetContactTypeIds returns the ContactTypeIds field value if set, zero value otherwise.

func (*GetAllActivitiesCopy200ResponseInner) GetContactTypeIdsOk

func (o *GetAllActivitiesCopy200ResponseInner) GetContactTypeIdsOk() ([]int32, bool)

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

func (*GetAllActivitiesCopy200ResponseInner) GetCountry

GetCountry returns the Country field value if set, zero value otherwise.

func (*GetAllActivitiesCopy200ResponseInner) GetCountryOk

func (o *GetAllActivitiesCopy200ResponseInner) GetCountryOk() (*string, bool)

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

func (*GetAllActivitiesCopy200ResponseInner) GetCreatedAt

func (o *GetAllActivitiesCopy200ResponseInner) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*GetAllActivitiesCopy200ResponseInner) GetCreatedAtOk

func (o *GetAllActivitiesCopy200ResponseInner) GetCreatedAtOk() (*string, bool)

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

func (*GetAllActivitiesCopy200ResponseInner) GetEmail

func (o *GetAllActivitiesCopy200ResponseInner) GetEmail() interface{}

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

func (*GetAllActivitiesCopy200ResponseInner) GetEmailOk

func (o *GetAllActivitiesCopy200ResponseInner) GetEmailOk() (*interface{}, bool)

GetEmailOk returns a tuple with the Email 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 (*GetAllActivitiesCopy200ResponseInner) GetFirstName

func (o *GetAllActivitiesCopy200ResponseInner) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*GetAllActivitiesCopy200ResponseInner) GetFirstNameOk

func (o *GetAllActivitiesCopy200ResponseInner) GetFirstNameOk() (*string, bool)

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

func (*GetAllActivitiesCopy200ResponseInner) GetId

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

func (*GetAllActivitiesCopy200ResponseInner) GetIdOk

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

func (*GetAllActivitiesCopy200ResponseInner) GetLastName

GetLastName returns the LastName field value if set, zero value otherwise.

func (*GetAllActivitiesCopy200ResponseInner) GetLastNameOk

func (o *GetAllActivitiesCopy200ResponseInner) GetLastNameOk() (*string, bool)

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

func (*GetAllActivitiesCopy200ResponseInner) GetLatitude

func (o *GetAllActivitiesCopy200ResponseInner) GetLatitude() interface{}

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

func (*GetAllActivitiesCopy200ResponseInner) GetLatitudeOk

func (o *GetAllActivitiesCopy200ResponseInner) GetLatitudeOk() (*interface{}, bool)

GetLatitudeOk returns a tuple with the Latitude 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 (*GetAllActivitiesCopy200ResponseInner) GetLongitude

func (o *GetAllActivitiesCopy200ResponseInner) GetLongitude() interface{}

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

func (*GetAllActivitiesCopy200ResponseInner) GetLongitudeOk

func (o *GetAllActivitiesCopy200ResponseInner) GetLongitudeOk() (*interface{}, bool)

GetLongitudeOk returns a tuple with the Longitude 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 (*GetAllActivitiesCopy200ResponseInner) GetMobileNumber

func (o *GetAllActivitiesCopy200ResponseInner) GetMobileNumber() string

GetMobileNumber returns the MobileNumber field value if set, zero value otherwise.

func (*GetAllActivitiesCopy200ResponseInner) GetMobileNumberOk

func (o *GetAllActivitiesCopy200ResponseInner) GetMobileNumberOk() (*string, bool)

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

func (*GetAllActivitiesCopy200ResponseInner) GetName

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

func (*GetAllActivitiesCopy200ResponseInner) GetNameOk

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

func (*GetAllActivitiesCopy200ResponseInner) GetOrganizationId

func (o *GetAllActivitiesCopy200ResponseInner) GetOrganizationId() int32

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*GetAllActivitiesCopy200ResponseInner) GetOrganizationIdOk

func (o *GetAllActivitiesCopy200ResponseInner) GetOrganizationIdOk() (*int32, bool)

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

func (*GetAllActivitiesCopy200ResponseInner) GetOrganizationName

func (o *GetAllActivitiesCopy200ResponseInner) GetOrganizationName() string

GetOrganizationName returns the OrganizationName field value if set, zero value otherwise.

func (*GetAllActivitiesCopy200ResponseInner) GetOrganizationNameOk

func (o *GetAllActivitiesCopy200ResponseInner) GetOrganizationNameOk() (*string, bool)

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

func (*GetAllActivitiesCopy200ResponseInner) GetParentOrganizationId

func (o *GetAllActivitiesCopy200ResponseInner) GetParentOrganizationId() interface{}

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

func (*GetAllActivitiesCopy200ResponseInner) GetParentOrganizationIdOk

func (o *GetAllActivitiesCopy200ResponseInner) GetParentOrganizationIdOk() (*interface{}, bool)

GetParentOrganizationIdOk returns a tuple with the ParentOrganizationId 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 (*GetAllActivitiesCopy200ResponseInner) GetParentOrganizationName

func (o *GetAllActivitiesCopy200ResponseInner) GetParentOrganizationName() interface{}

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

func (*GetAllActivitiesCopy200ResponseInner) GetParentOrganizationNameOk

func (o *GetAllActivitiesCopy200ResponseInner) GetParentOrganizationNameOk() (*interface{}, bool)

GetParentOrganizationNameOk returns a tuple with the ParentOrganizationName 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 (*GetAllActivitiesCopy200ResponseInner) GetPhoneNumber

func (o *GetAllActivitiesCopy200ResponseInner) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field value if set, zero value otherwise.

func (*GetAllActivitiesCopy200ResponseInner) GetPhoneNumberOk

func (o *GetAllActivitiesCopy200ResponseInner) GetPhoneNumberOk() (*string, bool)

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

func (*GetAllActivitiesCopy200ResponseInner) GetReferralSource

func (o *GetAllActivitiesCopy200ResponseInner) GetReferralSource() string

GetReferralSource returns the ReferralSource field value if set, zero value otherwise.

func (*GetAllActivitiesCopy200ResponseInner) GetReferralSourceID

func (o *GetAllActivitiesCopy200ResponseInner) GetReferralSourceID() int32

GetReferralSourceID returns the ReferralSourceID field value if set, zero value otherwise.

func (*GetAllActivitiesCopy200ResponseInner) GetReferralSourceIDOk

func (o *GetAllActivitiesCopy200ResponseInner) GetReferralSourceIDOk() (*int32, bool)

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

func (*GetAllActivitiesCopy200ResponseInner) GetReferralSourceOk

func (o *GetAllActivitiesCopy200ResponseInner) GetReferralSourceOk() (*string, bool)

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

func (*GetAllActivitiesCopy200ResponseInner) GetRelationshipStatus

func (o *GetAllActivitiesCopy200ResponseInner) GetRelationshipStatus() interface{}

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

func (*GetAllActivitiesCopy200ResponseInner) GetRelationshipStatusID

func (o *GetAllActivitiesCopy200ResponseInner) GetRelationshipStatusID() int32

GetRelationshipStatusID returns the RelationshipStatusID field value if set, zero value otherwise.

func (*GetAllActivitiesCopy200ResponseInner) GetRelationshipStatusIDOk

func (o *GetAllActivitiesCopy200ResponseInner) GetRelationshipStatusIDOk() (*int32, bool)

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

func (*GetAllActivitiesCopy200ResponseInner) GetRelationshipStatusOk

func (o *GetAllActivitiesCopy200ResponseInner) GetRelationshipStatusOk() (*interface{}, bool)

GetRelationshipStatusOk returns a tuple with the RelationshipStatus 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 (*GetAllActivitiesCopy200ResponseInner) GetSalespersonId

func (o *GetAllActivitiesCopy200ResponseInner) GetSalespersonId() interface{}

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

func (*GetAllActivitiesCopy200ResponseInner) GetSalespersonIdOk

func (o *GetAllActivitiesCopy200ResponseInner) GetSalespersonIdOk() (*interface{}, bool)

GetSalespersonIdOk returns a tuple with the SalespersonId 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 (*GetAllActivitiesCopy200ResponseInner) GetSalespersonName

func (o *GetAllActivitiesCopy200ResponseInner) GetSalespersonName() interface{}

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

func (*GetAllActivitiesCopy200ResponseInner) GetSalespersonNameOk

func (o *GetAllActivitiesCopy200ResponseInner) GetSalespersonNameOk() (*interface{}, bool)

GetSalespersonNameOk returns a tuple with the SalespersonName 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 (*GetAllActivitiesCopy200ResponseInner) GetSandbox

func (o *GetAllActivitiesCopy200ResponseInner) GetSandbox() interface{}

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

func (*GetAllActivitiesCopy200ResponseInner) GetSandboxOk

func (o *GetAllActivitiesCopy200ResponseInner) GetSandboxOk() (*interface{}, bool)

GetSandboxOk returns a tuple with the Sandbox 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 (*GetAllActivitiesCopy200ResponseInner) GetState

func (o *GetAllActivitiesCopy200ResponseInner) GetState() interface{}

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

func (*GetAllActivitiesCopy200ResponseInner) GetStateOk

func (o *GetAllActivitiesCopy200ResponseInner) GetStateOk() (*interface{}, bool)

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

func (*GetAllActivitiesCopy200ResponseInner) GetType

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

func (*GetAllActivitiesCopy200ResponseInner) GetTypeOk

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

func (*GetAllActivitiesCopy200ResponseInner) GetTypes

GetTypes returns the Types field value if set, zero value otherwise.

func (*GetAllActivitiesCopy200ResponseInner) GetTypesOk

func (o *GetAllActivitiesCopy200ResponseInner) GetTypesOk() ([]string, bool)

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

func (*GetAllActivitiesCopy200ResponseInner) GetUpdatedAt

func (o *GetAllActivitiesCopy200ResponseInner) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*GetAllActivitiesCopy200ResponseInner) GetUpdatedAtOk

func (o *GetAllActivitiesCopy200ResponseInner) GetUpdatedAtOk() (*string, bool)

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

func (*GetAllActivitiesCopy200ResponseInner) GetZipcode

func (o *GetAllActivitiesCopy200ResponseInner) GetZipcode() interface{}

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

func (*GetAllActivitiesCopy200ResponseInner) GetZipcodeOk

func (o *GetAllActivitiesCopy200ResponseInner) GetZipcodeOk() (*interface{}, bool)

GetZipcodeOk returns a tuple with the Zipcode 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 (*GetAllActivitiesCopy200ResponseInner) HasAddress1

func (o *GetAllActivitiesCopy200ResponseInner) HasAddress1() bool

HasAddress1 returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasAddress2

func (o *GetAllActivitiesCopy200ResponseInner) HasAddress2() bool

HasAddress2 returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasCanDelete

func (o *GetAllActivitiesCopy200ResponseInner) HasCanDelete() bool

HasCanDelete returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasCity

HasCity returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasContactTypeIds

func (o *GetAllActivitiesCopy200ResponseInner) HasContactTypeIds() bool

HasContactTypeIds returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasCountry

HasCountry returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasCreatedAt

func (o *GetAllActivitiesCopy200ResponseInner) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasEmail

HasEmail returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasFirstName

func (o *GetAllActivitiesCopy200ResponseInner) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasId

HasId returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasLastName

func (o *GetAllActivitiesCopy200ResponseInner) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasLatitude

func (o *GetAllActivitiesCopy200ResponseInner) HasLatitude() bool

HasLatitude returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasLongitude

func (o *GetAllActivitiesCopy200ResponseInner) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasMobileNumber

func (o *GetAllActivitiesCopy200ResponseInner) HasMobileNumber() bool

HasMobileNumber returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasName

HasName returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasOrganizationId

func (o *GetAllActivitiesCopy200ResponseInner) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasOrganizationName

func (o *GetAllActivitiesCopy200ResponseInner) HasOrganizationName() bool

HasOrganizationName returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasParentOrganizationId

func (o *GetAllActivitiesCopy200ResponseInner) HasParentOrganizationId() bool

HasParentOrganizationId returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasParentOrganizationName

func (o *GetAllActivitiesCopy200ResponseInner) HasParentOrganizationName() bool

HasParentOrganizationName returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasPhoneNumber

func (o *GetAllActivitiesCopy200ResponseInner) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasReferralSource

func (o *GetAllActivitiesCopy200ResponseInner) HasReferralSource() bool

HasReferralSource returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasReferralSourceID

func (o *GetAllActivitiesCopy200ResponseInner) HasReferralSourceID() bool

HasReferralSourceID returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasRelationshipStatus

func (o *GetAllActivitiesCopy200ResponseInner) HasRelationshipStatus() bool

HasRelationshipStatus returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasRelationshipStatusID

func (o *GetAllActivitiesCopy200ResponseInner) HasRelationshipStatusID() bool

HasRelationshipStatusID returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasSalespersonId

func (o *GetAllActivitiesCopy200ResponseInner) HasSalespersonId() bool

HasSalespersonId returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasSalespersonName

func (o *GetAllActivitiesCopy200ResponseInner) HasSalespersonName() bool

HasSalespersonName returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasSandbox

HasSandbox returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasState

HasState returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasType

HasType returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasTypes

HasTypes returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasUpdatedAt

func (o *GetAllActivitiesCopy200ResponseInner) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*GetAllActivitiesCopy200ResponseInner) HasZipcode

HasZipcode returns a boolean if a field has been set.

func (GetAllActivitiesCopy200ResponseInner) MarshalJSON

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

func (*GetAllActivitiesCopy200ResponseInner) SetAddress1

func (o *GetAllActivitiesCopy200ResponseInner) SetAddress1(v interface{})

SetAddress1 gets a reference to the given interface{} and assigns it to the Address1 field.

func (*GetAllActivitiesCopy200ResponseInner) SetAddress2

func (o *GetAllActivitiesCopy200ResponseInner) SetAddress2(v interface{})

SetAddress2 gets a reference to the given interface{} and assigns it to the Address2 field.

func (*GetAllActivitiesCopy200ResponseInner) SetCanDelete

func (o *GetAllActivitiesCopy200ResponseInner) SetCanDelete(v bool)

SetCanDelete gets a reference to the given bool and assigns it to the CanDelete field.

func (*GetAllActivitiesCopy200ResponseInner) SetCity

func (o *GetAllActivitiesCopy200ResponseInner) SetCity(v interface{})

SetCity gets a reference to the given interface{} and assigns it to the City field.

func (*GetAllActivitiesCopy200ResponseInner) SetContactTypeIds

func (o *GetAllActivitiesCopy200ResponseInner) SetContactTypeIds(v []int32)

SetContactTypeIds gets a reference to the given []int32 and assigns it to the ContactTypeIds field.

func (*GetAllActivitiesCopy200ResponseInner) SetCountry

SetCountry gets a reference to the given string and assigns it to the Country field.

func (*GetAllActivitiesCopy200ResponseInner) SetCreatedAt

func (o *GetAllActivitiesCopy200ResponseInner) SetCreatedAt(v string)

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*GetAllActivitiesCopy200ResponseInner) SetEmail

func (o *GetAllActivitiesCopy200ResponseInner) SetEmail(v interface{})

SetEmail gets a reference to the given interface{} and assigns it to the Email field.

func (*GetAllActivitiesCopy200ResponseInner) SetFirstName

func (o *GetAllActivitiesCopy200ResponseInner) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*GetAllActivitiesCopy200ResponseInner) SetId

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

func (*GetAllActivitiesCopy200ResponseInner) SetLastName

func (o *GetAllActivitiesCopy200ResponseInner) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*GetAllActivitiesCopy200ResponseInner) SetLatitude

func (o *GetAllActivitiesCopy200ResponseInner) SetLatitude(v interface{})

SetLatitude gets a reference to the given interface{} and assigns it to the Latitude field.

func (*GetAllActivitiesCopy200ResponseInner) SetLongitude

func (o *GetAllActivitiesCopy200ResponseInner) SetLongitude(v interface{})

SetLongitude gets a reference to the given interface{} and assigns it to the Longitude field.

func (*GetAllActivitiesCopy200ResponseInner) SetMobileNumber

func (o *GetAllActivitiesCopy200ResponseInner) SetMobileNumber(v string)

SetMobileNumber gets a reference to the given string and assigns it to the MobileNumber field.

func (*GetAllActivitiesCopy200ResponseInner) SetName

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

func (*GetAllActivitiesCopy200ResponseInner) SetOrganizationId

func (o *GetAllActivitiesCopy200ResponseInner) SetOrganizationId(v int32)

SetOrganizationId gets a reference to the given int32 and assigns it to the OrganizationId field.

func (*GetAllActivitiesCopy200ResponseInner) SetOrganizationName

func (o *GetAllActivitiesCopy200ResponseInner) SetOrganizationName(v string)

SetOrganizationName gets a reference to the given string and assigns it to the OrganizationName field.

func (*GetAllActivitiesCopy200ResponseInner) SetParentOrganizationId

func (o *GetAllActivitiesCopy200ResponseInner) SetParentOrganizationId(v interface{})

SetParentOrganizationId gets a reference to the given interface{} and assigns it to the ParentOrganizationId field.

func (*GetAllActivitiesCopy200ResponseInner) SetParentOrganizationName

func (o *GetAllActivitiesCopy200ResponseInner) SetParentOrganizationName(v interface{})

SetParentOrganizationName gets a reference to the given interface{} and assigns it to the ParentOrganizationName field.

func (*GetAllActivitiesCopy200ResponseInner) SetPhoneNumber

func (o *GetAllActivitiesCopy200ResponseInner) SetPhoneNumber(v string)

SetPhoneNumber gets a reference to the given string and assigns it to the PhoneNumber field.

func (*GetAllActivitiesCopy200ResponseInner) SetReferralSource

func (o *GetAllActivitiesCopy200ResponseInner) SetReferralSource(v string)

SetReferralSource gets a reference to the given string and assigns it to the ReferralSource field.

func (*GetAllActivitiesCopy200ResponseInner) SetReferralSourceID

func (o *GetAllActivitiesCopy200ResponseInner) SetReferralSourceID(v int32)

SetReferralSourceID gets a reference to the given int32 and assigns it to the ReferralSourceID field.

func (*GetAllActivitiesCopy200ResponseInner) SetRelationshipStatus

func (o *GetAllActivitiesCopy200ResponseInner) SetRelationshipStatus(v interface{})

SetRelationshipStatus gets a reference to the given interface{} and assigns it to the RelationshipStatus field.

func (*GetAllActivitiesCopy200ResponseInner) SetRelationshipStatusID

func (o *GetAllActivitiesCopy200ResponseInner) SetRelationshipStatusID(v int32)

SetRelationshipStatusID gets a reference to the given int32 and assigns it to the RelationshipStatusID field.

func (*GetAllActivitiesCopy200ResponseInner) SetSalespersonId

func (o *GetAllActivitiesCopy200ResponseInner) SetSalespersonId(v interface{})

SetSalespersonId gets a reference to the given interface{} and assigns it to the SalespersonId field.

func (*GetAllActivitiesCopy200ResponseInner) SetSalespersonName

func (o *GetAllActivitiesCopy200ResponseInner) SetSalespersonName(v interface{})

SetSalespersonName gets a reference to the given interface{} and assigns it to the SalespersonName field.

func (*GetAllActivitiesCopy200ResponseInner) SetSandbox

func (o *GetAllActivitiesCopy200ResponseInner) SetSandbox(v interface{})

SetSandbox gets a reference to the given interface{} and assigns it to the Sandbox field.

func (*GetAllActivitiesCopy200ResponseInner) SetState

func (o *GetAllActivitiesCopy200ResponseInner) SetState(v interface{})

SetState gets a reference to the given interface{} and assigns it to the State field.

func (*GetAllActivitiesCopy200ResponseInner) SetType

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

func (*GetAllActivitiesCopy200ResponseInner) SetTypes

SetTypes gets a reference to the given []string and assigns it to the Types field.

func (*GetAllActivitiesCopy200ResponseInner) SetUpdatedAt

func (o *GetAllActivitiesCopy200ResponseInner) SetUpdatedAt(v string)

SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.

func (*GetAllActivitiesCopy200ResponseInner) SetZipcode

func (o *GetAllActivitiesCopy200ResponseInner) SetZipcode(v interface{})

SetZipcode gets a reference to the given interface{} and assigns it to the Zipcode field.

func (GetAllActivitiesCopy200ResponseInner) ToMap

func (o GetAllActivitiesCopy200ResponseInner) ToMap() (map[string]interface{}, error)

func (*GetAllActivitiesCopy200ResponseInner) UnmarshalJSON

func (o *GetAllActivitiesCopy200ResponseInner) UnmarshalJSON(data []byte) (err error)

type GetAllContactsCopy1200ResponseInner

type GetAllContactsCopy1200ResponseInner struct {
	ContactId              *int32      `json:"contactId,omitempty"`
	Id                     *int32      `json:"id,omitempty"`
	Name                   *string     `json:"name,omitempty"`
	FirstName              *string     `json:"firstName,omitempty"`
	LastName               *string     `json:"lastName,omitempty"`
	Address1               *string     `json:"address1,omitempty"`
	Address2               interface{} `json:"address2,omitempty"`
	City                   interface{} `json:"city,omitempty"`
	State                  *string     `json:"state,omitempty"`
	Zipcode                *string     `json:"zipcode,omitempty"`
	Country                *string     `json:"country,omitempty"`
	Longitude              *float32    `json:"longitude,omitempty"`
	Latitude               *float32    `json:"latitude,omitempty"`
	PhoneNumber            *string     `json:"phoneNumber,omitempty"`
	MobileNumber           *string     `json:"mobileNumber,omitempty"`
	Email                  interface{} `json:"email,omitempty"`
	OrganizationId         interface{} `json:"organizationId,omitempty"`
	OrganizationName       interface{} `json:"organizationName,omitempty"`
	ParentOrganizationId   interface{} `json:"parentOrganizationId,omitempty"`
	ParentOrganizationName interface{} `json:"parentOrganizationName,omitempty"`
	ContactTypeIds         interface{} `json:"contactTypeIds,omitempty"`
	Types                  interface{} `json:"types,omitempty"`
	Type                   *string     `json:"type,omitempty"`
	Sandbox                interface{} `json:"sandbox,omitempty"`
	ReferralSourceID       *int32      `json:"referralSourceID,omitempty"`
	ReferralSource         *string     `json:"referralSource,omitempty"`
	RelationshipStatusID   *int32      `json:"relationshipStatusID,omitempty"`
	RelationshipStatus     *string     `json:"relationshipStatus,omitempty"`
	SalespersonId          interface{} `json:"salespersonId,omitempty"`
	SalespersonName        interface{} `json:"salespersonName,omitempty"`
	CanDelete              *bool       `json:"canDelete,omitempty"`
	CreatedAt              *string     `json:"createdAt,omitempty"`
	UpdatedAt              *string     `json:"updatedAt,omitempty"`
	AdditionalProperties   map[string]interface{}
}

GetAllContactsCopy1200ResponseInner struct for GetAllContactsCopy1200ResponseInner

func NewGetAllContactsCopy1200ResponseInner

func NewGetAllContactsCopy1200ResponseInner() *GetAllContactsCopy1200ResponseInner

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

func NewGetAllContactsCopy1200ResponseInnerWithDefaults

func NewGetAllContactsCopy1200ResponseInnerWithDefaults() *GetAllContactsCopy1200ResponseInner

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

func (*GetAllContactsCopy1200ResponseInner) GetAddress1

GetAddress1 returns the Address1 field value if set, zero value otherwise.

func (*GetAllContactsCopy1200ResponseInner) GetAddress1Ok

func (o *GetAllContactsCopy1200ResponseInner) GetAddress1Ok() (*string, bool)

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

func (*GetAllContactsCopy1200ResponseInner) GetAddress2

func (o *GetAllContactsCopy1200ResponseInner) GetAddress2() interface{}

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

func (*GetAllContactsCopy1200ResponseInner) GetAddress2Ok

func (o *GetAllContactsCopy1200ResponseInner) GetAddress2Ok() (*interface{}, bool)

GetAddress2Ok returns a tuple with the Address2 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 (*GetAllContactsCopy1200ResponseInner) GetCanDelete

func (o *GetAllContactsCopy1200ResponseInner) GetCanDelete() bool

GetCanDelete returns the CanDelete field value if set, zero value otherwise.

func (*GetAllContactsCopy1200ResponseInner) GetCanDeleteOk

func (o *GetAllContactsCopy1200ResponseInner) GetCanDeleteOk() (*bool, bool)

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

func (*GetAllContactsCopy1200ResponseInner) GetCity

func (o *GetAllContactsCopy1200ResponseInner) GetCity() interface{}

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

func (*GetAllContactsCopy1200ResponseInner) GetCityOk

func (o *GetAllContactsCopy1200ResponseInner) GetCityOk() (*interface{}, bool)

GetCityOk returns a tuple with the City 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 (*GetAllContactsCopy1200ResponseInner) GetContactId

func (o *GetAllContactsCopy1200ResponseInner) GetContactId() int32

GetContactId returns the ContactId field value if set, zero value otherwise.

func (*GetAllContactsCopy1200ResponseInner) GetContactIdOk

func (o *GetAllContactsCopy1200ResponseInner) 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 (*GetAllContactsCopy1200ResponseInner) GetContactTypeIds

func (o *GetAllContactsCopy1200ResponseInner) GetContactTypeIds() interface{}

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

func (*GetAllContactsCopy1200ResponseInner) GetContactTypeIdsOk

func (o *GetAllContactsCopy1200ResponseInner) GetContactTypeIdsOk() (*interface{}, bool)

GetContactTypeIdsOk returns a tuple with the ContactTypeIds 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 (*GetAllContactsCopy1200ResponseInner) GetCountry

GetCountry returns the Country field value if set, zero value otherwise.

func (*GetAllContactsCopy1200ResponseInner) GetCountryOk

func (o *GetAllContactsCopy1200ResponseInner) GetCountryOk() (*string, bool)

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

func (*GetAllContactsCopy1200ResponseInner) GetCreatedAt

func (o *GetAllContactsCopy1200ResponseInner) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*GetAllContactsCopy1200ResponseInner) GetCreatedAtOk

func (o *GetAllContactsCopy1200ResponseInner) GetCreatedAtOk() (*string, bool)

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

func (*GetAllContactsCopy1200ResponseInner) GetEmail

func (o *GetAllContactsCopy1200ResponseInner) GetEmail() interface{}

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

func (*GetAllContactsCopy1200ResponseInner) GetEmailOk

func (o *GetAllContactsCopy1200ResponseInner) GetEmailOk() (*interface{}, bool)

GetEmailOk returns a tuple with the Email 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 (*GetAllContactsCopy1200ResponseInner) GetFirstName

func (o *GetAllContactsCopy1200ResponseInner) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*GetAllContactsCopy1200ResponseInner) GetFirstNameOk

func (o *GetAllContactsCopy1200ResponseInner) GetFirstNameOk() (*string, bool)

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

func (*GetAllContactsCopy1200ResponseInner) GetId

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

func (*GetAllContactsCopy1200ResponseInner) GetIdOk

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

func (*GetAllContactsCopy1200ResponseInner) GetLastName

GetLastName returns the LastName field value if set, zero value otherwise.

func (*GetAllContactsCopy1200ResponseInner) GetLastNameOk

func (o *GetAllContactsCopy1200ResponseInner) GetLastNameOk() (*string, bool)

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

func (*GetAllContactsCopy1200ResponseInner) GetLatitude

GetLatitude returns the Latitude field value if set, zero value otherwise.

func (*GetAllContactsCopy1200ResponseInner) GetLatitudeOk

func (o *GetAllContactsCopy1200ResponseInner) GetLatitudeOk() (*float32, bool)

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

func (*GetAllContactsCopy1200ResponseInner) GetLongitude

func (o *GetAllContactsCopy1200ResponseInner) GetLongitude() float32

GetLongitude returns the Longitude field value if set, zero value otherwise.

func (*GetAllContactsCopy1200ResponseInner) GetLongitudeOk

func (o *GetAllContactsCopy1200ResponseInner) GetLongitudeOk() (*float32, bool)

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

func (*GetAllContactsCopy1200ResponseInner) GetMobileNumber

func (o *GetAllContactsCopy1200ResponseInner) GetMobileNumber() string

GetMobileNumber returns the MobileNumber field value if set, zero value otherwise.

func (*GetAllContactsCopy1200ResponseInner) GetMobileNumberOk

func (o *GetAllContactsCopy1200ResponseInner) GetMobileNumberOk() (*string, bool)

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

func (*GetAllContactsCopy1200ResponseInner) GetName

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

func (*GetAllContactsCopy1200ResponseInner) GetNameOk

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

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

func (*GetAllContactsCopy1200ResponseInner) GetOrganizationId

func (o *GetAllContactsCopy1200ResponseInner) GetOrganizationId() interface{}

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

func (*GetAllContactsCopy1200ResponseInner) GetOrganizationIdOk

func (o *GetAllContactsCopy1200ResponseInner) GetOrganizationIdOk() (*interface{}, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId 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 (*GetAllContactsCopy1200ResponseInner) GetOrganizationName

func (o *GetAllContactsCopy1200ResponseInner) GetOrganizationName() interface{}

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

func (*GetAllContactsCopy1200ResponseInner) GetOrganizationNameOk

func (o *GetAllContactsCopy1200ResponseInner) GetOrganizationNameOk() (*interface{}, bool)

GetOrganizationNameOk returns a tuple with the OrganizationName 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 (*GetAllContactsCopy1200ResponseInner) GetParentOrganizationId

func (o *GetAllContactsCopy1200ResponseInner) GetParentOrganizationId() interface{}

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

func (*GetAllContactsCopy1200ResponseInner) GetParentOrganizationIdOk

func (o *GetAllContactsCopy1200ResponseInner) GetParentOrganizationIdOk() (*interface{}, bool)

GetParentOrganizationIdOk returns a tuple with the ParentOrganizationId 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 (*GetAllContactsCopy1200ResponseInner) GetParentOrganizationName

func (o *GetAllContactsCopy1200ResponseInner) GetParentOrganizationName() interface{}

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

func (*GetAllContactsCopy1200ResponseInner) GetParentOrganizationNameOk

func (o *GetAllContactsCopy1200ResponseInner) GetParentOrganizationNameOk() (*interface{}, bool)

GetParentOrganizationNameOk returns a tuple with the ParentOrganizationName 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 (*GetAllContactsCopy1200ResponseInner) GetPhoneNumber

func (o *GetAllContactsCopy1200ResponseInner) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field value if set, zero value otherwise.

func (*GetAllContactsCopy1200ResponseInner) GetPhoneNumberOk

func (o *GetAllContactsCopy1200ResponseInner) GetPhoneNumberOk() (*string, bool)

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

func (*GetAllContactsCopy1200ResponseInner) GetReferralSource

func (o *GetAllContactsCopy1200ResponseInner) GetReferralSource() string

GetReferralSource returns the ReferralSource field value if set, zero value otherwise.

func (*GetAllContactsCopy1200ResponseInner) GetReferralSourceID

func (o *GetAllContactsCopy1200ResponseInner) GetReferralSourceID() int32

GetReferralSourceID returns the ReferralSourceID field value if set, zero value otherwise.

func (*GetAllContactsCopy1200ResponseInner) GetReferralSourceIDOk

func (o *GetAllContactsCopy1200ResponseInner) GetReferralSourceIDOk() (*int32, bool)

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

func (*GetAllContactsCopy1200ResponseInner) GetReferralSourceOk

func (o *GetAllContactsCopy1200ResponseInner) GetReferralSourceOk() (*string, bool)

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

func (*GetAllContactsCopy1200ResponseInner) GetRelationshipStatus

func (o *GetAllContactsCopy1200ResponseInner) GetRelationshipStatus() string

GetRelationshipStatus returns the RelationshipStatus field value if set, zero value otherwise.

func (*GetAllContactsCopy1200ResponseInner) GetRelationshipStatusID

func (o *GetAllContactsCopy1200ResponseInner) GetRelationshipStatusID() int32

GetRelationshipStatusID returns the RelationshipStatusID field value if set, zero value otherwise.

func (*GetAllContactsCopy1200ResponseInner) GetRelationshipStatusIDOk

func (o *GetAllContactsCopy1200ResponseInner) GetRelationshipStatusIDOk() (*int32, bool)

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

func (*GetAllContactsCopy1200ResponseInner) GetRelationshipStatusOk

func (o *GetAllContactsCopy1200ResponseInner) GetRelationshipStatusOk() (*string, bool)

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

func (*GetAllContactsCopy1200ResponseInner) GetSalespersonId

func (o *GetAllContactsCopy1200ResponseInner) GetSalespersonId() interface{}

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

func (*GetAllContactsCopy1200ResponseInner) GetSalespersonIdOk

func (o *GetAllContactsCopy1200ResponseInner) GetSalespersonIdOk() (*interface{}, bool)

GetSalespersonIdOk returns a tuple with the SalespersonId 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 (*GetAllContactsCopy1200ResponseInner) GetSalespersonName

func (o *GetAllContactsCopy1200ResponseInner) GetSalespersonName() interface{}

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

func (*GetAllContactsCopy1200ResponseInner) GetSalespersonNameOk

func (o *GetAllContactsCopy1200ResponseInner) GetSalespersonNameOk() (*interface{}, bool)

GetSalespersonNameOk returns a tuple with the SalespersonName 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 (*GetAllContactsCopy1200ResponseInner) GetSandbox

func (o *GetAllContactsCopy1200ResponseInner) GetSandbox() interface{}

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

func (*GetAllContactsCopy1200ResponseInner) GetSandboxOk

func (o *GetAllContactsCopy1200ResponseInner) GetSandboxOk() (*interface{}, bool)

GetSandboxOk returns a tuple with the Sandbox 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 (*GetAllContactsCopy1200ResponseInner) GetState

GetState returns the State field value if set, zero value otherwise.

func (*GetAllContactsCopy1200ResponseInner) GetStateOk

func (o *GetAllContactsCopy1200ResponseInner) GetStateOk() (*string, bool)

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

func (*GetAllContactsCopy1200ResponseInner) GetType

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

func (*GetAllContactsCopy1200ResponseInner) GetTypeOk

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

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

func (*GetAllContactsCopy1200ResponseInner) GetTypes

func (o *GetAllContactsCopy1200ResponseInner) GetTypes() interface{}

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

func (*GetAllContactsCopy1200ResponseInner) GetTypesOk

func (o *GetAllContactsCopy1200ResponseInner) GetTypesOk() (*interface{}, bool)

GetTypesOk returns a tuple with the Types 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 (*GetAllContactsCopy1200ResponseInner) GetUpdatedAt

func (o *GetAllContactsCopy1200ResponseInner) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*GetAllContactsCopy1200ResponseInner) GetUpdatedAtOk

func (o *GetAllContactsCopy1200ResponseInner) GetUpdatedAtOk() (*string, bool)

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

func (*GetAllContactsCopy1200ResponseInner) GetZipcode

GetZipcode returns the Zipcode field value if set, zero value otherwise.

func (*GetAllContactsCopy1200ResponseInner) GetZipcodeOk

func (o *GetAllContactsCopy1200ResponseInner) GetZipcodeOk() (*string, bool)

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

func (*GetAllContactsCopy1200ResponseInner) HasAddress1

func (o *GetAllContactsCopy1200ResponseInner) HasAddress1() bool

HasAddress1 returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasAddress2

func (o *GetAllContactsCopy1200ResponseInner) HasAddress2() bool

HasAddress2 returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasCanDelete

func (o *GetAllContactsCopy1200ResponseInner) HasCanDelete() bool

HasCanDelete returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasCity

HasCity returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasContactId

func (o *GetAllContactsCopy1200ResponseInner) HasContactId() bool

HasContactId returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasContactTypeIds

func (o *GetAllContactsCopy1200ResponseInner) HasContactTypeIds() bool

HasContactTypeIds returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasCountry

func (o *GetAllContactsCopy1200ResponseInner) HasCountry() bool

HasCountry returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasCreatedAt

func (o *GetAllContactsCopy1200ResponseInner) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasEmail

HasEmail returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasFirstName

func (o *GetAllContactsCopy1200ResponseInner) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasId

HasId returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasLastName

func (o *GetAllContactsCopy1200ResponseInner) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasLatitude

func (o *GetAllContactsCopy1200ResponseInner) HasLatitude() bool

HasLatitude returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasLongitude

func (o *GetAllContactsCopy1200ResponseInner) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasMobileNumber

func (o *GetAllContactsCopy1200ResponseInner) HasMobileNumber() bool

HasMobileNumber returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasName

HasName returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasOrganizationId

func (o *GetAllContactsCopy1200ResponseInner) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasOrganizationName

func (o *GetAllContactsCopy1200ResponseInner) HasOrganizationName() bool

HasOrganizationName returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasParentOrganizationId

func (o *GetAllContactsCopy1200ResponseInner) HasParentOrganizationId() bool

HasParentOrganizationId returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasParentOrganizationName

func (o *GetAllContactsCopy1200ResponseInner) HasParentOrganizationName() bool

HasParentOrganizationName returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasPhoneNumber

func (o *GetAllContactsCopy1200ResponseInner) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasReferralSource

func (o *GetAllContactsCopy1200ResponseInner) HasReferralSource() bool

HasReferralSource returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasReferralSourceID

func (o *GetAllContactsCopy1200ResponseInner) HasReferralSourceID() bool

HasReferralSourceID returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasRelationshipStatus

func (o *GetAllContactsCopy1200ResponseInner) HasRelationshipStatus() bool

HasRelationshipStatus returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasRelationshipStatusID

func (o *GetAllContactsCopy1200ResponseInner) HasRelationshipStatusID() bool

HasRelationshipStatusID returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasSalespersonId

func (o *GetAllContactsCopy1200ResponseInner) HasSalespersonId() bool

HasSalespersonId returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasSalespersonName

func (o *GetAllContactsCopy1200ResponseInner) HasSalespersonName() bool

HasSalespersonName returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasSandbox

func (o *GetAllContactsCopy1200ResponseInner) HasSandbox() bool

HasSandbox returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasState

HasState returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasType

HasType returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasTypes

HasTypes returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasUpdatedAt

func (o *GetAllContactsCopy1200ResponseInner) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*GetAllContactsCopy1200ResponseInner) HasZipcode

func (o *GetAllContactsCopy1200ResponseInner) HasZipcode() bool

HasZipcode returns a boolean if a field has been set.

func (GetAllContactsCopy1200ResponseInner) MarshalJSON

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

func (*GetAllContactsCopy1200ResponseInner) SetAddress1

func (o *GetAllContactsCopy1200ResponseInner) SetAddress1(v string)

SetAddress1 gets a reference to the given string and assigns it to the Address1 field.

func (*GetAllContactsCopy1200ResponseInner) SetAddress2

func (o *GetAllContactsCopy1200ResponseInner) SetAddress2(v interface{})

SetAddress2 gets a reference to the given interface{} and assigns it to the Address2 field.

func (*GetAllContactsCopy1200ResponseInner) SetCanDelete

func (o *GetAllContactsCopy1200ResponseInner) SetCanDelete(v bool)

SetCanDelete gets a reference to the given bool and assigns it to the CanDelete field.

func (*GetAllContactsCopy1200ResponseInner) SetCity

func (o *GetAllContactsCopy1200ResponseInner) SetCity(v interface{})

SetCity gets a reference to the given interface{} and assigns it to the City field.

func (*GetAllContactsCopy1200ResponseInner) SetContactId

func (o *GetAllContactsCopy1200ResponseInner) SetContactId(v int32)

SetContactId gets a reference to the given int32 and assigns it to the ContactId field.

func (*GetAllContactsCopy1200ResponseInner) SetContactTypeIds

func (o *GetAllContactsCopy1200ResponseInner) SetContactTypeIds(v interface{})

SetContactTypeIds gets a reference to the given interface{} and assigns it to the ContactTypeIds field.

func (*GetAllContactsCopy1200ResponseInner) SetCountry

SetCountry gets a reference to the given string and assigns it to the Country field.

func (*GetAllContactsCopy1200ResponseInner) SetCreatedAt

func (o *GetAllContactsCopy1200ResponseInner) SetCreatedAt(v string)

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*GetAllContactsCopy1200ResponseInner) SetEmail

func (o *GetAllContactsCopy1200ResponseInner) SetEmail(v interface{})

SetEmail gets a reference to the given interface{} and assigns it to the Email field.

func (*GetAllContactsCopy1200ResponseInner) SetFirstName

func (o *GetAllContactsCopy1200ResponseInner) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*GetAllContactsCopy1200ResponseInner) SetId

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

func (*GetAllContactsCopy1200ResponseInner) SetLastName

func (o *GetAllContactsCopy1200ResponseInner) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*GetAllContactsCopy1200ResponseInner) SetLatitude

func (o *GetAllContactsCopy1200ResponseInner) SetLatitude(v float32)

SetLatitude gets a reference to the given float32 and assigns it to the Latitude field.

func (*GetAllContactsCopy1200ResponseInner) SetLongitude

func (o *GetAllContactsCopy1200ResponseInner) SetLongitude(v float32)

SetLongitude gets a reference to the given float32 and assigns it to the Longitude field.

func (*GetAllContactsCopy1200ResponseInner) SetMobileNumber

func (o *GetAllContactsCopy1200ResponseInner) SetMobileNumber(v string)

SetMobileNumber gets a reference to the given string and assigns it to the MobileNumber field.

func (*GetAllContactsCopy1200ResponseInner) SetName

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

func (*GetAllContactsCopy1200ResponseInner) SetOrganizationId

func (o *GetAllContactsCopy1200ResponseInner) SetOrganizationId(v interface{})

SetOrganizationId gets a reference to the given interface{} and assigns it to the OrganizationId field.

func (*GetAllContactsCopy1200ResponseInner) SetOrganizationName

func (o *GetAllContactsCopy1200ResponseInner) SetOrganizationName(v interface{})

SetOrganizationName gets a reference to the given interface{} and assigns it to the OrganizationName field.

func (*GetAllContactsCopy1200ResponseInner) SetParentOrganizationId

func (o *GetAllContactsCopy1200ResponseInner) SetParentOrganizationId(v interface{})

SetParentOrganizationId gets a reference to the given interface{} and assigns it to the ParentOrganizationId field.

func (*GetAllContactsCopy1200ResponseInner) SetParentOrganizationName

func (o *GetAllContactsCopy1200ResponseInner) SetParentOrganizationName(v interface{})

SetParentOrganizationName gets a reference to the given interface{} and assigns it to the ParentOrganizationName field.

func (*GetAllContactsCopy1200ResponseInner) SetPhoneNumber

func (o *GetAllContactsCopy1200ResponseInner) SetPhoneNumber(v string)

SetPhoneNumber gets a reference to the given string and assigns it to the PhoneNumber field.

func (*GetAllContactsCopy1200ResponseInner) SetReferralSource

func (o *GetAllContactsCopy1200ResponseInner) SetReferralSource(v string)

SetReferralSource gets a reference to the given string and assigns it to the ReferralSource field.

func (*GetAllContactsCopy1200ResponseInner) SetReferralSourceID

func (o *GetAllContactsCopy1200ResponseInner) SetReferralSourceID(v int32)

SetReferralSourceID gets a reference to the given int32 and assigns it to the ReferralSourceID field.

func (*GetAllContactsCopy1200ResponseInner) SetRelationshipStatus

func (o *GetAllContactsCopy1200ResponseInner) SetRelationshipStatus(v string)

SetRelationshipStatus gets a reference to the given string and assigns it to the RelationshipStatus field.

func (*GetAllContactsCopy1200ResponseInner) SetRelationshipStatusID

func (o *GetAllContactsCopy1200ResponseInner) SetRelationshipStatusID(v int32)

SetRelationshipStatusID gets a reference to the given int32 and assigns it to the RelationshipStatusID field.

func (*GetAllContactsCopy1200ResponseInner) SetSalespersonId

func (o *GetAllContactsCopy1200ResponseInner) SetSalespersonId(v interface{})

SetSalespersonId gets a reference to the given interface{} and assigns it to the SalespersonId field.

func (*GetAllContactsCopy1200ResponseInner) SetSalespersonName

func (o *GetAllContactsCopy1200ResponseInner) SetSalespersonName(v interface{})

SetSalespersonName gets a reference to the given interface{} and assigns it to the SalespersonName field.

func (*GetAllContactsCopy1200ResponseInner) SetSandbox

func (o *GetAllContactsCopy1200ResponseInner) SetSandbox(v interface{})

SetSandbox gets a reference to the given interface{} and assigns it to the Sandbox field.

func (*GetAllContactsCopy1200ResponseInner) SetState

SetState gets a reference to the given string and assigns it to the State field.

func (*GetAllContactsCopy1200ResponseInner) SetType

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

func (*GetAllContactsCopy1200ResponseInner) SetTypes

func (o *GetAllContactsCopy1200ResponseInner) SetTypes(v interface{})

SetTypes gets a reference to the given interface{} and assigns it to the Types field.

func (*GetAllContactsCopy1200ResponseInner) SetUpdatedAt

func (o *GetAllContactsCopy1200ResponseInner) SetUpdatedAt(v string)

SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.

func (*GetAllContactsCopy1200ResponseInner) SetZipcode

SetZipcode gets a reference to the given string and assigns it to the Zipcode field.

func (GetAllContactsCopy1200ResponseInner) ToMap

func (o GetAllContactsCopy1200ResponseInner) ToMap() (map[string]interface{}, error)

func (*GetAllContactsCopy1200ResponseInner) UnmarshalJSON

func (o *GetAllContactsCopy1200ResponseInner) UnmarshalJSON(data []byte) (err error)

type GetAllContactsCopy2200ResponseInner

type GetAllContactsCopy2200ResponseInner struct {
	Id                   *int32  `json:"id,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetAllContactsCopy2200ResponseInner struct for GetAllContactsCopy2200ResponseInner

func NewGetAllContactsCopy2200ResponseInner

func NewGetAllContactsCopy2200ResponseInner() *GetAllContactsCopy2200ResponseInner

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

func NewGetAllContactsCopy2200ResponseInnerWithDefaults

func NewGetAllContactsCopy2200ResponseInnerWithDefaults() *GetAllContactsCopy2200ResponseInner

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

func (*GetAllContactsCopy2200ResponseInner) GetId

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

func (*GetAllContactsCopy2200ResponseInner) GetIdOk

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

func (*GetAllContactsCopy2200ResponseInner) GetName

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

func (*GetAllContactsCopy2200ResponseInner) GetNameOk

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

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

func (*GetAllContactsCopy2200ResponseInner) HasId

HasId returns a boolean if a field has been set.

func (*GetAllContactsCopy2200ResponseInner) HasName

HasName returns a boolean if a field has been set.

func (GetAllContactsCopy2200ResponseInner) MarshalJSON

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

func (*GetAllContactsCopy2200ResponseInner) SetId

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

func (*GetAllContactsCopy2200ResponseInner) SetName

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

func (GetAllContactsCopy2200ResponseInner) ToMap

func (o GetAllContactsCopy2200ResponseInner) ToMap() (map[string]interface{}, error)

func (*GetAllContactsCopy2200ResponseInner) UnmarshalJSON

func (o *GetAllContactsCopy2200ResponseInner) UnmarshalJSON(data []byte) (err error)

type GetAllContactsCopy3200ResponseInner

type GetAllContactsCopy3200ResponseInner struct {
	Id                       *int32      `json:"id,omitempty"`
	Name                     *string     `json:"name,omitempty"`
	Address1                 interface{} `json:"address1,omitempty"`
	Address2                 interface{} `json:"address2,omitempty"`
	City                     interface{} `json:"city,omitempty"`
	State                    interface{} `json:"state,omitempty"`
	Zipcode                  interface{} `json:"zipcode,omitempty"`
	Country                  *string     `json:"country,omitempty"`
	Latitude                 interface{} `json:"latitude,omitempty"`
	Longitude                interface{} `json:"longitude,omitempty"`
	PhoneNumber              *string     `json:"phoneNumber,omitempty"`
	Email                    interface{} `json:"email,omitempty"`
	SalepersonId             interface{} `json:"salepersonId,omitempty"`
	Saleperson               interface{} `json:"saleperson,omitempty"`
	Sandbox                  interface{} `json:"sandbox,omitempty"`
	OrganizationTypeIds      []int32     `json:"organizationTypeIds,omitempty"`
	OrganizationTypes        []string    `json:"organizationTypes,omitempty"`
	DisplayOrganizationTypes *string     `json:"displayOrganizationTypes,omitempty"`
	IsInsuranceCompany       *bool       `json:"isInsuranceCompany,omitempty"`
	ParentOrganizationId     interface{} `json:"parentOrganizationId,omitempty"`
	ParentOrganization       interface{} `json:"parentOrganization,omitempty"`
	RelationshipStatusID     *int32      `json:"relationshipStatusID,omitempty"`
	RelationshipStatus       interface{} `json:"relationshipStatus,omitempty"`
	ReferralSourceID         *int32      `json:"referralSourceID,omitempty"`
	ReferralSource           *string     `json:"referralSource,omitempty"`
	CanDelete                *bool       `json:"canDelete,omitempty"`
	FinancialCRMID           interface{} `json:"financialCRMID,omitempty"`
	PriceListID              interface{} `json:"priceListID,omitempty"`
	PriceListName            interface{} `json:"priceListName,omitempty"`
	TaxID                    interface{} `json:"taxID,omitempty"`
	CreatedAt                *string     `json:"createdAt,omitempty"`
	UpdatedAt                *string     `json:"updatedAt,omitempty"`
	AdditionalProperties     map[string]interface{}
}

GetAllContactsCopy3200ResponseInner struct for GetAllContactsCopy3200ResponseInner

func NewGetAllContactsCopy3200ResponseInner

func NewGetAllContactsCopy3200ResponseInner() *GetAllContactsCopy3200ResponseInner

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

func NewGetAllContactsCopy3200ResponseInnerWithDefaults

func NewGetAllContactsCopy3200ResponseInnerWithDefaults() *GetAllContactsCopy3200ResponseInner

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

func (*GetAllContactsCopy3200ResponseInner) GetAddress1

func (o *GetAllContactsCopy3200ResponseInner) GetAddress1() interface{}

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

func (*GetAllContactsCopy3200ResponseInner) GetAddress1Ok

func (o *GetAllContactsCopy3200ResponseInner) GetAddress1Ok() (*interface{}, bool)

GetAddress1Ok returns a tuple with the Address1 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 (*GetAllContactsCopy3200ResponseInner) GetAddress2

func (o *GetAllContactsCopy3200ResponseInner) GetAddress2() interface{}

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

func (*GetAllContactsCopy3200ResponseInner) GetAddress2Ok

func (o *GetAllContactsCopy3200ResponseInner) GetAddress2Ok() (*interface{}, bool)

GetAddress2Ok returns a tuple with the Address2 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 (*GetAllContactsCopy3200ResponseInner) GetCanDelete

func (o *GetAllContactsCopy3200ResponseInner) GetCanDelete() bool

GetCanDelete returns the CanDelete field value if set, zero value otherwise.

func (*GetAllContactsCopy3200ResponseInner) GetCanDeleteOk

func (o *GetAllContactsCopy3200ResponseInner) GetCanDeleteOk() (*bool, bool)

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

func (*GetAllContactsCopy3200ResponseInner) GetCity

func (o *GetAllContactsCopy3200ResponseInner) GetCity() interface{}

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

func (*GetAllContactsCopy3200ResponseInner) GetCityOk

func (o *GetAllContactsCopy3200ResponseInner) GetCityOk() (*interface{}, bool)

GetCityOk returns a tuple with the City 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 (*GetAllContactsCopy3200ResponseInner) GetCountry

GetCountry returns the Country field value if set, zero value otherwise.

func (*GetAllContactsCopy3200ResponseInner) GetCountryOk

func (o *GetAllContactsCopy3200ResponseInner) GetCountryOk() (*string, bool)

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

func (*GetAllContactsCopy3200ResponseInner) GetCreatedAt

func (o *GetAllContactsCopy3200ResponseInner) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*GetAllContactsCopy3200ResponseInner) GetCreatedAtOk

func (o *GetAllContactsCopy3200ResponseInner) GetCreatedAtOk() (*string, bool)

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

func (*GetAllContactsCopy3200ResponseInner) GetDisplayOrganizationTypes

func (o *GetAllContactsCopy3200ResponseInner) GetDisplayOrganizationTypes() string

GetDisplayOrganizationTypes returns the DisplayOrganizationTypes field value if set, zero value otherwise.

func (*GetAllContactsCopy3200ResponseInner) GetDisplayOrganizationTypesOk

func (o *GetAllContactsCopy3200ResponseInner) GetDisplayOrganizationTypesOk() (*string, bool)

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

func (*GetAllContactsCopy3200ResponseInner) GetEmail

func (o *GetAllContactsCopy3200ResponseInner) GetEmail() interface{}

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

func (*GetAllContactsCopy3200ResponseInner) GetEmailOk

func (o *GetAllContactsCopy3200ResponseInner) GetEmailOk() (*interface{}, bool)

GetEmailOk returns a tuple with the Email 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 (*GetAllContactsCopy3200ResponseInner) GetFinancialCRMID

func (o *GetAllContactsCopy3200ResponseInner) GetFinancialCRMID() interface{}

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

func (*GetAllContactsCopy3200ResponseInner) GetFinancialCRMIDOk

func (o *GetAllContactsCopy3200ResponseInner) GetFinancialCRMIDOk() (*interface{}, bool)

GetFinancialCRMIDOk returns a tuple with the FinancialCRMID 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 (*GetAllContactsCopy3200ResponseInner) GetId

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

func (*GetAllContactsCopy3200ResponseInner) GetIdOk

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

func (*GetAllContactsCopy3200ResponseInner) GetIsInsuranceCompany

func (o *GetAllContactsCopy3200ResponseInner) GetIsInsuranceCompany() bool

GetIsInsuranceCompany returns the IsInsuranceCompany field value if set, zero value otherwise.

func (*GetAllContactsCopy3200ResponseInner) GetIsInsuranceCompanyOk

func (o *GetAllContactsCopy3200ResponseInner) GetIsInsuranceCompanyOk() (*bool, bool)

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

func (*GetAllContactsCopy3200ResponseInner) GetLatitude

func (o *GetAllContactsCopy3200ResponseInner) GetLatitude() interface{}

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

func (*GetAllContactsCopy3200ResponseInner) GetLatitudeOk

func (o *GetAllContactsCopy3200ResponseInner) GetLatitudeOk() (*interface{}, bool)

GetLatitudeOk returns a tuple with the Latitude 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 (*GetAllContactsCopy3200ResponseInner) GetLongitude

func (o *GetAllContactsCopy3200ResponseInner) GetLongitude() interface{}

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

func (*GetAllContactsCopy3200ResponseInner) GetLongitudeOk

func (o *GetAllContactsCopy3200ResponseInner) GetLongitudeOk() (*interface{}, bool)

GetLongitudeOk returns a tuple with the Longitude 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 (*GetAllContactsCopy3200ResponseInner) GetName

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

func (*GetAllContactsCopy3200ResponseInner) GetNameOk

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

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

func (*GetAllContactsCopy3200ResponseInner) GetOrganizationTypeIds

func (o *GetAllContactsCopy3200ResponseInner) GetOrganizationTypeIds() []int32

GetOrganizationTypeIds returns the OrganizationTypeIds field value if set, zero value otherwise.

func (*GetAllContactsCopy3200ResponseInner) GetOrganizationTypeIdsOk

func (o *GetAllContactsCopy3200ResponseInner) GetOrganizationTypeIdsOk() ([]int32, bool)

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

func (*GetAllContactsCopy3200ResponseInner) GetOrganizationTypes

func (o *GetAllContactsCopy3200ResponseInner) GetOrganizationTypes() []string

GetOrganizationTypes returns the OrganizationTypes field value if set, zero value otherwise.

func (*GetAllContactsCopy3200ResponseInner) GetOrganizationTypesOk

func (o *GetAllContactsCopy3200ResponseInner) GetOrganizationTypesOk() ([]string, bool)

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

func (*GetAllContactsCopy3200ResponseInner) GetParentOrganization

func (o *GetAllContactsCopy3200ResponseInner) GetParentOrganization() interface{}

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

func (*GetAllContactsCopy3200ResponseInner) GetParentOrganizationId

func (o *GetAllContactsCopy3200ResponseInner) GetParentOrganizationId() interface{}

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

func (*GetAllContactsCopy3200ResponseInner) GetParentOrganizationIdOk

func (o *GetAllContactsCopy3200ResponseInner) GetParentOrganizationIdOk() (*interface{}, bool)

GetParentOrganizationIdOk returns a tuple with the ParentOrganizationId 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 (*GetAllContactsCopy3200ResponseInner) GetParentOrganizationOk

func (o *GetAllContactsCopy3200ResponseInner) GetParentOrganizationOk() (*interface{}, bool)

GetParentOrganizationOk returns a tuple with the ParentOrganization 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 (*GetAllContactsCopy3200ResponseInner) GetPhoneNumber

func (o *GetAllContactsCopy3200ResponseInner) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field value if set, zero value otherwise.

func (*GetAllContactsCopy3200ResponseInner) GetPhoneNumberOk

func (o *GetAllContactsCopy3200ResponseInner) GetPhoneNumberOk() (*string, bool)

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

func (*GetAllContactsCopy3200ResponseInner) GetPriceListID

func (o *GetAllContactsCopy3200ResponseInner) GetPriceListID() interface{}

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

func (*GetAllContactsCopy3200ResponseInner) GetPriceListIDOk

func (o *GetAllContactsCopy3200ResponseInner) GetPriceListIDOk() (*interface{}, bool)

GetPriceListIDOk returns a tuple with the PriceListID 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 (*GetAllContactsCopy3200ResponseInner) GetPriceListName

func (o *GetAllContactsCopy3200ResponseInner) GetPriceListName() interface{}

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

func (*GetAllContactsCopy3200ResponseInner) GetPriceListNameOk

func (o *GetAllContactsCopy3200ResponseInner) GetPriceListNameOk() (*interface{}, bool)

GetPriceListNameOk returns a tuple with the PriceListName 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 (*GetAllContactsCopy3200ResponseInner) GetReferralSource

func (o *GetAllContactsCopy3200ResponseInner) GetReferralSource() string

GetReferralSource returns the ReferralSource field value if set, zero value otherwise.

func (*GetAllContactsCopy3200ResponseInner) GetReferralSourceID

func (o *GetAllContactsCopy3200ResponseInner) GetReferralSourceID() int32

GetReferralSourceID returns the ReferralSourceID field value if set, zero value otherwise.

func (*GetAllContactsCopy3200ResponseInner) GetReferralSourceIDOk

func (o *GetAllContactsCopy3200ResponseInner) GetReferralSourceIDOk() (*int32, bool)

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

func (*GetAllContactsCopy3200ResponseInner) GetReferralSourceOk

func (o *GetAllContactsCopy3200ResponseInner) GetReferralSourceOk() (*string, bool)

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

func (*GetAllContactsCopy3200ResponseInner) GetRelationshipStatus

func (o *GetAllContactsCopy3200ResponseInner) GetRelationshipStatus() interface{}

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

func (*GetAllContactsCopy3200ResponseInner) GetRelationshipStatusID

func (o *GetAllContactsCopy3200ResponseInner) GetRelationshipStatusID() int32

GetRelationshipStatusID returns the RelationshipStatusID field value if set, zero value otherwise.

func (*GetAllContactsCopy3200ResponseInner) GetRelationshipStatusIDOk

func (o *GetAllContactsCopy3200ResponseInner) GetRelationshipStatusIDOk() (*int32, bool)

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

func (*GetAllContactsCopy3200ResponseInner) GetRelationshipStatusOk

func (o *GetAllContactsCopy3200ResponseInner) GetRelationshipStatusOk() (*interface{}, bool)

GetRelationshipStatusOk returns a tuple with the RelationshipStatus 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 (*GetAllContactsCopy3200ResponseInner) GetSaleperson

func (o *GetAllContactsCopy3200ResponseInner) GetSaleperson() interface{}

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

func (*GetAllContactsCopy3200ResponseInner) GetSalepersonId

func (o *GetAllContactsCopy3200ResponseInner) GetSalepersonId() interface{}

GetSalepersonId returns the SalepersonId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllContactsCopy3200ResponseInner) GetSalepersonIdOk

func (o *GetAllContactsCopy3200ResponseInner) GetSalepersonIdOk() (*interface{}, bool)

GetSalepersonIdOk returns a tuple with the SalepersonId 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 (*GetAllContactsCopy3200ResponseInner) GetSalepersonOk

func (o *GetAllContactsCopy3200ResponseInner) GetSalepersonOk() (*interface{}, bool)

GetSalepersonOk returns a tuple with the Saleperson 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 (*GetAllContactsCopy3200ResponseInner) GetSandbox

func (o *GetAllContactsCopy3200ResponseInner) GetSandbox() interface{}

GetSandbox returns the Sandbox field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllContactsCopy3200ResponseInner) GetSandboxOk

func (o *GetAllContactsCopy3200ResponseInner) GetSandboxOk() (*interface{}, bool)

GetSandboxOk returns a tuple with the Sandbox 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 (*GetAllContactsCopy3200ResponseInner) GetState

func (o *GetAllContactsCopy3200ResponseInner) GetState() interface{}

GetState returns the State field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllContactsCopy3200ResponseInner) GetStateOk

func (o *GetAllContactsCopy3200ResponseInner) GetStateOk() (*interface{}, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetAllContactsCopy3200ResponseInner) GetTaxID

func (o *GetAllContactsCopy3200ResponseInner) GetTaxID() interface{}

GetTaxID returns the TaxID field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllContactsCopy3200ResponseInner) GetTaxIDOk

func (o *GetAllContactsCopy3200ResponseInner) GetTaxIDOk() (*interface{}, bool)

GetTaxIDOk returns a tuple with the TaxID 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 (*GetAllContactsCopy3200ResponseInner) GetUpdatedAt

func (o *GetAllContactsCopy3200ResponseInner) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*GetAllContactsCopy3200ResponseInner) GetUpdatedAtOk

func (o *GetAllContactsCopy3200ResponseInner) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllContactsCopy3200ResponseInner) GetZipcode

func (o *GetAllContactsCopy3200ResponseInner) GetZipcode() interface{}

GetZipcode returns the Zipcode field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllContactsCopy3200ResponseInner) GetZipcodeOk

func (o *GetAllContactsCopy3200ResponseInner) GetZipcodeOk() (*interface{}, bool)

GetZipcodeOk returns a tuple with the Zipcode 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 (*GetAllContactsCopy3200ResponseInner) HasAddress1

func (o *GetAllContactsCopy3200ResponseInner) HasAddress1() bool

HasAddress1 returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasAddress2

func (o *GetAllContactsCopy3200ResponseInner) HasAddress2() bool

HasAddress2 returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasCanDelete

func (o *GetAllContactsCopy3200ResponseInner) HasCanDelete() bool

HasCanDelete returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasCity

HasCity returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasCountry

func (o *GetAllContactsCopy3200ResponseInner) HasCountry() bool

HasCountry returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasCreatedAt

func (o *GetAllContactsCopy3200ResponseInner) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasDisplayOrganizationTypes

func (o *GetAllContactsCopy3200ResponseInner) HasDisplayOrganizationTypes() bool

HasDisplayOrganizationTypes returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasEmail

HasEmail returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasFinancialCRMID

func (o *GetAllContactsCopy3200ResponseInner) HasFinancialCRMID() bool

HasFinancialCRMID returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasId

HasId returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasIsInsuranceCompany

func (o *GetAllContactsCopy3200ResponseInner) HasIsInsuranceCompany() bool

HasIsInsuranceCompany returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasLatitude

func (o *GetAllContactsCopy3200ResponseInner) HasLatitude() bool

HasLatitude returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasLongitude

func (o *GetAllContactsCopy3200ResponseInner) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasName

HasName returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasOrganizationTypeIds

func (o *GetAllContactsCopy3200ResponseInner) HasOrganizationTypeIds() bool

HasOrganizationTypeIds returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasOrganizationTypes

func (o *GetAllContactsCopy3200ResponseInner) HasOrganizationTypes() bool

HasOrganizationTypes returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasParentOrganization

func (o *GetAllContactsCopy3200ResponseInner) HasParentOrganization() bool

HasParentOrganization returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasParentOrganizationId

func (o *GetAllContactsCopy3200ResponseInner) HasParentOrganizationId() bool

HasParentOrganizationId returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasPhoneNumber

func (o *GetAllContactsCopy3200ResponseInner) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasPriceListID

func (o *GetAllContactsCopy3200ResponseInner) HasPriceListID() bool

HasPriceListID returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasPriceListName

func (o *GetAllContactsCopy3200ResponseInner) HasPriceListName() bool

HasPriceListName returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasReferralSource

func (o *GetAllContactsCopy3200ResponseInner) HasReferralSource() bool

HasReferralSource returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasReferralSourceID

func (o *GetAllContactsCopy3200ResponseInner) HasReferralSourceID() bool

HasReferralSourceID returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasRelationshipStatus

func (o *GetAllContactsCopy3200ResponseInner) HasRelationshipStatus() bool

HasRelationshipStatus returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasRelationshipStatusID

func (o *GetAllContactsCopy3200ResponseInner) HasRelationshipStatusID() bool

HasRelationshipStatusID returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasSaleperson

func (o *GetAllContactsCopy3200ResponseInner) HasSaleperson() bool

HasSaleperson returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasSalepersonId

func (o *GetAllContactsCopy3200ResponseInner) HasSalepersonId() bool

HasSalepersonId returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasSandbox

func (o *GetAllContactsCopy3200ResponseInner) HasSandbox() bool

HasSandbox returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasState

HasState returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasTaxID

HasTaxID returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasUpdatedAt

func (o *GetAllContactsCopy3200ResponseInner) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*GetAllContactsCopy3200ResponseInner) HasZipcode

func (o *GetAllContactsCopy3200ResponseInner) HasZipcode() bool

HasZipcode returns a boolean if a field has been set.

func (GetAllContactsCopy3200ResponseInner) MarshalJSON

func (o GetAllContactsCopy3200ResponseInner) MarshalJSON() ([]byte, error)

func (*GetAllContactsCopy3200ResponseInner) SetAddress1

func (o *GetAllContactsCopy3200ResponseInner) SetAddress1(v interface{})

SetAddress1 gets a reference to the given interface{} and assigns it to the Address1 field.

func (*GetAllContactsCopy3200ResponseInner) SetAddress2

func (o *GetAllContactsCopy3200ResponseInner) SetAddress2(v interface{})

SetAddress2 gets a reference to the given interface{} and assigns it to the Address2 field.

func (*GetAllContactsCopy3200ResponseInner) SetCanDelete

func (o *GetAllContactsCopy3200ResponseInner) SetCanDelete(v bool)

SetCanDelete gets a reference to the given bool and assigns it to the CanDelete field.

func (*GetAllContactsCopy3200ResponseInner) SetCity

func (o *GetAllContactsCopy3200ResponseInner) SetCity(v interface{})

SetCity gets a reference to the given interface{} and assigns it to the City field.

func (*GetAllContactsCopy3200ResponseInner) SetCountry

SetCountry gets a reference to the given string and assigns it to the Country field.

func (*GetAllContactsCopy3200ResponseInner) SetCreatedAt

func (o *GetAllContactsCopy3200ResponseInner) SetCreatedAt(v string)

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*GetAllContactsCopy3200ResponseInner) SetDisplayOrganizationTypes

func (o *GetAllContactsCopy3200ResponseInner) SetDisplayOrganizationTypes(v string)

SetDisplayOrganizationTypes gets a reference to the given string and assigns it to the DisplayOrganizationTypes field.

func (*GetAllContactsCopy3200ResponseInner) SetEmail

func (o *GetAllContactsCopy3200ResponseInner) SetEmail(v interface{})

SetEmail gets a reference to the given interface{} and assigns it to the Email field.

func (*GetAllContactsCopy3200ResponseInner) SetFinancialCRMID

func (o *GetAllContactsCopy3200ResponseInner) SetFinancialCRMID(v interface{})

SetFinancialCRMID gets a reference to the given interface{} and assigns it to the FinancialCRMID field.

func (*GetAllContactsCopy3200ResponseInner) SetId

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*GetAllContactsCopy3200ResponseInner) SetIsInsuranceCompany

func (o *GetAllContactsCopy3200ResponseInner) SetIsInsuranceCompany(v bool)

SetIsInsuranceCompany gets a reference to the given bool and assigns it to the IsInsuranceCompany field.

func (*GetAllContactsCopy3200ResponseInner) SetLatitude

func (o *GetAllContactsCopy3200ResponseInner) SetLatitude(v interface{})

SetLatitude gets a reference to the given interface{} and assigns it to the Latitude field.

func (*GetAllContactsCopy3200ResponseInner) SetLongitude

func (o *GetAllContactsCopy3200ResponseInner) SetLongitude(v interface{})

SetLongitude gets a reference to the given interface{} and assigns it to the Longitude field.

func (*GetAllContactsCopy3200ResponseInner) SetName

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetAllContactsCopy3200ResponseInner) SetOrganizationTypeIds

func (o *GetAllContactsCopy3200ResponseInner) SetOrganizationTypeIds(v []int32)

SetOrganizationTypeIds gets a reference to the given []int32 and assigns it to the OrganizationTypeIds field.

func (*GetAllContactsCopy3200ResponseInner) SetOrganizationTypes

func (o *GetAllContactsCopy3200ResponseInner) SetOrganizationTypes(v []string)

SetOrganizationTypes gets a reference to the given []string and assigns it to the OrganizationTypes field.

func (*GetAllContactsCopy3200ResponseInner) SetParentOrganization

func (o *GetAllContactsCopy3200ResponseInner) SetParentOrganization(v interface{})

SetParentOrganization gets a reference to the given interface{} and assigns it to the ParentOrganization field.

func (*GetAllContactsCopy3200ResponseInner) SetParentOrganizationId

func (o *GetAllContactsCopy3200ResponseInner) SetParentOrganizationId(v interface{})

SetParentOrganizationId gets a reference to the given interface{} and assigns it to the ParentOrganizationId field.

func (*GetAllContactsCopy3200ResponseInner) SetPhoneNumber

func (o *GetAllContactsCopy3200ResponseInner) SetPhoneNumber(v string)

SetPhoneNumber gets a reference to the given string and assigns it to the PhoneNumber field.

func (*GetAllContactsCopy3200ResponseInner) SetPriceListID

func (o *GetAllContactsCopy3200ResponseInner) SetPriceListID(v interface{})

SetPriceListID gets a reference to the given interface{} and assigns it to the PriceListID field.

func (*GetAllContactsCopy3200ResponseInner) SetPriceListName

func (o *GetAllContactsCopy3200ResponseInner) SetPriceListName(v interface{})

SetPriceListName gets a reference to the given interface{} and assigns it to the PriceListName field.

func (*GetAllContactsCopy3200ResponseInner) SetReferralSource

func (o *GetAllContactsCopy3200ResponseInner) SetReferralSource(v string)

SetReferralSource gets a reference to the given string and assigns it to the ReferralSource field.

func (*GetAllContactsCopy3200ResponseInner) SetReferralSourceID

func (o *GetAllContactsCopy3200ResponseInner) SetReferralSourceID(v int32)

SetReferralSourceID gets a reference to the given int32 and assigns it to the ReferralSourceID field.

func (*GetAllContactsCopy3200ResponseInner) SetRelationshipStatus

func (o *GetAllContactsCopy3200ResponseInner) SetRelationshipStatus(v interface{})

SetRelationshipStatus gets a reference to the given interface{} and assigns it to the RelationshipStatus field.

func (*GetAllContactsCopy3200ResponseInner) SetRelationshipStatusID

func (o *GetAllContactsCopy3200ResponseInner) SetRelationshipStatusID(v int32)

SetRelationshipStatusID gets a reference to the given int32 and assigns it to the RelationshipStatusID field.

func (*GetAllContactsCopy3200ResponseInner) SetSaleperson

func (o *GetAllContactsCopy3200ResponseInner) SetSaleperson(v interface{})

SetSaleperson gets a reference to the given interface{} and assigns it to the Saleperson field.

func (*GetAllContactsCopy3200ResponseInner) SetSalepersonId

func (o *GetAllContactsCopy3200ResponseInner) SetSalepersonId(v interface{})

SetSalepersonId gets a reference to the given interface{} and assigns it to the SalepersonId field.

func (*GetAllContactsCopy3200ResponseInner) SetSandbox

func (o *GetAllContactsCopy3200ResponseInner) SetSandbox(v interface{})

SetSandbox gets a reference to the given interface{} and assigns it to the Sandbox field.

func (*GetAllContactsCopy3200ResponseInner) SetState

func (o *GetAllContactsCopy3200ResponseInner) SetState(v interface{})

SetState gets a reference to the given interface{} and assigns it to the State field.

func (*GetAllContactsCopy3200ResponseInner) SetTaxID

func (o *GetAllContactsCopy3200ResponseInner) SetTaxID(v interface{})

SetTaxID gets a reference to the given interface{} and assigns it to the TaxID field.

func (*GetAllContactsCopy3200ResponseInner) SetUpdatedAt

func (o *GetAllContactsCopy3200ResponseInner) SetUpdatedAt(v string)

SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.

func (*GetAllContactsCopy3200ResponseInner) SetZipcode

func (o *GetAllContactsCopy3200ResponseInner) SetZipcode(v interface{})

SetZipcode gets a reference to the given interface{} and assigns it to the Zipcode field.

func (GetAllContactsCopy3200ResponseInner) ToMap

func (o GetAllContactsCopy3200ResponseInner) ToMap() (map[string]interface{}, error)

func (*GetAllContactsCopy3200ResponseInner) UnmarshalJSON

func (o *GetAllContactsCopy3200ResponseInner) UnmarshalJSON(data []byte) (err error)

type GetAllContactsCopy4200ResponseInner

type GetAllContactsCopy4200ResponseInner struct {
	Id                   *int32      `json:"id,omitempty"`
	StaffId              *int32      `json:"staffId,omitempty"`
	Staff                *string     `json:"staff,omitempty"`
	TaskAction           *string     `json:"taskAction,omitempty"`
	ProjectId            interface{} `json:"projectId,omitempty"`
	Project              interface{} `json:"project,omitempty"`
	DisplayProject       *string     `json:"displayProject,omitempty"`
	DueAt                interface{} `json:"dueAt,omitempty"`
	DisplayDueDate       interface{} `json:"displayDueDate,omitempty"`
	ListDisplayDueDate   *string     `json:"listDisplayDueDate,omitempty"`
	Notes                interface{} `json:"notes,omitempty"`
	Status               *string     `json:"status,omitempty"`
	DisplayStatus        *string     `json:"displayStatus,omitempty"`
	ActionText           *string     `json:"actionText,omitempty"`
	CreatedAt            *string     `json:"createdAt,omitempty"`
	CreatedBy            *string     `json:"createdBy,omitempty"`
	CreatedById          *int32      `json:"createdById,omitempty"`
	LastUpdated          *string     `json:"lastUpdated,omitempty"`
	LastUpdateBy         interface{} `json:"lastUpdateBy,omitempty"`
	Documents            interface{} `json:"documents,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetAllContactsCopy4200ResponseInner struct for GetAllContactsCopy4200ResponseInner

func NewGetAllContactsCopy4200ResponseInner

func NewGetAllContactsCopy4200ResponseInner() *GetAllContactsCopy4200ResponseInner

NewGetAllContactsCopy4200ResponseInner instantiates a new GetAllContactsCopy4200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetAllContactsCopy4200ResponseInnerWithDefaults

func NewGetAllContactsCopy4200ResponseInnerWithDefaults() *GetAllContactsCopy4200ResponseInner

NewGetAllContactsCopy4200ResponseInnerWithDefaults instantiates a new GetAllContactsCopy4200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetAllContactsCopy4200ResponseInner) GetActionText

func (o *GetAllContactsCopy4200ResponseInner) GetActionText() string

GetActionText returns the ActionText field value if set, zero value otherwise.

func (*GetAllContactsCopy4200ResponseInner) GetActionTextOk

func (o *GetAllContactsCopy4200ResponseInner) GetActionTextOk() (*string, bool)

GetActionTextOk returns a tuple with the ActionText field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllContactsCopy4200ResponseInner) GetCreatedAt

func (o *GetAllContactsCopy4200ResponseInner) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*GetAllContactsCopy4200ResponseInner) GetCreatedAtOk

func (o *GetAllContactsCopy4200ResponseInner) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllContactsCopy4200ResponseInner) GetCreatedBy

func (o *GetAllContactsCopy4200ResponseInner) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.

func (*GetAllContactsCopy4200ResponseInner) GetCreatedById

func (o *GetAllContactsCopy4200ResponseInner) GetCreatedById() int32

GetCreatedById returns the CreatedById field value if set, zero value otherwise.

func (*GetAllContactsCopy4200ResponseInner) GetCreatedByIdOk

func (o *GetAllContactsCopy4200ResponseInner) GetCreatedByIdOk() (*int32, bool)

GetCreatedByIdOk returns a tuple with the CreatedById field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllContactsCopy4200ResponseInner) GetCreatedByOk

func (o *GetAllContactsCopy4200ResponseInner) GetCreatedByOk() (*string, bool)

GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllContactsCopy4200ResponseInner) GetDisplayDueDate

func (o *GetAllContactsCopy4200ResponseInner) GetDisplayDueDate() interface{}

GetDisplayDueDate returns the DisplayDueDate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllContactsCopy4200ResponseInner) GetDisplayDueDateOk

func (o *GetAllContactsCopy4200ResponseInner) GetDisplayDueDateOk() (*interface{}, bool)

GetDisplayDueDateOk returns a tuple with the DisplayDueDate 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 (*GetAllContactsCopy4200ResponseInner) GetDisplayProject

func (o *GetAllContactsCopy4200ResponseInner) GetDisplayProject() string

GetDisplayProject returns the DisplayProject field value if set, zero value otherwise.

func (*GetAllContactsCopy4200ResponseInner) GetDisplayProjectOk

func (o *GetAllContactsCopy4200ResponseInner) GetDisplayProjectOk() (*string, bool)

GetDisplayProjectOk returns a tuple with the DisplayProject field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllContactsCopy4200ResponseInner) GetDisplayStatus

func (o *GetAllContactsCopy4200ResponseInner) GetDisplayStatus() string

GetDisplayStatus returns the DisplayStatus field value if set, zero value otherwise.

func (*GetAllContactsCopy4200ResponseInner) GetDisplayStatusOk

func (o *GetAllContactsCopy4200ResponseInner) GetDisplayStatusOk() (*string, bool)

GetDisplayStatusOk returns a tuple with the DisplayStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllContactsCopy4200ResponseInner) GetDocuments

func (o *GetAllContactsCopy4200ResponseInner) GetDocuments() interface{}

GetDocuments returns the Documents field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllContactsCopy4200ResponseInner) GetDocumentsOk

func (o *GetAllContactsCopy4200ResponseInner) GetDocumentsOk() (*interface{}, bool)

GetDocumentsOk returns a tuple with the Documents 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 (*GetAllContactsCopy4200ResponseInner) GetDueAt

func (o *GetAllContactsCopy4200ResponseInner) GetDueAt() interface{}

GetDueAt returns the DueAt field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllContactsCopy4200ResponseInner) GetDueAtOk

func (o *GetAllContactsCopy4200ResponseInner) GetDueAtOk() (*interface{}, bool)

GetDueAtOk returns a tuple with the DueAt 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 (*GetAllContactsCopy4200ResponseInner) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*GetAllContactsCopy4200ResponseInner) GetIdOk

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllContactsCopy4200ResponseInner) GetLastUpdateBy

func (o *GetAllContactsCopy4200ResponseInner) GetLastUpdateBy() interface{}

GetLastUpdateBy returns the LastUpdateBy field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllContactsCopy4200ResponseInner) GetLastUpdateByOk

func (o *GetAllContactsCopy4200ResponseInner) GetLastUpdateByOk() (*interface{}, bool)

GetLastUpdateByOk returns a tuple with the LastUpdateBy 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 (*GetAllContactsCopy4200ResponseInner) GetLastUpdated

func (o *GetAllContactsCopy4200ResponseInner) GetLastUpdated() string

GetLastUpdated returns the LastUpdated field value if set, zero value otherwise.

func (*GetAllContactsCopy4200ResponseInner) GetLastUpdatedOk

func (o *GetAllContactsCopy4200ResponseInner) GetLastUpdatedOk() (*string, bool)

GetLastUpdatedOk returns a tuple with the LastUpdated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllContactsCopy4200ResponseInner) GetListDisplayDueDate

func (o *GetAllContactsCopy4200ResponseInner) GetListDisplayDueDate() string

GetListDisplayDueDate returns the ListDisplayDueDate field value if set, zero value otherwise.

func (*GetAllContactsCopy4200ResponseInner) GetListDisplayDueDateOk

func (o *GetAllContactsCopy4200ResponseInner) GetListDisplayDueDateOk() (*string, bool)

GetListDisplayDueDateOk returns a tuple with the ListDisplayDueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllContactsCopy4200ResponseInner) GetNotes

func (o *GetAllContactsCopy4200ResponseInner) GetNotes() interface{}

GetNotes returns the Notes field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllContactsCopy4200ResponseInner) GetNotesOk

func (o *GetAllContactsCopy4200ResponseInner) GetNotesOk() (*interface{}, bool)

GetNotesOk returns a tuple with the Notes 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 (*GetAllContactsCopy4200ResponseInner) GetProject

func (o *GetAllContactsCopy4200ResponseInner) GetProject() interface{}

GetProject returns the Project field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllContactsCopy4200ResponseInner) GetProjectId

func (o *GetAllContactsCopy4200ResponseInner) GetProjectId() interface{}

GetProjectId returns the ProjectId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllContactsCopy4200ResponseInner) GetProjectIdOk

func (o *GetAllContactsCopy4200ResponseInner) GetProjectIdOk() (*interface{}, bool)

GetProjectIdOk returns a tuple with the ProjectId 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 (*GetAllContactsCopy4200ResponseInner) GetProjectOk

func (o *GetAllContactsCopy4200ResponseInner) GetProjectOk() (*interface{}, bool)

GetProjectOk returns a tuple with the Project 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 (*GetAllContactsCopy4200ResponseInner) GetStaff

GetStaff returns the Staff field value if set, zero value otherwise.

func (*GetAllContactsCopy4200ResponseInner) GetStaffId

GetStaffId returns the StaffId field value if set, zero value otherwise.

func (*GetAllContactsCopy4200ResponseInner) GetStaffIdOk

func (o *GetAllContactsCopy4200ResponseInner) GetStaffIdOk() (*int32, bool)

GetStaffIdOk returns a tuple with the StaffId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllContactsCopy4200ResponseInner) GetStaffOk

func (o *GetAllContactsCopy4200ResponseInner) GetStaffOk() (*string, bool)

GetStaffOk returns a tuple with the Staff field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllContactsCopy4200ResponseInner) GetStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetAllContactsCopy4200ResponseInner) GetStatusOk

func (o *GetAllContactsCopy4200ResponseInner) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllContactsCopy4200ResponseInner) GetTaskAction

func (o *GetAllContactsCopy4200ResponseInner) GetTaskAction() string

GetTaskAction returns the TaskAction field value if set, zero value otherwise.

func (*GetAllContactsCopy4200ResponseInner) GetTaskActionOk

func (o *GetAllContactsCopy4200ResponseInner) GetTaskActionOk() (*string, bool)

GetTaskActionOk returns a tuple with the TaskAction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllContactsCopy4200ResponseInner) HasActionText

func (o *GetAllContactsCopy4200ResponseInner) HasActionText() bool

HasActionText returns a boolean if a field has been set.

func (*GetAllContactsCopy4200ResponseInner) HasCreatedAt

func (o *GetAllContactsCopy4200ResponseInner) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*GetAllContactsCopy4200ResponseInner) HasCreatedBy

func (o *GetAllContactsCopy4200ResponseInner) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

func (*GetAllContactsCopy4200ResponseInner) HasCreatedById

func (o *GetAllContactsCopy4200ResponseInner) HasCreatedById() bool

HasCreatedById returns a boolean if a field has been set.

func (*GetAllContactsCopy4200ResponseInner) HasDisplayDueDate

func (o *GetAllContactsCopy4200ResponseInner) HasDisplayDueDate() bool

HasDisplayDueDate returns a boolean if a field has been set.

func (*GetAllContactsCopy4200ResponseInner) HasDisplayProject

func (o *GetAllContactsCopy4200ResponseInner) HasDisplayProject() bool

HasDisplayProject returns a boolean if a field has been set.

func (*GetAllContactsCopy4200ResponseInner) HasDisplayStatus

func (o *GetAllContactsCopy4200ResponseInner) HasDisplayStatus() bool

HasDisplayStatus returns a boolean if a field has been set.

func (*GetAllContactsCopy4200ResponseInner) HasDocuments

func (o *GetAllContactsCopy4200ResponseInner) HasDocuments() bool

HasDocuments returns a boolean if a field has been set.

func (*GetAllContactsCopy4200ResponseInner) HasDueAt

HasDueAt returns a boolean if a field has been set.

func (*GetAllContactsCopy4200ResponseInner) HasId

HasId returns a boolean if a field has been set.

func (*GetAllContactsCopy4200ResponseInner) HasLastUpdateBy

func (o *GetAllContactsCopy4200ResponseInner) HasLastUpdateBy() bool

HasLastUpdateBy returns a boolean if a field has been set.

func (*GetAllContactsCopy4200ResponseInner) HasLastUpdated

func (o *GetAllContactsCopy4200ResponseInner) HasLastUpdated() bool

HasLastUpdated returns a boolean if a field has been set.

func (*GetAllContactsCopy4200ResponseInner) HasListDisplayDueDate

func (o *GetAllContactsCopy4200ResponseInner) HasListDisplayDueDate() bool

HasListDisplayDueDate returns a boolean if a field has been set.

func (*GetAllContactsCopy4200ResponseInner) HasNotes

HasNotes returns a boolean if a field has been set.

func (*GetAllContactsCopy4200ResponseInner) HasProject

func (o *GetAllContactsCopy4200ResponseInner) HasProject() bool

HasProject returns a boolean if a field has been set.

func (*GetAllContactsCopy4200ResponseInner) HasProjectId

func (o *GetAllContactsCopy4200ResponseInner) HasProjectId() bool

HasProjectId returns a boolean if a field has been set.

func (*GetAllContactsCopy4200ResponseInner) HasStaff

HasStaff returns a boolean if a field has been set.

func (*GetAllContactsCopy4200ResponseInner) HasStaffId

func (o *GetAllContactsCopy4200ResponseInner) HasStaffId() bool

HasStaffId returns a boolean if a field has been set.

func (*GetAllContactsCopy4200ResponseInner) HasStatus

HasStatus returns a boolean if a field has been set.

func (*GetAllContactsCopy4200ResponseInner) HasTaskAction

func (o *GetAllContactsCopy4200ResponseInner) HasTaskAction() bool

HasTaskAction returns a boolean if a field has been set.

func (GetAllContactsCopy4200ResponseInner) MarshalJSON

func (o GetAllContactsCopy4200ResponseInner) MarshalJSON() ([]byte, error)

func (*GetAllContactsCopy4200ResponseInner) SetActionText

func (o *GetAllContactsCopy4200ResponseInner) SetActionText(v string)

SetActionText gets a reference to the given string and assigns it to the ActionText field.

func (*GetAllContactsCopy4200ResponseInner) SetCreatedAt

func (o *GetAllContactsCopy4200ResponseInner) SetCreatedAt(v string)

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*GetAllContactsCopy4200ResponseInner) SetCreatedBy

func (o *GetAllContactsCopy4200ResponseInner) SetCreatedBy(v string)

SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.

func (*GetAllContactsCopy4200ResponseInner) SetCreatedById

func (o *GetAllContactsCopy4200ResponseInner) SetCreatedById(v int32)

SetCreatedById gets a reference to the given int32 and assigns it to the CreatedById field.

func (*GetAllContactsCopy4200ResponseInner) SetDisplayDueDate

func (o *GetAllContactsCopy4200ResponseInner) SetDisplayDueDate(v interface{})

SetDisplayDueDate gets a reference to the given interface{} and assigns it to the DisplayDueDate field.

func (*GetAllContactsCopy4200ResponseInner) SetDisplayProject

func (o *GetAllContactsCopy4200ResponseInner) SetDisplayProject(v string)

SetDisplayProject gets a reference to the given string and assigns it to the DisplayProject field.

func (*GetAllContactsCopy4200ResponseInner) SetDisplayStatus

func (o *GetAllContactsCopy4200ResponseInner) SetDisplayStatus(v string)

SetDisplayStatus gets a reference to the given string and assigns it to the DisplayStatus field.

func (*GetAllContactsCopy4200ResponseInner) SetDocuments

func (o *GetAllContactsCopy4200ResponseInner) SetDocuments(v interface{})

SetDocuments gets a reference to the given interface{} and assigns it to the Documents field.

func (*GetAllContactsCopy4200ResponseInner) SetDueAt

func (o *GetAllContactsCopy4200ResponseInner) SetDueAt(v interface{})

SetDueAt gets a reference to the given interface{} and assigns it to the DueAt field.

func (*GetAllContactsCopy4200ResponseInner) SetId

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*GetAllContactsCopy4200ResponseInner) SetLastUpdateBy

func (o *GetAllContactsCopy4200ResponseInner) SetLastUpdateBy(v interface{})

SetLastUpdateBy gets a reference to the given interface{} and assigns it to the LastUpdateBy field.

func (*GetAllContactsCopy4200ResponseInner) SetLastUpdated

func (o *GetAllContactsCopy4200ResponseInner) SetLastUpdated(v string)

SetLastUpdated gets a reference to the given string and assigns it to the LastUpdated field.

func (*GetAllContactsCopy4200ResponseInner) SetListDisplayDueDate

func (o *GetAllContactsCopy4200ResponseInner) SetListDisplayDueDate(v string)

SetListDisplayDueDate gets a reference to the given string and assigns it to the ListDisplayDueDate field.

func (*GetAllContactsCopy4200ResponseInner) SetNotes

func (o *GetAllContactsCopy4200ResponseInner) SetNotes(v interface{})

SetNotes gets a reference to the given interface{} and assigns it to the Notes field.

func (*GetAllContactsCopy4200ResponseInner) SetProject

func (o *GetAllContactsCopy4200ResponseInner) SetProject(v interface{})

SetProject gets a reference to the given interface{} and assigns it to the Project field.

func (*GetAllContactsCopy4200ResponseInner) SetProjectId

func (o *GetAllContactsCopy4200ResponseInner) SetProjectId(v interface{})

SetProjectId gets a reference to the given interface{} and assigns it to the ProjectId field.

func (*GetAllContactsCopy4200ResponseInner) SetStaff

SetStaff gets a reference to the given string and assigns it to the Staff field.

func (*GetAllContactsCopy4200ResponseInner) SetStaffId

func (o *GetAllContactsCopy4200ResponseInner) SetStaffId(v int32)

SetStaffId gets a reference to the given int32 and assigns it to the StaffId field.

func (*GetAllContactsCopy4200ResponseInner) SetStatus

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*GetAllContactsCopy4200ResponseInner) SetTaskAction

func (o *GetAllContactsCopy4200ResponseInner) SetTaskAction(v string)

SetTaskAction gets a reference to the given string and assigns it to the TaskAction field.

func (GetAllContactsCopy4200ResponseInner) ToMap

func (o GetAllContactsCopy4200ResponseInner) ToMap() (map[string]interface{}, error)

func (*GetAllContactsCopy4200ResponseInner) UnmarshalJSON

func (o *GetAllContactsCopy4200ResponseInner) UnmarshalJSON(data []byte) (err error)

type GetAllProjectExpenses200Response

type GetAllProjectExpenses200Response struct {
	TotalRecords         *int32                                      `json:"totalRecords,omitempty"`
	Data                 []GetAllProjectExpenses200ResponseDataInner `json:"data,omitempty"`
	Message              *string                                     `json:"message,omitempty"`
	Status               *int32                                      `json:"status,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetAllProjectExpenses200Response struct for GetAllProjectExpenses200Response

func NewGetAllProjectExpenses200Response

func NewGetAllProjectExpenses200Response() *GetAllProjectExpenses200Response

NewGetAllProjectExpenses200Response instantiates a new GetAllProjectExpenses200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetAllProjectExpenses200ResponseWithDefaults

func NewGetAllProjectExpenses200ResponseWithDefaults() *GetAllProjectExpenses200Response

NewGetAllProjectExpenses200ResponseWithDefaults instantiates a new GetAllProjectExpenses200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetAllProjectExpenses200Response) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*GetAllProjectExpenses200Response) GetDataOk

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectExpenses200Response) GetMessage

func (o *GetAllProjectExpenses200Response) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*GetAllProjectExpenses200Response) GetMessageOk

func (o *GetAllProjectExpenses200Response) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectExpenses200Response) GetStatus

func (o *GetAllProjectExpenses200Response) GetStatus() int32

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetAllProjectExpenses200Response) GetStatusOk

func (o *GetAllProjectExpenses200Response) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectExpenses200Response) GetTotalRecords

func (o *GetAllProjectExpenses200Response) GetTotalRecords() int32

GetTotalRecords returns the TotalRecords field value if set, zero value otherwise.

func (*GetAllProjectExpenses200Response) GetTotalRecordsOk

func (o *GetAllProjectExpenses200Response) GetTotalRecordsOk() (*int32, bool)

GetTotalRecordsOk returns a tuple with the TotalRecords field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectExpenses200Response) HasData

HasData returns a boolean if a field has been set.

func (*GetAllProjectExpenses200Response) HasMessage

func (o *GetAllProjectExpenses200Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*GetAllProjectExpenses200Response) HasStatus

func (o *GetAllProjectExpenses200Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*GetAllProjectExpenses200Response) HasTotalRecords

func (o *GetAllProjectExpenses200Response) HasTotalRecords() bool

HasTotalRecords returns a boolean if a field has been set.

func (GetAllProjectExpenses200Response) MarshalJSON

func (o GetAllProjectExpenses200Response) MarshalJSON() ([]byte, error)

func (*GetAllProjectExpenses200Response) SetData

SetData gets a reference to the given []GetAllProjectExpenses200ResponseDataInner and assigns it to the Data field.

func (*GetAllProjectExpenses200Response) SetMessage

func (o *GetAllProjectExpenses200Response) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*GetAllProjectExpenses200Response) SetStatus

func (o *GetAllProjectExpenses200Response) SetStatus(v int32)

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (*GetAllProjectExpenses200Response) SetTotalRecords

func (o *GetAllProjectExpenses200Response) SetTotalRecords(v int32)

SetTotalRecords gets a reference to the given int32 and assigns it to the TotalRecords field.

func (GetAllProjectExpenses200Response) ToMap

func (o GetAllProjectExpenses200Response) ToMap() (map[string]interface{}, error)

func (*GetAllProjectExpenses200Response) UnmarshalJSON

func (o *GetAllProjectExpenses200Response) UnmarshalJSON(data []byte) (err error)

type GetAllProjectExpenses200ResponseDataInner

type GetAllProjectExpenses200ResponseDataInner struct {
	Id                     *int32                   `json:"id,omitempty"`
	ProjectId              *int32                   `json:"projectId,omitempty"`
	ExpenseDate            *string                  `json:"expenseDate,omitempty"`
	TransactionType        interface{}              `json:"transactionType,omitempty"`
	Number                 *string                  `json:"number,omitempty"`
	Method                 interface{}              `json:"method,omitempty"`
	Memo                   *string                  `json:"memo,omitempty"`
	PaymentAccount         interface{}              `json:"paymentAccount,omitempty"`
	Total                  *int32                   `json:"total,omitempty"`
	Balance                *int32                   `json:"balance,omitempty"`
	StaffTimesheetId       interface{}              `json:"staffTimesheetId,omitempty"`
	EquipmentProjectId     *int32                   `json:"equipmentProjectId,omitempty"`
	FinancialCRMID         interface{}              `json:"financialCRMID,omitempty"`
	QboSubCustomerId       interface{}              `json:"qboSubCustomerId,omitempty"`
	Subcategory            *string                  `json:"subcategory,omitempty"`
	Payee                  interface{}              `json:"payee,omitempty"`
	Quantity               interface{}              `json:"quantity,omitempty"`
	Cost                   interface{}              `json:"cost,omitempty"`
	Status                 *string                  `json:"status,omitempty"`
	Deleted                *bool                    `json:"deleted,omitempty"`
	QboExpenseAccountId    interface{}              `json:"qboExpenseAccountId,omitempty"`
	QboPaymentAccountId    interface{}              `json:"qboPaymentAccountId,omitempty"`
	SyncToken              interface{}              `json:"syncToken,omitempty"`
	CreatedAt              *string                  `json:"createdAt,omitempty"`
	CreatedBy              *string                  `json:"createdBy,omitempty"`
	CreatedById            interface{}              `json:"createdById,omitempty"`
	UpdatedAt              interface{}              `json:"updatedAt,omitempty"`
	UpdatedBy              interface{}              `json:"updatedBy,omitempty"`
	ProjectExpenseItems    []map[string]interface{} `json:"projectExpenseItems,omitempty"`
	ExpenseSubcategories   interface{}              `json:"expenseSubcategories,omitempty"`
	ExpenseStaffTimesheets interface{}              `json:"expenseStaffTimesheets,omitempty"`
	ExpenseEquipments      interface{}              `json:"expenseEquipments,omitempty"`
	AdditionalProperties   map[string]interface{}
}

GetAllProjectExpenses200ResponseDataInner struct for GetAllProjectExpenses200ResponseDataInner

func NewGetAllProjectExpenses200ResponseDataInner

func NewGetAllProjectExpenses200ResponseDataInner() *GetAllProjectExpenses200ResponseDataInner

NewGetAllProjectExpenses200ResponseDataInner instantiates a new GetAllProjectExpenses200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetAllProjectExpenses200ResponseDataInnerWithDefaults

func NewGetAllProjectExpenses200ResponseDataInnerWithDefaults() *GetAllProjectExpenses200ResponseDataInner

NewGetAllProjectExpenses200ResponseDataInnerWithDefaults instantiates a new GetAllProjectExpenses200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetAllProjectExpenses200ResponseDataInner) GetBalance

GetBalance returns the Balance field value if set, zero value otherwise.

func (*GetAllProjectExpenses200ResponseDataInner) GetBalanceOk

GetBalanceOk returns a tuple with the Balance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectExpenses200ResponseDataInner) GetCost

func (o *GetAllProjectExpenses200ResponseDataInner) GetCost() interface{}

GetCost returns the Cost field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectExpenses200ResponseDataInner) GetCostOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetCostOk() (*interface{}, bool)

GetCostOk returns a tuple with the Cost 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 (*GetAllProjectExpenses200ResponseDataInner) GetCreatedAt

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*GetAllProjectExpenses200ResponseDataInner) GetCreatedAtOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectExpenses200ResponseDataInner) GetCreatedBy

GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.

func (*GetAllProjectExpenses200ResponseDataInner) GetCreatedById

func (o *GetAllProjectExpenses200ResponseDataInner) GetCreatedById() interface{}

GetCreatedById returns the CreatedById field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectExpenses200ResponseDataInner) GetCreatedByIdOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetCreatedByIdOk() (*interface{}, bool)

GetCreatedByIdOk returns a tuple with the CreatedById 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 (*GetAllProjectExpenses200ResponseDataInner) GetCreatedByOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetCreatedByOk() (*string, bool)

GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectExpenses200ResponseDataInner) GetDeleted

GetDeleted returns the Deleted field value if set, zero value otherwise.

func (*GetAllProjectExpenses200ResponseDataInner) GetDeletedOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetDeletedOk() (*bool, bool)

GetDeletedOk returns a tuple with the Deleted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectExpenses200ResponseDataInner) GetEquipmentProjectId

func (o *GetAllProjectExpenses200ResponseDataInner) GetEquipmentProjectId() int32

GetEquipmentProjectId returns the EquipmentProjectId field value if set, zero value otherwise.

func (*GetAllProjectExpenses200ResponseDataInner) GetEquipmentProjectIdOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetEquipmentProjectIdOk() (*int32, bool)

GetEquipmentProjectIdOk returns a tuple with the EquipmentProjectId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectExpenses200ResponseDataInner) GetExpenseDate

GetExpenseDate returns the ExpenseDate field value if set, zero value otherwise.

func (*GetAllProjectExpenses200ResponseDataInner) GetExpenseDateOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetExpenseDateOk() (*string, bool)

GetExpenseDateOk returns a tuple with the ExpenseDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectExpenses200ResponseDataInner) GetExpenseEquipments

func (o *GetAllProjectExpenses200ResponseDataInner) GetExpenseEquipments() interface{}

GetExpenseEquipments returns the ExpenseEquipments field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectExpenses200ResponseDataInner) GetExpenseEquipmentsOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetExpenseEquipmentsOk() (*interface{}, bool)

GetExpenseEquipmentsOk returns a tuple with the ExpenseEquipments 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 (*GetAllProjectExpenses200ResponseDataInner) GetExpenseStaffTimesheets

func (o *GetAllProjectExpenses200ResponseDataInner) GetExpenseStaffTimesheets() interface{}

GetExpenseStaffTimesheets returns the ExpenseStaffTimesheets field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectExpenses200ResponseDataInner) GetExpenseStaffTimesheetsOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetExpenseStaffTimesheetsOk() (*interface{}, bool)

GetExpenseStaffTimesheetsOk returns a tuple with the ExpenseStaffTimesheets 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 (*GetAllProjectExpenses200ResponseDataInner) GetExpenseSubcategories

func (o *GetAllProjectExpenses200ResponseDataInner) GetExpenseSubcategories() interface{}

GetExpenseSubcategories returns the ExpenseSubcategories field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectExpenses200ResponseDataInner) GetExpenseSubcategoriesOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetExpenseSubcategoriesOk() (*interface{}, bool)

GetExpenseSubcategoriesOk returns a tuple with the ExpenseSubcategories 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 (*GetAllProjectExpenses200ResponseDataInner) GetFinancialCRMID

func (o *GetAllProjectExpenses200ResponseDataInner) GetFinancialCRMID() interface{}

GetFinancialCRMID returns the FinancialCRMID field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectExpenses200ResponseDataInner) GetFinancialCRMIDOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetFinancialCRMIDOk() (*interface{}, bool)

GetFinancialCRMIDOk returns a tuple with the FinancialCRMID 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 (*GetAllProjectExpenses200ResponseDataInner) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*GetAllProjectExpenses200ResponseDataInner) GetIdOk

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectExpenses200ResponseDataInner) GetMemo

GetMemo returns the Memo field value if set, zero value otherwise.

func (*GetAllProjectExpenses200ResponseDataInner) GetMemoOk

GetMemoOk returns a tuple with the Memo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectExpenses200ResponseDataInner) GetMethod

func (o *GetAllProjectExpenses200ResponseDataInner) GetMethod() interface{}

GetMethod returns the Method field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectExpenses200ResponseDataInner) GetMethodOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetMethodOk() (*interface{}, bool)

GetMethodOk returns a tuple with the Method 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 (*GetAllProjectExpenses200ResponseDataInner) GetNumber

GetNumber returns the Number field value if set, zero value otherwise.

func (*GetAllProjectExpenses200ResponseDataInner) GetNumberOk

GetNumberOk returns a tuple with the Number field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectExpenses200ResponseDataInner) GetPayee

func (o *GetAllProjectExpenses200ResponseDataInner) GetPayee() interface{}

GetPayee returns the Payee field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectExpenses200ResponseDataInner) GetPayeeOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetPayeeOk() (*interface{}, bool)

GetPayeeOk returns a tuple with the Payee 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 (*GetAllProjectExpenses200ResponseDataInner) GetPaymentAccount

func (o *GetAllProjectExpenses200ResponseDataInner) GetPaymentAccount() interface{}

GetPaymentAccount returns the PaymentAccount field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectExpenses200ResponseDataInner) GetPaymentAccountOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetPaymentAccountOk() (*interface{}, bool)

GetPaymentAccountOk returns a tuple with the PaymentAccount 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 (*GetAllProjectExpenses200ResponseDataInner) GetProjectExpenseItems

func (o *GetAllProjectExpenses200ResponseDataInner) GetProjectExpenseItems() []map[string]interface{}

GetProjectExpenseItems returns the ProjectExpenseItems field value if set, zero value otherwise.

func (*GetAllProjectExpenses200ResponseDataInner) GetProjectExpenseItemsOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetProjectExpenseItemsOk() ([]map[string]interface{}, bool)

GetProjectExpenseItemsOk returns a tuple with the ProjectExpenseItems field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectExpenses200ResponseDataInner) GetProjectId

GetProjectId returns the ProjectId field value if set, zero value otherwise.

func (*GetAllProjectExpenses200ResponseDataInner) GetProjectIdOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetProjectIdOk() (*int32, bool)

GetProjectIdOk returns a tuple with the ProjectId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectExpenses200ResponseDataInner) GetQboExpenseAccountId

func (o *GetAllProjectExpenses200ResponseDataInner) GetQboExpenseAccountId() interface{}

GetQboExpenseAccountId returns the QboExpenseAccountId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectExpenses200ResponseDataInner) GetQboExpenseAccountIdOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetQboExpenseAccountIdOk() (*interface{}, bool)

GetQboExpenseAccountIdOk returns a tuple with the QboExpenseAccountId 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 (*GetAllProjectExpenses200ResponseDataInner) GetQboPaymentAccountId

func (o *GetAllProjectExpenses200ResponseDataInner) GetQboPaymentAccountId() interface{}

GetQboPaymentAccountId returns the QboPaymentAccountId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectExpenses200ResponseDataInner) GetQboPaymentAccountIdOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetQboPaymentAccountIdOk() (*interface{}, bool)

GetQboPaymentAccountIdOk returns a tuple with the QboPaymentAccountId 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 (*GetAllProjectExpenses200ResponseDataInner) GetQboSubCustomerId

func (o *GetAllProjectExpenses200ResponseDataInner) GetQboSubCustomerId() interface{}

GetQboSubCustomerId returns the QboSubCustomerId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectExpenses200ResponseDataInner) GetQboSubCustomerIdOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetQboSubCustomerIdOk() (*interface{}, bool)

GetQboSubCustomerIdOk returns a tuple with the QboSubCustomerId 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 (*GetAllProjectExpenses200ResponseDataInner) GetQuantity

func (o *GetAllProjectExpenses200ResponseDataInner) GetQuantity() interface{}

GetQuantity returns the Quantity field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectExpenses200ResponseDataInner) GetQuantityOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetQuantityOk() (*interface{}, bool)

GetQuantityOk returns a tuple with the Quantity 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 (*GetAllProjectExpenses200ResponseDataInner) GetStaffTimesheetId

func (o *GetAllProjectExpenses200ResponseDataInner) GetStaffTimesheetId() interface{}

GetStaffTimesheetId returns the StaffTimesheetId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectExpenses200ResponseDataInner) GetStaffTimesheetIdOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetStaffTimesheetIdOk() (*interface{}, bool)

GetStaffTimesheetIdOk returns a tuple with the StaffTimesheetId 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 (*GetAllProjectExpenses200ResponseDataInner) GetStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetAllProjectExpenses200ResponseDataInner) GetStatusOk

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectExpenses200ResponseDataInner) GetSubcategory

GetSubcategory returns the Subcategory field value if set, zero value otherwise.

func (*GetAllProjectExpenses200ResponseDataInner) GetSubcategoryOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetSubcategoryOk() (*string, bool)

GetSubcategoryOk returns a tuple with the Subcategory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectExpenses200ResponseDataInner) GetSyncToken

func (o *GetAllProjectExpenses200ResponseDataInner) GetSyncToken() interface{}

GetSyncToken returns the SyncToken field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectExpenses200ResponseDataInner) GetSyncTokenOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetSyncTokenOk() (*interface{}, bool)

GetSyncTokenOk returns a tuple with the SyncToken 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 (*GetAllProjectExpenses200ResponseDataInner) GetTotal

GetTotal returns the Total field value if set, zero value otherwise.

func (*GetAllProjectExpenses200ResponseDataInner) GetTotalOk

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectExpenses200ResponseDataInner) GetTransactionType

func (o *GetAllProjectExpenses200ResponseDataInner) GetTransactionType() interface{}

GetTransactionType returns the TransactionType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectExpenses200ResponseDataInner) GetTransactionTypeOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetTransactionTypeOk() (*interface{}, bool)

GetTransactionTypeOk returns a tuple with the TransactionType 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 (*GetAllProjectExpenses200ResponseDataInner) GetUpdatedAt

func (o *GetAllProjectExpenses200ResponseDataInner) GetUpdatedAt() interface{}

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectExpenses200ResponseDataInner) GetUpdatedAtOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetUpdatedAtOk() (*interface{}, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt 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 (*GetAllProjectExpenses200ResponseDataInner) GetUpdatedBy

func (o *GetAllProjectExpenses200ResponseDataInner) GetUpdatedBy() interface{}

GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectExpenses200ResponseDataInner) GetUpdatedByOk

func (o *GetAllProjectExpenses200ResponseDataInner) GetUpdatedByOk() (*interface{}, bool)

GetUpdatedByOk returns a tuple with the UpdatedBy 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 (*GetAllProjectExpenses200ResponseDataInner) HasBalance

HasBalance returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasCost

HasCost returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasCreatedAt

HasCreatedAt returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasCreatedBy

HasCreatedBy returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasCreatedById

func (o *GetAllProjectExpenses200ResponseDataInner) HasCreatedById() bool

HasCreatedById returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasDeleted

HasDeleted returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasEquipmentProjectId

func (o *GetAllProjectExpenses200ResponseDataInner) HasEquipmentProjectId() bool

HasEquipmentProjectId returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasExpenseDate

func (o *GetAllProjectExpenses200ResponseDataInner) HasExpenseDate() bool

HasExpenseDate returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasExpenseEquipments

func (o *GetAllProjectExpenses200ResponseDataInner) HasExpenseEquipments() bool

HasExpenseEquipments returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasExpenseStaffTimesheets

func (o *GetAllProjectExpenses200ResponseDataInner) HasExpenseStaffTimesheets() bool

HasExpenseStaffTimesheets returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasExpenseSubcategories

func (o *GetAllProjectExpenses200ResponseDataInner) HasExpenseSubcategories() bool

HasExpenseSubcategories returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasFinancialCRMID

func (o *GetAllProjectExpenses200ResponseDataInner) HasFinancialCRMID() bool

HasFinancialCRMID returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasId

HasId returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasMemo

HasMemo returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasMethod

HasMethod returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasNumber

HasNumber returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasPayee

HasPayee returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasPaymentAccount

func (o *GetAllProjectExpenses200ResponseDataInner) HasPaymentAccount() bool

HasPaymentAccount returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasProjectExpenseItems

func (o *GetAllProjectExpenses200ResponseDataInner) HasProjectExpenseItems() bool

HasProjectExpenseItems returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasProjectId

HasProjectId returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasQboExpenseAccountId

func (o *GetAllProjectExpenses200ResponseDataInner) HasQboExpenseAccountId() bool

HasQboExpenseAccountId returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasQboPaymentAccountId

func (o *GetAllProjectExpenses200ResponseDataInner) HasQboPaymentAccountId() bool

HasQboPaymentAccountId returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasQboSubCustomerId

func (o *GetAllProjectExpenses200ResponseDataInner) HasQboSubCustomerId() bool

HasQboSubCustomerId returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasQuantity

HasQuantity returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasStaffTimesheetId

func (o *GetAllProjectExpenses200ResponseDataInner) HasStaffTimesheetId() bool

HasStaffTimesheetId returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasStatus

HasStatus returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasSubcategory

func (o *GetAllProjectExpenses200ResponseDataInner) HasSubcategory() bool

HasSubcategory returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasSyncToken

HasSyncToken returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasTotal

HasTotal returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasTransactionType

func (o *GetAllProjectExpenses200ResponseDataInner) HasTransactionType() bool

HasTransactionType returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasUpdatedAt

HasUpdatedAt returns a boolean if a field has been set.

func (*GetAllProjectExpenses200ResponseDataInner) HasUpdatedBy

HasUpdatedBy returns a boolean if a field has been set.

func (GetAllProjectExpenses200ResponseDataInner) MarshalJSON

func (*GetAllProjectExpenses200ResponseDataInner) SetBalance

SetBalance gets a reference to the given int32 and assigns it to the Balance field.

func (*GetAllProjectExpenses200ResponseDataInner) SetCost

func (o *GetAllProjectExpenses200ResponseDataInner) SetCost(v interface{})

SetCost gets a reference to the given interface{} and assigns it to the Cost field.

func (*GetAllProjectExpenses200ResponseDataInner) SetCreatedAt

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*GetAllProjectExpenses200ResponseDataInner) SetCreatedBy

SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.

func (*GetAllProjectExpenses200ResponseDataInner) SetCreatedById

func (o *GetAllProjectExpenses200ResponseDataInner) SetCreatedById(v interface{})

SetCreatedById gets a reference to the given interface{} and assigns it to the CreatedById field.

func (*GetAllProjectExpenses200ResponseDataInner) SetDeleted

SetDeleted gets a reference to the given bool and assigns it to the Deleted field.

func (*GetAllProjectExpenses200ResponseDataInner) SetEquipmentProjectId

func (o *GetAllProjectExpenses200ResponseDataInner) SetEquipmentProjectId(v int32)

SetEquipmentProjectId gets a reference to the given int32 and assigns it to the EquipmentProjectId field.

func (*GetAllProjectExpenses200ResponseDataInner) SetExpenseDate

SetExpenseDate gets a reference to the given string and assigns it to the ExpenseDate field.

func (*GetAllProjectExpenses200ResponseDataInner) SetExpenseEquipments

func (o *GetAllProjectExpenses200ResponseDataInner) SetExpenseEquipments(v interface{})

SetExpenseEquipments gets a reference to the given interface{} and assigns it to the ExpenseEquipments field.

func (*GetAllProjectExpenses200ResponseDataInner) SetExpenseStaffTimesheets

func (o *GetAllProjectExpenses200ResponseDataInner) SetExpenseStaffTimesheets(v interface{})

SetExpenseStaffTimesheets gets a reference to the given interface{} and assigns it to the ExpenseStaffTimesheets field.

func (*GetAllProjectExpenses200ResponseDataInner) SetExpenseSubcategories

func (o *GetAllProjectExpenses200ResponseDataInner) SetExpenseSubcategories(v interface{})

SetExpenseSubcategories gets a reference to the given interface{} and assigns it to the ExpenseSubcategories field.

func (*GetAllProjectExpenses200ResponseDataInner) SetFinancialCRMID

func (o *GetAllProjectExpenses200ResponseDataInner) SetFinancialCRMID(v interface{})

SetFinancialCRMID gets a reference to the given interface{} and assigns it to the FinancialCRMID field.

func (*GetAllProjectExpenses200ResponseDataInner) SetId

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*GetAllProjectExpenses200ResponseDataInner) SetMemo

SetMemo gets a reference to the given string and assigns it to the Memo field.

func (*GetAllProjectExpenses200ResponseDataInner) SetMethod

func (o *GetAllProjectExpenses200ResponseDataInner) SetMethod(v interface{})

SetMethod gets a reference to the given interface{} and assigns it to the Method field.

func (*GetAllProjectExpenses200ResponseDataInner) SetNumber

SetNumber gets a reference to the given string and assigns it to the Number field.

func (*GetAllProjectExpenses200ResponseDataInner) SetPayee

func (o *GetAllProjectExpenses200ResponseDataInner) SetPayee(v interface{})

SetPayee gets a reference to the given interface{} and assigns it to the Payee field.

func (*GetAllProjectExpenses200ResponseDataInner) SetPaymentAccount

func (o *GetAllProjectExpenses200ResponseDataInner) SetPaymentAccount(v interface{})

SetPaymentAccount gets a reference to the given interface{} and assigns it to the PaymentAccount field.

func (*GetAllProjectExpenses200ResponseDataInner) SetProjectExpenseItems

func (o *GetAllProjectExpenses200ResponseDataInner) SetProjectExpenseItems(v []map[string]interface{})

SetProjectExpenseItems gets a reference to the given []map[string]interface{} and assigns it to the ProjectExpenseItems field.

func (*GetAllProjectExpenses200ResponseDataInner) SetProjectId

SetProjectId gets a reference to the given int32 and assigns it to the ProjectId field.

func (*GetAllProjectExpenses200ResponseDataInner) SetQboExpenseAccountId

func (o *GetAllProjectExpenses200ResponseDataInner) SetQboExpenseAccountId(v interface{})

SetQboExpenseAccountId gets a reference to the given interface{} and assigns it to the QboExpenseAccountId field.

func (*GetAllProjectExpenses200ResponseDataInner) SetQboPaymentAccountId

func (o *GetAllProjectExpenses200ResponseDataInner) SetQboPaymentAccountId(v interface{})

SetQboPaymentAccountId gets a reference to the given interface{} and assigns it to the QboPaymentAccountId field.

func (*GetAllProjectExpenses200ResponseDataInner) SetQboSubCustomerId

func (o *GetAllProjectExpenses200ResponseDataInner) SetQboSubCustomerId(v interface{})

SetQboSubCustomerId gets a reference to the given interface{} and assigns it to the QboSubCustomerId field.

func (*GetAllProjectExpenses200ResponseDataInner) SetQuantity

func (o *GetAllProjectExpenses200ResponseDataInner) SetQuantity(v interface{})

SetQuantity gets a reference to the given interface{} and assigns it to the Quantity field.

func (*GetAllProjectExpenses200ResponseDataInner) SetStaffTimesheetId

func (o *GetAllProjectExpenses200ResponseDataInner) SetStaffTimesheetId(v interface{})

SetStaffTimesheetId gets a reference to the given interface{} and assigns it to the StaffTimesheetId field.

func (*GetAllProjectExpenses200ResponseDataInner) SetStatus

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*GetAllProjectExpenses200ResponseDataInner) SetSubcategory

SetSubcategory gets a reference to the given string and assigns it to the Subcategory field.

func (*GetAllProjectExpenses200ResponseDataInner) SetSyncToken

func (o *GetAllProjectExpenses200ResponseDataInner) SetSyncToken(v interface{})

SetSyncToken gets a reference to the given interface{} and assigns it to the SyncToken field.

func (*GetAllProjectExpenses200ResponseDataInner) SetTotal

SetTotal gets a reference to the given int32 and assigns it to the Total field.

func (*GetAllProjectExpenses200ResponseDataInner) SetTransactionType

func (o *GetAllProjectExpenses200ResponseDataInner) SetTransactionType(v interface{})

SetTransactionType gets a reference to the given interface{} and assigns it to the TransactionType field.

func (*GetAllProjectExpenses200ResponseDataInner) SetUpdatedAt

func (o *GetAllProjectExpenses200ResponseDataInner) SetUpdatedAt(v interface{})

SetUpdatedAt gets a reference to the given interface{} and assigns it to the UpdatedAt field.

func (*GetAllProjectExpenses200ResponseDataInner) SetUpdatedBy

func (o *GetAllProjectExpenses200ResponseDataInner) SetUpdatedBy(v interface{})

SetUpdatedBy gets a reference to the given interface{} and assigns it to the UpdatedBy field.

func (GetAllProjectExpenses200ResponseDataInner) ToMap

func (o GetAllProjectExpenses200ResponseDataInner) ToMap() (map[string]interface{}, error)

func (*GetAllProjectExpenses200ResponseDataInner) UnmarshalJSON

func (o *GetAllProjectExpenses200ResponseDataInner) UnmarshalJSON(data []byte) (err error)

type GetAllProjects200Response

type GetAllProjects200Response struct {
	Data                 []GetAllProjects200ResponseDataInner `json:"data,omitempty"`
	Pagination           *GetAllProjects200ResponsePagination `json:"pagination,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetAllProjects200Response struct for GetAllProjects200Response

func NewGetAllProjects200Response

func NewGetAllProjects200Response() *GetAllProjects200Response

NewGetAllProjects200Response instantiates a new GetAllProjects200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetAllProjects200ResponseWithDefaults

func NewGetAllProjects200ResponseWithDefaults() *GetAllProjects200Response

NewGetAllProjects200ResponseWithDefaults instantiates a new GetAllProjects200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetAllProjects200Response) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*GetAllProjects200Response) GetDataOk

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200Response) GetPagination

GetPagination returns the Pagination field value if set, zero value otherwise.

func (*GetAllProjects200Response) GetPaginationOk

GetPaginationOk returns a tuple with the Pagination field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200Response) HasData

func (o *GetAllProjects200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (*GetAllProjects200Response) HasPagination

func (o *GetAllProjects200Response) HasPagination() bool

HasPagination returns a boolean if a field has been set.

func (GetAllProjects200Response) MarshalJSON

func (o GetAllProjects200Response) MarshalJSON() ([]byte, error)

func (*GetAllProjects200Response) SetData

SetData gets a reference to the given []GetAllProjects200ResponseDataInner and assigns it to the Data field.

func (*GetAllProjects200Response) SetPagination

SetPagination gets a reference to the given GetAllProjects200ResponsePagination and assigns it to the Pagination field.

func (GetAllProjects200Response) ToMap

func (o GetAllProjects200Response) ToMap() (map[string]interface{}, error)

func (*GetAllProjects200Response) UnmarshalJSON

func (o *GetAllProjects200Response) UnmarshalJSON(data []byte) (err error)

type GetAllProjects200ResponseDataInner

type GetAllProjects200ResponseDataInner struct {
	Id                              *int32      `json:"id,omitempty"`
	Name                            *string     `json:"name,omitempty"`
	CustomerName                    *string     `json:"customerName,omitempty"`
	CustomerPhoneNumber             *string     `json:"customerPhoneNumber,omitempty"`
	CustomerEmail                   *string     `json:"customerEmail,omitempty"`
	Status                          *string     `json:"status,omitempty"`
	ProjectType                     *string     `json:"projectType,omitempty"`
	PropertyType                    *string     `json:"propertyType,omitempty"`
	Location                        *string     `json:"location,omitempty"`
	Address                         *string     `json:"address,omitempty"`
	Address1                        *string     `json:"address1,omitempty"`
	Address2                        *string     `json:"address2,omitempty"`
	City                            *string     `json:"city,omitempty"`
	State                           *string     `json:"state,omitempty"`
	ZipCode                         *string     `json:"zipCode,omitempty"`
	Country                         *string     `json:"country,omitempty"`
	Longitude                       *float32    `json:"longitude,omitempty"`
	Latitude                        *float32    `json:"latitude,omitempty"`
	YearBuilt                       interface{} `json:"yearBuilt,omitempty"`
	ReferralSource                  *string     `json:"referralSource,omitempty"`
	InsuranceCompany                interface{} `json:"insuranceCompany,omitempty"`
	InsurancePolicyNumber           interface{} `json:"insurancePolicyNumber,omitempty"`
	InsuranceClaimNumber            interface{} `json:"insuranceClaimNumber,omitempty"`
	InsuranceAdjuster               interface{} `json:"insuranceAdjuster,omitempty"`
	EstimatedRevenue                interface{} `json:"estimatedRevenue,omitempty"`
	BudgetRevenue                   interface{} `json:"budgetRevenue,omitempty"`
	ActualRevenue                   *float32    `json:"actualRevenue,omitempty"`
	PaidAmount                      *float32    `json:"paidAmount,omitempty"`
	TotalCogs                       *float32    `json:"totalCogs,omitempty"`
	TotalActualExpenses             interface{} `json:"totalActualExpenses,omitempty"`
	GrossMargin                     *float32    `json:"grossMargin,omitempty"`
	GrossProfit                     *float32    `json:"grossProfit,omitempty"`
	BudgetedGrossMargin             *float32    `json:"budgetedGrossMargin,omitempty"`
	ProjectBilledPercent            *float32    `json:"projectBilledPercent,omitempty"`
	ProjectLostCause                interface{} `json:"projectLostCause,omitempty"`
	SalesPerson                     interface{} `json:"salesPerson,omitempty"`
	SalesPersonPhoneNumber          interface{} `json:"salesPersonPhoneNumber,omitempty"`
	SalesPersonEmail                interface{} `json:"salesPersonEmail,omitempty"`
	ProjectManager                  *string     `json:"projectManager,omitempty"`
	ProjectManagerPhoneNumber       *string     `json:"projectManagerPhoneNumber,omitempty"`
	ProjectManagerEmail             *string     `json:"projectManagerEmail,omitempty"`
	ReferrerName                    interface{} `json:"referrerName,omitempty"`
	ReferrerPhoneNumber             interface{} `json:"referrerPhoneNumber,omitempty"`
	ReferrerEmail                   interface{} `json:"referrerEmail,omitempty"`
	ReferrerOrganizationName        interface{} `json:"referrerOrganizationName,omitempty"`
	ReferrerOrganizationPhoneNumber interface{} `json:"referrerOrganizationPhoneNumber,omitempty"`
	ReferrerOrganizationEmail       interface{} `json:"referrerOrganizationEmail,omitempty"`
	ReferrerContactName             interface{} `json:"referrerContactName,omitempty"`
	ReferrerContactPhoneNumber      interface{} `json:"referrerContactPhoneNumber,omitempty"`
	ReferrerContactEmail            interface{} `json:"referrerContactEmail,omitempty"`
	Closed                          *string     `json:"closed,omitempty"`
	ClosedBoolean                   *bool       `json:"closedBoolean,omitempty"`
	Url                             *string     `json:"url,omitempty"`
	Sandbox                         interface{} `json:"sandbox,omitempty"`
	CreatedAt                       *string     `json:"createdAt,omitempty"`
	UpdatedAt                       *string     `json:"updatedAt,omitempty"`
	ImageLossUrl                    interface{} `json:"imageLossUrl,omitempty"`
	ImageFolderID                   *int32      `json:"imageFolderID,omitempty"`
	LinkedProject                   interface{} `json:"linkedProject,omitempty"`
	AdditionalProperties            map[string]interface{}
}

GetAllProjects200ResponseDataInner struct for GetAllProjects200ResponseDataInner

func NewGetAllProjects200ResponseDataInner

func NewGetAllProjects200ResponseDataInner() *GetAllProjects200ResponseDataInner

NewGetAllProjects200ResponseDataInner instantiates a new GetAllProjects200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetAllProjects200ResponseDataInnerWithDefaults

func NewGetAllProjects200ResponseDataInnerWithDefaults() *GetAllProjects200ResponseDataInner

NewGetAllProjects200ResponseDataInnerWithDefaults instantiates a new GetAllProjects200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetAllProjects200ResponseDataInner) GetActualRevenue

func (o *GetAllProjects200ResponseDataInner) GetActualRevenue() float32

GetActualRevenue returns the ActualRevenue field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetActualRevenueOk

func (o *GetAllProjects200ResponseDataInner) GetActualRevenueOk() (*float32, bool)

GetActualRevenueOk returns a tuple with the ActualRevenue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetAddress

GetAddress returns the Address field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetAddress1

func (o *GetAllProjects200ResponseDataInner) GetAddress1() string

GetAddress1 returns the Address1 field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetAddress1Ok

func (o *GetAllProjects200ResponseDataInner) GetAddress1Ok() (*string, bool)

GetAddress1Ok returns a tuple with the Address1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetAddress2

func (o *GetAllProjects200ResponseDataInner) GetAddress2() string

GetAddress2 returns the Address2 field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetAddress2Ok

func (o *GetAllProjects200ResponseDataInner) GetAddress2Ok() (*string, bool)

GetAddress2Ok returns a tuple with the Address2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetAddressOk

func (o *GetAllProjects200ResponseDataInner) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetBudgetRevenue

func (o *GetAllProjects200ResponseDataInner) GetBudgetRevenue() interface{}

GetBudgetRevenue returns the BudgetRevenue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjects200ResponseDataInner) GetBudgetRevenueOk

func (o *GetAllProjects200ResponseDataInner) GetBudgetRevenueOk() (*interface{}, bool)

GetBudgetRevenueOk returns a tuple with the BudgetRevenue 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 (*GetAllProjects200ResponseDataInner) GetBudgetedGrossMargin

func (o *GetAllProjects200ResponseDataInner) GetBudgetedGrossMargin() float32

GetBudgetedGrossMargin returns the BudgetedGrossMargin field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetBudgetedGrossMarginOk

func (o *GetAllProjects200ResponseDataInner) GetBudgetedGrossMarginOk() (*float32, bool)

GetBudgetedGrossMarginOk returns a tuple with the BudgetedGrossMargin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetCity

GetCity returns the City field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetCityOk

func (o *GetAllProjects200ResponseDataInner) GetCityOk() (*string, bool)

GetCityOk returns a tuple with the City field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetClosed

GetClosed returns the Closed field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetClosedBoolean

func (o *GetAllProjects200ResponseDataInner) GetClosedBoolean() bool

GetClosedBoolean returns the ClosedBoolean field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetClosedBooleanOk

func (o *GetAllProjects200ResponseDataInner) GetClosedBooleanOk() (*bool, bool)

GetClosedBooleanOk returns a tuple with the ClosedBoolean field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetClosedOk

func (o *GetAllProjects200ResponseDataInner) GetClosedOk() (*string, bool)

GetClosedOk returns a tuple with the Closed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetCountry

GetCountry returns the Country field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetCountryOk

func (o *GetAllProjects200ResponseDataInner) GetCountryOk() (*string, bool)

GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetCreatedAt

func (o *GetAllProjects200ResponseDataInner) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetCreatedAtOk

func (o *GetAllProjects200ResponseDataInner) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetCustomerEmail

func (o *GetAllProjects200ResponseDataInner) GetCustomerEmail() string

GetCustomerEmail returns the CustomerEmail field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetCustomerEmailOk

func (o *GetAllProjects200ResponseDataInner) GetCustomerEmailOk() (*string, bool)

GetCustomerEmailOk returns a tuple with the CustomerEmail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetCustomerName

func (o *GetAllProjects200ResponseDataInner) GetCustomerName() string

GetCustomerName returns the CustomerName field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetCustomerNameOk

func (o *GetAllProjects200ResponseDataInner) GetCustomerNameOk() (*string, bool)

GetCustomerNameOk returns a tuple with the CustomerName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetCustomerPhoneNumber

func (o *GetAllProjects200ResponseDataInner) GetCustomerPhoneNumber() string

GetCustomerPhoneNumber returns the CustomerPhoneNumber field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetCustomerPhoneNumberOk

func (o *GetAllProjects200ResponseDataInner) GetCustomerPhoneNumberOk() (*string, bool)

GetCustomerPhoneNumberOk returns a tuple with the CustomerPhoneNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetEstimatedRevenue

func (o *GetAllProjects200ResponseDataInner) GetEstimatedRevenue() interface{}

GetEstimatedRevenue returns the EstimatedRevenue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjects200ResponseDataInner) GetEstimatedRevenueOk

func (o *GetAllProjects200ResponseDataInner) GetEstimatedRevenueOk() (*interface{}, bool)

GetEstimatedRevenueOk returns a tuple with the EstimatedRevenue 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 (*GetAllProjects200ResponseDataInner) GetGrossMargin

func (o *GetAllProjects200ResponseDataInner) GetGrossMargin() float32

GetGrossMargin returns the GrossMargin field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetGrossMarginOk

func (o *GetAllProjects200ResponseDataInner) GetGrossMarginOk() (*float32, bool)

GetGrossMarginOk returns a tuple with the GrossMargin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetGrossProfit

func (o *GetAllProjects200ResponseDataInner) GetGrossProfit() float32

GetGrossProfit returns the GrossProfit field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetGrossProfitOk

func (o *GetAllProjects200ResponseDataInner) GetGrossProfitOk() (*float32, bool)

GetGrossProfitOk returns a tuple with the GrossProfit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetIdOk

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetImageFolderID

func (o *GetAllProjects200ResponseDataInner) GetImageFolderID() int32

GetImageFolderID returns the ImageFolderID field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetImageFolderIDOk

func (o *GetAllProjects200ResponseDataInner) GetImageFolderIDOk() (*int32, bool)

GetImageFolderIDOk returns a tuple with the ImageFolderID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetImageLossUrl

func (o *GetAllProjects200ResponseDataInner) GetImageLossUrl() interface{}

GetImageLossUrl returns the ImageLossUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjects200ResponseDataInner) GetImageLossUrlOk

func (o *GetAllProjects200ResponseDataInner) GetImageLossUrlOk() (*interface{}, bool)

GetImageLossUrlOk returns a tuple with the ImageLossUrl 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 (*GetAllProjects200ResponseDataInner) GetInsuranceAdjuster

func (o *GetAllProjects200ResponseDataInner) GetInsuranceAdjuster() interface{}

GetInsuranceAdjuster returns the InsuranceAdjuster field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjects200ResponseDataInner) GetInsuranceAdjusterOk

func (o *GetAllProjects200ResponseDataInner) GetInsuranceAdjusterOk() (*interface{}, bool)

GetInsuranceAdjusterOk returns a tuple with the InsuranceAdjuster 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 (*GetAllProjects200ResponseDataInner) GetInsuranceClaimNumber

func (o *GetAllProjects200ResponseDataInner) GetInsuranceClaimNumber() interface{}

GetInsuranceClaimNumber returns the InsuranceClaimNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjects200ResponseDataInner) GetInsuranceClaimNumberOk

func (o *GetAllProjects200ResponseDataInner) GetInsuranceClaimNumberOk() (*interface{}, bool)

GetInsuranceClaimNumberOk returns a tuple with the InsuranceClaimNumber 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 (*GetAllProjects200ResponseDataInner) GetInsuranceCompany

func (o *GetAllProjects200ResponseDataInner) GetInsuranceCompany() interface{}

GetInsuranceCompany returns the InsuranceCompany field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjects200ResponseDataInner) GetInsuranceCompanyOk

func (o *GetAllProjects200ResponseDataInner) GetInsuranceCompanyOk() (*interface{}, bool)

GetInsuranceCompanyOk returns a tuple with the InsuranceCompany 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 (*GetAllProjects200ResponseDataInner) GetInsurancePolicyNumber

func (o *GetAllProjects200ResponseDataInner) GetInsurancePolicyNumber() interface{}

GetInsurancePolicyNumber returns the InsurancePolicyNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjects200ResponseDataInner) GetInsurancePolicyNumberOk

func (o *GetAllProjects200ResponseDataInner) GetInsurancePolicyNumberOk() (*interface{}, bool)

GetInsurancePolicyNumberOk returns a tuple with the InsurancePolicyNumber 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 (*GetAllProjects200ResponseDataInner) GetLatitude

GetLatitude returns the Latitude field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetLatitudeOk

func (o *GetAllProjects200ResponseDataInner) GetLatitudeOk() (*float32, bool)

GetLatitudeOk returns a tuple with the Latitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetLinkedProject

func (o *GetAllProjects200ResponseDataInner) GetLinkedProject() interface{}

GetLinkedProject returns the LinkedProject field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjects200ResponseDataInner) GetLinkedProjectOk

func (o *GetAllProjects200ResponseDataInner) GetLinkedProjectOk() (*interface{}, bool)

GetLinkedProjectOk returns a tuple with the LinkedProject 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 (*GetAllProjects200ResponseDataInner) GetLocation

func (o *GetAllProjects200ResponseDataInner) GetLocation() string

GetLocation returns the Location field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetLocationOk

func (o *GetAllProjects200ResponseDataInner) GetLocationOk() (*string, 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.

func (*GetAllProjects200ResponseDataInner) GetLongitude

func (o *GetAllProjects200ResponseDataInner) GetLongitude() float32

GetLongitude returns the Longitude field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetLongitudeOk

func (o *GetAllProjects200ResponseDataInner) GetLongitudeOk() (*float32, bool)

GetLongitudeOk returns a tuple with the Longitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetName

GetName returns the Name field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetNameOk

func (o *GetAllProjects200ResponseDataInner) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetPaidAmount

func (o *GetAllProjects200ResponseDataInner) GetPaidAmount() float32

GetPaidAmount returns the PaidAmount field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetPaidAmountOk

func (o *GetAllProjects200ResponseDataInner) GetPaidAmountOk() (*float32, bool)

GetPaidAmountOk returns a tuple with the PaidAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetProjectBilledPercent

func (o *GetAllProjects200ResponseDataInner) GetProjectBilledPercent() float32

GetProjectBilledPercent returns the ProjectBilledPercent field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetProjectBilledPercentOk

func (o *GetAllProjects200ResponseDataInner) GetProjectBilledPercentOk() (*float32, bool)

GetProjectBilledPercentOk returns a tuple with the ProjectBilledPercent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetProjectLostCause

func (o *GetAllProjects200ResponseDataInner) GetProjectLostCause() interface{}

GetProjectLostCause returns the ProjectLostCause field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjects200ResponseDataInner) GetProjectLostCauseOk

func (o *GetAllProjects200ResponseDataInner) GetProjectLostCauseOk() (*interface{}, bool)

GetProjectLostCauseOk returns a tuple with the ProjectLostCause 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 (*GetAllProjects200ResponseDataInner) GetProjectManager

func (o *GetAllProjects200ResponseDataInner) GetProjectManager() string

GetProjectManager returns the ProjectManager field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetProjectManagerEmail

func (o *GetAllProjects200ResponseDataInner) GetProjectManagerEmail() string

GetProjectManagerEmail returns the ProjectManagerEmail field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetProjectManagerEmailOk

func (o *GetAllProjects200ResponseDataInner) GetProjectManagerEmailOk() (*string, bool)

GetProjectManagerEmailOk returns a tuple with the ProjectManagerEmail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetProjectManagerOk

func (o *GetAllProjects200ResponseDataInner) GetProjectManagerOk() (*string, bool)

GetProjectManagerOk returns a tuple with the ProjectManager field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetProjectManagerPhoneNumber

func (o *GetAllProjects200ResponseDataInner) GetProjectManagerPhoneNumber() string

GetProjectManagerPhoneNumber returns the ProjectManagerPhoneNumber field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetProjectManagerPhoneNumberOk

func (o *GetAllProjects200ResponseDataInner) GetProjectManagerPhoneNumberOk() (*string, bool)

GetProjectManagerPhoneNumberOk returns a tuple with the ProjectManagerPhoneNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetProjectType

func (o *GetAllProjects200ResponseDataInner) GetProjectType() string

GetProjectType returns the ProjectType field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetProjectTypeOk

func (o *GetAllProjects200ResponseDataInner) GetProjectTypeOk() (*string, bool)

GetProjectTypeOk returns a tuple with the ProjectType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetPropertyType

func (o *GetAllProjects200ResponseDataInner) GetPropertyType() string

GetPropertyType returns the PropertyType field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetPropertyTypeOk

func (o *GetAllProjects200ResponseDataInner) GetPropertyTypeOk() (*string, bool)

GetPropertyTypeOk returns a tuple with the PropertyType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetReferralSource

func (o *GetAllProjects200ResponseDataInner) GetReferralSource() string

GetReferralSource returns the ReferralSource field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetReferralSourceOk

func (o *GetAllProjects200ResponseDataInner) GetReferralSourceOk() (*string, bool)

GetReferralSourceOk returns a tuple with the ReferralSource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetReferrerContactEmail

func (o *GetAllProjects200ResponseDataInner) GetReferrerContactEmail() interface{}

GetReferrerContactEmail returns the ReferrerContactEmail field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjects200ResponseDataInner) GetReferrerContactEmailOk

func (o *GetAllProjects200ResponseDataInner) GetReferrerContactEmailOk() (*interface{}, bool)

GetReferrerContactEmailOk returns a tuple with the ReferrerContactEmail 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 (*GetAllProjects200ResponseDataInner) GetReferrerContactName

func (o *GetAllProjects200ResponseDataInner) GetReferrerContactName() interface{}

GetReferrerContactName returns the ReferrerContactName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjects200ResponseDataInner) GetReferrerContactNameOk

func (o *GetAllProjects200ResponseDataInner) GetReferrerContactNameOk() (*interface{}, bool)

GetReferrerContactNameOk returns a tuple with the ReferrerContactName 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 (*GetAllProjects200ResponseDataInner) GetReferrerContactPhoneNumber

func (o *GetAllProjects200ResponseDataInner) GetReferrerContactPhoneNumber() interface{}

GetReferrerContactPhoneNumber returns the ReferrerContactPhoneNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjects200ResponseDataInner) GetReferrerContactPhoneNumberOk

func (o *GetAllProjects200ResponseDataInner) GetReferrerContactPhoneNumberOk() (*interface{}, bool)

GetReferrerContactPhoneNumberOk returns a tuple with the ReferrerContactPhoneNumber 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 (*GetAllProjects200ResponseDataInner) GetReferrerEmail

func (o *GetAllProjects200ResponseDataInner) GetReferrerEmail() interface{}

GetReferrerEmail returns the ReferrerEmail field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjects200ResponseDataInner) GetReferrerEmailOk

func (o *GetAllProjects200ResponseDataInner) GetReferrerEmailOk() (*interface{}, bool)

GetReferrerEmailOk returns a tuple with the ReferrerEmail 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 (*GetAllProjects200ResponseDataInner) GetReferrerName

func (o *GetAllProjects200ResponseDataInner) GetReferrerName() interface{}

GetReferrerName returns the ReferrerName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjects200ResponseDataInner) GetReferrerNameOk

func (o *GetAllProjects200ResponseDataInner) GetReferrerNameOk() (*interface{}, bool)

GetReferrerNameOk returns a tuple with the ReferrerName 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 (*GetAllProjects200ResponseDataInner) GetReferrerOrganizationEmail

func (o *GetAllProjects200ResponseDataInner) GetReferrerOrganizationEmail() interface{}

GetReferrerOrganizationEmail returns the ReferrerOrganizationEmail field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjects200ResponseDataInner) GetReferrerOrganizationEmailOk

func (o *GetAllProjects200ResponseDataInner) GetReferrerOrganizationEmailOk() (*interface{}, bool)

GetReferrerOrganizationEmailOk returns a tuple with the ReferrerOrganizationEmail 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 (*GetAllProjects200ResponseDataInner) GetReferrerOrganizationName

func (o *GetAllProjects200ResponseDataInner) GetReferrerOrganizationName() interface{}

GetReferrerOrganizationName returns the ReferrerOrganizationName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjects200ResponseDataInner) GetReferrerOrganizationNameOk

func (o *GetAllProjects200ResponseDataInner) GetReferrerOrganizationNameOk() (*interface{}, bool)

GetReferrerOrganizationNameOk returns a tuple with the ReferrerOrganizationName 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 (*GetAllProjects200ResponseDataInner) GetReferrerOrganizationPhoneNumber

func (o *GetAllProjects200ResponseDataInner) GetReferrerOrganizationPhoneNumber() interface{}

GetReferrerOrganizationPhoneNumber returns the ReferrerOrganizationPhoneNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjects200ResponseDataInner) GetReferrerOrganizationPhoneNumberOk

func (o *GetAllProjects200ResponseDataInner) GetReferrerOrganizationPhoneNumberOk() (*interface{}, bool)

GetReferrerOrganizationPhoneNumberOk returns a tuple with the ReferrerOrganizationPhoneNumber 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 (*GetAllProjects200ResponseDataInner) GetReferrerPhoneNumber

func (o *GetAllProjects200ResponseDataInner) GetReferrerPhoneNumber() interface{}

GetReferrerPhoneNumber returns the ReferrerPhoneNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjects200ResponseDataInner) GetReferrerPhoneNumberOk

func (o *GetAllProjects200ResponseDataInner) GetReferrerPhoneNumberOk() (*interface{}, bool)

GetReferrerPhoneNumberOk returns a tuple with the ReferrerPhoneNumber 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 (*GetAllProjects200ResponseDataInner) GetSalesPerson

func (o *GetAllProjects200ResponseDataInner) GetSalesPerson() interface{}

GetSalesPerson returns the SalesPerson field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjects200ResponseDataInner) GetSalesPersonEmail

func (o *GetAllProjects200ResponseDataInner) GetSalesPersonEmail() interface{}

GetSalesPersonEmail returns the SalesPersonEmail field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjects200ResponseDataInner) GetSalesPersonEmailOk

func (o *GetAllProjects200ResponseDataInner) GetSalesPersonEmailOk() (*interface{}, bool)

GetSalesPersonEmailOk returns a tuple with the SalesPersonEmail 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 (*GetAllProjects200ResponseDataInner) GetSalesPersonOk

func (o *GetAllProjects200ResponseDataInner) GetSalesPersonOk() (*interface{}, bool)

GetSalesPersonOk returns a tuple with the SalesPerson 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 (*GetAllProjects200ResponseDataInner) GetSalesPersonPhoneNumber

func (o *GetAllProjects200ResponseDataInner) GetSalesPersonPhoneNumber() interface{}

GetSalesPersonPhoneNumber returns the SalesPersonPhoneNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjects200ResponseDataInner) GetSalesPersonPhoneNumberOk

func (o *GetAllProjects200ResponseDataInner) GetSalesPersonPhoneNumberOk() (*interface{}, bool)

GetSalesPersonPhoneNumberOk returns a tuple with the SalesPersonPhoneNumber 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 (*GetAllProjects200ResponseDataInner) GetSandbox

func (o *GetAllProjects200ResponseDataInner) GetSandbox() interface{}

GetSandbox returns the Sandbox field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjects200ResponseDataInner) GetSandboxOk

func (o *GetAllProjects200ResponseDataInner) GetSandboxOk() (*interface{}, bool)

GetSandboxOk returns a tuple with the Sandbox 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 (*GetAllProjects200ResponseDataInner) GetState

GetState returns the State field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetStateOk

func (o *GetAllProjects200ResponseDataInner) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetStatusOk

func (o *GetAllProjects200ResponseDataInner) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetTotalActualExpenses

func (o *GetAllProjects200ResponseDataInner) GetTotalActualExpenses() interface{}

GetTotalActualExpenses returns the TotalActualExpenses field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjects200ResponseDataInner) GetTotalActualExpensesOk

func (o *GetAllProjects200ResponseDataInner) GetTotalActualExpensesOk() (*interface{}, bool)

GetTotalActualExpensesOk returns a tuple with the TotalActualExpenses 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 (*GetAllProjects200ResponseDataInner) GetTotalCogs

func (o *GetAllProjects200ResponseDataInner) GetTotalCogs() float32

GetTotalCogs returns the TotalCogs field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetTotalCogsOk

func (o *GetAllProjects200ResponseDataInner) GetTotalCogsOk() (*float32, bool)

GetTotalCogsOk returns a tuple with the TotalCogs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetUpdatedAt

func (o *GetAllProjects200ResponseDataInner) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetUpdatedAtOk

func (o *GetAllProjects200ResponseDataInner) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetUrl

GetUrl returns the Url field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetUrlOk

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) GetYearBuilt

func (o *GetAllProjects200ResponseDataInner) GetYearBuilt() interface{}

GetYearBuilt returns the YearBuilt field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjects200ResponseDataInner) GetYearBuiltOk

func (o *GetAllProjects200ResponseDataInner) GetYearBuiltOk() (*interface{}, bool)

GetYearBuiltOk returns a tuple with the YearBuilt 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 (*GetAllProjects200ResponseDataInner) GetZipCode

GetZipCode returns the ZipCode field value if set, zero value otherwise.

func (*GetAllProjects200ResponseDataInner) GetZipCodeOk

func (o *GetAllProjects200ResponseDataInner) GetZipCodeOk() (*string, bool)

GetZipCodeOk returns a tuple with the ZipCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponseDataInner) HasActualRevenue

func (o *GetAllProjects200ResponseDataInner) HasActualRevenue() bool

HasActualRevenue returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasAddress

func (o *GetAllProjects200ResponseDataInner) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasAddress1

func (o *GetAllProjects200ResponseDataInner) HasAddress1() bool

HasAddress1 returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasAddress2

func (o *GetAllProjects200ResponseDataInner) HasAddress2() bool

HasAddress2 returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasBudgetRevenue

func (o *GetAllProjects200ResponseDataInner) HasBudgetRevenue() bool

HasBudgetRevenue returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasBudgetedGrossMargin

func (o *GetAllProjects200ResponseDataInner) HasBudgetedGrossMargin() bool

HasBudgetedGrossMargin returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasCity

HasCity returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasClosed

HasClosed returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasClosedBoolean

func (o *GetAllProjects200ResponseDataInner) HasClosedBoolean() bool

HasClosedBoolean returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasCountry

func (o *GetAllProjects200ResponseDataInner) HasCountry() bool

HasCountry returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasCreatedAt

func (o *GetAllProjects200ResponseDataInner) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasCustomerEmail

func (o *GetAllProjects200ResponseDataInner) HasCustomerEmail() bool

HasCustomerEmail returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasCustomerName

func (o *GetAllProjects200ResponseDataInner) HasCustomerName() bool

HasCustomerName returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasCustomerPhoneNumber

func (o *GetAllProjects200ResponseDataInner) HasCustomerPhoneNumber() bool

HasCustomerPhoneNumber returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasEstimatedRevenue

func (o *GetAllProjects200ResponseDataInner) HasEstimatedRevenue() bool

HasEstimatedRevenue returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasGrossMargin

func (o *GetAllProjects200ResponseDataInner) HasGrossMargin() bool

HasGrossMargin returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasGrossProfit

func (o *GetAllProjects200ResponseDataInner) HasGrossProfit() bool

HasGrossProfit returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasId

HasId returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasImageFolderID

func (o *GetAllProjects200ResponseDataInner) HasImageFolderID() bool

HasImageFolderID returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasImageLossUrl

func (o *GetAllProjects200ResponseDataInner) HasImageLossUrl() bool

HasImageLossUrl returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasInsuranceAdjuster

func (o *GetAllProjects200ResponseDataInner) HasInsuranceAdjuster() bool

HasInsuranceAdjuster returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasInsuranceClaimNumber

func (o *GetAllProjects200ResponseDataInner) HasInsuranceClaimNumber() bool

HasInsuranceClaimNumber returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasInsuranceCompany

func (o *GetAllProjects200ResponseDataInner) HasInsuranceCompany() bool

HasInsuranceCompany returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasInsurancePolicyNumber

func (o *GetAllProjects200ResponseDataInner) HasInsurancePolicyNumber() bool

HasInsurancePolicyNumber returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasLatitude

func (o *GetAllProjects200ResponseDataInner) HasLatitude() bool

HasLatitude returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasLinkedProject

func (o *GetAllProjects200ResponseDataInner) HasLinkedProject() bool

HasLinkedProject returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasLocation

func (o *GetAllProjects200ResponseDataInner) HasLocation() bool

HasLocation returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasLongitude

func (o *GetAllProjects200ResponseDataInner) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasName

HasName returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasPaidAmount

func (o *GetAllProjects200ResponseDataInner) HasPaidAmount() bool

HasPaidAmount returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasProjectBilledPercent

func (o *GetAllProjects200ResponseDataInner) HasProjectBilledPercent() bool

HasProjectBilledPercent returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasProjectLostCause

func (o *GetAllProjects200ResponseDataInner) HasProjectLostCause() bool

HasProjectLostCause returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasProjectManager

func (o *GetAllProjects200ResponseDataInner) HasProjectManager() bool

HasProjectManager returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasProjectManagerEmail

func (o *GetAllProjects200ResponseDataInner) HasProjectManagerEmail() bool

HasProjectManagerEmail returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasProjectManagerPhoneNumber

func (o *GetAllProjects200ResponseDataInner) HasProjectManagerPhoneNumber() bool

HasProjectManagerPhoneNumber returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasProjectType

func (o *GetAllProjects200ResponseDataInner) HasProjectType() bool

HasProjectType returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasPropertyType

func (o *GetAllProjects200ResponseDataInner) HasPropertyType() bool

HasPropertyType returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasReferralSource

func (o *GetAllProjects200ResponseDataInner) HasReferralSource() bool

HasReferralSource returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasReferrerContactEmail

func (o *GetAllProjects200ResponseDataInner) HasReferrerContactEmail() bool

HasReferrerContactEmail returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasReferrerContactName

func (o *GetAllProjects200ResponseDataInner) HasReferrerContactName() bool

HasReferrerContactName returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasReferrerContactPhoneNumber

func (o *GetAllProjects200ResponseDataInner) HasReferrerContactPhoneNumber() bool

HasReferrerContactPhoneNumber returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasReferrerEmail

func (o *GetAllProjects200ResponseDataInner) HasReferrerEmail() bool

HasReferrerEmail returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasReferrerName

func (o *GetAllProjects200ResponseDataInner) HasReferrerName() bool

HasReferrerName returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasReferrerOrganizationEmail

func (o *GetAllProjects200ResponseDataInner) HasReferrerOrganizationEmail() bool

HasReferrerOrganizationEmail returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasReferrerOrganizationName

func (o *GetAllProjects200ResponseDataInner) HasReferrerOrganizationName() bool

HasReferrerOrganizationName returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasReferrerOrganizationPhoneNumber

func (o *GetAllProjects200ResponseDataInner) HasReferrerOrganizationPhoneNumber() bool

HasReferrerOrganizationPhoneNumber returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasReferrerPhoneNumber

func (o *GetAllProjects200ResponseDataInner) HasReferrerPhoneNumber() bool

HasReferrerPhoneNumber returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasSalesPerson

func (o *GetAllProjects200ResponseDataInner) HasSalesPerson() bool

HasSalesPerson returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasSalesPersonEmail

func (o *GetAllProjects200ResponseDataInner) HasSalesPersonEmail() bool

HasSalesPersonEmail returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasSalesPersonPhoneNumber

func (o *GetAllProjects200ResponseDataInner) HasSalesPersonPhoneNumber() bool

HasSalesPersonPhoneNumber returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasSandbox

func (o *GetAllProjects200ResponseDataInner) HasSandbox() bool

HasSandbox returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasState

HasState returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasStatus

HasStatus returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasTotalActualExpenses

func (o *GetAllProjects200ResponseDataInner) HasTotalActualExpenses() bool

HasTotalActualExpenses returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasTotalCogs

func (o *GetAllProjects200ResponseDataInner) HasTotalCogs() bool

HasTotalCogs returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasUpdatedAt

func (o *GetAllProjects200ResponseDataInner) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasUrl

HasUrl returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasYearBuilt

func (o *GetAllProjects200ResponseDataInner) HasYearBuilt() bool

HasYearBuilt returns a boolean if a field has been set.

func (*GetAllProjects200ResponseDataInner) HasZipCode

func (o *GetAllProjects200ResponseDataInner) HasZipCode() bool

HasZipCode returns a boolean if a field has been set.

func (GetAllProjects200ResponseDataInner) MarshalJSON

func (o GetAllProjects200ResponseDataInner) MarshalJSON() ([]byte, error)

func (*GetAllProjects200ResponseDataInner) SetActualRevenue

func (o *GetAllProjects200ResponseDataInner) SetActualRevenue(v float32)

SetActualRevenue gets a reference to the given float32 and assigns it to the ActualRevenue field.

func (*GetAllProjects200ResponseDataInner) SetAddress

func (o *GetAllProjects200ResponseDataInner) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*GetAllProjects200ResponseDataInner) SetAddress1

func (o *GetAllProjects200ResponseDataInner) SetAddress1(v string)

SetAddress1 gets a reference to the given string and assigns it to the Address1 field.

func (*GetAllProjects200ResponseDataInner) SetAddress2

func (o *GetAllProjects200ResponseDataInner) SetAddress2(v string)

SetAddress2 gets a reference to the given string and assigns it to the Address2 field.

func (*GetAllProjects200ResponseDataInner) SetBudgetRevenue

func (o *GetAllProjects200ResponseDataInner) SetBudgetRevenue(v interface{})

SetBudgetRevenue gets a reference to the given interface{} and assigns it to the BudgetRevenue field.

func (*GetAllProjects200ResponseDataInner) SetBudgetedGrossMargin

func (o *GetAllProjects200ResponseDataInner) SetBudgetedGrossMargin(v float32)

SetBudgetedGrossMargin gets a reference to the given float32 and assigns it to the BudgetedGrossMargin field.

func (*GetAllProjects200ResponseDataInner) SetCity

SetCity gets a reference to the given string and assigns it to the City field.

func (*GetAllProjects200ResponseDataInner) SetClosed

SetClosed gets a reference to the given string and assigns it to the Closed field.

func (*GetAllProjects200ResponseDataInner) SetClosedBoolean

func (o *GetAllProjects200ResponseDataInner) SetClosedBoolean(v bool)

SetClosedBoolean gets a reference to the given bool and assigns it to the ClosedBoolean field.

func (*GetAllProjects200ResponseDataInner) SetCountry

func (o *GetAllProjects200ResponseDataInner) SetCountry(v string)

SetCountry gets a reference to the given string and assigns it to the Country field.

func (*GetAllProjects200ResponseDataInner) SetCreatedAt

func (o *GetAllProjects200ResponseDataInner) SetCreatedAt(v string)

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*GetAllProjects200ResponseDataInner) SetCustomerEmail

func (o *GetAllProjects200ResponseDataInner) SetCustomerEmail(v string)

SetCustomerEmail gets a reference to the given string and assigns it to the CustomerEmail field.

func (*GetAllProjects200ResponseDataInner) SetCustomerName

func (o *GetAllProjects200ResponseDataInner) SetCustomerName(v string)

SetCustomerName gets a reference to the given string and assigns it to the CustomerName field.

func (*GetAllProjects200ResponseDataInner) SetCustomerPhoneNumber

func (o *GetAllProjects200ResponseDataInner) SetCustomerPhoneNumber(v string)

SetCustomerPhoneNumber gets a reference to the given string and assigns it to the CustomerPhoneNumber field.

func (*GetAllProjects200ResponseDataInner) SetEstimatedRevenue

func (o *GetAllProjects200ResponseDataInner) SetEstimatedRevenue(v interface{})

SetEstimatedRevenue gets a reference to the given interface{} and assigns it to the EstimatedRevenue field.

func (*GetAllProjects200ResponseDataInner) SetGrossMargin

func (o *GetAllProjects200ResponseDataInner) SetGrossMargin(v float32)

SetGrossMargin gets a reference to the given float32 and assigns it to the GrossMargin field.

func (*GetAllProjects200ResponseDataInner) SetGrossProfit

func (o *GetAllProjects200ResponseDataInner) SetGrossProfit(v float32)

SetGrossProfit gets a reference to the given float32 and assigns it to the GrossProfit field.

func (*GetAllProjects200ResponseDataInner) SetId

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*GetAllProjects200ResponseDataInner) SetImageFolderID

func (o *GetAllProjects200ResponseDataInner) SetImageFolderID(v int32)

SetImageFolderID gets a reference to the given int32 and assigns it to the ImageFolderID field.

func (*GetAllProjects200ResponseDataInner) SetImageLossUrl

func (o *GetAllProjects200ResponseDataInner) SetImageLossUrl(v interface{})

SetImageLossUrl gets a reference to the given interface{} and assigns it to the ImageLossUrl field.

func (*GetAllProjects200ResponseDataInner) SetInsuranceAdjuster

func (o *GetAllProjects200ResponseDataInner) SetInsuranceAdjuster(v interface{})

SetInsuranceAdjuster gets a reference to the given interface{} and assigns it to the InsuranceAdjuster field.

func (*GetAllProjects200ResponseDataInner) SetInsuranceClaimNumber

func (o *GetAllProjects200ResponseDataInner) SetInsuranceClaimNumber(v interface{})

SetInsuranceClaimNumber gets a reference to the given interface{} and assigns it to the InsuranceClaimNumber field.

func (*GetAllProjects200ResponseDataInner) SetInsuranceCompany

func (o *GetAllProjects200ResponseDataInner) SetInsuranceCompany(v interface{})

SetInsuranceCompany gets a reference to the given interface{} and assigns it to the InsuranceCompany field.

func (*GetAllProjects200ResponseDataInner) SetInsurancePolicyNumber

func (o *GetAllProjects200ResponseDataInner) SetInsurancePolicyNumber(v interface{})

SetInsurancePolicyNumber gets a reference to the given interface{} and assigns it to the InsurancePolicyNumber field.

func (*GetAllProjects200ResponseDataInner) SetLatitude

func (o *GetAllProjects200ResponseDataInner) SetLatitude(v float32)

SetLatitude gets a reference to the given float32 and assigns it to the Latitude field.

func (*GetAllProjects200ResponseDataInner) SetLinkedProject

func (o *GetAllProjects200ResponseDataInner) SetLinkedProject(v interface{})

SetLinkedProject gets a reference to the given interface{} and assigns it to the LinkedProject field.

func (*GetAllProjects200ResponseDataInner) SetLocation

func (o *GetAllProjects200ResponseDataInner) SetLocation(v string)

SetLocation gets a reference to the given string and assigns it to the Location field.

func (*GetAllProjects200ResponseDataInner) SetLongitude

func (o *GetAllProjects200ResponseDataInner) SetLongitude(v float32)

SetLongitude gets a reference to the given float32 and assigns it to the Longitude field.

func (*GetAllProjects200ResponseDataInner) SetName

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetAllProjects200ResponseDataInner) SetPaidAmount

func (o *GetAllProjects200ResponseDataInner) SetPaidAmount(v float32)

SetPaidAmount gets a reference to the given float32 and assigns it to the PaidAmount field.

func (*GetAllProjects200ResponseDataInner) SetProjectBilledPercent

func (o *GetAllProjects200ResponseDataInner) SetProjectBilledPercent(v float32)

SetProjectBilledPercent gets a reference to the given float32 and assigns it to the ProjectBilledPercent field.

func (*GetAllProjects200ResponseDataInner) SetProjectLostCause

func (o *GetAllProjects200ResponseDataInner) SetProjectLostCause(v interface{})

SetProjectLostCause gets a reference to the given interface{} and assigns it to the ProjectLostCause field.

func (*GetAllProjects200ResponseDataInner) SetProjectManager

func (o *GetAllProjects200ResponseDataInner) SetProjectManager(v string)

SetProjectManager gets a reference to the given string and assigns it to the ProjectManager field.

func (*GetAllProjects200ResponseDataInner) SetProjectManagerEmail

func (o *GetAllProjects200ResponseDataInner) SetProjectManagerEmail(v string)

SetProjectManagerEmail gets a reference to the given string and assigns it to the ProjectManagerEmail field.

func (*GetAllProjects200ResponseDataInner) SetProjectManagerPhoneNumber

func (o *GetAllProjects200ResponseDataInner) SetProjectManagerPhoneNumber(v string)

SetProjectManagerPhoneNumber gets a reference to the given string and assigns it to the ProjectManagerPhoneNumber field.

func (*GetAllProjects200ResponseDataInner) SetProjectType

func (o *GetAllProjects200ResponseDataInner) SetProjectType(v string)

SetProjectType gets a reference to the given string and assigns it to the ProjectType field.

func (*GetAllProjects200ResponseDataInner) SetPropertyType

func (o *GetAllProjects200ResponseDataInner) SetPropertyType(v string)

SetPropertyType gets a reference to the given string and assigns it to the PropertyType field.

func (*GetAllProjects200ResponseDataInner) SetReferralSource

func (o *GetAllProjects200ResponseDataInner) SetReferralSource(v string)

SetReferralSource gets a reference to the given string and assigns it to the ReferralSource field.

func (*GetAllProjects200ResponseDataInner) SetReferrerContactEmail

func (o *GetAllProjects200ResponseDataInner) SetReferrerContactEmail(v interface{})

SetReferrerContactEmail gets a reference to the given interface{} and assigns it to the ReferrerContactEmail field.

func (*GetAllProjects200ResponseDataInner) SetReferrerContactName

func (o *GetAllProjects200ResponseDataInner) SetReferrerContactName(v interface{})

SetReferrerContactName gets a reference to the given interface{} and assigns it to the ReferrerContactName field.

func (*GetAllProjects200ResponseDataInner) SetReferrerContactPhoneNumber

func (o *GetAllProjects200ResponseDataInner) SetReferrerContactPhoneNumber(v interface{})

SetReferrerContactPhoneNumber gets a reference to the given interface{} and assigns it to the ReferrerContactPhoneNumber field.

func (*GetAllProjects200ResponseDataInner) SetReferrerEmail

func (o *GetAllProjects200ResponseDataInner) SetReferrerEmail(v interface{})

SetReferrerEmail gets a reference to the given interface{} and assigns it to the ReferrerEmail field.

func (*GetAllProjects200ResponseDataInner) SetReferrerName

func (o *GetAllProjects200ResponseDataInner) SetReferrerName(v interface{})

SetReferrerName gets a reference to the given interface{} and assigns it to the ReferrerName field.

func (*GetAllProjects200ResponseDataInner) SetReferrerOrganizationEmail

func (o *GetAllProjects200ResponseDataInner) SetReferrerOrganizationEmail(v interface{})

SetReferrerOrganizationEmail gets a reference to the given interface{} and assigns it to the ReferrerOrganizationEmail field.

func (*GetAllProjects200ResponseDataInner) SetReferrerOrganizationName

func (o *GetAllProjects200ResponseDataInner) SetReferrerOrganizationName(v interface{})

SetReferrerOrganizationName gets a reference to the given interface{} and assigns it to the ReferrerOrganizationName field.

func (*GetAllProjects200ResponseDataInner) SetReferrerOrganizationPhoneNumber

func (o *GetAllProjects200ResponseDataInner) SetReferrerOrganizationPhoneNumber(v interface{})

SetReferrerOrganizationPhoneNumber gets a reference to the given interface{} and assigns it to the ReferrerOrganizationPhoneNumber field.

func (*GetAllProjects200ResponseDataInner) SetReferrerPhoneNumber

func (o *GetAllProjects200ResponseDataInner) SetReferrerPhoneNumber(v interface{})

SetReferrerPhoneNumber gets a reference to the given interface{} and assigns it to the ReferrerPhoneNumber field.

func (*GetAllProjects200ResponseDataInner) SetSalesPerson

func (o *GetAllProjects200ResponseDataInner) SetSalesPerson(v interface{})

SetSalesPerson gets a reference to the given interface{} and assigns it to the SalesPerson field.

func (*GetAllProjects200ResponseDataInner) SetSalesPersonEmail

func (o *GetAllProjects200ResponseDataInner) SetSalesPersonEmail(v interface{})

SetSalesPersonEmail gets a reference to the given interface{} and assigns it to the SalesPersonEmail field.

func (*GetAllProjects200ResponseDataInner) SetSalesPersonPhoneNumber

func (o *GetAllProjects200ResponseDataInner) SetSalesPersonPhoneNumber(v interface{})

SetSalesPersonPhoneNumber gets a reference to the given interface{} and assigns it to the SalesPersonPhoneNumber field.

func (*GetAllProjects200ResponseDataInner) SetSandbox

func (o *GetAllProjects200ResponseDataInner) SetSandbox(v interface{})

SetSandbox gets a reference to the given interface{} and assigns it to the Sandbox field.

func (*GetAllProjects200ResponseDataInner) SetState

SetState gets a reference to the given string and assigns it to the State field.

func (*GetAllProjects200ResponseDataInner) SetStatus

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*GetAllProjects200ResponseDataInner) SetTotalActualExpenses

func (o *GetAllProjects200ResponseDataInner) SetTotalActualExpenses(v interface{})

SetTotalActualExpenses gets a reference to the given interface{} and assigns it to the TotalActualExpenses field.

func (*GetAllProjects200ResponseDataInner) SetTotalCogs

func (o *GetAllProjects200ResponseDataInner) SetTotalCogs(v float32)

SetTotalCogs gets a reference to the given float32 and assigns it to the TotalCogs field.

func (*GetAllProjects200ResponseDataInner) SetUpdatedAt

func (o *GetAllProjects200ResponseDataInner) SetUpdatedAt(v string)

SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.

func (*GetAllProjects200ResponseDataInner) SetUrl

SetUrl gets a reference to the given string and assigns it to the Url field.

func (*GetAllProjects200ResponseDataInner) SetYearBuilt

func (o *GetAllProjects200ResponseDataInner) SetYearBuilt(v interface{})

SetYearBuilt gets a reference to the given interface{} and assigns it to the YearBuilt field.

func (*GetAllProjects200ResponseDataInner) SetZipCode

func (o *GetAllProjects200ResponseDataInner) SetZipCode(v string)

SetZipCode gets a reference to the given string and assigns it to the ZipCode field.

func (GetAllProjects200ResponseDataInner) ToMap

func (o GetAllProjects200ResponseDataInner) ToMap() (map[string]interface{}, error)

func (*GetAllProjects200ResponseDataInner) UnmarshalJSON

func (o *GetAllProjects200ResponseDataInner) UnmarshalJSON(data []byte) (err error)

type GetAllProjects200ResponsePagination

type GetAllProjects200ResponsePagination struct {
	Page                 *int32 `json:"page,omitempty"`
	PageSize             *int32 `json:"pageSize,omitempty"`
	TotalPages           *int32 `json:"totalPages,omitempty"`
	Total                *int32 `json:"total,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetAllProjects200ResponsePagination struct for GetAllProjects200ResponsePagination

func NewGetAllProjects200ResponsePagination

func NewGetAllProjects200ResponsePagination() *GetAllProjects200ResponsePagination

NewGetAllProjects200ResponsePagination instantiates a new GetAllProjects200ResponsePagination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetAllProjects200ResponsePaginationWithDefaults

func NewGetAllProjects200ResponsePaginationWithDefaults() *GetAllProjects200ResponsePagination

NewGetAllProjects200ResponsePaginationWithDefaults instantiates a new GetAllProjects200ResponsePagination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetAllProjects200ResponsePagination) GetPage

GetPage returns the Page field value if set, zero value otherwise.

func (*GetAllProjects200ResponsePagination) GetPageOk

func (o *GetAllProjects200ResponsePagination) GetPageOk() (*int32, bool)

GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponsePagination) GetPageSize

func (o *GetAllProjects200ResponsePagination) GetPageSize() int32

GetPageSize returns the PageSize field value if set, zero value otherwise.

func (*GetAllProjects200ResponsePagination) GetPageSizeOk

func (o *GetAllProjects200ResponsePagination) GetPageSizeOk() (*int32, bool)

GetPageSizeOk returns a tuple with the PageSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponsePagination) GetTotal

GetTotal returns the Total field value if set, zero value otherwise.

func (*GetAllProjects200ResponsePagination) GetTotalOk

func (o *GetAllProjects200ResponsePagination) GetTotalOk() (*int32, bool)

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponsePagination) GetTotalPages

func (o *GetAllProjects200ResponsePagination) GetTotalPages() int32

GetTotalPages returns the TotalPages field value if set, zero value otherwise.

func (*GetAllProjects200ResponsePagination) GetTotalPagesOk

func (o *GetAllProjects200ResponsePagination) GetTotalPagesOk() (*int32, bool)

GetTotalPagesOk returns a tuple with the TotalPages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjects200ResponsePagination) HasPage

HasPage returns a boolean if a field has been set.

func (*GetAllProjects200ResponsePagination) HasPageSize

func (o *GetAllProjects200ResponsePagination) HasPageSize() bool

HasPageSize returns a boolean if a field has been set.

func (*GetAllProjects200ResponsePagination) HasTotal

HasTotal returns a boolean if a field has been set.

func (*GetAllProjects200ResponsePagination) HasTotalPages

func (o *GetAllProjects200ResponsePagination) HasTotalPages() bool

HasTotalPages returns a boolean if a field has been set.

func (GetAllProjects200ResponsePagination) MarshalJSON

func (o GetAllProjects200ResponsePagination) MarshalJSON() ([]byte, error)

func (*GetAllProjects200ResponsePagination) SetPage

SetPage gets a reference to the given int32 and assigns it to the Page field.

func (*GetAllProjects200ResponsePagination) SetPageSize

func (o *GetAllProjects200ResponsePagination) SetPageSize(v int32)

SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.

func (*GetAllProjects200ResponsePagination) SetTotal

SetTotal gets a reference to the given int32 and assigns it to the Total field.

func (*GetAllProjects200ResponsePagination) SetTotalPages

func (o *GetAllProjects200ResponsePagination) SetTotalPages(v int32)

SetTotalPages gets a reference to the given int32 and assigns it to the TotalPages field.

func (GetAllProjects200ResponsePagination) ToMap

func (o GetAllProjects200ResponsePagination) ToMap() (map[string]interface{}, error)

func (*GetAllProjects200ResponsePagination) UnmarshalJSON

func (o *GetAllProjects200ResponsePagination) UnmarshalJSON(data []byte) (err error)

type GetAllProjectsCopy200ResponseInner

type GetAllProjectsCopy200ResponseInner struct {
	FinalFileReview       interface{} `json:"Final File Review,omitempty"`
	EstimateApproved      interface{} `json:"Estimate Approved,omitempty"`
	InProduction1         interface{} `json:"In Production 1,omitempty"`
	ReadyForProduction    interface{} `json:"Ready For Production,omitempty"`
	EstimateWorkStart     interface{} `json:"Estimate Work Start,omitempty"`
	Lost                  interface{} `json:"Lost,omitempty"`
	WorkStartActual       interface{} `json:"Work Start - Actual,omitempty"`
	WorkAuthSigned        interface{} `json:"work Auth signed,omitempty"`
	WorkCompleteProjected interface{} `json:"Work Complete - Projected,omitempty"`
	ProjectLost           interface{} `json:"Project Lost,omitempty"`
	Sales                 interface{} `json:"Sales,omitempty"`
	AdditionalProperties  map[string]interface{}
}

GetAllProjectsCopy200ResponseInner struct for GetAllProjectsCopy200ResponseInner

func NewGetAllProjectsCopy200ResponseInner

func NewGetAllProjectsCopy200ResponseInner() *GetAllProjectsCopy200ResponseInner

NewGetAllProjectsCopy200ResponseInner instantiates a new GetAllProjectsCopy200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetAllProjectsCopy200ResponseInnerWithDefaults

func NewGetAllProjectsCopy200ResponseInnerWithDefaults() *GetAllProjectsCopy200ResponseInner

NewGetAllProjectsCopy200ResponseInnerWithDefaults instantiates a new GetAllProjectsCopy200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetAllProjectsCopy200ResponseInner) GetEstimateApproved

func (o *GetAllProjectsCopy200ResponseInner) GetEstimateApproved() interface{}

GetEstimateApproved returns the EstimateApproved field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectsCopy200ResponseInner) GetEstimateApprovedOk

func (o *GetAllProjectsCopy200ResponseInner) GetEstimateApprovedOk() (*interface{}, bool)

GetEstimateApprovedOk returns a tuple with the EstimateApproved 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 (*GetAllProjectsCopy200ResponseInner) GetEstimateWorkStart

func (o *GetAllProjectsCopy200ResponseInner) GetEstimateWorkStart() interface{}

GetEstimateWorkStart returns the EstimateWorkStart field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectsCopy200ResponseInner) GetEstimateWorkStartOk

func (o *GetAllProjectsCopy200ResponseInner) GetEstimateWorkStartOk() (*interface{}, bool)

GetEstimateWorkStartOk returns a tuple with the EstimateWorkStart 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 (*GetAllProjectsCopy200ResponseInner) GetFinalFileReview

func (o *GetAllProjectsCopy200ResponseInner) GetFinalFileReview() interface{}

GetFinalFileReview returns the FinalFileReview field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectsCopy200ResponseInner) GetFinalFileReviewOk

func (o *GetAllProjectsCopy200ResponseInner) GetFinalFileReviewOk() (*interface{}, bool)

GetFinalFileReviewOk returns a tuple with the FinalFileReview 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 (*GetAllProjectsCopy200ResponseInner) GetInProduction1

func (o *GetAllProjectsCopy200ResponseInner) GetInProduction1() interface{}

GetInProduction1 returns the InProduction1 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectsCopy200ResponseInner) GetInProduction1Ok

func (o *GetAllProjectsCopy200ResponseInner) GetInProduction1Ok() (*interface{}, bool)

GetInProduction1Ok returns a tuple with the InProduction1 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 (*GetAllProjectsCopy200ResponseInner) GetLost

func (o *GetAllProjectsCopy200ResponseInner) GetLost() interface{}

GetLost returns the Lost field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectsCopy200ResponseInner) GetLostOk

func (o *GetAllProjectsCopy200ResponseInner) GetLostOk() (*interface{}, bool)

GetLostOk returns a tuple with the Lost 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 (*GetAllProjectsCopy200ResponseInner) GetProjectLost

func (o *GetAllProjectsCopy200ResponseInner) GetProjectLost() interface{}

GetProjectLost returns the ProjectLost field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectsCopy200ResponseInner) GetProjectLostOk

func (o *GetAllProjectsCopy200ResponseInner) GetProjectLostOk() (*interface{}, bool)

GetProjectLostOk returns a tuple with the ProjectLost 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 (*GetAllProjectsCopy200ResponseInner) GetReadyForProduction

func (o *GetAllProjectsCopy200ResponseInner) GetReadyForProduction() interface{}

GetReadyForProduction returns the ReadyForProduction field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectsCopy200ResponseInner) GetReadyForProductionOk

func (o *GetAllProjectsCopy200ResponseInner) GetReadyForProductionOk() (*interface{}, bool)

GetReadyForProductionOk returns a tuple with the ReadyForProduction 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 (*GetAllProjectsCopy200ResponseInner) GetSales

func (o *GetAllProjectsCopy200ResponseInner) GetSales() interface{}

GetSales returns the Sales field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectsCopy200ResponseInner) GetSalesOk

func (o *GetAllProjectsCopy200ResponseInner) GetSalesOk() (*interface{}, bool)

GetSalesOk returns a tuple with the Sales 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 (*GetAllProjectsCopy200ResponseInner) GetWorkAuthSigned

func (o *GetAllProjectsCopy200ResponseInner) GetWorkAuthSigned() interface{}

GetWorkAuthSigned returns the WorkAuthSigned field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectsCopy200ResponseInner) GetWorkAuthSignedOk

func (o *GetAllProjectsCopy200ResponseInner) GetWorkAuthSignedOk() (*interface{}, bool)

GetWorkAuthSignedOk returns a tuple with the WorkAuthSigned 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 (*GetAllProjectsCopy200ResponseInner) GetWorkCompleteProjected

func (o *GetAllProjectsCopy200ResponseInner) GetWorkCompleteProjected() interface{}

GetWorkCompleteProjected returns the WorkCompleteProjected field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectsCopy200ResponseInner) GetWorkCompleteProjectedOk

func (o *GetAllProjectsCopy200ResponseInner) GetWorkCompleteProjectedOk() (*interface{}, bool)

GetWorkCompleteProjectedOk returns a tuple with the WorkCompleteProjected 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 (*GetAllProjectsCopy200ResponseInner) GetWorkStartActual

func (o *GetAllProjectsCopy200ResponseInner) GetWorkStartActual() interface{}

GetWorkStartActual returns the WorkStartActual field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectsCopy200ResponseInner) GetWorkStartActualOk

func (o *GetAllProjectsCopy200ResponseInner) GetWorkStartActualOk() (*interface{}, bool)

GetWorkStartActualOk returns a tuple with the WorkStartActual 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 (*GetAllProjectsCopy200ResponseInner) HasEstimateApproved

func (o *GetAllProjectsCopy200ResponseInner) HasEstimateApproved() bool

HasEstimateApproved returns a boolean if a field has been set.

func (*GetAllProjectsCopy200ResponseInner) HasEstimateWorkStart

func (o *GetAllProjectsCopy200ResponseInner) HasEstimateWorkStart() bool

HasEstimateWorkStart returns a boolean if a field has been set.

func (*GetAllProjectsCopy200ResponseInner) HasFinalFileReview

func (o *GetAllProjectsCopy200ResponseInner) HasFinalFileReview() bool

HasFinalFileReview returns a boolean if a field has been set.

func (*GetAllProjectsCopy200ResponseInner) HasInProduction1

func (o *GetAllProjectsCopy200ResponseInner) HasInProduction1() bool

HasInProduction1 returns a boolean if a field has been set.

func (*GetAllProjectsCopy200ResponseInner) HasLost

HasLost returns a boolean if a field has been set.

func (*GetAllProjectsCopy200ResponseInner) HasProjectLost

func (o *GetAllProjectsCopy200ResponseInner) HasProjectLost() bool

HasProjectLost returns a boolean if a field has been set.

func (*GetAllProjectsCopy200ResponseInner) HasReadyForProduction

func (o *GetAllProjectsCopy200ResponseInner) HasReadyForProduction() bool

HasReadyForProduction returns a boolean if a field has been set.

func (*GetAllProjectsCopy200ResponseInner) HasSales

HasSales returns a boolean if a field has been set.

func (*GetAllProjectsCopy200ResponseInner) HasWorkAuthSigned

func (o *GetAllProjectsCopy200ResponseInner) HasWorkAuthSigned() bool

HasWorkAuthSigned returns a boolean if a field has been set.

func (*GetAllProjectsCopy200ResponseInner) HasWorkCompleteProjected

func (o *GetAllProjectsCopy200ResponseInner) HasWorkCompleteProjected() bool

HasWorkCompleteProjected returns a boolean if a field has been set.

func (*GetAllProjectsCopy200ResponseInner) HasWorkStartActual

func (o *GetAllProjectsCopy200ResponseInner) HasWorkStartActual() bool

HasWorkStartActual returns a boolean if a field has been set.

func (GetAllProjectsCopy200ResponseInner) MarshalJSON

func (o GetAllProjectsCopy200ResponseInner) MarshalJSON() ([]byte, error)

func (*GetAllProjectsCopy200ResponseInner) SetEstimateApproved

func (o *GetAllProjectsCopy200ResponseInner) SetEstimateApproved(v interface{})

SetEstimateApproved gets a reference to the given interface{} and assigns it to the EstimateApproved field.

func (*GetAllProjectsCopy200ResponseInner) SetEstimateWorkStart

func (o *GetAllProjectsCopy200ResponseInner) SetEstimateWorkStart(v interface{})

SetEstimateWorkStart gets a reference to the given interface{} and assigns it to the EstimateWorkStart field.

func (*GetAllProjectsCopy200ResponseInner) SetFinalFileReview

func (o *GetAllProjectsCopy200ResponseInner) SetFinalFileReview(v interface{})

SetFinalFileReview gets a reference to the given interface{} and assigns it to the FinalFileReview field.

func (*GetAllProjectsCopy200ResponseInner) SetInProduction1

func (o *GetAllProjectsCopy200ResponseInner) SetInProduction1(v interface{})

SetInProduction1 gets a reference to the given interface{} and assigns it to the InProduction1 field.

func (*GetAllProjectsCopy200ResponseInner) SetLost

func (o *GetAllProjectsCopy200ResponseInner) SetLost(v interface{})

SetLost gets a reference to the given interface{} and assigns it to the Lost field.

func (*GetAllProjectsCopy200ResponseInner) SetProjectLost

func (o *GetAllProjectsCopy200ResponseInner) SetProjectLost(v interface{})

SetProjectLost gets a reference to the given interface{} and assigns it to the ProjectLost field.

func (*GetAllProjectsCopy200ResponseInner) SetReadyForProduction

func (o *GetAllProjectsCopy200ResponseInner) SetReadyForProduction(v interface{})

SetReadyForProduction gets a reference to the given interface{} and assigns it to the ReadyForProduction field.

func (*GetAllProjectsCopy200ResponseInner) SetSales

func (o *GetAllProjectsCopy200ResponseInner) SetSales(v interface{})

SetSales gets a reference to the given interface{} and assigns it to the Sales field.

func (*GetAllProjectsCopy200ResponseInner) SetWorkAuthSigned

func (o *GetAllProjectsCopy200ResponseInner) SetWorkAuthSigned(v interface{})

SetWorkAuthSigned gets a reference to the given interface{} and assigns it to the WorkAuthSigned field.

func (*GetAllProjectsCopy200ResponseInner) SetWorkCompleteProjected

func (o *GetAllProjectsCopy200ResponseInner) SetWorkCompleteProjected(v interface{})

SetWorkCompleteProjected gets a reference to the given interface{} and assigns it to the WorkCompleteProjected field.

func (*GetAllProjectsCopy200ResponseInner) SetWorkStartActual

func (o *GetAllProjectsCopy200ResponseInner) SetWorkStartActual(v interface{})

SetWorkStartActual gets a reference to the given interface{} and assigns it to the WorkStartActual field.

func (GetAllProjectsCopy200ResponseInner) ToMap

func (o GetAllProjectsCopy200ResponseInner) ToMap() (map[string]interface{}, error)

func (*GetAllProjectsCopy200ResponseInner) UnmarshalJSON

func (o *GetAllProjectsCopy200ResponseInner) UnmarshalJSON(data []byte) (err error)

type GetAllProjectsCopy1200ResponseInner

type GetAllProjectsCopy1200ResponseInner struct {
	Id                   *int32      `json:"id,omitempty"`
	ContactId            interface{} `json:"contactId,omitempty"`
	OrganizationId       *int32      `json:"organizationId,omitempty"`
	RelationshipName     *string     `json:"relationshipName,omitempty"`
	Date                 *string     `json:"date,omitempty"`
	Type                 *string     `json:"type,omitempty"`
	Notes                *string     `json:"notes,omitempty"`
	Source               interface{} `json:"source,omitempty"`
	SourceId             interface{} `json:"sourceId,omitempty"`
	CreatedById          *int32      `json:"createdById,omitempty"`
	CreatedByName        *string     `json:"createdByName,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetAllProjectsCopy1200ResponseInner struct for GetAllProjectsCopy1200ResponseInner

func NewGetAllProjectsCopy1200ResponseInner

func NewGetAllProjectsCopy1200ResponseInner() *GetAllProjectsCopy1200ResponseInner

NewGetAllProjectsCopy1200ResponseInner instantiates a new GetAllProjectsCopy1200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetAllProjectsCopy1200ResponseInnerWithDefaults

func NewGetAllProjectsCopy1200ResponseInnerWithDefaults() *GetAllProjectsCopy1200ResponseInner

NewGetAllProjectsCopy1200ResponseInnerWithDefaults instantiates a new GetAllProjectsCopy1200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetAllProjectsCopy1200ResponseInner) GetContactId

func (o *GetAllProjectsCopy1200ResponseInner) GetContactId() interface{}

GetContactId returns the ContactId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectsCopy1200ResponseInner) GetContactIdOk

func (o *GetAllProjectsCopy1200ResponseInner) GetContactIdOk() (*interface{}, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetAllProjectsCopy1200ResponseInner) GetCreatedById

func (o *GetAllProjectsCopy1200ResponseInner) GetCreatedById() int32

GetCreatedById returns the CreatedById field value if set, zero value otherwise.

func (*GetAllProjectsCopy1200ResponseInner) GetCreatedByIdOk

func (o *GetAllProjectsCopy1200ResponseInner) GetCreatedByIdOk() (*int32, bool)

GetCreatedByIdOk returns a tuple with the CreatedById field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectsCopy1200ResponseInner) GetCreatedByName

func (o *GetAllProjectsCopy1200ResponseInner) GetCreatedByName() string

GetCreatedByName returns the CreatedByName field value if set, zero value otherwise.

func (*GetAllProjectsCopy1200ResponseInner) GetCreatedByNameOk

func (o *GetAllProjectsCopy1200ResponseInner) GetCreatedByNameOk() (*string, bool)

GetCreatedByNameOk returns a tuple with the CreatedByName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectsCopy1200ResponseInner) GetDate

GetDate returns the Date field value if set, zero value otherwise.

func (*GetAllProjectsCopy1200ResponseInner) GetDateOk

func (o *GetAllProjectsCopy1200ResponseInner) GetDateOk() (*string, bool)

GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectsCopy1200ResponseInner) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*GetAllProjectsCopy1200ResponseInner) GetIdOk

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectsCopy1200ResponseInner) GetNotes

GetNotes returns the Notes field value if set, zero value otherwise.

func (*GetAllProjectsCopy1200ResponseInner) GetNotesOk

func (o *GetAllProjectsCopy1200ResponseInner) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectsCopy1200ResponseInner) GetOrganizationId

func (o *GetAllProjectsCopy1200ResponseInner) GetOrganizationId() int32

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*GetAllProjectsCopy1200ResponseInner) GetOrganizationIdOk

func (o *GetAllProjectsCopy1200ResponseInner) GetOrganizationIdOk() (*int32, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectsCopy1200ResponseInner) GetRelationshipName

func (o *GetAllProjectsCopy1200ResponseInner) GetRelationshipName() string

GetRelationshipName returns the RelationshipName field value if set, zero value otherwise.

func (*GetAllProjectsCopy1200ResponseInner) GetRelationshipNameOk

func (o *GetAllProjectsCopy1200ResponseInner) GetRelationshipNameOk() (*string, bool)

GetRelationshipNameOk returns a tuple with the RelationshipName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectsCopy1200ResponseInner) GetSource

func (o *GetAllProjectsCopy1200ResponseInner) GetSource() interface{}

GetSource returns the Source field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectsCopy1200ResponseInner) GetSourceId

func (o *GetAllProjectsCopy1200ResponseInner) GetSourceId() interface{}

GetSourceId returns the SourceId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllProjectsCopy1200ResponseInner) GetSourceIdOk

func (o *GetAllProjectsCopy1200ResponseInner) GetSourceIdOk() (*interface{}, bool)

GetSourceIdOk returns a tuple with the SourceId 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 (*GetAllProjectsCopy1200ResponseInner) GetSourceOk

func (o *GetAllProjectsCopy1200ResponseInner) GetSourceOk() (*interface{}, bool)

GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetAllProjectsCopy1200ResponseInner) GetType

GetType returns the Type field value if set, zero value otherwise.

func (*GetAllProjectsCopy1200ResponseInner) GetTypeOk

func (o *GetAllProjectsCopy1200ResponseInner) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllProjectsCopy1200ResponseInner) HasContactId

func (o *GetAllProjectsCopy1200ResponseInner) HasContactId() bool

HasContactId returns a boolean if a field has been set.

func (*GetAllProjectsCopy1200ResponseInner) HasCreatedById

func (o *GetAllProjectsCopy1200ResponseInner) HasCreatedById() bool

HasCreatedById returns a boolean if a field has been set.

func (*GetAllProjectsCopy1200ResponseInner) HasCreatedByName

func (o *GetAllProjectsCopy1200ResponseInner) HasCreatedByName() bool

HasCreatedByName returns a boolean if a field has been set.

func (*GetAllProjectsCopy1200ResponseInner) HasDate

HasDate returns a boolean if a field has been set.

func (*GetAllProjectsCopy1200ResponseInner) HasId

HasId returns a boolean if a field has been set.

func (*GetAllProjectsCopy1200ResponseInner) HasNotes

HasNotes returns a boolean if a field has been set.

func (*GetAllProjectsCopy1200ResponseInner) HasOrganizationId

func (o *GetAllProjectsCopy1200ResponseInner) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*GetAllProjectsCopy1200ResponseInner) HasRelationshipName

func (o *GetAllProjectsCopy1200ResponseInner) HasRelationshipName() bool

HasRelationshipName returns a boolean if a field has been set.

func (*GetAllProjectsCopy1200ResponseInner) HasSource

HasSource returns a boolean if a field has been set.

func (*GetAllProjectsCopy1200ResponseInner) HasSourceId

func (o *GetAllProjectsCopy1200ResponseInner) HasSourceId() bool

HasSourceId returns a boolean if a field has been set.

func (*GetAllProjectsCopy1200ResponseInner) HasType

HasType returns a boolean if a field has been set.

func (GetAllProjectsCopy1200ResponseInner) MarshalJSON

func (o GetAllProjectsCopy1200ResponseInner) MarshalJSON() ([]byte, error)

func (*GetAllProjectsCopy1200ResponseInner) SetContactId

func (o *GetAllProjectsCopy1200ResponseInner) SetContactId(v interface{})

SetContactId gets a reference to the given interface{} and assigns it to the ContactId field.

func (*GetAllProjectsCopy1200ResponseInner) SetCreatedById

func (o *GetAllProjectsCopy1200ResponseInner) SetCreatedById(v int32)

SetCreatedById gets a reference to the given int32 and assigns it to the CreatedById field.

func (*GetAllProjectsCopy1200ResponseInner) SetCreatedByName

func (o *GetAllProjectsCopy1200ResponseInner) SetCreatedByName(v string)

SetCreatedByName gets a reference to the given string and assigns it to the CreatedByName field.

func (*GetAllProjectsCopy1200ResponseInner) SetDate

SetDate gets a reference to the given string and assigns it to the Date field.

func (*GetAllProjectsCopy1200ResponseInner) SetId

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*GetAllProjectsCopy1200ResponseInner) SetNotes

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*GetAllProjectsCopy1200ResponseInner) SetOrganizationId

func (o *GetAllProjectsCopy1200ResponseInner) SetOrganizationId(v int32)

SetOrganizationId gets a reference to the given int32 and assigns it to the OrganizationId field.

func (*GetAllProjectsCopy1200ResponseInner) SetRelationshipName

func (o *GetAllProjectsCopy1200ResponseInner) SetRelationshipName(v string)

SetRelationshipName gets a reference to the given string and assigns it to the RelationshipName field.

func (*GetAllProjectsCopy1200ResponseInner) SetSource

func (o *GetAllProjectsCopy1200ResponseInner) SetSource(v interface{})

SetSource gets a reference to the given interface{} and assigns it to the Source field.

func (*GetAllProjectsCopy1200ResponseInner) SetSourceId

func (o *GetAllProjectsCopy1200ResponseInner) SetSourceId(v interface{})

SetSourceId gets a reference to the given interface{} and assigns it to the SourceId field.

func (*GetAllProjectsCopy1200ResponseInner) SetType

SetType gets a reference to the given string and assigns it to the Type field.

func (GetAllProjectsCopy1200ResponseInner) ToMap

func (o GetAllProjectsCopy1200ResponseInner) ToMap() (map[string]interface{}, error)

func (*GetAllProjectsCopy1200ResponseInner) UnmarshalJSON

func (o *GetAllProjectsCopy1200ResponseInner) UnmarshalJSON(data []byte) (err error)

type GetAllTasksCopy200Response

type GetAllTasksCopy200Response struct {
	Id                   *int32      `json:"id,omitempty"`
	StaffId              *int32      `json:"staffId,omitempty"`
	Staff                *string     `json:"staff,omitempty"`
	TaskAction           *string     `json:"taskAction,omitempty"`
	ProjectId            interface{} `json:"projectId,omitempty"`
	Project              interface{} `json:"project,omitempty"`
	DisplayProject       *string     `json:"displayProject,omitempty"`
	DueAt                *string     `json:"dueAt,omitempty"`
	DisplayDueDate       *string     `json:"displayDueDate,omitempty"`
	ListDisplayDueDate   *string     `json:"listDisplayDueDate,omitempty"`
	Notes                interface{} `json:"notes,omitempty"`
	Status               *string     `json:"status,omitempty"`
	DisplayStatus        *string     `json:"displayStatus,omitempty"`
	ActionText           *string     `json:"actionText,omitempty"`
	CreatedAt            *string     `json:"createdAt,omitempty"`
	CreatedBy            *string     `json:"createdBy,omitempty"`
	CreatedById          *int32      `json:"createdById,omitempty"`
	LastUpdated          *string     `json:"lastUpdated,omitempty"`
	LastUpdateBy         interface{} `json:"lastUpdateBy,omitempty"`
	Documents            interface{} `json:"documents,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetAllTasksCopy200Response struct for GetAllTasksCopy200Response

func NewGetAllTasksCopy200Response

func NewGetAllTasksCopy200Response() *GetAllTasksCopy200Response

NewGetAllTasksCopy200Response instantiates a new GetAllTasksCopy200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetAllTasksCopy200ResponseWithDefaults

func NewGetAllTasksCopy200ResponseWithDefaults() *GetAllTasksCopy200Response

NewGetAllTasksCopy200ResponseWithDefaults instantiates a new GetAllTasksCopy200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetAllTasksCopy200Response) GetActionText

func (o *GetAllTasksCopy200Response) GetActionText() string

GetActionText returns the ActionText field value if set, zero value otherwise.

func (*GetAllTasksCopy200Response) GetActionTextOk

func (o *GetAllTasksCopy200Response) GetActionTextOk() (*string, bool)

GetActionTextOk returns a tuple with the ActionText field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllTasksCopy200Response) GetCreatedAt

func (o *GetAllTasksCopy200Response) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*GetAllTasksCopy200Response) GetCreatedAtOk

func (o *GetAllTasksCopy200Response) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllTasksCopy200Response) GetCreatedBy

func (o *GetAllTasksCopy200Response) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.

func (*GetAllTasksCopy200Response) GetCreatedById

func (o *GetAllTasksCopy200Response) GetCreatedById() int32

GetCreatedById returns the CreatedById field value if set, zero value otherwise.

func (*GetAllTasksCopy200Response) GetCreatedByIdOk

func (o *GetAllTasksCopy200Response) GetCreatedByIdOk() (*int32, bool)

GetCreatedByIdOk returns a tuple with the CreatedById field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllTasksCopy200Response) GetCreatedByOk

func (o *GetAllTasksCopy200Response) GetCreatedByOk() (*string, bool)

GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllTasksCopy200Response) GetDisplayDueDate

func (o *GetAllTasksCopy200Response) GetDisplayDueDate() string

GetDisplayDueDate returns the DisplayDueDate field value if set, zero value otherwise.

func (*GetAllTasksCopy200Response) GetDisplayDueDateOk

func (o *GetAllTasksCopy200Response) GetDisplayDueDateOk() (*string, bool)

GetDisplayDueDateOk returns a tuple with the DisplayDueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllTasksCopy200Response) GetDisplayProject

func (o *GetAllTasksCopy200Response) GetDisplayProject() string

GetDisplayProject returns the DisplayProject field value if set, zero value otherwise.

func (*GetAllTasksCopy200Response) GetDisplayProjectOk

func (o *GetAllTasksCopy200Response) GetDisplayProjectOk() (*string, bool)

GetDisplayProjectOk returns a tuple with the DisplayProject field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllTasksCopy200Response) GetDisplayStatus

func (o *GetAllTasksCopy200Response) GetDisplayStatus() string

GetDisplayStatus returns the DisplayStatus field value if set, zero value otherwise.

func (*GetAllTasksCopy200Response) GetDisplayStatusOk

func (o *GetAllTasksCopy200Response) GetDisplayStatusOk() (*string, bool)

GetDisplayStatusOk returns a tuple with the DisplayStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllTasksCopy200Response) GetDocuments

func (o *GetAllTasksCopy200Response) GetDocuments() interface{}

GetDocuments returns the Documents field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllTasksCopy200Response) GetDocumentsOk

func (o *GetAllTasksCopy200Response) GetDocumentsOk() (*interface{}, bool)

GetDocumentsOk returns a tuple with the Documents 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 (*GetAllTasksCopy200Response) GetDueAt

func (o *GetAllTasksCopy200Response) GetDueAt() string

GetDueAt returns the DueAt field value if set, zero value otherwise.

func (*GetAllTasksCopy200Response) GetDueAtOk

func (o *GetAllTasksCopy200Response) GetDueAtOk() (*string, bool)

GetDueAtOk returns a tuple with the DueAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllTasksCopy200Response) GetId

func (o *GetAllTasksCopy200Response) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*GetAllTasksCopy200Response) GetIdOk

func (o *GetAllTasksCopy200Response) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllTasksCopy200Response) GetLastUpdateBy

func (o *GetAllTasksCopy200Response) GetLastUpdateBy() interface{}

GetLastUpdateBy returns the LastUpdateBy field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllTasksCopy200Response) GetLastUpdateByOk

func (o *GetAllTasksCopy200Response) GetLastUpdateByOk() (*interface{}, bool)

GetLastUpdateByOk returns a tuple with the LastUpdateBy 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 (*GetAllTasksCopy200Response) GetLastUpdated

func (o *GetAllTasksCopy200Response) GetLastUpdated() string

GetLastUpdated returns the LastUpdated field value if set, zero value otherwise.

func (*GetAllTasksCopy200Response) GetLastUpdatedOk

func (o *GetAllTasksCopy200Response) GetLastUpdatedOk() (*string, bool)

GetLastUpdatedOk returns a tuple with the LastUpdated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllTasksCopy200Response) GetListDisplayDueDate

func (o *GetAllTasksCopy200Response) GetListDisplayDueDate() string

GetListDisplayDueDate returns the ListDisplayDueDate field value if set, zero value otherwise.

func (*GetAllTasksCopy200Response) GetListDisplayDueDateOk

func (o *GetAllTasksCopy200Response) GetListDisplayDueDateOk() (*string, bool)

GetListDisplayDueDateOk returns a tuple with the ListDisplayDueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllTasksCopy200Response) GetNotes

func (o *GetAllTasksCopy200Response) GetNotes() interface{}

GetNotes returns the Notes field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllTasksCopy200Response) GetNotesOk

func (o *GetAllTasksCopy200Response) GetNotesOk() (*interface{}, bool)

GetNotesOk returns a tuple with the Notes 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 (*GetAllTasksCopy200Response) GetProject

func (o *GetAllTasksCopy200Response) GetProject() interface{}

GetProject returns the Project field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllTasksCopy200Response) GetProjectId

func (o *GetAllTasksCopy200Response) GetProjectId() interface{}

GetProjectId returns the ProjectId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetAllTasksCopy200Response) GetProjectIdOk

func (o *GetAllTasksCopy200Response) GetProjectIdOk() (*interface{}, bool)

GetProjectIdOk returns a tuple with the ProjectId 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 (*GetAllTasksCopy200Response) GetProjectOk

func (o *GetAllTasksCopy200Response) GetProjectOk() (*interface{}, bool)

GetProjectOk returns a tuple with the Project 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 (*GetAllTasksCopy200Response) GetStaff

func (o *GetAllTasksCopy200Response) GetStaff() string

GetStaff returns the Staff field value if set, zero value otherwise.

func (*GetAllTasksCopy200Response) GetStaffId

func (o *GetAllTasksCopy200Response) GetStaffId() int32

GetStaffId returns the StaffId field value if set, zero value otherwise.

func (*GetAllTasksCopy200Response) GetStaffIdOk

func (o *GetAllTasksCopy200Response) GetStaffIdOk() (*int32, bool)

GetStaffIdOk returns a tuple with the StaffId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllTasksCopy200Response) GetStaffOk

func (o *GetAllTasksCopy200Response) GetStaffOk() (*string, bool)

GetStaffOk returns a tuple with the Staff field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllTasksCopy200Response) GetStatus

func (o *GetAllTasksCopy200Response) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetAllTasksCopy200Response) GetStatusOk

func (o *GetAllTasksCopy200Response) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllTasksCopy200Response) GetTaskAction

func (o *GetAllTasksCopy200Response) GetTaskAction() string

GetTaskAction returns the TaskAction field value if set, zero value otherwise.

func (*GetAllTasksCopy200Response) GetTaskActionOk

func (o *GetAllTasksCopy200Response) GetTaskActionOk() (*string, bool)

GetTaskActionOk returns a tuple with the TaskAction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllTasksCopy200Response) HasActionText

func (o *GetAllTasksCopy200Response) HasActionText() bool

HasActionText returns a boolean if a field has been set.

func (*GetAllTasksCopy200Response) HasCreatedAt

func (o *GetAllTasksCopy200Response) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*GetAllTasksCopy200Response) HasCreatedBy

func (o *GetAllTasksCopy200Response) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

func (*GetAllTasksCopy200Response) HasCreatedById

func (o *GetAllTasksCopy200Response) HasCreatedById() bool

HasCreatedById returns a boolean if a field has been set.

func (*GetAllTasksCopy200Response) HasDisplayDueDate

func (o *GetAllTasksCopy200Response) HasDisplayDueDate() bool

HasDisplayDueDate returns a boolean if a field has been set.

func (*GetAllTasksCopy200Response) HasDisplayProject

func (o *GetAllTasksCopy200Response) HasDisplayProject() bool

HasDisplayProject returns a boolean if a field has been set.

func (*GetAllTasksCopy200Response) HasDisplayStatus

func (o *GetAllTasksCopy200Response) HasDisplayStatus() bool

HasDisplayStatus returns a boolean if a field has been set.

func (*GetAllTasksCopy200Response) HasDocuments

func (o *GetAllTasksCopy200Response) HasDocuments() bool

HasDocuments returns a boolean if a field has been set.

func (*GetAllTasksCopy200Response) HasDueAt

func (o *GetAllTasksCopy200Response) HasDueAt() bool

HasDueAt returns a boolean if a field has been set.

func (*GetAllTasksCopy200Response) HasId

func (o *GetAllTasksCopy200Response) HasId() bool

HasId returns a boolean if a field has been set.

func (*GetAllTasksCopy200Response) HasLastUpdateBy

func (o *GetAllTasksCopy200Response) HasLastUpdateBy() bool

HasLastUpdateBy returns a boolean if a field has been set.

func (*GetAllTasksCopy200Response) HasLastUpdated

func (o *GetAllTasksCopy200Response) HasLastUpdated() bool

HasLastUpdated returns a boolean if a field has been set.

func (*GetAllTasksCopy200Response) HasListDisplayDueDate

func (o *GetAllTasksCopy200Response) HasListDisplayDueDate() bool

HasListDisplayDueDate returns a boolean if a field has been set.

func (*GetAllTasksCopy200Response) HasNotes

func (o *GetAllTasksCopy200Response) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*GetAllTasksCopy200Response) HasProject

func (o *GetAllTasksCopy200Response) HasProject() bool

HasProject returns a boolean if a field has been set.

func (*GetAllTasksCopy200Response) HasProjectId

func (o *GetAllTasksCopy200Response) HasProjectId() bool

HasProjectId returns a boolean if a field has been set.

func (*GetAllTasksCopy200Response) HasStaff

func (o *GetAllTasksCopy200Response) HasStaff() bool

HasStaff returns a boolean if a field has been set.

func (*GetAllTasksCopy200Response) HasStaffId

func (o *GetAllTasksCopy200Response) HasStaffId() bool

HasStaffId returns a boolean if a field has been set.

func (*GetAllTasksCopy200Response) HasStatus

func (o *GetAllTasksCopy200Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*GetAllTasksCopy200Response) HasTaskAction

func (o *GetAllTasksCopy200Response) HasTaskAction() bool

HasTaskAction returns a boolean if a field has been set.

func (GetAllTasksCopy200Response) MarshalJSON

func (o GetAllTasksCopy200Response) MarshalJSON() ([]byte, error)

func (*GetAllTasksCopy200Response) SetActionText

func (o *GetAllTasksCopy200Response) SetActionText(v string)

SetActionText gets a reference to the given string and assigns it to the ActionText field.

func (*GetAllTasksCopy200Response) SetCreatedAt

func (o *GetAllTasksCopy200Response) SetCreatedAt(v string)

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*GetAllTasksCopy200Response) SetCreatedBy

func (o *GetAllTasksCopy200Response) SetCreatedBy(v string)

SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.

func (*GetAllTasksCopy200Response) SetCreatedById

func (o *GetAllTasksCopy200Response) SetCreatedById(v int32)

SetCreatedById gets a reference to the given int32 and assigns it to the CreatedById field.

func (*GetAllTasksCopy200Response) SetDisplayDueDate

func (o *GetAllTasksCopy200Response) SetDisplayDueDate(v string)

SetDisplayDueDate gets a reference to the given string and assigns it to the DisplayDueDate field.

func (*GetAllTasksCopy200Response) SetDisplayProject

func (o *GetAllTasksCopy200Response) SetDisplayProject(v string)

SetDisplayProject gets a reference to the given string and assigns it to the DisplayProject field.

func (*GetAllTasksCopy200Response) SetDisplayStatus

func (o *GetAllTasksCopy200Response) SetDisplayStatus(v string)

SetDisplayStatus gets a reference to the given string and assigns it to the DisplayStatus field.

func (*GetAllTasksCopy200Response) SetDocuments

func (o *GetAllTasksCopy200Response) SetDocuments(v interface{})

SetDocuments gets a reference to the given interface{} and assigns it to the Documents field.

func (*GetAllTasksCopy200Response) SetDueAt

func (o *GetAllTasksCopy200Response) SetDueAt(v string)

SetDueAt gets a reference to the given string and assigns it to the DueAt field.

func (*GetAllTasksCopy200Response) SetId

func (o *GetAllTasksCopy200Response) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*GetAllTasksCopy200Response) SetLastUpdateBy

func (o *GetAllTasksCopy200Response) SetLastUpdateBy(v interface{})

SetLastUpdateBy gets a reference to the given interface{} and assigns it to the LastUpdateBy field.

func (*GetAllTasksCopy200Response) SetLastUpdated

func (o *GetAllTasksCopy200Response) SetLastUpdated(v string)

SetLastUpdated gets a reference to the given string and assigns it to the LastUpdated field.

func (*GetAllTasksCopy200Response) SetListDisplayDueDate

func (o *GetAllTasksCopy200Response) SetListDisplayDueDate(v string)

SetListDisplayDueDate gets a reference to the given string and assigns it to the ListDisplayDueDate field.

func (*GetAllTasksCopy200Response) SetNotes

func (o *GetAllTasksCopy200Response) SetNotes(v interface{})

SetNotes gets a reference to the given interface{} and assigns it to the Notes field.

func (*GetAllTasksCopy200Response) SetProject

func (o *GetAllTasksCopy200Response) SetProject(v interface{})

SetProject gets a reference to the given interface{} and assigns it to the Project field.

func (*GetAllTasksCopy200Response) SetProjectId

func (o *GetAllTasksCopy200Response) SetProjectId(v interface{})

SetProjectId gets a reference to the given interface{} and assigns it to the ProjectId field.

func (*GetAllTasksCopy200Response) SetStaff

func (o *GetAllTasksCopy200Response) SetStaff(v string)

SetStaff gets a reference to the given string and assigns it to the Staff field.

func (*GetAllTasksCopy200Response) SetStaffId

func (o *GetAllTasksCopy200Response) SetStaffId(v int32)

SetStaffId gets a reference to the given int32 and assigns it to the StaffId field.

func (*GetAllTasksCopy200Response) SetStatus

func (o *GetAllTasksCopy200Response) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*GetAllTasksCopy200Response) SetTaskAction

func (o *GetAllTasksCopy200Response) SetTaskAction(v string)

SetTaskAction gets a reference to the given string and assigns it to the TaskAction field.

func (GetAllTasksCopy200Response) ToMap

func (o GetAllTasksCopy200Response) ToMap() (map[string]interface{}, error)

func (*GetAllTasksCopy200Response) UnmarshalJSON

func (o *GetAllTasksCopy200Response) UnmarshalJSON(data []byte) (err error)

type GetAnInvoiceById200Response

type GetAnInvoiceById200Response struct {
	Data                 *GetProjectPayments200ResponseDataInner `json:"data,omitempty"`
	Message              *string                                 `json:"message,omitempty"`
	Status               *int32                                  `json:"status,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetAnInvoiceById200Response struct for GetAnInvoiceById200Response

func NewGetAnInvoiceById200Response

func NewGetAnInvoiceById200Response() *GetAnInvoiceById200Response

NewGetAnInvoiceById200Response instantiates a new GetAnInvoiceById200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetAnInvoiceById200ResponseWithDefaults

func NewGetAnInvoiceById200ResponseWithDefaults() *GetAnInvoiceById200Response

NewGetAnInvoiceById200ResponseWithDefaults instantiates a new GetAnInvoiceById200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetAnInvoiceById200Response) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*GetAnInvoiceById200Response) GetDataOk

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAnInvoiceById200Response) GetMessage

func (o *GetAnInvoiceById200Response) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*GetAnInvoiceById200Response) GetMessageOk

func (o *GetAnInvoiceById200Response) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAnInvoiceById200Response) GetStatus

func (o *GetAnInvoiceById200Response) GetStatus() int32

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetAnInvoiceById200Response) GetStatusOk

func (o *GetAnInvoiceById200Response) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAnInvoiceById200Response) HasData

func (o *GetAnInvoiceById200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (*GetAnInvoiceById200Response) HasMessage

func (o *GetAnInvoiceById200Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*GetAnInvoiceById200Response) HasStatus

func (o *GetAnInvoiceById200Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (GetAnInvoiceById200Response) MarshalJSON

func (o GetAnInvoiceById200Response) MarshalJSON() ([]byte, error)

func (*GetAnInvoiceById200Response) SetData

SetData gets a reference to the given GetProjectPayments200ResponseDataInner and assigns it to the Data field.

func (*GetAnInvoiceById200Response) SetMessage

func (o *GetAnInvoiceById200Response) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*GetAnInvoiceById200Response) SetStatus

func (o *GetAnInvoiceById200Response) SetStatus(v int32)

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (GetAnInvoiceById200Response) ToMap

func (o GetAnInvoiceById200Response) ToMap() (map[string]interface{}, error)

func (*GetAnInvoiceById200Response) UnmarshalJSON

func (o *GetAnInvoiceById200Response) UnmarshalJSON(data []byte) (err error)

type GetCompanyLocationsOptions200Response

type GetCompanyLocationsOptions200Response struct {
	Data                 []GetCompanyLocationsOptions200ResponseDataInner `json:"data,omitempty"`
	Message              *string                                          `json:"message,omitempty"`
	Status               *int32                                           `json:"status,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetCompanyLocationsOptions200Response struct for GetCompanyLocationsOptions200Response

func NewGetCompanyLocationsOptions200Response

func NewGetCompanyLocationsOptions200Response() *GetCompanyLocationsOptions200Response

NewGetCompanyLocationsOptions200Response instantiates a new GetCompanyLocationsOptions200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetCompanyLocationsOptions200ResponseWithDefaults

func NewGetCompanyLocationsOptions200ResponseWithDefaults() *GetCompanyLocationsOptions200Response

NewGetCompanyLocationsOptions200ResponseWithDefaults instantiates a new GetCompanyLocationsOptions200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetCompanyLocationsOptions200Response) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*GetCompanyLocationsOptions200Response) GetDataOk

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetCompanyLocationsOptions200Response) GetMessage

GetMessage returns the Message field value if set, zero value otherwise.

func (*GetCompanyLocationsOptions200Response) GetMessageOk

func (o *GetCompanyLocationsOptions200Response) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetCompanyLocationsOptions200Response) GetStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetCompanyLocationsOptions200Response) GetStatusOk

func (o *GetCompanyLocationsOptions200Response) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetCompanyLocationsOptions200Response) HasData

HasData returns a boolean if a field has been set.

func (*GetCompanyLocationsOptions200Response) HasMessage

HasMessage returns a boolean if a field has been set.

func (*GetCompanyLocationsOptions200Response) HasStatus

HasStatus returns a boolean if a field has been set.

func (GetCompanyLocationsOptions200Response) MarshalJSON

func (o GetCompanyLocationsOptions200Response) MarshalJSON() ([]byte, error)

func (*GetCompanyLocationsOptions200Response) SetData

SetData gets a reference to the given []GetCompanyLocationsOptions200ResponseDataInner and assigns it to the Data field.

func (*GetCompanyLocationsOptions200Response) SetMessage

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*GetCompanyLocationsOptions200Response) SetStatus

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (GetCompanyLocationsOptions200Response) ToMap

func (o GetCompanyLocationsOptions200Response) ToMap() (map[string]interface{}, error)

func (*GetCompanyLocationsOptions200Response) UnmarshalJSON

func (o *GetCompanyLocationsOptions200Response) UnmarshalJSON(data []byte) (err error)

type GetCompanyLocationsOptions200ResponseDataInner

type GetCompanyLocationsOptions200ResponseDataInner struct {
	Id                   *int32  `json:"id,omitempty"`
	Identifier           *string `json:"identifier,omitempty"`
	Name                 *string `json:"name,omitempty"`
	IsDefault            *bool   `json:"isDefault,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetCompanyLocationsOptions200ResponseDataInner struct for GetCompanyLocationsOptions200ResponseDataInner

func NewGetCompanyLocationsOptions200ResponseDataInner

func NewGetCompanyLocationsOptions200ResponseDataInner() *GetCompanyLocationsOptions200ResponseDataInner

NewGetCompanyLocationsOptions200ResponseDataInner instantiates a new GetCompanyLocationsOptions200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetCompanyLocationsOptions200ResponseDataInnerWithDefaults

func NewGetCompanyLocationsOptions200ResponseDataInnerWithDefaults() *GetCompanyLocationsOptions200ResponseDataInner

NewGetCompanyLocationsOptions200ResponseDataInnerWithDefaults instantiates a new GetCompanyLocationsOptions200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetCompanyLocationsOptions200ResponseDataInner) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*GetCompanyLocationsOptions200ResponseDataInner) GetIdOk

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetCompanyLocationsOptions200ResponseDataInner) GetIdentifier

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*GetCompanyLocationsOptions200ResponseDataInner) GetIdentifierOk

GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetCompanyLocationsOptions200ResponseDataInner) GetIsDefault

GetIsDefault returns the IsDefault field value if set, zero value otherwise.

func (*GetCompanyLocationsOptions200ResponseDataInner) GetIsDefaultOk

GetIsDefaultOk returns a tuple with the IsDefault field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetCompanyLocationsOptions200ResponseDataInner) GetName

GetName returns the Name field value if set, zero value otherwise.

func (*GetCompanyLocationsOptions200ResponseDataInner) GetNameOk

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetCompanyLocationsOptions200ResponseDataInner) HasId

HasId returns a boolean if a field has been set.

func (*GetCompanyLocationsOptions200ResponseDataInner) HasIdentifier

HasIdentifier returns a boolean if a field has been set.

func (*GetCompanyLocationsOptions200ResponseDataInner) HasIsDefault

HasIsDefault returns a boolean if a field has been set.

func (*GetCompanyLocationsOptions200ResponseDataInner) HasName

HasName returns a boolean if a field has been set.

func (GetCompanyLocationsOptions200ResponseDataInner) MarshalJSON

func (*GetCompanyLocationsOptions200ResponseDataInner) SetId

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*GetCompanyLocationsOptions200ResponseDataInner) SetIdentifier

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (*GetCompanyLocationsOptions200ResponseDataInner) SetIsDefault

SetIsDefault gets a reference to the given bool and assigns it to the IsDefault field.

func (*GetCompanyLocationsOptions200ResponseDataInner) SetName

SetName gets a reference to the given string and assigns it to the Name field.

func (GetCompanyLocationsOptions200ResponseDataInner) ToMap

func (o GetCompanyLocationsOptions200ResponseDataInner) ToMap() (map[string]interface{}, error)

func (*GetCompanyLocationsOptions200ResponseDataInner) UnmarshalJSON

func (o *GetCompanyLocationsOptions200ResponseDataInner) UnmarshalJSON(data []byte) (err error)

type GetEquipmentTypesOptions200Response

type GetEquipmentTypesOptions200Response struct {
	Data                 []GetEquipmentTypesOptions200ResponseDataInner `json:"data,omitempty"`
	Message              *string                                        `json:"message,omitempty"`
	Status               *int32                                         `json:"status,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetEquipmentTypesOptions200Response struct for GetEquipmentTypesOptions200Response

func NewGetEquipmentTypesOptions200Response

func NewGetEquipmentTypesOptions200Response() *GetEquipmentTypesOptions200Response

NewGetEquipmentTypesOptions200Response instantiates a new GetEquipmentTypesOptions200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetEquipmentTypesOptions200ResponseWithDefaults

func NewGetEquipmentTypesOptions200ResponseWithDefaults() *GetEquipmentTypesOptions200Response

NewGetEquipmentTypesOptions200ResponseWithDefaults instantiates a new GetEquipmentTypesOptions200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetEquipmentTypesOptions200Response) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*GetEquipmentTypesOptions200Response) GetDataOk

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetEquipmentTypesOptions200Response) GetMessage

GetMessage returns the Message field value if set, zero value otherwise.

func (*GetEquipmentTypesOptions200Response) GetMessageOk

func (o *GetEquipmentTypesOptions200Response) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetEquipmentTypesOptions200Response) GetStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetEquipmentTypesOptions200Response) GetStatusOk

func (o *GetEquipmentTypesOptions200Response) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetEquipmentTypesOptions200Response) HasData

HasData returns a boolean if a field has been set.

func (*GetEquipmentTypesOptions200Response) HasMessage

func (o *GetEquipmentTypesOptions200Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*GetEquipmentTypesOptions200Response) HasStatus

HasStatus returns a boolean if a field has been set.

func (GetEquipmentTypesOptions200Response) MarshalJSON

func (o GetEquipmentTypesOptions200Response) MarshalJSON() ([]byte, error)

func (*GetEquipmentTypesOptions200Response) SetData

SetData gets a reference to the given []GetEquipmentTypesOptions200ResponseDataInner and assigns it to the Data field.

func (*GetEquipmentTypesOptions200Response) SetMessage

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*GetEquipmentTypesOptions200Response) SetStatus

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (GetEquipmentTypesOptions200Response) ToMap

func (o GetEquipmentTypesOptions200Response) ToMap() (map[string]interface{}, error)

func (*GetEquipmentTypesOptions200Response) UnmarshalJSON

func (o *GetEquipmentTypesOptions200Response) UnmarshalJSON(data []byte) (err error)

type GetEquipmentTypesOptions200ResponseDataInner

type GetEquipmentTypesOptions200ResponseDataInner struct {
	Id                   *int32  `json:"id,omitempty"`
	Identifier           *string `json:"identifier,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetEquipmentTypesOptions200ResponseDataInner struct for GetEquipmentTypesOptions200ResponseDataInner

func NewGetEquipmentTypesOptions200ResponseDataInner

func NewGetEquipmentTypesOptions200ResponseDataInner() *GetEquipmentTypesOptions200ResponseDataInner

NewGetEquipmentTypesOptions200ResponseDataInner instantiates a new GetEquipmentTypesOptions200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetEquipmentTypesOptions200ResponseDataInnerWithDefaults

func NewGetEquipmentTypesOptions200ResponseDataInnerWithDefaults() *GetEquipmentTypesOptions200ResponseDataInner

NewGetEquipmentTypesOptions200ResponseDataInnerWithDefaults instantiates a new GetEquipmentTypesOptions200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetEquipmentTypesOptions200ResponseDataInner) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*GetEquipmentTypesOptions200ResponseDataInner) GetIdOk

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetEquipmentTypesOptions200ResponseDataInner) GetIdentifier

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*GetEquipmentTypesOptions200ResponseDataInner) GetIdentifierOk

func (o *GetEquipmentTypesOptions200ResponseDataInner) GetIdentifierOk() (*string, bool)

GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetEquipmentTypesOptions200ResponseDataInner) GetName

GetName returns the Name field value if set, zero value otherwise.

func (*GetEquipmentTypesOptions200ResponseDataInner) GetNameOk

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetEquipmentTypesOptions200ResponseDataInner) HasId

HasId returns a boolean if a field has been set.

func (*GetEquipmentTypesOptions200ResponseDataInner) HasIdentifier

HasIdentifier returns a boolean if a field has been set.

func (*GetEquipmentTypesOptions200ResponseDataInner) HasName

HasName returns a boolean if a field has been set.

func (GetEquipmentTypesOptions200ResponseDataInner) MarshalJSON

func (*GetEquipmentTypesOptions200ResponseDataInner) SetId

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*GetEquipmentTypesOptions200ResponseDataInner) SetIdentifier

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (*GetEquipmentTypesOptions200ResponseDataInner) SetName

SetName gets a reference to the given string and assigns it to the Name field.

func (GetEquipmentTypesOptions200ResponseDataInner) ToMap

func (o GetEquipmentTypesOptions200ResponseDataInner) ToMap() (map[string]interface{}, error)

func (*GetEquipmentTypesOptions200ResponseDataInner) UnmarshalJSON

func (o *GetEquipmentTypesOptions200ResponseDataInner) UnmarshalJSON(data []byte) (err error)

type GetProjectExpenseById200Response

type GetProjectExpenseById200Response struct {
	TotalRecords         *int32                                      `json:"totalRecords,omitempty"`
	Data                 []GetProjectExpenseById200ResponseDataInner `json:"data,omitempty"`
	Message              *string                                     `json:"message,omitempty"`
	Status               *int32                                      `json:"status,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetProjectExpenseById200Response struct for GetProjectExpenseById200Response

func NewGetProjectExpenseById200Response

func NewGetProjectExpenseById200Response() *GetProjectExpenseById200Response

NewGetProjectExpenseById200Response instantiates a new GetProjectExpenseById200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetProjectExpenseById200ResponseWithDefaults

func NewGetProjectExpenseById200ResponseWithDefaults() *GetProjectExpenseById200Response

NewGetProjectExpenseById200ResponseWithDefaults instantiates a new GetProjectExpenseById200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetProjectExpenseById200Response) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*GetProjectExpenseById200Response) GetDataOk

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectExpenseById200Response) GetMessage

func (o *GetProjectExpenseById200Response) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*GetProjectExpenseById200Response) GetMessageOk

func (o *GetProjectExpenseById200Response) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectExpenseById200Response) GetStatus

func (o *GetProjectExpenseById200Response) GetStatus() int32

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetProjectExpenseById200Response) GetStatusOk

func (o *GetProjectExpenseById200Response) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectExpenseById200Response) GetTotalRecords

func (o *GetProjectExpenseById200Response) GetTotalRecords() int32

GetTotalRecords returns the TotalRecords field value if set, zero value otherwise.

func (*GetProjectExpenseById200Response) GetTotalRecordsOk

func (o *GetProjectExpenseById200Response) GetTotalRecordsOk() (*int32, bool)

GetTotalRecordsOk returns a tuple with the TotalRecords field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectExpenseById200Response) HasData

HasData returns a boolean if a field has been set.

func (*GetProjectExpenseById200Response) HasMessage

func (o *GetProjectExpenseById200Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*GetProjectExpenseById200Response) HasStatus

func (o *GetProjectExpenseById200Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*GetProjectExpenseById200Response) HasTotalRecords

func (o *GetProjectExpenseById200Response) HasTotalRecords() bool

HasTotalRecords returns a boolean if a field has been set.

func (GetProjectExpenseById200Response) MarshalJSON

func (o GetProjectExpenseById200Response) MarshalJSON() ([]byte, error)

func (*GetProjectExpenseById200Response) SetData

SetData gets a reference to the given []GetProjectExpenseById200ResponseDataInner and assigns it to the Data field.

func (*GetProjectExpenseById200Response) SetMessage

func (o *GetProjectExpenseById200Response) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*GetProjectExpenseById200Response) SetStatus

func (o *GetProjectExpenseById200Response) SetStatus(v int32)

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (*GetProjectExpenseById200Response) SetTotalRecords

func (o *GetProjectExpenseById200Response) SetTotalRecords(v int32)

SetTotalRecords gets a reference to the given int32 and assigns it to the TotalRecords field.

func (GetProjectExpenseById200Response) ToMap

func (o GetProjectExpenseById200Response) ToMap() (map[string]interface{}, error)

func (*GetProjectExpenseById200Response) UnmarshalJSON

func (o *GetProjectExpenseById200Response) UnmarshalJSON(data []byte) (err error)

type GetProjectExpenseById200ResponseDataInner

type GetProjectExpenseById200ResponseDataInner struct {
	Id                     *int32                   `json:"id,omitempty"`
	ProjectId              *int32                   `json:"projectId,omitempty"`
	ExpenseDate            *string                  `json:"expenseDate,omitempty"`
	TransactionType        interface{}              `json:"transactionType,omitempty"`
	Number                 *string                  `json:"number,omitempty"`
	Method                 interface{}              `json:"method,omitempty"`
	Memo                   *string                  `json:"memo,omitempty"`
	PaymentAccount         interface{}              `json:"paymentAccount,omitempty"`
	Total                  *int32                   `json:"total,omitempty"`
	Balance                *int32                   `json:"balance,omitempty"`
	StaffTimesheetId       interface{}              `json:"staffTimesheetId,omitempty"`
	EquipmentProjectId     *int32                   `json:"equipmentProjectId,omitempty"`
	FinancialCRMID         interface{}              `json:"financialCRMID,omitempty"`
	QboSubCustomerId       interface{}              `json:"qboSubCustomerId,omitempty"`
	Subcategory            *string                  `json:"subcategory,omitempty"`
	Payee                  interface{}              `json:"payee,omitempty"`
	Quantity               interface{}              `json:"quantity,omitempty"`
	Cost                   interface{}              `json:"cost,omitempty"`
	Status                 *string                  `json:"status,omitempty"`
	Deleted                *bool                    `json:"deleted,omitempty"`
	QboExpenseAccountId    interface{}              `json:"qboExpenseAccountId,omitempty"`
	QboPaymentAccountId    interface{}              `json:"qboPaymentAccountId,omitempty"`
	SyncToken              interface{}              `json:"syncToken,omitempty"`
	CreatedAt              *string                  `json:"createdAt,omitempty"`
	CreatedBy              *string                  `json:"createdBy,omitempty"`
	CreatedById            interface{}              `json:"createdById,omitempty"`
	UpdatedAt              interface{}              `json:"updatedAt,omitempty"`
	UpdatedBy              interface{}              `json:"updatedBy,omitempty"`
	ProjectExpenseItems    []map[string]interface{} `json:"projectExpenseItems,omitempty"`
	ExpenseSubcategories   interface{}              `json:"expenseSubcategories,omitempty"`
	ExpenseStaffTimesheets interface{}              `json:"expenseStaffTimesheets,omitempty"`
	ExpenseEquipments      interface{}              `json:"expenseEquipments,omitempty"`
	AdditionalProperties   map[string]interface{}
}

GetProjectExpenseById200ResponseDataInner struct for GetProjectExpenseById200ResponseDataInner

func NewGetProjectExpenseById200ResponseDataInner

func NewGetProjectExpenseById200ResponseDataInner() *GetProjectExpenseById200ResponseDataInner

NewGetProjectExpenseById200ResponseDataInner instantiates a new GetProjectExpenseById200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetProjectExpenseById200ResponseDataInnerWithDefaults

func NewGetProjectExpenseById200ResponseDataInnerWithDefaults() *GetProjectExpenseById200ResponseDataInner

NewGetProjectExpenseById200ResponseDataInnerWithDefaults instantiates a new GetProjectExpenseById200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetProjectExpenseById200ResponseDataInner) GetBalance

GetBalance returns the Balance field value if set, zero value otherwise.

func (*GetProjectExpenseById200ResponseDataInner) GetBalanceOk

GetBalanceOk returns a tuple with the Balance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectExpenseById200ResponseDataInner) GetCost

func (o *GetProjectExpenseById200ResponseDataInner) GetCost() interface{}

GetCost returns the Cost field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectExpenseById200ResponseDataInner) GetCostOk

func (o *GetProjectExpenseById200ResponseDataInner) GetCostOk() (*interface{}, bool)

GetCostOk returns a tuple with the Cost 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 (*GetProjectExpenseById200ResponseDataInner) GetCreatedAt

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*GetProjectExpenseById200ResponseDataInner) GetCreatedAtOk

func (o *GetProjectExpenseById200ResponseDataInner) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectExpenseById200ResponseDataInner) GetCreatedBy

GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.

func (*GetProjectExpenseById200ResponseDataInner) GetCreatedById

func (o *GetProjectExpenseById200ResponseDataInner) GetCreatedById() interface{}

GetCreatedById returns the CreatedById field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectExpenseById200ResponseDataInner) GetCreatedByIdOk

func (o *GetProjectExpenseById200ResponseDataInner) GetCreatedByIdOk() (*interface{}, bool)

GetCreatedByIdOk returns a tuple with the CreatedById 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 (*GetProjectExpenseById200ResponseDataInner) GetCreatedByOk

func (o *GetProjectExpenseById200ResponseDataInner) GetCreatedByOk() (*string, bool)

GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectExpenseById200ResponseDataInner) GetDeleted

GetDeleted returns the Deleted field value if set, zero value otherwise.

func (*GetProjectExpenseById200ResponseDataInner) GetDeletedOk

func (o *GetProjectExpenseById200ResponseDataInner) GetDeletedOk() (*bool, bool)

GetDeletedOk returns a tuple with the Deleted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectExpenseById200ResponseDataInner) GetEquipmentProjectId

func (o *GetProjectExpenseById200ResponseDataInner) GetEquipmentProjectId() int32

GetEquipmentProjectId returns the EquipmentProjectId field value if set, zero value otherwise.

func (*GetProjectExpenseById200ResponseDataInner) GetEquipmentProjectIdOk

func (o *GetProjectExpenseById200ResponseDataInner) GetEquipmentProjectIdOk() (*int32, bool)

GetEquipmentProjectIdOk returns a tuple with the EquipmentProjectId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectExpenseById200ResponseDataInner) GetExpenseDate

GetExpenseDate returns the ExpenseDate field value if set, zero value otherwise.

func (*GetProjectExpenseById200ResponseDataInner) GetExpenseDateOk

func (o *GetProjectExpenseById200ResponseDataInner) GetExpenseDateOk() (*string, bool)

GetExpenseDateOk returns a tuple with the ExpenseDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectExpenseById200ResponseDataInner) GetExpenseEquipments

func (o *GetProjectExpenseById200ResponseDataInner) GetExpenseEquipments() interface{}

GetExpenseEquipments returns the ExpenseEquipments field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectExpenseById200ResponseDataInner) GetExpenseEquipmentsOk

func (o *GetProjectExpenseById200ResponseDataInner) GetExpenseEquipmentsOk() (*interface{}, bool)

GetExpenseEquipmentsOk returns a tuple with the ExpenseEquipments 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 (*GetProjectExpenseById200ResponseDataInner) GetExpenseStaffTimesheets

func (o *GetProjectExpenseById200ResponseDataInner) GetExpenseStaffTimesheets() interface{}

GetExpenseStaffTimesheets returns the ExpenseStaffTimesheets field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectExpenseById200ResponseDataInner) GetExpenseStaffTimesheetsOk

func (o *GetProjectExpenseById200ResponseDataInner) GetExpenseStaffTimesheetsOk() (*interface{}, bool)

GetExpenseStaffTimesheetsOk returns a tuple with the ExpenseStaffTimesheets 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 (*GetProjectExpenseById200ResponseDataInner) GetExpenseSubcategories

func (o *GetProjectExpenseById200ResponseDataInner) GetExpenseSubcategories() interface{}

GetExpenseSubcategories returns the ExpenseSubcategories field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectExpenseById200ResponseDataInner) GetExpenseSubcategoriesOk

func (o *GetProjectExpenseById200ResponseDataInner) GetExpenseSubcategoriesOk() (*interface{}, bool)

GetExpenseSubcategoriesOk returns a tuple with the ExpenseSubcategories 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 (*GetProjectExpenseById200ResponseDataInner) GetFinancialCRMID

func (o *GetProjectExpenseById200ResponseDataInner) GetFinancialCRMID() interface{}

GetFinancialCRMID returns the FinancialCRMID field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectExpenseById200ResponseDataInner) GetFinancialCRMIDOk

func (o *GetProjectExpenseById200ResponseDataInner) GetFinancialCRMIDOk() (*interface{}, bool)

GetFinancialCRMIDOk returns a tuple with the FinancialCRMID 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 (*GetProjectExpenseById200ResponseDataInner) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*GetProjectExpenseById200ResponseDataInner) GetIdOk

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectExpenseById200ResponseDataInner) GetMemo

GetMemo returns the Memo field value if set, zero value otherwise.

func (*GetProjectExpenseById200ResponseDataInner) GetMemoOk

GetMemoOk returns a tuple with the Memo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectExpenseById200ResponseDataInner) GetMethod

func (o *GetProjectExpenseById200ResponseDataInner) GetMethod() interface{}

GetMethod returns the Method field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectExpenseById200ResponseDataInner) GetMethodOk

func (o *GetProjectExpenseById200ResponseDataInner) GetMethodOk() (*interface{}, bool)

GetMethodOk returns a tuple with the Method 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 (*GetProjectExpenseById200ResponseDataInner) GetNumber

GetNumber returns the Number field value if set, zero value otherwise.

func (*GetProjectExpenseById200ResponseDataInner) GetNumberOk

GetNumberOk returns a tuple with the Number field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectExpenseById200ResponseDataInner) GetPayee

func (o *GetProjectExpenseById200ResponseDataInner) GetPayee() interface{}

GetPayee returns the Payee field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectExpenseById200ResponseDataInner) GetPayeeOk

func (o *GetProjectExpenseById200ResponseDataInner) GetPayeeOk() (*interface{}, bool)

GetPayeeOk returns a tuple with the Payee 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 (*GetProjectExpenseById200ResponseDataInner) GetPaymentAccount

func (o *GetProjectExpenseById200ResponseDataInner) GetPaymentAccount() interface{}

GetPaymentAccount returns the PaymentAccount field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectExpenseById200ResponseDataInner) GetPaymentAccountOk

func (o *GetProjectExpenseById200ResponseDataInner) GetPaymentAccountOk() (*interface{}, bool)

GetPaymentAccountOk returns a tuple with the PaymentAccount 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 (*GetProjectExpenseById200ResponseDataInner) GetProjectExpenseItems

func (o *GetProjectExpenseById200ResponseDataInner) GetProjectExpenseItems() []map[string]interface{}

GetProjectExpenseItems returns the ProjectExpenseItems field value if set, zero value otherwise.

func (*GetProjectExpenseById200ResponseDataInner) GetProjectExpenseItemsOk

func (o *GetProjectExpenseById200ResponseDataInner) GetProjectExpenseItemsOk() ([]map[string]interface{}, bool)

GetProjectExpenseItemsOk returns a tuple with the ProjectExpenseItems field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectExpenseById200ResponseDataInner) GetProjectId

GetProjectId returns the ProjectId field value if set, zero value otherwise.

func (*GetProjectExpenseById200ResponseDataInner) GetProjectIdOk

func (o *GetProjectExpenseById200ResponseDataInner) GetProjectIdOk() (*int32, bool)

GetProjectIdOk returns a tuple with the ProjectId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectExpenseById200ResponseDataInner) GetQboExpenseAccountId

func (o *GetProjectExpenseById200ResponseDataInner) GetQboExpenseAccountId() interface{}

GetQboExpenseAccountId returns the QboExpenseAccountId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectExpenseById200ResponseDataInner) GetQboExpenseAccountIdOk

func (o *GetProjectExpenseById200ResponseDataInner) GetQboExpenseAccountIdOk() (*interface{}, bool)

GetQboExpenseAccountIdOk returns a tuple with the QboExpenseAccountId 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 (*GetProjectExpenseById200ResponseDataInner) GetQboPaymentAccountId

func (o *GetProjectExpenseById200ResponseDataInner) GetQboPaymentAccountId() interface{}

GetQboPaymentAccountId returns the QboPaymentAccountId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectExpenseById200ResponseDataInner) GetQboPaymentAccountIdOk

func (o *GetProjectExpenseById200ResponseDataInner) GetQboPaymentAccountIdOk() (*interface{}, bool)

GetQboPaymentAccountIdOk returns a tuple with the QboPaymentAccountId 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 (*GetProjectExpenseById200ResponseDataInner) GetQboSubCustomerId

func (o *GetProjectExpenseById200ResponseDataInner) GetQboSubCustomerId() interface{}

GetQboSubCustomerId returns the QboSubCustomerId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectExpenseById200ResponseDataInner) GetQboSubCustomerIdOk

func (o *GetProjectExpenseById200ResponseDataInner) GetQboSubCustomerIdOk() (*interface{}, bool)

GetQboSubCustomerIdOk returns a tuple with the QboSubCustomerId 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 (*GetProjectExpenseById200ResponseDataInner) GetQuantity

func (o *GetProjectExpenseById200ResponseDataInner) GetQuantity() interface{}

GetQuantity returns the Quantity field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectExpenseById200ResponseDataInner) GetQuantityOk

func (o *GetProjectExpenseById200ResponseDataInner) GetQuantityOk() (*interface{}, bool)

GetQuantityOk returns a tuple with the Quantity 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 (*GetProjectExpenseById200ResponseDataInner) GetStaffTimesheetId

func (o *GetProjectExpenseById200ResponseDataInner) GetStaffTimesheetId() interface{}

GetStaffTimesheetId returns the StaffTimesheetId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectExpenseById200ResponseDataInner) GetStaffTimesheetIdOk

func (o *GetProjectExpenseById200ResponseDataInner) GetStaffTimesheetIdOk() (*interface{}, bool)

GetStaffTimesheetIdOk returns a tuple with the StaffTimesheetId 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 (*GetProjectExpenseById200ResponseDataInner) GetStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetProjectExpenseById200ResponseDataInner) GetStatusOk

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectExpenseById200ResponseDataInner) GetSubcategory

GetSubcategory returns the Subcategory field value if set, zero value otherwise.

func (*GetProjectExpenseById200ResponseDataInner) GetSubcategoryOk

func (o *GetProjectExpenseById200ResponseDataInner) GetSubcategoryOk() (*string, bool)

GetSubcategoryOk returns a tuple with the Subcategory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectExpenseById200ResponseDataInner) GetSyncToken

func (o *GetProjectExpenseById200ResponseDataInner) GetSyncToken() interface{}

GetSyncToken returns the SyncToken field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectExpenseById200ResponseDataInner) GetSyncTokenOk

func (o *GetProjectExpenseById200ResponseDataInner) GetSyncTokenOk() (*interface{}, bool)

GetSyncTokenOk returns a tuple with the SyncToken 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 (*GetProjectExpenseById200ResponseDataInner) GetTotal

GetTotal returns the Total field value if set, zero value otherwise.

func (*GetProjectExpenseById200ResponseDataInner) GetTotalOk

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectExpenseById200ResponseDataInner) GetTransactionType

func (o *GetProjectExpenseById200ResponseDataInner) GetTransactionType() interface{}

GetTransactionType returns the TransactionType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectExpenseById200ResponseDataInner) GetTransactionTypeOk

func (o *GetProjectExpenseById200ResponseDataInner) GetTransactionTypeOk() (*interface{}, bool)

GetTransactionTypeOk returns a tuple with the TransactionType 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 (*GetProjectExpenseById200ResponseDataInner) GetUpdatedAt

func (o *GetProjectExpenseById200ResponseDataInner) GetUpdatedAt() interface{}

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectExpenseById200ResponseDataInner) GetUpdatedAtOk

func (o *GetProjectExpenseById200ResponseDataInner) GetUpdatedAtOk() (*interface{}, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt 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 (*GetProjectExpenseById200ResponseDataInner) GetUpdatedBy

func (o *GetProjectExpenseById200ResponseDataInner) GetUpdatedBy() interface{}

GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectExpenseById200ResponseDataInner) GetUpdatedByOk

func (o *GetProjectExpenseById200ResponseDataInner) GetUpdatedByOk() (*interface{}, bool)

GetUpdatedByOk returns a tuple with the UpdatedBy 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 (*GetProjectExpenseById200ResponseDataInner) HasBalance

HasBalance returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasCost

HasCost returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasCreatedAt

HasCreatedAt returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasCreatedBy

HasCreatedBy returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasCreatedById

func (o *GetProjectExpenseById200ResponseDataInner) HasCreatedById() bool

HasCreatedById returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasDeleted

HasDeleted returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasEquipmentProjectId

func (o *GetProjectExpenseById200ResponseDataInner) HasEquipmentProjectId() bool

HasEquipmentProjectId returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasExpenseDate

func (o *GetProjectExpenseById200ResponseDataInner) HasExpenseDate() bool

HasExpenseDate returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasExpenseEquipments

func (o *GetProjectExpenseById200ResponseDataInner) HasExpenseEquipments() bool

HasExpenseEquipments returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasExpenseStaffTimesheets

func (o *GetProjectExpenseById200ResponseDataInner) HasExpenseStaffTimesheets() bool

HasExpenseStaffTimesheets returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasExpenseSubcategories

func (o *GetProjectExpenseById200ResponseDataInner) HasExpenseSubcategories() bool

HasExpenseSubcategories returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasFinancialCRMID

func (o *GetProjectExpenseById200ResponseDataInner) HasFinancialCRMID() bool

HasFinancialCRMID returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasId

HasId returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasMemo

HasMemo returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasMethod

HasMethod returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasNumber

HasNumber returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasPayee

HasPayee returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasPaymentAccount

func (o *GetProjectExpenseById200ResponseDataInner) HasPaymentAccount() bool

HasPaymentAccount returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasProjectExpenseItems

func (o *GetProjectExpenseById200ResponseDataInner) HasProjectExpenseItems() bool

HasProjectExpenseItems returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasProjectId

HasProjectId returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasQboExpenseAccountId

func (o *GetProjectExpenseById200ResponseDataInner) HasQboExpenseAccountId() bool

HasQboExpenseAccountId returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasQboPaymentAccountId

func (o *GetProjectExpenseById200ResponseDataInner) HasQboPaymentAccountId() bool

HasQboPaymentAccountId returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasQboSubCustomerId

func (o *GetProjectExpenseById200ResponseDataInner) HasQboSubCustomerId() bool

HasQboSubCustomerId returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasQuantity

HasQuantity returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasStaffTimesheetId

func (o *GetProjectExpenseById200ResponseDataInner) HasStaffTimesheetId() bool

HasStaffTimesheetId returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasStatus

HasStatus returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasSubcategory

func (o *GetProjectExpenseById200ResponseDataInner) HasSubcategory() bool

HasSubcategory returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasSyncToken

HasSyncToken returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasTotal

HasTotal returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasTransactionType

func (o *GetProjectExpenseById200ResponseDataInner) HasTransactionType() bool

HasTransactionType returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasUpdatedAt

HasUpdatedAt returns a boolean if a field has been set.

func (*GetProjectExpenseById200ResponseDataInner) HasUpdatedBy

HasUpdatedBy returns a boolean if a field has been set.

func (GetProjectExpenseById200ResponseDataInner) MarshalJSON

func (*GetProjectExpenseById200ResponseDataInner) SetBalance

SetBalance gets a reference to the given int32 and assigns it to the Balance field.

func (*GetProjectExpenseById200ResponseDataInner) SetCost

func (o *GetProjectExpenseById200ResponseDataInner) SetCost(v interface{})

SetCost gets a reference to the given interface{} and assigns it to the Cost field.

func (*GetProjectExpenseById200ResponseDataInner) SetCreatedAt

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*GetProjectExpenseById200ResponseDataInner) SetCreatedBy

SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.

func (*GetProjectExpenseById200ResponseDataInner) SetCreatedById

func (o *GetProjectExpenseById200ResponseDataInner) SetCreatedById(v interface{})

SetCreatedById gets a reference to the given interface{} and assigns it to the CreatedById field.

func (*GetProjectExpenseById200ResponseDataInner) SetDeleted

SetDeleted gets a reference to the given bool and assigns it to the Deleted field.

func (*GetProjectExpenseById200ResponseDataInner) SetEquipmentProjectId

func (o *GetProjectExpenseById200ResponseDataInner) SetEquipmentProjectId(v int32)

SetEquipmentProjectId gets a reference to the given int32 and assigns it to the EquipmentProjectId field.

func (*GetProjectExpenseById200ResponseDataInner) SetExpenseDate

SetExpenseDate gets a reference to the given string and assigns it to the ExpenseDate field.

func (*GetProjectExpenseById200ResponseDataInner) SetExpenseEquipments

func (o *GetProjectExpenseById200ResponseDataInner) SetExpenseEquipments(v interface{})

SetExpenseEquipments gets a reference to the given interface{} and assigns it to the ExpenseEquipments field.

func (*GetProjectExpenseById200ResponseDataInner) SetExpenseStaffTimesheets

func (o *GetProjectExpenseById200ResponseDataInner) SetExpenseStaffTimesheets(v interface{})

SetExpenseStaffTimesheets gets a reference to the given interface{} and assigns it to the ExpenseStaffTimesheets field.

func (*GetProjectExpenseById200ResponseDataInner) SetExpenseSubcategories

func (o *GetProjectExpenseById200ResponseDataInner) SetExpenseSubcategories(v interface{})

SetExpenseSubcategories gets a reference to the given interface{} and assigns it to the ExpenseSubcategories field.

func (*GetProjectExpenseById200ResponseDataInner) SetFinancialCRMID

func (o *GetProjectExpenseById200ResponseDataInner) SetFinancialCRMID(v interface{})

SetFinancialCRMID gets a reference to the given interface{} and assigns it to the FinancialCRMID field.

func (*GetProjectExpenseById200ResponseDataInner) SetId

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*GetProjectExpenseById200ResponseDataInner) SetMemo

SetMemo gets a reference to the given string and assigns it to the Memo field.

func (*GetProjectExpenseById200ResponseDataInner) SetMethod

func (o *GetProjectExpenseById200ResponseDataInner) SetMethod(v interface{})

SetMethod gets a reference to the given interface{} and assigns it to the Method field.

func (*GetProjectExpenseById200ResponseDataInner) SetNumber

SetNumber gets a reference to the given string and assigns it to the Number field.

func (*GetProjectExpenseById200ResponseDataInner) SetPayee

func (o *GetProjectExpenseById200ResponseDataInner) SetPayee(v interface{})

SetPayee gets a reference to the given interface{} and assigns it to the Payee field.

func (*GetProjectExpenseById200ResponseDataInner) SetPaymentAccount

func (o *GetProjectExpenseById200ResponseDataInner) SetPaymentAccount(v interface{})

SetPaymentAccount gets a reference to the given interface{} and assigns it to the PaymentAccount field.

func (*GetProjectExpenseById200ResponseDataInner) SetProjectExpenseItems

func (o *GetProjectExpenseById200ResponseDataInner) SetProjectExpenseItems(v []map[string]interface{})

SetProjectExpenseItems gets a reference to the given []map[string]interface{} and assigns it to the ProjectExpenseItems field.

func (*GetProjectExpenseById200ResponseDataInner) SetProjectId

SetProjectId gets a reference to the given int32 and assigns it to the ProjectId field.

func (*GetProjectExpenseById200ResponseDataInner) SetQboExpenseAccountId

func (o *GetProjectExpenseById200ResponseDataInner) SetQboExpenseAccountId(v interface{})

SetQboExpenseAccountId gets a reference to the given interface{} and assigns it to the QboExpenseAccountId field.

func (*GetProjectExpenseById200ResponseDataInner) SetQboPaymentAccountId

func (o *GetProjectExpenseById200ResponseDataInner) SetQboPaymentAccountId(v interface{})

SetQboPaymentAccountId gets a reference to the given interface{} and assigns it to the QboPaymentAccountId field.

func (*GetProjectExpenseById200ResponseDataInner) SetQboSubCustomerId

func (o *GetProjectExpenseById200ResponseDataInner) SetQboSubCustomerId(v interface{})

SetQboSubCustomerId gets a reference to the given interface{} and assigns it to the QboSubCustomerId field.

func (*GetProjectExpenseById200ResponseDataInner) SetQuantity

func (o *GetProjectExpenseById200ResponseDataInner) SetQuantity(v interface{})

SetQuantity gets a reference to the given interface{} and assigns it to the Quantity field.

func (*GetProjectExpenseById200ResponseDataInner) SetStaffTimesheetId

func (o *GetProjectExpenseById200ResponseDataInner) SetStaffTimesheetId(v interface{})

SetStaffTimesheetId gets a reference to the given interface{} and assigns it to the StaffTimesheetId field.

func (*GetProjectExpenseById200ResponseDataInner) SetStatus

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*GetProjectExpenseById200ResponseDataInner) SetSubcategory

SetSubcategory gets a reference to the given string and assigns it to the Subcategory field.

func (*GetProjectExpenseById200ResponseDataInner) SetSyncToken

func (o *GetProjectExpenseById200ResponseDataInner) SetSyncToken(v interface{})

SetSyncToken gets a reference to the given interface{} and assigns it to the SyncToken field.

func (*GetProjectExpenseById200ResponseDataInner) SetTotal

SetTotal gets a reference to the given int32 and assigns it to the Total field.

func (*GetProjectExpenseById200ResponseDataInner) SetTransactionType

func (o *GetProjectExpenseById200ResponseDataInner) SetTransactionType(v interface{})

SetTransactionType gets a reference to the given interface{} and assigns it to the TransactionType field.

func (*GetProjectExpenseById200ResponseDataInner) SetUpdatedAt

func (o *GetProjectExpenseById200ResponseDataInner) SetUpdatedAt(v interface{})

SetUpdatedAt gets a reference to the given interface{} and assigns it to the UpdatedAt field.

func (*GetProjectExpenseById200ResponseDataInner) SetUpdatedBy

func (o *GetProjectExpenseById200ResponseDataInner) SetUpdatedBy(v interface{})

SetUpdatedBy gets a reference to the given interface{} and assigns it to the UpdatedBy field.

func (GetProjectExpenseById200ResponseDataInner) ToMap

func (o GetProjectExpenseById200ResponseDataInner) ToMap() (map[string]interface{}, error)

func (*GetProjectExpenseById200ResponseDataInner) UnmarshalJSON

func (o *GetProjectExpenseById200ResponseDataInner) UnmarshalJSON(data []byte) (err error)

type GetProjectPayments200Response

type GetProjectPayments200Response struct {
	TotalRecords         *int32                                   `json:"totalRecords,omitempty"`
	Data                 []GetProjectPayments200ResponseDataInner `json:"data,omitempty"`
	Message              *string                                  `json:"message,omitempty"`
	Status               *int32                                   `json:"status,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetProjectPayments200Response struct for GetProjectPayments200Response

func NewGetProjectPayments200Response

func NewGetProjectPayments200Response() *GetProjectPayments200Response

NewGetProjectPayments200Response instantiates a new GetProjectPayments200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetProjectPayments200ResponseWithDefaults

func NewGetProjectPayments200ResponseWithDefaults() *GetProjectPayments200Response

NewGetProjectPayments200ResponseWithDefaults instantiates a new GetProjectPayments200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetProjectPayments200Response) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*GetProjectPayments200Response) GetDataOk

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200Response) GetMessage

func (o *GetProjectPayments200Response) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*GetProjectPayments200Response) GetMessageOk

func (o *GetProjectPayments200Response) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200Response) GetStatus

func (o *GetProjectPayments200Response) GetStatus() int32

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetProjectPayments200Response) GetStatusOk

func (o *GetProjectPayments200Response) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200Response) GetTotalRecords

func (o *GetProjectPayments200Response) GetTotalRecords() int32

GetTotalRecords returns the TotalRecords field value if set, zero value otherwise.

func (*GetProjectPayments200Response) GetTotalRecordsOk

func (o *GetProjectPayments200Response) GetTotalRecordsOk() (*int32, bool)

GetTotalRecordsOk returns a tuple with the TotalRecords field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200Response) HasData

func (o *GetProjectPayments200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (*GetProjectPayments200Response) HasMessage

func (o *GetProjectPayments200Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*GetProjectPayments200Response) HasStatus

func (o *GetProjectPayments200Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*GetProjectPayments200Response) HasTotalRecords

func (o *GetProjectPayments200Response) HasTotalRecords() bool

HasTotalRecords returns a boolean if a field has been set.

func (GetProjectPayments200Response) MarshalJSON

func (o GetProjectPayments200Response) MarshalJSON() ([]byte, error)

func (*GetProjectPayments200Response) SetData

SetData gets a reference to the given []GetProjectPayments200ResponseDataInner and assigns it to the Data field.

func (*GetProjectPayments200Response) SetMessage

func (o *GetProjectPayments200Response) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*GetProjectPayments200Response) SetStatus

func (o *GetProjectPayments200Response) SetStatus(v int32)

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (*GetProjectPayments200Response) SetTotalRecords

func (o *GetProjectPayments200Response) SetTotalRecords(v int32)

SetTotalRecords gets a reference to the given int32 and assigns it to the TotalRecords field.

func (GetProjectPayments200Response) ToMap

func (o GetProjectPayments200Response) ToMap() (map[string]interface{}, error)

func (*GetProjectPayments200Response) UnmarshalJSON

func (o *GetProjectPayments200Response) UnmarshalJSON(data []byte) (err error)

type GetProjectPayments200ResponseDataInner

type GetProjectPayments200ResponseDataInner struct {
	Id                   *int32                                             `json:"id,omitempty"`
	ProjectId            *int32                                             `json:"projectId,omitempty"`
	ProjectDocumentId    interface{}                                        `json:"projectDocumentId,omitempty"`
	ContactId            *int32                                             `json:"contactId,omitempty"`
	OrganizationId       interface{}                                        `json:"organizationId,omitempty"`
	InvoiceNo            *string                                            `json:"invoiceNo,omitempty"`
	InvoiceDate          *string                                            `json:"invoiceDate,omitempty"`
	Status               *string                                            `json:"status,omitempty"`
	InvoiceType          interface{}                                        `json:"invoiceType,omitempty"`
	TotalAmount          *int32                                             `json:"totalAmount,omitempty"`
	RemainingBalance     *int32                                             `json:"remainingBalance,omitempty"`
	Description          interface{}                                        `json:"description,omitempty"`
	SettingDataJson      interface{}                                        `json:"settingDataJson,omitempty"`
	FinancialCRMID       interface{}                                        `json:"financialCRMID,omitempty"`
	XeroAccountId        interface{}                                        `json:"xeroAccountId,omitempty"`
	DueDate              interface{}                                        `json:"dueDate,omitempty"`
	IsOverdue            *bool                                              `json:"isOverdue,omitempty"`
	TaxRateType          interface{}                                        `json:"taxRateType,omitempty"`
	Voided               *bool                                              `json:"voided,omitempty"`
	VoidAt               interface{}                                        `json:"voidAt,omitempty"`
	VoidBy               interface{}                                        `json:"voidBy,omitempty"`
	Deleted              *bool                                              `json:"deleted,omitempty"`
	CreatedAt            *string                                            `json:"createdAt,omitempty"`
	CreatedBy            *int32                                             `json:"createdBy,omitempty"`
	UpdatedAt            interface{}                                        `json:"updatedAt,omitempty"`
	UpdatedBy            interface{}                                        `json:"updatedBy,omitempty"`
	CreatedByStaff       *string                                            `json:"createdByStaff,omitempty"`
	InvoicePayments      []map[string]interface{}                           `json:"invoicePayments,omitempty"`
	Items                []GetProjectPayments200ResponseDataInnerItemsInner `json:"items,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetProjectPayments200ResponseDataInner struct for GetProjectPayments200ResponseDataInner

func NewGetProjectPayments200ResponseDataInner

func NewGetProjectPayments200ResponseDataInner() *GetProjectPayments200ResponseDataInner

NewGetProjectPayments200ResponseDataInner instantiates a new GetProjectPayments200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetProjectPayments200ResponseDataInnerWithDefaults

func NewGetProjectPayments200ResponseDataInnerWithDefaults() *GetProjectPayments200ResponseDataInner

NewGetProjectPayments200ResponseDataInnerWithDefaults instantiates a new GetProjectPayments200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetProjectPayments200ResponseDataInner) GetContactId

GetContactId returns the ContactId field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInner) GetContactIdOk

func (o *GetProjectPayments200ResponseDataInner) 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 (*GetProjectPayments200ResponseDataInner) GetCreatedAt

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInner) GetCreatedAtOk

func (o *GetProjectPayments200ResponseDataInner) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200ResponseDataInner) GetCreatedBy

GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInner) GetCreatedByOk

func (o *GetProjectPayments200ResponseDataInner) GetCreatedByOk() (*int32, bool)

GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200ResponseDataInner) GetCreatedByStaff

func (o *GetProjectPayments200ResponseDataInner) GetCreatedByStaff() string

GetCreatedByStaff returns the CreatedByStaff field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInner) GetCreatedByStaffOk

func (o *GetProjectPayments200ResponseDataInner) GetCreatedByStaffOk() (*string, bool)

GetCreatedByStaffOk returns a tuple with the CreatedByStaff field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200ResponseDataInner) GetDeleted

GetDeleted returns the Deleted field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInner) GetDeletedOk

func (o *GetProjectPayments200ResponseDataInner) GetDeletedOk() (*bool, bool)

GetDeletedOk returns a tuple with the Deleted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200ResponseDataInner) GetDescription

func (o *GetProjectPayments200ResponseDataInner) GetDescription() interface{}

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectPayments200ResponseDataInner) GetDescriptionOk

func (o *GetProjectPayments200ResponseDataInner) GetDescriptionOk() (*interface{}, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetProjectPayments200ResponseDataInner) GetDueDate

func (o *GetProjectPayments200ResponseDataInner) GetDueDate() interface{}

GetDueDate returns the DueDate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectPayments200ResponseDataInner) GetDueDateOk

func (o *GetProjectPayments200ResponseDataInner) GetDueDateOk() (*interface{}, bool)

GetDueDateOk returns a tuple with the DueDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetProjectPayments200ResponseDataInner) GetFinancialCRMID

func (o *GetProjectPayments200ResponseDataInner) GetFinancialCRMID() interface{}

GetFinancialCRMID returns the FinancialCRMID field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectPayments200ResponseDataInner) GetFinancialCRMIDOk

func (o *GetProjectPayments200ResponseDataInner) GetFinancialCRMIDOk() (*interface{}, bool)

GetFinancialCRMIDOk returns a tuple with the FinancialCRMID 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 (*GetProjectPayments200ResponseDataInner) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInner) GetIdOk

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200ResponseDataInner) GetInvoiceDate

func (o *GetProjectPayments200ResponseDataInner) GetInvoiceDate() string

GetInvoiceDate returns the InvoiceDate field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInner) GetInvoiceDateOk

func (o *GetProjectPayments200ResponseDataInner) GetInvoiceDateOk() (*string, bool)

GetInvoiceDateOk returns a tuple with the InvoiceDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200ResponseDataInner) GetInvoiceNo

GetInvoiceNo returns the InvoiceNo field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInner) GetInvoiceNoOk

func (o *GetProjectPayments200ResponseDataInner) GetInvoiceNoOk() (*string, bool)

GetInvoiceNoOk returns a tuple with the InvoiceNo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200ResponseDataInner) GetInvoicePayments

func (o *GetProjectPayments200ResponseDataInner) GetInvoicePayments() []map[string]interface{}

GetInvoicePayments returns the InvoicePayments field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInner) GetInvoicePaymentsOk

func (o *GetProjectPayments200ResponseDataInner) GetInvoicePaymentsOk() ([]map[string]interface{}, bool)

GetInvoicePaymentsOk returns a tuple with the InvoicePayments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200ResponseDataInner) GetInvoiceType

func (o *GetProjectPayments200ResponseDataInner) GetInvoiceType() interface{}

GetInvoiceType returns the InvoiceType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectPayments200ResponseDataInner) GetInvoiceTypeOk

func (o *GetProjectPayments200ResponseDataInner) GetInvoiceTypeOk() (*interface{}, bool)

GetInvoiceTypeOk returns a tuple with the InvoiceType 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 (*GetProjectPayments200ResponseDataInner) GetIsOverdue

func (o *GetProjectPayments200ResponseDataInner) GetIsOverdue() bool

GetIsOverdue returns the IsOverdue field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInner) GetIsOverdueOk

func (o *GetProjectPayments200ResponseDataInner) GetIsOverdueOk() (*bool, bool)

GetIsOverdueOk returns a tuple with the IsOverdue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200ResponseDataInner) GetItems

GetItems returns the Items field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInner) GetItemsOk

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200ResponseDataInner) GetOrganizationId

func (o *GetProjectPayments200ResponseDataInner) GetOrganizationId() interface{}

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectPayments200ResponseDataInner) GetOrganizationIdOk

func (o *GetProjectPayments200ResponseDataInner) GetOrganizationIdOk() (*interface{}, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId 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 (*GetProjectPayments200ResponseDataInner) GetProjectDocumentId

func (o *GetProjectPayments200ResponseDataInner) GetProjectDocumentId() interface{}

GetProjectDocumentId returns the ProjectDocumentId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectPayments200ResponseDataInner) GetProjectDocumentIdOk

func (o *GetProjectPayments200ResponseDataInner) GetProjectDocumentIdOk() (*interface{}, bool)

GetProjectDocumentIdOk returns a tuple with the ProjectDocumentId 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 (*GetProjectPayments200ResponseDataInner) GetProjectId

GetProjectId returns the ProjectId field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInner) GetProjectIdOk

func (o *GetProjectPayments200ResponseDataInner) GetProjectIdOk() (*int32, bool)

GetProjectIdOk returns a tuple with the ProjectId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200ResponseDataInner) GetRemainingBalance

func (o *GetProjectPayments200ResponseDataInner) GetRemainingBalance() int32

GetRemainingBalance returns the RemainingBalance field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInner) GetRemainingBalanceOk

func (o *GetProjectPayments200ResponseDataInner) GetRemainingBalanceOk() (*int32, bool)

GetRemainingBalanceOk returns a tuple with the RemainingBalance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200ResponseDataInner) GetSettingDataJson

func (o *GetProjectPayments200ResponseDataInner) GetSettingDataJson() interface{}

GetSettingDataJson returns the SettingDataJson field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectPayments200ResponseDataInner) GetSettingDataJsonOk

func (o *GetProjectPayments200ResponseDataInner) GetSettingDataJsonOk() (*interface{}, bool)

GetSettingDataJsonOk returns a tuple with the SettingDataJson 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 (*GetProjectPayments200ResponseDataInner) GetStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInner) GetStatusOk

func (o *GetProjectPayments200ResponseDataInner) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200ResponseDataInner) GetTaxRateType

func (o *GetProjectPayments200ResponseDataInner) GetTaxRateType() interface{}

GetTaxRateType returns the TaxRateType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectPayments200ResponseDataInner) GetTaxRateTypeOk

func (o *GetProjectPayments200ResponseDataInner) GetTaxRateTypeOk() (*interface{}, bool)

GetTaxRateTypeOk returns a tuple with the TaxRateType 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 (*GetProjectPayments200ResponseDataInner) GetTotalAmount

func (o *GetProjectPayments200ResponseDataInner) GetTotalAmount() int32

GetTotalAmount returns the TotalAmount field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInner) GetTotalAmountOk

func (o *GetProjectPayments200ResponseDataInner) GetTotalAmountOk() (*int32, bool)

GetTotalAmountOk returns a tuple with the TotalAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200ResponseDataInner) GetUpdatedAt

func (o *GetProjectPayments200ResponseDataInner) GetUpdatedAt() interface{}

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectPayments200ResponseDataInner) GetUpdatedAtOk

func (o *GetProjectPayments200ResponseDataInner) GetUpdatedAtOk() (*interface{}, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt 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 (*GetProjectPayments200ResponseDataInner) GetUpdatedBy

func (o *GetProjectPayments200ResponseDataInner) GetUpdatedBy() interface{}

GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectPayments200ResponseDataInner) GetUpdatedByOk

func (o *GetProjectPayments200ResponseDataInner) GetUpdatedByOk() (*interface{}, bool)

GetUpdatedByOk returns a tuple with the UpdatedBy 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 (*GetProjectPayments200ResponseDataInner) GetVoidAt

func (o *GetProjectPayments200ResponseDataInner) GetVoidAt() interface{}

GetVoidAt returns the VoidAt field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectPayments200ResponseDataInner) GetVoidAtOk

func (o *GetProjectPayments200ResponseDataInner) GetVoidAtOk() (*interface{}, bool)

GetVoidAtOk returns a tuple with the VoidAt 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 (*GetProjectPayments200ResponseDataInner) GetVoidBy

func (o *GetProjectPayments200ResponseDataInner) GetVoidBy() interface{}

GetVoidBy returns the VoidBy field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectPayments200ResponseDataInner) GetVoidByOk

func (o *GetProjectPayments200ResponseDataInner) GetVoidByOk() (*interface{}, bool)

GetVoidByOk returns a tuple with the VoidBy 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 (*GetProjectPayments200ResponseDataInner) GetVoided

GetVoided returns the Voided field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInner) GetVoidedOk

func (o *GetProjectPayments200ResponseDataInner) GetVoidedOk() (*bool, bool)

GetVoidedOk returns a tuple with the Voided field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200ResponseDataInner) GetXeroAccountId

func (o *GetProjectPayments200ResponseDataInner) GetXeroAccountId() interface{}

GetXeroAccountId returns the XeroAccountId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectPayments200ResponseDataInner) GetXeroAccountIdOk

func (o *GetProjectPayments200ResponseDataInner) GetXeroAccountIdOk() (*interface{}, bool)

GetXeroAccountIdOk returns a tuple with the XeroAccountId 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 (*GetProjectPayments200ResponseDataInner) HasContactId

func (o *GetProjectPayments200ResponseDataInner) HasContactId() bool

HasContactId returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasCreatedAt

func (o *GetProjectPayments200ResponseDataInner) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasCreatedBy

func (o *GetProjectPayments200ResponseDataInner) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasCreatedByStaff

func (o *GetProjectPayments200ResponseDataInner) HasCreatedByStaff() bool

HasCreatedByStaff returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasDeleted

HasDeleted returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasDescription

func (o *GetProjectPayments200ResponseDataInner) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasDueDate

HasDueDate returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasFinancialCRMID

func (o *GetProjectPayments200ResponseDataInner) HasFinancialCRMID() bool

HasFinancialCRMID returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasId

HasId returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasInvoiceDate

func (o *GetProjectPayments200ResponseDataInner) HasInvoiceDate() bool

HasInvoiceDate returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasInvoiceNo

func (o *GetProjectPayments200ResponseDataInner) HasInvoiceNo() bool

HasInvoiceNo returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasInvoicePayments

func (o *GetProjectPayments200ResponseDataInner) HasInvoicePayments() bool

HasInvoicePayments returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasInvoiceType

func (o *GetProjectPayments200ResponseDataInner) HasInvoiceType() bool

HasInvoiceType returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasIsOverdue

func (o *GetProjectPayments200ResponseDataInner) HasIsOverdue() bool

HasIsOverdue returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasItems

HasItems returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasOrganizationId

func (o *GetProjectPayments200ResponseDataInner) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasProjectDocumentId

func (o *GetProjectPayments200ResponseDataInner) HasProjectDocumentId() bool

HasProjectDocumentId returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasProjectId

func (o *GetProjectPayments200ResponseDataInner) HasProjectId() bool

HasProjectId returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasRemainingBalance

func (o *GetProjectPayments200ResponseDataInner) HasRemainingBalance() bool

HasRemainingBalance returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasSettingDataJson

func (o *GetProjectPayments200ResponseDataInner) HasSettingDataJson() bool

HasSettingDataJson returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasStatus

HasStatus returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasTaxRateType

func (o *GetProjectPayments200ResponseDataInner) HasTaxRateType() bool

HasTaxRateType returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasTotalAmount

func (o *GetProjectPayments200ResponseDataInner) HasTotalAmount() bool

HasTotalAmount returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasUpdatedAt

func (o *GetProjectPayments200ResponseDataInner) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasUpdatedBy

func (o *GetProjectPayments200ResponseDataInner) HasUpdatedBy() bool

HasUpdatedBy returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasVoidAt

HasVoidAt returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasVoidBy

HasVoidBy returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasVoided

HasVoided returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInner) HasXeroAccountId

func (o *GetProjectPayments200ResponseDataInner) HasXeroAccountId() bool

HasXeroAccountId returns a boolean if a field has been set.

func (GetProjectPayments200ResponseDataInner) MarshalJSON

func (o GetProjectPayments200ResponseDataInner) MarshalJSON() ([]byte, error)

func (*GetProjectPayments200ResponseDataInner) SetContactId

func (o *GetProjectPayments200ResponseDataInner) SetContactId(v int32)

SetContactId gets a reference to the given int32 and assigns it to the ContactId field.

func (*GetProjectPayments200ResponseDataInner) SetCreatedAt

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*GetProjectPayments200ResponseDataInner) SetCreatedBy

func (o *GetProjectPayments200ResponseDataInner) SetCreatedBy(v int32)

SetCreatedBy gets a reference to the given int32 and assigns it to the CreatedBy field.

func (*GetProjectPayments200ResponseDataInner) SetCreatedByStaff

func (o *GetProjectPayments200ResponseDataInner) SetCreatedByStaff(v string)

SetCreatedByStaff gets a reference to the given string and assigns it to the CreatedByStaff field.

func (*GetProjectPayments200ResponseDataInner) SetDeleted

SetDeleted gets a reference to the given bool and assigns it to the Deleted field.

func (*GetProjectPayments200ResponseDataInner) SetDescription

func (o *GetProjectPayments200ResponseDataInner) SetDescription(v interface{})

SetDescription gets a reference to the given interface{} and assigns it to the Description field.

func (*GetProjectPayments200ResponseDataInner) SetDueDate

func (o *GetProjectPayments200ResponseDataInner) SetDueDate(v interface{})

SetDueDate gets a reference to the given interface{} and assigns it to the DueDate field.

func (*GetProjectPayments200ResponseDataInner) SetFinancialCRMID

func (o *GetProjectPayments200ResponseDataInner) SetFinancialCRMID(v interface{})

SetFinancialCRMID gets a reference to the given interface{} and assigns it to the FinancialCRMID field.

func (*GetProjectPayments200ResponseDataInner) SetId

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*GetProjectPayments200ResponseDataInner) SetInvoiceDate

func (o *GetProjectPayments200ResponseDataInner) SetInvoiceDate(v string)

SetInvoiceDate gets a reference to the given string and assigns it to the InvoiceDate field.

func (*GetProjectPayments200ResponseDataInner) SetInvoiceNo

SetInvoiceNo gets a reference to the given string and assigns it to the InvoiceNo field.

func (*GetProjectPayments200ResponseDataInner) SetInvoicePayments

func (o *GetProjectPayments200ResponseDataInner) SetInvoicePayments(v []map[string]interface{})

SetInvoicePayments gets a reference to the given []map[string]interface{} and assigns it to the InvoicePayments field.

func (*GetProjectPayments200ResponseDataInner) SetInvoiceType

func (o *GetProjectPayments200ResponseDataInner) SetInvoiceType(v interface{})

SetInvoiceType gets a reference to the given interface{} and assigns it to the InvoiceType field.

func (*GetProjectPayments200ResponseDataInner) SetIsOverdue

func (o *GetProjectPayments200ResponseDataInner) SetIsOverdue(v bool)

SetIsOverdue gets a reference to the given bool and assigns it to the IsOverdue field.

func (*GetProjectPayments200ResponseDataInner) SetItems

SetItems gets a reference to the given []GetProjectPayments200ResponseDataInnerItemsInner and assigns it to the Items field.

func (*GetProjectPayments200ResponseDataInner) SetOrganizationId

func (o *GetProjectPayments200ResponseDataInner) SetOrganizationId(v interface{})

SetOrganizationId gets a reference to the given interface{} and assigns it to the OrganizationId field.

func (*GetProjectPayments200ResponseDataInner) SetProjectDocumentId

func (o *GetProjectPayments200ResponseDataInner) SetProjectDocumentId(v interface{})

SetProjectDocumentId gets a reference to the given interface{} and assigns it to the ProjectDocumentId field.

func (*GetProjectPayments200ResponseDataInner) SetProjectId

func (o *GetProjectPayments200ResponseDataInner) SetProjectId(v int32)

SetProjectId gets a reference to the given int32 and assigns it to the ProjectId field.

func (*GetProjectPayments200ResponseDataInner) SetRemainingBalance

func (o *GetProjectPayments200ResponseDataInner) SetRemainingBalance(v int32)

SetRemainingBalance gets a reference to the given int32 and assigns it to the RemainingBalance field.

func (*GetProjectPayments200ResponseDataInner) SetSettingDataJson

func (o *GetProjectPayments200ResponseDataInner) SetSettingDataJson(v interface{})

SetSettingDataJson gets a reference to the given interface{} and assigns it to the SettingDataJson field.

func (*GetProjectPayments200ResponseDataInner) SetStatus

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*GetProjectPayments200ResponseDataInner) SetTaxRateType

func (o *GetProjectPayments200ResponseDataInner) SetTaxRateType(v interface{})

SetTaxRateType gets a reference to the given interface{} and assigns it to the TaxRateType field.

func (*GetProjectPayments200ResponseDataInner) SetTotalAmount

func (o *GetProjectPayments200ResponseDataInner) SetTotalAmount(v int32)

SetTotalAmount gets a reference to the given int32 and assigns it to the TotalAmount field.

func (*GetProjectPayments200ResponseDataInner) SetUpdatedAt

func (o *GetProjectPayments200ResponseDataInner) SetUpdatedAt(v interface{})

SetUpdatedAt gets a reference to the given interface{} and assigns it to the UpdatedAt field.

func (*GetProjectPayments200ResponseDataInner) SetUpdatedBy

func (o *GetProjectPayments200ResponseDataInner) SetUpdatedBy(v interface{})

SetUpdatedBy gets a reference to the given interface{} and assigns it to the UpdatedBy field.

func (*GetProjectPayments200ResponseDataInner) SetVoidAt

func (o *GetProjectPayments200ResponseDataInner) SetVoidAt(v interface{})

SetVoidAt gets a reference to the given interface{} and assigns it to the VoidAt field.

func (*GetProjectPayments200ResponseDataInner) SetVoidBy

func (o *GetProjectPayments200ResponseDataInner) SetVoidBy(v interface{})

SetVoidBy gets a reference to the given interface{} and assigns it to the VoidBy field.

func (*GetProjectPayments200ResponseDataInner) SetVoided

SetVoided gets a reference to the given bool and assigns it to the Voided field.

func (*GetProjectPayments200ResponseDataInner) SetXeroAccountId

func (o *GetProjectPayments200ResponseDataInner) SetXeroAccountId(v interface{})

SetXeroAccountId gets a reference to the given interface{} and assigns it to the XeroAccountId field.

func (GetProjectPayments200ResponseDataInner) ToMap

func (o GetProjectPayments200ResponseDataInner) ToMap() (map[string]interface{}, error)

func (*GetProjectPayments200ResponseDataInner) UnmarshalJSON

func (o *GetProjectPayments200ResponseDataInner) UnmarshalJSON(data []byte) (err error)

type GetProjectPayments200ResponseDataInnerItemsInner

type GetProjectPayments200ResponseDataInnerItemsInner struct {
	Date                 *string     `json:"date,omitempty"`
	Name                 *string     `json:"name,omitempty"`
	Description          interface{} `json:"description,omitempty"`
	SubCategory          *string     `json:"subCategory,omitempty"`
	Unit                 *string     `json:"unit,omitempty"`
	UnitCost             *int32      `json:"unitCost,omitempty"`
	Quantity             *int32      `json:"quantity,omitempty"`
	SalesTax             *int32      `json:"salesTax,omitempty"`
	OverheadProfit       *int32      `json:"overheadProfit,omitempty"`
	Amount               *int32      `json:"amount,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetProjectPayments200ResponseDataInnerItemsInner struct for GetProjectPayments200ResponseDataInnerItemsInner

func NewGetProjectPayments200ResponseDataInnerItemsInner

func NewGetProjectPayments200ResponseDataInnerItemsInner() *GetProjectPayments200ResponseDataInnerItemsInner

NewGetProjectPayments200ResponseDataInnerItemsInner instantiates a new GetProjectPayments200ResponseDataInnerItemsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetProjectPayments200ResponseDataInnerItemsInnerWithDefaults

func NewGetProjectPayments200ResponseDataInnerItemsInnerWithDefaults() *GetProjectPayments200ResponseDataInnerItemsInner

NewGetProjectPayments200ResponseDataInnerItemsInnerWithDefaults instantiates a new GetProjectPayments200ResponseDataInnerItemsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetProjectPayments200ResponseDataInnerItemsInner) GetAmount

GetAmount returns the Amount field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInnerItemsInner) GetAmountOk

GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200ResponseDataInnerItemsInner) GetDate

GetDate returns the Date field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInnerItemsInner) GetDateOk

GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200ResponseDataInnerItemsInner) GetDescription

func (o *GetProjectPayments200ResponseDataInnerItemsInner) GetDescription() interface{}

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectPayments200ResponseDataInnerItemsInner) GetDescriptionOk

func (o *GetProjectPayments200ResponseDataInnerItemsInner) GetDescriptionOk() (*interface{}, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetProjectPayments200ResponseDataInnerItemsInner) GetName

GetName returns the Name field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInnerItemsInner) GetNameOk

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200ResponseDataInnerItemsInner) GetOverheadProfit

GetOverheadProfit returns the OverheadProfit field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInnerItemsInner) GetOverheadProfitOk

func (o *GetProjectPayments200ResponseDataInnerItemsInner) GetOverheadProfitOk() (*int32, bool)

GetOverheadProfitOk returns a tuple with the OverheadProfit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200ResponseDataInnerItemsInner) GetQuantity

GetQuantity returns the Quantity field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInnerItemsInner) GetQuantityOk

GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200ResponseDataInnerItemsInner) GetSalesTax

GetSalesTax returns the SalesTax field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInnerItemsInner) GetSalesTaxOk

GetSalesTaxOk returns a tuple with the SalesTax field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200ResponseDataInnerItemsInner) GetSubCategory

GetSubCategory returns the SubCategory field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInnerItemsInner) GetSubCategoryOk

GetSubCategoryOk returns a tuple with the SubCategory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200ResponseDataInnerItemsInner) GetUnit

GetUnit returns the Unit field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInnerItemsInner) GetUnitCost

GetUnitCost returns the UnitCost field value if set, zero value otherwise.

func (*GetProjectPayments200ResponseDataInnerItemsInner) GetUnitCostOk

GetUnitCostOk returns a tuple with the UnitCost field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200ResponseDataInnerItemsInner) GetUnitOk

GetUnitOk returns a tuple with the Unit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectPayments200ResponseDataInnerItemsInner) HasAmount

HasAmount returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInnerItemsInner) HasDate

HasDate returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInnerItemsInner) HasDescription

HasDescription returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInnerItemsInner) HasName

HasName returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInnerItemsInner) HasOverheadProfit

HasOverheadProfit returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInnerItemsInner) HasQuantity

HasQuantity returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInnerItemsInner) HasSalesTax

HasSalesTax returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInnerItemsInner) HasSubCategory

HasSubCategory returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInnerItemsInner) HasUnit

HasUnit returns a boolean if a field has been set.

func (*GetProjectPayments200ResponseDataInnerItemsInner) HasUnitCost

HasUnitCost returns a boolean if a field has been set.

func (GetProjectPayments200ResponseDataInnerItemsInner) MarshalJSON

func (*GetProjectPayments200ResponseDataInnerItemsInner) SetAmount

SetAmount gets a reference to the given int32 and assigns it to the Amount field.

func (*GetProjectPayments200ResponseDataInnerItemsInner) SetDate

SetDate gets a reference to the given string and assigns it to the Date field.

func (*GetProjectPayments200ResponseDataInnerItemsInner) SetDescription

func (o *GetProjectPayments200ResponseDataInnerItemsInner) SetDescription(v interface{})

SetDescription gets a reference to the given interface{} and assigns it to the Description field.

func (*GetProjectPayments200ResponseDataInnerItemsInner) SetName

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetProjectPayments200ResponseDataInnerItemsInner) SetOverheadProfit

SetOverheadProfit gets a reference to the given int32 and assigns it to the OverheadProfit field.

func (*GetProjectPayments200ResponseDataInnerItemsInner) SetQuantity

SetQuantity gets a reference to the given int32 and assigns it to the Quantity field.

func (*GetProjectPayments200ResponseDataInnerItemsInner) SetSalesTax

SetSalesTax gets a reference to the given int32 and assigns it to the SalesTax field.

func (*GetProjectPayments200ResponseDataInnerItemsInner) SetSubCategory

SetSubCategory gets a reference to the given string and assigns it to the SubCategory field.

func (*GetProjectPayments200ResponseDataInnerItemsInner) SetUnit

SetUnit gets a reference to the given string and assigns it to the Unit field.

func (*GetProjectPayments200ResponseDataInnerItemsInner) SetUnitCost

SetUnitCost gets a reference to the given int32 and assigns it to the UnitCost field.

func (GetProjectPayments200ResponseDataInnerItemsInner) ToMap

func (o GetProjectPayments200ResponseDataInnerItemsInner) ToMap() (map[string]interface{}, error)

func (*GetProjectPayments200ResponseDataInnerItemsInner) UnmarshalJSON

func (o *GetProjectPayments200ResponseDataInnerItemsInner) UnmarshalJSON(data []byte) (err error)

type GetProjectRoleOptionsCopy200ResponseInner

type GetProjectRoleOptionsCopy200ResponseInner struct {
	Id                   *int32  `json:"id,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetProjectRoleOptionsCopy200ResponseInner struct for GetProjectRoleOptionsCopy200ResponseInner

func NewGetProjectRoleOptionsCopy200ResponseInner

func NewGetProjectRoleOptionsCopy200ResponseInner() *GetProjectRoleOptionsCopy200ResponseInner

NewGetProjectRoleOptionsCopy200ResponseInner instantiates a new GetProjectRoleOptionsCopy200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetProjectRoleOptionsCopy200ResponseInnerWithDefaults

func NewGetProjectRoleOptionsCopy200ResponseInnerWithDefaults() *GetProjectRoleOptionsCopy200ResponseInner

NewGetProjectRoleOptionsCopy200ResponseInnerWithDefaults instantiates a new GetProjectRoleOptionsCopy200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetProjectRoleOptionsCopy200ResponseInner) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*GetProjectRoleOptionsCopy200ResponseInner) GetIdOk

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectRoleOptionsCopy200ResponseInner) GetName

GetName returns the Name field value if set, zero value otherwise.

func (*GetProjectRoleOptionsCopy200ResponseInner) GetNameOk

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectRoleOptionsCopy200ResponseInner) HasId

HasId returns a boolean if a field has been set.

func (*GetProjectRoleOptionsCopy200ResponseInner) HasName

HasName returns a boolean if a field has been set.

func (GetProjectRoleOptionsCopy200ResponseInner) MarshalJSON

func (*GetProjectRoleOptionsCopy200ResponseInner) SetId

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*GetProjectRoleOptionsCopy200ResponseInner) SetName

SetName gets a reference to the given string and assigns it to the Name field.

func (GetProjectRoleOptionsCopy200ResponseInner) ToMap

func (o GetProjectRoleOptionsCopy200ResponseInner) ToMap() (map[string]interface{}, error)

func (*GetProjectRoleOptionsCopy200ResponseInner) UnmarshalJSON

func (o *GetProjectRoleOptionsCopy200ResponseInner) UnmarshalJSON(data []byte) (err error)

type GetProjectsByStatusCopy200ResponseInner

type GetProjectsByStatusCopy200ResponseInner struct {
	StatusId             *int32  `json:"statusId,omitempty"`
	StatusName           *string `json:"statusName,omitempty"`
	Message              *string `json:"message,omitempty"`
	Status               *int32  `json:"status,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetProjectsByStatusCopy200ResponseInner struct for GetProjectsByStatusCopy200ResponseInner

func NewGetProjectsByStatusCopy200ResponseInner

func NewGetProjectsByStatusCopy200ResponseInner() *GetProjectsByStatusCopy200ResponseInner

NewGetProjectsByStatusCopy200ResponseInner instantiates a new GetProjectsByStatusCopy200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetProjectsByStatusCopy200ResponseInnerWithDefaults

func NewGetProjectsByStatusCopy200ResponseInnerWithDefaults() *GetProjectsByStatusCopy200ResponseInner

NewGetProjectsByStatusCopy200ResponseInnerWithDefaults instantiates a new GetProjectsByStatusCopy200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetProjectsByStatusCopy200ResponseInner) GetMessage

GetMessage returns the Message field value if set, zero value otherwise.

func (*GetProjectsByStatusCopy200ResponseInner) GetMessageOk

func (o *GetProjectsByStatusCopy200ResponseInner) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsByStatusCopy200ResponseInner) GetStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetProjectsByStatusCopy200ResponseInner) GetStatusId

GetStatusId returns the StatusId field value if set, zero value otherwise.

func (*GetProjectsByStatusCopy200ResponseInner) GetStatusIdOk

func (o *GetProjectsByStatusCopy200ResponseInner) GetStatusIdOk() (*int32, bool)

GetStatusIdOk returns a tuple with the StatusId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsByStatusCopy200ResponseInner) GetStatusName

GetStatusName returns the StatusName field value if set, zero value otherwise.

func (*GetProjectsByStatusCopy200ResponseInner) GetStatusNameOk

func (o *GetProjectsByStatusCopy200ResponseInner) GetStatusNameOk() (*string, bool)

GetStatusNameOk returns a tuple with the StatusName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsByStatusCopy200ResponseInner) GetStatusOk

func (o *GetProjectsByStatusCopy200ResponseInner) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsByStatusCopy200ResponseInner) HasMessage

HasMessage returns a boolean if a field has been set.

func (*GetProjectsByStatusCopy200ResponseInner) HasStatus

HasStatus returns a boolean if a field has been set.

func (*GetProjectsByStatusCopy200ResponseInner) HasStatusId

HasStatusId returns a boolean if a field has been set.

func (*GetProjectsByStatusCopy200ResponseInner) HasStatusName

func (o *GetProjectsByStatusCopy200ResponseInner) HasStatusName() bool

HasStatusName returns a boolean if a field has been set.

func (GetProjectsByStatusCopy200ResponseInner) MarshalJSON

func (o GetProjectsByStatusCopy200ResponseInner) MarshalJSON() ([]byte, error)

func (*GetProjectsByStatusCopy200ResponseInner) SetMessage

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*GetProjectsByStatusCopy200ResponseInner) SetStatus

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (*GetProjectsByStatusCopy200ResponseInner) SetStatusId

SetStatusId gets a reference to the given int32 and assigns it to the StatusId field.

func (*GetProjectsByStatusCopy200ResponseInner) SetStatusName

func (o *GetProjectsByStatusCopy200ResponseInner) SetStatusName(v string)

SetStatusName gets a reference to the given string and assigns it to the StatusName field.

func (GetProjectsByStatusCopy200ResponseInner) ToMap

func (o GetProjectsByStatusCopy200ResponseInner) ToMap() (map[string]interface{}, error)

func (*GetProjectsByStatusCopy200ResponseInner) UnmarshalJSON

func (o *GetProjectsByStatusCopy200ResponseInner) UnmarshalJSON(data []byte) (err error)

type GetProjectsDateCopy200Response

type GetProjectsDateCopy200Response struct {
	Data                 *GetProjectsDateCopy200ResponseData `json:"data,omitempty"`
	Message              *string                             `json:"message,omitempty"`
	Status               *int32                              `json:"status,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetProjectsDateCopy200Response struct for GetProjectsDateCopy200Response

func NewGetProjectsDateCopy200Response

func NewGetProjectsDateCopy200Response() *GetProjectsDateCopy200Response

NewGetProjectsDateCopy200Response instantiates a new GetProjectsDateCopy200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetProjectsDateCopy200ResponseWithDefaults

func NewGetProjectsDateCopy200ResponseWithDefaults() *GetProjectsDateCopy200Response

NewGetProjectsDateCopy200ResponseWithDefaults instantiates a new GetProjectsDateCopy200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetProjectsDateCopy200Response) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*GetProjectsDateCopy200Response) GetDataOk

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsDateCopy200Response) GetMessage

func (o *GetProjectsDateCopy200Response) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*GetProjectsDateCopy200Response) GetMessageOk

func (o *GetProjectsDateCopy200Response) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsDateCopy200Response) GetStatus

func (o *GetProjectsDateCopy200Response) GetStatus() int32

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetProjectsDateCopy200Response) GetStatusOk

func (o *GetProjectsDateCopy200Response) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsDateCopy200Response) HasData

func (o *GetProjectsDateCopy200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (*GetProjectsDateCopy200Response) HasMessage

func (o *GetProjectsDateCopy200Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*GetProjectsDateCopy200Response) HasStatus

func (o *GetProjectsDateCopy200Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (GetProjectsDateCopy200Response) MarshalJSON

func (o GetProjectsDateCopy200Response) MarshalJSON() ([]byte, error)

func (*GetProjectsDateCopy200Response) SetData

SetData gets a reference to the given GetProjectsDateCopy200ResponseData and assigns it to the Data field.

func (*GetProjectsDateCopy200Response) SetMessage

func (o *GetProjectsDateCopy200Response) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*GetProjectsDateCopy200Response) SetStatus

func (o *GetProjectsDateCopy200Response) SetStatus(v int32)

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (GetProjectsDateCopy200Response) ToMap

func (o GetProjectsDateCopy200Response) ToMap() (map[string]interface{}, error)

func (*GetProjectsDateCopy200Response) UnmarshalJSON

func (o *GetProjectsDateCopy200Response) UnmarshalJSON(data []byte) (err error)

type GetProjectsDateCopy200ResponseData

type GetProjectsDateCopy200ResponseData struct {
	ProjectId            *int32      `json:"projectId,omitempty"`
	EstimatedRevenue     *float32    `json:"estimatedRevenue,omitempty"`
	ActualRevenue        *int32      `json:"actualRevenue,omitempty"`
	PaidAmount           *int32      `json:"paidAmount,omitempty"`
	TotalInvoiceAmount   *int32      `json:"totalInvoiceAmount,omitempty"`
	TotalPaymentAmount   *int32      `json:"totalPaymentAmount,omitempty"`
	TotalCogs            *float32    `json:"totalCogs,omitempty"`
	GrossMargin          *int32      `json:"grossMargin,omitempty"`
	BudgetRevenue        *int32      `json:"budgetRevenue,omitempty"`
	BudgetedGrossMargin  *int32      `json:"budgetedGrossMargin,omitempty"`
	ProjectBilledPercent *int32      `json:"projectBilledPercent,omitempty"`
	CreatedAt            *string     `json:"createdAt,omitempty"`
	CreatedBy            *int32      `json:"createdBy,omitempty"`
	UpdatedAt            *string     `json:"updatedAt,omitempty"`
	UpdatedBy            interface{} `json:"updatedBy,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetProjectsDateCopy200ResponseData struct for GetProjectsDateCopy200ResponseData

func NewGetProjectsDateCopy200ResponseData

func NewGetProjectsDateCopy200ResponseData() *GetProjectsDateCopy200ResponseData

NewGetProjectsDateCopy200ResponseData instantiates a new GetProjectsDateCopy200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetProjectsDateCopy200ResponseDataWithDefaults

func NewGetProjectsDateCopy200ResponseDataWithDefaults() *GetProjectsDateCopy200ResponseData

NewGetProjectsDateCopy200ResponseDataWithDefaults instantiates a new GetProjectsDateCopy200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetProjectsDateCopy200ResponseData) GetActualRevenue

func (o *GetProjectsDateCopy200ResponseData) GetActualRevenue() int32

GetActualRevenue returns the ActualRevenue field value if set, zero value otherwise.

func (*GetProjectsDateCopy200ResponseData) GetActualRevenueOk

func (o *GetProjectsDateCopy200ResponseData) GetActualRevenueOk() (*int32, bool)

GetActualRevenueOk returns a tuple with the ActualRevenue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsDateCopy200ResponseData) GetBudgetRevenue

func (o *GetProjectsDateCopy200ResponseData) GetBudgetRevenue() int32

GetBudgetRevenue returns the BudgetRevenue field value if set, zero value otherwise.

func (*GetProjectsDateCopy200ResponseData) GetBudgetRevenueOk

func (o *GetProjectsDateCopy200ResponseData) GetBudgetRevenueOk() (*int32, bool)

GetBudgetRevenueOk returns a tuple with the BudgetRevenue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsDateCopy200ResponseData) GetBudgetedGrossMargin

func (o *GetProjectsDateCopy200ResponseData) GetBudgetedGrossMargin() int32

GetBudgetedGrossMargin returns the BudgetedGrossMargin field value if set, zero value otherwise.

func (*GetProjectsDateCopy200ResponseData) GetBudgetedGrossMarginOk

func (o *GetProjectsDateCopy200ResponseData) GetBudgetedGrossMarginOk() (*int32, bool)

GetBudgetedGrossMarginOk returns a tuple with the BudgetedGrossMargin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsDateCopy200ResponseData) GetCreatedAt

func (o *GetProjectsDateCopy200ResponseData) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*GetProjectsDateCopy200ResponseData) GetCreatedAtOk

func (o *GetProjectsDateCopy200ResponseData) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsDateCopy200ResponseData) GetCreatedBy

func (o *GetProjectsDateCopy200ResponseData) GetCreatedBy() int32

GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.

func (*GetProjectsDateCopy200ResponseData) GetCreatedByOk

func (o *GetProjectsDateCopy200ResponseData) GetCreatedByOk() (*int32, bool)

GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsDateCopy200ResponseData) GetEstimatedRevenue

func (o *GetProjectsDateCopy200ResponseData) GetEstimatedRevenue() float32

GetEstimatedRevenue returns the EstimatedRevenue field value if set, zero value otherwise.

func (*GetProjectsDateCopy200ResponseData) GetEstimatedRevenueOk

func (o *GetProjectsDateCopy200ResponseData) GetEstimatedRevenueOk() (*float32, bool)

GetEstimatedRevenueOk returns a tuple with the EstimatedRevenue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsDateCopy200ResponseData) GetGrossMargin

func (o *GetProjectsDateCopy200ResponseData) GetGrossMargin() int32

GetGrossMargin returns the GrossMargin field value if set, zero value otherwise.

func (*GetProjectsDateCopy200ResponseData) GetGrossMarginOk

func (o *GetProjectsDateCopy200ResponseData) GetGrossMarginOk() (*int32, bool)

GetGrossMarginOk returns a tuple with the GrossMargin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsDateCopy200ResponseData) GetPaidAmount

func (o *GetProjectsDateCopy200ResponseData) GetPaidAmount() int32

GetPaidAmount returns the PaidAmount field value if set, zero value otherwise.

func (*GetProjectsDateCopy200ResponseData) GetPaidAmountOk

func (o *GetProjectsDateCopy200ResponseData) GetPaidAmountOk() (*int32, bool)

GetPaidAmountOk returns a tuple with the PaidAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsDateCopy200ResponseData) GetProjectBilledPercent

func (o *GetProjectsDateCopy200ResponseData) GetProjectBilledPercent() int32

GetProjectBilledPercent returns the ProjectBilledPercent field value if set, zero value otherwise.

func (*GetProjectsDateCopy200ResponseData) GetProjectBilledPercentOk

func (o *GetProjectsDateCopy200ResponseData) GetProjectBilledPercentOk() (*int32, bool)

GetProjectBilledPercentOk returns a tuple with the ProjectBilledPercent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsDateCopy200ResponseData) GetProjectId

func (o *GetProjectsDateCopy200ResponseData) GetProjectId() int32

GetProjectId returns the ProjectId field value if set, zero value otherwise.

func (*GetProjectsDateCopy200ResponseData) GetProjectIdOk

func (o *GetProjectsDateCopy200ResponseData) GetProjectIdOk() (*int32, bool)

GetProjectIdOk returns a tuple with the ProjectId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsDateCopy200ResponseData) GetTotalCogs

func (o *GetProjectsDateCopy200ResponseData) GetTotalCogs() float32

GetTotalCogs returns the TotalCogs field value if set, zero value otherwise.

func (*GetProjectsDateCopy200ResponseData) GetTotalCogsOk

func (o *GetProjectsDateCopy200ResponseData) GetTotalCogsOk() (*float32, bool)

GetTotalCogsOk returns a tuple with the TotalCogs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsDateCopy200ResponseData) GetTotalInvoiceAmount

func (o *GetProjectsDateCopy200ResponseData) GetTotalInvoiceAmount() int32

GetTotalInvoiceAmount returns the TotalInvoiceAmount field value if set, zero value otherwise.

func (*GetProjectsDateCopy200ResponseData) GetTotalInvoiceAmountOk

func (o *GetProjectsDateCopy200ResponseData) GetTotalInvoiceAmountOk() (*int32, bool)

GetTotalInvoiceAmountOk returns a tuple with the TotalInvoiceAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsDateCopy200ResponseData) GetTotalPaymentAmount

func (o *GetProjectsDateCopy200ResponseData) GetTotalPaymentAmount() int32

GetTotalPaymentAmount returns the TotalPaymentAmount field value if set, zero value otherwise.

func (*GetProjectsDateCopy200ResponseData) GetTotalPaymentAmountOk

func (o *GetProjectsDateCopy200ResponseData) GetTotalPaymentAmountOk() (*int32, bool)

GetTotalPaymentAmountOk returns a tuple with the TotalPaymentAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsDateCopy200ResponseData) GetUpdatedAt

func (o *GetProjectsDateCopy200ResponseData) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*GetProjectsDateCopy200ResponseData) GetUpdatedAtOk

func (o *GetProjectsDateCopy200ResponseData) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsDateCopy200ResponseData) GetUpdatedBy

func (o *GetProjectsDateCopy200ResponseData) GetUpdatedBy() interface{}

GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectsDateCopy200ResponseData) GetUpdatedByOk

func (o *GetProjectsDateCopy200ResponseData) GetUpdatedByOk() (*interface{}, bool)

GetUpdatedByOk returns a tuple with the UpdatedBy 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 (*GetProjectsDateCopy200ResponseData) HasActualRevenue

func (o *GetProjectsDateCopy200ResponseData) HasActualRevenue() bool

HasActualRevenue returns a boolean if a field has been set.

func (*GetProjectsDateCopy200ResponseData) HasBudgetRevenue

func (o *GetProjectsDateCopy200ResponseData) HasBudgetRevenue() bool

HasBudgetRevenue returns a boolean if a field has been set.

func (*GetProjectsDateCopy200ResponseData) HasBudgetedGrossMargin

func (o *GetProjectsDateCopy200ResponseData) HasBudgetedGrossMargin() bool

HasBudgetedGrossMargin returns a boolean if a field has been set.

func (*GetProjectsDateCopy200ResponseData) HasCreatedAt

func (o *GetProjectsDateCopy200ResponseData) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*GetProjectsDateCopy200ResponseData) HasCreatedBy

func (o *GetProjectsDateCopy200ResponseData) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

func (*GetProjectsDateCopy200ResponseData) HasEstimatedRevenue

func (o *GetProjectsDateCopy200ResponseData) HasEstimatedRevenue() bool

HasEstimatedRevenue returns a boolean if a field has been set.

func (*GetProjectsDateCopy200ResponseData) HasGrossMargin

func (o *GetProjectsDateCopy200ResponseData) HasGrossMargin() bool

HasGrossMargin returns a boolean if a field has been set.

func (*GetProjectsDateCopy200ResponseData) HasPaidAmount

func (o *GetProjectsDateCopy200ResponseData) HasPaidAmount() bool

HasPaidAmount returns a boolean if a field has been set.

func (*GetProjectsDateCopy200ResponseData) HasProjectBilledPercent

func (o *GetProjectsDateCopy200ResponseData) HasProjectBilledPercent() bool

HasProjectBilledPercent returns a boolean if a field has been set.

func (*GetProjectsDateCopy200ResponseData) HasProjectId

func (o *GetProjectsDateCopy200ResponseData) HasProjectId() bool

HasProjectId returns a boolean if a field has been set.

func (*GetProjectsDateCopy200ResponseData) HasTotalCogs

func (o *GetProjectsDateCopy200ResponseData) HasTotalCogs() bool

HasTotalCogs returns a boolean if a field has been set.

func (*GetProjectsDateCopy200ResponseData) HasTotalInvoiceAmount

func (o *GetProjectsDateCopy200ResponseData) HasTotalInvoiceAmount() bool

HasTotalInvoiceAmount returns a boolean if a field has been set.

func (*GetProjectsDateCopy200ResponseData) HasTotalPaymentAmount

func (o *GetProjectsDateCopy200ResponseData) HasTotalPaymentAmount() bool

HasTotalPaymentAmount returns a boolean if a field has been set.

func (*GetProjectsDateCopy200ResponseData) HasUpdatedAt

func (o *GetProjectsDateCopy200ResponseData) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*GetProjectsDateCopy200ResponseData) HasUpdatedBy

func (o *GetProjectsDateCopy200ResponseData) HasUpdatedBy() bool

HasUpdatedBy returns a boolean if a field has been set.

func (GetProjectsDateCopy200ResponseData) MarshalJSON

func (o GetProjectsDateCopy200ResponseData) MarshalJSON() ([]byte, error)

func (*GetProjectsDateCopy200ResponseData) SetActualRevenue

func (o *GetProjectsDateCopy200ResponseData) SetActualRevenue(v int32)

SetActualRevenue gets a reference to the given int32 and assigns it to the ActualRevenue field.

func (*GetProjectsDateCopy200ResponseData) SetBudgetRevenue

func (o *GetProjectsDateCopy200ResponseData) SetBudgetRevenue(v int32)

SetBudgetRevenue gets a reference to the given int32 and assigns it to the BudgetRevenue field.

func (*GetProjectsDateCopy200ResponseData) SetBudgetedGrossMargin

func (o *GetProjectsDateCopy200ResponseData) SetBudgetedGrossMargin(v int32)

SetBudgetedGrossMargin gets a reference to the given int32 and assigns it to the BudgetedGrossMargin field.

func (*GetProjectsDateCopy200ResponseData) SetCreatedAt

func (o *GetProjectsDateCopy200ResponseData) SetCreatedAt(v string)

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*GetProjectsDateCopy200ResponseData) SetCreatedBy

func (o *GetProjectsDateCopy200ResponseData) SetCreatedBy(v int32)

SetCreatedBy gets a reference to the given int32 and assigns it to the CreatedBy field.

func (*GetProjectsDateCopy200ResponseData) SetEstimatedRevenue

func (o *GetProjectsDateCopy200ResponseData) SetEstimatedRevenue(v float32)

SetEstimatedRevenue gets a reference to the given float32 and assigns it to the EstimatedRevenue field.

func (*GetProjectsDateCopy200ResponseData) SetGrossMargin

func (o *GetProjectsDateCopy200ResponseData) SetGrossMargin(v int32)

SetGrossMargin gets a reference to the given int32 and assigns it to the GrossMargin field.

func (*GetProjectsDateCopy200ResponseData) SetPaidAmount

func (o *GetProjectsDateCopy200ResponseData) SetPaidAmount(v int32)

SetPaidAmount gets a reference to the given int32 and assigns it to the PaidAmount field.

func (*GetProjectsDateCopy200ResponseData) SetProjectBilledPercent

func (o *GetProjectsDateCopy200ResponseData) SetProjectBilledPercent(v int32)

SetProjectBilledPercent gets a reference to the given int32 and assigns it to the ProjectBilledPercent field.

func (*GetProjectsDateCopy200ResponseData) SetProjectId

func (o *GetProjectsDateCopy200ResponseData) SetProjectId(v int32)

SetProjectId gets a reference to the given int32 and assigns it to the ProjectId field.

func (*GetProjectsDateCopy200ResponseData) SetTotalCogs

func (o *GetProjectsDateCopy200ResponseData) SetTotalCogs(v float32)

SetTotalCogs gets a reference to the given float32 and assigns it to the TotalCogs field.

func (*GetProjectsDateCopy200ResponseData) SetTotalInvoiceAmount

func (o *GetProjectsDateCopy200ResponseData) SetTotalInvoiceAmount(v int32)

SetTotalInvoiceAmount gets a reference to the given int32 and assigns it to the TotalInvoiceAmount field.

func (*GetProjectsDateCopy200ResponseData) SetTotalPaymentAmount

func (o *GetProjectsDateCopy200ResponseData) SetTotalPaymentAmount(v int32)

SetTotalPaymentAmount gets a reference to the given int32 and assigns it to the TotalPaymentAmount field.

func (*GetProjectsDateCopy200ResponseData) SetUpdatedAt

func (o *GetProjectsDateCopy200ResponseData) SetUpdatedAt(v string)

SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.

func (*GetProjectsDateCopy200ResponseData) SetUpdatedBy

func (o *GetProjectsDateCopy200ResponseData) SetUpdatedBy(v interface{})

SetUpdatedBy gets a reference to the given interface{} and assigns it to the UpdatedBy field.

func (GetProjectsDateCopy200ResponseData) ToMap

func (o GetProjectsDateCopy200ResponseData) ToMap() (map[string]interface{}, error)

func (*GetProjectsDateCopy200ResponseData) UnmarshalJSON

func (o *GetProjectsDateCopy200ResponseData) UnmarshalJSON(data []byte) (err error)

type GetProjectsStatusCopy200Response

type GetProjectsStatusCopy200Response struct {
	Id                   *int32      `json:"id,omitempty"`
	ProjectId            *int32      `json:"projectId,omitempty"`
	Date                 *string     `json:"date,omitempty"`
	Value                *string     `json:"value,omitempty"`
	CreatedAt            *string     `json:"createdAt,omitempty"`
	UpdatedAt            interface{} `json:"updatedAt,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetProjectsStatusCopy200Response struct for GetProjectsStatusCopy200Response

func NewGetProjectsStatusCopy200Response

func NewGetProjectsStatusCopy200Response() *GetProjectsStatusCopy200Response

NewGetProjectsStatusCopy200Response instantiates a new GetProjectsStatusCopy200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetProjectsStatusCopy200ResponseWithDefaults

func NewGetProjectsStatusCopy200ResponseWithDefaults() *GetProjectsStatusCopy200Response

NewGetProjectsStatusCopy200ResponseWithDefaults instantiates a new GetProjectsStatusCopy200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetProjectsStatusCopy200Response) GetCreatedAt

func (o *GetProjectsStatusCopy200Response) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*GetProjectsStatusCopy200Response) GetCreatedAtOk

func (o *GetProjectsStatusCopy200Response) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsStatusCopy200Response) GetDate

GetDate returns the Date field value if set, zero value otherwise.

func (*GetProjectsStatusCopy200Response) GetDateOk

func (o *GetProjectsStatusCopy200Response) GetDateOk() (*string, bool)

GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsStatusCopy200Response) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*GetProjectsStatusCopy200Response) GetIdOk

func (o *GetProjectsStatusCopy200Response) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsStatusCopy200Response) GetProjectId

func (o *GetProjectsStatusCopy200Response) GetProjectId() int32

GetProjectId returns the ProjectId field value if set, zero value otherwise.

func (*GetProjectsStatusCopy200Response) GetProjectIdOk

func (o *GetProjectsStatusCopy200Response) GetProjectIdOk() (*int32, bool)

GetProjectIdOk returns a tuple with the ProjectId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsStatusCopy200Response) GetUpdatedAt

func (o *GetProjectsStatusCopy200Response) GetUpdatedAt() interface{}

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetProjectsStatusCopy200Response) GetUpdatedAtOk

func (o *GetProjectsStatusCopy200Response) GetUpdatedAtOk() (*interface{}, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt 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 (*GetProjectsStatusCopy200Response) GetValue

GetValue returns the Value field value if set, zero value otherwise.

func (*GetProjectsStatusCopy200Response) GetValueOk

func (o *GetProjectsStatusCopy200Response) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProjectsStatusCopy200Response) HasCreatedAt

func (o *GetProjectsStatusCopy200Response) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*GetProjectsStatusCopy200Response) HasDate

HasDate returns a boolean if a field has been set.

func (*GetProjectsStatusCopy200Response) HasId

HasId returns a boolean if a field has been set.

func (*GetProjectsStatusCopy200Response) HasProjectId

func (o *GetProjectsStatusCopy200Response) HasProjectId() bool

HasProjectId returns a boolean if a field has been set.

func (*GetProjectsStatusCopy200Response) HasUpdatedAt

func (o *GetProjectsStatusCopy200Response) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*GetProjectsStatusCopy200Response) HasValue

func (o *GetProjectsStatusCopy200Response) HasValue() bool

HasValue returns a boolean if a field has been set.

func (GetProjectsStatusCopy200Response) MarshalJSON

func (o GetProjectsStatusCopy200Response) MarshalJSON() ([]byte, error)

func (*GetProjectsStatusCopy200Response) SetCreatedAt

func (o *GetProjectsStatusCopy200Response) SetCreatedAt(v string)

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*GetProjectsStatusCopy200Response) SetDate

SetDate gets a reference to the given string and assigns it to the Date field.

func (*GetProjectsStatusCopy200Response) SetId

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*GetProjectsStatusCopy200Response) SetProjectId

func (o *GetProjectsStatusCopy200Response) SetProjectId(v int32)

SetProjectId gets a reference to the given int32 and assigns it to the ProjectId field.

func (*GetProjectsStatusCopy200Response) SetUpdatedAt

func (o *GetProjectsStatusCopy200Response) SetUpdatedAt(v interface{})

SetUpdatedAt gets a reference to the given interface{} and assigns it to the UpdatedAt field.

func (*GetProjectsStatusCopy200Response) SetValue

SetValue gets a reference to the given string and assigns it to the Value field.

func (GetProjectsStatusCopy200Response) ToMap

func (o GetProjectsStatusCopy200Response) ToMap() (map[string]interface{}, error)

func (*GetProjectsStatusCopy200Response) UnmarshalJSON

func (o *GetProjectsStatusCopy200Response) UnmarshalJSON(data []byte) (err error)

type GetRelationshipTypeOptionsCopy200ResponseInner

type GetRelationshipTypeOptionsCopy200ResponseInner struct {
	Id                   *int32  `json:"id,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetRelationshipTypeOptionsCopy200ResponseInner struct for GetRelationshipTypeOptionsCopy200ResponseInner

func NewGetRelationshipTypeOptionsCopy200ResponseInner

func NewGetRelationshipTypeOptionsCopy200ResponseInner() *GetRelationshipTypeOptionsCopy200ResponseInner

NewGetRelationshipTypeOptionsCopy200ResponseInner instantiates a new GetRelationshipTypeOptionsCopy200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetRelationshipTypeOptionsCopy200ResponseInnerWithDefaults

func NewGetRelationshipTypeOptionsCopy200ResponseInnerWithDefaults() *GetRelationshipTypeOptionsCopy200ResponseInner

NewGetRelationshipTypeOptionsCopy200ResponseInnerWithDefaults instantiates a new GetRelationshipTypeOptionsCopy200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetRelationshipTypeOptionsCopy200ResponseInner) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*GetRelationshipTypeOptionsCopy200ResponseInner) GetIdOk

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetRelationshipTypeOptionsCopy200ResponseInner) GetName

GetName returns the Name field value if set, zero value otherwise.

func (*GetRelationshipTypeOptionsCopy200ResponseInner) GetNameOk

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetRelationshipTypeOptionsCopy200ResponseInner) HasId

HasId returns a boolean if a field has been set.

func (*GetRelationshipTypeOptionsCopy200ResponseInner) HasName

HasName returns a boolean if a field has been set.

func (GetRelationshipTypeOptionsCopy200ResponseInner) MarshalJSON

func (*GetRelationshipTypeOptionsCopy200ResponseInner) SetId

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*GetRelationshipTypeOptionsCopy200ResponseInner) SetName

SetName gets a reference to the given string and assigns it to the Name field.

func (GetRelationshipTypeOptionsCopy200ResponseInner) ToMap

func (o GetRelationshipTypeOptionsCopy200ResponseInner) ToMap() (map[string]interface{}, error)

func (*GetRelationshipTypeOptionsCopy200ResponseInner) UnmarshalJSON

func (o *GetRelationshipTypeOptionsCopy200ResponseInner) UnmarshalJSON(data []byte) (err error)

type GetSchedulerEventsRequest

type GetSchedulerEventsRequest struct {
	ProjectIds           []int64 `json:"projectIds,omitempty"`
	StartTime            *string `json:"startTime,omitempty"`
	EndTime              *string `json:"endTime,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetSchedulerEventsRequest struct for GetSchedulerEventsRequest

func NewGetSchedulerEventsRequest

func NewGetSchedulerEventsRequest() *GetSchedulerEventsRequest

NewGetSchedulerEventsRequest instantiates a new GetSchedulerEventsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSchedulerEventsRequestWithDefaults

func NewGetSchedulerEventsRequestWithDefaults() *GetSchedulerEventsRequest

NewGetSchedulerEventsRequestWithDefaults instantiates a new GetSchedulerEventsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSchedulerEventsRequest) GetEndTime

func (o *GetSchedulerEventsRequest) GetEndTime() string

GetEndTime returns the EndTime field value if set, zero value otherwise.

func (*GetSchedulerEventsRequest) GetEndTimeOk

func (o *GetSchedulerEventsRequest) GetEndTimeOk() (*string, bool)

GetEndTimeOk returns a tuple with the EndTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSchedulerEventsRequest) GetProjectIds

func (o *GetSchedulerEventsRequest) GetProjectIds() []int64

GetProjectIds returns the ProjectIds field value if set, zero value otherwise.

func (*GetSchedulerEventsRequest) GetProjectIdsOk

func (o *GetSchedulerEventsRequest) GetProjectIdsOk() ([]int64, bool)

GetProjectIdsOk returns a tuple with the ProjectIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSchedulerEventsRequest) GetStartTime

func (o *GetSchedulerEventsRequest) GetStartTime() string

GetStartTime returns the StartTime field value if set, zero value otherwise.

func (*GetSchedulerEventsRequest) GetStartTimeOk

func (o *GetSchedulerEventsRequest) GetStartTimeOk() (*string, bool)

GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSchedulerEventsRequest) HasEndTime

func (o *GetSchedulerEventsRequest) HasEndTime() bool

HasEndTime returns a boolean if a field has been set.

func (*GetSchedulerEventsRequest) HasProjectIds

func (o *GetSchedulerEventsRequest) HasProjectIds() bool

HasProjectIds returns a boolean if a field has been set.

func (*GetSchedulerEventsRequest) HasStartTime

func (o *GetSchedulerEventsRequest) HasStartTime() bool

HasStartTime returns a boolean if a field has been set.

func (GetSchedulerEventsRequest) MarshalJSON

func (o GetSchedulerEventsRequest) MarshalJSON() ([]byte, error)

func (*GetSchedulerEventsRequest) SetEndTime

func (o *GetSchedulerEventsRequest) SetEndTime(v string)

SetEndTime gets a reference to the given string and assigns it to the EndTime field.

func (*GetSchedulerEventsRequest) SetProjectIds

func (o *GetSchedulerEventsRequest) SetProjectIds(v []int64)

SetProjectIds gets a reference to the given []int64 and assigns it to the ProjectIds field.

func (*GetSchedulerEventsRequest) SetStartTime

func (o *GetSchedulerEventsRequest) SetStartTime(v string)

SetStartTime gets a reference to the given string and assigns it to the StartTime field.

func (GetSchedulerEventsRequest) ToMap

func (o GetSchedulerEventsRequest) ToMap() (map[string]interface{}, error)

func (*GetSchedulerEventsRequest) UnmarshalJSON

func (o *GetSchedulerEventsRequest) UnmarshalJSON(data []byte) (err error)

type GetStaffListCopy200Response

type GetStaffListCopy200Response struct {
	Data                 *int32  `json:"data,omitempty"`
	Message              *string `json:"message,omitempty"`
	Status               *int32  `json:"status,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetStaffListCopy200Response struct for GetStaffListCopy200Response

func NewGetStaffListCopy200Response

func NewGetStaffListCopy200Response() *GetStaffListCopy200Response

NewGetStaffListCopy200Response instantiates a new GetStaffListCopy200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetStaffListCopy200ResponseWithDefaults

func NewGetStaffListCopy200ResponseWithDefaults() *GetStaffListCopy200Response

NewGetStaffListCopy200ResponseWithDefaults instantiates a new GetStaffListCopy200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetStaffListCopy200Response) GetData

func (o *GetStaffListCopy200Response) GetData() int32

GetData returns the Data field value if set, zero value otherwise.

func (*GetStaffListCopy200Response) GetDataOk

func (o *GetStaffListCopy200Response) GetDataOk() (*int32, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetStaffListCopy200Response) GetMessage

func (o *GetStaffListCopy200Response) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*GetStaffListCopy200Response) GetMessageOk

func (o *GetStaffListCopy200Response) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetStaffListCopy200Response) GetStatus

func (o *GetStaffListCopy200Response) GetStatus() int32

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetStaffListCopy200Response) GetStatusOk

func (o *GetStaffListCopy200Response) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetStaffListCopy200Response) HasData

func (o *GetStaffListCopy200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (*GetStaffListCopy200Response) HasMessage

func (o *GetStaffListCopy200Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*GetStaffListCopy200Response) HasStatus

func (o *GetStaffListCopy200Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (GetStaffListCopy200Response) MarshalJSON

func (o GetStaffListCopy200Response) MarshalJSON() ([]byte, error)

func (*GetStaffListCopy200Response) SetData

func (o *GetStaffListCopy200Response) SetData(v int32)

SetData gets a reference to the given int32 and assigns it to the Data field.

func (*GetStaffListCopy200Response) SetMessage

func (o *GetStaffListCopy200Response) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*GetStaffListCopy200Response) SetStatus

func (o *GetStaffListCopy200Response) SetStatus(v int32)

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (GetStaffListCopy200Response) ToMap

func (o GetStaffListCopy200Response) ToMap() (map[string]interface{}, error)

func (*GetStaffListCopy200Response) UnmarshalJSON

func (o *GetStaffListCopy200Response) UnmarshalJSON(data []byte) (err error)

type GetStaffListCopyRequest

type GetStaffListCopyRequest struct {
	OrganizationId   *int64  `json:"organizationId,omitempty"`
	ContactId        *int64  `json:"contactId,omitempty"`
	RelationshipName *string `json:"relationshipName,omitempty"`
	// Required
	TypeId *int64 `json:"typeId,omitempty"`
	// Required
	Date *string `json:"date,omitempty"`
	// Required
	Notes                *string `json:"notes,omitempty"`
	Source               *string `json:"source,omitempty"`
	SourceId             *int64  `json:"sourceId,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetStaffListCopyRequest struct for GetStaffListCopyRequest

func NewGetStaffListCopyRequest

func NewGetStaffListCopyRequest() *GetStaffListCopyRequest

NewGetStaffListCopyRequest instantiates a new GetStaffListCopyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetStaffListCopyRequestWithDefaults

func NewGetStaffListCopyRequestWithDefaults() *GetStaffListCopyRequest

NewGetStaffListCopyRequestWithDefaults instantiates a new GetStaffListCopyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetStaffListCopyRequest) GetContactId

func (o *GetStaffListCopyRequest) GetContactId() int64

GetContactId returns the ContactId field value if set, zero value otherwise.

func (*GetStaffListCopyRequest) GetContactIdOk

func (o *GetStaffListCopyRequest) GetContactIdOk() (*int64, 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 (*GetStaffListCopyRequest) GetDate

func (o *GetStaffListCopyRequest) GetDate() string

GetDate returns the Date field value if set, zero value otherwise.

func (*GetStaffListCopyRequest) GetDateOk

func (o *GetStaffListCopyRequest) GetDateOk() (*string, bool)

GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetStaffListCopyRequest) GetNotes

func (o *GetStaffListCopyRequest) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*GetStaffListCopyRequest) GetNotesOk

func (o *GetStaffListCopyRequest) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetStaffListCopyRequest) GetOrganizationId

func (o *GetStaffListCopyRequest) GetOrganizationId() int64

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*GetStaffListCopyRequest) GetOrganizationIdOk

func (o *GetStaffListCopyRequest) GetOrganizationIdOk() (*int64, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetStaffListCopyRequest) GetRelationshipName

func (o *GetStaffListCopyRequest) GetRelationshipName() string

GetRelationshipName returns the RelationshipName field value if set, zero value otherwise.

func (*GetStaffListCopyRequest) GetRelationshipNameOk

func (o *GetStaffListCopyRequest) GetRelationshipNameOk() (*string, bool)

GetRelationshipNameOk returns a tuple with the RelationshipName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetStaffListCopyRequest) GetSource

func (o *GetStaffListCopyRequest) GetSource() string

GetSource returns the Source field value if set, zero value otherwise.

func (*GetStaffListCopyRequest) GetSourceId

func (o *GetStaffListCopyRequest) GetSourceId() int64

GetSourceId returns the SourceId field value if set, zero value otherwise.

func (*GetStaffListCopyRequest) GetSourceIdOk

func (o *GetStaffListCopyRequest) GetSourceIdOk() (*int64, bool)

GetSourceIdOk returns a tuple with the SourceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetStaffListCopyRequest) GetSourceOk

func (o *GetStaffListCopyRequest) GetSourceOk() (*string, bool)

GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetStaffListCopyRequest) GetTypeId

func (o *GetStaffListCopyRequest) GetTypeId() int64

GetTypeId returns the TypeId field value if set, zero value otherwise.

func (*GetStaffListCopyRequest) GetTypeIdOk

func (o *GetStaffListCopyRequest) GetTypeIdOk() (*int64, bool)

GetTypeIdOk returns a tuple with the TypeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetStaffListCopyRequest) HasContactId

func (o *GetStaffListCopyRequest) HasContactId() bool

HasContactId returns a boolean if a field has been set.

func (*GetStaffListCopyRequest) HasDate

func (o *GetStaffListCopyRequest) HasDate() bool

HasDate returns a boolean if a field has been set.

func (*GetStaffListCopyRequest) HasNotes

func (o *GetStaffListCopyRequest) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*GetStaffListCopyRequest) HasOrganizationId

func (o *GetStaffListCopyRequest) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*GetStaffListCopyRequest) HasRelationshipName

func (o *GetStaffListCopyRequest) HasRelationshipName() bool

HasRelationshipName returns a boolean if a field has been set.

func (*GetStaffListCopyRequest) HasSource

func (o *GetStaffListCopyRequest) HasSource() bool

HasSource returns a boolean if a field has been set.

func (*GetStaffListCopyRequest) HasSourceId

func (o *GetStaffListCopyRequest) HasSourceId() bool

HasSourceId returns a boolean if a field has been set.

func (*GetStaffListCopyRequest) HasTypeId

func (o *GetStaffListCopyRequest) HasTypeId() bool

HasTypeId returns a boolean if a field has been set.

func (GetStaffListCopyRequest) MarshalJSON

func (o GetStaffListCopyRequest) MarshalJSON() ([]byte, error)

func (*GetStaffListCopyRequest) SetContactId

func (o *GetStaffListCopyRequest) SetContactId(v int64)

SetContactId gets a reference to the given int64 and assigns it to the ContactId field.

func (*GetStaffListCopyRequest) SetDate

func (o *GetStaffListCopyRequest) SetDate(v string)

SetDate gets a reference to the given string and assigns it to the Date field.

func (*GetStaffListCopyRequest) SetNotes

func (o *GetStaffListCopyRequest) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*GetStaffListCopyRequest) SetOrganizationId

func (o *GetStaffListCopyRequest) SetOrganizationId(v int64)

SetOrganizationId gets a reference to the given int64 and assigns it to the OrganizationId field.

func (*GetStaffListCopyRequest) SetRelationshipName

func (o *GetStaffListCopyRequest) SetRelationshipName(v string)

SetRelationshipName gets a reference to the given string and assigns it to the RelationshipName field.

func (*GetStaffListCopyRequest) SetSource

func (o *GetStaffListCopyRequest) SetSource(v string)

SetSource gets a reference to the given string and assigns it to the Source field.

func (*GetStaffListCopyRequest) SetSourceId

func (o *GetStaffListCopyRequest) SetSourceId(v int64)

SetSourceId gets a reference to the given int64 and assigns it to the SourceId field.

func (*GetStaffListCopyRequest) SetTypeId

func (o *GetStaffListCopyRequest) SetTypeId(v int64)

SetTypeId gets a reference to the given int64 and assigns it to the TypeId field.

func (GetStaffListCopyRequest) ToMap

func (o GetStaffListCopyRequest) ToMap() (map[string]interface{}, error)

func (*GetStaffListCopyRequest) UnmarshalJSON

func (o *GetStaffListCopyRequest) UnmarshalJSON(data []byte) (err error)

type GetTimesheetRequest

type GetTimesheetRequest struct {
	UserId               *int64  `json:"userId,omitempty"`
	ProjectId            *int64  `json:"projectId,omitempty"`
	StartDate            *string `json:"startDate,omitempty"`
	EndDate              *string `json:"endDate,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetTimesheetRequest struct for GetTimesheetRequest

func NewGetTimesheetRequest

func NewGetTimesheetRequest() *GetTimesheetRequest

NewGetTimesheetRequest instantiates a new GetTimesheetRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetTimesheetRequestWithDefaults

func NewGetTimesheetRequestWithDefaults() *GetTimesheetRequest

NewGetTimesheetRequestWithDefaults instantiates a new GetTimesheetRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetTimesheetRequest) GetEndDate

func (o *GetTimesheetRequest) GetEndDate() string

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*GetTimesheetRequest) GetEndDateOk

func (o *GetTimesheetRequest) GetEndDateOk() (*string, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTimesheetRequest) GetProjectId

func (o *GetTimesheetRequest) GetProjectId() int64

GetProjectId returns the ProjectId field value if set, zero value otherwise.

func (*GetTimesheetRequest) GetProjectIdOk

func (o *GetTimesheetRequest) GetProjectIdOk() (*int64, bool)

GetProjectIdOk returns a tuple with the ProjectId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTimesheetRequest) GetStartDate

func (o *GetTimesheetRequest) GetStartDate() string

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*GetTimesheetRequest) GetStartDateOk

func (o *GetTimesheetRequest) GetStartDateOk() (*string, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTimesheetRequest) GetUserId

func (o *GetTimesheetRequest) GetUserId() int64

GetUserId returns the UserId field value if set, zero value otherwise.

func (*GetTimesheetRequest) GetUserIdOk

func (o *GetTimesheetRequest) GetUserIdOk() (*int64, bool)

GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTimesheetRequest) HasEndDate

func (o *GetTimesheetRequest) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*GetTimesheetRequest) HasProjectId

func (o *GetTimesheetRequest) HasProjectId() bool

HasProjectId returns a boolean if a field has been set.

func (*GetTimesheetRequest) HasStartDate

func (o *GetTimesheetRequest) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*GetTimesheetRequest) HasUserId

func (o *GetTimesheetRequest) HasUserId() bool

HasUserId returns a boolean if a field has been set.

func (GetTimesheetRequest) MarshalJSON

func (o GetTimesheetRequest) MarshalJSON() ([]byte, error)

func (*GetTimesheetRequest) SetEndDate

func (o *GetTimesheetRequest) SetEndDate(v string)

SetEndDate gets a reference to the given string and assigns it to the EndDate field.

func (*GetTimesheetRequest) SetProjectId

func (o *GetTimesheetRequest) SetProjectId(v int64)

SetProjectId gets a reference to the given int64 and assigns it to the ProjectId field.

func (*GetTimesheetRequest) SetStartDate

func (o *GetTimesheetRequest) SetStartDate(v string)

SetStartDate gets a reference to the given string and assigns it to the StartDate field.

func (*GetTimesheetRequest) SetUserId

func (o *GetTimesheetRequest) SetUserId(v int64)

SetUserId gets a reference to the given int64 and assigns it to the UserId field.

func (GetTimesheetRequest) ToMap

func (o GetTimesheetRequest) ToMap() (map[string]interface{}, error)

func (*GetTimesheetRequest) UnmarshalJSON

func (o *GetTimesheetRequest) UnmarshalJSON(data []byte) (err error)

type ListWebhooks200ResponseInner

type ListWebhooks200ResponseInner struct {
	Id                   *int32   `json:"id,omitempty"`
	WebhookUrl           *string  `json:"webhookUrl,omitempty"`
	Scopes               []string `json:"scopes,omitempty"`
	CreatedAt            *string  `json:"createdAt,omitempty"`
	AdditionalProperties map[string]interface{}
}

ListWebhooks200ResponseInner struct for ListWebhooks200ResponseInner

func NewListWebhooks200ResponseInner

func NewListWebhooks200ResponseInner() *ListWebhooks200ResponseInner

NewListWebhooks200ResponseInner instantiates a new ListWebhooks200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListWebhooks200ResponseInnerWithDefaults

func NewListWebhooks200ResponseInnerWithDefaults() *ListWebhooks200ResponseInner

NewListWebhooks200ResponseInnerWithDefaults instantiates a new ListWebhooks200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListWebhooks200ResponseInner) GetCreatedAt

func (o *ListWebhooks200ResponseInner) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*ListWebhooks200ResponseInner) GetCreatedAtOk

func (o *ListWebhooks200ResponseInner) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListWebhooks200ResponseInner) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*ListWebhooks200ResponseInner) GetIdOk

func (o *ListWebhooks200ResponseInner) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListWebhooks200ResponseInner) GetScopes

func (o *ListWebhooks200ResponseInner) GetScopes() []string

GetScopes returns the Scopes field value if set, zero value otherwise.

func (*ListWebhooks200ResponseInner) GetScopesOk

func (o *ListWebhooks200ResponseInner) GetScopesOk() ([]string, bool)

GetScopesOk returns a tuple with the Scopes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListWebhooks200ResponseInner) GetWebhookUrl

func (o *ListWebhooks200ResponseInner) GetWebhookUrl() string

GetWebhookUrl returns the WebhookUrl field value if set, zero value otherwise.

func (*ListWebhooks200ResponseInner) GetWebhookUrlOk

func (o *ListWebhooks200ResponseInner) GetWebhookUrlOk() (*string, bool)

GetWebhookUrlOk returns a tuple with the WebhookUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListWebhooks200ResponseInner) HasCreatedAt

func (o *ListWebhooks200ResponseInner) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*ListWebhooks200ResponseInner) HasId

HasId returns a boolean if a field has been set.

func (*ListWebhooks200ResponseInner) HasScopes

func (o *ListWebhooks200ResponseInner) HasScopes() bool

HasScopes returns a boolean if a field has been set.

func (*ListWebhooks200ResponseInner) HasWebhookUrl

func (o *ListWebhooks200ResponseInner) HasWebhookUrl() bool

HasWebhookUrl returns a boolean if a field has been set.

func (ListWebhooks200ResponseInner) MarshalJSON

func (o ListWebhooks200ResponseInner) MarshalJSON() ([]byte, error)

func (*ListWebhooks200ResponseInner) SetCreatedAt

func (o *ListWebhooks200ResponseInner) SetCreatedAt(v string)

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*ListWebhooks200ResponseInner) SetId

func (o *ListWebhooks200ResponseInner) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ListWebhooks200ResponseInner) SetScopes

func (o *ListWebhooks200ResponseInner) SetScopes(v []string)

SetScopes gets a reference to the given []string and assigns it to the Scopes field.

func (*ListWebhooks200ResponseInner) SetWebhookUrl

func (o *ListWebhooks200ResponseInner) SetWebhookUrl(v string)

SetWebhookUrl gets a reference to the given string and assigns it to the WebhookUrl field.

func (ListWebhooks200ResponseInner) ToMap

func (o ListWebhooks200ResponseInner) ToMap() (map[string]interface{}, error)

func (*ListWebhooks200ResponseInner) UnmarshalJSON

func (o *ListWebhooks200ResponseInner) UnmarshalJSON(data []byte) (err error)

type MappedNullable

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

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 NullableCreateAContactCopy1Request

type NullableCreateAContactCopy1Request struct {
	// contains filtered or unexported fields
}

func (NullableCreateAContactCopy1Request) Get

func (NullableCreateAContactCopy1Request) IsSet

func (NullableCreateAContactCopy1Request) MarshalJSON

func (v NullableCreateAContactCopy1Request) MarshalJSON() ([]byte, error)

func (*NullableCreateAContactCopy1Request) Set

func (*NullableCreateAContactCopy1Request) UnmarshalJSON

func (v *NullableCreateAContactCopy1Request) UnmarshalJSON(src []byte) error

func (*NullableCreateAContactCopy1Request) Unset

type NullableCreateAContactCopy200Response

type NullableCreateAContactCopy200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateAContactCopy200Response) Get

func (NullableCreateAContactCopy200Response) IsSet

func (NullableCreateAContactCopy200Response) MarshalJSON

func (v NullableCreateAContactCopy200Response) MarshalJSON() ([]byte, error)

func (*NullableCreateAContactCopy200Response) Set

func (*NullableCreateAContactCopy200Response) UnmarshalJSON

func (v *NullableCreateAContactCopy200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateAContactCopy200Response) Unset

type NullableCreateAContactCopy1200Response

type NullableCreateAContactCopy1200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateAContactCopy1200Response) Get

func (NullableCreateAContactCopy1200Response) IsSet

func (NullableCreateAContactCopy1200Response) MarshalJSON

func (v NullableCreateAContactCopy1200Response) MarshalJSON() ([]byte, error)

func (*NullableCreateAContactCopy1200Response) Set

func (*NullableCreateAContactCopy1200Response) UnmarshalJSON

func (v *NullableCreateAContactCopy1200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateAContactCopy1200Response) Unset

type NullableCreateAContactCopyRequest

type NullableCreateAContactCopyRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateAContactCopyRequest) Get

func (NullableCreateAContactCopyRequest) IsSet

func (NullableCreateAContactCopyRequest) MarshalJSON

func (v NullableCreateAContactCopyRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateAContactCopyRequest) Set

func (*NullableCreateAContactCopyRequest) UnmarshalJSON

func (v *NullableCreateAContactCopyRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateAContactCopyRequest) Unset

type NullableCreateAEquipmentCopy200Response

type NullableCreateAEquipmentCopy200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateAEquipmentCopy200Response) Get

func (NullableCreateAEquipmentCopy200Response) IsSet

func (NullableCreateAEquipmentCopy200Response) MarshalJSON

func (v NullableCreateAEquipmentCopy200Response) MarshalJSON() ([]byte, error)

func (*NullableCreateAEquipmentCopy200Response) Set

func (*NullableCreateAEquipmentCopy200Response) UnmarshalJSON

func (v *NullableCreateAEquipmentCopy200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateAEquipmentCopy200Response) Unset

type NullableCreateAEquipmentCopy200ResponseData

type NullableCreateAEquipmentCopy200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableCreateAEquipmentCopy200ResponseData) Get

func (NullableCreateAEquipmentCopy200ResponseData) IsSet

func (NullableCreateAEquipmentCopy200ResponseData) MarshalJSON

func (*NullableCreateAEquipmentCopy200ResponseData) Set

func (*NullableCreateAEquipmentCopy200ResponseData) UnmarshalJSON

func (v *NullableCreateAEquipmentCopy200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableCreateAEquipmentCopy200ResponseData) Unset

type NullableCreateAEquipmentCopy200ResponseDataTypeImage

type NullableCreateAEquipmentCopy200ResponseDataTypeImage struct {
	// contains filtered or unexported fields
}

func (NullableCreateAEquipmentCopy200ResponseDataTypeImage) Get

func (NullableCreateAEquipmentCopy200ResponseDataTypeImage) IsSet

func (NullableCreateAEquipmentCopy200ResponseDataTypeImage) MarshalJSON

func (*NullableCreateAEquipmentCopy200ResponseDataTypeImage) Set

func (*NullableCreateAEquipmentCopy200ResponseDataTypeImage) UnmarshalJSON

func (*NullableCreateAEquipmentCopy200ResponseDataTypeImage) Unset

type NullableCreateAEquipmentCopyRequest

type NullableCreateAEquipmentCopyRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateAEquipmentCopyRequest) Get

func (NullableCreateAEquipmentCopyRequest) IsSet

func (NullableCreateAEquipmentCopyRequest) MarshalJSON

func (v NullableCreateAEquipmentCopyRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateAEquipmentCopyRequest) Set

func (*NullableCreateAEquipmentCopyRequest) UnmarshalJSON

func (v *NullableCreateAEquipmentCopyRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateAEquipmentCopyRequest) Unset

type NullableCreateAScheduledEvent200Response

type NullableCreateAScheduledEvent200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateAScheduledEvent200Response) Get

func (NullableCreateAScheduledEvent200Response) IsSet

func (NullableCreateAScheduledEvent200Response) MarshalJSON

func (*NullableCreateAScheduledEvent200Response) Set

func (*NullableCreateAScheduledEvent200Response) UnmarshalJSON

func (v *NullableCreateAScheduledEvent200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateAScheduledEvent200Response) Unset

type NullableCreateAScheduledEventRequest

type NullableCreateAScheduledEventRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateAScheduledEventRequest) Get

func (NullableCreateAScheduledEventRequest) IsSet

func (NullableCreateAScheduledEventRequest) MarshalJSON

func (v NullableCreateAScheduledEventRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateAScheduledEventRequest) Set

func (*NullableCreateAScheduledEventRequest) UnmarshalJSON

func (v *NullableCreateAScheduledEventRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateAScheduledEventRequest) Unset

type NullableCreateAScheduledEventRequestTagDataInner

type NullableCreateAScheduledEventRequestTagDataInner struct {
	// contains filtered or unexported fields
}

func (NullableCreateAScheduledEventRequestTagDataInner) Get

func (NullableCreateAScheduledEventRequestTagDataInner) IsSet

func (NullableCreateAScheduledEventRequestTagDataInner) MarshalJSON

func (*NullableCreateAScheduledEventRequestTagDataInner) Set

func (*NullableCreateAScheduledEventRequestTagDataInner) UnmarshalJSON

func (*NullableCreateAScheduledEventRequestTagDataInner) Unset

type NullableCreateAnEquipmentCopy200Response

type NullableCreateAnEquipmentCopy200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateAnEquipmentCopy200Response) Get

func (NullableCreateAnEquipmentCopy200Response) IsSet

func (NullableCreateAnEquipmentCopy200Response) MarshalJSON

func (*NullableCreateAnEquipmentCopy200Response) Set

func (*NullableCreateAnEquipmentCopy200Response) UnmarshalJSON

func (v *NullableCreateAnEquipmentCopy200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateAnEquipmentCopy200Response) Unset

type NullableCreateAnEquipmentCopy200ResponseData

type NullableCreateAnEquipmentCopy200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableCreateAnEquipmentCopy200ResponseData) Get

func (NullableCreateAnEquipmentCopy200ResponseData) IsSet

func (NullableCreateAnEquipmentCopy200ResponseData) MarshalJSON

func (*NullableCreateAnEquipmentCopy200ResponseData) Set

func (*NullableCreateAnEquipmentCopy200ResponseData) UnmarshalJSON

func (*NullableCreateAnEquipmentCopy200ResponseData) Unset

type NullableCreateAnEquipmentCopy400Response

type NullableCreateAnEquipmentCopy400Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateAnEquipmentCopy400Response) Get

func (NullableCreateAnEquipmentCopy400Response) IsSet

func (NullableCreateAnEquipmentCopy400Response) MarshalJSON

func (*NullableCreateAnEquipmentCopy400Response) Set

func (*NullableCreateAnEquipmentCopy400Response) UnmarshalJSON

func (v *NullableCreateAnEquipmentCopy400Response) UnmarshalJSON(src []byte) error

func (*NullableCreateAnEquipmentCopy400Response) Unset

type NullableCreateAnEquipmentCopy400ResponseErrors

type NullableCreateAnEquipmentCopy400ResponseErrors struct {
	// contains filtered or unexported fields
}

func (NullableCreateAnEquipmentCopy400ResponseErrors) Get

func (NullableCreateAnEquipmentCopy400ResponseErrors) IsSet

func (NullableCreateAnEquipmentCopy400ResponseErrors) MarshalJSON

func (*NullableCreateAnEquipmentCopy400ResponseErrors) Set

func (*NullableCreateAnEquipmentCopy400ResponseErrors) UnmarshalJSON

func (*NullableCreateAnEquipmentCopy400ResponseErrors) Unset

type NullableCreateAnEquipmentCopy409Response

type NullableCreateAnEquipmentCopy409Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateAnEquipmentCopy409Response) Get

func (NullableCreateAnEquipmentCopy409Response) IsSet

func (NullableCreateAnEquipmentCopy409Response) MarshalJSON

func (*NullableCreateAnEquipmentCopy409Response) Set

func (*NullableCreateAnEquipmentCopy409Response) UnmarshalJSON

func (v *NullableCreateAnEquipmentCopy409Response) UnmarshalJSON(src []byte) error

func (*NullableCreateAnEquipmentCopy409Response) Unset

type NullableCreateAnEquipmentCopy409ResponseData

type NullableCreateAnEquipmentCopy409ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableCreateAnEquipmentCopy409ResponseData) Get

func (NullableCreateAnEquipmentCopy409ResponseData) IsSet

func (NullableCreateAnEquipmentCopy409ResponseData) MarshalJSON

func (*NullableCreateAnEquipmentCopy409ResponseData) Set

func (*NullableCreateAnEquipmentCopy409ResponseData) UnmarshalJSON

func (*NullableCreateAnEquipmentCopy409ResponseData) Unset

type NullableCreateAnEquipmentCopy409ResponseDataEquipmentStatus

type NullableCreateAnEquipmentCopy409ResponseDataEquipmentStatus struct {
	// contains filtered or unexported fields
}

func (NullableCreateAnEquipmentCopy409ResponseDataEquipmentStatus) Get

func (NullableCreateAnEquipmentCopy409ResponseDataEquipmentStatus) IsSet

func (NullableCreateAnEquipmentCopy409ResponseDataEquipmentStatus) MarshalJSON

func (*NullableCreateAnEquipmentCopy409ResponseDataEquipmentStatus) Set

func (*NullableCreateAnEquipmentCopy409ResponseDataEquipmentStatus) UnmarshalJSON

func (*NullableCreateAnEquipmentCopy409ResponseDataEquipmentStatus) Unset

type NullableCreateAnEquipmentCopy409ResponseDataTypeImage

type NullableCreateAnEquipmentCopy409ResponseDataTypeImage struct {
	// contains filtered or unexported fields
}

func (NullableCreateAnEquipmentCopy409ResponseDataTypeImage) Get

func (NullableCreateAnEquipmentCopy409ResponseDataTypeImage) IsSet

func (NullableCreateAnEquipmentCopy409ResponseDataTypeImage) MarshalJSON

func (*NullableCreateAnEquipmentCopy409ResponseDataTypeImage) Set

func (*NullableCreateAnEquipmentCopy409ResponseDataTypeImage) UnmarshalJSON

func (*NullableCreateAnEquipmentCopy409ResponseDataTypeImage) Unset

type NullableCreateAnEquipmentCopyRequest

type NullableCreateAnEquipmentCopyRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateAnEquipmentCopyRequest) Get

func (NullableCreateAnEquipmentCopyRequest) IsSet

func (NullableCreateAnEquipmentCopyRequest) MarshalJSON

func (v NullableCreateAnEquipmentCopyRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateAnEquipmentCopyRequest) Set

func (*NullableCreateAnEquipmentCopyRequest) UnmarshalJSON

func (v *NullableCreateAnEquipmentCopyRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateAnEquipmentCopyRequest) Unset

type NullableCreateAnOrganizationCopy200Response

type NullableCreateAnOrganizationCopy200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateAnOrganizationCopy200Response) Get

func (NullableCreateAnOrganizationCopy200Response) IsSet

func (NullableCreateAnOrganizationCopy200Response) MarshalJSON

func (*NullableCreateAnOrganizationCopy200Response) Set

func (*NullableCreateAnOrganizationCopy200Response) UnmarshalJSON

func (v *NullableCreateAnOrganizationCopy200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateAnOrganizationCopy200Response) Unset

type NullableCreateAnOrganizationCopyRequest

type NullableCreateAnOrganizationCopyRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateAnOrganizationCopyRequest) Get

func (NullableCreateAnOrganizationCopyRequest) IsSet

func (NullableCreateAnOrganizationCopyRequest) MarshalJSON

func (v NullableCreateAnOrganizationCopyRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateAnOrganizationCopyRequest) Set

func (*NullableCreateAnOrganizationCopyRequest) UnmarshalJSON

func (v *NullableCreateAnOrganizationCopyRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateAnOrganizationCopyRequest) Unset

type NullableCreateNote200Response

type NullableCreateNote200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateNote200Response) Get

func (NullableCreateNote200Response) IsSet

func (NullableCreateNote200Response) MarshalJSON

func (v NullableCreateNote200Response) MarshalJSON() ([]byte, error)

func (*NullableCreateNote200Response) Set

func (*NullableCreateNote200Response) UnmarshalJSON

func (v *NullableCreateNote200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateNote200Response) Unset

func (v *NullableCreateNote200Response) Unset()

type NullableCreateNoteCopy200Response

type NullableCreateNoteCopy200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateNoteCopy200Response) Get

func (NullableCreateNoteCopy200Response) IsSet

func (NullableCreateNoteCopy200Response) MarshalJSON

func (v NullableCreateNoteCopy200Response) MarshalJSON() ([]byte, error)

func (*NullableCreateNoteCopy200Response) Set

func (*NullableCreateNoteCopy200Response) UnmarshalJSON

func (v *NullableCreateNoteCopy200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateNoteCopy200Response) Unset

type NullableCreateNoteCopy200ResponseDataInner

type NullableCreateNoteCopy200ResponseDataInner struct {
	// contains filtered or unexported fields
}

func (NullableCreateNoteCopy200ResponseDataInner) Get

func (NullableCreateNoteCopy200ResponseDataInner) IsSet

func (NullableCreateNoteCopy200ResponseDataInner) MarshalJSON

func (*NullableCreateNoteCopy200ResponseDataInner) Set

func (*NullableCreateNoteCopy200ResponseDataInner) UnmarshalJSON

func (v *NullableCreateNoteCopy200ResponseDataInner) UnmarshalJSON(src []byte) error

func (*NullableCreateNoteCopy200ResponseDataInner) Unset

type NullableCreateNoteCopyRequest

type NullableCreateNoteCopyRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateNoteCopyRequest) Get

func (NullableCreateNoteCopyRequest) IsSet

func (NullableCreateNoteCopyRequest) MarshalJSON

func (v NullableCreateNoteCopyRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateNoteCopyRequest) Set

func (*NullableCreateNoteCopyRequest) UnmarshalJSON

func (v *NullableCreateNoteCopyRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateNoteCopyRequest) Unset

func (v *NullableCreateNoteCopyRequest) Unset()

type NullableCreateNoteRequest

type NullableCreateNoteRequest struct {
	// contains filtered or unexported fields
}

func NewNullableCreateNoteRequest

func NewNullableCreateNoteRequest(val *CreateNoteRequest) *NullableCreateNoteRequest

func (NullableCreateNoteRequest) Get

func (NullableCreateNoteRequest) IsSet

func (v NullableCreateNoteRequest) IsSet() bool

func (NullableCreateNoteRequest) MarshalJSON

func (v NullableCreateNoteRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateNoteRequest) Set

func (*NullableCreateNoteRequest) UnmarshalJSON

func (v *NullableCreateNoteRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateNoteRequest) Unset

func (v *NullableCreateNoteRequest) Unset()

type NullableCreateProjectRequest

type NullableCreateProjectRequest struct {
	// contains filtered or unexported fields
}

func NewNullableCreateProjectRequest

func NewNullableCreateProjectRequest(val *CreateProjectRequest) *NullableCreateProjectRequest

func (NullableCreateProjectRequest) Get

func (NullableCreateProjectRequest) IsSet

func (NullableCreateProjectRequest) MarshalJSON

func (v NullableCreateProjectRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateProjectRequest) Set

func (*NullableCreateProjectRequest) UnmarshalJSON

func (v *NullableCreateProjectRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateProjectRequest) Unset

func (v *NullableCreateProjectRequest) Unset()

type NullableCreateProjectRequestProjectCustomer

type NullableCreateProjectRequestProjectCustomer struct {
	// contains filtered or unexported fields
}

func (NullableCreateProjectRequestProjectCustomer) Get

func (NullableCreateProjectRequestProjectCustomer) IsSet

func (NullableCreateProjectRequestProjectCustomer) MarshalJSON

func (*NullableCreateProjectRequestProjectCustomer) Set

func (*NullableCreateProjectRequestProjectCustomer) UnmarshalJSON

func (v *NullableCreateProjectRequestProjectCustomer) UnmarshalJSON(src []byte) error

func (*NullableCreateProjectRequestProjectCustomer) Unset

type NullableCreateProjectRequestProjectReferrer

type NullableCreateProjectRequestProjectReferrer struct {
	// contains filtered or unexported fields
}

func (NullableCreateProjectRequestProjectReferrer) Get

func (NullableCreateProjectRequestProjectReferrer) IsSet

func (NullableCreateProjectRequestProjectReferrer) MarshalJSON

func (*NullableCreateProjectRequestProjectReferrer) Set

func (*NullableCreateProjectRequestProjectReferrer) UnmarshalJSON

func (v *NullableCreateProjectRequestProjectReferrer) UnmarshalJSON(src []byte) error

func (*NullableCreateProjectRequestProjectReferrer) Unset

type NullableCreateProjectRequestProjectStaffInner

type NullableCreateProjectRequestProjectStaffInner struct {
	// contains filtered or unexported fields
}

func (NullableCreateProjectRequestProjectStaffInner) Get

func (NullableCreateProjectRequestProjectStaffInner) IsSet

func (NullableCreateProjectRequestProjectStaffInner) MarshalJSON

func (*NullableCreateProjectRequestProjectStaffInner) Set

func (*NullableCreateProjectRequestProjectStaffInner) UnmarshalJSON

func (*NullableCreateProjectRequestProjectStaffInner) Unset

type NullableCreateWebhook200Response

type NullableCreateWebhook200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateWebhook200Response) Get

func (NullableCreateWebhook200Response) IsSet

func (NullableCreateWebhook200Response) MarshalJSON

func (v NullableCreateWebhook200Response) MarshalJSON() ([]byte, error)

func (*NullableCreateWebhook200Response) Set

func (*NullableCreateWebhook200Response) UnmarshalJSON

func (v *NullableCreateWebhook200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateWebhook200Response) Unset

type NullableCreateWebhook500Response

type NullableCreateWebhook500Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateWebhook500Response) Get

func (NullableCreateWebhook500Response) IsSet

func (NullableCreateWebhook500Response) MarshalJSON

func (v NullableCreateWebhook500Response) MarshalJSON() ([]byte, error)

func (*NullableCreateWebhook500Response) Set

func (*NullableCreateWebhook500Response) UnmarshalJSON

func (v *NullableCreateWebhook500Response) UnmarshalJSON(src []byte) error

func (*NullableCreateWebhook500Response) Unset

type NullableCreateWebhookRequest

type NullableCreateWebhookRequest struct {
	// contains filtered or unexported fields
}

func NewNullableCreateWebhookRequest

func NewNullableCreateWebhookRequest(val *CreateWebhookRequest) *NullableCreateWebhookRequest

func (NullableCreateWebhookRequest) Get

func (NullableCreateWebhookRequest) IsSet

func (NullableCreateWebhookRequest) MarshalJSON

func (v NullableCreateWebhookRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateWebhookRequest) Set

func (*NullableCreateWebhookRequest) UnmarshalJSON

func (v *NullableCreateWebhookRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateWebhookRequest) Unset

func (v *NullableCreateWebhookRequest) Unset()

type NullableDateData

type NullableDateData struct {
	// contains filtered or unexported fields
}

func NewNullableDateData

func NewNullableDateData(val *DateData) *NullableDateData

func (NullableDateData) Get

func (v NullableDateData) Get() *DateData

func (NullableDateData) IsSet

func (v NullableDateData) IsSet() bool

func (NullableDateData) MarshalJSON

func (v NullableDateData) MarshalJSON() ([]byte, error)

func (*NullableDateData) Set

func (v *NullableDateData) Set(val *DateData)

func (*NullableDateData) UnmarshalJSON

func (v *NullableDateData) UnmarshalJSON(src []byte) error

func (*NullableDateData) Unset

func (v *NullableDateData) Unset()

type NullableDateDataAutoUpdate

type NullableDateDataAutoUpdate struct {
	// contains filtered or unexported fields
}

func NewNullableDateDataAutoUpdate

func NewNullableDateDataAutoUpdate(val *DateDataAutoUpdate) *NullableDateDataAutoUpdate

func (NullableDateDataAutoUpdate) Get

func (NullableDateDataAutoUpdate) IsSet

func (v NullableDateDataAutoUpdate) IsSet() bool

func (NullableDateDataAutoUpdate) MarshalJSON

func (v NullableDateDataAutoUpdate) MarshalJSON() ([]byte, error)

func (*NullableDateDataAutoUpdate) Set

func (*NullableDateDataAutoUpdate) UnmarshalJSON

func (v *NullableDateDataAutoUpdate) UnmarshalJSON(src []byte) error

func (*NullableDateDataAutoUpdate) Unset

func (v *NullableDateDataAutoUpdate) Unset()

type NullableDeleteWebhook200Response

type NullableDeleteWebhook200Response struct {
	// contains filtered or unexported fields
}

func (NullableDeleteWebhook200Response) Get

func (NullableDeleteWebhook200Response) IsSet

func (NullableDeleteWebhook200Response) MarshalJSON

func (v NullableDeleteWebhook200Response) MarshalJSON() ([]byte, error)

func (*NullableDeleteWebhook200Response) Set

func (*NullableDeleteWebhook200Response) UnmarshalJSON

func (v *NullableDeleteWebhook200Response) UnmarshalJSON(src []byte) error

func (*NullableDeleteWebhook200Response) 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 NullableGetAContactByIdCopy200Response

type NullableGetAContactByIdCopy200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetAContactByIdCopy200Response) Get

func (NullableGetAContactByIdCopy200Response) IsSet

func (NullableGetAContactByIdCopy200Response) MarshalJSON

func (v NullableGetAContactByIdCopy200Response) MarshalJSON() ([]byte, error)

func (*NullableGetAContactByIdCopy200Response) Set

func (*NullableGetAContactByIdCopy200Response) UnmarshalJSON

func (v *NullableGetAContactByIdCopy200Response) UnmarshalJSON(src []byte) error

func (*NullableGetAContactByIdCopy200Response) Unset

type NullableGetActiveContactsCopy200ResponseInner

type NullableGetActiveContactsCopy200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableGetActiveContactsCopy200ResponseInner) Get

func (NullableGetActiveContactsCopy200ResponseInner) IsSet

func (NullableGetActiveContactsCopy200ResponseInner) MarshalJSON

func (*NullableGetActiveContactsCopy200ResponseInner) Set

func (*NullableGetActiveContactsCopy200ResponseInner) UnmarshalJSON

func (*NullableGetActiveContactsCopy200ResponseInner) Unset

type NullableGetActivityTypeOptionsCopy200ResponseInner

type NullableGetActivityTypeOptionsCopy200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableGetActivityTypeOptionsCopy200ResponseInner) Get

func (NullableGetActivityTypeOptionsCopy200ResponseInner) IsSet

func (NullableGetActivityTypeOptionsCopy200ResponseInner) MarshalJSON

func (*NullableGetActivityTypeOptionsCopy200ResponseInner) Set

func (*NullableGetActivityTypeOptionsCopy200ResponseInner) UnmarshalJSON

func (*NullableGetActivityTypeOptionsCopy200ResponseInner) Unset

type NullableGetAllActivitiesCopy200ResponseInner

type NullableGetAllActivitiesCopy200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableGetAllActivitiesCopy200ResponseInner) Get

func (NullableGetAllActivitiesCopy200ResponseInner) IsSet

func (NullableGetAllActivitiesCopy200ResponseInner) MarshalJSON

func (*NullableGetAllActivitiesCopy200ResponseInner) Set

func (*NullableGetAllActivitiesCopy200ResponseInner) UnmarshalJSON

func (*NullableGetAllActivitiesCopy200ResponseInner) Unset

type NullableGetAllContactsCopy1200ResponseInner

type NullableGetAllContactsCopy1200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableGetAllContactsCopy1200ResponseInner) Get

func (NullableGetAllContactsCopy1200ResponseInner) IsSet

func (NullableGetAllContactsCopy1200ResponseInner) MarshalJSON

func (*NullableGetAllContactsCopy1200ResponseInner) Set

func (*NullableGetAllContactsCopy1200ResponseInner) UnmarshalJSON

func (v *NullableGetAllContactsCopy1200ResponseInner) UnmarshalJSON(src []byte) error

func (*NullableGetAllContactsCopy1200ResponseInner) Unset

type NullableGetAllContactsCopy2200ResponseInner

type NullableGetAllContactsCopy2200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableGetAllContactsCopy2200ResponseInner) Get

func (NullableGetAllContactsCopy2200ResponseInner) IsSet

func (NullableGetAllContactsCopy2200ResponseInner) MarshalJSON

func (*NullableGetAllContactsCopy2200ResponseInner) Set

func (*NullableGetAllContactsCopy2200ResponseInner) UnmarshalJSON

func (v *NullableGetAllContactsCopy2200ResponseInner) UnmarshalJSON(src []byte) error

func (*NullableGetAllContactsCopy2200ResponseInner) Unset

type NullableGetAllContactsCopy3200ResponseInner

type NullableGetAllContactsCopy3200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableGetAllContactsCopy3200ResponseInner) Get

func (NullableGetAllContactsCopy3200ResponseInner) IsSet

func (NullableGetAllContactsCopy3200ResponseInner) MarshalJSON

func (*NullableGetAllContactsCopy3200ResponseInner) Set

func (*NullableGetAllContactsCopy3200ResponseInner) UnmarshalJSON

func (v *NullableGetAllContactsCopy3200ResponseInner) UnmarshalJSON(src []byte) error

func (*NullableGetAllContactsCopy3200ResponseInner) Unset

type NullableGetAllContactsCopy4200ResponseInner

type NullableGetAllContactsCopy4200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableGetAllContactsCopy4200ResponseInner) Get

func (NullableGetAllContactsCopy4200ResponseInner) IsSet

func (NullableGetAllContactsCopy4200ResponseInner) MarshalJSON

func (*NullableGetAllContactsCopy4200ResponseInner) Set

func (*NullableGetAllContactsCopy4200ResponseInner) UnmarshalJSON

func (v *NullableGetAllContactsCopy4200ResponseInner) UnmarshalJSON(src []byte) error

func (*NullableGetAllContactsCopy4200ResponseInner) Unset

type NullableGetAllProjectExpenses200Response

type NullableGetAllProjectExpenses200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetAllProjectExpenses200Response) Get

func (NullableGetAllProjectExpenses200Response) IsSet

func (NullableGetAllProjectExpenses200Response) MarshalJSON

func (*NullableGetAllProjectExpenses200Response) Set

func (*NullableGetAllProjectExpenses200Response) UnmarshalJSON

func (v *NullableGetAllProjectExpenses200Response) UnmarshalJSON(src []byte) error

func (*NullableGetAllProjectExpenses200Response) Unset

type NullableGetAllProjectExpenses200ResponseDataInner

type NullableGetAllProjectExpenses200ResponseDataInner struct {
	// contains filtered or unexported fields
}

func (NullableGetAllProjectExpenses200ResponseDataInner) Get

func (NullableGetAllProjectExpenses200ResponseDataInner) IsSet

func (NullableGetAllProjectExpenses200ResponseDataInner) MarshalJSON

func (*NullableGetAllProjectExpenses200ResponseDataInner) Set

func (*NullableGetAllProjectExpenses200ResponseDataInner) UnmarshalJSON

func (*NullableGetAllProjectExpenses200ResponseDataInner) Unset

type NullableGetAllProjects200Response

type NullableGetAllProjects200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetAllProjects200Response) Get

func (NullableGetAllProjects200Response) IsSet

func (NullableGetAllProjects200Response) MarshalJSON

func (v NullableGetAllProjects200Response) MarshalJSON() ([]byte, error)

func (*NullableGetAllProjects200Response) Set

func (*NullableGetAllProjects200Response) UnmarshalJSON

func (v *NullableGetAllProjects200Response) UnmarshalJSON(src []byte) error

func (*NullableGetAllProjects200Response) Unset

type NullableGetAllProjects200ResponseDataInner

type NullableGetAllProjects200ResponseDataInner struct {
	// contains filtered or unexported fields
}

func (NullableGetAllProjects200ResponseDataInner) Get

func (NullableGetAllProjects200ResponseDataInner) IsSet

func (NullableGetAllProjects200ResponseDataInner) MarshalJSON

func (*NullableGetAllProjects200ResponseDataInner) Set

func (*NullableGetAllProjects200ResponseDataInner) UnmarshalJSON

func (v *NullableGetAllProjects200ResponseDataInner) UnmarshalJSON(src []byte) error

func (*NullableGetAllProjects200ResponseDataInner) Unset

type NullableGetAllProjects200ResponsePagination

type NullableGetAllProjects200ResponsePagination struct {
	// contains filtered or unexported fields
}

func (NullableGetAllProjects200ResponsePagination) Get

func (NullableGetAllProjects200ResponsePagination) IsSet

func (NullableGetAllProjects200ResponsePagination) MarshalJSON

func (*NullableGetAllProjects200ResponsePagination) Set

func (*NullableGetAllProjects200ResponsePagination) UnmarshalJSON

func (v *NullableGetAllProjects200ResponsePagination) UnmarshalJSON(src []byte) error

func (*NullableGetAllProjects200ResponsePagination) Unset

type NullableGetAllProjectsCopy200ResponseInner

type NullableGetAllProjectsCopy200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableGetAllProjectsCopy200ResponseInner) Get

func (NullableGetAllProjectsCopy200ResponseInner) IsSet

func (NullableGetAllProjectsCopy200ResponseInner) MarshalJSON

func (*NullableGetAllProjectsCopy200ResponseInner) Set

func (*NullableGetAllProjectsCopy200ResponseInner) UnmarshalJSON

func (v *NullableGetAllProjectsCopy200ResponseInner) UnmarshalJSON(src []byte) error

func (*NullableGetAllProjectsCopy200ResponseInner) Unset

type NullableGetAllProjectsCopy1200ResponseInner

type NullableGetAllProjectsCopy1200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableGetAllProjectsCopy1200ResponseInner) Get

func (NullableGetAllProjectsCopy1200ResponseInner) IsSet

func (NullableGetAllProjectsCopy1200ResponseInner) MarshalJSON

func (*NullableGetAllProjectsCopy1200ResponseInner) Set

func (*NullableGetAllProjectsCopy1200ResponseInner) UnmarshalJSON

func (v *NullableGetAllProjectsCopy1200ResponseInner) UnmarshalJSON(src []byte) error

func (*NullableGetAllProjectsCopy1200ResponseInner) Unset

type NullableGetAllTasksCopy200Response

type NullableGetAllTasksCopy200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetAllTasksCopy200Response) Get

func (NullableGetAllTasksCopy200Response) IsSet

func (NullableGetAllTasksCopy200Response) MarshalJSON

func (v NullableGetAllTasksCopy200Response) MarshalJSON() ([]byte, error)

func (*NullableGetAllTasksCopy200Response) Set

func (*NullableGetAllTasksCopy200Response) UnmarshalJSON

func (v *NullableGetAllTasksCopy200Response) UnmarshalJSON(src []byte) error

func (*NullableGetAllTasksCopy200Response) Unset

type NullableGetAnInvoiceById200Response

type NullableGetAnInvoiceById200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetAnInvoiceById200Response) Get

func (NullableGetAnInvoiceById200Response) IsSet

func (NullableGetAnInvoiceById200Response) MarshalJSON

func (v NullableGetAnInvoiceById200Response) MarshalJSON() ([]byte, error)

func (*NullableGetAnInvoiceById200Response) Set

func (*NullableGetAnInvoiceById200Response) UnmarshalJSON

func (v *NullableGetAnInvoiceById200Response) UnmarshalJSON(src []byte) error

func (*NullableGetAnInvoiceById200Response) Unset

type NullableGetCompanyLocationsOptions200Response

type NullableGetCompanyLocationsOptions200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetCompanyLocationsOptions200Response) Get

func (NullableGetCompanyLocationsOptions200Response) IsSet

func (NullableGetCompanyLocationsOptions200Response) MarshalJSON

func (*NullableGetCompanyLocationsOptions200Response) Set

func (*NullableGetCompanyLocationsOptions200Response) UnmarshalJSON

func (*NullableGetCompanyLocationsOptions200Response) Unset

type NullableGetCompanyLocationsOptions200ResponseDataInner

type NullableGetCompanyLocationsOptions200ResponseDataInner struct {
	// contains filtered or unexported fields
}

func (NullableGetCompanyLocationsOptions200ResponseDataInner) Get

func (NullableGetCompanyLocationsOptions200ResponseDataInner) IsSet

func (NullableGetCompanyLocationsOptions200ResponseDataInner) MarshalJSON

func (*NullableGetCompanyLocationsOptions200ResponseDataInner) Set

func (*NullableGetCompanyLocationsOptions200ResponseDataInner) UnmarshalJSON

func (*NullableGetCompanyLocationsOptions200ResponseDataInner) Unset

type NullableGetEquipmentTypesOptions200Response

type NullableGetEquipmentTypesOptions200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetEquipmentTypesOptions200Response) Get

func (NullableGetEquipmentTypesOptions200Response) IsSet

func (NullableGetEquipmentTypesOptions200Response) MarshalJSON

func (*NullableGetEquipmentTypesOptions200Response) Set

func (*NullableGetEquipmentTypesOptions200Response) UnmarshalJSON

func (v *NullableGetEquipmentTypesOptions200Response) UnmarshalJSON(src []byte) error

func (*NullableGetEquipmentTypesOptions200Response) Unset

type NullableGetEquipmentTypesOptions200ResponseDataInner

type NullableGetEquipmentTypesOptions200ResponseDataInner struct {
	// contains filtered or unexported fields
}

func (NullableGetEquipmentTypesOptions200ResponseDataInner) Get

func (NullableGetEquipmentTypesOptions200ResponseDataInner) IsSet

func (NullableGetEquipmentTypesOptions200ResponseDataInner) MarshalJSON

func (*NullableGetEquipmentTypesOptions200ResponseDataInner) Set

func (*NullableGetEquipmentTypesOptions200ResponseDataInner) UnmarshalJSON

func (*NullableGetEquipmentTypesOptions200ResponseDataInner) Unset

type NullableGetProjectExpenseById200Response

type NullableGetProjectExpenseById200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetProjectExpenseById200Response) Get

func (NullableGetProjectExpenseById200Response) IsSet

func (NullableGetProjectExpenseById200Response) MarshalJSON

func (*NullableGetProjectExpenseById200Response) Set

func (*NullableGetProjectExpenseById200Response) UnmarshalJSON

func (v *NullableGetProjectExpenseById200Response) UnmarshalJSON(src []byte) error

func (*NullableGetProjectExpenseById200Response) Unset

type NullableGetProjectExpenseById200ResponseDataInner

type NullableGetProjectExpenseById200ResponseDataInner struct {
	// contains filtered or unexported fields
}

func (NullableGetProjectExpenseById200ResponseDataInner) Get

func (NullableGetProjectExpenseById200ResponseDataInner) IsSet

func (NullableGetProjectExpenseById200ResponseDataInner) MarshalJSON

func (*NullableGetProjectExpenseById200ResponseDataInner) Set

func (*NullableGetProjectExpenseById200ResponseDataInner) UnmarshalJSON

func (*NullableGetProjectExpenseById200ResponseDataInner) Unset

type NullableGetProjectPayments200Response

type NullableGetProjectPayments200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetProjectPayments200Response) Get

func (NullableGetProjectPayments200Response) IsSet

func (NullableGetProjectPayments200Response) MarshalJSON

func (v NullableGetProjectPayments200Response) MarshalJSON() ([]byte, error)

func (*NullableGetProjectPayments200Response) Set

func (*NullableGetProjectPayments200Response) UnmarshalJSON

func (v *NullableGetProjectPayments200Response) UnmarshalJSON(src []byte) error

func (*NullableGetProjectPayments200Response) Unset

type NullableGetProjectPayments200ResponseDataInner

type NullableGetProjectPayments200ResponseDataInner struct {
	// contains filtered or unexported fields
}

func (NullableGetProjectPayments200ResponseDataInner) Get

func (NullableGetProjectPayments200ResponseDataInner) IsSet

func (NullableGetProjectPayments200ResponseDataInner) MarshalJSON

func (*NullableGetProjectPayments200ResponseDataInner) Set

func (*NullableGetProjectPayments200ResponseDataInner) UnmarshalJSON

func (*NullableGetProjectPayments200ResponseDataInner) Unset

type NullableGetProjectPayments200ResponseDataInnerItemsInner

type NullableGetProjectPayments200ResponseDataInnerItemsInner struct {
	// contains filtered or unexported fields
}

func (NullableGetProjectPayments200ResponseDataInnerItemsInner) Get

func (NullableGetProjectPayments200ResponseDataInnerItemsInner) IsSet

func (NullableGetProjectPayments200ResponseDataInnerItemsInner) MarshalJSON

func (*NullableGetProjectPayments200ResponseDataInnerItemsInner) Set

func (*NullableGetProjectPayments200ResponseDataInnerItemsInner) UnmarshalJSON

func (*NullableGetProjectPayments200ResponseDataInnerItemsInner) Unset

type NullableGetProjectRoleOptionsCopy200ResponseInner

type NullableGetProjectRoleOptionsCopy200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableGetProjectRoleOptionsCopy200ResponseInner) Get

func (NullableGetProjectRoleOptionsCopy200ResponseInner) IsSet

func (NullableGetProjectRoleOptionsCopy200ResponseInner) MarshalJSON

func (*NullableGetProjectRoleOptionsCopy200ResponseInner) Set

func (*NullableGetProjectRoleOptionsCopy200ResponseInner) UnmarshalJSON

func (*NullableGetProjectRoleOptionsCopy200ResponseInner) Unset

type NullableGetProjectsByStatusCopy200ResponseInner

type NullableGetProjectsByStatusCopy200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableGetProjectsByStatusCopy200ResponseInner) Get

func (NullableGetProjectsByStatusCopy200ResponseInner) IsSet

func (NullableGetProjectsByStatusCopy200ResponseInner) MarshalJSON

func (*NullableGetProjectsByStatusCopy200ResponseInner) Set

func (*NullableGetProjectsByStatusCopy200ResponseInner) UnmarshalJSON

func (*NullableGetProjectsByStatusCopy200ResponseInner) Unset

type NullableGetProjectsDateCopy200Response

type NullableGetProjectsDateCopy200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetProjectsDateCopy200Response) Get

func (NullableGetProjectsDateCopy200Response) IsSet

func (NullableGetProjectsDateCopy200Response) MarshalJSON

func (v NullableGetProjectsDateCopy200Response) MarshalJSON() ([]byte, error)

func (*NullableGetProjectsDateCopy200Response) Set

func (*NullableGetProjectsDateCopy200Response) UnmarshalJSON

func (v *NullableGetProjectsDateCopy200Response) UnmarshalJSON(src []byte) error

func (*NullableGetProjectsDateCopy200Response) Unset

type NullableGetProjectsDateCopy200ResponseData

type NullableGetProjectsDateCopy200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableGetProjectsDateCopy200ResponseData) Get

func (NullableGetProjectsDateCopy200ResponseData) IsSet

func (NullableGetProjectsDateCopy200ResponseData) MarshalJSON

func (*NullableGetProjectsDateCopy200ResponseData) Set

func (*NullableGetProjectsDateCopy200ResponseData) UnmarshalJSON

func (v *NullableGetProjectsDateCopy200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableGetProjectsDateCopy200ResponseData) Unset

type NullableGetProjectsStatusCopy200Response

type NullableGetProjectsStatusCopy200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetProjectsStatusCopy200Response) Get

func (NullableGetProjectsStatusCopy200Response) IsSet

func (NullableGetProjectsStatusCopy200Response) MarshalJSON

func (*NullableGetProjectsStatusCopy200Response) Set

func (*NullableGetProjectsStatusCopy200Response) UnmarshalJSON

func (v *NullableGetProjectsStatusCopy200Response) UnmarshalJSON(src []byte) error

func (*NullableGetProjectsStatusCopy200Response) Unset

type NullableGetRelationshipTypeOptionsCopy200ResponseInner

type NullableGetRelationshipTypeOptionsCopy200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableGetRelationshipTypeOptionsCopy200ResponseInner) Get

func (NullableGetRelationshipTypeOptionsCopy200ResponseInner) IsSet

func (NullableGetRelationshipTypeOptionsCopy200ResponseInner) MarshalJSON

func (*NullableGetRelationshipTypeOptionsCopy200ResponseInner) Set

func (*NullableGetRelationshipTypeOptionsCopy200ResponseInner) UnmarshalJSON

func (*NullableGetRelationshipTypeOptionsCopy200ResponseInner) Unset

type NullableGetSchedulerEventsRequest

type NullableGetSchedulerEventsRequest struct {
	// contains filtered or unexported fields
}

func (NullableGetSchedulerEventsRequest) Get

func (NullableGetSchedulerEventsRequest) IsSet

func (NullableGetSchedulerEventsRequest) MarshalJSON

func (v NullableGetSchedulerEventsRequest) MarshalJSON() ([]byte, error)

func (*NullableGetSchedulerEventsRequest) Set

func (*NullableGetSchedulerEventsRequest) UnmarshalJSON

func (v *NullableGetSchedulerEventsRequest) UnmarshalJSON(src []byte) error

func (*NullableGetSchedulerEventsRequest) Unset

type NullableGetStaffListCopy200Response

type NullableGetStaffListCopy200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetStaffListCopy200Response) Get

func (NullableGetStaffListCopy200Response) IsSet

func (NullableGetStaffListCopy200Response) MarshalJSON

func (v NullableGetStaffListCopy200Response) MarshalJSON() ([]byte, error)

func (*NullableGetStaffListCopy200Response) Set

func (*NullableGetStaffListCopy200Response) UnmarshalJSON

func (v *NullableGetStaffListCopy200Response) UnmarshalJSON(src []byte) error

func (*NullableGetStaffListCopy200Response) Unset

type NullableGetStaffListCopyRequest

type NullableGetStaffListCopyRequest struct {
	// contains filtered or unexported fields
}

func (NullableGetStaffListCopyRequest) Get

func (NullableGetStaffListCopyRequest) IsSet

func (NullableGetStaffListCopyRequest) MarshalJSON

func (v NullableGetStaffListCopyRequest) MarshalJSON() ([]byte, error)

func (*NullableGetStaffListCopyRequest) Set

func (*NullableGetStaffListCopyRequest) UnmarshalJSON

func (v *NullableGetStaffListCopyRequest) UnmarshalJSON(src []byte) error

func (*NullableGetStaffListCopyRequest) Unset

type NullableGetTimesheetRequest

type NullableGetTimesheetRequest struct {
	// contains filtered or unexported fields
}

func NewNullableGetTimesheetRequest

func NewNullableGetTimesheetRequest(val *GetTimesheetRequest) *NullableGetTimesheetRequest

func (NullableGetTimesheetRequest) Get

func (NullableGetTimesheetRequest) IsSet

func (NullableGetTimesheetRequest) MarshalJSON

func (v NullableGetTimesheetRequest) MarshalJSON() ([]byte, error)

func (*NullableGetTimesheetRequest) Set

func (*NullableGetTimesheetRequest) UnmarshalJSON

func (v *NullableGetTimesheetRequest) UnmarshalJSON(src []byte) error

func (*NullableGetTimesheetRequest) Unset

func (v *NullableGetTimesheetRequest) 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 NullableListWebhooks200ResponseInner

type NullableListWebhooks200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListWebhooks200ResponseInner) Get

func (NullableListWebhooks200ResponseInner) IsSet

func (NullableListWebhooks200ResponseInner) MarshalJSON

func (v NullableListWebhooks200ResponseInner) MarshalJSON() ([]byte, error)

func (*NullableListWebhooks200ResponseInner) Set

func (*NullableListWebhooks200ResponseInner) UnmarshalJSON

func (v *NullableListWebhooks200ResponseInner) UnmarshalJSON(src []byte) error

func (*NullableListWebhooks200ResponseInner) Unset

type NullableProjectDateDataResponse

type NullableProjectDateDataResponse struct {
	// contains filtered or unexported fields
}

func (NullableProjectDateDataResponse) Get

func (NullableProjectDateDataResponse) IsSet

func (NullableProjectDateDataResponse) MarshalJSON

func (v NullableProjectDateDataResponse) MarshalJSON() ([]byte, error)

func (*NullableProjectDateDataResponse) Set

func (*NullableProjectDateDataResponse) UnmarshalJSON

func (v *NullableProjectDateDataResponse) UnmarshalJSON(src []byte) error

func (*NullableProjectDateDataResponse) Unset

type NullableProjectDateDataResponseValidationErrors

type NullableProjectDateDataResponseValidationErrors struct {
	// contains filtered or unexported fields
}

func (NullableProjectDateDataResponseValidationErrors) Get

func (NullableProjectDateDataResponseValidationErrors) IsSet

func (NullableProjectDateDataResponseValidationErrors) MarshalJSON

func (*NullableProjectDateDataResponseValidationErrors) Set

func (*NullableProjectDateDataResponseValidationErrors) UnmarshalJSON

func (*NullableProjectDateDataResponseValidationErrors) Unset

type NullableRetrieveProject200Response

type NullableRetrieveProject200Response struct {
	// contains filtered or unexported fields
}

func (NullableRetrieveProject200Response) Get

func (NullableRetrieveProject200Response) IsSet

func (NullableRetrieveProject200Response) MarshalJSON

func (v NullableRetrieveProject200Response) MarshalJSON() ([]byte, error)

func (*NullableRetrieveProject200Response) Set

func (*NullableRetrieveProject200Response) UnmarshalJSON

func (v *NullableRetrieveProject200Response) UnmarshalJSON(src []byte) error

func (*NullableRetrieveProject200Response) Unset

type NullableRetrieveProject200ResponseLinkedProjectInner

type NullableRetrieveProject200ResponseLinkedProjectInner struct {
	// contains filtered or unexported fields
}

func (NullableRetrieveProject200ResponseLinkedProjectInner) Get

func (NullableRetrieveProject200ResponseLinkedProjectInner) IsSet

func (NullableRetrieveProject200ResponseLinkedProjectInner) MarshalJSON

func (*NullableRetrieveProject200ResponseLinkedProjectInner) Set

func (*NullableRetrieveProject200ResponseLinkedProjectInner) UnmarshalJSON

func (*NullableRetrieveProject200ResponseLinkedProjectInner) Unset

type NullableSendEmailRequest

type NullableSendEmailRequest struct {
	// contains filtered or unexported fields
}

func NewNullableSendEmailRequest

func NewNullableSendEmailRequest(val *SendEmailRequest) *NullableSendEmailRequest

func (NullableSendEmailRequest) Get

func (NullableSendEmailRequest) IsSet

func (v NullableSendEmailRequest) IsSet() bool

func (NullableSendEmailRequest) MarshalJSON

func (v NullableSendEmailRequest) MarshalJSON() ([]byte, error)

func (*NullableSendEmailRequest) Set

func (*NullableSendEmailRequest) UnmarshalJSON

func (v *NullableSendEmailRequest) UnmarshalJSON(src []byte) error

func (*NullableSendEmailRequest) Unset

func (v *NullableSendEmailRequest) Unset()

type NullableString

type NullableString struct {
	// contains filtered or unexported fields
}

func NewNullableString

func NewNullableString(val *string) *NullableString

func (NullableString) Get

func (v NullableString) Get() *string

func (NullableString) IsSet

func (v NullableString) IsSet() bool

func (NullableString) MarshalJSON

func (v NullableString) MarshalJSON() ([]byte, error)

func (*NullableString) Set

func (v *NullableString) Set(val *string)

func (*NullableString) UnmarshalJSON

func (v *NullableString) UnmarshalJSON(src []byte) error

func (*NullableString) Unset

func (v *NullableString) Unset()

type NullableTime

type NullableTime struct {
	// contains filtered or unexported fields
}

func NewNullableTime

func NewNullableTime(val *time.Time) *NullableTime

func (NullableTime) Get

func (v NullableTime) Get() *time.Time

func (NullableTime) IsSet

func (v NullableTime) IsSet() bool

func (NullableTime) MarshalJSON

func (v NullableTime) MarshalJSON() ([]byte, error)

func (*NullableTime) Set

func (v *NullableTime) Set(val *time.Time)

func (*NullableTime) UnmarshalJSON

func (v *NullableTime) UnmarshalJSON(src []byte) error

func (*NullableTime) Unset

func (v *NullableTime) Unset()

type NullableUpdateAnEquipmentCopy200Response

type NullableUpdateAnEquipmentCopy200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateAnEquipmentCopy200Response) Get

func (NullableUpdateAnEquipmentCopy200Response) IsSet

func (NullableUpdateAnEquipmentCopy200Response) MarshalJSON

func (*NullableUpdateAnEquipmentCopy200Response) Set

func (*NullableUpdateAnEquipmentCopy200Response) UnmarshalJSON

func (v *NullableUpdateAnEquipmentCopy200Response) UnmarshalJSON(src []byte) error

func (*NullableUpdateAnEquipmentCopy200Response) Unset

type NullableUpdateAnEquipmentCopyRequest

type NullableUpdateAnEquipmentCopyRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateAnEquipmentCopyRequest) Get

func (NullableUpdateAnEquipmentCopyRequest) IsSet

func (NullableUpdateAnEquipmentCopyRequest) MarshalJSON

func (v NullableUpdateAnEquipmentCopyRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateAnEquipmentCopyRequest) Set

func (*NullableUpdateAnEquipmentCopyRequest) UnmarshalJSON

func (v *NullableUpdateAnEquipmentCopyRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateAnEquipmentCopyRequest) Unset

type NullableUpdateContactStatusCopyRequest

type NullableUpdateContactStatusCopyRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateContactStatusCopyRequest) Get

func (NullableUpdateContactStatusCopyRequest) IsSet

func (NullableUpdateContactStatusCopyRequest) MarshalJSON

func (v NullableUpdateContactStatusCopyRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateContactStatusCopyRequest) Set

func (*NullableUpdateContactStatusCopyRequest) UnmarshalJSON

func (v *NullableUpdateContactStatusCopyRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateContactStatusCopyRequest) Unset

type NullableUpdateProjectDatesRequest

type NullableUpdateProjectDatesRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateProjectDatesRequest) Get

func (NullableUpdateProjectDatesRequest) IsSet

func (NullableUpdateProjectDatesRequest) MarshalJSON

func (v NullableUpdateProjectDatesRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateProjectDatesRequest) Set

func (*NullableUpdateProjectDatesRequest) UnmarshalJSON

func (v *NullableUpdateProjectDatesRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateProjectDatesRequest) Unset

type NullableUpdateProjectDatesRequestProjectDatesInner

type NullableUpdateProjectDatesRequestProjectDatesInner struct {
	// contains filtered or unexported fields
}

func (NullableUpdateProjectDatesRequestProjectDatesInner) Get

func (NullableUpdateProjectDatesRequestProjectDatesInner) IsSet

func (NullableUpdateProjectDatesRequestProjectDatesInner) MarshalJSON

func (*NullableUpdateProjectDatesRequestProjectDatesInner) Set

func (*NullableUpdateProjectDatesRequestProjectDatesInner) UnmarshalJSON

func (*NullableUpdateProjectDatesRequestProjectDatesInner) Unset

type ProjectDateDataResponse

type ProjectDateDataResponse struct {
	ProjectID            int64                                    `json:"projectID"`
	ProjectIdentifier    string                                   `json:"projectIdentifier"`
	Data                 []DateData                               `json:"data"`
	Message              string                                   `json:"message"`
	Status               int32                                    `json:"status"`
	ValidationErrors     *ProjectDateDataResponseValidationErrors `json:"validationErrors,omitempty"`
	TrackId              string                                   `json:"trackId"`
	AdditionalProperties map[string]interface{}
}

ProjectDateDataResponse struct for ProjectDateDataResponse

func NewProjectDateDataResponse

func NewProjectDateDataResponse(projectID int64, projectIdentifier string, data []DateData, message string, status int32, trackId string) *ProjectDateDataResponse

NewProjectDateDataResponse instantiates a new ProjectDateDataResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProjectDateDataResponseWithDefaults

func NewProjectDateDataResponseWithDefaults() *ProjectDateDataResponse

NewProjectDateDataResponseWithDefaults instantiates a new ProjectDateDataResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProjectDateDataResponse) GetData

func (o *ProjectDateDataResponse) GetData() []DateData

GetData returns the Data field value

func (*ProjectDateDataResponse) GetDataOk

func (o *ProjectDateDataResponse) GetDataOk() ([]DateData, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*ProjectDateDataResponse) GetMessage

func (o *ProjectDateDataResponse) GetMessage() string

GetMessage returns the Message field value

func (*ProjectDateDataResponse) GetMessageOk

func (o *ProjectDateDataResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*ProjectDateDataResponse) GetProjectID

func (o *ProjectDateDataResponse) GetProjectID() int64

GetProjectID returns the ProjectID field value

func (*ProjectDateDataResponse) GetProjectIDOk

func (o *ProjectDateDataResponse) GetProjectIDOk() (*int64, bool)

GetProjectIDOk returns a tuple with the ProjectID field value and a boolean to check if the value has been set.

func (*ProjectDateDataResponse) GetProjectIdentifier

func (o *ProjectDateDataResponse) GetProjectIdentifier() string

GetProjectIdentifier returns the ProjectIdentifier field value

func (*ProjectDateDataResponse) GetProjectIdentifierOk

func (o *ProjectDateDataResponse) GetProjectIdentifierOk() (*string, bool)

GetProjectIdentifierOk returns a tuple with the ProjectIdentifier field value and a boolean to check if the value has been set.

func (*ProjectDateDataResponse) GetStatus

func (o *ProjectDateDataResponse) GetStatus() int32

GetStatus returns the Status field value

func (*ProjectDateDataResponse) GetStatusOk

func (o *ProjectDateDataResponse) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ProjectDateDataResponse) GetTrackId

func (o *ProjectDateDataResponse) GetTrackId() string

GetTrackId returns the TrackId field value

func (*ProjectDateDataResponse) GetTrackIdOk

func (o *ProjectDateDataResponse) GetTrackIdOk() (*string, bool)

GetTrackIdOk returns a tuple with the TrackId field value and a boolean to check if the value has been set.

func (*ProjectDateDataResponse) GetValidationErrors

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*ProjectDateDataResponse) GetValidationErrorsOk

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectDateDataResponse) HasValidationErrors

func (o *ProjectDateDataResponse) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (ProjectDateDataResponse) MarshalJSON

func (o ProjectDateDataResponse) MarshalJSON() ([]byte, error)

func (*ProjectDateDataResponse) SetData

func (o *ProjectDateDataResponse) SetData(v []DateData)

SetData sets field value

func (*ProjectDateDataResponse) SetMessage

func (o *ProjectDateDataResponse) SetMessage(v string)

SetMessage sets field value

func (*ProjectDateDataResponse) SetProjectID

func (o *ProjectDateDataResponse) SetProjectID(v int64)

SetProjectID sets field value

func (*ProjectDateDataResponse) SetProjectIdentifier

func (o *ProjectDateDataResponse) SetProjectIdentifier(v string)

SetProjectIdentifier sets field value

func (*ProjectDateDataResponse) SetStatus

func (o *ProjectDateDataResponse) SetStatus(v int32)

SetStatus sets field value

func (*ProjectDateDataResponse) SetTrackId

func (o *ProjectDateDataResponse) SetTrackId(v string)

SetTrackId sets field value

func (*ProjectDateDataResponse) SetValidationErrors

SetValidationErrors gets a reference to the given ProjectDateDataResponseValidationErrors and assigns it to the ValidationErrors field.

func (ProjectDateDataResponse) ToMap

func (o ProjectDateDataResponse) ToMap() (map[string]interface{}, error)

func (*ProjectDateDataResponse) UnmarshalJSON

func (o *ProjectDateDataResponse) UnmarshalJSON(data []byte) (err error)

type ProjectDateDataResponseValidationErrors

type ProjectDateDataResponseValidationErrors struct {
	ArrayOfString     *[]string
	MapmapOfStringAny *map[string]interface{}
	String            *string
}

ProjectDateDataResponseValidationErrors - struct for ProjectDateDataResponseValidationErrors

func ArrayOfStringAsProjectDateDataResponseValidationErrors

func ArrayOfStringAsProjectDateDataResponseValidationErrors(v *[]string) ProjectDateDataResponseValidationErrors

[]stringAsProjectDateDataResponseValidationErrors is a convenience function that returns []string wrapped in ProjectDateDataResponseValidationErrors

func MapmapOfStringAnyAsProjectDateDataResponseValidationErrors

func MapmapOfStringAnyAsProjectDateDataResponseValidationErrors(v *map[string]interface{}) ProjectDateDataResponseValidationErrors

map[string]interface{}AsProjectDateDataResponseValidationErrors is a convenience function that returns map[string]interface{} wrapped in ProjectDateDataResponseValidationErrors

func StringAsProjectDateDataResponseValidationErrors

func StringAsProjectDateDataResponseValidationErrors(v *string) ProjectDateDataResponseValidationErrors

stringAsProjectDateDataResponseValidationErrors is a convenience function that returns string wrapped in ProjectDateDataResponseValidationErrors

func (*ProjectDateDataResponseValidationErrors) GetActualInstance

func (obj *ProjectDateDataResponseValidationErrors) GetActualInstance() interface{}

Get the actual instance

func (ProjectDateDataResponseValidationErrors) GetActualInstanceValue

func (obj ProjectDateDataResponseValidationErrors) GetActualInstanceValue() interface{}

Get the actual instance value

func (ProjectDateDataResponseValidationErrors) MarshalJSON

func (src ProjectDateDataResponseValidationErrors) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ProjectDateDataResponseValidationErrors) UnmarshalJSON

func (dst *ProjectDateDataResponseValidationErrors) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type RetrieveProject200Response

type RetrieveProject200Response struct {
	Id                              *int32                                         `json:"id,omitempty"`
	Name                            *string                                        `json:"name,omitempty"`
	CustomerName                    *string                                        `json:"customerName,omitempty"`
	CustomerPhoneNumber             *string                                        `json:"customerPhoneNumber,omitempty"`
	CustomerEmail                   *string                                        `json:"customerEmail,omitempty"`
	Status                          *string                                        `json:"status,omitempty"`
	ProjectType                     *string                                        `json:"projectType,omitempty"`
	PropertyType                    *string                                        `json:"propertyType,omitempty"`
	Location                        *string                                        `json:"location,omitempty"`
	Address                         *string                                        `json:"address,omitempty"`
	Address1                        *string                                        `json:"address1,omitempty"`
	Address2                        interface{}                                    `json:"address2,omitempty"`
	City                            *string                                        `json:"city,omitempty"`
	State                           *string                                        `json:"state,omitempty"`
	ZipCode                         *string                                        `json:"zipCode,omitempty"`
	Country                         *string                                        `json:"country,omitempty"`
	Longitude                       *float32                                       `json:"longitude,omitempty"`
	Latitude                        *float32                                       `json:"latitude,omitempty"`
	ReferralSource                  *string                                        `json:"referralSource,omitempty"`
	InsuranceClaimNumber            interface{}                                    `json:"insuranceClaimNumber,omitempty"`
	EstimatedRevenue                interface{}                                    `json:"estimatedRevenue,omitempty"`
	BudgetRevenue                   interface{}                                    `json:"budgetRevenue,omitempty"`
	ActualRevenue                   interface{}                                    `json:"actualRevenue,omitempty"`
	PaidAmount                      interface{}                                    `json:"paidAmount,omitempty"`
	TotalCogs                       interface{}                                    `json:"totalCogs,omitempty"`
	GrossMargin                     interface{}                                    `json:"grossMargin,omitempty"`
	GrossProfit                     *float32                                       `json:"grossProfit,omitempty"`
	BudgetedGrossMargin             interface{}                                    `json:"budgetedGrossMargin,omitempty"`
	ProjectBilledPercent            interface{}                                    `json:"projectBilledPercent,omitempty"`
	ProjectLostCause                interface{}                                    `json:"projectLostCause,omitempty"`
	SalesPerson                     interface{}                                    `json:"salesPerson,omitempty"`
	SalesPersonPhoneNumber          interface{}                                    `json:"salesPersonPhoneNumber,omitempty"`
	SalesPersonEmail                interface{}                                    `json:"salesPersonEmail,omitempty"`
	ProjectManager                  *string                                        `json:"projectManager,omitempty"`
	ProjectManagerPhoneNumber       *string                                        `json:"projectManagerPhoneNumber,omitempty"`
	ProjectManagerEmail             *string                                        `json:"projectManagerEmail,omitempty"`
	ReferrerName                    interface{}                                    `json:"referrerName,omitempty"`
	ReferrerPhoneNumber             interface{}                                    `json:"referrerPhoneNumber,omitempty"`
	ReferrerEmail                   interface{}                                    `json:"referrerEmail,omitempty"`
	ReferrerOrganizationName        interface{}                                    `json:"referrerOrganizationName,omitempty"`
	ReferrerOrganizationPhoneNumber interface{}                                    `json:"referrerOrganizationPhoneNumber,omitempty"`
	ReferrerOrganizationEmail       interface{}                                    `json:"referrerOrganizationEmail,omitempty"`
	ReferrerContactName             interface{}                                    `json:"referrerContactName,omitempty"`
	ReferrerContactPhoneNumber      interface{}                                    `json:"referrerContactPhoneNumber,omitempty"`
	ReferrerContactEmail            interface{}                                    `json:"referrerContactEmail,omitempty"`
	Closed                          *string                                        `json:"closed,omitempty"`
	CreatedAt                       *string                                        `json:"createdAt,omitempty"`
	UpdatedAt                       *string                                        `json:"updatedAt,omitempty"`
	ImageLossUrl                    interface{}                                    `json:"imageLossUrl,omitempty"`
	LinkedProject                   []RetrieveProject200ResponseLinkedProjectInner `json:"linkedProject,omitempty"`
	AdditionalProperties            map[string]interface{}
}

RetrieveProject200Response struct for RetrieveProject200Response

func NewRetrieveProject200Response

func NewRetrieveProject200Response() *RetrieveProject200Response

NewRetrieveProject200Response instantiates a new RetrieveProject200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRetrieveProject200ResponseWithDefaults

func NewRetrieveProject200ResponseWithDefaults() *RetrieveProject200Response

NewRetrieveProject200ResponseWithDefaults instantiates a new RetrieveProject200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RetrieveProject200Response) GetActualRevenue

func (o *RetrieveProject200Response) GetActualRevenue() interface{}

GetActualRevenue returns the ActualRevenue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200Response) GetActualRevenueOk

func (o *RetrieveProject200Response) GetActualRevenueOk() (*interface{}, bool)

GetActualRevenueOk returns a tuple with the ActualRevenue 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 (*RetrieveProject200Response) GetAddress

func (o *RetrieveProject200Response) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetAddress1

func (o *RetrieveProject200Response) GetAddress1() string

GetAddress1 returns the Address1 field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetAddress1Ok

func (o *RetrieveProject200Response) GetAddress1Ok() (*string, bool)

GetAddress1Ok returns a tuple with the Address1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) GetAddress2

func (o *RetrieveProject200Response) GetAddress2() interface{}

GetAddress2 returns the Address2 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200Response) GetAddress2Ok

func (o *RetrieveProject200Response) GetAddress2Ok() (*interface{}, bool)

GetAddress2Ok returns a tuple with the Address2 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 (*RetrieveProject200Response) GetAddressOk

func (o *RetrieveProject200Response) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) GetBudgetRevenue

func (o *RetrieveProject200Response) GetBudgetRevenue() interface{}

GetBudgetRevenue returns the BudgetRevenue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200Response) GetBudgetRevenueOk

func (o *RetrieveProject200Response) GetBudgetRevenueOk() (*interface{}, bool)

GetBudgetRevenueOk returns a tuple with the BudgetRevenue 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 (*RetrieveProject200Response) GetBudgetedGrossMargin

func (o *RetrieveProject200Response) GetBudgetedGrossMargin() interface{}

GetBudgetedGrossMargin returns the BudgetedGrossMargin field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200Response) GetBudgetedGrossMarginOk

func (o *RetrieveProject200Response) GetBudgetedGrossMarginOk() (*interface{}, bool)

GetBudgetedGrossMarginOk returns a tuple with the BudgetedGrossMargin 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 (*RetrieveProject200Response) GetCity

func (o *RetrieveProject200Response) GetCity() string

GetCity returns the City field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetCityOk

func (o *RetrieveProject200Response) GetCityOk() (*string, bool)

GetCityOk returns a tuple with the City field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) GetClosed

func (o *RetrieveProject200Response) GetClosed() string

GetClosed returns the Closed field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetClosedOk

func (o *RetrieveProject200Response) GetClosedOk() (*string, bool)

GetClosedOk returns a tuple with the Closed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) GetCountry

func (o *RetrieveProject200Response) GetCountry() string

GetCountry returns the Country field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetCountryOk

func (o *RetrieveProject200Response) GetCountryOk() (*string, bool)

GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) GetCreatedAt

func (o *RetrieveProject200Response) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetCreatedAtOk

func (o *RetrieveProject200Response) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) GetCustomerEmail

func (o *RetrieveProject200Response) GetCustomerEmail() string

GetCustomerEmail returns the CustomerEmail field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetCustomerEmailOk

func (o *RetrieveProject200Response) GetCustomerEmailOk() (*string, bool)

GetCustomerEmailOk returns a tuple with the CustomerEmail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) GetCustomerName

func (o *RetrieveProject200Response) GetCustomerName() string

GetCustomerName returns the CustomerName field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetCustomerNameOk

func (o *RetrieveProject200Response) GetCustomerNameOk() (*string, bool)

GetCustomerNameOk returns a tuple with the CustomerName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) GetCustomerPhoneNumber

func (o *RetrieveProject200Response) GetCustomerPhoneNumber() string

GetCustomerPhoneNumber returns the CustomerPhoneNumber field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetCustomerPhoneNumberOk

func (o *RetrieveProject200Response) GetCustomerPhoneNumberOk() (*string, bool)

GetCustomerPhoneNumberOk returns a tuple with the CustomerPhoneNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) GetEstimatedRevenue

func (o *RetrieveProject200Response) GetEstimatedRevenue() interface{}

GetEstimatedRevenue returns the EstimatedRevenue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200Response) GetEstimatedRevenueOk

func (o *RetrieveProject200Response) GetEstimatedRevenueOk() (*interface{}, bool)

GetEstimatedRevenueOk returns a tuple with the EstimatedRevenue 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 (*RetrieveProject200Response) GetGrossMargin

func (o *RetrieveProject200Response) GetGrossMargin() interface{}

GetGrossMargin returns the GrossMargin field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200Response) GetGrossMarginOk

func (o *RetrieveProject200Response) GetGrossMarginOk() (*interface{}, bool)

GetGrossMarginOk returns a tuple with the GrossMargin 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 (*RetrieveProject200Response) GetGrossProfit

func (o *RetrieveProject200Response) GetGrossProfit() float32

GetGrossProfit returns the GrossProfit field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetGrossProfitOk

func (o *RetrieveProject200Response) GetGrossProfitOk() (*float32, bool)

GetGrossProfitOk returns a tuple with the GrossProfit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) GetId

func (o *RetrieveProject200Response) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetIdOk

func (o *RetrieveProject200Response) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) GetImageLossUrl

func (o *RetrieveProject200Response) GetImageLossUrl() interface{}

GetImageLossUrl returns the ImageLossUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200Response) GetImageLossUrlOk

func (o *RetrieveProject200Response) GetImageLossUrlOk() (*interface{}, bool)

GetImageLossUrlOk returns a tuple with the ImageLossUrl 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 (*RetrieveProject200Response) GetInsuranceClaimNumber

func (o *RetrieveProject200Response) GetInsuranceClaimNumber() interface{}

GetInsuranceClaimNumber returns the InsuranceClaimNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200Response) GetInsuranceClaimNumberOk

func (o *RetrieveProject200Response) GetInsuranceClaimNumberOk() (*interface{}, bool)

GetInsuranceClaimNumberOk returns a tuple with the InsuranceClaimNumber 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 (*RetrieveProject200Response) GetLatitude

func (o *RetrieveProject200Response) GetLatitude() float32

GetLatitude returns the Latitude field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetLatitudeOk

func (o *RetrieveProject200Response) GetLatitudeOk() (*float32, bool)

GetLatitudeOk returns a tuple with the Latitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) GetLinkedProject

GetLinkedProject returns the LinkedProject field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetLinkedProjectOk

GetLinkedProjectOk returns a tuple with the LinkedProject field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) GetLocation

func (o *RetrieveProject200Response) GetLocation() string

GetLocation returns the Location field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetLocationOk

func (o *RetrieveProject200Response) GetLocationOk() (*string, 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.

func (*RetrieveProject200Response) GetLongitude

func (o *RetrieveProject200Response) GetLongitude() float32

GetLongitude returns the Longitude field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetLongitudeOk

func (o *RetrieveProject200Response) GetLongitudeOk() (*float32, bool)

GetLongitudeOk returns a tuple with the Longitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) GetName

func (o *RetrieveProject200Response) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetNameOk

func (o *RetrieveProject200Response) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) GetPaidAmount

func (o *RetrieveProject200Response) GetPaidAmount() interface{}

GetPaidAmount returns the PaidAmount field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200Response) GetPaidAmountOk

func (o *RetrieveProject200Response) GetPaidAmountOk() (*interface{}, bool)

GetPaidAmountOk returns a tuple with the PaidAmount 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 (*RetrieveProject200Response) GetProjectBilledPercent

func (o *RetrieveProject200Response) GetProjectBilledPercent() interface{}

GetProjectBilledPercent returns the ProjectBilledPercent field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200Response) GetProjectBilledPercentOk

func (o *RetrieveProject200Response) GetProjectBilledPercentOk() (*interface{}, bool)

GetProjectBilledPercentOk returns a tuple with the ProjectBilledPercent 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 (*RetrieveProject200Response) GetProjectLostCause

func (o *RetrieveProject200Response) GetProjectLostCause() interface{}

GetProjectLostCause returns the ProjectLostCause field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200Response) GetProjectLostCauseOk

func (o *RetrieveProject200Response) GetProjectLostCauseOk() (*interface{}, bool)

GetProjectLostCauseOk returns a tuple with the ProjectLostCause 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 (*RetrieveProject200Response) GetProjectManager

func (o *RetrieveProject200Response) GetProjectManager() string

GetProjectManager returns the ProjectManager field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetProjectManagerEmail

func (o *RetrieveProject200Response) GetProjectManagerEmail() string

GetProjectManagerEmail returns the ProjectManagerEmail field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetProjectManagerEmailOk

func (o *RetrieveProject200Response) GetProjectManagerEmailOk() (*string, bool)

GetProjectManagerEmailOk returns a tuple with the ProjectManagerEmail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) GetProjectManagerOk

func (o *RetrieveProject200Response) GetProjectManagerOk() (*string, bool)

GetProjectManagerOk returns a tuple with the ProjectManager field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) GetProjectManagerPhoneNumber

func (o *RetrieveProject200Response) GetProjectManagerPhoneNumber() string

GetProjectManagerPhoneNumber returns the ProjectManagerPhoneNumber field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetProjectManagerPhoneNumberOk

func (o *RetrieveProject200Response) GetProjectManagerPhoneNumberOk() (*string, bool)

GetProjectManagerPhoneNumberOk returns a tuple with the ProjectManagerPhoneNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) GetProjectType

func (o *RetrieveProject200Response) GetProjectType() string

GetProjectType returns the ProjectType field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetProjectTypeOk

func (o *RetrieveProject200Response) GetProjectTypeOk() (*string, bool)

GetProjectTypeOk returns a tuple with the ProjectType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) GetPropertyType

func (o *RetrieveProject200Response) GetPropertyType() string

GetPropertyType returns the PropertyType field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetPropertyTypeOk

func (o *RetrieveProject200Response) GetPropertyTypeOk() (*string, bool)

GetPropertyTypeOk returns a tuple with the PropertyType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) GetReferralSource

func (o *RetrieveProject200Response) GetReferralSource() string

GetReferralSource returns the ReferralSource field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetReferralSourceOk

func (o *RetrieveProject200Response) GetReferralSourceOk() (*string, bool)

GetReferralSourceOk returns a tuple with the ReferralSource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) GetReferrerContactEmail

func (o *RetrieveProject200Response) GetReferrerContactEmail() interface{}

GetReferrerContactEmail returns the ReferrerContactEmail field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200Response) GetReferrerContactEmailOk

func (o *RetrieveProject200Response) GetReferrerContactEmailOk() (*interface{}, bool)

GetReferrerContactEmailOk returns a tuple with the ReferrerContactEmail 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 (*RetrieveProject200Response) GetReferrerContactName

func (o *RetrieveProject200Response) GetReferrerContactName() interface{}

GetReferrerContactName returns the ReferrerContactName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200Response) GetReferrerContactNameOk

func (o *RetrieveProject200Response) GetReferrerContactNameOk() (*interface{}, bool)

GetReferrerContactNameOk returns a tuple with the ReferrerContactName 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 (*RetrieveProject200Response) GetReferrerContactPhoneNumber

func (o *RetrieveProject200Response) GetReferrerContactPhoneNumber() interface{}

GetReferrerContactPhoneNumber returns the ReferrerContactPhoneNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200Response) GetReferrerContactPhoneNumberOk

func (o *RetrieveProject200Response) GetReferrerContactPhoneNumberOk() (*interface{}, bool)

GetReferrerContactPhoneNumberOk returns a tuple with the ReferrerContactPhoneNumber 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 (*RetrieveProject200Response) GetReferrerEmail

func (o *RetrieveProject200Response) GetReferrerEmail() interface{}

GetReferrerEmail returns the ReferrerEmail field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200Response) GetReferrerEmailOk

func (o *RetrieveProject200Response) GetReferrerEmailOk() (*interface{}, bool)

GetReferrerEmailOk returns a tuple with the ReferrerEmail 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 (*RetrieveProject200Response) GetReferrerName

func (o *RetrieveProject200Response) GetReferrerName() interface{}

GetReferrerName returns the ReferrerName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200Response) GetReferrerNameOk

func (o *RetrieveProject200Response) GetReferrerNameOk() (*interface{}, bool)

GetReferrerNameOk returns a tuple with the ReferrerName 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 (*RetrieveProject200Response) GetReferrerOrganizationEmail

func (o *RetrieveProject200Response) GetReferrerOrganizationEmail() interface{}

GetReferrerOrganizationEmail returns the ReferrerOrganizationEmail field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200Response) GetReferrerOrganizationEmailOk

func (o *RetrieveProject200Response) GetReferrerOrganizationEmailOk() (*interface{}, bool)

GetReferrerOrganizationEmailOk returns a tuple with the ReferrerOrganizationEmail 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 (*RetrieveProject200Response) GetReferrerOrganizationName

func (o *RetrieveProject200Response) GetReferrerOrganizationName() interface{}

GetReferrerOrganizationName returns the ReferrerOrganizationName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200Response) GetReferrerOrganizationNameOk

func (o *RetrieveProject200Response) GetReferrerOrganizationNameOk() (*interface{}, bool)

GetReferrerOrganizationNameOk returns a tuple with the ReferrerOrganizationName 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 (*RetrieveProject200Response) GetReferrerOrganizationPhoneNumber

func (o *RetrieveProject200Response) GetReferrerOrganizationPhoneNumber() interface{}

GetReferrerOrganizationPhoneNumber returns the ReferrerOrganizationPhoneNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200Response) GetReferrerOrganizationPhoneNumberOk

func (o *RetrieveProject200Response) GetReferrerOrganizationPhoneNumberOk() (*interface{}, bool)

GetReferrerOrganizationPhoneNumberOk returns a tuple with the ReferrerOrganizationPhoneNumber 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 (*RetrieveProject200Response) GetReferrerPhoneNumber

func (o *RetrieveProject200Response) GetReferrerPhoneNumber() interface{}

GetReferrerPhoneNumber returns the ReferrerPhoneNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200Response) GetReferrerPhoneNumberOk

func (o *RetrieveProject200Response) GetReferrerPhoneNumberOk() (*interface{}, bool)

GetReferrerPhoneNumberOk returns a tuple with the ReferrerPhoneNumber 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 (*RetrieveProject200Response) GetSalesPerson

func (o *RetrieveProject200Response) GetSalesPerson() interface{}

GetSalesPerson returns the SalesPerson field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200Response) GetSalesPersonEmail

func (o *RetrieveProject200Response) GetSalesPersonEmail() interface{}

GetSalesPersonEmail returns the SalesPersonEmail field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200Response) GetSalesPersonEmailOk

func (o *RetrieveProject200Response) GetSalesPersonEmailOk() (*interface{}, bool)

GetSalesPersonEmailOk returns a tuple with the SalesPersonEmail 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 (*RetrieveProject200Response) GetSalesPersonOk

func (o *RetrieveProject200Response) GetSalesPersonOk() (*interface{}, bool)

GetSalesPersonOk returns a tuple with the SalesPerson 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 (*RetrieveProject200Response) GetSalesPersonPhoneNumber

func (o *RetrieveProject200Response) GetSalesPersonPhoneNumber() interface{}

GetSalesPersonPhoneNumber returns the SalesPersonPhoneNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200Response) GetSalesPersonPhoneNumberOk

func (o *RetrieveProject200Response) GetSalesPersonPhoneNumberOk() (*interface{}, bool)

GetSalesPersonPhoneNumberOk returns a tuple with the SalesPersonPhoneNumber 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 (*RetrieveProject200Response) GetState

func (o *RetrieveProject200Response) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetStateOk

func (o *RetrieveProject200Response) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) GetStatus

func (o *RetrieveProject200Response) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetStatusOk

func (o *RetrieveProject200Response) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) GetTotalCogs

func (o *RetrieveProject200Response) GetTotalCogs() interface{}

GetTotalCogs returns the TotalCogs field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200Response) GetTotalCogsOk

func (o *RetrieveProject200Response) GetTotalCogsOk() (*interface{}, bool)

GetTotalCogsOk returns a tuple with the TotalCogs 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 (*RetrieveProject200Response) GetUpdatedAt

func (o *RetrieveProject200Response) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetUpdatedAtOk

func (o *RetrieveProject200Response) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) GetZipCode

func (o *RetrieveProject200Response) GetZipCode() string

GetZipCode returns the ZipCode field value if set, zero value otherwise.

func (*RetrieveProject200Response) GetZipCodeOk

func (o *RetrieveProject200Response) GetZipCodeOk() (*string, bool)

GetZipCodeOk returns a tuple with the ZipCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200Response) HasActualRevenue

func (o *RetrieveProject200Response) HasActualRevenue() bool

HasActualRevenue returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasAddress

func (o *RetrieveProject200Response) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasAddress1

func (o *RetrieveProject200Response) HasAddress1() bool

HasAddress1 returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasAddress2

func (o *RetrieveProject200Response) HasAddress2() bool

HasAddress2 returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasBudgetRevenue

func (o *RetrieveProject200Response) HasBudgetRevenue() bool

HasBudgetRevenue returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasBudgetedGrossMargin

func (o *RetrieveProject200Response) HasBudgetedGrossMargin() bool

HasBudgetedGrossMargin returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasCity

func (o *RetrieveProject200Response) HasCity() bool

HasCity returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasClosed

func (o *RetrieveProject200Response) HasClosed() bool

HasClosed returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasCountry

func (o *RetrieveProject200Response) HasCountry() bool

HasCountry returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasCreatedAt

func (o *RetrieveProject200Response) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasCustomerEmail

func (o *RetrieveProject200Response) HasCustomerEmail() bool

HasCustomerEmail returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasCustomerName

func (o *RetrieveProject200Response) HasCustomerName() bool

HasCustomerName returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasCustomerPhoneNumber

func (o *RetrieveProject200Response) HasCustomerPhoneNumber() bool

HasCustomerPhoneNumber returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasEstimatedRevenue

func (o *RetrieveProject200Response) HasEstimatedRevenue() bool

HasEstimatedRevenue returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasGrossMargin

func (o *RetrieveProject200Response) HasGrossMargin() bool

HasGrossMargin returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasGrossProfit

func (o *RetrieveProject200Response) HasGrossProfit() bool

HasGrossProfit returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasId

func (o *RetrieveProject200Response) HasId() bool

HasId returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasImageLossUrl

func (o *RetrieveProject200Response) HasImageLossUrl() bool

HasImageLossUrl returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasInsuranceClaimNumber

func (o *RetrieveProject200Response) HasInsuranceClaimNumber() bool

HasInsuranceClaimNumber returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasLatitude

func (o *RetrieveProject200Response) HasLatitude() bool

HasLatitude returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasLinkedProject

func (o *RetrieveProject200Response) HasLinkedProject() bool

HasLinkedProject returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasLocation

func (o *RetrieveProject200Response) HasLocation() bool

HasLocation returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasLongitude

func (o *RetrieveProject200Response) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasName

func (o *RetrieveProject200Response) HasName() bool

HasName returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasPaidAmount

func (o *RetrieveProject200Response) HasPaidAmount() bool

HasPaidAmount returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasProjectBilledPercent

func (o *RetrieveProject200Response) HasProjectBilledPercent() bool

HasProjectBilledPercent returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasProjectLostCause

func (o *RetrieveProject200Response) HasProjectLostCause() bool

HasProjectLostCause returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasProjectManager

func (o *RetrieveProject200Response) HasProjectManager() bool

HasProjectManager returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasProjectManagerEmail

func (o *RetrieveProject200Response) HasProjectManagerEmail() bool

HasProjectManagerEmail returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasProjectManagerPhoneNumber

func (o *RetrieveProject200Response) HasProjectManagerPhoneNumber() bool

HasProjectManagerPhoneNumber returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasProjectType

func (o *RetrieveProject200Response) HasProjectType() bool

HasProjectType returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasPropertyType

func (o *RetrieveProject200Response) HasPropertyType() bool

HasPropertyType returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasReferralSource

func (o *RetrieveProject200Response) HasReferralSource() bool

HasReferralSource returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasReferrerContactEmail

func (o *RetrieveProject200Response) HasReferrerContactEmail() bool

HasReferrerContactEmail returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasReferrerContactName

func (o *RetrieveProject200Response) HasReferrerContactName() bool

HasReferrerContactName returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasReferrerContactPhoneNumber

func (o *RetrieveProject200Response) HasReferrerContactPhoneNumber() bool

HasReferrerContactPhoneNumber returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasReferrerEmail

func (o *RetrieveProject200Response) HasReferrerEmail() bool

HasReferrerEmail returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasReferrerName

func (o *RetrieveProject200Response) HasReferrerName() bool

HasReferrerName returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasReferrerOrganizationEmail

func (o *RetrieveProject200Response) HasReferrerOrganizationEmail() bool

HasReferrerOrganizationEmail returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasReferrerOrganizationName

func (o *RetrieveProject200Response) HasReferrerOrganizationName() bool

HasReferrerOrganizationName returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasReferrerOrganizationPhoneNumber

func (o *RetrieveProject200Response) HasReferrerOrganizationPhoneNumber() bool

HasReferrerOrganizationPhoneNumber returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasReferrerPhoneNumber

func (o *RetrieveProject200Response) HasReferrerPhoneNumber() bool

HasReferrerPhoneNumber returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasSalesPerson

func (o *RetrieveProject200Response) HasSalesPerson() bool

HasSalesPerson returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasSalesPersonEmail

func (o *RetrieveProject200Response) HasSalesPersonEmail() bool

HasSalesPersonEmail returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasSalesPersonPhoneNumber

func (o *RetrieveProject200Response) HasSalesPersonPhoneNumber() bool

HasSalesPersonPhoneNumber returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasState

func (o *RetrieveProject200Response) HasState() bool

HasState returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasStatus

func (o *RetrieveProject200Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasTotalCogs

func (o *RetrieveProject200Response) HasTotalCogs() bool

HasTotalCogs returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasUpdatedAt

func (o *RetrieveProject200Response) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*RetrieveProject200Response) HasZipCode

func (o *RetrieveProject200Response) HasZipCode() bool

HasZipCode returns a boolean if a field has been set.

func (RetrieveProject200Response) MarshalJSON

func (o RetrieveProject200Response) MarshalJSON() ([]byte, error)

func (*RetrieveProject200Response) SetActualRevenue

func (o *RetrieveProject200Response) SetActualRevenue(v interface{})

SetActualRevenue gets a reference to the given interface{} and assigns it to the ActualRevenue field.

func (*RetrieveProject200Response) SetAddress

func (o *RetrieveProject200Response) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*RetrieveProject200Response) SetAddress1

func (o *RetrieveProject200Response) SetAddress1(v string)

SetAddress1 gets a reference to the given string and assigns it to the Address1 field.

func (*RetrieveProject200Response) SetAddress2

func (o *RetrieveProject200Response) SetAddress2(v interface{})

SetAddress2 gets a reference to the given interface{} and assigns it to the Address2 field.

func (*RetrieveProject200Response) SetBudgetRevenue

func (o *RetrieveProject200Response) SetBudgetRevenue(v interface{})

SetBudgetRevenue gets a reference to the given interface{} and assigns it to the BudgetRevenue field.

func (*RetrieveProject200Response) SetBudgetedGrossMargin

func (o *RetrieveProject200Response) SetBudgetedGrossMargin(v interface{})

SetBudgetedGrossMargin gets a reference to the given interface{} and assigns it to the BudgetedGrossMargin field.

func (*RetrieveProject200Response) SetCity

func (o *RetrieveProject200Response) SetCity(v string)

SetCity gets a reference to the given string and assigns it to the City field.

func (*RetrieveProject200Response) SetClosed

func (o *RetrieveProject200Response) SetClosed(v string)

SetClosed gets a reference to the given string and assigns it to the Closed field.

func (*RetrieveProject200Response) SetCountry

func (o *RetrieveProject200Response) SetCountry(v string)

SetCountry gets a reference to the given string and assigns it to the Country field.

func (*RetrieveProject200Response) SetCreatedAt

func (o *RetrieveProject200Response) SetCreatedAt(v string)

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*RetrieveProject200Response) SetCustomerEmail

func (o *RetrieveProject200Response) SetCustomerEmail(v string)

SetCustomerEmail gets a reference to the given string and assigns it to the CustomerEmail field.

func (*RetrieveProject200Response) SetCustomerName

func (o *RetrieveProject200Response) SetCustomerName(v string)

SetCustomerName gets a reference to the given string and assigns it to the CustomerName field.

func (*RetrieveProject200Response) SetCustomerPhoneNumber

func (o *RetrieveProject200Response) SetCustomerPhoneNumber(v string)

SetCustomerPhoneNumber gets a reference to the given string and assigns it to the CustomerPhoneNumber field.

func (*RetrieveProject200Response) SetEstimatedRevenue

func (o *RetrieveProject200Response) SetEstimatedRevenue(v interface{})

SetEstimatedRevenue gets a reference to the given interface{} and assigns it to the EstimatedRevenue field.

func (*RetrieveProject200Response) SetGrossMargin

func (o *RetrieveProject200Response) SetGrossMargin(v interface{})

SetGrossMargin gets a reference to the given interface{} and assigns it to the GrossMargin field.

func (*RetrieveProject200Response) SetGrossProfit

func (o *RetrieveProject200Response) SetGrossProfit(v float32)

SetGrossProfit gets a reference to the given float32 and assigns it to the GrossProfit field.

func (*RetrieveProject200Response) SetId

func (o *RetrieveProject200Response) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*RetrieveProject200Response) SetImageLossUrl

func (o *RetrieveProject200Response) SetImageLossUrl(v interface{})

SetImageLossUrl gets a reference to the given interface{} and assigns it to the ImageLossUrl field.

func (*RetrieveProject200Response) SetInsuranceClaimNumber

func (o *RetrieveProject200Response) SetInsuranceClaimNumber(v interface{})

SetInsuranceClaimNumber gets a reference to the given interface{} and assigns it to the InsuranceClaimNumber field.

func (*RetrieveProject200Response) SetLatitude

func (o *RetrieveProject200Response) SetLatitude(v float32)

SetLatitude gets a reference to the given float32 and assigns it to the Latitude field.

func (*RetrieveProject200Response) SetLinkedProject

SetLinkedProject gets a reference to the given []RetrieveProject200ResponseLinkedProjectInner and assigns it to the LinkedProject field.

func (*RetrieveProject200Response) SetLocation

func (o *RetrieveProject200Response) SetLocation(v string)

SetLocation gets a reference to the given string and assigns it to the Location field.

func (*RetrieveProject200Response) SetLongitude

func (o *RetrieveProject200Response) SetLongitude(v float32)

SetLongitude gets a reference to the given float32 and assigns it to the Longitude field.

func (*RetrieveProject200Response) SetName

func (o *RetrieveProject200Response) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RetrieveProject200Response) SetPaidAmount

func (o *RetrieveProject200Response) SetPaidAmount(v interface{})

SetPaidAmount gets a reference to the given interface{} and assigns it to the PaidAmount field.

func (*RetrieveProject200Response) SetProjectBilledPercent

func (o *RetrieveProject200Response) SetProjectBilledPercent(v interface{})

SetProjectBilledPercent gets a reference to the given interface{} and assigns it to the ProjectBilledPercent field.

func (*RetrieveProject200Response) SetProjectLostCause

func (o *RetrieveProject200Response) SetProjectLostCause(v interface{})

SetProjectLostCause gets a reference to the given interface{} and assigns it to the ProjectLostCause field.

func (*RetrieveProject200Response) SetProjectManager

func (o *RetrieveProject200Response) SetProjectManager(v string)

SetProjectManager gets a reference to the given string and assigns it to the ProjectManager field.

func (*RetrieveProject200Response) SetProjectManagerEmail

func (o *RetrieveProject200Response) SetProjectManagerEmail(v string)

SetProjectManagerEmail gets a reference to the given string and assigns it to the ProjectManagerEmail field.

func (*RetrieveProject200Response) SetProjectManagerPhoneNumber

func (o *RetrieveProject200Response) SetProjectManagerPhoneNumber(v string)

SetProjectManagerPhoneNumber gets a reference to the given string and assigns it to the ProjectManagerPhoneNumber field.

func (*RetrieveProject200Response) SetProjectType

func (o *RetrieveProject200Response) SetProjectType(v string)

SetProjectType gets a reference to the given string and assigns it to the ProjectType field.

func (*RetrieveProject200Response) SetPropertyType

func (o *RetrieveProject200Response) SetPropertyType(v string)

SetPropertyType gets a reference to the given string and assigns it to the PropertyType field.

func (*RetrieveProject200Response) SetReferralSource

func (o *RetrieveProject200Response) SetReferralSource(v string)

SetReferralSource gets a reference to the given string and assigns it to the ReferralSource field.

func (*RetrieveProject200Response) SetReferrerContactEmail

func (o *RetrieveProject200Response) SetReferrerContactEmail(v interface{})

SetReferrerContactEmail gets a reference to the given interface{} and assigns it to the ReferrerContactEmail field.

func (*RetrieveProject200Response) SetReferrerContactName

func (o *RetrieveProject200Response) SetReferrerContactName(v interface{})

SetReferrerContactName gets a reference to the given interface{} and assigns it to the ReferrerContactName field.

func (*RetrieveProject200Response) SetReferrerContactPhoneNumber

func (o *RetrieveProject200Response) SetReferrerContactPhoneNumber(v interface{})

SetReferrerContactPhoneNumber gets a reference to the given interface{} and assigns it to the ReferrerContactPhoneNumber field.

func (*RetrieveProject200Response) SetReferrerEmail

func (o *RetrieveProject200Response) SetReferrerEmail(v interface{})

SetReferrerEmail gets a reference to the given interface{} and assigns it to the ReferrerEmail field.

func (*RetrieveProject200Response) SetReferrerName

func (o *RetrieveProject200Response) SetReferrerName(v interface{})

SetReferrerName gets a reference to the given interface{} and assigns it to the ReferrerName field.

func (*RetrieveProject200Response) SetReferrerOrganizationEmail

func (o *RetrieveProject200Response) SetReferrerOrganizationEmail(v interface{})

SetReferrerOrganizationEmail gets a reference to the given interface{} and assigns it to the ReferrerOrganizationEmail field.

func (*RetrieveProject200Response) SetReferrerOrganizationName

func (o *RetrieveProject200Response) SetReferrerOrganizationName(v interface{})

SetReferrerOrganizationName gets a reference to the given interface{} and assigns it to the ReferrerOrganizationName field.

func (*RetrieveProject200Response) SetReferrerOrganizationPhoneNumber

func (o *RetrieveProject200Response) SetReferrerOrganizationPhoneNumber(v interface{})

SetReferrerOrganizationPhoneNumber gets a reference to the given interface{} and assigns it to the ReferrerOrganizationPhoneNumber field.

func (*RetrieveProject200Response) SetReferrerPhoneNumber

func (o *RetrieveProject200Response) SetReferrerPhoneNumber(v interface{})

SetReferrerPhoneNumber gets a reference to the given interface{} and assigns it to the ReferrerPhoneNumber field.

func (*RetrieveProject200Response) SetSalesPerson

func (o *RetrieveProject200Response) SetSalesPerson(v interface{})

SetSalesPerson gets a reference to the given interface{} and assigns it to the SalesPerson field.

func (*RetrieveProject200Response) SetSalesPersonEmail

func (o *RetrieveProject200Response) SetSalesPersonEmail(v interface{})

SetSalesPersonEmail gets a reference to the given interface{} and assigns it to the SalesPersonEmail field.

func (*RetrieveProject200Response) SetSalesPersonPhoneNumber

func (o *RetrieveProject200Response) SetSalesPersonPhoneNumber(v interface{})

SetSalesPersonPhoneNumber gets a reference to the given interface{} and assigns it to the SalesPersonPhoneNumber field.

func (*RetrieveProject200Response) SetState

func (o *RetrieveProject200Response) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*RetrieveProject200Response) SetStatus

func (o *RetrieveProject200Response) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*RetrieveProject200Response) SetTotalCogs

func (o *RetrieveProject200Response) SetTotalCogs(v interface{})

SetTotalCogs gets a reference to the given interface{} and assigns it to the TotalCogs field.

func (*RetrieveProject200Response) SetUpdatedAt

func (o *RetrieveProject200Response) SetUpdatedAt(v string)

SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.

func (*RetrieveProject200Response) SetZipCode

func (o *RetrieveProject200Response) SetZipCode(v string)

SetZipCode gets a reference to the given string and assigns it to the ZipCode field.

func (RetrieveProject200Response) ToMap

func (o RetrieveProject200Response) ToMap() (map[string]interface{}, error)

func (*RetrieveProject200Response) UnmarshalJSON

func (o *RetrieveProject200Response) UnmarshalJSON(data []byte) (err error)

type RetrieveProject200ResponseLinkedProjectInner

type RetrieveProject200ResponseLinkedProjectInner struct {
	Id                    *int32      `json:"id,omitempty"`
	ProjectName           *string     `json:"projectName,omitempty"`
	LinkedProjectId       *int32      `json:"linkedProjectId,omitempty"`
	LinkedProjectName     *string     `json:"linkedProjectName,omitempty"`
	Type                  *string     `json:"type,omitempty"`
	SubType               interface{} `json:"subType,omitempty"`
	InsurancePolicy       interface{} `json:"insurancePolicy,omitempty"`
	LossAdjusterReference interface{} `json:"lossAdjusterReference,omitempty"`
	Notes                 interface{} `json:"notes,omitempty"`
	AdditionalProperties  map[string]interface{}
}

RetrieveProject200ResponseLinkedProjectInner struct for RetrieveProject200ResponseLinkedProjectInner

func NewRetrieveProject200ResponseLinkedProjectInner

func NewRetrieveProject200ResponseLinkedProjectInner() *RetrieveProject200ResponseLinkedProjectInner

NewRetrieveProject200ResponseLinkedProjectInner instantiates a new RetrieveProject200ResponseLinkedProjectInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRetrieveProject200ResponseLinkedProjectInnerWithDefaults

func NewRetrieveProject200ResponseLinkedProjectInnerWithDefaults() *RetrieveProject200ResponseLinkedProjectInner

NewRetrieveProject200ResponseLinkedProjectInnerWithDefaults instantiates a new RetrieveProject200ResponseLinkedProjectInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RetrieveProject200ResponseLinkedProjectInner) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*RetrieveProject200ResponseLinkedProjectInner) GetIdOk

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200ResponseLinkedProjectInner) GetInsurancePolicy

func (o *RetrieveProject200ResponseLinkedProjectInner) GetInsurancePolicy() interface{}

GetInsurancePolicy returns the InsurancePolicy field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200ResponseLinkedProjectInner) GetInsurancePolicyOk

func (o *RetrieveProject200ResponseLinkedProjectInner) GetInsurancePolicyOk() (*interface{}, bool)

GetInsurancePolicyOk returns a tuple with the InsurancePolicy 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 (*RetrieveProject200ResponseLinkedProjectInner) GetLinkedProjectId

func (o *RetrieveProject200ResponseLinkedProjectInner) GetLinkedProjectId() int32

GetLinkedProjectId returns the LinkedProjectId field value if set, zero value otherwise.

func (*RetrieveProject200ResponseLinkedProjectInner) GetLinkedProjectIdOk

func (o *RetrieveProject200ResponseLinkedProjectInner) GetLinkedProjectIdOk() (*int32, bool)

GetLinkedProjectIdOk returns a tuple with the LinkedProjectId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200ResponseLinkedProjectInner) GetLinkedProjectName

func (o *RetrieveProject200ResponseLinkedProjectInner) GetLinkedProjectName() string

GetLinkedProjectName returns the LinkedProjectName field value if set, zero value otherwise.

func (*RetrieveProject200ResponseLinkedProjectInner) GetLinkedProjectNameOk

func (o *RetrieveProject200ResponseLinkedProjectInner) GetLinkedProjectNameOk() (*string, bool)

GetLinkedProjectNameOk returns a tuple with the LinkedProjectName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200ResponseLinkedProjectInner) GetLossAdjusterReference

func (o *RetrieveProject200ResponseLinkedProjectInner) GetLossAdjusterReference() interface{}

GetLossAdjusterReference returns the LossAdjusterReference field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200ResponseLinkedProjectInner) GetLossAdjusterReferenceOk

func (o *RetrieveProject200ResponseLinkedProjectInner) GetLossAdjusterReferenceOk() (*interface{}, bool)

GetLossAdjusterReferenceOk returns a tuple with the LossAdjusterReference 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 (*RetrieveProject200ResponseLinkedProjectInner) GetNotes

func (o *RetrieveProject200ResponseLinkedProjectInner) GetNotes() interface{}

GetNotes returns the Notes field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200ResponseLinkedProjectInner) GetNotesOk

func (o *RetrieveProject200ResponseLinkedProjectInner) GetNotesOk() (*interface{}, bool)

GetNotesOk returns a tuple with the Notes 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 (*RetrieveProject200ResponseLinkedProjectInner) GetProjectName

GetProjectName returns the ProjectName field value if set, zero value otherwise.

func (*RetrieveProject200ResponseLinkedProjectInner) GetProjectNameOk

func (o *RetrieveProject200ResponseLinkedProjectInner) GetProjectNameOk() (*string, bool)

GetProjectNameOk returns a tuple with the ProjectName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200ResponseLinkedProjectInner) GetSubType

func (o *RetrieveProject200ResponseLinkedProjectInner) GetSubType() interface{}

GetSubType returns the SubType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetrieveProject200ResponseLinkedProjectInner) GetSubTypeOk

func (o *RetrieveProject200ResponseLinkedProjectInner) GetSubTypeOk() (*interface{}, bool)

GetSubTypeOk returns a tuple with the SubType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RetrieveProject200ResponseLinkedProjectInner) GetType

GetType returns the Type field value if set, zero value otherwise.

func (*RetrieveProject200ResponseLinkedProjectInner) GetTypeOk

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetrieveProject200ResponseLinkedProjectInner) HasId

HasId returns a boolean if a field has been set.

func (*RetrieveProject200ResponseLinkedProjectInner) HasInsurancePolicy

func (o *RetrieveProject200ResponseLinkedProjectInner) HasInsurancePolicy() bool

HasInsurancePolicy returns a boolean if a field has been set.

func (*RetrieveProject200ResponseLinkedProjectInner) HasLinkedProjectId

func (o *RetrieveProject200ResponseLinkedProjectInner) HasLinkedProjectId() bool

HasLinkedProjectId returns a boolean if a field has been set.

func (*RetrieveProject200ResponseLinkedProjectInner) HasLinkedProjectName

func (o *RetrieveProject200ResponseLinkedProjectInner) HasLinkedProjectName() bool

HasLinkedProjectName returns a boolean if a field has been set.

func (*RetrieveProject200ResponseLinkedProjectInner) HasLossAdjusterReference

func (o *RetrieveProject200ResponseLinkedProjectInner) HasLossAdjusterReference() bool

HasLossAdjusterReference returns a boolean if a field has been set.

func (*RetrieveProject200ResponseLinkedProjectInner) HasNotes

HasNotes returns a boolean if a field has been set.

func (*RetrieveProject200ResponseLinkedProjectInner) HasProjectName

HasProjectName returns a boolean if a field has been set.

func (*RetrieveProject200ResponseLinkedProjectInner) HasSubType

HasSubType returns a boolean if a field has been set.

func (*RetrieveProject200ResponseLinkedProjectInner) HasType

HasType returns a boolean if a field has been set.

func (RetrieveProject200ResponseLinkedProjectInner) MarshalJSON

func (*RetrieveProject200ResponseLinkedProjectInner) SetId

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*RetrieveProject200ResponseLinkedProjectInner) SetInsurancePolicy

func (o *RetrieveProject200ResponseLinkedProjectInner) SetInsurancePolicy(v interface{})

SetInsurancePolicy gets a reference to the given interface{} and assigns it to the InsurancePolicy field.

func (*RetrieveProject200ResponseLinkedProjectInner) SetLinkedProjectId

func (o *RetrieveProject200ResponseLinkedProjectInner) SetLinkedProjectId(v int32)

SetLinkedProjectId gets a reference to the given int32 and assigns it to the LinkedProjectId field.

func (*RetrieveProject200ResponseLinkedProjectInner) SetLinkedProjectName

func (o *RetrieveProject200ResponseLinkedProjectInner) SetLinkedProjectName(v string)

SetLinkedProjectName gets a reference to the given string and assigns it to the LinkedProjectName field.

func (*RetrieveProject200ResponseLinkedProjectInner) SetLossAdjusterReference

func (o *RetrieveProject200ResponseLinkedProjectInner) SetLossAdjusterReference(v interface{})

SetLossAdjusterReference gets a reference to the given interface{} and assigns it to the LossAdjusterReference field.

func (*RetrieveProject200ResponseLinkedProjectInner) SetNotes

func (o *RetrieveProject200ResponseLinkedProjectInner) SetNotes(v interface{})

SetNotes gets a reference to the given interface{} and assigns it to the Notes field.

func (*RetrieveProject200ResponseLinkedProjectInner) SetProjectName

SetProjectName gets a reference to the given string and assigns it to the ProjectName field.

func (*RetrieveProject200ResponseLinkedProjectInner) SetSubType

func (o *RetrieveProject200ResponseLinkedProjectInner) SetSubType(v interface{})

SetSubType gets a reference to the given interface{} and assigns it to the SubType field.

func (*RetrieveProject200ResponseLinkedProjectInner) SetType

SetType gets a reference to the given string and assigns it to the Type field.

func (RetrieveProject200ResponseLinkedProjectInner) ToMap

func (o RetrieveProject200ResponseLinkedProjectInner) ToMap() (map[string]interface{}, error)

func (*RetrieveProject200ResponseLinkedProjectInner) UnmarshalJSON

func (o *RetrieveProject200ResponseLinkedProjectInner) UnmarshalJSON(data []byte) (err error)

type SendEmailRequest

type SendEmailRequest struct {
	To                          *string `json:"to,omitempty"`
	From                        *string `json:"from,omitempty"`
	FromName                    *string `json:"fromName,omitempty"`
	ReplyTo                     *string `json:"replyTo,omitempty"`
	Subject                     *string `json:"subject,omitempty"`
	Text                        *string `json:"text,omitempty"`
	Html                        *string `json:"html,omitempty"`
	ProjectId                   *int32  `json:"projectId,omitempty"`
	FromCompanyEmailIfAvailable *bool   `json:"fromCompanyEmailIfAvailable,omitempty"`
	AdditionalProperties        map[string]interface{}
}

SendEmailRequest struct for SendEmailRequest

func NewSendEmailRequest

func NewSendEmailRequest() *SendEmailRequest

NewSendEmailRequest instantiates a new SendEmailRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSendEmailRequestWithDefaults

func NewSendEmailRequestWithDefaults() *SendEmailRequest

NewSendEmailRequestWithDefaults instantiates a new SendEmailRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SendEmailRequest) GetFrom

func (o *SendEmailRequest) GetFrom() string

GetFrom returns the From field value if set, zero value otherwise.

func (*SendEmailRequest) GetFromCompanyEmailIfAvailable

func (o *SendEmailRequest) GetFromCompanyEmailIfAvailable() bool

GetFromCompanyEmailIfAvailable returns the FromCompanyEmailIfAvailable field value if set, zero value otherwise.

func (*SendEmailRequest) GetFromCompanyEmailIfAvailableOk

func (o *SendEmailRequest) GetFromCompanyEmailIfAvailableOk() (*bool, bool)

GetFromCompanyEmailIfAvailableOk returns a tuple with the FromCompanyEmailIfAvailable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SendEmailRequest) GetFromName

func (o *SendEmailRequest) GetFromName() string

GetFromName returns the FromName field value if set, zero value otherwise.

func (*SendEmailRequest) GetFromNameOk

func (o *SendEmailRequest) GetFromNameOk() (*string, bool)

GetFromNameOk returns a tuple with the FromName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SendEmailRequest) GetFromOk

func (o *SendEmailRequest) GetFromOk() (*string, bool)

GetFromOk returns a tuple with the From field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SendEmailRequest) GetHtml

func (o *SendEmailRequest) GetHtml() string

GetHtml returns the Html field value if set, zero value otherwise.

func (*SendEmailRequest) GetHtmlOk

func (o *SendEmailRequest) GetHtmlOk() (*string, bool)

GetHtmlOk returns a tuple with the Html field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SendEmailRequest) GetProjectId

func (o *SendEmailRequest) GetProjectId() int32

GetProjectId returns the ProjectId field value if set, zero value otherwise.

func (*SendEmailRequest) GetProjectIdOk

func (o *SendEmailRequest) GetProjectIdOk() (*int32, bool)

GetProjectIdOk returns a tuple with the ProjectId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SendEmailRequest) GetReplyTo

func (o *SendEmailRequest) GetReplyTo() string

GetReplyTo returns the ReplyTo field value if set, zero value otherwise.

func (*SendEmailRequest) GetReplyToOk

func (o *SendEmailRequest) GetReplyToOk() (*string, bool)

GetReplyToOk returns a tuple with the ReplyTo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SendEmailRequest) GetSubject

func (o *SendEmailRequest) GetSubject() string

GetSubject returns the Subject field value if set, zero value otherwise.

func (*SendEmailRequest) GetSubjectOk

func (o *SendEmailRequest) GetSubjectOk() (*string, bool)

GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SendEmailRequest) GetText

func (o *SendEmailRequest) GetText() string

GetText returns the Text field value if set, zero value otherwise.

func (*SendEmailRequest) GetTextOk

func (o *SendEmailRequest) GetTextOk() (*string, bool)

GetTextOk returns a tuple with the Text field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SendEmailRequest) GetTo

func (o *SendEmailRequest) GetTo() string

GetTo returns the To field value if set, zero value otherwise.

func (*SendEmailRequest) GetToOk

func (o *SendEmailRequest) GetToOk() (*string, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SendEmailRequest) HasFrom

func (o *SendEmailRequest) HasFrom() bool

HasFrom returns a boolean if a field has been set.

func (*SendEmailRequest) HasFromCompanyEmailIfAvailable

func (o *SendEmailRequest) HasFromCompanyEmailIfAvailable() bool

HasFromCompanyEmailIfAvailable returns a boolean if a field has been set.

func (*SendEmailRequest) HasFromName

func (o *SendEmailRequest) HasFromName() bool

HasFromName returns a boolean if a field has been set.

func (*SendEmailRequest) HasHtml

func (o *SendEmailRequest) HasHtml() bool

HasHtml returns a boolean if a field has been set.

func (*SendEmailRequest) HasProjectId

func (o *SendEmailRequest) HasProjectId() bool

HasProjectId returns a boolean if a field has been set.

func (*SendEmailRequest) HasReplyTo

func (o *SendEmailRequest) HasReplyTo() bool

HasReplyTo returns a boolean if a field has been set.

func (*SendEmailRequest) HasSubject

func (o *SendEmailRequest) HasSubject() bool

HasSubject returns a boolean if a field has been set.

func (*SendEmailRequest) HasText

func (o *SendEmailRequest) HasText() bool

HasText returns a boolean if a field has been set.

func (*SendEmailRequest) HasTo

func (o *SendEmailRequest) HasTo() bool

HasTo returns a boolean if a field has been set.

func (SendEmailRequest) MarshalJSON

func (o SendEmailRequest) MarshalJSON() ([]byte, error)

func (*SendEmailRequest) SetFrom

func (o *SendEmailRequest) SetFrom(v string)

SetFrom gets a reference to the given string and assigns it to the From field.

func (*SendEmailRequest) SetFromCompanyEmailIfAvailable

func (o *SendEmailRequest) SetFromCompanyEmailIfAvailable(v bool)

SetFromCompanyEmailIfAvailable gets a reference to the given bool and assigns it to the FromCompanyEmailIfAvailable field.

func (*SendEmailRequest) SetFromName

func (o *SendEmailRequest) SetFromName(v string)

SetFromName gets a reference to the given string and assigns it to the FromName field.

func (*SendEmailRequest) SetHtml

func (o *SendEmailRequest) SetHtml(v string)

SetHtml gets a reference to the given string and assigns it to the Html field.

func (*SendEmailRequest) SetProjectId

func (o *SendEmailRequest) SetProjectId(v int32)

SetProjectId gets a reference to the given int32 and assigns it to the ProjectId field.

func (*SendEmailRequest) SetReplyTo

func (o *SendEmailRequest) SetReplyTo(v string)

SetReplyTo gets a reference to the given string and assigns it to the ReplyTo field.

func (*SendEmailRequest) SetSubject

func (o *SendEmailRequest) SetSubject(v string)

SetSubject gets a reference to the given string and assigns it to the Subject field.

func (*SendEmailRequest) SetText

func (o *SendEmailRequest) SetText(v string)

SetText gets a reference to the given string and assigns it to the Text field.

func (*SendEmailRequest) SetTo

func (o *SendEmailRequest) SetTo(v string)

SetTo gets a reference to the given string and assigns it to the To field.

func (SendEmailRequest) ToMap

func (o SendEmailRequest) ToMap() (map[string]interface{}, error)

func (*SendEmailRequest) UnmarshalJSON

func (o *SendEmailRequest) UnmarshalJSON(data []byte) (err error)

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 UpdateAnEquipmentCopy200Response

type UpdateAnEquipmentCopy200Response struct {
	Data                 *int32  `json:"data,omitempty"`
	Message              *string `json:"message,omitempty"`
	Status               *int32  `json:"status,omitempty"`
	AdditionalProperties map[string]interface{}
}

UpdateAnEquipmentCopy200Response struct for UpdateAnEquipmentCopy200Response

func NewUpdateAnEquipmentCopy200Response

func NewUpdateAnEquipmentCopy200Response() *UpdateAnEquipmentCopy200Response

NewUpdateAnEquipmentCopy200Response instantiates a new UpdateAnEquipmentCopy200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateAnEquipmentCopy200ResponseWithDefaults

func NewUpdateAnEquipmentCopy200ResponseWithDefaults() *UpdateAnEquipmentCopy200Response

NewUpdateAnEquipmentCopy200ResponseWithDefaults instantiates a new UpdateAnEquipmentCopy200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateAnEquipmentCopy200Response) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopy200Response) GetDataOk

func (o *UpdateAnEquipmentCopy200Response) GetDataOk() (*int32, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopy200Response) GetMessage

func (o *UpdateAnEquipmentCopy200Response) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopy200Response) GetMessageOk

func (o *UpdateAnEquipmentCopy200Response) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopy200Response) GetStatus

func (o *UpdateAnEquipmentCopy200Response) GetStatus() int32

GetStatus returns the Status field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopy200Response) GetStatusOk

func (o *UpdateAnEquipmentCopy200Response) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopy200Response) HasData

HasData returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopy200Response) HasMessage

func (o *UpdateAnEquipmentCopy200Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopy200Response) HasStatus

func (o *UpdateAnEquipmentCopy200Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (UpdateAnEquipmentCopy200Response) MarshalJSON

func (o UpdateAnEquipmentCopy200Response) MarshalJSON() ([]byte, error)

func (*UpdateAnEquipmentCopy200Response) SetData

SetData gets a reference to the given int32 and assigns it to the Data field.

func (*UpdateAnEquipmentCopy200Response) SetMessage

func (o *UpdateAnEquipmentCopy200Response) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*UpdateAnEquipmentCopy200Response) SetStatus

func (o *UpdateAnEquipmentCopy200Response) SetStatus(v int32)

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (UpdateAnEquipmentCopy200Response) ToMap

func (o UpdateAnEquipmentCopy200Response) ToMap() (map[string]interface{}, error)

func (*UpdateAnEquipmentCopy200Response) UnmarshalJSON

func (o *UpdateAnEquipmentCopy200Response) UnmarshalJSON(data []byte) (err error)

type UpdateAnEquipmentCopyRequest

type UpdateAnEquipmentCopyRequest struct {
	// Required
	FirstName *string `json:"firstName,omitempty"`
	// Required
	LastName *string `json:"lastName,omitempty"`
	// Required
	ContactTypeIds         []int64  `json:"contactTypeIds,omitempty"`
	OrganizationId         *int64   `json:"organizationId,omitempty"`
	OrganizationName       *string  `json:"organizationName,omitempty"`
	UseOrganizationAddress *bool    `json:"useOrganizationAddress,omitempty"`
	ParentOrganizationId   *int64   `json:"parentOrganizationId,omitempty"`
	ParentOrganizationName *string  `json:"parentOrganizationName,omitempty"`
	Address1               *string  `json:"address1,omitempty"`
	Address2               *string  `json:"address2,omitempty"`
	City                   *string  `json:"city,omitempty"`
	State                  *string  `json:"state,omitempty"`
	ZipCode                *string  `json:"zipCode,omitempty"`
	Country                *string  `json:"country,omitempty"`
	Latitude               *float64 `json:"latitude,omitempty"`
	Longitude              *float64 `json:"longitude,omitempty"`
	ReferralSourceId       *int64   `json:"referralSourceId,omitempty"`
	Status                 *string  `json:"status,omitempty"`
	RelationshipStatusId   *int64   `json:"relationshipStatusId,omitempty"`
	Email                  *string  `json:"email,omitempty"`
	PhoneNumber            *string  `json:"phoneNumber,omitempty"`
	SalespersonId          *int64   `json:"salespersonId,omitempty"`
	SalespersonName        *string  `json:"salespersonName,omitempty"`
	Sandbox                *string  `json:"sandbox,omitempty"`
	JobTitle               *string  `json:"jobTitle,omitempty"`
	AdditionalProperties   map[string]interface{}
}

UpdateAnEquipmentCopyRequest struct for UpdateAnEquipmentCopyRequest

func NewUpdateAnEquipmentCopyRequest

func NewUpdateAnEquipmentCopyRequest() *UpdateAnEquipmentCopyRequest

NewUpdateAnEquipmentCopyRequest instantiates a new UpdateAnEquipmentCopyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateAnEquipmentCopyRequestWithDefaults

func NewUpdateAnEquipmentCopyRequestWithDefaults() *UpdateAnEquipmentCopyRequest

NewUpdateAnEquipmentCopyRequestWithDefaults instantiates a new UpdateAnEquipmentCopyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateAnEquipmentCopyRequest) GetAddress1

func (o *UpdateAnEquipmentCopyRequest) GetAddress1() string

GetAddress1 returns the Address1 field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetAddress1Ok

func (o *UpdateAnEquipmentCopyRequest) GetAddress1Ok() (*string, bool)

GetAddress1Ok returns a tuple with the Address1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) GetAddress2

func (o *UpdateAnEquipmentCopyRequest) GetAddress2() string

GetAddress2 returns the Address2 field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetAddress2Ok

func (o *UpdateAnEquipmentCopyRequest) GetAddress2Ok() (*string, bool)

GetAddress2Ok returns a tuple with the Address2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) GetCity

func (o *UpdateAnEquipmentCopyRequest) GetCity() string

GetCity returns the City field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetCityOk

func (o *UpdateAnEquipmentCopyRequest) GetCityOk() (*string, bool)

GetCityOk returns a tuple with the City field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) GetContactTypeIds

func (o *UpdateAnEquipmentCopyRequest) GetContactTypeIds() []int64

GetContactTypeIds returns the ContactTypeIds field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetContactTypeIdsOk

func (o *UpdateAnEquipmentCopyRequest) GetContactTypeIdsOk() ([]int64, bool)

GetContactTypeIdsOk returns a tuple with the ContactTypeIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) GetCountry

func (o *UpdateAnEquipmentCopyRequest) GetCountry() string

GetCountry returns the Country field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetCountryOk

func (o *UpdateAnEquipmentCopyRequest) GetCountryOk() (*string, bool)

GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) GetEmail

func (o *UpdateAnEquipmentCopyRequest) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetEmailOk

func (o *UpdateAnEquipmentCopyRequest) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) GetFirstName

func (o *UpdateAnEquipmentCopyRequest) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetFirstNameOk

func (o *UpdateAnEquipmentCopyRequest) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) GetJobTitle

func (o *UpdateAnEquipmentCopyRequest) GetJobTitle() string

GetJobTitle returns the JobTitle field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetJobTitleOk

func (o *UpdateAnEquipmentCopyRequest) GetJobTitleOk() (*string, bool)

GetJobTitleOk returns a tuple with the JobTitle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) GetLastName

func (o *UpdateAnEquipmentCopyRequest) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetLastNameOk

func (o *UpdateAnEquipmentCopyRequest) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) GetLatitude

func (o *UpdateAnEquipmentCopyRequest) GetLatitude() float64

GetLatitude returns the Latitude field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetLatitudeOk

func (o *UpdateAnEquipmentCopyRequest) GetLatitudeOk() (*float64, bool)

GetLatitudeOk returns a tuple with the Latitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) GetLongitude

func (o *UpdateAnEquipmentCopyRequest) GetLongitude() float64

GetLongitude returns the Longitude field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetLongitudeOk

func (o *UpdateAnEquipmentCopyRequest) GetLongitudeOk() (*float64, bool)

GetLongitudeOk returns a tuple with the Longitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) GetOrganizationId

func (o *UpdateAnEquipmentCopyRequest) GetOrganizationId() int64

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetOrganizationIdOk

func (o *UpdateAnEquipmentCopyRequest) GetOrganizationIdOk() (*int64, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) GetOrganizationName

func (o *UpdateAnEquipmentCopyRequest) GetOrganizationName() string

GetOrganizationName returns the OrganizationName field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetOrganizationNameOk

func (o *UpdateAnEquipmentCopyRequest) GetOrganizationNameOk() (*string, bool)

GetOrganizationNameOk returns a tuple with the OrganizationName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) GetParentOrganizationId

func (o *UpdateAnEquipmentCopyRequest) GetParentOrganizationId() int64

GetParentOrganizationId returns the ParentOrganizationId field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetParentOrganizationIdOk

func (o *UpdateAnEquipmentCopyRequest) GetParentOrganizationIdOk() (*int64, bool)

GetParentOrganizationIdOk returns a tuple with the ParentOrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) GetParentOrganizationName

func (o *UpdateAnEquipmentCopyRequest) GetParentOrganizationName() string

GetParentOrganizationName returns the ParentOrganizationName field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetParentOrganizationNameOk

func (o *UpdateAnEquipmentCopyRequest) GetParentOrganizationNameOk() (*string, bool)

GetParentOrganizationNameOk returns a tuple with the ParentOrganizationName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) GetPhoneNumber

func (o *UpdateAnEquipmentCopyRequest) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetPhoneNumberOk

func (o *UpdateAnEquipmentCopyRequest) GetPhoneNumberOk() (*string, bool)

GetPhoneNumberOk returns a tuple with the PhoneNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) GetReferralSourceId

func (o *UpdateAnEquipmentCopyRequest) GetReferralSourceId() int64

GetReferralSourceId returns the ReferralSourceId field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetReferralSourceIdOk

func (o *UpdateAnEquipmentCopyRequest) GetReferralSourceIdOk() (*int64, bool)

GetReferralSourceIdOk returns a tuple with the ReferralSourceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) GetRelationshipStatusId

func (o *UpdateAnEquipmentCopyRequest) GetRelationshipStatusId() int64

GetRelationshipStatusId returns the RelationshipStatusId field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetRelationshipStatusIdOk

func (o *UpdateAnEquipmentCopyRequest) GetRelationshipStatusIdOk() (*int64, bool)

GetRelationshipStatusIdOk returns a tuple with the RelationshipStatusId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) GetSalespersonId

func (o *UpdateAnEquipmentCopyRequest) GetSalespersonId() int64

GetSalespersonId returns the SalespersonId field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetSalespersonIdOk

func (o *UpdateAnEquipmentCopyRequest) GetSalespersonIdOk() (*int64, bool)

GetSalespersonIdOk returns a tuple with the SalespersonId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) GetSalespersonName

func (o *UpdateAnEquipmentCopyRequest) GetSalespersonName() string

GetSalespersonName returns the SalespersonName field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetSalespersonNameOk

func (o *UpdateAnEquipmentCopyRequest) GetSalespersonNameOk() (*string, bool)

GetSalespersonNameOk returns a tuple with the SalespersonName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) GetSandbox

func (o *UpdateAnEquipmentCopyRequest) GetSandbox() string

GetSandbox returns the Sandbox field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetSandboxOk

func (o *UpdateAnEquipmentCopyRequest) GetSandboxOk() (*string, bool)

GetSandboxOk returns a tuple with the Sandbox field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) GetState

func (o *UpdateAnEquipmentCopyRequest) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetStateOk

func (o *UpdateAnEquipmentCopyRequest) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) GetStatus

func (o *UpdateAnEquipmentCopyRequest) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetStatusOk

func (o *UpdateAnEquipmentCopyRequest) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) GetUseOrganizationAddress

func (o *UpdateAnEquipmentCopyRequest) GetUseOrganizationAddress() bool

GetUseOrganizationAddress returns the UseOrganizationAddress field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetUseOrganizationAddressOk

func (o *UpdateAnEquipmentCopyRequest) GetUseOrganizationAddressOk() (*bool, bool)

GetUseOrganizationAddressOk returns a tuple with the UseOrganizationAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) GetZipCode

func (o *UpdateAnEquipmentCopyRequest) GetZipCode() string

GetZipCode returns the ZipCode field value if set, zero value otherwise.

func (*UpdateAnEquipmentCopyRequest) GetZipCodeOk

func (o *UpdateAnEquipmentCopyRequest) GetZipCodeOk() (*string, bool)

GetZipCodeOk returns a tuple with the ZipCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAnEquipmentCopyRequest) HasAddress1

func (o *UpdateAnEquipmentCopyRequest) HasAddress1() bool

HasAddress1 returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopyRequest) HasAddress2

func (o *UpdateAnEquipmentCopyRequest) HasAddress2() bool

HasAddress2 returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopyRequest) HasCity

func (o *UpdateAnEquipmentCopyRequest) HasCity() bool

HasCity returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopyRequest) HasContactTypeIds

func (o *UpdateAnEquipmentCopyRequest) HasContactTypeIds() bool

HasContactTypeIds returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopyRequest) HasCountry

func (o *UpdateAnEquipmentCopyRequest) HasCountry() bool

HasCountry returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopyRequest) HasEmail

func (o *UpdateAnEquipmentCopyRequest) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopyRequest) HasFirstName

func (o *UpdateAnEquipmentCopyRequest) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopyRequest) HasJobTitle

func (o *UpdateAnEquipmentCopyRequest) HasJobTitle() bool

HasJobTitle returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopyRequest) HasLastName

func (o *UpdateAnEquipmentCopyRequest) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopyRequest) HasLatitude

func (o *UpdateAnEquipmentCopyRequest) HasLatitude() bool

HasLatitude returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopyRequest) HasLongitude

func (o *UpdateAnEquipmentCopyRequest) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopyRequest) HasOrganizationId

func (o *UpdateAnEquipmentCopyRequest) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopyRequest) HasOrganizationName

func (o *UpdateAnEquipmentCopyRequest) HasOrganizationName() bool

HasOrganizationName returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopyRequest) HasParentOrganizationId

func (o *UpdateAnEquipmentCopyRequest) HasParentOrganizationId() bool

HasParentOrganizationId returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopyRequest) HasParentOrganizationName

func (o *UpdateAnEquipmentCopyRequest) HasParentOrganizationName() bool

HasParentOrganizationName returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopyRequest) HasPhoneNumber

func (o *UpdateAnEquipmentCopyRequest) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopyRequest) HasReferralSourceId

func (o *UpdateAnEquipmentCopyRequest) HasReferralSourceId() bool

HasReferralSourceId returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopyRequest) HasRelationshipStatusId

func (o *UpdateAnEquipmentCopyRequest) HasRelationshipStatusId() bool

HasRelationshipStatusId returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopyRequest) HasSalespersonId

func (o *UpdateAnEquipmentCopyRequest) HasSalespersonId() bool

HasSalespersonId returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopyRequest) HasSalespersonName

func (o *UpdateAnEquipmentCopyRequest) HasSalespersonName() bool

HasSalespersonName returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopyRequest) HasSandbox

func (o *UpdateAnEquipmentCopyRequest) HasSandbox() bool

HasSandbox returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopyRequest) HasState

func (o *UpdateAnEquipmentCopyRequest) HasState() bool

HasState returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopyRequest) HasStatus

func (o *UpdateAnEquipmentCopyRequest) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopyRequest) HasUseOrganizationAddress

func (o *UpdateAnEquipmentCopyRequest) HasUseOrganizationAddress() bool

HasUseOrganizationAddress returns a boolean if a field has been set.

func (*UpdateAnEquipmentCopyRequest) HasZipCode

func (o *UpdateAnEquipmentCopyRequest) HasZipCode() bool

HasZipCode returns a boolean if a field has been set.

func (UpdateAnEquipmentCopyRequest) MarshalJSON

func (o UpdateAnEquipmentCopyRequest) MarshalJSON() ([]byte, error)

func (*UpdateAnEquipmentCopyRequest) SetAddress1

func (o *UpdateAnEquipmentCopyRequest) SetAddress1(v string)

SetAddress1 gets a reference to the given string and assigns it to the Address1 field.

func (*UpdateAnEquipmentCopyRequest) SetAddress2

func (o *UpdateAnEquipmentCopyRequest) SetAddress2(v string)

SetAddress2 gets a reference to the given string and assigns it to the Address2 field.

func (*UpdateAnEquipmentCopyRequest) SetCity

func (o *UpdateAnEquipmentCopyRequest) SetCity(v string)

SetCity gets a reference to the given string and assigns it to the City field.

func (*UpdateAnEquipmentCopyRequest) SetContactTypeIds

func (o *UpdateAnEquipmentCopyRequest) SetContactTypeIds(v []int64)

SetContactTypeIds gets a reference to the given []int64 and assigns it to the ContactTypeIds field.

func (*UpdateAnEquipmentCopyRequest) SetCountry

func (o *UpdateAnEquipmentCopyRequest) SetCountry(v string)

SetCountry gets a reference to the given string and assigns it to the Country field.

func (*UpdateAnEquipmentCopyRequest) SetEmail

func (o *UpdateAnEquipmentCopyRequest) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*UpdateAnEquipmentCopyRequest) SetFirstName

func (o *UpdateAnEquipmentCopyRequest) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*UpdateAnEquipmentCopyRequest) SetJobTitle

func (o *UpdateAnEquipmentCopyRequest) SetJobTitle(v string)

SetJobTitle gets a reference to the given string and assigns it to the JobTitle field.

func (*UpdateAnEquipmentCopyRequest) SetLastName

func (o *UpdateAnEquipmentCopyRequest) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*UpdateAnEquipmentCopyRequest) SetLatitude

func (o *UpdateAnEquipmentCopyRequest) SetLatitude(v float64)

SetLatitude gets a reference to the given float64 and assigns it to the Latitude field.

func (*UpdateAnEquipmentCopyRequest) SetLongitude

func (o *UpdateAnEquipmentCopyRequest) SetLongitude(v float64)

SetLongitude gets a reference to the given float64 and assigns it to the Longitude field.

func (*UpdateAnEquipmentCopyRequest) SetOrganizationId

func (o *UpdateAnEquipmentCopyRequest) SetOrganizationId(v int64)

SetOrganizationId gets a reference to the given int64 and assigns it to the OrganizationId field.

func (*UpdateAnEquipmentCopyRequest) SetOrganizationName

func (o *UpdateAnEquipmentCopyRequest) SetOrganizationName(v string)

SetOrganizationName gets a reference to the given string and assigns it to the OrganizationName field.

func (*UpdateAnEquipmentCopyRequest) SetParentOrganizationId

func (o *UpdateAnEquipmentCopyRequest) SetParentOrganizationId(v int64)

SetParentOrganizationId gets a reference to the given int64 and assigns it to the ParentOrganizationId field.

func (*UpdateAnEquipmentCopyRequest) SetParentOrganizationName

func (o *UpdateAnEquipmentCopyRequest) SetParentOrganizationName(v string)

SetParentOrganizationName gets a reference to the given string and assigns it to the ParentOrganizationName field.

func (*UpdateAnEquipmentCopyRequest) SetPhoneNumber

func (o *UpdateAnEquipmentCopyRequest) SetPhoneNumber(v string)

SetPhoneNumber gets a reference to the given string and assigns it to the PhoneNumber field.

func (*UpdateAnEquipmentCopyRequest) SetReferralSourceId

func (o *UpdateAnEquipmentCopyRequest) SetReferralSourceId(v int64)

SetReferralSourceId gets a reference to the given int64 and assigns it to the ReferralSourceId field.

func (*UpdateAnEquipmentCopyRequest) SetRelationshipStatusId

func (o *UpdateAnEquipmentCopyRequest) SetRelationshipStatusId(v int64)

SetRelationshipStatusId gets a reference to the given int64 and assigns it to the RelationshipStatusId field.

func (*UpdateAnEquipmentCopyRequest) SetSalespersonId

func (o *UpdateAnEquipmentCopyRequest) SetSalespersonId(v int64)

SetSalespersonId gets a reference to the given int64 and assigns it to the SalespersonId field.

func (*UpdateAnEquipmentCopyRequest) SetSalespersonName

func (o *UpdateAnEquipmentCopyRequest) SetSalespersonName(v string)

SetSalespersonName gets a reference to the given string and assigns it to the SalespersonName field.

func (*UpdateAnEquipmentCopyRequest) SetSandbox

func (o *UpdateAnEquipmentCopyRequest) SetSandbox(v string)

SetSandbox gets a reference to the given string and assigns it to the Sandbox field.

func (*UpdateAnEquipmentCopyRequest) SetState

func (o *UpdateAnEquipmentCopyRequest) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*UpdateAnEquipmentCopyRequest) SetStatus

func (o *UpdateAnEquipmentCopyRequest) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*UpdateAnEquipmentCopyRequest) SetUseOrganizationAddress

func (o *UpdateAnEquipmentCopyRequest) SetUseOrganizationAddress(v bool)

SetUseOrganizationAddress gets a reference to the given bool and assigns it to the UseOrganizationAddress field.

func (*UpdateAnEquipmentCopyRequest) SetZipCode

func (o *UpdateAnEquipmentCopyRequest) SetZipCode(v string)

SetZipCode gets a reference to the given string and assigns it to the ZipCode field.

func (UpdateAnEquipmentCopyRequest) ToMap

func (o UpdateAnEquipmentCopyRequest) ToMap() (map[string]interface{}, error)

func (*UpdateAnEquipmentCopyRequest) UnmarshalJSON

func (o *UpdateAnEquipmentCopyRequest) UnmarshalJSON(data []byte) (err error)

type UpdateContactStatusCopyRequest

type UpdateContactStatusCopyRequest struct {
	OrganizationId       *int64  `json:"organizationId,omitempty"`
	OrganizationName     *string `json:"organizationName,omitempty"`
	StatusId             *int64  `json:"statusId,omitempty"`
	Status               *string `json:"status,omitempty"`
	AdditionalProperties map[string]interface{}
}

UpdateContactStatusCopyRequest struct for UpdateContactStatusCopyRequest

func NewUpdateContactStatusCopyRequest

func NewUpdateContactStatusCopyRequest() *UpdateContactStatusCopyRequest

NewUpdateContactStatusCopyRequest instantiates a new UpdateContactStatusCopyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateContactStatusCopyRequestWithDefaults

func NewUpdateContactStatusCopyRequestWithDefaults() *UpdateContactStatusCopyRequest

NewUpdateContactStatusCopyRequestWithDefaults instantiates a new UpdateContactStatusCopyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateContactStatusCopyRequest) GetOrganizationId

func (o *UpdateContactStatusCopyRequest) GetOrganizationId() int64

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*UpdateContactStatusCopyRequest) GetOrganizationIdOk

func (o *UpdateContactStatusCopyRequest) GetOrganizationIdOk() (*int64, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateContactStatusCopyRequest) GetOrganizationName

func (o *UpdateContactStatusCopyRequest) GetOrganizationName() string

GetOrganizationName returns the OrganizationName field value if set, zero value otherwise.

func (*UpdateContactStatusCopyRequest) GetOrganizationNameOk

func (o *UpdateContactStatusCopyRequest) GetOrganizationNameOk() (*string, bool)

GetOrganizationNameOk returns a tuple with the OrganizationName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateContactStatusCopyRequest) GetStatus

func (o *UpdateContactStatusCopyRequest) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*UpdateContactStatusCopyRequest) GetStatusId

func (o *UpdateContactStatusCopyRequest) GetStatusId() int64

GetStatusId returns the StatusId field value if set, zero value otherwise.

func (*UpdateContactStatusCopyRequest) GetStatusIdOk

func (o *UpdateContactStatusCopyRequest) GetStatusIdOk() (*int64, bool)

GetStatusIdOk returns a tuple with the StatusId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateContactStatusCopyRequest) GetStatusOk

func (o *UpdateContactStatusCopyRequest) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateContactStatusCopyRequest) HasOrganizationId

func (o *UpdateContactStatusCopyRequest) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*UpdateContactStatusCopyRequest) HasOrganizationName

func (o *UpdateContactStatusCopyRequest) HasOrganizationName() bool

HasOrganizationName returns a boolean if a field has been set.

func (*UpdateContactStatusCopyRequest) HasStatus

func (o *UpdateContactStatusCopyRequest) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*UpdateContactStatusCopyRequest) HasStatusId

func (o *UpdateContactStatusCopyRequest) HasStatusId() bool

HasStatusId returns a boolean if a field has been set.

func (UpdateContactStatusCopyRequest) MarshalJSON

func (o UpdateContactStatusCopyRequest) MarshalJSON() ([]byte, error)

func (*UpdateContactStatusCopyRequest) SetOrganizationId

func (o *UpdateContactStatusCopyRequest) SetOrganizationId(v int64)

SetOrganizationId gets a reference to the given int64 and assigns it to the OrganizationId field.

func (*UpdateContactStatusCopyRequest) SetOrganizationName

func (o *UpdateContactStatusCopyRequest) SetOrganizationName(v string)

SetOrganizationName gets a reference to the given string and assigns it to the OrganizationName field.

func (*UpdateContactStatusCopyRequest) SetStatus

func (o *UpdateContactStatusCopyRequest) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*UpdateContactStatusCopyRequest) SetStatusId

func (o *UpdateContactStatusCopyRequest) SetStatusId(v int64)

SetStatusId gets a reference to the given int64 and assigns it to the StatusId field.

func (UpdateContactStatusCopyRequest) ToMap

func (o UpdateContactStatusCopyRequest) ToMap() (map[string]interface{}, error)

func (*UpdateContactStatusCopyRequest) UnmarshalJSON

func (o *UpdateContactStatusCopyRequest) UnmarshalJSON(data []byte) (err error)

type UpdateProjectDatesRequest

type UpdateProjectDatesRequest struct {
	ProjectId *int64 `json:"projectId,omitempty"`
	// A collection of project-related date records. Each object represents a specific milestone or event tied to the project (e.g., Arrived On Site, Work Complete, Invoiced).
	ProjectDates         []UpdateProjectDatesRequestProjectDatesInner `json:"projectDates,omitempty"`
	AdditionalProperties map[string]interface{}
}

UpdateProjectDatesRequest struct for UpdateProjectDatesRequest

func NewUpdateProjectDatesRequest

func NewUpdateProjectDatesRequest() *UpdateProjectDatesRequest

NewUpdateProjectDatesRequest instantiates a new UpdateProjectDatesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateProjectDatesRequestWithDefaults

func NewUpdateProjectDatesRequestWithDefaults() *UpdateProjectDatesRequest

NewUpdateProjectDatesRequestWithDefaults instantiates a new UpdateProjectDatesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateProjectDatesRequest) GetProjectDates

GetProjectDates returns the ProjectDates field value if set, zero value otherwise.

func (*UpdateProjectDatesRequest) GetProjectDatesOk

GetProjectDatesOk returns a tuple with the ProjectDates field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateProjectDatesRequest) GetProjectId

func (o *UpdateProjectDatesRequest) GetProjectId() int64

GetProjectId returns the ProjectId field value if set, zero value otherwise.

func (*UpdateProjectDatesRequest) GetProjectIdOk

func (o *UpdateProjectDatesRequest) GetProjectIdOk() (*int64, bool)

GetProjectIdOk returns a tuple with the ProjectId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateProjectDatesRequest) HasProjectDates

func (o *UpdateProjectDatesRequest) HasProjectDates() bool

HasProjectDates returns a boolean if a field has been set.

func (*UpdateProjectDatesRequest) HasProjectId

func (o *UpdateProjectDatesRequest) HasProjectId() bool

HasProjectId returns a boolean if a field has been set.

func (UpdateProjectDatesRequest) MarshalJSON

func (o UpdateProjectDatesRequest) MarshalJSON() ([]byte, error)

func (*UpdateProjectDatesRequest) SetProjectDates

SetProjectDates gets a reference to the given []UpdateProjectDatesRequestProjectDatesInner and assigns it to the ProjectDates field.

func (*UpdateProjectDatesRequest) SetProjectId

func (o *UpdateProjectDatesRequest) SetProjectId(v int64)

SetProjectId gets a reference to the given int64 and assigns it to the ProjectId field.

func (UpdateProjectDatesRequest) ToMap

func (o UpdateProjectDatesRequest) ToMap() (map[string]interface{}, error)

func (*UpdateProjectDatesRequest) UnmarshalJSON

func (o *UpdateProjectDatesRequest) UnmarshalJSON(data []byte) (err error)

type UpdateProjectDatesRequestProjectDatesInner

type UpdateProjectDatesRequestProjectDatesInner struct {
	Id                   *int32  `json:"id,omitempty"`
	Identifier           *string `json:"identifier,omitempty"`
	KeyID                *int32  `json:"keyID,omitempty"`
	KeyIdentifier        *string `json:"keyIdentifier,omitempty"`
	Name                 *string `json:"name,omitempty"`
	Flags                *int32  `json:"flags,omitempty"`
	Value                *string `json:"value,omitempty"`
	Source               *string `json:"source,omitempty"`
	SourceDateName       *string `json:"sourceDateName,omitempty"`
	AdditionalProperties map[string]interface{}
}

UpdateProjectDatesRequestProjectDatesInner struct for UpdateProjectDatesRequestProjectDatesInner

func NewUpdateProjectDatesRequestProjectDatesInner

func NewUpdateProjectDatesRequestProjectDatesInner() *UpdateProjectDatesRequestProjectDatesInner

NewUpdateProjectDatesRequestProjectDatesInner instantiates a new UpdateProjectDatesRequestProjectDatesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateProjectDatesRequestProjectDatesInnerWithDefaults

func NewUpdateProjectDatesRequestProjectDatesInnerWithDefaults() *UpdateProjectDatesRequestProjectDatesInner

NewUpdateProjectDatesRequestProjectDatesInnerWithDefaults instantiates a new UpdateProjectDatesRequestProjectDatesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateProjectDatesRequestProjectDatesInner) GetFlags

GetFlags returns the Flags field value if set, zero value otherwise.

func (*UpdateProjectDatesRequestProjectDatesInner) GetFlagsOk

GetFlagsOk returns a tuple with the Flags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateProjectDatesRequestProjectDatesInner) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*UpdateProjectDatesRequestProjectDatesInner) GetIdOk

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateProjectDatesRequestProjectDatesInner) GetIdentifier

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*UpdateProjectDatesRequestProjectDatesInner) GetIdentifierOk

func (o *UpdateProjectDatesRequestProjectDatesInner) GetIdentifierOk() (*string, bool)

GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateProjectDatesRequestProjectDatesInner) GetKeyID

GetKeyID returns the KeyID field value if set, zero value otherwise.

func (*UpdateProjectDatesRequestProjectDatesInner) GetKeyIDOk

GetKeyIDOk returns a tuple with the KeyID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateProjectDatesRequestProjectDatesInner) GetKeyIdentifier

func (o *UpdateProjectDatesRequestProjectDatesInner) GetKeyIdentifier() string

GetKeyIdentifier returns the KeyIdentifier field value if set, zero value otherwise.

func (*UpdateProjectDatesRequestProjectDatesInner) GetKeyIdentifierOk

func (o *UpdateProjectDatesRequestProjectDatesInner) GetKeyIdentifierOk() (*string, bool)

GetKeyIdentifierOk returns a tuple with the KeyIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateProjectDatesRequestProjectDatesInner) GetName

GetName returns the Name field value if set, zero value otherwise.

func (*UpdateProjectDatesRequestProjectDatesInner) GetNameOk

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateProjectDatesRequestProjectDatesInner) GetSource

GetSource returns the Source field value if set, zero value otherwise.

func (*UpdateProjectDatesRequestProjectDatesInner) GetSourceDateName

func (o *UpdateProjectDatesRequestProjectDatesInner) GetSourceDateName() string

GetSourceDateName returns the SourceDateName field value if set, zero value otherwise.

func (*UpdateProjectDatesRequestProjectDatesInner) GetSourceDateNameOk

func (o *UpdateProjectDatesRequestProjectDatesInner) GetSourceDateNameOk() (*string, bool)

GetSourceDateNameOk returns a tuple with the SourceDateName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateProjectDatesRequestProjectDatesInner) GetSourceOk

GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateProjectDatesRequestProjectDatesInner) GetValue

GetValue returns the Value field value if set, zero value otherwise.

func (*UpdateProjectDatesRequestProjectDatesInner) GetValueOk

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateProjectDatesRequestProjectDatesInner) HasFlags

HasFlags returns a boolean if a field has been set.

func (*UpdateProjectDatesRequestProjectDatesInner) HasId

HasId returns a boolean if a field has been set.

func (*UpdateProjectDatesRequestProjectDatesInner) HasIdentifier

HasIdentifier returns a boolean if a field has been set.

func (*UpdateProjectDatesRequestProjectDatesInner) HasKeyID

HasKeyID returns a boolean if a field has been set.

func (*UpdateProjectDatesRequestProjectDatesInner) HasKeyIdentifier

func (o *UpdateProjectDatesRequestProjectDatesInner) HasKeyIdentifier() bool

HasKeyIdentifier returns a boolean if a field has been set.

func (*UpdateProjectDatesRequestProjectDatesInner) HasName

HasName returns a boolean if a field has been set.

func (*UpdateProjectDatesRequestProjectDatesInner) HasSource

HasSource returns a boolean if a field has been set.

func (*UpdateProjectDatesRequestProjectDatesInner) HasSourceDateName

func (o *UpdateProjectDatesRequestProjectDatesInner) HasSourceDateName() bool

HasSourceDateName returns a boolean if a field has been set.

func (*UpdateProjectDatesRequestProjectDatesInner) HasValue

HasValue returns a boolean if a field has been set.

func (UpdateProjectDatesRequestProjectDatesInner) MarshalJSON

func (*UpdateProjectDatesRequestProjectDatesInner) SetFlags

SetFlags gets a reference to the given int32 and assigns it to the Flags field.

func (*UpdateProjectDatesRequestProjectDatesInner) SetId

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*UpdateProjectDatesRequestProjectDatesInner) SetIdentifier

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (*UpdateProjectDatesRequestProjectDatesInner) SetKeyID

SetKeyID gets a reference to the given int32 and assigns it to the KeyID field.

func (*UpdateProjectDatesRequestProjectDatesInner) SetKeyIdentifier

func (o *UpdateProjectDatesRequestProjectDatesInner) SetKeyIdentifier(v string)

SetKeyIdentifier gets a reference to the given string and assigns it to the KeyIdentifier field.

func (*UpdateProjectDatesRequestProjectDatesInner) SetName

SetName gets a reference to the given string and assigns it to the Name field.

func (*UpdateProjectDatesRequestProjectDatesInner) SetSource

SetSource gets a reference to the given string and assigns it to the Source field.

func (*UpdateProjectDatesRequestProjectDatesInner) SetSourceDateName

func (o *UpdateProjectDatesRequestProjectDatesInner) SetSourceDateName(v string)

SetSourceDateName gets a reference to the given string and assigns it to the SourceDateName field.

func (*UpdateProjectDatesRequestProjectDatesInner) SetValue

SetValue gets a reference to the given string and assigns it to the Value field.

func (UpdateProjectDatesRequestProjectDatesInner) ToMap

func (o UpdateProjectDatesRequestProjectDatesInner) ToMap() (map[string]interface{}, error)

func (*UpdateProjectDatesRequestProjectDatesInner) UnmarshalJSON

func (o *UpdateProjectDatesRequestProjectDatesInner) UnmarshalJSON(data []byte) (err error)

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL