Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AccessToken
- func (o *AccessToken) GetAccessToken() string
- func (o *AccessToken) GetAccessTokenOk() (*string, bool)
- func (o *AccessToken) GetEmail() string
- func (o *AccessToken) GetEmailOk() (*string, bool)
- func (o *AccessToken) GetExpiresIn() int32
- func (o *AccessToken) GetExpiresInOk() (*int32, bool)
- func (o *AccessToken) GetExpiry() string
- func (o *AccessToken) GetExpiryOk() (*string, bool)
- func (o *AccessToken) GetFirstName() string
- func (o *AccessToken) GetFirstNameOk() (*string, bool)
- func (o *AccessToken) GetIat() string
- func (o *AccessToken) GetIatOk() (*string, bool)
- func (o *AccessToken) GetIdToken() string
- func (o *AccessToken) GetIdTokenOk() (*string, bool)
- func (o *AccessToken) GetLastName() string
- func (o *AccessToken) GetLastNameOk() (*string, bool)
- func (o *AccessToken) GetRoles() []string
- func (o *AccessToken) GetRolesOk() (*[]string, bool)
- func (o *AccessToken) GetScope() string
- func (o *AccessToken) GetScopeOk() (*string, bool)
- func (o *AccessToken) GetTenantId() string
- func (o *AccessToken) GetTenantIdOk() (*string, bool)
- func (o *AccessToken) GetTokenType() string
- func (o *AccessToken) GetTokenTypeOk() (*string, bool)
- func (o *AccessToken) GetUsername() string
- func (o *AccessToken) GetUsernameOk() (*string, bool)
- func (o *AccessToken) HasAccessToken() bool
- func (o *AccessToken) HasEmail() bool
- func (o *AccessToken) HasExpiresIn() bool
- func (o *AccessToken) HasExpiry() bool
- func (o *AccessToken) HasFirstName() bool
- func (o *AccessToken) HasIat() bool
- func (o *AccessToken) HasIdToken() bool
- func (o *AccessToken) HasLastName() bool
- func (o *AccessToken) HasRoles() bool
- func (o *AccessToken) HasScope() bool
- func (o *AccessToken) HasTenantId() bool
- func (o *AccessToken) HasTokenType() bool
- func (o *AccessToken) HasUsername() bool
- func (o AccessToken) MarshalJSON() ([]byte, error)
- func (o *AccessToken) SetAccessToken(v string)
- func (o *AccessToken) SetEmail(v string)
- func (o *AccessToken) SetExpiresIn(v int32)
- func (o *AccessToken) SetExpiry(v string)
- func (o *AccessToken) SetExpiryNil()
- func (o *AccessToken) SetFirstName(v string)
- func (o *AccessToken) SetIat(v string)
- func (o *AccessToken) SetIatNil()
- func (o *AccessToken) SetIdToken(v string)
- func (o *AccessToken) SetLastName(v string)
- func (o *AccessToken) SetRoles(v []string)
- func (o *AccessToken) SetScope(v string)
- func (o *AccessToken) SetTenantId(v string)
- func (o *AccessToken) SetTokenType(v string)
- func (o *AccessToken) SetUsername(v string)
- func (o *AccessToken) UnmarshalJSON(bytes []byte) (err error)
- func (o *AccessToken) UnsetExpiry()
- func (o *AccessToken) UnsetIat()
- type ApiAddBillingCycleRequest
- type ApiAddDevicesToSiteRequest
- type ApiAddPriceRequest
- type ApiAddServicesToSiteRequest
- type ApiApplyTemplateRequest
- type ApiAttachDeviceTemplatesRequest
- type ApiBatchAssignTemplateRequest
- func (r ApiBatchAssignTemplateRequest) Execute() ([]TemplateAssignmentResponse, *_nethttp.Response, error)
- func (r ApiBatchAssignTemplateRequest) Inheritable(inheritable bool) ApiBatchAssignTemplateRequest
- func (r ApiBatchAssignTemplateRequest) RequestBody(requestBody []string) ApiBatchAssignTemplateRequest
- type ApiBatchAttachDeviceTemplatesRequest
- func (r ApiBatchAttachDeviceTemplatesRequest) DeviceTemplateBatchAttachRequest(deviceTemplateBatchAttachRequest DeviceTemplateBatchAttachRequest) ApiBatchAttachDeviceTemplatesRequest
- func (r ApiBatchAttachDeviceTemplatesRequest) Execute() ([][]DeviceTemplateHistorySummary, *_nethttp.Response, error)
- type ApiBatchUnassignTemplateRequest
- type ApiCancelIncidentRequest
- type ApiCancelWorkflowInstanceRequest
- type ApiCreateChangeRequestRequest
- type ApiCreateDeviceRequest
- type ApiCreateDeviceTemplateRequest
- type ApiCreateDeviceTemplateVersionRequest
- type ApiCreateGenericEventRequest
- type ApiCreateIncidentRequest
- type ApiCreateOfferRequest
- type ApiCreateProductRequest
- type ApiCreateServiceNowConfigurationRequest
- type ApiCreateSiteRequest
- type ApiCreateSmartAccountConfigurationRequest
- func (r ApiCreateSmartAccountConfigurationRequest) Execute() (SmartAccountConfiguration, *_nethttp.Response, error)
- func (r ApiCreateSmartAccountConfigurationRequest) SmartAccountConfigurationCreate(smartAccountConfigurationCreate SmartAccountConfigurationCreate) ApiCreateSmartAccountConfigurationRequest
- type ApiCreateTenantRequest
- type ApiCreateUserRequest
- type ApiCreateWorkflowCategoryRequest
- func (r ApiCreateWorkflowCategoryRequest) Execute() (WorkflowCategory, *_nethttp.Response, error)
- func (r ApiCreateWorkflowCategoryRequest) TenantId(tenantId string) ApiCreateWorkflowCategoryRequest
- func (r ApiCreateWorkflowCategoryRequest) WorkflowCategoryCreate(workflowCategoryCreate WorkflowCategoryCreate) ApiCreateWorkflowCategoryRequest
- type ApiCreateWorkflowEventRequest
- type ApiCreateWorkflowTargetRequest
- type ApiDeleteBillingCycleRequest
- type ApiDeleteChangeRequestRequest
- type ApiDeleteDeviceRequest
- type ApiDeleteDeviceTemplateRequest
- type ApiDeleteIncidentRequest
- type ApiDeleteOfferRequest
- type ApiDeletePriceRequest
- type ApiDeleteProductRequest
- type ApiDeleteRegisteredProductVersionRequest
- type ApiDeleteServiceNowConfigurationRequest
- type ApiDeleteServiceRequest
- type ApiDeleteSiteRequest
- type ApiDeleteTemplateApplicationRequest
- type ApiDeleteTemplateRequest
- type ApiDeleteTenantRequest
- type ApiDeleteUserRequest
- type ApiDeleteWorkflowCategoryRequest
- type ApiDeleteWorkflowEventRequest
- type ApiDeleteWorkflowInstanceRequest
- type ApiDeleteWorkflowRequest
- type ApiDeleteWorkflowTargetRequest
- type ApiDetachDeviceTemplateRequest
- type ApiDetachDeviceTemplatesRequest
- type ApiExportWorkflowRequest
- type ApiGetAccessTokenRequest
- func (r ApiGetAccessTokenRequest) AccessToken(accessToken string) ApiGetAccessTokenRequest
- func (r ApiGetAccessTokenRequest) Authorization(authorization string) ApiGetAccessTokenRequest
- func (r ApiGetAccessTokenRequest) Execute() (AccessToken, *_nethttp.Response, error)
- func (r ApiGetAccessTokenRequest) GrantType(grantType string) ApiGetAccessTokenRequest
- func (r ApiGetAccessTokenRequest) Nonce(nonce string) ApiGetAccessTokenRequest
- func (r ApiGetAccessTokenRequest) Password(password string) ApiGetAccessTokenRequest
- func (r ApiGetAccessTokenRequest) Scope(scope string) ApiGetAccessTokenRequest
- func (r ApiGetAccessTokenRequest) SwitchUsername(switchUsername string) ApiGetAccessTokenRequest
- func (r ApiGetAccessTokenRequest) TenantId(tenantId string) ApiGetAccessTokenRequest
- func (r ApiGetAccessTokenRequest) TenantName(tenantName string) ApiGetAccessTokenRequest
- func (r ApiGetAccessTokenRequest) Username(username string) ApiGetAccessTokenRequest
- type ApiGetAssignmentHistoryRequest
- type ApiGetAssignmentRequest
- type ApiGetBillingCycleRequest
- type ApiGetBillingCyclesPageRequest
- func (r ApiGetBillingCyclesPageRequest) Execute() (BillingCyclesPage, *_nethttp.Response, error)
- func (r ApiGetBillingCyclesPageRequest) NextBilledOn(nextBilledOn time.Time) ApiGetBillingCyclesPageRequest
- func (r ApiGetBillingCyclesPageRequest) Page(page int32) ApiGetBillingCyclesPageRequest
- func (r ApiGetBillingCyclesPageRequest) PageSize(pageSize int32) ApiGetBillingCyclesPageRequest
- func (r ApiGetBillingCyclesPageRequest) TenantId(tenantId string) ApiGetBillingCyclesPageRequest
- type ApiGetChangeRequestRequest
- type ApiGetChangeRequestsPageRequest
- func (r ApiGetChangeRequestsPageRequest) Execute() (ChangeRequestsPage, *_nethttp.Response, error)
- func (r ApiGetChangeRequestsPageRequest) Page(page int32) ApiGetChangeRequestsPageRequest
- func (r ApiGetChangeRequestsPageRequest) PageSize(pageSize int32) ApiGetChangeRequestsPageRequest
- func (r ApiGetChangeRequestsPageRequest) TenantId(tenantId string) ApiGetChangeRequestsPageRequest
- type ApiGetConfigurationRequest
- type ApiGetCostSummaryRequest
- func (r ApiGetCostSummaryRequest) Execute() (BillingCostsReport, *_nethttp.Response, error)
- func (r ApiGetCostSummaryRequest) FromDate(fromDate time.Time) ApiGetCostSummaryRequest
- func (r ApiGetCostSummaryRequest) GroupBy(groupBy string) ApiGetCostSummaryRequest
- func (r ApiGetCostSummaryRequest) TenantId(tenantId string) ApiGetCostSummaryRequest
- func (r ApiGetCostSummaryRequest) ToDate(toDate time.Time) ApiGetCostSummaryRequest
- type ApiGetCurrentUserRequest
- type ApiGetDeviceConfigRequest
- type ApiGetDeviceRequest
- type ApiGetDeviceTemplateHistoryRequest
- type ApiGetDeviceTemplateRequest
- type ApiGetDeviceTemplatesListRequest
- func (r ApiGetDeviceTemplatesListRequest) AllVersions(allVersions bool) ApiGetDeviceTemplatesListRequest
- func (r ApiGetDeviceTemplatesListRequest) Execute() ([]DeviceTemplate, *_nethttp.Response, error)
- func (r ApiGetDeviceTemplatesListRequest) ServiceType(serviceType string) ApiGetDeviceTemplatesListRequest
- func (r ApiGetDeviceTemplatesListRequest) TenantId(tenantId string) ApiGetDeviceTemplatesListRequest
- type ApiGetDevicesHealthListRequest
- type ApiGetDevicesPageRequest
- func (r ApiGetDevicesPageRequest) ComplianceStates(complianceStates []DeviceComplianceState) ApiGetDevicesPageRequest
- func (r ApiGetDevicesPageRequest) DeviceIds(deviceIds []string) ApiGetDevicesPageRequest
- func (r ApiGetDevicesPageRequest) Execute() (DevicesPage, *_nethttp.Response, error)
- func (r ApiGetDevicesPageRequest) IncludeSubtenants(includeSubtenants bool) ApiGetDevicesPageRequest
- func (r ApiGetDevicesPageRequest) Models(models []string) ApiGetDevicesPageRequest
- func (r ApiGetDevicesPageRequest) Names(names []string) ApiGetDevicesPageRequest
- func (r ApiGetDevicesPageRequest) Page(page int32) ApiGetDevicesPageRequest
- func (r ApiGetDevicesPageRequest) PageSize(pageSize int32) ApiGetDevicesPageRequest
- func (r ApiGetDevicesPageRequest) SerialKeys(serialKeys []string) ApiGetDevicesPageRequest
- func (r ApiGetDevicesPageRequest) ServiceIds(serviceIds []string) ApiGetDevicesPageRequest
- func (r ApiGetDevicesPageRequest) ServiceTypes(serviceTypes []string) ApiGetDevicesPageRequest
- func (r ApiGetDevicesPageRequest) Severities(severities []string) ApiGetDevicesPageRequest
- func (r ApiGetDevicesPageRequest) SortBy(sortBy string) ApiGetDevicesPageRequest
- func (r ApiGetDevicesPageRequest) SortOrder(sortOrder string) ApiGetDevicesPageRequest
- func (r ApiGetDevicesPageRequest) Subtypes(subtypes []string) ApiGetDevicesPageRequest
- func (r ApiGetDevicesPageRequest) TenantIds(tenantIds []string) ApiGetDevicesPageRequest
- func (r ApiGetDevicesPageRequest) Types(types []string) ApiGetDevicesPageRequest
- func (r ApiGetDevicesPageRequest) Versions(versions []string) ApiGetDevicesPageRequest
- func (r ApiGetDevicesPageRequest) VulnerabilityStates(vulnerabilityStates []DeviceVulnerabilityState) ApiGetDevicesPageRequest
- type ApiGetEventRequest
- type ApiGetEventsPageRequest
- func (r ApiGetEventsPageRequest) Execute() (BillingEventsPage, *_nethttp.Response, error)
- func (r ApiGetEventsPageRequest) FromDate(fromDate time.Time) ApiGetEventsPageRequest
- func (r ApiGetEventsPageRequest) Page(page int32) ApiGetEventsPageRequest
- func (r ApiGetEventsPageRequest) PageSize(pageSize int32) ApiGetEventsPageRequest
- func (r ApiGetEventsPageRequest) Subtype(subtype string) ApiGetEventsPageRequest
- func (r ApiGetEventsPageRequest) TenantId(tenantId string) ApiGetEventsPageRequest
- func (r ApiGetEventsPageRequest) ToDate(toDate time.Time) ApiGetEventsPageRequest
- func (r ApiGetEventsPageRequest) Type_(type_ string) ApiGetEventsPageRequest
- type ApiGetIncidentRequest
- type ApiGetIncidentsRequest
- func (r ApiGetIncidentsRequest) Category(category string) ApiGetIncidentsRequest
- func (r ApiGetIncidentsRequest) Execute() (IncidentsPage, *_nethttp.Response, error)
- func (r ApiGetIncidentsRequest) ExternalId(externalId string) ApiGetIncidentsRequest
- func (r ApiGetIncidentsRequest) Id(id string) ApiGetIncidentsRequest
- func (r ApiGetIncidentsRequest) Page(page int32) ApiGetIncidentsRequest
- func (r ApiGetIncidentsRequest) PageSize(pageSize int32) ApiGetIncidentsRequest
- func (r ApiGetIncidentsRequest) Priority(priority string) ApiGetIncidentsRequest
- func (r ApiGetIncidentsRequest) Severity(severity string) ApiGetIncidentsRequest
- func (r ApiGetIncidentsRequest) SortBy(sortBy string) ApiGetIncidentsRequest
- func (r ApiGetIncidentsRequest) SortOrder(sortOrder string) ApiGetIncidentsRequest
- func (r ApiGetIncidentsRequest) State(state string) ApiGetIncidentsRequest
- func (r ApiGetIncidentsRequest) Subcategory(subcategory string) ApiGetIncidentsRequest
- func (r ApiGetIncidentsRequest) TenantId(tenantId string) ApiGetIncidentsRequest
- type ApiGetIngestVulnerabilitiesTasksPageRequest
- func (r ApiGetIngestVulnerabilitiesTasksPageRequest) EndDate(endDate time.Time) ApiGetIngestVulnerabilitiesTasksPageRequest
- func (r ApiGetIngestVulnerabilitiesTasksPageRequest) Execute() (VulnerabilityIngestPage, *_nethttp.Response, error)
- func (r ApiGetIngestVulnerabilitiesTasksPageRequest) Page(page int32) ApiGetIngestVulnerabilitiesTasksPageRequest
- func (r ApiGetIngestVulnerabilitiesTasksPageRequest) PageSize(pageSize int32) ApiGetIngestVulnerabilitiesTasksPageRequest
- func (r ApiGetIngestVulnerabilitiesTasksPageRequest) StartDate(startDate time.Time) ApiGetIngestVulnerabilitiesTasksPageRequest
- type ApiGetLicensesListRequest
- type ApiGetOfferAssignmentsListRequest
- type ApiGetOfferRequest
- type ApiGetOffersCountRequest
- type ApiGetOffersPageRequest
- func (r ApiGetOffersPageRequest) Execute() (OffersPage, *_nethttp.Response, error)
- func (r ApiGetOffersPageRequest) Page(page int32) ApiGetOffersPageRequest
- func (r ApiGetOffersPageRequest) PageSize(pageSize int32) ApiGetOffersPageRequest
- func (r ApiGetOffersPageRequest) ProductId(productId string) ApiGetOffersPageRequest
- func (r ApiGetOffersPageRequest) TenantIds(tenantIds []string) ApiGetOffersPageRequest
- type ApiGetPriceRequest
- type ApiGetPricesPageRequest
- func (r ApiGetPricesPageRequest) Execute() (BillingPricesPage, *_nethttp.Response, error)
- func (r ApiGetPricesPageRequest) Page(page int32) ApiGetPricesPageRequest
- func (r ApiGetPricesPageRequest) PageSize(pageSize int32) ApiGetPricesPageRequest
- func (r ApiGetPricesPageRequest) Subtype(subtype string) ApiGetPricesPageRequest
- func (r ApiGetPricesPageRequest) TenantId(tenantId string) ApiGetPricesPageRequest
- func (r ApiGetPricesPageRequest) Type_(type_ string) ApiGetPricesPageRequest
- type ApiGetProductAssignmentsListRequest
- type ApiGetProductRequest
- type ApiGetProductsCountRequest
- type ApiGetProductsPageRequest
- func (r ApiGetProductsPageRequest) Execute() (ProductsPage, *_nethttp.Response, error)
- func (r ApiGetProductsPageRequest) Page(page int32) ApiGetProductsPageRequest
- func (r ApiGetProductsPageRequest) PageSize(pageSize int32) ApiGetProductsPageRequest
- func (r ApiGetProductsPageRequest) TenantId(tenantId string) ApiGetProductsPageRequest
- type ApiGetRegisteredProductVersionPageRequest
- func (r ApiGetRegisteredProductVersionPageRequest) Execute() (VulnerabilitiesRegistrationPage, *_nethttp.Response, error)
- func (r ApiGetRegisteredProductVersionPageRequest) Page(page int32) ApiGetRegisteredProductVersionPageRequest
- func (r ApiGetRegisteredProductVersionPageRequest) PageSize(pageSize int32) ApiGetRegisteredProductVersionPageRequest
- func (r ApiGetRegisteredProductVersionPageRequest) Product(product string) ApiGetRegisteredProductVersionPageRequest
- func (r ApiGetRegisteredProductVersionPageRequest) Version(version string) ApiGetRegisteredProductVersionPageRequest
- type ApiGetRoleByNameRequest
- type ApiGetRolesListRequest
- type ApiGetServiceNowConfigurationRequest
- type ApiGetServiceNowConfigurationsPageRequest
- func (r ApiGetServiceNowConfigurationsPageRequest) Domain(domain string) ApiGetServiceNowConfigurationsPageRequest
- func (r ApiGetServiceNowConfigurationsPageRequest) Execute() (ServiceNowConfigurationsPage, *_nethttp.Response, error)
- func (r ApiGetServiceNowConfigurationsPageRequest) Page(page int32) ApiGetServiceNowConfigurationsPageRequest
- func (r ApiGetServiceNowConfigurationsPageRequest) PageSize(pageSize int32) ApiGetServiceNowConfigurationsPageRequest
- func (r ApiGetServiceNowConfigurationsPageRequest) TenantId(tenantId string) ApiGetServiceNowConfigurationsPageRequest
- type ApiGetServiceRequest
- type ApiGetServicesHealthListRequest
- type ApiGetServicesPageRequest
- func (r ApiGetServicesPageRequest) Execute() (ServicesPage, *_nethttp.Response, error)
- func (r ApiGetServicesPageRequest) Page(page int32) ApiGetServicesPageRequest
- func (r ApiGetServicesPageRequest) PageSize(pageSize int32) ApiGetServicesPageRequest
- func (r ApiGetServicesPageRequest) TenantIds(tenantIds []string) ApiGetServicesPageRequest
- type ApiGetSiteRequest
- type ApiGetSitesPageRequest
- func (r ApiGetSitesPageRequest) DeviceId(deviceId string) ApiGetSitesPageRequest
- func (r ApiGetSitesPageRequest) Execute() (SitesPage, *_nethttp.Response, error)
- func (r ApiGetSitesPageRequest) IncludeSubtenants(includeSubtenants bool) ApiGetSitesPageRequest
- func (r ApiGetSitesPageRequest) ManagingControlPlaneId(managingControlPlaneId string) ApiGetSitesPageRequest
- func (r ApiGetSitesPageRequest) Page(page int32) ApiGetSitesPageRequest
- func (r ApiGetSitesPageRequest) PageSize(pageSize int32) ApiGetSitesPageRequest
- func (r ApiGetSitesPageRequest) ParentId(parentId string) ApiGetSitesPageRequest
- func (r ApiGetSitesPageRequest) ServiceId(serviceId string) ApiGetSitesPageRequest
- func (r ApiGetSitesPageRequest) ServiceType(serviceType string) ApiGetSitesPageRequest
- func (r ApiGetSitesPageRequest) ShowImage(showImage bool) ApiGetSitesPageRequest
- func (r ApiGetSitesPageRequest) TenantId(tenantId string) ApiGetSitesPageRequest
- func (r ApiGetSitesPageRequest) Type_(type_ string) ApiGetSitesPageRequest
- type ApiGetSmartAccountConfigurationRequest
- type ApiGetTemplateApplicationHistoryRequest
- type ApiGetTemplateApplicationRequest
- type ApiGetTemplateApplicationsPageRequest
- func (r ApiGetTemplateApplicationsPageRequest) CalculateTotalItems(calculateTotalItems bool) ApiGetTemplateApplicationsPageRequest
- func (r ApiGetTemplateApplicationsPageRequest) Execute() (TemplateApplicationsPage, *_nethttp.Response, error)
- func (r ApiGetTemplateApplicationsPageRequest) Page(page int32) ApiGetTemplateApplicationsPageRequest
- func (r ApiGetTemplateApplicationsPageRequest) PageSize(pageSize int32) ApiGetTemplateApplicationsPageRequest
- func (r ApiGetTemplateApplicationsPageRequest) SortBy(sortBy string) ApiGetTemplateApplicationsPageRequest
- func (r ApiGetTemplateApplicationsPageRequest) SortOrder(sortOrder string) ApiGetTemplateApplicationsPageRequest
- func (r ApiGetTemplateApplicationsPageRequest) TargetId(targetId string) ApiGetTemplateApplicationsPageRequest
- func (r ApiGetTemplateApplicationsPageRequest) TargetType(targetType string) ApiGetTemplateApplicationsPageRequest
- func (r ApiGetTemplateApplicationsPageRequest) TemplateId(templateId string) ApiGetTemplateApplicationsPageRequest
- func (r ApiGetTemplateApplicationsPageRequest) TenantId(tenantId string) ApiGetTemplateApplicationsPageRequest
- type ApiGetTemplateAssignmentsPageRequest
- func (r ApiGetTemplateAssignmentsPageRequest) CalculateTotalItems(calculateTotalItems bool) ApiGetTemplateAssignmentsPageRequest
- func (r ApiGetTemplateAssignmentsPageRequest) Execute() (TemplateAssignmentsPage, *_nethttp.Response, error)
- func (r ApiGetTemplateAssignmentsPageRequest) Page(page int32) ApiGetTemplateAssignmentsPageRequest
- func (r ApiGetTemplateAssignmentsPageRequest) PageSize(pageSize int32) ApiGetTemplateAssignmentsPageRequest
- func (r ApiGetTemplateAssignmentsPageRequest) TemplateId(templateId string) ApiGetTemplateAssignmentsPageRequest
- func (r ApiGetTemplateAssignmentsPageRequest) TenantId(tenantId string) ApiGetTemplateAssignmentsPageRequest
- type ApiGetTemplateHistoryRequest
- type ApiGetTemplateRequest
- type ApiGetTemplatesPageRequest
- func (r ApiGetTemplatesPageRequest) CalculateTotalItems(calculateTotalItems bool) ApiGetTemplatesPageRequest
- func (r ApiGetTemplatesPageRequest) Execute() (TemplatesPage, *_nethttp.Response, error)
- func (r ApiGetTemplatesPageRequest) ExternalId(externalId string) ApiGetTemplatesPageRequest
- func (r ApiGetTemplatesPageRequest) Page(page int32) ApiGetTemplatesPageRequest
- func (r ApiGetTemplatesPageRequest) PageSize(pageSize int32) ApiGetTemplatesPageRequest
- func (r ApiGetTemplatesPageRequest) Service(service string) ApiGetTemplatesPageRequest
- func (r ApiGetTemplatesPageRequest) Tags(tags []string) ApiGetTemplatesPageRequest
- type ApiGetTenantRequest
- type ApiGetTenantsListRequest
- type ApiGetTenantsPageRequest
- func (r ApiGetTenantsPageRequest) Execute() (TenantsPage, *_nethttp.Response, error)
- func (r ApiGetTenantsPageRequest) Page(page int32) ApiGetTenantsPageRequest
- func (r ApiGetTenantsPageRequest) PageSize(pageSize int32) ApiGetTenantsPageRequest
- func (r ApiGetTenantsPageRequest) ParentId(parentId string) ApiGetTenantsPageRequest
- func (r ApiGetTenantsPageRequest) ShowImage(showImage bool) ApiGetTenantsPageRequest
- func (r ApiGetTenantsPageRequest) SortBy(sortBy string) ApiGetTenantsPageRequest
- func (r ApiGetTenantsPageRequest) SortOrder(sortOrder string) ApiGetTenantsPageRequest
- type ApiGetUserAccountsListRequest
- func (r ApiGetUserAccountsListRequest) Domain(domain string) ApiGetUserAccountsListRequest
- func (r ApiGetUserAccountsListRequest) Execute() (SmartUserAccounts, *_nethttp.Response, error)
- func (r ApiGetUserAccountsListRequest) RoleName(roleName string) ApiGetUserAccountsListRequest
- func (r ApiGetUserAccountsListRequest) Type_(type_ SmartAccountType) ApiGetUserAccountsListRequest
- func (r ApiGetUserAccountsListRequest) UserId(userId string) ApiGetUserAccountsListRequest
- type ApiGetUserRequest
- type ApiGetUsersPageRequest
- func (r ApiGetUsersPageRequest) Deleted(deleted bool) ApiGetUsersPageRequest
- func (r ApiGetUsersPageRequest) Execute() (UsersPage, *_nethttp.Response, error)
- func (r ApiGetUsersPageRequest) Page(page int32) ApiGetUsersPageRequest
- func (r ApiGetUsersPageRequest) PageSize(pageSize int32) ApiGetUsersPageRequest
- func (r ApiGetUsersPageRequest) TenantId(tenantId string) ApiGetUsersPageRequest
- type ApiGetValidateProductVersionPageRequest
- func (r ApiGetValidateProductVersionPageRequest) EndDate(endDate time.Time) ApiGetValidateProductVersionPageRequest
- func (r ApiGetValidateProductVersionPageRequest) Execute() (VulnerabilityValidationPage, *_nethttp.Response, error)
- func (r ApiGetValidateProductVersionPageRequest) Page(page int32) ApiGetValidateProductVersionPageRequest
- func (r ApiGetValidateProductVersionPageRequest) PageSize(pageSize int32) ApiGetValidateProductVersionPageRequest
- func (r ApiGetValidateProductVersionPageRequest) StartDate(startDate time.Time) ApiGetValidateProductVersionPageRequest
- type ApiGetVulnerabilitiesPageRequest
- func (r ApiGetVulnerabilitiesPageRequest) CveId(cveId string) ApiGetVulnerabilitiesPageRequest
- func (r ApiGetVulnerabilitiesPageRequest) EndDate(endDate time.Time) ApiGetVulnerabilitiesPageRequest
- func (r ApiGetVulnerabilitiesPageRequest) Execute() (VulnerabilitiesPage, *_nethttp.Response, error)
- func (r ApiGetVulnerabilitiesPageRequest) Page(page int32) ApiGetVulnerabilitiesPageRequest
- func (r ApiGetVulnerabilitiesPageRequest) PageSize(pageSize int32) ApiGetVulnerabilitiesPageRequest
- func (r ApiGetVulnerabilitiesPageRequest) Product(product string) ApiGetVulnerabilitiesPageRequest
- func (r ApiGetVulnerabilitiesPageRequest) Severity(severity VulnerabilitySeverity) ApiGetVulnerabilitiesPageRequest
- func (r ApiGetVulnerabilitiesPageRequest) SortBy(sortBy string) ApiGetVulnerabilitiesPageRequest
- func (r ApiGetVulnerabilitiesPageRequest) SortOrder(sortOrder string) ApiGetVulnerabilitiesPageRequest
- func (r ApiGetVulnerabilitiesPageRequest) StartDate(startDate time.Time) ApiGetVulnerabilitiesPageRequest
- func (r ApiGetVulnerabilitiesPageRequest) Vendor(vendor string) ApiGetVulnerabilitiesPageRequest
- func (r ApiGetVulnerabilitiesPageRequest) Version(version string) ApiGetVulnerabilitiesPageRequest
- func (r ApiGetVulnerabilitiesPageRequest) Year(year int32) ApiGetVulnerabilitiesPageRequest
- type ApiGetWorkflowCategoriesListRequest
- type ApiGetWorkflowCategoryRequest
- type ApiGetWorkflowEventRequest
- type ApiGetWorkflowEventsListRequest
- type ApiGetWorkflowInstanceActionRequest
- type ApiGetWorkflowInstanceRequest
- type ApiGetWorkflowInstancesListRequest
- func (r ApiGetWorkflowInstancesListRequest) DateFrom(dateFrom string) ApiGetWorkflowInstancesListRequest
- func (r ApiGetWorkflowInstancesListRequest) DateTo(dateTo string) ApiGetWorkflowInstancesListRequest
- func (r ApiGetWorkflowInstancesListRequest) Execute() ([]WorkflowInstance, *_nethttp.Response, error)
- func (r ApiGetWorkflowInstancesListRequest) Page(page int32) ApiGetWorkflowInstancesListRequest
- func (r ApiGetWorkflowInstancesListRequest) PageSize(pageSize int32) ApiGetWorkflowInstancesListRequest
- type ApiGetWorkflowRequest
- type ApiGetWorkflowSchemaRequest
- type ApiGetWorkflowSchemasListRequest
- func (r ApiGetWorkflowSchemasListRequest) BaseType(baseType string) ApiGetWorkflowSchemasListRequest
- func (r ApiGetWorkflowSchemasListRequest) Execute() ([]WorkflowSchema, *_nethttp.Response, error)
- func (r ApiGetWorkflowSchemasListRequest) SchemaType(schemaType string) ApiGetWorkflowSchemasListRequest
- func (r ApiGetWorkflowSchemasListRequest) VariableType(variableType bool) ApiGetWorkflowSchemasListRequest
- type ApiGetWorkflowStartConfigRequest
- type ApiGetWorkflowTargetRequest
- type ApiGetWorkflowTargetsListRequest
- type ApiGetWorkflowsListRequest
- type ApiImportTemplateRequest
- type ApiImportWorkflowRequest
- func (r ApiImportWorkflowRequest) Execute() (WorkflowMapping, *_nethttp.Response, error)
- func (r ApiImportWorkflowRequest) Global(global bool) ApiImportWorkflowRequest
- func (r ApiImportWorkflowRequest) RequestBody(requestBody map[string]interface{}) ApiImportWorkflowRequest
- func (r ApiImportWorkflowRequest) TenantIds(tenantIds []string) ApiImportWorkflowRequest
- type ApiIngestVulnerabilitiesRequest
- type ApiPatchConfigurationRequest
- type ApiPatchDeviceRequest
- type ApiProcessBillingCycleRequest
- type ApiRedeployDeviceRequest
- type ApiRegisterProductVersionRequest
- type ApiRemoveDevicesFromSiteRequest
- type ApiRemoveServicesFromSiteRequest
- type ApiScanDeviceTemplateParametersRequest
- type ApiStartWorkflowRequest
- type ApiSubmitOrderRequest
- func (r ApiSubmitOrderRequest) Execute() (LegacyServiceOrderResponse, *_nethttp.Response, error)
- func (r ApiSubmitOrderRequest) LegacyServiceOrder(legacyServiceOrder LegacyServiceOrder) ApiSubmitOrderRequest
- func (r ApiSubmitOrderRequest) OfferId(offerId string) ApiSubmitOrderRequest
- func (r ApiSubmitOrderRequest) ProductId(productId string) ApiSubmitOrderRequest
- type ApiUpdateApplicationStatusRequest
- type ApiUpdateAssignmentStatusRequest
- type ApiUpdateBillingCycleRequest
- type ApiUpdateChangeRequestRequest
- type ApiUpdateConfigurationRequest
- type ApiUpdateDeviceRequest
- type ApiUpdateDeviceTemplateAccessRequest
- type ApiUpdateDeviceTemplatesRequest
- type ApiUpdateIncidentRequest
- type ApiUpdateOfferAssignmentsRequest
- type ApiUpdateOfferRequest
- type ApiUpdateOrderRequest
- func (r ApiUpdateOrderRequest) Execute() (LegacyServiceOrderResponse, *_nethttp.Response, error)
- func (r ApiUpdateOrderRequest) LegacyServiceOrder(legacyServiceOrder LegacyServiceOrder) ApiUpdateOrderRequest
- func (r ApiUpdateOrderRequest) OfferId(offerId string) ApiUpdateOrderRequest
- func (r ApiUpdateOrderRequest) ProductId(productId string) ApiUpdateOrderRequest
- type ApiUpdatePriceRequest
- type ApiUpdateProductAssignmentsRequest
- type ApiUpdateProductRequest
- type ApiUpdateServiceRequest
- type ApiUpdateSiteRequest
- type ApiUpdateSmartAccountConfigurationRequest
- func (r ApiUpdateSmartAccountConfigurationRequest) Execute() (SmartAccountConfiguration, *_nethttp.Response, error)
- func (r ApiUpdateSmartAccountConfigurationRequest) SmartAccountConfigurationUpdate(smartAccountConfigurationUpdate SmartAccountConfigurationUpdate) ApiUpdateSmartAccountConfigurationRequest
- type ApiUpdateTemplateStatusRequest
- type ApiUpdateTenantRequest
- type ApiUpdateUserPasswordRequest
- type ApiUpdateUserRequest
- type ApiUpdateWorkflowCategoryRequest
- type ApiUpdateWorkflowEventRequest
- type ApiUpdateWorkflowRequest
- func (r ApiUpdateWorkflowRequest) Execute() (WorkflowMapping, *_nethttp.Response, error)
- func (r ApiUpdateWorkflowRequest) Global(global bool) ApiUpdateWorkflowRequest
- func (r ApiUpdateWorkflowRequest) RequestBody(requestBody map[string]interface{}) ApiUpdateWorkflowRequest
- func (r ApiUpdateWorkflowRequest) TenantIds(tenantIds []string) ApiUpdateWorkflowRequest
- type ApiUpdateWorkflowTargetRequest
- type ApiValidateProductVersionRequest
- type ApiValidateWorkflowRequest
- type AuditingGenericEventsApiService
- type BasicAuth
- type BillingCostsReport
- func (o *BillingCostsReport) GetDetails() []CostSummary
- func (o *BillingCostsReport) GetDetailsOk() (*[]CostSummary, bool)
- func (o *BillingCostsReport) GetTenantId() string
- func (o *BillingCostsReport) GetTenantIdOk() (*string, bool)
- func (o *BillingCostsReport) HasDetails() bool
- func (o *BillingCostsReport) HasTenantId() bool
- func (o BillingCostsReport) MarshalJSON() ([]byte, error)
- func (o *BillingCostsReport) SetDetails(v []CostSummary)
- func (o *BillingCostsReport) SetTenantId(v string)
- func (o *BillingCostsReport) UnmarshalJSON(bytes []byte) (err error)
- type BillingCycle
- func (o *BillingCycle) GetEventId() string
- func (o *BillingCycle) GetEventIdOk() (*string, bool)
- func (o *BillingCycle) GetId() string
- func (o *BillingCycle) GetIdOk() (*string, bool)
- func (o *BillingCycle) GetLastBilledOn() string
- func (o *BillingCycle) GetLastBilledOnOk() (*string, bool)
- func (o *BillingCycle) GetNextBilledOn() string
- func (o *BillingCycle) GetNextBilledOnOk() (*string, bool)
- func (o *BillingCycle) GetTenantId() string
- func (o *BillingCycle) GetTenantIdOk() (*string, bool)
- func (o *BillingCycle) HasEventId() bool
- func (o *BillingCycle) HasId() bool
- func (o *BillingCycle) HasLastBilledOn() bool
- func (o *BillingCycle) HasNextBilledOn() bool
- func (o *BillingCycle) HasTenantId() bool
- func (o BillingCycle) MarshalJSON() ([]byte, error)
- func (o *BillingCycle) SetEventId(v string)
- func (o *BillingCycle) SetId(v string)
- func (o *BillingCycle) SetLastBilledOn(v string)
- func (o *BillingCycle) SetNextBilledOn(v string)
- func (o *BillingCycle) SetTenantId(v string)
- func (o *BillingCycle) UnmarshalJSON(bytes []byte) (err error)
- type BillingCycleAllOf
- func (o *BillingCycleAllOf) GetEventId() string
- func (o *BillingCycleAllOf) GetEventIdOk() (*string, bool)
- func (o *BillingCycleAllOf) GetId() string
- func (o *BillingCycleAllOf) GetIdOk() (*string, bool)
- func (o *BillingCycleAllOf) GetLastBilledOn() string
- func (o *BillingCycleAllOf) GetLastBilledOnOk() (*string, bool)
- func (o *BillingCycleAllOf) GetNextBilledOn() string
- func (o *BillingCycleAllOf) GetNextBilledOnOk() (*string, bool)
- func (o *BillingCycleAllOf) GetTenantId() string
- func (o *BillingCycleAllOf) GetTenantIdOk() (*string, bool)
- func (o *BillingCycleAllOf) HasEventId() bool
- func (o *BillingCycleAllOf) HasId() bool
- func (o *BillingCycleAllOf) HasLastBilledOn() bool
- func (o *BillingCycleAllOf) HasNextBilledOn() bool
- func (o *BillingCycleAllOf) HasTenantId() bool
- func (o BillingCycleAllOf) MarshalJSON() ([]byte, error)
- func (o *BillingCycleAllOf) SetEventId(v string)
- func (o *BillingCycleAllOf) SetId(v string)
- func (o *BillingCycleAllOf) SetLastBilledOn(v string)
- func (o *BillingCycleAllOf) SetNextBilledOn(v string)
- func (o *BillingCycleAllOf) SetTenantId(v string)
- func (o *BillingCycleAllOf) UnmarshalJSON(bytes []byte) (err error)
- type BillingCycleCreate
- func (o *BillingCycleCreate) GetEventId() string
- func (o *BillingCycleCreate) GetEventIdOk() (*string, bool)
- func (o *BillingCycleCreate) GetLastBilledOn() string
- func (o *BillingCycleCreate) GetLastBilledOnOk() (*string, bool)
- func (o *BillingCycleCreate) GetNextBilledOn() string
- func (o *BillingCycleCreate) GetNextBilledOnOk() (*string, bool)
- func (o *BillingCycleCreate) GetTenantId() string
- func (o *BillingCycleCreate) GetTenantIdOk() (*string, bool)
- func (o BillingCycleCreate) MarshalJSON() ([]byte, error)
- func (o *BillingCycleCreate) SetEventId(v string)
- func (o *BillingCycleCreate) SetLastBilledOn(v string)
- func (o *BillingCycleCreate) SetNextBilledOn(v string)
- func (o *BillingCycleCreate) SetTenantId(v string)
- func (o *BillingCycleCreate) UnmarshalJSON(bytes []byte) (err error)
- type BillingCycleProcess
- func (o *BillingCycleProcess) GetNextBilledOn() string
- func (o *BillingCycleProcess) GetNextBilledOnOk() (*string, bool)
- func (o BillingCycleProcess) MarshalJSON() ([]byte, error)
- func (o *BillingCycleProcess) SetNextBilledOn(v string)
- func (o *BillingCycleProcess) UnmarshalJSON(bytes []byte) (err error)
- type BillingCycleProcessAccepted
- func (o *BillingCycleProcessAccepted) GetCreatedOn() time.Time
- func (o *BillingCycleProcessAccepted) GetCreatedOnOk() (*time.Time, bool)
- func (o *BillingCycleProcessAccepted) GetId() string
- func (o *BillingCycleProcessAccepted) GetIdOk() (*string, bool)
- func (o *BillingCycleProcessAccepted) GetNextBilledOn() time.Time
- func (o *BillingCycleProcessAccepted) GetNextBilledOnOk() (*time.Time, bool)
- func (o *BillingCycleProcessAccepted) HasCreatedOn() bool
- func (o *BillingCycleProcessAccepted) HasId() bool
- func (o BillingCycleProcessAccepted) MarshalJSON() ([]byte, error)
- func (o *BillingCycleProcessAccepted) SetCreatedOn(v time.Time)
- func (o *BillingCycleProcessAccepted) SetId(v string)
- func (o *BillingCycleProcessAccepted) SetIdNil()
- func (o *BillingCycleProcessAccepted) SetNextBilledOn(v time.Time)
- func (o *BillingCycleProcessAccepted) UnmarshalJSON(bytes []byte) (err error)
- func (o *BillingCycleProcessAccepted) UnsetId()
- type BillingCycleUpdate
- func (o *BillingCycleUpdate) GetEventId() string
- func (o *BillingCycleUpdate) GetEventIdOk() (*string, bool)
- func (o *BillingCycleUpdate) GetLastBilledOn() string
- func (o *BillingCycleUpdate) GetLastBilledOnOk() (*string, bool)
- func (o *BillingCycleUpdate) GetNextBilledOn() string
- func (o *BillingCycleUpdate) GetNextBilledOnOk() (*string, bool)
- func (o *BillingCycleUpdate) GetTenantId() string
- func (o *BillingCycleUpdate) GetTenantIdOk() (*string, bool)
- func (o BillingCycleUpdate) MarshalJSON() ([]byte, error)
- func (o *BillingCycleUpdate) SetEventId(v string)
- func (o *BillingCycleUpdate) SetLastBilledOn(v string)
- func (o *BillingCycleUpdate) SetNextBilledOn(v string)
- func (o *BillingCycleUpdate) SetTenantId(v string)
- func (o *BillingCycleUpdate) UnmarshalJSON(bytes []byte) (err error)
- type BillingCyclesApiService
- func (a *BillingCyclesApiService) AddBillingCycle(ctx _context.Context) ApiAddBillingCycleRequest
- func (a *BillingCyclesApiService) AddBillingCycleExecute(r ApiAddBillingCycleRequest) (BillingCycle, *_nethttp.Response, error)
- func (a *BillingCyclesApiService) DeleteBillingCycle(ctx _context.Context, id string) ApiDeleteBillingCycleRequest
- func (a *BillingCyclesApiService) DeleteBillingCycleExecute(r ApiDeleteBillingCycleRequest) (*_nethttp.Response, error)
- func (a *BillingCyclesApiService) GetBillingCycle(ctx _context.Context, id string) ApiGetBillingCycleRequest
- func (a *BillingCyclesApiService) GetBillingCycleExecute(r ApiGetBillingCycleRequest) (BillingCycle, *_nethttp.Response, error)
- func (a *BillingCyclesApiService) GetBillingCyclesPage(ctx _context.Context) ApiGetBillingCyclesPageRequest
- func (a *BillingCyclesApiService) GetBillingCyclesPageExecute(r ApiGetBillingCyclesPageRequest) (BillingCyclesPage, *_nethttp.Response, error)
- func (a *BillingCyclesApiService) ProcessBillingCycle(ctx _context.Context) ApiProcessBillingCycleRequest
- func (a *BillingCyclesApiService) ProcessBillingCycleExecute(r ApiProcessBillingCycleRequest) (BillingCycleProcessAccepted, *_nethttp.Response, error)
- func (a *BillingCyclesApiService) UpdateBillingCycle(ctx _context.Context, id string) ApiUpdateBillingCycleRequest
- func (a *BillingCyclesApiService) UpdateBillingCycleExecute(r ApiUpdateBillingCycleRequest) (BillingCycle, *_nethttp.Response, error)
- type BillingCyclesPage
- func (o *BillingCyclesPage) GetContents() []BillingCycle
- func (o *BillingCyclesPage) GetContentsOk() (*[]BillingCycle, bool)
- func (o *BillingCyclesPage) GetHasNext() bool
- func (o *BillingCyclesPage) GetHasNextOk() (*bool, bool)
- func (o *BillingCyclesPage) GetHasPrevious() bool
- func (o *BillingCyclesPage) GetHasPreviousOk() (*bool, bool)
- func (o *BillingCyclesPage) GetPage() int32
- func (o *BillingCyclesPage) GetPageOk() (*int32, bool)
- func (o *BillingCyclesPage) GetPageSize() int32
- func (o *BillingCyclesPage) GetPageSizeOk() (*int32, bool)
- func (o *BillingCyclesPage) GetSortBy() string
- func (o *BillingCyclesPage) GetSortByOk() (*string, bool)
- func (o *BillingCyclesPage) GetSortOrder() string
- func (o *BillingCyclesPage) GetSortOrderOk() (*string, bool)
- func (o *BillingCyclesPage) GetTotalItems() int64
- func (o *BillingCyclesPage) GetTotalItemsOk() (*int64, bool)
- func (o *BillingCyclesPage) HasContents() bool
- func (o *BillingCyclesPage) HasHasNext() bool
- func (o *BillingCyclesPage) HasHasPrevious() bool
- func (o *BillingCyclesPage) HasPage() bool
- func (o *BillingCyclesPage) HasPageSize() bool
- func (o *BillingCyclesPage) HasSortBy() bool
- func (o *BillingCyclesPage) HasSortOrder() bool
- func (o *BillingCyclesPage) HasTotalItems() bool
- func (o BillingCyclesPage) MarshalJSON() ([]byte, error)
- func (o *BillingCyclesPage) SetContents(v []BillingCycle)
- func (o *BillingCyclesPage) SetHasNext(v bool)
- func (o *BillingCyclesPage) SetHasNextNil()
- func (o *BillingCyclesPage) SetHasPrevious(v bool)
- func (o *BillingCyclesPage) SetHasPreviousNil()
- func (o *BillingCyclesPage) SetPage(v int32)
- func (o *BillingCyclesPage) SetPageSize(v int32)
- func (o *BillingCyclesPage) SetSortBy(v string)
- func (o *BillingCyclesPage) SetSortByNil()
- func (o *BillingCyclesPage) SetSortOrder(v string)
- func (o *BillingCyclesPage) SetSortOrderNil()
- func (o *BillingCyclesPage) SetTotalItems(v int64)
- func (o *BillingCyclesPage) SetTotalItemsNil()
- func (o *BillingCyclesPage) UnmarshalJSON(bytes []byte) (err error)
- func (o *BillingCyclesPage) UnsetHasNext()
- func (o *BillingCyclesPage) UnsetHasPrevious()
- func (o *BillingCyclesPage) UnsetSortBy()
- func (o *BillingCyclesPage) UnsetSortOrder()
- func (o *BillingCyclesPage) UnsetTotalItems()
- type BillingCyclesPageAllOf
- func (o *BillingCyclesPageAllOf) GetContents() []BillingCycle
- func (o *BillingCyclesPageAllOf) GetContentsOk() (*[]BillingCycle, bool)
- func (o *BillingCyclesPageAllOf) HasContents() bool
- func (o BillingCyclesPageAllOf) MarshalJSON() ([]byte, error)
- func (o *BillingCyclesPageAllOf) SetContents(v []BillingCycle)
- func (o *BillingCyclesPageAllOf) UnmarshalJSON(bytes []byte) (err error)
- type BillingEvent
- func (o *BillingEvent) GetAction() string
- func (o *BillingEvent) GetActionOk() (*string, bool)
- func (o *BillingEvent) GetCreatedOn() time.Time
- func (o *BillingEvent) GetCreatedOnOk() (*time.Time, bool)
- func (o *BillingEvent) GetDescription() string
- func (o *BillingEvent) GetDescriptionOk() (*string, bool)
- func (o *BillingEvent) GetDetails() map[string]interface{}
- func (o *BillingEvent) GetDetailsOk() (*map[string]interface{}, bool)
- func (o *BillingEvent) GetId() string
- func (o *BillingEvent) GetIdOk() (*string, bool)
- func (o *BillingEvent) GetModifiedOn() time.Time
- func (o *BillingEvent) GetModifiedOnOk() (*time.Time, bool)
- func (o *BillingEvent) GetName() string
- func (o *BillingEvent) GetNameOk() (*string, bool)
- func (o *BillingEvent) GetPrice() float64
- func (o *BillingEvent) GetPriceOk() (*float64, bool)
- func (o *BillingEvent) GetSeverity() string
- func (o *BillingEvent) GetSeverityOk() (*string, bool)
- func (o *BillingEvent) GetSubtype() string
- func (o *BillingEvent) GetSubtypeOk() (*string, bool)
- func (o *BillingEvent) GetTenantId() string
- func (o *BillingEvent) GetTenantIdOk() (*string, bool)
- func (o *BillingEvent) GetType() string
- func (o *BillingEvent) GetTypeOk() (*string, bool)
- func (o *BillingEvent) HasAction() bool
- func (o *BillingEvent) HasCreatedOn() bool
- func (o *BillingEvent) HasDescription() bool
- func (o *BillingEvent) HasDetails() bool
- func (o *BillingEvent) HasId() bool
- func (o *BillingEvent) HasModifiedOn() bool
- func (o *BillingEvent) HasName() bool
- func (o *BillingEvent) HasPrice() bool
- func (o *BillingEvent) HasSeverity() bool
- func (o *BillingEvent) HasSubtype() bool
- func (o *BillingEvent) HasTenantId() bool
- func (o *BillingEvent) HasType() bool
- func (o BillingEvent) MarshalJSON() ([]byte, error)
- func (o *BillingEvent) SetAction(v string)
- func (o *BillingEvent) SetCreatedOn(v time.Time)
- func (o *BillingEvent) SetDescription(v string)
- func (o *BillingEvent) SetDetails(v map[string]interface{})
- func (o *BillingEvent) SetId(v string)
- func (o *BillingEvent) SetModifiedOn(v time.Time)
- func (o *BillingEvent) SetName(v string)
- func (o *BillingEvent) SetPrice(v float64)
- func (o *BillingEvent) SetSeverity(v string)
- func (o *BillingEvent) SetSubtype(v string)
- func (o *BillingEvent) SetTenantId(v string)
- func (o *BillingEvent) SetType(v string)
- func (o *BillingEvent) UnmarshalJSON(bytes []byte) (err error)
- type BillingEventAllOf
- func (o *BillingEventAllOf) GetId() string
- func (o *BillingEventAllOf) GetIdOk() (*string, bool)
- func (o *BillingEventAllOf) GetModifiedOn() time.Time
- func (o *BillingEventAllOf) GetModifiedOnOk() (*time.Time, bool)
- func (o *BillingEventAllOf) HasId() bool
- func (o *BillingEventAllOf) HasModifiedOn() bool
- func (o BillingEventAllOf) MarshalJSON() ([]byte, error)
- func (o *BillingEventAllOf) SetId(v string)
- func (o *BillingEventAllOf) SetModifiedOn(v time.Time)
- func (o *BillingEventAllOf) UnmarshalJSON(bytes []byte) (err error)
- type BillingEventCreate
- func (o *BillingEventCreate) GetAction() string
- func (o *BillingEventCreate) GetActionOk() (*string, bool)
- func (o *BillingEventCreate) GetCreatedOn() time.Time
- func (o *BillingEventCreate) GetCreatedOnOk() (*time.Time, bool)
- func (o *BillingEventCreate) GetDescription() string
- func (o *BillingEventCreate) GetDescriptionOk() (*string, bool)
- func (o *BillingEventCreate) GetDetails() map[string]interface{}
- func (o *BillingEventCreate) GetDetailsOk() (*map[string]interface{}, bool)
- func (o *BillingEventCreate) GetName() string
- func (o *BillingEventCreate) GetNameOk() (*string, bool)
- func (o *BillingEventCreate) GetPrice() float64
- func (o *BillingEventCreate) GetPriceOk() (*float64, bool)
- func (o *BillingEventCreate) GetSeverity() string
- func (o *BillingEventCreate) GetSeverityOk() (*string, bool)
- func (o *BillingEventCreate) GetSubtype() string
- func (o *BillingEventCreate) GetSubtypeOk() (*string, bool)
- func (o *BillingEventCreate) GetTenantId() string
- func (o *BillingEventCreate) GetTenantIdOk() (*string, bool)
- func (o *BillingEventCreate) GetType() string
- func (o *BillingEventCreate) GetTypeOk() (*string, bool)
- func (o *BillingEventCreate) HasAction() bool
- func (o *BillingEventCreate) HasCreatedOn() bool
- func (o *BillingEventCreate) HasDescription() bool
- func (o *BillingEventCreate) HasDetails() bool
- func (o *BillingEventCreate) HasName() bool
- func (o *BillingEventCreate) HasPrice() bool
- func (o *BillingEventCreate) HasSeverity() bool
- func (o *BillingEventCreate) HasSubtype() bool
- func (o *BillingEventCreate) HasTenantId() bool
- func (o *BillingEventCreate) HasType() bool
- func (o BillingEventCreate) MarshalJSON() ([]byte, error)
- func (o *BillingEventCreate) SetAction(v string)
- func (o *BillingEventCreate) SetCreatedOn(v time.Time)
- func (o *BillingEventCreate) SetDescription(v string)
- func (o *BillingEventCreate) SetDetails(v map[string]interface{})
- func (o *BillingEventCreate) SetName(v string)
- func (o *BillingEventCreate) SetPrice(v float64)
- func (o *BillingEventCreate) SetSeverity(v string)
- func (o *BillingEventCreate) SetSubtype(v string)
- func (o *BillingEventCreate) SetTenantId(v string)
- func (o *BillingEventCreate) SetType(v string)
- func (o *BillingEventCreate) UnmarshalJSON(bytes []byte) (err error)
- type BillingEventUpdate
- func (o *BillingEventUpdate) GetAction() string
- func (o *BillingEventUpdate) GetActionOk() (*string, bool)
- func (o *BillingEventUpdate) GetCreatedOn() time.Time
- func (o *BillingEventUpdate) GetCreatedOnOk() (*time.Time, bool)
- func (o *BillingEventUpdate) GetDescription() string
- func (o *BillingEventUpdate) GetDescriptionOk() (*string, bool)
- func (o *BillingEventUpdate) GetDetails() map[string]interface{}
- func (o *BillingEventUpdate) GetDetailsOk() (*map[string]interface{}, bool)
- func (o *BillingEventUpdate) GetName() string
- func (o *BillingEventUpdate) GetNameOk() (*string, bool)
- func (o *BillingEventUpdate) GetPrice() float64
- func (o *BillingEventUpdate) GetPriceOk() (*float64, bool)
- func (o *BillingEventUpdate) GetSeverity() string
- func (o *BillingEventUpdate) GetSeverityOk() (*string, bool)
- func (o *BillingEventUpdate) GetSubtype() string
- func (o *BillingEventUpdate) GetSubtypeOk() (*string, bool)
- func (o *BillingEventUpdate) GetTenantId() string
- func (o *BillingEventUpdate) GetTenantIdOk() (*string, bool)
- func (o *BillingEventUpdate) GetType() string
- func (o *BillingEventUpdate) GetTypeOk() (*string, bool)
- func (o *BillingEventUpdate) HasAction() bool
- func (o *BillingEventUpdate) HasCreatedOn() bool
- func (o *BillingEventUpdate) HasDescription() bool
- func (o *BillingEventUpdate) HasDetails() bool
- func (o *BillingEventUpdate) HasName() bool
- func (o *BillingEventUpdate) HasPrice() bool
- func (o *BillingEventUpdate) HasSeverity() bool
- func (o *BillingEventUpdate) HasSubtype() bool
- func (o *BillingEventUpdate) HasTenantId() bool
- func (o *BillingEventUpdate) HasType() bool
- func (o BillingEventUpdate) MarshalJSON() ([]byte, error)
- func (o *BillingEventUpdate) SetAction(v string)
- func (o *BillingEventUpdate) SetCreatedOn(v time.Time)
- func (o *BillingEventUpdate) SetDescription(v string)
- func (o *BillingEventUpdate) SetDetails(v map[string]interface{})
- func (o *BillingEventUpdate) SetName(v string)
- func (o *BillingEventUpdate) SetPrice(v float64)
- func (o *BillingEventUpdate) SetSeverity(v string)
- func (o *BillingEventUpdate) SetSubtype(v string)
- func (o *BillingEventUpdate) SetTenantId(v string)
- func (o *BillingEventUpdate) SetType(v string)
- func (o *BillingEventUpdate) UnmarshalJSON(bytes []byte) (err error)
- type BillingEventsApiService
- func (a *BillingEventsApiService) GetCostSummary(ctx _context.Context) ApiGetCostSummaryRequest
- func (a *BillingEventsApiService) GetCostSummaryExecute(r ApiGetCostSummaryRequest) (BillingCostsReport, *_nethttp.Response, error)
- func (a *BillingEventsApiService) GetEvent(ctx _context.Context, id string) ApiGetEventRequest
- func (a *BillingEventsApiService) GetEventExecute(r ApiGetEventRequest) (BillingEvent, *_nethttp.Response, error)
- func (a *BillingEventsApiService) GetEventsPage(ctx _context.Context) ApiGetEventsPageRequest
- func (a *BillingEventsApiService) GetEventsPageExecute(r ApiGetEventsPageRequest) (BillingEventsPage, *_nethttp.Response, error)
- type BillingEventsPage
- func (o *BillingEventsPage) GetContents() []BillingEvent
- func (o *BillingEventsPage) GetContentsOk() (*[]BillingEvent, bool)
- func (o *BillingEventsPage) GetHasNext() bool
- func (o *BillingEventsPage) GetHasNextOk() (*bool, bool)
- func (o *BillingEventsPage) GetHasPrevious() bool
- func (o *BillingEventsPage) GetHasPreviousOk() (*bool, bool)
- func (o *BillingEventsPage) GetPage() int32
- func (o *BillingEventsPage) GetPageOk() (*int32, bool)
- func (o *BillingEventsPage) GetPageSize() int32
- func (o *BillingEventsPage) GetPageSizeOk() (*int32, bool)
- func (o *BillingEventsPage) GetSortBy() string
- func (o *BillingEventsPage) GetSortByOk() (*string, bool)
- func (o *BillingEventsPage) GetSortOrder() string
- func (o *BillingEventsPage) GetSortOrderOk() (*string, bool)
- func (o *BillingEventsPage) GetTotalItems() int64
- func (o *BillingEventsPage) GetTotalItemsOk() (*int64, bool)
- func (o *BillingEventsPage) HasContents() bool
- func (o *BillingEventsPage) HasHasNext() bool
- func (o *BillingEventsPage) HasHasPrevious() bool
- func (o *BillingEventsPage) HasPage() bool
- func (o *BillingEventsPage) HasPageSize() bool
- func (o *BillingEventsPage) HasSortBy() bool
- func (o *BillingEventsPage) HasSortOrder() bool
- func (o *BillingEventsPage) HasTotalItems() bool
- func (o BillingEventsPage) MarshalJSON() ([]byte, error)
- func (o *BillingEventsPage) SetContents(v []BillingEvent)
- func (o *BillingEventsPage) SetHasNext(v bool)
- func (o *BillingEventsPage) SetHasNextNil()
- func (o *BillingEventsPage) SetHasPrevious(v bool)
- func (o *BillingEventsPage) SetHasPreviousNil()
- func (o *BillingEventsPage) SetPage(v int32)
- func (o *BillingEventsPage) SetPageSize(v int32)
- func (o *BillingEventsPage) SetSortBy(v string)
- func (o *BillingEventsPage) SetSortByNil()
- func (o *BillingEventsPage) SetSortOrder(v string)
- func (o *BillingEventsPage) SetSortOrderNil()
- func (o *BillingEventsPage) SetTotalItems(v int64)
- func (o *BillingEventsPage) SetTotalItemsNil()
- func (o *BillingEventsPage) UnmarshalJSON(bytes []byte) (err error)
- func (o *BillingEventsPage) UnsetHasNext()
- func (o *BillingEventsPage) UnsetHasPrevious()
- func (o *BillingEventsPage) UnsetSortBy()
- func (o *BillingEventsPage) UnsetSortOrder()
- func (o *BillingEventsPage) UnsetTotalItems()
- type BillingEventsPageAllOf
- func (o *BillingEventsPageAllOf) GetContents() []BillingEvent
- func (o *BillingEventsPageAllOf) GetContentsOk() (*[]BillingEvent, bool)
- func (o *BillingEventsPageAllOf) HasContents() bool
- func (o BillingEventsPageAllOf) MarshalJSON() ([]byte, error)
- func (o *BillingEventsPageAllOf) SetContents(v []BillingEvent)
- func (o *BillingEventsPageAllOf) UnmarshalJSON(bytes []byte) (err error)
- type BillingPrice
- func (o *BillingPrice) GetBillingPeriod() int64
- func (o *BillingPrice) GetBillingPeriodOk() (*int64, bool)
- func (o *BillingPrice) GetCreatedOn() time.Time
- func (o *BillingPrice) GetCreatedOnOk() (*time.Time, bool)
- func (o *BillingPrice) GetDescription() string
- func (o *BillingPrice) GetDescriptionOk() (*string, bool)
- func (o *BillingPrice) GetId() string
- func (o *BillingPrice) GetIdOk() (*string, bool)
- func (o *BillingPrice) GetModifiedOn() time.Time
- func (o *BillingPrice) GetModifiedOnOk() (*time.Time, bool)
- func (o *BillingPrice) GetName() string
- func (o *BillingPrice) GetNameOk() (*string, bool)
- func (o *BillingPrice) GetPrice() float64
- func (o *BillingPrice) GetPriceOk() (*float64, bool)
- func (o *BillingPrice) GetService() string
- func (o *BillingPrice) GetServiceOk() (*string, bool)
- func (o *BillingPrice) GetSource() string
- func (o *BillingPrice) GetSourceOk() (*string, bool)
- func (o *BillingPrice) GetSubtype() string
- func (o *BillingPrice) GetSubtypeOk() (*string, bool)
- func (o *BillingPrice) GetTenantId() string
- func (o *BillingPrice) GetTenantIdOk() (*string, bool)
- func (o *BillingPrice) GetType() string
- func (o *BillingPrice) GetTypeOk() (*string, bool)
- func (o *BillingPrice) HasBillingPeriod() bool
- func (o *BillingPrice) HasCreatedOn() bool
- func (o *BillingPrice) HasDescription() bool
- func (o *BillingPrice) HasId() bool
- func (o *BillingPrice) HasModifiedOn() bool
- func (o *BillingPrice) HasService() bool
- func (o *BillingPrice) HasSource() bool
- func (o *BillingPrice) HasSubtype() bool
- func (o BillingPrice) MarshalJSON() ([]byte, error)
- func (o *BillingPrice) SetBillingPeriod(v int64)
- func (o *BillingPrice) SetCreatedOn(v time.Time)
- func (o *BillingPrice) SetDescription(v string)
- func (o *BillingPrice) SetId(v string)
- func (o *BillingPrice) SetModifiedOn(v time.Time)
- func (o *BillingPrice) SetName(v string)
- func (o *BillingPrice) SetPrice(v float64)
- func (o *BillingPrice) SetService(v string)
- func (o *BillingPrice) SetServiceNil()
- func (o *BillingPrice) SetSource(v string)
- func (o *BillingPrice) SetSubtype(v string)
- func (o *BillingPrice) SetTenantId(v string)
- func (o *BillingPrice) SetType(v string)
- func (o *BillingPrice) UnmarshalJSON(bytes []byte) (err error)
- func (o *BillingPrice) UnsetService()
- type BillingPriceAllOf
- func (o *BillingPriceAllOf) GetCreatedOn() time.Time
- func (o *BillingPriceAllOf) GetCreatedOnOk() (*time.Time, bool)
- func (o *BillingPriceAllOf) GetId() string
- func (o *BillingPriceAllOf) GetIdOk() (*string, bool)
- func (o *BillingPriceAllOf) GetModifiedOn() time.Time
- func (o *BillingPriceAllOf) GetModifiedOnOk() (*time.Time, bool)
- func (o *BillingPriceAllOf) HasCreatedOn() bool
- func (o *BillingPriceAllOf) HasId() bool
- func (o *BillingPriceAllOf) HasModifiedOn() bool
- func (o BillingPriceAllOf) MarshalJSON() ([]byte, error)
- func (o *BillingPriceAllOf) SetCreatedOn(v time.Time)
- func (o *BillingPriceAllOf) SetId(v string)
- func (o *BillingPriceAllOf) SetModifiedOn(v time.Time)
- func (o *BillingPriceAllOf) UnmarshalJSON(bytes []byte) (err error)
- type BillingPriceCreate
- func (o *BillingPriceCreate) GetBillingPeriod() int64
- func (o *BillingPriceCreate) GetBillingPeriodOk() (*int64, bool)
- func (o *BillingPriceCreate) GetDescription() string
- func (o *BillingPriceCreate) GetDescriptionOk() (*string, bool)
- func (o *BillingPriceCreate) GetName() string
- func (o *BillingPriceCreate) GetNameOk() (*string, bool)
- func (o *BillingPriceCreate) GetPrice() float64
- func (o *BillingPriceCreate) GetPriceOk() (*float64, bool)
- func (o *BillingPriceCreate) GetService() string
- func (o *BillingPriceCreate) GetServiceOk() (*string, bool)
- func (o *BillingPriceCreate) GetSource() string
- func (o *BillingPriceCreate) GetSourceOk() (*string, bool)
- func (o *BillingPriceCreate) GetSubtype() string
- func (o *BillingPriceCreate) GetSubtypeOk() (*string, bool)
- func (o *BillingPriceCreate) GetTenantId() string
- func (o *BillingPriceCreate) GetTenantIdOk() (*string, bool)
- func (o *BillingPriceCreate) GetType() string
- func (o *BillingPriceCreate) GetTypeOk() (*string, bool)
- func (o *BillingPriceCreate) HasBillingPeriod() bool
- func (o *BillingPriceCreate) HasDescription() bool
- func (o *BillingPriceCreate) HasService() bool
- func (o *BillingPriceCreate) HasSource() bool
- func (o *BillingPriceCreate) HasSubtype() bool
- func (o BillingPriceCreate) MarshalJSON() ([]byte, error)
- func (o *BillingPriceCreate) SetBillingPeriod(v int64)
- func (o *BillingPriceCreate) SetDescription(v string)
- func (o *BillingPriceCreate) SetName(v string)
- func (o *BillingPriceCreate) SetPrice(v float64)
- func (o *BillingPriceCreate) SetService(v string)
- func (o *BillingPriceCreate) SetServiceNil()
- func (o *BillingPriceCreate) SetSource(v string)
- func (o *BillingPriceCreate) SetSubtype(v string)
- func (o *BillingPriceCreate) SetTenantId(v string)
- func (o *BillingPriceCreate) SetType(v string)
- func (o *BillingPriceCreate) UnmarshalJSON(bytes []byte) (err error)
- func (o *BillingPriceCreate) UnsetService()
- type BillingPriceUpdate
- func (o *BillingPriceUpdate) GetBillingPeriod() int64
- func (o *BillingPriceUpdate) GetBillingPeriodOk() (*int64, bool)
- func (o *BillingPriceUpdate) GetDescription() string
- func (o *BillingPriceUpdate) GetDescriptionOk() (*string, bool)
- func (o *BillingPriceUpdate) GetName() string
- func (o *BillingPriceUpdate) GetNameOk() (*string, bool)
- func (o *BillingPriceUpdate) GetPrice() float64
- func (o *BillingPriceUpdate) GetPriceOk() (*float64, bool)
- func (o *BillingPriceUpdate) GetService() string
- func (o *BillingPriceUpdate) GetServiceOk() (*string, bool)
- func (o *BillingPriceUpdate) GetSource() string
- func (o *BillingPriceUpdate) GetSourceOk() (*string, bool)
- func (o *BillingPriceUpdate) GetSubtype() string
- func (o *BillingPriceUpdate) GetSubtypeOk() (*string, bool)
- func (o *BillingPriceUpdate) GetTenantId() string
- func (o *BillingPriceUpdate) GetTenantIdOk() (*string, bool)
- func (o *BillingPriceUpdate) GetType() string
- func (o *BillingPriceUpdate) GetTypeOk() (*string, bool)
- func (o *BillingPriceUpdate) HasBillingPeriod() bool
- func (o *BillingPriceUpdate) HasDescription() bool
- func (o *BillingPriceUpdate) HasService() bool
- func (o *BillingPriceUpdate) HasSource() bool
- func (o *BillingPriceUpdate) HasSubtype() bool
- func (o BillingPriceUpdate) MarshalJSON() ([]byte, error)
- func (o *BillingPriceUpdate) SetBillingPeriod(v int64)
- func (o *BillingPriceUpdate) SetDescription(v string)
- func (o *BillingPriceUpdate) SetName(v string)
- func (o *BillingPriceUpdate) SetPrice(v float64)
- func (o *BillingPriceUpdate) SetService(v string)
- func (o *BillingPriceUpdate) SetServiceNil()
- func (o *BillingPriceUpdate) SetSource(v string)
- func (o *BillingPriceUpdate) SetSubtype(v string)
- func (o *BillingPriceUpdate) SetTenantId(v string)
- func (o *BillingPriceUpdate) SetType(v string)
- func (o *BillingPriceUpdate) UnmarshalJSON(bytes []byte) (err error)
- func (o *BillingPriceUpdate) UnsetService()
- type BillingPricesApiService
- func (a *BillingPricesApiService) AddPrice(ctx _context.Context) ApiAddPriceRequest
- func (a *BillingPricesApiService) AddPriceExecute(r ApiAddPriceRequest) (BillingPrice, *_nethttp.Response, error)
- func (a *BillingPricesApiService) DeletePrice(ctx _context.Context, id string) ApiDeletePriceRequest
- func (a *BillingPricesApiService) DeletePriceExecute(r ApiDeletePriceRequest) (*_nethttp.Response, error)
- func (a *BillingPricesApiService) GetPrice(ctx _context.Context, id string) ApiGetPriceRequest
- func (a *BillingPricesApiService) GetPriceExecute(r ApiGetPriceRequest) (BillingPrice, *_nethttp.Response, error)
- func (a *BillingPricesApiService) GetPricesPage(ctx _context.Context) ApiGetPricesPageRequest
- func (a *BillingPricesApiService) GetPricesPageExecute(r ApiGetPricesPageRequest) (BillingPricesPage, *_nethttp.Response, error)
- func (a *BillingPricesApiService) UpdatePrice(ctx _context.Context, id string) ApiUpdatePriceRequest
- func (a *BillingPricesApiService) UpdatePriceExecute(r ApiUpdatePriceRequest) (BillingPrice, *_nethttp.Response, error)
- type BillingPricesPage
- func (o *BillingPricesPage) GetContents() []BillingPrice
- func (o *BillingPricesPage) GetContentsOk() (*[]BillingPrice, bool)
- func (o *BillingPricesPage) GetHasNext() bool
- func (o *BillingPricesPage) GetHasNextOk() (*bool, bool)
- func (o *BillingPricesPage) GetHasPrevious() bool
- func (o *BillingPricesPage) GetHasPreviousOk() (*bool, bool)
- func (o *BillingPricesPage) GetPage() int32
- func (o *BillingPricesPage) GetPageOk() (*int32, bool)
- func (o *BillingPricesPage) GetPageSize() int32
- func (o *BillingPricesPage) GetPageSizeOk() (*int32, bool)
- func (o *BillingPricesPage) GetSortBy() string
- func (o *BillingPricesPage) GetSortByOk() (*string, bool)
- func (o *BillingPricesPage) GetSortOrder() string
- func (o *BillingPricesPage) GetSortOrderOk() (*string, bool)
- func (o *BillingPricesPage) GetTotalItems() int64
- func (o *BillingPricesPage) GetTotalItemsOk() (*int64, bool)
- func (o *BillingPricesPage) HasContents() bool
- func (o *BillingPricesPage) HasHasNext() bool
- func (o *BillingPricesPage) HasHasPrevious() bool
- func (o *BillingPricesPage) HasPage() bool
- func (o *BillingPricesPage) HasPageSize() bool
- func (o *BillingPricesPage) HasSortBy() bool
- func (o *BillingPricesPage) HasSortOrder() bool
- func (o *BillingPricesPage) HasTotalItems() bool
- func (o BillingPricesPage) MarshalJSON() ([]byte, error)
- func (o *BillingPricesPage) SetContents(v []BillingPrice)
- func (o *BillingPricesPage) SetHasNext(v bool)
- func (o *BillingPricesPage) SetHasNextNil()
- func (o *BillingPricesPage) SetHasPrevious(v bool)
- func (o *BillingPricesPage) SetHasPreviousNil()
- func (o *BillingPricesPage) SetPage(v int32)
- func (o *BillingPricesPage) SetPageSize(v int32)
- func (o *BillingPricesPage) SetSortBy(v string)
- func (o *BillingPricesPage) SetSortByNil()
- func (o *BillingPricesPage) SetSortOrder(v string)
- func (o *BillingPricesPage) SetSortOrderNil()
- func (o *BillingPricesPage) SetTotalItems(v int64)
- func (o *BillingPricesPage) SetTotalItemsNil()
- func (o *BillingPricesPage) UnmarshalJSON(bytes []byte) (err error)
- func (o *BillingPricesPage) UnsetHasNext()
- func (o *BillingPricesPage) UnsetHasPrevious()
- func (o *BillingPricesPage) UnsetSortBy()
- func (o *BillingPricesPage) UnsetSortOrder()
- func (o *BillingPricesPage) UnsetTotalItems()
- type BillingPricesPageAllOf
- func (o *BillingPricesPageAllOf) GetContents() []BillingPrice
- func (o *BillingPricesPageAllOf) GetContentsOk() (*[]BillingPrice, bool)
- func (o *BillingPricesPageAllOf) HasContents() bool
- func (o BillingPricesPageAllOf) MarshalJSON() ([]byte, error)
- func (o *BillingPricesPageAllOf) SetContents(v []BillingPrice)
- func (o *BillingPricesPageAllOf) UnmarshalJSON(bytes []byte) (err error)
- type CatalogAssignment
- func (o *CatalogAssignment) GetCreatedOn() time.Time
- func (o *CatalogAssignment) GetCreatedOnOk() (*time.Time, bool)
- func (o *CatalogAssignment) GetTenantId() string
- func (o *CatalogAssignment) GetTenantIdOk() (*string, bool)
- func (o *CatalogAssignment) HasCreatedOn() bool
- func (o *CatalogAssignment) HasTenantId() bool
- func (o CatalogAssignment) MarshalJSON() ([]byte, error)
- func (o *CatalogAssignment) SetCreatedOn(v time.Time)
- func (o *CatalogAssignment) SetTenantId(v string)
- func (o *CatalogAssignment) UnmarshalJSON(bytes []byte) (err error)
- type ChangeRequest
- func (o *ChangeRequest) GetAttributes() map[string]map[string]interface{}
- func (o *ChangeRequest) GetAttributesOk() (*map[string]map[string]interface{}, bool)
- func (o *ChangeRequest) GetDescription() string
- func (o *ChangeRequest) GetDescriptionOk() (*string, bool)
- func (o *ChangeRequest) GetExternalId() string
- func (o *ChangeRequest) GetExternalIdOk() (*string, bool)
- func (o *ChangeRequest) GetId() string
- func (o *ChangeRequest) GetIdOk() (*string, bool)
- func (o *ChangeRequest) GetName() string
- func (o *ChangeRequest) GetNameOk() (*string, bool)
- func (o *ChangeRequest) GetTenantId() string
- func (o *ChangeRequest) GetTenantIdOk() (*string, bool)
- func (o *ChangeRequest) HasAttributes() bool
- func (o *ChangeRequest) HasDescription() bool
- func (o *ChangeRequest) HasExternalId() bool
- func (o *ChangeRequest) HasId() bool
- func (o *ChangeRequest) HasName() bool
- func (o *ChangeRequest) HasTenantId() bool
- func (o ChangeRequest) MarshalJSON() ([]byte, error)
- func (o *ChangeRequest) SetAttributes(v map[string]map[string]interface{})
- func (o *ChangeRequest) SetDescription(v string)
- func (o *ChangeRequest) SetExternalId(v string)
- func (o *ChangeRequest) SetId(v string)
- func (o *ChangeRequest) SetName(v string)
- func (o *ChangeRequest) SetTenantId(v string)
- func (o *ChangeRequest) SetTenantIdNil()
- func (o *ChangeRequest) UnmarshalJSON(bytes []byte) (err error)
- func (o *ChangeRequest) UnsetTenantId()
- type ChangeRequestAllOf
- func (o *ChangeRequestAllOf) GetExternalId() string
- func (o *ChangeRequestAllOf) GetExternalIdOk() (*string, bool)
- func (o *ChangeRequestAllOf) GetId() string
- func (o *ChangeRequestAllOf) GetIdOk() (*string, bool)
- func (o *ChangeRequestAllOf) HasExternalId() bool
- func (o *ChangeRequestAllOf) HasId() bool
- func (o ChangeRequestAllOf) MarshalJSON() ([]byte, error)
- func (o *ChangeRequestAllOf) SetExternalId(v string)
- func (o *ChangeRequestAllOf) SetId(v string)
- func (o *ChangeRequestAllOf) UnmarshalJSON(bytes []byte) (err error)
- type ChangeRequestCreate
- func (o *ChangeRequestCreate) GetAttributes() map[string]map[string]interface{}
- func (o *ChangeRequestCreate) GetAttributesOk() (*map[string]map[string]interface{}, bool)
- func (o *ChangeRequestCreate) GetDescription() string
- func (o *ChangeRequestCreate) GetDescriptionOk() (*string, bool)
- func (o *ChangeRequestCreate) GetName() string
- func (o *ChangeRequestCreate) GetNameOk() (*string, bool)
- func (o *ChangeRequestCreate) GetTenantId() string
- func (o *ChangeRequestCreate) GetTenantIdOk() (*string, bool)
- func (o *ChangeRequestCreate) HasAttributes() bool
- func (o *ChangeRequestCreate) HasDescription() bool
- func (o *ChangeRequestCreate) HasName() bool
- func (o *ChangeRequestCreate) HasTenantId() bool
- func (o ChangeRequestCreate) MarshalJSON() ([]byte, error)
- func (o *ChangeRequestCreate) SetAttributes(v map[string]map[string]interface{})
- func (o *ChangeRequestCreate) SetDescription(v string)
- func (o *ChangeRequestCreate) SetName(v string)
- func (o *ChangeRequestCreate) SetTenantId(v string)
- func (o *ChangeRequestCreate) SetTenantIdNil()
- func (o *ChangeRequestCreate) UnmarshalJSON(bytes []byte) (err error)
- func (o *ChangeRequestCreate) UnsetTenantId()
- type ChangeRequestSummary
- func (o *ChangeRequestSummary) GetAttributes() map[string]map[string]interface{}
- func (o *ChangeRequestSummary) GetAttributesOk() (*map[string]map[string]interface{}, bool)
- func (o *ChangeRequestSummary) GetDescription() string
- func (o *ChangeRequestSummary) GetDescriptionOk() (*string, bool)
- func (o *ChangeRequestSummary) GetExternalId() string
- func (o *ChangeRequestSummary) GetExternalIdOk() (*string, bool)
- func (o *ChangeRequestSummary) GetId() string
- func (o *ChangeRequestSummary) GetIdOk() (*string, bool)
- func (o *ChangeRequestSummary) GetName() string
- func (o *ChangeRequestSummary) GetNameOk() (*string, bool)
- func (o *ChangeRequestSummary) GetTenantId() string
- func (o *ChangeRequestSummary) GetTenantIdOk() (*string, bool)
- func (o *ChangeRequestSummary) HasAttributes() bool
- func (o *ChangeRequestSummary) HasDescription() bool
- func (o *ChangeRequestSummary) HasExternalId() bool
- func (o *ChangeRequestSummary) HasId() bool
- func (o *ChangeRequestSummary) HasName() bool
- func (o *ChangeRequestSummary) HasTenantId() bool
- func (o ChangeRequestSummary) MarshalJSON() ([]byte, error)
- func (o *ChangeRequestSummary) SetAttributes(v map[string]map[string]interface{})
- func (o *ChangeRequestSummary) SetDescription(v string)
- func (o *ChangeRequestSummary) SetExternalId(v string)
- func (o *ChangeRequestSummary) SetId(v string)
- func (o *ChangeRequestSummary) SetName(v string)
- func (o *ChangeRequestSummary) SetTenantId(v string)
- func (o *ChangeRequestSummary) SetTenantIdNil()
- func (o *ChangeRequestSummary) UnmarshalJSON(bytes []byte) (err error)
- func (o *ChangeRequestSummary) UnsetTenantId()
- type ChangeRequestUpdate
- func (o *ChangeRequestUpdate) GetAttributes() map[string]map[string]interface{}
- func (o *ChangeRequestUpdate) GetAttributesOk() (*map[string]map[string]interface{}, bool)
- func (o *ChangeRequestUpdate) GetDescription() string
- func (o *ChangeRequestUpdate) GetDescriptionOk() (*string, bool)
- func (o *ChangeRequestUpdate) GetName() string
- func (o *ChangeRequestUpdate) GetNameOk() (*string, bool)
- func (o *ChangeRequestUpdate) GetTenantId() string
- func (o *ChangeRequestUpdate) GetTenantIdOk() (*string, bool)
- func (o *ChangeRequestUpdate) HasAttributes() bool
- func (o *ChangeRequestUpdate) HasDescription() bool
- func (o *ChangeRequestUpdate) HasName() bool
- func (o *ChangeRequestUpdate) HasTenantId() bool
- func (o ChangeRequestUpdate) MarshalJSON() ([]byte, error)
- func (o *ChangeRequestUpdate) SetAttributes(v map[string]map[string]interface{})
- func (o *ChangeRequestUpdate) SetDescription(v string)
- func (o *ChangeRequestUpdate) SetName(v string)
- func (o *ChangeRequestUpdate) SetTenantId(v string)
- func (o *ChangeRequestUpdate) SetTenantIdNil()
- func (o *ChangeRequestUpdate) UnmarshalJSON(bytes []byte) (err error)
- func (o *ChangeRequestUpdate) UnsetTenantId()
- type ChangeRequestsPage
- func (o *ChangeRequestsPage) GetContents() []ChangeRequestSummary
- func (o *ChangeRequestsPage) GetContentsOk() (*[]ChangeRequestSummary, bool)
- func (o *ChangeRequestsPage) GetHasNext() bool
- func (o *ChangeRequestsPage) GetHasNextOk() (*bool, bool)
- func (o *ChangeRequestsPage) GetHasPrevious() bool
- func (o *ChangeRequestsPage) GetHasPreviousOk() (*bool, bool)
- func (o *ChangeRequestsPage) GetPage() int32
- func (o *ChangeRequestsPage) GetPageOk() (*int32, bool)
- func (o *ChangeRequestsPage) GetPageSize() int32
- func (o *ChangeRequestsPage) GetPageSizeOk() (*int32, bool)
- func (o *ChangeRequestsPage) GetSortBy() string
- func (o *ChangeRequestsPage) GetSortByOk() (*string, bool)
- func (o *ChangeRequestsPage) GetSortOrder() string
- func (o *ChangeRequestsPage) GetSortOrderOk() (*string, bool)
- func (o *ChangeRequestsPage) GetTotalItems() int64
- func (o *ChangeRequestsPage) GetTotalItemsOk() (*int64, bool)
- func (o *ChangeRequestsPage) HasContents() bool
- func (o *ChangeRequestsPage) HasHasNext() bool
- func (o *ChangeRequestsPage) HasHasPrevious() bool
- func (o *ChangeRequestsPage) HasPage() bool
- func (o *ChangeRequestsPage) HasPageSize() bool
- func (o *ChangeRequestsPage) HasSortBy() bool
- func (o *ChangeRequestsPage) HasSortOrder() bool
- func (o *ChangeRequestsPage) HasTotalItems() bool
- func (o ChangeRequestsPage) MarshalJSON() ([]byte, error)
- func (o *ChangeRequestsPage) SetContents(v []ChangeRequestSummary)
- func (o *ChangeRequestsPage) SetHasNext(v bool)
- func (o *ChangeRequestsPage) SetHasNextNil()
- func (o *ChangeRequestsPage) SetHasPrevious(v bool)
- func (o *ChangeRequestsPage) SetHasPreviousNil()
- func (o *ChangeRequestsPage) SetPage(v int32)
- func (o *ChangeRequestsPage) SetPageSize(v int32)
- func (o *ChangeRequestsPage) SetSortBy(v string)
- func (o *ChangeRequestsPage) SetSortByNil()
- func (o *ChangeRequestsPage) SetSortOrder(v string)
- func (o *ChangeRequestsPage) SetSortOrderNil()
- func (o *ChangeRequestsPage) SetTotalItems(v int64)
- func (o *ChangeRequestsPage) SetTotalItemsNil()
- func (o *ChangeRequestsPage) UnmarshalJSON(bytes []byte) (err error)
- func (o *ChangeRequestsPage) UnsetHasNext()
- func (o *ChangeRequestsPage) UnsetHasPrevious()
- func (o *ChangeRequestsPage) UnsetSortBy()
- func (o *ChangeRequestsPage) UnsetSortOrder()
- func (o *ChangeRequestsPage) UnsetTotalItems()
- type ChangeRequestsPageAllOf
- func (o *ChangeRequestsPageAllOf) GetContents() []ChangeRequestSummary
- func (o *ChangeRequestsPageAllOf) GetContentsOk() (*[]ChangeRequestSummary, bool)
- func (o *ChangeRequestsPageAllOf) HasContents() bool
- func (o ChangeRequestsPageAllOf) MarshalJSON() ([]byte, error)
- func (o *ChangeRequestsPageAllOf) SetContents(v []ChangeRequestSummary)
- func (o *ChangeRequestsPageAllOf) UnmarshalJSON(bytes []byte) (err error)
- type Configuration
- type CostSummary
- func (o *CostSummary) GetCost() float64
- func (o *CostSummary) GetCostOk() (*float64, bool)
- func (o *CostSummary) GetPrice() float64
- func (o *CostSummary) GetPriceOk() (*float64, bool)
- func (o *CostSummary) GetSubtype() string
- func (o *CostSummary) GetSubtypeOk() (*string, bool)
- func (o *CostSummary) GetType() string
- func (o *CostSummary) GetTypeOk() (*string, bool)
- func (o *CostSummary) HasCost() bool
- func (o *CostSummary) HasPrice() bool
- func (o *CostSummary) HasSubtype() bool
- func (o *CostSummary) HasType() bool
- func (o CostSummary) MarshalJSON() ([]byte, error)
- func (o *CostSummary) SetCost(v float64)
- func (o *CostSummary) SetCostNil()
- func (o *CostSummary) SetPrice(v float64)
- func (o *CostSummary) SetPriceNil()
- func (o *CostSummary) SetSubtype(v string)
- func (o *CostSummary) SetType(v string)
- func (o *CostSummary) UnmarshalJSON(bytes []byte) (err error)
- func (o *CostSummary) UnsetCost()
- func (o *CostSummary) UnsetPrice()
- type Device
- func (o *Device) GetAttributes() map[string]interface{}
- func (o *Device) GetAttributesOk() (*map[string]interface{}, bool)
- func (o *Device) GetComplianceState() DeviceComplianceState
- func (o *Device) GetComplianceStateOk() (*DeviceComplianceState, bool)
- func (o *Device) GetCreatedOn() time.Time
- func (o *Device) GetCreatedOnOk() (*time.Time, bool)
- func (o *Device) GetId() string
- func (o *Device) GetIdOk() (*string, bool)
- func (o *Device) GetManaged() bool
- func (o *Device) GetManagedOk() (*bool, bool)
- func (o *Device) GetModel() string
- func (o *Device) GetModelOk() (*string, bool)
- func (o *Device) GetModifiedOn() time.Time
- func (o *Device) GetModifiedOnOk() (*time.Time, bool)
- func (o *Device) GetName() string
- func (o *Device) GetNameOk() (*string, bool)
- func (o *Device) GetOnboardInformation() map[string]interface{}
- func (o *Device) GetOnboardInformationOk() (*map[string]interface{}, bool)
- func (o *Device) GetOnboardType() string
- func (o *Device) GetOnboardTypeOk() (*string, bool)
- func (o *Device) GetProviderId() string
- func (o *Device) GetProviderIdOk() (*string, bool)
- func (o *Device) GetSerialKey() string
- func (o *Device) GetSerialKeyOk() (*string, bool)
- func (o *Device) GetServiceInstanceId() string
- func (o *Device) GetServiceInstanceIdOk() (*string, bool)
- func (o *Device) GetServiceType() string
- func (o *Device) GetServiceTypeOk() (*string, bool)
- func (o *Device) GetSubType() string
- func (o *Device) GetSubTypeOk() (*string, bool)
- func (o *Device) GetSubscriptionId() string
- func (o *Device) GetSubscriptionIdOk() (*string, bool)
- func (o *Device) GetTags() map[string]string
- func (o *Device) GetTagsOk() (*map[string]string, bool)
- func (o *Device) GetTenantId() string
- func (o *Device) GetTenantIdOk() (*string, bool)
- func (o *Device) GetType() string
- func (o *Device) GetTypeOk() (*string, bool)
- func (o *Device) GetUserId() string
- func (o *Device) GetUserIdOk() (*string, bool)
- func (o *Device) GetVersion() string
- func (o *Device) GetVersionOk() (*string, bool)
- func (o *Device) GetVulnerabilityState() DeviceVulnerabilityState
- func (o *Device) GetVulnerabilityStateOk() (*DeviceVulnerabilityState, bool)
- func (o *Device) HasAttributes() bool
- func (o *Device) HasComplianceState() bool
- func (o *Device) HasCreatedOn() bool
- func (o *Device) HasId() bool
- func (o *Device) HasModifiedOn() bool
- func (o *Device) HasOnboardInformation() bool
- func (o *Device) HasProviderId() bool
- func (o *Device) HasSerialKey() bool
- func (o *Device) HasServiceInstanceId() bool
- func (o *Device) HasServiceType() bool
- func (o *Device) HasSubType() bool
- func (o *Device) HasSubscriptionId() bool
- func (o *Device) HasTags() bool
- func (o *Device) HasUserId() bool
- func (o *Device) HasVersion() bool
- func (o *Device) HasVulnerabilityState() bool
- func (o Device) MarshalJSON() ([]byte, error)
- func (o *Device) SetAttributes(v map[string]interface{})
- func (o *Device) SetComplianceState(v DeviceComplianceState)
- func (o *Device) SetCreatedOn(v time.Time)
- func (o *Device) SetId(v string)
- func (o *Device) SetManaged(v bool)
- func (o *Device) SetModel(v string)
- func (o *Device) SetModifiedOn(v time.Time)
- func (o *Device) SetModifiedOnNil()
- func (o *Device) SetName(v string)
- func (o *Device) SetOnboardInformation(v map[string]interface{})
- func (o *Device) SetOnboardType(v string)
- func (o *Device) SetProviderId(v string)
- func (o *Device) SetSerialKey(v string)
- func (o *Device) SetSerialKeyNil()
- func (o *Device) SetServiceInstanceId(v string)
- func (o *Device) SetServiceInstanceIdNil()
- func (o *Device) SetServiceType(v string)
- func (o *Device) SetServiceTypeNil()
- func (o *Device) SetSubType(v string)
- func (o *Device) SetSubTypeNil()
- func (o *Device) SetSubscriptionId(v string)
- func (o *Device) SetSubscriptionIdNil()
- func (o *Device) SetTags(v map[string]string)
- func (o *Device) SetTenantId(v string)
- func (o *Device) SetType(v string)
- func (o *Device) SetUserId(v string)
- func (o *Device) SetVersion(v string)
- func (o *Device) SetVersionNil()
- func (o *Device) SetVulnerabilityState(v DeviceVulnerabilityState)
- func (o *Device) UnmarshalJSON(bytes []byte) (err error)
- func (o *Device) UnsetModifiedOn()
- func (o *Device) UnsetSerialKey()
- func (o *Device) UnsetServiceInstanceId()
- func (o *Device) UnsetServiceType()
- func (o *Device) UnsetSubType()
- func (o *Device) UnsetSubscriptionId()
- func (o *Device) UnsetVersion()
- type DeviceAllOf
- func (o *DeviceAllOf) GetCreatedOn() time.Time
- func (o *DeviceAllOf) GetCreatedOnOk() (*time.Time, bool)
- func (o *DeviceAllOf) GetId() string
- func (o *DeviceAllOf) GetIdOk() (*string, bool)
- func (o *DeviceAllOf) GetModifiedOn() time.Time
- func (o *DeviceAllOf) GetModifiedOnOk() (*time.Time, bool)
- func (o *DeviceAllOf) GetProviderId() string
- func (o *DeviceAllOf) GetProviderIdOk() (*string, bool)
- func (o *DeviceAllOf) GetUserId() string
- func (o *DeviceAllOf) GetUserIdOk() (*string, bool)
- func (o *DeviceAllOf) GetVulnerabilityState() DeviceVulnerabilityState
- func (o *DeviceAllOf) GetVulnerabilityStateOk() (*DeviceVulnerabilityState, bool)
- func (o *DeviceAllOf) HasCreatedOn() bool
- func (o *DeviceAllOf) HasId() bool
- func (o *DeviceAllOf) HasModifiedOn() bool
- func (o *DeviceAllOf) HasProviderId() bool
- func (o *DeviceAllOf) HasUserId() bool
- func (o *DeviceAllOf) HasVulnerabilityState() bool
- func (o DeviceAllOf) MarshalJSON() ([]byte, error)
- func (o *DeviceAllOf) SetCreatedOn(v time.Time)
- func (o *DeviceAllOf) SetId(v string)
- func (o *DeviceAllOf) SetModifiedOn(v time.Time)
- func (o *DeviceAllOf) SetModifiedOnNil()
- func (o *DeviceAllOf) SetProviderId(v string)
- func (o *DeviceAllOf) SetUserId(v string)
- func (o *DeviceAllOf) SetVulnerabilityState(v DeviceVulnerabilityState)
- func (o *DeviceAllOf) UnmarshalJSON(bytes []byte) (err error)
- func (o *DeviceAllOf) UnsetModifiedOn()
- type DeviceComplianceState
- type DeviceCreate
- func (o *DeviceCreate) GetAttributes() map[string]interface{}
- func (o *DeviceCreate) GetAttributesOk() (*map[string]interface{}, bool)
- func (o *DeviceCreate) GetComplianceState() DeviceComplianceState
- func (o *DeviceCreate) GetComplianceStateOk() (*DeviceComplianceState, bool)
- func (o *DeviceCreate) GetManaged() bool
- func (o *DeviceCreate) GetManagedOk() (*bool, bool)
- func (o *DeviceCreate) GetModel() string
- func (o *DeviceCreate) GetModelOk() (*string, bool)
- func (o *DeviceCreate) GetName() string
- func (o *DeviceCreate) GetNameOk() (*string, bool)
- func (o *DeviceCreate) GetOnboardInformation() map[string]interface{}
- func (o *DeviceCreate) GetOnboardInformationOk() (*map[string]interface{}, bool)
- func (o *DeviceCreate) GetOnboardType() string
- func (o *DeviceCreate) GetOnboardTypeOk() (*string, bool)
- func (o *DeviceCreate) GetSerialKey() string
- func (o *DeviceCreate) GetSerialKeyOk() (*string, bool)
- func (o *DeviceCreate) GetServiceInstanceId() string
- func (o *DeviceCreate) GetServiceInstanceIdOk() (*string, bool)
- func (o *DeviceCreate) GetServiceType() string
- func (o *DeviceCreate) GetServiceTypeOk() (*string, bool)
- func (o *DeviceCreate) GetSubType() string
- func (o *DeviceCreate) GetSubTypeOk() (*string, bool)
- func (o *DeviceCreate) GetSubscriptionId() string
- func (o *DeviceCreate) GetSubscriptionIdOk() (*string, bool)
- func (o *DeviceCreate) GetTags() map[string]string
- func (o *DeviceCreate) GetTagsOk() (*map[string]string, bool)
- func (o *DeviceCreate) GetTenantId() string
- func (o *DeviceCreate) GetTenantIdOk() (*string, bool)
- func (o *DeviceCreate) GetType() string
- func (o *DeviceCreate) GetTypeOk() (*string, bool)
- func (o *DeviceCreate) GetVersion() string
- func (o *DeviceCreate) GetVersionOk() (*string, bool)
- func (o *DeviceCreate) HasAttributes() bool
- func (o *DeviceCreate) HasComplianceState() bool
- func (o *DeviceCreate) HasOnboardInformation() bool
- func (o *DeviceCreate) HasSerialKey() bool
- func (o *DeviceCreate) HasServiceInstanceId() bool
- func (o *DeviceCreate) HasServiceType() bool
- func (o *DeviceCreate) HasSubType() bool
- func (o *DeviceCreate) HasSubscriptionId() bool
- func (o *DeviceCreate) HasTags() bool
- func (o *DeviceCreate) HasVersion() bool
- func (o DeviceCreate) MarshalJSON() ([]byte, error)
- func (o *DeviceCreate) SetAttributes(v map[string]interface{})
- func (o *DeviceCreate) SetComplianceState(v DeviceComplianceState)
- func (o *DeviceCreate) SetManaged(v bool)
- func (o *DeviceCreate) SetModel(v string)
- func (o *DeviceCreate) SetName(v string)
- func (o *DeviceCreate) SetOnboardInformation(v map[string]interface{})
- func (o *DeviceCreate) SetOnboardType(v string)
- func (o *DeviceCreate) SetSerialKey(v string)
- func (o *DeviceCreate) SetSerialKeyNil()
- func (o *DeviceCreate) SetServiceInstanceId(v string)
- func (o *DeviceCreate) SetServiceInstanceIdNil()
- func (o *DeviceCreate) SetServiceType(v string)
- func (o *DeviceCreate) SetServiceTypeNil()
- func (o *DeviceCreate) SetSubType(v string)
- func (o *DeviceCreate) SetSubTypeNil()
- func (o *DeviceCreate) SetSubscriptionId(v string)
- func (o *DeviceCreate) SetSubscriptionIdNil()
- func (o *DeviceCreate) SetTags(v map[string]string)
- func (o *DeviceCreate) SetTenantId(v string)
- func (o *DeviceCreate) SetType(v string)
- func (o *DeviceCreate) SetVersion(v string)
- func (o *DeviceCreate) SetVersionNil()
- func (o *DeviceCreate) UnmarshalJSON(bytes []byte) (err error)
- func (o *DeviceCreate) UnsetSerialKey()
- func (o *DeviceCreate) UnsetServiceInstanceId()
- func (o *DeviceCreate) UnsetServiceType()
- func (o *DeviceCreate) UnsetSubType()
- func (o *DeviceCreate) UnsetSubscriptionId()
- func (o *DeviceCreate) UnsetVersion()
- type DeviceCreateAllOf
- func (o *DeviceCreateAllOf) GetServiceInstanceId() string
- func (o *DeviceCreateAllOf) GetServiceInstanceIdOk() (*string, bool)
- func (o *DeviceCreateAllOf) GetSubscriptionId() string
- func (o *DeviceCreateAllOf) GetSubscriptionIdOk() (*string, bool)
- func (o *DeviceCreateAllOf) GetTenantId() string
- func (o *DeviceCreateAllOf) GetTenantIdOk() (*string, bool)
- func (o *DeviceCreateAllOf) HasServiceInstanceId() bool
- func (o *DeviceCreateAllOf) HasSubscriptionId() bool
- func (o DeviceCreateAllOf) MarshalJSON() ([]byte, error)
- func (o *DeviceCreateAllOf) SetServiceInstanceId(v string)
- func (o *DeviceCreateAllOf) SetServiceInstanceIdNil()
- func (o *DeviceCreateAllOf) SetSubscriptionId(v string)
- func (o *DeviceCreateAllOf) SetSubscriptionIdNil()
- func (o *DeviceCreateAllOf) SetTenantId(v string)
- func (o *DeviceCreateAllOf) UnmarshalJSON(bytes []byte) (err error)
- func (o *DeviceCreateAllOf) UnsetServiceInstanceId()
- func (o *DeviceCreateAllOf) UnsetSubscriptionId()
- type DevicePatch
- func (o *DevicePatch) GetComplianceState() DeviceComplianceState
- func (o *DevicePatch) GetComplianceStateOk() (*DeviceComplianceState, bool)
- func (o *DevicePatch) GetModel() string
- func (o *DevicePatch) GetModelOk() (*string, bool)
- func (o *DevicePatch) GetName() string
- func (o *DevicePatch) GetNameOk() (*string, bool)
- func (o *DevicePatch) GetSerialKey() string
- func (o *DevicePatch) GetSerialKeyOk() (*string, bool)
- func (o *DevicePatch) GetSubType() string
- func (o *DevicePatch) GetSubTypeOk() (*string, bool)
- func (o *DevicePatch) GetType() string
- func (o *DevicePatch) GetTypeOk() (*string, bool)
- func (o *DevicePatch) GetVersion() string
- func (o *DevicePatch) GetVersionOk() (*string, bool)
- func (o *DevicePatch) HasComplianceState() bool
- func (o *DevicePatch) HasModel() bool
- func (o *DevicePatch) HasName() bool
- func (o *DevicePatch) HasSerialKey() bool
- func (o *DevicePatch) HasSubType() bool
- func (o *DevicePatch) HasType() bool
- func (o *DevicePatch) HasVersion() bool
- func (o DevicePatch) MarshalJSON() ([]byte, error)
- func (o *DevicePatch) SetComplianceState(v DeviceComplianceState)
- func (o *DevicePatch) SetModel(v string)
- func (o *DevicePatch) SetName(v string)
- func (o *DevicePatch) SetSerialKey(v string)
- func (o *DevicePatch) SetSerialKeyNil()
- func (o *DevicePatch) SetSubType(v string)
- func (o *DevicePatch) SetSubTypeNil()
- func (o *DevicePatch) SetType(v string)
- func (o *DevicePatch) SetVersion(v string)
- func (o *DevicePatch) SetVersionNil()
- func (o *DevicePatch) UnmarshalJSON(bytes []byte) (err error)
- func (o *DevicePatch) UnsetSerialKey()
- func (o *DevicePatch) UnsetSubType()
- func (o *DevicePatch) UnsetVersion()
- type DeviceSummary
- func (o *DeviceSummary) GetDeviceId() string
- func (o *DeviceSummary) GetDeviceIdOk() (*string, bool)
- func (o *DeviceSummary) GetServiceId() string
- func (o *DeviceSummary) GetServiceIdOk() (*string, bool)
- func (o *DeviceSummary) GetServiceType() string
- func (o *DeviceSummary) GetServiceTypeOk() (*string, bool)
- func (o *DeviceSummary) HasDeviceId() bool
- func (o *DeviceSummary) HasServiceId() bool
- func (o *DeviceSummary) HasServiceType() bool
- func (o DeviceSummary) MarshalJSON() ([]byte, error)
- func (o *DeviceSummary) SetDeviceId(v string)
- func (o *DeviceSummary) SetServiceId(v string)
- func (o *DeviceSummary) SetServiceType(v string)
- func (o *DeviceSummary) UnmarshalJSON(bytes []byte) (err error)
- type DeviceTemplate
- func (o *DeviceTemplate) GetConfigContent() string
- func (o *DeviceTemplate) GetConfigContentOk() (*string, bool)
- func (o *DeviceTemplate) GetCreatedOn() time.Time
- func (o *DeviceTemplate) GetCreatedOnOk() (*time.Time, bool)
- func (o *DeviceTemplate) GetDescription() string
- func (o *DeviceTemplate) GetDescriptionOk() (*string, bool)
- func (o *DeviceTemplate) GetDeviceModels() []string
- func (o *DeviceTemplate) GetDeviceModelsOk() (*[]string, bool)
- func (o *DeviceTemplate) GetId() string
- func (o *DeviceTemplate) GetIdOk() (*string, bool)
- func (o *DeviceTemplate) GetIsLatestVersion() bool
- func (o *DeviceTemplate) GetIsLatestVersionOk() (*bool, bool)
- func (o *DeviceTemplate) GetName() string
- func (o *DeviceTemplate) GetNameOk() (*string, bool)
- func (o *DeviceTemplate) GetResourceProvider() string
- func (o *DeviceTemplate) GetResourceProviderOk() (*string, bool)
- func (o *DeviceTemplate) GetServiceType() string
- func (o *DeviceTemplate) GetServiceTypeOk() (*string, bool)
- func (o *DeviceTemplate) GetTags() []string
- func (o *DeviceTemplate) GetTagsOk() (*[]string, bool)
- func (o *DeviceTemplate) GetTemplateParameterValidators() []TemplateParameterValidator
- func (o *DeviceTemplate) GetTemplateParameterValidatorsOk() (*[]TemplateParameterValidator, bool)
- func (o *DeviceTemplate) GetTemplateStandard() string
- func (o *DeviceTemplate) GetTemplateStandardOk() (*string, bool)
- func (o *DeviceTemplate) GetTenantAccess() DeviceTemplateAccess
- func (o *DeviceTemplate) GetTenantAccessOk() (*DeviceTemplateAccess, bool)
- func (o *DeviceTemplate) GetUserId() string
- func (o *DeviceTemplate) GetUserIdOk() (*string, bool)
- func (o *DeviceTemplate) GetVersion() string
- func (o *DeviceTemplate) GetVersionOk() (*string, bool)
- func (o *DeviceTemplate) HasConfigContent() bool
- func (o *DeviceTemplate) HasCreatedOn() bool
- func (o *DeviceTemplate) HasDescription() bool
- func (o *DeviceTemplate) HasDeviceModels() bool
- func (o *DeviceTemplate) HasId() bool
- func (o *DeviceTemplate) HasIsLatestVersion() bool
- func (o *DeviceTemplate) HasName() bool
- func (o *DeviceTemplate) HasResourceProvider() bool
- func (o *DeviceTemplate) HasServiceType() bool
- func (o *DeviceTemplate) HasTags() bool
- func (o *DeviceTemplate) HasTemplateParameterValidators() bool
- func (o *DeviceTemplate) HasTemplateStandard() bool
- func (o *DeviceTemplate) HasTenantAccess() bool
- func (o *DeviceTemplate) HasUserId() bool
- func (o *DeviceTemplate) HasVersion() bool
- func (o DeviceTemplate) MarshalJSON() ([]byte, error)
- func (o *DeviceTemplate) SetConfigContent(v string)
- func (o *DeviceTemplate) SetConfigContentNil()
- func (o *DeviceTemplate) SetCreatedOn(v time.Time)
- func (o *DeviceTemplate) SetDescription(v string)
- func (o *DeviceTemplate) SetDeviceModels(v []string)
- func (o *DeviceTemplate) SetId(v string)
- func (o *DeviceTemplate) SetIsLatestVersion(v bool)
- func (o *DeviceTemplate) SetIsLatestVersionNil()
- func (o *DeviceTemplate) SetName(v string)
- func (o *DeviceTemplate) SetResourceProvider(v string)
- func (o *DeviceTemplate) SetResourceProviderNil()
- func (o *DeviceTemplate) SetServiceType(v string)
- func (o *DeviceTemplate) SetTags(v []string)
- func (o *DeviceTemplate) SetTemplateParameterValidators(v []TemplateParameterValidator)
- func (o *DeviceTemplate) SetTemplateStandard(v string)
- func (o *DeviceTemplate) SetTenantAccess(v DeviceTemplateAccess)
- func (o *DeviceTemplate) SetTenantAccessNil()
- func (o *DeviceTemplate) SetUserId(v string)
- func (o *DeviceTemplate) SetVersion(v string)
- func (o *DeviceTemplate) UnmarshalJSON(bytes []byte) (err error)
- func (o *DeviceTemplate) UnsetConfigContent()
- func (o *DeviceTemplate) UnsetIsLatestVersion()
- func (o *DeviceTemplate) UnsetResourceProvider()
- func (o *DeviceTemplate) UnsetTenantAccess()
- type DeviceTemplateAccess
- func (o *DeviceTemplateAccess) GetGlobal() bool
- func (o *DeviceTemplateAccess) GetGlobalOk() (*bool, bool)
- func (o *DeviceTemplateAccess) GetTenantIds() []string
- func (o *DeviceTemplateAccess) GetTenantIdsOk() (*[]string, bool)
- func (o *DeviceTemplateAccess) HasGlobal() bool
- func (o *DeviceTemplateAccess) HasTenantIds() bool
- func (o DeviceTemplateAccess) MarshalJSON() ([]byte, error)
- func (o *DeviceTemplateAccess) SetGlobal(v bool)
- func (o *DeviceTemplateAccess) SetGlobalNil()
- func (o *DeviceTemplateAccess) SetTenantIds(v []string)
- func (o *DeviceTemplateAccess) UnmarshalJSON(bytes []byte) (err error)
- func (o *DeviceTemplateAccess) UnsetGlobal()
- type DeviceTemplateAccessResponse
- func (o *DeviceTemplateAccessResponse) GetFailureListOfTenants() []string
- func (o *DeviceTemplateAccessResponse) GetFailureListOfTenantsOk() (*[]string, bool)
- func (o *DeviceTemplateAccessResponse) GetGlobal() bool
- func (o *DeviceTemplateAccessResponse) GetGlobalOk() (*bool, bool)
- func (o *DeviceTemplateAccessResponse) GetSuccessListOfTenants() []string
- func (o *DeviceTemplateAccessResponse) GetSuccessListOfTenantsOk() (*[]string, bool)
- func (o *DeviceTemplateAccessResponse) HasFailureListOfTenants() bool
- func (o *DeviceTemplateAccessResponse) HasGlobal() bool
- func (o *DeviceTemplateAccessResponse) HasSuccessListOfTenants() bool
- func (o DeviceTemplateAccessResponse) MarshalJSON() ([]byte, error)
- func (o *DeviceTemplateAccessResponse) SetFailureListOfTenants(v []string)
- func (o *DeviceTemplateAccessResponse) SetGlobal(v bool)
- func (o *DeviceTemplateAccessResponse) SetGlobalNil()
- func (o *DeviceTemplateAccessResponse) SetSuccessListOfTenants(v []string)
- func (o *DeviceTemplateAccessResponse) UnmarshalJSON(bytes []byte) (err error)
- func (o *DeviceTemplateAccessResponse) UnsetGlobal()
- type DeviceTemplateAttachRequest
- func (o *DeviceTemplateAttachRequest) GetTemplateDetails() []DeviceTemplateDetails
- func (o *DeviceTemplateAttachRequest) GetTemplateDetailsOk() (*[]DeviceTemplateDetails, bool)
- func (o *DeviceTemplateAttachRequest) HasTemplateDetails() bool
- func (o DeviceTemplateAttachRequest) MarshalJSON() ([]byte, error)
- func (o *DeviceTemplateAttachRequest) SetTemplateDetails(v []DeviceTemplateDetails)
- func (o *DeviceTemplateAttachRequest) UnmarshalJSON(bytes []byte) (err error)
- type DeviceTemplateBatchAttachRequest
- func (o *DeviceTemplateBatchAttachRequest) GetDeviceIds() []string
- func (o *DeviceTemplateBatchAttachRequest) GetDeviceIdsOk() (*[]string, bool)
- func (o *DeviceTemplateBatchAttachRequest) GetTemplateDetails() []DeviceTemplateDetails
- func (o *DeviceTemplateBatchAttachRequest) GetTemplateDetailsOk() (*[]DeviceTemplateDetails, bool)
- func (o *DeviceTemplateBatchAttachRequest) HasDeviceIds() bool
- func (o *DeviceTemplateBatchAttachRequest) HasTemplateDetails() bool
- func (o DeviceTemplateBatchAttachRequest) MarshalJSON() ([]byte, error)
- func (o *DeviceTemplateBatchAttachRequest) SetDeviceIds(v []string)
- func (o *DeviceTemplateBatchAttachRequest) SetTemplateDetails(v []DeviceTemplateDetails)
- func (o *DeviceTemplateBatchAttachRequest) UnmarshalJSON(bytes []byte) (err error)
- type DeviceTemplateCreate
- func (o *DeviceTemplateCreate) GetConfigContent() string
- func (o *DeviceTemplateCreate) GetConfigContentOk() (*string, bool)
- func (o *DeviceTemplateCreate) GetDescription() string
- func (o *DeviceTemplateCreate) GetDescriptionOk() (*string, bool)
- func (o *DeviceTemplateCreate) GetDeviceModels() []string
- func (o *DeviceTemplateCreate) GetDeviceModelsOk() (*[]string, bool)
- func (o *DeviceTemplateCreate) GetName() string
- func (o *DeviceTemplateCreate) GetNameOk() (*string, bool)
- func (o *DeviceTemplateCreate) GetResourceProvider() string
- func (o *DeviceTemplateCreate) GetResourceProviderOk() (*string, bool)
- func (o *DeviceTemplateCreate) GetServiceType() string
- func (o *DeviceTemplateCreate) GetServiceTypeOk() (*string, bool)
- func (o *DeviceTemplateCreate) GetTags() []string
- func (o *DeviceTemplateCreate) GetTagsOk() (*[]string, bool)
- func (o *DeviceTemplateCreate) GetTemplateParameterValidators() []TemplateParameterValidator
- func (o *DeviceTemplateCreate) GetTemplateParameterValidatorsOk() (*[]TemplateParameterValidator, bool)
- func (o *DeviceTemplateCreate) GetTemplateStandard() string
- func (o *DeviceTemplateCreate) GetTemplateStandardOk() (*string, bool)
- func (o *DeviceTemplateCreate) GetTenantAccess() DeviceTemplateAccess
- func (o *DeviceTemplateCreate) GetTenantAccessOk() (*DeviceTemplateAccess, bool)
- func (o *DeviceTemplateCreate) GetVersion() string
- func (o *DeviceTemplateCreate) GetVersionOk() (*string, bool)
- func (o *DeviceTemplateCreate) HasDescription() bool
- func (o *DeviceTemplateCreate) HasDeviceModels() bool
- func (o *DeviceTemplateCreate) HasTags() bool
- func (o *DeviceTemplateCreate) HasTemplateParameterValidators() bool
- func (o *DeviceTemplateCreate) HasTemplateStandard() bool
- func (o *DeviceTemplateCreate) HasTenantAccess() bool
- func (o *DeviceTemplateCreate) HasVersion() bool
- func (o DeviceTemplateCreate) MarshalJSON() ([]byte, error)
- func (o *DeviceTemplateCreate) SetConfigContent(v string)
- func (o *DeviceTemplateCreate) SetDescription(v string)
- func (o *DeviceTemplateCreate) SetDeviceModels(v []string)
- func (o *DeviceTemplateCreate) SetName(v string)
- func (o *DeviceTemplateCreate) SetResourceProvider(v string)
- func (o *DeviceTemplateCreate) SetServiceType(v string)
- func (o *DeviceTemplateCreate) SetTags(v []string)
- func (o *DeviceTemplateCreate) SetTemplateParameterValidators(v []TemplateParameterValidator)
- func (o *DeviceTemplateCreate) SetTemplateStandard(v string)
- func (o *DeviceTemplateCreate) SetTenantAccess(v DeviceTemplateAccess)
- func (o *DeviceTemplateCreate) SetTenantAccessNil()
- func (o *DeviceTemplateCreate) SetVersion(v string)
- func (o *DeviceTemplateCreate) UnmarshalJSON(bytes []byte) (err error)
- func (o *DeviceTemplateCreate) UnsetTenantAccess()
- type DeviceTemplateDetails
- func (o *DeviceTemplateDetails) GetTemplateId() string
- func (o *DeviceTemplateDetails) GetTemplateIdOk() (*string, bool)
- func (o *DeviceTemplateDetails) GetTemplateParams() []NameValue
- func (o *DeviceTemplateDetails) GetTemplateParamsOk() (*[]NameValue, bool)
- func (o *DeviceTemplateDetails) HasTemplateId() bool
- func (o *DeviceTemplateDetails) HasTemplateParams() bool
- func (o DeviceTemplateDetails) MarshalJSON() ([]byte, error)
- func (o *DeviceTemplateDetails) SetTemplateId(v string)
- func (o *DeviceTemplateDetails) SetTemplateParams(v []NameValue)
- func (o *DeviceTemplateDetails) UnmarshalJSON(bytes []byte) (err error)
- type DeviceTemplateHistory
- func (o *DeviceTemplateHistory) GetDeviceId() string
- func (o *DeviceTemplateHistory) GetDeviceIdOk() (*string, bool)
- func (o *DeviceTemplateHistory) GetId() string
- func (o *DeviceTemplateHistory) GetIdOk() (*string, bool)
- func (o *DeviceTemplateHistory) GetInstanceId() string
- func (o *DeviceTemplateHistory) GetInstanceIdOk() (*string, bool)
- func (o *DeviceTemplateHistory) GetLastUpdated() time.Time
- func (o *DeviceTemplateHistory) GetLastUpdatedOk() (*time.Time, bool)
- func (o *DeviceTemplateHistory) GetStatus() string
- func (o *DeviceTemplateHistory) GetStatusError() string
- func (o *DeviceTemplateHistory) GetStatusErrorOk() (*string, bool)
- func (o *DeviceTemplateHistory) GetStatusOk() (*string, bool)
- func (o *DeviceTemplateHistory) GetTemplateId() string
- func (o *DeviceTemplateHistory) GetTemplateIdOk() (*string, bool)
- func (o *DeviceTemplateHistory) GetTemplateParams() []NameValue
- func (o *DeviceTemplateHistory) GetTemplateParamsOk() (*[]NameValue, bool)
- func (o *DeviceTemplateHistory) GetUserId() string
- func (o *DeviceTemplateHistory) GetUserIdOk() (*string, bool)
- func (o *DeviceTemplateHistory) HasDeviceId() bool
- func (o *DeviceTemplateHistory) HasId() bool
- func (o *DeviceTemplateHistory) HasInstanceId() bool
- func (o *DeviceTemplateHistory) HasLastUpdated() bool
- func (o *DeviceTemplateHistory) HasStatus() bool
- func (o *DeviceTemplateHistory) HasStatusError() bool
- func (o *DeviceTemplateHistory) HasTemplateId() bool
- func (o *DeviceTemplateHistory) HasTemplateParams() bool
- func (o *DeviceTemplateHistory) HasUserId() bool
- func (o DeviceTemplateHistory) MarshalJSON() ([]byte, error)
- func (o *DeviceTemplateHistory) SetDeviceId(v string)
- func (o *DeviceTemplateHistory) SetId(v string)
- func (o *DeviceTemplateHistory) SetInstanceId(v string)
- func (o *DeviceTemplateHistory) SetLastUpdated(v time.Time)
- func (o *DeviceTemplateHistory) SetStatus(v string)
- func (o *DeviceTemplateHistory) SetStatusError(v string)
- func (o *DeviceTemplateHistory) SetTemplateId(v string)
- func (o *DeviceTemplateHistory) SetTemplateParams(v []NameValue)
- func (o *DeviceTemplateHistory) SetUserId(v string)
- func (o *DeviceTemplateHistory) UnmarshalJSON(bytes []byte) (err error)
- type DeviceTemplateHistorySummary
- func (o *DeviceTemplateHistorySummary) GetDeviceId() string
- func (o *DeviceTemplateHistorySummary) GetDeviceIdOk() (*string, bool)
- func (o *DeviceTemplateHistorySummary) GetDeviceTemplateHistoryUrl() string
- func (o *DeviceTemplateHistorySummary) GetDeviceTemplateHistoryUrlOk() (*string, bool)
- func (o *DeviceTemplateHistorySummary) GetHttpStatus() string
- func (o *DeviceTemplateHistorySummary) GetHttpStatusOk() (*string, bool)
- func (o *DeviceTemplateHistorySummary) HasDeviceId() bool
- func (o *DeviceTemplateHistorySummary) HasDeviceTemplateHistoryUrl() bool
- func (o *DeviceTemplateHistorySummary) HasHttpStatus() bool
- func (o DeviceTemplateHistorySummary) MarshalJSON() ([]byte, error)
- func (o *DeviceTemplateHistorySummary) SetDeviceId(v string)
- func (o *DeviceTemplateHistorySummary) SetDeviceTemplateHistoryUrl(v string)
- func (o *DeviceTemplateHistorySummary) SetHttpStatus(v string)
- func (o *DeviceTemplateHistorySummary) UnmarshalJSON(bytes []byte) (err error)
- type DeviceTemplateUpdateDetails
- func (o *DeviceTemplateUpdateDetails) GetTemplateHistoryId() string
- func (o *DeviceTemplateUpdateDetails) GetTemplateHistoryIdOk() (*string, bool)
- func (o *DeviceTemplateUpdateDetails) GetTemplateParams() []NameValue
- func (o *DeviceTemplateUpdateDetails) GetTemplateParamsOk() (*[]NameValue, bool)
- func (o *DeviceTemplateUpdateDetails) HasTemplateHistoryId() bool
- func (o *DeviceTemplateUpdateDetails) HasTemplateParams() bool
- func (o DeviceTemplateUpdateDetails) MarshalJSON() ([]byte, error)
- func (o *DeviceTemplateUpdateDetails) SetTemplateHistoryId(v string)
- func (o *DeviceTemplateUpdateDetails) SetTemplateParams(v []NameValue)
- func (o *DeviceTemplateUpdateDetails) UnmarshalJSON(bytes []byte) (err error)
- type DeviceTemplateUpdateRequest
- func (o *DeviceTemplateUpdateRequest) GetTemplateDetails() []DeviceTemplateUpdateDetails
- func (o *DeviceTemplateUpdateRequest) GetTemplateDetailsOk() (*[]DeviceTemplateUpdateDetails, bool)
- func (o *DeviceTemplateUpdateRequest) HasTemplateDetails() bool
- func (o DeviceTemplateUpdateRequest) MarshalJSON() ([]byte, error)
- func (o *DeviceTemplateUpdateRequest) SetTemplateDetails(v []DeviceTemplateUpdateDetails)
- func (o *DeviceTemplateUpdateRequest) UnmarshalJSON(bytes []byte) (err error)
- type DeviceTemplateVersionCreate
- func (o *DeviceTemplateVersionCreate) GetConfigContent() string
- func (o *DeviceTemplateVersionCreate) GetConfigContentOk() (*string, bool)
- func (o *DeviceTemplateVersionCreate) GetName() string
- func (o *DeviceTemplateVersionCreate) GetNameOk() (*string, bool)
- func (o *DeviceTemplateVersionCreate) GetTemplateParameterValidators() []TemplateParameterValidator
- func (o *DeviceTemplateVersionCreate) GetTemplateParameterValidatorsOk() (*[]TemplateParameterValidator, bool)
- func (o *DeviceTemplateVersionCreate) HasTemplateParameterValidators() bool
- func (o DeviceTemplateVersionCreate) MarshalJSON() ([]byte, error)
- func (o *DeviceTemplateVersionCreate) SetConfigContent(v string)
- func (o *DeviceTemplateVersionCreate) SetName(v string)
- func (o *DeviceTemplateVersionCreate) SetTemplateParameterValidators(v []TemplateParameterValidator)
- func (o *DeviceTemplateVersionCreate) UnmarshalJSON(bytes []byte) (err error)
- type DeviceTemplatesApiService
- func (a *DeviceTemplatesApiService) CreateDeviceTemplate(ctx _context.Context) ApiCreateDeviceTemplateRequest
- func (a *DeviceTemplatesApiService) CreateDeviceTemplateExecute(r ApiCreateDeviceTemplateRequest) (DeviceTemplate, *_nethttp.Response, error)
- func (a *DeviceTemplatesApiService) CreateDeviceTemplateVersion(ctx _context.Context) ApiCreateDeviceTemplateVersionRequest
- func (a *DeviceTemplatesApiService) CreateDeviceTemplateVersionExecute(r ApiCreateDeviceTemplateVersionRequest) (DeviceTemplate, *_nethttp.Response, error)
- func (a *DeviceTemplatesApiService) DeleteDeviceTemplate(ctx _context.Context, id string) ApiDeleteDeviceTemplateRequest
- func (a *DeviceTemplatesApiService) DeleteDeviceTemplateExecute(r ApiDeleteDeviceTemplateRequest) (*_nethttp.Response, error)
- func (a *DeviceTemplatesApiService) GetDeviceTemplate(ctx _context.Context, id string) ApiGetDeviceTemplateRequest
- func (a *DeviceTemplatesApiService) GetDeviceTemplateExecute(r ApiGetDeviceTemplateRequest) (DeviceTemplate, *_nethttp.Response, error)
- func (a *DeviceTemplatesApiService) GetDeviceTemplatesList(ctx _context.Context) ApiGetDeviceTemplatesListRequest
- func (a *DeviceTemplatesApiService) GetDeviceTemplatesListExecute(r ApiGetDeviceTemplatesListRequest) ([]DeviceTemplate, *_nethttp.Response, error)
- func (a *DeviceTemplatesApiService) ScanDeviceTemplateParameters(ctx _context.Context) ApiScanDeviceTemplateParametersRequest
- func (a *DeviceTemplatesApiService) ScanDeviceTemplateParametersExecute(r ApiScanDeviceTemplateParametersRequest) ([]string, *_nethttp.Response, error)
- func (a *DeviceTemplatesApiService) UpdateDeviceTemplateAccess(ctx _context.Context, id string) ApiUpdateDeviceTemplateAccessRequest
- func (a *DeviceTemplatesApiService) UpdateDeviceTemplateAccessExecute(r ApiUpdateDeviceTemplateAccessRequest) (DeviceTemplateAccessResponse, *_nethttp.Response, error)
- type DeviceUpdate
- func (o *DeviceUpdate) GetAttributes() map[string]interface{}
- func (o *DeviceUpdate) GetAttributesOk() (*map[string]interface{}, bool)
- func (o *DeviceUpdate) GetComplianceState() DeviceComplianceState
- func (o *DeviceUpdate) GetComplianceStateOk() (*DeviceComplianceState, bool)
- func (o *DeviceUpdate) GetManaged() bool
- func (o *DeviceUpdate) GetManagedOk() (*bool, bool)
- func (o *DeviceUpdate) GetModel() string
- func (o *DeviceUpdate) GetModelOk() (*string, bool)
- func (o *DeviceUpdate) GetName() string
- func (o *DeviceUpdate) GetNameOk() (*string, bool)
- func (o *DeviceUpdate) GetOnboardInformation() map[string]interface{}
- func (o *DeviceUpdate) GetOnboardInformationOk() (*map[string]interface{}, bool)
- func (o *DeviceUpdate) GetOnboardType() string
- func (o *DeviceUpdate) GetOnboardTypeOk() (*string, bool)
- func (o *DeviceUpdate) GetSerialKey() string
- func (o *DeviceUpdate) GetSerialKeyOk() (*string, bool)
- func (o *DeviceUpdate) GetServiceType() string
- func (o *DeviceUpdate) GetServiceTypeOk() (*string, bool)
- func (o *DeviceUpdate) GetSubType() string
- func (o *DeviceUpdate) GetSubTypeOk() (*string, bool)
- func (o *DeviceUpdate) GetTags() map[string]string
- func (o *DeviceUpdate) GetTagsOk() (*map[string]string, bool)
- func (o *DeviceUpdate) GetType() string
- func (o *DeviceUpdate) GetTypeOk() (*string, bool)
- func (o *DeviceUpdate) GetVersion() string
- func (o *DeviceUpdate) GetVersionOk() (*string, bool)
- func (o *DeviceUpdate) HasAttributes() bool
- func (o *DeviceUpdate) HasComplianceState() bool
- func (o *DeviceUpdate) HasOnboardInformation() bool
- func (o *DeviceUpdate) HasSerialKey() bool
- func (o *DeviceUpdate) HasServiceType() bool
- func (o *DeviceUpdate) HasSubType() bool
- func (o *DeviceUpdate) HasTags() bool
- func (o *DeviceUpdate) HasVersion() bool
- func (o DeviceUpdate) MarshalJSON() ([]byte, error)
- func (o *DeviceUpdate) SetAttributes(v map[string]interface{})
- func (o *DeviceUpdate) SetComplianceState(v DeviceComplianceState)
- func (o *DeviceUpdate) SetManaged(v bool)
- func (o *DeviceUpdate) SetModel(v string)
- func (o *DeviceUpdate) SetName(v string)
- func (o *DeviceUpdate) SetOnboardInformation(v map[string]interface{})
- func (o *DeviceUpdate) SetOnboardType(v string)
- func (o *DeviceUpdate) SetSerialKey(v string)
- func (o *DeviceUpdate) SetSerialKeyNil()
- func (o *DeviceUpdate) SetServiceType(v string)
- func (o *DeviceUpdate) SetServiceTypeNil()
- func (o *DeviceUpdate) SetSubType(v string)
- func (o *DeviceUpdate) SetSubTypeNil()
- func (o *DeviceUpdate) SetTags(v map[string]string)
- func (o *DeviceUpdate) SetType(v string)
- func (o *DeviceUpdate) SetVersion(v string)
- func (o *DeviceUpdate) SetVersionNil()
- func (o *DeviceUpdate) UnmarshalJSON(bytes []byte) (err error)
- func (o *DeviceUpdate) UnsetSerialKey()
- func (o *DeviceUpdate) UnsetServiceType()
- func (o *DeviceUpdate) UnsetSubType()
- func (o *DeviceUpdate) UnsetVersion()
- type DeviceUpdateAllOf
- func (o *DeviceUpdateAllOf) GetAttributes() map[string]interface{}
- func (o *DeviceUpdateAllOf) GetAttributesOk() (*map[string]interface{}, bool)
- func (o *DeviceUpdateAllOf) GetManaged() bool
- func (o *DeviceUpdateAllOf) GetManagedOk() (*bool, bool)
- func (o *DeviceUpdateAllOf) GetOnboardInformation() map[string]interface{}
- func (o *DeviceUpdateAllOf) GetOnboardInformationOk() (*map[string]interface{}, bool)
- func (o *DeviceUpdateAllOf) GetOnboardType() string
- func (o *DeviceUpdateAllOf) GetOnboardTypeOk() (*string, bool)
- func (o *DeviceUpdateAllOf) GetServiceType() string
- func (o *DeviceUpdateAllOf) GetServiceTypeOk() (*string, bool)
- func (o *DeviceUpdateAllOf) GetTags() map[string]string
- func (o *DeviceUpdateAllOf) GetTagsOk() (*map[string]string, bool)
- func (o *DeviceUpdateAllOf) HasAttributes() bool
- func (o *DeviceUpdateAllOf) HasOnboardInformation() bool
- func (o *DeviceUpdateAllOf) HasServiceType() bool
- func (o *DeviceUpdateAllOf) HasTags() bool
- func (o DeviceUpdateAllOf) MarshalJSON() ([]byte, error)
- func (o *DeviceUpdateAllOf) SetAttributes(v map[string]interface{})
- func (o *DeviceUpdateAllOf) SetManaged(v bool)
- func (o *DeviceUpdateAllOf) SetOnboardInformation(v map[string]interface{})
- func (o *DeviceUpdateAllOf) SetOnboardType(v string)
- func (o *DeviceUpdateAllOf) SetServiceType(v string)
- func (o *DeviceUpdateAllOf) SetServiceTypeNil()
- func (o *DeviceUpdateAllOf) SetTags(v map[string]string)
- func (o *DeviceUpdateAllOf) UnmarshalJSON(bytes []byte) (err error)
- func (o *DeviceUpdateAllOf) UnsetServiceType()
- type DeviceVulnerabilityState
- type DevicesApiService
- func (a *DevicesApiService) AttachDeviceTemplates(ctx _context.Context, id string) ApiAttachDeviceTemplatesRequest
- func (a *DevicesApiService) AttachDeviceTemplatesExecute(r ApiAttachDeviceTemplatesRequest) ([]DeviceTemplateHistory, *_nethttp.Response, error)
- func (a *DevicesApiService) BatchAttachDeviceTemplates(ctx _context.Context) ApiBatchAttachDeviceTemplatesRequest
- func (a *DevicesApiService) BatchAttachDeviceTemplatesExecute(r ApiBatchAttachDeviceTemplatesRequest) ([][]DeviceTemplateHistorySummary, *_nethttp.Response, error)
- func (a *DevicesApiService) CreateDevice(ctx _context.Context) ApiCreateDeviceRequest
- func (a *DevicesApiService) CreateDeviceExecute(r ApiCreateDeviceRequest) (Device, *_nethttp.Response, error)
- func (a *DevicesApiService) DeleteDevice(ctx _context.Context, id string) ApiDeleteDeviceRequest
- func (a *DevicesApiService) DeleteDeviceExecute(r ApiDeleteDeviceRequest) (*_nethttp.Response, error)
- func (a *DevicesApiService) DetachDeviceTemplate(ctx _context.Context, id string, templateId string) ApiDetachDeviceTemplateRequest
- func (a *DevicesApiService) DetachDeviceTemplateExecute(r ApiDetachDeviceTemplateRequest) ([]DeviceTemplateHistory, *_nethttp.Response, error)
- func (a *DevicesApiService) DetachDeviceTemplates(ctx _context.Context, id string) ApiDetachDeviceTemplatesRequest
- func (a *DevicesApiService) DetachDeviceTemplatesExecute(r ApiDetachDeviceTemplatesRequest) ([]DeviceTemplateHistory, *_nethttp.Response, error)
- func (a *DevicesApiService) GetDevice(ctx _context.Context, id string) ApiGetDeviceRequest
- func (a *DevicesApiService) GetDeviceConfig(ctx _context.Context, id string) ApiGetDeviceConfigRequest
- func (a *DevicesApiService) GetDeviceConfigExecute(r ApiGetDeviceConfigRequest) (string, *_nethttp.Response, error)
- func (a *DevicesApiService) GetDeviceExecute(r ApiGetDeviceRequest) (Device, *_nethttp.Response, error)
- func (a *DevicesApiService) GetDeviceTemplateHistory(ctx _context.Context, id string) ApiGetDeviceTemplateHistoryRequest
- func (a *DevicesApiService) GetDeviceTemplateHistoryExecute(r ApiGetDeviceTemplateHistoryRequest) ([]DeviceTemplateHistory, *_nethttp.Response, error)
- func (a *DevicesApiService) GetDevicesPage(ctx _context.Context) ApiGetDevicesPageRequest
- func (a *DevicesApiService) GetDevicesPageExecute(r ApiGetDevicesPageRequest) (DevicesPage, *_nethttp.Response, error)
- func (a *DevicesApiService) PatchDevice(ctx _context.Context, id string) ApiPatchDeviceRequest
- func (a *DevicesApiService) PatchDeviceExecute(r ApiPatchDeviceRequest) (Device, *_nethttp.Response, error)
- func (a *DevicesApiService) RedeployDevice(ctx _context.Context, id string) ApiRedeployDeviceRequest
- func (a *DevicesApiService) RedeployDeviceExecute(r ApiRedeployDeviceRequest) (*_nethttp.Response, error)
- func (a *DevicesApiService) UpdateDevice(ctx _context.Context, id string) ApiUpdateDeviceRequest
- func (a *DevicesApiService) UpdateDeviceExecute(r ApiUpdateDeviceRequest) (Device, *_nethttp.Response, error)
- func (a *DevicesApiService) UpdateDeviceTemplates(ctx _context.Context, id string) ApiUpdateDeviceTemplatesRequest
- func (a *DevicesApiService) UpdateDeviceTemplatesExecute(r ApiUpdateDeviceTemplatesRequest) ([]DeviceTemplateHistory, *_nethttp.Response, error)
- type DevicesPage
- func (o *DevicesPage) GetContents() []Device
- func (o *DevicesPage) GetContentsOk() (*[]Device, bool)
- func (o *DevicesPage) GetHasNext() bool
- func (o *DevicesPage) GetHasNextOk() (*bool, bool)
- func (o *DevicesPage) GetHasPrevious() bool
- func (o *DevicesPage) GetHasPreviousOk() (*bool, bool)
- func (o *DevicesPage) GetPage() int32
- func (o *DevicesPage) GetPageOk() (*int32, bool)
- func (o *DevicesPage) GetPageSize() int32
- func (o *DevicesPage) GetPageSizeOk() (*int32, bool)
- func (o *DevicesPage) GetSortBy() string
- func (o *DevicesPage) GetSortByOk() (*string, bool)
- func (o *DevicesPage) GetSortOrder() string
- func (o *DevicesPage) GetSortOrderOk() (*string, bool)
- func (o *DevicesPage) GetTotalItems() int64
- func (o *DevicesPage) GetTotalItemsOk() (*int64, bool)
- func (o *DevicesPage) HasContents() bool
- func (o *DevicesPage) HasHasNext() bool
- func (o *DevicesPage) HasHasPrevious() bool
- func (o *DevicesPage) HasPage() bool
- func (o *DevicesPage) HasPageSize() bool
- func (o *DevicesPage) HasSortBy() bool
- func (o *DevicesPage) HasSortOrder() bool
- func (o *DevicesPage) HasTotalItems() bool
- func (o DevicesPage) MarshalJSON() ([]byte, error)
- func (o *DevicesPage) SetContents(v []Device)
- func (o *DevicesPage) SetHasNext(v bool)
- func (o *DevicesPage) SetHasNextNil()
- func (o *DevicesPage) SetHasPrevious(v bool)
- func (o *DevicesPage) SetHasPreviousNil()
- func (o *DevicesPage) SetPage(v int32)
- func (o *DevicesPage) SetPageSize(v int32)
- func (o *DevicesPage) SetSortBy(v string)
- func (o *DevicesPage) SetSortByNil()
- func (o *DevicesPage) SetSortOrder(v string)
- func (o *DevicesPage) SetSortOrderNil()
- func (o *DevicesPage) SetTotalItems(v int64)
- func (o *DevicesPage) SetTotalItemsNil()
- func (o *DevicesPage) UnmarshalJSON(bytes []byte) (err error)
- func (o *DevicesPage) UnsetHasNext()
- func (o *DevicesPage) UnsetHasPrevious()
- func (o *DevicesPage) UnsetSortBy()
- func (o *DevicesPage) UnsetSortOrder()
- func (o *DevicesPage) UnsetTotalItems()
- type DevicesPageAllOf
- func (o *DevicesPageAllOf) GetContents() []Device
- func (o *DevicesPageAllOf) GetContentsOk() (*[]Device, bool)
- func (o *DevicesPageAllOf) HasContents() bool
- func (o DevicesPageAllOf) MarshalJSON() ([]byte, error)
- func (o *DevicesPageAllOf) SetContents(v []Device)
- func (o *DevicesPageAllOf) UnmarshalJSON(bytes []byte) (err error)
- type Error
- func (o *Error) GetCode() string
- func (o *Error) GetCodeOk() (*string, bool)
- func (o *Error) GetMessage() string
- func (o *Error) GetMessageOk() (*string, bool)
- func (o *Error) HasCode() bool
- func (o *Error) HasMessage() bool
- func (o Error) MarshalJSON() ([]byte, error)
- func (o *Error) SetCode(v string)
- func (o *Error) SetMessage(v string)
- func (o *Error) UnmarshalJSON(bytes []byte) (err error)
- type GenericEvent
- func (o *GenericEvent) GetDescription() string
- func (o *GenericEvent) GetDescriptionOk() (*string, bool)
- func (o *GenericEvent) GetDetails() map[string]string
- func (o *GenericEvent) GetDetailsOk() (*map[string]string, bool)
- func (o *GenericEvent) GetKeywords() string
- func (o *GenericEvent) GetKeywordsOk() (*string, bool)
- func (o *GenericEvent) GetSecurity() GenericEventSecurity
- func (o *GenericEvent) GetSecurityOk() (*GenericEventSecurity, bool)
- func (o *GenericEvent) GetService() string
- func (o *GenericEvent) GetServiceOk() (*string, bool)
- func (o *GenericEvent) GetSeverity() GenericEventSeverity
- func (o *GenericEvent) GetSeverityOk() (*GenericEventSeverity, bool)
- func (o *GenericEvent) GetSubtype() string
- func (o *GenericEvent) GetSubtypeOk() (*string, bool)
- func (o *GenericEvent) GetTime() time.Time
- func (o *GenericEvent) GetTimeOk() (*time.Time, bool)
- func (o *GenericEvent) GetTrace() GenericEventTrace
- func (o *GenericEvent) GetTraceOk() (*GenericEventTrace, bool)
- func (o *GenericEvent) GetType() string
- func (o *GenericEvent) GetTypeOk() (*string, bool)
- func (o *GenericEvent) HasDescription() bool
- func (o *GenericEvent) HasDetails() bool
- func (o *GenericEvent) HasKeywords() bool
- func (o *GenericEvent) HasSecurity() bool
- func (o *GenericEvent) HasService() bool
- func (o *GenericEvent) HasSeverity() bool
- func (o *GenericEvent) HasSubtype() bool
- func (o *GenericEvent) HasTime() bool
- func (o *GenericEvent) HasTrace() bool
- func (o *GenericEvent) HasType() bool
- func (o GenericEvent) MarshalJSON() ([]byte, error)
- func (o *GenericEvent) SetDescription(v string)
- func (o *GenericEvent) SetDetails(v map[string]string)
- func (o *GenericEvent) SetKeywords(v string)
- func (o *GenericEvent) SetSecurity(v GenericEventSecurity)
- func (o *GenericEvent) SetService(v string)
- func (o *GenericEvent) SetSeverity(v GenericEventSeverity)
- func (o *GenericEvent) SetSubtype(v string)
- func (o *GenericEvent) SetTime(v time.Time)
- func (o *GenericEvent) SetTrace(v GenericEventTrace)
- func (o *GenericEvent) SetType(v string)
- func (o *GenericEvent) UnmarshalJSON(bytes []byte) (err error)
- type GenericEventAllOf
- func (o *GenericEventAllOf) GetTime() time.Time
- func (o *GenericEventAllOf) GetTimeOk() (*time.Time, bool)
- func (o *GenericEventAllOf) GetType() string
- func (o *GenericEventAllOf) GetTypeOk() (*string, bool)
- func (o *GenericEventAllOf) HasTime() bool
- func (o *GenericEventAllOf) HasType() bool
- func (o GenericEventAllOf) MarshalJSON() ([]byte, error)
- func (o *GenericEventAllOf) SetTime(v time.Time)
- func (o *GenericEventAllOf) SetType(v string)
- func (o *GenericEventAllOf) UnmarshalJSON(bytes []byte) (err error)
- type GenericEventCreate
- func (o *GenericEventCreate) GetDescription() string
- func (o *GenericEventCreate) GetDescriptionOk() (*string, bool)
- func (o *GenericEventCreate) GetDetails() map[string]string
- func (o *GenericEventCreate) GetDetailsOk() (*map[string]string, bool)
- func (o *GenericEventCreate) GetKeywords() string
- func (o *GenericEventCreate) GetKeywordsOk() (*string, bool)
- func (o *GenericEventCreate) GetSecurity() GenericEventSecurity
- func (o *GenericEventCreate) GetSecurityOk() (*GenericEventSecurity, bool)
- func (o *GenericEventCreate) GetService() string
- func (o *GenericEventCreate) GetServiceOk() (*string, bool)
- func (o *GenericEventCreate) GetSeverity() GenericEventSeverity
- func (o *GenericEventCreate) GetSeverityOk() (*GenericEventSeverity, bool)
- func (o *GenericEventCreate) GetSubtype() string
- func (o *GenericEventCreate) GetSubtypeOk() (*string, bool)
- func (o *GenericEventCreate) GetTrace() GenericEventTrace
- func (o *GenericEventCreate) GetTraceOk() (*GenericEventTrace, bool)
- func (o *GenericEventCreate) HasDescription() bool
- func (o *GenericEventCreate) HasDetails() bool
- func (o *GenericEventCreate) HasKeywords() bool
- func (o *GenericEventCreate) HasSecurity() bool
- func (o *GenericEventCreate) HasService() bool
- func (o *GenericEventCreate) HasSeverity() bool
- func (o *GenericEventCreate) HasSubtype() bool
- func (o *GenericEventCreate) HasTrace() bool
- func (o GenericEventCreate) MarshalJSON() ([]byte, error)
- func (o *GenericEventCreate) SetDescription(v string)
- func (o *GenericEventCreate) SetDetails(v map[string]string)
- func (o *GenericEventCreate) SetKeywords(v string)
- func (o *GenericEventCreate) SetSecurity(v GenericEventSecurity)
- func (o *GenericEventCreate) SetService(v string)
- func (o *GenericEventCreate) SetSeverity(v GenericEventSeverity)
- func (o *GenericEventCreate) SetSubtype(v string)
- func (o *GenericEventCreate) SetTrace(v GenericEventTrace)
- func (o *GenericEventCreate) UnmarshalJSON(bytes []byte) (err error)
- type GenericEventSecurity
- func (o *GenericEventSecurity) GetClientId() string
- func (o *GenericEventSecurity) GetClientIdOk() (*string, bool)
- func (o *GenericEventSecurity) GetOriginalUsername() string
- func (o *GenericEventSecurity) GetOriginalUsernameOk() (*string, bool)
- func (o *GenericEventSecurity) GetProviderId() string
- func (o *GenericEventSecurity) GetProviderIdOk() (*string, bool)
- func (o *GenericEventSecurity) GetTenantId() string
- func (o *GenericEventSecurity) GetTenantIdOk() (*string, bool)
- func (o *GenericEventSecurity) GetTenantName() string
- func (o *GenericEventSecurity) GetTenantNameOk() (*string, bool)
- func (o *GenericEventSecurity) GetUserId() string
- func (o *GenericEventSecurity) GetUserIdOk() (*string, bool)
- func (o *GenericEventSecurity) GetUsername() string
- func (o *GenericEventSecurity) GetUsernameOk() (*string, bool)
- func (o *GenericEventSecurity) HasClientId() bool
- func (o *GenericEventSecurity) HasOriginalUsername() bool
- func (o *GenericEventSecurity) HasProviderId() bool
- func (o *GenericEventSecurity) HasTenantId() bool
- func (o *GenericEventSecurity) HasTenantName() bool
- func (o *GenericEventSecurity) HasUserId() bool
- func (o *GenericEventSecurity) HasUsername() bool
- func (o GenericEventSecurity) MarshalJSON() ([]byte, error)
- func (o *GenericEventSecurity) SetClientId(v string)
- func (o *GenericEventSecurity) SetOriginalUsername(v string)
- func (o *GenericEventSecurity) SetProviderId(v string)
- func (o *GenericEventSecurity) SetTenantId(v string)
- func (o *GenericEventSecurity) SetTenantName(v string)
- func (o *GenericEventSecurity) SetUserId(v string)
- func (o *GenericEventSecurity) SetUsername(v string)
- func (o *GenericEventSecurity) UnmarshalJSON(bytes []byte) (err error)
- type GenericEventSeverity
- type GenericEventTrace
- func (o *GenericEventTrace) GetParentId() string
- func (o *GenericEventTrace) GetParentIdOk() (*string, bool)
- func (o *GenericEventTrace) GetSpanId() string
- func (o *GenericEventTrace) GetSpanIdOk() (*string, bool)
- func (o *GenericEventTrace) GetTraceId() string
- func (o *GenericEventTrace) GetTraceIdOk() (*string, bool)
- func (o *GenericEventTrace) HasParentId() bool
- func (o *GenericEventTrace) HasSpanId() bool
- func (o *GenericEventTrace) HasTraceId() bool
- func (o GenericEventTrace) MarshalJSON() ([]byte, error)
- func (o *GenericEventTrace) SetParentId(v string)
- func (o *GenericEventTrace) SetSpanId(v string)
- func (o *GenericEventTrace) SetTraceId(v string)
- func (o *GenericEventTrace) UnmarshalJSON(bytes []byte) (err error)
- type GenericOpenAPIError
- type HealthApiService
- func (a *HealthApiService) GetDevicesHealthList(ctx _context.Context) ApiGetDevicesHealthListRequest
- func (a *HealthApiService) GetDevicesHealthListExecute(r ApiGetDevicesHealthListRequest) ([]ResourceHealth, *_nethttp.Response, error)
- func (a *HealthApiService) GetServicesHealthList(ctx _context.Context) ApiGetServicesHealthListRequest
- func (a *HealthApiService) GetServicesHealthListExecute(r ApiGetServicesHealthListRequest) ([]ResourceHealth, *_nethttp.Response, error)
- type Incident
- func (o *Incident) GetAttributes() map[string]interface{}
- func (o *Incident) GetAttributesOk() (*map[string]interface{}, bool)
- func (o *Incident) GetCategory() string
- func (o *Incident) GetCategoryOk() (*string, bool)
- func (o *Incident) GetCreatedBy() string
- func (o *Incident) GetCreatedByOk() (*string, bool)
- func (o *Incident) GetCreatedOn() time.Time
- func (o *Incident) GetCreatedOnOk() (*time.Time, bool)
- func (o *Incident) GetDescription() string
- func (o *Incident) GetDescriptionOk() (*string, bool)
- func (o *Incident) GetExternalId() string
- func (o *Incident) GetExternalIdOk() (*string, bool)
- func (o *Incident) GetId() string
- func (o *Incident) GetIdOk() (*string, bool)
- func (o *Incident) GetImpact() string
- func (o *Incident) GetImpactOk() (*string, bool)
- func (o *Incident) GetModifiedBy() string
- func (o *Incident) GetModifiedByOk() (*string, bool)
- func (o *Incident) GetModifiedOn() time.Time
- func (o *Incident) GetModifiedOnOk() (*time.Time, bool)
- func (o *Incident) GetNotes() []string
- func (o *Incident) GetNotesOk() (*[]string, bool)
- func (o *Incident) GetPriority() string
- func (o *Incident) GetPriorityOk() (*string, bool)
- func (o *Incident) GetSeverity() string
- func (o *Incident) GetSeverityOk() (*string, bool)
- func (o *Incident) GetState() string
- func (o *Incident) GetStateOk() (*string, bool)
- func (o *Incident) GetSubcategory() string
- func (o *Incident) GetSubcategoryOk() (*string, bool)
- func (o *Incident) GetTenant() string
- func (o *Incident) GetTenantOk() (*string, bool)
- func (o *Incident) GetUrgency() string
- func (o *Incident) GetUrgencyOk() (*string, bool)
- func (o *Incident) HasAttributes() bool
- func (o *Incident) HasCategory() bool
- func (o *Incident) HasCreatedBy() bool
- func (o *Incident) HasCreatedOn() bool
- func (o *Incident) HasImpact() bool
- func (o *Incident) HasModifiedBy() bool
- func (o *Incident) HasModifiedOn() bool
- func (o *Incident) HasNotes() bool
- func (o *Incident) HasPriority() bool
- func (o *Incident) HasSeverity() bool
- func (o *Incident) HasState() bool
- func (o *Incident) HasSubcategory() bool
- func (o *Incident) HasTenant() bool
- func (o *Incident) HasUrgency() bool
- func (o Incident) MarshalJSON() ([]byte, error)
- func (o *Incident) SetAttributes(v map[string]interface{})
- func (o *Incident) SetCategory(v string)
- func (o *Incident) SetCreatedBy(v string)
- func (o *Incident) SetCreatedOn(v time.Time)
- func (o *Incident) SetDescription(v string)
- func (o *Incident) SetExternalId(v string)
- func (o *Incident) SetId(v string)
- func (o *Incident) SetImpact(v string)
- func (o *Incident) SetModifiedBy(v string)
- func (o *Incident) SetModifiedOn(v time.Time)
- func (o *Incident) SetNotes(v []string)
- func (o *Incident) SetPriority(v string)
- func (o *Incident) SetSeverity(v string)
- func (o *Incident) SetState(v string)
- func (o *Incident) SetSubcategory(v string)
- func (o *Incident) SetTenant(v string)
- func (o *Incident) SetTenantNil()
- func (o *Incident) SetUrgency(v string)
- func (o *Incident) UnmarshalJSON(bytes []byte) (err error)
- func (o *Incident) UnsetTenant()
- type IncidentAllOf
- func (o *IncidentAllOf) GetAttributes() map[string]interface{}
- func (o *IncidentAllOf) GetAttributesOk() (*map[string]interface{}, bool)
- func (o *IncidentAllOf) GetCreatedBy() string
- func (o *IncidentAllOf) GetCreatedByOk() (*string, bool)
- func (o *IncidentAllOf) GetCreatedOn() time.Time
- func (o *IncidentAllOf) GetCreatedOnOk() (*time.Time, bool)
- func (o *IncidentAllOf) GetExternalId() string
- func (o *IncidentAllOf) GetExternalIdOk() (*string, bool)
- func (o *IncidentAllOf) GetId() string
- func (o *IncidentAllOf) GetIdOk() (*string, bool)
- func (o *IncidentAllOf) GetModifiedBy() string
- func (o *IncidentAllOf) GetModifiedByOk() (*string, bool)
- func (o *IncidentAllOf) GetModifiedOn() time.Time
- func (o *IncidentAllOf) GetModifiedOnOk() (*time.Time, bool)
- func (o *IncidentAllOf) GetNotes() []string
- func (o *IncidentAllOf) GetNotesOk() (*[]string, bool)
- func (o *IncidentAllOf) HasAttributes() bool
- func (o *IncidentAllOf) HasCreatedBy() bool
- func (o *IncidentAllOf) HasCreatedOn() bool
- func (o *IncidentAllOf) HasModifiedBy() bool
- func (o *IncidentAllOf) HasModifiedOn() bool
- func (o *IncidentAllOf) HasNotes() bool
- func (o IncidentAllOf) MarshalJSON() ([]byte, error)
- func (o *IncidentAllOf) SetAttributes(v map[string]interface{})
- func (o *IncidentAllOf) SetCreatedBy(v string)
- func (o *IncidentAllOf) SetCreatedOn(v time.Time)
- func (o *IncidentAllOf) SetExternalId(v string)
- func (o *IncidentAllOf) SetId(v string)
- func (o *IncidentAllOf) SetModifiedBy(v string)
- func (o *IncidentAllOf) SetModifiedOn(v time.Time)
- func (o *IncidentAllOf) SetNotes(v []string)
- func (o *IncidentAllOf) UnmarshalJSON(bytes []byte) (err error)
- type IncidentCancel
- func (o *IncidentCancel) GetNotes() string
- func (o *IncidentCancel) GetNotesOk() (*string, bool)
- func (o *IncidentCancel) GetTenant() string
- func (o *IncidentCancel) GetTenantOk() (*string, bool)
- func (o *IncidentCancel) HasNotes() bool
- func (o IncidentCancel) MarshalJSON() ([]byte, error)
- func (o *IncidentCancel) SetNotes(v string)
- func (o *IncidentCancel) SetTenant(v string)
- func (o *IncidentCancel) UnmarshalJSON(bytes []byte) (err error)
- type IncidentChangeRequestsApiService
- func (a *IncidentChangeRequestsApiService) CreateChangeRequest(ctx _context.Context) ApiCreateChangeRequestRequest
- func (a *IncidentChangeRequestsApiService) CreateChangeRequestExecute(r ApiCreateChangeRequestRequest) (ChangeRequest, *_nethttp.Response, error)
- func (a *IncidentChangeRequestsApiService) DeleteChangeRequest(ctx _context.Context, id string) ApiDeleteChangeRequestRequest
- func (a *IncidentChangeRequestsApiService) DeleteChangeRequestExecute(r ApiDeleteChangeRequestRequest) (*_nethttp.Response, error)
- func (a *IncidentChangeRequestsApiService) GetChangeRequest(ctx _context.Context, id string) ApiGetChangeRequestRequest
- func (a *IncidentChangeRequestsApiService) GetChangeRequestExecute(r ApiGetChangeRequestRequest) (ChangeRequest, *_nethttp.Response, error)
- func (a *IncidentChangeRequestsApiService) GetChangeRequestsPage(ctx _context.Context) ApiGetChangeRequestsPageRequest
- func (a *IncidentChangeRequestsApiService) GetChangeRequestsPageExecute(r ApiGetChangeRequestsPageRequest) (ChangeRequestsPage, *_nethttp.Response, error)
- func (a *IncidentChangeRequestsApiService) UpdateChangeRequest(ctx _context.Context, id string) ApiUpdateChangeRequestRequest
- func (a *IncidentChangeRequestsApiService) UpdateChangeRequestExecute(r ApiUpdateChangeRequestRequest) (ChangeRequest, *_nethttp.Response, error)
- type IncidentConfig
- func (o *IncidentConfig) GetClientId() string
- func (o *IncidentConfig) GetClientIdOk() (*string, bool)
- func (o *IncidentConfig) GetClientSecret() string
- func (o *IncidentConfig) GetClientSecretOk() (*string, bool)
- func (o *IncidentConfig) GetCriticalEvent() bool
- func (o *IncidentConfig) GetCriticalEventOk() (*bool, bool)
- func (o *IncidentConfig) GetDomain() string
- func (o *IncidentConfig) GetDomainOk() (*string, bool)
- func (o *IncidentConfig) GetPassword() string
- func (o *IncidentConfig) GetPasswordOk() (*string, bool)
- func (o *IncidentConfig) GetProxy() string
- func (o *IncidentConfig) GetProxyOk() (*string, bool)
- func (o *IncidentConfig) GetUserName() string
- func (o *IncidentConfig) GetUserNameOk() (*string, bool)
- func (o *IncidentConfig) HasCriticalEvent() bool
- func (o *IncidentConfig) HasProxy() bool
- func (o IncidentConfig) MarshalJSON() ([]byte, error)
- func (o *IncidentConfig) SetClientId(v string)
- func (o *IncidentConfig) SetClientSecret(v string)
- func (o *IncidentConfig) SetCriticalEvent(v bool)
- func (o *IncidentConfig) SetDomain(v string)
- func (o *IncidentConfig) SetPassword(v string)
- func (o *IncidentConfig) SetProxy(v string)
- func (o *IncidentConfig) SetProxyNil()
- func (o *IncidentConfig) SetUserName(v string)
- func (o *IncidentConfig) UnmarshalJSON(bytes []byte) (err error)
- func (o *IncidentConfig) UnsetProxy()
- type IncidentConfigPatch
- func (o *IncidentConfigPatch) GetClientId() string
- func (o *IncidentConfigPatch) GetClientIdOk() (*string, bool)
- func (o *IncidentConfigPatch) GetClientSecret() string
- func (o *IncidentConfigPatch) GetClientSecretOk() (*string, bool)
- func (o *IncidentConfigPatch) GetCriticalEvent() bool
- func (o *IncidentConfigPatch) GetCriticalEventOk() (*bool, bool)
- func (o *IncidentConfigPatch) GetDomain() string
- func (o *IncidentConfigPatch) GetDomainOk() (*string, bool)
- func (o *IncidentConfigPatch) GetPassword() string
- func (o *IncidentConfigPatch) GetPasswordOk() (*string, bool)
- func (o *IncidentConfigPatch) GetUserName() string
- func (o *IncidentConfigPatch) GetUserNameOk() (*string, bool)
- func (o *IncidentConfigPatch) HasClientId() bool
- func (o *IncidentConfigPatch) HasClientSecret() bool
- func (o *IncidentConfigPatch) HasCriticalEvent() bool
- func (o *IncidentConfigPatch) HasDomain() bool
- func (o *IncidentConfigPatch) HasPassword() bool
- func (o *IncidentConfigPatch) HasUserName() bool
- func (o IncidentConfigPatch) MarshalJSON() ([]byte, error)
- func (o *IncidentConfigPatch) SetClientId(v string)
- func (o *IncidentConfigPatch) SetClientSecret(v string)
- func (o *IncidentConfigPatch) SetCriticalEvent(v bool)
- func (o *IncidentConfigPatch) SetDomain(v string)
- func (o *IncidentConfigPatch) SetPassword(v string)
- func (o *IncidentConfigPatch) SetUserName(v string)
- func (o *IncidentConfigPatch) UnmarshalJSON(bytes []byte) (err error)
- type IncidentConfigUpdate
- func (o *IncidentConfigUpdate) GetClientId() string
- func (o *IncidentConfigUpdate) GetClientIdOk() (*string, bool)
- func (o *IncidentConfigUpdate) GetClientSecret() string
- func (o *IncidentConfigUpdate) GetClientSecretOk() (*string, bool)
- func (o *IncidentConfigUpdate) GetCriticalEvent() bool
- func (o *IncidentConfigUpdate) GetCriticalEventOk() (*bool, bool)
- func (o *IncidentConfigUpdate) GetDomain() string
- func (o *IncidentConfigUpdate) GetDomainOk() (*string, bool)
- func (o *IncidentConfigUpdate) GetPassword() string
- func (o *IncidentConfigUpdate) GetPasswordOk() (*string, bool)
- func (o *IncidentConfigUpdate) GetProxy() string
- func (o *IncidentConfigUpdate) GetProxyOk() (*string, bool)
- func (o *IncidentConfigUpdate) GetUserName() string
- func (o *IncidentConfigUpdate) GetUserNameOk() (*string, bool)
- func (o *IncidentConfigUpdate) HasCriticalEvent() bool
- func (o *IncidentConfigUpdate) HasProxy() bool
- func (o IncidentConfigUpdate) MarshalJSON() ([]byte, error)
- func (o *IncidentConfigUpdate) SetClientId(v string)
- func (o *IncidentConfigUpdate) SetClientSecret(v string)
- func (o *IncidentConfigUpdate) SetCriticalEvent(v bool)
- func (o *IncidentConfigUpdate) SetDomain(v string)
- func (o *IncidentConfigUpdate) SetPassword(v string)
- func (o *IncidentConfigUpdate) SetProxy(v string)
- func (o *IncidentConfigUpdate) SetProxyNil()
- func (o *IncidentConfigUpdate) SetUserName(v string)
- func (o *IncidentConfigUpdate) UnmarshalJSON(bytes []byte) (err error)
- func (o *IncidentConfigUpdate) UnsetProxy()
- type IncidentConfigurationsApiService
- func (a *IncidentConfigurationsApiService) CreateServiceNowConfiguration(ctx _context.Context) ApiCreateServiceNowConfigurationRequest
- func (a *IncidentConfigurationsApiService) CreateServiceNowConfigurationExecute(r ApiCreateServiceNowConfigurationRequest) (ServiceNowConfiguration, *_nethttp.Response, error)
- func (a *IncidentConfigurationsApiService) DeleteServiceNowConfiguration(ctx _context.Context, id string) ApiDeleteServiceNowConfigurationRequest
- func (a *IncidentConfigurationsApiService) DeleteServiceNowConfigurationExecute(r ApiDeleteServiceNowConfigurationRequest) (*_nethttp.Response, error)
- func (a *IncidentConfigurationsApiService) GetConfiguration(ctx _context.Context) ApiGetConfigurationRequest
- func (a *IncidentConfigurationsApiService) GetConfigurationExecute(r ApiGetConfigurationRequest) (IncidentConfig, *_nethttp.Response, error)
- func (a *IncidentConfigurationsApiService) GetServiceNowConfiguration(ctx _context.Context, id string) ApiGetServiceNowConfigurationRequest
- func (a *IncidentConfigurationsApiService) GetServiceNowConfigurationExecute(r ApiGetServiceNowConfigurationRequest) (ServiceNowConfiguration, *_nethttp.Response, error)
- func (a *IncidentConfigurationsApiService) GetServiceNowConfigurationsPage(ctx _context.Context) ApiGetServiceNowConfigurationsPageRequest
- func (a *IncidentConfigurationsApiService) GetServiceNowConfigurationsPageExecute(r ApiGetServiceNowConfigurationsPageRequest) (ServiceNowConfigurationsPage, *_nethttp.Response, error)
- func (a *IncidentConfigurationsApiService) PatchConfiguration(ctx _context.Context) ApiPatchConfigurationRequest
- func (a *IncidentConfigurationsApiService) PatchConfigurationExecute(r ApiPatchConfigurationRequest) (IncidentConfig, *_nethttp.Response, error)
- func (a *IncidentConfigurationsApiService) UpdateConfiguration(ctx _context.Context) ApiUpdateConfigurationRequest
- func (a *IncidentConfigurationsApiService) UpdateConfigurationExecute(r ApiUpdateConfigurationRequest) (IncidentConfig, *_nethttp.Response, error)
- type IncidentCreate
- func (o *IncidentCreate) GetAttributes() map[string]interface{}
- func (o *IncidentCreate) GetAttributesOk() (*map[string]interface{}, bool)
- func (o *IncidentCreate) GetCategory() string
- func (o *IncidentCreate) GetCategoryOk() (*string, bool)
- func (o *IncidentCreate) GetDescription() string
- func (o *IncidentCreate) GetDescriptionOk() (*string, bool)
- func (o *IncidentCreate) GetImpact() string
- func (o *IncidentCreate) GetImpactOk() (*string, bool)
- func (o *IncidentCreate) GetPriority() string
- func (o *IncidentCreate) GetPriorityOk() (*string, bool)
- func (o *IncidentCreate) GetSeverity() string
- func (o *IncidentCreate) GetSeverityOk() (*string, bool)
- func (o *IncidentCreate) GetState() string
- func (o *IncidentCreate) GetStateOk() (*string, bool)
- func (o *IncidentCreate) GetSubcategory() string
- func (o *IncidentCreate) GetSubcategoryOk() (*string, bool)
- func (o *IncidentCreate) GetTenant() string
- func (o *IncidentCreate) GetTenantOk() (*string, bool)
- func (o *IncidentCreate) GetUrgency() string
- func (o *IncidentCreate) GetUrgencyOk() (*string, bool)
- func (o *IncidentCreate) HasAttributes() bool
- func (o *IncidentCreate) HasCategory() bool
- func (o *IncidentCreate) HasImpact() bool
- func (o *IncidentCreate) HasPriority() bool
- func (o *IncidentCreate) HasSeverity() bool
- func (o *IncidentCreate) HasState() bool
- func (o *IncidentCreate) HasSubcategory() bool
- func (o *IncidentCreate) HasTenant() bool
- func (o *IncidentCreate) HasUrgency() bool
- func (o IncidentCreate) MarshalJSON() ([]byte, error)
- func (o *IncidentCreate) SetAttributes(v map[string]interface{})
- func (o *IncidentCreate) SetCategory(v string)
- func (o *IncidentCreate) SetDescription(v string)
- func (o *IncidentCreate) SetImpact(v string)
- func (o *IncidentCreate) SetPriority(v string)
- func (o *IncidentCreate) SetSeverity(v string)
- func (o *IncidentCreate) SetState(v string)
- func (o *IncidentCreate) SetSubcategory(v string)
- func (o *IncidentCreate) SetTenant(v string)
- func (o *IncidentCreate) SetTenantNil()
- func (o *IncidentCreate) SetUrgency(v string)
- func (o *IncidentCreate) UnmarshalJSON(bytes []byte) (err error)
- func (o *IncidentCreate) UnsetTenant()
- type IncidentUpdate
- func (o *IncidentUpdate) GetAttributes() map[string]interface{}
- func (o *IncidentUpdate) GetAttributesOk() (*map[string]interface{}, bool)
- func (o *IncidentUpdate) GetCategory() string
- func (o *IncidentUpdate) GetCategoryOk() (*string, bool)
- func (o *IncidentUpdate) GetDescription() string
- func (o *IncidentUpdate) GetDescriptionOk() (*string, bool)
- func (o *IncidentUpdate) GetImpact() string
- func (o *IncidentUpdate) GetImpactOk() (*string, bool)
- func (o *IncidentUpdate) GetPriority() string
- func (o *IncidentUpdate) GetPriorityOk() (*string, bool)
- func (o *IncidentUpdate) GetSeverity() string
- func (o *IncidentUpdate) GetSeverityOk() (*string, bool)
- func (o *IncidentUpdate) GetState() string
- func (o *IncidentUpdate) GetStateOk() (*string, bool)
- func (o *IncidentUpdate) GetSubcategory() string
- func (o *IncidentUpdate) GetSubcategoryOk() (*string, bool)
- func (o *IncidentUpdate) GetTenant() string
- func (o *IncidentUpdate) GetTenantOk() (*string, bool)
- func (o *IncidentUpdate) GetUrgency() string
- func (o *IncidentUpdate) GetUrgencyOk() (*string, bool)
- func (o *IncidentUpdate) HasAttributes() bool
- func (o *IncidentUpdate) HasCategory() bool
- func (o *IncidentUpdate) HasImpact() bool
- func (o *IncidentUpdate) HasPriority() bool
- func (o *IncidentUpdate) HasSeverity() bool
- func (o *IncidentUpdate) HasState() bool
- func (o *IncidentUpdate) HasSubcategory() bool
- func (o *IncidentUpdate) HasTenant() bool
- func (o *IncidentUpdate) HasUrgency() bool
- func (o IncidentUpdate) MarshalJSON() ([]byte, error)
- func (o *IncidentUpdate) SetAttributes(v map[string]interface{})
- func (o *IncidentUpdate) SetCategory(v string)
- func (o *IncidentUpdate) SetDescription(v string)
- func (o *IncidentUpdate) SetImpact(v string)
- func (o *IncidentUpdate) SetPriority(v string)
- func (o *IncidentUpdate) SetSeverity(v string)
- func (o *IncidentUpdate) SetState(v string)
- func (o *IncidentUpdate) SetSubcategory(v string)
- func (o *IncidentUpdate) SetTenant(v string)
- func (o *IncidentUpdate) SetTenantNil()
- func (o *IncidentUpdate) SetUrgency(v string)
- func (o *IncidentUpdate) UnmarshalJSON(bytes []byte) (err error)
- func (o *IncidentUpdate) UnsetTenant()
- type IncidentsApiService
- func (a *IncidentsApiService) CancelIncident(ctx _context.Context, id string) ApiCancelIncidentRequest
- func (a *IncidentsApiService) CancelIncidentExecute(r ApiCancelIncidentRequest) (Incident, *_nethttp.Response, error)
- func (a *IncidentsApiService) CreateIncident(ctx _context.Context) ApiCreateIncidentRequest
- func (a *IncidentsApiService) CreateIncidentExecute(r ApiCreateIncidentRequest) (Incident, *_nethttp.Response, error)
- func (a *IncidentsApiService) DeleteIncident(ctx _context.Context, id string) ApiDeleteIncidentRequest
- func (a *IncidentsApiService) DeleteIncidentExecute(r ApiDeleteIncidentRequest) (*_nethttp.Response, error)
- func (a *IncidentsApiService) GetIncident(ctx _context.Context, id string) ApiGetIncidentRequest
- func (a *IncidentsApiService) GetIncidentExecute(r ApiGetIncidentRequest) (Incident, *_nethttp.Response, error)
- func (a *IncidentsApiService) GetIncidents(ctx _context.Context) ApiGetIncidentsRequest
- func (a *IncidentsApiService) GetIncidentsExecute(r ApiGetIncidentsRequest) (IncidentsPage, *_nethttp.Response, error)
- func (a *IncidentsApiService) UpdateIncident(ctx _context.Context, id string) ApiUpdateIncidentRequest
- func (a *IncidentsApiService) UpdateIncidentExecute(r ApiUpdateIncidentRequest) (Incident, *_nethttp.Response, error)
- type IncidentsPage
- func (o *IncidentsPage) GetContents() []Incident
- func (o *IncidentsPage) GetContentsOk() (*[]Incident, bool)
- func (o *IncidentsPage) GetHasNext() bool
- func (o *IncidentsPage) GetHasNextOk() (*bool, bool)
- func (o *IncidentsPage) GetHasPrevious() bool
- func (o *IncidentsPage) GetHasPreviousOk() (*bool, bool)
- func (o *IncidentsPage) GetPage() int32
- func (o *IncidentsPage) GetPageOk() (*int32, bool)
- func (o *IncidentsPage) GetPageSize() int32
- func (o *IncidentsPage) GetPageSizeOk() (*int32, bool)
- func (o *IncidentsPage) GetSortBy() string
- func (o *IncidentsPage) GetSortByOk() (*string, bool)
- func (o *IncidentsPage) GetSortOrder() string
- func (o *IncidentsPage) GetSortOrderOk() (*string, bool)
- func (o *IncidentsPage) GetTotalItems() int64
- func (o *IncidentsPage) GetTotalItemsOk() (*int64, bool)
- func (o *IncidentsPage) HasContents() bool
- func (o *IncidentsPage) HasHasNext() bool
- func (o *IncidentsPage) HasHasPrevious() bool
- func (o *IncidentsPage) HasPage() bool
- func (o *IncidentsPage) HasPageSize() bool
- func (o *IncidentsPage) HasSortBy() bool
- func (o *IncidentsPage) HasSortOrder() bool
- func (o *IncidentsPage) HasTotalItems() bool
- func (o IncidentsPage) MarshalJSON() ([]byte, error)
- func (o *IncidentsPage) SetContents(v []Incident)
- func (o *IncidentsPage) SetHasNext(v bool)
- func (o *IncidentsPage) SetHasNextNil()
- func (o *IncidentsPage) SetHasPrevious(v bool)
- func (o *IncidentsPage) SetHasPreviousNil()
- func (o *IncidentsPage) SetPage(v int32)
- func (o *IncidentsPage) SetPageSize(v int32)
- func (o *IncidentsPage) SetSortBy(v string)
- func (o *IncidentsPage) SetSortByNil()
- func (o *IncidentsPage) SetSortOrder(v string)
- func (o *IncidentsPage) SetSortOrderNil()
- func (o *IncidentsPage) SetTotalItems(v int64)
- func (o *IncidentsPage) SetTotalItemsNil()
- func (o *IncidentsPage) UnmarshalJSON(bytes []byte) (err error)
- func (o *IncidentsPage) UnsetHasNext()
- func (o *IncidentsPage) UnsetHasPrevious()
- func (o *IncidentsPage) UnsetSortBy()
- func (o *IncidentsPage) UnsetSortOrder()
- func (o *IncidentsPage) UnsetTotalItems()
- type IncidentsPageAllOf
- func (o *IncidentsPageAllOf) GetContents() []Incident
- func (o *IncidentsPageAllOf) GetContentsOk() (*[]Incident, bool)
- func (o *IncidentsPageAllOf) HasContents() bool
- func (o IncidentsPageAllOf) MarshalJSON() ([]byte, error)
- func (o *IncidentsPageAllOf) SetContents(v []Incident)
- func (o *IncidentsPageAllOf) UnmarshalJSON(bytes []byte) (err error)
- type LegacyAbsoluteConfig
- func (o *LegacyAbsoluteConfig) GetDateTime() string
- func (o *LegacyAbsoluteConfig) GetDateTimeOk() (*string, bool)
- func (o *LegacyAbsoluteConfig) HasDateTime() bool
- func (o LegacyAbsoluteConfig) MarshalJSON() ([]byte, error)
- func (o *LegacyAbsoluteConfig) SetDateTime(v string)
- func (o *LegacyAbsoluteConfig) UnmarshalJSON(bytes []byte) (err error)
- type LegacyAddress
- func (o *LegacyAddress) GetAddress1() string
- func (o *LegacyAddress) GetAddress1Ok() (*string, bool)
- func (o *LegacyAddress) GetAddress2() string
- func (o *LegacyAddress) GetAddress2Ok() (*string, bool)
- func (o *LegacyAddress) GetCity() string
- func (o *LegacyAddress) GetCityOk() (*string, bool)
- func (o *LegacyAddress) GetCompany() string
- func (o *LegacyAddress) GetCompanyOk() (*string, bool)
- func (o *LegacyAddress) GetCountry() string
- func (o *LegacyAddress) GetCountryOk() (*string, bool)
- func (o *LegacyAddress) GetDisplayName() string
- func (o *LegacyAddress) GetDisplayNameOk() (*string, bool)
- func (o *LegacyAddress) GetName() string
- func (o *LegacyAddress) GetNameOk() (*string, bool)
- func (o *LegacyAddress) GetPostCode() string
- func (o *LegacyAddress) GetPostCodeOk() (*string, bool)
- func (o *LegacyAddress) GetState() string
- func (o *LegacyAddress) GetStateOk() (*string, bool)
- func (o *LegacyAddress) HasAddress1() bool
- func (o *LegacyAddress) HasAddress2() bool
- func (o *LegacyAddress) HasCity() bool
- func (o *LegacyAddress) HasCompany() bool
- func (o *LegacyAddress) HasCountry() bool
- func (o *LegacyAddress) HasDisplayName() bool
- func (o *LegacyAddress) HasName() bool
- func (o *LegacyAddress) HasPostCode() bool
- func (o *LegacyAddress) HasState() bool
- func (o LegacyAddress) MarshalJSON() ([]byte, error)
- func (o *LegacyAddress) SetAddress1(v string)
- func (o *LegacyAddress) SetAddress2(v string)
- func (o *LegacyAddress) SetCity(v string)
- func (o *LegacyAddress) SetCompany(v string)
- func (o *LegacyAddress) SetCountry(v string)
- func (o *LegacyAddress) SetDisplayName(v string)
- func (o *LegacyAddress) SetName(v string)
- func (o *LegacyAddress) SetPostCode(v string)
- func (o *LegacyAddress) SetState(v string)
- func (o *LegacyAddress) UnmarshalJSON(bytes []byte) (err error)
- type LegacyNsoResponseTypes
- func (o *LegacyNsoResponseTypes) GetCreateOperation() string
- func (o *LegacyNsoResponseTypes) GetCreateOperationOk() (*string, bool)
- func (o *LegacyNsoResponseTypes) GetDeleteOperation() string
- func (o *LegacyNsoResponseTypes) GetDeleteOperationOk() (*string, bool)
- func (o *LegacyNsoResponseTypes) GetUpdateOperation() string
- func (o *LegacyNsoResponseTypes) GetUpdateOperationOk() (*string, bool)
- func (o *LegacyNsoResponseTypes) HasCreateOperation() bool
- func (o *LegacyNsoResponseTypes) HasDeleteOperation() bool
- func (o *LegacyNsoResponseTypes) HasUpdateOperation() bool
- func (o LegacyNsoResponseTypes) MarshalJSON() ([]byte, error)
- func (o *LegacyNsoResponseTypes) SetCreateOperation(v string)
- func (o *LegacyNsoResponseTypes) SetDeleteOperation(v string)
- func (o *LegacyNsoResponseTypes) SetUpdateOperation(v string)
- func (o *LegacyNsoResponseTypes) UnmarshalJSON(bytes []byte) (err error)
- type LegacyRelativeConfig
- func (o *LegacyRelativeConfig) GetScheduleIn() string
- func (o *LegacyRelativeConfig) GetScheduleInOk() (*string, bool)
- func (o *LegacyRelativeConfig) HasScheduleIn() bool
- func (o LegacyRelativeConfig) MarshalJSON() ([]byte, error)
- func (o *LegacyRelativeConfig) SetScheduleIn(v string)
- func (o *LegacyRelativeConfig) UnmarshalJSON(bytes []byte) (err error)
- type LegacyScheduleConfig
- func (o *LegacyScheduleConfig) GetAbsolute() LegacyAbsoluteConfig
- func (o *LegacyScheduleConfig) GetAbsoluteOk() (*LegacyAbsoluteConfig, bool)
- func (o *LegacyScheduleConfig) GetMethod() string
- func (o *LegacyScheduleConfig) GetMethodOk() (*string, bool)
- func (o *LegacyScheduleConfig) GetRelative() LegacyRelativeConfig
- func (o *LegacyScheduleConfig) GetRelativeOk() (*LegacyRelativeConfig, bool)
- func (o *LegacyScheduleConfig) HasAbsolute() bool
- func (o *LegacyScheduleConfig) HasMethod() bool
- func (o *LegacyScheduleConfig) HasRelative() bool
- func (o LegacyScheduleConfig) MarshalJSON() ([]byte, error)
- func (o *LegacyScheduleConfig) SetAbsolute(v LegacyAbsoluteConfig)
- func (o *LegacyScheduleConfig) SetMethod(v string)
- func (o *LegacyScheduleConfig) SetRelative(v LegacyRelativeConfig)
- func (o *LegacyScheduleConfig) UnmarshalJSON(bytes []byte) (err error)
- type LegacyServiceOrder
- func (o *LegacyServiceOrder) GetAction() string
- func (o *LegacyServiceOrder) GetActionOk() (*string, bool)
- func (o *LegacyServiceOrder) GetMessageId() string
- func (o *LegacyServiceOrder) GetMessageIdOk() (*string, bool)
- func (o *LegacyServiceOrder) GetPayload() LegacyServiceOrderDetail
- func (o *LegacyServiceOrder) GetPayloadOk() (*LegacyServiceOrderDetail, bool)
- func (o *LegacyServiceOrder) GetSchedule() LegacyScheduleConfig
- func (o *LegacyServiceOrder) GetScheduleOk() (*LegacyScheduleConfig, bool)
- func (o *LegacyServiceOrder) GetServiceType() string
- func (o *LegacyServiceOrder) GetServiceTypeOk() (*string, bool)
- func (o *LegacyServiceOrder) GetTransactionUUID() string
- func (o *LegacyServiceOrder) GetTransactionUUIDOk() (*string, bool)
- func (o *LegacyServiceOrder) GetType() string
- func (o *LegacyServiceOrder) GetTypeOk() (*string, bool)
- func (o *LegacyServiceOrder) HasAction() bool
- func (o *LegacyServiceOrder) HasMessageId() bool
- func (o *LegacyServiceOrder) HasPayload() bool
- func (o *LegacyServiceOrder) HasSchedule() bool
- func (o *LegacyServiceOrder) HasServiceType() bool
- func (o *LegacyServiceOrder) HasTransactionUUID() bool
- func (o *LegacyServiceOrder) HasType() bool
- func (o LegacyServiceOrder) MarshalJSON() ([]byte, error)
- func (o *LegacyServiceOrder) SetAction(v string)
- func (o *LegacyServiceOrder) SetMessageId(v string)
- func (o *LegacyServiceOrder) SetPayload(v LegacyServiceOrderDetail)
- func (o *LegacyServiceOrder) SetSchedule(v LegacyScheduleConfig)
- func (o *LegacyServiceOrder) SetServiceType(v string)
- func (o *LegacyServiceOrder) SetTransactionUUID(v string)
- func (o *LegacyServiceOrder) SetType(v string)
- func (o *LegacyServiceOrder) UnmarshalJSON(bytes []byte) (err error)
- type LegacyServiceOrderDetail
- func (o *LegacyServiceOrderDetail) GetCost() map[string]string
- func (o *LegacyServiceOrderDetail) GetCostOk() (*map[string]string, bool)
- func (o *LegacyServiceOrderDetail) GetNsoResponseTypes() LegacyNsoResponseTypes
- func (o *LegacyServiceOrderDetail) GetNsoResponseTypesOk() (*LegacyNsoResponseTypes, bool)
- func (o *LegacyServiceOrderDetail) GetOffer() map[string]string
- func (o *LegacyServiceOrderDetail) GetOfferOk() (*map[string]string, bool)
- func (o *LegacyServiceOrderDetail) GetProvider() map[string]string
- func (o *LegacyServiceOrderDetail) GetProviderOk() (*map[string]string, bool)
- func (o *LegacyServiceOrderDetail) GetService() map[string]string
- func (o *LegacyServiceOrderDetail) GetServiceDowngrade() map[string]interface{}
- func (o *LegacyServiceOrderDetail) GetServiceDowngradeOk() (*map[string]interface{}, bool)
- func (o *LegacyServiceOrderDetail) GetServiceOk() (*map[string]string, bool)
- func (o *LegacyServiceOrderDetail) GetSubscriptionDetail() LegacySubscriptionDetail
- func (o *LegacyServiceOrderDetail) GetSubscriptionDetailOk() (*LegacySubscriptionDetail, bool)
- func (o *LegacyServiceOrderDetail) GetSubscriptionId() string
- func (o *LegacyServiceOrderDetail) GetSubscriptionIdOk() (*string, bool)
- func (o *LegacyServiceOrderDetail) GetSubscriptionName() string
- func (o *LegacyServiceOrderDetail) GetSubscriptionNameOk() (*string, bool)
- func (o *LegacyServiceOrderDetail) GetTenant() map[string]string
- func (o *LegacyServiceOrderDetail) GetTenantOk() (*map[string]string, bool)
- func (o *LegacyServiceOrderDetail) GetUser() map[string]string
- func (o *LegacyServiceOrderDetail) GetUserOk() (*map[string]string, bool)
- func (o *LegacyServiceOrderDetail) HasCost() bool
- func (o *LegacyServiceOrderDetail) HasNsoResponseTypes() bool
- func (o *LegacyServiceOrderDetail) HasOffer() bool
- func (o *LegacyServiceOrderDetail) HasProvider() bool
- func (o *LegacyServiceOrderDetail) HasService() bool
- func (o *LegacyServiceOrderDetail) HasServiceDowngrade() bool
- func (o *LegacyServiceOrderDetail) HasSubscriptionDetail() bool
- func (o *LegacyServiceOrderDetail) HasSubscriptionId() bool
- func (o *LegacyServiceOrderDetail) HasSubscriptionName() bool
- func (o *LegacyServiceOrderDetail) HasTenant() bool
- func (o *LegacyServiceOrderDetail) HasUser() bool
- func (o LegacyServiceOrderDetail) MarshalJSON() ([]byte, error)
- func (o *LegacyServiceOrderDetail) SetCost(v map[string]string)
- func (o *LegacyServiceOrderDetail) SetNsoResponseTypes(v LegacyNsoResponseTypes)
- func (o *LegacyServiceOrderDetail) SetOffer(v map[string]string)
- func (o *LegacyServiceOrderDetail) SetProvider(v map[string]string)
- func (o *LegacyServiceOrderDetail) SetService(v map[string]string)
- func (o *LegacyServiceOrderDetail) SetServiceDowngrade(v map[string]interface{})
- func (o *LegacyServiceOrderDetail) SetSubscriptionDetail(v LegacySubscriptionDetail)
- func (o *LegacyServiceOrderDetail) SetSubscriptionId(v string)
- func (o *LegacyServiceOrderDetail) SetSubscriptionName(v string)
- func (o *LegacyServiceOrderDetail) SetTenant(v map[string]string)
- func (o *LegacyServiceOrderDetail) SetUser(v map[string]string)
- func (o *LegacyServiceOrderDetail) UnmarshalJSON(bytes []byte) (err error)
- type LegacyServiceOrderResponse
- func (o *LegacyServiceOrderResponse) GetDevices() []map[string]interface{}
- func (o *LegacyServiceOrderResponse) GetDevicesOk() (*[]map[string]interface{}, bool)
- func (o *LegacyServiceOrderResponse) GetMessage() string
- func (o *LegacyServiceOrderResponse) GetMessageOk() (*string, bool)
- func (o *LegacyServiceOrderResponse) GetServiceInstanceIds() []string
- func (o *LegacyServiceOrderResponse) GetServiceInstanceIdsOk() (*[]string, bool)
- func (o *LegacyServiceOrderResponse) GetSites() []map[string]interface{}
- func (o *LegacyServiceOrderResponse) GetSitesOk() (*[]map[string]interface{}, bool)
- func (o *LegacyServiceOrderResponse) GetStatus() string
- func (o *LegacyServiceOrderResponse) GetStatusOk() (*string, bool)
- func (o *LegacyServiceOrderResponse) GetSubscriptionId() string
- func (o *LegacyServiceOrderResponse) GetSubscriptionIdOk() (*string, bool)
- func (o *LegacyServiceOrderResponse) GetTransactionUUID() string
- func (o *LegacyServiceOrderResponse) GetTransactionUUIDOk() (*string, bool)
- func (o *LegacyServiceOrderResponse) GetUrl() string
- func (o *LegacyServiceOrderResponse) GetUrlOk() (*string, bool)
- func (o *LegacyServiceOrderResponse) HasDevices() bool
- func (o *LegacyServiceOrderResponse) HasMessage() bool
- func (o *LegacyServiceOrderResponse) HasServiceInstanceIds() bool
- func (o *LegacyServiceOrderResponse) HasSites() bool
- func (o *LegacyServiceOrderResponse) HasStatus() bool
- func (o *LegacyServiceOrderResponse) HasSubscriptionId() bool
- func (o *LegacyServiceOrderResponse) HasTransactionUUID() bool
- func (o *LegacyServiceOrderResponse) HasUrl() bool
- func (o LegacyServiceOrderResponse) MarshalJSON() ([]byte, error)
- func (o *LegacyServiceOrderResponse) SetDevices(v []map[string]interface{})
- func (o *LegacyServiceOrderResponse) SetMessage(v string)
- func (o *LegacyServiceOrderResponse) SetServiceInstanceIds(v []string)
- func (o *LegacyServiceOrderResponse) SetSites(v []map[string]interface{})
- func (o *LegacyServiceOrderResponse) SetStatus(v string)
- func (o *LegacyServiceOrderResponse) SetSubscriptionId(v string)
- func (o *LegacyServiceOrderResponse) SetTransactionUUID(v string)
- func (o *LegacyServiceOrderResponse) SetUrl(v string)
- func (o *LegacyServiceOrderResponse) UnmarshalJSON(bytes []byte) (err error)
- type LegacySite
- func (o *LegacySite) GetAddress() LegacyAddress
- func (o *LegacySite) GetAddressOk() (*LegacyAddress, bool)
- func (o *LegacySite) GetDelete() bool
- func (o *LegacySite) GetDeleteOk() (*bool, bool)
- func (o *LegacySite) GetDevices() []LegacySiteDevice
- func (o *LegacySite) GetDevicesOk() (*[]LegacySiteDevice, bool)
- func (o *LegacySite) GetDisplayName() string
- func (o *LegacySite) GetDisplayNameOk() (*string, bool)
- func (o *LegacySite) GetOperationalStatus() string
- func (o *LegacySite) GetOperationalStatusOk() (*string, bool)
- func (o *LegacySite) GetSiteAttributes() map[string]interface{}
- func (o *LegacySite) GetSiteAttributesOk() (*map[string]interface{}, bool)
- func (o *LegacySite) GetSiteId() string
- func (o *LegacySite) GetSiteIdOk() (*string, bool)
- func (o *LegacySite) GetSiteName() string
- func (o *LegacySite) GetSiteNameOk() (*string, bool)
- func (o *LegacySite) HasDelete() bool
- func (o *LegacySite) HasDevices() bool
- func (o *LegacySite) HasDisplayName() bool
- func (o *LegacySite) HasOperationalStatus() bool
- func (o *LegacySite) HasSiteAttributes() bool
- func (o LegacySite) MarshalJSON() ([]byte, error)
- func (o *LegacySite) SetAddress(v LegacyAddress)
- func (o *LegacySite) SetDelete(v bool)
- func (o *LegacySite) SetDevices(v []LegacySiteDevice)
- func (o *LegacySite) SetDisplayName(v string)
- func (o *LegacySite) SetOperationalStatus(v string)
- func (o *LegacySite) SetSiteAttributes(v map[string]interface{})
- func (o *LegacySite) SetSiteId(v string)
- func (o *LegacySite) SetSiteName(v string)
- func (o *LegacySite) UnmarshalJSON(bytes []byte) (err error)
- type LegacySiteDevice
- func (o *LegacySiteDevice) GetDelete() bool
- func (o *LegacySiteDevice) GetDeleteOk() (*bool, bool)
- func (o *LegacySiteDevice) GetDeviceAttributes() map[string]interface{}
- func (o *LegacySiteDevice) GetDeviceAttributesOk() (*map[string]interface{}, bool)
- func (o *LegacySiteDevice) GetDeviceId() string
- func (o *LegacySiteDevice) GetDeviceIdOk() (*string, bool)
- func (o *LegacySiteDevice) GetDeviceOnboarding() LegacySiteDeviceOnboard
- func (o *LegacySiteDevice) GetDeviceOnboardingOk() (*LegacySiteDeviceOnboard, bool)
- func (o *LegacySiteDevice) GetModel() string
- func (o *LegacySiteDevice) GetModelOk() (*string, bool)
- func (o *LegacySiteDevice) GetName() string
- func (o *LegacySiteDevice) GetNameOk() (*string, bool)
- func (o *LegacySiteDevice) GetType() string
- func (o *LegacySiteDevice) GetTypeOk() (*string, bool)
- func (o *LegacySiteDevice) HasDelete() bool
- func (o *LegacySiteDevice) HasDeviceAttributes() bool
- func (o *LegacySiteDevice) HasDeviceId() bool
- func (o *LegacySiteDevice) HasDeviceOnboarding() bool
- func (o *LegacySiteDevice) HasModel() bool
- func (o *LegacySiteDevice) HasType() bool
- func (o LegacySiteDevice) MarshalJSON() ([]byte, error)
- func (o *LegacySiteDevice) SetDelete(v bool)
- func (o *LegacySiteDevice) SetDeviceAttributes(v map[string]interface{})
- func (o *LegacySiteDevice) SetDeviceId(v string)
- func (o *LegacySiteDevice) SetDeviceOnboarding(v LegacySiteDeviceOnboard)
- func (o *LegacySiteDevice) SetModel(v string)
- func (o *LegacySiteDevice) SetName(v string)
- func (o *LegacySiteDevice) SetType(v string)
- func (o *LegacySiteDevice) UnmarshalJSON(bytes []byte) (err error)
- type LegacySiteDeviceOnboard
- func (o *LegacySiteDeviceOnboard) GetDeviceInstanceId() string
- func (o *LegacySiteDeviceOnboard) GetDeviceInstanceIdOk() (*string, bool)
- func (o *LegacySiteDeviceOnboard) GetDeviceModel() string
- func (o *LegacySiteDeviceOnboard) GetDeviceModelOk() (*string, bool)
- func (o *LegacySiteDeviceOnboard) GetDeviceName() string
- func (o *LegacySiteDeviceOnboard) GetDeviceNameOk() (*string, bool)
- func (o *LegacySiteDeviceOnboard) GetDeviceOnboardInformation() map[string]interface{}
- func (o *LegacySiteDeviceOnboard) GetDeviceOnboardInformationOk() (*map[string]interface{}, bool)
- func (o *LegacySiteDeviceOnboard) GetDeviceOnboardingType() string
- func (o *LegacySiteDeviceOnboard) GetDeviceOnboardingTypeOk() (*string, bool)
- func (o *LegacySiteDeviceOnboard) GetManaged() bool
- func (o *LegacySiteDeviceOnboard) GetManagedOk() (*bool, bool)
- func (o *LegacySiteDeviceOnboard) GetTenantId() string
- func (o *LegacySiteDeviceOnboard) GetTenantIdOk() (*string, bool)
- func (o *LegacySiteDeviceOnboard) HasDeviceInstanceId() bool
- func (o *LegacySiteDeviceOnboard) HasDeviceModel() bool
- func (o *LegacySiteDeviceOnboard) HasDeviceName() bool
- func (o *LegacySiteDeviceOnboard) HasDeviceOnboardInformation() bool
- func (o *LegacySiteDeviceOnboard) HasDeviceOnboardingType() bool
- func (o *LegacySiteDeviceOnboard) HasManaged() bool
- func (o *LegacySiteDeviceOnboard) HasTenantId() bool
- func (o LegacySiteDeviceOnboard) MarshalJSON() ([]byte, error)
- func (o *LegacySiteDeviceOnboard) SetDeviceInstanceId(v string)
- func (o *LegacySiteDeviceOnboard) SetDeviceModel(v string)
- func (o *LegacySiteDeviceOnboard) SetDeviceName(v string)
- func (o *LegacySiteDeviceOnboard) SetDeviceOnboardInformation(v map[string]interface{})
- func (o *LegacySiteDeviceOnboard) SetDeviceOnboardingType(v string)
- func (o *LegacySiteDeviceOnboard) SetManaged(v bool)
- func (o *LegacySiteDeviceOnboard) SetTenantId(v string)
- func (o *LegacySiteDeviceOnboard) UnmarshalJSON(bytes []byte) (err error)
- type LegacySubscriptionDetail
- func (o *LegacySubscriptionDetail) GetConfiguration() map[string]string
- func (o *LegacySubscriptionDetail) GetConfigurationOk() (*map[string]string, bool)
- func (o *LegacySubscriptionDetail) GetDealerCode() string
- func (o *LegacySubscriptionDetail) GetDealerCodeOk() (*string, bool)
- func (o *LegacySubscriptionDetail) GetOfferSelection() map[string]interface{}
- func (o *LegacySubscriptionDetail) GetOfferSelectionOk() (*map[string]interface{}, bool)
- func (o *LegacySubscriptionDetail) GetPriceDetail() map[string]interface{}
- func (o *LegacySubscriptionDetail) GetPriceDetailOk() (*map[string]interface{}, bool)
- func (o *LegacySubscriptionDetail) GetPricePlanId() string
- func (o *LegacySubscriptionDetail) GetPricePlanIdOk() (*string, bool)
- func (o *LegacySubscriptionDetail) GetServiceInstanceDetail() map[string]interface{}
- func (o *LegacySubscriptionDetail) GetServiceInstanceDetailOk() (*map[string]interface{}, bool)
- func (o *LegacySubscriptionDetail) GetSiteCount() map[string]interface{}
- func (o *LegacySubscriptionDetail) GetSiteCountOk() (*map[string]interface{}, bool)
- func (o *LegacySubscriptionDetail) GetSites() []LegacySite
- func (o *LegacySubscriptionDetail) GetSitesOk() (*[]LegacySite, bool)
- func (o *LegacySubscriptionDetail) GetTermsAndConditionId() string
- func (o *LegacySubscriptionDetail) GetTermsAndConditionIdOk() (*string, bool)
- func (o *LegacySubscriptionDetail) HasConfiguration() bool
- func (o *LegacySubscriptionDetail) HasDealerCode() bool
- func (o *LegacySubscriptionDetail) HasOfferSelection() bool
- func (o *LegacySubscriptionDetail) HasPriceDetail() bool
- func (o *LegacySubscriptionDetail) HasPricePlanId() bool
- func (o *LegacySubscriptionDetail) HasServiceInstanceDetail() bool
- func (o *LegacySubscriptionDetail) HasSiteCount() bool
- func (o *LegacySubscriptionDetail) HasSites() bool
- func (o *LegacySubscriptionDetail) HasTermsAndConditionId() bool
- func (o LegacySubscriptionDetail) MarshalJSON() ([]byte, error)
- func (o *LegacySubscriptionDetail) SetConfiguration(v map[string]string)
- func (o *LegacySubscriptionDetail) SetDealerCode(v string)
- func (o *LegacySubscriptionDetail) SetOfferSelection(v map[string]interface{})
- func (o *LegacySubscriptionDetail) SetPriceDetail(v map[string]interface{})
- func (o *LegacySubscriptionDetail) SetPricePlanId(v string)
- func (o *LegacySubscriptionDetail) SetServiceInstanceDetail(v map[string]interface{})
- func (o *LegacySubscriptionDetail) SetSiteCount(v map[string]interface{})
- func (o *LegacySubscriptionDetail) SetSites(v []LegacySite)
- func (o *LegacySubscriptionDetail) SetTermsAndConditionId(v string)
- func (o *LegacySubscriptionDetail) UnmarshalJSON(bytes []byte) (err error)
- type LicenseDetails
- func (o *LicenseDetails) GetEndDate() string
- func (o *LicenseDetails) GetEndDateOk() (*string, bool)
- func (o *LicenseDetails) GetLicenseType() string
- func (o *LicenseDetails) GetLicenseTypeOk() (*string, bool)
- func (o *LicenseDetails) GetQuantity() int64
- func (o *LicenseDetails) GetQuantityOk() (*int64, bool)
- func (o *LicenseDetails) GetStartDate() string
- func (o *LicenseDetails) GetStartDateOk() (*string, bool)
- func (o *LicenseDetails) GetStatus() string
- func (o *LicenseDetails) GetStatusOk() (*string, bool)
- func (o *LicenseDetails) GetSubscriptionId() string
- func (o *LicenseDetails) GetSubscriptionIdOk() (*string, bool)
- func (o *LicenseDetails) HasEndDate() bool
- func (o *LicenseDetails) HasLicenseType() bool
- func (o *LicenseDetails) HasQuantity() bool
- func (o *LicenseDetails) HasStartDate() bool
- func (o *LicenseDetails) HasStatus() bool
- func (o *LicenseDetails) HasSubscriptionId() bool
- func (o LicenseDetails) MarshalJSON() ([]byte, error)
- func (o *LicenseDetails) SetEndDate(v string)
- func (o *LicenseDetails) SetLicenseType(v string)
- func (o *LicenseDetails) SetQuantity(v int64)
- func (o *LicenseDetails) SetStartDate(v string)
- func (o *LicenseDetails) SetStatus(v string)
- func (o *LicenseDetails) SetSubscriptionId(v string)
- func (o *LicenseDetails) UnmarshalJSON(bytes []byte) (err error)
- type LicenseSummary
- func (o *LicenseSummary) GetEnforced() bool
- func (o *LicenseSummary) GetEnforcedOk() (*bool, bool)
- func (o *LicenseSummary) GetEntitled() int64
- func (o *LicenseSummary) GetEntitledOk() (*int64, bool)
- func (o *LicenseSummary) GetInuse() int64
- func (o *LicenseSummary) GetInuseOk() (*int64, bool)
- func (o *LicenseSummary) GetLicenseDetails() []LicenseDetails
- func (o *LicenseSummary) GetLicenseDetailsOk() (*[]LicenseDetails, bool)
- func (o *LicenseSummary) GetName() string
- func (o *LicenseSummary) GetNameOk() (*string, bool)
- func (o *LicenseSummary) GetReserved() int64
- func (o *LicenseSummary) GetReservedOk() (*int64, bool)
- func (o *LicenseSummary) GetStatus() string
- func (o *LicenseSummary) GetStatusOk() (*string, bool)
- func (o *LicenseSummary) HasEnforced() bool
- func (o *LicenseSummary) HasEntitled() bool
- func (o *LicenseSummary) HasInuse() bool
- func (o *LicenseSummary) HasLicenseDetails() bool
- func (o *LicenseSummary) HasName() bool
- func (o *LicenseSummary) HasReserved() bool
- func (o *LicenseSummary) HasStatus() bool
- func (o LicenseSummary) MarshalJSON() ([]byte, error)
- func (o *LicenseSummary) SetEnforced(v bool)
- func (o *LicenseSummary) SetEntitled(v int64)
- func (o *LicenseSummary) SetInuse(v int64)
- func (o *LicenseSummary) SetLicenseDetails(v []LicenseDetails)
- func (o *LicenseSummary) SetName(v string)
- func (o *LicenseSummary) SetReserved(v int64)
- func (o *LicenseSummary) SetStatus(v string)
- func (o *LicenseSummary) UnmarshalJSON(bytes []byte) (err error)
- type LicensingAccountsApiService
- type LicensingConfigurationsApiService
- func (a *LicensingConfigurationsApiService) CreateSmartAccountConfiguration(ctx _context.Context) ApiCreateSmartAccountConfigurationRequest
- func (a *LicensingConfigurationsApiService) CreateSmartAccountConfigurationExecute(r ApiCreateSmartAccountConfigurationRequest) (SmartAccountConfiguration, *_nethttp.Response, error)
- func (a *LicensingConfigurationsApiService) GetSmartAccountConfiguration(ctx _context.Context) ApiGetSmartAccountConfigurationRequest
- func (a *LicensingConfigurationsApiService) GetSmartAccountConfigurationExecute(r ApiGetSmartAccountConfigurationRequest) (SmartAccountConfiguration, *_nethttp.Response, error)
- func (a *LicensingConfigurationsApiService) UpdateSmartAccountConfiguration(ctx _context.Context) ApiUpdateSmartAccountConfigurationRequest
- func (a *LicensingConfigurationsApiService) UpdateSmartAccountConfigurationExecute(r ApiUpdateSmartAccountConfigurationRequest) (SmartAccountConfiguration, *_nethttp.Response, error)
- type LicensingLicensesApiService
- type ManageChangeRequestPending
- func (o *ManageChangeRequestPending) GetChangeRequestId() string
- func (o *ManageChangeRequestPending) GetChangeRequestIdOk() (*string, bool)
- func (o *ManageChangeRequestPending) GetChangeRequestUrl() string
- func (o *ManageChangeRequestPending) GetChangeRequestUrlOk() (*string, bool)
- func (o *ManageChangeRequestPending) HasChangeRequestId() bool
- func (o *ManageChangeRequestPending) HasChangeRequestUrl() bool
- func (o ManageChangeRequestPending) MarshalJSON() ([]byte, error)
- func (o *ManageChangeRequestPending) SetChangeRequestId(v string)
- func (o *ManageChangeRequestPending) SetChangeRequestUrl(v string)
- func (o *ManageChangeRequestPending) UnmarshalJSON(bytes []byte) (err error)
- type NSOConfigDataXPath
- func (o *NSOConfigDataXPath) GetPossibleXPathLocations() []string
- func (o *NSOConfigDataXPath) GetPossibleXPathLocationsOk() (*[]string, bool)
- func (o *NSOConfigDataXPath) GetServiceInstanceXPath() string
- func (o *NSOConfigDataXPath) GetServiceInstanceXPathOk() (*string, bool)
- func (o *NSOConfigDataXPath) GetServiceType() string
- func (o *NSOConfigDataXPath) GetServiceTypeOk() (*string, bool)
- func (o *NSOConfigDataXPath) HasPossibleXPathLocations() bool
- func (o *NSOConfigDataXPath) HasServiceType() bool
- func (o NSOConfigDataXPath) MarshalJSON() ([]byte, error)
- func (o *NSOConfigDataXPath) SetPossibleXPathLocations(v []string)
- func (o *NSOConfigDataXPath) SetServiceInstanceXPath(v string)
- func (o *NSOConfigDataXPath) SetServiceType(v string)
- func (o *NSOConfigDataXPath) UnmarshalJSON(bytes []byte) (err error)
- type NameValue
- func (o *NameValue) GetName() string
- func (o *NameValue) GetNameOk() (*string, bool)
- func (o *NameValue) GetValue() string
- func (o *NameValue) GetValueOk() (*string, bool)
- func (o *NameValue) HasName() bool
- func (o *NameValue) HasValue() bool
- func (o NameValue) MarshalJSON() ([]byte, error)
- func (o *NameValue) SetName(v string)
- func (o *NameValue) SetValue(v string)
- func (o *NameValue) UnmarshalJSON(bytes []byte) (err error)
- type NullableAccessToken
- func (v NullableAccessToken) Get() *AccessToken
- func (v NullableAccessToken) IsSet() bool
- func (v NullableAccessToken) MarshalJSON() ([]byte, error)
- func (v *NullableAccessToken) Set(val *AccessToken)
- func (v *NullableAccessToken) UnmarshalJSON(src []byte) error
- func (v *NullableAccessToken) Unset()
- type NullableBillingCostsReport
- func (v NullableBillingCostsReport) Get() *BillingCostsReport
- func (v NullableBillingCostsReport) IsSet() bool
- func (v NullableBillingCostsReport) MarshalJSON() ([]byte, error)
- func (v *NullableBillingCostsReport) Set(val *BillingCostsReport)
- func (v *NullableBillingCostsReport) UnmarshalJSON(src []byte) error
- func (v *NullableBillingCostsReport) Unset()
- type NullableBillingCycle
- func (v NullableBillingCycle) Get() *BillingCycle
- func (v NullableBillingCycle) IsSet() bool
- func (v NullableBillingCycle) MarshalJSON() ([]byte, error)
- func (v *NullableBillingCycle) Set(val *BillingCycle)
- func (v *NullableBillingCycle) UnmarshalJSON(src []byte) error
- func (v *NullableBillingCycle) Unset()
- type NullableBillingCycleAllOf
- func (v NullableBillingCycleAllOf) Get() *BillingCycleAllOf
- func (v NullableBillingCycleAllOf) IsSet() bool
- func (v NullableBillingCycleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableBillingCycleAllOf) Set(val *BillingCycleAllOf)
- func (v *NullableBillingCycleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableBillingCycleAllOf) Unset()
- type NullableBillingCycleCreate
- func (v NullableBillingCycleCreate) Get() *BillingCycleCreate
- func (v NullableBillingCycleCreate) IsSet() bool
- func (v NullableBillingCycleCreate) MarshalJSON() ([]byte, error)
- func (v *NullableBillingCycleCreate) Set(val *BillingCycleCreate)
- func (v *NullableBillingCycleCreate) UnmarshalJSON(src []byte) error
- func (v *NullableBillingCycleCreate) Unset()
- type NullableBillingCycleProcess
- func (v NullableBillingCycleProcess) Get() *BillingCycleProcess
- func (v NullableBillingCycleProcess) IsSet() bool
- func (v NullableBillingCycleProcess) MarshalJSON() ([]byte, error)
- func (v *NullableBillingCycleProcess) Set(val *BillingCycleProcess)
- func (v *NullableBillingCycleProcess) UnmarshalJSON(src []byte) error
- func (v *NullableBillingCycleProcess) Unset()
- type NullableBillingCycleProcessAccepted
- func (v NullableBillingCycleProcessAccepted) Get() *BillingCycleProcessAccepted
- func (v NullableBillingCycleProcessAccepted) IsSet() bool
- func (v NullableBillingCycleProcessAccepted) MarshalJSON() ([]byte, error)
- func (v *NullableBillingCycleProcessAccepted) Set(val *BillingCycleProcessAccepted)
- func (v *NullableBillingCycleProcessAccepted) UnmarshalJSON(src []byte) error
- func (v *NullableBillingCycleProcessAccepted) Unset()
- type NullableBillingCycleUpdate
- func (v NullableBillingCycleUpdate) Get() *BillingCycleUpdate
- func (v NullableBillingCycleUpdate) IsSet() bool
- func (v NullableBillingCycleUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableBillingCycleUpdate) Set(val *BillingCycleUpdate)
- func (v *NullableBillingCycleUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableBillingCycleUpdate) Unset()
- type NullableBillingCyclesPage
- func (v NullableBillingCyclesPage) Get() *BillingCyclesPage
- func (v NullableBillingCyclesPage) IsSet() bool
- func (v NullableBillingCyclesPage) MarshalJSON() ([]byte, error)
- func (v *NullableBillingCyclesPage) Set(val *BillingCyclesPage)
- func (v *NullableBillingCyclesPage) UnmarshalJSON(src []byte) error
- func (v *NullableBillingCyclesPage) Unset()
- type NullableBillingCyclesPageAllOf
- func (v NullableBillingCyclesPageAllOf) Get() *BillingCyclesPageAllOf
- func (v NullableBillingCyclesPageAllOf) IsSet() bool
- func (v NullableBillingCyclesPageAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableBillingCyclesPageAllOf) Set(val *BillingCyclesPageAllOf)
- func (v *NullableBillingCyclesPageAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableBillingCyclesPageAllOf) Unset()
- type NullableBillingEvent
- func (v NullableBillingEvent) Get() *BillingEvent
- func (v NullableBillingEvent) IsSet() bool
- func (v NullableBillingEvent) MarshalJSON() ([]byte, error)
- func (v *NullableBillingEvent) Set(val *BillingEvent)
- func (v *NullableBillingEvent) UnmarshalJSON(src []byte) error
- func (v *NullableBillingEvent) Unset()
- type NullableBillingEventAllOf
- func (v NullableBillingEventAllOf) Get() *BillingEventAllOf
- func (v NullableBillingEventAllOf) IsSet() bool
- func (v NullableBillingEventAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableBillingEventAllOf) Set(val *BillingEventAllOf)
- func (v *NullableBillingEventAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableBillingEventAllOf) Unset()
- type NullableBillingEventCreate
- func (v NullableBillingEventCreate) Get() *BillingEventCreate
- func (v NullableBillingEventCreate) IsSet() bool
- func (v NullableBillingEventCreate) MarshalJSON() ([]byte, error)
- func (v *NullableBillingEventCreate) Set(val *BillingEventCreate)
- func (v *NullableBillingEventCreate) UnmarshalJSON(src []byte) error
- func (v *NullableBillingEventCreate) Unset()
- type NullableBillingEventUpdate
- func (v NullableBillingEventUpdate) Get() *BillingEventUpdate
- func (v NullableBillingEventUpdate) IsSet() bool
- func (v NullableBillingEventUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableBillingEventUpdate) Set(val *BillingEventUpdate)
- func (v *NullableBillingEventUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableBillingEventUpdate) Unset()
- type NullableBillingEventsPage
- func (v NullableBillingEventsPage) Get() *BillingEventsPage
- func (v NullableBillingEventsPage) IsSet() bool
- func (v NullableBillingEventsPage) MarshalJSON() ([]byte, error)
- func (v *NullableBillingEventsPage) Set(val *BillingEventsPage)
- func (v *NullableBillingEventsPage) UnmarshalJSON(src []byte) error
- func (v *NullableBillingEventsPage) Unset()
- type NullableBillingEventsPageAllOf
- func (v NullableBillingEventsPageAllOf) Get() *BillingEventsPageAllOf
- func (v NullableBillingEventsPageAllOf) IsSet() bool
- func (v NullableBillingEventsPageAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableBillingEventsPageAllOf) Set(val *BillingEventsPageAllOf)
- func (v *NullableBillingEventsPageAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableBillingEventsPageAllOf) Unset()
- type NullableBillingPrice
- func (v NullableBillingPrice) Get() *BillingPrice
- func (v NullableBillingPrice) IsSet() bool
- func (v NullableBillingPrice) MarshalJSON() ([]byte, error)
- func (v *NullableBillingPrice) Set(val *BillingPrice)
- func (v *NullableBillingPrice) UnmarshalJSON(src []byte) error
- func (v *NullableBillingPrice) Unset()
- type NullableBillingPriceAllOf
- func (v NullableBillingPriceAllOf) Get() *BillingPriceAllOf
- func (v NullableBillingPriceAllOf) IsSet() bool
- func (v NullableBillingPriceAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableBillingPriceAllOf) Set(val *BillingPriceAllOf)
- func (v *NullableBillingPriceAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableBillingPriceAllOf) Unset()
- type NullableBillingPriceCreate
- func (v NullableBillingPriceCreate) Get() *BillingPriceCreate
- func (v NullableBillingPriceCreate) IsSet() bool
- func (v NullableBillingPriceCreate) MarshalJSON() ([]byte, error)
- func (v *NullableBillingPriceCreate) Set(val *BillingPriceCreate)
- func (v *NullableBillingPriceCreate) UnmarshalJSON(src []byte) error
- func (v *NullableBillingPriceCreate) Unset()
- type NullableBillingPriceUpdate
- func (v NullableBillingPriceUpdate) Get() *BillingPriceUpdate
- func (v NullableBillingPriceUpdate) IsSet() bool
- func (v NullableBillingPriceUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableBillingPriceUpdate) Set(val *BillingPriceUpdate)
- func (v *NullableBillingPriceUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableBillingPriceUpdate) Unset()
- type NullableBillingPricesPage
- func (v NullableBillingPricesPage) Get() *BillingPricesPage
- func (v NullableBillingPricesPage) IsSet() bool
- func (v NullableBillingPricesPage) MarshalJSON() ([]byte, error)
- func (v *NullableBillingPricesPage) Set(val *BillingPricesPage)
- func (v *NullableBillingPricesPage) UnmarshalJSON(src []byte) error
- func (v *NullableBillingPricesPage) Unset()
- type NullableBillingPricesPageAllOf
- func (v NullableBillingPricesPageAllOf) Get() *BillingPricesPageAllOf
- func (v NullableBillingPricesPageAllOf) IsSet() bool
- func (v NullableBillingPricesPageAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableBillingPricesPageAllOf) Set(val *BillingPricesPageAllOf)
- func (v *NullableBillingPricesPageAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableBillingPricesPageAllOf) Unset()
- type NullableBool
- type NullableCatalogAssignment
- func (v NullableCatalogAssignment) Get() *CatalogAssignment
- func (v NullableCatalogAssignment) IsSet() bool
- func (v NullableCatalogAssignment) MarshalJSON() ([]byte, error)
- func (v *NullableCatalogAssignment) Set(val *CatalogAssignment)
- func (v *NullableCatalogAssignment) UnmarshalJSON(src []byte) error
- func (v *NullableCatalogAssignment) Unset()
- type NullableChangeRequest
- func (v NullableChangeRequest) Get() *ChangeRequest
- func (v NullableChangeRequest) IsSet() bool
- func (v NullableChangeRequest) MarshalJSON() ([]byte, error)
- func (v *NullableChangeRequest) Set(val *ChangeRequest)
- func (v *NullableChangeRequest) UnmarshalJSON(src []byte) error
- func (v *NullableChangeRequest) Unset()
- type NullableChangeRequestAllOf
- func (v NullableChangeRequestAllOf) Get() *ChangeRequestAllOf
- func (v NullableChangeRequestAllOf) IsSet() bool
- func (v NullableChangeRequestAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableChangeRequestAllOf) Set(val *ChangeRequestAllOf)
- func (v *NullableChangeRequestAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableChangeRequestAllOf) Unset()
- type NullableChangeRequestCreate
- func (v NullableChangeRequestCreate) Get() *ChangeRequestCreate
- func (v NullableChangeRequestCreate) IsSet() bool
- func (v NullableChangeRequestCreate) MarshalJSON() ([]byte, error)
- func (v *NullableChangeRequestCreate) Set(val *ChangeRequestCreate)
- func (v *NullableChangeRequestCreate) UnmarshalJSON(src []byte) error
- func (v *NullableChangeRequestCreate) Unset()
- type NullableChangeRequestSummary
- func (v NullableChangeRequestSummary) Get() *ChangeRequestSummary
- func (v NullableChangeRequestSummary) IsSet() bool
- func (v NullableChangeRequestSummary) MarshalJSON() ([]byte, error)
- func (v *NullableChangeRequestSummary) Set(val *ChangeRequestSummary)
- func (v *NullableChangeRequestSummary) UnmarshalJSON(src []byte) error
- func (v *NullableChangeRequestSummary) Unset()
- type NullableChangeRequestUpdate
- func (v NullableChangeRequestUpdate) Get() *ChangeRequestUpdate
- func (v NullableChangeRequestUpdate) IsSet() bool
- func (v NullableChangeRequestUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableChangeRequestUpdate) Set(val *ChangeRequestUpdate)
- func (v *NullableChangeRequestUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableChangeRequestUpdate) Unset()
- type NullableChangeRequestsPage
- func (v NullableChangeRequestsPage) Get() *ChangeRequestsPage
- func (v NullableChangeRequestsPage) IsSet() bool
- func (v NullableChangeRequestsPage) MarshalJSON() ([]byte, error)
- func (v *NullableChangeRequestsPage) Set(val *ChangeRequestsPage)
- func (v *NullableChangeRequestsPage) UnmarshalJSON(src []byte) error
- func (v *NullableChangeRequestsPage) Unset()
- type NullableChangeRequestsPageAllOf
- func (v NullableChangeRequestsPageAllOf) Get() *ChangeRequestsPageAllOf
- func (v NullableChangeRequestsPageAllOf) IsSet() bool
- func (v NullableChangeRequestsPageAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableChangeRequestsPageAllOf) Set(val *ChangeRequestsPageAllOf)
- func (v *NullableChangeRequestsPageAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableChangeRequestsPageAllOf) Unset()
- type NullableCostSummary
- func (v NullableCostSummary) Get() *CostSummary
- func (v NullableCostSummary) IsSet() bool
- func (v NullableCostSummary) MarshalJSON() ([]byte, error)
- func (v *NullableCostSummary) Set(val *CostSummary)
- func (v *NullableCostSummary) UnmarshalJSON(src []byte) error
- func (v *NullableCostSummary) Unset()
- type NullableDevice
- type NullableDeviceAllOf
- func (v NullableDeviceAllOf) Get() *DeviceAllOf
- func (v NullableDeviceAllOf) IsSet() bool
- func (v NullableDeviceAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceAllOf) Set(val *DeviceAllOf)
- func (v *NullableDeviceAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceAllOf) Unset()
- type NullableDeviceComplianceState
- func (v NullableDeviceComplianceState) Get() *DeviceComplianceState
- func (v NullableDeviceComplianceState) IsSet() bool
- func (v NullableDeviceComplianceState) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceComplianceState) Set(val *DeviceComplianceState)
- func (v *NullableDeviceComplianceState) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceComplianceState) Unset()
- type NullableDeviceCreate
- func (v NullableDeviceCreate) Get() *DeviceCreate
- func (v NullableDeviceCreate) IsSet() bool
- func (v NullableDeviceCreate) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceCreate) Set(val *DeviceCreate)
- func (v *NullableDeviceCreate) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceCreate) Unset()
- type NullableDeviceCreateAllOf
- func (v NullableDeviceCreateAllOf) Get() *DeviceCreateAllOf
- func (v NullableDeviceCreateAllOf) IsSet() bool
- func (v NullableDeviceCreateAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceCreateAllOf) Set(val *DeviceCreateAllOf)
- func (v *NullableDeviceCreateAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceCreateAllOf) Unset()
- type NullableDevicePatch
- func (v NullableDevicePatch) Get() *DevicePatch
- func (v NullableDevicePatch) IsSet() bool
- func (v NullableDevicePatch) MarshalJSON() ([]byte, error)
- func (v *NullableDevicePatch) Set(val *DevicePatch)
- func (v *NullableDevicePatch) UnmarshalJSON(src []byte) error
- func (v *NullableDevicePatch) Unset()
- type NullableDeviceSummary
- func (v NullableDeviceSummary) Get() *DeviceSummary
- func (v NullableDeviceSummary) IsSet() bool
- func (v NullableDeviceSummary) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceSummary) Set(val *DeviceSummary)
- func (v *NullableDeviceSummary) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceSummary) Unset()
- type NullableDeviceTemplate
- func (v NullableDeviceTemplate) Get() *DeviceTemplate
- func (v NullableDeviceTemplate) IsSet() bool
- func (v NullableDeviceTemplate) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceTemplate) Set(val *DeviceTemplate)
- func (v *NullableDeviceTemplate) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceTemplate) Unset()
- type NullableDeviceTemplateAccess
- func (v NullableDeviceTemplateAccess) Get() *DeviceTemplateAccess
- func (v NullableDeviceTemplateAccess) IsSet() bool
- func (v NullableDeviceTemplateAccess) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceTemplateAccess) Set(val *DeviceTemplateAccess)
- func (v *NullableDeviceTemplateAccess) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceTemplateAccess) Unset()
- type NullableDeviceTemplateAccessResponse
- func (v NullableDeviceTemplateAccessResponse) Get() *DeviceTemplateAccessResponse
- func (v NullableDeviceTemplateAccessResponse) IsSet() bool
- func (v NullableDeviceTemplateAccessResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceTemplateAccessResponse) Set(val *DeviceTemplateAccessResponse)
- func (v *NullableDeviceTemplateAccessResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceTemplateAccessResponse) Unset()
- type NullableDeviceTemplateAttachRequest
- func (v NullableDeviceTemplateAttachRequest) Get() *DeviceTemplateAttachRequest
- func (v NullableDeviceTemplateAttachRequest) IsSet() bool
- func (v NullableDeviceTemplateAttachRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceTemplateAttachRequest) Set(val *DeviceTemplateAttachRequest)
- func (v *NullableDeviceTemplateAttachRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceTemplateAttachRequest) Unset()
- type NullableDeviceTemplateBatchAttachRequest
- func (v NullableDeviceTemplateBatchAttachRequest) Get() *DeviceTemplateBatchAttachRequest
- func (v NullableDeviceTemplateBatchAttachRequest) IsSet() bool
- func (v NullableDeviceTemplateBatchAttachRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceTemplateBatchAttachRequest) Set(val *DeviceTemplateBatchAttachRequest)
- func (v *NullableDeviceTemplateBatchAttachRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceTemplateBatchAttachRequest) Unset()
- type NullableDeviceTemplateCreate
- func (v NullableDeviceTemplateCreate) Get() *DeviceTemplateCreate
- func (v NullableDeviceTemplateCreate) IsSet() bool
- func (v NullableDeviceTemplateCreate) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceTemplateCreate) Set(val *DeviceTemplateCreate)
- func (v *NullableDeviceTemplateCreate) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceTemplateCreate) Unset()
- type NullableDeviceTemplateDetails
- func (v NullableDeviceTemplateDetails) Get() *DeviceTemplateDetails
- func (v NullableDeviceTemplateDetails) IsSet() bool
- func (v NullableDeviceTemplateDetails) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceTemplateDetails) Set(val *DeviceTemplateDetails)
- func (v *NullableDeviceTemplateDetails) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceTemplateDetails) Unset()
- type NullableDeviceTemplateHistory
- func (v NullableDeviceTemplateHistory) Get() *DeviceTemplateHistory
- func (v NullableDeviceTemplateHistory) IsSet() bool
- func (v NullableDeviceTemplateHistory) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceTemplateHistory) Set(val *DeviceTemplateHistory)
- func (v *NullableDeviceTemplateHistory) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceTemplateHistory) Unset()
- type NullableDeviceTemplateHistorySummary
- func (v NullableDeviceTemplateHistorySummary) Get() *DeviceTemplateHistorySummary
- func (v NullableDeviceTemplateHistorySummary) IsSet() bool
- func (v NullableDeviceTemplateHistorySummary) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceTemplateHistorySummary) Set(val *DeviceTemplateHistorySummary)
- func (v *NullableDeviceTemplateHistorySummary) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceTemplateHistorySummary) Unset()
- type NullableDeviceTemplateUpdateDetails
- func (v NullableDeviceTemplateUpdateDetails) Get() *DeviceTemplateUpdateDetails
- func (v NullableDeviceTemplateUpdateDetails) IsSet() bool
- func (v NullableDeviceTemplateUpdateDetails) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceTemplateUpdateDetails) Set(val *DeviceTemplateUpdateDetails)
- func (v *NullableDeviceTemplateUpdateDetails) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceTemplateUpdateDetails) Unset()
- type NullableDeviceTemplateUpdateRequest
- func (v NullableDeviceTemplateUpdateRequest) Get() *DeviceTemplateUpdateRequest
- func (v NullableDeviceTemplateUpdateRequest) IsSet() bool
- func (v NullableDeviceTemplateUpdateRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceTemplateUpdateRequest) Set(val *DeviceTemplateUpdateRequest)
- func (v *NullableDeviceTemplateUpdateRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceTemplateUpdateRequest) Unset()
- type NullableDeviceTemplateVersionCreate
- func (v NullableDeviceTemplateVersionCreate) Get() *DeviceTemplateVersionCreate
- func (v NullableDeviceTemplateVersionCreate) IsSet() bool
- func (v NullableDeviceTemplateVersionCreate) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceTemplateVersionCreate) Set(val *DeviceTemplateVersionCreate)
- func (v *NullableDeviceTemplateVersionCreate) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceTemplateVersionCreate) Unset()
- type NullableDeviceUpdate
- func (v NullableDeviceUpdate) Get() *DeviceUpdate
- func (v NullableDeviceUpdate) IsSet() bool
- func (v NullableDeviceUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceUpdate) Set(val *DeviceUpdate)
- func (v *NullableDeviceUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceUpdate) Unset()
- type NullableDeviceUpdateAllOf
- func (v NullableDeviceUpdateAllOf) Get() *DeviceUpdateAllOf
- func (v NullableDeviceUpdateAllOf) IsSet() bool
- func (v NullableDeviceUpdateAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceUpdateAllOf) Set(val *DeviceUpdateAllOf)
- func (v *NullableDeviceUpdateAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceUpdateAllOf) Unset()
- type NullableDeviceVulnerabilityState
- func (v NullableDeviceVulnerabilityState) Get() *DeviceVulnerabilityState
- func (v NullableDeviceVulnerabilityState) IsSet() bool
- func (v NullableDeviceVulnerabilityState) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceVulnerabilityState) Set(val *DeviceVulnerabilityState)
- func (v *NullableDeviceVulnerabilityState) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceVulnerabilityState) Unset()
- type NullableDevicesPage
- func (v NullableDevicesPage) Get() *DevicesPage
- func (v NullableDevicesPage) IsSet() bool
- func (v NullableDevicesPage) MarshalJSON() ([]byte, error)
- func (v *NullableDevicesPage) Set(val *DevicesPage)
- func (v *NullableDevicesPage) UnmarshalJSON(src []byte) error
- func (v *NullableDevicesPage) Unset()
- type NullableDevicesPageAllOf
- func (v NullableDevicesPageAllOf) Get() *DevicesPageAllOf
- func (v NullableDevicesPageAllOf) IsSet() bool
- func (v NullableDevicesPageAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableDevicesPageAllOf) Set(val *DevicesPageAllOf)
- func (v *NullableDevicesPageAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableDevicesPageAllOf) Unset()
- type NullableError
- type NullableFloat32
- type NullableFloat64
- type NullableGenericEvent
- func (v NullableGenericEvent) Get() *GenericEvent
- func (v NullableGenericEvent) IsSet() bool
- func (v NullableGenericEvent) MarshalJSON() ([]byte, error)
- func (v *NullableGenericEvent) Set(val *GenericEvent)
- func (v *NullableGenericEvent) UnmarshalJSON(src []byte) error
- func (v *NullableGenericEvent) Unset()
- type NullableGenericEventAllOf
- func (v NullableGenericEventAllOf) Get() *GenericEventAllOf
- func (v NullableGenericEventAllOf) IsSet() bool
- func (v NullableGenericEventAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableGenericEventAllOf) Set(val *GenericEventAllOf)
- func (v *NullableGenericEventAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableGenericEventAllOf) Unset()
- type NullableGenericEventCreate
- func (v NullableGenericEventCreate) Get() *GenericEventCreate
- func (v NullableGenericEventCreate) IsSet() bool
- func (v NullableGenericEventCreate) MarshalJSON() ([]byte, error)
- func (v *NullableGenericEventCreate) Set(val *GenericEventCreate)
- func (v *NullableGenericEventCreate) UnmarshalJSON(src []byte) error
- func (v *NullableGenericEventCreate) Unset()
- type NullableGenericEventSecurity
- func (v NullableGenericEventSecurity) Get() *GenericEventSecurity
- func (v NullableGenericEventSecurity) IsSet() bool
- func (v NullableGenericEventSecurity) MarshalJSON() ([]byte, error)
- func (v *NullableGenericEventSecurity) Set(val *GenericEventSecurity)
- func (v *NullableGenericEventSecurity) UnmarshalJSON(src []byte) error
- func (v *NullableGenericEventSecurity) Unset()
- type NullableGenericEventSeverity
- func (v NullableGenericEventSeverity) Get() *GenericEventSeverity
- func (v NullableGenericEventSeverity) IsSet() bool
- func (v NullableGenericEventSeverity) MarshalJSON() ([]byte, error)
- func (v *NullableGenericEventSeverity) Set(val *GenericEventSeverity)
- func (v *NullableGenericEventSeverity) UnmarshalJSON(src []byte) error
- func (v *NullableGenericEventSeverity) Unset()
- type NullableGenericEventTrace
- func (v NullableGenericEventTrace) Get() *GenericEventTrace
- func (v NullableGenericEventTrace) IsSet() bool
- func (v NullableGenericEventTrace) MarshalJSON() ([]byte, error)
- func (v *NullableGenericEventTrace) Set(val *GenericEventTrace)
- func (v *NullableGenericEventTrace) UnmarshalJSON(src []byte) error
- func (v *NullableGenericEventTrace) Unset()
- type NullableIncident
- type NullableIncidentAllOf
- func (v NullableIncidentAllOf) Get() *IncidentAllOf
- func (v NullableIncidentAllOf) IsSet() bool
- func (v NullableIncidentAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableIncidentAllOf) Set(val *IncidentAllOf)
- func (v *NullableIncidentAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableIncidentAllOf) Unset()
- type NullableIncidentCancel
- func (v NullableIncidentCancel) Get() *IncidentCancel
- func (v NullableIncidentCancel) IsSet() bool
- func (v NullableIncidentCancel) MarshalJSON() ([]byte, error)
- func (v *NullableIncidentCancel) Set(val *IncidentCancel)
- func (v *NullableIncidentCancel) UnmarshalJSON(src []byte) error
- func (v *NullableIncidentCancel) Unset()
- type NullableIncidentConfig
- func (v NullableIncidentConfig) Get() *IncidentConfig
- func (v NullableIncidentConfig) IsSet() bool
- func (v NullableIncidentConfig) MarshalJSON() ([]byte, error)
- func (v *NullableIncidentConfig) Set(val *IncidentConfig)
- func (v *NullableIncidentConfig) UnmarshalJSON(src []byte) error
- func (v *NullableIncidentConfig) Unset()
- type NullableIncidentConfigPatch
- func (v NullableIncidentConfigPatch) Get() *IncidentConfigPatch
- func (v NullableIncidentConfigPatch) IsSet() bool
- func (v NullableIncidentConfigPatch) MarshalJSON() ([]byte, error)
- func (v *NullableIncidentConfigPatch) Set(val *IncidentConfigPatch)
- func (v *NullableIncidentConfigPatch) UnmarshalJSON(src []byte) error
- func (v *NullableIncidentConfigPatch) Unset()
- type NullableIncidentConfigUpdate
- func (v NullableIncidentConfigUpdate) Get() *IncidentConfigUpdate
- func (v NullableIncidentConfigUpdate) IsSet() bool
- func (v NullableIncidentConfigUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableIncidentConfigUpdate) Set(val *IncidentConfigUpdate)
- func (v *NullableIncidentConfigUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableIncidentConfigUpdate) Unset()
- type NullableIncidentCreate
- func (v NullableIncidentCreate) Get() *IncidentCreate
- func (v NullableIncidentCreate) IsSet() bool
- func (v NullableIncidentCreate) MarshalJSON() ([]byte, error)
- func (v *NullableIncidentCreate) Set(val *IncidentCreate)
- func (v *NullableIncidentCreate) UnmarshalJSON(src []byte) error
- func (v *NullableIncidentCreate) Unset()
- type NullableIncidentUpdate
- func (v NullableIncidentUpdate) Get() *IncidentUpdate
- func (v NullableIncidentUpdate) IsSet() bool
- func (v NullableIncidentUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableIncidentUpdate) Set(val *IncidentUpdate)
- func (v *NullableIncidentUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableIncidentUpdate) Unset()
- type NullableIncidentsPage
- func (v NullableIncidentsPage) Get() *IncidentsPage
- func (v NullableIncidentsPage) IsSet() bool
- func (v NullableIncidentsPage) MarshalJSON() ([]byte, error)
- func (v *NullableIncidentsPage) Set(val *IncidentsPage)
- func (v *NullableIncidentsPage) UnmarshalJSON(src []byte) error
- func (v *NullableIncidentsPage) Unset()
- type NullableIncidentsPageAllOf
- func (v NullableIncidentsPageAllOf) Get() *IncidentsPageAllOf
- func (v NullableIncidentsPageAllOf) IsSet() bool
- func (v NullableIncidentsPageAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableIncidentsPageAllOf) Set(val *IncidentsPageAllOf)
- func (v *NullableIncidentsPageAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableIncidentsPageAllOf) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableLegacyAbsoluteConfig
- func (v NullableLegacyAbsoluteConfig) Get() *LegacyAbsoluteConfig
- func (v NullableLegacyAbsoluteConfig) IsSet() bool
- func (v NullableLegacyAbsoluteConfig) MarshalJSON() ([]byte, error)
- func (v *NullableLegacyAbsoluteConfig) Set(val *LegacyAbsoluteConfig)
- func (v *NullableLegacyAbsoluteConfig) UnmarshalJSON(src []byte) error
- func (v *NullableLegacyAbsoluteConfig) Unset()
- type NullableLegacyAddress
- func (v NullableLegacyAddress) Get() *LegacyAddress
- func (v NullableLegacyAddress) IsSet() bool
- func (v NullableLegacyAddress) MarshalJSON() ([]byte, error)
- func (v *NullableLegacyAddress) Set(val *LegacyAddress)
- func (v *NullableLegacyAddress) UnmarshalJSON(src []byte) error
- func (v *NullableLegacyAddress) Unset()
- type NullableLegacyNsoResponseTypes
- func (v NullableLegacyNsoResponseTypes) Get() *LegacyNsoResponseTypes
- func (v NullableLegacyNsoResponseTypes) IsSet() bool
- func (v NullableLegacyNsoResponseTypes) MarshalJSON() ([]byte, error)
- func (v *NullableLegacyNsoResponseTypes) Set(val *LegacyNsoResponseTypes)
- func (v *NullableLegacyNsoResponseTypes) UnmarshalJSON(src []byte) error
- func (v *NullableLegacyNsoResponseTypes) Unset()
- type NullableLegacyRelativeConfig
- func (v NullableLegacyRelativeConfig) Get() *LegacyRelativeConfig
- func (v NullableLegacyRelativeConfig) IsSet() bool
- func (v NullableLegacyRelativeConfig) MarshalJSON() ([]byte, error)
- func (v *NullableLegacyRelativeConfig) Set(val *LegacyRelativeConfig)
- func (v *NullableLegacyRelativeConfig) UnmarshalJSON(src []byte) error
- func (v *NullableLegacyRelativeConfig) Unset()
- type NullableLegacyScheduleConfig
- func (v NullableLegacyScheduleConfig) Get() *LegacyScheduleConfig
- func (v NullableLegacyScheduleConfig) IsSet() bool
- func (v NullableLegacyScheduleConfig) MarshalJSON() ([]byte, error)
- func (v *NullableLegacyScheduleConfig) Set(val *LegacyScheduleConfig)
- func (v *NullableLegacyScheduleConfig) UnmarshalJSON(src []byte) error
- func (v *NullableLegacyScheduleConfig) Unset()
- type NullableLegacyServiceOrder
- func (v NullableLegacyServiceOrder) Get() *LegacyServiceOrder
- func (v NullableLegacyServiceOrder) IsSet() bool
- func (v NullableLegacyServiceOrder) MarshalJSON() ([]byte, error)
- func (v *NullableLegacyServiceOrder) Set(val *LegacyServiceOrder)
- func (v *NullableLegacyServiceOrder) UnmarshalJSON(src []byte) error
- func (v *NullableLegacyServiceOrder) Unset()
- type NullableLegacyServiceOrderDetail
- func (v NullableLegacyServiceOrderDetail) Get() *LegacyServiceOrderDetail
- func (v NullableLegacyServiceOrderDetail) IsSet() bool
- func (v NullableLegacyServiceOrderDetail) MarshalJSON() ([]byte, error)
- func (v *NullableLegacyServiceOrderDetail) Set(val *LegacyServiceOrderDetail)
- func (v *NullableLegacyServiceOrderDetail) UnmarshalJSON(src []byte) error
- func (v *NullableLegacyServiceOrderDetail) Unset()
- type NullableLegacyServiceOrderResponse
- func (v NullableLegacyServiceOrderResponse) Get() *LegacyServiceOrderResponse
- func (v NullableLegacyServiceOrderResponse) IsSet() bool
- func (v NullableLegacyServiceOrderResponse) MarshalJSON() ([]byte, error)
- func (v *NullableLegacyServiceOrderResponse) Set(val *LegacyServiceOrderResponse)
- func (v *NullableLegacyServiceOrderResponse) UnmarshalJSON(src []byte) error
- func (v *NullableLegacyServiceOrderResponse) Unset()
- type NullableLegacySite
- type NullableLegacySiteDevice
- func (v NullableLegacySiteDevice) Get() *LegacySiteDevice
- func (v NullableLegacySiteDevice) IsSet() bool
- func (v NullableLegacySiteDevice) MarshalJSON() ([]byte, error)
- func (v *NullableLegacySiteDevice) Set(val *LegacySiteDevice)
- func (v *NullableLegacySiteDevice) UnmarshalJSON(src []byte) error
- func (v *NullableLegacySiteDevice) Unset()
- type NullableLegacySiteDeviceOnboard
- func (v NullableLegacySiteDeviceOnboard) Get() *LegacySiteDeviceOnboard
- func (v NullableLegacySiteDeviceOnboard) IsSet() bool
- func (v NullableLegacySiteDeviceOnboard) MarshalJSON() ([]byte, error)
- func (v *NullableLegacySiteDeviceOnboard) Set(val *LegacySiteDeviceOnboard)
- func (v *NullableLegacySiteDeviceOnboard) UnmarshalJSON(src []byte) error
- func (v *NullableLegacySiteDeviceOnboard) Unset()
- type NullableLegacySubscriptionDetail
- func (v NullableLegacySubscriptionDetail) Get() *LegacySubscriptionDetail
- func (v NullableLegacySubscriptionDetail) IsSet() bool
- func (v NullableLegacySubscriptionDetail) MarshalJSON() ([]byte, error)
- func (v *NullableLegacySubscriptionDetail) Set(val *LegacySubscriptionDetail)
- func (v *NullableLegacySubscriptionDetail) UnmarshalJSON(src []byte) error
- func (v *NullableLegacySubscriptionDetail) Unset()
- type NullableLicenseDetails
- func (v NullableLicenseDetails) Get() *LicenseDetails
- func (v NullableLicenseDetails) IsSet() bool
- func (v NullableLicenseDetails) MarshalJSON() ([]byte, error)
- func (v *NullableLicenseDetails) Set(val *LicenseDetails)
- func (v *NullableLicenseDetails) UnmarshalJSON(src []byte) error
- func (v *NullableLicenseDetails) Unset()
- type NullableLicenseSummary
- func (v NullableLicenseSummary) Get() *LicenseSummary
- func (v NullableLicenseSummary) IsSet() bool
- func (v NullableLicenseSummary) MarshalJSON() ([]byte, error)
- func (v *NullableLicenseSummary) Set(val *LicenseSummary)
- func (v *NullableLicenseSummary) UnmarshalJSON(src []byte) error
- func (v *NullableLicenseSummary) Unset()
- type NullableManageChangeRequestPending
- func (v NullableManageChangeRequestPending) Get() *ManageChangeRequestPending
- func (v NullableManageChangeRequestPending) IsSet() bool
- func (v NullableManageChangeRequestPending) MarshalJSON() ([]byte, error)
- func (v *NullableManageChangeRequestPending) Set(val *ManageChangeRequestPending)
- func (v *NullableManageChangeRequestPending) UnmarshalJSON(src []byte) error
- func (v *NullableManageChangeRequestPending) Unset()
- type NullableNSOConfigDataXPath
- func (v NullableNSOConfigDataXPath) Get() *NSOConfigDataXPath
- func (v NullableNSOConfigDataXPath) IsSet() bool
- func (v NullableNSOConfigDataXPath) MarshalJSON() ([]byte, error)
- func (v *NullableNSOConfigDataXPath) Set(val *NSOConfigDataXPath)
- func (v *NullableNSOConfigDataXPath) UnmarshalJSON(src []byte) error
- func (v *NullableNSOConfigDataXPath) Unset()
- type NullableNameValue
- type NullableOffer
- type NullableOfferAllOf
- type NullableOfferCreate
- func (v NullableOfferCreate) Get() *OfferCreate
- func (v NullableOfferCreate) IsSet() bool
- func (v NullableOfferCreate) MarshalJSON() ([]byte, error)
- func (v *NullableOfferCreate) Set(val *OfferCreate)
- func (v *NullableOfferCreate) UnmarshalJSON(src []byte) error
- func (v *NullableOfferCreate) Unset()
- type NullableOfferUpdate
- func (v NullableOfferUpdate) Get() *OfferUpdate
- func (v NullableOfferUpdate) IsSet() bool
- func (v NullableOfferUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableOfferUpdate) Set(val *OfferUpdate)
- func (v *NullableOfferUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableOfferUpdate) Unset()
- type NullableOffersPage
- type NullableOffersPageAllOf
- func (v NullableOffersPageAllOf) Get() *OffersPageAllOf
- func (v NullableOffersPageAllOf) IsSet() bool
- func (v NullableOffersPageAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableOffersPageAllOf) Set(val *OffersPageAllOf)
- func (v *NullableOffersPageAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableOffersPageAllOf) Unset()
- type NullablePageHeader
- type NullableProduct
- type NullableProductAllOf
- func (v NullableProductAllOf) Get() *ProductAllOf
- func (v NullableProductAllOf) IsSet() bool
- func (v NullableProductAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableProductAllOf) Set(val *ProductAllOf)
- func (v *NullableProductAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableProductAllOf) Unset()
- type NullableProductCreate
- func (v NullableProductCreate) Get() *ProductCreate
- func (v NullableProductCreate) IsSet() bool
- func (v NullableProductCreate) MarshalJSON() ([]byte, error)
- func (v *NullableProductCreate) Set(val *ProductCreate)
- func (v *NullableProductCreate) UnmarshalJSON(src []byte) error
- func (v *NullableProductCreate) Unset()
- type NullableProductUpdate
- func (v NullableProductUpdate) Get() *ProductUpdate
- func (v NullableProductUpdate) IsSet() bool
- func (v NullableProductUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableProductUpdate) Set(val *ProductUpdate)
- func (v *NullableProductUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableProductUpdate) Unset()
- type NullableProductsPage
- func (v NullableProductsPage) Get() *ProductsPage
- func (v NullableProductsPage) IsSet() bool
- func (v NullableProductsPage) MarshalJSON() ([]byte, error)
- func (v *NullableProductsPage) Set(val *ProductsPage)
- func (v *NullableProductsPage) UnmarshalJSON(src []byte) error
- func (v *NullableProductsPage) Unset()
- type NullableProductsPageAllOf
- func (v NullableProductsPageAllOf) Get() *ProductsPageAllOf
- func (v NullableProductsPageAllOf) IsSet() bool
- func (v NullableProductsPageAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableProductsPageAllOf) Set(val *ProductsPageAllOf)
- func (v *NullableProductsPageAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableProductsPageAllOf) Unset()
- type NullableResourceHealth
- func (v NullableResourceHealth) Get() *ResourceHealth
- func (v NullableResourceHealth) IsSet() bool
- func (v NullableResourceHealth) MarshalJSON() ([]byte, error)
- func (v *NullableResourceHealth) Set(val *ResourceHealth)
- func (v *NullableResourceHealth) UnmarshalJSON(src []byte) error
- func (v *NullableResourceHealth) Unset()
- type NullableResourceStatus
- func (v NullableResourceStatus) Get() *ResourceStatus
- func (v NullableResourceStatus) IsSet() bool
- func (v NullableResourceStatus) MarshalJSON() ([]byte, error)
- func (v *NullableResourceStatus) Set(val *ResourceStatus)
- func (v *NullableResourceStatus) UnmarshalJSON(src []byte) error
- func (v *NullableResourceStatus) Unset()
- type NullableResourceType
- func (v NullableResourceType) Get() *ResourceType
- func (v NullableResourceType) IsSet() bool
- func (v NullableResourceType) MarshalJSON() ([]byte, error)
- func (v *NullableResourceType) Set(val *ResourceType)
- func (v *NullableResourceType) UnmarshalJSON(src []byte) error
- func (v *NullableResourceType) Unset()
- type NullableRole
- type NullableService
- type NullableServiceAllOf
- func (v NullableServiceAllOf) Get() *ServiceAllOf
- func (v NullableServiceAllOf) IsSet() bool
- func (v NullableServiceAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAllOf) Set(val *ServiceAllOf)
- func (v *NullableServiceAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAllOf) Unset()
- type NullableServiceElement
- func (v NullableServiceElement) Get() *ServiceElement
- func (v NullableServiceElement) IsSet() bool
- func (v NullableServiceElement) MarshalJSON() ([]byte, error)
- func (v *NullableServiceElement) Set(val *ServiceElement)
- func (v *NullableServiceElement) UnmarshalJSON(src []byte) error
- func (v *NullableServiceElement) Unset()
- type NullableServiceElementPrice
- func (v NullableServiceElementPrice) Get() *ServiceElementPrice
- func (v NullableServiceElementPrice) IsSet() bool
- func (v NullableServiceElementPrice) MarshalJSON() ([]byte, error)
- func (v *NullableServiceElementPrice) Set(val *ServiceElementPrice)
- func (v *NullableServiceElementPrice) UnmarshalJSON(src []byte) error
- func (v *NullableServiceElementPrice) Unset()
- type NullableServiceNowConfiguration
- func (v NullableServiceNowConfiguration) Get() *ServiceNowConfiguration
- func (v NullableServiceNowConfiguration) IsSet() bool
- func (v NullableServiceNowConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableServiceNowConfiguration) Set(val *ServiceNowConfiguration)
- func (v *NullableServiceNowConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableServiceNowConfiguration) Unset()
- type NullableServiceNowConfigurationCreate
- func (v NullableServiceNowConfigurationCreate) Get() *ServiceNowConfigurationCreate
- func (v NullableServiceNowConfigurationCreate) IsSet() bool
- func (v NullableServiceNowConfigurationCreate) MarshalJSON() ([]byte, error)
- func (v *NullableServiceNowConfigurationCreate) Set(val *ServiceNowConfigurationCreate)
- func (v *NullableServiceNowConfigurationCreate) UnmarshalJSON(src []byte) error
- func (v *NullableServiceNowConfigurationCreate) Unset()
- type NullableServiceNowConfigurationRequest
- func (v NullableServiceNowConfigurationRequest) Get() *ServiceNowConfigurationRequest
- func (v NullableServiceNowConfigurationRequest) IsSet() bool
- func (v NullableServiceNowConfigurationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableServiceNowConfigurationRequest) Set(val *ServiceNowConfigurationRequest)
- func (v *NullableServiceNowConfigurationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableServiceNowConfigurationRequest) Unset()
- type NullableServiceNowConfigurationsPage
- func (v NullableServiceNowConfigurationsPage) Get() *ServiceNowConfigurationsPage
- func (v NullableServiceNowConfigurationsPage) IsSet() bool
- func (v NullableServiceNowConfigurationsPage) MarshalJSON() ([]byte, error)
- func (v *NullableServiceNowConfigurationsPage) Set(val *ServiceNowConfigurationsPage)
- func (v *NullableServiceNowConfigurationsPage) UnmarshalJSON(src []byte) error
- func (v *NullableServiceNowConfigurationsPage) Unset()
- type NullableServiceNowConfigurationsPageAllOf
- func (v NullableServiceNowConfigurationsPageAllOf) Get() *ServiceNowConfigurationsPageAllOf
- func (v NullableServiceNowConfigurationsPageAllOf) IsSet() bool
- func (v NullableServiceNowConfigurationsPageAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableServiceNowConfigurationsPageAllOf) Set(val *ServiceNowConfigurationsPageAllOf)
- func (v *NullableServiceNowConfigurationsPageAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableServiceNowConfigurationsPageAllOf) Unset()
- type NullableServiceSLMUIConfig
- func (v NullableServiceSLMUIConfig) Get() *ServiceSLMUIConfig
- func (v NullableServiceSLMUIConfig) IsSet() bool
- func (v NullableServiceSLMUIConfig) MarshalJSON() ([]byte, error)
- func (v *NullableServiceSLMUIConfig) Set(val *ServiceSLMUIConfig)
- func (v *NullableServiceSLMUIConfig) UnmarshalJSON(src []byte) error
- func (v *NullableServiceSLMUIConfig) Unset()
- type NullableServiceUIConfig
- func (v NullableServiceUIConfig) Get() *ServiceUIConfig
- func (v NullableServiceUIConfig) IsSet() bool
- func (v NullableServiceUIConfig) MarshalJSON() ([]byte, error)
- func (v *NullableServiceUIConfig) Set(val *ServiceUIConfig)
- func (v *NullableServiceUIConfig) UnmarshalJSON(src []byte) error
- func (v *NullableServiceUIConfig) Unset()
- type NullableServiceUILink
- func (v NullableServiceUILink) Get() *ServiceUILink
- func (v NullableServiceUILink) IsSet() bool
- func (v NullableServiceUILink) MarshalJSON() ([]byte, error)
- func (v *NullableServiceUILink) Set(val *ServiceUILink)
- func (v *NullableServiceUILink) UnmarshalJSON(src []byte) error
- func (v *NullableServiceUILink) Unset()
- type NullableServiceUIResource
- func (v NullableServiceUIResource) Get() *ServiceUIResource
- func (v NullableServiceUIResource) IsSet() bool
- func (v NullableServiceUIResource) MarshalJSON() ([]byte, error)
- func (v *NullableServiceUIResource) Set(val *ServiceUIResource)
- func (v *NullableServiceUIResource) UnmarshalJSON(src []byte) error
- func (v *NullableServiceUIResource) Unset()
- type NullableServiceUpdate
- func (v NullableServiceUpdate) Get() *ServiceUpdate
- func (v NullableServiceUpdate) IsSet() bool
- func (v NullableServiceUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableServiceUpdate) Set(val *ServiceUpdate)
- func (v *NullableServiceUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableServiceUpdate) Unset()
- type NullableServicesPage
- func (v NullableServicesPage) Get() *ServicesPage
- func (v NullableServicesPage) IsSet() bool
- func (v NullableServicesPage) MarshalJSON() ([]byte, error)
- func (v *NullableServicesPage) Set(val *ServicesPage)
- func (v *NullableServicesPage) UnmarshalJSON(src []byte) error
- func (v *NullableServicesPage) Unset()
- type NullableServicesPageAllOf
- func (v NullableServicesPageAllOf) Get() *ServicesPageAllOf
- func (v NullableServicesPageAllOf) IsSet() bool
- func (v NullableServicesPageAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableServicesPageAllOf) Set(val *ServicesPageAllOf)
- func (v *NullableServicesPageAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableServicesPageAllOf) Unset()
- type NullableSite
- type NullableSiteAddress
- func (v NullableSiteAddress) Get() *SiteAddress
- func (v NullableSiteAddress) IsSet() bool
- func (v NullableSiteAddress) MarshalJSON() ([]byte, error)
- func (v *NullableSiteAddress) Set(val *SiteAddress)
- func (v *NullableSiteAddress) UnmarshalJSON(src []byte) error
- func (v *NullableSiteAddress) Unset()
- type NullableSiteContact
- func (v NullableSiteContact) Get() *SiteContact
- func (v NullableSiteContact) IsSet() bool
- func (v NullableSiteContact) MarshalJSON() ([]byte, error)
- func (v *NullableSiteContact) Set(val *SiteContact)
- func (v *NullableSiteContact) UnmarshalJSON(src []byte) error
- func (v *NullableSiteContact) Unset()
- type NullableSiteCreate
- type NullableSiteCreateAllOf
- func (v NullableSiteCreateAllOf) Get() *SiteCreateAllOf
- func (v NullableSiteCreateAllOf) IsSet() bool
- func (v NullableSiteCreateAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSiteCreateAllOf) Set(val *SiteCreateAllOf)
- func (v *NullableSiteCreateAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSiteCreateAllOf) Unset()
- type NullableSiteLocation
- func (v NullableSiteLocation) Get() *SiteLocation
- func (v NullableSiteLocation) IsSet() bool
- func (v NullableSiteLocation) MarshalJSON() ([]byte, error)
- func (v *NullableSiteLocation) Set(val *SiteLocation)
- func (v *NullableSiteLocation) UnmarshalJSON(src []byte) error
- func (v *NullableSiteLocation) Unset()
- type NullableSiteStatus
- type NullableSiteUpdate
- type NullableSitesPage
- type NullableSitesPageAllOf
- func (v NullableSitesPageAllOf) Get() *SitesPageAllOf
- func (v NullableSitesPageAllOf) IsSet() bool
- func (v NullableSitesPageAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSitesPageAllOf) Set(val *SitesPageAllOf)
- func (v *NullableSitesPageAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSitesPageAllOf) Unset()
- type NullableSmartAccountConfiguration
- func (v NullableSmartAccountConfiguration) Get() *SmartAccountConfiguration
- func (v NullableSmartAccountConfiguration) IsSet() bool
- func (v NullableSmartAccountConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableSmartAccountConfiguration) Set(val *SmartAccountConfiguration)
- func (v *NullableSmartAccountConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableSmartAccountConfiguration) Unset()
- type NullableSmartAccountConfigurationCreate
- func (v NullableSmartAccountConfigurationCreate) Get() *SmartAccountConfigurationCreate
- func (v NullableSmartAccountConfigurationCreate) IsSet() bool
- func (v NullableSmartAccountConfigurationCreate) MarshalJSON() ([]byte, error)
- func (v *NullableSmartAccountConfigurationCreate) Set(val *SmartAccountConfigurationCreate)
- func (v *NullableSmartAccountConfigurationCreate) UnmarshalJSON(src []byte) error
- func (v *NullableSmartAccountConfigurationCreate) Unset()
- type NullableSmartAccountConfigurationUpdate
- func (v NullableSmartAccountConfigurationUpdate) Get() *SmartAccountConfigurationUpdate
- func (v NullableSmartAccountConfigurationUpdate) IsSet() bool
- func (v NullableSmartAccountConfigurationUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableSmartAccountConfigurationUpdate) Set(val *SmartAccountConfigurationUpdate)
- func (v *NullableSmartAccountConfigurationUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableSmartAccountConfigurationUpdate) Unset()
- type NullableSmartAccountType
- func (v NullableSmartAccountType) Get() *SmartAccountType
- func (v NullableSmartAccountType) IsSet() bool
- func (v NullableSmartAccountType) MarshalJSON() ([]byte, error)
- func (v *NullableSmartAccountType) Set(val *SmartAccountType)
- func (v *NullableSmartAccountType) UnmarshalJSON(src []byte) error
- func (v *NullableSmartAccountType) Unset()
- type NullableSmartAccountUser
- func (v NullableSmartAccountUser) Get() *SmartAccountUser
- func (v NullableSmartAccountUser) IsSet() bool
- func (v NullableSmartAccountUser) MarshalJSON() ([]byte, error)
- func (v *NullableSmartAccountUser) Set(val *SmartAccountUser)
- func (v *NullableSmartAccountUser) UnmarshalJSON(src []byte) error
- func (v *NullableSmartAccountUser) Unset()
- type NullableSmartAccountUserRole
- func (v NullableSmartAccountUserRole) Get() *SmartAccountUserRole
- func (v NullableSmartAccountUserRole) IsSet() bool
- func (v NullableSmartAccountUserRole) MarshalJSON() ([]byte, error)
- func (v *NullableSmartAccountUserRole) Set(val *SmartAccountUserRole)
- func (v *NullableSmartAccountUserRole) UnmarshalJSON(src []byte) error
- func (v *NullableSmartAccountUserRole) Unset()
- type NullableSmartUserAccounts
- func (v NullableSmartUserAccounts) Get() *SmartUserAccounts
- func (v NullableSmartUserAccounts) IsSet() bool
- func (v NullableSmartUserAccounts) MarshalJSON() ([]byte, error)
- func (v *NullableSmartUserAccounts) Set(val *SmartUserAccounts)
- func (v *NullableSmartUserAccounts) UnmarshalJSON(src []byte) error
- func (v *NullableSmartUserAccounts) Unset()
- type NullableSmartUserAccountsAllOf
- func (v NullableSmartUserAccountsAllOf) Get() *SmartUserAccountsAllOf
- func (v NullableSmartUserAccountsAllOf) IsSet() bool
- func (v NullableSmartUserAccountsAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSmartUserAccountsAllOf) Set(val *SmartUserAccountsAllOf)
- func (v *NullableSmartUserAccountsAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSmartUserAccountsAllOf) Unset()
- type NullableStartWorkflowResponse
- func (v NullableStartWorkflowResponse) Get() *StartWorkflowResponse
- func (v NullableStartWorkflowResponse) IsSet() bool
- func (v NullableStartWorkflowResponse) MarshalJSON() ([]byte, error)
- func (v *NullableStartWorkflowResponse) Set(val *StartWorkflowResponse)
- func (v *NullableStartWorkflowResponse) UnmarshalJSON(src []byte) error
- func (v *NullableStartWorkflowResponse) Unset()
- type NullableString
- type NullableTemplate
- type NullableTemplateApplication
- func (v NullableTemplateApplication) Get() *TemplateApplication
- func (v NullableTemplateApplication) IsSet() bool
- func (v NullableTemplateApplication) MarshalJSON() ([]byte, error)
- func (v *NullableTemplateApplication) Set(val *TemplateApplication)
- func (v *NullableTemplateApplication) UnmarshalJSON(src []byte) error
- func (v *NullableTemplateApplication) Unset()
- type NullableTemplateApplicationAllOf
- func (v NullableTemplateApplicationAllOf) Get() *TemplateApplicationAllOf
- func (v NullableTemplateApplicationAllOf) IsSet() bool
- func (v NullableTemplateApplicationAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableTemplateApplicationAllOf) Set(val *TemplateApplicationAllOf)
- func (v *NullableTemplateApplicationAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableTemplateApplicationAllOf) Unset()
- type NullableTemplateApplicationCreate
- func (v NullableTemplateApplicationCreate) Get() *TemplateApplicationCreate
- func (v NullableTemplateApplicationCreate) IsSet() bool
- func (v NullableTemplateApplicationCreate) MarshalJSON() ([]byte, error)
- func (v *NullableTemplateApplicationCreate) Set(val *TemplateApplicationCreate)
- func (v *NullableTemplateApplicationCreate) UnmarshalJSON(src []byte) error
- func (v *NullableTemplateApplicationCreate) Unset()
- type NullableTemplateApplicationStatusPatch
- func (v NullableTemplateApplicationStatusPatch) Get() *TemplateApplicationStatusPatch
- func (v NullableTemplateApplicationStatusPatch) IsSet() bool
- func (v NullableTemplateApplicationStatusPatch) MarshalJSON() ([]byte, error)
- func (v *NullableTemplateApplicationStatusPatch) Set(val *TemplateApplicationStatusPatch)
- func (v *NullableTemplateApplicationStatusPatch) UnmarshalJSON(src []byte) error
- func (v *NullableTemplateApplicationStatusPatch) Unset()
- type NullableTemplateApplicationsPage
- func (v NullableTemplateApplicationsPage) Get() *TemplateApplicationsPage
- func (v NullableTemplateApplicationsPage) IsSet() bool
- func (v NullableTemplateApplicationsPage) MarshalJSON() ([]byte, error)
- func (v *NullableTemplateApplicationsPage) Set(val *TemplateApplicationsPage)
- func (v *NullableTemplateApplicationsPage) UnmarshalJSON(src []byte) error
- func (v *NullableTemplateApplicationsPage) Unset()
- type NullableTemplateApplicationsPageAllOf
- func (v NullableTemplateApplicationsPageAllOf) Get() *TemplateApplicationsPageAllOf
- func (v NullableTemplateApplicationsPageAllOf) IsSet() bool
- func (v NullableTemplateApplicationsPageAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableTemplateApplicationsPageAllOf) Set(val *TemplateApplicationsPageAllOf)
- func (v *NullableTemplateApplicationsPageAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableTemplateApplicationsPageAllOf) Unset()
- type NullableTemplateAssignment
- func (v NullableTemplateAssignment) Get() *TemplateAssignment
- func (v NullableTemplateAssignment) IsSet() bool
- func (v NullableTemplateAssignment) MarshalJSON() ([]byte, error)
- func (v *NullableTemplateAssignment) Set(val *TemplateAssignment)
- func (v *NullableTemplateAssignment) UnmarshalJSON(src []byte) error
- func (v *NullableTemplateAssignment) Unset()
- type NullableTemplateAssignmentAllOf
- func (v NullableTemplateAssignmentAllOf) Get() *TemplateAssignmentAllOf
- func (v NullableTemplateAssignmentAllOf) IsSet() bool
- func (v NullableTemplateAssignmentAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableTemplateAssignmentAllOf) Set(val *TemplateAssignmentAllOf)
- func (v *NullableTemplateAssignmentAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableTemplateAssignmentAllOf) Unset()
- type NullableTemplateAssignmentResponse
- func (v NullableTemplateAssignmentResponse) Get() *TemplateAssignmentResponse
- func (v NullableTemplateAssignmentResponse) IsSet() bool
- func (v NullableTemplateAssignmentResponse) MarshalJSON() ([]byte, error)
- func (v *NullableTemplateAssignmentResponse) Set(val *TemplateAssignmentResponse)
- func (v *NullableTemplateAssignmentResponse) UnmarshalJSON(src []byte) error
- func (v *NullableTemplateAssignmentResponse) Unset()
- type NullableTemplateAssignmentResponseAllOf
- func (v NullableTemplateAssignmentResponseAllOf) Get() *TemplateAssignmentResponseAllOf
- func (v NullableTemplateAssignmentResponseAllOf) IsSet() bool
- func (v NullableTemplateAssignmentResponseAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableTemplateAssignmentResponseAllOf) Set(val *TemplateAssignmentResponseAllOf)
- func (v *NullableTemplateAssignmentResponseAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableTemplateAssignmentResponseAllOf) Unset()
- type NullableTemplateAssignmentStatusPatch
- func (v NullableTemplateAssignmentStatusPatch) Get() *TemplateAssignmentStatusPatch
- func (v NullableTemplateAssignmentStatusPatch) IsSet() bool
- func (v NullableTemplateAssignmentStatusPatch) MarshalJSON() ([]byte, error)
- func (v *NullableTemplateAssignmentStatusPatch) Set(val *TemplateAssignmentStatusPatch)
- func (v *NullableTemplateAssignmentStatusPatch) UnmarshalJSON(src []byte) error
- func (v *NullableTemplateAssignmentStatusPatch) Unset()
- type NullableTemplateAssignmentsPage
- func (v NullableTemplateAssignmentsPage) Get() *TemplateAssignmentsPage
- func (v NullableTemplateAssignmentsPage) IsSet() bool
- func (v NullableTemplateAssignmentsPage) MarshalJSON() ([]byte, error)
- func (v *NullableTemplateAssignmentsPage) Set(val *TemplateAssignmentsPage)
- func (v *NullableTemplateAssignmentsPage) UnmarshalJSON(src []byte) error
- func (v *NullableTemplateAssignmentsPage) Unset()
- type NullableTemplateAssignmentsPageAllOf
- func (v NullableTemplateAssignmentsPageAllOf) Get() *TemplateAssignmentsPageAllOf
- func (v NullableTemplateAssignmentsPageAllOf) IsSet() bool
- func (v NullableTemplateAssignmentsPageAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableTemplateAssignmentsPageAllOf) Set(val *TemplateAssignmentsPageAllOf)
- func (v *NullableTemplateAssignmentsPageAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableTemplateAssignmentsPageAllOf) Unset()
- type NullableTemplateCreate
- func (v NullableTemplateCreate) Get() *TemplateCreate
- func (v NullableTemplateCreate) IsSet() bool
- func (v NullableTemplateCreate) MarshalJSON() ([]byte, error)
- func (v *NullableTemplateCreate) Set(val *TemplateCreate)
- func (v *NullableTemplateCreate) UnmarshalJSON(src []byte) error
- func (v *NullableTemplateCreate) Unset()
- type NullableTemplateParameterValidator
- func (v NullableTemplateParameterValidator) Get() *TemplateParameterValidator
- func (v NullableTemplateParameterValidator) IsSet() bool
- func (v NullableTemplateParameterValidator) MarshalJSON() ([]byte, error)
- func (v *NullableTemplateParameterValidator) Set(val *TemplateParameterValidator)
- func (v *NullableTemplateParameterValidator) UnmarshalJSON(src []byte) error
- func (v *NullableTemplateParameterValidator) Unset()
- type NullableTemplatePatch
- func (v NullableTemplatePatch) Get() *TemplatePatch
- func (v NullableTemplatePatch) IsSet() bool
- func (v NullableTemplatePatch) MarshalJSON() ([]byte, error)
- func (v *NullableTemplatePatch) Set(val *TemplatePatch)
- func (v *NullableTemplatePatch) UnmarshalJSON(src []byte) error
- func (v *NullableTemplatePatch) Unset()
- type NullableTemplateStatus
- func (v NullableTemplateStatus) Get() *TemplateStatus
- func (v NullableTemplateStatus) IsSet() bool
- func (v NullableTemplateStatus) MarshalJSON() ([]byte, error)
- func (v *NullableTemplateStatus) Set(val *TemplateStatus)
- func (v *NullableTemplateStatus) UnmarshalJSON(src []byte) error
- func (v *NullableTemplateStatus) Unset()
- type NullableTemplateStatusMeta
- func (v NullableTemplateStatusMeta) Get() *TemplateStatusMeta
- func (v NullableTemplateStatusMeta) IsSet() bool
- func (v NullableTemplateStatusMeta) MarshalJSON() ([]byte, error)
- func (v *NullableTemplateStatusMeta) Set(val *TemplateStatusMeta)
- func (v *NullableTemplateStatusMeta) UnmarshalJSON(src []byte) error
- func (v *NullableTemplateStatusMeta) Unset()
- type NullableTemplatesPage
- func (v NullableTemplatesPage) Get() *TemplatesPage
- func (v NullableTemplatesPage) IsSet() bool
- func (v NullableTemplatesPage) MarshalJSON() ([]byte, error)
- func (v *NullableTemplatesPage) Set(val *TemplatesPage)
- func (v *NullableTemplatesPage) UnmarshalJSON(src []byte) error
- func (v *NullableTemplatesPage) Unset()
- type NullableTemplatesPageAllOf
- func (v NullableTemplatesPageAllOf) Get() *TemplatesPageAllOf
- func (v NullableTemplatesPageAllOf) IsSet() bool
- func (v NullableTemplatesPageAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableTemplatesPageAllOf) Set(val *TemplatesPageAllOf)
- func (v *NullableTemplatesPageAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableTemplatesPageAllOf) Unset()
- type NullableTenant
- type NullableTenantAllOf
- func (v NullableTenantAllOf) Get() *TenantAllOf
- func (v NullableTenantAllOf) IsSet() bool
- func (v NullableTenantAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableTenantAllOf) Set(val *TenantAllOf)
- func (v *NullableTenantAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableTenantAllOf) Unset()
- type NullableTenantCreate
- func (v NullableTenantCreate) Get() *TenantCreate
- func (v NullableTenantCreate) IsSet() bool
- func (v NullableTenantCreate) MarshalJSON() ([]byte, error)
- func (v *NullableTenantCreate) Set(val *TenantCreate)
- func (v *NullableTenantCreate) UnmarshalJSON(src []byte) error
- func (v *NullableTenantCreate) Unset()
- type NullableTenantCreateAllOf
- func (v NullableTenantCreateAllOf) Get() *TenantCreateAllOf
- func (v NullableTenantCreateAllOf) IsSet() bool
- func (v NullableTenantCreateAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableTenantCreateAllOf) Set(val *TenantCreateAllOf)
- func (v *NullableTenantCreateAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableTenantCreateAllOf) Unset()
- type NullableTenantUpdate
- func (v NullableTenantUpdate) Get() *TenantUpdate
- func (v NullableTenantUpdate) IsSet() bool
- func (v NullableTenantUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableTenantUpdate) Set(val *TenantUpdate)
- func (v *NullableTenantUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableTenantUpdate) Unset()
- type NullableTenantsPage
- func (v NullableTenantsPage) Get() *TenantsPage
- func (v NullableTenantsPage) IsSet() bool
- func (v NullableTenantsPage) MarshalJSON() ([]byte, error)
- func (v *NullableTenantsPage) Set(val *TenantsPage)
- func (v *NullableTenantsPage) UnmarshalJSON(src []byte) error
- func (v *NullableTenantsPage) Unset()
- type NullableTenantsPageAllOf
- func (v NullableTenantsPageAllOf) Get() *TenantsPageAllOf
- func (v NullableTenantsPageAllOf) IsSet() bool
- func (v NullableTenantsPageAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableTenantsPageAllOf) Set(val *TenantsPageAllOf)
- func (v *NullableTenantsPageAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableTenantsPageAllOf) Unset()
- type NullableTime
- type NullableUpdatePassword
- func (v NullableUpdatePassword) Get() *UpdatePassword
- func (v NullableUpdatePassword) IsSet() bool
- func (v NullableUpdatePassword) MarshalJSON() ([]byte, error)
- func (v *NullableUpdatePassword) Set(val *UpdatePassword)
- func (v *NullableUpdatePassword) UnmarshalJSON(src []byte) error
- func (v *NullableUpdatePassword) Unset()
- type NullableUser
- type NullableUserAllOf
- type NullableUserCreate
- type NullableUserCreateAllOf
- func (v NullableUserCreateAllOf) Get() *UserCreateAllOf
- func (v NullableUserCreateAllOf) IsSet() bool
- func (v NullableUserCreateAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableUserCreateAllOf) Set(val *UserCreateAllOf)
- func (v *NullableUserCreateAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableUserCreateAllOf) Unset()
- type NullableUserUpdate
- type NullableUsersPage
- type NullableUsersPageAllOf
- func (v NullableUsersPageAllOf) Get() *UsersPageAllOf
- func (v NullableUsersPageAllOf) IsSet() bool
- func (v NullableUsersPageAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableUsersPageAllOf) Set(val *UsersPageAllOf)
- func (v *NullableUsersPageAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableUsersPageAllOf) Unset()
- type NullableValidateWorkflowResponse
- func (v NullableValidateWorkflowResponse) Get() *ValidateWorkflowResponse
- func (v NullableValidateWorkflowResponse) IsSet() bool
- func (v NullableValidateWorkflowResponse) MarshalJSON() ([]byte, error)
- func (v *NullableValidateWorkflowResponse) Set(val *ValidateWorkflowResponse)
- func (v *NullableValidateWorkflowResponse) UnmarshalJSON(src []byte) error
- func (v *NullableValidateWorkflowResponse) Unset()
- type NullableVulnerabilitiesPage
- func (v NullableVulnerabilitiesPage) Get() *VulnerabilitiesPage
- func (v NullableVulnerabilitiesPage) IsSet() bool
- func (v NullableVulnerabilitiesPage) MarshalJSON() ([]byte, error)
- func (v *NullableVulnerabilitiesPage) Set(val *VulnerabilitiesPage)
- func (v *NullableVulnerabilitiesPage) UnmarshalJSON(src []byte) error
- func (v *NullableVulnerabilitiesPage) Unset()
- type NullableVulnerabilitiesPageAllOf
- func (v NullableVulnerabilitiesPageAllOf) Get() *VulnerabilitiesPageAllOf
- func (v NullableVulnerabilitiesPageAllOf) IsSet() bool
- func (v NullableVulnerabilitiesPageAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableVulnerabilitiesPageAllOf) Set(val *VulnerabilitiesPageAllOf)
- func (v *NullableVulnerabilitiesPageAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableVulnerabilitiesPageAllOf) Unset()
- type NullableVulnerabilitiesRegistrationPage
- func (v NullableVulnerabilitiesRegistrationPage) Get() *VulnerabilitiesRegistrationPage
- func (v NullableVulnerabilitiesRegistrationPage) IsSet() bool
- func (v NullableVulnerabilitiesRegistrationPage) MarshalJSON() ([]byte, error)
- func (v *NullableVulnerabilitiesRegistrationPage) Set(val *VulnerabilitiesRegistrationPage)
- func (v *NullableVulnerabilitiesRegistrationPage) UnmarshalJSON(src []byte) error
- func (v *NullableVulnerabilitiesRegistrationPage) Unset()
- type NullableVulnerabilitiesRegistrationPageAllOf
- func (v NullableVulnerabilitiesRegistrationPageAllOf) Get() *VulnerabilitiesRegistrationPageAllOf
- func (v NullableVulnerabilitiesRegistrationPageAllOf) IsSet() bool
- func (v NullableVulnerabilitiesRegistrationPageAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableVulnerabilitiesRegistrationPageAllOf) Set(val *VulnerabilitiesRegistrationPageAllOf)
- func (v *NullableVulnerabilitiesRegistrationPageAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableVulnerabilitiesRegistrationPageAllOf) Unset()
- type NullableVulnerability
- func (v NullableVulnerability) Get() *Vulnerability
- func (v NullableVulnerability) IsSet() bool
- func (v NullableVulnerability) MarshalJSON() ([]byte, error)
- func (v *NullableVulnerability) Set(val *Vulnerability)
- func (v *NullableVulnerability) UnmarshalJSON(src []byte) error
- func (v *NullableVulnerability) Unset()
- type NullableVulnerabilityFeed
- func (v NullableVulnerabilityFeed) Get() *VulnerabilityFeed
- func (v NullableVulnerabilityFeed) IsSet() bool
- func (v NullableVulnerabilityFeed) MarshalJSON() ([]byte, error)
- func (v *NullableVulnerabilityFeed) Set(val *VulnerabilityFeed)
- func (v *NullableVulnerabilityFeed) UnmarshalJSON(src []byte) error
- func (v *NullableVulnerabilityFeed) Unset()
- type NullableVulnerabilityIngestPage
- func (v NullableVulnerabilityIngestPage) Get() *VulnerabilityIngestPage
- func (v NullableVulnerabilityIngestPage) IsSet() bool
- func (v NullableVulnerabilityIngestPage) MarshalJSON() ([]byte, error)
- func (v *NullableVulnerabilityIngestPage) Set(val *VulnerabilityIngestPage)
- func (v *NullableVulnerabilityIngestPage) UnmarshalJSON(src []byte) error
- func (v *NullableVulnerabilityIngestPage) Unset()
- type NullableVulnerabilityIngestPageAllOf
- func (v NullableVulnerabilityIngestPageAllOf) Get() *VulnerabilityIngestPageAllOf
- func (v NullableVulnerabilityIngestPageAllOf) IsSet() bool
- func (v NullableVulnerabilityIngestPageAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableVulnerabilityIngestPageAllOf) Set(val *VulnerabilityIngestPageAllOf)
- func (v *NullableVulnerabilityIngestPageAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableVulnerabilityIngestPageAllOf) Unset()
- type NullableVulnerabilityIngestion
- func (v NullableVulnerabilityIngestion) Get() *VulnerabilityIngestion
- func (v NullableVulnerabilityIngestion) IsSet() bool
- func (v NullableVulnerabilityIngestion) MarshalJSON() ([]byte, error)
- func (v *NullableVulnerabilityIngestion) Set(val *VulnerabilityIngestion)
- func (v *NullableVulnerabilityIngestion) UnmarshalJSON(src []byte) error
- func (v *NullableVulnerabilityIngestion) Unset()
- type NullableVulnerabilityRegistration
- func (v NullableVulnerabilityRegistration) Get() *VulnerabilityRegistration
- func (v NullableVulnerabilityRegistration) IsSet() bool
- func (v NullableVulnerabilityRegistration) MarshalJSON() ([]byte, error)
- func (v *NullableVulnerabilityRegistration) Set(val *VulnerabilityRegistration)
- func (v *NullableVulnerabilityRegistration) UnmarshalJSON(src []byte) error
- func (v *NullableVulnerabilityRegistration) Unset()
- type NullableVulnerabilityRegistrationAllOf
- func (v NullableVulnerabilityRegistrationAllOf) Get() *VulnerabilityRegistrationAllOf
- func (v NullableVulnerabilityRegistrationAllOf) IsSet() bool
- func (v NullableVulnerabilityRegistrationAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableVulnerabilityRegistrationAllOf) Set(val *VulnerabilityRegistrationAllOf)
- func (v *NullableVulnerabilityRegistrationAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableVulnerabilityRegistrationAllOf) Unset()
- type NullableVulnerabilityRegistrationCreate
- func (v NullableVulnerabilityRegistrationCreate) Get() *VulnerabilityRegistrationCreate
- func (v NullableVulnerabilityRegistrationCreate) IsSet() bool
- func (v NullableVulnerabilityRegistrationCreate) MarshalJSON() ([]byte, error)
- func (v *NullableVulnerabilityRegistrationCreate) Set(val *VulnerabilityRegistrationCreate)
- func (v *NullableVulnerabilityRegistrationCreate) UnmarshalJSON(src []byte) error
- func (v *NullableVulnerabilityRegistrationCreate) Unset()
- type NullableVulnerabilitySeverity
- func (v NullableVulnerabilitySeverity) Get() *VulnerabilitySeverity
- func (v NullableVulnerabilitySeverity) IsSet() bool
- func (v NullableVulnerabilitySeverity) MarshalJSON() ([]byte, error)
- func (v *NullableVulnerabilitySeverity) Set(val *VulnerabilitySeverity)
- func (v *NullableVulnerabilitySeverity) UnmarshalJSON(src []byte) error
- func (v *NullableVulnerabilitySeverity) Unset()
- type NullableVulnerabilityValidation
- func (v NullableVulnerabilityValidation) Get() *VulnerabilityValidation
- func (v NullableVulnerabilityValidation) IsSet() bool
- func (v NullableVulnerabilityValidation) MarshalJSON() ([]byte, error)
- func (v *NullableVulnerabilityValidation) Set(val *VulnerabilityValidation)
- func (v *NullableVulnerabilityValidation) UnmarshalJSON(src []byte) error
- func (v *NullableVulnerabilityValidation) Unset()
- type NullableVulnerabilityValidationPage
- func (v NullableVulnerabilityValidationPage) Get() *VulnerabilityValidationPage
- func (v NullableVulnerabilityValidationPage) IsSet() bool
- func (v NullableVulnerabilityValidationPage) MarshalJSON() ([]byte, error)
- func (v *NullableVulnerabilityValidationPage) Set(val *VulnerabilityValidationPage)
- func (v *NullableVulnerabilityValidationPage) UnmarshalJSON(src []byte) error
- func (v *NullableVulnerabilityValidationPage) Unset()
- type NullableVulnerabilityValidationPageAllOf
- func (v NullableVulnerabilityValidationPageAllOf) Get() *VulnerabilityValidationPageAllOf
- func (v NullableVulnerabilityValidationPageAllOf) IsSet() bool
- func (v NullableVulnerabilityValidationPageAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableVulnerabilityValidationPageAllOf) Set(val *VulnerabilityValidationPageAllOf)
- func (v *NullableVulnerabilityValidationPageAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableVulnerabilityValidationPageAllOf) Unset()
- type NullableWorkflow
- type NullableWorkflowAccessMeta
- func (v NullableWorkflowAccessMeta) Get() *WorkflowAccessMeta
- func (v NullableWorkflowAccessMeta) IsSet() bool
- func (v NullableWorkflowAccessMeta) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowAccessMeta) Set(val *WorkflowAccessMeta)
- func (v *NullableWorkflowAccessMeta) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowAccessMeta) Unset()
- type NullableWorkflowAccessMetaType
- func (v NullableWorkflowAccessMetaType) Get() *WorkflowAccessMetaType
- func (v NullableWorkflowAccessMetaType) IsSet() bool
- func (v NullableWorkflowAccessMetaType) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowAccessMetaType) Set(val *WorkflowAccessMetaType)
- func (v *NullableWorkflowAccessMetaType) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowAccessMetaType) Unset()
- type NullableWorkflowAction
- func (v NullableWorkflowAction) Get() *WorkflowAction
- func (v NullableWorkflowAction) IsSet() bool
- func (v NullableWorkflowAction) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowAction) Set(val *WorkflowAction)
- func (v *NullableWorkflowAction) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowAction) Unset()
- type NullableWorkflowActionBlock
- func (v NullableWorkflowActionBlock) Get() *WorkflowActionBlock
- func (v NullableWorkflowActionBlock) IsSet() bool
- func (v NullableWorkflowActionBlock) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowActionBlock) Set(val *WorkflowActionBlock)
- func (v *NullableWorkflowActionBlock) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowActionBlock) Unset()
- type NullableWorkflowAllOf
- func (v NullableWorkflowAllOf) Get() *WorkflowAllOf
- func (v NullableWorkflowAllOf) IsSet() bool
- func (v NullableWorkflowAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowAllOf) Set(val *WorkflowAllOf)
- func (v *NullableWorkflowAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowAllOf) Unset()
- type NullableWorkflowCategory
- func (v NullableWorkflowCategory) Get() *WorkflowCategory
- func (v NullableWorkflowCategory) IsSet() bool
- func (v NullableWorkflowCategory) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowCategory) Set(val *WorkflowCategory)
- func (v *NullableWorkflowCategory) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowCategory) Unset()
- type NullableWorkflowCategoryAllOf
- func (v NullableWorkflowCategoryAllOf) Get() *WorkflowCategoryAllOf
- func (v NullableWorkflowCategoryAllOf) IsSet() bool
- func (v NullableWorkflowCategoryAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowCategoryAllOf) Set(val *WorkflowCategoryAllOf)
- func (v *NullableWorkflowCategoryAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowCategoryAllOf) Unset()
- type NullableWorkflowCategoryCreate
- func (v NullableWorkflowCategoryCreate) Get() *WorkflowCategoryCreate
- func (v NullableWorkflowCategoryCreate) IsSet() bool
- func (v NullableWorkflowCategoryCreate) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowCategoryCreate) Set(val *WorkflowCategoryCreate)
- func (v *NullableWorkflowCategoryCreate) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowCategoryCreate) Unset()
- type NullableWorkflowCategoryUpdate
- func (v NullableWorkflowCategoryUpdate) Get() *WorkflowCategoryUpdate
- func (v NullableWorkflowCategoryUpdate) IsSet() bool
- func (v NullableWorkflowCategoryUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowCategoryUpdate) Set(val *WorkflowCategoryUpdate)
- func (v *NullableWorkflowCategoryUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowCategoryUpdate) Unset()
- type NullableWorkflowDefAccessMeta
- func (v NullableWorkflowDefAccessMeta) Get() *WorkflowDefAccessMeta
- func (v NullableWorkflowDefAccessMeta) IsSet() bool
- func (v NullableWorkflowDefAccessMeta) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowDefAccessMeta) Set(val *WorkflowDefAccessMeta)
- func (v *NullableWorkflowDefAccessMeta) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowDefAccessMeta) Unset()
- type NullableWorkflowEvent
- func (v NullableWorkflowEvent) Get() *WorkflowEvent
- func (v NullableWorkflowEvent) IsSet() bool
- func (v NullableWorkflowEvent) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowEvent) Set(val *WorkflowEvent)
- func (v *NullableWorkflowEvent) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowEvent) Unset()
- type NullableWorkflowEventAllOf
- func (v NullableWorkflowEventAllOf) Get() *WorkflowEventAllOf
- func (v NullableWorkflowEventAllOf) IsSet() bool
- func (v NullableWorkflowEventAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowEventAllOf) Set(val *WorkflowEventAllOf)
- func (v *NullableWorkflowEventAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowEventAllOf) Unset()
- type NullableWorkflowEventCreate
- func (v NullableWorkflowEventCreate) Get() *WorkflowEventCreate
- func (v NullableWorkflowEventCreate) IsSet() bool
- func (v NullableWorkflowEventCreate) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowEventCreate) Set(val *WorkflowEventCreate)
- func (v *NullableWorkflowEventCreate) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowEventCreate) Unset()
- type NullableWorkflowEventUpdate
- func (v NullableWorkflowEventUpdate) Get() *WorkflowEventUpdate
- func (v NullableWorkflowEventUpdate) IsSet() bool
- func (v NullableWorkflowEventUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowEventUpdate) Set(val *WorkflowEventUpdate)
- func (v *NullableWorkflowEventUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowEventUpdate) Unset()
- type NullableWorkflowFooter
- func (v NullableWorkflowFooter) Get() *WorkflowFooter
- func (v NullableWorkflowFooter) IsSet() bool
- func (v NullableWorkflowFooter) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowFooter) Set(val *WorkflowFooter)
- func (v *NullableWorkflowFooter) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowFooter) Unset()
- type NullableWorkflowInstance
- func (v NullableWorkflowInstance) Get() *WorkflowInstance
- func (v NullableWorkflowInstance) IsSet() bool
- func (v NullableWorkflowInstance) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowInstance) Set(val *WorkflowInstance)
- func (v *NullableWorkflowInstance) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowInstance) Unset()
- type NullableWorkflowInstanceAllOf
- func (v NullableWorkflowInstanceAllOf) Get() *WorkflowInstanceAllOf
- func (v NullableWorkflowInstanceAllOf) IsSet() bool
- func (v NullableWorkflowInstanceAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowInstanceAllOf) Set(val *WorkflowInstanceAllOf)
- func (v *NullableWorkflowInstanceAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowInstanceAllOf) Unset()
- type NullableWorkflowInstanceDeleteResponse
- func (v NullableWorkflowInstanceDeleteResponse) Get() *WorkflowInstanceDeleteResponse
- func (v NullableWorkflowInstanceDeleteResponse) IsSet() bool
- func (v NullableWorkflowInstanceDeleteResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowInstanceDeleteResponse) Set(val *WorkflowInstanceDeleteResponse)
- func (v *NullableWorkflowInstanceDeleteResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowInstanceDeleteResponse) Unset()
- type NullableWorkflowMapping
- func (v NullableWorkflowMapping) Get() *WorkflowMapping
- func (v NullableWorkflowMapping) IsSet() bool
- func (v NullableWorkflowMapping) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowMapping) Set(val *WorkflowMapping)
- func (v *NullableWorkflowMapping) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowMapping) Unset()
- type NullableWorkflowMetadata
- func (v NullableWorkflowMetadata) Get() *WorkflowMetadata
- func (v NullableWorkflowMetadata) IsSet() bool
- func (v NullableWorkflowMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowMetadata) Set(val *WorkflowMetadata)
- func (v *NullableWorkflowMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowMetadata) Unset()
- type NullableWorkflowMetadataGitInfo
- func (v NullableWorkflowMetadataGitInfo) Get() *WorkflowMetadataGitInfo
- func (v NullableWorkflowMetadataGitInfo) IsSet() bool
- func (v NullableWorkflowMetadataGitInfo) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowMetadataGitInfo) Set(val *WorkflowMetadataGitInfo)
- func (v *NullableWorkflowMetadataGitInfo) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowMetadataGitInfo) Unset()
- type NullableWorkflowSchema
- func (v NullableWorkflowSchema) Get() *WorkflowSchema
- func (v NullableWorkflowSchema) IsSet() bool
- func (v NullableWorkflowSchema) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowSchema) Set(val *WorkflowSchema)
- func (v *NullableWorkflowSchema) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowSchema) Unset()
- type NullableWorkflowSchemaAllOf
- func (v NullableWorkflowSchemaAllOf) Get() *WorkflowSchemaAllOf
- func (v NullableWorkflowSchemaAllOf) IsSet() bool
- func (v NullableWorkflowSchemaAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowSchemaAllOf) Set(val *WorkflowSchemaAllOf)
- func (v *NullableWorkflowSchemaAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowSchemaAllOf) Unset()
- type NullableWorkflowSchemaByTypeResponse
- func (v NullableWorkflowSchemaByTypeResponse) Get() *WorkflowSchemaByTypeResponse
- func (v NullableWorkflowSchemaByTypeResponse) IsSet() bool
- func (v NullableWorkflowSchemaByTypeResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowSchemaByTypeResponse) Set(val *WorkflowSchemaByTypeResponse)
- func (v *NullableWorkflowSchemaByTypeResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowSchemaByTypeResponse) Unset()
- type NullableWorkflowStartConfig
- func (v NullableWorkflowStartConfig) Get() *WorkflowStartConfig
- func (v NullableWorkflowStartConfig) IsSet() bool
- func (v NullableWorkflowStartConfig) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowStartConfig) Set(val *WorkflowStartConfig)
- func (v *NullableWorkflowStartConfig) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowStartConfig) Unset()
- type NullableWorkflowTarget
- func (v NullableWorkflowTarget) Get() *WorkflowTarget
- func (v NullableWorkflowTarget) IsSet() bool
- func (v NullableWorkflowTarget) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowTarget) Set(val *WorkflowTarget)
- func (v *NullableWorkflowTarget) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowTarget) Unset()
- type NullableWorkflowTargetAllOf
- func (v NullableWorkflowTargetAllOf) Get() *WorkflowTargetAllOf
- func (v NullableWorkflowTargetAllOf) IsSet() bool
- func (v NullableWorkflowTargetAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowTargetAllOf) Set(val *WorkflowTargetAllOf)
- func (v *NullableWorkflowTargetAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowTargetAllOf) Unset()
- type NullableWorkflowTargetCreate
- func (v NullableWorkflowTargetCreate) Get() *WorkflowTargetCreate
- func (v NullableWorkflowTargetCreate) IsSet() bool
- func (v NullableWorkflowTargetCreate) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowTargetCreate) Set(val *WorkflowTargetCreate)
- func (v *NullableWorkflowTargetCreate) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowTargetCreate) Unset()
- type NullableWorkflowTargetUpdate
- func (v NullableWorkflowTargetUpdate) Get() *WorkflowTargetUpdate
- func (v NullableWorkflowTargetUpdate) IsSet() bool
- func (v NullableWorkflowTargetUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowTargetUpdate) Set(val *WorkflowTargetUpdate)
- func (v *NullableWorkflowTargetUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowTargetUpdate) Unset()
- type NullableWorkflowVariable
- func (v NullableWorkflowVariable) Get() *WorkflowVariable
- func (v NullableWorkflowVariable) IsSet() bool
- func (v NullableWorkflowVariable) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowVariable) Set(val *WorkflowVariable)
- func (v *NullableWorkflowVariable) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowVariable) Unset()
- type NullableWorkflowVariableAllOf
- func (v NullableWorkflowVariableAllOf) Get() *WorkflowVariableAllOf
- func (v NullableWorkflowVariableAllOf) IsSet() bool
- func (v NullableWorkflowVariableAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowVariableAllOf) Set(val *WorkflowVariableAllOf)
- func (v *NullableWorkflowVariableAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowVariableAllOf) Unset()
- type Offer
- func (o *Offer) GetApprovals() map[string]interface{}
- func (o *Offer) GetApprovalsOk() (*map[string]interface{}, bool)
- func (o *Offer) GetDescription() string
- func (o *Offer) GetDescriptionOk() (*string, bool)
- func (o *Offer) GetDisplayOrder() int32
- func (o *Offer) GetDisplayOrderOk() (*int32, bool)
- func (o *Offer) GetId() string
- func (o *Offer) GetIdOk() (*string, bool)
- func (o *Offer) GetImage() string
- func (o *Offer) GetImageOk() (*string, bool)
- func (o *Offer) GetLabel() string
- func (o *Offer) GetLabelOk() (*string, bool)
- func (o *Offer) GetName() string
- func (o *Offer) GetNameOk() (*string, bool)
- func (o *Offer) GetPrice() string
- func (o *Offer) GetPriceOk() (*string, bool)
- func (o *Offer) GetProductId() string
- func (o *Offer) GetProductIdOk() (*string, bool)
- func (o *Offer) GetSupportedOptions() []NameValue
- func (o *Offer) GetSupportedOptionsOk() (*[]NameValue, bool)
- func (o *Offer) GetSupportedProperties() []string
- func (o *Offer) GetSupportedPropertiesOk() (*[]string, bool)
- func (o *Offer) GetType() string
- func (o *Offer) GetTypeOk() (*string, bool)
- func (o *Offer) GetVersion() int32
- func (o *Offer) GetVersionOk() (*int32, bool)
- func (o *Offer) HasApprovals() bool
- func (o *Offer) HasId() bool
- func (o *Offer) HasImage() bool
- func (o *Offer) HasPrice() bool
- func (o *Offer) HasSupportedOptions() bool
- func (o *Offer) HasSupportedProperties() bool
- func (o *Offer) HasType() bool
- func (o Offer) MarshalJSON() ([]byte, error)
- func (o *Offer) SetApprovals(v map[string]interface{})
- func (o *Offer) SetDescription(v string)
- func (o *Offer) SetDisplayOrder(v int32)
- func (o *Offer) SetId(v string)
- func (o *Offer) SetImage(v string)
- func (o *Offer) SetLabel(v string)
- func (o *Offer) SetName(v string)
- func (o *Offer) SetPrice(v string)
- func (o *Offer) SetProductId(v string)
- func (o *Offer) SetSupportedOptions(v []NameValue)
- func (o *Offer) SetSupportedProperties(v []string)
- func (o *Offer) SetType(v string)
- func (o *Offer) SetVersion(v int32)
- func (o *Offer) UnmarshalJSON(bytes []byte) (err error)
- type OfferAllOf
- type OfferCreate
- func (o *OfferCreate) GetApprovals() map[string]interface{}
- func (o *OfferCreate) GetApprovalsOk() (*map[string]interface{}, bool)
- func (o *OfferCreate) GetDescription() string
- func (o *OfferCreate) GetDescriptionOk() (*string, bool)
- func (o *OfferCreate) GetDisplayOrder() int32
- func (o *OfferCreate) GetDisplayOrderOk() (*int32, bool)
- func (o *OfferCreate) GetImage() string
- func (o *OfferCreate) GetImageOk() (*string, bool)
- func (o *OfferCreate) GetLabel() string
- func (o *OfferCreate) GetLabelOk() (*string, bool)
- func (o *OfferCreate) GetName() string
- func (o *OfferCreate) GetNameOk() (*string, bool)
- func (o *OfferCreate) GetPrice() string
- func (o *OfferCreate) GetPriceOk() (*string, bool)
- func (o *OfferCreate) GetProductId() string
- func (o *OfferCreate) GetProductIdOk() (*string, bool)
- func (o *OfferCreate) GetSupportedOptions() []NameValue
- func (o *OfferCreate) GetSupportedOptionsOk() (*[]NameValue, bool)
- func (o *OfferCreate) GetSupportedProperties() []string
- func (o *OfferCreate) GetSupportedPropertiesOk() (*[]string, bool)
- func (o *OfferCreate) GetType() string
- func (o *OfferCreate) GetTypeOk() (*string, bool)
- func (o *OfferCreate) GetVersion() int32
- func (o *OfferCreate) GetVersionOk() (*int32, bool)
- func (o *OfferCreate) HasApprovals() bool
- func (o *OfferCreate) HasImage() bool
- func (o *OfferCreate) HasPrice() bool
- func (o *OfferCreate) HasSupportedOptions() bool
- func (o *OfferCreate) HasSupportedProperties() bool
- func (o *OfferCreate) HasType() bool
- func (o OfferCreate) MarshalJSON() ([]byte, error)
- func (o *OfferCreate) SetApprovals(v map[string]interface{})
- func (o *OfferCreate) SetDescription(v string)
- func (o *OfferCreate) SetDisplayOrder(v int32)
- func (o *OfferCreate) SetImage(v string)
- func (o *OfferCreate) SetLabel(v string)
- func (o *OfferCreate) SetName(v string)
- func (o *OfferCreate) SetPrice(v string)
- func (o *OfferCreate) SetProductId(v string)
- func (o *OfferCreate) SetSupportedOptions(v []NameValue)
- func (o *OfferCreate) SetSupportedProperties(v []string)
- func (o *OfferCreate) SetType(v string)
- func (o *OfferCreate) SetVersion(v int32)
- func (o *OfferCreate) UnmarshalJSON(bytes []byte) (err error)
- type OfferUpdate
- func (o *OfferUpdate) GetApprovals() map[string]interface{}
- func (o *OfferUpdate) GetApprovalsOk() (*map[string]interface{}, bool)
- func (o *OfferUpdate) GetDescription() string
- func (o *OfferUpdate) GetDescriptionOk() (*string, bool)
- func (o *OfferUpdate) GetDisplayOrder() int32
- func (o *OfferUpdate) GetDisplayOrderOk() (*int32, bool)
- func (o *OfferUpdate) GetImage() string
- func (o *OfferUpdate) GetImageOk() (*string, bool)
- func (o *OfferUpdate) GetLabel() string
- func (o *OfferUpdate) GetLabelOk() (*string, bool)
- func (o *OfferUpdate) GetName() string
- func (o *OfferUpdate) GetNameOk() (*string, bool)
- func (o *OfferUpdate) GetPrice() string
- func (o *OfferUpdate) GetPriceOk() (*string, bool)
- func (o *OfferUpdate) GetProductId() string
- func (o *OfferUpdate) GetProductIdOk() (*string, bool)
- func (o *OfferUpdate) GetSupportedOptions() []NameValue
- func (o *OfferUpdate) GetSupportedOptionsOk() (*[]NameValue, bool)
- func (o *OfferUpdate) GetSupportedProperties() []string
- func (o *OfferUpdate) GetSupportedPropertiesOk() (*[]string, bool)
- func (o *OfferUpdate) GetType() string
- func (o *OfferUpdate) GetTypeOk() (*string, bool)
- func (o *OfferUpdate) GetVersion() int32
- func (o *OfferUpdate) GetVersionOk() (*int32, bool)
- func (o *OfferUpdate) HasApprovals() bool
- func (o *OfferUpdate) HasImage() bool
- func (o *OfferUpdate) HasPrice() bool
- func (o *OfferUpdate) HasSupportedOptions() bool
- func (o *OfferUpdate) HasSupportedProperties() bool
- func (o *OfferUpdate) HasType() bool
- func (o OfferUpdate) MarshalJSON() ([]byte, error)
- func (o *OfferUpdate) SetApprovals(v map[string]interface{})
- func (o *OfferUpdate) SetDescription(v string)
- func (o *OfferUpdate) SetDisplayOrder(v int32)
- func (o *OfferUpdate) SetImage(v string)
- func (o *OfferUpdate) SetLabel(v string)
- func (o *OfferUpdate) SetName(v string)
- func (o *OfferUpdate) SetPrice(v string)
- func (o *OfferUpdate) SetProductId(v string)
- func (o *OfferUpdate) SetSupportedOptions(v []NameValue)
- func (o *OfferUpdate) SetSupportedProperties(v []string)
- func (o *OfferUpdate) SetType(v string)
- func (o *OfferUpdate) SetVersion(v int32)
- func (o *OfferUpdate) UnmarshalJSON(bytes []byte) (err error)
- type OffersApiService
- func (a *OffersApiService) CreateOffer(ctx _context.Context) ApiCreateOfferRequest
- func (a *OffersApiService) CreateOfferExecute(r ApiCreateOfferRequest) (Offer, *_nethttp.Response, error)
- func (a *OffersApiService) DeleteOffer(ctx _context.Context, id string) ApiDeleteOfferRequest
- func (a *OffersApiService) DeleteOfferExecute(r ApiDeleteOfferRequest) (*_nethttp.Response, error)
- func (a *OffersApiService) GetOffer(ctx _context.Context, id string) ApiGetOfferRequest
- func (a *OffersApiService) GetOfferAssignmentsList(ctx _context.Context, id string) ApiGetOfferAssignmentsListRequest
- func (a *OffersApiService) GetOfferAssignmentsListExecute(r ApiGetOfferAssignmentsListRequest) ([]CatalogAssignment, *_nethttp.Response, error)
- func (a *OffersApiService) GetOfferExecute(r ApiGetOfferRequest) (Offer, *_nethttp.Response, error)
- func (a *OffersApiService) GetOffersCount(ctx _context.Context) ApiGetOffersCountRequest
- func (a *OffersApiService) GetOffersCountExecute(r ApiGetOffersCountRequest) (int64, *_nethttp.Response, error)
- func (a *OffersApiService) GetOffersPage(ctx _context.Context) ApiGetOffersPageRequest
- func (a *OffersApiService) GetOffersPageExecute(r ApiGetOffersPageRequest) (OffersPage, *_nethttp.Response, error)
- func (a *OffersApiService) UpdateOffer(ctx _context.Context, id string) ApiUpdateOfferRequest
- func (a *OffersApiService) UpdateOfferAssignments(ctx _context.Context, id string) ApiUpdateOfferAssignmentsRequest
- func (a *OffersApiService) UpdateOfferAssignmentsExecute(r ApiUpdateOfferAssignmentsRequest) ([]CatalogAssignment, *_nethttp.Response, error)
- func (a *OffersApiService) UpdateOfferExecute(r ApiUpdateOfferRequest) (Offer, *_nethttp.Response, error)
- type OffersPage
- func (o *OffersPage) GetContents() []Offer
- func (o *OffersPage) GetContentsOk() (*[]Offer, bool)
- func (o *OffersPage) GetHasNext() bool
- func (o *OffersPage) GetHasNextOk() (*bool, bool)
- func (o *OffersPage) GetHasPrevious() bool
- func (o *OffersPage) GetHasPreviousOk() (*bool, bool)
- func (o *OffersPage) GetPage() int32
- func (o *OffersPage) GetPageOk() (*int32, bool)
- func (o *OffersPage) GetPageSize() int32
- func (o *OffersPage) GetPageSizeOk() (*int32, bool)
- func (o *OffersPage) GetSortBy() string
- func (o *OffersPage) GetSortByOk() (*string, bool)
- func (o *OffersPage) GetSortOrder() string
- func (o *OffersPage) GetSortOrderOk() (*string, bool)
- func (o *OffersPage) GetTotalItems() int64
- func (o *OffersPage) GetTotalItemsOk() (*int64, bool)
- func (o *OffersPage) HasContents() bool
- func (o *OffersPage) HasHasNext() bool
- func (o *OffersPage) HasHasPrevious() bool
- func (o *OffersPage) HasPage() bool
- func (o *OffersPage) HasPageSize() bool
- func (o *OffersPage) HasSortBy() bool
- func (o *OffersPage) HasSortOrder() bool
- func (o *OffersPage) HasTotalItems() bool
- func (o OffersPage) MarshalJSON() ([]byte, error)
- func (o *OffersPage) SetContents(v []Offer)
- func (o *OffersPage) SetHasNext(v bool)
- func (o *OffersPage) SetHasNextNil()
- func (o *OffersPage) SetHasPrevious(v bool)
- func (o *OffersPage) SetHasPreviousNil()
- func (o *OffersPage) SetPage(v int32)
- func (o *OffersPage) SetPageSize(v int32)
- func (o *OffersPage) SetSortBy(v string)
- func (o *OffersPage) SetSortByNil()
- func (o *OffersPage) SetSortOrder(v string)
- func (o *OffersPage) SetSortOrderNil()
- func (o *OffersPage) SetTotalItems(v int64)
- func (o *OffersPage) SetTotalItemsNil()
- func (o *OffersPage) UnmarshalJSON(bytes []byte) (err error)
- func (o *OffersPage) UnsetHasNext()
- func (o *OffersPage) UnsetHasPrevious()
- func (o *OffersPage) UnsetSortBy()
- func (o *OffersPage) UnsetSortOrder()
- func (o *OffersPage) UnsetTotalItems()
- type OffersPageAllOf
- func (o *OffersPageAllOf) GetContents() []Offer
- func (o *OffersPageAllOf) GetContentsOk() (*[]Offer, bool)
- func (o *OffersPageAllOf) HasContents() bool
- func (o OffersPageAllOf) MarshalJSON() ([]byte, error)
- func (o *OffersPageAllOf) SetContents(v []Offer)
- func (o *OffersPageAllOf) UnmarshalJSON(bytes []byte) (err error)
- type PageHeader
- func (o *PageHeader) GetHasNext() bool
- func (o *PageHeader) GetHasNextOk() (*bool, bool)
- func (o *PageHeader) GetHasPrevious() bool
- func (o *PageHeader) GetHasPreviousOk() (*bool, bool)
- func (o *PageHeader) GetPage() int32
- func (o *PageHeader) GetPageOk() (*int32, bool)
- func (o *PageHeader) GetPageSize() int32
- func (o *PageHeader) GetPageSizeOk() (*int32, bool)
- func (o *PageHeader) GetSortBy() string
- func (o *PageHeader) GetSortByOk() (*string, bool)
- func (o *PageHeader) GetSortOrder() string
- func (o *PageHeader) GetSortOrderOk() (*string, bool)
- func (o *PageHeader) GetTotalItems() int64
- func (o *PageHeader) GetTotalItemsOk() (*int64, bool)
- func (o *PageHeader) HasHasNext() bool
- func (o *PageHeader) HasHasPrevious() bool
- func (o *PageHeader) HasPage() bool
- func (o *PageHeader) HasPageSize() bool
- func (o *PageHeader) HasSortBy() bool
- func (o *PageHeader) HasSortOrder() bool
- func (o *PageHeader) HasTotalItems() bool
- func (o PageHeader) MarshalJSON() ([]byte, error)
- func (o *PageHeader) SetHasNext(v bool)
- func (o *PageHeader) SetHasNextNil()
- func (o *PageHeader) SetHasPrevious(v bool)
- func (o *PageHeader) SetHasPreviousNil()
- func (o *PageHeader) SetPage(v int32)
- func (o *PageHeader) SetPageSize(v int32)
- func (o *PageHeader) SetSortBy(v string)
- func (o *PageHeader) SetSortByNil()
- func (o *PageHeader) SetSortOrder(v string)
- func (o *PageHeader) SetSortOrderNil()
- func (o *PageHeader) SetTotalItems(v int64)
- func (o *PageHeader) SetTotalItemsNil()
- func (o *PageHeader) UnmarshalJSON(bytes []byte) (err error)
- func (o *PageHeader) UnsetHasNext()
- func (o *PageHeader) UnsetHasPrevious()
- func (o *PageHeader) UnsetSortBy()
- func (o *PageHeader) UnsetSortOrder()
- func (o *PageHeader) UnsetTotalItems()
- type Product
- func (o *Product) GetActive() bool
- func (o *Product) GetActiveOk() (*bool, bool)
- func (o *Product) GetConfiguration() map[string]string
- func (o *Product) GetConfigurationOk() (*map[string]string, bool)
- func (o *Product) GetDescription() string
- func (o *Product) GetDescriptionOk() (*string, bool)
- func (o *Product) GetDisplayOrder() int32
- func (o *Product) GetDisplayOrderOk() (*int32, bool)
- func (o *Product) GetExternalId() string
- func (o *Product) GetExternalIdOk() (*string, bool)
- func (o *Product) GetHasChildren() bool
- func (o *Product) GetHasChildrenOk() (*bool, bool)
- func (o *Product) GetId() string
- func (o *Product) GetIdOk() (*string, bool)
- func (o *Product) GetImage() string
- func (o *Product) GetImageOk() (*string, bool)
- func (o *Product) GetIsResource() bool
- func (o *Product) GetIsResourceOk() (*bool, bool)
- func (o *Product) GetLabel() string
- func (o *Product) GetLabelOk() (*string, bool)
- func (o *Product) GetMultipleInstanceAllowed() bool
- func (o *Product) GetMultipleInstanceAllowedOk() (*bool, bool)
- func (o *Product) GetName() string
- func (o *Product) GetNameOk() (*string, bool)
- func (o *Product) GetOptions() []ServiceElement
- func (o *Product) GetOptionsOk() (*[]ServiceElement, bool)
- func (o *Product) GetOrderLimit() int32
- func (o *Product) GetOrderLimitOk() (*int32, bool)
- func (o *Product) GetParentId() string
- func (o *Product) GetParentIdOk() (*string, bool)
- func (o *Product) GetPrice() string
- func (o *Product) GetPriceOk() (*string, bool)
- func (o *Product) GetProperties() []ServiceElement
- func (o *Product) GetPropertiesOk() (*[]ServiceElement, bool)
- func (o *Product) GetServiceConfigQueryRootXPaths() []string
- func (o *Product) GetServiceConfigQueryRootXPathsOk() (*[]string, bool)
- func (o *Product) GetServiceExtensions() []NSOConfigDataXPath
- func (o *Product) GetServiceExtensionsOk() (*[]NSOConfigDataXPath, bool)
- func (o *Product) GetSlmUiConfig() ServiceSLMUIConfig
- func (o *Product) GetSlmUiConfigOk() (*ServiceSLMUIConfig, bool)
- func (o *Product) GetTags() []string
- func (o *Product) GetTagsOk() (*[]string, bool)
- func (o *Product) GetUiConfig() ServiceUIConfig
- func (o *Product) GetUiConfigOk() (*ServiceUIConfig, bool)
- func (o *Product) GetVersion() int32
- func (o *Product) GetVersionOk() (*int32, bool)
- func (o *Product) HasActive() bool
- func (o *Product) HasDisplayOrder() bool
- func (o *Product) HasExternalId() bool
- func (o *Product) HasId() bool
- func (o *Product) HasMultipleInstanceAllowed() bool
- func (o *Product) HasOrderLimit() bool
- func (o *Product) HasParentId() bool
- func (o *Product) HasPrice() bool
- func (o *Product) HasProperties() bool
- func (o *Product) HasServiceConfigQueryRootXPaths() bool
- func (o *Product) HasServiceExtensions() bool
- func (o *Product) HasSlmUiConfig() bool
- func (o *Product) HasTags() bool
- func (o *Product) HasUiConfig() bool
- func (o Product) MarshalJSON() ([]byte, error)
- func (o *Product) SetActive(v bool)
- func (o *Product) SetConfiguration(v map[string]string)
- func (o *Product) SetDescription(v string)
- func (o *Product) SetDisplayOrder(v int32)
- func (o *Product) SetExternalId(v string)
- func (o *Product) SetExternalIdNil()
- func (o *Product) SetHasChildren(v bool)
- func (o *Product) SetId(v string)
- func (o *Product) SetImage(v string)
- func (o *Product) SetIsResource(v bool)
- func (o *Product) SetLabel(v string)
- func (o *Product) SetMultipleInstanceAllowed(v bool)
- func (o *Product) SetName(v string)
- func (o *Product) SetOptions(v []ServiceElement)
- func (o *Product) SetOrderLimit(v int32)
- func (o *Product) SetParentId(v string)
- func (o *Product) SetPrice(v string)
- func (o *Product) SetProperties(v []ServiceElement)
- func (o *Product) SetServiceConfigQueryRootXPaths(v []string)
- func (o *Product) SetServiceExtensions(v []NSOConfigDataXPath)
- func (o *Product) SetSlmUiConfig(v ServiceSLMUIConfig)
- func (o *Product) SetSlmUiConfigNil()
- func (o *Product) SetTags(v []string)
- func (o *Product) SetUiConfig(v ServiceUIConfig)
- func (o *Product) SetVersion(v int32)
- func (o *Product) UnmarshalJSON(bytes []byte) (err error)
- func (o *Product) UnsetExternalId()
- func (o *Product) UnsetSlmUiConfig()
- type ProductAllOf
- type ProductCreate
- func (o *ProductCreate) GetActive() bool
- func (o *ProductCreate) GetActiveOk() (*bool, bool)
- func (o *ProductCreate) GetConfiguration() map[string]string
- func (o *ProductCreate) GetConfigurationOk() (*map[string]string, bool)
- func (o *ProductCreate) GetDescription() string
- func (o *ProductCreate) GetDescriptionOk() (*string, bool)
- func (o *ProductCreate) GetDisplayOrder() int32
- func (o *ProductCreate) GetDisplayOrderOk() (*int32, bool)
- func (o *ProductCreate) GetExternalId() string
- func (o *ProductCreate) GetExternalIdOk() (*string, bool)
- func (o *ProductCreate) GetHasChildren() bool
- func (o *ProductCreate) GetHasChildrenOk() (*bool, bool)
- func (o *ProductCreate) GetImage() string
- func (o *ProductCreate) GetImageOk() (*string, bool)
- func (o *ProductCreate) GetIsResource() bool
- func (o *ProductCreate) GetIsResourceOk() (*bool, bool)
- func (o *ProductCreate) GetLabel() string
- func (o *ProductCreate) GetLabelOk() (*string, bool)
- func (o *ProductCreate) GetMultipleInstanceAllowed() bool
- func (o *ProductCreate) GetMultipleInstanceAllowedOk() (*bool, bool)
- func (o *ProductCreate) GetName() string
- func (o *ProductCreate) GetNameOk() (*string, bool)
- func (o *ProductCreate) GetOptions() []ServiceElement
- func (o *ProductCreate) GetOptionsOk() (*[]ServiceElement, bool)
- func (o *ProductCreate) GetOrderLimit() int32
- func (o *ProductCreate) GetOrderLimitOk() (*int32, bool)
- func (o *ProductCreate) GetParentId() string
- func (o *ProductCreate) GetParentIdOk() (*string, bool)
- func (o *ProductCreate) GetPrice() string
- func (o *ProductCreate) GetPriceOk() (*string, bool)
- func (o *ProductCreate) GetProperties() []ServiceElement
- func (o *ProductCreate) GetPropertiesOk() (*[]ServiceElement, bool)
- func (o *ProductCreate) GetServiceConfigQueryRootXPaths() []string
- func (o *ProductCreate) GetServiceConfigQueryRootXPathsOk() (*[]string, bool)
- func (o *ProductCreate) GetServiceExtensions() []NSOConfigDataXPath
- func (o *ProductCreate) GetServiceExtensionsOk() (*[]NSOConfigDataXPath, bool)
- func (o *ProductCreate) GetSlmUiConfig() ServiceSLMUIConfig
- func (o *ProductCreate) GetSlmUiConfigOk() (*ServiceSLMUIConfig, bool)
- func (o *ProductCreate) GetTags() []string
- func (o *ProductCreate) GetTagsOk() (*[]string, bool)
- func (o *ProductCreate) GetUiConfig() ServiceUIConfig
- func (o *ProductCreate) GetUiConfigOk() (*ServiceUIConfig, bool)
- func (o *ProductCreate) GetVersion() int32
- func (o *ProductCreate) GetVersionOk() (*int32, bool)
- func (o *ProductCreate) HasActive() bool
- func (o *ProductCreate) HasDisplayOrder() bool
- func (o *ProductCreate) HasExternalId() bool
- func (o *ProductCreate) HasMultipleInstanceAllowed() bool
- func (o *ProductCreate) HasOrderLimit() bool
- func (o *ProductCreate) HasParentId() bool
- func (o *ProductCreate) HasPrice() bool
- func (o *ProductCreate) HasProperties() bool
- func (o *ProductCreate) HasServiceConfigQueryRootXPaths() bool
- func (o *ProductCreate) HasServiceExtensions() bool
- func (o *ProductCreate) HasSlmUiConfig() bool
- func (o *ProductCreate) HasTags() bool
- func (o *ProductCreate) HasUiConfig() bool
- func (o ProductCreate) MarshalJSON() ([]byte, error)
- func (o *ProductCreate) SetActive(v bool)
- func (o *ProductCreate) SetConfiguration(v map[string]string)
- func (o *ProductCreate) SetDescription(v string)
- func (o *ProductCreate) SetDisplayOrder(v int32)
- func (o *ProductCreate) SetExternalId(v string)
- func (o *ProductCreate) SetExternalIdNil()
- func (o *ProductCreate) SetHasChildren(v bool)
- func (o *ProductCreate) SetImage(v string)
- func (o *ProductCreate) SetIsResource(v bool)
- func (o *ProductCreate) SetLabel(v string)
- func (o *ProductCreate) SetMultipleInstanceAllowed(v bool)
- func (o *ProductCreate) SetName(v string)
- func (o *ProductCreate) SetOptions(v []ServiceElement)
- func (o *ProductCreate) SetOrderLimit(v int32)
- func (o *ProductCreate) SetParentId(v string)
- func (o *ProductCreate) SetPrice(v string)
- func (o *ProductCreate) SetProperties(v []ServiceElement)
- func (o *ProductCreate) SetServiceConfigQueryRootXPaths(v []string)
- func (o *ProductCreate) SetServiceExtensions(v []NSOConfigDataXPath)
- func (o *ProductCreate) SetSlmUiConfig(v ServiceSLMUIConfig)
- func (o *ProductCreate) SetSlmUiConfigNil()
- func (o *ProductCreate) SetTags(v []string)
- func (o *ProductCreate) SetUiConfig(v ServiceUIConfig)
- func (o *ProductCreate) SetVersion(v int32)
- func (o *ProductCreate) UnmarshalJSON(bytes []byte) (err error)
- func (o *ProductCreate) UnsetExternalId()
- func (o *ProductCreate) UnsetSlmUiConfig()
- type ProductUpdate
- func (o *ProductUpdate) GetActive() bool
- func (o *ProductUpdate) GetActiveOk() (*bool, bool)
- func (o *ProductUpdate) GetConfiguration() map[string]string
- func (o *ProductUpdate) GetConfigurationOk() (*map[string]string, bool)
- func (o *ProductUpdate) GetDescription() string
- func (o *ProductUpdate) GetDescriptionOk() (*string, bool)
- func (o *ProductUpdate) GetDisplayOrder() int32
- func (o *ProductUpdate) GetDisplayOrderOk() (*int32, bool)
- func (o *ProductUpdate) GetExternalId() string
- func (o *ProductUpdate) GetExternalIdOk() (*string, bool)
- func (o *ProductUpdate) GetHasChildren() bool
- func (o *ProductUpdate) GetHasChildrenOk() (*bool, bool)
- func (o *ProductUpdate) GetImage() string
- func (o *ProductUpdate) GetImageOk() (*string, bool)
- func (o *ProductUpdate) GetIsResource() bool
- func (o *ProductUpdate) GetIsResourceOk() (*bool, bool)
- func (o *ProductUpdate) GetLabel() string
- func (o *ProductUpdate) GetLabelOk() (*string, bool)
- func (o *ProductUpdate) GetMultipleInstanceAllowed() bool
- func (o *ProductUpdate) GetMultipleInstanceAllowedOk() (*bool, bool)
- func (o *ProductUpdate) GetName() string
- func (o *ProductUpdate) GetNameOk() (*string, bool)
- func (o *ProductUpdate) GetOptions() []ServiceElement
- func (o *ProductUpdate) GetOptionsOk() (*[]ServiceElement, bool)
- func (o *ProductUpdate) GetOrderLimit() int32
- func (o *ProductUpdate) GetOrderLimitOk() (*int32, bool)
- func (o *ProductUpdate) GetParentId() string
- func (o *ProductUpdate) GetParentIdOk() (*string, bool)
- func (o *ProductUpdate) GetPrice() string
- func (o *ProductUpdate) GetPriceOk() (*string, bool)
- func (o *ProductUpdate) GetProperties() []ServiceElement
- func (o *ProductUpdate) GetPropertiesOk() (*[]ServiceElement, bool)
- func (o *ProductUpdate) GetServiceConfigQueryRootXPaths() []string
- func (o *ProductUpdate) GetServiceConfigQueryRootXPathsOk() (*[]string, bool)
- func (o *ProductUpdate) GetServiceExtensions() []NSOConfigDataXPath
- func (o *ProductUpdate) GetServiceExtensionsOk() (*[]NSOConfigDataXPath, bool)
- func (o *ProductUpdate) GetSlmUiConfig() ServiceSLMUIConfig
- func (o *ProductUpdate) GetSlmUiConfigOk() (*ServiceSLMUIConfig, bool)
- func (o *ProductUpdate) GetTags() []string
- func (o *ProductUpdate) GetTagsOk() (*[]string, bool)
- func (o *ProductUpdate) GetUiConfig() ServiceUIConfig
- func (o *ProductUpdate) GetUiConfigOk() (*ServiceUIConfig, bool)
- func (o *ProductUpdate) GetVersion() int32
- func (o *ProductUpdate) GetVersionOk() (*int32, bool)
- func (o *ProductUpdate) HasActive() bool
- func (o *ProductUpdate) HasDisplayOrder() bool
- func (o *ProductUpdate) HasExternalId() bool
- func (o *ProductUpdate) HasMultipleInstanceAllowed() bool
- func (o *ProductUpdate) HasOrderLimit() bool
- func (o *ProductUpdate) HasParentId() bool
- func (o *ProductUpdate) HasPrice() bool
- func (o *ProductUpdate) HasProperties() bool
- func (o *ProductUpdate) HasServiceConfigQueryRootXPaths() bool
- func (o *ProductUpdate) HasServiceExtensions() bool
- func (o *ProductUpdate) HasSlmUiConfig() bool
- func (o *ProductUpdate) HasTags() bool
- func (o *ProductUpdate) HasUiConfig() bool
- func (o ProductUpdate) MarshalJSON() ([]byte, error)
- func (o *ProductUpdate) SetActive(v bool)
- func (o *ProductUpdate) SetConfiguration(v map[string]string)
- func (o *ProductUpdate) SetDescription(v string)
- func (o *ProductUpdate) SetDisplayOrder(v int32)
- func (o *ProductUpdate) SetExternalId(v string)
- func (o *ProductUpdate) SetExternalIdNil()
- func (o *ProductUpdate) SetHasChildren(v bool)
- func (o *ProductUpdate) SetImage(v string)
- func (o *ProductUpdate) SetIsResource(v bool)
- func (o *ProductUpdate) SetLabel(v string)
- func (o *ProductUpdate) SetMultipleInstanceAllowed(v bool)
- func (o *ProductUpdate) SetName(v string)
- func (o *ProductUpdate) SetOptions(v []ServiceElement)
- func (o *ProductUpdate) SetOrderLimit(v int32)
- func (o *ProductUpdate) SetParentId(v string)
- func (o *ProductUpdate) SetPrice(v string)
- func (o *ProductUpdate) SetProperties(v []ServiceElement)
- func (o *ProductUpdate) SetServiceConfigQueryRootXPaths(v []string)
- func (o *ProductUpdate) SetServiceExtensions(v []NSOConfigDataXPath)
- func (o *ProductUpdate) SetSlmUiConfig(v ServiceSLMUIConfig)
- func (o *ProductUpdate) SetSlmUiConfigNil()
- func (o *ProductUpdate) SetTags(v []string)
- func (o *ProductUpdate) SetUiConfig(v ServiceUIConfig)
- func (o *ProductUpdate) SetVersion(v int32)
- func (o *ProductUpdate) UnmarshalJSON(bytes []byte) (err error)
- func (o *ProductUpdate) UnsetExternalId()
- func (o *ProductUpdate) UnsetSlmUiConfig()
- type ProductsApiService
- func (a *ProductsApiService) CreateProduct(ctx _context.Context) ApiCreateProductRequest
- func (a *ProductsApiService) CreateProductExecute(r ApiCreateProductRequest) (Product, *_nethttp.Response, error)
- func (a *ProductsApiService) DeleteProduct(ctx _context.Context, id string) ApiDeleteProductRequest
- func (a *ProductsApiService) DeleteProductExecute(r ApiDeleteProductRequest) (*_nethttp.Response, error)
- func (a *ProductsApiService) GetProduct(ctx _context.Context, id string) ApiGetProductRequest
- func (a *ProductsApiService) GetProductAssignmentsList(ctx _context.Context, id string) ApiGetProductAssignmentsListRequest
- func (a *ProductsApiService) GetProductAssignmentsListExecute(r ApiGetProductAssignmentsListRequest) ([]CatalogAssignment, *_nethttp.Response, error)
- func (a *ProductsApiService) GetProductExecute(r ApiGetProductRequest) (Product, *_nethttp.Response, error)
- func (a *ProductsApiService) GetProductsCount(ctx _context.Context) ApiGetProductsCountRequest
- func (a *ProductsApiService) GetProductsCountExecute(r ApiGetProductsCountRequest) (int64, *_nethttp.Response, error)
- func (a *ProductsApiService) GetProductsPage(ctx _context.Context) ApiGetProductsPageRequest
- func (a *ProductsApiService) GetProductsPageExecute(r ApiGetProductsPageRequest) (ProductsPage, *_nethttp.Response, error)
- func (a *ProductsApiService) UpdateProduct(ctx _context.Context, id string) ApiUpdateProductRequest
- func (a *ProductsApiService) UpdateProductAssignments(ctx _context.Context, id string) ApiUpdateProductAssignmentsRequest
- func (a *ProductsApiService) UpdateProductAssignmentsExecute(r ApiUpdateProductAssignmentsRequest) ([]CatalogAssignment, *_nethttp.Response, error)
- func (a *ProductsApiService) UpdateProductExecute(r ApiUpdateProductRequest) (Product, *_nethttp.Response, error)
- type ProductsPage
- func (o *ProductsPage) GetContents() []Product
- func (o *ProductsPage) GetContentsOk() (*[]Product, bool)
- func (o *ProductsPage) GetHasNext() bool
- func (o *ProductsPage) GetHasNextOk() (*bool, bool)
- func (o *ProductsPage) GetHasPrevious() bool
- func (o *ProductsPage) GetHasPreviousOk() (*bool, bool)
- func (o *ProductsPage) GetPage() int32
- func (o *ProductsPage) GetPageOk() (*int32, bool)
- func (o *ProductsPage) GetPageSize() int32
- func (o *ProductsPage) GetPageSizeOk() (*int32, bool)
- func (o *ProductsPage) GetSortBy() string
- func (o *ProductsPage) GetSortByOk() (*string, bool)
- func (o *ProductsPage) GetSortOrder() string
- func (o *ProductsPage) GetSortOrderOk() (*string, bool)
- func (o *ProductsPage) GetTotalItems() int64
- func (o *ProductsPage) GetTotalItemsOk() (*int64, bool)
- func (o *ProductsPage) HasContents() bool
- func (o *ProductsPage) HasHasNext() bool
- func (o *ProductsPage) HasHasPrevious() bool
- func (o *ProductsPage) HasPage() bool
- func (o *ProductsPage) HasPageSize() bool
- func (o *ProductsPage) HasSortBy() bool
- func (o *ProductsPage) HasSortOrder() bool
- func (o *ProductsPage) HasTotalItems() bool
- func (o ProductsPage) MarshalJSON() ([]byte, error)
- func (o *ProductsPage) SetContents(v []Product)
- func (o *ProductsPage) SetHasNext(v bool)
- func (o *ProductsPage) SetHasNextNil()
- func (o *ProductsPage) SetHasPrevious(v bool)
- func (o *ProductsPage) SetHasPreviousNil()
- func (o *ProductsPage) SetPage(v int32)
- func (o *ProductsPage) SetPageSize(v int32)
- func (o *ProductsPage) SetSortBy(v string)
- func (o *ProductsPage) SetSortByNil()
- func (o *ProductsPage) SetSortOrder(v string)
- func (o *ProductsPage) SetSortOrderNil()
- func (o *ProductsPage) SetTotalItems(v int64)
- func (o *ProductsPage) SetTotalItemsNil()
- func (o *ProductsPage) UnmarshalJSON(bytes []byte) (err error)
- func (o *ProductsPage) UnsetHasNext()
- func (o *ProductsPage) UnsetHasPrevious()
- func (o *ProductsPage) UnsetSortBy()
- func (o *ProductsPage) UnsetSortOrder()
- func (o *ProductsPage) UnsetTotalItems()
- type ProductsPageAllOf
- func (o *ProductsPageAllOf) GetContents() []Product
- func (o *ProductsPageAllOf) GetContentsOk() (*[]Product, bool)
- func (o *ProductsPageAllOf) HasContents() bool
- func (o ProductsPageAllOf) MarshalJSON() ([]byte, error)
- func (o *ProductsPageAllOf) SetContents(v []Product)
- func (o *ProductsPageAllOf) UnmarshalJSON(bytes []byte) (err error)
- type RegistrationApiService
- func (a *RegistrationApiService) DeleteRegisteredProductVersion(ctx _context.Context, id string) ApiDeleteRegisteredProductVersionRequest
- func (a *RegistrationApiService) DeleteRegisteredProductVersionExecute(r ApiDeleteRegisteredProductVersionRequest) (*_nethttp.Response, error)
- func (a *RegistrationApiService) GetRegisteredProductVersionPage(ctx _context.Context) ApiGetRegisteredProductVersionPageRequest
- func (a *RegistrationApiService) GetRegisteredProductVersionPageExecute(r ApiGetRegisteredProductVersionPageRequest) (VulnerabilitiesRegistrationPage, *_nethttp.Response, error)
- func (a *RegistrationApiService) RegisterProductVersion(ctx _context.Context) ApiRegisterProductVersionRequest
- func (a *RegistrationApiService) RegisterProductVersionExecute(r ApiRegisterProductVersionRequest) (VulnerabilityRegistration, *_nethttp.Response, error)
- type ResourceHealth
- func (o *ResourceHealth) GetDescription() string
- func (o *ResourceHealth) GetDescriptionOk() (*string, bool)
- func (o *ResourceHealth) GetId() string
- func (o *ResourceHealth) GetIdOk() (*string, bool)
- func (o *ResourceHealth) GetStatus() ResourceStatus
- func (o *ResourceHealth) GetStatusOk() (*ResourceStatus, bool)
- func (o *ResourceHealth) GetType() ResourceType
- func (o *ResourceHealth) GetTypeOk() (*ResourceType, bool)
- func (o *ResourceHealth) HasDescription() bool
- func (o ResourceHealth) MarshalJSON() ([]byte, error)
- func (o *ResourceHealth) SetDescription(v string)
- func (o *ResourceHealth) SetDescriptionNil()
- func (o *ResourceHealth) SetId(v string)
- func (o *ResourceHealth) SetStatus(v ResourceStatus)
- func (o *ResourceHealth) SetType(v ResourceType)
- func (o *ResourceHealth) UnmarshalJSON(bytes []byte) (err error)
- func (o *ResourceHealth) UnsetDescription()
- type ResourceStatus
- type ResourceType
- type Role
- func (o *Role) GetDescription() string
- func (o *Role) GetDescriptionOk() (*string, bool)
- func (o *Role) GetId() string
- func (o *Role) GetIdOk() (*string, bool)
- func (o *Role) GetName() string
- func (o *Role) GetNameOk() (*string, bool)
- func (o *Role) GetPermissions() []string
- func (o *Role) GetPermissionsOk() (*[]string, bool)
- func (o *Role) HasDescription() bool
- func (o *Role) HasId() bool
- func (o *Role) HasName() bool
- func (o *Role) HasPermissions() bool
- func (o Role) MarshalJSON() ([]byte, error)
- func (o *Role) SetDescription(v string)
- func (o *Role) SetId(v string)
- func (o *Role) SetName(v string)
- func (o *Role) SetPermissions(v []string)
- func (o *Role) UnmarshalJSON(bytes []byte) (err error)
- type RolesApiService
- func (a *RolesApiService) GetRoleByName(ctx _context.Context, name string) ApiGetRoleByNameRequest
- func (a *RolesApiService) GetRoleByNameExecute(r ApiGetRoleByNameRequest) (Role, *_nethttp.Response, error)
- func (a *RolesApiService) GetRolesList(ctx _context.Context) ApiGetRolesListRequest
- func (a *RolesApiService) GetRolesListExecute(r ApiGetRolesListRequest) ([]Role, *_nethttp.Response, error)
- type SecurityApiService
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type Service
- func (o *Service) GetAttributes() map[string]interface{}
- func (o *Service) GetAttributesOk() (*map[string]interface{}, bool)
- func (o *Service) GetCreatedOn() time.Time
- func (o *Service) GetCreatedOnOk() (*time.Time, bool)
- func (o *Service) GetDefinitionAttributes() map[string]interface{}
- func (o *Service) GetDefinitionAttributesOk() (*map[string]interface{}, bool)
- func (o *Service) GetId() string
- func (o *Service) GetIdOk() (*string, bool)
- func (o *Service) GetModifiedOn() time.Time
- func (o *Service) GetModifiedOnOk() (*time.Time, bool)
- func (o *Service) GetProviderId() string
- func (o *Service) GetProviderIdOk() (*string, bool)
- func (o *Service) GetProvisionedOn() time.Time
- func (o *Service) GetProvisionedOnOk() (*time.Time, bool)
- func (o *Service) GetStatus() map[string]interface{}
- func (o *Service) GetStatusOk() (*map[string]interface{}, bool)
- func (o *Service) GetSubscriptionId() string
- func (o *Service) GetSubscriptionIdOk() (*string, bool)
- func (o *Service) GetTenantId() string
- func (o *Service) GetTenantIdOk() (*string, bool)
- func (o *Service) GetUserId() string
- func (o *Service) GetUserIdOk() (*string, bool)
- func (o *Service) HasAttributes() bool
- func (o *Service) HasCreatedOn() bool
- func (o *Service) HasDefinitionAttributes() bool
- func (o *Service) HasId() bool
- func (o *Service) HasModifiedOn() bool
- func (o *Service) HasProviderId() bool
- func (o *Service) HasProvisionedOn() bool
- func (o *Service) HasStatus() bool
- func (o *Service) HasSubscriptionId() bool
- func (o *Service) HasTenantId() bool
- func (o *Service) HasUserId() bool
- func (o Service) MarshalJSON() ([]byte, error)
- func (o *Service) SetAttributes(v map[string]interface{})
- func (o *Service) SetCreatedOn(v time.Time)
- func (o *Service) SetDefinitionAttributes(v map[string]interface{})
- func (o *Service) SetId(v string)
- func (o *Service) SetModifiedOn(v time.Time)
- func (o *Service) SetModifiedOnNil()
- func (o *Service) SetProviderId(v string)
- func (o *Service) SetProvisionedOn(v time.Time)
- func (o *Service) SetStatus(v map[string]interface{})
- func (o *Service) SetSubscriptionId(v string)
- func (o *Service) SetTenantId(v string)
- func (o *Service) SetUserId(v string)
- func (o *Service) UnmarshalJSON(bytes []byte) (err error)
- func (o *Service) UnsetModifiedOn()
- type ServiceAllOf
- func (o *ServiceAllOf) GetCreatedOn() time.Time
- func (o *ServiceAllOf) GetCreatedOnOk() (*time.Time, bool)
- func (o *ServiceAllOf) GetId() string
- func (o *ServiceAllOf) GetIdOk() (*string, bool)
- func (o *ServiceAllOf) GetModifiedOn() time.Time
- func (o *ServiceAllOf) GetModifiedOnOk() (*time.Time, bool)
- func (o *ServiceAllOf) GetProviderId() string
- func (o *ServiceAllOf) GetProviderIdOk() (*string, bool)
- func (o *ServiceAllOf) GetProvisionedOn() time.Time
- func (o *ServiceAllOf) GetProvisionedOnOk() (*time.Time, bool)
- func (o *ServiceAllOf) GetSubscriptionId() string
- func (o *ServiceAllOf) GetSubscriptionIdOk() (*string, bool)
- func (o *ServiceAllOf) GetTenantId() string
- func (o *ServiceAllOf) GetTenantIdOk() (*string, bool)
- func (o *ServiceAllOf) GetUserId() string
- func (o *ServiceAllOf) GetUserIdOk() (*string, bool)
- func (o *ServiceAllOf) HasCreatedOn() bool
- func (o *ServiceAllOf) HasId() bool
- func (o *ServiceAllOf) HasModifiedOn() bool
- func (o *ServiceAllOf) HasProviderId() bool
- func (o *ServiceAllOf) HasProvisionedOn() bool
- func (o *ServiceAllOf) HasSubscriptionId() bool
- func (o *ServiceAllOf) HasTenantId() bool
- func (o *ServiceAllOf) HasUserId() bool
- func (o ServiceAllOf) MarshalJSON() ([]byte, error)
- func (o *ServiceAllOf) SetCreatedOn(v time.Time)
- func (o *ServiceAllOf) SetId(v string)
- func (o *ServiceAllOf) SetModifiedOn(v time.Time)
- func (o *ServiceAllOf) SetModifiedOnNil()
- func (o *ServiceAllOf) SetProviderId(v string)
- func (o *ServiceAllOf) SetProvisionedOn(v time.Time)
- func (o *ServiceAllOf) SetSubscriptionId(v string)
- func (o *ServiceAllOf) SetTenantId(v string)
- func (o *ServiceAllOf) SetUserId(v string)
- func (o *ServiceAllOf) UnmarshalJSON(bytes []byte) (err error)
- func (o *ServiceAllOf) UnsetModifiedOn()
- type ServiceElement
- func (o *ServiceElement) GetAllowedOptionValues() []string
- func (o *ServiceElement) GetAllowedOptionValuesOk() (*[]string, bool)
- func (o *ServiceElement) GetAllowedValues() []map[string]interface{}
- func (o *ServiceElement) GetAllowedValuesOk() (*[]map[string]interface{}, bool)
- func (o *ServiceElement) GetBillable() bool
- func (o *ServiceElement) GetBillableOk() (*bool, bool)
- func (o *ServiceElement) GetChildElements() []ServiceElement
- func (o *ServiceElement) GetChildElementsOk() (*[]ServiceElement, bool)
- func (o *ServiceElement) GetComponent() string
- func (o *ServiceElement) GetComponentOk() (*string, bool)
- func (o *ServiceElement) GetDescription() string
- func (o *ServiceElement) GetDescriptionOk() (*string, bool)
- func (o *ServiceElement) GetDynamicData() bool
- func (o *ServiceElement) GetDynamicDataOk() (*bool, bool)
- func (o *ServiceElement) GetHeader() string
- func (o *ServiceElement) GetHeaderOk() (*string, bool)
- func (o *ServiceElement) GetHidden() bool
- func (o *ServiceElement) GetHiddenOk() (*bool, bool)
- func (o *ServiceElement) GetHint() string
- func (o *ServiceElement) GetHintOk() (*string, bool)
- func (o *ServiceElement) GetInputType() string
- func (o *ServiceElement) GetInputTypeOk() (*string, bool)
- func (o *ServiceElement) GetLabel() string
- func (o *ServiceElement) GetLabelOk() (*string, bool)
- func (o *ServiceElement) GetMandatory() bool
- func (o *ServiceElement) GetMandatoryOk() (*bool, bool)
- func (o *ServiceElement) GetMaxLimit() string
- func (o *ServiceElement) GetMaxLimitOk() (*string, bool)
- func (o *ServiceElement) GetMaxValue() int32
- func (o *ServiceElement) GetMaxValueOk() (*int32, bool)
- func (o *ServiceElement) GetMinLimit() string
- func (o *ServiceElement) GetMinLimitOk() (*string, bool)
- func (o *ServiceElement) GetMinValue() int32
- func (o *ServiceElement) GetMinValueOk() (*int32, bool)
- func (o *ServiceElement) GetName() string
- func (o *ServiceElement) GetNameOk() (*string, bool)
- func (o *ServiceElement) GetParentName() string
- func (o *ServiceElement) GetParentNameOk() (*string, bool)
- func (o *ServiceElement) GetPricingAtttributes() ServiceElementPrice
- func (o *ServiceElement) GetPricingAtttributesOk() (*ServiceElementPrice, bool)
- func (o *ServiceElement) GetSection() string
- func (o *ServiceElement) GetSectionOk() (*string, bool)
- func (o *ServiceElement) GetStepSize() int32
- func (o *ServiceElement) GetStepSizeOk() (*int32, bool)
- func (o *ServiceElement) GetSupported() bool
- func (o *ServiceElement) GetSupportedOk() (*bool, bool)
- func (o *ServiceElement) GetType() string
- func (o *ServiceElement) GetTypeOk() (*string, bool)
- func (o *ServiceElement) GetValue() string
- func (o *ServiceElement) GetValueList() []map[string]interface{}
- func (o *ServiceElement) GetValueListOk() (*[]map[string]interface{}, bool)
- func (o *ServiceElement) GetValueOk() (*string, bool)
- func (o *ServiceElement) HasAllowedOptionValues() bool
- func (o *ServiceElement) HasAllowedValues() bool
- func (o *ServiceElement) HasBillable() bool
- func (o *ServiceElement) HasChildElements() bool
- func (o *ServiceElement) HasComponent() bool
- func (o *ServiceElement) HasDescription() bool
- func (o *ServiceElement) HasDynamicData() bool
- func (o *ServiceElement) HasHeader() bool
- func (o *ServiceElement) HasHidden() bool
- func (o *ServiceElement) HasHint() bool
- func (o *ServiceElement) HasInputType() bool
- func (o *ServiceElement) HasLabel() bool
- func (o *ServiceElement) HasMandatory() bool
- func (o *ServiceElement) HasMaxLimit() bool
- func (o *ServiceElement) HasMaxValue() bool
- func (o *ServiceElement) HasMinLimit() bool
- func (o *ServiceElement) HasMinValue() bool
- func (o *ServiceElement) HasName() bool
- func (o *ServiceElement) HasParentName() bool
- func (o *ServiceElement) HasPricingAtttributes() bool
- func (o *ServiceElement) HasSection() bool
- func (o *ServiceElement) HasStepSize() bool
- func (o *ServiceElement) HasSupported() bool
- func (o *ServiceElement) HasType() bool
- func (o *ServiceElement) HasValue() bool
- func (o *ServiceElement) HasValueList() bool
- func (o ServiceElement) MarshalJSON() ([]byte, error)
- func (o *ServiceElement) SetAllowedOptionValues(v []string)
- func (o *ServiceElement) SetAllowedValues(v []map[string]interface{})
- func (o *ServiceElement) SetBillable(v bool)
- func (o *ServiceElement) SetChildElements(v []ServiceElement)
- func (o *ServiceElement) SetComponent(v string)
- func (o *ServiceElement) SetDescription(v string)
- func (o *ServiceElement) SetDynamicData(v bool)
- func (o *ServiceElement) SetHeader(v string)
- func (o *ServiceElement) SetHidden(v bool)
- func (o *ServiceElement) SetHint(v string)
- func (o *ServiceElement) SetInputType(v string)
- func (o *ServiceElement) SetLabel(v string)
- func (o *ServiceElement) SetMandatory(v bool)
- func (o *ServiceElement) SetMaxLimit(v string)
- func (o *ServiceElement) SetMaxValue(v int32)
- func (o *ServiceElement) SetMinLimit(v string)
- func (o *ServiceElement) SetMinValue(v int32)
- func (o *ServiceElement) SetName(v string)
- func (o *ServiceElement) SetParentName(v string)
- func (o *ServiceElement) SetPricingAtttributes(v ServiceElementPrice)
- func (o *ServiceElement) SetPricingAtttributesNil()
- func (o *ServiceElement) SetSection(v string)
- func (o *ServiceElement) SetStepSize(v int32)
- func (o *ServiceElement) SetSupported(v bool)
- func (o *ServiceElement) SetType(v string)
- func (o *ServiceElement) SetValue(v string)
- func (o *ServiceElement) SetValueList(v []map[string]interface{})
- func (o *ServiceElement) UnmarshalJSON(bytes []byte) (err error)
- func (o *ServiceElement) UnsetPricingAtttributes()
- type ServiceElementPrice
- func (o *ServiceElementPrice) GetAdditionalOneTimePrice() string
- func (o *ServiceElementPrice) GetAdditionalOneTimePriceOk() (*string, bool)
- func (o *ServiceElementPrice) GetAdditionalPeriodicPrice() string
- func (o *ServiceElementPrice) GetAdditionalPeriodicPriceOk() (*string, bool)
- func (o *ServiceElementPrice) GetAdditionalQuantity() int32
- func (o *ServiceElementPrice) GetAdditionalQuantityOk() (*int32, bool)
- func (o *ServiceElementPrice) GetIncludedQuantity() int32
- func (o *ServiceElementPrice) GetIncludedQuantityOk() (*int32, bool)
- func (o *ServiceElementPrice) GetOneTimePrice() string
- func (o *ServiceElementPrice) GetOneTimePriceOk() (*string, bool)
- func (o *ServiceElementPrice) GetPeriodicPrice() string
- func (o *ServiceElementPrice) GetPeriodicPriceOk() (*string, bool)
- func (o *ServiceElementPrice) GetTimePeriod() string
- func (o *ServiceElementPrice) GetTimePeriodOk() (*string, bool)
- func (o *ServiceElementPrice) GetUnitOfMeasure() string
- func (o *ServiceElementPrice) GetUnitOfMeasureOk() (*string, bool)
- func (o *ServiceElementPrice) HasAdditionalOneTimePrice() bool
- func (o *ServiceElementPrice) HasAdditionalPeriodicPrice() bool
- func (o *ServiceElementPrice) HasAdditionalQuantity() bool
- func (o *ServiceElementPrice) HasIncludedQuantity() bool
- func (o *ServiceElementPrice) HasOneTimePrice() bool
- func (o *ServiceElementPrice) HasPeriodicPrice() bool
- func (o *ServiceElementPrice) HasTimePeriod() bool
- func (o *ServiceElementPrice) HasUnitOfMeasure() bool
- func (o ServiceElementPrice) MarshalJSON() ([]byte, error)
- func (o *ServiceElementPrice) SetAdditionalOneTimePrice(v string)
- func (o *ServiceElementPrice) SetAdditionalPeriodicPrice(v string)
- func (o *ServiceElementPrice) SetAdditionalQuantity(v int32)
- func (o *ServiceElementPrice) SetIncludedQuantity(v int32)
- func (o *ServiceElementPrice) SetOneTimePrice(v string)
- func (o *ServiceElementPrice) SetPeriodicPrice(v string)
- func (o *ServiceElementPrice) SetTimePeriod(v string)
- func (o *ServiceElementPrice) SetUnitOfMeasure(v string)
- func (o *ServiceElementPrice) UnmarshalJSON(bytes []byte) (err error)
- type ServiceNowConfiguration
- func (o *ServiceNowConfiguration) GetClientId() string
- func (o *ServiceNowConfiguration) GetClientIdOk() (*string, bool)
- func (o *ServiceNowConfiguration) GetClientSecret() string
- func (o *ServiceNowConfiguration) GetClientSecretOk() (*string, bool)
- func (o *ServiceNowConfiguration) GetCriticalEvent() bool
- func (o *ServiceNowConfiguration) GetCriticalEventOk() (*bool, bool)
- func (o *ServiceNowConfiguration) GetDomain() string
- func (o *ServiceNowConfiguration) GetDomainOk() (*string, bool)
- func (o *ServiceNowConfiguration) GetId() string
- func (o *ServiceNowConfiguration) GetIdOk() (*string, bool)
- func (o *ServiceNowConfiguration) GetPassword() string
- func (o *ServiceNowConfiguration) GetPasswordOk() (*string, bool)
- func (o *ServiceNowConfiguration) GetProxy() string
- func (o *ServiceNowConfiguration) GetProxyOk() (*string, bool)
- func (o *ServiceNowConfiguration) GetTenantId() string
- func (o *ServiceNowConfiguration) GetTenantIdOk() (*string, bool)
- func (o *ServiceNowConfiguration) GetUserName() string
- func (o *ServiceNowConfiguration) GetUserNameOk() (*string, bool)
- func (o *ServiceNowConfiguration) HasClientId() bool
- func (o *ServiceNowConfiguration) HasClientSecret() bool
- func (o *ServiceNowConfiguration) HasCriticalEvent() bool
- func (o *ServiceNowConfiguration) HasDomain() bool
- func (o *ServiceNowConfiguration) HasId() bool
- func (o *ServiceNowConfiguration) HasPassword() bool
- func (o *ServiceNowConfiguration) HasProxy() bool
- func (o *ServiceNowConfiguration) HasTenantId() bool
- func (o *ServiceNowConfiguration) HasUserName() bool
- func (o ServiceNowConfiguration) MarshalJSON() ([]byte, error)
- func (o *ServiceNowConfiguration) SetClientId(v string)
- func (o *ServiceNowConfiguration) SetClientSecret(v string)
- func (o *ServiceNowConfiguration) SetCriticalEvent(v bool)
- func (o *ServiceNowConfiguration) SetDomain(v string)
- func (o *ServiceNowConfiguration) SetId(v string)
- func (o *ServiceNowConfiguration) SetPassword(v string)
- func (o *ServiceNowConfiguration) SetProxy(v string)
- func (o *ServiceNowConfiguration) SetProxyNil()
- func (o *ServiceNowConfiguration) SetTenantId(v string)
- func (o *ServiceNowConfiguration) SetTenantIdNil()
- func (o *ServiceNowConfiguration) SetUserName(v string)
- func (o *ServiceNowConfiguration) UnmarshalJSON(bytes []byte) (err error)
- func (o *ServiceNowConfiguration) UnsetProxy()
- func (o *ServiceNowConfiguration) UnsetTenantId()
- type ServiceNowConfigurationCreate
- func (o *ServiceNowConfigurationCreate) GetClientId() string
- func (o *ServiceNowConfigurationCreate) GetClientIdOk() (*string, bool)
- func (o *ServiceNowConfigurationCreate) GetClientSecret() string
- func (o *ServiceNowConfigurationCreate) GetClientSecretOk() (*string, bool)
- func (o *ServiceNowConfigurationCreate) GetCriticalEvent() bool
- func (o *ServiceNowConfigurationCreate) GetCriticalEventOk() (*bool, bool)
- func (o *ServiceNowConfigurationCreate) GetDomain() string
- func (o *ServiceNowConfigurationCreate) GetDomainOk() (*string, bool)
- func (o *ServiceNowConfigurationCreate) GetPassword() string
- func (o *ServiceNowConfigurationCreate) GetPasswordOk() (*string, bool)
- func (o *ServiceNowConfigurationCreate) GetProxy() string
- func (o *ServiceNowConfigurationCreate) GetProxyOk() (*string, bool)
- func (o *ServiceNowConfigurationCreate) GetTenantId() string
- func (o *ServiceNowConfigurationCreate) GetTenantIdOk() (*string, bool)
- func (o *ServiceNowConfigurationCreate) GetUserName() string
- func (o *ServiceNowConfigurationCreate) GetUserNameOk() (*string, bool)
- func (o *ServiceNowConfigurationCreate) HasClientId() bool
- func (o *ServiceNowConfigurationCreate) HasClientSecret() bool
- func (o *ServiceNowConfigurationCreate) HasCriticalEvent() bool
- func (o *ServiceNowConfigurationCreate) HasDomain() bool
- func (o *ServiceNowConfigurationCreate) HasPassword() bool
- func (o *ServiceNowConfigurationCreate) HasProxy() bool
- func (o *ServiceNowConfigurationCreate) HasTenantId() bool
- func (o *ServiceNowConfigurationCreate) HasUserName() bool
- func (o ServiceNowConfigurationCreate) MarshalJSON() ([]byte, error)
- func (o *ServiceNowConfigurationCreate) SetClientId(v string)
- func (o *ServiceNowConfigurationCreate) SetClientSecret(v string)
- func (o *ServiceNowConfigurationCreate) SetCriticalEvent(v bool)
- func (o *ServiceNowConfigurationCreate) SetDomain(v string)
- func (o *ServiceNowConfigurationCreate) SetPassword(v string)
- func (o *ServiceNowConfigurationCreate) SetProxy(v string)
- func (o *ServiceNowConfigurationCreate) SetProxyNil()
- func (o *ServiceNowConfigurationCreate) SetTenantId(v string)
- func (o *ServiceNowConfigurationCreate) SetTenantIdNil()
- func (o *ServiceNowConfigurationCreate) SetUserName(v string)
- func (o *ServiceNowConfigurationCreate) UnmarshalJSON(bytes []byte) (err error)
- func (o *ServiceNowConfigurationCreate) UnsetProxy()
- func (o *ServiceNowConfigurationCreate) UnsetTenantId()
- type ServiceNowConfigurationRequest
- func (o *ServiceNowConfigurationRequest) GetClientId() string
- func (o *ServiceNowConfigurationRequest) GetClientIdOk() (*string, bool)
- func (o *ServiceNowConfigurationRequest) GetClientSecret() string
- func (o *ServiceNowConfigurationRequest) GetClientSecretOk() (*string, bool)
- func (o *ServiceNowConfigurationRequest) GetCriticalEvent() bool
- func (o *ServiceNowConfigurationRequest) GetCriticalEventOk() (*bool, bool)
- func (o *ServiceNowConfigurationRequest) GetDomain() string
- func (o *ServiceNowConfigurationRequest) GetDomainOk() (*string, bool)
- func (o *ServiceNowConfigurationRequest) GetPassword() string
- func (o *ServiceNowConfigurationRequest) GetPasswordOk() (*string, bool)
- func (o *ServiceNowConfigurationRequest) GetProxy() string
- func (o *ServiceNowConfigurationRequest) GetProxyOk() (*string, bool)
- func (o *ServiceNowConfigurationRequest) GetTenantId() string
- func (o *ServiceNowConfigurationRequest) GetTenantIdOk() (*string, bool)
- func (o *ServiceNowConfigurationRequest) GetUserName() string
- func (o *ServiceNowConfigurationRequest) GetUserNameOk() (*string, bool)
- func (o *ServiceNowConfigurationRequest) HasClientId() bool
- func (o *ServiceNowConfigurationRequest) HasClientSecret() bool
- func (o *ServiceNowConfigurationRequest) HasCriticalEvent() bool
- func (o *ServiceNowConfigurationRequest) HasDomain() bool
- func (o *ServiceNowConfigurationRequest) HasPassword() bool
- func (o *ServiceNowConfigurationRequest) HasProxy() bool
- func (o *ServiceNowConfigurationRequest) HasTenantId() bool
- func (o *ServiceNowConfigurationRequest) HasUserName() bool
- func (o ServiceNowConfigurationRequest) MarshalJSON() ([]byte, error)
- func (o *ServiceNowConfigurationRequest) SetClientId(v string)
- func (o *ServiceNowConfigurationRequest) SetClientSecret(v string)
- func (o *ServiceNowConfigurationRequest) SetCriticalEvent(v bool)
- func (o *ServiceNowConfigurationRequest) SetDomain(v string)
- func (o *ServiceNowConfigurationRequest) SetPassword(v string)
- func (o *ServiceNowConfigurationRequest) SetProxy(v string)
- func (o *ServiceNowConfigurationRequest) SetProxyNil()
- func (o *ServiceNowConfigurationRequest) SetTenantId(v string)
- func (o *ServiceNowConfigurationRequest) SetTenantIdNil()
- func (o *ServiceNowConfigurationRequest) SetUserName(v string)
- func (o *ServiceNowConfigurationRequest) UnmarshalJSON(bytes []byte) (err error)
- func (o *ServiceNowConfigurationRequest) UnsetProxy()
- func (o *ServiceNowConfigurationRequest) UnsetTenantId()
- type ServiceNowConfigurationsPage
- func (o *ServiceNowConfigurationsPage) GetContents() []ServiceNowConfiguration
- func (o *ServiceNowConfigurationsPage) GetContentsOk() (*[]ServiceNowConfiguration, bool)
- func (o *ServiceNowConfigurationsPage) GetHasNext() bool
- func (o *ServiceNowConfigurationsPage) GetHasNextOk() (*bool, bool)
- func (o *ServiceNowConfigurationsPage) GetHasPrevious() bool
- func (o *ServiceNowConfigurationsPage) GetHasPreviousOk() (*bool, bool)
- func (o *ServiceNowConfigurationsPage) GetPage() int32
- func (o *ServiceNowConfigurationsPage) GetPageOk() (*int32, bool)
- func (o *ServiceNowConfigurationsPage) GetPageSize() int32
- func (o *ServiceNowConfigurationsPage) GetPageSizeOk() (*int32, bool)
- func (o *ServiceNowConfigurationsPage) GetSortBy() string
- func (o *ServiceNowConfigurationsPage) GetSortByOk() (*string, bool)
- func (o *ServiceNowConfigurationsPage) GetSortOrder() string
- func (o *ServiceNowConfigurationsPage) GetSortOrderOk() (*string, bool)
- func (o *ServiceNowConfigurationsPage) GetTotalItems() int64
- func (o *ServiceNowConfigurationsPage) GetTotalItemsOk() (*int64, bool)
- func (o *ServiceNowConfigurationsPage) HasContents() bool
- func (o *ServiceNowConfigurationsPage) HasHasNext() bool
- func (o *ServiceNowConfigurationsPage) HasHasPrevious() bool
- func (o *ServiceNowConfigurationsPage) HasPage() bool
- func (o *ServiceNowConfigurationsPage) HasPageSize() bool
- func (o *ServiceNowConfigurationsPage) HasSortBy() bool
- func (o *ServiceNowConfigurationsPage) HasSortOrder() bool
- func (o *ServiceNowConfigurationsPage) HasTotalItems() bool
- func (o ServiceNowConfigurationsPage) MarshalJSON() ([]byte, error)
- func (o *ServiceNowConfigurationsPage) SetContents(v []ServiceNowConfiguration)
- func (o *ServiceNowConfigurationsPage) SetHasNext(v bool)
- func (o *ServiceNowConfigurationsPage) SetHasNextNil()
- func (o *ServiceNowConfigurationsPage) SetHasPrevious(v bool)
- func (o *ServiceNowConfigurationsPage) SetHasPreviousNil()
- func (o *ServiceNowConfigurationsPage) SetPage(v int32)
- func (o *ServiceNowConfigurationsPage) SetPageSize(v int32)
- func (o *ServiceNowConfigurationsPage) SetSortBy(v string)
- func (o *ServiceNowConfigurationsPage) SetSortByNil()
- func (o *ServiceNowConfigurationsPage) SetSortOrder(v string)
- func (o *ServiceNowConfigurationsPage) SetSortOrderNil()
- func (o *ServiceNowConfigurationsPage) SetTotalItems(v int64)
- func (o *ServiceNowConfigurationsPage) SetTotalItemsNil()
- func (o *ServiceNowConfigurationsPage) UnmarshalJSON(bytes []byte) (err error)
- func (o *ServiceNowConfigurationsPage) UnsetHasNext()
- func (o *ServiceNowConfigurationsPage) UnsetHasPrevious()
- func (o *ServiceNowConfigurationsPage) UnsetSortBy()
- func (o *ServiceNowConfigurationsPage) UnsetSortOrder()
- func (o *ServiceNowConfigurationsPage) UnsetTotalItems()
- type ServiceNowConfigurationsPageAllOf
- func (o *ServiceNowConfigurationsPageAllOf) GetContents() []ServiceNowConfiguration
- func (o *ServiceNowConfigurationsPageAllOf) GetContentsOk() (*[]ServiceNowConfiguration, bool)
- func (o *ServiceNowConfigurationsPageAllOf) HasContents() bool
- func (o ServiceNowConfigurationsPageAllOf) MarshalJSON() ([]byte, error)
- func (o *ServiceNowConfigurationsPageAllOf) SetContents(v []ServiceNowConfiguration)
- func (o *ServiceNowConfigurationsPageAllOf) UnmarshalJSON(bytes []byte) (err error)
- type ServiceSLMUIConfig
- func (o *ServiceSLMUIConfig) GetResources() []ServiceUIResource
- func (o *ServiceSLMUIConfig) GetResourcesOk() (*[]ServiceUIResource, bool)
- func (o *ServiceSLMUIConfig) GetType() string
- func (o *ServiceSLMUIConfig) GetTypeOk() (*string, bool)
- func (o *ServiceSLMUIConfig) HasResources() bool
- func (o *ServiceSLMUIConfig) HasType() bool
- func (o ServiceSLMUIConfig) MarshalJSON() ([]byte, error)
- func (o *ServiceSLMUIConfig) SetResources(v []ServiceUIResource)
- func (o *ServiceSLMUIConfig) SetType(v string)
- func (o *ServiceSLMUIConfig) UnmarshalJSON(bytes []byte) (err error)
- type ServiceUIConfig
- func (o *ServiceUIConfig) GetBannerImage() string
- func (o *ServiceUIConfig) GetBannerImageOk() (*string, bool)
- func (o *ServiceUIConfig) GetLinks() []ServiceUILink
- func (o *ServiceUIConfig) GetLinksOk() (*[]ServiceUILink, bool)
- func (o *ServiceUIConfig) HasBannerImage() bool
- func (o *ServiceUIConfig) HasLinks() bool
- func (o ServiceUIConfig) MarshalJSON() ([]byte, error)
- func (o *ServiceUIConfig) SetBannerImage(v string)
- func (o *ServiceUIConfig) SetLinks(v []ServiceUILink)
- func (o *ServiceUIConfig) UnmarshalJSON(bytes []byte) (err error)
- type ServiceUILink
- func (o *ServiceUILink) GetAddress() string
- func (o *ServiceUILink) GetAddressOk() (*string, bool)
- func (o *ServiceUILink) GetLabel() string
- func (o *ServiceUILink) GetLabelOk() (*string, bool)
- func (o *ServiceUILink) GetTarget() string
- func (o *ServiceUILink) GetTargetOk() (*string, bool)
- func (o *ServiceUILink) GetType() string
- func (o *ServiceUILink) GetTypeOk() (*string, bool)
- func (o *ServiceUILink) HasAddress() bool
- func (o *ServiceUILink) HasLabel() bool
- func (o *ServiceUILink) HasTarget() bool
- func (o *ServiceUILink) HasType() bool
- func (o ServiceUILink) MarshalJSON() ([]byte, error)
- func (o *ServiceUILink) SetAddress(v string)
- func (o *ServiceUILink) SetLabel(v string)
- func (o *ServiceUILink) SetTarget(v string)
- func (o *ServiceUILink) SetType(v string)
- func (o *ServiceUILink) UnmarshalJSON(bytes []byte) (err error)
- type ServiceUIResource
- func (o *ServiceUIResource) GetHref() string
- func (o *ServiceUIResource) GetHrefOk() (*string, bool)
- func (o *ServiceUIResource) GetType() string
- func (o *ServiceUIResource) GetTypeOk() (*string, bool)
- func (o *ServiceUIResource) HasHref() bool
- func (o *ServiceUIResource) HasType() bool
- func (o ServiceUIResource) MarshalJSON() ([]byte, error)
- func (o *ServiceUIResource) SetHref(v string)
- func (o *ServiceUIResource) SetType(v string)
- func (o *ServiceUIResource) UnmarshalJSON(bytes []byte) (err error)
- type ServiceUpdate
- func (o *ServiceUpdate) GetAttributes() map[string]interface{}
- func (o *ServiceUpdate) GetAttributesOk() (*map[string]interface{}, bool)
- func (o *ServiceUpdate) GetDefinitionAttributes() map[string]interface{}
- func (o *ServiceUpdate) GetDefinitionAttributesOk() (*map[string]interface{}, bool)
- func (o *ServiceUpdate) GetStatus() map[string]interface{}
- func (o *ServiceUpdate) GetStatusOk() (*map[string]interface{}, bool)
- func (o *ServiceUpdate) HasAttributes() bool
- func (o *ServiceUpdate) HasDefinitionAttributes() bool
- func (o *ServiceUpdate) HasStatus() bool
- func (o ServiceUpdate) MarshalJSON() ([]byte, error)
- func (o *ServiceUpdate) SetAttributes(v map[string]interface{})
- func (o *ServiceUpdate) SetDefinitionAttributes(v map[string]interface{})
- func (o *ServiceUpdate) SetStatus(v map[string]interface{})
- func (o *ServiceUpdate) UnmarshalJSON(bytes []byte) (err error)
- type ServicesApiService
- func (a *ServicesApiService) DeleteService(ctx _context.Context, id string) ApiDeleteServiceRequest
- func (a *ServicesApiService) DeleteServiceExecute(r ApiDeleteServiceRequest) (*_nethttp.Response, error)
- func (a *ServicesApiService) GetService(ctx _context.Context, id string) ApiGetServiceRequest
- func (a *ServicesApiService) GetServiceExecute(r ApiGetServiceRequest) (Service, *_nethttp.Response, error)
- func (a *ServicesApiService) GetServicesPage(ctx _context.Context) ApiGetServicesPageRequest
- func (a *ServicesApiService) GetServicesPageExecute(r ApiGetServicesPageRequest) (ServicesPage, *_nethttp.Response, error)
- func (a *ServicesApiService) SubmitOrder(ctx _context.Context) ApiSubmitOrderRequest
- func (a *ServicesApiService) SubmitOrderExecute(r ApiSubmitOrderRequest) (LegacyServiceOrderResponse, *_nethttp.Response, error)
- func (a *ServicesApiService) UpdateOrder(ctx _context.Context) ApiUpdateOrderRequest
- func (a *ServicesApiService) UpdateOrderExecute(r ApiUpdateOrderRequest) (LegacyServiceOrderResponse, *_nethttp.Response, error)
- func (a *ServicesApiService) UpdateService(ctx _context.Context, id string) ApiUpdateServiceRequest
- func (a *ServicesApiService) UpdateServiceExecute(r ApiUpdateServiceRequest) (Service, *_nethttp.Response, error)
- type ServicesPage
- func (o *ServicesPage) GetContents() []Service
- func (o *ServicesPage) GetContentsOk() (*[]Service, bool)
- func (o *ServicesPage) GetHasNext() bool
- func (o *ServicesPage) GetHasNextOk() (*bool, bool)
- func (o *ServicesPage) GetHasPrevious() bool
- func (o *ServicesPage) GetHasPreviousOk() (*bool, bool)
- func (o *ServicesPage) GetPage() int32
- func (o *ServicesPage) GetPageOk() (*int32, bool)
- func (o *ServicesPage) GetPageSize() int32
- func (o *ServicesPage) GetPageSizeOk() (*int32, bool)
- func (o *ServicesPage) GetSortBy() string
- func (o *ServicesPage) GetSortByOk() (*string, bool)
- func (o *ServicesPage) GetSortOrder() string
- func (o *ServicesPage) GetSortOrderOk() (*string, bool)
- func (o *ServicesPage) GetTotalItems() int64
- func (o *ServicesPage) GetTotalItemsOk() (*int64, bool)
- func (o *ServicesPage) HasContents() bool
- func (o *ServicesPage) HasHasNext() bool
- func (o *ServicesPage) HasHasPrevious() bool
- func (o *ServicesPage) HasPage() bool
- func (o *ServicesPage) HasPageSize() bool
- func (o *ServicesPage) HasSortBy() bool
- func (o *ServicesPage) HasSortOrder() bool
- func (o *ServicesPage) HasTotalItems() bool
- func (o ServicesPage) MarshalJSON() ([]byte, error)
- func (o *ServicesPage) SetContents(v []Service)
- func (o *ServicesPage) SetHasNext(v bool)
- func (o *ServicesPage) SetHasNextNil()
- func (o *ServicesPage) SetHasPrevious(v bool)
- func (o *ServicesPage) SetHasPreviousNil()
- func (o *ServicesPage) SetPage(v int32)
- func (o *ServicesPage) SetPageSize(v int32)
- func (o *ServicesPage) SetSortBy(v string)
- func (o *ServicesPage) SetSortByNil()
- func (o *ServicesPage) SetSortOrder(v string)
- func (o *ServicesPage) SetSortOrderNil()
- func (o *ServicesPage) SetTotalItems(v int64)
- func (o *ServicesPage) SetTotalItemsNil()
- func (o *ServicesPage) UnmarshalJSON(bytes []byte) (err error)
- func (o *ServicesPage) UnsetHasNext()
- func (o *ServicesPage) UnsetHasPrevious()
- func (o *ServicesPage) UnsetSortBy()
- func (o *ServicesPage) UnsetSortOrder()
- func (o *ServicesPage) UnsetTotalItems()
- type ServicesPageAllOf
- func (o *ServicesPageAllOf) GetContents() []Service
- func (o *ServicesPageAllOf) GetContentsOk() (*[]Service, bool)
- func (o *ServicesPageAllOf) HasContents() bool
- func (o ServicesPageAllOf) MarshalJSON() ([]byte, error)
- func (o *ServicesPageAllOf) SetContents(v []Service)
- func (o *ServicesPageAllOf) UnmarshalJSON(bytes []byte) (err error)
- type Site
- func (o *Site) GetAddress() SiteAddress
- func (o *Site) GetAddressOk() (*SiteAddress, bool)
- func (o *Site) GetAttributes() map[string]string
- func (o *Site) GetAttributesOk() (*map[string]string, bool)
- func (o *Site) GetContact() SiteContact
- func (o *Site) GetContactOk() (*SiteContact, bool)
- func (o *Site) GetCreatedBy() string
- func (o *Site) GetCreatedByOk() (*string, bool)
- func (o *Site) GetCreatedOn() time.Time
- func (o *Site) GetCreatedOnOk() (*time.Time, bool)
- func (o *Site) GetDescription() string
- func (o *Site) GetDescriptionOk() (*string, bool)
- func (o *Site) GetDevices() []DeviceSummary
- func (o *Site) GetDevicesOk() (*[]DeviceSummary, bool)
- func (o *Site) GetId() string
- func (o *Site) GetIdOk() (*string, bool)
- func (o *Site) GetImage() string
- func (o *Site) GetImageOk() (*string, bool)
- func (o *Site) GetLocation() SiteLocation
- func (o *Site) GetLocationOk() (*SiteLocation, bool)
- func (o *Site) GetModifiedBy() string
- func (o *Site) GetModifiedByOk() (*string, bool)
- func (o *Site) GetModifiedOn() time.Time
- func (o *Site) GetModifiedOnOk() (*time.Time, bool)
- func (o *Site) GetName() string
- func (o *Site) GetNameOk() (*string, bool)
- func (o *Site) GetParentId() string
- func (o *Site) GetParentIdOk() (*string, bool)
- func (o *Site) GetServiceIds() []string
- func (o *Site) GetServiceIdsOk() (*[]string, bool)
- func (o *Site) GetStatus() SiteStatus
- func (o *Site) GetStatusOk() (*SiteStatus, bool)
- func (o *Site) GetTenantId() string
- func (o *Site) GetTenantIdOk() (*string, bool)
- func (o *Site) GetType() string
- func (o *Site) GetTypeOk() (*string, bool)
- func (o *Site) HasAddress() bool
- func (o *Site) HasAttributes() bool
- func (o *Site) HasContact() bool
- func (o *Site) HasCreatedBy() bool
- func (o *Site) HasCreatedOn() bool
- func (o *Site) HasDescription() bool
- func (o *Site) HasDevices() bool
- func (o *Site) HasId() bool
- func (o *Site) HasImage() bool
- func (o *Site) HasLocation() bool
- func (o *Site) HasModifiedBy() bool
- func (o *Site) HasModifiedOn() bool
- func (o *Site) HasName() bool
- func (o *Site) HasParentId() bool
- func (o *Site) HasServiceIds() bool
- func (o *Site) HasStatus() bool
- func (o *Site) HasTenantId() bool
- func (o *Site) HasType() bool
- func (o Site) MarshalJSON() ([]byte, error)
- func (o *Site) SetAddress(v SiteAddress)
- func (o *Site) SetAddressNil()
- func (o *Site) SetAttributes(v map[string]string)
- func (o *Site) SetContact(v SiteContact)
- func (o *Site) SetContactNil()
- func (o *Site) SetCreatedBy(v string)
- func (o *Site) SetCreatedOn(v time.Time)
- func (o *Site) SetDescription(v string)
- func (o *Site) SetDescriptionNil()
- func (o *Site) SetDevices(v []DeviceSummary)
- func (o *Site) SetId(v string)
- func (o *Site) SetImage(v string)
- func (o *Site) SetImageNil()
- func (o *Site) SetLocation(v SiteLocation)
- func (o *Site) SetLocationNil()
- func (o *Site) SetModifiedBy(v string)
- func (o *Site) SetModifiedOn(v time.Time)
- func (o *Site) SetModifiedOnNil()
- func (o *Site) SetName(v string)
- func (o *Site) SetParentId(v string)
- func (o *Site) SetParentIdNil()
- func (o *Site) SetServiceIds(v []string)
- func (o *Site) SetStatus(v SiteStatus)
- func (o *Site) SetTenantId(v string)
- func (o *Site) SetType(v string)
- func (o *Site) SetTypeNil()
- func (o *Site) UnmarshalJSON(bytes []byte) (err error)
- func (o *Site) UnsetAddress()
- func (o *Site) UnsetContact()
- func (o *Site) UnsetDescription()
- func (o *Site) UnsetImage()
- func (o *Site) UnsetLocation()
- func (o *Site) UnsetModifiedOn()
- func (o *Site) UnsetParentId()
- func (o *Site) UnsetType()
- type SiteAddress
- func (o *SiteAddress) GetAddress1() string
- func (o *SiteAddress) GetAddress1Ok() (*string, bool)
- func (o *SiteAddress) GetAddress2() string
- func (o *SiteAddress) GetAddress2Ok() (*string, bool)
- func (o *SiteAddress) GetCity() string
- func (o *SiteAddress) GetCityOk() (*string, bool)
- func (o *SiteAddress) GetCompany() string
- func (o *SiteAddress) GetCompanyOk() (*string, bool)
- func (o *SiteAddress) GetCountry() string
- func (o *SiteAddress) GetCountryOk() (*string, bool)
- func (o *SiteAddress) GetFormattedAddress() string
- func (o *SiteAddress) GetFormattedAddressOk() (*string, bool)
- func (o *SiteAddress) GetName() string
- func (o *SiteAddress) GetNameOk() (*string, bool)
- func (o *SiteAddress) GetPostCode() string
- func (o *SiteAddress) GetPostCodeOk() (*string, bool)
- func (o *SiteAddress) GetState() string
- func (o *SiteAddress) GetStateOk() (*string, bool)
- func (o *SiteAddress) HasAddress1() bool
- func (o *SiteAddress) HasAddress2() bool
- func (o *SiteAddress) HasCity() bool
- func (o *SiteAddress) HasCompany() bool
- func (o *SiteAddress) HasCountry() bool
- func (o *SiteAddress) HasFormattedAddress() bool
- func (o *SiteAddress) HasName() bool
- func (o *SiteAddress) HasPostCode() bool
- func (o *SiteAddress) HasState() bool
- func (o SiteAddress) MarshalJSON() ([]byte, error)
- func (o *SiteAddress) SetAddress1(v string)
- func (o *SiteAddress) SetAddress2(v string)
- func (o *SiteAddress) SetCity(v string)
- func (o *SiteAddress) SetCompany(v string)
- func (o *SiteAddress) SetCountry(v string)
- func (o *SiteAddress) SetFormattedAddress(v string)
- func (o *SiteAddress) SetName(v string)
- func (o *SiteAddress) SetPostCode(v string)
- func (o *SiteAddress) SetState(v string)
- func (o *SiteAddress) UnmarshalJSON(bytes []byte) (err error)
- type SiteContact
- func (o *SiteContact) GetEmail() string
- func (o *SiteContact) GetEmailOk() (*string, bool)
- func (o *SiteContact) GetName() string
- func (o *SiteContact) GetNameOk() (*string, bool)
- func (o *SiteContact) GetPhone() string
- func (o *SiteContact) GetPhoneOk() (*string, bool)
- func (o *SiteContact) HasEmail() bool
- func (o SiteContact) MarshalJSON() ([]byte, error)
- func (o *SiteContact) SetEmail(v string)
- func (o *SiteContact) SetName(v string)
- func (o *SiteContact) SetPhone(v string)
- func (o *SiteContact) UnmarshalJSON(bytes []byte) (err error)
- type SiteCreate
- func (o *SiteCreate) GetAddress() SiteAddress
- func (o *SiteCreate) GetAddressOk() (*SiteAddress, bool)
- func (o *SiteCreate) GetAttributes() map[string]string
- func (o *SiteCreate) GetAttributesOk() (*map[string]string, bool)
- func (o *SiteCreate) GetContact() SiteContact
- func (o *SiteCreate) GetContactOk() (*SiteContact, bool)
- func (o *SiteCreate) GetDescription() string
- func (o *SiteCreate) GetDescriptionOk() (*string, bool)
- func (o *SiteCreate) GetDeviceIds() []string
- func (o *SiteCreate) GetDeviceIdsOk() (*[]string, bool)
- func (o *SiteCreate) GetImage() string
- func (o *SiteCreate) GetImageOk() (*string, bool)
- func (o *SiteCreate) GetLocation() SiteLocation
- func (o *SiteCreate) GetLocationOk() (*SiteLocation, bool)
- func (o *SiteCreate) GetName() string
- func (o *SiteCreate) GetNameOk() (*string, bool)
- func (o *SiteCreate) GetParentId() string
- func (o *SiteCreate) GetParentIdOk() (*string, bool)
- func (o *SiteCreate) GetServiceIds() []string
- func (o *SiteCreate) GetServiceIdsOk() (*[]string, bool)
- func (o *SiteCreate) GetTenantId() string
- func (o *SiteCreate) GetTenantIdOk() (*string, bool)
- func (o *SiteCreate) GetType() string
- func (o *SiteCreate) GetTypeOk() (*string, bool)
- func (o *SiteCreate) HasAddress() bool
- func (o *SiteCreate) HasAttributes() bool
- func (o *SiteCreate) HasContact() bool
- func (o *SiteCreate) HasDescription() bool
- func (o *SiteCreate) HasDeviceIds() bool
- func (o *SiteCreate) HasImage() bool
- func (o *SiteCreate) HasLocation() bool
- func (o *SiteCreate) HasParentId() bool
- func (o *SiteCreate) HasServiceIds() bool
- func (o *SiteCreate) HasType() bool
- func (o SiteCreate) MarshalJSON() ([]byte, error)
- func (o *SiteCreate) SetAddress(v SiteAddress)
- func (o *SiteCreate) SetAddressNil()
- func (o *SiteCreate) SetAttributes(v map[string]string)
- func (o *SiteCreate) SetContact(v SiteContact)
- func (o *SiteCreate) SetContactNil()
- func (o *SiteCreate) SetDescription(v string)
- func (o *SiteCreate) SetDescriptionNil()
- func (o *SiteCreate) SetDeviceIds(v []string)
- func (o *SiteCreate) SetImage(v string)
- func (o *SiteCreate) SetLocation(v SiteLocation)
- func (o *SiteCreate) SetLocationNil()
- func (o *SiteCreate) SetName(v string)
- func (o *SiteCreate) SetParentId(v string)
- func (o *SiteCreate) SetServiceIds(v []string)
- func (o *SiteCreate) SetTenantId(v string)
- func (o *SiteCreate) SetType(v string)
- func (o *SiteCreate) UnmarshalJSON(bytes []byte) (err error)
- func (o *SiteCreate) UnsetAddress()
- func (o *SiteCreate) UnsetContact()
- func (o *SiteCreate) UnsetDescription()
- func (o *SiteCreate) UnsetLocation()
- type SiteCreateAllOf
- func (o *SiteCreateAllOf) GetDeviceIds() []string
- func (o *SiteCreateAllOf) GetDeviceIdsOk() (*[]string, bool)
- func (o *SiteCreateAllOf) GetServiceIds() []string
- func (o *SiteCreateAllOf) GetServiceIdsOk() (*[]string, bool)
- func (o *SiteCreateAllOf) GetTenantId() string
- func (o *SiteCreateAllOf) GetTenantIdOk() (*string, bool)
- func (o *SiteCreateAllOf) HasDeviceIds() bool
- func (o *SiteCreateAllOf) HasServiceIds() bool
- func (o SiteCreateAllOf) MarshalJSON() ([]byte, error)
- func (o *SiteCreateAllOf) SetDeviceIds(v []string)
- func (o *SiteCreateAllOf) SetServiceIds(v []string)
- func (o *SiteCreateAllOf) SetTenantId(v string)
- func (o *SiteCreateAllOf) UnmarshalJSON(bytes []byte) (err error)
- type SiteLocation
- func (o *SiteLocation) GetLatitude() float64
- func (o *SiteLocation) GetLatitudeOk() (*float64, bool)
- func (o *SiteLocation) GetLongitude() float64
- func (o *SiteLocation) GetLongitudeOk() (*float64, bool)
- func (o SiteLocation) MarshalJSON() ([]byte, error)
- func (o *SiteLocation) SetLatitude(v float64)
- func (o *SiteLocation) SetLongitude(v float64)
- func (o *SiteLocation) UnmarshalJSON(bytes []byte) (err error)
- type SiteStatus
- func (o *SiteStatus) GetLastUpdated() time.Time
- func (o *SiteStatus) GetLastUpdatedMessage() string
- func (o *SiteStatus) GetLastUpdatedMessageOk() (*string, bool)
- func (o *SiteStatus) GetLastUpdatedOk() (*time.Time, bool)
- func (o *SiteStatus) GetName() string
- func (o *SiteStatus) GetNameOk() (*string, bool)
- func (o *SiteStatus) GetSeverity() string
- func (o *SiteStatus) GetSeverityOk() (*string, bool)
- func (o *SiteStatus) GetType() string
- func (o *SiteStatus) GetTypeOk() (*string, bool)
- func (o *SiteStatus) GetValue() string
- func (o *SiteStatus) GetValueOk() (*string, bool)
- func (o *SiteStatus) HasLastUpdated() bool
- func (o SiteStatus) MarshalJSON() ([]byte, error)
- func (o *SiteStatus) SetLastUpdated(v time.Time)
- func (o *SiteStatus) SetLastUpdatedMessage(v string)
- func (o *SiteStatus) SetName(v string)
- func (o *SiteStatus) SetSeverity(v string)
- func (o *SiteStatus) SetType(v string)
- func (o *SiteStatus) SetValue(v string)
- func (o *SiteStatus) UnmarshalJSON(bytes []byte) (err error)
- type SiteUpdate
- func (o *SiteUpdate) GetAddress() SiteAddress
- func (o *SiteUpdate) GetAddressOk() (*SiteAddress, bool)
- func (o *SiteUpdate) GetAttributes() map[string]string
- func (o *SiteUpdate) GetAttributesOk() (*map[string]string, bool)
- func (o *SiteUpdate) GetContact() SiteContact
- func (o *SiteUpdate) GetContactOk() (*SiteContact, bool)
- func (o *SiteUpdate) GetDescription() string
- func (o *SiteUpdate) GetDescriptionOk() (*string, bool)
- func (o *SiteUpdate) GetImage() string
- func (o *SiteUpdate) GetImageOk() (*string, bool)
- func (o *SiteUpdate) GetLocation() SiteLocation
- func (o *SiteUpdate) GetLocationOk() (*SiteLocation, bool)
- func (o *SiteUpdate) GetName() string
- func (o *SiteUpdate) GetNameOk() (*string, bool)
- func (o *SiteUpdate) GetParentId() string
- func (o *SiteUpdate) GetParentIdOk() (*string, bool)
- func (o *SiteUpdate) GetType() string
- func (o *SiteUpdate) GetTypeOk() (*string, bool)
- func (o *SiteUpdate) HasAddress() bool
- func (o *SiteUpdate) HasAttributes() bool
- func (o *SiteUpdate) HasContact() bool
- func (o *SiteUpdate) HasDescription() bool
- func (o *SiteUpdate) HasImage() bool
- func (o *SiteUpdate) HasLocation() bool
- func (o *SiteUpdate) HasParentId() bool
- func (o *SiteUpdate) HasType() bool
- func (o SiteUpdate) MarshalJSON() ([]byte, error)
- func (o *SiteUpdate) SetAddress(v SiteAddress)
- func (o *SiteUpdate) SetAddressNil()
- func (o *SiteUpdate) SetAttributes(v map[string]string)
- func (o *SiteUpdate) SetContact(v SiteContact)
- func (o *SiteUpdate) SetContactNil()
- func (o *SiteUpdate) SetDescription(v string)
- func (o *SiteUpdate) SetDescriptionNil()
- func (o *SiteUpdate) SetImage(v string)
- func (o *SiteUpdate) SetLocation(v SiteLocation)
- func (o *SiteUpdate) SetLocationNil()
- func (o *SiteUpdate) SetName(v string)
- func (o *SiteUpdate) SetParentId(v string)
- func (o *SiteUpdate) SetType(v string)
- func (o *SiteUpdate) UnmarshalJSON(bytes []byte) (err error)
- func (o *SiteUpdate) UnsetAddress()
- func (o *SiteUpdate) UnsetContact()
- func (o *SiteUpdate) UnsetDescription()
- func (o *SiteUpdate) UnsetLocation()
- type SitesApiService
- func (a *SitesApiService) AddDevicesToSite(ctx _context.Context, id string) ApiAddDevicesToSiteRequest
- func (a *SitesApiService) AddDevicesToSiteExecute(r ApiAddDevicesToSiteRequest) (Site, *_nethttp.Response, error)
- func (a *SitesApiService) AddServicesToSite(ctx _context.Context, id string) ApiAddServicesToSiteRequest
- func (a *SitesApiService) AddServicesToSiteExecute(r ApiAddServicesToSiteRequest) (Site, *_nethttp.Response, error)
- func (a *SitesApiService) CreateSite(ctx _context.Context) ApiCreateSiteRequest
- func (a *SitesApiService) CreateSiteExecute(r ApiCreateSiteRequest) (Site, *_nethttp.Response, error)
- func (a *SitesApiService) DeleteSite(ctx _context.Context, id string) ApiDeleteSiteRequest
- func (a *SitesApiService) DeleteSiteExecute(r ApiDeleteSiteRequest) (*_nethttp.Response, error)
- func (a *SitesApiService) GetSite(ctx _context.Context, id string) ApiGetSiteRequest
- func (a *SitesApiService) GetSiteExecute(r ApiGetSiteRequest) (Site, *_nethttp.Response, error)
- func (a *SitesApiService) GetSitesPage(ctx _context.Context) ApiGetSitesPageRequest
- func (a *SitesApiService) GetSitesPageExecute(r ApiGetSitesPageRequest) (SitesPage, *_nethttp.Response, error)
- func (a *SitesApiService) RemoveDevicesFromSite(ctx _context.Context, id string) ApiRemoveDevicesFromSiteRequest
- func (a *SitesApiService) RemoveDevicesFromSiteExecute(r ApiRemoveDevicesFromSiteRequest) (Site, *_nethttp.Response, error)
- func (a *SitesApiService) RemoveServicesFromSite(ctx _context.Context, id string) ApiRemoveServicesFromSiteRequest
- func (a *SitesApiService) RemoveServicesFromSiteExecute(r ApiRemoveServicesFromSiteRequest) (Site, *_nethttp.Response, error)
- func (a *SitesApiService) UpdateSite(ctx _context.Context, id string) ApiUpdateSiteRequest
- func (a *SitesApiService) UpdateSiteExecute(r ApiUpdateSiteRequest) (Site, *_nethttp.Response, error)
- type SitesPage
- func (o *SitesPage) GetContents() []Site
- func (o *SitesPage) GetContentsOk() (*[]Site, bool)
- func (o *SitesPage) GetHasNext() bool
- func (o *SitesPage) GetHasNextOk() (*bool, bool)
- func (o *SitesPage) GetHasPrevious() bool
- func (o *SitesPage) GetHasPreviousOk() (*bool, bool)
- func (o *SitesPage) GetPage() int32
- func (o *SitesPage) GetPageOk() (*int32, bool)
- func (o *SitesPage) GetPageSize() int32
- func (o *SitesPage) GetPageSizeOk() (*int32, bool)
- func (o *SitesPage) GetSortBy() string
- func (o *SitesPage) GetSortByOk() (*string, bool)
- func (o *SitesPage) GetSortOrder() string
- func (o *SitesPage) GetSortOrderOk() (*string, bool)
- func (o *SitesPage) GetTotalItems() int64
- func (o *SitesPage) GetTotalItemsOk() (*int64, bool)
- func (o *SitesPage) HasContents() bool
- func (o *SitesPage) HasHasNext() bool
- func (o *SitesPage) HasHasPrevious() bool
- func (o *SitesPage) HasPage() bool
- func (o *SitesPage) HasPageSize() bool
- func (o *SitesPage) HasSortBy() bool
- func (o *SitesPage) HasSortOrder() bool
- func (o *SitesPage) HasTotalItems() bool
- func (o SitesPage) MarshalJSON() ([]byte, error)
- func (o *SitesPage) SetContents(v []Site)
- func (o *SitesPage) SetHasNext(v bool)
- func (o *SitesPage) SetHasNextNil()
- func (o *SitesPage) SetHasPrevious(v bool)
- func (o *SitesPage) SetHasPreviousNil()
- func (o *SitesPage) SetPage(v int32)
- func (o *SitesPage) SetPageSize(v int32)
- func (o *SitesPage) SetSortBy(v string)
- func (o *SitesPage) SetSortByNil()
- func (o *SitesPage) SetSortOrder(v string)
- func (o *SitesPage) SetSortOrderNil()
- func (o *SitesPage) SetTotalItems(v int64)
- func (o *SitesPage) SetTotalItemsNil()
- func (o *SitesPage) UnmarshalJSON(bytes []byte) (err error)
- func (o *SitesPage) UnsetHasNext()
- func (o *SitesPage) UnsetHasPrevious()
- func (o *SitesPage) UnsetSortBy()
- func (o *SitesPage) UnsetSortOrder()
- func (o *SitesPage) UnsetTotalItems()
- type SitesPageAllOf
- func (o *SitesPageAllOf) GetContents() []Site
- func (o *SitesPageAllOf) GetContentsOk() (*[]Site, bool)
- func (o *SitesPageAllOf) HasContents() bool
- func (o SitesPageAllOf) MarshalJSON() ([]byte, error)
- func (o *SitesPageAllOf) SetContents(v []Site)
- func (o *SitesPageAllOf) UnmarshalJSON(bytes []byte) (err error)
- type SmartAccountConfiguration
- func (o *SmartAccountConfiguration) GetBaseAuthUrl() string
- func (o *SmartAccountConfiguration) GetBaseAuthUrlOk() (*string, bool)
- func (o *SmartAccountConfiguration) GetBaseSmartUrl() string
- func (o *SmartAccountConfiguration) GetBaseSmartUrlOk() (*string, bool)
- func (o *SmartAccountConfiguration) GetClientId() string
- func (o *SmartAccountConfiguration) GetClientIdOk() (*string, bool)
- func (o *SmartAccountConfiguration) GetClientSecret() string
- func (o *SmartAccountConfiguration) GetClientSecretOk() (*string, bool)
- func (o *SmartAccountConfiguration) GetContentType() string
- func (o *SmartAccountConfiguration) GetContentTypeOk() (*string, bool)
- func (o *SmartAccountConfiguration) GetGrantType() string
- func (o *SmartAccountConfiguration) GetGrantTypeOk() (*string, bool)
- func (o *SmartAccountConfiguration) GetId() string
- func (o *SmartAccountConfiguration) GetIdOk() (*string, bool)
- func (o *SmartAccountConfiguration) HasBaseAuthUrl() bool
- func (o *SmartAccountConfiguration) HasBaseSmartUrl() bool
- func (o *SmartAccountConfiguration) HasClientId() bool
- func (o *SmartAccountConfiguration) HasClientSecret() bool
- func (o *SmartAccountConfiguration) HasContentType() bool
- func (o *SmartAccountConfiguration) HasGrantType() bool
- func (o *SmartAccountConfiguration) HasId() bool
- func (o SmartAccountConfiguration) MarshalJSON() ([]byte, error)
- func (o *SmartAccountConfiguration) SetBaseAuthUrl(v string)
- func (o *SmartAccountConfiguration) SetBaseSmartUrl(v string)
- func (o *SmartAccountConfiguration) SetClientId(v string)
- func (o *SmartAccountConfiguration) SetClientSecret(v string)
- func (o *SmartAccountConfiguration) SetContentType(v string)
- func (o *SmartAccountConfiguration) SetGrantType(v string)
- func (o *SmartAccountConfiguration) SetId(v string)
- func (o *SmartAccountConfiguration) UnmarshalJSON(bytes []byte) (err error)
- type SmartAccountConfigurationCreate
- func (o *SmartAccountConfigurationCreate) GetBaseAuthUrl() string
- func (o *SmartAccountConfigurationCreate) GetBaseAuthUrlOk() (*string, bool)
- func (o *SmartAccountConfigurationCreate) GetBaseSmartUrl() string
- func (o *SmartAccountConfigurationCreate) GetBaseSmartUrlOk() (*string, bool)
- func (o *SmartAccountConfigurationCreate) GetClientId() string
- func (o *SmartAccountConfigurationCreate) GetClientIdOk() (*string, bool)
- func (o *SmartAccountConfigurationCreate) GetClientSecret() string
- func (o *SmartAccountConfigurationCreate) GetClientSecretOk() (*string, bool)
- func (o *SmartAccountConfigurationCreate) GetContentType() string
- func (o *SmartAccountConfigurationCreate) GetContentTypeOk() (*string, bool)
- func (o *SmartAccountConfigurationCreate) GetGrantType() string
- func (o *SmartAccountConfigurationCreate) GetGrantTypeOk() (*string, bool)
- func (o *SmartAccountConfigurationCreate) HasBaseAuthUrl() bool
- func (o *SmartAccountConfigurationCreate) HasBaseSmartUrl() bool
- func (o *SmartAccountConfigurationCreate) HasClientId() bool
- func (o *SmartAccountConfigurationCreate) HasClientSecret() bool
- func (o *SmartAccountConfigurationCreate) HasContentType() bool
- func (o *SmartAccountConfigurationCreate) HasGrantType() bool
- func (o SmartAccountConfigurationCreate) MarshalJSON() ([]byte, error)
- func (o *SmartAccountConfigurationCreate) SetBaseAuthUrl(v string)
- func (o *SmartAccountConfigurationCreate) SetBaseSmartUrl(v string)
- func (o *SmartAccountConfigurationCreate) SetClientId(v string)
- func (o *SmartAccountConfigurationCreate) SetClientSecret(v string)
- func (o *SmartAccountConfigurationCreate) SetContentType(v string)
- func (o *SmartAccountConfigurationCreate) SetGrantType(v string)
- func (o *SmartAccountConfigurationCreate) UnmarshalJSON(bytes []byte) (err error)
- type SmartAccountConfigurationUpdate
- func (o *SmartAccountConfigurationUpdate) GetBaseAuthUrl() string
- func (o *SmartAccountConfigurationUpdate) GetBaseAuthUrlOk() (*string, bool)
- func (o *SmartAccountConfigurationUpdate) GetBaseSmartUrl() string
- func (o *SmartAccountConfigurationUpdate) GetBaseSmartUrlOk() (*string, bool)
- func (o *SmartAccountConfigurationUpdate) GetClientId() string
- func (o *SmartAccountConfigurationUpdate) GetClientIdOk() (*string, bool)
- func (o *SmartAccountConfigurationUpdate) GetClientSecret() string
- func (o *SmartAccountConfigurationUpdate) GetClientSecretOk() (*string, bool)
- func (o *SmartAccountConfigurationUpdate) GetContentType() string
- func (o *SmartAccountConfigurationUpdate) GetContentTypeOk() (*string, bool)
- func (o *SmartAccountConfigurationUpdate) GetGrantType() string
- func (o *SmartAccountConfigurationUpdate) GetGrantTypeOk() (*string, bool)
- func (o *SmartAccountConfigurationUpdate) HasBaseAuthUrl() bool
- func (o *SmartAccountConfigurationUpdate) HasBaseSmartUrl() bool
- func (o *SmartAccountConfigurationUpdate) HasClientId() bool
- func (o *SmartAccountConfigurationUpdate) HasClientSecret() bool
- func (o *SmartAccountConfigurationUpdate) HasContentType() bool
- func (o *SmartAccountConfigurationUpdate) HasGrantType() bool
- func (o SmartAccountConfigurationUpdate) MarshalJSON() ([]byte, error)
- func (o *SmartAccountConfigurationUpdate) SetBaseAuthUrl(v string)
- func (o *SmartAccountConfigurationUpdate) SetBaseSmartUrl(v string)
- func (o *SmartAccountConfigurationUpdate) SetClientId(v string)
- func (o *SmartAccountConfigurationUpdate) SetClientSecret(v string)
- func (o *SmartAccountConfigurationUpdate) SetContentType(v string)
- func (o *SmartAccountConfigurationUpdate) SetGrantType(v string)
- func (o *SmartAccountConfigurationUpdate) UnmarshalJSON(bytes []byte) (err error)
- type SmartAccountType
- type SmartAccountUser
- func (o *SmartAccountUser) GetAccountDomain() string
- func (o *SmartAccountUser) GetAccountDomainOk() (*string, bool)
- func (o *SmartAccountUser) GetAccountId() int32
- func (o *SmartAccountUser) GetAccountIdOk() (*int32, bool)
- func (o *SmartAccountUser) GetAccountName() string
- func (o *SmartAccountUser) GetAccountNameOk() (*string, bool)
- func (o *SmartAccountUser) GetAccountType() SmartAccountType
- func (o *SmartAccountUser) GetAccountTypeOk() (*SmartAccountType, bool)
- func (o *SmartAccountUser) GetRoles() []SmartAccountUserRole
- func (o *SmartAccountUser) GetRolesOk() (*[]SmartAccountUserRole, bool)
- func (o *SmartAccountUser) HasAccountDomain() bool
- func (o *SmartAccountUser) HasAccountId() bool
- func (o *SmartAccountUser) HasAccountName() bool
- func (o *SmartAccountUser) HasAccountType() bool
- func (o *SmartAccountUser) HasRoles() bool
- func (o SmartAccountUser) MarshalJSON() ([]byte, error)
- func (o *SmartAccountUser) SetAccountDomain(v string)
- func (o *SmartAccountUser) SetAccountId(v int32)
- func (o *SmartAccountUser) SetAccountName(v string)
- func (o *SmartAccountUser) SetAccountType(v SmartAccountType)
- func (o *SmartAccountUser) SetRoles(v []SmartAccountUserRole)
- func (o *SmartAccountUser) UnmarshalJSON(bytes []byte) (err error)
- type SmartAccountUserRole
- func (o *SmartAccountUserRole) GetRoleName() string
- func (o *SmartAccountUserRole) GetRoleNameOk() (*string, bool)
- func (o *SmartAccountUserRole) GetVirtualAccountId() int32
- func (o *SmartAccountUserRole) GetVirtualAccountIdOk() (*int32, bool)
- func (o *SmartAccountUserRole) GetVirtualAccountName() string
- func (o *SmartAccountUserRole) GetVirtualAccountNameOk() (*string, bool)
- func (o *SmartAccountUserRole) HasRoleName() bool
- func (o *SmartAccountUserRole) HasVirtualAccountId() bool
- func (o *SmartAccountUserRole) HasVirtualAccountName() bool
- func (o SmartAccountUserRole) MarshalJSON() ([]byte, error)
- func (o *SmartAccountUserRole) SetRoleName(v string)
- func (o *SmartAccountUserRole) SetVirtualAccountId(v int32)
- func (o *SmartAccountUserRole) SetVirtualAccountName(v string)
- func (o *SmartAccountUserRole) UnmarshalJSON(bytes []byte) (err error)
- type SmartUserAccounts
- func (o *SmartUserAccounts) GetAccounts() []SmartAccountUser
- func (o *SmartUserAccounts) GetAccountsOk() (*[]SmartAccountUser, bool)
- func (o *SmartUserAccounts) HasAccounts() bool
- func (o SmartUserAccounts) MarshalJSON() ([]byte, error)
- func (o *SmartUserAccounts) SetAccounts(v []SmartAccountUser)
- func (o *SmartUserAccounts) UnmarshalJSON(bytes []byte) (err error)
- type SmartUserAccountsAllOf
- func (o *SmartUserAccountsAllOf) GetAccounts() []SmartAccountUser
- func (o *SmartUserAccountsAllOf) GetAccountsOk() (*[]SmartAccountUser, bool)
- func (o *SmartUserAccountsAllOf) HasAccounts() bool
- func (o SmartUserAccountsAllOf) MarshalJSON() ([]byte, error)
- func (o *SmartUserAccountsAllOf) SetAccounts(v []SmartAccountUser)
- func (o *SmartUserAccountsAllOf) UnmarshalJSON(bytes []byte) (err error)
- type StartWorkflowResponse
- func (o *StartWorkflowResponse) GetBaseType() string
- func (o *StartWorkflowResponse) GetBaseTypeOk() (*string, bool)
- func (o *StartWorkflowResponse) GetCreatedBy() string
- func (o *StartWorkflowResponse) GetCreatedByOk() (*string, bool)
- func (o *StartWorkflowResponse) GetCreatedOn() string
- func (o *StartWorkflowResponse) GetCreatedOnOk() (*string, bool)
- func (o *StartWorkflowResponse) GetDefinitionId() string
- func (o *StartWorkflowResponse) GetDefinitionIdOk() (*string, bool)
- func (o *StartWorkflowResponse) GetId() string
- func (o *StartWorkflowResponse) GetIdOk() (*string, bool)
- func (o *StartWorkflowResponse) GetSchemaId() string
- func (o *StartWorkflowResponse) GetSchemaIdOk() (*string, bool)
- func (o *StartWorkflowResponse) GetStatus() map[string]interface{}
- func (o *StartWorkflowResponse) GetStatusOk() (*map[string]interface{}, bool)
- func (o *StartWorkflowResponse) GetType() string
- func (o *StartWorkflowResponse) GetTypeOk() (*string, bool)
- func (o *StartWorkflowResponse) GetVersion() string
- func (o *StartWorkflowResponse) GetVersionOk() (*string, bool)
- func (o *StartWorkflowResponse) HasBaseType() bool
- func (o *StartWorkflowResponse) HasCreatedBy() bool
- func (o *StartWorkflowResponse) HasCreatedOn() bool
- func (o *StartWorkflowResponse) HasDefinitionId() bool
- func (o *StartWorkflowResponse) HasId() bool
- func (o *StartWorkflowResponse) HasSchemaId() bool
- func (o *StartWorkflowResponse) HasStatus() bool
- func (o *StartWorkflowResponse) HasType() bool
- func (o *StartWorkflowResponse) HasVersion() bool
- func (o StartWorkflowResponse) MarshalJSON() ([]byte, error)
- func (o *StartWorkflowResponse) SetBaseType(v string)
- func (o *StartWorkflowResponse) SetCreatedBy(v string)
- func (o *StartWorkflowResponse) SetCreatedOn(v string)
- func (o *StartWorkflowResponse) SetDefinitionId(v string)
- func (o *StartWorkflowResponse) SetId(v string)
- func (o *StartWorkflowResponse) SetSchemaId(v string)
- func (o *StartWorkflowResponse) SetStatus(v map[string]interface{})
- func (o *StartWorkflowResponse) SetType(v string)
- func (o *StartWorkflowResponse) SetVersion(v string)
- func (o *StartWorkflowResponse) UnmarshalJSON(bytes []byte) (err error)
- type Template
- func (o *Template) GetAttributes() map[string]string
- func (o *Template) GetAttributesOk() (*map[string]string, bool)
- func (o *Template) GetConfiguration() string
- func (o *Template) GetConfigurationOk() (*string, bool)
- func (o *Template) GetCreatedBy() string
- func (o *Template) GetCreatedByOk() (*string, bool)
- func (o *Template) GetCreatedOn() time.Time
- func (o *Template) GetCreatedOnOk() (*time.Time, bool)
- func (o *Template) GetDescription() string
- func (o *Template) GetDescriptionOk() (*string, bool)
- func (o *Template) GetExternalId() string
- func (o *Template) GetExternalIdOk() (*string, bool)
- func (o *Template) GetId() string
- func (o *Template) GetIdOk() (*string, bool)
- func (o *Template) GetModifiedBy() string
- func (o *Template) GetModifiedByOk() (*string, bool)
- func (o *Template) GetModifiedOn() time.Time
- func (o *Template) GetModifiedOnOk() (*time.Time, bool)
- func (o *Template) GetName() string
- func (o *Template) GetNameOk() (*string, bool)
- func (o *Template) GetNotes() string
- func (o *Template) GetNotesOk() (*string, bool)
- func (o *Template) GetServiceType() string
- func (o *Template) GetServiceTypeOk() (*string, bool)
- func (o *Template) GetStatus() TemplateStatus
- func (o *Template) GetStatusDetails() string
- func (o *Template) GetStatusDetailsOk() (*string, bool)
- func (o *Template) GetStatusOk() (*TemplateStatus, bool)
- func (o *Template) GetSubtype() string
- func (o *Template) GetSubtypeOk() (*string, bool)
- func (o *Template) GetTags() []string
- func (o *Template) GetTagsOk() (*[]string, bool)
- func (o *Template) GetType() string
- func (o *Template) GetTypeOk() (*string, bool)
- func (o *Template) HasAttributes() bool
- func (o *Template) HasConfiguration() bool
- func (o *Template) HasCreatedBy() bool
- func (o *Template) HasCreatedOn() bool
- func (o *Template) HasDescription() bool
- func (o *Template) HasExternalId() bool
- func (o *Template) HasId() bool
- func (o *Template) HasModifiedBy() bool
- func (o *Template) HasModifiedOn() bool
- func (o *Template) HasNotes() bool
- func (o *Template) HasStatus() bool
- func (o *Template) HasStatusDetails() bool
- func (o *Template) HasSubtype() bool
- func (o *Template) HasTags() bool
- func (o Template) MarshalJSON() ([]byte, error)
- func (o *Template) SetAttributes(v map[string]string)
- func (o *Template) SetConfiguration(v string)
- func (o *Template) SetCreatedBy(v string)
- func (o *Template) SetCreatedByNil()
- func (o *Template) SetCreatedOn(v time.Time)
- func (o *Template) SetCreatedOnNil()
- func (o *Template) SetDescription(v string)
- func (o *Template) SetExternalId(v string)
- func (o *Template) SetExternalIdNil()
- func (o *Template) SetId(v string)
- func (o *Template) SetModifiedBy(v string)
- func (o *Template) SetModifiedByNil()
- func (o *Template) SetModifiedOn(v time.Time)
- func (o *Template) SetModifiedOnNil()
- func (o *Template) SetName(v string)
- func (o *Template) SetNotes(v string)
- func (o *Template) SetNotesNil()
- func (o *Template) SetServiceType(v string)
- func (o *Template) SetStatus(v TemplateStatus)
- func (o *Template) SetStatusDetails(v string)
- func (o *Template) SetStatusDetailsNil()
- func (o *Template) SetSubtype(v string)
- func (o *Template) SetSubtypeNil()
- func (o *Template) SetTags(v []string)
- func (o *Template) SetType(v string)
- func (o *Template) UnmarshalJSON(bytes []byte) (err error)
- func (o *Template) UnsetCreatedBy()
- func (o *Template) UnsetCreatedOn()
- func (o *Template) UnsetExternalId()
- func (o *Template) UnsetModifiedBy()
- func (o *Template) UnsetModifiedOn()
- func (o *Template) UnsetNotes()
- func (o *Template) UnsetStatusDetails()
- func (o *Template) UnsetSubtype()
- type TemplateApplication
- func (o *TemplateApplication) GetCreatedBy() string
- func (o *TemplateApplication) GetCreatedByOk() (*string, bool)
- func (o *TemplateApplication) GetCreatedOn() time.Time
- func (o *TemplateApplication) GetCreatedOnOk() (*time.Time, bool)
- func (o *TemplateApplication) GetId() string
- func (o *TemplateApplication) GetIdOk() (*string, bool)
- func (o *TemplateApplication) GetModifiedBy() string
- func (o *TemplateApplication) GetModifiedByOk() (*string, bool)
- func (o *TemplateApplication) GetModifiedOn() time.Time
- func (o *TemplateApplication) GetModifiedOnOk() (*time.Time, bool)
- func (o *TemplateApplication) GetParameters() map[string]string
- func (o *TemplateApplication) GetParametersOk() (*map[string]string, bool)
- func (o *TemplateApplication) GetStatus() TemplateStatus
- func (o *TemplateApplication) GetStatusDetails() string
- func (o *TemplateApplication) GetStatusDetailsOk() (*string, bool)
- func (o *TemplateApplication) GetStatusOk() (*TemplateStatus, bool)
- func (o *TemplateApplication) GetTargetId() string
- func (o *TemplateApplication) GetTargetIdOk() (*string, bool)
- func (o *TemplateApplication) GetTargetType() string
- func (o *TemplateApplication) GetTargetTypeOk() (*string, bool)
- func (o *TemplateApplication) GetTemplateId() string
- func (o *TemplateApplication) GetTemplateIdOk() (*string, bool)
- func (o *TemplateApplication) GetTemplateName() string
- func (o *TemplateApplication) GetTemplateNameOk() (*string, bool)
- func (o *TemplateApplication) GetTenantId() string
- func (o *TemplateApplication) GetTenantIdOk() (*string, bool)
- func (o *TemplateApplication) HasCreatedBy() bool
- func (o *TemplateApplication) HasCreatedOn() bool
- func (o *TemplateApplication) HasId() bool
- func (o *TemplateApplication) HasModifiedBy() bool
- func (o *TemplateApplication) HasModifiedOn() bool
- func (o *TemplateApplication) HasParameters() bool
- func (o *TemplateApplication) HasStatus() bool
- func (o *TemplateApplication) HasStatusDetails() bool
- func (o *TemplateApplication) HasTemplateId() bool
- func (o *TemplateApplication) HasTemplateName() bool
- func (o TemplateApplication) MarshalJSON() ([]byte, error)
- func (o *TemplateApplication) SetCreatedBy(v string)
- func (o *TemplateApplication) SetCreatedByNil()
- func (o *TemplateApplication) SetCreatedOn(v time.Time)
- func (o *TemplateApplication) SetCreatedOnNil()
- func (o *TemplateApplication) SetId(v string)
- func (o *TemplateApplication) SetModifiedBy(v string)
- func (o *TemplateApplication) SetModifiedByNil()
- func (o *TemplateApplication) SetModifiedOn(v time.Time)
- func (o *TemplateApplication) SetModifiedOnNil()
- func (o *TemplateApplication) SetParameters(v map[string]string)
- func (o *TemplateApplication) SetStatus(v TemplateStatus)
- func (o *TemplateApplication) SetStatusDetails(v string)
- func (o *TemplateApplication) SetStatusDetailsNil()
- func (o *TemplateApplication) SetTargetId(v string)
- func (o *TemplateApplication) SetTargetType(v string)
- func (o *TemplateApplication) SetTemplateId(v string)
- func (o *TemplateApplication) SetTemplateName(v string)
- func (o *TemplateApplication) SetTenantId(v string)
- func (o *TemplateApplication) UnmarshalJSON(bytes []byte) (err error)
- func (o *TemplateApplication) UnsetCreatedBy()
- func (o *TemplateApplication) UnsetCreatedOn()
- func (o *TemplateApplication) UnsetModifiedBy()
- func (o *TemplateApplication) UnsetModifiedOn()
- func (o *TemplateApplication) UnsetStatusDetails()
- type TemplateApplicationAllOf
- func (o *TemplateApplicationAllOf) GetId() string
- func (o *TemplateApplicationAllOf) GetIdOk() (*string, bool)
- func (o *TemplateApplicationAllOf) GetTemplateId() string
- func (o *TemplateApplicationAllOf) GetTemplateIdOk() (*string, bool)
- func (o *TemplateApplicationAllOf) GetTemplateName() string
- func (o *TemplateApplicationAllOf) GetTemplateNameOk() (*string, bool)
- func (o *TemplateApplicationAllOf) HasId() bool
- func (o *TemplateApplicationAllOf) HasTemplateId() bool
- func (o *TemplateApplicationAllOf) HasTemplateName() bool
- func (o TemplateApplicationAllOf) MarshalJSON() ([]byte, error)
- func (o *TemplateApplicationAllOf) SetId(v string)
- func (o *TemplateApplicationAllOf) SetTemplateId(v string)
- func (o *TemplateApplicationAllOf) SetTemplateName(v string)
- func (o *TemplateApplicationAllOf) UnmarshalJSON(bytes []byte) (err error)
- type TemplateApplicationCreate
- func (o *TemplateApplicationCreate) GetParameters() map[string]string
- func (o *TemplateApplicationCreate) GetParametersOk() (*map[string]string, bool)
- func (o *TemplateApplicationCreate) GetTargetId() string
- func (o *TemplateApplicationCreate) GetTargetIdOk() (*string, bool)
- func (o *TemplateApplicationCreate) GetTargetType() string
- func (o *TemplateApplicationCreate) GetTargetTypeOk() (*string, bool)
- func (o *TemplateApplicationCreate) GetTenantId() string
- func (o *TemplateApplicationCreate) GetTenantIdOk() (*string, bool)
- func (o *TemplateApplicationCreate) HasParameters() bool
- func (o TemplateApplicationCreate) MarshalJSON() ([]byte, error)
- func (o *TemplateApplicationCreate) SetParameters(v map[string]string)
- func (o *TemplateApplicationCreate) SetTargetId(v string)
- func (o *TemplateApplicationCreate) SetTargetType(v string)
- func (o *TemplateApplicationCreate) SetTenantId(v string)
- func (o *TemplateApplicationCreate) UnmarshalJSON(bytes []byte) (err error)
- type TemplateApplicationStatusPatch
- func (o *TemplateApplicationStatusPatch) GetStatus() TemplateStatus
- func (o *TemplateApplicationStatusPatch) GetStatusDetails() string
- func (o *TemplateApplicationStatusPatch) GetStatusDetailsOk() (*string, bool)
- func (o *TemplateApplicationStatusPatch) GetStatusOk() (*TemplateStatus, bool)
- func (o *TemplateApplicationStatusPatch) HasStatusDetails() bool
- func (o TemplateApplicationStatusPatch) MarshalJSON() ([]byte, error)
- func (o *TemplateApplicationStatusPatch) SetStatus(v TemplateStatus)
- func (o *TemplateApplicationStatusPatch) SetStatusDetails(v string)
- func (o *TemplateApplicationStatusPatch) UnmarshalJSON(bytes []byte) (err error)
- type TemplateApplicationsApiService
- func (a *TemplateApplicationsApiService) ApplyTemplate(ctx _context.Context, id string) ApiApplyTemplateRequest
- func (a *TemplateApplicationsApiService) ApplyTemplateExecute(r ApiApplyTemplateRequest) (TemplateApplication, *_nethttp.Response, error)
- func (a *TemplateApplicationsApiService) DeleteTemplateApplication(ctx _context.Context, id string) ApiDeleteTemplateApplicationRequest
- func (a *TemplateApplicationsApiService) DeleteTemplateApplicationExecute(r ApiDeleteTemplateApplicationRequest) (*_nethttp.Response, error)
- func (a *TemplateApplicationsApiService) GetTemplateApplication(ctx _context.Context, id string) ApiGetTemplateApplicationRequest
- func (a *TemplateApplicationsApiService) GetTemplateApplicationExecute(r ApiGetTemplateApplicationRequest) (TemplateApplication, *_nethttp.Response, error)
- func (a *TemplateApplicationsApiService) GetTemplateApplicationHistory(ctx _context.Context, id string) ApiGetTemplateApplicationHistoryRequest
- func (a *TemplateApplicationsApiService) GetTemplateApplicationHistoryExecute(r ApiGetTemplateApplicationHistoryRequest) ([]TemplateApplication, *_nethttp.Response, error)
- func (a *TemplateApplicationsApiService) GetTemplateApplicationsPage(ctx _context.Context) ApiGetTemplateApplicationsPageRequest
- func (a *TemplateApplicationsApiService) GetTemplateApplicationsPageExecute(r ApiGetTemplateApplicationsPageRequest) (TemplateApplicationsPage, *_nethttp.Response, error)
- func (a *TemplateApplicationsApiService) UpdateApplicationStatus(ctx _context.Context, id string) ApiUpdateApplicationStatusRequest
- func (a *TemplateApplicationsApiService) UpdateApplicationStatusExecute(r ApiUpdateApplicationStatusRequest) (TemplateApplication, *_nethttp.Response, error)
- type TemplateApplicationsPage
- func (o *TemplateApplicationsPage) GetContents() []TemplateApplication
- func (o *TemplateApplicationsPage) GetContentsOk() (*[]TemplateApplication, bool)
- func (o *TemplateApplicationsPage) GetHasNext() bool
- func (o *TemplateApplicationsPage) GetHasNextOk() (*bool, bool)
- func (o *TemplateApplicationsPage) GetHasPrevious() bool
- func (o *TemplateApplicationsPage) GetHasPreviousOk() (*bool, bool)
- func (o *TemplateApplicationsPage) GetPage() int32
- func (o *TemplateApplicationsPage) GetPageOk() (*int32, bool)
- func (o *TemplateApplicationsPage) GetPageSize() int32
- func (o *TemplateApplicationsPage) GetPageSizeOk() (*int32, bool)
- func (o *TemplateApplicationsPage) GetSortBy() string
- func (o *TemplateApplicationsPage) GetSortByOk() (*string, bool)
- func (o *TemplateApplicationsPage) GetSortOrder() string
- func (o *TemplateApplicationsPage) GetSortOrderOk() (*string, bool)
- func (o *TemplateApplicationsPage) GetTotalItems() int64
- func (o *TemplateApplicationsPage) GetTotalItemsOk() (*int64, bool)
- func (o *TemplateApplicationsPage) HasContents() bool
- func (o *TemplateApplicationsPage) HasHasNext() bool
- func (o *TemplateApplicationsPage) HasHasPrevious() bool
- func (o *TemplateApplicationsPage) HasPage() bool
- func (o *TemplateApplicationsPage) HasPageSize() bool
- func (o *TemplateApplicationsPage) HasSortBy() bool
- func (o *TemplateApplicationsPage) HasSortOrder() bool
- func (o *TemplateApplicationsPage) HasTotalItems() bool
- func (o TemplateApplicationsPage) MarshalJSON() ([]byte, error)
- func (o *TemplateApplicationsPage) SetContents(v []TemplateApplication)
- func (o *TemplateApplicationsPage) SetHasNext(v bool)
- func (o *TemplateApplicationsPage) SetHasNextNil()
- func (o *TemplateApplicationsPage) SetHasPrevious(v bool)
- func (o *TemplateApplicationsPage) SetHasPreviousNil()
- func (o *TemplateApplicationsPage) SetPage(v int32)
- func (o *TemplateApplicationsPage) SetPageSize(v int32)
- func (o *TemplateApplicationsPage) SetSortBy(v string)
- func (o *TemplateApplicationsPage) SetSortByNil()
- func (o *TemplateApplicationsPage) SetSortOrder(v string)
- func (o *TemplateApplicationsPage) SetSortOrderNil()
- func (o *TemplateApplicationsPage) SetTotalItems(v int64)
- func (o *TemplateApplicationsPage) SetTotalItemsNil()
- func (o *TemplateApplicationsPage) UnmarshalJSON(bytes []byte) (err error)
- func (o *TemplateApplicationsPage) UnsetHasNext()
- func (o *TemplateApplicationsPage) UnsetHasPrevious()
- func (o *TemplateApplicationsPage) UnsetSortBy()
- func (o *TemplateApplicationsPage) UnsetSortOrder()
- func (o *TemplateApplicationsPage) UnsetTotalItems()
- type TemplateApplicationsPageAllOf
- func (o *TemplateApplicationsPageAllOf) GetContents() []TemplateApplication
- func (o *TemplateApplicationsPageAllOf) GetContentsOk() (*[]TemplateApplication, bool)
- func (o *TemplateApplicationsPageAllOf) HasContents() bool
- func (o TemplateApplicationsPageAllOf) MarshalJSON() ([]byte, error)
- func (o *TemplateApplicationsPageAllOf) SetContents(v []TemplateApplication)
- func (o *TemplateApplicationsPageAllOf) UnmarshalJSON(bytes []byte) (err error)
- type TemplateAssignment
- func (o *TemplateAssignment) GetAssignedTenantId() string
- func (o *TemplateAssignment) GetAssignedTenantIdOk() (*string, bool)
- func (o *TemplateAssignment) GetCreatedBy() string
- func (o *TemplateAssignment) GetCreatedByOk() (*string, bool)
- func (o *TemplateAssignment) GetCreatedOn() time.Time
- func (o *TemplateAssignment) GetCreatedOnOk() (*time.Time, bool)
- func (o *TemplateAssignment) GetId() string
- func (o *TemplateAssignment) GetIdOk() (*string, bool)
- func (o *TemplateAssignment) GetInheritable() bool
- func (o *TemplateAssignment) GetInheritableOk() (*bool, bool)
- func (o *TemplateAssignment) GetModifiedBy() string
- func (o *TemplateAssignment) GetModifiedByOk() (*string, bool)
- func (o *TemplateAssignment) GetModifiedOn() time.Time
- func (o *TemplateAssignment) GetModifiedOnOk() (*time.Time, bool)
- func (o *TemplateAssignment) GetStatus() TemplateStatus
- func (o *TemplateAssignment) GetStatusDetails() string
- func (o *TemplateAssignment) GetStatusDetailsOk() (*string, bool)
- func (o *TemplateAssignment) GetStatusOk() (*TemplateStatus, bool)
- func (o *TemplateAssignment) GetTemplateId() string
- func (o *TemplateAssignment) GetTemplateIdOk() (*string, bool)
- func (o *TemplateAssignment) GetTemplateName() string
- func (o *TemplateAssignment) GetTemplateNameOk() (*string, bool)
- func (o *TemplateAssignment) GetTenantId() string
- func (o *TemplateAssignment) GetTenantIdOk() (*string, bool)
- func (o *TemplateAssignment) HasAssignedTenantId() bool
- func (o *TemplateAssignment) HasCreatedBy() bool
- func (o *TemplateAssignment) HasCreatedOn() bool
- func (o *TemplateAssignment) HasId() bool
- func (o *TemplateAssignment) HasInheritable() bool
- func (o *TemplateAssignment) HasModifiedBy() bool
- func (o *TemplateAssignment) HasModifiedOn() bool
- func (o *TemplateAssignment) HasStatus() bool
- func (o *TemplateAssignment) HasStatusDetails() bool
- func (o *TemplateAssignment) HasTemplateId() bool
- func (o *TemplateAssignment) HasTemplateName() bool
- func (o *TemplateAssignment) HasTenantId() bool
- func (o TemplateAssignment) MarshalJSON() ([]byte, error)
- func (o *TemplateAssignment) SetAssignedTenantId(v string)
- func (o *TemplateAssignment) SetCreatedBy(v string)
- func (o *TemplateAssignment) SetCreatedByNil()
- func (o *TemplateAssignment) SetCreatedOn(v time.Time)
- func (o *TemplateAssignment) SetCreatedOnNil()
- func (o *TemplateAssignment) SetId(v string)
- func (o *TemplateAssignment) SetInheritable(v bool)
- func (o *TemplateAssignment) SetInheritableNil()
- func (o *TemplateAssignment) SetModifiedBy(v string)
- func (o *TemplateAssignment) SetModifiedByNil()
- func (o *TemplateAssignment) SetModifiedOn(v time.Time)
- func (o *TemplateAssignment) SetModifiedOnNil()
- func (o *TemplateAssignment) SetStatus(v TemplateStatus)
- func (o *TemplateAssignment) SetStatusDetails(v string)
- func (o *TemplateAssignment) SetStatusDetailsNil()
- func (o *TemplateAssignment) SetTemplateId(v string)
- func (o *TemplateAssignment) SetTemplateName(v string)
- func (o *TemplateAssignment) SetTenantId(v string)
- func (o *TemplateAssignment) UnmarshalJSON(bytes []byte) (err error)
- func (o *TemplateAssignment) UnsetCreatedBy()
- func (o *TemplateAssignment) UnsetCreatedOn()
- func (o *TemplateAssignment) UnsetInheritable()
- func (o *TemplateAssignment) UnsetModifiedBy()
- func (o *TemplateAssignment) UnsetModifiedOn()
- func (o *TemplateAssignment) UnsetStatusDetails()
- type TemplateAssignmentAllOf
- func (o *TemplateAssignmentAllOf) GetAssignedTenantId() string
- func (o *TemplateAssignmentAllOf) GetAssignedTenantIdOk() (*string, bool)
- func (o *TemplateAssignmentAllOf) GetId() string
- func (o *TemplateAssignmentAllOf) GetIdOk() (*string, bool)
- func (o *TemplateAssignmentAllOf) GetInheritable() bool
- func (o *TemplateAssignmentAllOf) GetInheritableOk() (*bool, bool)
- func (o *TemplateAssignmentAllOf) GetTemplateId() string
- func (o *TemplateAssignmentAllOf) GetTemplateIdOk() (*string, bool)
- func (o *TemplateAssignmentAllOf) GetTemplateName() string
- func (o *TemplateAssignmentAllOf) GetTemplateNameOk() (*string, bool)
- func (o *TemplateAssignmentAllOf) GetTenantId() string
- func (o *TemplateAssignmentAllOf) GetTenantIdOk() (*string, bool)
- func (o *TemplateAssignmentAllOf) HasAssignedTenantId() bool
- func (o *TemplateAssignmentAllOf) HasId() bool
- func (o *TemplateAssignmentAllOf) HasInheritable() bool
- func (o *TemplateAssignmentAllOf) HasTemplateId() bool
- func (o *TemplateAssignmentAllOf) HasTemplateName() bool
- func (o *TemplateAssignmentAllOf) HasTenantId() bool
- func (o TemplateAssignmentAllOf) MarshalJSON() ([]byte, error)
- func (o *TemplateAssignmentAllOf) SetAssignedTenantId(v string)
- func (o *TemplateAssignmentAllOf) SetId(v string)
- func (o *TemplateAssignmentAllOf) SetInheritable(v bool)
- func (o *TemplateAssignmentAllOf) SetInheritableNil()
- func (o *TemplateAssignmentAllOf) SetTemplateId(v string)
- func (o *TemplateAssignmentAllOf) SetTemplateName(v string)
- func (o *TemplateAssignmentAllOf) SetTenantId(v string)
- func (o *TemplateAssignmentAllOf) UnmarshalJSON(bytes []byte) (err error)
- func (o *TemplateAssignmentAllOf) UnsetInheritable()
- type TemplateAssignmentResponse
- func (o *TemplateAssignmentResponse) GetAssignedTenantId() string
- func (o *TemplateAssignmentResponse) GetAssignedTenantIdOk() (*string, bool)
- func (o *TemplateAssignmentResponse) GetCreatedBy() string
- func (o *TemplateAssignmentResponse) GetCreatedByOk() (*string, bool)
- func (o *TemplateAssignmentResponse) GetCreatedOn() time.Time
- func (o *TemplateAssignmentResponse) GetCreatedOnOk() (*time.Time, bool)
- func (o *TemplateAssignmentResponse) GetId() string
- func (o *TemplateAssignmentResponse) GetIdOk() (*string, bool)
- func (o *TemplateAssignmentResponse) GetInheritable() bool
- func (o *TemplateAssignmentResponse) GetInheritableOk() (*bool, bool)
- func (o *TemplateAssignmentResponse) GetModifiedBy() string
- func (o *TemplateAssignmentResponse) GetModifiedByOk() (*string, bool)
- func (o *TemplateAssignmentResponse) GetModifiedOn() time.Time
- func (o *TemplateAssignmentResponse) GetModifiedOnOk() (*time.Time, bool)
- func (o *TemplateAssignmentResponse) GetResponseStatus() string
- func (o *TemplateAssignmentResponse) GetResponseStatusOk() (*string, bool)
- func (o *TemplateAssignmentResponse) GetStatus() TemplateStatus
- func (o *TemplateAssignmentResponse) GetStatusDetails() string
- func (o *TemplateAssignmentResponse) GetStatusDetailsOk() (*string, bool)
- func (o *TemplateAssignmentResponse) GetStatusOk() (*TemplateStatus, bool)
- func (o *TemplateAssignmentResponse) GetTemplateId() string
- func (o *TemplateAssignmentResponse) GetTemplateIdOk() (*string, bool)
- func (o *TemplateAssignmentResponse) GetTemplateName() string
- func (o *TemplateAssignmentResponse) GetTemplateNameOk() (*string, bool)
- func (o *TemplateAssignmentResponse) GetTenantId() string
- func (o *TemplateAssignmentResponse) GetTenantIdOk() (*string, bool)
- func (o *TemplateAssignmentResponse) HasAssignedTenantId() bool
- func (o *TemplateAssignmentResponse) HasCreatedBy() bool
- func (o *TemplateAssignmentResponse) HasCreatedOn() bool
- func (o *TemplateAssignmentResponse) HasId() bool
- func (o *TemplateAssignmentResponse) HasInheritable() bool
- func (o *TemplateAssignmentResponse) HasModifiedBy() bool
- func (o *TemplateAssignmentResponse) HasModifiedOn() bool
- func (o *TemplateAssignmentResponse) HasResponseStatus() bool
- func (o *TemplateAssignmentResponse) HasStatus() bool
- func (o *TemplateAssignmentResponse) HasStatusDetails() bool
- func (o *TemplateAssignmentResponse) HasTemplateId() bool
- func (o *TemplateAssignmentResponse) HasTemplateName() bool
- func (o *TemplateAssignmentResponse) HasTenantId() bool
- func (o TemplateAssignmentResponse) MarshalJSON() ([]byte, error)
- func (o *TemplateAssignmentResponse) SetAssignedTenantId(v string)
- func (o *TemplateAssignmentResponse) SetCreatedBy(v string)
- func (o *TemplateAssignmentResponse) SetCreatedByNil()
- func (o *TemplateAssignmentResponse) SetCreatedOn(v time.Time)
- func (o *TemplateAssignmentResponse) SetCreatedOnNil()
- func (o *TemplateAssignmentResponse) SetId(v string)
- func (o *TemplateAssignmentResponse) SetInheritable(v bool)
- func (o *TemplateAssignmentResponse) SetInheritableNil()
- func (o *TemplateAssignmentResponse) SetModifiedBy(v string)
- func (o *TemplateAssignmentResponse) SetModifiedByNil()
- func (o *TemplateAssignmentResponse) SetModifiedOn(v time.Time)
- func (o *TemplateAssignmentResponse) SetModifiedOnNil()
- func (o *TemplateAssignmentResponse) SetResponseStatus(v string)
- func (o *TemplateAssignmentResponse) SetStatus(v TemplateStatus)
- func (o *TemplateAssignmentResponse) SetStatusDetails(v string)
- func (o *TemplateAssignmentResponse) SetStatusDetailsNil()
- func (o *TemplateAssignmentResponse) SetTemplateId(v string)
- func (o *TemplateAssignmentResponse) SetTemplateName(v string)
- func (o *TemplateAssignmentResponse) SetTenantId(v string)
- func (o *TemplateAssignmentResponse) UnmarshalJSON(bytes []byte) (err error)
- func (o *TemplateAssignmentResponse) UnsetCreatedBy()
- func (o *TemplateAssignmentResponse) UnsetCreatedOn()
- func (o *TemplateAssignmentResponse) UnsetInheritable()
- func (o *TemplateAssignmentResponse) UnsetModifiedBy()
- func (o *TemplateAssignmentResponse) UnsetModifiedOn()
- func (o *TemplateAssignmentResponse) UnsetStatusDetails()
- type TemplateAssignmentResponseAllOf
- func (o *TemplateAssignmentResponseAllOf) GetResponseStatus() string
- func (o *TemplateAssignmentResponseAllOf) GetResponseStatusOk() (*string, bool)
- func (o *TemplateAssignmentResponseAllOf) HasResponseStatus() bool
- func (o TemplateAssignmentResponseAllOf) MarshalJSON() ([]byte, error)
- func (o *TemplateAssignmentResponseAllOf) SetResponseStatus(v string)
- func (o *TemplateAssignmentResponseAllOf) UnmarshalJSON(bytes []byte) (err error)
- type TemplateAssignmentStatusPatch
- func (o *TemplateAssignmentStatusPatch) GetStatus() TemplateStatus
- func (o *TemplateAssignmentStatusPatch) GetStatusDetails() string
- func (o *TemplateAssignmentStatusPatch) GetStatusDetailsOk() (*string, bool)
- func (o *TemplateAssignmentStatusPatch) GetStatusOk() (*TemplateStatus, bool)
- func (o *TemplateAssignmentStatusPatch) HasStatusDetails() bool
- func (o TemplateAssignmentStatusPatch) MarshalJSON() ([]byte, error)
- func (o *TemplateAssignmentStatusPatch) SetStatus(v TemplateStatus)
- func (o *TemplateAssignmentStatusPatch) SetStatusDetails(v string)
- func (o *TemplateAssignmentStatusPatch) UnmarshalJSON(bytes []byte) (err error)
- type TemplateAssignmentsApiService
- func (a *TemplateAssignmentsApiService) BatchAssignTemplate(ctx _context.Context, id string) ApiBatchAssignTemplateRequest
- func (a *TemplateAssignmentsApiService) BatchAssignTemplateExecute(r ApiBatchAssignTemplateRequest) ([]TemplateAssignmentResponse, *_nethttp.Response, error)
- func (a *TemplateAssignmentsApiService) BatchUnassignTemplate(ctx _context.Context, id string) ApiBatchUnassignTemplateRequest
- func (a *TemplateAssignmentsApiService) BatchUnassignTemplateExecute(r ApiBatchUnassignTemplateRequest) ([]TemplateAssignmentResponse, *_nethttp.Response, error)
- func (a *TemplateAssignmentsApiService) GetAssignment(ctx _context.Context, id string) ApiGetAssignmentRequest
- func (a *TemplateAssignmentsApiService) GetAssignmentExecute(r ApiGetAssignmentRequest) (TemplateAssignment, *_nethttp.Response, error)
- func (a *TemplateAssignmentsApiService) GetAssignmentHistory(ctx _context.Context, id string) ApiGetAssignmentHistoryRequest
- func (a *TemplateAssignmentsApiService) GetAssignmentHistoryExecute(r ApiGetAssignmentHistoryRequest) ([]TemplateAssignment, *_nethttp.Response, error)
- func (a *TemplateAssignmentsApiService) GetTemplateAssignmentsPage(ctx _context.Context) ApiGetTemplateAssignmentsPageRequest
- func (a *TemplateAssignmentsApiService) GetTemplateAssignmentsPageExecute(r ApiGetTemplateAssignmentsPageRequest) (TemplateAssignmentsPage, *_nethttp.Response, error)
- func (a *TemplateAssignmentsApiService) UpdateAssignmentStatus(ctx _context.Context, id string) ApiUpdateAssignmentStatusRequest
- func (a *TemplateAssignmentsApiService) UpdateAssignmentStatusExecute(r ApiUpdateAssignmentStatusRequest) (TemplateAssignment, *_nethttp.Response, error)
- type TemplateAssignmentsPage
- func (o *TemplateAssignmentsPage) GetContents() []TemplateAssignment
- func (o *TemplateAssignmentsPage) GetContentsOk() (*[]TemplateAssignment, bool)
- func (o *TemplateAssignmentsPage) GetHasNext() bool
- func (o *TemplateAssignmentsPage) GetHasNextOk() (*bool, bool)
- func (o *TemplateAssignmentsPage) GetHasPrevious() bool
- func (o *TemplateAssignmentsPage) GetHasPreviousOk() (*bool, bool)
- func (o *TemplateAssignmentsPage) GetPage() int32
- func (o *TemplateAssignmentsPage) GetPageOk() (*int32, bool)
- func (o *TemplateAssignmentsPage) GetPageSize() int32
- func (o *TemplateAssignmentsPage) GetPageSizeOk() (*int32, bool)
- func (o *TemplateAssignmentsPage) GetSortBy() string
- func (o *TemplateAssignmentsPage) GetSortByOk() (*string, bool)
- func (o *TemplateAssignmentsPage) GetSortOrder() string
- func (o *TemplateAssignmentsPage) GetSortOrderOk() (*string, bool)
- func (o *TemplateAssignmentsPage) GetTotalItems() int64
- func (o *TemplateAssignmentsPage) GetTotalItemsOk() (*int64, bool)
- func (o *TemplateAssignmentsPage) HasContents() bool
- func (o *TemplateAssignmentsPage) HasHasNext() bool
- func (o *TemplateAssignmentsPage) HasHasPrevious() bool
- func (o *TemplateAssignmentsPage) HasPage() bool
- func (o *TemplateAssignmentsPage) HasPageSize() bool
- func (o *TemplateAssignmentsPage) HasSortBy() bool
- func (o *TemplateAssignmentsPage) HasSortOrder() bool
- func (o *TemplateAssignmentsPage) HasTotalItems() bool
- func (o TemplateAssignmentsPage) MarshalJSON() ([]byte, error)
- func (o *TemplateAssignmentsPage) SetContents(v []TemplateAssignment)
- func (o *TemplateAssignmentsPage) SetHasNext(v bool)
- func (o *TemplateAssignmentsPage) SetHasNextNil()
- func (o *TemplateAssignmentsPage) SetHasPrevious(v bool)
- func (o *TemplateAssignmentsPage) SetHasPreviousNil()
- func (o *TemplateAssignmentsPage) SetPage(v int32)
- func (o *TemplateAssignmentsPage) SetPageSize(v int32)
- func (o *TemplateAssignmentsPage) SetSortBy(v string)
- func (o *TemplateAssignmentsPage) SetSortByNil()
- func (o *TemplateAssignmentsPage) SetSortOrder(v string)
- func (o *TemplateAssignmentsPage) SetSortOrderNil()
- func (o *TemplateAssignmentsPage) SetTotalItems(v int64)
- func (o *TemplateAssignmentsPage) SetTotalItemsNil()
- func (o *TemplateAssignmentsPage) UnmarshalJSON(bytes []byte) (err error)
- func (o *TemplateAssignmentsPage) UnsetHasNext()
- func (o *TemplateAssignmentsPage) UnsetHasPrevious()
- func (o *TemplateAssignmentsPage) UnsetSortBy()
- func (o *TemplateAssignmentsPage) UnsetSortOrder()
- func (o *TemplateAssignmentsPage) UnsetTotalItems()
- type TemplateAssignmentsPageAllOf
- func (o *TemplateAssignmentsPageAllOf) GetContents() []TemplateAssignment
- func (o *TemplateAssignmentsPageAllOf) GetContentsOk() (*[]TemplateAssignment, bool)
- func (o *TemplateAssignmentsPageAllOf) HasContents() bool
- func (o TemplateAssignmentsPageAllOf) MarshalJSON() ([]byte, error)
- func (o *TemplateAssignmentsPageAllOf) SetContents(v []TemplateAssignment)
- func (o *TemplateAssignmentsPageAllOf) UnmarshalJSON(bytes []byte) (err error)
- type TemplateCreate
- func (o *TemplateCreate) GetAttributes() map[string]string
- func (o *TemplateCreate) GetAttributesOk() (*map[string]string, bool)
- func (o *TemplateCreate) GetConfiguration() string
- func (o *TemplateCreate) GetConfigurationOk() (*string, bool)
- func (o *TemplateCreate) GetDescription() string
- func (o *TemplateCreate) GetDescriptionOk() (*string, bool)
- func (o *TemplateCreate) GetExternalId() string
- func (o *TemplateCreate) GetExternalIdOk() (*string, bool)
- func (o *TemplateCreate) GetName() string
- func (o *TemplateCreate) GetNameOk() (*string, bool)
- func (o *TemplateCreate) GetNotes() string
- func (o *TemplateCreate) GetNotesOk() (*string, bool)
- func (o *TemplateCreate) GetServiceType() string
- func (o *TemplateCreate) GetServiceTypeOk() (*string, bool)
- func (o *TemplateCreate) GetSubtype() string
- func (o *TemplateCreate) GetSubtypeOk() (*string, bool)
- func (o *TemplateCreate) GetTags() []string
- func (o *TemplateCreate) GetTagsOk() (*[]string, bool)
- func (o *TemplateCreate) GetType() string
- func (o *TemplateCreate) GetTypeOk() (*string, bool)
- func (o *TemplateCreate) HasAttributes() bool
- func (o *TemplateCreate) HasConfiguration() bool
- func (o *TemplateCreate) HasDescription() bool
- func (o *TemplateCreate) HasExternalId() bool
- func (o *TemplateCreate) HasNotes() bool
- func (o *TemplateCreate) HasSubtype() bool
- func (o *TemplateCreate) HasTags() bool
- func (o TemplateCreate) MarshalJSON() ([]byte, error)
- func (o *TemplateCreate) SetAttributes(v map[string]string)
- func (o *TemplateCreate) SetConfiguration(v string)
- func (o *TemplateCreate) SetDescription(v string)
- func (o *TemplateCreate) SetExternalId(v string)
- func (o *TemplateCreate) SetExternalIdNil()
- func (o *TemplateCreate) SetName(v string)
- func (o *TemplateCreate) SetNotes(v string)
- func (o *TemplateCreate) SetNotesNil()
- func (o *TemplateCreate) SetServiceType(v string)
- func (o *TemplateCreate) SetSubtype(v string)
- func (o *TemplateCreate) SetSubtypeNil()
- func (o *TemplateCreate) SetTags(v []string)
- func (o *TemplateCreate) SetType(v string)
- func (o *TemplateCreate) UnmarshalJSON(bytes []byte) (err error)
- func (o *TemplateCreate) UnsetExternalId()
- func (o *TemplateCreate) UnsetNotes()
- func (o *TemplateCreate) UnsetSubtype()
- type TemplateParameterValidator
- func (o *TemplateParameterValidator) GetAllowedValues() []string
- func (o *TemplateParameterValidator) GetAllowedValuesOk() (*[]string, bool)
- func (o *TemplateParameterValidator) GetDisplayType() string
- func (o *TemplateParameterValidator) GetDisplayTypeOk() (*string, bool)
- func (o *TemplateParameterValidator) GetHintText() string
- func (o *TemplateParameterValidator) GetHintTextOk() (*string, bool)
- func (o *TemplateParameterValidator) GetLabel() string
- func (o *TemplateParameterValidator) GetLabelOk() (*string, bool)
- func (o *TemplateParameterValidator) GetName() string
- func (o *TemplateParameterValidator) GetNameOk() (*string, bool)
- func (o *TemplateParameterValidator) GetToolTipText() string
- func (o *TemplateParameterValidator) GetToolTipTextOk() (*string, bool)
- func (o *TemplateParameterValidator) GetType() string
- func (o *TemplateParameterValidator) GetTypeOk() (*string, bool)
- func (o *TemplateParameterValidator) HasAllowedValues() bool
- func (o *TemplateParameterValidator) HasDisplayType() bool
- func (o *TemplateParameterValidator) HasHintText() bool
- func (o *TemplateParameterValidator) HasLabel() bool
- func (o *TemplateParameterValidator) HasName() bool
- func (o *TemplateParameterValidator) HasToolTipText() bool
- func (o *TemplateParameterValidator) HasType() bool
- func (o TemplateParameterValidator) MarshalJSON() ([]byte, error)
- func (o *TemplateParameterValidator) SetAllowedValues(v []string)
- func (o *TemplateParameterValidator) SetDisplayType(v string)
- func (o *TemplateParameterValidator) SetHintText(v string)
- func (o *TemplateParameterValidator) SetLabel(v string)
- func (o *TemplateParameterValidator) SetName(v string)
- func (o *TemplateParameterValidator) SetToolTipText(v string)
- func (o *TemplateParameterValidator) SetType(v string)
- func (o *TemplateParameterValidator) UnmarshalJSON(bytes []byte) (err error)
- type TemplatePatch
- func (o *TemplatePatch) GetAttributes() map[string]string
- func (o *TemplatePatch) GetAttributesOk() (*map[string]string, bool)
- func (o *TemplatePatch) GetConfiguration() string
- func (o *TemplatePatch) GetConfigurationOk() (*string, bool)
- func (o *TemplatePatch) GetDescription() string
- func (o *TemplatePatch) GetDescriptionOk() (*string, bool)
- func (o *TemplatePatch) GetName() string
- func (o *TemplatePatch) GetNameOk() (*string, bool)
- func (o *TemplatePatch) GetNotes() string
- func (o *TemplatePatch) GetNotesOk() (*string, bool)
- func (o *TemplatePatch) GetServiceType() string
- func (o *TemplatePatch) GetServiceTypeOk() (*string, bool)
- func (o *TemplatePatch) GetStatus() TemplateStatus
- func (o *TemplatePatch) GetStatusDetails() string
- func (o *TemplatePatch) GetStatusDetailsOk() (*string, bool)
- func (o *TemplatePatch) GetStatusOk() (*TemplateStatus, bool)
- func (o *TemplatePatch) GetSubtype() string
- func (o *TemplatePatch) GetSubtypeOk() (*string, bool)
- func (o *TemplatePatch) GetTags() []string
- func (o *TemplatePatch) GetTagsOk() (*[]string, bool)
- func (o *TemplatePatch) GetType() string
- func (o *TemplatePatch) GetTypeOk() (*string, bool)
- func (o *TemplatePatch) HasAttributes() bool
- func (o *TemplatePatch) HasConfiguration() bool
- func (o *TemplatePatch) HasDescription() bool
- func (o *TemplatePatch) HasName() bool
- func (o *TemplatePatch) HasNotes() bool
- func (o *TemplatePatch) HasServiceType() bool
- func (o *TemplatePatch) HasStatus() bool
- func (o *TemplatePatch) HasStatusDetails() bool
- func (o *TemplatePatch) HasSubtype() bool
- func (o *TemplatePatch) HasTags() bool
- func (o *TemplatePatch) HasType() bool
- func (o TemplatePatch) MarshalJSON() ([]byte, error)
- func (o *TemplatePatch) SetAttributes(v map[string]string)
- func (o *TemplatePatch) SetConfiguration(v string)
- func (o *TemplatePatch) SetDescription(v string)
- func (o *TemplatePatch) SetName(v string)
- func (o *TemplatePatch) SetNotes(v string)
- func (o *TemplatePatch) SetServiceType(v string)
- func (o *TemplatePatch) SetStatus(v TemplateStatus)
- func (o *TemplatePatch) SetStatusDetails(v string)
- func (o *TemplatePatch) SetSubtype(v string)
- func (o *TemplatePatch) SetSubtypeNil()
- func (o *TemplatePatch) SetTags(v []string)
- func (o *TemplatePatch) SetType(v string)
- func (o *TemplatePatch) UnmarshalJSON(bytes []byte) (err error)
- func (o *TemplatePatch) UnsetSubtype()
- type TemplateStatus
- type TemplateStatusMeta
- func (o *TemplateStatusMeta) GetCreatedBy() string
- func (o *TemplateStatusMeta) GetCreatedByOk() (*string, bool)
- func (o *TemplateStatusMeta) GetCreatedOn() time.Time
- func (o *TemplateStatusMeta) GetCreatedOnOk() (*time.Time, bool)
- func (o *TemplateStatusMeta) GetModifiedBy() string
- func (o *TemplateStatusMeta) GetModifiedByOk() (*string, bool)
- func (o *TemplateStatusMeta) GetModifiedOn() time.Time
- func (o *TemplateStatusMeta) GetModifiedOnOk() (*time.Time, bool)
- func (o *TemplateStatusMeta) GetStatus() TemplateStatus
- func (o *TemplateStatusMeta) GetStatusDetails() string
- func (o *TemplateStatusMeta) GetStatusDetailsOk() (*string, bool)
- func (o *TemplateStatusMeta) GetStatusOk() (*TemplateStatus, bool)
- func (o *TemplateStatusMeta) HasCreatedBy() bool
- func (o *TemplateStatusMeta) HasCreatedOn() bool
- func (o *TemplateStatusMeta) HasModifiedBy() bool
- func (o *TemplateStatusMeta) HasModifiedOn() bool
- func (o *TemplateStatusMeta) HasStatus() bool
- func (o *TemplateStatusMeta) HasStatusDetails() bool
- func (o TemplateStatusMeta) MarshalJSON() ([]byte, error)
- func (o *TemplateStatusMeta) SetCreatedBy(v string)
- func (o *TemplateStatusMeta) SetCreatedByNil()
- func (o *TemplateStatusMeta) SetCreatedOn(v time.Time)
- func (o *TemplateStatusMeta) SetCreatedOnNil()
- func (o *TemplateStatusMeta) SetModifiedBy(v string)
- func (o *TemplateStatusMeta) SetModifiedByNil()
- func (o *TemplateStatusMeta) SetModifiedOn(v time.Time)
- func (o *TemplateStatusMeta) SetModifiedOnNil()
- func (o *TemplateStatusMeta) SetStatus(v TemplateStatus)
- func (o *TemplateStatusMeta) SetStatusDetails(v string)
- func (o *TemplateStatusMeta) SetStatusDetailsNil()
- func (o *TemplateStatusMeta) UnmarshalJSON(bytes []byte) (err error)
- func (o *TemplateStatusMeta) UnsetCreatedBy()
- func (o *TemplateStatusMeta) UnsetCreatedOn()
- func (o *TemplateStatusMeta) UnsetModifiedBy()
- func (o *TemplateStatusMeta) UnsetModifiedOn()
- func (o *TemplateStatusMeta) UnsetStatusDetails()
- type TemplatesApiService
- func (a *TemplatesApiService) DeleteTemplate(ctx _context.Context, id string) ApiDeleteTemplateRequest
- func (a *TemplatesApiService) DeleteTemplateExecute(r ApiDeleteTemplateRequest) (*_nethttp.Response, error)
- func (a *TemplatesApiService) GetTemplate(ctx _context.Context, id string) ApiGetTemplateRequest
- func (a *TemplatesApiService) GetTemplateExecute(r ApiGetTemplateRequest) (Template, *_nethttp.Response, error)
- func (a *TemplatesApiService) GetTemplateHistory(ctx _context.Context, id string) ApiGetTemplateHistoryRequest
- func (a *TemplatesApiService) GetTemplateHistoryExecute(r ApiGetTemplateHistoryRequest) ([]Template, *_nethttp.Response, error)
- func (a *TemplatesApiService) GetTemplatesPage(ctx _context.Context) ApiGetTemplatesPageRequest
- func (a *TemplatesApiService) GetTemplatesPageExecute(r ApiGetTemplatesPageRequest) (TemplatesPage, *_nethttp.Response, error)
- func (a *TemplatesApiService) ImportTemplate(ctx _context.Context) ApiImportTemplateRequest
- func (a *TemplatesApiService) ImportTemplateExecute(r ApiImportTemplateRequest) (Template, *_nethttp.Response, error)
- func (a *TemplatesApiService) UpdateTemplateStatus(ctx _context.Context, id string) ApiUpdateTemplateStatusRequest
- func (a *TemplatesApiService) UpdateTemplateStatusExecute(r ApiUpdateTemplateStatusRequest) (Template, *_nethttp.Response, error)
- type TemplatesPage
- func (o *TemplatesPage) GetContents() []Template
- func (o *TemplatesPage) GetContentsOk() (*[]Template, bool)
- func (o *TemplatesPage) GetHasNext() bool
- func (o *TemplatesPage) GetHasNextOk() (*bool, bool)
- func (o *TemplatesPage) GetHasPrevious() bool
- func (o *TemplatesPage) GetHasPreviousOk() (*bool, bool)
- func (o *TemplatesPage) GetPage() int32
- func (o *TemplatesPage) GetPageOk() (*int32, bool)
- func (o *TemplatesPage) GetPageSize() int32
- func (o *TemplatesPage) GetPageSizeOk() (*int32, bool)
- func (o *TemplatesPage) GetSortBy() string
- func (o *TemplatesPage) GetSortByOk() (*string, bool)
- func (o *TemplatesPage) GetSortOrder() string
- func (o *TemplatesPage) GetSortOrderOk() (*string, bool)
- func (o *TemplatesPage) GetTotalItems() int64
- func (o *TemplatesPage) GetTotalItemsOk() (*int64, bool)
- func (o *TemplatesPage) HasContents() bool
- func (o *TemplatesPage) HasHasNext() bool
- func (o *TemplatesPage) HasHasPrevious() bool
- func (o *TemplatesPage) HasPage() bool
- func (o *TemplatesPage) HasPageSize() bool
- func (o *TemplatesPage) HasSortBy() bool
- func (o *TemplatesPage) HasSortOrder() bool
- func (o *TemplatesPage) HasTotalItems() bool
- func (o TemplatesPage) MarshalJSON() ([]byte, error)
- func (o *TemplatesPage) SetContents(v []Template)
- func (o *TemplatesPage) SetHasNext(v bool)
- func (o *TemplatesPage) SetHasNextNil()
- func (o *TemplatesPage) SetHasPrevious(v bool)
- func (o *TemplatesPage) SetHasPreviousNil()
- func (o *TemplatesPage) SetPage(v int32)
- func (o *TemplatesPage) SetPageSize(v int32)
- func (o *TemplatesPage) SetSortBy(v string)
- func (o *TemplatesPage) SetSortByNil()
- func (o *TemplatesPage) SetSortOrder(v string)
- func (o *TemplatesPage) SetSortOrderNil()
- func (o *TemplatesPage) SetTotalItems(v int64)
- func (o *TemplatesPage) SetTotalItemsNil()
- func (o *TemplatesPage) UnmarshalJSON(bytes []byte) (err error)
- func (o *TemplatesPage) UnsetHasNext()
- func (o *TemplatesPage) UnsetHasPrevious()
- func (o *TemplatesPage) UnsetSortBy()
- func (o *TemplatesPage) UnsetSortOrder()
- func (o *TemplatesPage) UnsetTotalItems()
- type TemplatesPageAllOf
- func (o *TemplatesPageAllOf) GetContents() []Template
- func (o *TemplatesPageAllOf) GetContentsOk() (*[]Template, bool)
- func (o *TemplatesPageAllOf) HasContents() bool
- func (o TemplatesPageAllOf) MarshalJSON() ([]byte, error)
- func (o *TemplatesPageAllOf) SetContents(v []Template)
- func (o *TemplatesPageAllOf) UnmarshalJSON(bytes []byte) (err error)
- type Tenant
- func (o *Tenant) GetCreatedOn() time.Time
- func (o *Tenant) GetCreatedOnOk() (*time.Time, bool)
- func (o *Tenant) GetDescription() string
- func (o *Tenant) GetDescriptionOk() (*string, bool)
- func (o *Tenant) GetEmail() string
- func (o *Tenant) GetEmailOk() (*string, bool)
- func (o *Tenant) GetExternalId() string
- func (o *Tenant) GetExternalIdOk() (*string, bool)
- func (o *Tenant) GetId() string
- func (o *Tenant) GetIdOk() (*string, bool)
- func (o *Tenant) GetImage() string
- func (o *Tenant) GetImageOk() (*string, bool)
- func (o *Tenant) GetModifiedOn() time.Time
- func (o *Tenant) GetModifiedOnOk() (*time.Time, bool)
- func (o *Tenant) GetName() string
- func (o *Tenant) GetNameOk() (*string, bool)
- func (o *Tenant) GetNumberOfChildren() int64
- func (o *Tenant) GetNumberOfChildrenOk() (*int64, bool)
- func (o *Tenant) GetParentId() string
- func (o *Tenant) GetParentIdOk() (*string, bool)
- func (o *Tenant) GetSuspended() bool
- func (o *Tenant) GetSuspendedOk() (*bool, bool)
- func (o *Tenant) GetUrl() string
- func (o *Tenant) GetUrlOk() (*string, bool)
- func (o *Tenant) HasCreatedOn() bool
- func (o *Tenant) HasDescription() bool
- func (o *Tenant) HasEmail() bool
- func (o *Tenant) HasExternalId() bool
- func (o *Tenant) HasId() bool
- func (o *Tenant) HasImage() bool
- func (o *Tenant) HasModifiedOn() bool
- func (o *Tenant) HasNumberOfChildren() bool
- func (o *Tenant) HasParentId() bool
- func (o *Tenant) HasSuspended() bool
- func (o *Tenant) HasUrl() bool
- func (o Tenant) MarshalJSON() ([]byte, error)
- func (o *Tenant) SetCreatedOn(v time.Time)
- func (o *Tenant) SetDescription(v string)
- func (o *Tenant) SetDescriptionNil()
- func (o *Tenant) SetEmail(v string)
- func (o *Tenant) SetEmailNil()
- func (o *Tenant) SetExternalId(v string)
- func (o *Tenant) SetExternalIdNil()
- func (o *Tenant) SetId(v string)
- func (o *Tenant) SetImage(v string)
- func (o *Tenant) SetImageNil()
- func (o *Tenant) SetModifiedOn(v time.Time)
- func (o *Tenant) SetName(v string)
- func (o *Tenant) SetNumberOfChildren(v int64)
- func (o *Tenant) SetNumberOfChildrenNil()
- func (o *Tenant) SetParentId(v string)
- func (o *Tenant) SetParentIdNil()
- func (o *Tenant) SetSuspended(v bool)
- func (o *Tenant) SetSuspendedNil()
- func (o *Tenant) SetUrl(v string)
- func (o *Tenant) SetUrlNil()
- func (o *Tenant) UnmarshalJSON(bytes []byte) (err error)
- func (o *Tenant) UnsetDescription()
- func (o *Tenant) UnsetEmail()
- func (o *Tenant) UnsetExternalId()
- func (o *Tenant) UnsetImage()
- func (o *Tenant) UnsetNumberOfChildren()
- func (o *Tenant) UnsetParentId()
- func (o *Tenant) UnsetSuspended()
- func (o *Tenant) UnsetUrl()
- type TenantAllOf
- func (o *TenantAllOf) GetCreatedOn() time.Time
- func (o *TenantAllOf) GetCreatedOnOk() (*time.Time, bool)
- func (o *TenantAllOf) GetId() string
- func (o *TenantAllOf) GetIdOk() (*string, bool)
- func (o *TenantAllOf) GetModifiedOn() time.Time
- func (o *TenantAllOf) GetModifiedOnOk() (*time.Time, bool)
- func (o *TenantAllOf) GetNumberOfChildren() int64
- func (o *TenantAllOf) GetNumberOfChildrenOk() (*int64, bool)
- func (o *TenantAllOf) GetSuspended() bool
- func (o *TenantAllOf) GetSuspendedOk() (*bool, bool)
- func (o *TenantAllOf) HasCreatedOn() bool
- func (o *TenantAllOf) HasId() bool
- func (o *TenantAllOf) HasModifiedOn() bool
- func (o *TenantAllOf) HasNumberOfChildren() bool
- func (o *TenantAllOf) HasSuspended() bool
- func (o TenantAllOf) MarshalJSON() ([]byte, error)
- func (o *TenantAllOf) SetCreatedOn(v time.Time)
- func (o *TenantAllOf) SetId(v string)
- func (o *TenantAllOf) SetModifiedOn(v time.Time)
- func (o *TenantAllOf) SetNumberOfChildren(v int64)
- func (o *TenantAllOf) SetNumberOfChildrenNil()
- func (o *TenantAllOf) SetSuspended(v bool)
- func (o *TenantAllOf) SetSuspendedNil()
- func (o *TenantAllOf) UnmarshalJSON(bytes []byte) (err error)
- func (o *TenantAllOf) UnsetNumberOfChildren()
- func (o *TenantAllOf) UnsetSuspended()
- type TenantCreate
- func (o *TenantCreate) GetDescription() string
- func (o *TenantCreate) GetDescriptionOk() (*string, bool)
- func (o *TenantCreate) GetEmail() string
- func (o *TenantCreate) GetEmailOk() (*string, bool)
- func (o *TenantCreate) GetExternalId() string
- func (o *TenantCreate) GetExternalIdOk() (*string, bool)
- func (o *TenantCreate) GetImage() string
- func (o *TenantCreate) GetImageOk() (*string, bool)
- func (o *TenantCreate) GetName() string
- func (o *TenantCreate) GetNameOk() (*string, bool)
- func (o *TenantCreate) GetParentId() string
- func (o *TenantCreate) GetParentIdOk() (*string, bool)
- func (o *TenantCreate) GetUrl() string
- func (o *TenantCreate) GetUrlOk() (*string, bool)
- func (o *TenantCreate) HasDescription() bool
- func (o *TenantCreate) HasEmail() bool
- func (o *TenantCreate) HasExternalId() bool
- func (o *TenantCreate) HasImage() bool
- func (o *TenantCreate) HasParentId() bool
- func (o *TenantCreate) HasUrl() bool
- func (o TenantCreate) MarshalJSON() ([]byte, error)
- func (o *TenantCreate) SetDescription(v string)
- func (o *TenantCreate) SetDescriptionNil()
- func (o *TenantCreate) SetEmail(v string)
- func (o *TenantCreate) SetEmailNil()
- func (o *TenantCreate) SetExternalId(v string)
- func (o *TenantCreate) SetExternalIdNil()
- func (o *TenantCreate) SetImage(v string)
- func (o *TenantCreate) SetImageNil()
- func (o *TenantCreate) SetName(v string)
- func (o *TenantCreate) SetParentId(v string)
- func (o *TenantCreate) SetParentIdNil()
- func (o *TenantCreate) SetUrl(v string)
- func (o *TenantCreate) SetUrlNil()
- func (o *TenantCreate) UnmarshalJSON(bytes []byte) (err error)
- func (o *TenantCreate) UnsetDescription()
- func (o *TenantCreate) UnsetEmail()
- func (o *TenantCreate) UnsetExternalId()
- func (o *TenantCreate) UnsetImage()
- func (o *TenantCreate) UnsetParentId()
- func (o *TenantCreate) UnsetUrl()
- type TenantCreateAllOf
- func (o *TenantCreateAllOf) GetExternalId() string
- func (o *TenantCreateAllOf) GetExternalIdOk() (*string, bool)
- func (o *TenantCreateAllOf) GetParentId() string
- func (o *TenantCreateAllOf) GetParentIdOk() (*string, bool)
- func (o *TenantCreateAllOf) HasExternalId() bool
- func (o *TenantCreateAllOf) HasParentId() bool
- func (o TenantCreateAllOf) MarshalJSON() ([]byte, error)
- func (o *TenantCreateAllOf) SetExternalId(v string)
- func (o *TenantCreateAllOf) SetExternalIdNil()
- func (o *TenantCreateAllOf) SetParentId(v string)
- func (o *TenantCreateAllOf) SetParentIdNil()
- func (o *TenantCreateAllOf) UnmarshalJSON(bytes []byte) (err error)
- func (o *TenantCreateAllOf) UnsetExternalId()
- func (o *TenantCreateAllOf) UnsetParentId()
- type TenantUpdate
- func (o *TenantUpdate) GetDescription() string
- func (o *TenantUpdate) GetDescriptionOk() (*string, bool)
- func (o *TenantUpdate) GetEmail() string
- func (o *TenantUpdate) GetEmailOk() (*string, bool)
- func (o *TenantUpdate) GetImage() string
- func (o *TenantUpdate) GetImageOk() (*string, bool)
- func (o *TenantUpdate) GetName() string
- func (o *TenantUpdate) GetNameOk() (*string, bool)
- func (o *TenantUpdate) GetUrl() string
- func (o *TenantUpdate) GetUrlOk() (*string, bool)
- func (o *TenantUpdate) HasDescription() bool
- func (o *TenantUpdate) HasEmail() bool
- func (o *TenantUpdate) HasImage() bool
- func (o *TenantUpdate) HasUrl() bool
- func (o TenantUpdate) MarshalJSON() ([]byte, error)
- func (o *TenantUpdate) SetDescription(v string)
- func (o *TenantUpdate) SetDescriptionNil()
- func (o *TenantUpdate) SetEmail(v string)
- func (o *TenantUpdate) SetEmailNil()
- func (o *TenantUpdate) SetImage(v string)
- func (o *TenantUpdate) SetImageNil()
- func (o *TenantUpdate) SetName(v string)
- func (o *TenantUpdate) SetUrl(v string)
- func (o *TenantUpdate) SetUrlNil()
- func (o *TenantUpdate) UnmarshalJSON(bytes []byte) (err error)
- func (o *TenantUpdate) UnsetDescription()
- func (o *TenantUpdate) UnsetEmail()
- func (o *TenantUpdate) UnsetImage()
- func (o *TenantUpdate) UnsetUrl()
- type TenantsApiService
- func (a *TenantsApiService) CreateTenant(ctx _context.Context) ApiCreateTenantRequest
- func (a *TenantsApiService) CreateTenantExecute(r ApiCreateTenantRequest) (Tenant, *_nethttp.Response, error)
- func (a *TenantsApiService) DeleteTenant(ctx _context.Context, id string) ApiDeleteTenantRequest
- func (a *TenantsApiService) DeleteTenantExecute(r ApiDeleteTenantRequest) (*_nethttp.Response, error)
- func (a *TenantsApiService) GetTenant(ctx _context.Context, id string) ApiGetTenantRequest
- func (a *TenantsApiService) GetTenantExecute(r ApiGetTenantRequest) (Tenant, *_nethttp.Response, error)
- func (a *TenantsApiService) GetTenantsList(ctx _context.Context) ApiGetTenantsListRequest
- func (a *TenantsApiService) GetTenantsListExecute(r ApiGetTenantsListRequest) ([]Tenant, *_nethttp.Response, error)
- func (a *TenantsApiService) GetTenantsPage(ctx _context.Context) ApiGetTenantsPageRequest
- func (a *TenantsApiService) GetTenantsPageExecute(r ApiGetTenantsPageRequest) (TenantsPage, *_nethttp.Response, error)
- func (a *TenantsApiService) UpdateTenant(ctx _context.Context, id string) ApiUpdateTenantRequest
- func (a *TenantsApiService) UpdateTenantExecute(r ApiUpdateTenantRequest) (Tenant, *_nethttp.Response, error)
- type TenantsPage
- func (o *TenantsPage) GetContents() []Tenant
- func (o *TenantsPage) GetContentsOk() (*[]Tenant, bool)
- func (o *TenantsPage) GetHasNext() bool
- func (o *TenantsPage) GetHasNextOk() (*bool, bool)
- func (o *TenantsPage) GetHasPrevious() bool
- func (o *TenantsPage) GetHasPreviousOk() (*bool, bool)
- func (o *TenantsPage) GetPage() int32
- func (o *TenantsPage) GetPageOk() (*int32, bool)
- func (o *TenantsPage) GetPageSize() int32
- func (o *TenantsPage) GetPageSizeOk() (*int32, bool)
- func (o *TenantsPage) GetSortBy() string
- func (o *TenantsPage) GetSortByOk() (*string, bool)
- func (o *TenantsPage) GetSortOrder() string
- func (o *TenantsPage) GetSortOrderOk() (*string, bool)
- func (o *TenantsPage) GetTotalItems() int64
- func (o *TenantsPage) GetTotalItemsOk() (*int64, bool)
- func (o *TenantsPage) HasContents() bool
- func (o *TenantsPage) HasHasNext() bool
- func (o *TenantsPage) HasHasPrevious() bool
- func (o *TenantsPage) HasPage() bool
- func (o *TenantsPage) HasPageSize() bool
- func (o *TenantsPage) HasSortBy() bool
- func (o *TenantsPage) HasSortOrder() bool
- func (o *TenantsPage) HasTotalItems() bool
- func (o TenantsPage) MarshalJSON() ([]byte, error)
- func (o *TenantsPage) SetContents(v []Tenant)
- func (o *TenantsPage) SetHasNext(v bool)
- func (o *TenantsPage) SetHasNextNil()
- func (o *TenantsPage) SetHasPrevious(v bool)
- func (o *TenantsPage) SetHasPreviousNil()
- func (o *TenantsPage) SetPage(v int32)
- func (o *TenantsPage) SetPageSize(v int32)
- func (o *TenantsPage) SetSortBy(v string)
- func (o *TenantsPage) SetSortByNil()
- func (o *TenantsPage) SetSortOrder(v string)
- func (o *TenantsPage) SetSortOrderNil()
- func (o *TenantsPage) SetTotalItems(v int64)
- func (o *TenantsPage) SetTotalItemsNil()
- func (o *TenantsPage) UnmarshalJSON(bytes []byte) (err error)
- func (o *TenantsPage) UnsetHasNext()
- func (o *TenantsPage) UnsetHasPrevious()
- func (o *TenantsPage) UnsetSortBy()
- func (o *TenantsPage) UnsetSortOrder()
- func (o *TenantsPage) UnsetTotalItems()
- type TenantsPageAllOf
- func (o *TenantsPageAllOf) GetContents() []Tenant
- func (o *TenantsPageAllOf) GetContentsOk() (*[]Tenant, bool)
- func (o *TenantsPageAllOf) HasContents() bool
- func (o TenantsPageAllOf) MarshalJSON() ([]byte, error)
- func (o *TenantsPageAllOf) SetContents(v []Tenant)
- func (o *TenantsPageAllOf) UnmarshalJSON(bytes []byte) (err error)
- type UpdatePassword
- func (o *UpdatePassword) GetNewPassword() string
- func (o *UpdatePassword) GetNewPasswordOk() (*string, bool)
- func (o *UpdatePassword) GetOldPassword() string
- func (o *UpdatePassword) GetOldPasswordOk() (*string, bool)
- func (o *UpdatePassword) GetUsername() string
- func (o *UpdatePassword) GetUsernameOk() (*string, bool)
- func (o *UpdatePassword) HasOldPassword() bool
- func (o UpdatePassword) MarshalJSON() ([]byte, error)
- func (o *UpdatePassword) SetNewPassword(v string)
- func (o *UpdatePassword) SetOldPassword(v string)
- func (o *UpdatePassword) SetOldPasswordNil()
- func (o *UpdatePassword) SetUsername(v string)
- func (o *UpdatePassword) UnmarshalJSON(bytes []byte) (err error)
- func (o *UpdatePassword) UnsetOldPassword()
- type User
- func (o *User) GetDeleted() string
- func (o *User) GetDeletedOk() (*string, bool)
- func (o *User) GetEmail() string
- func (o *User) GetEmailOk() (*string, bool)
- func (o *User) GetFirstName() string
- func (o *User) GetFirstNameOk() (*string, bool)
- func (o *User) GetId() string
- func (o *User) GetIdOk() (*string, bool)
- func (o *User) GetLastName() string
- func (o *User) GetLastNameOk() (*string, bool)
- func (o *User) GetLocale() string
- func (o *User) GetLocaleOk() (*string, bool)
- func (o *User) GetPassword() string
- func (o *User) GetPasswordOk() (*string, bool)
- func (o *User) GetPasswordPolicyName() string
- func (o *User) GetPasswordPolicyNameOk() (*string, bool)
- func (o *User) GetRoleIds() []string
- func (o *User) GetRoleIdsOk() (*[]string, bool)
- func (o *User) GetStatus() string
- func (o *User) GetStatusOk() (*string, bool)
- func (o *User) GetTenantIds() []string
- func (o *User) GetTenantIdsOk() (*[]string, bool)
- func (o *User) GetUsername() string
- func (o *User) GetUsernameOk() (*string, bool)
- func (o *User) HasDeleted() bool
- func (o *User) HasFirstName() bool
- func (o *User) HasId() bool
- func (o *User) HasLocale() bool
- func (o *User) HasPassword() bool
- func (o *User) HasRoleIds() bool
- func (o *User) HasStatus() bool
- func (o *User) HasTenantIds() bool
- func (o *User) HasUsername() bool
- func (o User) MarshalJSON() ([]byte, error)
- func (o *User) SetDeleted(v string)
- func (o *User) SetEmail(v string)
- func (o *User) SetFirstName(v string)
- func (o *User) SetId(v string)
- func (o *User) SetLastName(v string)
- func (o *User) SetLocale(v string)
- func (o *User) SetLocaleNil()
- func (o *User) SetPassword(v string)
- func (o *User) SetPasswordNil()
- func (o *User) SetPasswordPolicyName(v string)
- func (o *User) SetRoleIds(v []string)
- func (o *User) SetStatus(v string)
- func (o *User) SetTenantIds(v []string)
- func (o *User) SetUsername(v string)
- func (o *User) UnmarshalJSON(bytes []byte) (err error)
- func (o *User) UnsetLocale()
- func (o *User) UnsetPassword()
- type UserAllOf
- func (o *UserAllOf) GetDeleted() string
- func (o *UserAllOf) GetDeletedOk() (*string, bool)
- func (o *UserAllOf) GetId() string
- func (o *UserAllOf) GetIdOk() (*string, bool)
- func (o *UserAllOf) GetStatus() string
- func (o *UserAllOf) GetStatusOk() (*string, bool)
- func (o *UserAllOf) HasDeleted() bool
- func (o *UserAllOf) HasId() bool
- func (o *UserAllOf) HasStatus() bool
- func (o UserAllOf) MarshalJSON() ([]byte, error)
- func (o *UserAllOf) SetDeleted(v string)
- func (o *UserAllOf) SetId(v string)
- func (o *UserAllOf) SetStatus(v string)
- func (o *UserAllOf) UnmarshalJSON(bytes []byte) (err error)
- type UserCreate
- func (o *UserCreate) GetEmail() string
- func (o *UserCreate) GetEmailOk() (*string, bool)
- func (o *UserCreate) GetFirstName() string
- func (o *UserCreate) GetFirstNameOk() (*string, bool)
- func (o *UserCreate) GetLastName() string
- func (o *UserCreate) GetLastNameOk() (*string, bool)
- func (o *UserCreate) GetLocale() string
- func (o *UserCreate) GetLocaleOk() (*string, bool)
- func (o *UserCreate) GetPassword() string
- func (o *UserCreate) GetPasswordOk() (*string, bool)
- func (o *UserCreate) GetPasswordPolicyName() string
- func (o *UserCreate) GetPasswordPolicyNameOk() (*string, bool)
- func (o *UserCreate) GetRoleIds() []string
- func (o *UserCreate) GetRoleIdsOk() (*[]string, bool)
- func (o *UserCreate) GetTenantIds() []string
- func (o *UserCreate) GetTenantIdsOk() (*[]string, bool)
- func (o *UserCreate) GetUsername() string
- func (o *UserCreate) GetUsernameOk() (*string, bool)
- func (o *UserCreate) HasFirstName() bool
- func (o *UserCreate) HasLocale() bool
- func (o *UserCreate) HasPassword() bool
- func (o *UserCreate) HasRoleIds() bool
- func (o *UserCreate) HasTenantIds() bool
- func (o *UserCreate) HasUsername() bool
- func (o UserCreate) MarshalJSON() ([]byte, error)
- func (o *UserCreate) SetEmail(v string)
- func (o *UserCreate) SetFirstName(v string)
- func (o *UserCreate) SetLastName(v string)
- func (o *UserCreate) SetLocale(v string)
- func (o *UserCreate) SetLocaleNil()
- func (o *UserCreate) SetPassword(v string)
- func (o *UserCreate) SetPasswordNil()
- func (o *UserCreate) SetPasswordPolicyName(v string)
- func (o *UserCreate) SetRoleIds(v []string)
- func (o *UserCreate) SetTenantIds(v []string)
- func (o *UserCreate) SetUsername(v string)
- func (o *UserCreate) UnmarshalJSON(bytes []byte) (err error)
- func (o *UserCreate) UnsetLocale()
- func (o *UserCreate) UnsetPassword()
- type UserCreateAllOf
- func (o *UserCreateAllOf) GetPassword() string
- func (o *UserCreateAllOf) GetPasswordOk() (*string, bool)
- func (o *UserCreateAllOf) GetUsername() string
- func (o *UserCreateAllOf) GetUsernameOk() (*string, bool)
- func (o *UserCreateAllOf) HasPassword() bool
- func (o *UserCreateAllOf) HasUsername() bool
- func (o UserCreateAllOf) MarshalJSON() ([]byte, error)
- func (o *UserCreateAllOf) SetPassword(v string)
- func (o *UserCreateAllOf) SetPasswordNil()
- func (o *UserCreateAllOf) SetUsername(v string)
- func (o *UserCreateAllOf) UnmarshalJSON(bytes []byte) (err error)
- func (o *UserCreateAllOf) UnsetPassword()
- type UserUpdate
- func (o *UserUpdate) GetEmail() string
- func (o *UserUpdate) GetEmailOk() (*string, bool)
- func (o *UserUpdate) GetFirstName() string
- func (o *UserUpdate) GetFirstNameOk() (*string, bool)
- func (o *UserUpdate) GetLastName() string
- func (o *UserUpdate) GetLastNameOk() (*string, bool)
- func (o *UserUpdate) GetLocale() string
- func (o *UserUpdate) GetLocaleOk() (*string, bool)
- func (o *UserUpdate) GetPasswordPolicyName() string
- func (o *UserUpdate) GetPasswordPolicyNameOk() (*string, bool)
- func (o *UserUpdate) GetRoleIds() []string
- func (o *UserUpdate) GetRoleIdsOk() (*[]string, bool)
- func (o *UserUpdate) GetTenantIds() []string
- func (o *UserUpdate) GetTenantIdsOk() (*[]string, bool)
- func (o *UserUpdate) HasFirstName() bool
- func (o *UserUpdate) HasLocale() bool
- func (o *UserUpdate) HasRoleIds() bool
- func (o *UserUpdate) HasTenantIds() bool
- func (o UserUpdate) MarshalJSON() ([]byte, error)
- func (o *UserUpdate) SetEmail(v string)
- func (o *UserUpdate) SetFirstName(v string)
- func (o *UserUpdate) SetLastName(v string)
- func (o *UserUpdate) SetLocale(v string)
- func (o *UserUpdate) SetLocaleNil()
- func (o *UserUpdate) SetPasswordPolicyName(v string)
- func (o *UserUpdate) SetRoleIds(v []string)
- func (o *UserUpdate) SetTenantIds(v []string)
- func (o *UserUpdate) UnmarshalJSON(bytes []byte) (err error)
- func (o *UserUpdate) UnsetLocale()
- type UsersApiService
- func (a *UsersApiService) CreateUser(ctx _context.Context) ApiCreateUserRequest
- func (a *UsersApiService) CreateUserExecute(r ApiCreateUserRequest) (User, *_nethttp.Response, error)
- func (a *UsersApiService) DeleteUser(ctx _context.Context, id string) ApiDeleteUserRequest
- func (a *UsersApiService) DeleteUserExecute(r ApiDeleteUserRequest) (*_nethttp.Response, error)
- func (a *UsersApiService) GetCurrentUser(ctx _context.Context) ApiGetCurrentUserRequest
- func (a *UsersApiService) GetCurrentUserExecute(r ApiGetCurrentUserRequest) (User, *_nethttp.Response, error)
- func (a *UsersApiService) GetUser(ctx _context.Context, id string) ApiGetUserRequest
- func (a *UsersApiService) GetUserExecute(r ApiGetUserRequest) (User, *_nethttp.Response, error)
- func (a *UsersApiService) GetUsersPage(ctx _context.Context) ApiGetUsersPageRequest
- func (a *UsersApiService) GetUsersPageExecute(r ApiGetUsersPageRequest) (UsersPage, *_nethttp.Response, error)
- func (a *UsersApiService) UpdateUser(ctx _context.Context, id string) ApiUpdateUserRequest
- func (a *UsersApiService) UpdateUserExecute(r ApiUpdateUserRequest) (User, *_nethttp.Response, error)
- func (a *UsersApiService) UpdateUserPassword(ctx _context.Context) ApiUpdateUserPasswordRequest
- func (a *UsersApiService) UpdateUserPasswordExecute(r ApiUpdateUserPasswordRequest) (*_nethttp.Response, error)
- type UsersPage
- func (o *UsersPage) GetContents() []User
- func (o *UsersPage) GetContentsOk() (*[]User, bool)
- func (o *UsersPage) GetHasNext() bool
- func (o *UsersPage) GetHasNextOk() (*bool, bool)
- func (o *UsersPage) GetHasPrevious() bool
- func (o *UsersPage) GetHasPreviousOk() (*bool, bool)
- func (o *UsersPage) GetPage() int32
- func (o *UsersPage) GetPageOk() (*int32, bool)
- func (o *UsersPage) GetPageSize() int32
- func (o *UsersPage) GetPageSizeOk() (*int32, bool)
- func (o *UsersPage) GetSortBy() string
- func (o *UsersPage) GetSortByOk() (*string, bool)
- func (o *UsersPage) GetSortOrder() string
- func (o *UsersPage) GetSortOrderOk() (*string, bool)
- func (o *UsersPage) GetTotalItems() int64
- func (o *UsersPage) GetTotalItemsOk() (*int64, bool)
- func (o *UsersPage) HasContents() bool
- func (o *UsersPage) HasHasNext() bool
- func (o *UsersPage) HasHasPrevious() bool
- func (o *UsersPage) HasPage() bool
- func (o *UsersPage) HasPageSize() bool
- func (o *UsersPage) HasSortBy() bool
- func (o *UsersPage) HasSortOrder() bool
- func (o *UsersPage) HasTotalItems() bool
- func (o UsersPage) MarshalJSON() ([]byte, error)
- func (o *UsersPage) SetContents(v []User)
- func (o *UsersPage) SetHasNext(v bool)
- func (o *UsersPage) SetHasNextNil()
- func (o *UsersPage) SetHasPrevious(v bool)
- func (o *UsersPage) SetHasPreviousNil()
- func (o *UsersPage) SetPage(v int32)
- func (o *UsersPage) SetPageSize(v int32)
- func (o *UsersPage) SetSortBy(v string)
- func (o *UsersPage) SetSortByNil()
- func (o *UsersPage) SetSortOrder(v string)
- func (o *UsersPage) SetSortOrderNil()
- func (o *UsersPage) SetTotalItems(v int64)
- func (o *UsersPage) SetTotalItemsNil()
- func (o *UsersPage) UnmarshalJSON(bytes []byte) (err error)
- func (o *UsersPage) UnsetHasNext()
- func (o *UsersPage) UnsetHasPrevious()
- func (o *UsersPage) UnsetSortBy()
- func (o *UsersPage) UnsetSortOrder()
- func (o *UsersPage) UnsetTotalItems()
- type UsersPageAllOf
- func (o *UsersPageAllOf) GetContents() []User
- func (o *UsersPageAllOf) GetContentsOk() (*[]User, bool)
- func (o *UsersPageAllOf) HasContents() bool
- func (o UsersPageAllOf) MarshalJSON() ([]byte, error)
- func (o *UsersPageAllOf) SetContents(v []User)
- func (o *UsersPageAllOf) UnmarshalJSON(bytes []byte) (err error)
- type ValidateWorkflowResponse
- func (o *ValidateWorkflowResponse) GetInvalidActionIds() []string
- func (o *ValidateWorkflowResponse) GetInvalidActionIdsOk() (*[]string, bool)
- func (o *ValidateWorkflowResponse) GetTotalActions() int32
- func (o *ValidateWorkflowResponse) GetTotalActionsOk() (*int32, bool)
- func (o *ValidateWorkflowResponse) GetTotalValid() int32
- func (o *ValidateWorkflowResponse) GetTotalValidOk() (*int32, bool)
- func (o *ValidateWorkflowResponse) GetWorkflowValid() bool
- func (o *ValidateWorkflowResponse) GetWorkflowValidOk() (*bool, bool)
- func (o *ValidateWorkflowResponse) HasInvalidActionIds() bool
- func (o *ValidateWorkflowResponse) HasTotalActions() bool
- func (o *ValidateWorkflowResponse) HasTotalValid() bool
- func (o *ValidateWorkflowResponse) HasWorkflowValid() bool
- func (o ValidateWorkflowResponse) MarshalJSON() ([]byte, error)
- func (o *ValidateWorkflowResponse) SetInvalidActionIds(v []string)
- func (o *ValidateWorkflowResponse) SetTotalActions(v int32)
- func (o *ValidateWorkflowResponse) SetTotalActionsNil()
- func (o *ValidateWorkflowResponse) SetTotalValid(v int32)
- func (o *ValidateWorkflowResponse) SetTotalValidNil()
- func (o *ValidateWorkflowResponse) SetWorkflowValid(v bool)
- func (o *ValidateWorkflowResponse) SetWorkflowValidNil()
- func (o *ValidateWorkflowResponse) UnmarshalJSON(bytes []byte) (err error)
- func (o *ValidateWorkflowResponse) UnsetTotalActions()
- func (o *ValidateWorkflowResponse) UnsetTotalValid()
- func (o *ValidateWorkflowResponse) UnsetWorkflowValid()
- type ValidationApiService
- func (a *ValidationApiService) GetValidateProductVersionPage(ctx _context.Context) ApiGetValidateProductVersionPageRequest
- func (a *ValidationApiService) GetValidateProductVersionPageExecute(r ApiGetValidateProductVersionPageRequest) (VulnerabilityValidationPage, *_nethttp.Response, error)
- func (a *ValidationApiService) ValidateProductVersion(ctx _context.Context) ApiValidateProductVersionRequest
- func (a *ValidationApiService) ValidateProductVersionExecute(r ApiValidateProductVersionRequest) (VulnerabilityValidation, *_nethttp.Response, error)
- type VulnerabilitiesApiService
- func (a *VulnerabilitiesApiService) GetIngestVulnerabilitiesTasksPage(ctx _context.Context) ApiGetIngestVulnerabilitiesTasksPageRequest
- func (a *VulnerabilitiesApiService) GetIngestVulnerabilitiesTasksPageExecute(r ApiGetIngestVulnerabilitiesTasksPageRequest) (VulnerabilityIngestPage, *_nethttp.Response, error)
- func (a *VulnerabilitiesApiService) GetVulnerabilitiesPage(ctx _context.Context) ApiGetVulnerabilitiesPageRequest
- func (a *VulnerabilitiesApiService) GetVulnerabilitiesPageExecute(r ApiGetVulnerabilitiesPageRequest) (VulnerabilitiesPage, *_nethttp.Response, error)
- func (a *VulnerabilitiesApiService) IngestVulnerabilities(ctx _context.Context) ApiIngestVulnerabilitiesRequest
- func (a *VulnerabilitiesApiService) IngestVulnerabilitiesExecute(r ApiIngestVulnerabilitiesRequest) (VulnerabilityIngestion, *_nethttp.Response, error)
- type VulnerabilitiesPage
- func (o *VulnerabilitiesPage) GetContents() []Vulnerability
- func (o *VulnerabilitiesPage) GetContentsOk() (*[]Vulnerability, bool)
- func (o *VulnerabilitiesPage) GetHasNext() bool
- func (o *VulnerabilitiesPage) GetHasNextOk() (*bool, bool)
- func (o *VulnerabilitiesPage) GetHasPrevious() bool
- func (o *VulnerabilitiesPage) GetHasPreviousOk() (*bool, bool)
- func (o *VulnerabilitiesPage) GetPage() int32
- func (o *VulnerabilitiesPage) GetPageOk() (*int32, bool)
- func (o *VulnerabilitiesPage) GetPageSize() int32
- func (o *VulnerabilitiesPage) GetPageSizeOk() (*int32, bool)
- func (o *VulnerabilitiesPage) GetSortBy() string
- func (o *VulnerabilitiesPage) GetSortByOk() (*string, bool)
- func (o *VulnerabilitiesPage) GetSortOrder() string
- func (o *VulnerabilitiesPage) GetSortOrderOk() (*string, bool)
- func (o *VulnerabilitiesPage) GetTotalItems() int64
- func (o *VulnerabilitiesPage) GetTotalItemsOk() (*int64, bool)
- func (o *VulnerabilitiesPage) HasSortBy() bool
- func (o *VulnerabilitiesPage) HasSortOrder() bool
- func (o *VulnerabilitiesPage) HasTotalItems() bool
- func (o VulnerabilitiesPage) MarshalJSON() ([]byte, error)
- func (o *VulnerabilitiesPage) SetContents(v []Vulnerability)
- func (o *VulnerabilitiesPage) SetHasNext(v bool)
- func (o *VulnerabilitiesPage) SetHasPrevious(v bool)
- func (o *VulnerabilitiesPage) SetPage(v int32)
- func (o *VulnerabilitiesPage) SetPageSize(v int32)
- func (o *VulnerabilitiesPage) SetSortBy(v string)
- func (o *VulnerabilitiesPage) SetSortByNil()
- func (o *VulnerabilitiesPage) SetSortOrder(v string)
- func (o *VulnerabilitiesPage) SetSortOrderNil()
- func (o *VulnerabilitiesPage) SetTotalItems(v int64)
- func (o *VulnerabilitiesPage) SetTotalItemsNil()
- func (o *VulnerabilitiesPage) UnmarshalJSON(bytes []byte) (err error)
- func (o *VulnerabilitiesPage) UnsetSortBy()
- func (o *VulnerabilitiesPage) UnsetSortOrder()
- func (o *VulnerabilitiesPage) UnsetTotalItems()
- type VulnerabilitiesPageAllOf
- func (o *VulnerabilitiesPageAllOf) GetContents() []Vulnerability
- func (o *VulnerabilitiesPageAllOf) GetContentsOk() (*[]Vulnerability, bool)
- func (o VulnerabilitiesPageAllOf) MarshalJSON() ([]byte, error)
- func (o *VulnerabilitiesPageAllOf) SetContents(v []Vulnerability)
- func (o *VulnerabilitiesPageAllOf) UnmarshalJSON(bytes []byte) (err error)
- type VulnerabilitiesRegistrationPage
- func (o *VulnerabilitiesRegistrationPage) GetContents() []VulnerabilityRegistration
- func (o *VulnerabilitiesRegistrationPage) GetContentsOk() (*[]VulnerabilityRegistration, bool)
- func (o *VulnerabilitiesRegistrationPage) GetHasNext() bool
- func (o *VulnerabilitiesRegistrationPage) GetHasNextOk() (*bool, bool)
- func (o *VulnerabilitiesRegistrationPage) GetHasPrevious() bool
- func (o *VulnerabilitiesRegistrationPage) GetHasPreviousOk() (*bool, bool)
- func (o *VulnerabilitiesRegistrationPage) GetPage() int32
- func (o *VulnerabilitiesRegistrationPage) GetPageOk() (*int32, bool)
- func (o *VulnerabilitiesRegistrationPage) GetPageSize() int32
- func (o *VulnerabilitiesRegistrationPage) GetPageSizeOk() (*int32, bool)
- func (o *VulnerabilitiesRegistrationPage) GetSortBy() string
- func (o *VulnerabilitiesRegistrationPage) GetSortByOk() (*string, bool)
- func (o *VulnerabilitiesRegistrationPage) GetSortOrder() string
- func (o *VulnerabilitiesRegistrationPage) GetSortOrderOk() (*string, bool)
- func (o *VulnerabilitiesRegistrationPage) GetTotalItems() int64
- func (o *VulnerabilitiesRegistrationPage) GetTotalItemsOk() (*int64, bool)
- func (o *VulnerabilitiesRegistrationPage) HasContents() bool
- func (o *VulnerabilitiesRegistrationPage) HasHasNext() bool
- func (o *VulnerabilitiesRegistrationPage) HasHasPrevious() bool
- func (o *VulnerabilitiesRegistrationPage) HasPage() bool
- func (o *VulnerabilitiesRegistrationPage) HasPageSize() bool
- func (o *VulnerabilitiesRegistrationPage) HasSortBy() bool
- func (o *VulnerabilitiesRegistrationPage) HasSortOrder() bool
- func (o *VulnerabilitiesRegistrationPage) HasTotalItems() bool
- func (o VulnerabilitiesRegistrationPage) MarshalJSON() ([]byte, error)
- func (o *VulnerabilitiesRegistrationPage) SetContents(v []VulnerabilityRegistration)
- func (o *VulnerabilitiesRegistrationPage) SetHasNext(v bool)
- func (o *VulnerabilitiesRegistrationPage) SetHasNextNil()
- func (o *VulnerabilitiesRegistrationPage) SetHasPrevious(v bool)
- func (o *VulnerabilitiesRegistrationPage) SetHasPreviousNil()
- func (o *VulnerabilitiesRegistrationPage) SetPage(v int32)
- func (o *VulnerabilitiesRegistrationPage) SetPageSize(v int32)
- func (o *VulnerabilitiesRegistrationPage) SetSortBy(v string)
- func (o *VulnerabilitiesRegistrationPage) SetSortByNil()
- func (o *VulnerabilitiesRegistrationPage) SetSortOrder(v string)
- func (o *VulnerabilitiesRegistrationPage) SetSortOrderNil()
- func (o *VulnerabilitiesRegistrationPage) SetTotalItems(v int64)
- func (o *VulnerabilitiesRegistrationPage) SetTotalItemsNil()
- func (o *VulnerabilitiesRegistrationPage) UnmarshalJSON(bytes []byte) (err error)
- func (o *VulnerabilitiesRegistrationPage) UnsetHasNext()
- func (o *VulnerabilitiesRegistrationPage) UnsetHasPrevious()
- func (o *VulnerabilitiesRegistrationPage) UnsetSortBy()
- func (o *VulnerabilitiesRegistrationPage) UnsetSortOrder()
- func (o *VulnerabilitiesRegistrationPage) UnsetTotalItems()
- type VulnerabilitiesRegistrationPageAllOf
- func (o *VulnerabilitiesRegistrationPageAllOf) GetContents() []VulnerabilityRegistration
- func (o *VulnerabilitiesRegistrationPageAllOf) GetContentsOk() (*[]VulnerabilityRegistration, bool)
- func (o *VulnerabilitiesRegistrationPageAllOf) HasContents() bool
- func (o VulnerabilitiesRegistrationPageAllOf) MarshalJSON() ([]byte, error)
- func (o *VulnerabilitiesRegistrationPageAllOf) SetContents(v []VulnerabilityRegistration)
- func (o *VulnerabilitiesRegistrationPageAllOf) UnmarshalJSON(bytes []byte) (err error)
- type Vulnerability
- func (o *Vulnerability) GetCveId() string
- func (o *Vulnerability) GetCveIdOk() (*string, bool)
- func (o *Vulnerability) GetModifiedOn() time.Time
- func (o *Vulnerability) GetModifiedOnOk() (*time.Time, bool)
- func (o *Vulnerability) GetProduct() string
- func (o *Vulnerability) GetProductOk() (*string, bool)
- func (o *Vulnerability) GetPublishedOn() time.Time
- func (o *Vulnerability) GetPublishedOnOk() (*time.Time, bool)
- func (o *Vulnerability) GetSeverity() VulnerabilitySeverity
- func (o *Vulnerability) GetSeverityOk() (*VulnerabilitySeverity, bool)
- func (o *Vulnerability) GetUrl() string
- func (o *Vulnerability) GetUrlOk() (*string, bool)
- func (o *Vulnerability) GetVendor() string
- func (o *Vulnerability) GetVendorOk() (*string, bool)
- func (o *Vulnerability) GetVersion() string
- func (o *Vulnerability) GetVersionOk() (*string, bool)
- func (o Vulnerability) MarshalJSON() ([]byte, error)
- func (o *Vulnerability) SetCveId(v string)
- func (o *Vulnerability) SetModifiedOn(v time.Time)
- func (o *Vulnerability) SetProduct(v string)
- func (o *Vulnerability) SetPublishedOn(v time.Time)
- func (o *Vulnerability) SetSeverity(v VulnerabilitySeverity)
- func (o *Vulnerability) SetUrl(v string)
- func (o *Vulnerability) SetVendor(v string)
- func (o *Vulnerability) SetVersion(v string)
- func (o *Vulnerability) UnmarshalJSON(bytes []byte) (err error)
- type VulnerabilityFeed
- func (o *VulnerabilityFeed) GetFile() string
- func (o *VulnerabilityFeed) GetFileOk() (*string, bool)
- func (o *VulnerabilityFeed) GetName() string
- func (o *VulnerabilityFeed) GetNameOk() (*string, bool)
- func (o *VulnerabilityFeed) HasFile() bool
- func (o *VulnerabilityFeed) HasName() bool
- func (o VulnerabilityFeed) MarshalJSON() ([]byte, error)
- func (o *VulnerabilityFeed) SetFile(v string)
- func (o *VulnerabilityFeed) SetName(v string)
- func (o *VulnerabilityFeed) UnmarshalJSON(bytes []byte) (err error)
- type VulnerabilityIngestPage
- func (o *VulnerabilityIngestPage) GetContents() []VulnerabilityIngestion
- func (o *VulnerabilityIngestPage) GetContentsOk() (*[]VulnerabilityIngestion, bool)
- func (o *VulnerabilityIngestPage) GetHasNext() bool
- func (o *VulnerabilityIngestPage) GetHasNextOk() (*bool, bool)
- func (o *VulnerabilityIngestPage) GetHasPrevious() bool
- func (o *VulnerabilityIngestPage) GetHasPreviousOk() (*bool, bool)
- func (o *VulnerabilityIngestPage) GetPage() int32
- func (o *VulnerabilityIngestPage) GetPageOk() (*int32, bool)
- func (o *VulnerabilityIngestPage) GetPageSize() int32
- func (o *VulnerabilityIngestPage) GetPageSizeOk() (*int32, bool)
- func (o *VulnerabilityIngestPage) GetSortBy() string
- func (o *VulnerabilityIngestPage) GetSortByOk() (*string, bool)
- func (o *VulnerabilityIngestPage) GetSortOrder() string
- func (o *VulnerabilityIngestPage) GetSortOrderOk() (*string, bool)
- func (o *VulnerabilityIngestPage) GetTotalItems() int64
- func (o *VulnerabilityIngestPage) GetTotalItemsOk() (*int64, bool)
- func (o *VulnerabilityIngestPage) HasContents() bool
- func (o *VulnerabilityIngestPage) HasHasNext() bool
- func (o *VulnerabilityIngestPage) HasHasPrevious() bool
- func (o *VulnerabilityIngestPage) HasPage() bool
- func (o *VulnerabilityIngestPage) HasPageSize() bool
- func (o *VulnerabilityIngestPage) HasSortBy() bool
- func (o *VulnerabilityIngestPage) HasSortOrder() bool
- func (o *VulnerabilityIngestPage) HasTotalItems() bool
- func (o VulnerabilityIngestPage) MarshalJSON() ([]byte, error)
- func (o *VulnerabilityIngestPage) SetContents(v []VulnerabilityIngestion)
- func (o *VulnerabilityIngestPage) SetHasNext(v bool)
- func (o *VulnerabilityIngestPage) SetHasNextNil()
- func (o *VulnerabilityIngestPage) SetHasPrevious(v bool)
- func (o *VulnerabilityIngestPage) SetHasPreviousNil()
- func (o *VulnerabilityIngestPage) SetPage(v int32)
- func (o *VulnerabilityIngestPage) SetPageSize(v int32)
- func (o *VulnerabilityIngestPage) SetSortBy(v string)
- func (o *VulnerabilityIngestPage) SetSortByNil()
- func (o *VulnerabilityIngestPage) SetSortOrder(v string)
- func (o *VulnerabilityIngestPage) SetSortOrderNil()
- func (o *VulnerabilityIngestPage) SetTotalItems(v int64)
- func (o *VulnerabilityIngestPage) SetTotalItemsNil()
- func (o *VulnerabilityIngestPage) UnmarshalJSON(bytes []byte) (err error)
- func (o *VulnerabilityIngestPage) UnsetHasNext()
- func (o *VulnerabilityIngestPage) UnsetHasPrevious()
- func (o *VulnerabilityIngestPage) UnsetSortBy()
- func (o *VulnerabilityIngestPage) UnsetSortOrder()
- func (o *VulnerabilityIngestPage) UnsetTotalItems()
- type VulnerabilityIngestPageAllOf
- func (o *VulnerabilityIngestPageAllOf) GetContents() []VulnerabilityIngestion
- func (o *VulnerabilityIngestPageAllOf) GetContentsOk() (*[]VulnerabilityIngestion, bool)
- func (o *VulnerabilityIngestPageAllOf) HasContents() bool
- func (o VulnerabilityIngestPageAllOf) MarshalJSON() ([]byte, error)
- func (o *VulnerabilityIngestPageAllOf) SetContents(v []VulnerabilityIngestion)
- func (o *VulnerabilityIngestPageAllOf) UnmarshalJSON(bytes []byte) (err error)
- type VulnerabilityIngestion
- func (o *VulnerabilityIngestion) GetExecutedOn() time.Time
- func (o *VulnerabilityIngestion) GetExecutedOnOk() (*time.Time, bool)
- func (o *VulnerabilityIngestion) GetFile() string
- func (o *VulnerabilityIngestion) GetFileOk() (*string, bool)
- func (o *VulnerabilityIngestion) GetId() string
- func (o *VulnerabilityIngestion) GetIdOk() (*string, bool)
- func (o *VulnerabilityIngestion) GetMessage() string
- func (o *VulnerabilityIngestion) GetMessageOk() (*string, bool)
- func (o *VulnerabilityIngestion) GetName() string
- func (o *VulnerabilityIngestion) GetNameOk() (*string, bool)
- func (o *VulnerabilityIngestion) HasExecutedOn() bool
- func (o *VulnerabilityIngestion) HasFile() bool
- func (o *VulnerabilityIngestion) HasId() bool
- func (o *VulnerabilityIngestion) HasMessage() bool
- func (o *VulnerabilityIngestion) HasName() bool
- func (o VulnerabilityIngestion) MarshalJSON() ([]byte, error)
- func (o *VulnerabilityIngestion) SetExecutedOn(v time.Time)
- func (o *VulnerabilityIngestion) SetFile(v string)
- func (o *VulnerabilityIngestion) SetId(v string)
- func (o *VulnerabilityIngestion) SetMessage(v string)
- func (o *VulnerabilityIngestion) SetName(v string)
- func (o *VulnerabilityIngestion) UnmarshalJSON(bytes []byte) (err error)
- type VulnerabilityRegistration
- func (o *VulnerabilityRegistration) GetId() string
- func (o *VulnerabilityRegistration) GetIdOk() (*string, bool)
- func (o *VulnerabilityRegistration) GetProduct() string
- func (o *VulnerabilityRegistration) GetProductOk() (*string, bool)
- func (o *VulnerabilityRegistration) GetRegisteredOn() time.Time
- func (o *VulnerabilityRegistration) GetRegisteredOnOk() (*time.Time, bool)
- func (o *VulnerabilityRegistration) GetVersion() string
- func (o *VulnerabilityRegistration) GetVersionOk() (*string, bool)
- func (o *VulnerabilityRegistration) HasId() bool
- func (o *VulnerabilityRegistration) HasProduct() bool
- func (o *VulnerabilityRegistration) HasRegisteredOn() bool
- func (o *VulnerabilityRegistration) HasVersion() bool
- func (o VulnerabilityRegistration) MarshalJSON() ([]byte, error)
- func (o *VulnerabilityRegistration) SetId(v string)
- func (o *VulnerabilityRegistration) SetProduct(v string)
- func (o *VulnerabilityRegistration) SetRegisteredOn(v time.Time)
- func (o *VulnerabilityRegistration) SetVersion(v string)
- func (o *VulnerabilityRegistration) UnmarshalJSON(bytes []byte) (err error)
- type VulnerabilityRegistrationAllOf
- func (o *VulnerabilityRegistrationAllOf) GetId() string
- func (o *VulnerabilityRegistrationAllOf) GetIdOk() (*string, bool)
- func (o *VulnerabilityRegistrationAllOf) GetRegisteredOn() time.Time
- func (o *VulnerabilityRegistrationAllOf) GetRegisteredOnOk() (*time.Time, bool)
- func (o *VulnerabilityRegistrationAllOf) HasId() bool
- func (o *VulnerabilityRegistrationAllOf) HasRegisteredOn() bool
- func (o VulnerabilityRegistrationAllOf) MarshalJSON() ([]byte, error)
- func (o *VulnerabilityRegistrationAllOf) SetId(v string)
- func (o *VulnerabilityRegistrationAllOf) SetRegisteredOn(v time.Time)
- func (o *VulnerabilityRegistrationAllOf) UnmarshalJSON(bytes []byte) (err error)
- type VulnerabilityRegistrationCreate
- func (o *VulnerabilityRegistrationCreate) GetProduct() string
- func (o *VulnerabilityRegistrationCreate) GetProductOk() (*string, bool)
- func (o *VulnerabilityRegistrationCreate) GetVersion() string
- func (o *VulnerabilityRegistrationCreate) GetVersionOk() (*string, bool)
- func (o *VulnerabilityRegistrationCreate) HasProduct() bool
- func (o *VulnerabilityRegistrationCreate) HasVersion() bool
- func (o VulnerabilityRegistrationCreate) MarshalJSON() ([]byte, error)
- func (o *VulnerabilityRegistrationCreate) SetProduct(v string)
- func (o *VulnerabilityRegistrationCreate) SetVersion(v string)
- func (o *VulnerabilityRegistrationCreate) UnmarshalJSON(bytes []byte) (err error)
- type VulnerabilitySeverity
- type VulnerabilityValidation
- func (o *VulnerabilityValidation) GetExecutedOn() time.Time
- func (o *VulnerabilityValidation) GetExecutedOnOk() (*time.Time, bool)
- func (o *VulnerabilityValidation) GetId() string
- func (o *VulnerabilityValidation) GetIdOk() (*string, bool)
- func (o *VulnerabilityValidation) GetMessage() string
- func (o *VulnerabilityValidation) GetMessageOk() (*string, bool)
- func (o *VulnerabilityValidation) GetProduct() string
- func (o *VulnerabilityValidation) GetProductOk() (*string, bool)
- func (o *VulnerabilityValidation) HasExecutedOn() bool
- func (o *VulnerabilityValidation) HasId() bool
- func (o *VulnerabilityValidation) HasMessage() bool
- func (o *VulnerabilityValidation) HasProduct() bool
- func (o VulnerabilityValidation) MarshalJSON() ([]byte, error)
- func (o *VulnerabilityValidation) SetExecutedOn(v time.Time)
- func (o *VulnerabilityValidation) SetId(v string)
- func (o *VulnerabilityValidation) SetMessage(v string)
- func (o *VulnerabilityValidation) SetProduct(v string)
- func (o *VulnerabilityValidation) UnmarshalJSON(bytes []byte) (err error)
- type VulnerabilityValidationPage
- func (o *VulnerabilityValidationPage) GetContents() []VulnerabilityValidation
- func (o *VulnerabilityValidationPage) GetContentsOk() (*[]VulnerabilityValidation, bool)
- func (o *VulnerabilityValidationPage) GetHasNext() bool
- func (o *VulnerabilityValidationPage) GetHasNextOk() (*bool, bool)
- func (o *VulnerabilityValidationPage) GetHasPrevious() bool
- func (o *VulnerabilityValidationPage) GetHasPreviousOk() (*bool, bool)
- func (o *VulnerabilityValidationPage) GetPage() int32
- func (o *VulnerabilityValidationPage) GetPageOk() (*int32, bool)
- func (o *VulnerabilityValidationPage) GetPageSize() int32
- func (o *VulnerabilityValidationPage) GetPageSizeOk() (*int32, bool)
- func (o *VulnerabilityValidationPage) GetSortBy() string
- func (o *VulnerabilityValidationPage) GetSortByOk() (*string, bool)
- func (o *VulnerabilityValidationPage) GetSortOrder() string
- func (o *VulnerabilityValidationPage) GetSortOrderOk() (*string, bool)
- func (o *VulnerabilityValidationPage) GetTotalItems() int64
- func (o *VulnerabilityValidationPage) GetTotalItemsOk() (*int64, bool)
- func (o *VulnerabilityValidationPage) HasContents() bool
- func (o *VulnerabilityValidationPage) HasHasNext() bool
- func (o *VulnerabilityValidationPage) HasHasPrevious() bool
- func (o *VulnerabilityValidationPage) HasPage() bool
- func (o *VulnerabilityValidationPage) HasPageSize() bool
- func (o *VulnerabilityValidationPage) HasSortBy() bool
- func (o *VulnerabilityValidationPage) HasSortOrder() bool
- func (o *VulnerabilityValidationPage) HasTotalItems() bool
- func (o VulnerabilityValidationPage) MarshalJSON() ([]byte, error)
- func (o *VulnerabilityValidationPage) SetContents(v []VulnerabilityValidation)
- func (o *VulnerabilityValidationPage) SetHasNext(v bool)
- func (o *VulnerabilityValidationPage) SetHasNextNil()
- func (o *VulnerabilityValidationPage) SetHasPrevious(v bool)
- func (o *VulnerabilityValidationPage) SetHasPreviousNil()
- func (o *VulnerabilityValidationPage) SetPage(v int32)
- func (o *VulnerabilityValidationPage) SetPageSize(v int32)
- func (o *VulnerabilityValidationPage) SetSortBy(v string)
- func (o *VulnerabilityValidationPage) SetSortByNil()
- func (o *VulnerabilityValidationPage) SetSortOrder(v string)
- func (o *VulnerabilityValidationPage) SetSortOrderNil()
- func (o *VulnerabilityValidationPage) SetTotalItems(v int64)
- func (o *VulnerabilityValidationPage) SetTotalItemsNil()
- func (o *VulnerabilityValidationPage) UnmarshalJSON(bytes []byte) (err error)
- func (o *VulnerabilityValidationPage) UnsetHasNext()
- func (o *VulnerabilityValidationPage) UnsetHasPrevious()
- func (o *VulnerabilityValidationPage) UnsetSortBy()
- func (o *VulnerabilityValidationPage) UnsetSortOrder()
- func (o *VulnerabilityValidationPage) UnsetTotalItems()
- type VulnerabilityValidationPageAllOf
- func (o *VulnerabilityValidationPageAllOf) GetContents() []VulnerabilityValidation
- func (o *VulnerabilityValidationPageAllOf) GetContentsOk() (*[]VulnerabilityValidation, bool)
- func (o *VulnerabilityValidationPageAllOf) HasContents() bool
- func (o VulnerabilityValidationPageAllOf) MarshalJSON() ([]byte, error)
- func (o *VulnerabilityValidationPageAllOf) SetContents(v []VulnerabilityValidation)
- func (o *VulnerabilityValidationPageAllOf) UnmarshalJSON(bytes []byte) (err error)
- type Workflow
- func (o *Workflow) GetActions() []WorkflowAction
- func (o *Workflow) GetActionsOk() (*[]WorkflowAction, bool)
- func (o *Workflow) GetBaseType() string
- func (o *Workflow) GetBaseTypeOk() (*string, bool)
- func (o *Workflow) GetCategories() []string
- func (o *Workflow) GetCategoriesOk() (*[]string, bool)
- func (o *Workflow) GetCreatedBy() string
- func (o *Workflow) GetCreatedByOk() (*string, bool)
- func (o *Workflow) GetCreatedOn() string
- func (o *Workflow) GetCreatedOnOk() (*string, bool)
- func (o *Workflow) GetId() string
- func (o *Workflow) GetIdOk() (*string, bool)
- func (o *Workflow) GetMetadata() WorkflowMetadata
- func (o *Workflow) GetMetadataOk() (*WorkflowMetadata, bool)
- func (o *Workflow) GetName() string
- func (o *Workflow) GetNameOk() (*string, bool)
- func (o *Workflow) GetObjectType() string
- func (o *Workflow) GetObjectTypeOk() (*string, bool)
- func (o *Workflow) GetOwner() string
- func (o *Workflow) GetOwnerOk() (*string, bool)
- func (o *Workflow) GetPermissions() []string
- func (o *Workflow) GetPermissionsOk() (*[]string, bool)
- func (o *Workflow) GetProperties() map[string]interface{}
- func (o *Workflow) GetPropertiesOk() (*map[string]interface{}, bool)
- func (o *Workflow) GetSchemaId() string
- func (o *Workflow) GetSchemaIdOk() (*string, bool)
- func (o *Workflow) GetStatus() map[string]interface{}
- func (o *Workflow) GetStatusOk() (*map[string]interface{}, bool)
- func (o *Workflow) GetTitle() string
- func (o *Workflow) GetTitleOk() (*string, bool)
- func (o *Workflow) GetType() string
- func (o *Workflow) GetTypeOk() (*string, bool)
- func (o *Workflow) GetUniqueName() string
- func (o *Workflow) GetUniqueNameOk() (*string, bool)
- func (o *Workflow) GetUpdatedBy() string
- func (o *Workflow) GetUpdatedByOk() (*string, bool)
- func (o *Workflow) GetUpdatedOn() string
- func (o *Workflow) GetUpdatedOnOk() (*string, bool)
- func (o *Workflow) GetValid() bool
- func (o *Workflow) GetValidOk() (*bool, bool)
- func (o *Workflow) GetVariables() []WorkflowVariable
- func (o *Workflow) GetVariablesOk() (*[]WorkflowVariable, bool)
- func (o *Workflow) GetWorkflowValid() bool
- func (o *Workflow) GetWorkflowValidOk() (*bool, bool)
- func (o *Workflow) HasActions() bool
- func (o *Workflow) HasBaseType() bool
- func (o *Workflow) HasCategories() bool
- func (o *Workflow) HasCreatedBy() bool
- func (o *Workflow) HasCreatedOn() bool
- func (o *Workflow) HasId() bool
- func (o *Workflow) HasMetadata() bool
- func (o *Workflow) HasName() bool
- func (o *Workflow) HasObjectType() bool
- func (o *Workflow) HasOwner() bool
- func (o *Workflow) HasPermissions() bool
- func (o *Workflow) HasProperties() bool
- func (o *Workflow) HasSchemaId() bool
- func (o *Workflow) HasStatus() bool
- func (o *Workflow) HasTitle() bool
- func (o *Workflow) HasType() bool
- func (o *Workflow) HasUniqueName() bool
- func (o *Workflow) HasUpdatedBy() bool
- func (o *Workflow) HasUpdatedOn() bool
- func (o *Workflow) HasValid() bool
- func (o *Workflow) HasVariables() bool
- func (o *Workflow) HasWorkflowValid() bool
- func (o Workflow) MarshalJSON() ([]byte, error)
- func (o *Workflow) SetActions(v []WorkflowAction)
- func (o *Workflow) SetBaseType(v string)
- func (o *Workflow) SetCategories(v []string)
- func (o *Workflow) SetCreatedBy(v string)
- func (o *Workflow) SetCreatedOn(v string)
- func (o *Workflow) SetId(v string)
- func (o *Workflow) SetMetadata(v WorkflowMetadata)
- func (o *Workflow) SetName(v string)
- func (o *Workflow) SetObjectType(v string)
- func (o *Workflow) SetObjectTypeNil()
- func (o *Workflow) SetOwner(v string)
- func (o *Workflow) SetOwnerNil()
- func (o *Workflow) SetPermissions(v []string)
- func (o *Workflow) SetProperties(v map[string]interface{})
- func (o *Workflow) SetSchemaId(v string)
- func (o *Workflow) SetStatus(v map[string]interface{})
- func (o *Workflow) SetTitle(v string)
- func (o *Workflow) SetType(v string)
- func (o *Workflow) SetUniqueName(v string)
- func (o *Workflow) SetUniqueNameNil()
- func (o *Workflow) SetUpdatedBy(v string)
- func (o *Workflow) SetUpdatedByNil()
- func (o *Workflow) SetUpdatedOn(v string)
- func (o *Workflow) SetValid(v bool)
- func (o *Workflow) SetVariables(v []WorkflowVariable)
- func (o *Workflow) SetWorkflowValid(v bool)
- func (o *Workflow) UnmarshalJSON(bytes []byte) (err error)
- func (o *Workflow) UnsetObjectType()
- func (o *Workflow) UnsetOwner()
- func (o *Workflow) UnsetUniqueName()
- func (o *Workflow) UnsetUpdatedBy()
- type WorkflowAccessMeta
- func (o *WorkflowAccessMeta) GetAdapter() WorkflowAccessMetaType
- func (o *WorkflowAccessMeta) GetAdapterOk() (*WorkflowAccessMetaType, bool)
- func (o *WorkflowAccessMeta) GetIsIntegration() bool
- func (o *WorkflowAccessMeta) GetIsIntegrationOk() (*bool, bool)
- func (o *WorkflowAccessMeta) GetIsInternal() bool
- func (o *WorkflowAccessMeta) GetIsInternalOk() (*bool, bool)
- func (o *WorkflowAccessMeta) GetRuntimeUsers() []WorkflowAccessMetaType
- func (o *WorkflowAccessMeta) GetRuntimeUsersOk() (*[]WorkflowAccessMetaType, bool)
- func (o *WorkflowAccessMeta) GetTargets() []WorkflowAccessMetaType
- func (o *WorkflowAccessMeta) GetTargetsOk() (*[]WorkflowAccessMetaType, bool)
- func (o *WorkflowAccessMeta) HasAdapter() bool
- func (o *WorkflowAccessMeta) HasIsIntegration() bool
- func (o *WorkflowAccessMeta) HasIsInternal() bool
- func (o *WorkflowAccessMeta) HasRuntimeUsers() bool
- func (o *WorkflowAccessMeta) HasTargets() bool
- func (o WorkflowAccessMeta) MarshalJSON() ([]byte, error)
- func (o *WorkflowAccessMeta) SetAdapter(v WorkflowAccessMetaType)
- func (o *WorkflowAccessMeta) SetIsIntegration(v bool)
- func (o *WorkflowAccessMeta) SetIsInternal(v bool)
- func (o *WorkflowAccessMeta) SetRuntimeUsers(v []WorkflowAccessMetaType)
- func (o *WorkflowAccessMeta) SetTargets(v []WorkflowAccessMetaType)
- func (o *WorkflowAccessMeta) UnmarshalJSON(bytes []byte) (err error)
- type WorkflowAccessMetaType
- func (o *WorkflowAccessMetaType) GetId() string
- func (o *WorkflowAccessMetaType) GetIdOk() (*string, bool)
- func (o *WorkflowAccessMetaType) GetType() string
- func (o *WorkflowAccessMetaType) GetTypeOk() (*string, bool)
- func (o *WorkflowAccessMetaType) GetVersion() string
- func (o *WorkflowAccessMetaType) GetVersionOk() (*string, bool)
- func (o *WorkflowAccessMetaType) HasId() bool
- func (o *WorkflowAccessMetaType) HasType() bool
- func (o *WorkflowAccessMetaType) HasVersion() bool
- func (o WorkflowAccessMetaType) MarshalJSON() ([]byte, error)
- func (o *WorkflowAccessMetaType) SetId(v string)
- func (o *WorkflowAccessMetaType) SetType(v string)
- func (o *WorkflowAccessMetaType) SetVersion(v string)
- func (o *WorkflowAccessMetaType) UnmarshalJSON(bytes []byte) (err error)
- type WorkflowAction
- func (o *WorkflowAction) GetAdapterId() string
- func (o *WorkflowAction) GetAdapterIdOk() (*string, bool)
- func (o *WorkflowAction) GetBaseType() string
- func (o *WorkflowAction) GetBaseTypeOk() (*string, bool)
- func (o *WorkflowAction) GetBlocks() []WorkflowActionBlock
- func (o *WorkflowAction) GetBlocksOk() (*[]WorkflowActionBlock, bool)
- func (o *WorkflowAction) GetDefinitionId() string
- func (o *WorkflowAction) GetDefinitionIdOk() (*string, bool)
- func (o *WorkflowAction) GetDescription() string
- func (o *WorkflowAction) GetDescriptionOk() (*string, bool)
- func (o *WorkflowAction) GetEndedOn() string
- func (o *WorkflowAction) GetEndedOnOk() (*string, bool)
- func (o *WorkflowAction) GetId() string
- func (o *WorkflowAction) GetIdOk() (*string, bool)
- func (o *WorkflowAction) GetName() string
- func (o *WorkflowAction) GetNameOk() (*string, bool)
- func (o *WorkflowAction) GetObjectType() string
- func (o *WorkflowAction) GetObjectTypeOk() (*string, bool)
- func (o *WorkflowAction) GetOutput() map[string]interface{}
- func (o *WorkflowAction) GetOutputOk() (*map[string]interface{}, bool)
- func (o *WorkflowAction) GetProperties() map[string]interface{}
- func (o *WorkflowAction) GetPropertiesOk() (*map[string]interface{}, bool)
- func (o *WorkflowAction) GetSchemaId() string
- func (o *WorkflowAction) GetSchemaIdOk() (*string, bool)
- func (o *WorkflowAction) GetStartedBy() string
- func (o *WorkflowAction) GetStartedByOk() (*string, bool)
- func (o *WorkflowAction) GetStartedOn() string
- func (o *WorkflowAction) GetStartedOnOk() (*string, bool)
- func (o *WorkflowAction) GetStatus() map[string]interface{}
- func (o *WorkflowAction) GetStatusOk() (*map[string]interface{}, bool)
- func (o *WorkflowAction) GetTitle() string
- func (o *WorkflowAction) GetTitleOk() (*string, bool)
- func (o *WorkflowAction) GetType() string
- func (o *WorkflowAction) GetTypeOk() (*string, bool)
- func (o *WorkflowAction) GetUniqueName() string
- func (o *WorkflowAction) GetUniqueNameOk() (*string, bool)
- func (o *WorkflowAction) GetWorkflowId() string
- func (o *WorkflowAction) GetWorkflowIdOk() (*string, bool)
- func (o *WorkflowAction) HasAdapterId() bool
- func (o *WorkflowAction) HasBaseType() bool
- func (o *WorkflowAction) HasBlocks() bool
- func (o *WorkflowAction) HasDefinitionId() bool
- func (o *WorkflowAction) HasDescription() bool
- func (o *WorkflowAction) HasEndedOn() bool
- func (o *WorkflowAction) HasId() bool
- func (o *WorkflowAction) HasName() bool
- func (o *WorkflowAction) HasObjectType() bool
- func (o *WorkflowAction) HasOutput() bool
- func (o *WorkflowAction) HasProperties() bool
- func (o *WorkflowAction) HasSchemaId() bool
- func (o *WorkflowAction) HasStartedBy() bool
- func (o *WorkflowAction) HasStartedOn() bool
- func (o *WorkflowAction) HasStatus() bool
- func (o *WorkflowAction) HasTitle() bool
- func (o *WorkflowAction) HasType() bool
- func (o *WorkflowAction) HasUniqueName() bool
- func (o *WorkflowAction) HasWorkflowId() bool
- func (o WorkflowAction) MarshalJSON() ([]byte, error)
- func (o *WorkflowAction) SetAdapterId(v string)
- func (o *WorkflowAction) SetAdapterIdNil()
- func (o *WorkflowAction) SetBaseType(v string)
- func (o *WorkflowAction) SetBlocks(v []WorkflowActionBlock)
- func (o *WorkflowAction) SetDefinitionId(v string)
- func (o *WorkflowAction) SetDefinitionIdNil()
- func (o *WorkflowAction) SetDescription(v string)
- func (o *WorkflowAction) SetDescriptionNil()
- func (o *WorkflowAction) SetEndedOn(v string)
- func (o *WorkflowAction) SetEndedOnNil()
- func (o *WorkflowAction) SetId(v string)
- func (o *WorkflowAction) SetName(v string)
- func (o *WorkflowAction) SetObjectType(v string)
- func (o *WorkflowAction) SetObjectTypeNil()
- func (o *WorkflowAction) SetOutput(v map[string]interface{})
- func (o *WorkflowAction) SetProperties(v map[string]interface{})
- func (o *WorkflowAction) SetSchemaId(v string)
- func (o *WorkflowAction) SetSchemaIdNil()
- func (o *WorkflowAction) SetStartedBy(v string)
- func (o *WorkflowAction) SetStartedByNil()
- func (o *WorkflowAction) SetStartedOn(v string)
- func (o *WorkflowAction) SetStartedOnNil()
- func (o *WorkflowAction) SetStatus(v map[string]interface{})
- func (o *WorkflowAction) SetTitle(v string)
- func (o *WorkflowAction) SetType(v string)
- func (o *WorkflowAction) SetUniqueName(v string)
- func (o *WorkflowAction) SetUniqueNameNil()
- func (o *WorkflowAction) SetWorkflowId(v string)
- func (o *WorkflowAction) SetWorkflowIdNil()
- func (o *WorkflowAction) UnmarshalJSON(bytes []byte) (err error)
- func (o *WorkflowAction) UnsetAdapterId()
- func (o *WorkflowAction) UnsetDefinitionId()
- func (o *WorkflowAction) UnsetDescription()
- func (o *WorkflowAction) UnsetEndedOn()
- func (o *WorkflowAction) UnsetObjectType()
- func (o *WorkflowAction) UnsetSchemaId()
- func (o *WorkflowAction) UnsetStartedBy()
- func (o *WorkflowAction) UnsetStartedOn()
- func (o *WorkflowAction) UnsetUniqueName()
- func (o *WorkflowAction) UnsetWorkflowId()
- type WorkflowActionBlock
- func (o *WorkflowActionBlock) GetActions() []WorkflowAction
- func (o *WorkflowActionBlock) GetActionsOk() (*[]WorkflowAction, bool)
- func (o *WorkflowActionBlock) GetBaseType() string
- func (o *WorkflowActionBlock) GetBaseTypeOk() (*string, bool)
- func (o *WorkflowActionBlock) GetName() string
- func (o *WorkflowActionBlock) GetNameOk() (*string, bool)
- func (o *WorkflowActionBlock) GetObjectType() string
- func (o *WorkflowActionBlock) GetObjectTypeOk() (*string, bool)
- func (o *WorkflowActionBlock) GetProperties() map[string]interface{}
- func (o *WorkflowActionBlock) GetPropertiesOk() (*map[string]interface{}, bool)
- func (o *WorkflowActionBlock) GetSchemaId() string
- func (o *WorkflowActionBlock) GetSchemaIdOk() (*string, bool)
- func (o *WorkflowActionBlock) GetSubworkflowId() string
- func (o *WorkflowActionBlock) GetSubworkflowIdOk() (*string, bool)
- func (o *WorkflowActionBlock) GetTitle() string
- func (o *WorkflowActionBlock) GetTitleOk() (*string, bool)
- func (o *WorkflowActionBlock) GetType() string
- func (o *WorkflowActionBlock) GetTypeOk() (*string, bool)
- func (o *WorkflowActionBlock) GetUniqueName() string
- func (o *WorkflowActionBlock) GetUniqueNameOk() (*string, bool)
- func (o *WorkflowActionBlock) GetVersion() string
- func (o *WorkflowActionBlock) GetVersionOk() (*string, bool)
- func (o *WorkflowActionBlock) GetWorkflowId() string
- func (o *WorkflowActionBlock) GetWorkflowIdOk() (*string, bool)
- func (o *WorkflowActionBlock) HasActions() bool
- func (o *WorkflowActionBlock) HasBaseType() bool
- func (o *WorkflowActionBlock) HasName() bool
- func (o *WorkflowActionBlock) HasObjectType() bool
- func (o *WorkflowActionBlock) HasProperties() bool
- func (o *WorkflowActionBlock) HasSchemaId() bool
- func (o *WorkflowActionBlock) HasSubworkflowId() bool
- func (o *WorkflowActionBlock) HasTitle() bool
- func (o *WorkflowActionBlock) HasType() bool
- func (o *WorkflowActionBlock) HasUniqueName() bool
- func (o *WorkflowActionBlock) HasVersion() bool
- func (o *WorkflowActionBlock) HasWorkflowId() bool
- func (o WorkflowActionBlock) MarshalJSON() ([]byte, error)
- func (o *WorkflowActionBlock) SetActions(v []WorkflowAction)
- func (o *WorkflowActionBlock) SetBaseType(v string)
- func (o *WorkflowActionBlock) SetName(v string)
- func (o *WorkflowActionBlock) SetObjectType(v string)
- func (o *WorkflowActionBlock) SetProperties(v map[string]interface{})
- func (o *WorkflowActionBlock) SetSchemaId(v string)
- func (o *WorkflowActionBlock) SetSubworkflowId(v string)
- func (o *WorkflowActionBlock) SetTitle(v string)
- func (o *WorkflowActionBlock) SetType(v string)
- func (o *WorkflowActionBlock) SetUniqueName(v string)
- func (o *WorkflowActionBlock) SetVersion(v string)
- func (o *WorkflowActionBlock) SetWorkflowId(v string)
- func (o *WorkflowActionBlock) UnmarshalJSON(bytes []byte) (err error)
- type WorkflowAllOf
- func (o *WorkflowAllOf) GetActions() []WorkflowAction
- func (o *WorkflowAllOf) GetActionsOk() (*[]WorkflowAction, bool)
- func (o *WorkflowAllOf) GetBaseType() string
- func (o *WorkflowAllOf) GetBaseTypeOk() (*string, bool)
- func (o *WorkflowAllOf) GetCategories() []string
- func (o *WorkflowAllOf) GetCategoriesOk() (*[]string, bool)
- func (o *WorkflowAllOf) GetId() string
- func (o *WorkflowAllOf) GetIdOk() (*string, bool)
- func (o *WorkflowAllOf) GetMetadata() WorkflowMetadata
- func (o *WorkflowAllOf) GetMetadataOk() (*WorkflowMetadata, bool)
- func (o *WorkflowAllOf) GetName() string
- func (o *WorkflowAllOf) GetNameOk() (*string, bool)
- func (o *WorkflowAllOf) GetObjectType() string
- func (o *WorkflowAllOf) GetObjectTypeOk() (*string, bool)
- func (o *WorkflowAllOf) GetPermissions() []string
- func (o *WorkflowAllOf) GetPermissionsOk() (*[]string, bool)
- func (o *WorkflowAllOf) GetProperties() map[string]interface{}
- func (o *WorkflowAllOf) GetPropertiesOk() (*map[string]interface{}, bool)
- func (o *WorkflowAllOf) GetSchemaId() string
- func (o *WorkflowAllOf) GetSchemaIdOk() (*string, bool)
- func (o *WorkflowAllOf) GetStatus() map[string]interface{}
- func (o *WorkflowAllOf) GetStatusOk() (*map[string]interface{}, bool)
- func (o *WorkflowAllOf) GetTitle() string
- func (o *WorkflowAllOf) GetTitleOk() (*string, bool)
- func (o *WorkflowAllOf) GetType() string
- func (o *WorkflowAllOf) GetTypeOk() (*string, bool)
- func (o *WorkflowAllOf) GetValid() bool
- func (o *WorkflowAllOf) GetValidOk() (*bool, bool)
- func (o *WorkflowAllOf) GetVariables() []WorkflowVariable
- func (o *WorkflowAllOf) GetVariablesOk() (*[]WorkflowVariable, bool)
- func (o *WorkflowAllOf) GetWorkflowValid() bool
- func (o *WorkflowAllOf) GetWorkflowValidOk() (*bool, bool)
- func (o *WorkflowAllOf) HasActions() bool
- func (o *WorkflowAllOf) HasBaseType() bool
- func (o *WorkflowAllOf) HasCategories() bool
- func (o *WorkflowAllOf) HasId() bool
- func (o *WorkflowAllOf) HasMetadata() bool
- func (o *WorkflowAllOf) HasName() bool
- func (o *WorkflowAllOf) HasObjectType() bool
- func (o *WorkflowAllOf) HasPermissions() bool
- func (o *WorkflowAllOf) HasProperties() bool
- func (o *WorkflowAllOf) HasSchemaId() bool
- func (o *WorkflowAllOf) HasStatus() bool
- func (o *WorkflowAllOf) HasTitle() bool
- func (o *WorkflowAllOf) HasType() bool
- func (o *WorkflowAllOf) HasValid() bool
- func (o *WorkflowAllOf) HasVariables() bool
- func (o *WorkflowAllOf) HasWorkflowValid() bool
- func (o WorkflowAllOf) MarshalJSON() ([]byte, error)
- func (o *WorkflowAllOf) SetActions(v []WorkflowAction)
- func (o *WorkflowAllOf) SetBaseType(v string)
- func (o *WorkflowAllOf) SetCategories(v []string)
- func (o *WorkflowAllOf) SetId(v string)
- func (o *WorkflowAllOf) SetMetadata(v WorkflowMetadata)
- func (o *WorkflowAllOf) SetName(v string)
- func (o *WorkflowAllOf) SetObjectType(v string)
- func (o *WorkflowAllOf) SetObjectTypeNil()
- func (o *WorkflowAllOf) SetPermissions(v []string)
- func (o *WorkflowAllOf) SetProperties(v map[string]interface{})
- func (o *WorkflowAllOf) SetSchemaId(v string)
- func (o *WorkflowAllOf) SetStatus(v map[string]interface{})
- func (o *WorkflowAllOf) SetTitle(v string)
- func (o *WorkflowAllOf) SetType(v string)
- func (o *WorkflowAllOf) SetValid(v bool)
- func (o *WorkflowAllOf) SetVariables(v []WorkflowVariable)
- func (o *WorkflowAllOf) SetWorkflowValid(v bool)
- func (o *WorkflowAllOf) UnmarshalJSON(bytes []byte) (err error)
- func (o *WorkflowAllOf) UnsetObjectType()
- type WorkflowCategoriesApiService
- func (a *WorkflowCategoriesApiService) CreateWorkflowCategory(ctx _context.Context) ApiCreateWorkflowCategoryRequest
- func (a *WorkflowCategoriesApiService) CreateWorkflowCategoryExecute(r ApiCreateWorkflowCategoryRequest) (WorkflowCategory, *_nethttp.Response, error)
- func (a *WorkflowCategoriesApiService) DeleteWorkflowCategory(ctx _context.Context, id string) ApiDeleteWorkflowCategoryRequest
- func (a *WorkflowCategoriesApiService) DeleteWorkflowCategoryExecute(r ApiDeleteWorkflowCategoryRequest) (*_nethttp.Response, error)
- func (a *WorkflowCategoriesApiService) GetWorkflowCategoriesList(ctx _context.Context) ApiGetWorkflowCategoriesListRequest
- func (a *WorkflowCategoriesApiService) GetWorkflowCategoriesListExecute(r ApiGetWorkflowCategoriesListRequest) ([]WorkflowCategory, *_nethttp.Response, error)
- func (a *WorkflowCategoriesApiService) GetWorkflowCategory(ctx _context.Context, id string) ApiGetWorkflowCategoryRequest
- func (a *WorkflowCategoriesApiService) GetWorkflowCategoryExecute(r ApiGetWorkflowCategoryRequest) (WorkflowCategory, *_nethttp.Response, error)
- func (a *WorkflowCategoriesApiService) UpdateWorkflowCategory(ctx _context.Context, id string) ApiUpdateWorkflowCategoryRequest
- func (a *WorkflowCategoriesApiService) UpdateWorkflowCategoryExecute(r ApiUpdateWorkflowCategoryRequest) (WorkflowCategory, *_nethttp.Response, error)
- type WorkflowCategory
- func (o *WorkflowCategory) GetBaseType() string
- func (o *WorkflowCategory) GetBaseTypeOk() (*string, bool)
- func (o *WorkflowCategory) GetCategoryType() string
- func (o *WorkflowCategory) GetCategoryTypeOk() (*string, bool)
- func (o *WorkflowCategory) GetCreatedBy() string
- func (o *WorkflowCategory) GetCreatedByOk() (*string, bool)
- func (o *WorkflowCategory) GetCreatedOn() string
- func (o *WorkflowCategory) GetCreatedOnOk() (*string, bool)
- func (o *WorkflowCategory) GetDescription() string
- func (o *WorkflowCategory) GetDescriptionOk() (*string, bool)
- func (o *WorkflowCategory) GetId() string
- func (o *WorkflowCategory) GetIdOk() (*string, bool)
- func (o *WorkflowCategory) GetName() string
- func (o *WorkflowCategory) GetNameOk() (*string, bool)
- func (o *WorkflowCategory) GetObjectType() string
- func (o *WorkflowCategory) GetObjectTypeOk() (*string, bool)
- func (o *WorkflowCategory) GetOwner() string
- func (o *WorkflowCategory) GetOwnerOk() (*string, bool)
- func (o *WorkflowCategory) GetSchemaId() string
- func (o *WorkflowCategory) GetSchemaIdOk() (*string, bool)
- func (o *WorkflowCategory) GetTitle() string
- func (o *WorkflowCategory) GetTitleOk() (*string, bool)
- func (o *WorkflowCategory) GetType() string
- func (o *WorkflowCategory) GetTypeOk() (*string, bool)
- func (o *WorkflowCategory) GetUniqueName() string
- func (o *WorkflowCategory) GetUniqueNameOk() (*string, bool)
- func (o *WorkflowCategory) GetUpdatedBy() string
- func (o *WorkflowCategory) GetUpdatedByOk() (*string, bool)
- func (o *WorkflowCategory) GetUpdatedOn() string
- func (o *WorkflowCategory) GetUpdatedOnOk() (*string, bool)
- func (o *WorkflowCategory) HasBaseType() bool
- func (o *WorkflowCategory) HasCategoryType() bool
- func (o *WorkflowCategory) HasCreatedBy() bool
- func (o *WorkflowCategory) HasCreatedOn() bool
- func (o *WorkflowCategory) HasDescription() bool
- func (o *WorkflowCategory) HasId() bool
- func (o *WorkflowCategory) HasName() bool
- func (o *WorkflowCategory) HasObjectType() bool
- func (o *WorkflowCategory) HasOwner() bool
- func (o *WorkflowCategory) HasSchemaId() bool
- func (o *WorkflowCategory) HasTitle() bool
- func (o *WorkflowCategory) HasType() bool
- func (o *WorkflowCategory) HasUniqueName() bool
- func (o *WorkflowCategory) HasUpdatedBy() bool
- func (o *WorkflowCategory) HasUpdatedOn() bool
- func (o WorkflowCategory) MarshalJSON() ([]byte, error)
- func (o *WorkflowCategory) SetBaseType(v string)
- func (o *WorkflowCategory) SetCategoryType(v string)
- func (o *WorkflowCategory) SetCreatedBy(v string)
- func (o *WorkflowCategory) SetCreatedOn(v string)
- func (o *WorkflowCategory) SetDescription(v string)
- func (o *WorkflowCategory) SetId(v string)
- func (o *WorkflowCategory) SetName(v string)
- func (o *WorkflowCategory) SetObjectType(v string)
- func (o *WorkflowCategory) SetObjectTypeNil()
- func (o *WorkflowCategory) SetOwner(v string)
- func (o *WorkflowCategory) SetOwnerNil()
- func (o *WorkflowCategory) SetSchemaId(v string)
- func (o *WorkflowCategory) SetTitle(v string)
- func (o *WorkflowCategory) SetType(v string)
- func (o *WorkflowCategory) SetUniqueName(v string)
- func (o *WorkflowCategory) SetUniqueNameNil()
- func (o *WorkflowCategory) SetUpdatedBy(v string)
- func (o *WorkflowCategory) SetUpdatedByNil()
- func (o *WorkflowCategory) SetUpdatedOn(v string)
- func (o *WorkflowCategory) UnmarshalJSON(bytes []byte) (err error)
- func (o *WorkflowCategory) UnsetObjectType()
- func (o *WorkflowCategory) UnsetOwner()
- func (o *WorkflowCategory) UnsetUniqueName()
- func (o *WorkflowCategory) UnsetUpdatedBy()
- type WorkflowCategoryAllOf
- func (o *WorkflowCategoryAllOf) GetBaseType() string
- func (o *WorkflowCategoryAllOf) GetBaseTypeOk() (*string, bool)
- func (o *WorkflowCategoryAllOf) GetCategoryType() string
- func (o *WorkflowCategoryAllOf) GetCategoryTypeOk() (*string, bool)
- func (o *WorkflowCategoryAllOf) GetDescription() string
- func (o *WorkflowCategoryAllOf) GetDescriptionOk() (*string, bool)
- func (o *WorkflowCategoryAllOf) GetId() string
- func (o *WorkflowCategoryAllOf) GetIdOk() (*string, bool)
- func (o *WorkflowCategoryAllOf) GetName() string
- func (o *WorkflowCategoryAllOf) GetNameOk() (*string, bool)
- func (o *WorkflowCategoryAllOf) GetObjectType() string
- func (o *WorkflowCategoryAllOf) GetObjectTypeOk() (*string, bool)
- func (o *WorkflowCategoryAllOf) GetSchemaId() string
- func (o *WorkflowCategoryAllOf) GetSchemaIdOk() (*string, bool)
- func (o *WorkflowCategoryAllOf) GetTitle() string
- func (o *WorkflowCategoryAllOf) GetTitleOk() (*string, bool)
- func (o *WorkflowCategoryAllOf) GetType() string
- func (o *WorkflowCategoryAllOf) GetTypeOk() (*string, bool)
- func (o *WorkflowCategoryAllOf) HasBaseType() bool
- func (o *WorkflowCategoryAllOf) HasCategoryType() bool
- func (o *WorkflowCategoryAllOf) HasDescription() bool
- func (o *WorkflowCategoryAllOf) HasId() bool
- func (o *WorkflowCategoryAllOf) HasName() bool
- func (o *WorkflowCategoryAllOf) HasObjectType() bool
- func (o *WorkflowCategoryAllOf) HasSchemaId() bool
- func (o *WorkflowCategoryAllOf) HasTitle() bool
- func (o *WorkflowCategoryAllOf) HasType() bool
- func (o WorkflowCategoryAllOf) MarshalJSON() ([]byte, error)
- func (o *WorkflowCategoryAllOf) SetBaseType(v string)
- func (o *WorkflowCategoryAllOf) SetCategoryType(v string)
- func (o *WorkflowCategoryAllOf) SetDescription(v string)
- func (o *WorkflowCategoryAllOf) SetId(v string)
- func (o *WorkflowCategoryAllOf) SetName(v string)
- func (o *WorkflowCategoryAllOf) SetObjectType(v string)
- func (o *WorkflowCategoryAllOf) SetObjectTypeNil()
- func (o *WorkflowCategoryAllOf) SetSchemaId(v string)
- func (o *WorkflowCategoryAllOf) SetTitle(v string)
- func (o *WorkflowCategoryAllOf) SetType(v string)
- func (o *WorkflowCategoryAllOf) UnmarshalJSON(bytes []byte) (err error)
- func (o *WorkflowCategoryAllOf) UnsetObjectType()
- type WorkflowCategoryCreate
- func (o *WorkflowCategoryCreate) GetDescription() string
- func (o *WorkflowCategoryCreate) GetDescriptionOk() (*string, bool)
- func (o *WorkflowCategoryCreate) GetName() string
- func (o *WorkflowCategoryCreate) GetNameOk() (*string, bool)
- func (o *WorkflowCategoryCreate) GetSchemaId() string
- func (o *WorkflowCategoryCreate) GetSchemaIdOk() (*string, bool)
- func (o *WorkflowCategoryCreate) GetTitle() string
- func (o *WorkflowCategoryCreate) GetTitleOk() (*string, bool)
- func (o *WorkflowCategoryCreate) GetUniqueName() string
- func (o *WorkflowCategoryCreate) GetUniqueNameOk() (*string, bool)
- func (o *WorkflowCategoryCreate) HasUniqueName() bool
- func (o WorkflowCategoryCreate) MarshalJSON() ([]byte, error)
- func (o *WorkflowCategoryCreate) SetDescription(v string)
- func (o *WorkflowCategoryCreate) SetName(v string)
- func (o *WorkflowCategoryCreate) SetSchemaId(v string)
- func (o *WorkflowCategoryCreate) SetTitle(v string)
- func (o *WorkflowCategoryCreate) SetUniqueName(v string)
- func (o *WorkflowCategoryCreate) UnmarshalJSON(bytes []byte) (err error)
- type WorkflowCategoryUpdate
- func (o *WorkflowCategoryUpdate) GetDescription() string
- func (o *WorkflowCategoryUpdate) GetDescriptionOk() (*string, bool)
- func (o *WorkflowCategoryUpdate) GetName() string
- func (o *WorkflowCategoryUpdate) GetNameOk() (*string, bool)
- func (o *WorkflowCategoryUpdate) GetSchemaId() string
- func (o *WorkflowCategoryUpdate) GetSchemaIdOk() (*string, bool)
- func (o *WorkflowCategoryUpdate) GetTitle() string
- func (o *WorkflowCategoryUpdate) GetTitleOk() (*string, bool)
- func (o *WorkflowCategoryUpdate) GetUniqueName() string
- func (o *WorkflowCategoryUpdate) GetUniqueNameOk() (*string, bool)
- func (o *WorkflowCategoryUpdate) HasUniqueName() bool
- func (o WorkflowCategoryUpdate) MarshalJSON() ([]byte, error)
- func (o *WorkflowCategoryUpdate) SetDescription(v string)
- func (o *WorkflowCategoryUpdate) SetName(v string)
- func (o *WorkflowCategoryUpdate) SetSchemaId(v string)
- func (o *WorkflowCategoryUpdate) SetTitle(v string)
- func (o *WorkflowCategoryUpdate) SetUniqueName(v string)
- func (o *WorkflowCategoryUpdate) UnmarshalJSON(bytes []byte) (err error)
- type WorkflowDefAccessMeta
- func (o *WorkflowDefAccessMeta) GetIsIntegration() bool
- func (o *WorkflowDefAccessMeta) GetIsIntegrationOk() (*bool, bool)
- func (o *WorkflowDefAccessMeta) GetIsInternal() bool
- func (o *WorkflowDefAccessMeta) GetIsInternalOk() (*bool, bool)
- func (o *WorkflowDefAccessMeta) HasIsIntegration() bool
- func (o *WorkflowDefAccessMeta) HasIsInternal() bool
- func (o WorkflowDefAccessMeta) MarshalJSON() ([]byte, error)
- func (o *WorkflowDefAccessMeta) SetIsIntegration(v bool)
- func (o *WorkflowDefAccessMeta) SetIsIntegrationNil()
- func (o *WorkflowDefAccessMeta) SetIsInternal(v bool)
- func (o *WorkflowDefAccessMeta) UnmarshalJSON(bytes []byte) (err error)
- func (o *WorkflowDefAccessMeta) UnsetIsIntegration()
- type WorkflowEvent
- func (o *WorkflowEvent) GetBaseType() string
- func (o *WorkflowEvent) GetBaseTypeOk() (*string, bool)
- func (o *WorkflowEvent) GetCreatedBy() string
- func (o *WorkflowEvent) GetCreatedByOk() (*string, bool)
- func (o *WorkflowEvent) GetCreatedOn() string
- func (o *WorkflowEvent) GetCreatedOnOk() (*string, bool)
- func (o *WorkflowEvent) GetId() string
- func (o *WorkflowEvent) GetIdOk() (*string, bool)
- func (o *WorkflowEvent) GetName() string
- func (o *WorkflowEvent) GetNameOk() (*string, bool)
- func (o *WorkflowEvent) GetOwner() string
- func (o *WorkflowEvent) GetOwnerOk() (*string, bool)
- func (o *WorkflowEvent) GetProperties() map[string]interface{}
- func (o *WorkflowEvent) GetPropertiesOk() (*map[string]interface{}, bool)
- func (o *WorkflowEvent) GetSchemaId() string
- func (o *WorkflowEvent) GetSchemaIdOk() (*string, bool)
- func (o *WorkflowEvent) GetTitle() string
- func (o *WorkflowEvent) GetTitleOk() (*string, bool)
- func (o *WorkflowEvent) GetType() string
- func (o *WorkflowEvent) GetTypeOk() (*string, bool)
- func (o *WorkflowEvent) GetUniqueName() string
- func (o *WorkflowEvent) GetUniqueNameOk() (*string, bool)
- func (o *WorkflowEvent) GetUpdatedBy() string
- func (o *WorkflowEvent) GetUpdatedByOk() (*string, bool)
- func (o *WorkflowEvent) GetUpdatedOn() string
- func (o *WorkflowEvent) GetUpdatedOnOk() (*string, bool)
- func (o *WorkflowEvent) HasBaseType() bool
- func (o *WorkflowEvent) HasCreatedBy() bool
- func (o *WorkflowEvent) HasCreatedOn() bool
- func (o *WorkflowEvent) HasId() bool
- func (o *WorkflowEvent) HasName() bool
- func (o *WorkflowEvent) HasOwner() bool
- func (o *WorkflowEvent) HasProperties() bool
- func (o *WorkflowEvent) HasSchemaId() bool
- func (o *WorkflowEvent) HasTitle() bool
- func (o *WorkflowEvent) HasType() bool
- func (o *WorkflowEvent) HasUniqueName() bool
- func (o *WorkflowEvent) HasUpdatedBy() bool
- func (o *WorkflowEvent) HasUpdatedOn() bool
- func (o WorkflowEvent) MarshalJSON() ([]byte, error)
- func (o *WorkflowEvent) SetBaseType(v string)
- func (o *WorkflowEvent) SetCreatedBy(v string)
- func (o *WorkflowEvent) SetCreatedOn(v string)
- func (o *WorkflowEvent) SetId(v string)
- func (o *WorkflowEvent) SetName(v string)
- func (o *WorkflowEvent) SetOwner(v string)
- func (o *WorkflowEvent) SetOwnerNil()
- func (o *WorkflowEvent) SetProperties(v map[string]interface{})
- func (o *WorkflowEvent) SetSchemaId(v string)
- func (o *WorkflowEvent) SetTitle(v string)
- func (o *WorkflowEvent) SetType(v string)
- func (o *WorkflowEvent) SetUniqueName(v string)
- func (o *WorkflowEvent) SetUniqueNameNil()
- func (o *WorkflowEvent) SetUpdatedBy(v string)
- func (o *WorkflowEvent) SetUpdatedByNil()
- func (o *WorkflowEvent) SetUpdatedOn(v string)
- func (o *WorkflowEvent) UnmarshalJSON(bytes []byte) (err error)
- func (o *WorkflowEvent) UnsetOwner()
- func (o *WorkflowEvent) UnsetUniqueName()
- func (o *WorkflowEvent) UnsetUpdatedBy()
- type WorkflowEventAllOf
- func (o *WorkflowEventAllOf) GetBaseType() string
- func (o *WorkflowEventAllOf) GetBaseTypeOk() (*string, bool)
- func (o *WorkflowEventAllOf) GetId() string
- func (o *WorkflowEventAllOf) GetIdOk() (*string, bool)
- func (o *WorkflowEventAllOf) GetName() string
- func (o *WorkflowEventAllOf) GetNameOk() (*string, bool)
- func (o *WorkflowEventAllOf) GetProperties() map[string]interface{}
- func (o *WorkflowEventAllOf) GetPropertiesOk() (*map[string]interface{}, bool)
- func (o *WorkflowEventAllOf) GetSchemaId() string
- func (o *WorkflowEventAllOf) GetSchemaIdOk() (*string, bool)
- func (o *WorkflowEventAllOf) GetTitle() string
- func (o *WorkflowEventAllOf) GetTitleOk() (*string, bool)
- func (o *WorkflowEventAllOf) GetType() string
- func (o *WorkflowEventAllOf) GetTypeOk() (*string, bool)
- func (o *WorkflowEventAllOf) HasBaseType() bool
- func (o *WorkflowEventAllOf) HasId() bool
- func (o *WorkflowEventAllOf) HasName() bool
- func (o *WorkflowEventAllOf) HasProperties() bool
- func (o *WorkflowEventAllOf) HasSchemaId() bool
- func (o *WorkflowEventAllOf) HasTitle() bool
- func (o *WorkflowEventAllOf) HasType() bool
- func (o WorkflowEventAllOf) MarshalJSON() ([]byte, error)
- func (o *WorkflowEventAllOf) SetBaseType(v string)
- func (o *WorkflowEventAllOf) SetId(v string)
- func (o *WorkflowEventAllOf) SetName(v string)
- func (o *WorkflowEventAllOf) SetProperties(v map[string]interface{})
- func (o *WorkflowEventAllOf) SetSchemaId(v string)
- func (o *WorkflowEventAllOf) SetTitle(v string)
- func (o *WorkflowEventAllOf) SetType(v string)
- func (o *WorkflowEventAllOf) UnmarshalJSON(bytes []byte) (err error)
- type WorkflowEventCreate
- func (o *WorkflowEventCreate) GetDescription() string
- func (o *WorkflowEventCreate) GetDescriptionOk() (*string, bool)
- func (o *WorkflowEventCreate) GetProperties() map[string]interface{}
- func (o *WorkflowEventCreate) GetPropertiesOk() (*map[string]interface{}, bool)
- func (o *WorkflowEventCreate) GetSchemaId() string
- func (o *WorkflowEventCreate) GetSchemaIdOk() (*string, bool)
- func (o *WorkflowEventCreate) GetTargetId() string
- func (o *WorkflowEventCreate) GetTargetIdOk() (*string, bool)
- func (o *WorkflowEventCreate) GetTitle() string
- func (o *WorkflowEventCreate) GetTitleOk() (*string, bool)
- func (o *WorkflowEventCreate) HasDescription() bool
- func (o WorkflowEventCreate) MarshalJSON() ([]byte, error)
- func (o *WorkflowEventCreate) SetDescription(v string)
- func (o *WorkflowEventCreate) SetProperties(v map[string]interface{})
- func (o *WorkflowEventCreate) SetSchemaId(v string)
- func (o *WorkflowEventCreate) SetTargetId(v string)
- func (o *WorkflowEventCreate) SetTitle(v string)
- func (o *WorkflowEventCreate) UnmarshalJSON(bytes []byte) (err error)
- type WorkflowEventUpdate
- func (o *WorkflowEventUpdate) GetDescription() string
- func (o *WorkflowEventUpdate) GetDescriptionOk() (*string, bool)
- func (o *WorkflowEventUpdate) GetProperties() map[string]interface{}
- func (o *WorkflowEventUpdate) GetPropertiesOk() (*map[string]interface{}, bool)
- func (o *WorkflowEventUpdate) GetSchemaId() string
- func (o *WorkflowEventUpdate) GetSchemaIdOk() (*string, bool)
- func (o *WorkflowEventUpdate) GetTargetId() string
- func (o *WorkflowEventUpdate) GetTargetIdOk() (*string, bool)
- func (o *WorkflowEventUpdate) GetTitle() string
- func (o *WorkflowEventUpdate) GetTitleOk() (*string, bool)
- func (o *WorkflowEventUpdate) HasDescription() bool
- func (o WorkflowEventUpdate) MarshalJSON() ([]byte, error)
- func (o *WorkflowEventUpdate) SetDescription(v string)
- func (o *WorkflowEventUpdate) SetProperties(v map[string]interface{})
- func (o *WorkflowEventUpdate) SetSchemaId(v string)
- func (o *WorkflowEventUpdate) SetTargetId(v string)
- func (o *WorkflowEventUpdate) SetTitle(v string)
- func (o *WorkflowEventUpdate) UnmarshalJSON(bytes []byte) (err error)
- type WorkflowEventsApiService
- func (a *WorkflowEventsApiService) CreateWorkflowEvent(ctx _context.Context) ApiCreateWorkflowEventRequest
- func (a *WorkflowEventsApiService) CreateWorkflowEventExecute(r ApiCreateWorkflowEventRequest) (WorkflowEvent, *_nethttp.Response, error)
- func (a *WorkflowEventsApiService) DeleteWorkflowEvent(ctx _context.Context, id string) ApiDeleteWorkflowEventRequest
- func (a *WorkflowEventsApiService) DeleteWorkflowEventExecute(r ApiDeleteWorkflowEventRequest) (*_nethttp.Response, error)
- func (a *WorkflowEventsApiService) GetWorkflowEvent(ctx _context.Context, id string) ApiGetWorkflowEventRequest
- func (a *WorkflowEventsApiService) GetWorkflowEventExecute(r ApiGetWorkflowEventRequest) (WorkflowEvent, *_nethttp.Response, error)
- func (a *WorkflowEventsApiService) GetWorkflowEventsList(ctx _context.Context) ApiGetWorkflowEventsListRequest
- func (a *WorkflowEventsApiService) GetWorkflowEventsListExecute(r ApiGetWorkflowEventsListRequest) ([]WorkflowEvent, *_nethttp.Response, error)
- func (a *WorkflowEventsApiService) UpdateWorkflowEvent(ctx _context.Context, id string) ApiUpdateWorkflowEventRequest
- func (a *WorkflowEventsApiService) UpdateWorkflowEventExecute(r ApiUpdateWorkflowEventRequest) (WorkflowEvent, *_nethttp.Response, error)
- type WorkflowFooter
- func (o *WorkflowFooter) GetCreatedBy() string
- func (o *WorkflowFooter) GetCreatedByOk() (*string, bool)
- func (o *WorkflowFooter) GetCreatedOn() string
- func (o *WorkflowFooter) GetCreatedOnOk() (*string, bool)
- func (o *WorkflowFooter) GetOwner() string
- func (o *WorkflowFooter) GetOwnerOk() (*string, bool)
- func (o *WorkflowFooter) GetUniqueName() string
- func (o *WorkflowFooter) GetUniqueNameOk() (*string, bool)
- func (o *WorkflowFooter) GetUpdatedBy() string
- func (o *WorkflowFooter) GetUpdatedByOk() (*string, bool)
- func (o *WorkflowFooter) GetUpdatedOn() string
- func (o *WorkflowFooter) GetUpdatedOnOk() (*string, bool)
- func (o *WorkflowFooter) HasCreatedBy() bool
- func (o *WorkflowFooter) HasCreatedOn() bool
- func (o *WorkflowFooter) HasOwner() bool
- func (o *WorkflowFooter) HasUniqueName() bool
- func (o *WorkflowFooter) HasUpdatedBy() bool
- func (o *WorkflowFooter) HasUpdatedOn() bool
- func (o WorkflowFooter) MarshalJSON() ([]byte, error)
- func (o *WorkflowFooter) SetCreatedBy(v string)
- func (o *WorkflowFooter) SetCreatedOn(v string)
- func (o *WorkflowFooter) SetOwner(v string)
- func (o *WorkflowFooter) SetOwnerNil()
- func (o *WorkflowFooter) SetUniqueName(v string)
- func (o *WorkflowFooter) SetUniqueNameNil()
- func (o *WorkflowFooter) SetUpdatedBy(v string)
- func (o *WorkflowFooter) SetUpdatedByNil()
- func (o *WorkflowFooter) SetUpdatedOn(v string)
- func (o *WorkflowFooter) UnmarshalJSON(bytes []byte) (err error)
- func (o *WorkflowFooter) UnsetOwner()
- func (o *WorkflowFooter) UnsetUniqueName()
- func (o *WorkflowFooter) UnsetUpdatedBy()
- type WorkflowInstance
- func (o *WorkflowInstance) GetActions() []WorkflowAction
- func (o *WorkflowInstance) GetActionsOk() (*[]WorkflowAction, bool)
- func (o *WorkflowInstance) GetBaseType() string
- func (o *WorkflowInstance) GetBaseTypeOk() (*string, bool)
- func (o *WorkflowInstance) GetCreatedBy() string
- func (o *WorkflowInstance) GetCreatedByOk() (*string, bool)
- func (o *WorkflowInstance) GetCreatedOn() string
- func (o *WorkflowInstance) GetCreatedOnOk() (*string, bool)
- func (o *WorkflowInstance) GetDefinitionId() string
- func (o *WorkflowInstance) GetDefinitionIdOk() (*string, bool)
- func (o *WorkflowInstance) GetEndedOn() string
- func (o *WorkflowInstance) GetEndedOnOk() (*string, bool)
- func (o *WorkflowInstance) GetId() string
- func (o *WorkflowInstance) GetIdOk() (*string, bool)
- func (o *WorkflowInstance) GetName() string
- func (o *WorkflowInstance) GetNameOk() (*string, bool)
- func (o *WorkflowInstance) GetOwner() string
- func (o *WorkflowInstance) GetOwnerOk() (*string, bool)
- func (o *WorkflowInstance) GetProperties() map[string]interface{}
- func (o *WorkflowInstance) GetPropertiesOk() (*map[string]interface{}, bool)
- func (o *WorkflowInstance) GetSchemaId() string
- func (o *WorkflowInstance) GetSchemaIdOk() (*string, bool)
- func (o *WorkflowInstance) GetStartedOn() string
- func (o *WorkflowInstance) GetStartedOnOk() (*string, bool)
- func (o *WorkflowInstance) GetStatus() map[string]interface{}
- func (o *WorkflowInstance) GetStatusOk() (*map[string]interface{}, bool)
- func (o *WorkflowInstance) GetType() string
- func (o *WorkflowInstance) GetTypeOk() (*string, bool)
- func (o *WorkflowInstance) GetUniqueName() string
- func (o *WorkflowInstance) GetUniqueNameOk() (*string, bool)
- func (o *WorkflowInstance) GetUpdatedBy() string
- func (o *WorkflowInstance) GetUpdatedByOk() (*string, bool)
- func (o *WorkflowInstance) GetUpdatedOn() string
- func (o *WorkflowInstance) GetUpdatedOnOk() (*string, bool)
- func (o *WorkflowInstance) GetVariables() []WorkflowVariable
- func (o *WorkflowInstance) GetVariablesOk() (*[]WorkflowVariable, bool)
- func (o *WorkflowInstance) GetVersion() string
- func (o *WorkflowInstance) GetVersionOk() (*string, bool)
- func (o *WorkflowInstance) HasActions() bool
- func (o *WorkflowInstance) HasBaseType() bool
- func (o *WorkflowInstance) HasCreatedBy() bool
- func (o *WorkflowInstance) HasCreatedOn() bool
- func (o *WorkflowInstance) HasDefinitionId() bool
- func (o *WorkflowInstance) HasEndedOn() bool
- func (o *WorkflowInstance) HasId() bool
- func (o *WorkflowInstance) HasName() bool
- func (o *WorkflowInstance) HasOwner() bool
- func (o *WorkflowInstance) HasProperties() bool
- func (o *WorkflowInstance) HasSchemaId() bool
- func (o *WorkflowInstance) HasStartedOn() bool
- func (o *WorkflowInstance) HasStatus() bool
- func (o *WorkflowInstance) HasType() bool
- func (o *WorkflowInstance) HasUniqueName() bool
- func (o *WorkflowInstance) HasUpdatedBy() bool
- func (o *WorkflowInstance) HasUpdatedOn() bool
- func (o *WorkflowInstance) HasVariables() bool
- func (o *WorkflowInstance) HasVersion() bool
- func (o WorkflowInstance) MarshalJSON() ([]byte, error)
- func (o *WorkflowInstance) SetActions(v []WorkflowAction)
- func (o *WorkflowInstance) SetBaseType(v string)
- func (o *WorkflowInstance) SetCreatedBy(v string)
- func (o *WorkflowInstance) SetCreatedOn(v string)
- func (o *WorkflowInstance) SetDefinitionId(v string)
- func (o *WorkflowInstance) SetEndedOn(v string)
- func (o *WorkflowInstance) SetId(v string)
- func (o *WorkflowInstance) SetName(v string)
- func (o *WorkflowInstance) SetOwner(v string)
- func (o *WorkflowInstance) SetOwnerNil()
- func (o *WorkflowInstance) SetProperties(v map[string]interface{})
- func (o *WorkflowInstance) SetSchemaId(v string)
- func (o *WorkflowInstance) SetStartedOn(v string)
- func (o *WorkflowInstance) SetStatus(v map[string]interface{})
- func (o *WorkflowInstance) SetType(v string)
- func (o *WorkflowInstance) SetUniqueName(v string)
- func (o *WorkflowInstance) SetUniqueNameNil()
- func (o *WorkflowInstance) SetUpdatedBy(v string)
- func (o *WorkflowInstance) SetUpdatedByNil()
- func (o *WorkflowInstance) SetUpdatedOn(v string)
- func (o *WorkflowInstance) SetVariables(v []WorkflowVariable)
- func (o *WorkflowInstance) SetVersion(v string)
- func (o *WorkflowInstance) UnmarshalJSON(bytes []byte) (err error)
- func (o *WorkflowInstance) UnsetOwner()
- func (o *WorkflowInstance) UnsetUniqueName()
- func (o *WorkflowInstance) UnsetUpdatedBy()
- type WorkflowInstanceAllOf
- func (o *WorkflowInstanceAllOf) GetActions() []WorkflowAction
- func (o *WorkflowInstanceAllOf) GetActionsOk() (*[]WorkflowAction, bool)
- func (o *WorkflowInstanceAllOf) GetBaseType() string
- func (o *WorkflowInstanceAllOf) GetBaseTypeOk() (*string, bool)
- func (o *WorkflowInstanceAllOf) GetDefinitionId() string
- func (o *WorkflowInstanceAllOf) GetDefinitionIdOk() (*string, bool)
- func (o *WorkflowInstanceAllOf) GetEndedOn() string
- func (o *WorkflowInstanceAllOf) GetEndedOnOk() (*string, bool)
- func (o *WorkflowInstanceAllOf) GetId() string
- func (o *WorkflowInstanceAllOf) GetIdOk() (*string, bool)
- func (o *WorkflowInstanceAllOf) GetName() string
- func (o *WorkflowInstanceAllOf) GetNameOk() (*string, bool)
- func (o *WorkflowInstanceAllOf) GetProperties() map[string]interface{}
- func (o *WorkflowInstanceAllOf) GetPropertiesOk() (*map[string]interface{}, bool)
- func (o *WorkflowInstanceAllOf) GetSchemaId() string
- func (o *WorkflowInstanceAllOf) GetSchemaIdOk() (*string, bool)
- func (o *WorkflowInstanceAllOf) GetStartedOn() string
- func (o *WorkflowInstanceAllOf) GetStartedOnOk() (*string, bool)
- func (o *WorkflowInstanceAllOf) GetStatus() map[string]interface{}
- func (o *WorkflowInstanceAllOf) GetStatusOk() (*map[string]interface{}, bool)
- func (o *WorkflowInstanceAllOf) GetType() string
- func (o *WorkflowInstanceAllOf) GetTypeOk() (*string, bool)
- func (o *WorkflowInstanceAllOf) GetVariables() []WorkflowVariable
- func (o *WorkflowInstanceAllOf) GetVariablesOk() (*[]WorkflowVariable, bool)
- func (o *WorkflowInstanceAllOf) GetVersion() string
- func (o *WorkflowInstanceAllOf) GetVersionOk() (*string, bool)
- func (o *WorkflowInstanceAllOf) HasActions() bool
- func (o *WorkflowInstanceAllOf) HasBaseType() bool
- func (o *WorkflowInstanceAllOf) HasDefinitionId() bool
- func (o *WorkflowInstanceAllOf) HasEndedOn() bool
- func (o *WorkflowInstanceAllOf) HasId() bool
- func (o *WorkflowInstanceAllOf) HasName() bool
- func (o *WorkflowInstanceAllOf) HasProperties() bool
- func (o *WorkflowInstanceAllOf) HasSchemaId() bool
- func (o *WorkflowInstanceAllOf) HasStartedOn() bool
- func (o *WorkflowInstanceAllOf) HasStatus() bool
- func (o *WorkflowInstanceAllOf) HasType() bool
- func (o *WorkflowInstanceAllOf) HasVariables() bool
- func (o *WorkflowInstanceAllOf) HasVersion() bool
- func (o WorkflowInstanceAllOf) MarshalJSON() ([]byte, error)
- func (o *WorkflowInstanceAllOf) SetActions(v []WorkflowAction)
- func (o *WorkflowInstanceAllOf) SetBaseType(v string)
- func (o *WorkflowInstanceAllOf) SetDefinitionId(v string)
- func (o *WorkflowInstanceAllOf) SetEndedOn(v string)
- func (o *WorkflowInstanceAllOf) SetId(v string)
- func (o *WorkflowInstanceAllOf) SetName(v string)
- func (o *WorkflowInstanceAllOf) SetProperties(v map[string]interface{})
- func (o *WorkflowInstanceAllOf) SetSchemaId(v string)
- func (o *WorkflowInstanceAllOf) SetStartedOn(v string)
- func (o *WorkflowInstanceAllOf) SetStatus(v map[string]interface{})
- func (o *WorkflowInstanceAllOf) SetType(v string)
- func (o *WorkflowInstanceAllOf) SetVariables(v []WorkflowVariable)
- func (o *WorkflowInstanceAllOf) SetVersion(v string)
- func (o *WorkflowInstanceAllOf) UnmarshalJSON(bytes []byte) (err error)
- type WorkflowInstanceDeleteResponse
- func (o *WorkflowInstanceDeleteResponse) GetDeletedChildWorkflowInstanceIds() []string
- func (o *WorkflowInstanceDeleteResponse) GetDeletedChildWorkflowInstanceIdsOk() (*[]string, bool)
- func (o *WorkflowInstanceDeleteResponse) HasDeletedChildWorkflowInstanceIds() bool
- func (o WorkflowInstanceDeleteResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowInstanceDeleteResponse) SetDeletedChildWorkflowInstanceIds(v []string)
- func (o *WorkflowInstanceDeleteResponse) UnmarshalJSON(bytes []byte) (err error)
- type WorkflowInstancesApiService
- func (a *WorkflowInstancesApiService) CancelWorkflowInstance(ctx _context.Context, id string) ApiCancelWorkflowInstanceRequest
- func (a *WorkflowInstancesApiService) CancelWorkflowInstanceExecute(r ApiCancelWorkflowInstanceRequest) (WorkflowInstance, *_nethttp.Response, error)
- func (a *WorkflowInstancesApiService) DeleteWorkflowInstance(ctx _context.Context, id string) ApiDeleteWorkflowInstanceRequest
- func (a *WorkflowInstancesApiService) DeleteWorkflowInstanceExecute(r ApiDeleteWorkflowInstanceRequest) (WorkflowInstanceDeleteResponse, *_nethttp.Response, error)
- func (a *WorkflowInstancesApiService) GetWorkflowInstance(ctx _context.Context, id string) ApiGetWorkflowInstanceRequest
- func (a *WorkflowInstancesApiService) GetWorkflowInstanceAction(ctx _context.Context, id string, actionId string) ApiGetWorkflowInstanceActionRequest
- func (a *WorkflowInstancesApiService) GetWorkflowInstanceActionExecute(r ApiGetWorkflowInstanceActionRequest) (WorkflowAction, *_nethttp.Response, error)
- func (a *WorkflowInstancesApiService) GetWorkflowInstanceExecute(r ApiGetWorkflowInstanceRequest) (WorkflowInstance, *_nethttp.Response, error)
- func (a *WorkflowInstancesApiService) GetWorkflowInstancesList(ctx _context.Context, id string) ApiGetWorkflowInstancesListRequest
- func (a *WorkflowInstancesApiService) GetWorkflowInstancesListExecute(r ApiGetWorkflowInstancesListRequest) ([]WorkflowInstance, *_nethttp.Response, error)
- type WorkflowMapping
- func (o *WorkflowMapping) GetCreatedBy() string
- func (o *WorkflowMapping) GetCreatedByOk() (*string, bool)
- func (o *WorkflowMapping) GetCreatedOn() string
- func (o *WorkflowMapping) GetCreatedOnOk() (*string, bool)
- func (o *WorkflowMapping) GetId() string
- func (o *WorkflowMapping) GetIdOk() (*string, bool)
- func (o *WorkflowMapping) GetModifiedBy() string
- func (o *WorkflowMapping) GetModifiedByOk() (*string, bool)
- func (o *WorkflowMapping) GetModifiedOn() string
- func (o *WorkflowMapping) GetModifiedOnOk() (*string, bool)
- func (o *WorkflowMapping) GetTenantIds() []string
- func (o *WorkflowMapping) GetTenantIdsOk() (*[]string, bool)
- func (o *WorkflowMapping) GetUniqueName() string
- func (o *WorkflowMapping) GetUniqueNameOk() (*string, bool)
- func (o *WorkflowMapping) HasCreatedBy() bool
- func (o *WorkflowMapping) HasCreatedOn() bool
- func (o *WorkflowMapping) HasId() bool
- func (o *WorkflowMapping) HasModifiedBy() bool
- func (o *WorkflowMapping) HasModifiedOn() bool
- func (o *WorkflowMapping) HasTenantIds() bool
- func (o *WorkflowMapping) HasUniqueName() bool
- func (o WorkflowMapping) MarshalJSON() ([]byte, error)
- func (o *WorkflowMapping) SetCreatedBy(v string)
- func (o *WorkflowMapping) SetCreatedOn(v string)
- func (o *WorkflowMapping) SetId(v string)
- func (o *WorkflowMapping) SetModifiedBy(v string)
- func (o *WorkflowMapping) SetModifiedOn(v string)
- func (o *WorkflowMapping) SetTenantIds(v []string)
- func (o *WorkflowMapping) SetUniqueName(v string)
- func (o *WorkflowMapping) UnmarshalJSON(bytes []byte) (err error)
- type WorkflowMetadata
- func (o *WorkflowMetadata) GetGitInfo() WorkflowMetadataGitInfo
- func (o *WorkflowMetadata) GetGitInfoOk() (*WorkflowMetadataGitInfo, bool)
- func (o *WorkflowMetadata) HasGitInfo() bool
- func (o WorkflowMetadata) MarshalJSON() ([]byte, error)
- func (o *WorkflowMetadata) SetGitInfo(v WorkflowMetadataGitInfo)
- func (o *WorkflowMetadata) UnmarshalJSON(bytes []byte) (err error)
- type WorkflowMetadataGitInfo
- func (o *WorkflowMetadataGitInfo) GetCommitHash() string
- func (o *WorkflowMetadataGitInfo) GetCommitHashOk() (*string, bool)
- func (o *WorkflowMetadataGitInfo) GetCommitMessage() string
- func (o *WorkflowMetadataGitInfo) GetCommitMessageOk() (*string, bool)
- func (o *WorkflowMetadataGitInfo) GetCommitedOn() string
- func (o *WorkflowMetadataGitInfo) GetCommitedOnOk() (*string, bool)
- func (o *WorkflowMetadataGitInfo) GetCommittedBy() string
- func (o *WorkflowMetadataGitInfo) GetCommittedByOk() (*string, bool)
- func (o *WorkflowMetadataGitInfo) GetCommittedOn() string
- func (o *WorkflowMetadataGitInfo) GetCommittedOnOk() (*string, bool)
- func (o *WorkflowMetadataGitInfo) GetFileName() string
- func (o *WorkflowMetadataGitInfo) GetFileNameOk() (*string, bool)
- func (o *WorkflowMetadataGitInfo) GetTargetId() string
- func (o *WorkflowMetadataGitInfo) GetTargetIdOk() (*string, bool)
- func (o *WorkflowMetadataGitInfo) HasCommitHash() bool
- func (o *WorkflowMetadataGitInfo) HasCommitMessage() bool
- func (o *WorkflowMetadataGitInfo) HasCommitedOn() bool
- func (o *WorkflowMetadataGitInfo) HasCommittedBy() bool
- func (o *WorkflowMetadataGitInfo) HasCommittedOn() bool
- func (o *WorkflowMetadataGitInfo) HasFileName() bool
- func (o *WorkflowMetadataGitInfo) HasTargetId() bool
- func (o WorkflowMetadataGitInfo) MarshalJSON() ([]byte, error)
- func (o *WorkflowMetadataGitInfo) SetCommitHash(v string)
- func (o *WorkflowMetadataGitInfo) SetCommitHashNil()
- func (o *WorkflowMetadataGitInfo) SetCommitMessage(v string)
- func (o *WorkflowMetadataGitInfo) SetCommitMessageNil()
- func (o *WorkflowMetadataGitInfo) SetCommitedOn(v string)
- func (o *WorkflowMetadataGitInfo) SetCommitedOnNil()
- func (o *WorkflowMetadataGitInfo) SetCommittedBy(v string)
- func (o *WorkflowMetadataGitInfo) SetCommittedByNil()
- func (o *WorkflowMetadataGitInfo) SetCommittedOn(v string)
- func (o *WorkflowMetadataGitInfo) SetCommittedOnNil()
- func (o *WorkflowMetadataGitInfo) SetFileName(v string)
- func (o *WorkflowMetadataGitInfo) SetFileNameNil()
- func (o *WorkflowMetadataGitInfo) SetTargetId(v string)
- func (o *WorkflowMetadataGitInfo) SetTargetIdNil()
- func (o *WorkflowMetadataGitInfo) UnmarshalJSON(bytes []byte) (err error)
- func (o *WorkflowMetadataGitInfo) UnsetCommitHash()
- func (o *WorkflowMetadataGitInfo) UnsetCommitMessage()
- func (o *WorkflowMetadataGitInfo) UnsetCommitedOn()
- func (o *WorkflowMetadataGitInfo) UnsetCommittedBy()
- func (o *WorkflowMetadataGitInfo) UnsetCommittedOn()
- func (o *WorkflowMetadataGitInfo) UnsetFileName()
- func (o *WorkflowMetadataGitInfo) UnsetTargetId()
- type WorkflowSchema
- func (o *WorkflowSchema) GetAccessMeta() WorkflowAccessMeta
- func (o *WorkflowSchema) GetAccessMetaOk() (*WorkflowAccessMeta, bool)
- func (o *WorkflowSchema) GetAttributes() map[string]interface{}
- func (o *WorkflowSchema) GetAttributesOk() (*map[string]interface{}, bool)
- func (o *WorkflowSchema) GetBaseType() string
- func (o *WorkflowSchema) GetBaseTypeOk() (*string, bool)
- func (o *WorkflowSchema) GetCreatedBy() string
- func (o *WorkflowSchema) GetCreatedByOk() (*string, bool)
- func (o *WorkflowSchema) GetCreatedOn() string
- func (o *WorkflowSchema) GetCreatedOnOk() (*string, bool)
- func (o *WorkflowSchema) GetDescription() string
- func (o *WorkflowSchema) GetDescriptionOk() (*string, bool)
- func (o *WorkflowSchema) GetId() string
- func (o *WorkflowSchema) GetIdOk() (*string, bool)
- func (o *WorkflowSchema) GetInherits() string
- func (o *WorkflowSchema) GetInheritsOk() (*string, bool)
- func (o *WorkflowSchema) GetInvisible() bool
- func (o *WorkflowSchema) GetInvisibleOk() (*bool, bool)
- func (o *WorkflowSchema) GetName() string
- func (o *WorkflowSchema) GetNameOk() (*string, bool)
- func (o *WorkflowSchema) GetOutputSchema() map[string]interface{}
- func (o *WorkflowSchema) GetOutputSchemaOk() (*map[string]interface{}, bool)
- func (o *WorkflowSchema) GetOwner() string
- func (o *WorkflowSchema) GetOwnerOk() (*string, bool)
- func (o *WorkflowSchema) GetPropertySchema() map[string]interface{}
- func (o *WorkflowSchema) GetPropertySchemaOk() (*map[string]interface{}, bool)
- func (o *WorkflowSchema) GetSchemaId() string
- func (o *WorkflowSchema) GetSchemaIdOk() (*string, bool)
- func (o *WorkflowSchema) GetTitle() string
- func (o *WorkflowSchema) GetTitleOk() (*string, bool)
- func (o *WorkflowSchema) GetType() string
- func (o *WorkflowSchema) GetTypeOk() (*string, bool)
- func (o *WorkflowSchema) GetUniqueName() string
- func (o *WorkflowSchema) GetUniqueNameOk() (*string, bool)
- func (o *WorkflowSchema) GetUpdatedBy() string
- func (o *WorkflowSchema) GetUpdatedByOk() (*string, bool)
- func (o *WorkflowSchema) GetUpdatedOn() string
- func (o *WorkflowSchema) GetUpdatedOnOk() (*string, bool)
- func (o *WorkflowSchema) GetVariableSchema() map[string]interface{}
- func (o *WorkflowSchema) GetVariableSchemaOk() (*map[string]interface{}, bool)
- func (o *WorkflowSchema) GetVersion() string
- func (o *WorkflowSchema) GetVersionOk() (*string, bool)
- func (o *WorkflowSchema) GetViewConfig() map[string]interface{}
- func (o *WorkflowSchema) GetViewConfigOk() (*map[string]interface{}, bool)
- func (o *WorkflowSchema) HasAccessMeta() bool
- func (o *WorkflowSchema) HasAttributes() bool
- func (o *WorkflowSchema) HasBaseType() bool
- func (o *WorkflowSchema) HasCreatedBy() bool
- func (o *WorkflowSchema) HasCreatedOn() bool
- func (o *WorkflowSchema) HasDescription() bool
- func (o *WorkflowSchema) HasId() bool
- func (o *WorkflowSchema) HasInherits() bool
- func (o *WorkflowSchema) HasInvisible() bool
- func (o *WorkflowSchema) HasName() bool
- func (o *WorkflowSchema) HasOutputSchema() bool
- func (o *WorkflowSchema) HasOwner() bool
- func (o *WorkflowSchema) HasPropertySchema() bool
- func (o *WorkflowSchema) HasSchemaId() bool
- func (o *WorkflowSchema) HasTitle() bool
- func (o *WorkflowSchema) HasType() bool
- func (o *WorkflowSchema) HasUniqueName() bool
- func (o *WorkflowSchema) HasUpdatedBy() bool
- func (o *WorkflowSchema) HasUpdatedOn() bool
- func (o *WorkflowSchema) HasVariableSchema() bool
- func (o *WorkflowSchema) HasVersion() bool
- func (o *WorkflowSchema) HasViewConfig() bool
- func (o WorkflowSchema) MarshalJSON() ([]byte, error)
- func (o *WorkflowSchema) SetAccessMeta(v WorkflowAccessMeta)
- func (o *WorkflowSchema) SetAttributes(v map[string]interface{})
- func (o *WorkflowSchema) SetBaseType(v string)
- func (o *WorkflowSchema) SetCreatedBy(v string)
- func (o *WorkflowSchema) SetCreatedOn(v string)
- func (o *WorkflowSchema) SetDescription(v string)
- func (o *WorkflowSchema) SetId(v string)
- func (o *WorkflowSchema) SetIdNil()
- func (o *WorkflowSchema) SetInherits(v string)
- func (o *WorkflowSchema) SetInvisible(v bool)
- func (o *WorkflowSchema) SetName(v string)
- func (o *WorkflowSchema) SetOutputSchema(v map[string]interface{})
- func (o *WorkflowSchema) SetOwner(v string)
- func (o *WorkflowSchema) SetOwnerNil()
- func (o *WorkflowSchema) SetPropertySchema(v map[string]interface{})
- func (o *WorkflowSchema) SetSchemaId(v string)
- func (o *WorkflowSchema) SetTitle(v string)
- func (o *WorkflowSchema) SetType(v string)
- func (o *WorkflowSchema) SetUniqueName(v string)
- func (o *WorkflowSchema) SetUniqueNameNil()
- func (o *WorkflowSchema) SetUpdatedBy(v string)
- func (o *WorkflowSchema) SetUpdatedByNil()
- func (o *WorkflowSchema) SetUpdatedOn(v string)
- func (o *WorkflowSchema) SetVariableSchema(v map[string]interface{})
- func (o *WorkflowSchema) SetVersion(v string)
- func (o *WorkflowSchema) SetViewConfig(v map[string]interface{})
- func (o *WorkflowSchema) UnmarshalJSON(bytes []byte) (err error)
- func (o *WorkflowSchema) UnsetId()
- func (o *WorkflowSchema) UnsetOwner()
- func (o *WorkflowSchema) UnsetUniqueName()
- func (o *WorkflowSchema) UnsetUpdatedBy()
- type WorkflowSchemaAllOf
- func (o *WorkflowSchemaAllOf) GetAccessMeta() WorkflowAccessMeta
- func (o *WorkflowSchemaAllOf) GetAccessMetaOk() (*WorkflowAccessMeta, bool)
- func (o *WorkflowSchemaAllOf) GetAttributes() map[string]interface{}
- func (o *WorkflowSchemaAllOf) GetAttributesOk() (*map[string]interface{}, bool)
- func (o *WorkflowSchemaAllOf) GetBaseType() string
- func (o *WorkflowSchemaAllOf) GetBaseTypeOk() (*string, bool)
- func (o *WorkflowSchemaAllOf) GetDescription() string
- func (o *WorkflowSchemaAllOf) GetDescriptionOk() (*string, bool)
- func (o *WorkflowSchemaAllOf) GetId() string
- func (o *WorkflowSchemaAllOf) GetIdOk() (*string, bool)
- func (o *WorkflowSchemaAllOf) GetInherits() string
- func (o *WorkflowSchemaAllOf) GetInheritsOk() (*string, bool)
- func (o *WorkflowSchemaAllOf) GetInvisible() bool
- func (o *WorkflowSchemaAllOf) GetInvisibleOk() (*bool, bool)
- func (o *WorkflowSchemaAllOf) GetName() string
- func (o *WorkflowSchemaAllOf) GetNameOk() (*string, bool)
- func (o *WorkflowSchemaAllOf) GetOutputSchema() map[string]interface{}
- func (o *WorkflowSchemaAllOf) GetOutputSchemaOk() (*map[string]interface{}, bool)
- func (o *WorkflowSchemaAllOf) GetPropertySchema() map[string]interface{}
- func (o *WorkflowSchemaAllOf) GetPropertySchemaOk() (*map[string]interface{}, bool)
- func (o *WorkflowSchemaAllOf) GetSchemaId() string
- func (o *WorkflowSchemaAllOf) GetSchemaIdOk() (*string, bool)
- func (o *WorkflowSchemaAllOf) GetTitle() string
- func (o *WorkflowSchemaAllOf) GetTitleOk() (*string, bool)
- func (o *WorkflowSchemaAllOf) GetType() string
- func (o *WorkflowSchemaAllOf) GetTypeOk() (*string, bool)
- func (o *WorkflowSchemaAllOf) GetVariableSchema() map[string]interface{}
- func (o *WorkflowSchemaAllOf) GetVariableSchemaOk() (*map[string]interface{}, bool)
- func (o *WorkflowSchemaAllOf) GetVersion() string
- func (o *WorkflowSchemaAllOf) GetVersionOk() (*string, bool)
- func (o *WorkflowSchemaAllOf) GetViewConfig() map[string]interface{}
- func (o *WorkflowSchemaAllOf) GetViewConfigOk() (*map[string]interface{}, bool)
- func (o *WorkflowSchemaAllOf) HasAccessMeta() bool
- func (o *WorkflowSchemaAllOf) HasAttributes() bool
- func (o *WorkflowSchemaAllOf) HasBaseType() bool
- func (o *WorkflowSchemaAllOf) HasDescription() bool
- func (o *WorkflowSchemaAllOf) HasId() bool
- func (o *WorkflowSchemaAllOf) HasInherits() bool
- func (o *WorkflowSchemaAllOf) HasInvisible() bool
- func (o *WorkflowSchemaAllOf) HasName() bool
- func (o *WorkflowSchemaAllOf) HasOutputSchema() bool
- func (o *WorkflowSchemaAllOf) HasPropertySchema() bool
- func (o *WorkflowSchemaAllOf) HasSchemaId() bool
- func (o *WorkflowSchemaAllOf) HasTitle() bool
- func (o *WorkflowSchemaAllOf) HasType() bool
- func (o *WorkflowSchemaAllOf) HasVariableSchema() bool
- func (o *WorkflowSchemaAllOf) HasVersion() bool
- func (o *WorkflowSchemaAllOf) HasViewConfig() bool
- func (o WorkflowSchemaAllOf) MarshalJSON() ([]byte, error)
- func (o *WorkflowSchemaAllOf) SetAccessMeta(v WorkflowAccessMeta)
- func (o *WorkflowSchemaAllOf) SetAttributes(v map[string]interface{})
- func (o *WorkflowSchemaAllOf) SetBaseType(v string)
- func (o *WorkflowSchemaAllOf) SetDescription(v string)
- func (o *WorkflowSchemaAllOf) SetId(v string)
- func (o *WorkflowSchemaAllOf) SetIdNil()
- func (o *WorkflowSchemaAllOf) SetInherits(v string)
- func (o *WorkflowSchemaAllOf) SetInvisible(v bool)
- func (o *WorkflowSchemaAllOf) SetName(v string)
- func (o *WorkflowSchemaAllOf) SetOutputSchema(v map[string]interface{})
- func (o *WorkflowSchemaAllOf) SetPropertySchema(v map[string]interface{})
- func (o *WorkflowSchemaAllOf) SetSchemaId(v string)
- func (o *WorkflowSchemaAllOf) SetTitle(v string)
- func (o *WorkflowSchemaAllOf) SetType(v string)
- func (o *WorkflowSchemaAllOf) SetVariableSchema(v map[string]interface{})
- func (o *WorkflowSchemaAllOf) SetVersion(v string)
- func (o *WorkflowSchemaAllOf) SetViewConfig(v map[string]interface{})
- func (o *WorkflowSchemaAllOf) UnmarshalJSON(bytes []byte) (err error)
- func (o *WorkflowSchemaAllOf) UnsetId()
- type WorkflowSchemaByTypeResponse
- func (o *WorkflowSchemaByTypeResponse) GetDataSchema() WorkflowSchema
- func (o *WorkflowSchemaByTypeResponse) GetDataSchemaOk() (*WorkflowSchema, bool)
- func (o *WorkflowSchemaByTypeResponse) GetViewSchema() WorkflowSchema
- func (o *WorkflowSchemaByTypeResponse) GetViewSchemaOk() (*WorkflowSchema, bool)
- func (o *WorkflowSchemaByTypeResponse) HasDataSchema() bool
- func (o *WorkflowSchemaByTypeResponse) HasViewSchema() bool
- func (o WorkflowSchemaByTypeResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowSchemaByTypeResponse) SetDataSchema(v WorkflowSchema)
- func (o *WorkflowSchemaByTypeResponse) SetDataSchemaNil()
- func (o *WorkflowSchemaByTypeResponse) SetViewSchema(v WorkflowSchema)
- func (o *WorkflowSchemaByTypeResponse) SetViewSchemaNil()
- func (o *WorkflowSchemaByTypeResponse) UnmarshalJSON(bytes []byte) (err error)
- func (o *WorkflowSchemaByTypeResponse) UnsetDataSchema()
- func (o *WorkflowSchemaByTypeResponse) UnsetViewSchema()
- type WorkflowSchemasApiService
- func (a *WorkflowSchemasApiService) GetWorkflowSchema(ctx _context.Context, id string) ApiGetWorkflowSchemaRequest
- func (a *WorkflowSchemasApiService) GetWorkflowSchemaExecute(r ApiGetWorkflowSchemaRequest) (WorkflowSchemaByTypeResponse, *_nethttp.Response, error)
- func (a *WorkflowSchemasApiService) GetWorkflowSchemasList(ctx _context.Context) ApiGetWorkflowSchemasListRequest
- func (a *WorkflowSchemasApiService) GetWorkflowSchemasListExecute(r ApiGetWorkflowSchemasListRequest) ([]WorkflowSchema, *_nethttp.Response, error)
- type WorkflowStartConfig
- func (o *WorkflowStartConfig) GetInputVariables() []WorkflowVariable
- func (o *WorkflowStartConfig) GetInputVariablesOk() (*[]WorkflowVariable, bool)
- func (o *WorkflowStartConfig) GetTargetId() string
- func (o *WorkflowStartConfig) GetTargetIdOk() (*string, bool)
- func (o *WorkflowStartConfig) GetTypeOfTargetNeeded() string
- func (o *WorkflowStartConfig) GetTypeOfTargetNeededOk() (*string, bool)
- func (o *WorkflowStartConfig) HasInputVariables() bool
- func (o *WorkflowStartConfig) HasTargetId() bool
- func (o *WorkflowStartConfig) HasTypeOfTargetNeeded() bool
- func (o WorkflowStartConfig) MarshalJSON() ([]byte, error)
- func (o *WorkflowStartConfig) SetInputVariables(v []WorkflowVariable)
- func (o *WorkflowStartConfig) SetTargetId(v string)
- func (o *WorkflowStartConfig) SetTargetIdNil()
- func (o *WorkflowStartConfig) SetTypeOfTargetNeeded(v string)
- func (o *WorkflowStartConfig) SetTypeOfTargetNeededNil()
- func (o *WorkflowStartConfig) UnmarshalJSON(bytes []byte) (err error)
- func (o *WorkflowStartConfig) UnsetTargetId()
- func (o *WorkflowStartConfig) UnsetTypeOfTargetNeeded()
- type WorkflowTarget
- func (o *WorkflowTarget) GetAdapterId() string
- func (o *WorkflowTarget) GetAdapterIdOk() (*string, bool)
- func (o *WorkflowTarget) GetBaseType() string
- func (o *WorkflowTarget) GetBaseTypeOk() (*string, bool)
- func (o *WorkflowTarget) GetCreatedBy() string
- func (o *WorkflowTarget) GetCreatedByOk() (*string, bool)
- func (o *WorkflowTarget) GetCreatedOn() string
- func (o *WorkflowTarget) GetCreatedOnOk() (*string, bool)
- func (o *WorkflowTarget) GetDefAccessMeta() WorkflowDefAccessMeta
- func (o *WorkflowTarget) GetDefAccessMetaOk() (*WorkflowDefAccessMeta, bool)
- func (o *WorkflowTarget) GetId() string
- func (o *WorkflowTarget) GetIdOk() (*string, bool)
- func (o *WorkflowTarget) GetName() string
- func (o *WorkflowTarget) GetNameOk() (*string, bool)
- func (o *WorkflowTarget) GetOwner() string
- func (o *WorkflowTarget) GetOwnerOk() (*string, bool)
- func (o *WorkflowTarget) GetProperties() map[string]interface{}
- func (o *WorkflowTarget) GetPropertiesOk() (*map[string]interface{}, bool)
- func (o *WorkflowTarget) GetSchemaId() string
- func (o *WorkflowTarget) GetSchemaIdOk() (*string, bool)
- func (o *WorkflowTarget) GetTitle() string
- func (o *WorkflowTarget) GetTitleOk() (*string, bool)
- func (o *WorkflowTarget) GetType() string
- func (o *WorkflowTarget) GetTypeOk() (*string, bool)
- func (o *WorkflowTarget) GetUniqueName() string
- func (o *WorkflowTarget) GetUniqueNameOk() (*string, bool)
- func (o *WorkflowTarget) GetUpdatedBy() string
- func (o *WorkflowTarget) GetUpdatedByOk() (*string, bool)
- func (o *WorkflowTarget) GetUpdatedOn() string
- func (o *WorkflowTarget) GetUpdatedOnOk() (*string, bool)
- func (o *WorkflowTarget) GetValid() bool
- func (o *WorkflowTarget) GetValidOk() (*bool, bool)
- func (o *WorkflowTarget) HasAdapterId() bool
- func (o *WorkflowTarget) HasBaseType() bool
- func (o *WorkflowTarget) HasCreatedBy() bool
- func (o *WorkflowTarget) HasCreatedOn() bool
- func (o *WorkflowTarget) HasDefAccessMeta() bool
- func (o *WorkflowTarget) HasId() bool
- func (o *WorkflowTarget) HasName() bool
- func (o *WorkflowTarget) HasOwner() bool
- func (o *WorkflowTarget) HasProperties() bool
- func (o *WorkflowTarget) HasSchemaId() bool
- func (o *WorkflowTarget) HasTitle() bool
- func (o *WorkflowTarget) HasType() bool
- func (o *WorkflowTarget) HasUniqueName() bool
- func (o *WorkflowTarget) HasUpdatedBy() bool
- func (o *WorkflowTarget) HasUpdatedOn() bool
- func (o *WorkflowTarget) HasValid() bool
- func (o WorkflowTarget) MarshalJSON() ([]byte, error)
- func (o *WorkflowTarget) SetAdapterId(v string)
- func (o *WorkflowTarget) SetBaseType(v string)
- func (o *WorkflowTarget) SetCreatedBy(v string)
- func (o *WorkflowTarget) SetCreatedOn(v string)
- func (o *WorkflowTarget) SetDefAccessMeta(v WorkflowDefAccessMeta)
- func (o *WorkflowTarget) SetId(v string)
- func (o *WorkflowTarget) SetName(v string)
- func (o *WorkflowTarget) SetOwner(v string)
- func (o *WorkflowTarget) SetOwnerNil()
- func (o *WorkflowTarget) SetProperties(v map[string]interface{})
- func (o *WorkflowTarget) SetSchemaId(v string)
- func (o *WorkflowTarget) SetTitle(v string)
- func (o *WorkflowTarget) SetTitleNil()
- func (o *WorkflowTarget) SetType(v string)
- func (o *WorkflowTarget) SetUniqueName(v string)
- func (o *WorkflowTarget) SetUniqueNameNil()
- func (o *WorkflowTarget) SetUpdatedBy(v string)
- func (o *WorkflowTarget) SetUpdatedByNil()
- func (o *WorkflowTarget) SetUpdatedOn(v string)
- func (o *WorkflowTarget) SetValid(v bool)
- func (o *WorkflowTarget) UnmarshalJSON(bytes []byte) (err error)
- func (o *WorkflowTarget) UnsetOwner()
- func (o *WorkflowTarget) UnsetTitle()
- func (o *WorkflowTarget) UnsetUniqueName()
- func (o *WorkflowTarget) UnsetUpdatedBy()
- type WorkflowTargetAllOf
- func (o *WorkflowTargetAllOf) GetAdapterId() string
- func (o *WorkflowTargetAllOf) GetAdapterIdOk() (*string, bool)
- func (o *WorkflowTargetAllOf) GetBaseType() string
- func (o *WorkflowTargetAllOf) GetBaseTypeOk() (*string, bool)
- func (o *WorkflowTargetAllOf) GetDefAccessMeta() WorkflowDefAccessMeta
- func (o *WorkflowTargetAllOf) GetDefAccessMetaOk() (*WorkflowDefAccessMeta, bool)
- func (o *WorkflowTargetAllOf) GetId() string
- func (o *WorkflowTargetAllOf) GetIdOk() (*string, bool)
- func (o *WorkflowTargetAllOf) GetName() string
- func (o *WorkflowTargetAllOf) GetNameOk() (*string, bool)
- func (o *WorkflowTargetAllOf) GetProperties() map[string]interface{}
- func (o *WorkflowTargetAllOf) GetPropertiesOk() (*map[string]interface{}, bool)
- func (o *WorkflowTargetAllOf) GetSchemaId() string
- func (o *WorkflowTargetAllOf) GetSchemaIdOk() (*string, bool)
- func (o *WorkflowTargetAllOf) GetTitle() string
- func (o *WorkflowTargetAllOf) GetTitleOk() (*string, bool)
- func (o *WorkflowTargetAllOf) GetType() string
- func (o *WorkflowTargetAllOf) GetTypeOk() (*string, bool)
- func (o *WorkflowTargetAllOf) GetValid() bool
- func (o *WorkflowTargetAllOf) GetValidOk() (*bool, bool)
- func (o *WorkflowTargetAllOf) HasAdapterId() bool
- func (o *WorkflowTargetAllOf) HasBaseType() bool
- func (o *WorkflowTargetAllOf) HasDefAccessMeta() bool
- func (o *WorkflowTargetAllOf) HasId() bool
- func (o *WorkflowTargetAllOf) HasName() bool
- func (o *WorkflowTargetAllOf) HasProperties() bool
- func (o *WorkflowTargetAllOf) HasSchemaId() bool
- func (o *WorkflowTargetAllOf) HasTitle() bool
- func (o *WorkflowTargetAllOf) HasType() bool
- func (o *WorkflowTargetAllOf) HasValid() bool
- func (o WorkflowTargetAllOf) MarshalJSON() ([]byte, error)
- func (o *WorkflowTargetAllOf) SetAdapterId(v string)
- func (o *WorkflowTargetAllOf) SetBaseType(v string)
- func (o *WorkflowTargetAllOf) SetDefAccessMeta(v WorkflowDefAccessMeta)
- func (o *WorkflowTargetAllOf) SetId(v string)
- func (o *WorkflowTargetAllOf) SetName(v string)
- func (o *WorkflowTargetAllOf) SetProperties(v map[string]interface{})
- func (o *WorkflowTargetAllOf) SetSchemaId(v string)
- func (o *WorkflowTargetAllOf) SetTitle(v string)
- func (o *WorkflowTargetAllOf) SetTitleNil()
- func (o *WorkflowTargetAllOf) SetType(v string)
- func (o *WorkflowTargetAllOf) SetValid(v bool)
- func (o *WorkflowTargetAllOf) UnmarshalJSON(bytes []byte) (err error)
- func (o *WorkflowTargetAllOf) UnsetTitle()
- type WorkflowTargetCreate
- func (o *WorkflowTargetCreate) GetDescription() string
- func (o *WorkflowTargetCreate) GetDescriptionOk() (*string, bool)
- func (o *WorkflowTargetCreate) GetName() string
- func (o *WorkflowTargetCreate) GetNameOk() (*string, bool)
- func (o *WorkflowTargetCreate) GetProperties() map[string]interface{}
- func (o *WorkflowTargetCreate) GetPropertiesOk() (*map[string]interface{}, bool)
- func (o *WorkflowTargetCreate) GetSchemaId() string
- func (o *WorkflowTargetCreate) GetSchemaIdOk() (*string, bool)
- func (o *WorkflowTargetCreate) GetTitle() string
- func (o *WorkflowTargetCreate) GetTitleOk() (*string, bool)
- func (o *WorkflowTargetCreate) GetType() string
- func (o *WorkflowTargetCreate) GetTypeOk() (*string, bool)
- func (o *WorkflowTargetCreate) GetUniqueName() string
- func (o *WorkflowTargetCreate) GetUniqueNameOk() (*string, bool)
- func (o *WorkflowTargetCreate) HasDescription() bool
- func (o *WorkflowTargetCreate) HasSchemaId() bool
- func (o *WorkflowTargetCreate) HasTitle() bool
- func (o *WorkflowTargetCreate) HasType() bool
- func (o *WorkflowTargetCreate) HasUniqueName() bool
- func (o WorkflowTargetCreate) MarshalJSON() ([]byte, error)
- func (o *WorkflowTargetCreate) SetDescription(v string)
- func (o *WorkflowTargetCreate) SetName(v string)
- func (o *WorkflowTargetCreate) SetProperties(v map[string]interface{})
- func (o *WorkflowTargetCreate) SetSchemaId(v string)
- func (o *WorkflowTargetCreate) SetTitle(v string)
- func (o *WorkflowTargetCreate) SetType(v string)
- func (o *WorkflowTargetCreate) SetUniqueName(v string)
- func (o *WorkflowTargetCreate) UnmarshalJSON(bytes []byte) (err error)
- type WorkflowTargetUpdate
- func (o *WorkflowTargetUpdate) GetDescription() string
- func (o *WorkflowTargetUpdate) GetDescriptionOk() (*string, bool)
- func (o *WorkflowTargetUpdate) GetName() string
- func (o *WorkflowTargetUpdate) GetNameOk() (*string, bool)
- func (o *WorkflowTargetUpdate) GetProperties() map[string]interface{}
- func (o *WorkflowTargetUpdate) GetPropertiesOk() (*map[string]interface{}, bool)
- func (o *WorkflowTargetUpdate) GetSchemaId() string
- func (o *WorkflowTargetUpdate) GetSchemaIdOk() (*string, bool)
- func (o *WorkflowTargetUpdate) GetTitle() string
- func (o *WorkflowTargetUpdate) GetTitleOk() (*string, bool)
- func (o *WorkflowTargetUpdate) GetType() string
- func (o *WorkflowTargetUpdate) GetTypeOk() (*string, bool)
- func (o *WorkflowTargetUpdate) GetUniqueName() string
- func (o *WorkflowTargetUpdate) GetUniqueNameOk() (*string, bool)
- func (o *WorkflowTargetUpdate) HasDescription() bool
- func (o *WorkflowTargetUpdate) HasSchemaId() bool
- func (o *WorkflowTargetUpdate) HasTitle() bool
- func (o *WorkflowTargetUpdate) HasType() bool
- func (o *WorkflowTargetUpdate) HasUniqueName() bool
- func (o WorkflowTargetUpdate) MarshalJSON() ([]byte, error)
- func (o *WorkflowTargetUpdate) SetDescription(v string)
- func (o *WorkflowTargetUpdate) SetName(v string)
- func (o *WorkflowTargetUpdate) SetProperties(v map[string]interface{})
- func (o *WorkflowTargetUpdate) SetSchemaId(v string)
- func (o *WorkflowTargetUpdate) SetTitle(v string)
- func (o *WorkflowTargetUpdate) SetType(v string)
- func (o *WorkflowTargetUpdate) SetUniqueName(v string)
- func (o *WorkflowTargetUpdate) UnmarshalJSON(bytes []byte) (err error)
- type WorkflowTargetsApiService
- func (a *WorkflowTargetsApiService) CreateWorkflowTarget(ctx _context.Context) ApiCreateWorkflowTargetRequest
- func (a *WorkflowTargetsApiService) CreateWorkflowTargetExecute(r ApiCreateWorkflowTargetRequest) (WorkflowTarget, *_nethttp.Response, error)
- func (a *WorkflowTargetsApiService) DeleteWorkflowTarget(ctx _context.Context, id string) ApiDeleteWorkflowTargetRequest
- func (a *WorkflowTargetsApiService) DeleteWorkflowTargetExecute(r ApiDeleteWorkflowTargetRequest) (*_nethttp.Response, error)
- func (a *WorkflowTargetsApiService) GetWorkflowTarget(ctx _context.Context, id string) ApiGetWorkflowTargetRequest
- func (a *WorkflowTargetsApiService) GetWorkflowTargetExecute(r ApiGetWorkflowTargetRequest) (WorkflowTarget, *_nethttp.Response, error)
- func (a *WorkflowTargetsApiService) GetWorkflowTargetsList(ctx _context.Context) ApiGetWorkflowTargetsListRequest
- func (a *WorkflowTargetsApiService) GetWorkflowTargetsListExecute(r ApiGetWorkflowTargetsListRequest) ([]WorkflowTarget, *_nethttp.Response, error)
- func (a *WorkflowTargetsApiService) UpdateWorkflowTarget(ctx _context.Context, id string) ApiUpdateWorkflowTargetRequest
- func (a *WorkflowTargetsApiService) UpdateWorkflowTargetExecute(r ApiUpdateWorkflowTargetRequest) (WorkflowTarget, *_nethttp.Response, error)
- type WorkflowVariable
- func (o *WorkflowVariable) GetBaseType() string
- func (o *WorkflowVariable) GetBaseTypeOk() (*string, bool)
- func (o *WorkflowVariable) GetCreatedBy() string
- func (o *WorkflowVariable) GetCreatedByOk() (*string, bool)
- func (o *WorkflowVariable) GetCreatedOn() string
- func (o *WorkflowVariable) GetCreatedOnOk() (*string, bool)
- func (o *WorkflowVariable) GetDataType() string
- func (o *WorkflowVariable) GetDataTypeOk() (*string, bool)
- func (o *WorkflowVariable) GetId() string
- func (o *WorkflowVariable) GetIdOk() (*string, bool)
- func (o *WorkflowVariable) GetObjectType() string
- func (o *WorkflowVariable) GetObjectTypeOk() (*string, bool)
- func (o *WorkflowVariable) GetOwner() string
- func (o *WorkflowVariable) GetOwnerOk() (*string, bool)
- func (o *WorkflowVariable) GetProperties() map[string]interface{}
- func (o *WorkflowVariable) GetPropertiesOk() (*map[string]interface{}, bool)
- func (o *WorkflowVariable) GetSchemaId() string
- func (o *WorkflowVariable) GetSchemaIdOk() (*string, bool)
- func (o *WorkflowVariable) GetScope() string
- func (o *WorkflowVariable) GetScopeOk() (*string, bool)
- func (o *WorkflowVariable) GetType() string
- func (o *WorkflowVariable) GetTypeOk() (*string, bool)
- func (o *WorkflowVariable) GetUniqueName() string
- func (o *WorkflowVariable) GetUniqueNameOk() (*string, bool)
- func (o *WorkflowVariable) GetUpdatedBy() string
- func (o *WorkflowVariable) GetUpdatedByOk() (*string, bool)
- func (o *WorkflowVariable) GetUpdatedOn() string
- func (o *WorkflowVariable) GetUpdatedOnOk() (*string, bool)
- func (o *WorkflowVariable) HasBaseType() bool
- func (o *WorkflowVariable) HasCreatedBy() bool
- func (o *WorkflowVariable) HasCreatedOn() bool
- func (o *WorkflowVariable) HasDataType() bool
- func (o *WorkflowVariable) HasId() bool
- func (o *WorkflowVariable) HasObjectType() bool
- func (o *WorkflowVariable) HasOwner() bool
- func (o *WorkflowVariable) HasProperties() bool
- func (o *WorkflowVariable) HasSchemaId() bool
- func (o *WorkflowVariable) HasScope() bool
- func (o *WorkflowVariable) HasType() bool
- func (o *WorkflowVariable) HasUniqueName() bool
- func (o *WorkflowVariable) HasUpdatedBy() bool
- func (o *WorkflowVariable) HasUpdatedOn() bool
- func (o WorkflowVariable) MarshalJSON() ([]byte, error)
- func (o *WorkflowVariable) SetBaseType(v string)
- func (o *WorkflowVariable) SetBaseTypeNil()
- func (o *WorkflowVariable) SetCreatedBy(v string)
- func (o *WorkflowVariable) SetCreatedOn(v string)
- func (o *WorkflowVariable) SetDataType(v string)
- func (o *WorkflowVariable) SetDataTypeNil()
- func (o *WorkflowVariable) SetId(v string)
- func (o *WorkflowVariable) SetObjectType(v string)
- func (o *WorkflowVariable) SetOwner(v string)
- func (o *WorkflowVariable) SetOwnerNil()
- func (o *WorkflowVariable) SetProperties(v map[string]interface{})
- func (o *WorkflowVariable) SetSchemaId(v string)
- func (o *WorkflowVariable) SetScope(v string)
- func (o *WorkflowVariable) SetScopeNil()
- func (o *WorkflowVariable) SetType(v string)
- func (o *WorkflowVariable) SetTypeNil()
- func (o *WorkflowVariable) SetUniqueName(v string)
- func (o *WorkflowVariable) SetUniqueNameNil()
- func (o *WorkflowVariable) SetUpdatedBy(v string)
- func (o *WorkflowVariable) SetUpdatedByNil()
- func (o *WorkflowVariable) SetUpdatedOn(v string)
- func (o *WorkflowVariable) UnmarshalJSON(bytes []byte) (err error)
- func (o *WorkflowVariable) UnsetBaseType()
- func (o *WorkflowVariable) UnsetDataType()
- func (o *WorkflowVariable) UnsetOwner()
- func (o *WorkflowVariable) UnsetScope()
- func (o *WorkflowVariable) UnsetType()
- func (o *WorkflowVariable) UnsetUniqueName()
- func (o *WorkflowVariable) UnsetUpdatedBy()
- type WorkflowVariableAllOf
- func (o *WorkflowVariableAllOf) GetBaseType() string
- func (o *WorkflowVariableAllOf) GetBaseTypeOk() (*string, bool)
- func (o *WorkflowVariableAllOf) GetDataType() string
- func (o *WorkflowVariableAllOf) GetDataTypeOk() (*string, bool)
- func (o *WorkflowVariableAllOf) GetId() string
- func (o *WorkflowVariableAllOf) GetIdOk() (*string, bool)
- func (o *WorkflowVariableAllOf) GetObjectType() string
- func (o *WorkflowVariableAllOf) GetObjectTypeOk() (*string, bool)
- func (o *WorkflowVariableAllOf) GetProperties() map[string]interface{}
- func (o *WorkflowVariableAllOf) GetPropertiesOk() (*map[string]interface{}, bool)
- func (o *WorkflowVariableAllOf) GetSchemaId() string
- func (o *WorkflowVariableAllOf) GetSchemaIdOk() (*string, bool)
- func (o *WorkflowVariableAllOf) GetScope() string
- func (o *WorkflowVariableAllOf) GetScopeOk() (*string, bool)
- func (o *WorkflowVariableAllOf) GetType() string
- func (o *WorkflowVariableAllOf) GetTypeOk() (*string, bool)
- func (o *WorkflowVariableAllOf) HasBaseType() bool
- func (o *WorkflowVariableAllOf) HasDataType() bool
- func (o *WorkflowVariableAllOf) HasId() bool
- func (o *WorkflowVariableAllOf) HasObjectType() bool
- func (o *WorkflowVariableAllOf) HasProperties() bool
- func (o *WorkflowVariableAllOf) HasSchemaId() bool
- func (o *WorkflowVariableAllOf) HasScope() bool
- func (o *WorkflowVariableAllOf) HasType() bool
- func (o WorkflowVariableAllOf) MarshalJSON() ([]byte, error)
- func (o *WorkflowVariableAllOf) SetBaseType(v string)
- func (o *WorkflowVariableAllOf) SetBaseTypeNil()
- func (o *WorkflowVariableAllOf) SetDataType(v string)
- func (o *WorkflowVariableAllOf) SetDataTypeNil()
- func (o *WorkflowVariableAllOf) SetId(v string)
- func (o *WorkflowVariableAllOf) SetObjectType(v string)
- func (o *WorkflowVariableAllOf) SetProperties(v map[string]interface{})
- func (o *WorkflowVariableAllOf) SetSchemaId(v string)
- func (o *WorkflowVariableAllOf) SetScope(v string)
- func (o *WorkflowVariableAllOf) SetScopeNil()
- func (o *WorkflowVariableAllOf) SetType(v string)
- func (o *WorkflowVariableAllOf) SetTypeNil()
- func (o *WorkflowVariableAllOf) UnmarshalJSON(bytes []byte) (err error)
- func (o *WorkflowVariableAllOf) UnsetBaseType()
- func (o *WorkflowVariableAllOf) UnsetDataType()
- func (o *WorkflowVariableAllOf) UnsetScope()
- func (o *WorkflowVariableAllOf) UnsetType()
- type WorkflowsApiService
- func (a *WorkflowsApiService) DeleteWorkflow(ctx _context.Context, id string) ApiDeleteWorkflowRequest
- func (a *WorkflowsApiService) DeleteWorkflowExecute(r ApiDeleteWorkflowRequest) (*_nethttp.Response, error)
- func (a *WorkflowsApiService) ExportWorkflow(ctx _context.Context, id string) ApiExportWorkflowRequest
- func (a *WorkflowsApiService) ExportWorkflowExecute(r ApiExportWorkflowRequest) (map[string]interface{}, *_nethttp.Response, error)
- func (a *WorkflowsApiService) GetWorkflow(ctx _context.Context, id string) ApiGetWorkflowRequest
- func (a *WorkflowsApiService) GetWorkflowExecute(r ApiGetWorkflowRequest) (Workflow, *_nethttp.Response, error)
- func (a *WorkflowsApiService) GetWorkflowStartConfig(ctx _context.Context, id string) ApiGetWorkflowStartConfigRequest
- func (a *WorkflowsApiService) GetWorkflowStartConfigExecute(r ApiGetWorkflowStartConfigRequest) (WorkflowStartConfig, *_nethttp.Response, error)
- func (a *WorkflowsApiService) GetWorkflowsList(ctx _context.Context) ApiGetWorkflowsListRequest
- func (a *WorkflowsApiService) GetWorkflowsListExecute(r ApiGetWorkflowsListRequest) ([]Workflow, *_nethttp.Response, error)
- func (a *WorkflowsApiService) ImportWorkflow(ctx _context.Context) ApiImportWorkflowRequest
- func (a *WorkflowsApiService) ImportWorkflowExecute(r ApiImportWorkflowRequest) (WorkflowMapping, *_nethttp.Response, error)
- func (a *WorkflowsApiService) StartWorkflow(ctx _context.Context, id string) ApiStartWorkflowRequest
- func (a *WorkflowsApiService) StartWorkflowExecute(r ApiStartWorkflowRequest) ([]StartWorkflowResponse, *_nethttp.Response, error)
- func (a *WorkflowsApiService) UpdateWorkflow(ctx _context.Context, id string) ApiUpdateWorkflowRequest
- func (a *WorkflowsApiService) UpdateWorkflowExecute(r ApiUpdateWorkflowRequest) (WorkflowMapping, *_nethttp.Response, error)
- func (a *WorkflowsApiService) ValidateWorkflow(ctx _context.Context, id string) ApiValidateWorkflowRequest
- func (a *WorkflowsApiService) ValidateWorkflowExecute(r ApiValidateWorkflowRequest) (ValidateWorkflowResponse, *_nethttp.Response, error)
Constants ¶
This section is empty.
Variables ¶
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextBasicAuth takes BasicAuth as authentication for the request. ContextBasicAuth = contextKey("basic") // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request. ContextHttpSignatureAuth = contextKey("httpsignature") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { AuditingGenericEventsApi *AuditingGenericEventsApiService BillingCyclesApi *BillingCyclesApiService BillingEventsApi *BillingEventsApiService BillingPricesApi *BillingPricesApiService DeviceTemplatesApi *DeviceTemplatesApiService DevicesApi *DevicesApiService HealthApi *HealthApiService IncidentChangeRequestsApi *IncidentChangeRequestsApiService IncidentConfigurationsApi *IncidentConfigurationsApiService IncidentsApi *IncidentsApiService LicensingAccountsApi *LicensingAccountsApiService LicensingConfigurationsApi *LicensingConfigurationsApiService LicensingLicensesApi *LicensingLicensesApiService OffersApi *OffersApiService ProductsApi *ProductsApiService RegistrationApi *RegistrationApiService RolesApi *RolesApiService SecurityApi *SecurityApiService ServicesApi *ServicesApiService SitesApi *SitesApiService TemplateApplicationsApi *TemplateApplicationsApiService TemplateAssignmentsApi *TemplateAssignmentsApiService TemplatesApi *TemplatesApiService TenantsApi *TenantsApiService UsersApi *UsersApiService ValidationApi *ValidationApiService VulnerabilitiesApi *VulnerabilitiesApiService WorkflowCategoriesApi *WorkflowCategoriesApiService WorkflowEventsApi *WorkflowEventsApiService WorkflowInstancesApi *WorkflowInstancesApiService WorkflowSchemasApi *WorkflowSchemasApiService WorkflowTargetsApi *WorkflowTargetsApiService WorkflowsApi *WorkflowsApiService // contains filtered or unexported fields }
APIClient manages communication with the MSX SDK API v1.0.9 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResonse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AccessToken ¶
type AccessToken struct { AccessToken *string `json:"access_token,omitempty"` TokenType *string `json:"token_type,omitempty"` ExpiresIn *int32 `json:"expires_in,omitempty"` Scope *string `json:"scope,omitempty"` FirstName *string `json:"firstName,omitempty"` LastName *string `json:"lastName,omitempty"` Roles *[]string `json:"roles,omitempty"` IdToken *string `json:"id_token,omitempty"` TenantId *string `json:"tenantId,omitempty"` Email *string `json:"email,omitempty"` Username *string `json:"username,omitempty"` Expiry NullableString `json:"expiry,omitempty"` Iat NullableString `json:"iat,omitempty"` AdditionalProperties map[string]interface{} }
AccessToken struct for AccessToken
func NewAccessToken ¶
func NewAccessToken() *AccessToken
NewAccessToken instantiates a new AccessToken object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokenWithDefaults ¶
func NewAccessTokenWithDefaults() *AccessToken
NewAccessTokenWithDefaults instantiates a new AccessToken object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessToken) GetAccessToken ¶
func (o *AccessToken) GetAccessToken() string
GetAccessToken returns the AccessToken field value if set, zero value otherwise.
func (*AccessToken) GetAccessTokenOk ¶
func (o *AccessToken) GetAccessTokenOk() (*string, bool)
GetAccessTokenOk returns a tuple with the AccessToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessToken) GetEmail ¶
func (o *AccessToken) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*AccessToken) GetEmailOk ¶
func (o *AccessToken) 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 (*AccessToken) GetExpiresIn ¶
func (o *AccessToken) GetExpiresIn() int32
GetExpiresIn returns the ExpiresIn field value if set, zero value otherwise.
func (*AccessToken) GetExpiresInOk ¶
func (o *AccessToken) GetExpiresInOk() (*int32, bool)
GetExpiresInOk returns a tuple with the ExpiresIn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessToken) GetExpiry ¶ added in v1.0.9
func (o *AccessToken) GetExpiry() string
GetExpiry returns the Expiry field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessToken) GetExpiryOk ¶ added in v1.0.9
func (o *AccessToken) GetExpiryOk() (*string, bool)
GetExpiryOk returns a tuple with the Expiry field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AccessToken) GetFirstName ¶
func (o *AccessToken) GetFirstName() string
GetFirstName returns the FirstName field value if set, zero value otherwise.
func (*AccessToken) GetFirstNameOk ¶
func (o *AccessToken) 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 (*AccessToken) GetIat ¶ added in v1.0.9
func (o *AccessToken) GetIat() string
GetIat returns the Iat field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessToken) GetIatOk ¶ added in v1.0.9
func (o *AccessToken) GetIatOk() (*string, bool)
GetIatOk returns a tuple with the Iat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AccessToken) GetIdToken ¶
func (o *AccessToken) GetIdToken() string
GetIdToken returns the IdToken field value if set, zero value otherwise.
func (*AccessToken) GetIdTokenOk ¶
func (o *AccessToken) GetIdTokenOk() (*string, bool)
GetIdTokenOk returns a tuple with the IdToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessToken) GetLastName ¶
func (o *AccessToken) GetLastName() string
GetLastName returns the LastName field value if set, zero value otherwise.
func (*AccessToken) GetLastNameOk ¶
func (o *AccessToken) 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 (*AccessToken) GetRoles ¶
func (o *AccessToken) GetRoles() []string
GetRoles returns the Roles field value if set, zero value otherwise.
func (*AccessToken) GetRolesOk ¶
func (o *AccessToken) GetRolesOk() (*[]string, bool)
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessToken) GetScope ¶
func (o *AccessToken) GetScope() string
GetScope returns the Scope field value if set, zero value otherwise.
func (*AccessToken) GetScopeOk ¶
func (o *AccessToken) GetScopeOk() (*string, bool)
GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessToken) GetTenantId ¶
func (o *AccessToken) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*AccessToken) GetTenantIdOk ¶
func (o *AccessToken) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessToken) GetTokenType ¶
func (o *AccessToken) GetTokenType() string
GetTokenType returns the TokenType field value if set, zero value otherwise.
func (*AccessToken) GetTokenTypeOk ¶
func (o *AccessToken) GetTokenTypeOk() (*string, bool)
GetTokenTypeOk returns a tuple with the TokenType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessToken) GetUsername ¶
func (o *AccessToken) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*AccessToken) GetUsernameOk ¶
func (o *AccessToken) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessToken) HasAccessToken ¶
func (o *AccessToken) HasAccessToken() bool
HasAccessToken returns a boolean if a field has been set.
func (*AccessToken) HasEmail ¶
func (o *AccessToken) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*AccessToken) HasExpiresIn ¶
func (o *AccessToken) HasExpiresIn() bool
HasExpiresIn returns a boolean if a field has been set.
func (*AccessToken) HasExpiry ¶ added in v1.0.9
func (o *AccessToken) HasExpiry() bool
HasExpiry returns a boolean if a field has been set.
func (*AccessToken) HasFirstName ¶
func (o *AccessToken) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (*AccessToken) HasIat ¶ added in v1.0.9
func (o *AccessToken) HasIat() bool
HasIat returns a boolean if a field has been set.
func (*AccessToken) HasIdToken ¶
func (o *AccessToken) HasIdToken() bool
HasIdToken returns a boolean if a field has been set.
func (*AccessToken) HasLastName ¶
func (o *AccessToken) HasLastName() bool
HasLastName returns a boolean if a field has been set.
func (*AccessToken) HasRoles ¶
func (o *AccessToken) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (*AccessToken) HasScope ¶
func (o *AccessToken) HasScope() bool
HasScope returns a boolean if a field has been set.
func (*AccessToken) HasTenantId ¶
func (o *AccessToken) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (*AccessToken) HasTokenType ¶
func (o *AccessToken) HasTokenType() bool
HasTokenType returns a boolean if a field has been set.
func (*AccessToken) HasUsername ¶
func (o *AccessToken) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (AccessToken) MarshalJSON ¶
func (o AccessToken) MarshalJSON() ([]byte, error)
func (*AccessToken) SetAccessToken ¶
func (o *AccessToken) SetAccessToken(v string)
SetAccessToken gets a reference to the given string and assigns it to the AccessToken field.
func (*AccessToken) SetEmail ¶
func (o *AccessToken) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*AccessToken) SetExpiresIn ¶
func (o *AccessToken) SetExpiresIn(v int32)
SetExpiresIn gets a reference to the given int32 and assigns it to the ExpiresIn field.
func (*AccessToken) SetExpiry ¶ added in v1.0.9
func (o *AccessToken) SetExpiry(v string)
SetExpiry gets a reference to the given NullableString and assigns it to the Expiry field.
func (*AccessToken) SetExpiryNil ¶ added in v1.0.9
func (o *AccessToken) SetExpiryNil()
SetExpiryNil sets the value for Expiry to be an explicit nil
func (*AccessToken) SetFirstName ¶
func (o *AccessToken) SetFirstName(v string)
SetFirstName gets a reference to the given string and assigns it to the FirstName field.
func (*AccessToken) SetIat ¶ added in v1.0.9
func (o *AccessToken) SetIat(v string)
SetIat gets a reference to the given NullableString and assigns it to the Iat field.
func (*AccessToken) SetIatNil ¶ added in v1.0.9
func (o *AccessToken) SetIatNil()
SetIatNil sets the value for Iat to be an explicit nil
func (*AccessToken) SetIdToken ¶
func (o *AccessToken) SetIdToken(v string)
SetIdToken gets a reference to the given string and assigns it to the IdToken field.
func (*AccessToken) SetLastName ¶
func (o *AccessToken) SetLastName(v string)
SetLastName gets a reference to the given string and assigns it to the LastName field.
func (*AccessToken) SetRoles ¶
func (o *AccessToken) SetRoles(v []string)
SetRoles gets a reference to the given []string and assigns it to the Roles field.
func (*AccessToken) SetScope ¶
func (o *AccessToken) SetScope(v string)
SetScope gets a reference to the given string and assigns it to the Scope field.
func (*AccessToken) SetTenantId ¶
func (o *AccessToken) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*AccessToken) SetTokenType ¶
func (o *AccessToken) SetTokenType(v string)
SetTokenType gets a reference to the given string and assigns it to the TokenType field.
func (*AccessToken) SetUsername ¶
func (o *AccessToken) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (*AccessToken) UnmarshalJSON ¶ added in v1.0.5
func (o *AccessToken) UnmarshalJSON(bytes []byte) (err error)
func (*AccessToken) UnsetExpiry ¶ added in v1.0.9
func (o *AccessToken) UnsetExpiry()
UnsetExpiry ensures that no value is present for Expiry, not even an explicit nil
func (*AccessToken) UnsetIat ¶ added in v1.0.9
func (o *AccessToken) UnsetIat()
UnsetIat ensures that no value is present for Iat, not even an explicit nil
type ApiAddBillingCycleRequest ¶ added in v1.0.8
type ApiAddBillingCycleRequest struct { ApiService *BillingCyclesApiService // contains filtered or unexported fields }
func (ApiAddBillingCycleRequest) BillingCycleCreate ¶ added in v1.0.8
func (r ApiAddBillingCycleRequest) BillingCycleCreate(billingCycleCreate BillingCycleCreate) ApiAddBillingCycleRequest
func (ApiAddBillingCycleRequest) Execute ¶ added in v1.0.8
func (r ApiAddBillingCycleRequest) Execute() (BillingCycle, *_nethttp.Response, error)
type ApiAddDevicesToSiteRequest ¶
type ApiAddDevicesToSiteRequest struct { ApiService *SitesApiService // contains filtered or unexported fields }
func (ApiAddDevicesToSiteRequest) Execute ¶
func (r ApiAddDevicesToSiteRequest) Execute() (Site, *_nethttp.Response, error)
func (ApiAddDevicesToSiteRequest) RequestBody ¶
func (r ApiAddDevicesToSiteRequest) RequestBody(requestBody []string) ApiAddDevicesToSiteRequest
type ApiAddPriceRequest ¶ added in v1.0.8
type ApiAddPriceRequest struct { ApiService *BillingPricesApiService // contains filtered or unexported fields }
func (ApiAddPriceRequest) BillingPriceCreate ¶ added in v1.0.8
func (r ApiAddPriceRequest) BillingPriceCreate(billingPriceCreate BillingPriceCreate) ApiAddPriceRequest
func (ApiAddPriceRequest) Execute ¶ added in v1.0.8
func (r ApiAddPriceRequest) Execute() (BillingPrice, *_nethttp.Response, error)
type ApiAddServicesToSiteRequest ¶
type ApiAddServicesToSiteRequest struct { ApiService *SitesApiService // contains filtered or unexported fields }
func (ApiAddServicesToSiteRequest) Execute ¶
func (r ApiAddServicesToSiteRequest) Execute() (Site, *_nethttp.Response, error)
func (ApiAddServicesToSiteRequest) RequestBody ¶
func (r ApiAddServicesToSiteRequest) RequestBody(requestBody []string) ApiAddServicesToSiteRequest
type ApiApplyTemplateRequest ¶ added in v1.0.8
type ApiApplyTemplateRequest struct { ApiService *TemplateApplicationsApiService // contains filtered or unexported fields }
func (ApiApplyTemplateRequest) Execute ¶ added in v1.0.8
func (r ApiApplyTemplateRequest) Execute() (TemplateApplication, *_nethttp.Response, error)
func (ApiApplyTemplateRequest) TemplateApplicationCreate ¶ added in v1.0.8
func (r ApiApplyTemplateRequest) TemplateApplicationCreate(templateApplicationCreate TemplateApplicationCreate) ApiApplyTemplateRequest
type ApiAttachDeviceTemplatesRequest ¶
type ApiAttachDeviceTemplatesRequest struct { ApiService *DevicesApiService // contains filtered or unexported fields }
func (ApiAttachDeviceTemplatesRequest) DeviceTemplateAttachRequest ¶
func (r ApiAttachDeviceTemplatesRequest) DeviceTemplateAttachRequest(deviceTemplateAttachRequest DeviceTemplateAttachRequest) ApiAttachDeviceTemplatesRequest
func (ApiAttachDeviceTemplatesRequest) Execute ¶
func (r ApiAttachDeviceTemplatesRequest) Execute() ([]DeviceTemplateHistory, *_nethttp.Response, error)
type ApiBatchAssignTemplateRequest ¶ added in v1.0.8
type ApiBatchAssignTemplateRequest struct { ApiService *TemplateAssignmentsApiService // contains filtered or unexported fields }
func (ApiBatchAssignTemplateRequest) Execute ¶ added in v1.0.8
func (r ApiBatchAssignTemplateRequest) Execute() ([]TemplateAssignmentResponse, *_nethttp.Response, error)
func (ApiBatchAssignTemplateRequest) Inheritable ¶ added in v1.0.8
func (r ApiBatchAssignTemplateRequest) Inheritable(inheritable bool) ApiBatchAssignTemplateRequest
func (ApiBatchAssignTemplateRequest) RequestBody ¶ added in v1.0.8
func (r ApiBatchAssignTemplateRequest) RequestBody(requestBody []string) ApiBatchAssignTemplateRequest
type ApiBatchAttachDeviceTemplatesRequest ¶ added in v1.0.8
type ApiBatchAttachDeviceTemplatesRequest struct { ApiService *DevicesApiService // contains filtered or unexported fields }
func (ApiBatchAttachDeviceTemplatesRequest) DeviceTemplateBatchAttachRequest ¶ added in v1.0.8
func (r ApiBatchAttachDeviceTemplatesRequest) DeviceTemplateBatchAttachRequest(deviceTemplateBatchAttachRequest DeviceTemplateBatchAttachRequest) ApiBatchAttachDeviceTemplatesRequest
func (ApiBatchAttachDeviceTemplatesRequest) Execute ¶ added in v1.0.8
func (r ApiBatchAttachDeviceTemplatesRequest) Execute() ([][]DeviceTemplateHistorySummary, *_nethttp.Response, error)
type ApiBatchUnassignTemplateRequest ¶ added in v1.0.8
type ApiBatchUnassignTemplateRequest struct { ApiService *TemplateAssignmentsApiService // contains filtered or unexported fields }
func (ApiBatchUnassignTemplateRequest) Execute ¶ added in v1.0.8
func (r ApiBatchUnassignTemplateRequest) Execute() ([]TemplateAssignmentResponse, *_nethttp.Response, error)
func (ApiBatchUnassignTemplateRequest) RequestBody ¶ added in v1.0.8
func (r ApiBatchUnassignTemplateRequest) RequestBody(requestBody []string) ApiBatchUnassignTemplateRequest
type ApiCancelIncidentRequest ¶ added in v1.0.8
type ApiCancelIncidentRequest struct { ApiService *IncidentsApiService // contains filtered or unexported fields }
func (ApiCancelIncidentRequest) Execute ¶ added in v1.0.8
func (r ApiCancelIncidentRequest) Execute() (Incident, *_nethttp.Response, error)
func (ApiCancelIncidentRequest) IncidentCancel ¶ added in v1.0.8
func (r ApiCancelIncidentRequest) IncidentCancel(incidentCancel IncidentCancel) ApiCancelIncidentRequest
type ApiCancelWorkflowInstanceRequest ¶
type ApiCancelWorkflowInstanceRequest struct { ApiService *WorkflowInstancesApiService // contains filtered or unexported fields }
func (ApiCancelWorkflowInstanceRequest) Execute ¶
func (r ApiCancelWorkflowInstanceRequest) Execute() (WorkflowInstance, *_nethttp.Response, error)
type ApiCreateChangeRequestRequest ¶ added in v1.0.8
type ApiCreateChangeRequestRequest struct { ApiService *IncidentChangeRequestsApiService // contains filtered or unexported fields }
func (ApiCreateChangeRequestRequest) ChangeRequestCreate ¶ added in v1.0.8
func (r ApiCreateChangeRequestRequest) ChangeRequestCreate(changeRequestCreate ChangeRequestCreate) ApiCreateChangeRequestRequest
func (ApiCreateChangeRequestRequest) Execute ¶ added in v1.0.8
func (r ApiCreateChangeRequestRequest) Execute() (ChangeRequest, *_nethttp.Response, error)
type ApiCreateDeviceRequest ¶
type ApiCreateDeviceRequest struct { ApiService *DevicesApiService // contains filtered or unexported fields }
func (ApiCreateDeviceRequest) DeviceCreate ¶
func (r ApiCreateDeviceRequest) DeviceCreate(deviceCreate DeviceCreate) ApiCreateDeviceRequest
type ApiCreateDeviceTemplateRequest ¶
type ApiCreateDeviceTemplateRequest struct { ApiService *DeviceTemplatesApiService // contains filtered or unexported fields }
func (ApiCreateDeviceTemplateRequest) DeviceTemplateCreate ¶
func (r ApiCreateDeviceTemplateRequest) DeviceTemplateCreate(deviceTemplateCreate DeviceTemplateCreate) ApiCreateDeviceTemplateRequest
func (ApiCreateDeviceTemplateRequest) Execute ¶
func (r ApiCreateDeviceTemplateRequest) Execute() (DeviceTemplate, *_nethttp.Response, error)
type ApiCreateDeviceTemplateVersionRequest ¶ added in v1.0.5
type ApiCreateDeviceTemplateVersionRequest struct { ApiService *DeviceTemplatesApiService // contains filtered or unexported fields }
func (ApiCreateDeviceTemplateVersionRequest) DeviceTemplateVersionCreate ¶ added in v1.0.5
func (r ApiCreateDeviceTemplateVersionRequest) DeviceTemplateVersionCreate(deviceTemplateVersionCreate DeviceTemplateVersionCreate) ApiCreateDeviceTemplateVersionRequest
func (ApiCreateDeviceTemplateVersionRequest) Execute ¶ added in v1.0.5
func (r ApiCreateDeviceTemplateVersionRequest) Execute() (DeviceTemplate, *_nethttp.Response, error)
type ApiCreateGenericEventRequest ¶ added in v1.0.5
type ApiCreateGenericEventRequest struct { ApiService *AuditingGenericEventsApiService // contains filtered or unexported fields }
func (ApiCreateGenericEventRequest) Execute ¶ added in v1.0.5
func (r ApiCreateGenericEventRequest) Execute() (GenericEvent, *_nethttp.Response, error)
func (ApiCreateGenericEventRequest) GenericEventCreate ¶ added in v1.0.5
func (r ApiCreateGenericEventRequest) GenericEventCreate(genericEventCreate GenericEventCreate) ApiCreateGenericEventRequest
type ApiCreateIncidentRequest ¶ added in v1.0.8
type ApiCreateIncidentRequest struct { ApiService *IncidentsApiService // contains filtered or unexported fields }
func (ApiCreateIncidentRequest) Execute ¶ added in v1.0.8
func (r ApiCreateIncidentRequest) Execute() (Incident, *_nethttp.Response, error)
func (ApiCreateIncidentRequest) IncidentCreate ¶ added in v1.0.8
func (r ApiCreateIncidentRequest) IncidentCreate(incidentCreate IncidentCreate) ApiCreateIncidentRequest
type ApiCreateOfferRequest ¶
type ApiCreateOfferRequest struct { ApiService *OffersApiService // contains filtered or unexported fields }
func (ApiCreateOfferRequest) Execute ¶
func (r ApiCreateOfferRequest) Execute() (Offer, *_nethttp.Response, error)
func (ApiCreateOfferRequest) OfferCreate ¶
func (r ApiCreateOfferRequest) OfferCreate(offerCreate OfferCreate) ApiCreateOfferRequest
type ApiCreateProductRequest ¶
type ApiCreateProductRequest struct { ApiService *ProductsApiService // contains filtered or unexported fields }
func (ApiCreateProductRequest) Execute ¶
func (r ApiCreateProductRequest) Execute() (Product, *_nethttp.Response, error)
func (ApiCreateProductRequest) ProductCreate ¶
func (r ApiCreateProductRequest) ProductCreate(productCreate ProductCreate) ApiCreateProductRequest
type ApiCreateServiceNowConfigurationRequest ¶ added in v1.0.8
type ApiCreateServiceNowConfigurationRequest struct { ApiService *IncidentConfigurationsApiService // contains filtered or unexported fields }
func (ApiCreateServiceNowConfigurationRequest) Execute ¶ added in v1.0.8
func (r ApiCreateServiceNowConfigurationRequest) Execute() (ServiceNowConfiguration, *_nethttp.Response, error)
func (ApiCreateServiceNowConfigurationRequest) ServiceNowConfigurationCreate ¶ added in v1.0.8
func (r ApiCreateServiceNowConfigurationRequest) ServiceNowConfigurationCreate(serviceNowConfigurationCreate ServiceNowConfigurationCreate) ApiCreateServiceNowConfigurationRequest
type ApiCreateSiteRequest ¶
type ApiCreateSiteRequest struct { ApiService *SitesApiService // contains filtered or unexported fields }
func (ApiCreateSiteRequest) Execute ¶
func (r ApiCreateSiteRequest) Execute() (Site, *_nethttp.Response, error)
func (ApiCreateSiteRequest) SiteCreate ¶
func (r ApiCreateSiteRequest) SiteCreate(siteCreate SiteCreate) ApiCreateSiteRequest
type ApiCreateSmartAccountConfigurationRequest ¶ added in v1.0.8
type ApiCreateSmartAccountConfigurationRequest struct { ApiService *LicensingConfigurationsApiService // contains filtered or unexported fields }
func (ApiCreateSmartAccountConfigurationRequest) Execute ¶ added in v1.0.8
func (r ApiCreateSmartAccountConfigurationRequest) Execute() (SmartAccountConfiguration, *_nethttp.Response, error)
func (ApiCreateSmartAccountConfigurationRequest) SmartAccountConfigurationCreate ¶ added in v1.0.8
func (r ApiCreateSmartAccountConfigurationRequest) SmartAccountConfigurationCreate(smartAccountConfigurationCreate SmartAccountConfigurationCreate) ApiCreateSmartAccountConfigurationRequest
type ApiCreateTenantRequest ¶
type ApiCreateTenantRequest struct { ApiService *TenantsApiService // contains filtered or unexported fields }
func (ApiCreateTenantRequest) Execute ¶
func (r ApiCreateTenantRequest) Execute() (Tenant, *_nethttp.Response, error)
func (ApiCreateTenantRequest) TenantCreate ¶
func (r ApiCreateTenantRequest) TenantCreate(tenantCreate TenantCreate) ApiCreateTenantRequest
type ApiCreateUserRequest ¶
type ApiCreateUserRequest struct { ApiService *UsersApiService // contains filtered or unexported fields }
func (ApiCreateUserRequest) Execute ¶
func (r ApiCreateUserRequest) Execute() (User, *_nethttp.Response, error)
func (ApiCreateUserRequest) UserCreate ¶
func (r ApiCreateUserRequest) UserCreate(userCreate UserCreate) ApiCreateUserRequest
type ApiCreateWorkflowCategoryRequest ¶
type ApiCreateWorkflowCategoryRequest struct { ApiService *WorkflowCategoriesApiService // contains filtered or unexported fields }
func (ApiCreateWorkflowCategoryRequest) Execute ¶
func (r ApiCreateWorkflowCategoryRequest) Execute() (WorkflowCategory, *_nethttp.Response, error)
func (ApiCreateWorkflowCategoryRequest) TenantId ¶
func (r ApiCreateWorkflowCategoryRequest) TenantId(tenantId string) ApiCreateWorkflowCategoryRequest
func (ApiCreateWorkflowCategoryRequest) WorkflowCategoryCreate ¶
func (r ApiCreateWorkflowCategoryRequest) WorkflowCategoryCreate(workflowCategoryCreate WorkflowCategoryCreate) ApiCreateWorkflowCategoryRequest
type ApiCreateWorkflowEventRequest ¶
type ApiCreateWorkflowEventRequest struct { ApiService *WorkflowEventsApiService // contains filtered or unexported fields }
func (ApiCreateWorkflowEventRequest) Execute ¶
func (r ApiCreateWorkflowEventRequest) Execute() (WorkflowEvent, *_nethttp.Response, error)
func (ApiCreateWorkflowEventRequest) WorkflowEventCreate ¶
func (r ApiCreateWorkflowEventRequest) WorkflowEventCreate(workflowEventCreate WorkflowEventCreate) ApiCreateWorkflowEventRequest
type ApiCreateWorkflowTargetRequest ¶
type ApiCreateWorkflowTargetRequest struct { ApiService *WorkflowTargetsApiService // contains filtered or unexported fields }
func (ApiCreateWorkflowTargetRequest) Execute ¶
func (r ApiCreateWorkflowTargetRequest) Execute() (WorkflowTarget, *_nethttp.Response, error)
func (ApiCreateWorkflowTargetRequest) WorkflowTargetCreate ¶
func (r ApiCreateWorkflowTargetRequest) WorkflowTargetCreate(workflowTargetCreate WorkflowTargetCreate) ApiCreateWorkflowTargetRequest
type ApiDeleteBillingCycleRequest ¶ added in v1.0.8
type ApiDeleteBillingCycleRequest struct { ApiService *BillingCyclesApiService // contains filtered or unexported fields }
type ApiDeleteChangeRequestRequest ¶ added in v1.0.8
type ApiDeleteChangeRequestRequest struct { ApiService *IncidentChangeRequestsApiService // contains filtered or unexported fields }
func (ApiDeleteChangeRequestRequest) Execute ¶ added in v1.0.8
func (r ApiDeleteChangeRequestRequest) Execute() (*_nethttp.Response, error)
func (ApiDeleteChangeRequestRequest) TenantId ¶ added in v1.0.8
func (r ApiDeleteChangeRequestRequest) TenantId(tenantId string) ApiDeleteChangeRequestRequest
type ApiDeleteDeviceRequest ¶
type ApiDeleteDeviceRequest struct { ApiService *DevicesApiService // contains filtered or unexported fields }
type ApiDeleteDeviceTemplateRequest ¶
type ApiDeleteDeviceTemplateRequest struct { ApiService *DeviceTemplatesApiService // contains filtered or unexported fields }
type ApiDeleteIncidentRequest ¶ added in v1.0.8
type ApiDeleteIncidentRequest struct { ApiService *IncidentsApiService // contains filtered or unexported fields }
type ApiDeleteOfferRequest ¶
type ApiDeleteOfferRequest struct { ApiService *OffersApiService // contains filtered or unexported fields }
type ApiDeletePriceRequest ¶ added in v1.0.8
type ApiDeletePriceRequest struct { ApiService *BillingPricesApiService // contains filtered or unexported fields }
type ApiDeleteProductRequest ¶
type ApiDeleteProductRequest struct { ApiService *ProductsApiService // contains filtered or unexported fields }
type ApiDeleteRegisteredProductVersionRequest ¶ added in v1.0.8
type ApiDeleteRegisteredProductVersionRequest struct { ApiService *RegistrationApiService // contains filtered or unexported fields }
type ApiDeleteServiceNowConfigurationRequest ¶ added in v1.0.8
type ApiDeleteServiceNowConfigurationRequest struct { ApiService *IncidentConfigurationsApiService // contains filtered or unexported fields }
type ApiDeleteServiceRequest ¶
type ApiDeleteServiceRequest struct { ApiService *ServicesApiService // contains filtered or unexported fields }
type ApiDeleteSiteRequest ¶
type ApiDeleteSiteRequest struct { ApiService *SitesApiService // contains filtered or unexported fields }
type ApiDeleteTemplateApplicationRequest ¶ added in v1.0.8
type ApiDeleteTemplateApplicationRequest struct { ApiService *TemplateApplicationsApiService // contains filtered or unexported fields }
type ApiDeleteTemplateRequest ¶ added in v1.0.8
type ApiDeleteTemplateRequest struct { ApiService *TemplatesApiService // contains filtered or unexported fields }
type ApiDeleteTenantRequest ¶
type ApiDeleteTenantRequest struct { ApiService *TenantsApiService // contains filtered or unexported fields }
type ApiDeleteUserRequest ¶
type ApiDeleteUserRequest struct { ApiService *UsersApiService // contains filtered or unexported fields }
type ApiDeleteWorkflowCategoryRequest ¶
type ApiDeleteWorkflowCategoryRequest struct { ApiService *WorkflowCategoriesApiService // contains filtered or unexported fields }
type ApiDeleteWorkflowEventRequest ¶
type ApiDeleteWorkflowEventRequest struct { ApiService *WorkflowEventsApiService // contains filtered or unexported fields }
type ApiDeleteWorkflowInstanceRequest ¶
type ApiDeleteWorkflowInstanceRequest struct { ApiService *WorkflowInstancesApiService // contains filtered or unexported fields }
func (ApiDeleteWorkflowInstanceRequest) Execute ¶
func (r ApiDeleteWorkflowInstanceRequest) Execute() (WorkflowInstanceDeleteResponse, *_nethttp.Response, error)
type ApiDeleteWorkflowRequest ¶
type ApiDeleteWorkflowRequest struct { ApiService *WorkflowsApiService // contains filtered or unexported fields }
type ApiDeleteWorkflowTargetRequest ¶
type ApiDeleteWorkflowTargetRequest struct { ApiService *WorkflowTargetsApiService // contains filtered or unexported fields }
type ApiDetachDeviceTemplateRequest ¶
type ApiDetachDeviceTemplateRequest struct { ApiService *DevicesApiService // contains filtered or unexported fields }
func (ApiDetachDeviceTemplateRequest) Execute ¶
func (r ApiDetachDeviceTemplateRequest) Execute() ([]DeviceTemplateHistory, *_nethttp.Response, error)
type ApiDetachDeviceTemplatesRequest ¶
type ApiDetachDeviceTemplatesRequest struct { ApiService *DevicesApiService // contains filtered or unexported fields }
func (ApiDetachDeviceTemplatesRequest) Execute ¶
func (r ApiDetachDeviceTemplatesRequest) Execute() ([]DeviceTemplateHistory, *_nethttp.Response, error)
type ApiExportWorkflowRequest ¶
type ApiExportWorkflowRequest struct { ApiService *WorkflowsApiService // contains filtered or unexported fields }
type ApiGetAccessTokenRequest ¶
type ApiGetAccessTokenRequest struct { ApiService *SecurityApiService // contains filtered or unexported fields }
func (ApiGetAccessTokenRequest) AccessToken ¶
func (r ApiGetAccessTokenRequest) AccessToken(accessToken string) ApiGetAccessTokenRequest
func (ApiGetAccessTokenRequest) Authorization ¶
func (r ApiGetAccessTokenRequest) Authorization(authorization string) ApiGetAccessTokenRequest
func (ApiGetAccessTokenRequest) Execute ¶
func (r ApiGetAccessTokenRequest) Execute() (AccessToken, *_nethttp.Response, error)
func (ApiGetAccessTokenRequest) GrantType ¶
func (r ApiGetAccessTokenRequest) GrantType(grantType string) ApiGetAccessTokenRequest
func (ApiGetAccessTokenRequest) Nonce ¶
func (r ApiGetAccessTokenRequest) Nonce(nonce string) ApiGetAccessTokenRequest
func (ApiGetAccessTokenRequest) Password ¶
func (r ApiGetAccessTokenRequest) Password(password string) ApiGetAccessTokenRequest
func (ApiGetAccessTokenRequest) Scope ¶
func (r ApiGetAccessTokenRequest) Scope(scope string) ApiGetAccessTokenRequest
func (ApiGetAccessTokenRequest) SwitchUsername ¶
func (r ApiGetAccessTokenRequest) SwitchUsername(switchUsername string) ApiGetAccessTokenRequest
func (ApiGetAccessTokenRequest) TenantId ¶
func (r ApiGetAccessTokenRequest) TenantId(tenantId string) ApiGetAccessTokenRequest
func (ApiGetAccessTokenRequest) TenantName ¶
func (r ApiGetAccessTokenRequest) TenantName(tenantName string) ApiGetAccessTokenRequest
func (ApiGetAccessTokenRequest) Username ¶
func (r ApiGetAccessTokenRequest) Username(username string) ApiGetAccessTokenRequest
type ApiGetAssignmentHistoryRequest ¶ added in v1.0.8
type ApiGetAssignmentHistoryRequest struct { ApiService *TemplateAssignmentsApiService // contains filtered or unexported fields }
func (ApiGetAssignmentHistoryRequest) Execute ¶ added in v1.0.8
func (r ApiGetAssignmentHistoryRequest) Execute() ([]TemplateAssignment, *_nethttp.Response, error)
type ApiGetAssignmentRequest ¶ added in v1.0.8
type ApiGetAssignmentRequest struct { ApiService *TemplateAssignmentsApiService // contains filtered or unexported fields }
func (ApiGetAssignmentRequest) Execute ¶ added in v1.0.8
func (r ApiGetAssignmentRequest) Execute() (TemplateAssignment, *_nethttp.Response, error)
type ApiGetBillingCycleRequest ¶ added in v1.0.8
type ApiGetBillingCycleRequest struct { ApiService *BillingCyclesApiService // contains filtered or unexported fields }
func (ApiGetBillingCycleRequest) Execute ¶ added in v1.0.8
func (r ApiGetBillingCycleRequest) Execute() (BillingCycle, *_nethttp.Response, error)
type ApiGetBillingCyclesPageRequest ¶ added in v1.0.8
type ApiGetBillingCyclesPageRequest struct { ApiService *BillingCyclesApiService // contains filtered or unexported fields }
func (ApiGetBillingCyclesPageRequest) Execute ¶ added in v1.0.8
func (r ApiGetBillingCyclesPageRequest) Execute() (BillingCyclesPage, *_nethttp.Response, error)
func (ApiGetBillingCyclesPageRequest) NextBilledOn ¶ added in v1.0.8
func (r ApiGetBillingCyclesPageRequest) NextBilledOn(nextBilledOn time.Time) ApiGetBillingCyclesPageRequest
func (ApiGetBillingCyclesPageRequest) Page ¶ added in v1.0.8
func (r ApiGetBillingCyclesPageRequest) Page(page int32) ApiGetBillingCyclesPageRequest
func (ApiGetBillingCyclesPageRequest) PageSize ¶ added in v1.0.8
func (r ApiGetBillingCyclesPageRequest) PageSize(pageSize int32) ApiGetBillingCyclesPageRequest
func (ApiGetBillingCyclesPageRequest) TenantId ¶ added in v1.0.8
func (r ApiGetBillingCyclesPageRequest) TenantId(tenantId string) ApiGetBillingCyclesPageRequest
type ApiGetChangeRequestRequest ¶ added in v1.0.8
type ApiGetChangeRequestRequest struct { ApiService *IncidentChangeRequestsApiService // contains filtered or unexported fields }
func (ApiGetChangeRequestRequest) Execute ¶ added in v1.0.8
func (r ApiGetChangeRequestRequest) Execute() (ChangeRequest, *_nethttp.Response, error)
func (ApiGetChangeRequestRequest) TenantId ¶ added in v1.0.8
func (r ApiGetChangeRequestRequest) TenantId(tenantId string) ApiGetChangeRequestRequest
type ApiGetChangeRequestsPageRequest ¶ added in v1.0.8
type ApiGetChangeRequestsPageRequest struct { ApiService *IncidentChangeRequestsApiService // contains filtered or unexported fields }
func (ApiGetChangeRequestsPageRequest) Execute ¶ added in v1.0.8
func (r ApiGetChangeRequestsPageRequest) Execute() (ChangeRequestsPage, *_nethttp.Response, error)
func (ApiGetChangeRequestsPageRequest) Page ¶ added in v1.0.8
func (r ApiGetChangeRequestsPageRequest) Page(page int32) ApiGetChangeRequestsPageRequest
func (ApiGetChangeRequestsPageRequest) PageSize ¶ added in v1.0.8
func (r ApiGetChangeRequestsPageRequest) PageSize(pageSize int32) ApiGetChangeRequestsPageRequest
func (ApiGetChangeRequestsPageRequest) TenantId ¶ added in v1.0.8
func (r ApiGetChangeRequestsPageRequest) TenantId(tenantId string) ApiGetChangeRequestsPageRequest
type ApiGetConfigurationRequest ¶ added in v1.0.8
type ApiGetConfigurationRequest struct { ApiService *IncidentConfigurationsApiService // contains filtered or unexported fields }
func (ApiGetConfigurationRequest) Execute ¶ added in v1.0.8
func (r ApiGetConfigurationRequest) Execute() (IncidentConfig, *_nethttp.Response, error)
type ApiGetCostSummaryRequest ¶ added in v1.0.8
type ApiGetCostSummaryRequest struct { ApiService *BillingEventsApiService // contains filtered or unexported fields }
func (ApiGetCostSummaryRequest) Execute ¶ added in v1.0.8
func (r ApiGetCostSummaryRequest) Execute() (BillingCostsReport, *_nethttp.Response, error)
func (ApiGetCostSummaryRequest) FromDate ¶ added in v1.0.8
func (r ApiGetCostSummaryRequest) FromDate(fromDate time.Time) ApiGetCostSummaryRequest
func (ApiGetCostSummaryRequest) GroupBy ¶ added in v1.0.8
func (r ApiGetCostSummaryRequest) GroupBy(groupBy string) ApiGetCostSummaryRequest
func (ApiGetCostSummaryRequest) TenantId ¶ added in v1.0.8
func (r ApiGetCostSummaryRequest) TenantId(tenantId string) ApiGetCostSummaryRequest
func (ApiGetCostSummaryRequest) ToDate ¶ added in v1.0.8
func (r ApiGetCostSummaryRequest) ToDate(toDate time.Time) ApiGetCostSummaryRequest
type ApiGetCurrentUserRequest ¶
type ApiGetCurrentUserRequest struct { ApiService *UsersApiService // contains filtered or unexported fields }
type ApiGetDeviceConfigRequest ¶
type ApiGetDeviceConfigRequest struct { ApiService *DevicesApiService // contains filtered or unexported fields }
type ApiGetDeviceRequest ¶
type ApiGetDeviceRequest struct { ApiService *DevicesApiService // contains filtered or unexported fields }
type ApiGetDeviceTemplateHistoryRequest ¶
type ApiGetDeviceTemplateHistoryRequest struct { ApiService *DevicesApiService // contains filtered or unexported fields }
func (ApiGetDeviceTemplateHistoryRequest) Execute ¶
func (r ApiGetDeviceTemplateHistoryRequest) Execute() ([]DeviceTemplateHistory, *_nethttp.Response, error)
func (ApiGetDeviceTemplateHistoryRequest) TemplateId ¶
func (r ApiGetDeviceTemplateHistoryRequest) TemplateId(templateId string) ApiGetDeviceTemplateHistoryRequest
type ApiGetDeviceTemplateRequest ¶
type ApiGetDeviceTemplateRequest struct { ApiService *DeviceTemplatesApiService // contains filtered or unexported fields }
func (ApiGetDeviceTemplateRequest) Execute ¶
func (r ApiGetDeviceTemplateRequest) Execute() (DeviceTemplate, *_nethttp.Response, error)
type ApiGetDeviceTemplatesListRequest ¶
type ApiGetDeviceTemplatesListRequest struct { ApiService *DeviceTemplatesApiService // contains filtered or unexported fields }
func (ApiGetDeviceTemplatesListRequest) AllVersions ¶ added in v1.0.5
func (r ApiGetDeviceTemplatesListRequest) AllVersions(allVersions bool) ApiGetDeviceTemplatesListRequest
func (ApiGetDeviceTemplatesListRequest) Execute ¶
func (r ApiGetDeviceTemplatesListRequest) Execute() ([]DeviceTemplate, *_nethttp.Response, error)
func (ApiGetDeviceTemplatesListRequest) ServiceType ¶
func (r ApiGetDeviceTemplatesListRequest) ServiceType(serviceType string) ApiGetDeviceTemplatesListRequest
func (ApiGetDeviceTemplatesListRequest) TenantId ¶
func (r ApiGetDeviceTemplatesListRequest) TenantId(tenantId string) ApiGetDeviceTemplatesListRequest
type ApiGetDevicesHealthListRequest ¶
type ApiGetDevicesHealthListRequest struct { ApiService *HealthApiService // contains filtered or unexported fields }
func (ApiGetDevicesHealthListRequest) Execute ¶
func (r ApiGetDevicesHealthListRequest) Execute() ([]ResourceHealth, *_nethttp.Response, error)
func (ApiGetDevicesHealthListRequest) Ids ¶
func (r ApiGetDevicesHealthListRequest) Ids(ids []string) ApiGetDevicesHealthListRequest
type ApiGetDevicesPageRequest ¶
type ApiGetDevicesPageRequest struct { ApiService *DevicesApiService // contains filtered or unexported fields }
func (ApiGetDevicesPageRequest) ComplianceStates ¶ added in v1.0.5
func (r ApiGetDevicesPageRequest) ComplianceStates(complianceStates []DeviceComplianceState) ApiGetDevicesPageRequest
func (ApiGetDevicesPageRequest) DeviceIds ¶
func (r ApiGetDevicesPageRequest) DeviceIds(deviceIds []string) ApiGetDevicesPageRequest
func (ApiGetDevicesPageRequest) Execute ¶
func (r ApiGetDevicesPageRequest) Execute() (DevicesPage, *_nethttp.Response, error)
func (ApiGetDevicesPageRequest) IncludeSubtenants ¶ added in v1.0.5
func (r ApiGetDevicesPageRequest) IncludeSubtenants(includeSubtenants bool) ApiGetDevicesPageRequest
func (ApiGetDevicesPageRequest) Models ¶
func (r ApiGetDevicesPageRequest) Models(models []string) ApiGetDevicesPageRequest
func (ApiGetDevicesPageRequest) Names ¶
func (r ApiGetDevicesPageRequest) Names(names []string) ApiGetDevicesPageRequest
func (ApiGetDevicesPageRequest) Page ¶
func (r ApiGetDevicesPageRequest) Page(page int32) ApiGetDevicesPageRequest
func (ApiGetDevicesPageRequest) PageSize ¶
func (r ApiGetDevicesPageRequest) PageSize(pageSize int32) ApiGetDevicesPageRequest
func (ApiGetDevicesPageRequest) SerialKeys ¶
func (r ApiGetDevicesPageRequest) SerialKeys(serialKeys []string) ApiGetDevicesPageRequest
func (ApiGetDevicesPageRequest) ServiceIds ¶
func (r ApiGetDevicesPageRequest) ServiceIds(serviceIds []string) ApiGetDevicesPageRequest
func (ApiGetDevicesPageRequest) ServiceTypes ¶
func (r ApiGetDevicesPageRequest) ServiceTypes(serviceTypes []string) ApiGetDevicesPageRequest
func (ApiGetDevicesPageRequest) Severities ¶
func (r ApiGetDevicesPageRequest) Severities(severities []string) ApiGetDevicesPageRequest
func (ApiGetDevicesPageRequest) SortBy ¶
func (r ApiGetDevicesPageRequest) SortBy(sortBy string) ApiGetDevicesPageRequest
func (ApiGetDevicesPageRequest) SortOrder ¶
func (r ApiGetDevicesPageRequest) SortOrder(sortOrder string) ApiGetDevicesPageRequest
func (ApiGetDevicesPageRequest) Subtypes ¶
func (r ApiGetDevicesPageRequest) Subtypes(subtypes []string) ApiGetDevicesPageRequest
func (ApiGetDevicesPageRequest) TenantIds ¶
func (r ApiGetDevicesPageRequest) TenantIds(tenantIds []string) ApiGetDevicesPageRequest
func (ApiGetDevicesPageRequest) Types ¶
func (r ApiGetDevicesPageRequest) Types(types []string) ApiGetDevicesPageRequest
func (ApiGetDevicesPageRequest) Versions ¶
func (r ApiGetDevicesPageRequest) Versions(versions []string) ApiGetDevicesPageRequest
func (ApiGetDevicesPageRequest) VulnerabilityStates ¶ added in v1.0.5
func (r ApiGetDevicesPageRequest) VulnerabilityStates(vulnerabilityStates []DeviceVulnerabilityState) ApiGetDevicesPageRequest
type ApiGetEventRequest ¶ added in v1.0.8
type ApiGetEventRequest struct { ApiService *BillingEventsApiService // contains filtered or unexported fields }
func (ApiGetEventRequest) Execute ¶ added in v1.0.8
func (r ApiGetEventRequest) Execute() (BillingEvent, *_nethttp.Response, error)
type ApiGetEventsPageRequest ¶ added in v1.0.8
type ApiGetEventsPageRequest struct { ApiService *BillingEventsApiService // contains filtered or unexported fields }
func (ApiGetEventsPageRequest) Execute ¶ added in v1.0.8
func (r ApiGetEventsPageRequest) Execute() (BillingEventsPage, *_nethttp.Response, error)
func (ApiGetEventsPageRequest) FromDate ¶ added in v1.0.8
func (r ApiGetEventsPageRequest) FromDate(fromDate time.Time) ApiGetEventsPageRequest
func (ApiGetEventsPageRequest) Page ¶ added in v1.0.8
func (r ApiGetEventsPageRequest) Page(page int32) ApiGetEventsPageRequest
func (ApiGetEventsPageRequest) PageSize ¶ added in v1.0.8
func (r ApiGetEventsPageRequest) PageSize(pageSize int32) ApiGetEventsPageRequest
func (ApiGetEventsPageRequest) Subtype ¶ added in v1.0.8
func (r ApiGetEventsPageRequest) Subtype(subtype string) ApiGetEventsPageRequest
func (ApiGetEventsPageRequest) TenantId ¶ added in v1.0.8
func (r ApiGetEventsPageRequest) TenantId(tenantId string) ApiGetEventsPageRequest
func (ApiGetEventsPageRequest) ToDate ¶ added in v1.0.8
func (r ApiGetEventsPageRequest) ToDate(toDate time.Time) ApiGetEventsPageRequest
func (ApiGetEventsPageRequest) Type_ ¶ added in v1.0.8
func (r ApiGetEventsPageRequest) Type_(type_ string) ApiGetEventsPageRequest
type ApiGetIncidentRequest ¶ added in v1.0.8
type ApiGetIncidentRequest struct { ApiService *IncidentsApiService // contains filtered or unexported fields }
type ApiGetIncidentsRequest ¶ added in v1.0.8
type ApiGetIncidentsRequest struct { ApiService *IncidentsApiService // contains filtered or unexported fields }
func (ApiGetIncidentsRequest) Category ¶ added in v1.0.8
func (r ApiGetIncidentsRequest) Category(category string) ApiGetIncidentsRequest
func (ApiGetIncidentsRequest) Execute ¶ added in v1.0.8
func (r ApiGetIncidentsRequest) Execute() (IncidentsPage, *_nethttp.Response, error)
func (ApiGetIncidentsRequest) ExternalId ¶ added in v1.0.8
func (r ApiGetIncidentsRequest) ExternalId(externalId string) ApiGetIncidentsRequest
func (ApiGetIncidentsRequest) Id ¶ added in v1.0.8
func (r ApiGetIncidentsRequest) Id(id string) ApiGetIncidentsRequest
func (ApiGetIncidentsRequest) Page ¶ added in v1.0.8
func (r ApiGetIncidentsRequest) Page(page int32) ApiGetIncidentsRequest
func (ApiGetIncidentsRequest) PageSize ¶ added in v1.0.8
func (r ApiGetIncidentsRequest) PageSize(pageSize int32) ApiGetIncidentsRequest
func (ApiGetIncidentsRequest) Priority ¶ added in v1.0.8
func (r ApiGetIncidentsRequest) Priority(priority string) ApiGetIncidentsRequest
func (ApiGetIncidentsRequest) Severity ¶ added in v1.0.8
func (r ApiGetIncidentsRequest) Severity(severity string) ApiGetIncidentsRequest
func (ApiGetIncidentsRequest) SortBy ¶ added in v1.0.8
func (r ApiGetIncidentsRequest) SortBy(sortBy string) ApiGetIncidentsRequest
func (ApiGetIncidentsRequest) SortOrder ¶ added in v1.0.8
func (r ApiGetIncidentsRequest) SortOrder(sortOrder string) ApiGetIncidentsRequest
func (ApiGetIncidentsRequest) State ¶ added in v1.0.8
func (r ApiGetIncidentsRequest) State(state string) ApiGetIncidentsRequest
func (ApiGetIncidentsRequest) Subcategory ¶ added in v1.0.8
func (r ApiGetIncidentsRequest) Subcategory(subcategory string) ApiGetIncidentsRequest
func (ApiGetIncidentsRequest) TenantId ¶ added in v1.0.8
func (r ApiGetIncidentsRequest) TenantId(tenantId string) ApiGetIncidentsRequest
type ApiGetIngestVulnerabilitiesTasksPageRequest ¶ added in v1.0.8
type ApiGetIngestVulnerabilitiesTasksPageRequest struct { ApiService *VulnerabilitiesApiService // contains filtered or unexported fields }
func (ApiGetIngestVulnerabilitiesTasksPageRequest) EndDate ¶ added in v1.0.8
func (r ApiGetIngestVulnerabilitiesTasksPageRequest) EndDate(endDate time.Time) ApiGetIngestVulnerabilitiesTasksPageRequest
func (ApiGetIngestVulnerabilitiesTasksPageRequest) Execute ¶ added in v1.0.8
func (r ApiGetIngestVulnerabilitiesTasksPageRequest) Execute() (VulnerabilityIngestPage, *_nethttp.Response, error)
func (ApiGetIngestVulnerabilitiesTasksPageRequest) PageSize ¶ added in v1.0.8
func (r ApiGetIngestVulnerabilitiesTasksPageRequest) PageSize(pageSize int32) ApiGetIngestVulnerabilitiesTasksPageRequest
func (ApiGetIngestVulnerabilitiesTasksPageRequest) StartDate ¶ added in v1.0.8
func (r ApiGetIngestVulnerabilitiesTasksPageRequest) StartDate(startDate time.Time) ApiGetIngestVulnerabilitiesTasksPageRequest
type ApiGetLicensesListRequest ¶ added in v1.0.8
type ApiGetLicensesListRequest struct { ApiService *LicensingLicensesApiService // contains filtered or unexported fields }
func (ApiGetLicensesListRequest) Execute ¶ added in v1.0.8
func (r ApiGetLicensesListRequest) Execute() ([]LicenseSummary, *_nethttp.Response, error)
func (ApiGetLicensesListRequest) SmartAccountId ¶ added in v1.0.8
func (r ApiGetLicensesListRequest) SmartAccountId(smartAccountId string) ApiGetLicensesListRequest
func (ApiGetLicensesListRequest) VirtualAccountId ¶ added in v1.0.8
func (r ApiGetLicensesListRequest) VirtualAccountId(virtualAccountId string) ApiGetLicensesListRequest
type ApiGetOfferAssignmentsListRequest ¶
type ApiGetOfferAssignmentsListRequest struct { ApiService *OffersApiService // contains filtered or unexported fields }
func (ApiGetOfferAssignmentsListRequest) Execute ¶
func (r ApiGetOfferAssignmentsListRequest) Execute() ([]CatalogAssignment, *_nethttp.Response, error)
type ApiGetOfferRequest ¶
type ApiGetOfferRequest struct { ApiService *OffersApiService // contains filtered or unexported fields }
type ApiGetOffersCountRequest ¶
type ApiGetOffersCountRequest struct { ApiService *OffersApiService // contains filtered or unexported fields }
func (ApiGetOffersCountRequest) Execute ¶
func (r ApiGetOffersCountRequest) Execute() (int64, *_nethttp.Response, error)
func (ApiGetOffersCountRequest) ProductId ¶
func (r ApiGetOffersCountRequest) ProductId(productId string) ApiGetOffersCountRequest
func (ApiGetOffersCountRequest) TenantId ¶
func (r ApiGetOffersCountRequest) TenantId(tenantId string) ApiGetOffersCountRequest
type ApiGetOffersPageRequest ¶
type ApiGetOffersPageRequest struct { ApiService *OffersApiService // contains filtered or unexported fields }
func (ApiGetOffersPageRequest) Execute ¶
func (r ApiGetOffersPageRequest) Execute() (OffersPage, *_nethttp.Response, error)
func (ApiGetOffersPageRequest) Page ¶
func (r ApiGetOffersPageRequest) Page(page int32) ApiGetOffersPageRequest
func (ApiGetOffersPageRequest) PageSize ¶
func (r ApiGetOffersPageRequest) PageSize(pageSize int32) ApiGetOffersPageRequest
func (ApiGetOffersPageRequest) ProductId ¶
func (r ApiGetOffersPageRequest) ProductId(productId string) ApiGetOffersPageRequest
func (ApiGetOffersPageRequest) TenantIds ¶ added in v1.0.2
func (r ApiGetOffersPageRequest) TenantIds(tenantIds []string) ApiGetOffersPageRequest
type ApiGetPriceRequest ¶ added in v1.0.8
type ApiGetPriceRequest struct { ApiService *BillingPricesApiService // contains filtered or unexported fields }
func (ApiGetPriceRequest) Execute ¶ added in v1.0.8
func (r ApiGetPriceRequest) Execute() (BillingPrice, *_nethttp.Response, error)
type ApiGetPricesPageRequest ¶ added in v1.0.8
type ApiGetPricesPageRequest struct { ApiService *BillingPricesApiService // contains filtered or unexported fields }
func (ApiGetPricesPageRequest) Execute ¶ added in v1.0.8
func (r ApiGetPricesPageRequest) Execute() (BillingPricesPage, *_nethttp.Response, error)
func (ApiGetPricesPageRequest) Page ¶ added in v1.0.8
func (r ApiGetPricesPageRequest) Page(page int32) ApiGetPricesPageRequest
func (ApiGetPricesPageRequest) PageSize ¶ added in v1.0.8
func (r ApiGetPricesPageRequest) PageSize(pageSize int32) ApiGetPricesPageRequest
func (ApiGetPricesPageRequest) Subtype ¶ added in v1.0.8
func (r ApiGetPricesPageRequest) Subtype(subtype string) ApiGetPricesPageRequest
func (ApiGetPricesPageRequest) TenantId ¶ added in v1.0.8
func (r ApiGetPricesPageRequest) TenantId(tenantId string) ApiGetPricesPageRequest
func (ApiGetPricesPageRequest) Type_ ¶ added in v1.0.8
func (r ApiGetPricesPageRequest) Type_(type_ string) ApiGetPricesPageRequest
type ApiGetProductAssignmentsListRequest ¶
type ApiGetProductAssignmentsListRequest struct { ApiService *ProductsApiService // contains filtered or unexported fields }
func (ApiGetProductAssignmentsListRequest) Execute ¶
func (r ApiGetProductAssignmentsListRequest) Execute() ([]CatalogAssignment, *_nethttp.Response, error)
type ApiGetProductRequest ¶
type ApiGetProductRequest struct { ApiService *ProductsApiService // contains filtered or unexported fields }
type ApiGetProductsCountRequest ¶
type ApiGetProductsCountRequest struct { ApiService *ProductsApiService // contains filtered or unexported fields }
func (ApiGetProductsCountRequest) Execute ¶
func (r ApiGetProductsCountRequest) Execute() (int64, *_nethttp.Response, error)
func (ApiGetProductsCountRequest) TenantId ¶
func (r ApiGetProductsCountRequest) TenantId(tenantId string) ApiGetProductsCountRequest
type ApiGetProductsPageRequest ¶
type ApiGetProductsPageRequest struct { ApiService *ProductsApiService // contains filtered or unexported fields }
func (ApiGetProductsPageRequest) Execute ¶
func (r ApiGetProductsPageRequest) Execute() (ProductsPage, *_nethttp.Response, error)
func (ApiGetProductsPageRequest) Page ¶
func (r ApiGetProductsPageRequest) Page(page int32) ApiGetProductsPageRequest
func (ApiGetProductsPageRequest) PageSize ¶
func (r ApiGetProductsPageRequest) PageSize(pageSize int32) ApiGetProductsPageRequest
func (ApiGetProductsPageRequest) TenantId ¶
func (r ApiGetProductsPageRequest) TenantId(tenantId string) ApiGetProductsPageRequest
type ApiGetRegisteredProductVersionPageRequest ¶ added in v1.0.8
type ApiGetRegisteredProductVersionPageRequest struct { ApiService *RegistrationApiService // contains filtered or unexported fields }
func (ApiGetRegisteredProductVersionPageRequest) Execute ¶ added in v1.0.8
func (r ApiGetRegisteredProductVersionPageRequest) Execute() (VulnerabilitiesRegistrationPage, *_nethttp.Response, error)
func (ApiGetRegisteredProductVersionPageRequest) Page ¶ added in v1.0.8
func (r ApiGetRegisteredProductVersionPageRequest) Page(page int32) ApiGetRegisteredProductVersionPageRequest
func (ApiGetRegisteredProductVersionPageRequest) PageSize ¶ added in v1.0.8
func (r ApiGetRegisteredProductVersionPageRequest) PageSize(pageSize int32) ApiGetRegisteredProductVersionPageRequest
func (ApiGetRegisteredProductVersionPageRequest) Product ¶ added in v1.0.8
func (r ApiGetRegisteredProductVersionPageRequest) Product(product string) ApiGetRegisteredProductVersionPageRequest
func (ApiGetRegisteredProductVersionPageRequest) Version ¶ added in v1.0.8
func (r ApiGetRegisteredProductVersionPageRequest) Version(version string) ApiGetRegisteredProductVersionPageRequest
type ApiGetRoleByNameRequest ¶
type ApiGetRoleByNameRequest struct { ApiService *RolesApiService // contains filtered or unexported fields }
type ApiGetRolesListRequest ¶
type ApiGetRolesListRequest struct { ApiService *RolesApiService // contains filtered or unexported fields }
func (ApiGetRolesListRequest) Execute ¶
func (r ApiGetRolesListRequest) Execute() ([]Role, *_nethttp.Response, error)
func (ApiGetRolesListRequest) Ids ¶
func (r ApiGetRolesListRequest) Ids(ids []string) ApiGetRolesListRequest
type ApiGetServiceNowConfigurationRequest ¶ added in v1.0.8
type ApiGetServiceNowConfigurationRequest struct { ApiService *IncidentConfigurationsApiService // contains filtered or unexported fields }
func (ApiGetServiceNowConfigurationRequest) Execute ¶ added in v1.0.8
func (r ApiGetServiceNowConfigurationRequest) Execute() (ServiceNowConfiguration, *_nethttp.Response, error)
type ApiGetServiceNowConfigurationsPageRequest ¶ added in v1.0.8
type ApiGetServiceNowConfigurationsPageRequest struct { ApiService *IncidentConfigurationsApiService // contains filtered or unexported fields }
func (ApiGetServiceNowConfigurationsPageRequest) Domain ¶ added in v1.0.8
func (r ApiGetServiceNowConfigurationsPageRequest) Domain(domain string) ApiGetServiceNowConfigurationsPageRequest
func (ApiGetServiceNowConfigurationsPageRequest) Execute ¶ added in v1.0.8
func (r ApiGetServiceNowConfigurationsPageRequest) Execute() (ServiceNowConfigurationsPage, *_nethttp.Response, error)
func (ApiGetServiceNowConfigurationsPageRequest) Page ¶ added in v1.0.8
func (r ApiGetServiceNowConfigurationsPageRequest) Page(page int32) ApiGetServiceNowConfigurationsPageRequest
func (ApiGetServiceNowConfigurationsPageRequest) PageSize ¶ added in v1.0.8
func (r ApiGetServiceNowConfigurationsPageRequest) PageSize(pageSize int32) ApiGetServiceNowConfigurationsPageRequest
func (ApiGetServiceNowConfigurationsPageRequest) TenantId ¶ added in v1.0.8
func (r ApiGetServiceNowConfigurationsPageRequest) TenantId(tenantId string) ApiGetServiceNowConfigurationsPageRequest
type ApiGetServiceRequest ¶
type ApiGetServiceRequest struct { ApiService *ServicesApiService // contains filtered or unexported fields }
type ApiGetServicesHealthListRequest ¶
type ApiGetServicesHealthListRequest struct { ApiService *HealthApiService // contains filtered or unexported fields }
func (ApiGetServicesHealthListRequest) Execute ¶
func (r ApiGetServicesHealthListRequest) Execute() ([]ResourceHealth, *_nethttp.Response, error)
func (ApiGetServicesHealthListRequest) Ids ¶
func (r ApiGetServicesHealthListRequest) Ids(ids []string) ApiGetServicesHealthListRequest
type ApiGetServicesPageRequest ¶
type ApiGetServicesPageRequest struct { ApiService *ServicesApiService // contains filtered or unexported fields }
func (ApiGetServicesPageRequest) Execute ¶
func (r ApiGetServicesPageRequest) Execute() (ServicesPage, *_nethttp.Response, error)
func (ApiGetServicesPageRequest) Page ¶
func (r ApiGetServicesPageRequest) Page(page int32) ApiGetServicesPageRequest
func (ApiGetServicesPageRequest) PageSize ¶
func (r ApiGetServicesPageRequest) PageSize(pageSize int32) ApiGetServicesPageRequest
func (ApiGetServicesPageRequest) TenantIds ¶
func (r ApiGetServicesPageRequest) TenantIds(tenantIds []string) ApiGetServicesPageRequest
type ApiGetSiteRequest ¶
type ApiGetSiteRequest struct { ApiService *SitesApiService // contains filtered or unexported fields }
func (ApiGetSiteRequest) Execute ¶
func (r ApiGetSiteRequest) Execute() (Site, *_nethttp.Response, error)
func (ApiGetSiteRequest) ShowImage ¶
func (r ApiGetSiteRequest) ShowImage(showImage bool) ApiGetSiteRequest
type ApiGetSitesPageRequest ¶
type ApiGetSitesPageRequest struct { ApiService *SitesApiService // contains filtered or unexported fields }
func (ApiGetSitesPageRequest) DeviceId ¶
func (r ApiGetSitesPageRequest) DeviceId(deviceId string) ApiGetSitesPageRequest
func (ApiGetSitesPageRequest) Execute ¶
func (r ApiGetSitesPageRequest) Execute() (SitesPage, *_nethttp.Response, error)
func (ApiGetSitesPageRequest) IncludeSubtenants ¶ added in v1.0.5
func (r ApiGetSitesPageRequest) IncludeSubtenants(includeSubtenants bool) ApiGetSitesPageRequest
func (ApiGetSitesPageRequest) ManagingControlPlaneId ¶
func (r ApiGetSitesPageRequest) ManagingControlPlaneId(managingControlPlaneId string) ApiGetSitesPageRequest
func (ApiGetSitesPageRequest) Page ¶
func (r ApiGetSitesPageRequest) Page(page int32) ApiGetSitesPageRequest
func (ApiGetSitesPageRequest) PageSize ¶
func (r ApiGetSitesPageRequest) PageSize(pageSize int32) ApiGetSitesPageRequest
func (ApiGetSitesPageRequest) ParentId ¶
func (r ApiGetSitesPageRequest) ParentId(parentId string) ApiGetSitesPageRequest
func (ApiGetSitesPageRequest) ServiceId ¶
func (r ApiGetSitesPageRequest) ServiceId(serviceId string) ApiGetSitesPageRequest
func (ApiGetSitesPageRequest) ServiceType ¶
func (r ApiGetSitesPageRequest) ServiceType(serviceType string) ApiGetSitesPageRequest
func (ApiGetSitesPageRequest) ShowImage ¶
func (r ApiGetSitesPageRequest) ShowImage(showImage bool) ApiGetSitesPageRequest
func (ApiGetSitesPageRequest) TenantId ¶
func (r ApiGetSitesPageRequest) TenantId(tenantId string) ApiGetSitesPageRequest
func (ApiGetSitesPageRequest) Type_ ¶
func (r ApiGetSitesPageRequest) Type_(type_ string) ApiGetSitesPageRequest
type ApiGetSmartAccountConfigurationRequest ¶ added in v1.0.8
type ApiGetSmartAccountConfigurationRequest struct { ApiService *LicensingConfigurationsApiService // contains filtered or unexported fields }
func (ApiGetSmartAccountConfigurationRequest) Execute ¶ added in v1.0.8
func (r ApiGetSmartAccountConfigurationRequest) Execute() (SmartAccountConfiguration, *_nethttp.Response, error)
type ApiGetTemplateApplicationHistoryRequest ¶ added in v1.0.8
type ApiGetTemplateApplicationHistoryRequest struct { ApiService *TemplateApplicationsApiService // contains filtered or unexported fields }
func (ApiGetTemplateApplicationHistoryRequest) Execute ¶ added in v1.0.8
func (r ApiGetTemplateApplicationHistoryRequest) Execute() ([]TemplateApplication, *_nethttp.Response, error)
type ApiGetTemplateApplicationRequest ¶ added in v1.0.8
type ApiGetTemplateApplicationRequest struct { ApiService *TemplateApplicationsApiService // contains filtered or unexported fields }
func (ApiGetTemplateApplicationRequest) Execute ¶ added in v1.0.8
func (r ApiGetTemplateApplicationRequest) Execute() (TemplateApplication, *_nethttp.Response, error)
type ApiGetTemplateApplicationsPageRequest ¶ added in v1.0.8
type ApiGetTemplateApplicationsPageRequest struct { ApiService *TemplateApplicationsApiService // contains filtered or unexported fields }
func (ApiGetTemplateApplicationsPageRequest) CalculateTotalItems ¶ added in v1.0.8
func (r ApiGetTemplateApplicationsPageRequest) CalculateTotalItems(calculateTotalItems bool) ApiGetTemplateApplicationsPageRequest
func (ApiGetTemplateApplicationsPageRequest) Execute ¶ added in v1.0.8
func (r ApiGetTemplateApplicationsPageRequest) Execute() (TemplateApplicationsPage, *_nethttp.Response, error)
func (ApiGetTemplateApplicationsPageRequest) Page ¶ added in v1.0.8
func (r ApiGetTemplateApplicationsPageRequest) Page(page int32) ApiGetTemplateApplicationsPageRequest
func (ApiGetTemplateApplicationsPageRequest) PageSize ¶ added in v1.0.8
func (r ApiGetTemplateApplicationsPageRequest) PageSize(pageSize int32) ApiGetTemplateApplicationsPageRequest
func (ApiGetTemplateApplicationsPageRequest) SortBy ¶ added in v1.0.8
func (r ApiGetTemplateApplicationsPageRequest) SortBy(sortBy string) ApiGetTemplateApplicationsPageRequest
func (ApiGetTemplateApplicationsPageRequest) SortOrder ¶ added in v1.0.8
func (r ApiGetTemplateApplicationsPageRequest) SortOrder(sortOrder string) ApiGetTemplateApplicationsPageRequest
func (ApiGetTemplateApplicationsPageRequest) TargetId ¶ added in v1.0.8
func (r ApiGetTemplateApplicationsPageRequest) TargetId(targetId string) ApiGetTemplateApplicationsPageRequest
func (ApiGetTemplateApplicationsPageRequest) TargetType ¶ added in v1.0.8
func (r ApiGetTemplateApplicationsPageRequest) TargetType(targetType string) ApiGetTemplateApplicationsPageRequest
func (ApiGetTemplateApplicationsPageRequest) TemplateId ¶ added in v1.0.8
func (r ApiGetTemplateApplicationsPageRequest) TemplateId(templateId string) ApiGetTemplateApplicationsPageRequest
func (ApiGetTemplateApplicationsPageRequest) TenantId ¶ added in v1.0.8
func (r ApiGetTemplateApplicationsPageRequest) TenantId(tenantId string) ApiGetTemplateApplicationsPageRequest
type ApiGetTemplateAssignmentsPageRequest ¶ added in v1.0.8
type ApiGetTemplateAssignmentsPageRequest struct { ApiService *TemplateAssignmentsApiService // contains filtered or unexported fields }
func (ApiGetTemplateAssignmentsPageRequest) CalculateTotalItems ¶ added in v1.0.8
func (r ApiGetTemplateAssignmentsPageRequest) CalculateTotalItems(calculateTotalItems bool) ApiGetTemplateAssignmentsPageRequest
func (ApiGetTemplateAssignmentsPageRequest) Execute ¶ added in v1.0.8
func (r ApiGetTemplateAssignmentsPageRequest) Execute() (TemplateAssignmentsPage, *_nethttp.Response, error)
func (ApiGetTemplateAssignmentsPageRequest) Page ¶ added in v1.0.8
func (r ApiGetTemplateAssignmentsPageRequest) Page(page int32) ApiGetTemplateAssignmentsPageRequest
func (ApiGetTemplateAssignmentsPageRequest) PageSize ¶ added in v1.0.8
func (r ApiGetTemplateAssignmentsPageRequest) PageSize(pageSize int32) ApiGetTemplateAssignmentsPageRequest
func (ApiGetTemplateAssignmentsPageRequest) TemplateId ¶ added in v1.0.8
func (r ApiGetTemplateAssignmentsPageRequest) TemplateId(templateId string) ApiGetTemplateAssignmentsPageRequest
func (ApiGetTemplateAssignmentsPageRequest) TenantId ¶ added in v1.0.8
func (r ApiGetTemplateAssignmentsPageRequest) TenantId(tenantId string) ApiGetTemplateAssignmentsPageRequest
type ApiGetTemplateHistoryRequest ¶ added in v1.0.8
type ApiGetTemplateHistoryRequest struct { ApiService *TemplatesApiService // contains filtered or unexported fields }
type ApiGetTemplateRequest ¶ added in v1.0.8
type ApiGetTemplateRequest struct { ApiService *TemplatesApiService // contains filtered or unexported fields }
type ApiGetTemplatesPageRequest ¶ added in v1.0.8
type ApiGetTemplatesPageRequest struct { ApiService *TemplatesApiService // contains filtered or unexported fields }
func (ApiGetTemplatesPageRequest) CalculateTotalItems ¶ added in v1.0.8
func (r ApiGetTemplatesPageRequest) CalculateTotalItems(calculateTotalItems bool) ApiGetTemplatesPageRequest
func (ApiGetTemplatesPageRequest) Execute ¶ added in v1.0.8
func (r ApiGetTemplatesPageRequest) Execute() (TemplatesPage, *_nethttp.Response, error)
func (ApiGetTemplatesPageRequest) ExternalId ¶ added in v1.0.8
func (r ApiGetTemplatesPageRequest) ExternalId(externalId string) ApiGetTemplatesPageRequest
func (ApiGetTemplatesPageRequest) Page ¶ added in v1.0.8
func (r ApiGetTemplatesPageRequest) Page(page int32) ApiGetTemplatesPageRequest
func (ApiGetTemplatesPageRequest) PageSize ¶ added in v1.0.8
func (r ApiGetTemplatesPageRequest) PageSize(pageSize int32) ApiGetTemplatesPageRequest
func (ApiGetTemplatesPageRequest) Service ¶ added in v1.0.8
func (r ApiGetTemplatesPageRequest) Service(service string) ApiGetTemplatesPageRequest
func (ApiGetTemplatesPageRequest) Tags ¶ added in v1.0.8
func (r ApiGetTemplatesPageRequest) Tags(tags []string) ApiGetTemplatesPageRequest
type ApiGetTenantRequest ¶
type ApiGetTenantRequest struct { ApiService *TenantsApiService // contains filtered or unexported fields }
type ApiGetTenantsListRequest ¶
type ApiGetTenantsListRequest struct { ApiService *TenantsApiService // contains filtered or unexported fields }
func (ApiGetTenantsListRequest) Execute ¶
func (r ApiGetTenantsListRequest) Execute() ([]Tenant, *_nethttp.Response, error)
func (ApiGetTenantsListRequest) Ids ¶
func (r ApiGetTenantsListRequest) Ids(ids []string) ApiGetTenantsListRequest
func (ApiGetTenantsListRequest) ShowImage ¶
func (r ApiGetTenantsListRequest) ShowImage(showImage bool) ApiGetTenantsListRequest
type ApiGetTenantsPageRequest ¶
type ApiGetTenantsPageRequest struct { ApiService *TenantsApiService // contains filtered or unexported fields }
func (ApiGetTenantsPageRequest) Execute ¶
func (r ApiGetTenantsPageRequest) Execute() (TenantsPage, *_nethttp.Response, error)
func (ApiGetTenantsPageRequest) Page ¶
func (r ApiGetTenantsPageRequest) Page(page int32) ApiGetTenantsPageRequest
func (ApiGetTenantsPageRequest) PageSize ¶
func (r ApiGetTenantsPageRequest) PageSize(pageSize int32) ApiGetTenantsPageRequest
func (ApiGetTenantsPageRequest) ParentId ¶
func (r ApiGetTenantsPageRequest) ParentId(parentId string) ApiGetTenantsPageRequest
func (ApiGetTenantsPageRequest) ShowImage ¶
func (r ApiGetTenantsPageRequest) ShowImage(showImage bool) ApiGetTenantsPageRequest
func (ApiGetTenantsPageRequest) SortBy ¶
func (r ApiGetTenantsPageRequest) SortBy(sortBy string) ApiGetTenantsPageRequest
func (ApiGetTenantsPageRequest) SortOrder ¶
func (r ApiGetTenantsPageRequest) SortOrder(sortOrder string) ApiGetTenantsPageRequest
type ApiGetUserAccountsListRequest ¶ added in v1.0.8
type ApiGetUserAccountsListRequest struct { ApiService *LicensingAccountsApiService // contains filtered or unexported fields }
func (ApiGetUserAccountsListRequest) Domain ¶ added in v1.0.8
func (r ApiGetUserAccountsListRequest) Domain(domain string) ApiGetUserAccountsListRequest
func (ApiGetUserAccountsListRequest) Execute ¶ added in v1.0.8
func (r ApiGetUserAccountsListRequest) Execute() (SmartUserAccounts, *_nethttp.Response, error)
func (ApiGetUserAccountsListRequest) RoleName ¶ added in v1.0.8
func (r ApiGetUserAccountsListRequest) RoleName(roleName string) ApiGetUserAccountsListRequest
func (ApiGetUserAccountsListRequest) Type_ ¶ added in v1.0.8
func (r ApiGetUserAccountsListRequest) Type_(type_ SmartAccountType) ApiGetUserAccountsListRequest
func (ApiGetUserAccountsListRequest) UserId ¶ added in v1.0.8
func (r ApiGetUserAccountsListRequest) UserId(userId string) ApiGetUserAccountsListRequest
type ApiGetUserRequest ¶
type ApiGetUserRequest struct { ApiService *UsersApiService // contains filtered or unexported fields }
type ApiGetUsersPageRequest ¶
type ApiGetUsersPageRequest struct { ApiService *UsersApiService // contains filtered or unexported fields }
func (ApiGetUsersPageRequest) Deleted ¶
func (r ApiGetUsersPageRequest) Deleted(deleted bool) ApiGetUsersPageRequest
func (ApiGetUsersPageRequest) Execute ¶
func (r ApiGetUsersPageRequest) Execute() (UsersPage, *_nethttp.Response, error)
func (ApiGetUsersPageRequest) Page ¶
func (r ApiGetUsersPageRequest) Page(page int32) ApiGetUsersPageRequest
func (ApiGetUsersPageRequest) PageSize ¶
func (r ApiGetUsersPageRequest) PageSize(pageSize int32) ApiGetUsersPageRequest
func (ApiGetUsersPageRequest) TenantId ¶
func (r ApiGetUsersPageRequest) TenantId(tenantId string) ApiGetUsersPageRequest
type ApiGetValidateProductVersionPageRequest ¶ added in v1.0.8
type ApiGetValidateProductVersionPageRequest struct { ApiService *ValidationApiService // contains filtered or unexported fields }
func (ApiGetValidateProductVersionPageRequest) EndDate ¶ added in v1.0.8
func (r ApiGetValidateProductVersionPageRequest) EndDate(endDate time.Time) ApiGetValidateProductVersionPageRequest
func (ApiGetValidateProductVersionPageRequest) Execute ¶ added in v1.0.8
func (r ApiGetValidateProductVersionPageRequest) Execute() (VulnerabilityValidationPage, *_nethttp.Response, error)
func (ApiGetValidateProductVersionPageRequest) Page ¶ added in v1.0.8
func (r ApiGetValidateProductVersionPageRequest) Page(page int32) ApiGetValidateProductVersionPageRequest
func (ApiGetValidateProductVersionPageRequest) PageSize ¶ added in v1.0.8
func (r ApiGetValidateProductVersionPageRequest) PageSize(pageSize int32) ApiGetValidateProductVersionPageRequest
func (ApiGetValidateProductVersionPageRequest) StartDate ¶ added in v1.0.8
func (r ApiGetValidateProductVersionPageRequest) StartDate(startDate time.Time) ApiGetValidateProductVersionPageRequest
type ApiGetVulnerabilitiesPageRequest ¶ added in v1.0.8
type ApiGetVulnerabilitiesPageRequest struct { ApiService *VulnerabilitiesApiService // contains filtered or unexported fields }
func (ApiGetVulnerabilitiesPageRequest) CveId ¶ added in v1.0.8
func (r ApiGetVulnerabilitiesPageRequest) CveId(cveId string) ApiGetVulnerabilitiesPageRequest
func (ApiGetVulnerabilitiesPageRequest) EndDate ¶ added in v1.0.8
func (r ApiGetVulnerabilitiesPageRequest) EndDate(endDate time.Time) ApiGetVulnerabilitiesPageRequest
func (ApiGetVulnerabilitiesPageRequest) Execute ¶ added in v1.0.8
func (r ApiGetVulnerabilitiesPageRequest) Execute() (VulnerabilitiesPage, *_nethttp.Response, error)
func (ApiGetVulnerabilitiesPageRequest) Page ¶ added in v1.0.8
func (r ApiGetVulnerabilitiesPageRequest) Page(page int32) ApiGetVulnerabilitiesPageRequest
func (ApiGetVulnerabilitiesPageRequest) PageSize ¶ added in v1.0.8
func (r ApiGetVulnerabilitiesPageRequest) PageSize(pageSize int32) ApiGetVulnerabilitiesPageRequest
func (ApiGetVulnerabilitiesPageRequest) Product ¶ added in v1.0.8
func (r ApiGetVulnerabilitiesPageRequest) Product(product string) ApiGetVulnerabilitiesPageRequest
func (ApiGetVulnerabilitiesPageRequest) Severity ¶ added in v1.0.8
func (r ApiGetVulnerabilitiesPageRequest) Severity(severity VulnerabilitySeverity) ApiGetVulnerabilitiesPageRequest
func (ApiGetVulnerabilitiesPageRequest) SortBy ¶ added in v1.0.8
func (r ApiGetVulnerabilitiesPageRequest) SortBy(sortBy string) ApiGetVulnerabilitiesPageRequest
func (ApiGetVulnerabilitiesPageRequest) SortOrder ¶ added in v1.0.8
func (r ApiGetVulnerabilitiesPageRequest) SortOrder(sortOrder string) ApiGetVulnerabilitiesPageRequest
func (ApiGetVulnerabilitiesPageRequest) StartDate ¶ added in v1.0.8
func (r ApiGetVulnerabilitiesPageRequest) StartDate(startDate time.Time) ApiGetVulnerabilitiesPageRequest
func (ApiGetVulnerabilitiesPageRequest) Vendor ¶ added in v1.0.8
func (r ApiGetVulnerabilitiesPageRequest) Vendor(vendor string) ApiGetVulnerabilitiesPageRequest
func (ApiGetVulnerabilitiesPageRequest) Version ¶ added in v1.0.8
func (r ApiGetVulnerabilitiesPageRequest) Version(version string) ApiGetVulnerabilitiesPageRequest
func (ApiGetVulnerabilitiesPageRequest) Year ¶ added in v1.0.8
func (r ApiGetVulnerabilitiesPageRequest) Year(year int32) ApiGetVulnerabilitiesPageRequest
type ApiGetWorkflowCategoriesListRequest ¶
type ApiGetWorkflowCategoriesListRequest struct { ApiService *WorkflowCategoriesApiService // contains filtered or unexported fields }
func (ApiGetWorkflowCategoriesListRequest) Execute ¶
func (r ApiGetWorkflowCategoriesListRequest) Execute() ([]WorkflowCategory, *_nethttp.Response, error)
func (ApiGetWorkflowCategoriesListRequest) TenantId ¶
func (r ApiGetWorkflowCategoriesListRequest) TenantId(tenantId string) ApiGetWorkflowCategoriesListRequest
type ApiGetWorkflowCategoryRequest ¶
type ApiGetWorkflowCategoryRequest struct { ApiService *WorkflowCategoriesApiService // contains filtered or unexported fields }
func (ApiGetWorkflowCategoryRequest) Execute ¶
func (r ApiGetWorkflowCategoryRequest) Execute() (WorkflowCategory, *_nethttp.Response, error)
type ApiGetWorkflowEventRequest ¶
type ApiGetWorkflowEventRequest struct { ApiService *WorkflowEventsApiService // contains filtered or unexported fields }
func (ApiGetWorkflowEventRequest) Execute ¶
func (r ApiGetWorkflowEventRequest) Execute() (WorkflowEvent, *_nethttp.Response, error)
type ApiGetWorkflowEventsListRequest ¶
type ApiGetWorkflowEventsListRequest struct { ApiService *WorkflowEventsApiService // contains filtered or unexported fields }
func (ApiGetWorkflowEventsListRequest) Execute ¶
func (r ApiGetWorkflowEventsListRequest) Execute() ([]WorkflowEvent, *_nethttp.Response, error)
type ApiGetWorkflowInstanceActionRequest ¶
type ApiGetWorkflowInstanceActionRequest struct { ApiService *WorkflowInstancesApiService // contains filtered or unexported fields }
func (ApiGetWorkflowInstanceActionRequest) Execute ¶
func (r ApiGetWorkflowInstanceActionRequest) Execute() (WorkflowAction, *_nethttp.Response, error)
type ApiGetWorkflowInstanceRequest ¶
type ApiGetWorkflowInstanceRequest struct { ApiService *WorkflowInstancesApiService // contains filtered or unexported fields }
func (ApiGetWorkflowInstanceRequest) Execute ¶
func (r ApiGetWorkflowInstanceRequest) Execute() (WorkflowInstance, *_nethttp.Response, error)
type ApiGetWorkflowInstancesListRequest ¶
type ApiGetWorkflowInstancesListRequest struct { ApiService *WorkflowInstancesApiService // contains filtered or unexported fields }
func (ApiGetWorkflowInstancesListRequest) DateFrom ¶
func (r ApiGetWorkflowInstancesListRequest) DateFrom(dateFrom string) ApiGetWorkflowInstancesListRequest
func (ApiGetWorkflowInstancesListRequest) DateTo ¶
func (r ApiGetWorkflowInstancesListRequest) DateTo(dateTo string) ApiGetWorkflowInstancesListRequest
func (ApiGetWorkflowInstancesListRequest) Execute ¶
func (r ApiGetWorkflowInstancesListRequest) Execute() ([]WorkflowInstance, *_nethttp.Response, error)
func (ApiGetWorkflowInstancesListRequest) Page ¶
func (r ApiGetWorkflowInstancesListRequest) Page(page int32) ApiGetWorkflowInstancesListRequest
func (ApiGetWorkflowInstancesListRequest) PageSize ¶
func (r ApiGetWorkflowInstancesListRequest) PageSize(pageSize int32) ApiGetWorkflowInstancesListRequest
type ApiGetWorkflowRequest ¶
type ApiGetWorkflowRequest struct { ApiService *WorkflowsApiService // contains filtered or unexported fields }
type ApiGetWorkflowSchemaRequest ¶
type ApiGetWorkflowSchemaRequest struct { ApiService *WorkflowSchemasApiService // contains filtered or unexported fields }
func (ApiGetWorkflowSchemaRequest) Execute ¶
func (r ApiGetWorkflowSchemaRequest) Execute() (WorkflowSchemaByTypeResponse, *_nethttp.Response, error)
func (ApiGetWorkflowSchemaRequest) SchemaType ¶
func (r ApiGetWorkflowSchemaRequest) SchemaType(schemaType string) ApiGetWorkflowSchemaRequest
type ApiGetWorkflowSchemasListRequest ¶
type ApiGetWorkflowSchemasListRequest struct { ApiService *WorkflowSchemasApiService // contains filtered or unexported fields }
func (ApiGetWorkflowSchemasListRequest) BaseType ¶
func (r ApiGetWorkflowSchemasListRequest) BaseType(baseType string) ApiGetWorkflowSchemasListRequest
func (ApiGetWorkflowSchemasListRequest) Execute ¶
func (r ApiGetWorkflowSchemasListRequest) Execute() ([]WorkflowSchema, *_nethttp.Response, error)
func (ApiGetWorkflowSchemasListRequest) SchemaType ¶
func (r ApiGetWorkflowSchemasListRequest) SchemaType(schemaType string) ApiGetWorkflowSchemasListRequest
func (ApiGetWorkflowSchemasListRequest) VariableType ¶
func (r ApiGetWorkflowSchemasListRequest) VariableType(variableType bool) ApiGetWorkflowSchemasListRequest
type ApiGetWorkflowStartConfigRequest ¶
type ApiGetWorkflowStartConfigRequest struct { ApiService *WorkflowsApiService // contains filtered or unexported fields }
func (ApiGetWorkflowStartConfigRequest) Execute ¶
func (r ApiGetWorkflowStartConfigRequest) Execute() (WorkflowStartConfig, *_nethttp.Response, error)
type ApiGetWorkflowTargetRequest ¶
type ApiGetWorkflowTargetRequest struct { ApiService *WorkflowTargetsApiService // contains filtered or unexported fields }
func (ApiGetWorkflowTargetRequest) Execute ¶
func (r ApiGetWorkflowTargetRequest) Execute() (WorkflowTarget, *_nethttp.Response, error)
type ApiGetWorkflowTargetsListRequest ¶
type ApiGetWorkflowTargetsListRequest struct { ApiService *WorkflowTargetsApiService // contains filtered or unexported fields }
func (ApiGetWorkflowTargetsListRequest) Execute ¶
func (r ApiGetWorkflowTargetsListRequest) Execute() ([]WorkflowTarget, *_nethttp.Response, error)
func (ApiGetWorkflowTargetsListRequest) Internal ¶
func (r ApiGetWorkflowTargetsListRequest) Internal(internal bool) ApiGetWorkflowTargetsListRequest
func (ApiGetWorkflowTargetsListRequest) Type_ ¶
func (r ApiGetWorkflowTargetsListRequest) Type_(type_ string) ApiGetWorkflowTargetsListRequest
type ApiGetWorkflowsListRequest ¶
type ApiGetWorkflowsListRequest struct { ApiService *WorkflowsApiService // contains filtered or unexported fields }
func (ApiGetWorkflowsListRequest) Atomic ¶
func (r ApiGetWorkflowsListRequest) Atomic(atomic bool) ApiGetWorkflowsListRequest
func (ApiGetWorkflowsListRequest) Execute ¶
func (r ApiGetWorkflowsListRequest) Execute() ([]Workflow, *_nethttp.Response, error)
func (ApiGetWorkflowsListRequest) TenantId ¶
func (r ApiGetWorkflowsListRequest) TenantId(tenantId string) ApiGetWorkflowsListRequest
type ApiImportTemplateRequest ¶ added in v1.0.8
type ApiImportTemplateRequest struct { ApiService *TemplatesApiService // contains filtered or unexported fields }
func (ApiImportTemplateRequest) Execute ¶ added in v1.0.8
func (r ApiImportTemplateRequest) Execute() (Template, *_nethttp.Response, error)
func (ApiImportTemplateRequest) TemplateCreate ¶ added in v1.0.8
func (r ApiImportTemplateRequest) TemplateCreate(templateCreate TemplateCreate) ApiImportTemplateRequest
type ApiImportWorkflowRequest ¶
type ApiImportWorkflowRequest struct { ApiService *WorkflowsApiService // contains filtered or unexported fields }
func (ApiImportWorkflowRequest) Execute ¶
func (r ApiImportWorkflowRequest) Execute() (WorkflowMapping, *_nethttp.Response, error)
func (ApiImportWorkflowRequest) Global ¶
func (r ApiImportWorkflowRequest) Global(global bool) ApiImportWorkflowRequest
func (ApiImportWorkflowRequest) RequestBody ¶
func (r ApiImportWorkflowRequest) RequestBody(requestBody map[string]interface{}) ApiImportWorkflowRequest
func (ApiImportWorkflowRequest) TenantIds ¶
func (r ApiImportWorkflowRequest) TenantIds(tenantIds []string) ApiImportWorkflowRequest
type ApiIngestVulnerabilitiesRequest ¶ added in v1.0.8
type ApiIngestVulnerabilitiesRequest struct { ApiService *VulnerabilitiesApiService // contains filtered or unexported fields }
func (ApiIngestVulnerabilitiesRequest) Execute ¶ added in v1.0.8
func (r ApiIngestVulnerabilitiesRequest) Execute() (VulnerabilityIngestion, *_nethttp.Response, error)
func (ApiIngestVulnerabilitiesRequest) VulnerabilityFeed ¶ added in v1.0.8
func (r ApiIngestVulnerabilitiesRequest) VulnerabilityFeed(vulnerabilityFeed VulnerabilityFeed) ApiIngestVulnerabilitiesRequest
type ApiPatchConfigurationRequest ¶ added in v1.0.8
type ApiPatchConfigurationRequest struct { ApiService *IncidentConfigurationsApiService // contains filtered or unexported fields }
func (ApiPatchConfigurationRequest) Execute ¶ added in v1.0.8
func (r ApiPatchConfigurationRequest) Execute() (IncidentConfig, *_nethttp.Response, error)
func (ApiPatchConfigurationRequest) IncidentConfigPatch ¶ added in v1.0.8
func (r ApiPatchConfigurationRequest) IncidentConfigPatch(incidentConfigPatch IncidentConfigPatch) ApiPatchConfigurationRequest
type ApiPatchDeviceRequest ¶ added in v1.0.5
type ApiPatchDeviceRequest struct { ApiService *DevicesApiService // contains filtered or unexported fields }
func (ApiPatchDeviceRequest) DevicePatch ¶ added in v1.0.5
func (r ApiPatchDeviceRequest) DevicePatch(devicePatch DevicePatch) ApiPatchDeviceRequest
type ApiProcessBillingCycleRequest ¶ added in v1.0.8
type ApiProcessBillingCycleRequest struct { ApiService *BillingCyclesApiService // contains filtered or unexported fields }
func (ApiProcessBillingCycleRequest) BillingCycleProcess ¶ added in v1.0.8
func (r ApiProcessBillingCycleRequest) BillingCycleProcess(billingCycleProcess BillingCycleProcess) ApiProcessBillingCycleRequest
func (ApiProcessBillingCycleRequest) Execute ¶ added in v1.0.8
func (r ApiProcessBillingCycleRequest) Execute() (BillingCycleProcessAccepted, *_nethttp.Response, error)
type ApiRedeployDeviceRequest ¶
type ApiRedeployDeviceRequest struct { ApiService *DevicesApiService // contains filtered or unexported fields }
type ApiRegisterProductVersionRequest ¶ added in v1.0.8
type ApiRegisterProductVersionRequest struct { ApiService *RegistrationApiService // contains filtered or unexported fields }
func (ApiRegisterProductVersionRequest) Execute ¶ added in v1.0.8
func (r ApiRegisterProductVersionRequest) Execute() (VulnerabilityRegistration, *_nethttp.Response, error)
func (ApiRegisterProductVersionRequest) VulnerabilityRegistrationCreate ¶ added in v1.0.8
func (r ApiRegisterProductVersionRequest) VulnerabilityRegistrationCreate(vulnerabilityRegistrationCreate VulnerabilityRegistrationCreate) ApiRegisterProductVersionRequest
type ApiRemoveDevicesFromSiteRequest ¶
type ApiRemoveDevicesFromSiteRequest struct { ApiService *SitesApiService // contains filtered or unexported fields }
func (ApiRemoveDevicesFromSiteRequest) Execute ¶
func (r ApiRemoveDevicesFromSiteRequest) Execute() (Site, *_nethttp.Response, error)
func (ApiRemoveDevicesFromSiteRequest) RequestBody ¶
func (r ApiRemoveDevicesFromSiteRequest) RequestBody(requestBody []string) ApiRemoveDevicesFromSiteRequest
type ApiRemoveServicesFromSiteRequest ¶
type ApiRemoveServicesFromSiteRequest struct { ApiService *SitesApiService // contains filtered or unexported fields }
func (ApiRemoveServicesFromSiteRequest) Execute ¶
func (r ApiRemoveServicesFromSiteRequest) Execute() (Site, *_nethttp.Response, error)
func (ApiRemoveServicesFromSiteRequest) RequestBody ¶
func (r ApiRemoveServicesFromSiteRequest) RequestBody(requestBody []string) ApiRemoveServicesFromSiteRequest
type ApiScanDeviceTemplateParametersRequest ¶
type ApiScanDeviceTemplateParametersRequest struct { ApiService *DeviceTemplatesApiService // contains filtered or unexported fields }
func (ApiScanDeviceTemplateParametersRequest) Execute ¶
func (r ApiScanDeviceTemplateParametersRequest) Execute() ([]string, *_nethttp.Response, error)
func (ApiScanDeviceTemplateParametersRequest) File ¶
func (r ApiScanDeviceTemplateParametersRequest) File(file *os.File) ApiScanDeviceTemplateParametersRequest
type ApiStartWorkflowRequest ¶
type ApiStartWorkflowRequest struct { ApiService *WorkflowsApiService // contains filtered or unexported fields }
func (ApiStartWorkflowRequest) Execute ¶
func (r ApiStartWorkflowRequest) Execute() ([]StartWorkflowResponse, *_nethttp.Response, error)
func (ApiStartWorkflowRequest) Sync ¶
func (r ApiStartWorkflowRequest) Sync(sync bool) ApiStartWorkflowRequest
func (ApiStartWorkflowRequest) WorkflowStartConfig ¶
func (r ApiStartWorkflowRequest) WorkflowStartConfig(workflowStartConfig WorkflowStartConfig) ApiStartWorkflowRequest
type ApiSubmitOrderRequest ¶
type ApiSubmitOrderRequest struct { ApiService *ServicesApiService // contains filtered or unexported fields }
func (ApiSubmitOrderRequest) Execute ¶
func (r ApiSubmitOrderRequest) Execute() (LegacyServiceOrderResponse, *_nethttp.Response, error)
func (ApiSubmitOrderRequest) LegacyServiceOrder ¶
func (r ApiSubmitOrderRequest) LegacyServiceOrder(legacyServiceOrder LegacyServiceOrder) ApiSubmitOrderRequest
func (ApiSubmitOrderRequest) OfferId ¶
func (r ApiSubmitOrderRequest) OfferId(offerId string) ApiSubmitOrderRequest
func (ApiSubmitOrderRequest) ProductId ¶
func (r ApiSubmitOrderRequest) ProductId(productId string) ApiSubmitOrderRequest
type ApiUpdateApplicationStatusRequest ¶ added in v1.0.8
type ApiUpdateApplicationStatusRequest struct { ApiService *TemplateApplicationsApiService // contains filtered or unexported fields }
func (ApiUpdateApplicationStatusRequest) Execute ¶ added in v1.0.8
func (r ApiUpdateApplicationStatusRequest) Execute() (TemplateApplication, *_nethttp.Response, error)
func (ApiUpdateApplicationStatusRequest) TemplateApplicationStatusPatch ¶ added in v1.0.8
func (r ApiUpdateApplicationStatusRequest) TemplateApplicationStatusPatch(templateApplicationStatusPatch TemplateApplicationStatusPatch) ApiUpdateApplicationStatusRequest
type ApiUpdateAssignmentStatusRequest ¶ added in v1.0.8
type ApiUpdateAssignmentStatusRequest struct { ApiService *TemplateAssignmentsApiService // contains filtered or unexported fields }
func (ApiUpdateAssignmentStatusRequest) Execute ¶ added in v1.0.8
func (r ApiUpdateAssignmentStatusRequest) Execute() (TemplateAssignment, *_nethttp.Response, error)
func (ApiUpdateAssignmentStatusRequest) TemplateAssignmentStatusPatch ¶ added in v1.0.8
func (r ApiUpdateAssignmentStatusRequest) TemplateAssignmentStatusPatch(templateAssignmentStatusPatch TemplateAssignmentStatusPatch) ApiUpdateAssignmentStatusRequest
type ApiUpdateBillingCycleRequest ¶ added in v1.0.8
type ApiUpdateBillingCycleRequest struct { ApiService *BillingCyclesApiService // contains filtered or unexported fields }
func (ApiUpdateBillingCycleRequest) BillingCycleUpdate ¶ added in v1.0.8
func (r ApiUpdateBillingCycleRequest) BillingCycleUpdate(billingCycleUpdate BillingCycleUpdate) ApiUpdateBillingCycleRequest
func (ApiUpdateBillingCycleRequest) Execute ¶ added in v1.0.8
func (r ApiUpdateBillingCycleRequest) Execute() (BillingCycle, *_nethttp.Response, error)
type ApiUpdateChangeRequestRequest ¶ added in v1.0.8
type ApiUpdateChangeRequestRequest struct { ApiService *IncidentChangeRequestsApiService // contains filtered or unexported fields }
func (ApiUpdateChangeRequestRequest) ChangeRequestUpdate ¶ added in v1.0.8
func (r ApiUpdateChangeRequestRequest) ChangeRequestUpdate(changeRequestUpdate ChangeRequestUpdate) ApiUpdateChangeRequestRequest
func (ApiUpdateChangeRequestRequest) Execute ¶ added in v1.0.8
func (r ApiUpdateChangeRequestRequest) Execute() (ChangeRequest, *_nethttp.Response, error)
type ApiUpdateConfigurationRequest ¶ added in v1.0.8
type ApiUpdateConfigurationRequest struct { ApiService *IncidentConfigurationsApiService // contains filtered or unexported fields }
func (ApiUpdateConfigurationRequest) Execute ¶ added in v1.0.8
func (r ApiUpdateConfigurationRequest) Execute() (IncidentConfig, *_nethttp.Response, error)
func (ApiUpdateConfigurationRequest) IncidentConfigUpdate ¶ added in v1.0.8
func (r ApiUpdateConfigurationRequest) IncidentConfigUpdate(incidentConfigUpdate IncidentConfigUpdate) ApiUpdateConfigurationRequest
type ApiUpdateDeviceRequest ¶ added in v1.0.5
type ApiUpdateDeviceRequest struct { ApiService *DevicesApiService // contains filtered or unexported fields }
func (ApiUpdateDeviceRequest) DeviceUpdate ¶ added in v1.0.5
func (r ApiUpdateDeviceRequest) DeviceUpdate(deviceUpdate DeviceUpdate) ApiUpdateDeviceRequest
type ApiUpdateDeviceTemplateAccessRequest ¶
type ApiUpdateDeviceTemplateAccessRequest struct { ApiService *DeviceTemplatesApiService // contains filtered or unexported fields }
func (ApiUpdateDeviceTemplateAccessRequest) DeviceTemplateAccess ¶
func (r ApiUpdateDeviceTemplateAccessRequest) DeviceTemplateAccess(deviceTemplateAccess DeviceTemplateAccess) ApiUpdateDeviceTemplateAccessRequest
func (ApiUpdateDeviceTemplateAccessRequest) Execute ¶
func (r ApiUpdateDeviceTemplateAccessRequest) Execute() (DeviceTemplateAccessResponse, *_nethttp.Response, error)
type ApiUpdateDeviceTemplatesRequest ¶
type ApiUpdateDeviceTemplatesRequest struct { ApiService *DevicesApiService // contains filtered or unexported fields }
func (ApiUpdateDeviceTemplatesRequest) DeviceTemplateUpdateRequest ¶
func (r ApiUpdateDeviceTemplatesRequest) DeviceTemplateUpdateRequest(deviceTemplateUpdateRequest DeviceTemplateUpdateRequest) ApiUpdateDeviceTemplatesRequest
func (ApiUpdateDeviceTemplatesRequest) Execute ¶
func (r ApiUpdateDeviceTemplatesRequest) Execute() ([]DeviceTemplateHistory, *_nethttp.Response, error)
type ApiUpdateIncidentRequest ¶ added in v1.0.8
type ApiUpdateIncidentRequest struct { ApiService *IncidentsApiService // contains filtered or unexported fields }
func (ApiUpdateIncidentRequest) Execute ¶ added in v1.0.8
func (r ApiUpdateIncidentRequest) Execute() (Incident, *_nethttp.Response, error)
func (ApiUpdateIncidentRequest) IncidentUpdate ¶ added in v1.0.8
func (r ApiUpdateIncidentRequest) IncidentUpdate(incidentUpdate IncidentUpdate) ApiUpdateIncidentRequest
type ApiUpdateOfferAssignmentsRequest ¶
type ApiUpdateOfferAssignmentsRequest struct { ApiService *OffersApiService // contains filtered or unexported fields }
func (ApiUpdateOfferAssignmentsRequest) Execute ¶
func (r ApiUpdateOfferAssignmentsRequest) Execute() ([]CatalogAssignment, *_nethttp.Response, error)
func (ApiUpdateOfferAssignmentsRequest) RequestBody ¶
func (r ApiUpdateOfferAssignmentsRequest) RequestBody(requestBody []string) ApiUpdateOfferAssignmentsRequest
type ApiUpdateOfferRequest ¶
type ApiUpdateOfferRequest struct { ApiService *OffersApiService // contains filtered or unexported fields }
func (ApiUpdateOfferRequest) Execute ¶
func (r ApiUpdateOfferRequest) Execute() (Offer, *_nethttp.Response, error)
func (ApiUpdateOfferRequest) OfferUpdate ¶
func (r ApiUpdateOfferRequest) OfferUpdate(offerUpdate OfferUpdate) ApiUpdateOfferRequest
type ApiUpdateOrderRequest ¶
type ApiUpdateOrderRequest struct { ApiService *ServicesApiService // contains filtered or unexported fields }
func (ApiUpdateOrderRequest) Execute ¶
func (r ApiUpdateOrderRequest) Execute() (LegacyServiceOrderResponse, *_nethttp.Response, error)
func (ApiUpdateOrderRequest) LegacyServiceOrder ¶
func (r ApiUpdateOrderRequest) LegacyServiceOrder(legacyServiceOrder LegacyServiceOrder) ApiUpdateOrderRequest
func (ApiUpdateOrderRequest) OfferId ¶
func (r ApiUpdateOrderRequest) OfferId(offerId string) ApiUpdateOrderRequest
func (ApiUpdateOrderRequest) ProductId ¶
func (r ApiUpdateOrderRequest) ProductId(productId string) ApiUpdateOrderRequest
type ApiUpdatePriceRequest ¶ added in v1.0.8
type ApiUpdatePriceRequest struct { ApiService *BillingPricesApiService // contains filtered or unexported fields }
func (ApiUpdatePriceRequest) BillingPriceUpdate ¶ added in v1.0.8
func (r ApiUpdatePriceRequest) BillingPriceUpdate(billingPriceUpdate BillingPriceUpdate) ApiUpdatePriceRequest
func (ApiUpdatePriceRequest) Execute ¶ added in v1.0.8
func (r ApiUpdatePriceRequest) Execute() (BillingPrice, *_nethttp.Response, error)
type ApiUpdateProductAssignmentsRequest ¶
type ApiUpdateProductAssignmentsRequest struct { ApiService *ProductsApiService // contains filtered or unexported fields }
func (ApiUpdateProductAssignmentsRequest) Execute ¶
func (r ApiUpdateProductAssignmentsRequest) Execute() ([]CatalogAssignment, *_nethttp.Response, error)
func (ApiUpdateProductAssignmentsRequest) RequestBody ¶
func (r ApiUpdateProductAssignmentsRequest) RequestBody(requestBody []string) ApiUpdateProductAssignmentsRequest
type ApiUpdateProductRequest ¶
type ApiUpdateProductRequest struct { ApiService *ProductsApiService // contains filtered or unexported fields }
func (ApiUpdateProductRequest) Execute ¶
func (r ApiUpdateProductRequest) Execute() (Product, *_nethttp.Response, error)
func (ApiUpdateProductRequest) ProductUpdate ¶
func (r ApiUpdateProductRequest) ProductUpdate(productUpdate ProductUpdate) ApiUpdateProductRequest
type ApiUpdateServiceRequest ¶ added in v1.0.5
type ApiUpdateServiceRequest struct { ApiService *ServicesApiService // contains filtered or unexported fields }
func (ApiUpdateServiceRequest) Execute ¶ added in v1.0.5
func (r ApiUpdateServiceRequest) Execute() (Service, *_nethttp.Response, error)
func (ApiUpdateServiceRequest) ServiceUpdate ¶ added in v1.0.5
func (r ApiUpdateServiceRequest) ServiceUpdate(serviceUpdate ServiceUpdate) ApiUpdateServiceRequest
type ApiUpdateSiteRequest ¶
type ApiUpdateSiteRequest struct { ApiService *SitesApiService // contains filtered or unexported fields }
func (ApiUpdateSiteRequest) Execute ¶
func (r ApiUpdateSiteRequest) Execute() (Site, *_nethttp.Response, error)
func (ApiUpdateSiteRequest) SendNotification ¶
func (r ApiUpdateSiteRequest) SendNotification(sendNotification bool) ApiUpdateSiteRequest
func (ApiUpdateSiteRequest) SiteUpdate ¶
func (r ApiUpdateSiteRequest) SiteUpdate(siteUpdate SiteUpdate) ApiUpdateSiteRequest
type ApiUpdateSmartAccountConfigurationRequest ¶ added in v1.0.8
type ApiUpdateSmartAccountConfigurationRequest struct { ApiService *LicensingConfigurationsApiService // contains filtered or unexported fields }
func (ApiUpdateSmartAccountConfigurationRequest) Execute ¶ added in v1.0.8
func (r ApiUpdateSmartAccountConfigurationRequest) Execute() (SmartAccountConfiguration, *_nethttp.Response, error)
func (ApiUpdateSmartAccountConfigurationRequest) SmartAccountConfigurationUpdate ¶ added in v1.0.8
func (r ApiUpdateSmartAccountConfigurationRequest) SmartAccountConfigurationUpdate(smartAccountConfigurationUpdate SmartAccountConfigurationUpdate) ApiUpdateSmartAccountConfigurationRequest
type ApiUpdateTemplateStatusRequest ¶ added in v1.0.8
type ApiUpdateTemplateStatusRequest struct { ApiService *TemplatesApiService // contains filtered or unexported fields }
func (ApiUpdateTemplateStatusRequest) Execute ¶ added in v1.0.8
func (r ApiUpdateTemplateStatusRequest) Execute() (Template, *_nethttp.Response, error)
func (ApiUpdateTemplateStatusRequest) TemplatePatch ¶ added in v1.0.8
func (r ApiUpdateTemplateStatusRequest) TemplatePatch(templatePatch TemplatePatch) ApiUpdateTemplateStatusRequest
type ApiUpdateTenantRequest ¶
type ApiUpdateTenantRequest struct { ApiService *TenantsApiService // contains filtered or unexported fields }
func (ApiUpdateTenantRequest) Execute ¶
func (r ApiUpdateTenantRequest) Execute() (Tenant, *_nethttp.Response, error)
func (ApiUpdateTenantRequest) TenantUpdate ¶
func (r ApiUpdateTenantRequest) TenantUpdate(tenantUpdate TenantUpdate) ApiUpdateTenantRequest
type ApiUpdateUserPasswordRequest ¶
type ApiUpdateUserPasswordRequest struct { ApiService *UsersApiService // contains filtered or unexported fields }
func (ApiUpdateUserPasswordRequest) Execute ¶
func (r ApiUpdateUserPasswordRequest) Execute() (*_nethttp.Response, error)
func (ApiUpdateUserPasswordRequest) UpdatePassword ¶
func (r ApiUpdateUserPasswordRequest) UpdatePassword(updatePassword UpdatePassword) ApiUpdateUserPasswordRequest
type ApiUpdateUserRequest ¶
type ApiUpdateUserRequest struct { ApiService *UsersApiService // contains filtered or unexported fields }
func (ApiUpdateUserRequest) Execute ¶
func (r ApiUpdateUserRequest) Execute() (User, *_nethttp.Response, error)
func (ApiUpdateUserRequest) UserUpdate ¶
func (r ApiUpdateUserRequest) UserUpdate(userUpdate UserUpdate) ApiUpdateUserRequest
type ApiUpdateWorkflowCategoryRequest ¶
type ApiUpdateWorkflowCategoryRequest struct { ApiService *WorkflowCategoriesApiService // contains filtered or unexported fields }
func (ApiUpdateWorkflowCategoryRequest) Execute ¶
func (r ApiUpdateWorkflowCategoryRequest) Execute() (WorkflowCategory, *_nethttp.Response, error)
func (ApiUpdateWorkflowCategoryRequest) WorkflowCategoryUpdate ¶
func (r ApiUpdateWorkflowCategoryRequest) WorkflowCategoryUpdate(workflowCategoryUpdate WorkflowCategoryUpdate) ApiUpdateWorkflowCategoryRequest
type ApiUpdateWorkflowEventRequest ¶
type ApiUpdateWorkflowEventRequest struct { ApiService *WorkflowEventsApiService // contains filtered or unexported fields }
func (ApiUpdateWorkflowEventRequest) Execute ¶
func (r ApiUpdateWorkflowEventRequest) Execute() (WorkflowEvent, *_nethttp.Response, error)
func (ApiUpdateWorkflowEventRequest) WorkflowEventUpdate ¶
func (r ApiUpdateWorkflowEventRequest) WorkflowEventUpdate(workflowEventUpdate WorkflowEventUpdate) ApiUpdateWorkflowEventRequest
type ApiUpdateWorkflowRequest ¶
type ApiUpdateWorkflowRequest struct { ApiService *WorkflowsApiService // contains filtered or unexported fields }
func (ApiUpdateWorkflowRequest) Execute ¶
func (r ApiUpdateWorkflowRequest) Execute() (WorkflowMapping, *_nethttp.Response, error)
func (ApiUpdateWorkflowRequest) Global ¶
func (r ApiUpdateWorkflowRequest) Global(global bool) ApiUpdateWorkflowRequest
func (ApiUpdateWorkflowRequest) RequestBody ¶
func (r ApiUpdateWorkflowRequest) RequestBody(requestBody map[string]interface{}) ApiUpdateWorkflowRequest
func (ApiUpdateWorkflowRequest) TenantIds ¶ added in v1.0.5
func (r ApiUpdateWorkflowRequest) TenantIds(tenantIds []string) ApiUpdateWorkflowRequest
type ApiUpdateWorkflowTargetRequest ¶
type ApiUpdateWorkflowTargetRequest struct { ApiService *WorkflowTargetsApiService // contains filtered or unexported fields }
func (ApiUpdateWorkflowTargetRequest) Execute ¶
func (r ApiUpdateWorkflowTargetRequest) Execute() (WorkflowTarget, *_nethttp.Response, error)
func (ApiUpdateWorkflowTargetRequest) WorkflowTargetUpdate ¶
func (r ApiUpdateWorkflowTargetRequest) WorkflowTargetUpdate(workflowTargetUpdate WorkflowTargetUpdate) ApiUpdateWorkflowTargetRequest
type ApiValidateProductVersionRequest ¶ added in v1.0.8
type ApiValidateProductVersionRequest struct { ApiService *ValidationApiService // contains filtered or unexported fields }
func (ApiValidateProductVersionRequest) Execute ¶ added in v1.0.8
func (r ApiValidateProductVersionRequest) Execute() (VulnerabilityValidation, *_nethttp.Response, error)
type ApiValidateWorkflowRequest ¶
type ApiValidateWorkflowRequest struct { ApiService *WorkflowsApiService // contains filtered or unexported fields }
func (ApiValidateWorkflowRequest) Execute ¶
func (r ApiValidateWorkflowRequest) Execute() (ValidateWorkflowResponse, *_nethttp.Response, error)
type AuditingGenericEventsApiService ¶ added in v1.0.5
type AuditingGenericEventsApiService service
AuditingGenericEventsApiService AuditingGenericEventsApi service
func (*AuditingGenericEventsApiService) CreateGenericEvent ¶ added in v1.0.5
func (a *AuditingGenericEventsApiService) CreateGenericEvent(ctx _context.Context) ApiCreateGenericEventRequest
* CreateGenericEvent Create Generic Event * Needs CREATE_AUDIT_GENERIC_EVENT_PERMISSION to create a Generic Event. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateGenericEventRequest
func (*AuditingGenericEventsApiService) CreateGenericEventExecute ¶ added in v1.0.5
func (a *AuditingGenericEventsApiService) CreateGenericEventExecute(r ApiCreateGenericEventRequest) (GenericEvent, *_nethttp.Response, error)
* Execute executes the request * @return GenericEvent
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 BillingCostsReport ¶ added in v1.0.8
type BillingCostsReport struct { TenantId *string `json:"tenantId,omitempty"` Details *[]CostSummary `json:"details,omitempty"` AdditionalProperties map[string]interface{} }
BillingCostsReport struct for BillingCostsReport
func NewBillingCostsReport ¶ added in v1.0.8
func NewBillingCostsReport() *BillingCostsReport
NewBillingCostsReport instantiates a new BillingCostsReport object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingCostsReportWithDefaults ¶ added in v1.0.8
func NewBillingCostsReportWithDefaults() *BillingCostsReport
NewBillingCostsReportWithDefaults instantiates a new BillingCostsReport object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingCostsReport) GetDetails ¶ added in v1.0.8
func (o *BillingCostsReport) GetDetails() []CostSummary
GetDetails returns the Details field value if set, zero value otherwise.
func (*BillingCostsReport) GetDetailsOk ¶ added in v1.0.8
func (o *BillingCostsReport) GetDetailsOk() (*[]CostSummary, bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingCostsReport) GetTenantId ¶ added in v1.0.8
func (o *BillingCostsReport) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*BillingCostsReport) GetTenantIdOk ¶ added in v1.0.8
func (o *BillingCostsReport) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingCostsReport) HasDetails ¶ added in v1.0.8
func (o *BillingCostsReport) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (*BillingCostsReport) HasTenantId ¶ added in v1.0.8
func (o *BillingCostsReport) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (BillingCostsReport) MarshalJSON ¶ added in v1.0.8
func (o BillingCostsReport) MarshalJSON() ([]byte, error)
func (*BillingCostsReport) SetDetails ¶ added in v1.0.8
func (o *BillingCostsReport) SetDetails(v []CostSummary)
SetDetails gets a reference to the given []CostSummary and assigns it to the Details field.
func (*BillingCostsReport) SetTenantId ¶ added in v1.0.8
func (o *BillingCostsReport) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*BillingCostsReport) UnmarshalJSON ¶ added in v1.0.8
func (o *BillingCostsReport) UnmarshalJSON(bytes []byte) (err error)
type BillingCycle ¶ added in v1.0.8
type BillingCycle struct { Id *string `json:"id,omitempty"` EventId *string `json:"eventId,omitempty"` LastBilledOn *string `json:"lastBilledOn,omitempty"` NextBilledOn *string `json:"nextBilledOn,omitempty"` TenantId *string `json:"tenantId,omitempty"` AdditionalProperties map[string]interface{} }
BillingCycle struct for BillingCycle
func NewBillingCycle ¶ added in v1.0.8
func NewBillingCycle() *BillingCycle
NewBillingCycle instantiates a new BillingCycle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingCycleWithDefaults ¶ added in v1.0.8
func NewBillingCycleWithDefaults() *BillingCycle
NewBillingCycleWithDefaults instantiates a new BillingCycle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingCycle) GetEventId ¶ added in v1.0.8
func (o *BillingCycle) GetEventId() string
GetEventId returns the EventId field value if set, zero value otherwise.
func (*BillingCycle) GetEventIdOk ¶ added in v1.0.8
func (o *BillingCycle) GetEventIdOk() (*string, bool)
GetEventIdOk returns a tuple with the EventId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingCycle) GetId ¶ added in v1.0.8
func (o *BillingCycle) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*BillingCycle) GetIdOk ¶ added in v1.0.8
func (o *BillingCycle) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingCycle) GetLastBilledOn ¶ added in v1.0.8
func (o *BillingCycle) GetLastBilledOn() string
GetLastBilledOn returns the LastBilledOn field value if set, zero value otherwise.
func (*BillingCycle) GetLastBilledOnOk ¶ added in v1.0.8
func (o *BillingCycle) GetLastBilledOnOk() (*string, bool)
GetLastBilledOnOk returns a tuple with the LastBilledOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingCycle) GetNextBilledOn ¶ added in v1.0.8
func (o *BillingCycle) GetNextBilledOn() string
GetNextBilledOn returns the NextBilledOn field value if set, zero value otherwise.
func (*BillingCycle) GetNextBilledOnOk ¶ added in v1.0.8
func (o *BillingCycle) GetNextBilledOnOk() (*string, bool)
GetNextBilledOnOk returns a tuple with the NextBilledOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingCycle) GetTenantId ¶ added in v1.0.8
func (o *BillingCycle) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*BillingCycle) GetTenantIdOk ¶ added in v1.0.8
func (o *BillingCycle) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingCycle) HasEventId ¶ added in v1.0.8
func (o *BillingCycle) HasEventId() bool
HasEventId returns a boolean if a field has been set.
func (*BillingCycle) HasId ¶ added in v1.0.8
func (o *BillingCycle) HasId() bool
HasId returns a boolean if a field has been set.
func (*BillingCycle) HasLastBilledOn ¶ added in v1.0.8
func (o *BillingCycle) HasLastBilledOn() bool
HasLastBilledOn returns a boolean if a field has been set.
func (*BillingCycle) HasNextBilledOn ¶ added in v1.0.8
func (o *BillingCycle) HasNextBilledOn() bool
HasNextBilledOn returns a boolean if a field has been set.
func (*BillingCycle) HasTenantId ¶ added in v1.0.8
func (o *BillingCycle) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (BillingCycle) MarshalJSON ¶ added in v1.0.8
func (o BillingCycle) MarshalJSON() ([]byte, error)
func (*BillingCycle) SetEventId ¶ added in v1.0.8
func (o *BillingCycle) SetEventId(v string)
SetEventId gets a reference to the given string and assigns it to the EventId field.
func (*BillingCycle) SetId ¶ added in v1.0.8
func (o *BillingCycle) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*BillingCycle) SetLastBilledOn ¶ added in v1.0.8
func (o *BillingCycle) SetLastBilledOn(v string)
SetLastBilledOn gets a reference to the given string and assigns it to the LastBilledOn field.
func (*BillingCycle) SetNextBilledOn ¶ added in v1.0.8
func (o *BillingCycle) SetNextBilledOn(v string)
SetNextBilledOn gets a reference to the given string and assigns it to the NextBilledOn field.
func (*BillingCycle) SetTenantId ¶ added in v1.0.8
func (o *BillingCycle) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*BillingCycle) UnmarshalJSON ¶ added in v1.0.8
func (o *BillingCycle) UnmarshalJSON(bytes []byte) (err error)
type BillingCycleAllOf ¶ added in v1.0.8
type BillingCycleAllOf struct { Id *string `json:"id,omitempty"` EventId *string `json:"eventId,omitempty"` LastBilledOn *string `json:"lastBilledOn,omitempty"` NextBilledOn *string `json:"nextBilledOn,omitempty"` TenantId *string `json:"tenantId,omitempty"` AdditionalProperties map[string]interface{} }
BillingCycleAllOf struct for BillingCycleAllOf
func NewBillingCycleAllOf ¶ added in v1.0.8
func NewBillingCycleAllOf() *BillingCycleAllOf
NewBillingCycleAllOf instantiates a new BillingCycleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingCycleAllOfWithDefaults ¶ added in v1.0.8
func NewBillingCycleAllOfWithDefaults() *BillingCycleAllOf
NewBillingCycleAllOfWithDefaults instantiates a new BillingCycleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingCycleAllOf) GetEventId ¶ added in v1.0.8
func (o *BillingCycleAllOf) GetEventId() string
GetEventId returns the EventId field value if set, zero value otherwise.
func (*BillingCycleAllOf) GetEventIdOk ¶ added in v1.0.8
func (o *BillingCycleAllOf) GetEventIdOk() (*string, bool)
GetEventIdOk returns a tuple with the EventId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingCycleAllOf) GetId ¶ added in v1.0.8
func (o *BillingCycleAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*BillingCycleAllOf) GetIdOk ¶ added in v1.0.8
func (o *BillingCycleAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingCycleAllOf) GetLastBilledOn ¶ added in v1.0.8
func (o *BillingCycleAllOf) GetLastBilledOn() string
GetLastBilledOn returns the LastBilledOn field value if set, zero value otherwise.
func (*BillingCycleAllOf) GetLastBilledOnOk ¶ added in v1.0.8
func (o *BillingCycleAllOf) GetLastBilledOnOk() (*string, bool)
GetLastBilledOnOk returns a tuple with the LastBilledOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingCycleAllOf) GetNextBilledOn ¶ added in v1.0.8
func (o *BillingCycleAllOf) GetNextBilledOn() string
GetNextBilledOn returns the NextBilledOn field value if set, zero value otherwise.
func (*BillingCycleAllOf) GetNextBilledOnOk ¶ added in v1.0.8
func (o *BillingCycleAllOf) GetNextBilledOnOk() (*string, bool)
GetNextBilledOnOk returns a tuple with the NextBilledOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingCycleAllOf) GetTenantId ¶ added in v1.0.8
func (o *BillingCycleAllOf) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*BillingCycleAllOf) GetTenantIdOk ¶ added in v1.0.8
func (o *BillingCycleAllOf) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingCycleAllOf) HasEventId ¶ added in v1.0.8
func (o *BillingCycleAllOf) HasEventId() bool
HasEventId returns a boolean if a field has been set.
func (*BillingCycleAllOf) HasId ¶ added in v1.0.8
func (o *BillingCycleAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (*BillingCycleAllOf) HasLastBilledOn ¶ added in v1.0.8
func (o *BillingCycleAllOf) HasLastBilledOn() bool
HasLastBilledOn returns a boolean if a field has been set.
func (*BillingCycleAllOf) HasNextBilledOn ¶ added in v1.0.8
func (o *BillingCycleAllOf) HasNextBilledOn() bool
HasNextBilledOn returns a boolean if a field has been set.
func (*BillingCycleAllOf) HasTenantId ¶ added in v1.0.8
func (o *BillingCycleAllOf) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (BillingCycleAllOf) MarshalJSON ¶ added in v1.0.8
func (o BillingCycleAllOf) MarshalJSON() ([]byte, error)
func (*BillingCycleAllOf) SetEventId ¶ added in v1.0.8
func (o *BillingCycleAllOf) SetEventId(v string)
SetEventId gets a reference to the given string and assigns it to the EventId field.
func (*BillingCycleAllOf) SetId ¶ added in v1.0.8
func (o *BillingCycleAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*BillingCycleAllOf) SetLastBilledOn ¶ added in v1.0.8
func (o *BillingCycleAllOf) SetLastBilledOn(v string)
SetLastBilledOn gets a reference to the given string and assigns it to the LastBilledOn field.
func (*BillingCycleAllOf) SetNextBilledOn ¶ added in v1.0.8
func (o *BillingCycleAllOf) SetNextBilledOn(v string)
SetNextBilledOn gets a reference to the given string and assigns it to the NextBilledOn field.
func (*BillingCycleAllOf) SetTenantId ¶ added in v1.0.8
func (o *BillingCycleAllOf) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*BillingCycleAllOf) UnmarshalJSON ¶ added in v1.0.8
func (o *BillingCycleAllOf) UnmarshalJSON(bytes []byte) (err error)
type BillingCycleCreate ¶ added in v1.0.8
type BillingCycleCreate struct { EventId string `json:"eventId"` LastBilledOn string `json:"lastBilledOn"` NextBilledOn string `json:"nextBilledOn"` TenantId string `json:"tenantId"` AdditionalProperties map[string]interface{} }
BillingCycleCreate struct for BillingCycleCreate
func NewBillingCycleCreate ¶ added in v1.0.8
func NewBillingCycleCreate(eventId string, lastBilledOn string, nextBilledOn string, tenantId string) *BillingCycleCreate
NewBillingCycleCreate instantiates a new BillingCycleCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingCycleCreateWithDefaults ¶ added in v1.0.8
func NewBillingCycleCreateWithDefaults() *BillingCycleCreate
NewBillingCycleCreateWithDefaults instantiates a new BillingCycleCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingCycleCreate) GetEventId ¶ added in v1.0.8
func (o *BillingCycleCreate) GetEventId() string
GetEventId returns the EventId field value
func (*BillingCycleCreate) GetEventIdOk ¶ added in v1.0.8
func (o *BillingCycleCreate) GetEventIdOk() (*string, bool)
GetEventIdOk returns a tuple with the EventId field value and a boolean to check if the value has been set.
func (*BillingCycleCreate) GetLastBilledOn ¶ added in v1.0.8
func (o *BillingCycleCreate) GetLastBilledOn() string
GetLastBilledOn returns the LastBilledOn field value
func (*BillingCycleCreate) GetLastBilledOnOk ¶ added in v1.0.8
func (o *BillingCycleCreate) GetLastBilledOnOk() (*string, bool)
GetLastBilledOnOk returns a tuple with the LastBilledOn field value and a boolean to check if the value has been set.
func (*BillingCycleCreate) GetNextBilledOn ¶ added in v1.0.8
func (o *BillingCycleCreate) GetNextBilledOn() string
GetNextBilledOn returns the NextBilledOn field value
func (*BillingCycleCreate) GetNextBilledOnOk ¶ added in v1.0.8
func (o *BillingCycleCreate) GetNextBilledOnOk() (*string, bool)
GetNextBilledOnOk returns a tuple with the NextBilledOn field value and a boolean to check if the value has been set.
func (*BillingCycleCreate) GetTenantId ¶ added in v1.0.8
func (o *BillingCycleCreate) GetTenantId() string
GetTenantId returns the TenantId field value
func (*BillingCycleCreate) GetTenantIdOk ¶ added in v1.0.8
func (o *BillingCycleCreate) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.
func (BillingCycleCreate) MarshalJSON ¶ added in v1.0.8
func (o BillingCycleCreate) MarshalJSON() ([]byte, error)
func (*BillingCycleCreate) SetEventId ¶ added in v1.0.8
func (o *BillingCycleCreate) SetEventId(v string)
SetEventId sets field value
func (*BillingCycleCreate) SetLastBilledOn ¶ added in v1.0.8
func (o *BillingCycleCreate) SetLastBilledOn(v string)
SetLastBilledOn sets field value
func (*BillingCycleCreate) SetNextBilledOn ¶ added in v1.0.8
func (o *BillingCycleCreate) SetNextBilledOn(v string)
SetNextBilledOn sets field value
func (*BillingCycleCreate) SetTenantId ¶ added in v1.0.8
func (o *BillingCycleCreate) SetTenantId(v string)
SetTenantId sets field value
func (*BillingCycleCreate) UnmarshalJSON ¶ added in v1.0.8
func (o *BillingCycleCreate) UnmarshalJSON(bytes []byte) (err error)
type BillingCycleProcess ¶ added in v1.0.8
type BillingCycleProcess struct { NextBilledOn string `json:"nextBilledOn"` AdditionalProperties map[string]interface{} }
BillingCycleProcess struct for BillingCycleProcess
func NewBillingCycleProcess ¶ added in v1.0.8
func NewBillingCycleProcess(nextBilledOn string) *BillingCycleProcess
NewBillingCycleProcess instantiates a new BillingCycleProcess object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingCycleProcessWithDefaults ¶ added in v1.0.8
func NewBillingCycleProcessWithDefaults() *BillingCycleProcess
NewBillingCycleProcessWithDefaults instantiates a new BillingCycleProcess object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingCycleProcess) GetNextBilledOn ¶ added in v1.0.8
func (o *BillingCycleProcess) GetNextBilledOn() string
GetNextBilledOn returns the NextBilledOn field value
func (*BillingCycleProcess) GetNextBilledOnOk ¶ added in v1.0.8
func (o *BillingCycleProcess) GetNextBilledOnOk() (*string, bool)
GetNextBilledOnOk returns a tuple with the NextBilledOn field value and a boolean to check if the value has been set.
func (BillingCycleProcess) MarshalJSON ¶ added in v1.0.8
func (o BillingCycleProcess) MarshalJSON() ([]byte, error)
func (*BillingCycleProcess) SetNextBilledOn ¶ added in v1.0.8
func (o *BillingCycleProcess) SetNextBilledOn(v string)
SetNextBilledOn sets field value
func (*BillingCycleProcess) UnmarshalJSON ¶ added in v1.0.8
func (o *BillingCycleProcess) UnmarshalJSON(bytes []byte) (err error)
type BillingCycleProcessAccepted ¶ added in v1.0.8
type BillingCycleProcessAccepted struct { Id NullableString `json:"id,omitempty"` NextBilledOn time.Time `json:"nextBilledOn"` CreatedOn *time.Time `json:"createdOn,omitempty"` AdditionalProperties map[string]interface{} }
BillingCycleProcessAccepted struct for BillingCycleProcessAccepted
func NewBillingCycleProcessAccepted ¶ added in v1.0.8
func NewBillingCycleProcessAccepted(nextBilledOn time.Time) *BillingCycleProcessAccepted
NewBillingCycleProcessAccepted instantiates a new BillingCycleProcessAccepted object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingCycleProcessAcceptedWithDefaults ¶ added in v1.0.8
func NewBillingCycleProcessAcceptedWithDefaults() *BillingCycleProcessAccepted
NewBillingCycleProcessAcceptedWithDefaults instantiates a new BillingCycleProcessAccepted object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingCycleProcessAccepted) GetCreatedOn ¶ added in v1.0.8
func (o *BillingCycleProcessAccepted) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*BillingCycleProcessAccepted) GetCreatedOnOk ¶ added in v1.0.8
func (o *BillingCycleProcessAccepted) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingCycleProcessAccepted) GetId ¶ added in v1.0.8
func (o *BillingCycleProcessAccepted) GetId() string
GetId returns the Id field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BillingCycleProcessAccepted) GetIdOk ¶ added in v1.0.8
func (o *BillingCycleProcessAccepted) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BillingCycleProcessAccepted) GetNextBilledOn ¶ added in v1.0.8
func (o *BillingCycleProcessAccepted) GetNextBilledOn() time.Time
GetNextBilledOn returns the NextBilledOn field value
func (*BillingCycleProcessAccepted) GetNextBilledOnOk ¶ added in v1.0.8
func (o *BillingCycleProcessAccepted) GetNextBilledOnOk() (*time.Time, bool)
GetNextBilledOnOk returns a tuple with the NextBilledOn field value and a boolean to check if the value has been set.
func (*BillingCycleProcessAccepted) HasCreatedOn ¶ added in v1.0.8
func (o *BillingCycleProcessAccepted) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*BillingCycleProcessAccepted) HasId ¶ added in v1.0.8
func (o *BillingCycleProcessAccepted) HasId() bool
HasId returns a boolean if a field has been set.
func (BillingCycleProcessAccepted) MarshalJSON ¶ added in v1.0.8
func (o BillingCycleProcessAccepted) MarshalJSON() ([]byte, error)
func (*BillingCycleProcessAccepted) SetCreatedOn ¶ added in v1.0.8
func (o *BillingCycleProcessAccepted) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*BillingCycleProcessAccepted) SetId ¶ added in v1.0.8
func (o *BillingCycleProcessAccepted) SetId(v string)
SetId gets a reference to the given NullableString and assigns it to the Id field.
func (*BillingCycleProcessAccepted) SetIdNil ¶ added in v1.0.8
func (o *BillingCycleProcessAccepted) SetIdNil()
SetIdNil sets the value for Id to be an explicit nil
func (*BillingCycleProcessAccepted) SetNextBilledOn ¶ added in v1.0.8
func (o *BillingCycleProcessAccepted) SetNextBilledOn(v time.Time)
SetNextBilledOn sets field value
func (*BillingCycleProcessAccepted) UnmarshalJSON ¶ added in v1.0.8
func (o *BillingCycleProcessAccepted) UnmarshalJSON(bytes []byte) (err error)
func (*BillingCycleProcessAccepted) UnsetId ¶ added in v1.0.8
func (o *BillingCycleProcessAccepted) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
type BillingCycleUpdate ¶ added in v1.0.8
type BillingCycleUpdate struct { EventId string `json:"eventId"` LastBilledOn string `json:"lastBilledOn"` NextBilledOn string `json:"nextBilledOn"` TenantId string `json:"tenantId"` AdditionalProperties map[string]interface{} }
BillingCycleUpdate struct for BillingCycleUpdate
func NewBillingCycleUpdate ¶ added in v1.0.8
func NewBillingCycleUpdate(eventId string, lastBilledOn string, nextBilledOn string, tenantId string) *BillingCycleUpdate
NewBillingCycleUpdate instantiates a new BillingCycleUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingCycleUpdateWithDefaults ¶ added in v1.0.8
func NewBillingCycleUpdateWithDefaults() *BillingCycleUpdate
NewBillingCycleUpdateWithDefaults instantiates a new BillingCycleUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingCycleUpdate) GetEventId ¶ added in v1.0.8
func (o *BillingCycleUpdate) GetEventId() string
GetEventId returns the EventId field value
func (*BillingCycleUpdate) GetEventIdOk ¶ added in v1.0.8
func (o *BillingCycleUpdate) GetEventIdOk() (*string, bool)
GetEventIdOk returns a tuple with the EventId field value and a boolean to check if the value has been set.
func (*BillingCycleUpdate) GetLastBilledOn ¶ added in v1.0.8
func (o *BillingCycleUpdate) GetLastBilledOn() string
GetLastBilledOn returns the LastBilledOn field value
func (*BillingCycleUpdate) GetLastBilledOnOk ¶ added in v1.0.8
func (o *BillingCycleUpdate) GetLastBilledOnOk() (*string, bool)
GetLastBilledOnOk returns a tuple with the LastBilledOn field value and a boolean to check if the value has been set.
func (*BillingCycleUpdate) GetNextBilledOn ¶ added in v1.0.8
func (o *BillingCycleUpdate) GetNextBilledOn() string
GetNextBilledOn returns the NextBilledOn field value
func (*BillingCycleUpdate) GetNextBilledOnOk ¶ added in v1.0.8
func (o *BillingCycleUpdate) GetNextBilledOnOk() (*string, bool)
GetNextBilledOnOk returns a tuple with the NextBilledOn field value and a boolean to check if the value has been set.
func (*BillingCycleUpdate) GetTenantId ¶ added in v1.0.8
func (o *BillingCycleUpdate) GetTenantId() string
GetTenantId returns the TenantId field value
func (*BillingCycleUpdate) GetTenantIdOk ¶ added in v1.0.8
func (o *BillingCycleUpdate) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.
func (BillingCycleUpdate) MarshalJSON ¶ added in v1.0.8
func (o BillingCycleUpdate) MarshalJSON() ([]byte, error)
func (*BillingCycleUpdate) SetEventId ¶ added in v1.0.8
func (o *BillingCycleUpdate) SetEventId(v string)
SetEventId sets field value
func (*BillingCycleUpdate) SetLastBilledOn ¶ added in v1.0.8
func (o *BillingCycleUpdate) SetLastBilledOn(v string)
SetLastBilledOn sets field value
func (*BillingCycleUpdate) SetNextBilledOn ¶ added in v1.0.8
func (o *BillingCycleUpdate) SetNextBilledOn(v string)
SetNextBilledOn sets field value
func (*BillingCycleUpdate) SetTenantId ¶ added in v1.0.8
func (o *BillingCycleUpdate) SetTenantId(v string)
SetTenantId sets field value
func (*BillingCycleUpdate) UnmarshalJSON ¶ added in v1.0.8
func (o *BillingCycleUpdate) UnmarshalJSON(bytes []byte) (err error)
type BillingCyclesApiService ¶ added in v1.0.8
type BillingCyclesApiService service
BillingCyclesApiService BillingCyclesApi service
func (*BillingCyclesApiService) AddBillingCycle ¶ added in v1.0.8
func (a *BillingCyclesApiService) AddBillingCycle(ctx _context.Context) ApiAddBillingCycleRequest
* AddBillingCycle Add a billing cycle. * Needs MANAGE_BILLINGCYCLE permission to allow for the creation a billing cycle. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiAddBillingCycleRequest
func (*BillingCyclesApiService) AddBillingCycleExecute ¶ added in v1.0.8
func (a *BillingCyclesApiService) AddBillingCycleExecute(r ApiAddBillingCycleRequest) (BillingCycle, *_nethttp.Response, error)
* Execute executes the request * @return BillingCycle
func (*BillingCyclesApiService) DeleteBillingCycle ¶ added in v1.0.8
func (a *BillingCyclesApiService) DeleteBillingCycle(ctx _context.Context, id string) ApiDeleteBillingCycleRequest
* DeleteBillingCycle Delete a billing cycle. * Needs MANAGE_BILLINGCYCLE permission to delete a billing cycle. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiDeleteBillingCycleRequest
func (*BillingCyclesApiService) DeleteBillingCycleExecute ¶ added in v1.0.8
func (a *BillingCyclesApiService) DeleteBillingCycleExecute(r ApiDeleteBillingCycleRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*BillingCyclesApiService) GetBillingCycle ¶ added in v1.0.8
func (a *BillingCyclesApiService) GetBillingCycle(ctx _context.Context, id string) ApiGetBillingCycleRequest
* GetBillingCycle Get a billing cycle. * Needs VIEW_BILLINGCYCLE permission to get billing cycle detail. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetBillingCycleRequest
func (*BillingCyclesApiService) GetBillingCycleExecute ¶ added in v1.0.8
func (a *BillingCyclesApiService) GetBillingCycleExecute(r ApiGetBillingCycleRequest) (BillingCycle, *_nethttp.Response, error)
* Execute executes the request * @return BillingCycle
func (*BillingCyclesApiService) GetBillingCyclesPage ¶ added in v1.0.8
func (a *BillingCyclesApiService) GetBillingCyclesPage(ctx _context.Context) ApiGetBillingCyclesPageRequest
* GetBillingCyclesPage Retrieve a page of billing cycles. * Needs VIEW_BILLINGCYCLE permission to view the billing cycle details. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetBillingCyclesPageRequest
func (*BillingCyclesApiService) GetBillingCyclesPageExecute ¶ added in v1.0.8
func (a *BillingCyclesApiService) GetBillingCyclesPageExecute(r ApiGetBillingCyclesPageRequest) (BillingCyclesPage, *_nethttp.Response, error)
* Execute executes the request * @return BillingCyclesPage
func (*BillingCyclesApiService) ProcessBillingCycle ¶ added in v1.0.8
func (a *BillingCyclesApiService) ProcessBillingCycle(ctx _context.Context) ApiProcessBillingCycleRequest
* ProcessBillingCycle Process a billing cycle. * Needs MANAGE_BILLINGCYCLE permission to allow for the creation a billing cycle. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiProcessBillingCycleRequest
func (*BillingCyclesApiService) ProcessBillingCycleExecute ¶ added in v1.0.8
func (a *BillingCyclesApiService) ProcessBillingCycleExecute(r ApiProcessBillingCycleRequest) (BillingCycleProcessAccepted, *_nethttp.Response, error)
* Execute executes the request * @return BillingCycleProcessAccepted
func (*BillingCyclesApiService) UpdateBillingCycle ¶ added in v1.0.8
func (a *BillingCyclesApiService) UpdateBillingCycle(ctx _context.Context, id string) ApiUpdateBillingCycleRequest
* UpdateBillingCycle Update billing cycle for an event type and tenant. * Needs MANAGE_BILLINGCYCLE permission to update a billing cycle detail. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiUpdateBillingCycleRequest
func (*BillingCyclesApiService) UpdateBillingCycleExecute ¶ added in v1.0.8
func (a *BillingCyclesApiService) UpdateBillingCycleExecute(r ApiUpdateBillingCycleRequest) (BillingCycle, *_nethttp.Response, error)
* Execute executes the request * @return BillingCycle
type BillingCyclesPage ¶ added in v1.0.8
type BillingCyclesPage struct { Page *int32 `json:"page,omitempty"` PageSize *int32 `json:"pageSize,omitempty"` TotalItems NullableInt64 `json:"totalItems,omitempty"` HasNext NullableBool `json:"hasNext,omitempty"` HasPrevious NullableBool `json:"hasPrevious,omitempty"` SortBy NullableString `json:"sortBy,omitempty"` SortOrder NullableString `json:"sortOrder,omitempty"` Contents *[]BillingCycle `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
BillingCyclesPage struct for BillingCyclesPage
func NewBillingCyclesPage ¶ added in v1.0.8
func NewBillingCyclesPage() *BillingCyclesPage
NewBillingCyclesPage instantiates a new BillingCyclesPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingCyclesPageWithDefaults ¶ added in v1.0.8
func NewBillingCyclesPageWithDefaults() *BillingCyclesPage
NewBillingCyclesPageWithDefaults instantiates a new BillingCyclesPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingCyclesPage) GetContents ¶ added in v1.0.8
func (o *BillingCyclesPage) GetContents() []BillingCycle
GetContents returns the Contents field value if set, zero value otherwise.
func (*BillingCyclesPage) GetContentsOk ¶ added in v1.0.8
func (o *BillingCyclesPage) GetContentsOk() (*[]BillingCycle, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingCyclesPage) GetHasNext ¶ added in v1.0.8
func (o *BillingCyclesPage) GetHasNext() bool
GetHasNext returns the HasNext field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BillingCyclesPage) GetHasNextOk ¶ added in v1.0.8
func (o *BillingCyclesPage) GetHasNextOk() (*bool, bool)
GetHasNextOk returns a tuple with the HasNext field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BillingCyclesPage) GetHasPrevious ¶ added in v1.0.8
func (o *BillingCyclesPage) GetHasPrevious() bool
GetHasPrevious returns the HasPrevious field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BillingCyclesPage) GetHasPreviousOk ¶ added in v1.0.8
func (o *BillingCyclesPage) GetHasPreviousOk() (*bool, bool)
GetHasPreviousOk returns a tuple with the HasPrevious field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BillingCyclesPage) GetPage ¶ added in v1.0.8
func (o *BillingCyclesPage) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise.
func (*BillingCyclesPage) GetPageOk ¶ added in v1.0.8
func (o *BillingCyclesPage) 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 (*BillingCyclesPage) GetPageSize ¶ added in v1.0.8
func (o *BillingCyclesPage) GetPageSize() int32
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*BillingCyclesPage) GetPageSizeOk ¶ added in v1.0.8
func (o *BillingCyclesPage) 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 (*BillingCyclesPage) GetSortBy ¶ added in v1.0.8
func (o *BillingCyclesPage) GetSortBy() string
GetSortBy returns the SortBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BillingCyclesPage) GetSortByOk ¶ added in v1.0.8
func (o *BillingCyclesPage) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BillingCyclesPage) GetSortOrder ¶ added in v1.0.8
func (o *BillingCyclesPage) GetSortOrder() string
GetSortOrder returns the SortOrder field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BillingCyclesPage) GetSortOrderOk ¶ added in v1.0.8
func (o *BillingCyclesPage) GetSortOrderOk() (*string, bool)
GetSortOrderOk returns a tuple with the SortOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BillingCyclesPage) GetTotalItems ¶ added in v1.0.8
func (o *BillingCyclesPage) GetTotalItems() int64
GetTotalItems returns the TotalItems field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BillingCyclesPage) GetTotalItemsOk ¶ added in v1.0.8
func (o *BillingCyclesPage) GetTotalItemsOk() (*int64, bool)
GetTotalItemsOk returns a tuple with the TotalItems field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BillingCyclesPage) HasContents ¶ added in v1.0.8
func (o *BillingCyclesPage) HasContents() bool
HasContents returns a boolean if a field has been set.
func (*BillingCyclesPage) HasHasNext ¶ added in v1.0.8
func (o *BillingCyclesPage) HasHasNext() bool
HasHasNext returns a boolean if a field has been set.
func (*BillingCyclesPage) HasHasPrevious ¶ added in v1.0.8
func (o *BillingCyclesPage) HasHasPrevious() bool
HasHasPrevious returns a boolean if a field has been set.
func (*BillingCyclesPage) HasPage ¶ added in v1.0.8
func (o *BillingCyclesPage) HasPage() bool
HasPage returns a boolean if a field has been set.
func (*BillingCyclesPage) HasPageSize ¶ added in v1.0.8
func (o *BillingCyclesPage) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (*BillingCyclesPage) HasSortBy ¶ added in v1.0.8
func (o *BillingCyclesPage) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.
func (*BillingCyclesPage) HasSortOrder ¶ added in v1.0.8
func (o *BillingCyclesPage) HasSortOrder() bool
HasSortOrder returns a boolean if a field has been set.
func (*BillingCyclesPage) HasTotalItems ¶ added in v1.0.8
func (o *BillingCyclesPage) HasTotalItems() bool
HasTotalItems returns a boolean if a field has been set.
func (BillingCyclesPage) MarshalJSON ¶ added in v1.0.8
func (o BillingCyclesPage) MarshalJSON() ([]byte, error)
func (*BillingCyclesPage) SetContents ¶ added in v1.0.8
func (o *BillingCyclesPage) SetContents(v []BillingCycle)
SetContents gets a reference to the given []BillingCycle and assigns it to the Contents field.
func (*BillingCyclesPage) SetHasNext ¶ added in v1.0.8
func (o *BillingCyclesPage) SetHasNext(v bool)
SetHasNext gets a reference to the given NullableBool and assigns it to the HasNext field.
func (*BillingCyclesPage) SetHasNextNil ¶ added in v1.0.8
func (o *BillingCyclesPage) SetHasNextNil()
SetHasNextNil sets the value for HasNext to be an explicit nil
func (*BillingCyclesPage) SetHasPrevious ¶ added in v1.0.8
func (o *BillingCyclesPage) SetHasPrevious(v bool)
SetHasPrevious gets a reference to the given NullableBool and assigns it to the HasPrevious field.
func (*BillingCyclesPage) SetHasPreviousNil ¶ added in v1.0.8
func (o *BillingCyclesPage) SetHasPreviousNil()
SetHasPreviousNil sets the value for HasPrevious to be an explicit nil
func (*BillingCyclesPage) SetPage ¶ added in v1.0.8
func (o *BillingCyclesPage) SetPage(v int32)
SetPage gets a reference to the given int32 and assigns it to the Page field.
func (*BillingCyclesPage) SetPageSize ¶ added in v1.0.8
func (o *BillingCyclesPage) SetPageSize(v int32)
SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.
func (*BillingCyclesPage) SetSortBy ¶ added in v1.0.8
func (o *BillingCyclesPage) SetSortBy(v string)
SetSortBy gets a reference to the given NullableString and assigns it to the SortBy field.
func (*BillingCyclesPage) SetSortByNil ¶ added in v1.0.8
func (o *BillingCyclesPage) SetSortByNil()
SetSortByNil sets the value for SortBy to be an explicit nil
func (*BillingCyclesPage) SetSortOrder ¶ added in v1.0.8
func (o *BillingCyclesPage) SetSortOrder(v string)
SetSortOrder gets a reference to the given NullableString and assigns it to the SortOrder field.
func (*BillingCyclesPage) SetSortOrderNil ¶ added in v1.0.8
func (o *BillingCyclesPage) SetSortOrderNil()
SetSortOrderNil sets the value for SortOrder to be an explicit nil
func (*BillingCyclesPage) SetTotalItems ¶ added in v1.0.8
func (o *BillingCyclesPage) SetTotalItems(v int64)
SetTotalItems gets a reference to the given NullableInt64 and assigns it to the TotalItems field.
func (*BillingCyclesPage) SetTotalItemsNil ¶ added in v1.0.8
func (o *BillingCyclesPage) SetTotalItemsNil()
SetTotalItemsNil sets the value for TotalItems to be an explicit nil
func (*BillingCyclesPage) UnmarshalJSON ¶ added in v1.0.8
func (o *BillingCyclesPage) UnmarshalJSON(bytes []byte) (err error)
func (*BillingCyclesPage) UnsetHasNext ¶ added in v1.0.8
func (o *BillingCyclesPage) UnsetHasNext()
UnsetHasNext ensures that no value is present for HasNext, not even an explicit nil
func (*BillingCyclesPage) UnsetHasPrevious ¶ added in v1.0.8
func (o *BillingCyclesPage) UnsetHasPrevious()
UnsetHasPrevious ensures that no value is present for HasPrevious, not even an explicit nil
func (*BillingCyclesPage) UnsetSortBy ¶ added in v1.0.8
func (o *BillingCyclesPage) UnsetSortBy()
UnsetSortBy ensures that no value is present for SortBy, not even an explicit nil
func (*BillingCyclesPage) UnsetSortOrder ¶ added in v1.0.8
func (o *BillingCyclesPage) UnsetSortOrder()
UnsetSortOrder ensures that no value is present for SortOrder, not even an explicit nil
func (*BillingCyclesPage) UnsetTotalItems ¶ added in v1.0.8
func (o *BillingCyclesPage) UnsetTotalItems()
UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil
type BillingCyclesPageAllOf ¶ added in v1.0.8
type BillingCyclesPageAllOf struct { Contents *[]BillingCycle `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
BillingCyclesPageAllOf struct for BillingCyclesPageAllOf
func NewBillingCyclesPageAllOf ¶ added in v1.0.8
func NewBillingCyclesPageAllOf() *BillingCyclesPageAllOf
NewBillingCyclesPageAllOf instantiates a new BillingCyclesPageAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingCyclesPageAllOfWithDefaults ¶ added in v1.0.8
func NewBillingCyclesPageAllOfWithDefaults() *BillingCyclesPageAllOf
NewBillingCyclesPageAllOfWithDefaults instantiates a new BillingCyclesPageAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingCyclesPageAllOf) GetContents ¶ added in v1.0.8
func (o *BillingCyclesPageAllOf) GetContents() []BillingCycle
GetContents returns the Contents field value if set, zero value otherwise.
func (*BillingCyclesPageAllOf) GetContentsOk ¶ added in v1.0.8
func (o *BillingCyclesPageAllOf) GetContentsOk() (*[]BillingCycle, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingCyclesPageAllOf) HasContents ¶ added in v1.0.8
func (o *BillingCyclesPageAllOf) HasContents() bool
HasContents returns a boolean if a field has been set.
func (BillingCyclesPageAllOf) MarshalJSON ¶ added in v1.0.8
func (o BillingCyclesPageAllOf) MarshalJSON() ([]byte, error)
func (*BillingCyclesPageAllOf) SetContents ¶ added in v1.0.8
func (o *BillingCyclesPageAllOf) SetContents(v []BillingCycle)
SetContents gets a reference to the given []BillingCycle and assigns it to the Contents field.
func (*BillingCyclesPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (o *BillingCyclesPageAllOf) UnmarshalJSON(bytes []byte) (err error)
type BillingEvent ¶ added in v1.0.8
type BillingEvent struct { Id *string `json:"id,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Name *string `json:"name,omitempty"` Description *string `json:"description,omitempty"` Type *string `json:"type,omitempty"` Subtype *string `json:"subtype,omitempty"` Severity *string `json:"severity,omitempty"` Action *string `json:"action,omitempty"` Details map[string]interface{} `json:"details,omitempty"` Price *float64 `json:"price,omitempty"` TenantId *string `json:"tenantId,omitempty"` AdditionalProperties map[string]interface{} }
BillingEvent struct for BillingEvent
func NewBillingEvent ¶ added in v1.0.8
func NewBillingEvent() *BillingEvent
NewBillingEvent instantiates a new BillingEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingEventWithDefaults ¶ added in v1.0.8
func NewBillingEventWithDefaults() *BillingEvent
NewBillingEventWithDefaults instantiates a new BillingEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingEvent) GetAction ¶ added in v1.0.8
func (o *BillingEvent) GetAction() string
GetAction returns the Action field value if set, zero value otherwise.
func (*BillingEvent) GetActionOk ¶ added in v1.0.8
func (o *BillingEvent) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEvent) GetCreatedOn ¶ added in v1.0.8
func (o *BillingEvent) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*BillingEvent) GetCreatedOnOk ¶ added in v1.0.8
func (o *BillingEvent) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEvent) GetDescription ¶ added in v1.0.8
func (o *BillingEvent) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*BillingEvent) GetDescriptionOk ¶ added in v1.0.8
func (o *BillingEvent) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEvent) GetDetails ¶ added in v1.0.8
func (o *BillingEvent) GetDetails() map[string]interface{}
GetDetails returns the Details field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BillingEvent) GetDetailsOk ¶ added in v1.0.8
func (o *BillingEvent) GetDetailsOk() (*map[string]interface{}, bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BillingEvent) GetId ¶ added in v1.0.8
func (o *BillingEvent) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*BillingEvent) GetIdOk ¶ added in v1.0.8
func (o *BillingEvent) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEvent) GetModifiedOn ¶ added in v1.0.8
func (o *BillingEvent) GetModifiedOn() time.Time
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*BillingEvent) GetModifiedOnOk ¶ added in v1.0.8
func (o *BillingEvent) GetModifiedOnOk() (*time.Time, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEvent) GetName ¶ added in v1.0.8
func (o *BillingEvent) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*BillingEvent) GetNameOk ¶ added in v1.0.8
func (o *BillingEvent) 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 (*BillingEvent) GetPrice ¶ added in v1.0.8
func (o *BillingEvent) GetPrice() float64
GetPrice returns the Price field value if set, zero value otherwise.
func (*BillingEvent) GetPriceOk ¶ added in v1.0.8
func (o *BillingEvent) GetPriceOk() (*float64, bool)
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEvent) GetSeverity ¶ added in v1.0.8
func (o *BillingEvent) GetSeverity() string
GetSeverity returns the Severity field value if set, zero value otherwise.
func (*BillingEvent) GetSeverityOk ¶ added in v1.0.8
func (o *BillingEvent) GetSeverityOk() (*string, bool)
GetSeverityOk returns a tuple with the Severity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEvent) GetSubtype ¶ added in v1.0.8
func (o *BillingEvent) GetSubtype() string
GetSubtype returns the Subtype field value if set, zero value otherwise.
func (*BillingEvent) GetSubtypeOk ¶ added in v1.0.8
func (o *BillingEvent) GetSubtypeOk() (*string, bool)
GetSubtypeOk returns a tuple with the Subtype field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEvent) GetTenantId ¶ added in v1.0.8
func (o *BillingEvent) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*BillingEvent) GetTenantIdOk ¶ added in v1.0.8
func (o *BillingEvent) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEvent) GetType ¶ added in v1.0.8
func (o *BillingEvent) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*BillingEvent) GetTypeOk ¶ added in v1.0.8
func (o *BillingEvent) 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 (*BillingEvent) HasAction ¶ added in v1.0.8
func (o *BillingEvent) HasAction() bool
HasAction returns a boolean if a field has been set.
func (*BillingEvent) HasCreatedOn ¶ added in v1.0.8
func (o *BillingEvent) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*BillingEvent) HasDescription ¶ added in v1.0.8
func (o *BillingEvent) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*BillingEvent) HasDetails ¶ added in v1.0.8
func (o *BillingEvent) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (*BillingEvent) HasId ¶ added in v1.0.8
func (o *BillingEvent) HasId() bool
HasId returns a boolean if a field has been set.
func (*BillingEvent) HasModifiedOn ¶ added in v1.0.8
func (o *BillingEvent) HasModifiedOn() bool
HasModifiedOn returns a boolean if a field has been set.
func (*BillingEvent) HasName ¶ added in v1.0.8
func (o *BillingEvent) HasName() bool
HasName returns a boolean if a field has been set.
func (*BillingEvent) HasPrice ¶ added in v1.0.8
func (o *BillingEvent) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (*BillingEvent) HasSeverity ¶ added in v1.0.8
func (o *BillingEvent) HasSeverity() bool
HasSeverity returns a boolean if a field has been set.
func (*BillingEvent) HasSubtype ¶ added in v1.0.8
func (o *BillingEvent) HasSubtype() bool
HasSubtype returns a boolean if a field has been set.
func (*BillingEvent) HasTenantId ¶ added in v1.0.8
func (o *BillingEvent) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (*BillingEvent) HasType ¶ added in v1.0.8
func (o *BillingEvent) HasType() bool
HasType returns a boolean if a field has been set.
func (BillingEvent) MarshalJSON ¶ added in v1.0.8
func (o BillingEvent) MarshalJSON() ([]byte, error)
func (*BillingEvent) SetAction ¶ added in v1.0.8
func (o *BillingEvent) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (*BillingEvent) SetCreatedOn ¶ added in v1.0.8
func (o *BillingEvent) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*BillingEvent) SetDescription ¶ added in v1.0.8
func (o *BillingEvent) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*BillingEvent) SetDetails ¶ added in v1.0.8
func (o *BillingEvent) SetDetails(v map[string]interface{})
SetDetails gets a reference to the given map[string]interface{} and assigns it to the Details field.
func (*BillingEvent) SetId ¶ added in v1.0.8
func (o *BillingEvent) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*BillingEvent) SetModifiedOn ¶ added in v1.0.8
func (o *BillingEvent) SetModifiedOn(v time.Time)
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*BillingEvent) SetName ¶ added in v1.0.8
func (o *BillingEvent) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*BillingEvent) SetPrice ¶ added in v1.0.8
func (o *BillingEvent) SetPrice(v float64)
SetPrice gets a reference to the given float64 and assigns it to the Price field.
func (*BillingEvent) SetSeverity ¶ added in v1.0.8
func (o *BillingEvent) SetSeverity(v string)
SetSeverity gets a reference to the given string and assigns it to the Severity field.
func (*BillingEvent) SetSubtype ¶ added in v1.0.8
func (o *BillingEvent) SetSubtype(v string)
SetSubtype gets a reference to the given string and assigns it to the Subtype field.
func (*BillingEvent) SetTenantId ¶ added in v1.0.8
func (o *BillingEvent) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*BillingEvent) SetType ¶ added in v1.0.8
func (o *BillingEvent) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*BillingEvent) UnmarshalJSON ¶ added in v1.0.8
func (o *BillingEvent) UnmarshalJSON(bytes []byte) (err error)
type BillingEventAllOf ¶ added in v1.0.8
type BillingEventAllOf struct { Id *string `json:"id,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` AdditionalProperties map[string]interface{} }
BillingEventAllOf struct for BillingEventAllOf
func NewBillingEventAllOf ¶ added in v1.0.8
func NewBillingEventAllOf() *BillingEventAllOf
NewBillingEventAllOf instantiates a new BillingEventAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingEventAllOfWithDefaults ¶ added in v1.0.8
func NewBillingEventAllOfWithDefaults() *BillingEventAllOf
NewBillingEventAllOfWithDefaults instantiates a new BillingEventAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingEventAllOf) GetId ¶ added in v1.0.8
func (o *BillingEventAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*BillingEventAllOf) GetIdOk ¶ added in v1.0.8
func (o *BillingEventAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEventAllOf) GetModifiedOn ¶ added in v1.0.8
func (o *BillingEventAllOf) GetModifiedOn() time.Time
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*BillingEventAllOf) GetModifiedOnOk ¶ added in v1.0.8
func (o *BillingEventAllOf) GetModifiedOnOk() (*time.Time, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEventAllOf) HasId ¶ added in v1.0.8
func (o *BillingEventAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (*BillingEventAllOf) HasModifiedOn ¶ added in v1.0.8
func (o *BillingEventAllOf) HasModifiedOn() bool
HasModifiedOn returns a boolean if a field has been set.
func (BillingEventAllOf) MarshalJSON ¶ added in v1.0.8
func (o BillingEventAllOf) MarshalJSON() ([]byte, error)
func (*BillingEventAllOf) SetId ¶ added in v1.0.8
func (o *BillingEventAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*BillingEventAllOf) SetModifiedOn ¶ added in v1.0.8
func (o *BillingEventAllOf) SetModifiedOn(v time.Time)
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*BillingEventAllOf) UnmarshalJSON ¶ added in v1.0.8
func (o *BillingEventAllOf) UnmarshalJSON(bytes []byte) (err error)
type BillingEventCreate ¶ added in v1.0.8
type BillingEventCreate struct { CreatedOn *time.Time `json:"createdOn,omitempty"` Name *string `json:"name,omitempty"` Description *string `json:"description,omitempty"` Type *string `json:"type,omitempty"` Subtype *string `json:"subtype,omitempty"` Severity *string `json:"severity,omitempty"` Action *string `json:"action,omitempty"` Details map[string]interface{} `json:"details,omitempty"` Price *float64 `json:"price,omitempty"` TenantId *string `json:"tenantId,omitempty"` AdditionalProperties map[string]interface{} }
BillingEventCreate struct for BillingEventCreate
func NewBillingEventCreate ¶ added in v1.0.8
func NewBillingEventCreate() *BillingEventCreate
NewBillingEventCreate instantiates a new BillingEventCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingEventCreateWithDefaults ¶ added in v1.0.8
func NewBillingEventCreateWithDefaults() *BillingEventCreate
NewBillingEventCreateWithDefaults instantiates a new BillingEventCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingEventCreate) GetAction ¶ added in v1.0.8
func (o *BillingEventCreate) GetAction() string
GetAction returns the Action field value if set, zero value otherwise.
func (*BillingEventCreate) GetActionOk ¶ added in v1.0.8
func (o *BillingEventCreate) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEventCreate) GetCreatedOn ¶ added in v1.0.8
func (o *BillingEventCreate) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*BillingEventCreate) GetCreatedOnOk ¶ added in v1.0.8
func (o *BillingEventCreate) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEventCreate) GetDescription ¶ added in v1.0.8
func (o *BillingEventCreate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*BillingEventCreate) GetDescriptionOk ¶ added in v1.0.8
func (o *BillingEventCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEventCreate) GetDetails ¶ added in v1.0.8
func (o *BillingEventCreate) GetDetails() map[string]interface{}
GetDetails returns the Details field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BillingEventCreate) GetDetailsOk ¶ added in v1.0.8
func (o *BillingEventCreate) GetDetailsOk() (*map[string]interface{}, bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BillingEventCreate) GetName ¶ added in v1.0.8
func (o *BillingEventCreate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*BillingEventCreate) GetNameOk ¶ added in v1.0.8
func (o *BillingEventCreate) 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 (*BillingEventCreate) GetPrice ¶ added in v1.0.8
func (o *BillingEventCreate) GetPrice() float64
GetPrice returns the Price field value if set, zero value otherwise.
func (*BillingEventCreate) GetPriceOk ¶ added in v1.0.8
func (o *BillingEventCreate) GetPriceOk() (*float64, bool)
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEventCreate) GetSeverity ¶ added in v1.0.8
func (o *BillingEventCreate) GetSeverity() string
GetSeverity returns the Severity field value if set, zero value otherwise.
func (*BillingEventCreate) GetSeverityOk ¶ added in v1.0.8
func (o *BillingEventCreate) GetSeverityOk() (*string, bool)
GetSeverityOk returns a tuple with the Severity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEventCreate) GetSubtype ¶ added in v1.0.8
func (o *BillingEventCreate) GetSubtype() string
GetSubtype returns the Subtype field value if set, zero value otherwise.
func (*BillingEventCreate) GetSubtypeOk ¶ added in v1.0.8
func (o *BillingEventCreate) GetSubtypeOk() (*string, bool)
GetSubtypeOk returns a tuple with the Subtype field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEventCreate) GetTenantId ¶ added in v1.0.8
func (o *BillingEventCreate) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*BillingEventCreate) GetTenantIdOk ¶ added in v1.0.8
func (o *BillingEventCreate) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEventCreate) GetType ¶ added in v1.0.8
func (o *BillingEventCreate) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*BillingEventCreate) GetTypeOk ¶ added in v1.0.8
func (o *BillingEventCreate) 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 (*BillingEventCreate) HasAction ¶ added in v1.0.8
func (o *BillingEventCreate) HasAction() bool
HasAction returns a boolean if a field has been set.
func (*BillingEventCreate) HasCreatedOn ¶ added in v1.0.8
func (o *BillingEventCreate) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*BillingEventCreate) HasDescription ¶ added in v1.0.8
func (o *BillingEventCreate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*BillingEventCreate) HasDetails ¶ added in v1.0.8
func (o *BillingEventCreate) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (*BillingEventCreate) HasName ¶ added in v1.0.8
func (o *BillingEventCreate) HasName() bool
HasName returns a boolean if a field has been set.
func (*BillingEventCreate) HasPrice ¶ added in v1.0.8
func (o *BillingEventCreate) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (*BillingEventCreate) HasSeverity ¶ added in v1.0.8
func (o *BillingEventCreate) HasSeverity() bool
HasSeverity returns a boolean if a field has been set.
func (*BillingEventCreate) HasSubtype ¶ added in v1.0.8
func (o *BillingEventCreate) HasSubtype() bool
HasSubtype returns a boolean if a field has been set.
func (*BillingEventCreate) HasTenantId ¶ added in v1.0.8
func (o *BillingEventCreate) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (*BillingEventCreate) HasType ¶ added in v1.0.8
func (o *BillingEventCreate) HasType() bool
HasType returns a boolean if a field has been set.
func (BillingEventCreate) MarshalJSON ¶ added in v1.0.8
func (o BillingEventCreate) MarshalJSON() ([]byte, error)
func (*BillingEventCreate) SetAction ¶ added in v1.0.8
func (o *BillingEventCreate) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (*BillingEventCreate) SetCreatedOn ¶ added in v1.0.8
func (o *BillingEventCreate) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*BillingEventCreate) SetDescription ¶ added in v1.0.8
func (o *BillingEventCreate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*BillingEventCreate) SetDetails ¶ added in v1.0.8
func (o *BillingEventCreate) SetDetails(v map[string]interface{})
SetDetails gets a reference to the given map[string]interface{} and assigns it to the Details field.
func (*BillingEventCreate) SetName ¶ added in v1.0.8
func (o *BillingEventCreate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*BillingEventCreate) SetPrice ¶ added in v1.0.8
func (o *BillingEventCreate) SetPrice(v float64)
SetPrice gets a reference to the given float64 and assigns it to the Price field.
func (*BillingEventCreate) SetSeverity ¶ added in v1.0.8
func (o *BillingEventCreate) SetSeverity(v string)
SetSeverity gets a reference to the given string and assigns it to the Severity field.
func (*BillingEventCreate) SetSubtype ¶ added in v1.0.8
func (o *BillingEventCreate) SetSubtype(v string)
SetSubtype gets a reference to the given string and assigns it to the Subtype field.
func (*BillingEventCreate) SetTenantId ¶ added in v1.0.8
func (o *BillingEventCreate) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*BillingEventCreate) SetType ¶ added in v1.0.8
func (o *BillingEventCreate) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*BillingEventCreate) UnmarshalJSON ¶ added in v1.0.8
func (o *BillingEventCreate) UnmarshalJSON(bytes []byte) (err error)
type BillingEventUpdate ¶ added in v1.0.8
type BillingEventUpdate struct { CreatedOn *time.Time `json:"createdOn,omitempty"` Name *string `json:"name,omitempty"` Description *string `json:"description,omitempty"` Type *string `json:"type,omitempty"` Subtype *string `json:"subtype,omitempty"` Severity *string `json:"severity,omitempty"` Action *string `json:"action,omitempty"` Details map[string]interface{} `json:"details,omitempty"` Price *float64 `json:"price,omitempty"` TenantId *string `json:"tenantId,omitempty"` AdditionalProperties map[string]interface{} }
BillingEventUpdate struct for BillingEventUpdate
func NewBillingEventUpdate ¶ added in v1.0.8
func NewBillingEventUpdate() *BillingEventUpdate
NewBillingEventUpdate instantiates a new BillingEventUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingEventUpdateWithDefaults ¶ added in v1.0.8
func NewBillingEventUpdateWithDefaults() *BillingEventUpdate
NewBillingEventUpdateWithDefaults instantiates a new BillingEventUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingEventUpdate) GetAction ¶ added in v1.0.8
func (o *BillingEventUpdate) GetAction() string
GetAction returns the Action field value if set, zero value otherwise.
func (*BillingEventUpdate) GetActionOk ¶ added in v1.0.8
func (o *BillingEventUpdate) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEventUpdate) GetCreatedOn ¶ added in v1.0.8
func (o *BillingEventUpdate) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*BillingEventUpdate) GetCreatedOnOk ¶ added in v1.0.8
func (o *BillingEventUpdate) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEventUpdate) GetDescription ¶ added in v1.0.8
func (o *BillingEventUpdate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*BillingEventUpdate) GetDescriptionOk ¶ added in v1.0.8
func (o *BillingEventUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEventUpdate) GetDetails ¶ added in v1.0.8
func (o *BillingEventUpdate) GetDetails() map[string]interface{}
GetDetails returns the Details field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BillingEventUpdate) GetDetailsOk ¶ added in v1.0.8
func (o *BillingEventUpdate) GetDetailsOk() (*map[string]interface{}, bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BillingEventUpdate) GetName ¶ added in v1.0.8
func (o *BillingEventUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*BillingEventUpdate) GetNameOk ¶ added in v1.0.8
func (o *BillingEventUpdate) 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 (*BillingEventUpdate) GetPrice ¶ added in v1.0.8
func (o *BillingEventUpdate) GetPrice() float64
GetPrice returns the Price field value if set, zero value otherwise.
func (*BillingEventUpdate) GetPriceOk ¶ added in v1.0.8
func (o *BillingEventUpdate) GetPriceOk() (*float64, bool)
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEventUpdate) GetSeverity ¶ added in v1.0.8
func (o *BillingEventUpdate) GetSeverity() string
GetSeverity returns the Severity field value if set, zero value otherwise.
func (*BillingEventUpdate) GetSeverityOk ¶ added in v1.0.8
func (o *BillingEventUpdate) GetSeverityOk() (*string, bool)
GetSeverityOk returns a tuple with the Severity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEventUpdate) GetSubtype ¶ added in v1.0.8
func (o *BillingEventUpdate) GetSubtype() string
GetSubtype returns the Subtype field value if set, zero value otherwise.
func (*BillingEventUpdate) GetSubtypeOk ¶ added in v1.0.8
func (o *BillingEventUpdate) GetSubtypeOk() (*string, bool)
GetSubtypeOk returns a tuple with the Subtype field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEventUpdate) GetTenantId ¶ added in v1.0.8
func (o *BillingEventUpdate) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*BillingEventUpdate) GetTenantIdOk ¶ added in v1.0.8
func (o *BillingEventUpdate) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEventUpdate) GetType ¶ added in v1.0.8
func (o *BillingEventUpdate) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*BillingEventUpdate) GetTypeOk ¶ added in v1.0.8
func (o *BillingEventUpdate) 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 (*BillingEventUpdate) HasAction ¶ added in v1.0.8
func (o *BillingEventUpdate) HasAction() bool
HasAction returns a boolean if a field has been set.
func (*BillingEventUpdate) HasCreatedOn ¶ added in v1.0.8
func (o *BillingEventUpdate) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*BillingEventUpdate) HasDescription ¶ added in v1.0.8
func (o *BillingEventUpdate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*BillingEventUpdate) HasDetails ¶ added in v1.0.8
func (o *BillingEventUpdate) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (*BillingEventUpdate) HasName ¶ added in v1.0.8
func (o *BillingEventUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (*BillingEventUpdate) HasPrice ¶ added in v1.0.8
func (o *BillingEventUpdate) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (*BillingEventUpdate) HasSeverity ¶ added in v1.0.8
func (o *BillingEventUpdate) HasSeverity() bool
HasSeverity returns a boolean if a field has been set.
func (*BillingEventUpdate) HasSubtype ¶ added in v1.0.8
func (o *BillingEventUpdate) HasSubtype() bool
HasSubtype returns a boolean if a field has been set.
func (*BillingEventUpdate) HasTenantId ¶ added in v1.0.8
func (o *BillingEventUpdate) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (*BillingEventUpdate) HasType ¶ added in v1.0.8
func (o *BillingEventUpdate) HasType() bool
HasType returns a boolean if a field has been set.
func (BillingEventUpdate) MarshalJSON ¶ added in v1.0.8
func (o BillingEventUpdate) MarshalJSON() ([]byte, error)
func (*BillingEventUpdate) SetAction ¶ added in v1.0.8
func (o *BillingEventUpdate) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (*BillingEventUpdate) SetCreatedOn ¶ added in v1.0.8
func (o *BillingEventUpdate) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*BillingEventUpdate) SetDescription ¶ added in v1.0.8
func (o *BillingEventUpdate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*BillingEventUpdate) SetDetails ¶ added in v1.0.8
func (o *BillingEventUpdate) SetDetails(v map[string]interface{})
SetDetails gets a reference to the given map[string]interface{} and assigns it to the Details field.
func (*BillingEventUpdate) SetName ¶ added in v1.0.8
func (o *BillingEventUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*BillingEventUpdate) SetPrice ¶ added in v1.0.8
func (o *BillingEventUpdate) SetPrice(v float64)
SetPrice gets a reference to the given float64 and assigns it to the Price field.
func (*BillingEventUpdate) SetSeverity ¶ added in v1.0.8
func (o *BillingEventUpdate) SetSeverity(v string)
SetSeverity gets a reference to the given string and assigns it to the Severity field.
func (*BillingEventUpdate) SetSubtype ¶ added in v1.0.8
func (o *BillingEventUpdate) SetSubtype(v string)
SetSubtype gets a reference to the given string and assigns it to the Subtype field.
func (*BillingEventUpdate) SetTenantId ¶ added in v1.0.8
func (o *BillingEventUpdate) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*BillingEventUpdate) SetType ¶ added in v1.0.8
func (o *BillingEventUpdate) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*BillingEventUpdate) UnmarshalJSON ¶ added in v1.0.8
func (o *BillingEventUpdate) UnmarshalJSON(bytes []byte) (err error)
type BillingEventsApiService ¶ added in v1.0.8
type BillingEventsApiService service
BillingEventsApiService BillingEventsApi service
func (*BillingEventsApiService) GetCostSummary ¶ added in v1.0.8
func (a *BillingEventsApiService) GetCostSummary(ctx _context.Context) ApiGetCostSummaryRequest
* GetCostSummary Retrieve a summary for tenant cost. * Needs VIEW_COSTS permission to view cost details. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetCostSummaryRequest
func (*BillingEventsApiService) GetCostSummaryExecute ¶ added in v1.0.8
func (a *BillingEventsApiService) GetCostSummaryExecute(r ApiGetCostSummaryRequest) (BillingCostsReport, *_nethttp.Response, error)
* Execute executes the request * @return BillingCostsReport
func (*BillingEventsApiService) GetEvent ¶ added in v1.0.8
func (a *BillingEventsApiService) GetEvent(ctx _context.Context, id string) ApiGetEventRequest
* GetEvent Get an Event. * Needs VIEW_EVENTS permission to get a billing event. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetEventRequest
func (*BillingEventsApiService) GetEventExecute ¶ added in v1.0.8
func (a *BillingEventsApiService) GetEventExecute(r ApiGetEventRequest) (BillingEvent, *_nethttp.Response, error)
* Execute executes the request * @return BillingEvent
func (*BillingEventsApiService) GetEventsPage ¶ added in v1.0.8
func (a *BillingEventsApiService) GetEventsPage(ctx _context.Context) ApiGetEventsPageRequest
* GetEventsPage Retrieve a page of events for tenant. * Needs VIEW_EVENTS permission to view the billing events. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetEventsPageRequest
func (*BillingEventsApiService) GetEventsPageExecute ¶ added in v1.0.8
func (a *BillingEventsApiService) GetEventsPageExecute(r ApiGetEventsPageRequest) (BillingEventsPage, *_nethttp.Response, error)
* Execute executes the request * @return BillingEventsPage
type BillingEventsPage ¶ added in v1.0.8
type BillingEventsPage struct { Page *int32 `json:"page,omitempty"` PageSize *int32 `json:"pageSize,omitempty"` TotalItems NullableInt64 `json:"totalItems,omitempty"` HasNext NullableBool `json:"hasNext,omitempty"` HasPrevious NullableBool `json:"hasPrevious,omitempty"` SortBy NullableString `json:"sortBy,omitempty"` SortOrder NullableString `json:"sortOrder,omitempty"` Contents *[]BillingEvent `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
BillingEventsPage struct for BillingEventsPage
func NewBillingEventsPage ¶ added in v1.0.8
func NewBillingEventsPage() *BillingEventsPage
NewBillingEventsPage instantiates a new BillingEventsPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingEventsPageWithDefaults ¶ added in v1.0.8
func NewBillingEventsPageWithDefaults() *BillingEventsPage
NewBillingEventsPageWithDefaults instantiates a new BillingEventsPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingEventsPage) GetContents ¶ added in v1.0.8
func (o *BillingEventsPage) GetContents() []BillingEvent
GetContents returns the Contents field value if set, zero value otherwise.
func (*BillingEventsPage) GetContentsOk ¶ added in v1.0.8
func (o *BillingEventsPage) GetContentsOk() (*[]BillingEvent, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEventsPage) GetHasNext ¶ added in v1.0.8
func (o *BillingEventsPage) GetHasNext() bool
GetHasNext returns the HasNext field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BillingEventsPage) GetHasNextOk ¶ added in v1.0.8
func (o *BillingEventsPage) GetHasNextOk() (*bool, bool)
GetHasNextOk returns a tuple with the HasNext field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BillingEventsPage) GetHasPrevious ¶ added in v1.0.8
func (o *BillingEventsPage) GetHasPrevious() bool
GetHasPrevious returns the HasPrevious field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BillingEventsPage) GetHasPreviousOk ¶ added in v1.0.8
func (o *BillingEventsPage) GetHasPreviousOk() (*bool, bool)
GetHasPreviousOk returns a tuple with the HasPrevious field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BillingEventsPage) GetPage ¶ added in v1.0.8
func (o *BillingEventsPage) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise.
func (*BillingEventsPage) GetPageOk ¶ added in v1.0.8
func (o *BillingEventsPage) 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 (*BillingEventsPage) GetPageSize ¶ added in v1.0.8
func (o *BillingEventsPage) GetPageSize() int32
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*BillingEventsPage) GetPageSizeOk ¶ added in v1.0.8
func (o *BillingEventsPage) 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 (*BillingEventsPage) GetSortBy ¶ added in v1.0.8
func (o *BillingEventsPage) GetSortBy() string
GetSortBy returns the SortBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BillingEventsPage) GetSortByOk ¶ added in v1.0.8
func (o *BillingEventsPage) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BillingEventsPage) GetSortOrder ¶ added in v1.0.8
func (o *BillingEventsPage) GetSortOrder() string
GetSortOrder returns the SortOrder field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BillingEventsPage) GetSortOrderOk ¶ added in v1.0.8
func (o *BillingEventsPage) GetSortOrderOk() (*string, bool)
GetSortOrderOk returns a tuple with the SortOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BillingEventsPage) GetTotalItems ¶ added in v1.0.8
func (o *BillingEventsPage) GetTotalItems() int64
GetTotalItems returns the TotalItems field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BillingEventsPage) GetTotalItemsOk ¶ added in v1.0.8
func (o *BillingEventsPage) GetTotalItemsOk() (*int64, bool)
GetTotalItemsOk returns a tuple with the TotalItems field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BillingEventsPage) HasContents ¶ added in v1.0.8
func (o *BillingEventsPage) HasContents() bool
HasContents returns a boolean if a field has been set.
func (*BillingEventsPage) HasHasNext ¶ added in v1.0.8
func (o *BillingEventsPage) HasHasNext() bool
HasHasNext returns a boolean if a field has been set.
func (*BillingEventsPage) HasHasPrevious ¶ added in v1.0.8
func (o *BillingEventsPage) HasHasPrevious() bool
HasHasPrevious returns a boolean if a field has been set.
func (*BillingEventsPage) HasPage ¶ added in v1.0.8
func (o *BillingEventsPage) HasPage() bool
HasPage returns a boolean if a field has been set.
func (*BillingEventsPage) HasPageSize ¶ added in v1.0.8
func (o *BillingEventsPage) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (*BillingEventsPage) HasSortBy ¶ added in v1.0.8
func (o *BillingEventsPage) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.
func (*BillingEventsPage) HasSortOrder ¶ added in v1.0.8
func (o *BillingEventsPage) HasSortOrder() bool
HasSortOrder returns a boolean if a field has been set.
func (*BillingEventsPage) HasTotalItems ¶ added in v1.0.8
func (o *BillingEventsPage) HasTotalItems() bool
HasTotalItems returns a boolean if a field has been set.
func (BillingEventsPage) MarshalJSON ¶ added in v1.0.8
func (o BillingEventsPage) MarshalJSON() ([]byte, error)
func (*BillingEventsPage) SetContents ¶ added in v1.0.8
func (o *BillingEventsPage) SetContents(v []BillingEvent)
SetContents gets a reference to the given []BillingEvent and assigns it to the Contents field.
func (*BillingEventsPage) SetHasNext ¶ added in v1.0.8
func (o *BillingEventsPage) SetHasNext(v bool)
SetHasNext gets a reference to the given NullableBool and assigns it to the HasNext field.
func (*BillingEventsPage) SetHasNextNil ¶ added in v1.0.8
func (o *BillingEventsPage) SetHasNextNil()
SetHasNextNil sets the value for HasNext to be an explicit nil
func (*BillingEventsPage) SetHasPrevious ¶ added in v1.0.8
func (o *BillingEventsPage) SetHasPrevious(v bool)
SetHasPrevious gets a reference to the given NullableBool and assigns it to the HasPrevious field.
func (*BillingEventsPage) SetHasPreviousNil ¶ added in v1.0.8
func (o *BillingEventsPage) SetHasPreviousNil()
SetHasPreviousNil sets the value for HasPrevious to be an explicit nil
func (*BillingEventsPage) SetPage ¶ added in v1.0.8
func (o *BillingEventsPage) SetPage(v int32)
SetPage gets a reference to the given int32 and assigns it to the Page field.
func (*BillingEventsPage) SetPageSize ¶ added in v1.0.8
func (o *BillingEventsPage) SetPageSize(v int32)
SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.
func (*BillingEventsPage) SetSortBy ¶ added in v1.0.8
func (o *BillingEventsPage) SetSortBy(v string)
SetSortBy gets a reference to the given NullableString and assigns it to the SortBy field.
func (*BillingEventsPage) SetSortByNil ¶ added in v1.0.8
func (o *BillingEventsPage) SetSortByNil()
SetSortByNil sets the value for SortBy to be an explicit nil
func (*BillingEventsPage) SetSortOrder ¶ added in v1.0.8
func (o *BillingEventsPage) SetSortOrder(v string)
SetSortOrder gets a reference to the given NullableString and assigns it to the SortOrder field.
func (*BillingEventsPage) SetSortOrderNil ¶ added in v1.0.8
func (o *BillingEventsPage) SetSortOrderNil()
SetSortOrderNil sets the value for SortOrder to be an explicit nil
func (*BillingEventsPage) SetTotalItems ¶ added in v1.0.8
func (o *BillingEventsPage) SetTotalItems(v int64)
SetTotalItems gets a reference to the given NullableInt64 and assigns it to the TotalItems field.
func (*BillingEventsPage) SetTotalItemsNil ¶ added in v1.0.8
func (o *BillingEventsPage) SetTotalItemsNil()
SetTotalItemsNil sets the value for TotalItems to be an explicit nil
func (*BillingEventsPage) UnmarshalJSON ¶ added in v1.0.8
func (o *BillingEventsPage) UnmarshalJSON(bytes []byte) (err error)
func (*BillingEventsPage) UnsetHasNext ¶ added in v1.0.8
func (o *BillingEventsPage) UnsetHasNext()
UnsetHasNext ensures that no value is present for HasNext, not even an explicit nil
func (*BillingEventsPage) UnsetHasPrevious ¶ added in v1.0.8
func (o *BillingEventsPage) UnsetHasPrevious()
UnsetHasPrevious ensures that no value is present for HasPrevious, not even an explicit nil
func (*BillingEventsPage) UnsetSortBy ¶ added in v1.0.8
func (o *BillingEventsPage) UnsetSortBy()
UnsetSortBy ensures that no value is present for SortBy, not even an explicit nil
func (*BillingEventsPage) UnsetSortOrder ¶ added in v1.0.8
func (o *BillingEventsPage) UnsetSortOrder()
UnsetSortOrder ensures that no value is present for SortOrder, not even an explicit nil
func (*BillingEventsPage) UnsetTotalItems ¶ added in v1.0.8
func (o *BillingEventsPage) UnsetTotalItems()
UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil
type BillingEventsPageAllOf ¶ added in v1.0.8
type BillingEventsPageAllOf struct { Contents *[]BillingEvent `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
BillingEventsPageAllOf struct for BillingEventsPageAllOf
func NewBillingEventsPageAllOf ¶ added in v1.0.8
func NewBillingEventsPageAllOf() *BillingEventsPageAllOf
NewBillingEventsPageAllOf instantiates a new BillingEventsPageAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingEventsPageAllOfWithDefaults ¶ added in v1.0.8
func NewBillingEventsPageAllOfWithDefaults() *BillingEventsPageAllOf
NewBillingEventsPageAllOfWithDefaults instantiates a new BillingEventsPageAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingEventsPageAllOf) GetContents ¶ added in v1.0.8
func (o *BillingEventsPageAllOf) GetContents() []BillingEvent
GetContents returns the Contents field value if set, zero value otherwise.
func (*BillingEventsPageAllOf) GetContentsOk ¶ added in v1.0.8
func (o *BillingEventsPageAllOf) GetContentsOk() (*[]BillingEvent, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingEventsPageAllOf) HasContents ¶ added in v1.0.8
func (o *BillingEventsPageAllOf) HasContents() bool
HasContents returns a boolean if a field has been set.
func (BillingEventsPageAllOf) MarshalJSON ¶ added in v1.0.8
func (o BillingEventsPageAllOf) MarshalJSON() ([]byte, error)
func (*BillingEventsPageAllOf) SetContents ¶ added in v1.0.8
func (o *BillingEventsPageAllOf) SetContents(v []BillingEvent)
SetContents gets a reference to the given []BillingEvent and assigns it to the Contents field.
func (*BillingEventsPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (o *BillingEventsPageAllOf) UnmarshalJSON(bytes []byte) (err error)
type BillingPrice ¶ added in v1.0.8
type BillingPrice struct { Id *string `json:"id,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Description *string `json:"description,omitempty"` Type string `json:"type"` Subtype *string `json:"subtype,omitempty"` Source *string `json:"source,omitempty"` Price float64 `json:"price"` BillingPeriod *int64 `json:"billingPeriod,omitempty"` Service NullableString `json:"service,omitempty"` TenantId string `json:"tenantId"` AdditionalProperties map[string]interface{} }
BillingPrice struct for BillingPrice
func NewBillingPrice ¶ added in v1.0.8
func NewBillingPrice(name string, type_ string, price float64, tenantId string) *BillingPrice
NewBillingPrice instantiates a new BillingPrice object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingPriceWithDefaults ¶ added in v1.0.8
func NewBillingPriceWithDefaults() *BillingPrice
NewBillingPriceWithDefaults instantiates a new BillingPrice object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingPrice) GetBillingPeriod ¶ added in v1.0.8
func (o *BillingPrice) GetBillingPeriod() int64
GetBillingPeriod returns the BillingPeriod field value if set, zero value otherwise.
func (*BillingPrice) GetBillingPeriodOk ¶ added in v1.0.8
func (o *BillingPrice) GetBillingPeriodOk() (*int64, bool)
GetBillingPeriodOk returns a tuple with the BillingPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingPrice) GetCreatedOn ¶ added in v1.0.8
func (o *BillingPrice) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*BillingPrice) GetCreatedOnOk ¶ added in v1.0.8
func (o *BillingPrice) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingPrice) GetDescription ¶ added in v1.0.8
func (o *BillingPrice) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*BillingPrice) GetDescriptionOk ¶ added in v1.0.8
func (o *BillingPrice) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingPrice) GetId ¶ added in v1.0.8
func (o *BillingPrice) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*BillingPrice) GetIdOk ¶ added in v1.0.8
func (o *BillingPrice) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingPrice) GetModifiedOn ¶ added in v1.0.8
func (o *BillingPrice) GetModifiedOn() time.Time
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*BillingPrice) GetModifiedOnOk ¶ added in v1.0.8
func (o *BillingPrice) GetModifiedOnOk() (*time.Time, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingPrice) GetName ¶ added in v1.0.8
func (o *BillingPrice) GetName() string
GetName returns the Name field value
func (*BillingPrice) GetNameOk ¶ added in v1.0.8
func (o *BillingPrice) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*BillingPrice) GetPrice ¶ added in v1.0.8
func (o *BillingPrice) GetPrice() float64
GetPrice returns the Price field value
func (*BillingPrice) GetPriceOk ¶ added in v1.0.8
func (o *BillingPrice) GetPriceOk() (*float64, bool)
GetPriceOk returns a tuple with the Price field value and a boolean to check if the value has been set.
func (*BillingPrice) GetService ¶ added in v1.0.8
func (o *BillingPrice) GetService() string
GetService returns the Service field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BillingPrice) GetServiceOk ¶ added in v1.0.8
func (o *BillingPrice) GetServiceOk() (*string, bool)
GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BillingPrice) GetSource ¶ added in v1.0.8
func (o *BillingPrice) GetSource() string
GetSource returns the Source field value if set, zero value otherwise.
func (*BillingPrice) GetSourceOk ¶ added in v1.0.8
func (o *BillingPrice) 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 (*BillingPrice) GetSubtype ¶ added in v1.0.8
func (o *BillingPrice) GetSubtype() string
GetSubtype returns the Subtype field value if set, zero value otherwise.
func (*BillingPrice) GetSubtypeOk ¶ added in v1.0.8
func (o *BillingPrice) GetSubtypeOk() (*string, bool)
GetSubtypeOk returns a tuple with the Subtype field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingPrice) GetTenantId ¶ added in v1.0.8
func (o *BillingPrice) GetTenantId() string
GetTenantId returns the TenantId field value
func (*BillingPrice) GetTenantIdOk ¶ added in v1.0.8
func (o *BillingPrice) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.
func (*BillingPrice) GetType ¶ added in v1.0.8
func (o *BillingPrice) GetType() string
GetType returns the Type field value
func (*BillingPrice) GetTypeOk ¶ added in v1.0.8
func (o *BillingPrice) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*BillingPrice) HasBillingPeriod ¶ added in v1.0.8
func (o *BillingPrice) HasBillingPeriod() bool
HasBillingPeriod returns a boolean if a field has been set.
func (*BillingPrice) HasCreatedOn ¶ added in v1.0.8
func (o *BillingPrice) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*BillingPrice) HasDescription ¶ added in v1.0.8
func (o *BillingPrice) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*BillingPrice) HasId ¶ added in v1.0.8
func (o *BillingPrice) HasId() bool
HasId returns a boolean if a field has been set.
func (*BillingPrice) HasModifiedOn ¶ added in v1.0.8
func (o *BillingPrice) HasModifiedOn() bool
HasModifiedOn returns a boolean if a field has been set.
func (*BillingPrice) HasService ¶ added in v1.0.8
func (o *BillingPrice) HasService() bool
HasService returns a boolean if a field has been set.
func (*BillingPrice) HasSource ¶ added in v1.0.8
func (o *BillingPrice) HasSource() bool
HasSource returns a boolean if a field has been set.
func (*BillingPrice) HasSubtype ¶ added in v1.0.8
func (o *BillingPrice) HasSubtype() bool
HasSubtype returns a boolean if a field has been set.
func (BillingPrice) MarshalJSON ¶ added in v1.0.8
func (o BillingPrice) MarshalJSON() ([]byte, error)
func (*BillingPrice) SetBillingPeriod ¶ added in v1.0.8
func (o *BillingPrice) SetBillingPeriod(v int64)
SetBillingPeriod gets a reference to the given int64 and assigns it to the BillingPeriod field.
func (*BillingPrice) SetCreatedOn ¶ added in v1.0.8
func (o *BillingPrice) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*BillingPrice) SetDescription ¶ added in v1.0.8
func (o *BillingPrice) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*BillingPrice) SetId ¶ added in v1.0.8
func (o *BillingPrice) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*BillingPrice) SetModifiedOn ¶ added in v1.0.8
func (o *BillingPrice) SetModifiedOn(v time.Time)
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*BillingPrice) SetName ¶ added in v1.0.8
func (o *BillingPrice) SetName(v string)
SetName sets field value
func (*BillingPrice) SetPrice ¶ added in v1.0.8
func (o *BillingPrice) SetPrice(v float64)
SetPrice sets field value
func (*BillingPrice) SetService ¶ added in v1.0.8
func (o *BillingPrice) SetService(v string)
SetService gets a reference to the given NullableString and assigns it to the Service field.
func (*BillingPrice) SetServiceNil ¶ added in v1.0.8
func (o *BillingPrice) SetServiceNil()
SetServiceNil sets the value for Service to be an explicit nil
func (*BillingPrice) SetSource ¶ added in v1.0.8
func (o *BillingPrice) SetSource(v string)
SetSource gets a reference to the given string and assigns it to the Source field.
func (*BillingPrice) SetSubtype ¶ added in v1.0.8
func (o *BillingPrice) SetSubtype(v string)
SetSubtype gets a reference to the given string and assigns it to the Subtype field.
func (*BillingPrice) SetTenantId ¶ added in v1.0.8
func (o *BillingPrice) SetTenantId(v string)
SetTenantId sets field value
func (*BillingPrice) SetType ¶ added in v1.0.8
func (o *BillingPrice) SetType(v string)
SetType sets field value
func (*BillingPrice) UnmarshalJSON ¶ added in v1.0.8
func (o *BillingPrice) UnmarshalJSON(bytes []byte) (err error)
func (*BillingPrice) UnsetService ¶ added in v1.0.8
func (o *BillingPrice) UnsetService()
UnsetService ensures that no value is present for Service, not even an explicit nil
type BillingPriceAllOf ¶ added in v1.0.8
type BillingPriceAllOf struct { Id *string `json:"id,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` AdditionalProperties map[string]interface{} }
BillingPriceAllOf struct for BillingPriceAllOf
func NewBillingPriceAllOf ¶ added in v1.0.8
func NewBillingPriceAllOf() *BillingPriceAllOf
NewBillingPriceAllOf instantiates a new BillingPriceAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingPriceAllOfWithDefaults ¶ added in v1.0.8
func NewBillingPriceAllOfWithDefaults() *BillingPriceAllOf
NewBillingPriceAllOfWithDefaults instantiates a new BillingPriceAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingPriceAllOf) GetCreatedOn ¶ added in v1.0.8
func (o *BillingPriceAllOf) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*BillingPriceAllOf) GetCreatedOnOk ¶ added in v1.0.8
func (o *BillingPriceAllOf) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingPriceAllOf) GetId ¶ added in v1.0.8
func (o *BillingPriceAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*BillingPriceAllOf) GetIdOk ¶ added in v1.0.8
func (o *BillingPriceAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingPriceAllOf) GetModifiedOn ¶ added in v1.0.8
func (o *BillingPriceAllOf) GetModifiedOn() time.Time
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*BillingPriceAllOf) GetModifiedOnOk ¶ added in v1.0.8
func (o *BillingPriceAllOf) GetModifiedOnOk() (*time.Time, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingPriceAllOf) HasCreatedOn ¶ added in v1.0.8
func (o *BillingPriceAllOf) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*BillingPriceAllOf) HasId ¶ added in v1.0.8
func (o *BillingPriceAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (*BillingPriceAllOf) HasModifiedOn ¶ added in v1.0.8
func (o *BillingPriceAllOf) HasModifiedOn() bool
HasModifiedOn returns a boolean if a field has been set.
func (BillingPriceAllOf) MarshalJSON ¶ added in v1.0.8
func (o BillingPriceAllOf) MarshalJSON() ([]byte, error)
func (*BillingPriceAllOf) SetCreatedOn ¶ added in v1.0.8
func (o *BillingPriceAllOf) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*BillingPriceAllOf) SetId ¶ added in v1.0.8
func (o *BillingPriceAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*BillingPriceAllOf) SetModifiedOn ¶ added in v1.0.8
func (o *BillingPriceAllOf) SetModifiedOn(v time.Time)
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*BillingPriceAllOf) UnmarshalJSON ¶ added in v1.0.8
func (o *BillingPriceAllOf) UnmarshalJSON(bytes []byte) (err error)
type BillingPriceCreate ¶ added in v1.0.8
type BillingPriceCreate struct { Name string `json:"name"` Description *string `json:"description,omitempty"` Type string `json:"type"` Subtype *string `json:"subtype,omitempty"` Source *string `json:"source,omitempty"` Price float64 `json:"price"` BillingPeriod *int64 `json:"billingPeriod,omitempty"` Service NullableString `json:"service,omitempty"` TenantId string `json:"tenantId"` AdditionalProperties map[string]interface{} }
BillingPriceCreate struct for BillingPriceCreate
func NewBillingPriceCreate ¶ added in v1.0.8
func NewBillingPriceCreate(name string, type_ string, price float64, tenantId string) *BillingPriceCreate
NewBillingPriceCreate instantiates a new BillingPriceCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingPriceCreateWithDefaults ¶ added in v1.0.8
func NewBillingPriceCreateWithDefaults() *BillingPriceCreate
NewBillingPriceCreateWithDefaults instantiates a new BillingPriceCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingPriceCreate) GetBillingPeriod ¶ added in v1.0.8
func (o *BillingPriceCreate) GetBillingPeriod() int64
GetBillingPeriod returns the BillingPeriod field value if set, zero value otherwise.
func (*BillingPriceCreate) GetBillingPeriodOk ¶ added in v1.0.8
func (o *BillingPriceCreate) GetBillingPeriodOk() (*int64, bool)
GetBillingPeriodOk returns a tuple with the BillingPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingPriceCreate) GetDescription ¶ added in v1.0.8
func (o *BillingPriceCreate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*BillingPriceCreate) GetDescriptionOk ¶ added in v1.0.8
func (o *BillingPriceCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingPriceCreate) GetName ¶ added in v1.0.8
func (o *BillingPriceCreate) GetName() string
GetName returns the Name field value
func (*BillingPriceCreate) GetNameOk ¶ added in v1.0.8
func (o *BillingPriceCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*BillingPriceCreate) GetPrice ¶ added in v1.0.8
func (o *BillingPriceCreate) GetPrice() float64
GetPrice returns the Price field value
func (*BillingPriceCreate) GetPriceOk ¶ added in v1.0.8
func (o *BillingPriceCreate) GetPriceOk() (*float64, bool)
GetPriceOk returns a tuple with the Price field value and a boolean to check if the value has been set.
func (*BillingPriceCreate) GetService ¶ added in v1.0.8
func (o *BillingPriceCreate) GetService() string
GetService returns the Service field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BillingPriceCreate) GetServiceOk ¶ added in v1.0.8
func (o *BillingPriceCreate) GetServiceOk() (*string, bool)
GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BillingPriceCreate) GetSource ¶ added in v1.0.8
func (o *BillingPriceCreate) GetSource() string
GetSource returns the Source field value if set, zero value otherwise.
func (*BillingPriceCreate) GetSourceOk ¶ added in v1.0.8
func (o *BillingPriceCreate) 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 (*BillingPriceCreate) GetSubtype ¶ added in v1.0.8
func (o *BillingPriceCreate) GetSubtype() string
GetSubtype returns the Subtype field value if set, zero value otherwise.
func (*BillingPriceCreate) GetSubtypeOk ¶ added in v1.0.8
func (o *BillingPriceCreate) GetSubtypeOk() (*string, bool)
GetSubtypeOk returns a tuple with the Subtype field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingPriceCreate) GetTenantId ¶ added in v1.0.8
func (o *BillingPriceCreate) GetTenantId() string
GetTenantId returns the TenantId field value
func (*BillingPriceCreate) GetTenantIdOk ¶ added in v1.0.8
func (o *BillingPriceCreate) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.
func (*BillingPriceCreate) GetType ¶ added in v1.0.8
func (o *BillingPriceCreate) GetType() string
GetType returns the Type field value
func (*BillingPriceCreate) GetTypeOk ¶ added in v1.0.8
func (o *BillingPriceCreate) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*BillingPriceCreate) HasBillingPeriod ¶ added in v1.0.8
func (o *BillingPriceCreate) HasBillingPeriod() bool
HasBillingPeriod returns a boolean if a field has been set.
func (*BillingPriceCreate) HasDescription ¶ added in v1.0.8
func (o *BillingPriceCreate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*BillingPriceCreate) HasService ¶ added in v1.0.8
func (o *BillingPriceCreate) HasService() bool
HasService returns a boolean if a field has been set.
func (*BillingPriceCreate) HasSource ¶ added in v1.0.8
func (o *BillingPriceCreate) HasSource() bool
HasSource returns a boolean if a field has been set.
func (*BillingPriceCreate) HasSubtype ¶ added in v1.0.8
func (o *BillingPriceCreate) HasSubtype() bool
HasSubtype returns a boolean if a field has been set.
func (BillingPriceCreate) MarshalJSON ¶ added in v1.0.8
func (o BillingPriceCreate) MarshalJSON() ([]byte, error)
func (*BillingPriceCreate) SetBillingPeriod ¶ added in v1.0.8
func (o *BillingPriceCreate) SetBillingPeriod(v int64)
SetBillingPeriod gets a reference to the given int64 and assigns it to the BillingPeriod field.
func (*BillingPriceCreate) SetDescription ¶ added in v1.0.8
func (o *BillingPriceCreate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*BillingPriceCreate) SetName ¶ added in v1.0.8
func (o *BillingPriceCreate) SetName(v string)
SetName sets field value
func (*BillingPriceCreate) SetPrice ¶ added in v1.0.8
func (o *BillingPriceCreate) SetPrice(v float64)
SetPrice sets field value
func (*BillingPriceCreate) SetService ¶ added in v1.0.8
func (o *BillingPriceCreate) SetService(v string)
SetService gets a reference to the given NullableString and assigns it to the Service field.
func (*BillingPriceCreate) SetServiceNil ¶ added in v1.0.8
func (o *BillingPriceCreate) SetServiceNil()
SetServiceNil sets the value for Service to be an explicit nil
func (*BillingPriceCreate) SetSource ¶ added in v1.0.8
func (o *BillingPriceCreate) SetSource(v string)
SetSource gets a reference to the given string and assigns it to the Source field.
func (*BillingPriceCreate) SetSubtype ¶ added in v1.0.8
func (o *BillingPriceCreate) SetSubtype(v string)
SetSubtype gets a reference to the given string and assigns it to the Subtype field.
func (*BillingPriceCreate) SetTenantId ¶ added in v1.0.8
func (o *BillingPriceCreate) SetTenantId(v string)
SetTenantId sets field value
func (*BillingPriceCreate) SetType ¶ added in v1.0.8
func (o *BillingPriceCreate) SetType(v string)
SetType sets field value
func (*BillingPriceCreate) UnmarshalJSON ¶ added in v1.0.8
func (o *BillingPriceCreate) UnmarshalJSON(bytes []byte) (err error)
func (*BillingPriceCreate) UnsetService ¶ added in v1.0.8
func (o *BillingPriceCreate) UnsetService()
UnsetService ensures that no value is present for Service, not even an explicit nil
type BillingPriceUpdate ¶ added in v1.0.8
type BillingPriceUpdate struct { Name string `json:"name"` Description *string `json:"description,omitempty"` Type string `json:"type"` Subtype *string `json:"subtype,omitempty"` Source *string `json:"source,omitempty"` Price float64 `json:"price"` BillingPeriod *int64 `json:"billingPeriod,omitempty"` Service NullableString `json:"service,omitempty"` TenantId string `json:"tenantId"` AdditionalProperties map[string]interface{} }
BillingPriceUpdate struct for BillingPriceUpdate
func NewBillingPriceUpdate ¶ added in v1.0.8
func NewBillingPriceUpdate(name string, type_ string, price float64, tenantId string) *BillingPriceUpdate
NewBillingPriceUpdate instantiates a new BillingPriceUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingPriceUpdateWithDefaults ¶ added in v1.0.8
func NewBillingPriceUpdateWithDefaults() *BillingPriceUpdate
NewBillingPriceUpdateWithDefaults instantiates a new BillingPriceUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingPriceUpdate) GetBillingPeriod ¶ added in v1.0.8
func (o *BillingPriceUpdate) GetBillingPeriod() int64
GetBillingPeriod returns the BillingPeriod field value if set, zero value otherwise.
func (*BillingPriceUpdate) GetBillingPeriodOk ¶ added in v1.0.8
func (o *BillingPriceUpdate) GetBillingPeriodOk() (*int64, bool)
GetBillingPeriodOk returns a tuple with the BillingPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingPriceUpdate) GetDescription ¶ added in v1.0.8
func (o *BillingPriceUpdate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*BillingPriceUpdate) GetDescriptionOk ¶ added in v1.0.8
func (o *BillingPriceUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingPriceUpdate) GetName ¶ added in v1.0.8
func (o *BillingPriceUpdate) GetName() string
GetName returns the Name field value
func (*BillingPriceUpdate) GetNameOk ¶ added in v1.0.8
func (o *BillingPriceUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*BillingPriceUpdate) GetPrice ¶ added in v1.0.8
func (o *BillingPriceUpdate) GetPrice() float64
GetPrice returns the Price field value
func (*BillingPriceUpdate) GetPriceOk ¶ added in v1.0.8
func (o *BillingPriceUpdate) GetPriceOk() (*float64, bool)
GetPriceOk returns a tuple with the Price field value and a boolean to check if the value has been set.
func (*BillingPriceUpdate) GetService ¶ added in v1.0.8
func (o *BillingPriceUpdate) GetService() string
GetService returns the Service field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BillingPriceUpdate) GetServiceOk ¶ added in v1.0.8
func (o *BillingPriceUpdate) GetServiceOk() (*string, bool)
GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BillingPriceUpdate) GetSource ¶ added in v1.0.8
func (o *BillingPriceUpdate) GetSource() string
GetSource returns the Source field value if set, zero value otherwise.
func (*BillingPriceUpdate) GetSourceOk ¶ added in v1.0.8
func (o *BillingPriceUpdate) 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 (*BillingPriceUpdate) GetSubtype ¶ added in v1.0.8
func (o *BillingPriceUpdate) GetSubtype() string
GetSubtype returns the Subtype field value if set, zero value otherwise.
func (*BillingPriceUpdate) GetSubtypeOk ¶ added in v1.0.8
func (o *BillingPriceUpdate) GetSubtypeOk() (*string, bool)
GetSubtypeOk returns a tuple with the Subtype field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingPriceUpdate) GetTenantId ¶ added in v1.0.8
func (o *BillingPriceUpdate) GetTenantId() string
GetTenantId returns the TenantId field value
func (*BillingPriceUpdate) GetTenantIdOk ¶ added in v1.0.8
func (o *BillingPriceUpdate) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.
func (*BillingPriceUpdate) GetType ¶ added in v1.0.8
func (o *BillingPriceUpdate) GetType() string
GetType returns the Type field value
func (*BillingPriceUpdate) GetTypeOk ¶ added in v1.0.8
func (o *BillingPriceUpdate) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*BillingPriceUpdate) HasBillingPeriod ¶ added in v1.0.8
func (o *BillingPriceUpdate) HasBillingPeriod() bool
HasBillingPeriod returns a boolean if a field has been set.
func (*BillingPriceUpdate) HasDescription ¶ added in v1.0.8
func (o *BillingPriceUpdate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*BillingPriceUpdate) HasService ¶ added in v1.0.8
func (o *BillingPriceUpdate) HasService() bool
HasService returns a boolean if a field has been set.
func (*BillingPriceUpdate) HasSource ¶ added in v1.0.8
func (o *BillingPriceUpdate) HasSource() bool
HasSource returns a boolean if a field has been set.
func (*BillingPriceUpdate) HasSubtype ¶ added in v1.0.8
func (o *BillingPriceUpdate) HasSubtype() bool
HasSubtype returns a boolean if a field has been set.
func (BillingPriceUpdate) MarshalJSON ¶ added in v1.0.8
func (o BillingPriceUpdate) MarshalJSON() ([]byte, error)
func (*BillingPriceUpdate) SetBillingPeriod ¶ added in v1.0.8
func (o *BillingPriceUpdate) SetBillingPeriod(v int64)
SetBillingPeriod gets a reference to the given int64 and assigns it to the BillingPeriod field.
func (*BillingPriceUpdate) SetDescription ¶ added in v1.0.8
func (o *BillingPriceUpdate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*BillingPriceUpdate) SetName ¶ added in v1.0.8
func (o *BillingPriceUpdate) SetName(v string)
SetName sets field value
func (*BillingPriceUpdate) SetPrice ¶ added in v1.0.8
func (o *BillingPriceUpdate) SetPrice(v float64)
SetPrice sets field value
func (*BillingPriceUpdate) SetService ¶ added in v1.0.8
func (o *BillingPriceUpdate) SetService(v string)
SetService gets a reference to the given NullableString and assigns it to the Service field.
func (*BillingPriceUpdate) SetServiceNil ¶ added in v1.0.8
func (o *BillingPriceUpdate) SetServiceNil()
SetServiceNil sets the value for Service to be an explicit nil
func (*BillingPriceUpdate) SetSource ¶ added in v1.0.8
func (o *BillingPriceUpdate) SetSource(v string)
SetSource gets a reference to the given string and assigns it to the Source field.
func (*BillingPriceUpdate) SetSubtype ¶ added in v1.0.8
func (o *BillingPriceUpdate) SetSubtype(v string)
SetSubtype gets a reference to the given string and assigns it to the Subtype field.
func (*BillingPriceUpdate) SetTenantId ¶ added in v1.0.8
func (o *BillingPriceUpdate) SetTenantId(v string)
SetTenantId sets field value
func (*BillingPriceUpdate) SetType ¶ added in v1.0.8
func (o *BillingPriceUpdate) SetType(v string)
SetType sets field value
func (*BillingPriceUpdate) UnmarshalJSON ¶ added in v1.0.8
func (o *BillingPriceUpdate) UnmarshalJSON(bytes []byte) (err error)
func (*BillingPriceUpdate) UnsetService ¶ added in v1.0.8
func (o *BillingPriceUpdate) UnsetService()
UnsetService ensures that no value is present for Service, not even an explicit nil
type BillingPricesApiService ¶ added in v1.0.8
type BillingPricesApiService service
BillingPricesApiService BillingPricesApi service
func (*BillingPricesApiService) AddPrice ¶ added in v1.0.8
func (a *BillingPricesApiService) AddPrice(ctx _context.Context) ApiAddPriceRequest
* AddPrice Add price for tenant and event type. * Needs MANAGE_PRICES permission to allow for the creation of a price. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiAddPriceRequest
func (*BillingPricesApiService) AddPriceExecute ¶ added in v1.0.8
func (a *BillingPricesApiService) AddPriceExecute(r ApiAddPriceRequest) (BillingPrice, *_nethttp.Response, error)
* Execute executes the request * @return BillingPrice
func (*BillingPricesApiService) DeletePrice ¶ added in v1.0.8
func (a *BillingPricesApiService) DeletePrice(ctx _context.Context, id string) ApiDeletePriceRequest
* DeletePrice Delete a price. * Needs MANAGE_PRICES permission to delete a price. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiDeletePriceRequest
func (*BillingPricesApiService) DeletePriceExecute ¶ added in v1.0.8
func (a *BillingPricesApiService) DeletePriceExecute(r ApiDeletePriceRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*BillingPricesApiService) GetPrice ¶ added in v1.0.8
func (a *BillingPricesApiService) GetPrice(ctx _context.Context, id string) ApiGetPriceRequest
* GetPrice Get a price. * Needs VIEW_PRICES permission to get pricing detail. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetPriceRequest
func (*BillingPricesApiService) GetPriceExecute ¶ added in v1.0.8
func (a *BillingPricesApiService) GetPriceExecute(r ApiGetPriceRequest) (BillingPrice, *_nethttp.Response, error)
* Execute executes the request * @return BillingPrice
func (*BillingPricesApiService) GetPricesPage ¶ added in v1.0.8
func (a *BillingPricesApiService) GetPricesPage(ctx _context.Context) ApiGetPricesPageRequest
* GetPricesPage Retrieve a page of prices. * Needs VIEW_PRICES permission to view the pricing details. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetPricesPageRequest
func (*BillingPricesApiService) GetPricesPageExecute ¶ added in v1.0.8
func (a *BillingPricesApiService) GetPricesPageExecute(r ApiGetPricesPageRequest) (BillingPricesPage, *_nethttp.Response, error)
* Execute executes the request * @return BillingPricesPage
func (*BillingPricesApiService) UpdatePrice ¶ added in v1.0.8
func (a *BillingPricesApiService) UpdatePrice(ctx _context.Context, id string) ApiUpdatePriceRequest
* UpdatePrice Update price for an event type and tenant. * Needs MANAGE_PRICES permission to update a pricing detail. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiUpdatePriceRequest
func (*BillingPricesApiService) UpdatePriceExecute ¶ added in v1.0.8
func (a *BillingPricesApiService) UpdatePriceExecute(r ApiUpdatePriceRequest) (BillingPrice, *_nethttp.Response, error)
* Execute executes the request * @return BillingPrice
type BillingPricesPage ¶ added in v1.0.8
type BillingPricesPage struct { Page *int32 `json:"page,omitempty"` PageSize *int32 `json:"pageSize,omitempty"` TotalItems NullableInt64 `json:"totalItems,omitempty"` HasNext NullableBool `json:"hasNext,omitempty"` HasPrevious NullableBool `json:"hasPrevious,omitempty"` SortBy NullableString `json:"sortBy,omitempty"` SortOrder NullableString `json:"sortOrder,omitempty"` Contents *[]BillingPrice `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
BillingPricesPage struct for BillingPricesPage
func NewBillingPricesPage ¶ added in v1.0.8
func NewBillingPricesPage() *BillingPricesPage
NewBillingPricesPage instantiates a new BillingPricesPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingPricesPageWithDefaults ¶ added in v1.0.8
func NewBillingPricesPageWithDefaults() *BillingPricesPage
NewBillingPricesPageWithDefaults instantiates a new BillingPricesPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingPricesPage) GetContents ¶ added in v1.0.8
func (o *BillingPricesPage) GetContents() []BillingPrice
GetContents returns the Contents field value if set, zero value otherwise.
func (*BillingPricesPage) GetContentsOk ¶ added in v1.0.8
func (o *BillingPricesPage) GetContentsOk() (*[]BillingPrice, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingPricesPage) GetHasNext ¶ added in v1.0.8
func (o *BillingPricesPage) GetHasNext() bool
GetHasNext returns the HasNext field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BillingPricesPage) GetHasNextOk ¶ added in v1.0.8
func (o *BillingPricesPage) GetHasNextOk() (*bool, bool)
GetHasNextOk returns a tuple with the HasNext field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BillingPricesPage) GetHasPrevious ¶ added in v1.0.8
func (o *BillingPricesPage) GetHasPrevious() bool
GetHasPrevious returns the HasPrevious field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BillingPricesPage) GetHasPreviousOk ¶ added in v1.0.8
func (o *BillingPricesPage) GetHasPreviousOk() (*bool, bool)
GetHasPreviousOk returns a tuple with the HasPrevious field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BillingPricesPage) GetPage ¶ added in v1.0.8
func (o *BillingPricesPage) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise.
func (*BillingPricesPage) GetPageOk ¶ added in v1.0.8
func (o *BillingPricesPage) 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 (*BillingPricesPage) GetPageSize ¶ added in v1.0.8
func (o *BillingPricesPage) GetPageSize() int32
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*BillingPricesPage) GetPageSizeOk ¶ added in v1.0.8
func (o *BillingPricesPage) 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 (*BillingPricesPage) GetSortBy ¶ added in v1.0.8
func (o *BillingPricesPage) GetSortBy() string
GetSortBy returns the SortBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BillingPricesPage) GetSortByOk ¶ added in v1.0.8
func (o *BillingPricesPage) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BillingPricesPage) GetSortOrder ¶ added in v1.0.8
func (o *BillingPricesPage) GetSortOrder() string
GetSortOrder returns the SortOrder field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BillingPricesPage) GetSortOrderOk ¶ added in v1.0.8
func (o *BillingPricesPage) GetSortOrderOk() (*string, bool)
GetSortOrderOk returns a tuple with the SortOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BillingPricesPage) GetTotalItems ¶ added in v1.0.8
func (o *BillingPricesPage) GetTotalItems() int64
GetTotalItems returns the TotalItems field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BillingPricesPage) GetTotalItemsOk ¶ added in v1.0.8
func (o *BillingPricesPage) GetTotalItemsOk() (*int64, bool)
GetTotalItemsOk returns a tuple with the TotalItems field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BillingPricesPage) HasContents ¶ added in v1.0.8
func (o *BillingPricesPage) HasContents() bool
HasContents returns a boolean if a field has been set.
func (*BillingPricesPage) HasHasNext ¶ added in v1.0.8
func (o *BillingPricesPage) HasHasNext() bool
HasHasNext returns a boolean if a field has been set.
func (*BillingPricesPage) HasHasPrevious ¶ added in v1.0.8
func (o *BillingPricesPage) HasHasPrevious() bool
HasHasPrevious returns a boolean if a field has been set.
func (*BillingPricesPage) HasPage ¶ added in v1.0.8
func (o *BillingPricesPage) HasPage() bool
HasPage returns a boolean if a field has been set.
func (*BillingPricesPage) HasPageSize ¶ added in v1.0.8
func (o *BillingPricesPage) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (*BillingPricesPage) HasSortBy ¶ added in v1.0.8
func (o *BillingPricesPage) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.
func (*BillingPricesPage) HasSortOrder ¶ added in v1.0.8
func (o *BillingPricesPage) HasSortOrder() bool
HasSortOrder returns a boolean if a field has been set.
func (*BillingPricesPage) HasTotalItems ¶ added in v1.0.8
func (o *BillingPricesPage) HasTotalItems() bool
HasTotalItems returns a boolean if a field has been set.
func (BillingPricesPage) MarshalJSON ¶ added in v1.0.8
func (o BillingPricesPage) MarshalJSON() ([]byte, error)
func (*BillingPricesPage) SetContents ¶ added in v1.0.8
func (o *BillingPricesPage) SetContents(v []BillingPrice)
SetContents gets a reference to the given []BillingPrice and assigns it to the Contents field.
func (*BillingPricesPage) SetHasNext ¶ added in v1.0.8
func (o *BillingPricesPage) SetHasNext(v bool)
SetHasNext gets a reference to the given NullableBool and assigns it to the HasNext field.
func (*BillingPricesPage) SetHasNextNil ¶ added in v1.0.8
func (o *BillingPricesPage) SetHasNextNil()
SetHasNextNil sets the value for HasNext to be an explicit nil
func (*BillingPricesPage) SetHasPrevious ¶ added in v1.0.8
func (o *BillingPricesPage) SetHasPrevious(v bool)
SetHasPrevious gets a reference to the given NullableBool and assigns it to the HasPrevious field.
func (*BillingPricesPage) SetHasPreviousNil ¶ added in v1.0.8
func (o *BillingPricesPage) SetHasPreviousNil()
SetHasPreviousNil sets the value for HasPrevious to be an explicit nil
func (*BillingPricesPage) SetPage ¶ added in v1.0.8
func (o *BillingPricesPage) SetPage(v int32)
SetPage gets a reference to the given int32 and assigns it to the Page field.
func (*BillingPricesPage) SetPageSize ¶ added in v1.0.8
func (o *BillingPricesPage) SetPageSize(v int32)
SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.
func (*BillingPricesPage) SetSortBy ¶ added in v1.0.8
func (o *BillingPricesPage) SetSortBy(v string)
SetSortBy gets a reference to the given NullableString and assigns it to the SortBy field.
func (*BillingPricesPage) SetSortByNil ¶ added in v1.0.8
func (o *BillingPricesPage) SetSortByNil()
SetSortByNil sets the value for SortBy to be an explicit nil
func (*BillingPricesPage) SetSortOrder ¶ added in v1.0.8
func (o *BillingPricesPage) SetSortOrder(v string)
SetSortOrder gets a reference to the given NullableString and assigns it to the SortOrder field.
func (*BillingPricesPage) SetSortOrderNil ¶ added in v1.0.8
func (o *BillingPricesPage) SetSortOrderNil()
SetSortOrderNil sets the value for SortOrder to be an explicit nil
func (*BillingPricesPage) SetTotalItems ¶ added in v1.0.8
func (o *BillingPricesPage) SetTotalItems(v int64)
SetTotalItems gets a reference to the given NullableInt64 and assigns it to the TotalItems field.
func (*BillingPricesPage) SetTotalItemsNil ¶ added in v1.0.8
func (o *BillingPricesPage) SetTotalItemsNil()
SetTotalItemsNil sets the value for TotalItems to be an explicit nil
func (*BillingPricesPage) UnmarshalJSON ¶ added in v1.0.8
func (o *BillingPricesPage) UnmarshalJSON(bytes []byte) (err error)
func (*BillingPricesPage) UnsetHasNext ¶ added in v1.0.8
func (o *BillingPricesPage) UnsetHasNext()
UnsetHasNext ensures that no value is present for HasNext, not even an explicit nil
func (*BillingPricesPage) UnsetHasPrevious ¶ added in v1.0.8
func (o *BillingPricesPage) UnsetHasPrevious()
UnsetHasPrevious ensures that no value is present for HasPrevious, not even an explicit nil
func (*BillingPricesPage) UnsetSortBy ¶ added in v1.0.8
func (o *BillingPricesPage) UnsetSortBy()
UnsetSortBy ensures that no value is present for SortBy, not even an explicit nil
func (*BillingPricesPage) UnsetSortOrder ¶ added in v1.0.8
func (o *BillingPricesPage) UnsetSortOrder()
UnsetSortOrder ensures that no value is present for SortOrder, not even an explicit nil
func (*BillingPricesPage) UnsetTotalItems ¶ added in v1.0.8
func (o *BillingPricesPage) UnsetTotalItems()
UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil
type BillingPricesPageAllOf ¶ added in v1.0.8
type BillingPricesPageAllOf struct { Contents *[]BillingPrice `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
BillingPricesPageAllOf struct for BillingPricesPageAllOf
func NewBillingPricesPageAllOf ¶ added in v1.0.8
func NewBillingPricesPageAllOf() *BillingPricesPageAllOf
NewBillingPricesPageAllOf instantiates a new BillingPricesPageAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingPricesPageAllOfWithDefaults ¶ added in v1.0.8
func NewBillingPricesPageAllOfWithDefaults() *BillingPricesPageAllOf
NewBillingPricesPageAllOfWithDefaults instantiates a new BillingPricesPageAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingPricesPageAllOf) GetContents ¶ added in v1.0.8
func (o *BillingPricesPageAllOf) GetContents() []BillingPrice
GetContents returns the Contents field value if set, zero value otherwise.
func (*BillingPricesPageAllOf) GetContentsOk ¶ added in v1.0.8
func (o *BillingPricesPageAllOf) GetContentsOk() (*[]BillingPrice, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingPricesPageAllOf) HasContents ¶ added in v1.0.8
func (o *BillingPricesPageAllOf) HasContents() bool
HasContents returns a boolean if a field has been set.
func (BillingPricesPageAllOf) MarshalJSON ¶ added in v1.0.8
func (o BillingPricesPageAllOf) MarshalJSON() ([]byte, error)
func (*BillingPricesPageAllOf) SetContents ¶ added in v1.0.8
func (o *BillingPricesPageAllOf) SetContents(v []BillingPrice)
SetContents gets a reference to the given []BillingPrice and assigns it to the Contents field.
func (*BillingPricesPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (o *BillingPricesPageAllOf) UnmarshalJSON(bytes []byte) (err error)
type CatalogAssignment ¶
type CatalogAssignment struct { TenantId *string `json:"tenantId,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` AdditionalProperties map[string]interface{} }
CatalogAssignment struct for CatalogAssignment
func NewCatalogAssignment ¶
func NewCatalogAssignment() *CatalogAssignment
NewCatalogAssignment instantiates a new CatalogAssignment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCatalogAssignmentWithDefaults ¶
func NewCatalogAssignmentWithDefaults() *CatalogAssignment
NewCatalogAssignmentWithDefaults instantiates a new CatalogAssignment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CatalogAssignment) GetCreatedOn ¶
func (o *CatalogAssignment) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*CatalogAssignment) GetCreatedOnOk ¶
func (o *CatalogAssignment) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CatalogAssignment) GetTenantId ¶
func (o *CatalogAssignment) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*CatalogAssignment) GetTenantIdOk ¶
func (o *CatalogAssignment) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CatalogAssignment) HasCreatedOn ¶
func (o *CatalogAssignment) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*CatalogAssignment) HasTenantId ¶
func (o *CatalogAssignment) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (CatalogAssignment) MarshalJSON ¶
func (o CatalogAssignment) MarshalJSON() ([]byte, error)
func (*CatalogAssignment) SetCreatedOn ¶
func (o *CatalogAssignment) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*CatalogAssignment) SetTenantId ¶
func (o *CatalogAssignment) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*CatalogAssignment) UnmarshalJSON ¶ added in v1.0.5
func (o *CatalogAssignment) UnmarshalJSON(bytes []byte) (err error)
type ChangeRequest ¶ added in v1.0.8
type ChangeRequest struct { Id *string `json:"id,omitempty"` ExternalId *string `json:"externalId,omitempty"` Name *string `json:"name,omitempty"` Description *string `json:"description,omitempty"` Attributes *map[string]map[string]interface{} `json:"attributes,omitempty"` TenantId NullableString `json:"tenantId,omitempty"` AdditionalProperties map[string]interface{} }
ChangeRequest struct for ChangeRequest
func NewChangeRequest ¶ added in v1.0.8
func NewChangeRequest() *ChangeRequest
NewChangeRequest instantiates a new ChangeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewChangeRequestWithDefaults ¶ added in v1.0.8
func NewChangeRequestWithDefaults() *ChangeRequest
NewChangeRequestWithDefaults instantiates a new ChangeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ChangeRequest) GetAttributes ¶ added in v1.0.8
func (o *ChangeRequest) GetAttributes() map[string]map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ChangeRequest) GetAttributesOk ¶ added in v1.0.8
func (o *ChangeRequest) GetAttributesOk() (*map[string]map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChangeRequest) GetDescription ¶ added in v1.0.8
func (o *ChangeRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ChangeRequest) GetDescriptionOk ¶ added in v1.0.8
func (o *ChangeRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChangeRequest) GetExternalId ¶ added in v1.0.8
func (o *ChangeRequest) GetExternalId() string
GetExternalId returns the ExternalId field value if set, zero value otherwise.
func (*ChangeRequest) GetExternalIdOk ¶ added in v1.0.8
func (o *ChangeRequest) GetExternalIdOk() (*string, bool)
GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChangeRequest) GetId ¶ added in v1.0.8
func (o *ChangeRequest) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ChangeRequest) GetIdOk ¶ added in v1.0.8
func (o *ChangeRequest) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChangeRequest) GetName ¶ added in v1.0.8
func (o *ChangeRequest) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ChangeRequest) GetNameOk ¶ added in v1.0.8
func (o *ChangeRequest) 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 (*ChangeRequest) GetTenantId ¶ added in v1.0.8
func (o *ChangeRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ChangeRequest) GetTenantIdOk ¶ added in v1.0.8
func (o *ChangeRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ChangeRequest) HasAttributes ¶ added in v1.0.8
func (o *ChangeRequest) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ChangeRequest) HasDescription ¶ added in v1.0.8
func (o *ChangeRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ChangeRequest) HasExternalId ¶ added in v1.0.8
func (o *ChangeRequest) HasExternalId() bool
HasExternalId returns a boolean if a field has been set.
func (*ChangeRequest) HasId ¶ added in v1.0.8
func (o *ChangeRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (*ChangeRequest) HasName ¶ added in v1.0.8
func (o *ChangeRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (*ChangeRequest) HasTenantId ¶ added in v1.0.8
func (o *ChangeRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (ChangeRequest) MarshalJSON ¶ added in v1.0.8
func (o ChangeRequest) MarshalJSON() ([]byte, error)
func (*ChangeRequest) SetAttributes ¶ added in v1.0.8
func (o *ChangeRequest) SetAttributes(v map[string]map[string]interface{})
SetAttributes gets a reference to the given map[string]map[string]interface{} and assigns it to the Attributes field.
func (*ChangeRequest) SetDescription ¶ added in v1.0.8
func (o *ChangeRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ChangeRequest) SetExternalId ¶ added in v1.0.8
func (o *ChangeRequest) SetExternalId(v string)
SetExternalId gets a reference to the given string and assigns it to the ExternalId field.
func (*ChangeRequest) SetId ¶ added in v1.0.8
func (o *ChangeRequest) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ChangeRequest) SetName ¶ added in v1.0.8
func (o *ChangeRequest) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ChangeRequest) SetTenantId ¶ added in v1.0.8
func (o *ChangeRequest) SetTenantId(v string)
SetTenantId gets a reference to the given NullableString and assigns it to the TenantId field.
func (*ChangeRequest) SetTenantIdNil ¶ added in v1.0.8
func (o *ChangeRequest) SetTenantIdNil()
SetTenantIdNil sets the value for TenantId to be an explicit nil
func (*ChangeRequest) UnmarshalJSON ¶ added in v1.0.8
func (o *ChangeRequest) UnmarshalJSON(bytes []byte) (err error)
func (*ChangeRequest) UnsetTenantId ¶ added in v1.0.8
func (o *ChangeRequest) UnsetTenantId()
UnsetTenantId ensures that no value is present for TenantId, not even an explicit nil
type ChangeRequestAllOf ¶ added in v1.0.8
type ChangeRequestAllOf struct { Id *string `json:"id,omitempty"` ExternalId *string `json:"externalId,omitempty"` AdditionalProperties map[string]interface{} }
ChangeRequestAllOf struct for ChangeRequestAllOf
func NewChangeRequestAllOf ¶ added in v1.0.8
func NewChangeRequestAllOf() *ChangeRequestAllOf
NewChangeRequestAllOf instantiates a new ChangeRequestAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewChangeRequestAllOfWithDefaults ¶ added in v1.0.8
func NewChangeRequestAllOfWithDefaults() *ChangeRequestAllOf
NewChangeRequestAllOfWithDefaults instantiates a new ChangeRequestAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ChangeRequestAllOf) GetExternalId ¶ added in v1.0.8
func (o *ChangeRequestAllOf) GetExternalId() string
GetExternalId returns the ExternalId field value if set, zero value otherwise.
func (*ChangeRequestAllOf) GetExternalIdOk ¶ added in v1.0.8
func (o *ChangeRequestAllOf) GetExternalIdOk() (*string, bool)
GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChangeRequestAllOf) GetId ¶ added in v1.0.8
func (o *ChangeRequestAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ChangeRequestAllOf) GetIdOk ¶ added in v1.0.8
func (o *ChangeRequestAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChangeRequestAllOf) HasExternalId ¶ added in v1.0.8
func (o *ChangeRequestAllOf) HasExternalId() bool
HasExternalId returns a boolean if a field has been set.
func (*ChangeRequestAllOf) HasId ¶ added in v1.0.8
func (o *ChangeRequestAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (ChangeRequestAllOf) MarshalJSON ¶ added in v1.0.8
func (o ChangeRequestAllOf) MarshalJSON() ([]byte, error)
func (*ChangeRequestAllOf) SetExternalId ¶ added in v1.0.8
func (o *ChangeRequestAllOf) SetExternalId(v string)
SetExternalId gets a reference to the given string and assigns it to the ExternalId field.
func (*ChangeRequestAllOf) SetId ¶ added in v1.0.8
func (o *ChangeRequestAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ChangeRequestAllOf) UnmarshalJSON ¶ added in v1.0.8
func (o *ChangeRequestAllOf) UnmarshalJSON(bytes []byte) (err error)
type ChangeRequestCreate ¶ added in v1.0.8
type ChangeRequestCreate struct { Name *string `json:"name,omitempty"` Description *string `json:"description,omitempty"` Attributes *map[string]map[string]interface{} `json:"attributes,omitempty"` TenantId NullableString `json:"tenantId,omitempty"` AdditionalProperties map[string]interface{} }
ChangeRequestCreate struct for ChangeRequestCreate
func NewChangeRequestCreate ¶ added in v1.0.8
func NewChangeRequestCreate() *ChangeRequestCreate
NewChangeRequestCreate instantiates a new ChangeRequestCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewChangeRequestCreateWithDefaults ¶ added in v1.0.8
func NewChangeRequestCreateWithDefaults() *ChangeRequestCreate
NewChangeRequestCreateWithDefaults instantiates a new ChangeRequestCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ChangeRequestCreate) GetAttributes ¶ added in v1.0.8
func (o *ChangeRequestCreate) GetAttributes() map[string]map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ChangeRequestCreate) GetAttributesOk ¶ added in v1.0.8
func (o *ChangeRequestCreate) GetAttributesOk() (*map[string]map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChangeRequestCreate) GetDescription ¶ added in v1.0.8
func (o *ChangeRequestCreate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ChangeRequestCreate) GetDescriptionOk ¶ added in v1.0.8
func (o *ChangeRequestCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChangeRequestCreate) GetName ¶ added in v1.0.8
func (o *ChangeRequestCreate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ChangeRequestCreate) GetNameOk ¶ added in v1.0.8
func (o *ChangeRequestCreate) 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 (*ChangeRequestCreate) GetTenantId ¶ added in v1.0.8
func (o *ChangeRequestCreate) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ChangeRequestCreate) GetTenantIdOk ¶ added in v1.0.8
func (o *ChangeRequestCreate) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ChangeRequestCreate) HasAttributes ¶ added in v1.0.8
func (o *ChangeRequestCreate) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ChangeRequestCreate) HasDescription ¶ added in v1.0.8
func (o *ChangeRequestCreate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ChangeRequestCreate) HasName ¶ added in v1.0.8
func (o *ChangeRequestCreate) HasName() bool
HasName returns a boolean if a field has been set.
func (*ChangeRequestCreate) HasTenantId ¶ added in v1.0.8
func (o *ChangeRequestCreate) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (ChangeRequestCreate) MarshalJSON ¶ added in v1.0.8
func (o ChangeRequestCreate) MarshalJSON() ([]byte, error)
func (*ChangeRequestCreate) SetAttributes ¶ added in v1.0.8
func (o *ChangeRequestCreate) SetAttributes(v map[string]map[string]interface{})
SetAttributes gets a reference to the given map[string]map[string]interface{} and assigns it to the Attributes field.
func (*ChangeRequestCreate) SetDescription ¶ added in v1.0.8
func (o *ChangeRequestCreate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ChangeRequestCreate) SetName ¶ added in v1.0.8
func (o *ChangeRequestCreate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ChangeRequestCreate) SetTenantId ¶ added in v1.0.8
func (o *ChangeRequestCreate) SetTenantId(v string)
SetTenantId gets a reference to the given NullableString and assigns it to the TenantId field.
func (*ChangeRequestCreate) SetTenantIdNil ¶ added in v1.0.8
func (o *ChangeRequestCreate) SetTenantIdNil()
SetTenantIdNil sets the value for TenantId to be an explicit nil
func (*ChangeRequestCreate) UnmarshalJSON ¶ added in v1.0.8
func (o *ChangeRequestCreate) UnmarshalJSON(bytes []byte) (err error)
func (*ChangeRequestCreate) UnsetTenantId ¶ added in v1.0.8
func (o *ChangeRequestCreate) UnsetTenantId()
UnsetTenantId ensures that no value is present for TenantId, not even an explicit nil
type ChangeRequestSummary ¶ added in v1.0.8
type ChangeRequestSummary struct { Id *string `json:"id,omitempty"` ExternalId *string `json:"externalId,omitempty"` Name *string `json:"name,omitempty"` Description *string `json:"description,omitempty"` TenantId NullableString `json:"tenantId,omitempty"` Attributes *map[string]map[string]interface{} `json:"attributes,omitempty"` AdditionalProperties map[string]interface{} }
ChangeRequestSummary struct for ChangeRequestSummary
func NewChangeRequestSummary ¶ added in v1.0.8
func NewChangeRequestSummary() *ChangeRequestSummary
NewChangeRequestSummary instantiates a new ChangeRequestSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewChangeRequestSummaryWithDefaults ¶ added in v1.0.8
func NewChangeRequestSummaryWithDefaults() *ChangeRequestSummary
NewChangeRequestSummaryWithDefaults instantiates a new ChangeRequestSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ChangeRequestSummary) GetAttributes ¶ added in v1.0.8
func (o *ChangeRequestSummary) GetAttributes() map[string]map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ChangeRequestSummary) GetAttributesOk ¶ added in v1.0.8
func (o *ChangeRequestSummary) GetAttributesOk() (*map[string]map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChangeRequestSummary) GetDescription ¶ added in v1.0.8
func (o *ChangeRequestSummary) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ChangeRequestSummary) GetDescriptionOk ¶ added in v1.0.8
func (o *ChangeRequestSummary) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChangeRequestSummary) GetExternalId ¶ added in v1.0.8
func (o *ChangeRequestSummary) GetExternalId() string
GetExternalId returns the ExternalId field value if set, zero value otherwise.
func (*ChangeRequestSummary) GetExternalIdOk ¶ added in v1.0.8
func (o *ChangeRequestSummary) GetExternalIdOk() (*string, bool)
GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChangeRequestSummary) GetId ¶ added in v1.0.8
func (o *ChangeRequestSummary) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ChangeRequestSummary) GetIdOk ¶ added in v1.0.8
func (o *ChangeRequestSummary) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChangeRequestSummary) GetName ¶ added in v1.0.8
func (o *ChangeRequestSummary) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ChangeRequestSummary) GetNameOk ¶ added in v1.0.8
func (o *ChangeRequestSummary) 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 (*ChangeRequestSummary) GetTenantId ¶ added in v1.0.8
func (o *ChangeRequestSummary) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ChangeRequestSummary) GetTenantIdOk ¶ added in v1.0.8
func (o *ChangeRequestSummary) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ChangeRequestSummary) HasAttributes ¶ added in v1.0.8
func (o *ChangeRequestSummary) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ChangeRequestSummary) HasDescription ¶ added in v1.0.8
func (o *ChangeRequestSummary) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ChangeRequestSummary) HasExternalId ¶ added in v1.0.8
func (o *ChangeRequestSummary) HasExternalId() bool
HasExternalId returns a boolean if a field has been set.
func (*ChangeRequestSummary) HasId ¶ added in v1.0.8
func (o *ChangeRequestSummary) HasId() bool
HasId returns a boolean if a field has been set.
func (*ChangeRequestSummary) HasName ¶ added in v1.0.8
func (o *ChangeRequestSummary) HasName() bool
HasName returns a boolean if a field has been set.
func (*ChangeRequestSummary) HasTenantId ¶ added in v1.0.8
func (o *ChangeRequestSummary) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (ChangeRequestSummary) MarshalJSON ¶ added in v1.0.8
func (o ChangeRequestSummary) MarshalJSON() ([]byte, error)
func (*ChangeRequestSummary) SetAttributes ¶ added in v1.0.8
func (o *ChangeRequestSummary) SetAttributes(v map[string]map[string]interface{})
SetAttributes gets a reference to the given map[string]map[string]interface{} and assigns it to the Attributes field.
func (*ChangeRequestSummary) SetDescription ¶ added in v1.0.8
func (o *ChangeRequestSummary) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ChangeRequestSummary) SetExternalId ¶ added in v1.0.8
func (o *ChangeRequestSummary) SetExternalId(v string)
SetExternalId gets a reference to the given string and assigns it to the ExternalId field.
func (*ChangeRequestSummary) SetId ¶ added in v1.0.8
func (o *ChangeRequestSummary) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ChangeRequestSummary) SetName ¶ added in v1.0.8
func (o *ChangeRequestSummary) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ChangeRequestSummary) SetTenantId ¶ added in v1.0.8
func (o *ChangeRequestSummary) SetTenantId(v string)
SetTenantId gets a reference to the given NullableString and assigns it to the TenantId field.
func (*ChangeRequestSummary) SetTenantIdNil ¶ added in v1.0.8
func (o *ChangeRequestSummary) SetTenantIdNil()
SetTenantIdNil sets the value for TenantId to be an explicit nil
func (*ChangeRequestSummary) UnmarshalJSON ¶ added in v1.0.8
func (o *ChangeRequestSummary) UnmarshalJSON(bytes []byte) (err error)
func (*ChangeRequestSummary) UnsetTenantId ¶ added in v1.0.8
func (o *ChangeRequestSummary) UnsetTenantId()
UnsetTenantId ensures that no value is present for TenantId, not even an explicit nil
type ChangeRequestUpdate ¶ added in v1.0.8
type ChangeRequestUpdate struct { Name *string `json:"name,omitempty"` Description *string `json:"description,omitempty"` Attributes *map[string]map[string]interface{} `json:"attributes,omitempty"` TenantId NullableString `json:"tenantId,omitempty"` AdditionalProperties map[string]interface{} }
ChangeRequestUpdate struct for ChangeRequestUpdate
func NewChangeRequestUpdate ¶ added in v1.0.8
func NewChangeRequestUpdate() *ChangeRequestUpdate
NewChangeRequestUpdate instantiates a new ChangeRequestUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewChangeRequestUpdateWithDefaults ¶ added in v1.0.8
func NewChangeRequestUpdateWithDefaults() *ChangeRequestUpdate
NewChangeRequestUpdateWithDefaults instantiates a new ChangeRequestUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ChangeRequestUpdate) GetAttributes ¶ added in v1.0.8
func (o *ChangeRequestUpdate) GetAttributes() map[string]map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ChangeRequestUpdate) GetAttributesOk ¶ added in v1.0.8
func (o *ChangeRequestUpdate) GetAttributesOk() (*map[string]map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChangeRequestUpdate) GetDescription ¶ added in v1.0.8
func (o *ChangeRequestUpdate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ChangeRequestUpdate) GetDescriptionOk ¶ added in v1.0.8
func (o *ChangeRequestUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChangeRequestUpdate) GetName ¶ added in v1.0.8
func (o *ChangeRequestUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ChangeRequestUpdate) GetNameOk ¶ added in v1.0.8
func (o *ChangeRequestUpdate) 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 (*ChangeRequestUpdate) GetTenantId ¶ added in v1.0.8
func (o *ChangeRequestUpdate) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ChangeRequestUpdate) GetTenantIdOk ¶ added in v1.0.8
func (o *ChangeRequestUpdate) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ChangeRequestUpdate) HasAttributes ¶ added in v1.0.8
func (o *ChangeRequestUpdate) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ChangeRequestUpdate) HasDescription ¶ added in v1.0.8
func (o *ChangeRequestUpdate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ChangeRequestUpdate) HasName ¶ added in v1.0.8
func (o *ChangeRequestUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (*ChangeRequestUpdate) HasTenantId ¶ added in v1.0.8
func (o *ChangeRequestUpdate) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (ChangeRequestUpdate) MarshalJSON ¶ added in v1.0.8
func (o ChangeRequestUpdate) MarshalJSON() ([]byte, error)
func (*ChangeRequestUpdate) SetAttributes ¶ added in v1.0.8
func (o *ChangeRequestUpdate) SetAttributes(v map[string]map[string]interface{})
SetAttributes gets a reference to the given map[string]map[string]interface{} and assigns it to the Attributes field.
func (*ChangeRequestUpdate) SetDescription ¶ added in v1.0.8
func (o *ChangeRequestUpdate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ChangeRequestUpdate) SetName ¶ added in v1.0.8
func (o *ChangeRequestUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ChangeRequestUpdate) SetTenantId ¶ added in v1.0.8
func (o *ChangeRequestUpdate) SetTenantId(v string)
SetTenantId gets a reference to the given NullableString and assigns it to the TenantId field.
func (*ChangeRequestUpdate) SetTenantIdNil ¶ added in v1.0.8
func (o *ChangeRequestUpdate) SetTenantIdNil()
SetTenantIdNil sets the value for TenantId to be an explicit nil
func (*ChangeRequestUpdate) UnmarshalJSON ¶ added in v1.0.8
func (o *ChangeRequestUpdate) UnmarshalJSON(bytes []byte) (err error)
func (*ChangeRequestUpdate) UnsetTenantId ¶ added in v1.0.8
func (o *ChangeRequestUpdate) UnsetTenantId()
UnsetTenantId ensures that no value is present for TenantId, not even an explicit nil
type ChangeRequestsPage ¶ added in v1.0.8
type ChangeRequestsPage struct { Page *int32 `json:"page,omitempty"` PageSize *int32 `json:"pageSize,omitempty"` TotalItems NullableInt64 `json:"totalItems,omitempty"` HasNext NullableBool `json:"hasNext,omitempty"` HasPrevious NullableBool `json:"hasPrevious,omitempty"` SortBy NullableString `json:"sortBy,omitempty"` SortOrder NullableString `json:"sortOrder,omitempty"` Contents *[]ChangeRequestSummary `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
ChangeRequestsPage struct for ChangeRequestsPage
func NewChangeRequestsPage ¶ added in v1.0.8
func NewChangeRequestsPage() *ChangeRequestsPage
NewChangeRequestsPage instantiates a new ChangeRequestsPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewChangeRequestsPageWithDefaults ¶ added in v1.0.8
func NewChangeRequestsPageWithDefaults() *ChangeRequestsPage
NewChangeRequestsPageWithDefaults instantiates a new ChangeRequestsPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ChangeRequestsPage) GetContents ¶ added in v1.0.8
func (o *ChangeRequestsPage) GetContents() []ChangeRequestSummary
GetContents returns the Contents field value if set, zero value otherwise.
func (*ChangeRequestsPage) GetContentsOk ¶ added in v1.0.8
func (o *ChangeRequestsPage) GetContentsOk() (*[]ChangeRequestSummary, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChangeRequestsPage) GetHasNext ¶ added in v1.0.8
func (o *ChangeRequestsPage) GetHasNext() bool
GetHasNext returns the HasNext field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ChangeRequestsPage) GetHasNextOk ¶ added in v1.0.8
func (o *ChangeRequestsPage) GetHasNextOk() (*bool, bool)
GetHasNextOk returns a tuple with the HasNext field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ChangeRequestsPage) GetHasPrevious ¶ added in v1.0.8
func (o *ChangeRequestsPage) GetHasPrevious() bool
GetHasPrevious returns the HasPrevious field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ChangeRequestsPage) GetHasPreviousOk ¶ added in v1.0.8
func (o *ChangeRequestsPage) GetHasPreviousOk() (*bool, bool)
GetHasPreviousOk returns a tuple with the HasPrevious field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ChangeRequestsPage) GetPage ¶ added in v1.0.8
func (o *ChangeRequestsPage) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise.
func (*ChangeRequestsPage) GetPageOk ¶ added in v1.0.8
func (o *ChangeRequestsPage) 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 (*ChangeRequestsPage) GetPageSize ¶ added in v1.0.8
func (o *ChangeRequestsPage) GetPageSize() int32
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*ChangeRequestsPage) GetPageSizeOk ¶ added in v1.0.8
func (o *ChangeRequestsPage) 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 (*ChangeRequestsPage) GetSortBy ¶ added in v1.0.8
func (o *ChangeRequestsPage) GetSortBy() string
GetSortBy returns the SortBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ChangeRequestsPage) GetSortByOk ¶ added in v1.0.8
func (o *ChangeRequestsPage) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ChangeRequestsPage) GetSortOrder ¶ added in v1.0.8
func (o *ChangeRequestsPage) GetSortOrder() string
GetSortOrder returns the SortOrder field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ChangeRequestsPage) GetSortOrderOk ¶ added in v1.0.8
func (o *ChangeRequestsPage) GetSortOrderOk() (*string, bool)
GetSortOrderOk returns a tuple with the SortOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ChangeRequestsPage) GetTotalItems ¶ added in v1.0.8
func (o *ChangeRequestsPage) GetTotalItems() int64
GetTotalItems returns the TotalItems field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ChangeRequestsPage) GetTotalItemsOk ¶ added in v1.0.8
func (o *ChangeRequestsPage) GetTotalItemsOk() (*int64, bool)
GetTotalItemsOk returns a tuple with the TotalItems field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ChangeRequestsPage) HasContents ¶ added in v1.0.8
func (o *ChangeRequestsPage) HasContents() bool
HasContents returns a boolean if a field has been set.
func (*ChangeRequestsPage) HasHasNext ¶ added in v1.0.8
func (o *ChangeRequestsPage) HasHasNext() bool
HasHasNext returns a boolean if a field has been set.
func (*ChangeRequestsPage) HasHasPrevious ¶ added in v1.0.8
func (o *ChangeRequestsPage) HasHasPrevious() bool
HasHasPrevious returns a boolean if a field has been set.
func (*ChangeRequestsPage) HasPage ¶ added in v1.0.8
func (o *ChangeRequestsPage) HasPage() bool
HasPage returns a boolean if a field has been set.
func (*ChangeRequestsPage) HasPageSize ¶ added in v1.0.8
func (o *ChangeRequestsPage) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (*ChangeRequestsPage) HasSortBy ¶ added in v1.0.8
func (o *ChangeRequestsPage) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.
func (*ChangeRequestsPage) HasSortOrder ¶ added in v1.0.8
func (o *ChangeRequestsPage) HasSortOrder() bool
HasSortOrder returns a boolean if a field has been set.
func (*ChangeRequestsPage) HasTotalItems ¶ added in v1.0.8
func (o *ChangeRequestsPage) HasTotalItems() bool
HasTotalItems returns a boolean if a field has been set.
func (ChangeRequestsPage) MarshalJSON ¶ added in v1.0.8
func (o ChangeRequestsPage) MarshalJSON() ([]byte, error)
func (*ChangeRequestsPage) SetContents ¶ added in v1.0.8
func (o *ChangeRequestsPage) SetContents(v []ChangeRequestSummary)
SetContents gets a reference to the given []ChangeRequestSummary and assigns it to the Contents field.
func (*ChangeRequestsPage) SetHasNext ¶ added in v1.0.8
func (o *ChangeRequestsPage) SetHasNext(v bool)
SetHasNext gets a reference to the given NullableBool and assigns it to the HasNext field.
func (*ChangeRequestsPage) SetHasNextNil ¶ added in v1.0.8
func (o *ChangeRequestsPage) SetHasNextNil()
SetHasNextNil sets the value for HasNext to be an explicit nil
func (*ChangeRequestsPage) SetHasPrevious ¶ added in v1.0.8
func (o *ChangeRequestsPage) SetHasPrevious(v bool)
SetHasPrevious gets a reference to the given NullableBool and assigns it to the HasPrevious field.
func (*ChangeRequestsPage) SetHasPreviousNil ¶ added in v1.0.8
func (o *ChangeRequestsPage) SetHasPreviousNil()
SetHasPreviousNil sets the value for HasPrevious to be an explicit nil
func (*ChangeRequestsPage) SetPage ¶ added in v1.0.8
func (o *ChangeRequestsPage) SetPage(v int32)
SetPage gets a reference to the given int32 and assigns it to the Page field.
func (*ChangeRequestsPage) SetPageSize ¶ added in v1.0.8
func (o *ChangeRequestsPage) SetPageSize(v int32)
SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.
func (*ChangeRequestsPage) SetSortBy ¶ added in v1.0.8
func (o *ChangeRequestsPage) SetSortBy(v string)
SetSortBy gets a reference to the given NullableString and assigns it to the SortBy field.
func (*ChangeRequestsPage) SetSortByNil ¶ added in v1.0.8
func (o *ChangeRequestsPage) SetSortByNil()
SetSortByNil sets the value for SortBy to be an explicit nil
func (*ChangeRequestsPage) SetSortOrder ¶ added in v1.0.8
func (o *ChangeRequestsPage) SetSortOrder(v string)
SetSortOrder gets a reference to the given NullableString and assigns it to the SortOrder field.
func (*ChangeRequestsPage) SetSortOrderNil ¶ added in v1.0.8
func (o *ChangeRequestsPage) SetSortOrderNil()
SetSortOrderNil sets the value for SortOrder to be an explicit nil
func (*ChangeRequestsPage) SetTotalItems ¶ added in v1.0.8
func (o *ChangeRequestsPage) SetTotalItems(v int64)
SetTotalItems gets a reference to the given NullableInt64 and assigns it to the TotalItems field.
func (*ChangeRequestsPage) SetTotalItemsNil ¶ added in v1.0.8
func (o *ChangeRequestsPage) SetTotalItemsNil()
SetTotalItemsNil sets the value for TotalItems to be an explicit nil
func (*ChangeRequestsPage) UnmarshalJSON ¶ added in v1.0.8
func (o *ChangeRequestsPage) UnmarshalJSON(bytes []byte) (err error)
func (*ChangeRequestsPage) UnsetHasNext ¶ added in v1.0.8
func (o *ChangeRequestsPage) UnsetHasNext()
UnsetHasNext ensures that no value is present for HasNext, not even an explicit nil
func (*ChangeRequestsPage) UnsetHasPrevious ¶ added in v1.0.8
func (o *ChangeRequestsPage) UnsetHasPrevious()
UnsetHasPrevious ensures that no value is present for HasPrevious, not even an explicit nil
func (*ChangeRequestsPage) UnsetSortBy ¶ added in v1.0.8
func (o *ChangeRequestsPage) UnsetSortBy()
UnsetSortBy ensures that no value is present for SortBy, not even an explicit nil
func (*ChangeRequestsPage) UnsetSortOrder ¶ added in v1.0.8
func (o *ChangeRequestsPage) UnsetSortOrder()
UnsetSortOrder ensures that no value is present for SortOrder, not even an explicit nil
func (*ChangeRequestsPage) UnsetTotalItems ¶ added in v1.0.8
func (o *ChangeRequestsPage) UnsetTotalItems()
UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil
type ChangeRequestsPageAllOf ¶ added in v1.0.8
type ChangeRequestsPageAllOf struct { Contents *[]ChangeRequestSummary `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
ChangeRequestsPageAllOf struct for ChangeRequestsPageAllOf
func NewChangeRequestsPageAllOf ¶ added in v1.0.8
func NewChangeRequestsPageAllOf() *ChangeRequestsPageAllOf
NewChangeRequestsPageAllOf instantiates a new ChangeRequestsPageAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewChangeRequestsPageAllOfWithDefaults ¶ added in v1.0.8
func NewChangeRequestsPageAllOfWithDefaults() *ChangeRequestsPageAllOf
NewChangeRequestsPageAllOfWithDefaults instantiates a new ChangeRequestsPageAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ChangeRequestsPageAllOf) GetContents ¶ added in v1.0.8
func (o *ChangeRequestsPageAllOf) GetContents() []ChangeRequestSummary
GetContents returns the Contents field value if set, zero value otherwise.
func (*ChangeRequestsPageAllOf) GetContentsOk ¶ added in v1.0.8
func (o *ChangeRequestsPageAllOf) GetContentsOk() (*[]ChangeRequestSummary, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChangeRequestsPageAllOf) HasContents ¶ added in v1.0.8
func (o *ChangeRequestsPageAllOf) HasContents() bool
HasContents returns a boolean if a field has been set.
func (ChangeRequestsPageAllOf) MarshalJSON ¶ added in v1.0.8
func (o ChangeRequestsPageAllOf) MarshalJSON() ([]byte, error)
func (*ChangeRequestsPageAllOf) SetContents ¶ added in v1.0.8
func (o *ChangeRequestsPageAllOf) SetContents(v []ChangeRequestSummary)
SetContents gets a reference to the given []ChangeRequestSummary and assigns it to the Contents field.
func (*ChangeRequestsPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (o *ChangeRequestsPageAllOf) UnmarshalJSON(bytes []byte) (err error)
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type CostSummary ¶ added in v1.0.8
type CostSummary struct { Type *string `json:"type,omitempty"` Subtype *string `json:"subtype,omitempty"` Cost NullableFloat64 `json:"cost,omitempty"` Price NullableFloat64 `json:"price,omitempty"` AdditionalProperties map[string]interface{} }
CostSummary struct for CostSummary
func NewCostSummary ¶ added in v1.0.8
func NewCostSummary() *CostSummary
NewCostSummary instantiates a new CostSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCostSummaryWithDefaults ¶ added in v1.0.8
func NewCostSummaryWithDefaults() *CostSummary
NewCostSummaryWithDefaults instantiates a new CostSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CostSummary) GetCost ¶ added in v1.0.8
func (o *CostSummary) GetCost() float64
GetCost returns the Cost field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CostSummary) GetCostOk ¶ added in v1.0.8
func (o *CostSummary) GetCostOk() (*float64, 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 (*CostSummary) GetPrice ¶ added in v1.0.8
func (o *CostSummary) GetPrice() float64
GetPrice returns the Price field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CostSummary) GetPriceOk ¶ added in v1.0.8
func (o *CostSummary) GetPriceOk() (*float64, bool)
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CostSummary) GetSubtype ¶ added in v1.0.8
func (o *CostSummary) GetSubtype() string
GetSubtype returns the Subtype field value if set, zero value otherwise.
func (*CostSummary) GetSubtypeOk ¶ added in v1.0.8
func (o *CostSummary) GetSubtypeOk() (*string, bool)
GetSubtypeOk returns a tuple with the Subtype field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CostSummary) GetType ¶ added in v1.0.8
func (o *CostSummary) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*CostSummary) GetTypeOk ¶ added in v1.0.8
func (o *CostSummary) 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 (*CostSummary) HasCost ¶ added in v1.0.8
func (o *CostSummary) HasCost() bool
HasCost returns a boolean if a field has been set.
func (*CostSummary) HasPrice ¶ added in v1.0.8
func (o *CostSummary) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (*CostSummary) HasSubtype ¶ added in v1.0.8
func (o *CostSummary) HasSubtype() bool
HasSubtype returns a boolean if a field has been set.
func (*CostSummary) HasType ¶ added in v1.0.8
func (o *CostSummary) HasType() bool
HasType returns a boolean if a field has been set.
func (CostSummary) MarshalJSON ¶ added in v1.0.8
func (o CostSummary) MarshalJSON() ([]byte, error)
func (*CostSummary) SetCost ¶ added in v1.0.8
func (o *CostSummary) SetCost(v float64)
SetCost gets a reference to the given NullableFloat64 and assigns it to the Cost field.
func (*CostSummary) SetCostNil ¶ added in v1.0.8
func (o *CostSummary) SetCostNil()
SetCostNil sets the value for Cost to be an explicit nil
func (*CostSummary) SetPrice ¶ added in v1.0.8
func (o *CostSummary) SetPrice(v float64)
SetPrice gets a reference to the given NullableFloat64 and assigns it to the Price field.
func (*CostSummary) SetPriceNil ¶ added in v1.0.8
func (o *CostSummary) SetPriceNil()
SetPriceNil sets the value for Price to be an explicit nil
func (*CostSummary) SetSubtype ¶ added in v1.0.8
func (o *CostSummary) SetSubtype(v string)
SetSubtype gets a reference to the given string and assigns it to the Subtype field.
func (*CostSummary) SetType ¶ added in v1.0.8
func (o *CostSummary) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*CostSummary) UnmarshalJSON ¶ added in v1.0.8
func (o *CostSummary) UnmarshalJSON(bytes []byte) (err error)
func (*CostSummary) UnsetCost ¶ added in v1.0.8
func (o *CostSummary) UnsetCost()
UnsetCost ensures that no value is present for Cost, not even an explicit nil
func (*CostSummary) UnsetPrice ¶ added in v1.0.8
func (o *CostSummary) UnsetPrice()
UnsetPrice ensures that no value is present for Price, not even an explicit nil
type Device ¶
type Device struct { Id *string `json:"id,omitempty"` UserId *string `json:"userId,omitempty"` ProviderId *string `json:"providerId,omitempty"` VulnerabilityState *DeviceVulnerabilityState `json:"vulnerabilityState,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` ModifiedOn NullableTime `json:"modifiedOn,omitempty"` ServiceInstanceId NullableString `json:"serviceInstanceId,omitempty"` SubscriptionId NullableString `json:"subscriptionId,omitempty"` TenantId string `json:"tenantId"` ServiceType NullableString `json:"serviceType,omitempty"` Tags map[string]string `json:"tags,omitempty"` Managed bool `json:"managed"` OnboardType string `json:"onboardType"` OnboardInformation map[string]interface{} `json:"onboardInformation,omitempty"` Attributes map[string]interface{} `json:"attributes,omitempty"` Name string `json:"name"` Model string `json:"model"` Type string `json:"type"` SubType NullableString `json:"subType,omitempty"` SerialKey NullableString `json:"serialKey,omitempty"` Version NullableString `json:"version,omitempty"` ComplianceState *DeviceComplianceState `json:"complianceState,omitempty"` AdditionalProperties map[string]interface{} }
Device struct for Device
func NewDevice ¶
func NewDevice(tenantId string, managed bool, onboardType string, name string, model string, type_ string) *Device
NewDevice instantiates a new Device object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeviceWithDefaults ¶
func NewDeviceWithDefaults() *Device
NewDeviceWithDefaults instantiates a new Device object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Device) GetAttributes ¶
GetAttributes returns the Attributes field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Device) GetAttributesOk ¶
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Device) GetComplianceState ¶ added in v1.0.5
func (o *Device) GetComplianceState() DeviceComplianceState
GetComplianceState returns the ComplianceState field value if set, zero value otherwise.
func (*Device) GetComplianceStateOk ¶ added in v1.0.5
func (o *Device) GetComplianceStateOk() (*DeviceComplianceState, bool)
GetComplianceStateOk returns a tuple with the ComplianceState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Device) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Device) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Device) 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 (*Device) GetManaged ¶
GetManaged returns the Managed field value
func (*Device) GetManagedOk ¶
GetManagedOk returns a tuple with the Managed field value and a boolean to check if the value has been set.
func (*Device) GetModelOk ¶
GetModelOk returns a tuple with the Model field value and a boolean to check if the value has been set.
func (*Device) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Device) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Device) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Device) GetOnboardInformation ¶
GetOnboardInformation returns the OnboardInformation field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Device) GetOnboardInformationOk ¶
GetOnboardInformationOk returns a tuple with the OnboardInformation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Device) GetOnboardType ¶
GetOnboardType returns the OnboardType field value
func (*Device) GetOnboardTypeOk ¶
GetOnboardTypeOk returns a tuple with the OnboardType field value and a boolean to check if the value has been set.
func (*Device) GetProviderId ¶
GetProviderId returns the ProviderId field value if set, zero value otherwise.
func (*Device) GetProviderIdOk ¶
GetProviderIdOk returns a tuple with the ProviderId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Device) GetSerialKey ¶
GetSerialKey returns the SerialKey field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Device) GetSerialKeyOk ¶
GetSerialKeyOk returns a tuple with the SerialKey field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Device) GetServiceInstanceId ¶ added in v1.0.1
GetServiceInstanceId returns the ServiceInstanceId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Device) GetServiceInstanceIdOk ¶ added in v1.0.1
GetServiceInstanceIdOk returns a tuple with the ServiceInstanceId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Device) GetServiceType ¶
GetServiceType returns the ServiceType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Device) GetServiceTypeOk ¶
GetServiceTypeOk returns a tuple with the ServiceType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Device) GetSubType ¶
GetSubType returns the SubType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Device) GetSubTypeOk ¶
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 (*Device) GetSubscriptionId ¶
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Device) GetSubscriptionIdOk ¶
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Device) GetTags ¶
GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Device) GetTagsOk ¶
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Device) GetTenantId ¶
GetTenantId returns the TenantId field value
func (*Device) GetTenantIdOk ¶
GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.
func (*Device) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*Device) GetUserIdOk ¶
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 (*Device) GetVersion ¶
GetVersion returns the Version field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Device) GetVersionOk ¶
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Device) GetVulnerabilityState ¶ added in v1.0.5
func (o *Device) GetVulnerabilityState() DeviceVulnerabilityState
GetVulnerabilityState returns the VulnerabilityState field value if set, zero value otherwise.
func (*Device) GetVulnerabilityStateOk ¶ added in v1.0.5
func (o *Device) GetVulnerabilityStateOk() (*DeviceVulnerabilityState, bool)
GetVulnerabilityStateOk returns a tuple with the VulnerabilityState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Device) HasAttributes ¶
HasAttributes returns a boolean if a field has been set.
func (*Device) HasComplianceState ¶ added in v1.0.5
HasComplianceState returns a boolean if a field has been set.
func (*Device) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Device) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Device) HasOnboardInformation ¶
HasOnboardInformation returns a boolean if a field has been set.
func (*Device) HasProviderId ¶
HasProviderId returns a boolean if a field has been set.
func (*Device) HasSerialKey ¶ added in v1.0.5
HasSerialKey returns a boolean if a field has been set.
func (*Device) HasServiceInstanceId ¶ added in v1.0.1
HasServiceInstanceId returns a boolean if a field has been set.
func (*Device) HasServiceType ¶
HasServiceType returns a boolean if a field has been set.
func (*Device) HasSubType ¶
HasSubType returns a boolean if a field has been set.
func (*Device) HasSubscriptionId ¶
HasSubscriptionId returns a boolean if a field has been set.
func (*Device) HasVersion ¶ added in v1.0.5
HasVersion returns a boolean if a field has been set.
func (*Device) HasVulnerabilityState ¶ added in v1.0.5
HasVulnerabilityState returns a boolean if a field has been set.
func (Device) MarshalJSON ¶
func (*Device) SetAttributes ¶
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*Device) SetComplianceState ¶ added in v1.0.5
func (o *Device) SetComplianceState(v DeviceComplianceState)
SetComplianceState gets a reference to the given DeviceComplianceState and assigns it to the ComplianceState field.
func (*Device) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Device) SetModifiedOn ¶
SetModifiedOn gets a reference to the given NullableTime and assigns it to the ModifiedOn field.
func (*Device) SetModifiedOnNil ¶ added in v1.0.5
func (o *Device) SetModifiedOnNil()
SetModifiedOnNil sets the value for ModifiedOn to be an explicit nil
func (*Device) SetOnboardInformation ¶
SetOnboardInformation gets a reference to the given map[string]interface{} and assigns it to the OnboardInformation field.
func (*Device) SetOnboardType ¶
SetOnboardType sets field value
func (*Device) SetProviderId ¶
SetProviderId gets a reference to the given string and assigns it to the ProviderId field.
func (*Device) SetSerialKey ¶
SetSerialKey gets a reference to the given NullableString and assigns it to the SerialKey field.
func (*Device) SetSerialKeyNil ¶ added in v1.0.5
func (o *Device) SetSerialKeyNil()
SetSerialKeyNil sets the value for SerialKey to be an explicit nil
func (*Device) SetServiceInstanceId ¶ added in v1.0.1
SetServiceInstanceId gets a reference to the given NullableString and assigns it to the ServiceInstanceId field.
func (*Device) SetServiceInstanceIdNil ¶ added in v1.0.8
func (o *Device) SetServiceInstanceIdNil()
SetServiceInstanceIdNil sets the value for ServiceInstanceId to be an explicit nil
func (*Device) SetServiceType ¶
SetServiceType gets a reference to the given NullableString and assigns it to the ServiceType field.
func (*Device) SetServiceTypeNil ¶ added in v1.0.5
func (o *Device) SetServiceTypeNil()
SetServiceTypeNil sets the value for ServiceType to be an explicit nil
func (*Device) SetSubType ¶
SetSubType gets a reference to the given NullableString and assigns it to the SubType field.
func (*Device) SetSubTypeNil ¶ added in v1.0.2
func (o *Device) SetSubTypeNil()
SetSubTypeNil sets the value for SubType to be an explicit nil
func (*Device) SetSubscriptionId ¶
SetSubscriptionId gets a reference to the given NullableString and assigns it to the SubscriptionId field.
func (*Device) SetSubscriptionIdNil ¶ added in v1.0.8
func (o *Device) SetSubscriptionIdNil()
SetSubscriptionIdNil sets the value for SubscriptionId to be an explicit nil
func (*Device) SetTags ¶
SetTags gets a reference to the given map[string]string and assigns it to the Tags field.
func (*Device) SetUserId ¶
SetUserId gets a reference to the given string and assigns it to the UserId field.
func (*Device) SetVersion ¶
SetVersion gets a reference to the given NullableString and assigns it to the Version field.
func (*Device) SetVersionNil ¶ added in v1.0.5
func (o *Device) SetVersionNil()
SetVersionNil sets the value for Version to be an explicit nil
func (*Device) SetVulnerabilityState ¶ added in v1.0.5
func (o *Device) SetVulnerabilityState(v DeviceVulnerabilityState)
SetVulnerabilityState gets a reference to the given DeviceVulnerabilityState and assigns it to the VulnerabilityState field.
func (*Device) UnmarshalJSON ¶ added in v1.0.5
func (*Device) UnsetModifiedOn ¶ added in v1.0.5
func (o *Device) UnsetModifiedOn()
UnsetModifiedOn ensures that no value is present for ModifiedOn, not even an explicit nil
func (*Device) UnsetSerialKey ¶ added in v1.0.5
func (o *Device) UnsetSerialKey()
UnsetSerialKey ensures that no value is present for SerialKey, not even an explicit nil
func (*Device) UnsetServiceInstanceId ¶ added in v1.0.8
func (o *Device) UnsetServiceInstanceId()
UnsetServiceInstanceId ensures that no value is present for ServiceInstanceId, not even an explicit nil
func (*Device) UnsetServiceType ¶ added in v1.0.5
func (o *Device) UnsetServiceType()
UnsetServiceType ensures that no value is present for ServiceType, not even an explicit nil
func (*Device) UnsetSubType ¶ added in v1.0.2
func (o *Device) UnsetSubType()
UnsetSubType ensures that no value is present for SubType, not even an explicit nil
func (*Device) UnsetSubscriptionId ¶ added in v1.0.8
func (o *Device) UnsetSubscriptionId()
UnsetSubscriptionId ensures that no value is present for SubscriptionId, not even an explicit nil
func (*Device) UnsetVersion ¶ added in v1.0.5
func (o *Device) UnsetVersion()
UnsetVersion ensures that no value is present for Version, not even an explicit nil
type DeviceAllOf ¶
type DeviceAllOf struct { Id *string `json:"id,omitempty"` UserId *string `json:"userId,omitempty"` ProviderId *string `json:"providerId,omitempty"` VulnerabilityState *DeviceVulnerabilityState `json:"vulnerabilityState,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` ModifiedOn NullableTime `json:"modifiedOn,omitempty"` AdditionalProperties map[string]interface{} }
DeviceAllOf struct for DeviceAllOf
func NewDeviceAllOf ¶
func NewDeviceAllOf() *DeviceAllOf
NewDeviceAllOf instantiates a new DeviceAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeviceAllOfWithDefaults ¶
func NewDeviceAllOfWithDefaults() *DeviceAllOf
NewDeviceAllOfWithDefaults instantiates a new DeviceAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeviceAllOf) GetCreatedOn ¶
func (o *DeviceAllOf) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*DeviceAllOf) GetCreatedOnOk ¶
func (o *DeviceAllOf) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceAllOf) GetId ¶
func (o *DeviceAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*DeviceAllOf) GetIdOk ¶
func (o *DeviceAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceAllOf) GetModifiedOn ¶
func (o *DeviceAllOf) GetModifiedOn() time.Time
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceAllOf) GetModifiedOnOk ¶
func (o *DeviceAllOf) GetModifiedOnOk() (*time.Time, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceAllOf) GetProviderId ¶
func (o *DeviceAllOf) GetProviderId() string
GetProviderId returns the ProviderId field value if set, zero value otherwise.
func (*DeviceAllOf) GetProviderIdOk ¶
func (o *DeviceAllOf) GetProviderIdOk() (*string, bool)
GetProviderIdOk returns a tuple with the ProviderId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceAllOf) GetUserId ¶
func (o *DeviceAllOf) GetUserId() string
GetUserId returns the UserId field value if set, zero value otherwise.
func (*DeviceAllOf) GetUserIdOk ¶
func (o *DeviceAllOf) GetUserIdOk() (*string, 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 (*DeviceAllOf) GetVulnerabilityState ¶ added in v1.0.5
func (o *DeviceAllOf) GetVulnerabilityState() DeviceVulnerabilityState
GetVulnerabilityState returns the VulnerabilityState field value if set, zero value otherwise.
func (*DeviceAllOf) GetVulnerabilityStateOk ¶ added in v1.0.5
func (o *DeviceAllOf) GetVulnerabilityStateOk() (*DeviceVulnerabilityState, bool)
GetVulnerabilityStateOk returns a tuple with the VulnerabilityState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceAllOf) HasCreatedOn ¶
func (o *DeviceAllOf) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*DeviceAllOf) HasId ¶
func (o *DeviceAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (*DeviceAllOf) HasModifiedOn ¶
func (o *DeviceAllOf) HasModifiedOn() bool
HasModifiedOn returns a boolean if a field has been set.
func (*DeviceAllOf) HasProviderId ¶
func (o *DeviceAllOf) HasProviderId() bool
HasProviderId returns a boolean if a field has been set.
func (*DeviceAllOf) HasUserId ¶
func (o *DeviceAllOf) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (*DeviceAllOf) HasVulnerabilityState ¶ added in v1.0.5
func (o *DeviceAllOf) HasVulnerabilityState() bool
HasVulnerabilityState returns a boolean if a field has been set.
func (DeviceAllOf) MarshalJSON ¶
func (o DeviceAllOf) MarshalJSON() ([]byte, error)
func (*DeviceAllOf) SetCreatedOn ¶
func (o *DeviceAllOf) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*DeviceAllOf) SetId ¶
func (o *DeviceAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*DeviceAllOf) SetModifiedOn ¶
func (o *DeviceAllOf) SetModifiedOn(v time.Time)
SetModifiedOn gets a reference to the given NullableTime and assigns it to the ModifiedOn field.
func (*DeviceAllOf) SetModifiedOnNil ¶ added in v1.0.5
func (o *DeviceAllOf) SetModifiedOnNil()
SetModifiedOnNil sets the value for ModifiedOn to be an explicit nil
func (*DeviceAllOf) SetProviderId ¶
func (o *DeviceAllOf) SetProviderId(v string)
SetProviderId gets a reference to the given string and assigns it to the ProviderId field.
func (*DeviceAllOf) SetUserId ¶
func (o *DeviceAllOf) SetUserId(v string)
SetUserId gets a reference to the given string and assigns it to the UserId field.
func (*DeviceAllOf) SetVulnerabilityState ¶ added in v1.0.5
func (o *DeviceAllOf) SetVulnerabilityState(v DeviceVulnerabilityState)
SetVulnerabilityState gets a reference to the given DeviceVulnerabilityState and assigns it to the VulnerabilityState field.
func (*DeviceAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *DeviceAllOf) UnmarshalJSON(bytes []byte) (err error)
func (*DeviceAllOf) UnsetModifiedOn ¶ added in v1.0.5
func (o *DeviceAllOf) UnsetModifiedOn()
UnsetModifiedOn ensures that no value is present for ModifiedOn, not even an explicit nil
type DeviceComplianceState ¶ added in v1.0.5
type DeviceComplianceState string
DeviceComplianceState the model 'DeviceComplianceState'
const ( DEVICECOMPLIANCESTATE_COMPLIANT DeviceComplianceState = "COMPLIANT" DEVICECOMPLIANCESTATE_NOT_COMPLIANT DeviceComplianceState = "NOT_COMPLIANT" DEVICECOMPLIANCESTATE_NOT_APPLICABLE DeviceComplianceState = "NOT_APPLICABLE" DEVICECOMPLIANCESTATE_UNKNOWN DeviceComplianceState = "UNKNOWN" )
List of DeviceComplianceState
func (DeviceComplianceState) Ptr ¶ added in v1.0.5
func (v DeviceComplianceState) Ptr() *DeviceComplianceState
Ptr returns reference to DeviceComplianceState value
func (*DeviceComplianceState) UnmarshalJSON ¶ added in v1.0.5
func (v *DeviceComplianceState) UnmarshalJSON(src []byte) error
type DeviceCreate ¶
type DeviceCreate struct { ServiceInstanceId NullableString `json:"serviceInstanceId,omitempty"` SubscriptionId NullableString `json:"subscriptionId,omitempty"` TenantId string `json:"tenantId"` ServiceType NullableString `json:"serviceType,omitempty"` Tags map[string]string `json:"tags,omitempty"` Managed bool `json:"managed"` OnboardType string `json:"onboardType"` OnboardInformation map[string]interface{} `json:"onboardInformation,omitempty"` Attributes map[string]interface{} `json:"attributes,omitempty"` Name string `json:"name"` Model string `json:"model"` Type string `json:"type"` SubType NullableString `json:"subType,omitempty"` SerialKey NullableString `json:"serialKey,omitempty"` Version NullableString `json:"version,omitempty"` ComplianceState *DeviceComplianceState `json:"complianceState,omitempty"` AdditionalProperties map[string]interface{} }
DeviceCreate struct for DeviceCreate
func NewDeviceCreate ¶
func NewDeviceCreate(tenantId string, managed bool, onboardType string, name string, model string, type_ string) *DeviceCreate
NewDeviceCreate instantiates a new DeviceCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeviceCreateWithDefaults ¶
func NewDeviceCreateWithDefaults() *DeviceCreate
NewDeviceCreateWithDefaults instantiates a new DeviceCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeviceCreate) GetAttributes ¶
func (o *DeviceCreate) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceCreate) GetAttributesOk ¶
func (o *DeviceCreate) GetAttributesOk() (*map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceCreate) GetComplianceState ¶ added in v1.0.5
func (o *DeviceCreate) GetComplianceState() DeviceComplianceState
GetComplianceState returns the ComplianceState field value if set, zero value otherwise.
func (*DeviceCreate) GetComplianceStateOk ¶ added in v1.0.5
func (o *DeviceCreate) GetComplianceStateOk() (*DeviceComplianceState, bool)
GetComplianceStateOk returns a tuple with the ComplianceState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceCreate) GetManaged ¶
func (o *DeviceCreate) GetManaged() bool
GetManaged returns the Managed field value
func (*DeviceCreate) GetManagedOk ¶
func (o *DeviceCreate) GetManagedOk() (*bool, bool)
GetManagedOk returns a tuple with the Managed field value and a boolean to check if the value has been set.
func (*DeviceCreate) GetModel ¶
func (o *DeviceCreate) GetModel() string
GetModel returns the Model field value
func (*DeviceCreate) GetModelOk ¶
func (o *DeviceCreate) GetModelOk() (*string, bool)
GetModelOk returns a tuple with the Model field value and a boolean to check if the value has been set.
func (*DeviceCreate) GetName ¶
func (o *DeviceCreate) GetName() string
GetName returns the Name field value
func (*DeviceCreate) GetNameOk ¶
func (o *DeviceCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*DeviceCreate) GetOnboardInformation ¶
func (o *DeviceCreate) GetOnboardInformation() map[string]interface{}
GetOnboardInformation returns the OnboardInformation field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceCreate) GetOnboardInformationOk ¶
func (o *DeviceCreate) GetOnboardInformationOk() (*map[string]interface{}, bool)
GetOnboardInformationOk returns a tuple with the OnboardInformation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceCreate) GetOnboardType ¶
func (o *DeviceCreate) GetOnboardType() string
GetOnboardType returns the OnboardType field value
func (*DeviceCreate) GetOnboardTypeOk ¶
func (o *DeviceCreate) GetOnboardTypeOk() (*string, bool)
GetOnboardTypeOk returns a tuple with the OnboardType field value and a boolean to check if the value has been set.
func (*DeviceCreate) GetSerialKey ¶
func (o *DeviceCreate) GetSerialKey() string
GetSerialKey returns the SerialKey field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceCreate) GetSerialKeyOk ¶
func (o *DeviceCreate) GetSerialKeyOk() (*string, bool)
GetSerialKeyOk returns a tuple with the SerialKey field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceCreate) GetServiceInstanceId ¶ added in v1.0.1
func (o *DeviceCreate) GetServiceInstanceId() string
GetServiceInstanceId returns the ServiceInstanceId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceCreate) GetServiceInstanceIdOk ¶ added in v1.0.1
func (o *DeviceCreate) GetServiceInstanceIdOk() (*string, bool)
GetServiceInstanceIdOk returns a tuple with the ServiceInstanceId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceCreate) GetServiceType ¶
func (o *DeviceCreate) GetServiceType() string
GetServiceType returns the ServiceType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceCreate) GetServiceTypeOk ¶
func (o *DeviceCreate) GetServiceTypeOk() (*string, bool)
GetServiceTypeOk returns a tuple with the ServiceType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceCreate) GetSubType ¶
func (o *DeviceCreate) GetSubType() string
GetSubType returns the SubType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceCreate) GetSubTypeOk ¶
func (o *DeviceCreate) GetSubTypeOk() (*string, bool)
GetSubTypeOk returns a tuple with the SubType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceCreate) GetSubscriptionId ¶
func (o *DeviceCreate) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceCreate) GetSubscriptionIdOk ¶
func (o *DeviceCreate) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceCreate) GetTags ¶
func (o *DeviceCreate) GetTags() map[string]string
GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceCreate) GetTagsOk ¶
func (o *DeviceCreate) GetTagsOk() (*map[string]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceCreate) GetTenantId ¶
func (o *DeviceCreate) GetTenantId() string
GetTenantId returns the TenantId field value
func (*DeviceCreate) GetTenantIdOk ¶
func (o *DeviceCreate) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.
func (*DeviceCreate) GetType ¶
func (o *DeviceCreate) GetType() string
GetType returns the Type field value
func (*DeviceCreate) GetTypeOk ¶
func (o *DeviceCreate) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*DeviceCreate) GetVersion ¶
func (o *DeviceCreate) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceCreate) GetVersionOk ¶
func (o *DeviceCreate) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceCreate) HasAttributes ¶
func (o *DeviceCreate) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*DeviceCreate) HasComplianceState ¶ added in v1.0.5
func (o *DeviceCreate) HasComplianceState() bool
HasComplianceState returns a boolean if a field has been set.
func (*DeviceCreate) HasOnboardInformation ¶
func (o *DeviceCreate) HasOnboardInformation() bool
HasOnboardInformation returns a boolean if a field has been set.
func (*DeviceCreate) HasSerialKey ¶ added in v1.0.5
func (o *DeviceCreate) HasSerialKey() bool
HasSerialKey returns a boolean if a field has been set.
func (*DeviceCreate) HasServiceInstanceId ¶ added in v1.0.1
func (o *DeviceCreate) HasServiceInstanceId() bool
HasServiceInstanceId returns a boolean if a field has been set.
func (*DeviceCreate) HasServiceType ¶
func (o *DeviceCreate) HasServiceType() bool
HasServiceType returns a boolean if a field has been set.
func (*DeviceCreate) HasSubType ¶
func (o *DeviceCreate) HasSubType() bool
HasSubType returns a boolean if a field has been set.
func (*DeviceCreate) HasSubscriptionId ¶
func (o *DeviceCreate) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (*DeviceCreate) HasTags ¶
func (o *DeviceCreate) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*DeviceCreate) HasVersion ¶ added in v1.0.5
func (o *DeviceCreate) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (DeviceCreate) MarshalJSON ¶
func (o DeviceCreate) MarshalJSON() ([]byte, error)
func (*DeviceCreate) SetAttributes ¶
func (o *DeviceCreate) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*DeviceCreate) SetComplianceState ¶ added in v1.0.5
func (o *DeviceCreate) SetComplianceState(v DeviceComplianceState)
SetComplianceState gets a reference to the given DeviceComplianceState and assigns it to the ComplianceState field.
func (*DeviceCreate) SetManaged ¶
func (o *DeviceCreate) SetManaged(v bool)
SetManaged sets field value
func (*DeviceCreate) SetModel ¶
func (o *DeviceCreate) SetModel(v string)
SetModel sets field value
func (*DeviceCreate) SetOnboardInformation ¶
func (o *DeviceCreate) SetOnboardInformation(v map[string]interface{})
SetOnboardInformation gets a reference to the given map[string]interface{} and assigns it to the OnboardInformation field.
func (*DeviceCreate) SetOnboardType ¶
func (o *DeviceCreate) SetOnboardType(v string)
SetOnboardType sets field value
func (*DeviceCreate) SetSerialKey ¶
func (o *DeviceCreate) SetSerialKey(v string)
SetSerialKey gets a reference to the given NullableString and assigns it to the SerialKey field.
func (*DeviceCreate) SetSerialKeyNil ¶ added in v1.0.5
func (o *DeviceCreate) SetSerialKeyNil()
SetSerialKeyNil sets the value for SerialKey to be an explicit nil
func (*DeviceCreate) SetServiceInstanceId ¶ added in v1.0.1
func (o *DeviceCreate) SetServiceInstanceId(v string)
SetServiceInstanceId gets a reference to the given NullableString and assigns it to the ServiceInstanceId field.
func (*DeviceCreate) SetServiceInstanceIdNil ¶ added in v1.0.8
func (o *DeviceCreate) SetServiceInstanceIdNil()
SetServiceInstanceIdNil sets the value for ServiceInstanceId to be an explicit nil
func (*DeviceCreate) SetServiceType ¶
func (o *DeviceCreate) SetServiceType(v string)
SetServiceType gets a reference to the given NullableString and assigns it to the ServiceType field.
func (*DeviceCreate) SetServiceTypeNil ¶ added in v1.0.5
func (o *DeviceCreate) SetServiceTypeNil()
SetServiceTypeNil sets the value for ServiceType to be an explicit nil
func (*DeviceCreate) SetSubType ¶
func (o *DeviceCreate) SetSubType(v string)
SetSubType gets a reference to the given NullableString and assigns it to the SubType field.
func (*DeviceCreate) SetSubTypeNil ¶ added in v1.0.2
func (o *DeviceCreate) SetSubTypeNil()
SetSubTypeNil sets the value for SubType to be an explicit nil
func (*DeviceCreate) SetSubscriptionId ¶
func (o *DeviceCreate) SetSubscriptionId(v string)
SetSubscriptionId gets a reference to the given NullableString and assigns it to the SubscriptionId field.
func (*DeviceCreate) SetSubscriptionIdNil ¶ added in v1.0.8
func (o *DeviceCreate) SetSubscriptionIdNil()
SetSubscriptionIdNil sets the value for SubscriptionId to be an explicit nil
func (*DeviceCreate) SetTags ¶
func (o *DeviceCreate) SetTags(v map[string]string)
SetTags gets a reference to the given map[string]string and assigns it to the Tags field.
func (*DeviceCreate) SetTenantId ¶
func (o *DeviceCreate) SetTenantId(v string)
SetTenantId sets field value
func (*DeviceCreate) SetVersion ¶
func (o *DeviceCreate) SetVersion(v string)
SetVersion gets a reference to the given NullableString and assigns it to the Version field.
func (*DeviceCreate) SetVersionNil ¶ added in v1.0.5
func (o *DeviceCreate) SetVersionNil()
SetVersionNil sets the value for Version to be an explicit nil
func (*DeviceCreate) UnmarshalJSON ¶ added in v1.0.5
func (o *DeviceCreate) UnmarshalJSON(bytes []byte) (err error)
func (*DeviceCreate) UnsetSerialKey ¶ added in v1.0.5
func (o *DeviceCreate) UnsetSerialKey()
UnsetSerialKey ensures that no value is present for SerialKey, not even an explicit nil
func (*DeviceCreate) UnsetServiceInstanceId ¶ added in v1.0.8
func (o *DeviceCreate) UnsetServiceInstanceId()
UnsetServiceInstanceId ensures that no value is present for ServiceInstanceId, not even an explicit nil
func (*DeviceCreate) UnsetServiceType ¶ added in v1.0.5
func (o *DeviceCreate) UnsetServiceType()
UnsetServiceType ensures that no value is present for ServiceType, not even an explicit nil
func (*DeviceCreate) UnsetSubType ¶ added in v1.0.2
func (o *DeviceCreate) UnsetSubType()
UnsetSubType ensures that no value is present for SubType, not even an explicit nil
func (*DeviceCreate) UnsetSubscriptionId ¶ added in v1.0.8
func (o *DeviceCreate) UnsetSubscriptionId()
UnsetSubscriptionId ensures that no value is present for SubscriptionId, not even an explicit nil
func (*DeviceCreate) UnsetVersion ¶ added in v1.0.5
func (o *DeviceCreate) UnsetVersion()
UnsetVersion ensures that no value is present for Version, not even an explicit nil
type DeviceCreateAllOf ¶
type DeviceCreateAllOf struct { ServiceInstanceId NullableString `json:"serviceInstanceId,omitempty"` SubscriptionId NullableString `json:"subscriptionId,omitempty"` TenantId string `json:"tenantId"` AdditionalProperties map[string]interface{} }
DeviceCreateAllOf struct for DeviceCreateAllOf
func NewDeviceCreateAllOf ¶
func NewDeviceCreateAllOf(tenantId string) *DeviceCreateAllOf
NewDeviceCreateAllOf instantiates a new DeviceCreateAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeviceCreateAllOfWithDefaults ¶
func NewDeviceCreateAllOfWithDefaults() *DeviceCreateAllOf
NewDeviceCreateAllOfWithDefaults instantiates a new DeviceCreateAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeviceCreateAllOf) GetServiceInstanceId ¶ added in v1.0.1
func (o *DeviceCreateAllOf) GetServiceInstanceId() string
GetServiceInstanceId returns the ServiceInstanceId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceCreateAllOf) GetServiceInstanceIdOk ¶ added in v1.0.1
func (o *DeviceCreateAllOf) GetServiceInstanceIdOk() (*string, bool)
GetServiceInstanceIdOk returns a tuple with the ServiceInstanceId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceCreateAllOf) GetSubscriptionId ¶
func (o *DeviceCreateAllOf) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceCreateAllOf) GetSubscriptionIdOk ¶
func (o *DeviceCreateAllOf) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceCreateAllOf) GetTenantId ¶
func (o *DeviceCreateAllOf) GetTenantId() string
GetTenantId returns the TenantId field value
func (*DeviceCreateAllOf) GetTenantIdOk ¶
func (o *DeviceCreateAllOf) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.
func (*DeviceCreateAllOf) HasServiceInstanceId ¶ added in v1.0.1
func (o *DeviceCreateAllOf) HasServiceInstanceId() bool
HasServiceInstanceId returns a boolean if a field has been set.
func (*DeviceCreateAllOf) HasSubscriptionId ¶
func (o *DeviceCreateAllOf) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (DeviceCreateAllOf) MarshalJSON ¶
func (o DeviceCreateAllOf) MarshalJSON() ([]byte, error)
func (*DeviceCreateAllOf) SetServiceInstanceId ¶ added in v1.0.1
func (o *DeviceCreateAllOf) SetServiceInstanceId(v string)
SetServiceInstanceId gets a reference to the given NullableString and assigns it to the ServiceInstanceId field.
func (*DeviceCreateAllOf) SetServiceInstanceIdNil ¶ added in v1.0.8
func (o *DeviceCreateAllOf) SetServiceInstanceIdNil()
SetServiceInstanceIdNil sets the value for ServiceInstanceId to be an explicit nil
func (*DeviceCreateAllOf) SetSubscriptionId ¶
func (o *DeviceCreateAllOf) SetSubscriptionId(v string)
SetSubscriptionId gets a reference to the given NullableString and assigns it to the SubscriptionId field.
func (*DeviceCreateAllOf) SetSubscriptionIdNil ¶ added in v1.0.8
func (o *DeviceCreateAllOf) SetSubscriptionIdNil()
SetSubscriptionIdNil sets the value for SubscriptionId to be an explicit nil
func (*DeviceCreateAllOf) SetTenantId ¶
func (o *DeviceCreateAllOf) SetTenantId(v string)
SetTenantId sets field value
func (*DeviceCreateAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *DeviceCreateAllOf) UnmarshalJSON(bytes []byte) (err error)
func (*DeviceCreateAllOf) UnsetServiceInstanceId ¶ added in v1.0.8
func (o *DeviceCreateAllOf) UnsetServiceInstanceId()
UnsetServiceInstanceId ensures that no value is present for ServiceInstanceId, not even an explicit nil
func (*DeviceCreateAllOf) UnsetSubscriptionId ¶ added in v1.0.8
func (o *DeviceCreateAllOf) UnsetSubscriptionId()
UnsetSubscriptionId ensures that no value is present for SubscriptionId, not even an explicit nil
type DevicePatch ¶ added in v1.0.5
type DevicePatch struct { Name *string `json:"name,omitempty"` Model *string `json:"model,omitempty"` Type *string `json:"type,omitempty"` SubType NullableString `json:"subType,omitempty"` SerialKey NullableString `json:"serialKey,omitempty"` Version NullableString `json:"version,omitempty"` ComplianceState *DeviceComplianceState `json:"complianceState,omitempty"` AdditionalProperties map[string]interface{} }
DevicePatch struct for DevicePatch
func NewDevicePatch ¶ added in v1.0.5
func NewDevicePatch() *DevicePatch
NewDevicePatch instantiates a new DevicePatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDevicePatchWithDefaults ¶ added in v1.0.5
func NewDevicePatchWithDefaults() *DevicePatch
NewDevicePatchWithDefaults instantiates a new DevicePatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DevicePatch) GetComplianceState ¶ added in v1.0.5
func (o *DevicePatch) GetComplianceState() DeviceComplianceState
GetComplianceState returns the ComplianceState field value if set, zero value otherwise.
func (*DevicePatch) GetComplianceStateOk ¶ added in v1.0.5
func (o *DevicePatch) GetComplianceStateOk() (*DeviceComplianceState, bool)
GetComplianceStateOk returns a tuple with the ComplianceState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DevicePatch) GetModel ¶ added in v1.0.5
func (o *DevicePatch) GetModel() string
GetModel returns the Model field value if set, zero value otherwise.
func (*DevicePatch) GetModelOk ¶ added in v1.0.5
func (o *DevicePatch) 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 (*DevicePatch) GetName ¶ added in v1.0.5
func (o *DevicePatch) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*DevicePatch) GetNameOk ¶ added in v1.0.5
func (o *DevicePatch) 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 (*DevicePatch) GetSerialKey ¶ added in v1.0.5
func (o *DevicePatch) GetSerialKey() string
GetSerialKey returns the SerialKey field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DevicePatch) GetSerialKeyOk ¶ added in v1.0.5
func (o *DevicePatch) GetSerialKeyOk() (*string, bool)
GetSerialKeyOk returns a tuple with the SerialKey field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DevicePatch) GetSubType ¶ added in v1.0.5
func (o *DevicePatch) GetSubType() string
GetSubType returns the SubType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DevicePatch) GetSubTypeOk ¶ added in v1.0.5
func (o *DevicePatch) GetSubTypeOk() (*string, bool)
GetSubTypeOk returns a tuple with the SubType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DevicePatch) GetType ¶ added in v1.0.5
func (o *DevicePatch) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*DevicePatch) GetTypeOk ¶ added in v1.0.5
func (o *DevicePatch) 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 (*DevicePatch) GetVersion ¶ added in v1.0.5
func (o *DevicePatch) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DevicePatch) GetVersionOk ¶ added in v1.0.5
func (o *DevicePatch) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DevicePatch) HasComplianceState ¶ added in v1.0.5
func (o *DevicePatch) HasComplianceState() bool
HasComplianceState returns a boolean if a field has been set.
func (*DevicePatch) HasModel ¶ added in v1.0.5
func (o *DevicePatch) HasModel() bool
HasModel returns a boolean if a field has been set.
func (*DevicePatch) HasName ¶ added in v1.0.5
func (o *DevicePatch) HasName() bool
HasName returns a boolean if a field has been set.
func (*DevicePatch) HasSerialKey ¶ added in v1.0.5
func (o *DevicePatch) HasSerialKey() bool
HasSerialKey returns a boolean if a field has been set.
func (*DevicePatch) HasSubType ¶ added in v1.0.5
func (o *DevicePatch) HasSubType() bool
HasSubType returns a boolean if a field has been set.
func (*DevicePatch) HasType ¶ added in v1.0.5
func (o *DevicePatch) HasType() bool
HasType returns a boolean if a field has been set.
func (*DevicePatch) HasVersion ¶ added in v1.0.5
func (o *DevicePatch) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (DevicePatch) MarshalJSON ¶ added in v1.0.5
func (o DevicePatch) MarshalJSON() ([]byte, error)
func (*DevicePatch) SetComplianceState ¶ added in v1.0.5
func (o *DevicePatch) SetComplianceState(v DeviceComplianceState)
SetComplianceState gets a reference to the given DeviceComplianceState and assigns it to the ComplianceState field.
func (*DevicePatch) SetModel ¶ added in v1.0.5
func (o *DevicePatch) SetModel(v string)
SetModel gets a reference to the given string and assigns it to the Model field.
func (*DevicePatch) SetName ¶ added in v1.0.5
func (o *DevicePatch) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*DevicePatch) SetSerialKey ¶ added in v1.0.5
func (o *DevicePatch) SetSerialKey(v string)
SetSerialKey gets a reference to the given NullableString and assigns it to the SerialKey field.
func (*DevicePatch) SetSerialKeyNil ¶ added in v1.0.5
func (o *DevicePatch) SetSerialKeyNil()
SetSerialKeyNil sets the value for SerialKey to be an explicit nil
func (*DevicePatch) SetSubType ¶ added in v1.0.5
func (o *DevicePatch) SetSubType(v string)
SetSubType gets a reference to the given NullableString and assigns it to the SubType field.
func (*DevicePatch) SetSubTypeNil ¶ added in v1.0.5
func (o *DevicePatch) SetSubTypeNil()
SetSubTypeNil sets the value for SubType to be an explicit nil
func (*DevicePatch) SetType ¶ added in v1.0.5
func (o *DevicePatch) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*DevicePatch) SetVersion ¶ added in v1.0.5
func (o *DevicePatch) SetVersion(v string)
SetVersion gets a reference to the given NullableString and assigns it to the Version field.
func (*DevicePatch) SetVersionNil ¶ added in v1.0.5
func (o *DevicePatch) SetVersionNil()
SetVersionNil sets the value for Version to be an explicit nil
func (*DevicePatch) UnmarshalJSON ¶ added in v1.0.5
func (o *DevicePatch) UnmarshalJSON(bytes []byte) (err error)
func (*DevicePatch) UnsetSerialKey ¶ added in v1.0.5
func (o *DevicePatch) UnsetSerialKey()
UnsetSerialKey ensures that no value is present for SerialKey, not even an explicit nil
func (*DevicePatch) UnsetSubType ¶ added in v1.0.5
func (o *DevicePatch) UnsetSubType()
UnsetSubType ensures that no value is present for SubType, not even an explicit nil
func (*DevicePatch) UnsetVersion ¶ added in v1.0.5
func (o *DevicePatch) UnsetVersion()
UnsetVersion ensures that no value is present for Version, not even an explicit nil
type DeviceSummary ¶
type DeviceSummary struct { DeviceId *string `json:"deviceId,omitempty"` ServiceId *string `json:"serviceId,omitempty"` ServiceType *string `json:"serviceType,omitempty"` AdditionalProperties map[string]interface{} }
DeviceSummary struct for DeviceSummary
func NewDeviceSummary ¶
func NewDeviceSummary() *DeviceSummary
NewDeviceSummary instantiates a new DeviceSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeviceSummaryWithDefaults ¶
func NewDeviceSummaryWithDefaults() *DeviceSummary
NewDeviceSummaryWithDefaults instantiates a new DeviceSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeviceSummary) GetDeviceId ¶
func (o *DeviceSummary) GetDeviceId() string
GetDeviceId returns the DeviceId field value if set, zero value otherwise.
func (*DeviceSummary) GetDeviceIdOk ¶
func (o *DeviceSummary) GetDeviceIdOk() (*string, bool)
GetDeviceIdOk returns a tuple with the DeviceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceSummary) GetServiceId ¶
func (o *DeviceSummary) GetServiceId() string
GetServiceId returns the ServiceId field value if set, zero value otherwise.
func (*DeviceSummary) GetServiceIdOk ¶
func (o *DeviceSummary) GetServiceIdOk() (*string, bool)
GetServiceIdOk returns a tuple with the ServiceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceSummary) GetServiceType ¶
func (o *DeviceSummary) GetServiceType() string
GetServiceType returns the ServiceType field value if set, zero value otherwise.
func (*DeviceSummary) GetServiceTypeOk ¶
func (o *DeviceSummary) GetServiceTypeOk() (*string, bool)
GetServiceTypeOk returns a tuple with the ServiceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceSummary) HasDeviceId ¶
func (o *DeviceSummary) HasDeviceId() bool
HasDeviceId returns a boolean if a field has been set.
func (*DeviceSummary) HasServiceId ¶
func (o *DeviceSummary) HasServiceId() bool
HasServiceId returns a boolean if a field has been set.
func (*DeviceSummary) HasServiceType ¶
func (o *DeviceSummary) HasServiceType() bool
HasServiceType returns a boolean if a field has been set.
func (DeviceSummary) MarshalJSON ¶
func (o DeviceSummary) MarshalJSON() ([]byte, error)
func (*DeviceSummary) SetDeviceId ¶
func (o *DeviceSummary) SetDeviceId(v string)
SetDeviceId gets a reference to the given string and assigns it to the DeviceId field.
func (*DeviceSummary) SetServiceId ¶
func (o *DeviceSummary) SetServiceId(v string)
SetServiceId gets a reference to the given string and assigns it to the ServiceId field.
func (*DeviceSummary) SetServiceType ¶
func (o *DeviceSummary) SetServiceType(v string)
SetServiceType gets a reference to the given string and assigns it to the ServiceType field.
func (*DeviceSummary) UnmarshalJSON ¶ added in v1.0.5
func (o *DeviceSummary) UnmarshalJSON(bytes []byte) (err error)
type DeviceTemplate ¶
type DeviceTemplate struct { Id *string `json:"id,omitempty"` UserId *string `json:"userId,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Name *string `json:"name,omitempty"` Description *string `json:"description,omitempty"` Version *string `json:"version,omitempty"` IsLatestVersion NullableBool `json:"isLatestVersion,omitempty"` ServiceType *string `json:"serviceType,omitempty"` DeviceModels []string `json:"deviceModels,omitempty"` ConfigContent NullableString `json:"configContent,omitempty"` ResourceProvider NullableString `json:"resourceProvider,omitempty"` TemplateStandard *string `json:"templateStandard,omitempty"` TenantAccess NullableDeviceTemplateAccess `json:"tenantAccess,omitempty"` TemplateParameterValidators []TemplateParameterValidator `json:"templateParameterValidators,omitempty"` Tags []string `json:"tags,omitempty"` AdditionalProperties map[string]interface{} }
DeviceTemplate struct for DeviceTemplate
func NewDeviceTemplate ¶
func NewDeviceTemplate() *DeviceTemplate
NewDeviceTemplate instantiates a new DeviceTemplate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeviceTemplateWithDefaults ¶
func NewDeviceTemplateWithDefaults() *DeviceTemplate
NewDeviceTemplateWithDefaults instantiates a new DeviceTemplate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeviceTemplate) GetConfigContent ¶
func (o *DeviceTemplate) GetConfigContent() string
GetConfigContent returns the ConfigContent field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceTemplate) GetConfigContentOk ¶
func (o *DeviceTemplate) GetConfigContentOk() (*string, bool)
GetConfigContentOk returns a tuple with the ConfigContent field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceTemplate) GetCreatedOn ¶
func (o *DeviceTemplate) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*DeviceTemplate) GetCreatedOnOk ¶
func (o *DeviceTemplate) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplate) GetDescription ¶
func (o *DeviceTemplate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*DeviceTemplate) GetDescriptionOk ¶
func (o *DeviceTemplate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplate) GetDeviceModels ¶
func (o *DeviceTemplate) GetDeviceModels() []string
GetDeviceModels returns the DeviceModels field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceTemplate) GetDeviceModelsOk ¶
func (o *DeviceTemplate) GetDeviceModelsOk() (*[]string, bool)
GetDeviceModelsOk returns a tuple with the DeviceModels field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceTemplate) GetId ¶
func (o *DeviceTemplate) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*DeviceTemplate) GetIdOk ¶
func (o *DeviceTemplate) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplate) GetIsLatestVersion ¶ added in v1.0.5
func (o *DeviceTemplate) GetIsLatestVersion() bool
GetIsLatestVersion returns the IsLatestVersion field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceTemplate) GetIsLatestVersionOk ¶ added in v1.0.5
func (o *DeviceTemplate) GetIsLatestVersionOk() (*bool, bool)
GetIsLatestVersionOk returns a tuple with the IsLatestVersion field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceTemplate) GetName ¶
func (o *DeviceTemplate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*DeviceTemplate) GetNameOk ¶
func (o *DeviceTemplate) 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 (*DeviceTemplate) GetResourceProvider ¶
func (o *DeviceTemplate) GetResourceProvider() string
GetResourceProvider returns the ResourceProvider field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceTemplate) GetResourceProviderOk ¶
func (o *DeviceTemplate) GetResourceProviderOk() (*string, bool)
GetResourceProviderOk returns a tuple with the ResourceProvider field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceTemplate) GetServiceType ¶
func (o *DeviceTemplate) GetServiceType() string
GetServiceType returns the ServiceType field value if set, zero value otherwise.
func (*DeviceTemplate) GetServiceTypeOk ¶
func (o *DeviceTemplate) GetServiceTypeOk() (*string, bool)
GetServiceTypeOk returns a tuple with the ServiceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplate) GetTags ¶ added in v1.0.5
func (o *DeviceTemplate) GetTags() []string
GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceTemplate) GetTagsOk ¶ added in v1.0.5
func (o *DeviceTemplate) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceTemplate) GetTemplateParameterValidators ¶
func (o *DeviceTemplate) GetTemplateParameterValidators() []TemplateParameterValidator
GetTemplateParameterValidators returns the TemplateParameterValidators field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceTemplate) GetTemplateParameterValidatorsOk ¶
func (o *DeviceTemplate) GetTemplateParameterValidatorsOk() (*[]TemplateParameterValidator, bool)
GetTemplateParameterValidatorsOk returns a tuple with the TemplateParameterValidators field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceTemplate) GetTemplateStandard ¶
func (o *DeviceTemplate) GetTemplateStandard() string
GetTemplateStandard returns the TemplateStandard field value if set, zero value otherwise.
func (*DeviceTemplate) GetTemplateStandardOk ¶
func (o *DeviceTemplate) GetTemplateStandardOk() (*string, bool)
GetTemplateStandardOk returns a tuple with the TemplateStandard field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplate) GetTenantAccess ¶
func (o *DeviceTemplate) GetTenantAccess() DeviceTemplateAccess
GetTenantAccess returns the TenantAccess field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceTemplate) GetTenantAccessOk ¶
func (o *DeviceTemplate) GetTenantAccessOk() (*DeviceTemplateAccess, bool)
GetTenantAccessOk returns a tuple with the TenantAccess field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceTemplate) GetUserId ¶
func (o *DeviceTemplate) GetUserId() string
GetUserId returns the UserId field value if set, zero value otherwise.
func (*DeviceTemplate) GetUserIdOk ¶
func (o *DeviceTemplate) GetUserIdOk() (*string, 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 (*DeviceTemplate) GetVersion ¶
func (o *DeviceTemplate) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*DeviceTemplate) GetVersionOk ¶
func (o *DeviceTemplate) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplate) HasConfigContent ¶ added in v1.0.2
func (o *DeviceTemplate) HasConfigContent() bool
HasConfigContent returns a boolean if a field has been set.
func (*DeviceTemplate) HasCreatedOn ¶
func (o *DeviceTemplate) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*DeviceTemplate) HasDescription ¶
func (o *DeviceTemplate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*DeviceTemplate) HasDeviceModels ¶
func (o *DeviceTemplate) HasDeviceModels() bool
HasDeviceModels returns a boolean if a field has been set.
func (*DeviceTemplate) HasId ¶
func (o *DeviceTemplate) HasId() bool
HasId returns a boolean if a field has been set.
func (*DeviceTemplate) HasIsLatestVersion ¶ added in v1.0.5
func (o *DeviceTemplate) HasIsLatestVersion() bool
HasIsLatestVersion returns a boolean if a field has been set.
func (*DeviceTemplate) HasName ¶ added in v1.0.2
func (o *DeviceTemplate) HasName() bool
HasName returns a boolean if a field has been set.
func (*DeviceTemplate) HasResourceProvider ¶ added in v1.0.2
func (o *DeviceTemplate) HasResourceProvider() bool
HasResourceProvider returns a boolean if a field has been set.
func (*DeviceTemplate) HasServiceType ¶ added in v1.0.2
func (o *DeviceTemplate) HasServiceType() bool
HasServiceType returns a boolean if a field has been set.
func (*DeviceTemplate) HasTags ¶ added in v1.0.5
func (o *DeviceTemplate) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*DeviceTemplate) HasTemplateParameterValidators ¶
func (o *DeviceTemplate) HasTemplateParameterValidators() bool
HasTemplateParameterValidators returns a boolean if a field has been set.
func (*DeviceTemplate) HasTemplateStandard ¶
func (o *DeviceTemplate) HasTemplateStandard() bool
HasTemplateStandard returns a boolean if a field has been set.
func (*DeviceTemplate) HasTenantAccess ¶
func (o *DeviceTemplate) HasTenantAccess() bool
HasTenantAccess returns a boolean if a field has been set.
func (*DeviceTemplate) HasUserId ¶
func (o *DeviceTemplate) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (*DeviceTemplate) HasVersion ¶
func (o *DeviceTemplate) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (DeviceTemplate) MarshalJSON ¶
func (o DeviceTemplate) MarshalJSON() ([]byte, error)
func (*DeviceTemplate) SetConfigContent ¶
func (o *DeviceTemplate) SetConfigContent(v string)
SetConfigContent gets a reference to the given NullableString and assigns it to the ConfigContent field.
func (*DeviceTemplate) SetConfigContentNil ¶ added in v1.0.2
func (o *DeviceTemplate) SetConfigContentNil()
SetConfigContentNil sets the value for ConfigContent to be an explicit nil
func (*DeviceTemplate) SetCreatedOn ¶
func (o *DeviceTemplate) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*DeviceTemplate) SetDescription ¶
func (o *DeviceTemplate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*DeviceTemplate) SetDeviceModels ¶
func (o *DeviceTemplate) SetDeviceModels(v []string)
SetDeviceModels gets a reference to the given []string and assigns it to the DeviceModels field.
func (*DeviceTemplate) SetId ¶
func (o *DeviceTemplate) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*DeviceTemplate) SetIsLatestVersion ¶ added in v1.0.5
func (o *DeviceTemplate) SetIsLatestVersion(v bool)
SetIsLatestVersion gets a reference to the given NullableBool and assigns it to the IsLatestVersion field.
func (*DeviceTemplate) SetIsLatestVersionNil ¶ added in v1.0.5
func (o *DeviceTemplate) SetIsLatestVersionNil()
SetIsLatestVersionNil sets the value for IsLatestVersion to be an explicit nil
func (*DeviceTemplate) SetName ¶
func (o *DeviceTemplate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*DeviceTemplate) SetResourceProvider ¶
func (o *DeviceTemplate) SetResourceProvider(v string)
SetResourceProvider gets a reference to the given NullableString and assigns it to the ResourceProvider field.
func (*DeviceTemplate) SetResourceProviderNil ¶ added in v1.0.2
func (o *DeviceTemplate) SetResourceProviderNil()
SetResourceProviderNil sets the value for ResourceProvider to be an explicit nil
func (*DeviceTemplate) SetServiceType ¶
func (o *DeviceTemplate) SetServiceType(v string)
SetServiceType gets a reference to the given string and assigns it to the ServiceType field.
func (*DeviceTemplate) SetTags ¶ added in v1.0.5
func (o *DeviceTemplate) SetTags(v []string)
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*DeviceTemplate) SetTemplateParameterValidators ¶
func (o *DeviceTemplate) SetTemplateParameterValidators(v []TemplateParameterValidator)
SetTemplateParameterValidators gets a reference to the given []TemplateParameterValidator and assigns it to the TemplateParameterValidators field.
func (*DeviceTemplate) SetTemplateStandard ¶
func (o *DeviceTemplate) SetTemplateStandard(v string)
SetTemplateStandard gets a reference to the given string and assigns it to the TemplateStandard field.
func (*DeviceTemplate) SetTenantAccess ¶
func (o *DeviceTemplate) SetTenantAccess(v DeviceTemplateAccess)
SetTenantAccess gets a reference to the given NullableDeviceTemplateAccess and assigns it to the TenantAccess field.
func (*DeviceTemplate) SetTenantAccessNil ¶
func (o *DeviceTemplate) SetTenantAccessNil()
SetTenantAccessNil sets the value for TenantAccess to be an explicit nil
func (*DeviceTemplate) SetUserId ¶
func (o *DeviceTemplate) SetUserId(v string)
SetUserId gets a reference to the given string and assigns it to the UserId field.
func (*DeviceTemplate) SetVersion ¶
func (o *DeviceTemplate) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (*DeviceTemplate) UnmarshalJSON ¶ added in v1.0.5
func (o *DeviceTemplate) UnmarshalJSON(bytes []byte) (err error)
func (*DeviceTemplate) UnsetConfigContent ¶ added in v1.0.2
func (o *DeviceTemplate) UnsetConfigContent()
UnsetConfigContent ensures that no value is present for ConfigContent, not even an explicit nil
func (*DeviceTemplate) UnsetIsLatestVersion ¶ added in v1.0.5
func (o *DeviceTemplate) UnsetIsLatestVersion()
UnsetIsLatestVersion ensures that no value is present for IsLatestVersion, not even an explicit nil
func (*DeviceTemplate) UnsetResourceProvider ¶ added in v1.0.2
func (o *DeviceTemplate) UnsetResourceProvider()
UnsetResourceProvider ensures that no value is present for ResourceProvider, not even an explicit nil
func (*DeviceTemplate) UnsetTenantAccess ¶
func (o *DeviceTemplate) UnsetTenantAccess()
UnsetTenantAccess ensures that no value is present for TenantAccess, not even an explicit nil
type DeviceTemplateAccess ¶
type DeviceTemplateAccess struct { // List of tenants to grant access. Mutually exclusive from global flag field. TenantIds []string `json:"tenantIds,omitempty"` // Determines if the template is globally accessible. Mutually exclusive from tenant list field. Global NullableBool `json:"global,omitempty"` AdditionalProperties map[string]interface{} }
DeviceTemplateAccess struct for DeviceTemplateAccess
func NewDeviceTemplateAccess ¶
func NewDeviceTemplateAccess() *DeviceTemplateAccess
NewDeviceTemplateAccess instantiates a new DeviceTemplateAccess object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeviceTemplateAccessWithDefaults ¶
func NewDeviceTemplateAccessWithDefaults() *DeviceTemplateAccess
NewDeviceTemplateAccessWithDefaults instantiates a new DeviceTemplateAccess object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeviceTemplateAccess) GetGlobal ¶
func (o *DeviceTemplateAccess) GetGlobal() bool
GetGlobal returns the Global field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceTemplateAccess) GetGlobalOk ¶
func (o *DeviceTemplateAccess) GetGlobalOk() (*bool, bool)
GetGlobalOk returns a tuple with the Global field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceTemplateAccess) GetTenantIds ¶
func (o *DeviceTemplateAccess) GetTenantIds() []string
GetTenantIds returns the TenantIds field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceTemplateAccess) GetTenantIdsOk ¶
func (o *DeviceTemplateAccess) GetTenantIdsOk() (*[]string, bool)
GetTenantIdsOk returns a tuple with the TenantIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceTemplateAccess) HasGlobal ¶
func (o *DeviceTemplateAccess) HasGlobal() bool
HasGlobal returns a boolean if a field has been set.
func (*DeviceTemplateAccess) HasTenantIds ¶
func (o *DeviceTemplateAccess) HasTenantIds() bool
HasTenantIds returns a boolean if a field has been set.
func (DeviceTemplateAccess) MarshalJSON ¶
func (o DeviceTemplateAccess) MarshalJSON() ([]byte, error)
func (*DeviceTemplateAccess) SetGlobal ¶
func (o *DeviceTemplateAccess) SetGlobal(v bool)
SetGlobal gets a reference to the given NullableBool and assigns it to the Global field.
func (*DeviceTemplateAccess) SetGlobalNil ¶ added in v1.0.2
func (o *DeviceTemplateAccess) SetGlobalNil()
SetGlobalNil sets the value for Global to be an explicit nil
func (*DeviceTemplateAccess) SetTenantIds ¶
func (o *DeviceTemplateAccess) SetTenantIds(v []string)
SetTenantIds gets a reference to the given []string and assigns it to the TenantIds field.
func (*DeviceTemplateAccess) UnmarshalJSON ¶ added in v1.0.5
func (o *DeviceTemplateAccess) UnmarshalJSON(bytes []byte) (err error)
func (*DeviceTemplateAccess) UnsetGlobal ¶ added in v1.0.2
func (o *DeviceTemplateAccess) UnsetGlobal()
UnsetGlobal ensures that no value is present for Global, not even an explicit nil
type DeviceTemplateAccessResponse ¶
type DeviceTemplateAccessResponse struct { FailureListOfTenants []string `json:"failureListOfTenants,omitempty"` Global NullableBool `json:"global,omitempty"` SuccessListOfTenants []string `json:"successListOfTenants,omitempty"` AdditionalProperties map[string]interface{} }
DeviceTemplateAccessResponse struct for DeviceTemplateAccessResponse
func NewDeviceTemplateAccessResponse ¶
func NewDeviceTemplateAccessResponse() *DeviceTemplateAccessResponse
NewDeviceTemplateAccessResponse instantiates a new DeviceTemplateAccessResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeviceTemplateAccessResponseWithDefaults ¶
func NewDeviceTemplateAccessResponseWithDefaults() *DeviceTemplateAccessResponse
NewDeviceTemplateAccessResponseWithDefaults instantiates a new DeviceTemplateAccessResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeviceTemplateAccessResponse) GetFailureListOfTenants ¶
func (o *DeviceTemplateAccessResponse) GetFailureListOfTenants() []string
GetFailureListOfTenants returns the FailureListOfTenants field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceTemplateAccessResponse) GetFailureListOfTenantsOk ¶
func (o *DeviceTemplateAccessResponse) GetFailureListOfTenantsOk() (*[]string, bool)
GetFailureListOfTenantsOk returns a tuple with the FailureListOfTenants field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceTemplateAccessResponse) GetGlobal ¶
func (o *DeviceTemplateAccessResponse) GetGlobal() bool
GetGlobal returns the Global field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceTemplateAccessResponse) GetGlobalOk ¶
func (o *DeviceTemplateAccessResponse) GetGlobalOk() (*bool, bool)
GetGlobalOk returns a tuple with the Global field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceTemplateAccessResponse) GetSuccessListOfTenants ¶
func (o *DeviceTemplateAccessResponse) GetSuccessListOfTenants() []string
GetSuccessListOfTenants returns the SuccessListOfTenants field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceTemplateAccessResponse) GetSuccessListOfTenantsOk ¶
func (o *DeviceTemplateAccessResponse) GetSuccessListOfTenantsOk() (*[]string, bool)
GetSuccessListOfTenantsOk returns a tuple with the SuccessListOfTenants field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceTemplateAccessResponse) HasFailureListOfTenants ¶
func (o *DeviceTemplateAccessResponse) HasFailureListOfTenants() bool
HasFailureListOfTenants returns a boolean if a field has been set.
func (*DeviceTemplateAccessResponse) HasGlobal ¶
func (o *DeviceTemplateAccessResponse) HasGlobal() bool
HasGlobal returns a boolean if a field has been set.
func (*DeviceTemplateAccessResponse) HasSuccessListOfTenants ¶
func (o *DeviceTemplateAccessResponse) HasSuccessListOfTenants() bool
HasSuccessListOfTenants returns a boolean if a field has been set.
func (DeviceTemplateAccessResponse) MarshalJSON ¶
func (o DeviceTemplateAccessResponse) MarshalJSON() ([]byte, error)
func (*DeviceTemplateAccessResponse) SetFailureListOfTenants ¶
func (o *DeviceTemplateAccessResponse) SetFailureListOfTenants(v []string)
SetFailureListOfTenants gets a reference to the given []string and assigns it to the FailureListOfTenants field.
func (*DeviceTemplateAccessResponse) SetGlobal ¶
func (o *DeviceTemplateAccessResponse) SetGlobal(v bool)
SetGlobal gets a reference to the given NullableBool and assigns it to the Global field.
func (*DeviceTemplateAccessResponse) SetGlobalNil ¶ added in v1.0.2
func (o *DeviceTemplateAccessResponse) SetGlobalNil()
SetGlobalNil sets the value for Global to be an explicit nil
func (*DeviceTemplateAccessResponse) SetSuccessListOfTenants ¶
func (o *DeviceTemplateAccessResponse) SetSuccessListOfTenants(v []string)
SetSuccessListOfTenants gets a reference to the given []string and assigns it to the SuccessListOfTenants field.
func (*DeviceTemplateAccessResponse) UnmarshalJSON ¶ added in v1.0.5
func (o *DeviceTemplateAccessResponse) UnmarshalJSON(bytes []byte) (err error)
func (*DeviceTemplateAccessResponse) UnsetGlobal ¶ added in v1.0.2
func (o *DeviceTemplateAccessResponse) UnsetGlobal()
UnsetGlobal ensures that no value is present for Global, not even an explicit nil
type DeviceTemplateAttachRequest ¶
type DeviceTemplateAttachRequest struct { TemplateDetails *[]DeviceTemplateDetails `json:"templateDetails,omitempty"` AdditionalProperties map[string]interface{} }
DeviceTemplateAttachRequest struct for DeviceTemplateAttachRequest
func NewDeviceTemplateAttachRequest ¶
func NewDeviceTemplateAttachRequest() *DeviceTemplateAttachRequest
NewDeviceTemplateAttachRequest instantiates a new DeviceTemplateAttachRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeviceTemplateAttachRequestWithDefaults ¶
func NewDeviceTemplateAttachRequestWithDefaults() *DeviceTemplateAttachRequest
NewDeviceTemplateAttachRequestWithDefaults instantiates a new DeviceTemplateAttachRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeviceTemplateAttachRequest) GetTemplateDetails ¶
func (o *DeviceTemplateAttachRequest) GetTemplateDetails() []DeviceTemplateDetails
GetTemplateDetails returns the TemplateDetails field value if set, zero value otherwise.
func (*DeviceTemplateAttachRequest) GetTemplateDetailsOk ¶
func (o *DeviceTemplateAttachRequest) GetTemplateDetailsOk() (*[]DeviceTemplateDetails, bool)
GetTemplateDetailsOk returns a tuple with the TemplateDetails field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplateAttachRequest) HasTemplateDetails ¶
func (o *DeviceTemplateAttachRequest) HasTemplateDetails() bool
HasTemplateDetails returns a boolean if a field has been set.
func (DeviceTemplateAttachRequest) MarshalJSON ¶
func (o DeviceTemplateAttachRequest) MarshalJSON() ([]byte, error)
func (*DeviceTemplateAttachRequest) SetTemplateDetails ¶
func (o *DeviceTemplateAttachRequest) SetTemplateDetails(v []DeviceTemplateDetails)
SetTemplateDetails gets a reference to the given []DeviceTemplateDetails and assigns it to the TemplateDetails field.
func (*DeviceTemplateAttachRequest) UnmarshalJSON ¶ added in v1.0.5
func (o *DeviceTemplateAttachRequest) UnmarshalJSON(bytes []byte) (err error)
type DeviceTemplateBatchAttachRequest ¶ added in v1.0.8
type DeviceTemplateBatchAttachRequest struct { DeviceIds *[]string `json:"deviceIds,omitempty"` TemplateDetails *[]DeviceTemplateDetails `json:"templateDetails,omitempty"` AdditionalProperties map[string]interface{} }
DeviceTemplateBatchAttachRequest struct for DeviceTemplateBatchAttachRequest
func NewDeviceTemplateBatchAttachRequest ¶ added in v1.0.8
func NewDeviceTemplateBatchAttachRequest() *DeviceTemplateBatchAttachRequest
NewDeviceTemplateBatchAttachRequest instantiates a new DeviceTemplateBatchAttachRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeviceTemplateBatchAttachRequestWithDefaults ¶ added in v1.0.8
func NewDeviceTemplateBatchAttachRequestWithDefaults() *DeviceTemplateBatchAttachRequest
NewDeviceTemplateBatchAttachRequestWithDefaults instantiates a new DeviceTemplateBatchAttachRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeviceTemplateBatchAttachRequest) GetDeviceIds ¶ added in v1.0.8
func (o *DeviceTemplateBatchAttachRequest) GetDeviceIds() []string
GetDeviceIds returns the DeviceIds field value if set, zero value otherwise.
func (*DeviceTemplateBatchAttachRequest) GetDeviceIdsOk ¶ added in v1.0.8
func (o *DeviceTemplateBatchAttachRequest) GetDeviceIdsOk() (*[]string, bool)
GetDeviceIdsOk returns a tuple with the DeviceIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplateBatchAttachRequest) GetTemplateDetails ¶ added in v1.0.8
func (o *DeviceTemplateBatchAttachRequest) GetTemplateDetails() []DeviceTemplateDetails
GetTemplateDetails returns the TemplateDetails field value if set, zero value otherwise.
func (*DeviceTemplateBatchAttachRequest) GetTemplateDetailsOk ¶ added in v1.0.8
func (o *DeviceTemplateBatchAttachRequest) GetTemplateDetailsOk() (*[]DeviceTemplateDetails, bool)
GetTemplateDetailsOk returns a tuple with the TemplateDetails field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplateBatchAttachRequest) HasDeviceIds ¶ added in v1.0.8
func (o *DeviceTemplateBatchAttachRequest) HasDeviceIds() bool
HasDeviceIds returns a boolean if a field has been set.
func (*DeviceTemplateBatchAttachRequest) HasTemplateDetails ¶ added in v1.0.8
func (o *DeviceTemplateBatchAttachRequest) HasTemplateDetails() bool
HasTemplateDetails returns a boolean if a field has been set.
func (DeviceTemplateBatchAttachRequest) MarshalJSON ¶ added in v1.0.8
func (o DeviceTemplateBatchAttachRequest) MarshalJSON() ([]byte, error)
func (*DeviceTemplateBatchAttachRequest) SetDeviceIds ¶ added in v1.0.8
func (o *DeviceTemplateBatchAttachRequest) SetDeviceIds(v []string)
SetDeviceIds gets a reference to the given []string and assigns it to the DeviceIds field.
func (*DeviceTemplateBatchAttachRequest) SetTemplateDetails ¶ added in v1.0.8
func (o *DeviceTemplateBatchAttachRequest) SetTemplateDetails(v []DeviceTemplateDetails)
SetTemplateDetails gets a reference to the given []DeviceTemplateDetails and assigns it to the TemplateDetails field.
func (*DeviceTemplateBatchAttachRequest) UnmarshalJSON ¶ added in v1.0.8
func (o *DeviceTemplateBatchAttachRequest) UnmarshalJSON(bytes []byte) (err error)
type DeviceTemplateCreate ¶
type DeviceTemplateCreate struct { Name string `json:"name"` Description *string `json:"description,omitempty"` Version *string `json:"version,omitempty"` ServiceType string `json:"serviceType"` DeviceModels []string `json:"deviceModels,omitempty"` ConfigContent string `json:"configContent"` ResourceProvider string `json:"resourceProvider"` TemplateStandard *string `json:"templateStandard,omitempty"` TenantAccess NullableDeviceTemplateAccess `json:"tenantAccess,omitempty"` TemplateParameterValidators *[]TemplateParameterValidator `json:"templateParameterValidators,omitempty"` Tags []string `json:"tags,omitempty"` AdditionalProperties map[string]interface{} }
DeviceTemplateCreate struct for DeviceTemplateCreate
func NewDeviceTemplateCreate ¶
func NewDeviceTemplateCreate(name string, serviceType string, configContent string, resourceProvider string) *DeviceTemplateCreate
NewDeviceTemplateCreate instantiates a new DeviceTemplateCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeviceTemplateCreateWithDefaults ¶
func NewDeviceTemplateCreateWithDefaults() *DeviceTemplateCreate
NewDeviceTemplateCreateWithDefaults instantiates a new DeviceTemplateCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeviceTemplateCreate) GetConfigContent ¶
func (o *DeviceTemplateCreate) GetConfigContent() string
GetConfigContent returns the ConfigContent field value
func (*DeviceTemplateCreate) GetConfigContentOk ¶
func (o *DeviceTemplateCreate) GetConfigContentOk() (*string, bool)
GetConfigContentOk returns a tuple with the ConfigContent field value and a boolean to check if the value has been set.
func (*DeviceTemplateCreate) GetDescription ¶
func (o *DeviceTemplateCreate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*DeviceTemplateCreate) GetDescriptionOk ¶
func (o *DeviceTemplateCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplateCreate) GetDeviceModels ¶
func (o *DeviceTemplateCreate) GetDeviceModels() []string
GetDeviceModels returns the DeviceModels field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceTemplateCreate) GetDeviceModelsOk ¶
func (o *DeviceTemplateCreate) GetDeviceModelsOk() (*[]string, bool)
GetDeviceModelsOk returns a tuple with the DeviceModels field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceTemplateCreate) GetName ¶
func (o *DeviceTemplateCreate) GetName() string
GetName returns the Name field value
func (*DeviceTemplateCreate) GetNameOk ¶
func (o *DeviceTemplateCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*DeviceTemplateCreate) GetResourceProvider ¶
func (o *DeviceTemplateCreate) GetResourceProvider() string
GetResourceProvider returns the ResourceProvider field value
func (*DeviceTemplateCreate) GetResourceProviderOk ¶
func (o *DeviceTemplateCreate) GetResourceProviderOk() (*string, bool)
GetResourceProviderOk returns a tuple with the ResourceProvider field value and a boolean to check if the value has been set.
func (*DeviceTemplateCreate) GetServiceType ¶
func (o *DeviceTemplateCreate) GetServiceType() string
GetServiceType returns the ServiceType field value
func (*DeviceTemplateCreate) GetServiceTypeOk ¶
func (o *DeviceTemplateCreate) GetServiceTypeOk() (*string, bool)
GetServiceTypeOk returns a tuple with the ServiceType field value and a boolean to check if the value has been set.
func (*DeviceTemplateCreate) GetTags ¶ added in v1.0.5
func (o *DeviceTemplateCreate) GetTags() []string
GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceTemplateCreate) GetTagsOk ¶ added in v1.0.5
func (o *DeviceTemplateCreate) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceTemplateCreate) GetTemplateParameterValidators ¶
func (o *DeviceTemplateCreate) GetTemplateParameterValidators() []TemplateParameterValidator
GetTemplateParameterValidators returns the TemplateParameterValidators field value if set, zero value otherwise.
func (*DeviceTemplateCreate) GetTemplateParameterValidatorsOk ¶
func (o *DeviceTemplateCreate) GetTemplateParameterValidatorsOk() (*[]TemplateParameterValidator, bool)
GetTemplateParameterValidatorsOk returns a tuple with the TemplateParameterValidators field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplateCreate) GetTemplateStandard ¶
func (o *DeviceTemplateCreate) GetTemplateStandard() string
GetTemplateStandard returns the TemplateStandard field value if set, zero value otherwise.
func (*DeviceTemplateCreate) GetTemplateStandardOk ¶
func (o *DeviceTemplateCreate) GetTemplateStandardOk() (*string, bool)
GetTemplateStandardOk returns a tuple with the TemplateStandard field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplateCreate) GetTenantAccess ¶
func (o *DeviceTemplateCreate) GetTenantAccess() DeviceTemplateAccess
GetTenantAccess returns the TenantAccess field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceTemplateCreate) GetTenantAccessOk ¶
func (o *DeviceTemplateCreate) GetTenantAccessOk() (*DeviceTemplateAccess, bool)
GetTenantAccessOk returns a tuple with the TenantAccess field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceTemplateCreate) GetVersion ¶
func (o *DeviceTemplateCreate) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*DeviceTemplateCreate) GetVersionOk ¶
func (o *DeviceTemplateCreate) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplateCreate) HasDescription ¶
func (o *DeviceTemplateCreate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*DeviceTemplateCreate) HasDeviceModels ¶
func (o *DeviceTemplateCreate) HasDeviceModels() bool
HasDeviceModels returns a boolean if a field has been set.
func (*DeviceTemplateCreate) HasTags ¶ added in v1.0.5
func (o *DeviceTemplateCreate) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*DeviceTemplateCreate) HasTemplateParameterValidators ¶
func (o *DeviceTemplateCreate) HasTemplateParameterValidators() bool
HasTemplateParameterValidators returns a boolean if a field has been set.
func (*DeviceTemplateCreate) HasTemplateStandard ¶
func (o *DeviceTemplateCreate) HasTemplateStandard() bool
HasTemplateStandard returns a boolean if a field has been set.
func (*DeviceTemplateCreate) HasTenantAccess ¶
func (o *DeviceTemplateCreate) HasTenantAccess() bool
HasTenantAccess returns a boolean if a field has been set.
func (*DeviceTemplateCreate) HasVersion ¶
func (o *DeviceTemplateCreate) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (DeviceTemplateCreate) MarshalJSON ¶
func (o DeviceTemplateCreate) MarshalJSON() ([]byte, error)
func (*DeviceTemplateCreate) SetConfigContent ¶
func (o *DeviceTemplateCreate) SetConfigContent(v string)
SetConfigContent sets field value
func (*DeviceTemplateCreate) SetDescription ¶
func (o *DeviceTemplateCreate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*DeviceTemplateCreate) SetDeviceModels ¶
func (o *DeviceTemplateCreate) SetDeviceModels(v []string)
SetDeviceModels gets a reference to the given []string and assigns it to the DeviceModels field.
func (*DeviceTemplateCreate) SetName ¶
func (o *DeviceTemplateCreate) SetName(v string)
SetName sets field value
func (*DeviceTemplateCreate) SetResourceProvider ¶
func (o *DeviceTemplateCreate) SetResourceProvider(v string)
SetResourceProvider sets field value
func (*DeviceTemplateCreate) SetServiceType ¶
func (o *DeviceTemplateCreate) SetServiceType(v string)
SetServiceType sets field value
func (*DeviceTemplateCreate) SetTags ¶ added in v1.0.5
func (o *DeviceTemplateCreate) SetTags(v []string)
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*DeviceTemplateCreate) SetTemplateParameterValidators ¶
func (o *DeviceTemplateCreate) SetTemplateParameterValidators(v []TemplateParameterValidator)
SetTemplateParameterValidators gets a reference to the given []TemplateParameterValidator and assigns it to the TemplateParameterValidators field.
func (*DeviceTemplateCreate) SetTemplateStandard ¶
func (o *DeviceTemplateCreate) SetTemplateStandard(v string)
SetTemplateStandard gets a reference to the given string and assigns it to the TemplateStandard field.
func (*DeviceTemplateCreate) SetTenantAccess ¶
func (o *DeviceTemplateCreate) SetTenantAccess(v DeviceTemplateAccess)
SetTenantAccess gets a reference to the given NullableDeviceTemplateAccess and assigns it to the TenantAccess field.
func (*DeviceTemplateCreate) SetTenantAccessNil ¶
func (o *DeviceTemplateCreate) SetTenantAccessNil()
SetTenantAccessNil sets the value for TenantAccess to be an explicit nil
func (*DeviceTemplateCreate) SetVersion ¶
func (o *DeviceTemplateCreate) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (*DeviceTemplateCreate) UnmarshalJSON ¶ added in v1.0.5
func (o *DeviceTemplateCreate) UnmarshalJSON(bytes []byte) (err error)
func (*DeviceTemplateCreate) UnsetTenantAccess ¶
func (o *DeviceTemplateCreate) UnsetTenantAccess()
UnsetTenantAccess ensures that no value is present for TenantAccess, not even an explicit nil
type DeviceTemplateDetails ¶
type DeviceTemplateDetails struct { TemplateId *string `json:"templateId,omitempty"` TemplateParams *[]NameValue `json:"templateParams,omitempty"` AdditionalProperties map[string]interface{} }
DeviceTemplateDetails struct for DeviceTemplateDetails
func NewDeviceTemplateDetails ¶
func NewDeviceTemplateDetails() *DeviceTemplateDetails
NewDeviceTemplateDetails instantiates a new DeviceTemplateDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeviceTemplateDetailsWithDefaults ¶
func NewDeviceTemplateDetailsWithDefaults() *DeviceTemplateDetails
NewDeviceTemplateDetailsWithDefaults instantiates a new DeviceTemplateDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeviceTemplateDetails) GetTemplateId ¶
func (o *DeviceTemplateDetails) GetTemplateId() string
GetTemplateId returns the TemplateId field value if set, zero value otherwise.
func (*DeviceTemplateDetails) GetTemplateIdOk ¶
func (o *DeviceTemplateDetails) GetTemplateIdOk() (*string, bool)
GetTemplateIdOk returns a tuple with the TemplateId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplateDetails) GetTemplateParams ¶
func (o *DeviceTemplateDetails) GetTemplateParams() []NameValue
GetTemplateParams returns the TemplateParams field value if set, zero value otherwise.
func (*DeviceTemplateDetails) GetTemplateParamsOk ¶
func (o *DeviceTemplateDetails) GetTemplateParamsOk() (*[]NameValue, bool)
GetTemplateParamsOk returns a tuple with the TemplateParams field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplateDetails) HasTemplateId ¶
func (o *DeviceTemplateDetails) HasTemplateId() bool
HasTemplateId returns a boolean if a field has been set.
func (*DeviceTemplateDetails) HasTemplateParams ¶
func (o *DeviceTemplateDetails) HasTemplateParams() bool
HasTemplateParams returns a boolean if a field has been set.
func (DeviceTemplateDetails) MarshalJSON ¶
func (o DeviceTemplateDetails) MarshalJSON() ([]byte, error)
func (*DeviceTemplateDetails) SetTemplateId ¶
func (o *DeviceTemplateDetails) SetTemplateId(v string)
SetTemplateId gets a reference to the given string and assigns it to the TemplateId field.
func (*DeviceTemplateDetails) SetTemplateParams ¶
func (o *DeviceTemplateDetails) SetTemplateParams(v []NameValue)
SetTemplateParams gets a reference to the given []NameValue and assigns it to the TemplateParams field.
func (*DeviceTemplateDetails) UnmarshalJSON ¶ added in v1.0.5
func (o *DeviceTemplateDetails) UnmarshalJSON(bytes []byte) (err error)
type DeviceTemplateHistory ¶
type DeviceTemplateHistory struct { Id *string `json:"id,omitempty"` DeviceId *string `json:"deviceId,omitempty"` InstanceId *string `json:"instanceId,omitempty"` TemplateId *string `json:"templateId,omitempty"` UserId *string `json:"userId,omitempty"` Status *string `json:"status,omitempty"` StatusError *string `json:"statusError,omitempty"` TemplateParams *[]NameValue `json:"templateParams,omitempty"` LastUpdated *time.Time `json:"lastUpdated,omitempty"` AdditionalProperties map[string]interface{} }
DeviceTemplateHistory struct for DeviceTemplateHistory
func NewDeviceTemplateHistory ¶
func NewDeviceTemplateHistory() *DeviceTemplateHistory
NewDeviceTemplateHistory instantiates a new DeviceTemplateHistory object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeviceTemplateHistoryWithDefaults ¶
func NewDeviceTemplateHistoryWithDefaults() *DeviceTemplateHistory
NewDeviceTemplateHistoryWithDefaults instantiates a new DeviceTemplateHistory object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeviceTemplateHistory) GetDeviceId ¶
func (o *DeviceTemplateHistory) GetDeviceId() string
GetDeviceId returns the DeviceId field value if set, zero value otherwise.
func (*DeviceTemplateHistory) GetDeviceIdOk ¶
func (o *DeviceTemplateHistory) GetDeviceIdOk() (*string, bool)
GetDeviceIdOk returns a tuple with the DeviceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplateHistory) GetId ¶
func (o *DeviceTemplateHistory) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*DeviceTemplateHistory) GetIdOk ¶
func (o *DeviceTemplateHistory) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplateHistory) GetInstanceId ¶ added in v1.0.2
func (o *DeviceTemplateHistory) GetInstanceId() string
GetInstanceId returns the InstanceId field value if set, zero value otherwise.
func (*DeviceTemplateHistory) GetInstanceIdOk ¶ added in v1.0.2
func (o *DeviceTemplateHistory) GetInstanceIdOk() (*string, bool)
GetInstanceIdOk returns a tuple with the InstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplateHistory) GetLastUpdated ¶ added in v1.0.2
func (o *DeviceTemplateHistory) GetLastUpdated() time.Time
GetLastUpdated returns the LastUpdated field value if set, zero value otherwise.
func (*DeviceTemplateHistory) GetLastUpdatedOk ¶ added in v1.0.2
func (o *DeviceTemplateHistory) GetLastUpdatedOk() (*time.Time, 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 (*DeviceTemplateHistory) GetStatus ¶
func (o *DeviceTemplateHistory) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*DeviceTemplateHistory) GetStatusError ¶
func (o *DeviceTemplateHistory) GetStatusError() string
GetStatusError returns the StatusError field value if set, zero value otherwise.
func (*DeviceTemplateHistory) GetStatusErrorOk ¶
func (o *DeviceTemplateHistory) GetStatusErrorOk() (*string, bool)
GetStatusErrorOk returns a tuple with the StatusError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplateHistory) GetStatusOk ¶
func (o *DeviceTemplateHistory) 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 (*DeviceTemplateHistory) GetTemplateId ¶
func (o *DeviceTemplateHistory) GetTemplateId() string
GetTemplateId returns the TemplateId field value if set, zero value otherwise.
func (*DeviceTemplateHistory) GetTemplateIdOk ¶
func (o *DeviceTemplateHistory) GetTemplateIdOk() (*string, bool)
GetTemplateIdOk returns a tuple with the TemplateId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplateHistory) GetTemplateParams ¶
func (o *DeviceTemplateHistory) GetTemplateParams() []NameValue
GetTemplateParams returns the TemplateParams field value if set, zero value otherwise.
func (*DeviceTemplateHistory) GetTemplateParamsOk ¶
func (o *DeviceTemplateHistory) GetTemplateParamsOk() (*[]NameValue, bool)
GetTemplateParamsOk returns a tuple with the TemplateParams field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplateHistory) GetUserId ¶
func (o *DeviceTemplateHistory) GetUserId() string
GetUserId returns the UserId field value if set, zero value otherwise.
func (*DeviceTemplateHistory) GetUserIdOk ¶
func (o *DeviceTemplateHistory) GetUserIdOk() (*string, 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 (*DeviceTemplateHistory) HasDeviceId ¶
func (o *DeviceTemplateHistory) HasDeviceId() bool
HasDeviceId returns a boolean if a field has been set.
func (*DeviceTemplateHistory) HasId ¶
func (o *DeviceTemplateHistory) HasId() bool
HasId returns a boolean if a field has been set.
func (*DeviceTemplateHistory) HasInstanceId ¶ added in v1.0.2
func (o *DeviceTemplateHistory) HasInstanceId() bool
HasInstanceId returns a boolean if a field has been set.
func (*DeviceTemplateHistory) HasLastUpdated ¶ added in v1.0.2
func (o *DeviceTemplateHistory) HasLastUpdated() bool
HasLastUpdated returns a boolean if a field has been set.
func (*DeviceTemplateHistory) HasStatus ¶
func (o *DeviceTemplateHistory) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*DeviceTemplateHistory) HasStatusError ¶
func (o *DeviceTemplateHistory) HasStatusError() bool
HasStatusError returns a boolean if a field has been set.
func (*DeviceTemplateHistory) HasTemplateId ¶
func (o *DeviceTemplateHistory) HasTemplateId() bool
HasTemplateId returns a boolean if a field has been set.
func (*DeviceTemplateHistory) HasTemplateParams ¶
func (o *DeviceTemplateHistory) HasTemplateParams() bool
HasTemplateParams returns a boolean if a field has been set.
func (*DeviceTemplateHistory) HasUserId ¶
func (o *DeviceTemplateHistory) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (DeviceTemplateHistory) MarshalJSON ¶
func (o DeviceTemplateHistory) MarshalJSON() ([]byte, error)
func (*DeviceTemplateHistory) SetDeviceId ¶
func (o *DeviceTemplateHistory) SetDeviceId(v string)
SetDeviceId gets a reference to the given string and assigns it to the DeviceId field.
func (*DeviceTemplateHistory) SetId ¶
func (o *DeviceTemplateHistory) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*DeviceTemplateHistory) SetInstanceId ¶ added in v1.0.2
func (o *DeviceTemplateHistory) SetInstanceId(v string)
SetInstanceId gets a reference to the given string and assigns it to the InstanceId field.
func (*DeviceTemplateHistory) SetLastUpdated ¶ added in v1.0.2
func (o *DeviceTemplateHistory) SetLastUpdated(v time.Time)
SetLastUpdated gets a reference to the given time.Time and assigns it to the LastUpdated field.
func (*DeviceTemplateHistory) SetStatus ¶
func (o *DeviceTemplateHistory) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*DeviceTemplateHistory) SetStatusError ¶
func (o *DeviceTemplateHistory) SetStatusError(v string)
SetStatusError gets a reference to the given string and assigns it to the StatusError field.
func (*DeviceTemplateHistory) SetTemplateId ¶
func (o *DeviceTemplateHistory) SetTemplateId(v string)
SetTemplateId gets a reference to the given string and assigns it to the TemplateId field.
func (*DeviceTemplateHistory) SetTemplateParams ¶
func (o *DeviceTemplateHistory) SetTemplateParams(v []NameValue)
SetTemplateParams gets a reference to the given []NameValue and assigns it to the TemplateParams field.
func (*DeviceTemplateHistory) SetUserId ¶
func (o *DeviceTemplateHistory) SetUserId(v string)
SetUserId gets a reference to the given string and assigns it to the UserId field.
func (*DeviceTemplateHistory) UnmarshalJSON ¶ added in v1.0.5
func (o *DeviceTemplateHistory) UnmarshalJSON(bytes []byte) (err error)
type DeviceTemplateHistorySummary ¶ added in v1.0.8
type DeviceTemplateHistorySummary struct { DeviceId *string `json:"deviceId,omitempty"` HttpStatus *string `json:"httpStatus,omitempty"` DeviceTemplateHistoryUrl *string `json:"deviceTemplateHistoryUrl,omitempty"` AdditionalProperties map[string]interface{} }
DeviceTemplateHistorySummary struct for DeviceTemplateHistorySummary
func NewDeviceTemplateHistorySummary ¶ added in v1.0.8
func NewDeviceTemplateHistorySummary() *DeviceTemplateHistorySummary
NewDeviceTemplateHistorySummary instantiates a new DeviceTemplateHistorySummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeviceTemplateHistorySummaryWithDefaults ¶ added in v1.0.8
func NewDeviceTemplateHistorySummaryWithDefaults() *DeviceTemplateHistorySummary
NewDeviceTemplateHistorySummaryWithDefaults instantiates a new DeviceTemplateHistorySummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeviceTemplateHistorySummary) GetDeviceId ¶ added in v1.0.8
func (o *DeviceTemplateHistorySummary) GetDeviceId() string
GetDeviceId returns the DeviceId field value if set, zero value otherwise.
func (*DeviceTemplateHistorySummary) GetDeviceIdOk ¶ added in v1.0.8
func (o *DeviceTemplateHistorySummary) GetDeviceIdOk() (*string, bool)
GetDeviceIdOk returns a tuple with the DeviceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplateHistorySummary) GetDeviceTemplateHistoryUrl ¶ added in v1.0.8
func (o *DeviceTemplateHistorySummary) GetDeviceTemplateHistoryUrl() string
GetDeviceTemplateHistoryUrl returns the DeviceTemplateHistoryUrl field value if set, zero value otherwise.
func (*DeviceTemplateHistorySummary) GetDeviceTemplateHistoryUrlOk ¶ added in v1.0.8
func (o *DeviceTemplateHistorySummary) GetDeviceTemplateHistoryUrlOk() (*string, bool)
GetDeviceTemplateHistoryUrlOk returns a tuple with the DeviceTemplateHistoryUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplateHistorySummary) GetHttpStatus ¶ added in v1.0.8
func (o *DeviceTemplateHistorySummary) GetHttpStatus() string
GetHttpStatus returns the HttpStatus field value if set, zero value otherwise.
func (*DeviceTemplateHistorySummary) GetHttpStatusOk ¶ added in v1.0.8
func (o *DeviceTemplateHistorySummary) GetHttpStatusOk() (*string, bool)
GetHttpStatusOk returns a tuple with the HttpStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplateHistorySummary) HasDeviceId ¶ added in v1.0.8
func (o *DeviceTemplateHistorySummary) HasDeviceId() bool
HasDeviceId returns a boolean if a field has been set.
func (*DeviceTemplateHistorySummary) HasDeviceTemplateHistoryUrl ¶ added in v1.0.8
func (o *DeviceTemplateHistorySummary) HasDeviceTemplateHistoryUrl() bool
HasDeviceTemplateHistoryUrl returns a boolean if a field has been set.
func (*DeviceTemplateHistorySummary) HasHttpStatus ¶ added in v1.0.8
func (o *DeviceTemplateHistorySummary) HasHttpStatus() bool
HasHttpStatus returns a boolean if a field has been set.
func (DeviceTemplateHistorySummary) MarshalJSON ¶ added in v1.0.8
func (o DeviceTemplateHistorySummary) MarshalJSON() ([]byte, error)
func (*DeviceTemplateHistorySummary) SetDeviceId ¶ added in v1.0.8
func (o *DeviceTemplateHistorySummary) SetDeviceId(v string)
SetDeviceId gets a reference to the given string and assigns it to the DeviceId field.
func (*DeviceTemplateHistorySummary) SetDeviceTemplateHistoryUrl ¶ added in v1.0.8
func (o *DeviceTemplateHistorySummary) SetDeviceTemplateHistoryUrl(v string)
SetDeviceTemplateHistoryUrl gets a reference to the given string and assigns it to the DeviceTemplateHistoryUrl field.
func (*DeviceTemplateHistorySummary) SetHttpStatus ¶ added in v1.0.8
func (o *DeviceTemplateHistorySummary) SetHttpStatus(v string)
SetHttpStatus gets a reference to the given string and assigns it to the HttpStatus field.
func (*DeviceTemplateHistorySummary) UnmarshalJSON ¶ added in v1.0.8
func (o *DeviceTemplateHistorySummary) UnmarshalJSON(bytes []byte) (err error)
type DeviceTemplateUpdateDetails ¶
type DeviceTemplateUpdateDetails struct { TemplateHistoryId *string `json:"templateHistoryId,omitempty"` TemplateParams *[]NameValue `json:"templateParams,omitempty"` AdditionalProperties map[string]interface{} }
DeviceTemplateUpdateDetails struct for DeviceTemplateUpdateDetails
func NewDeviceTemplateUpdateDetails ¶
func NewDeviceTemplateUpdateDetails() *DeviceTemplateUpdateDetails
NewDeviceTemplateUpdateDetails instantiates a new DeviceTemplateUpdateDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeviceTemplateUpdateDetailsWithDefaults ¶
func NewDeviceTemplateUpdateDetailsWithDefaults() *DeviceTemplateUpdateDetails
NewDeviceTemplateUpdateDetailsWithDefaults instantiates a new DeviceTemplateUpdateDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeviceTemplateUpdateDetails) GetTemplateHistoryId ¶
func (o *DeviceTemplateUpdateDetails) GetTemplateHistoryId() string
GetTemplateHistoryId returns the TemplateHistoryId field value if set, zero value otherwise.
func (*DeviceTemplateUpdateDetails) GetTemplateHistoryIdOk ¶
func (o *DeviceTemplateUpdateDetails) GetTemplateHistoryIdOk() (*string, bool)
GetTemplateHistoryIdOk returns a tuple with the TemplateHistoryId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplateUpdateDetails) GetTemplateParams ¶
func (o *DeviceTemplateUpdateDetails) GetTemplateParams() []NameValue
GetTemplateParams returns the TemplateParams field value if set, zero value otherwise.
func (*DeviceTemplateUpdateDetails) GetTemplateParamsOk ¶
func (o *DeviceTemplateUpdateDetails) GetTemplateParamsOk() (*[]NameValue, bool)
GetTemplateParamsOk returns a tuple with the TemplateParams field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplateUpdateDetails) HasTemplateHistoryId ¶
func (o *DeviceTemplateUpdateDetails) HasTemplateHistoryId() bool
HasTemplateHistoryId returns a boolean if a field has been set.
func (*DeviceTemplateUpdateDetails) HasTemplateParams ¶
func (o *DeviceTemplateUpdateDetails) HasTemplateParams() bool
HasTemplateParams returns a boolean if a field has been set.
func (DeviceTemplateUpdateDetails) MarshalJSON ¶
func (o DeviceTemplateUpdateDetails) MarshalJSON() ([]byte, error)
func (*DeviceTemplateUpdateDetails) SetTemplateHistoryId ¶
func (o *DeviceTemplateUpdateDetails) SetTemplateHistoryId(v string)
SetTemplateHistoryId gets a reference to the given string and assigns it to the TemplateHistoryId field.
func (*DeviceTemplateUpdateDetails) SetTemplateParams ¶
func (o *DeviceTemplateUpdateDetails) SetTemplateParams(v []NameValue)
SetTemplateParams gets a reference to the given []NameValue and assigns it to the TemplateParams field.
func (*DeviceTemplateUpdateDetails) UnmarshalJSON ¶ added in v1.0.5
func (o *DeviceTemplateUpdateDetails) UnmarshalJSON(bytes []byte) (err error)
type DeviceTemplateUpdateRequest ¶
type DeviceTemplateUpdateRequest struct { TemplateDetails *[]DeviceTemplateUpdateDetails `json:"templateDetails,omitempty"` AdditionalProperties map[string]interface{} }
DeviceTemplateUpdateRequest struct for DeviceTemplateUpdateRequest
func NewDeviceTemplateUpdateRequest ¶
func NewDeviceTemplateUpdateRequest() *DeviceTemplateUpdateRequest
NewDeviceTemplateUpdateRequest instantiates a new DeviceTemplateUpdateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeviceTemplateUpdateRequestWithDefaults ¶
func NewDeviceTemplateUpdateRequestWithDefaults() *DeviceTemplateUpdateRequest
NewDeviceTemplateUpdateRequestWithDefaults instantiates a new DeviceTemplateUpdateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeviceTemplateUpdateRequest) GetTemplateDetails ¶
func (o *DeviceTemplateUpdateRequest) GetTemplateDetails() []DeviceTemplateUpdateDetails
GetTemplateDetails returns the TemplateDetails field value if set, zero value otherwise.
func (*DeviceTemplateUpdateRequest) GetTemplateDetailsOk ¶
func (o *DeviceTemplateUpdateRequest) GetTemplateDetailsOk() (*[]DeviceTemplateUpdateDetails, bool)
GetTemplateDetailsOk returns a tuple with the TemplateDetails field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplateUpdateRequest) HasTemplateDetails ¶
func (o *DeviceTemplateUpdateRequest) HasTemplateDetails() bool
HasTemplateDetails returns a boolean if a field has been set.
func (DeviceTemplateUpdateRequest) MarshalJSON ¶
func (o DeviceTemplateUpdateRequest) MarshalJSON() ([]byte, error)
func (*DeviceTemplateUpdateRequest) SetTemplateDetails ¶
func (o *DeviceTemplateUpdateRequest) SetTemplateDetails(v []DeviceTemplateUpdateDetails)
SetTemplateDetails gets a reference to the given []DeviceTemplateUpdateDetails and assigns it to the TemplateDetails field.
func (*DeviceTemplateUpdateRequest) UnmarshalJSON ¶ added in v1.0.5
func (o *DeviceTemplateUpdateRequest) UnmarshalJSON(bytes []byte) (err error)
type DeviceTemplateVersionCreate ¶ added in v1.0.5
type DeviceTemplateVersionCreate struct { Name string `json:"name"` ConfigContent string `json:"configContent"` TemplateParameterValidators *[]TemplateParameterValidator `json:"templateParameterValidators,omitempty"` AdditionalProperties map[string]interface{} }
DeviceTemplateVersionCreate struct for DeviceTemplateVersionCreate
func NewDeviceTemplateVersionCreate ¶ added in v1.0.5
func NewDeviceTemplateVersionCreate(name string, configContent string) *DeviceTemplateVersionCreate
NewDeviceTemplateVersionCreate instantiates a new DeviceTemplateVersionCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeviceTemplateVersionCreateWithDefaults ¶ added in v1.0.5
func NewDeviceTemplateVersionCreateWithDefaults() *DeviceTemplateVersionCreate
NewDeviceTemplateVersionCreateWithDefaults instantiates a new DeviceTemplateVersionCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeviceTemplateVersionCreate) GetConfigContent ¶ added in v1.0.5
func (o *DeviceTemplateVersionCreate) GetConfigContent() string
GetConfigContent returns the ConfigContent field value
func (*DeviceTemplateVersionCreate) GetConfigContentOk ¶ added in v1.0.5
func (o *DeviceTemplateVersionCreate) GetConfigContentOk() (*string, bool)
GetConfigContentOk returns a tuple with the ConfigContent field value and a boolean to check if the value has been set.
func (*DeviceTemplateVersionCreate) GetName ¶ added in v1.0.5
func (o *DeviceTemplateVersionCreate) GetName() string
GetName returns the Name field value
func (*DeviceTemplateVersionCreate) GetNameOk ¶ added in v1.0.5
func (o *DeviceTemplateVersionCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*DeviceTemplateVersionCreate) GetTemplateParameterValidators ¶ added in v1.0.5
func (o *DeviceTemplateVersionCreate) GetTemplateParameterValidators() []TemplateParameterValidator
GetTemplateParameterValidators returns the TemplateParameterValidators field value if set, zero value otherwise.
func (*DeviceTemplateVersionCreate) GetTemplateParameterValidatorsOk ¶ added in v1.0.5
func (o *DeviceTemplateVersionCreate) GetTemplateParameterValidatorsOk() (*[]TemplateParameterValidator, bool)
GetTemplateParameterValidatorsOk returns a tuple with the TemplateParameterValidators field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceTemplateVersionCreate) HasTemplateParameterValidators ¶ added in v1.0.5
func (o *DeviceTemplateVersionCreate) HasTemplateParameterValidators() bool
HasTemplateParameterValidators returns a boolean if a field has been set.
func (DeviceTemplateVersionCreate) MarshalJSON ¶ added in v1.0.5
func (o DeviceTemplateVersionCreate) MarshalJSON() ([]byte, error)
func (*DeviceTemplateVersionCreate) SetConfigContent ¶ added in v1.0.5
func (o *DeviceTemplateVersionCreate) SetConfigContent(v string)
SetConfigContent sets field value
func (*DeviceTemplateVersionCreate) SetName ¶ added in v1.0.5
func (o *DeviceTemplateVersionCreate) SetName(v string)
SetName sets field value
func (*DeviceTemplateVersionCreate) SetTemplateParameterValidators ¶ added in v1.0.5
func (o *DeviceTemplateVersionCreate) SetTemplateParameterValidators(v []TemplateParameterValidator)
SetTemplateParameterValidators gets a reference to the given []TemplateParameterValidator and assigns it to the TemplateParameterValidators field.
func (*DeviceTemplateVersionCreate) UnmarshalJSON ¶ added in v1.0.5
func (o *DeviceTemplateVersionCreate) UnmarshalJSON(bytes []byte) (err error)
type DeviceTemplatesApiService ¶
type DeviceTemplatesApiService service
DeviceTemplatesApiService DeviceTemplatesApi service
func (*DeviceTemplatesApiService) CreateDeviceTemplate ¶
func (a *DeviceTemplatesApiService) CreateDeviceTemplate(ctx _context.Context) ApiCreateDeviceTemplateRequest
* CreateDeviceTemplate Creates a device template. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateDeviceTemplateRequest
func (*DeviceTemplatesApiService) CreateDeviceTemplateExecute ¶
func (a *DeviceTemplatesApiService) CreateDeviceTemplateExecute(r ApiCreateDeviceTemplateRequest) (DeviceTemplate, *_nethttp.Response, error)
* Execute executes the request * @return DeviceTemplate
func (*DeviceTemplatesApiService) CreateDeviceTemplateVersion ¶ added in v1.0.5
func (a *DeviceTemplatesApiService) CreateDeviceTemplateVersion(ctx _context.Context) ApiCreateDeviceTemplateVersionRequest
* CreateDeviceTemplateVersion Creates a new version of an existing device template. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateDeviceTemplateVersionRequest
func (*DeviceTemplatesApiService) CreateDeviceTemplateVersionExecute ¶ added in v1.0.5
func (a *DeviceTemplatesApiService) CreateDeviceTemplateVersionExecute(r ApiCreateDeviceTemplateVersionRequest) (DeviceTemplate, *_nethttp.Response, error)
* Execute executes the request * @return DeviceTemplate
func (*DeviceTemplatesApiService) DeleteDeviceTemplate ¶
func (a *DeviceTemplatesApiService) DeleteDeviceTemplate(ctx _context.Context, id string) ApiDeleteDeviceTemplateRequest
* DeleteDeviceTemplate Deletes a device template. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiDeleteDeviceTemplateRequest
func (*DeviceTemplatesApiService) DeleteDeviceTemplateExecute ¶
func (a *DeviceTemplatesApiService) DeleteDeviceTemplateExecute(r ApiDeleteDeviceTemplateRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*DeviceTemplatesApiService) GetDeviceTemplate ¶
func (a *DeviceTemplatesApiService) GetDeviceTemplate(ctx _context.Context, id string) ApiGetDeviceTemplateRequest
* GetDeviceTemplate Returns a device template. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetDeviceTemplateRequest
func (*DeviceTemplatesApiService) GetDeviceTemplateExecute ¶
func (a *DeviceTemplatesApiService) GetDeviceTemplateExecute(r ApiGetDeviceTemplateRequest) (DeviceTemplate, *_nethttp.Response, error)
* Execute executes the request * @return DeviceTemplate
func (*DeviceTemplatesApiService) GetDeviceTemplatesList ¶
func (a *DeviceTemplatesApiService) GetDeviceTemplatesList(ctx _context.Context) ApiGetDeviceTemplatesListRequest
* GetDeviceTemplatesList Returns a list of device templates. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetDeviceTemplatesListRequest
func (*DeviceTemplatesApiService) GetDeviceTemplatesListExecute ¶
func (a *DeviceTemplatesApiService) GetDeviceTemplatesListExecute(r ApiGetDeviceTemplatesListRequest) ([]DeviceTemplate, *_nethttp.Response, error)
* Execute executes the request * @return []DeviceTemplate
func (*DeviceTemplatesApiService) ScanDeviceTemplateParameters ¶
func (a *DeviceTemplatesApiService) ScanDeviceTemplateParameters(ctx _context.Context) ApiScanDeviceTemplateParametersRequest
* ScanDeviceTemplateParameters API to scan parameters from the device template XML. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiScanDeviceTemplateParametersRequest
func (*DeviceTemplatesApiService) ScanDeviceTemplateParametersExecute ¶
func (a *DeviceTemplatesApiService) ScanDeviceTemplateParametersExecute(r ApiScanDeviceTemplateParametersRequest) ([]string, *_nethttp.Response, error)
* Execute executes the request * @return []string
func (*DeviceTemplatesApiService) UpdateDeviceTemplateAccess ¶
func (a *DeviceTemplatesApiService) UpdateDeviceTemplateAccess(ctx _context.Context, id string) ApiUpdateDeviceTemplateAccessRequest
* UpdateDeviceTemplateAccess Updates device template access. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiUpdateDeviceTemplateAccessRequest
func (*DeviceTemplatesApiService) UpdateDeviceTemplateAccessExecute ¶
func (a *DeviceTemplatesApiService) UpdateDeviceTemplateAccessExecute(r ApiUpdateDeviceTemplateAccessRequest) (DeviceTemplateAccessResponse, *_nethttp.Response, error)
* Execute executes the request * @return DeviceTemplateAccessResponse
type DeviceUpdate ¶
type DeviceUpdate struct { ServiceType NullableString `json:"serviceType,omitempty"` Tags map[string]string `json:"tags,omitempty"` Managed bool `json:"managed"` OnboardType string `json:"onboardType"` OnboardInformation map[string]interface{} `json:"onboardInformation,omitempty"` Attributes map[string]interface{} `json:"attributes,omitempty"` Name string `json:"name"` Model string `json:"model"` Type string `json:"type"` SubType NullableString `json:"subType,omitempty"` SerialKey NullableString `json:"serialKey,omitempty"` Version NullableString `json:"version,omitempty"` ComplianceState *DeviceComplianceState `json:"complianceState,omitempty"` AdditionalProperties map[string]interface{} }
DeviceUpdate struct for DeviceUpdate
func NewDeviceUpdate ¶
func NewDeviceUpdate(managed bool, onboardType string, name string, model string, type_ string) *DeviceUpdate
NewDeviceUpdate instantiates a new DeviceUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeviceUpdateWithDefaults ¶
func NewDeviceUpdateWithDefaults() *DeviceUpdate
NewDeviceUpdateWithDefaults instantiates a new DeviceUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeviceUpdate) GetAttributes ¶
func (o *DeviceUpdate) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceUpdate) GetAttributesOk ¶
func (o *DeviceUpdate) GetAttributesOk() (*map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceUpdate) GetComplianceState ¶ added in v1.0.5
func (o *DeviceUpdate) GetComplianceState() DeviceComplianceState
GetComplianceState returns the ComplianceState field value if set, zero value otherwise.
func (*DeviceUpdate) GetComplianceStateOk ¶ added in v1.0.5
func (o *DeviceUpdate) GetComplianceStateOk() (*DeviceComplianceState, bool)
GetComplianceStateOk returns a tuple with the ComplianceState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeviceUpdate) GetManaged ¶
func (o *DeviceUpdate) GetManaged() bool
GetManaged returns the Managed field value
func (*DeviceUpdate) GetManagedOk ¶
func (o *DeviceUpdate) GetManagedOk() (*bool, bool)
GetManagedOk returns a tuple with the Managed field value and a boolean to check if the value has been set.
func (*DeviceUpdate) GetModel ¶
func (o *DeviceUpdate) GetModel() string
GetModel returns the Model field value
func (*DeviceUpdate) GetModelOk ¶
func (o *DeviceUpdate) GetModelOk() (*string, bool)
GetModelOk returns a tuple with the Model field value and a boolean to check if the value has been set.
func (*DeviceUpdate) GetName ¶
func (o *DeviceUpdate) GetName() string
GetName returns the Name field value
func (*DeviceUpdate) GetNameOk ¶
func (o *DeviceUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*DeviceUpdate) GetOnboardInformation ¶
func (o *DeviceUpdate) GetOnboardInformation() map[string]interface{}
GetOnboardInformation returns the OnboardInformation field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceUpdate) GetOnboardInformationOk ¶
func (o *DeviceUpdate) GetOnboardInformationOk() (*map[string]interface{}, bool)
GetOnboardInformationOk returns a tuple with the OnboardInformation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceUpdate) GetOnboardType ¶
func (o *DeviceUpdate) GetOnboardType() string
GetOnboardType returns the OnboardType field value
func (*DeviceUpdate) GetOnboardTypeOk ¶
func (o *DeviceUpdate) GetOnboardTypeOk() (*string, bool)
GetOnboardTypeOk returns a tuple with the OnboardType field value and a boolean to check if the value has been set.
func (*DeviceUpdate) GetSerialKey ¶
func (o *DeviceUpdate) GetSerialKey() string
GetSerialKey returns the SerialKey field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceUpdate) GetSerialKeyOk ¶
func (o *DeviceUpdate) GetSerialKeyOk() (*string, bool)
GetSerialKeyOk returns a tuple with the SerialKey field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceUpdate) GetServiceType ¶
func (o *DeviceUpdate) GetServiceType() string
GetServiceType returns the ServiceType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceUpdate) GetServiceTypeOk ¶
func (o *DeviceUpdate) GetServiceTypeOk() (*string, bool)
GetServiceTypeOk returns a tuple with the ServiceType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceUpdate) GetSubType ¶
func (o *DeviceUpdate) GetSubType() string
GetSubType returns the SubType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceUpdate) GetSubTypeOk ¶
func (o *DeviceUpdate) GetSubTypeOk() (*string, bool)
GetSubTypeOk returns a tuple with the SubType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceUpdate) GetTags ¶
func (o *DeviceUpdate) GetTags() map[string]string
GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceUpdate) GetTagsOk ¶
func (o *DeviceUpdate) GetTagsOk() (*map[string]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceUpdate) GetType ¶
func (o *DeviceUpdate) GetType() string
GetType returns the Type field value
func (*DeviceUpdate) GetTypeOk ¶
func (o *DeviceUpdate) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*DeviceUpdate) GetVersion ¶
func (o *DeviceUpdate) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceUpdate) GetVersionOk ¶
func (o *DeviceUpdate) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceUpdate) HasAttributes ¶
func (o *DeviceUpdate) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*DeviceUpdate) HasComplianceState ¶ added in v1.0.5
func (o *DeviceUpdate) HasComplianceState() bool
HasComplianceState returns a boolean if a field has been set.
func (*DeviceUpdate) HasOnboardInformation ¶
func (o *DeviceUpdate) HasOnboardInformation() bool
HasOnboardInformation returns a boolean if a field has been set.
func (*DeviceUpdate) HasSerialKey ¶ added in v1.0.5
func (o *DeviceUpdate) HasSerialKey() bool
HasSerialKey returns a boolean if a field has been set.
func (*DeviceUpdate) HasServiceType ¶
func (o *DeviceUpdate) HasServiceType() bool
HasServiceType returns a boolean if a field has been set.
func (*DeviceUpdate) HasSubType ¶
func (o *DeviceUpdate) HasSubType() bool
HasSubType returns a boolean if a field has been set.
func (*DeviceUpdate) HasTags ¶
func (o *DeviceUpdate) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*DeviceUpdate) HasVersion ¶ added in v1.0.5
func (o *DeviceUpdate) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (DeviceUpdate) MarshalJSON ¶
func (o DeviceUpdate) MarshalJSON() ([]byte, error)
func (*DeviceUpdate) SetAttributes ¶
func (o *DeviceUpdate) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*DeviceUpdate) SetComplianceState ¶ added in v1.0.5
func (o *DeviceUpdate) SetComplianceState(v DeviceComplianceState)
SetComplianceState gets a reference to the given DeviceComplianceState and assigns it to the ComplianceState field.
func (*DeviceUpdate) SetManaged ¶
func (o *DeviceUpdate) SetManaged(v bool)
SetManaged sets field value
func (*DeviceUpdate) SetModel ¶
func (o *DeviceUpdate) SetModel(v string)
SetModel sets field value
func (*DeviceUpdate) SetOnboardInformation ¶
func (o *DeviceUpdate) SetOnboardInformation(v map[string]interface{})
SetOnboardInformation gets a reference to the given map[string]interface{} and assigns it to the OnboardInformation field.
func (*DeviceUpdate) SetOnboardType ¶
func (o *DeviceUpdate) SetOnboardType(v string)
SetOnboardType sets field value
func (*DeviceUpdate) SetSerialKey ¶
func (o *DeviceUpdate) SetSerialKey(v string)
SetSerialKey gets a reference to the given NullableString and assigns it to the SerialKey field.
func (*DeviceUpdate) SetSerialKeyNil ¶ added in v1.0.5
func (o *DeviceUpdate) SetSerialKeyNil()
SetSerialKeyNil sets the value for SerialKey to be an explicit nil
func (*DeviceUpdate) SetServiceType ¶
func (o *DeviceUpdate) SetServiceType(v string)
SetServiceType gets a reference to the given NullableString and assigns it to the ServiceType field.
func (*DeviceUpdate) SetServiceTypeNil ¶ added in v1.0.5
func (o *DeviceUpdate) SetServiceTypeNil()
SetServiceTypeNil sets the value for ServiceType to be an explicit nil
func (*DeviceUpdate) SetSubType ¶
func (o *DeviceUpdate) SetSubType(v string)
SetSubType gets a reference to the given NullableString and assigns it to the SubType field.
func (*DeviceUpdate) SetSubTypeNil ¶ added in v1.0.2
func (o *DeviceUpdate) SetSubTypeNil()
SetSubTypeNil sets the value for SubType to be an explicit nil
func (*DeviceUpdate) SetTags ¶
func (o *DeviceUpdate) SetTags(v map[string]string)
SetTags gets a reference to the given map[string]string and assigns it to the Tags field.
func (*DeviceUpdate) SetVersion ¶
func (o *DeviceUpdate) SetVersion(v string)
SetVersion gets a reference to the given NullableString and assigns it to the Version field.
func (*DeviceUpdate) SetVersionNil ¶ added in v1.0.5
func (o *DeviceUpdate) SetVersionNil()
SetVersionNil sets the value for Version to be an explicit nil
func (*DeviceUpdate) UnmarshalJSON ¶ added in v1.0.5
func (o *DeviceUpdate) UnmarshalJSON(bytes []byte) (err error)
func (*DeviceUpdate) UnsetSerialKey ¶ added in v1.0.5
func (o *DeviceUpdate) UnsetSerialKey()
UnsetSerialKey ensures that no value is present for SerialKey, not even an explicit nil
func (*DeviceUpdate) UnsetServiceType ¶ added in v1.0.5
func (o *DeviceUpdate) UnsetServiceType()
UnsetServiceType ensures that no value is present for ServiceType, not even an explicit nil
func (*DeviceUpdate) UnsetSubType ¶ added in v1.0.2
func (o *DeviceUpdate) UnsetSubType()
UnsetSubType ensures that no value is present for SubType, not even an explicit nil
func (*DeviceUpdate) UnsetVersion ¶ added in v1.0.5
func (o *DeviceUpdate) UnsetVersion()
UnsetVersion ensures that no value is present for Version, not even an explicit nil
type DeviceUpdateAllOf ¶ added in v1.0.5
type DeviceUpdateAllOf struct { ServiceType NullableString `json:"serviceType,omitempty"` Tags map[string]string `json:"tags,omitempty"` Managed bool `json:"managed"` OnboardType string `json:"onboardType"` OnboardInformation map[string]interface{} `json:"onboardInformation,omitempty"` Attributes map[string]interface{} `json:"attributes,omitempty"` AdditionalProperties map[string]interface{} }
DeviceUpdateAllOf struct for DeviceUpdateAllOf
func NewDeviceUpdateAllOf ¶ added in v1.0.5
func NewDeviceUpdateAllOf(managed bool, onboardType string) *DeviceUpdateAllOf
NewDeviceUpdateAllOf instantiates a new DeviceUpdateAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeviceUpdateAllOfWithDefaults ¶ added in v1.0.5
func NewDeviceUpdateAllOfWithDefaults() *DeviceUpdateAllOf
NewDeviceUpdateAllOfWithDefaults instantiates a new DeviceUpdateAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeviceUpdateAllOf) GetAttributes ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceUpdateAllOf) GetAttributesOk ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) GetAttributesOk() (*map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceUpdateAllOf) GetManaged ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) GetManaged() bool
GetManaged returns the Managed field value
func (*DeviceUpdateAllOf) GetManagedOk ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) GetManagedOk() (*bool, bool)
GetManagedOk returns a tuple with the Managed field value and a boolean to check if the value has been set.
func (*DeviceUpdateAllOf) GetOnboardInformation ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) GetOnboardInformation() map[string]interface{}
GetOnboardInformation returns the OnboardInformation field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceUpdateAllOf) GetOnboardInformationOk ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) GetOnboardInformationOk() (*map[string]interface{}, bool)
GetOnboardInformationOk returns a tuple with the OnboardInformation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceUpdateAllOf) GetOnboardType ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) GetOnboardType() string
GetOnboardType returns the OnboardType field value
func (*DeviceUpdateAllOf) GetOnboardTypeOk ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) GetOnboardTypeOk() (*string, bool)
GetOnboardTypeOk returns a tuple with the OnboardType field value and a boolean to check if the value has been set.
func (*DeviceUpdateAllOf) GetServiceType ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) GetServiceType() string
GetServiceType returns the ServiceType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceUpdateAllOf) GetServiceTypeOk ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) GetServiceTypeOk() (*string, bool)
GetServiceTypeOk returns a tuple with the ServiceType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceUpdateAllOf) GetTags ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) GetTags() map[string]string
GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DeviceUpdateAllOf) GetTagsOk ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) GetTagsOk() (*map[string]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeviceUpdateAllOf) HasAttributes ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*DeviceUpdateAllOf) HasOnboardInformation ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) HasOnboardInformation() bool
HasOnboardInformation returns a boolean if a field has been set.
func (*DeviceUpdateAllOf) HasServiceType ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) HasServiceType() bool
HasServiceType returns a boolean if a field has been set.
func (*DeviceUpdateAllOf) HasTags ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) HasTags() bool
HasTags returns a boolean if a field has been set.
func (DeviceUpdateAllOf) MarshalJSON ¶ added in v1.0.5
func (o DeviceUpdateAllOf) MarshalJSON() ([]byte, error)
func (*DeviceUpdateAllOf) SetAttributes ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*DeviceUpdateAllOf) SetManaged ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) SetManaged(v bool)
SetManaged sets field value
func (*DeviceUpdateAllOf) SetOnboardInformation ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) SetOnboardInformation(v map[string]interface{})
SetOnboardInformation gets a reference to the given map[string]interface{} and assigns it to the OnboardInformation field.
func (*DeviceUpdateAllOf) SetOnboardType ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) SetOnboardType(v string)
SetOnboardType sets field value
func (*DeviceUpdateAllOf) SetServiceType ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) SetServiceType(v string)
SetServiceType gets a reference to the given NullableString and assigns it to the ServiceType field.
func (*DeviceUpdateAllOf) SetServiceTypeNil ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) SetServiceTypeNil()
SetServiceTypeNil sets the value for ServiceType to be an explicit nil
func (*DeviceUpdateAllOf) SetTags ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) SetTags(v map[string]string)
SetTags gets a reference to the given map[string]string and assigns it to the Tags field.
func (*DeviceUpdateAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) UnmarshalJSON(bytes []byte) (err error)
func (*DeviceUpdateAllOf) UnsetServiceType ¶ added in v1.0.5
func (o *DeviceUpdateAllOf) UnsetServiceType()
UnsetServiceType ensures that no value is present for ServiceType, not even an explicit nil
type DeviceVulnerabilityState ¶ added in v1.0.5
type DeviceVulnerabilityState string
DeviceVulnerabilityState the model 'DeviceVulnerabilityState'
const ( DEVICEVULNERABILITYSTATE_VULNERABLE DeviceVulnerabilityState = "VULNERABLE" DEVICEVULNERABILITYSTATE_NOT_VULNERABLE DeviceVulnerabilityState = "NOT_VULNERABLE" DEVICEVULNERABILITYSTATE_NOT_APPLICABLE DeviceVulnerabilityState = "NOT_APPLICABLE" DEVICEVULNERABILITYSTATE_UNKNOWN DeviceVulnerabilityState = "UNKNOWN" )
List of DeviceVulnerabilityState
func (DeviceVulnerabilityState) Ptr ¶ added in v1.0.5
func (v DeviceVulnerabilityState) Ptr() *DeviceVulnerabilityState
Ptr returns reference to DeviceVulnerabilityState value
func (*DeviceVulnerabilityState) UnmarshalJSON ¶ added in v1.0.5
func (v *DeviceVulnerabilityState) UnmarshalJSON(src []byte) error
type DevicesApiService ¶
type DevicesApiService service
DevicesApiService DevicesApi service
func (*DevicesApiService) AttachDeviceTemplates ¶
func (a *DevicesApiService) AttachDeviceTemplates(ctx _context.Context, id string) ApiAttachDeviceTemplatesRequest
* AttachDeviceTemplates Attaches one or more device templates to a device instance. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiAttachDeviceTemplatesRequest
func (*DevicesApiService) AttachDeviceTemplatesExecute ¶
func (a *DevicesApiService) AttachDeviceTemplatesExecute(r ApiAttachDeviceTemplatesRequest) ([]DeviceTemplateHistory, *_nethttp.Response, error)
* Execute executes the request * @return []DeviceTemplateHistory
func (*DevicesApiService) BatchAttachDeviceTemplates ¶ added in v1.0.8
func (a *DevicesApiService) BatchAttachDeviceTemplates(ctx _context.Context) ApiBatchAttachDeviceTemplatesRequest
* BatchAttachDeviceTemplates Attaches one or more device templates to a batch of device instances. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiBatchAttachDeviceTemplatesRequest
func (*DevicesApiService) BatchAttachDeviceTemplatesExecute ¶ added in v1.0.8
func (a *DevicesApiService) BatchAttachDeviceTemplatesExecute(r ApiBatchAttachDeviceTemplatesRequest) ([][]DeviceTemplateHistorySummary, *_nethttp.Response, error)
* Execute executes the request * @return [][]DeviceTemplateHistorySummary
func (*DevicesApiService) CreateDevice ¶
func (a *DevicesApiService) CreateDevice(ctx _context.Context) ApiCreateDeviceRequest
* CreateDevice Creates a device. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateDeviceRequest
func (*DevicesApiService) CreateDeviceExecute ¶
func (a *DevicesApiService) CreateDeviceExecute(r ApiCreateDeviceRequest) (Device, *_nethttp.Response, error)
* Execute executes the request * @return Device
func (*DevicesApiService) DeleteDevice ¶
func (a *DevicesApiService) DeleteDevice(ctx _context.Context, id string) ApiDeleteDeviceRequest
* DeleteDevice Deletes a device. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiDeleteDeviceRequest
func (*DevicesApiService) DeleteDeviceExecute ¶
func (a *DevicesApiService) DeleteDeviceExecute(r ApiDeleteDeviceRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*DevicesApiService) DetachDeviceTemplate ¶
func (a *DevicesApiService) DetachDeviceTemplate(ctx _context.Context, id string, templateId string) ApiDetachDeviceTemplateRequest
* DetachDeviceTemplate Detaches a template from a device. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @param templateId * @return ApiDetachDeviceTemplateRequest
func (*DevicesApiService) DetachDeviceTemplateExecute ¶
func (a *DevicesApiService) DetachDeviceTemplateExecute(r ApiDetachDeviceTemplateRequest) ([]DeviceTemplateHistory, *_nethttp.Response, error)
* Execute executes the request * @return []DeviceTemplateHistory
func (*DevicesApiService) DetachDeviceTemplates ¶
func (a *DevicesApiService) DetachDeviceTemplates(ctx _context.Context, id string) ApiDetachDeviceTemplatesRequest
* DetachDeviceTemplates Detach device templates that are already attached to a device. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiDetachDeviceTemplatesRequest
func (*DevicesApiService) DetachDeviceTemplatesExecute ¶
func (a *DevicesApiService) DetachDeviceTemplatesExecute(r ApiDetachDeviceTemplatesRequest) ([]DeviceTemplateHistory, *_nethttp.Response, error)
* Execute executes the request * @return []DeviceTemplateHistory
func (*DevicesApiService) GetDevice ¶
func (a *DevicesApiService) GetDevice(ctx _context.Context, id string) ApiGetDeviceRequest
* GetDevice Returns a device. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetDeviceRequest
func (*DevicesApiService) GetDeviceConfig ¶
func (a *DevicesApiService) GetDeviceConfig(ctx _context.Context, id string) ApiGetDeviceConfigRequest
* GetDeviceConfig Returns the running configuration for a device. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetDeviceConfigRequest
func (*DevicesApiService) GetDeviceConfigExecute ¶
func (a *DevicesApiService) GetDeviceConfigExecute(r ApiGetDeviceConfigRequest) (string, *_nethttp.Response, error)
* Execute executes the request * @return string
func (*DevicesApiService) GetDeviceExecute ¶
func (a *DevicesApiService) GetDeviceExecute(r ApiGetDeviceRequest) (Device, *_nethttp.Response, error)
* Execute executes the request * @return Device
func (*DevicesApiService) GetDeviceTemplateHistory ¶
func (a *DevicesApiService) GetDeviceTemplateHistory(ctx _context.Context, id string) ApiGetDeviceTemplateHistoryRequest
* GetDeviceTemplateHistory Returns device template history. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetDeviceTemplateHistoryRequest
func (*DevicesApiService) GetDeviceTemplateHistoryExecute ¶
func (a *DevicesApiService) GetDeviceTemplateHistoryExecute(r ApiGetDeviceTemplateHistoryRequest) ([]DeviceTemplateHistory, *_nethttp.Response, error)
* Execute executes the request * @return []DeviceTemplateHistory
func (*DevicesApiService) GetDevicesPage ¶
func (a *DevicesApiService) GetDevicesPage(ctx _context.Context) ApiGetDevicesPageRequest
* GetDevicesPage Returns a page of devices. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetDevicesPageRequest
func (*DevicesApiService) GetDevicesPageExecute ¶
func (a *DevicesApiService) GetDevicesPageExecute(r ApiGetDevicesPageRequest) (DevicesPage, *_nethttp.Response, error)
* Execute executes the request * @return DevicesPage
func (*DevicesApiService) PatchDevice ¶ added in v1.0.5
func (a *DevicesApiService) PatchDevice(ctx _context.Context, id string) ApiPatchDeviceRequest
* PatchDevice Update a device. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiPatchDeviceRequest
func (*DevicesApiService) PatchDeviceExecute ¶ added in v1.0.5
func (a *DevicesApiService) PatchDeviceExecute(r ApiPatchDeviceRequest) (Device, *_nethttp.Response, error)
* Execute executes the request * @return Device
func (*DevicesApiService) RedeployDevice ¶
func (a *DevicesApiService) RedeployDevice(ctx _context.Context, id string) ApiRedeployDeviceRequest
* RedeployDevice Dedeploys a device. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiRedeployDeviceRequest
func (*DevicesApiService) RedeployDeviceExecute ¶
func (a *DevicesApiService) RedeployDeviceExecute(r ApiRedeployDeviceRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*DevicesApiService) UpdateDevice ¶ added in v1.0.5
func (a *DevicesApiService) UpdateDevice(ctx _context.Context, id string) ApiUpdateDeviceRequest
* UpdateDevice Update a device. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiUpdateDeviceRequest
func (*DevicesApiService) UpdateDeviceExecute ¶ added in v1.0.5
func (a *DevicesApiService) UpdateDeviceExecute(r ApiUpdateDeviceRequest) (Device, *_nethttp.Response, error)
* Execute executes the request * @return Device
func (*DevicesApiService) UpdateDeviceTemplates ¶
func (a *DevicesApiService) UpdateDeviceTemplates(ctx _context.Context, id string) ApiUpdateDeviceTemplatesRequest
* UpdateDeviceTemplates Update device templates that are already attached to a device. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiUpdateDeviceTemplatesRequest
func (*DevicesApiService) UpdateDeviceTemplatesExecute ¶
func (a *DevicesApiService) UpdateDeviceTemplatesExecute(r ApiUpdateDeviceTemplatesRequest) ([]DeviceTemplateHistory, *_nethttp.Response, error)
* Execute executes the request * @return []DeviceTemplateHistory
type DevicesPage ¶
type DevicesPage struct { Page *int32 `json:"page,omitempty"` PageSize *int32 `json:"pageSize,omitempty"` TotalItems NullableInt64 `json:"totalItems,omitempty"` HasNext NullableBool `json:"hasNext,omitempty"` HasPrevious NullableBool `json:"hasPrevious,omitempty"` SortBy NullableString `json:"sortBy,omitempty"` SortOrder NullableString `json:"sortOrder,omitempty"` Contents *[]Device `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
DevicesPage struct for DevicesPage
func NewDevicesPage ¶
func NewDevicesPage() *DevicesPage
NewDevicesPage instantiates a new DevicesPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDevicesPageWithDefaults ¶
func NewDevicesPageWithDefaults() *DevicesPage
NewDevicesPageWithDefaults instantiates a new DevicesPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DevicesPage) GetContents ¶
func (o *DevicesPage) GetContents() []Device
GetContents returns the Contents field value if set, zero value otherwise.
func (*DevicesPage) GetContentsOk ¶
func (o *DevicesPage) GetContentsOk() (*[]Device, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DevicesPage) GetHasNext ¶
func (o *DevicesPage) GetHasNext() bool
GetHasNext returns the HasNext field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DevicesPage) GetHasNextOk ¶
func (o *DevicesPage) GetHasNextOk() (*bool, bool)
GetHasNextOk returns a tuple with the HasNext field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DevicesPage) GetHasPrevious ¶
func (o *DevicesPage) GetHasPrevious() bool
GetHasPrevious returns the HasPrevious field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DevicesPage) GetHasPreviousOk ¶
func (o *DevicesPage) GetHasPreviousOk() (*bool, bool)
GetHasPreviousOk returns a tuple with the HasPrevious field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DevicesPage) GetPage ¶
func (o *DevicesPage) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise.
func (*DevicesPage) GetPageOk ¶
func (o *DevicesPage) 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 (*DevicesPage) GetPageSize ¶
func (o *DevicesPage) GetPageSize() int32
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*DevicesPage) GetPageSizeOk ¶
func (o *DevicesPage) 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 (*DevicesPage) GetSortBy ¶
func (o *DevicesPage) GetSortBy() string
GetSortBy returns the SortBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DevicesPage) GetSortByOk ¶
func (o *DevicesPage) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DevicesPage) GetSortOrder ¶
func (o *DevicesPage) GetSortOrder() string
GetSortOrder returns the SortOrder field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DevicesPage) GetSortOrderOk ¶
func (o *DevicesPage) GetSortOrderOk() (*string, bool)
GetSortOrderOk returns a tuple with the SortOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DevicesPage) GetTotalItems ¶
func (o *DevicesPage) GetTotalItems() int64
GetTotalItems returns the TotalItems field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DevicesPage) GetTotalItemsOk ¶
func (o *DevicesPage) GetTotalItemsOk() (*int64, bool)
GetTotalItemsOk returns a tuple with the TotalItems field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DevicesPage) HasContents ¶
func (o *DevicesPage) HasContents() bool
HasContents returns a boolean if a field has been set.
func (*DevicesPage) HasHasNext ¶
func (o *DevicesPage) HasHasNext() bool
HasHasNext returns a boolean if a field has been set.
func (*DevicesPage) HasHasPrevious ¶
func (o *DevicesPage) HasHasPrevious() bool
HasHasPrevious returns a boolean if a field has been set.
func (*DevicesPage) HasPage ¶
func (o *DevicesPage) HasPage() bool
HasPage returns a boolean if a field has been set.
func (*DevicesPage) HasPageSize ¶
func (o *DevicesPage) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (*DevicesPage) HasSortBy ¶
func (o *DevicesPage) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.
func (*DevicesPage) HasSortOrder ¶
func (o *DevicesPage) HasSortOrder() bool
HasSortOrder returns a boolean if a field has been set.
func (*DevicesPage) HasTotalItems ¶
func (o *DevicesPage) HasTotalItems() bool
HasTotalItems returns a boolean if a field has been set.
func (DevicesPage) MarshalJSON ¶
func (o DevicesPage) MarshalJSON() ([]byte, error)
func (*DevicesPage) SetContents ¶
func (o *DevicesPage) SetContents(v []Device)
SetContents gets a reference to the given []Device and assigns it to the Contents field.
func (*DevicesPage) SetHasNext ¶
func (o *DevicesPage) SetHasNext(v bool)
SetHasNext gets a reference to the given NullableBool and assigns it to the HasNext field.
func (*DevicesPage) SetHasNextNil ¶
func (o *DevicesPage) SetHasNextNil()
SetHasNextNil sets the value for HasNext to be an explicit nil
func (*DevicesPage) SetHasPrevious ¶
func (o *DevicesPage) SetHasPrevious(v bool)
SetHasPrevious gets a reference to the given NullableBool and assigns it to the HasPrevious field.
func (*DevicesPage) SetHasPreviousNil ¶
func (o *DevicesPage) SetHasPreviousNil()
SetHasPreviousNil sets the value for HasPrevious to be an explicit nil
func (*DevicesPage) SetPage ¶
func (o *DevicesPage) SetPage(v int32)
SetPage gets a reference to the given int32 and assigns it to the Page field.
func (*DevicesPage) SetPageSize ¶
func (o *DevicesPage) SetPageSize(v int32)
SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.
func (*DevicesPage) SetSortBy ¶
func (o *DevicesPage) SetSortBy(v string)
SetSortBy gets a reference to the given NullableString and assigns it to the SortBy field.
func (*DevicesPage) SetSortByNil ¶ added in v1.0.2
func (o *DevicesPage) SetSortByNil()
SetSortByNil sets the value for SortBy to be an explicit nil
func (*DevicesPage) SetSortOrder ¶
func (o *DevicesPage) SetSortOrder(v string)
SetSortOrder gets a reference to the given NullableString and assigns it to the SortOrder field.
func (*DevicesPage) SetSortOrderNil ¶ added in v1.0.2
func (o *DevicesPage) SetSortOrderNil()
SetSortOrderNil sets the value for SortOrder to be an explicit nil
func (*DevicesPage) SetTotalItems ¶
func (o *DevicesPage) SetTotalItems(v int64)
SetTotalItems gets a reference to the given NullableInt64 and assigns it to the TotalItems field.
func (*DevicesPage) SetTotalItemsNil ¶ added in v1.0.2
func (o *DevicesPage) SetTotalItemsNil()
SetTotalItemsNil sets the value for TotalItems to be an explicit nil
func (*DevicesPage) UnmarshalJSON ¶ added in v1.0.5
func (o *DevicesPage) UnmarshalJSON(bytes []byte) (err error)
func (*DevicesPage) UnsetHasNext ¶
func (o *DevicesPage) UnsetHasNext()
UnsetHasNext ensures that no value is present for HasNext, not even an explicit nil
func (*DevicesPage) UnsetHasPrevious ¶
func (o *DevicesPage) UnsetHasPrevious()
UnsetHasPrevious ensures that no value is present for HasPrevious, not even an explicit nil
func (*DevicesPage) UnsetSortBy ¶ added in v1.0.2
func (o *DevicesPage) UnsetSortBy()
UnsetSortBy ensures that no value is present for SortBy, not even an explicit nil
func (*DevicesPage) UnsetSortOrder ¶ added in v1.0.2
func (o *DevicesPage) UnsetSortOrder()
UnsetSortOrder ensures that no value is present for SortOrder, not even an explicit nil
func (*DevicesPage) UnsetTotalItems ¶ added in v1.0.2
func (o *DevicesPage) UnsetTotalItems()
UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil
type DevicesPageAllOf ¶
type DevicesPageAllOf struct { Contents *[]Device `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
DevicesPageAllOf struct for DevicesPageAllOf
func NewDevicesPageAllOf ¶
func NewDevicesPageAllOf() *DevicesPageAllOf
NewDevicesPageAllOf instantiates a new DevicesPageAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDevicesPageAllOfWithDefaults ¶
func NewDevicesPageAllOfWithDefaults() *DevicesPageAllOf
NewDevicesPageAllOfWithDefaults instantiates a new DevicesPageAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DevicesPageAllOf) GetContents ¶
func (o *DevicesPageAllOf) GetContents() []Device
GetContents returns the Contents field value if set, zero value otherwise.
func (*DevicesPageAllOf) GetContentsOk ¶
func (o *DevicesPageAllOf) GetContentsOk() (*[]Device, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DevicesPageAllOf) HasContents ¶
func (o *DevicesPageAllOf) HasContents() bool
HasContents returns a boolean if a field has been set.
func (DevicesPageAllOf) MarshalJSON ¶
func (o DevicesPageAllOf) MarshalJSON() ([]byte, error)
func (*DevicesPageAllOf) SetContents ¶
func (o *DevicesPageAllOf) SetContents(v []Device)
SetContents gets a reference to the given []Device and assigns it to the Contents field.
func (*DevicesPageAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *DevicesPageAllOf) UnmarshalJSON(bytes []byte) (err error)
type Error ¶
type Error struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` AdditionalProperties map[string]interface{} }
Error struct for Error
func NewError ¶
func NewError() *Error
NewError instantiates a new Error object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewErrorWithDefaults ¶
func NewErrorWithDefaults() *Error
NewErrorWithDefaults instantiates a new Error object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Error) GetCodeOk ¶
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetMessage ¶
GetMessage returns the Message field value if set, zero value otherwise.
func (*Error) GetMessageOk ¶
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 (*Error) HasMessage ¶
HasMessage returns a boolean if a field has been set.
func (Error) MarshalJSON ¶
func (*Error) SetCode ¶
SetCode gets a reference to the given string and assigns it to the Code field.
func (*Error) SetMessage ¶
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*Error) UnmarshalJSON ¶ added in v1.0.5
type GenericEvent ¶ added in v1.0.5
type GenericEvent struct { Type *string `json:"type,omitempty"` Time *time.Time `json:"time,omitempty"` Severity *GenericEventSeverity `json:"severity,omitempty"` Subtype *string `json:"subtype,omitempty"` // Service that generated the event Service *string `json:"service,omitempty"` // Space separated list of keywords to be used for search Keywords *string `json:"keywords,omitempty"` Details *map[string]string `json:"details,omitempty"` Trace *GenericEventTrace `json:"trace,omitempty"` Security *GenericEventSecurity `json:"security,omitempty"` Description *string `json:"description,omitempty"` AdditionalProperties map[string]interface{} }
GenericEvent struct for GenericEvent
func NewGenericEvent ¶ added in v1.0.5
func NewGenericEvent() *GenericEvent
NewGenericEvent instantiates a new GenericEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGenericEventWithDefaults ¶ added in v1.0.5
func NewGenericEventWithDefaults() *GenericEvent
NewGenericEventWithDefaults instantiates a new GenericEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GenericEvent) GetDescription ¶ added in v1.0.5
func (o *GenericEvent) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*GenericEvent) GetDescriptionOk ¶ added in v1.0.5
func (o *GenericEvent) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEvent) GetDetails ¶ added in v1.0.5
func (o *GenericEvent) GetDetails() map[string]string
GetDetails returns the Details field value if set, zero value otherwise.
func (*GenericEvent) GetDetailsOk ¶ added in v1.0.5
func (o *GenericEvent) GetDetailsOk() (*map[string]string, bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEvent) GetKeywords ¶ added in v1.0.5
func (o *GenericEvent) GetKeywords() string
GetKeywords returns the Keywords field value if set, zero value otherwise.
func (*GenericEvent) GetKeywordsOk ¶ added in v1.0.5
func (o *GenericEvent) GetKeywordsOk() (*string, bool)
GetKeywordsOk returns a tuple with the Keywords field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEvent) GetSecurity ¶ added in v1.0.5
func (o *GenericEvent) GetSecurity() GenericEventSecurity
GetSecurity returns the Security field value if set, zero value otherwise.
func (*GenericEvent) GetSecurityOk ¶ added in v1.0.5
func (o *GenericEvent) GetSecurityOk() (*GenericEventSecurity, bool)
GetSecurityOk returns a tuple with the Security field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEvent) GetService ¶ added in v1.0.5
func (o *GenericEvent) GetService() string
GetService returns the Service field value if set, zero value otherwise.
func (*GenericEvent) GetServiceOk ¶ added in v1.0.5
func (o *GenericEvent) GetServiceOk() (*string, bool)
GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEvent) GetSeverity ¶ added in v1.0.5
func (o *GenericEvent) GetSeverity() GenericEventSeverity
GetSeverity returns the Severity field value if set, zero value otherwise.
func (*GenericEvent) GetSeverityOk ¶ added in v1.0.5
func (o *GenericEvent) GetSeverityOk() (*GenericEventSeverity, bool)
GetSeverityOk returns a tuple with the Severity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEvent) GetSubtype ¶ added in v1.0.5
func (o *GenericEvent) GetSubtype() string
GetSubtype returns the Subtype field value if set, zero value otherwise.
func (*GenericEvent) GetSubtypeOk ¶ added in v1.0.5
func (o *GenericEvent) GetSubtypeOk() (*string, bool)
GetSubtypeOk returns a tuple with the Subtype field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEvent) GetTime ¶ added in v1.0.5
func (o *GenericEvent) GetTime() time.Time
GetTime returns the Time field value if set, zero value otherwise.
func (*GenericEvent) GetTimeOk ¶ added in v1.0.5
func (o *GenericEvent) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEvent) GetTrace ¶ added in v1.0.5
func (o *GenericEvent) GetTrace() GenericEventTrace
GetTrace returns the Trace field value if set, zero value otherwise.
func (*GenericEvent) GetTraceOk ¶ added in v1.0.5
func (o *GenericEvent) GetTraceOk() (*GenericEventTrace, bool)
GetTraceOk returns a tuple with the Trace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEvent) GetType ¶ added in v1.0.5
func (o *GenericEvent) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*GenericEvent) GetTypeOk ¶ added in v1.0.5
func (o *GenericEvent) 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 (*GenericEvent) HasDescription ¶ added in v1.0.5
func (o *GenericEvent) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*GenericEvent) HasDetails ¶ added in v1.0.5
func (o *GenericEvent) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (*GenericEvent) HasKeywords ¶ added in v1.0.5
func (o *GenericEvent) HasKeywords() bool
HasKeywords returns a boolean if a field has been set.
func (*GenericEvent) HasSecurity ¶ added in v1.0.5
func (o *GenericEvent) HasSecurity() bool
HasSecurity returns a boolean if a field has been set.
func (*GenericEvent) HasService ¶ added in v1.0.5
func (o *GenericEvent) HasService() bool
HasService returns a boolean if a field has been set.
func (*GenericEvent) HasSeverity ¶ added in v1.0.5
func (o *GenericEvent) HasSeverity() bool
HasSeverity returns a boolean if a field has been set.
func (*GenericEvent) HasSubtype ¶ added in v1.0.5
func (o *GenericEvent) HasSubtype() bool
HasSubtype returns a boolean if a field has been set.
func (*GenericEvent) HasTime ¶ added in v1.0.5
func (o *GenericEvent) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*GenericEvent) HasTrace ¶ added in v1.0.5
func (o *GenericEvent) HasTrace() bool
HasTrace returns a boolean if a field has been set.
func (*GenericEvent) HasType ¶ added in v1.0.5
func (o *GenericEvent) HasType() bool
HasType returns a boolean if a field has been set.
func (GenericEvent) MarshalJSON ¶ added in v1.0.5
func (o GenericEvent) MarshalJSON() ([]byte, error)
func (*GenericEvent) SetDescription ¶ added in v1.0.5
func (o *GenericEvent) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*GenericEvent) SetDetails ¶ added in v1.0.5
func (o *GenericEvent) SetDetails(v map[string]string)
SetDetails gets a reference to the given map[string]string and assigns it to the Details field.
func (*GenericEvent) SetKeywords ¶ added in v1.0.5
func (o *GenericEvent) SetKeywords(v string)
SetKeywords gets a reference to the given string and assigns it to the Keywords field.
func (*GenericEvent) SetSecurity ¶ added in v1.0.5
func (o *GenericEvent) SetSecurity(v GenericEventSecurity)
SetSecurity gets a reference to the given GenericEventSecurity and assigns it to the Security field.
func (*GenericEvent) SetService ¶ added in v1.0.5
func (o *GenericEvent) SetService(v string)
SetService gets a reference to the given string and assigns it to the Service field.
func (*GenericEvent) SetSeverity ¶ added in v1.0.5
func (o *GenericEvent) SetSeverity(v GenericEventSeverity)
SetSeverity gets a reference to the given GenericEventSeverity and assigns it to the Severity field.
func (*GenericEvent) SetSubtype ¶ added in v1.0.5
func (o *GenericEvent) SetSubtype(v string)
SetSubtype gets a reference to the given string and assigns it to the Subtype field.
func (*GenericEvent) SetTime ¶ added in v1.0.5
func (o *GenericEvent) SetTime(v time.Time)
SetTime gets a reference to the given time.Time and assigns it to the Time field.
func (*GenericEvent) SetTrace ¶ added in v1.0.5
func (o *GenericEvent) SetTrace(v GenericEventTrace)
SetTrace gets a reference to the given GenericEventTrace and assigns it to the Trace field.
func (*GenericEvent) SetType ¶ added in v1.0.5
func (o *GenericEvent) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*GenericEvent) UnmarshalJSON ¶ added in v1.0.5
func (o *GenericEvent) UnmarshalJSON(bytes []byte) (err error)
type GenericEventAllOf ¶ added in v1.0.5
type GenericEventAllOf struct { Type *string `json:"type,omitempty"` Time *time.Time `json:"time,omitempty"` AdditionalProperties map[string]interface{} }
GenericEventAllOf struct for GenericEventAllOf
func NewGenericEventAllOf ¶ added in v1.0.5
func NewGenericEventAllOf() *GenericEventAllOf
NewGenericEventAllOf instantiates a new GenericEventAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGenericEventAllOfWithDefaults ¶ added in v1.0.5
func NewGenericEventAllOfWithDefaults() *GenericEventAllOf
NewGenericEventAllOfWithDefaults instantiates a new GenericEventAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GenericEventAllOf) GetTime ¶ added in v1.0.5
func (o *GenericEventAllOf) GetTime() time.Time
GetTime returns the Time field value if set, zero value otherwise.
func (*GenericEventAllOf) GetTimeOk ¶ added in v1.0.5
func (o *GenericEventAllOf) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEventAllOf) GetType ¶ added in v1.0.5
func (o *GenericEventAllOf) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*GenericEventAllOf) GetTypeOk ¶ added in v1.0.5
func (o *GenericEventAllOf) 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 (*GenericEventAllOf) HasTime ¶ added in v1.0.5
func (o *GenericEventAllOf) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*GenericEventAllOf) HasType ¶ added in v1.0.5
func (o *GenericEventAllOf) HasType() bool
HasType returns a boolean if a field has been set.
func (GenericEventAllOf) MarshalJSON ¶ added in v1.0.5
func (o GenericEventAllOf) MarshalJSON() ([]byte, error)
func (*GenericEventAllOf) SetTime ¶ added in v1.0.5
func (o *GenericEventAllOf) SetTime(v time.Time)
SetTime gets a reference to the given time.Time and assigns it to the Time field.
func (*GenericEventAllOf) SetType ¶ added in v1.0.5
func (o *GenericEventAllOf) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*GenericEventAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *GenericEventAllOf) UnmarshalJSON(bytes []byte) (err error)
type GenericEventCreate ¶ added in v1.0.5
type GenericEventCreate struct { Severity *GenericEventSeverity `json:"severity,omitempty"` Subtype *string `json:"subtype,omitempty"` // Service that generated the event Service *string `json:"service,omitempty"` // Space separated list of keywords to be used for search Keywords *string `json:"keywords,omitempty"` Details *map[string]string `json:"details,omitempty"` Trace *GenericEventTrace `json:"trace,omitempty"` Security *GenericEventSecurity `json:"security,omitempty"` Description *string `json:"description,omitempty"` AdditionalProperties map[string]interface{} }
GenericEventCreate struct for GenericEventCreate
func NewGenericEventCreate ¶ added in v1.0.5
func NewGenericEventCreate() *GenericEventCreate
NewGenericEventCreate instantiates a new GenericEventCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGenericEventCreateWithDefaults ¶ added in v1.0.5
func NewGenericEventCreateWithDefaults() *GenericEventCreate
NewGenericEventCreateWithDefaults instantiates a new GenericEventCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GenericEventCreate) GetDescription ¶ added in v1.0.5
func (o *GenericEventCreate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*GenericEventCreate) GetDescriptionOk ¶ added in v1.0.5
func (o *GenericEventCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEventCreate) GetDetails ¶ added in v1.0.5
func (o *GenericEventCreate) GetDetails() map[string]string
GetDetails returns the Details field value if set, zero value otherwise.
func (*GenericEventCreate) GetDetailsOk ¶ added in v1.0.5
func (o *GenericEventCreate) GetDetailsOk() (*map[string]string, bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEventCreate) GetKeywords ¶ added in v1.0.5
func (o *GenericEventCreate) GetKeywords() string
GetKeywords returns the Keywords field value if set, zero value otherwise.
func (*GenericEventCreate) GetKeywordsOk ¶ added in v1.0.5
func (o *GenericEventCreate) GetKeywordsOk() (*string, bool)
GetKeywordsOk returns a tuple with the Keywords field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEventCreate) GetSecurity ¶ added in v1.0.5
func (o *GenericEventCreate) GetSecurity() GenericEventSecurity
GetSecurity returns the Security field value if set, zero value otherwise.
func (*GenericEventCreate) GetSecurityOk ¶ added in v1.0.5
func (o *GenericEventCreate) GetSecurityOk() (*GenericEventSecurity, bool)
GetSecurityOk returns a tuple with the Security field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEventCreate) GetService ¶ added in v1.0.5
func (o *GenericEventCreate) GetService() string
GetService returns the Service field value if set, zero value otherwise.
func (*GenericEventCreate) GetServiceOk ¶ added in v1.0.5
func (o *GenericEventCreate) GetServiceOk() (*string, bool)
GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEventCreate) GetSeverity ¶ added in v1.0.5
func (o *GenericEventCreate) GetSeverity() GenericEventSeverity
GetSeverity returns the Severity field value if set, zero value otherwise.
func (*GenericEventCreate) GetSeverityOk ¶ added in v1.0.5
func (o *GenericEventCreate) GetSeverityOk() (*GenericEventSeverity, bool)
GetSeverityOk returns a tuple with the Severity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEventCreate) GetSubtype ¶ added in v1.0.5
func (o *GenericEventCreate) GetSubtype() string
GetSubtype returns the Subtype field value if set, zero value otherwise.
func (*GenericEventCreate) GetSubtypeOk ¶ added in v1.0.5
func (o *GenericEventCreate) GetSubtypeOk() (*string, bool)
GetSubtypeOk returns a tuple with the Subtype field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEventCreate) GetTrace ¶ added in v1.0.5
func (o *GenericEventCreate) GetTrace() GenericEventTrace
GetTrace returns the Trace field value if set, zero value otherwise.
func (*GenericEventCreate) GetTraceOk ¶ added in v1.0.5
func (o *GenericEventCreate) GetTraceOk() (*GenericEventTrace, bool)
GetTraceOk returns a tuple with the Trace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEventCreate) HasDescription ¶ added in v1.0.5
func (o *GenericEventCreate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*GenericEventCreate) HasDetails ¶ added in v1.0.5
func (o *GenericEventCreate) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (*GenericEventCreate) HasKeywords ¶ added in v1.0.5
func (o *GenericEventCreate) HasKeywords() bool
HasKeywords returns a boolean if a field has been set.
func (*GenericEventCreate) HasSecurity ¶ added in v1.0.5
func (o *GenericEventCreate) HasSecurity() bool
HasSecurity returns a boolean if a field has been set.
func (*GenericEventCreate) HasService ¶ added in v1.0.5
func (o *GenericEventCreate) HasService() bool
HasService returns a boolean if a field has been set.
func (*GenericEventCreate) HasSeverity ¶ added in v1.0.5
func (o *GenericEventCreate) HasSeverity() bool
HasSeverity returns a boolean if a field has been set.
func (*GenericEventCreate) HasSubtype ¶ added in v1.0.5
func (o *GenericEventCreate) HasSubtype() bool
HasSubtype returns a boolean if a field has been set.
func (*GenericEventCreate) HasTrace ¶ added in v1.0.5
func (o *GenericEventCreate) HasTrace() bool
HasTrace returns a boolean if a field has been set.
func (GenericEventCreate) MarshalJSON ¶ added in v1.0.5
func (o GenericEventCreate) MarshalJSON() ([]byte, error)
func (*GenericEventCreate) SetDescription ¶ added in v1.0.5
func (o *GenericEventCreate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*GenericEventCreate) SetDetails ¶ added in v1.0.5
func (o *GenericEventCreate) SetDetails(v map[string]string)
SetDetails gets a reference to the given map[string]string and assigns it to the Details field.
func (*GenericEventCreate) SetKeywords ¶ added in v1.0.5
func (o *GenericEventCreate) SetKeywords(v string)
SetKeywords gets a reference to the given string and assigns it to the Keywords field.
func (*GenericEventCreate) SetSecurity ¶ added in v1.0.5
func (o *GenericEventCreate) SetSecurity(v GenericEventSecurity)
SetSecurity gets a reference to the given GenericEventSecurity and assigns it to the Security field.
func (*GenericEventCreate) SetService ¶ added in v1.0.5
func (o *GenericEventCreate) SetService(v string)
SetService gets a reference to the given string and assigns it to the Service field.
func (*GenericEventCreate) SetSeverity ¶ added in v1.0.5
func (o *GenericEventCreate) SetSeverity(v GenericEventSeverity)
SetSeverity gets a reference to the given GenericEventSeverity and assigns it to the Severity field.
func (*GenericEventCreate) SetSubtype ¶ added in v1.0.5
func (o *GenericEventCreate) SetSubtype(v string)
SetSubtype gets a reference to the given string and assigns it to the Subtype field.
func (*GenericEventCreate) SetTrace ¶ added in v1.0.5
func (o *GenericEventCreate) SetTrace(v GenericEventTrace)
SetTrace gets a reference to the given GenericEventTrace and assigns it to the Trace field.
func (*GenericEventCreate) UnmarshalJSON ¶ added in v1.0.5
func (o *GenericEventCreate) UnmarshalJSON(bytes []byte) (err error)
type GenericEventSecurity ¶ added in v1.0.5
type GenericEventSecurity struct { ClientId *string `json:"clientId,omitempty"` UserId *string `json:"userId,omitempty"` Username *string `json:"username,omitempty"` TenantId *string `json:"tenantId,omitempty"` TenantName *string `json:"tenantName,omitempty"` ProviderId *string `json:"providerId,omitempty"` OriginalUsername *string `json:"originalUsername,omitempty"` AdditionalProperties map[string]interface{} }
GenericEventSecurity struct for GenericEventSecurity
func NewGenericEventSecurity ¶ added in v1.0.5
func NewGenericEventSecurity() *GenericEventSecurity
NewGenericEventSecurity instantiates a new GenericEventSecurity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGenericEventSecurityWithDefaults ¶ added in v1.0.5
func NewGenericEventSecurityWithDefaults() *GenericEventSecurity
NewGenericEventSecurityWithDefaults instantiates a new GenericEventSecurity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GenericEventSecurity) GetClientId ¶ added in v1.0.5
func (o *GenericEventSecurity) GetClientId() string
GetClientId returns the ClientId field value if set, zero value otherwise.
func (*GenericEventSecurity) GetClientIdOk ¶ added in v1.0.5
func (o *GenericEventSecurity) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEventSecurity) GetOriginalUsername ¶ added in v1.0.5
func (o *GenericEventSecurity) GetOriginalUsername() string
GetOriginalUsername returns the OriginalUsername field value if set, zero value otherwise.
func (*GenericEventSecurity) GetOriginalUsernameOk ¶ added in v1.0.5
func (o *GenericEventSecurity) GetOriginalUsernameOk() (*string, bool)
GetOriginalUsernameOk returns a tuple with the OriginalUsername field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEventSecurity) GetProviderId ¶ added in v1.0.5
func (o *GenericEventSecurity) GetProviderId() string
GetProviderId returns the ProviderId field value if set, zero value otherwise.
func (*GenericEventSecurity) GetProviderIdOk ¶ added in v1.0.5
func (o *GenericEventSecurity) GetProviderIdOk() (*string, bool)
GetProviderIdOk returns a tuple with the ProviderId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEventSecurity) GetTenantId ¶ added in v1.0.5
func (o *GenericEventSecurity) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*GenericEventSecurity) GetTenantIdOk ¶ added in v1.0.5
func (o *GenericEventSecurity) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEventSecurity) GetTenantName ¶ added in v1.0.5
func (o *GenericEventSecurity) GetTenantName() string
GetTenantName returns the TenantName field value if set, zero value otherwise.
func (*GenericEventSecurity) GetTenantNameOk ¶ added in v1.0.5
func (o *GenericEventSecurity) GetTenantNameOk() (*string, bool)
GetTenantNameOk returns a tuple with the TenantName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEventSecurity) GetUserId ¶ added in v1.0.5
func (o *GenericEventSecurity) GetUserId() string
GetUserId returns the UserId field value if set, zero value otherwise.
func (*GenericEventSecurity) GetUserIdOk ¶ added in v1.0.5
func (o *GenericEventSecurity) GetUserIdOk() (*string, 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 (*GenericEventSecurity) GetUsername ¶ added in v1.0.5
func (o *GenericEventSecurity) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*GenericEventSecurity) GetUsernameOk ¶ added in v1.0.5
func (o *GenericEventSecurity) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEventSecurity) HasClientId ¶ added in v1.0.5
func (o *GenericEventSecurity) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (*GenericEventSecurity) HasOriginalUsername ¶ added in v1.0.5
func (o *GenericEventSecurity) HasOriginalUsername() bool
HasOriginalUsername returns a boolean if a field has been set.
func (*GenericEventSecurity) HasProviderId ¶ added in v1.0.5
func (o *GenericEventSecurity) HasProviderId() bool
HasProviderId returns a boolean if a field has been set.
func (*GenericEventSecurity) HasTenantId ¶ added in v1.0.5
func (o *GenericEventSecurity) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (*GenericEventSecurity) HasTenantName ¶ added in v1.0.5
func (o *GenericEventSecurity) HasTenantName() bool
HasTenantName returns a boolean if a field has been set.
func (*GenericEventSecurity) HasUserId ¶ added in v1.0.5
func (o *GenericEventSecurity) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (*GenericEventSecurity) HasUsername ¶ added in v1.0.5
func (o *GenericEventSecurity) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (GenericEventSecurity) MarshalJSON ¶ added in v1.0.5
func (o GenericEventSecurity) MarshalJSON() ([]byte, error)
func (*GenericEventSecurity) SetClientId ¶ added in v1.0.5
func (o *GenericEventSecurity) SetClientId(v string)
SetClientId gets a reference to the given string and assigns it to the ClientId field.
func (*GenericEventSecurity) SetOriginalUsername ¶ added in v1.0.5
func (o *GenericEventSecurity) SetOriginalUsername(v string)
SetOriginalUsername gets a reference to the given string and assigns it to the OriginalUsername field.
func (*GenericEventSecurity) SetProviderId ¶ added in v1.0.5
func (o *GenericEventSecurity) SetProviderId(v string)
SetProviderId gets a reference to the given string and assigns it to the ProviderId field.
func (*GenericEventSecurity) SetTenantId ¶ added in v1.0.5
func (o *GenericEventSecurity) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*GenericEventSecurity) SetTenantName ¶ added in v1.0.5
func (o *GenericEventSecurity) SetTenantName(v string)
SetTenantName gets a reference to the given string and assigns it to the TenantName field.
func (*GenericEventSecurity) SetUserId ¶ added in v1.0.5
func (o *GenericEventSecurity) SetUserId(v string)
SetUserId gets a reference to the given string and assigns it to the UserId field.
func (*GenericEventSecurity) SetUsername ¶ added in v1.0.5
func (o *GenericEventSecurity) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (*GenericEventSecurity) UnmarshalJSON ¶ added in v1.0.5
func (o *GenericEventSecurity) UnmarshalJSON(bytes []byte) (err error)
type GenericEventSeverity ¶ added in v1.0.5
type GenericEventSeverity string
GenericEventSeverity the model 'GenericEventSeverity'
const ( GENERICEVENTSEVERITY_CRITICAL GenericEventSeverity = "CRITICAL" GENERICEVENTSEVERITY_POOR GenericEventSeverity = "POOR" GENERICEVENTSEVERITY_FAIR GenericEventSeverity = "FAIR" GENERICEVENTSEVERITY_GOOD GenericEventSeverity = "GOOD" GENERICEVENTSEVERITY_UNKNOWN GenericEventSeverity = "UNKNOWN" )
List of GenericEventSeverity
func (GenericEventSeverity) Ptr ¶ added in v1.0.5
func (v GenericEventSeverity) Ptr() *GenericEventSeverity
Ptr returns reference to GenericEventSeverity value
func (*GenericEventSeverity) UnmarshalJSON ¶ added in v1.0.5
func (v *GenericEventSeverity) UnmarshalJSON(src []byte) error
type GenericEventTrace ¶ added in v1.0.5
type GenericEventTrace struct { TraceId *string `json:"traceId,omitempty"` SpanId *string `json:"spanId,omitempty"` ParentId *string `json:"parentId,omitempty"` AdditionalProperties map[string]interface{} }
GenericEventTrace struct for GenericEventTrace
func NewGenericEventTrace ¶ added in v1.0.5
func NewGenericEventTrace() *GenericEventTrace
NewGenericEventTrace instantiates a new GenericEventTrace object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGenericEventTraceWithDefaults ¶ added in v1.0.5
func NewGenericEventTraceWithDefaults() *GenericEventTrace
NewGenericEventTraceWithDefaults instantiates a new GenericEventTrace object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GenericEventTrace) GetParentId ¶ added in v1.0.5
func (o *GenericEventTrace) GetParentId() string
GetParentId returns the ParentId field value if set, zero value otherwise.
func (*GenericEventTrace) GetParentIdOk ¶ added in v1.0.5
func (o *GenericEventTrace) GetParentIdOk() (*string, bool)
GetParentIdOk returns a tuple with the ParentId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEventTrace) GetSpanId ¶ added in v1.0.5
func (o *GenericEventTrace) GetSpanId() string
GetSpanId returns the SpanId field value if set, zero value otherwise.
func (*GenericEventTrace) GetSpanIdOk ¶ added in v1.0.5
func (o *GenericEventTrace) GetSpanIdOk() (*string, bool)
GetSpanIdOk returns a tuple with the SpanId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericEventTrace) GetTraceId ¶ added in v1.0.5
func (o *GenericEventTrace) GetTraceId() string
GetTraceId returns the TraceId field value if set, zero value otherwise.
func (*GenericEventTrace) GetTraceIdOk ¶ added in v1.0.5
func (o *GenericEventTrace) 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 (*GenericEventTrace) HasParentId ¶ added in v1.0.5
func (o *GenericEventTrace) HasParentId() bool
HasParentId returns a boolean if a field has been set.
func (*GenericEventTrace) HasSpanId ¶ added in v1.0.5
func (o *GenericEventTrace) HasSpanId() bool
HasSpanId returns a boolean if a field has been set.
func (*GenericEventTrace) HasTraceId ¶ added in v1.0.5
func (o *GenericEventTrace) HasTraceId() bool
HasTraceId returns a boolean if a field has been set.
func (GenericEventTrace) MarshalJSON ¶ added in v1.0.5
func (o GenericEventTrace) MarshalJSON() ([]byte, error)
func (*GenericEventTrace) SetParentId ¶ added in v1.0.5
func (o *GenericEventTrace) SetParentId(v string)
SetParentId gets a reference to the given string and assigns it to the ParentId field.
func (*GenericEventTrace) SetSpanId ¶ added in v1.0.5
func (o *GenericEventTrace) SetSpanId(v string)
SetSpanId gets a reference to the given string and assigns it to the SpanId field.
func (*GenericEventTrace) SetTraceId ¶ added in v1.0.5
func (o *GenericEventTrace) SetTraceId(v string)
SetTraceId gets a reference to the given string and assigns it to the TraceId field.
func (*GenericEventTrace) UnmarshalJSON ¶ added in v1.0.5
func (o *GenericEventTrace) UnmarshalJSON(bytes []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 HealthApiService ¶
type HealthApiService service
HealthApiService HealthApi service
func (*HealthApiService) GetDevicesHealthList ¶
func (a *HealthApiService) GetDevicesHealthList(ctx _context.Context) ApiGetDevicesHealthListRequest
* GetDevicesHealthList Method for GetDevicesHealthList * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetDevicesHealthListRequest
func (*HealthApiService) GetDevicesHealthListExecute ¶
func (a *HealthApiService) GetDevicesHealthListExecute(r ApiGetDevicesHealthListRequest) ([]ResourceHealth, *_nethttp.Response, error)
* Execute executes the request * @return []ResourceHealth
func (*HealthApiService) GetServicesHealthList ¶
func (a *HealthApiService) GetServicesHealthList(ctx _context.Context) ApiGetServicesHealthListRequest
* GetServicesHealthList Method for GetServicesHealthList * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetServicesHealthListRequest
func (*HealthApiService) GetServicesHealthListExecute ¶
func (a *HealthApiService) GetServicesHealthListExecute(r ApiGetServicesHealthListRequest) ([]ResourceHealth, *_nethttp.Response, error)
* Execute executes the request * @return []ResourceHealth
type Incident ¶ added in v1.0.8
type Incident struct { Id string `json:"id"` ExternalId string `json:"externalId"` Attributes *map[string]interface{} `json:"attributes,omitempty"` Notes *[]string `json:"notes,omitempty"` CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` // inquiry|software|hardware|network|database Category *string `json:"category,omitempty"` Description string `json:"description"` Impact *string `json:"impact,omitempty"` Priority *string `json:"priority,omitempty"` Severity *string `json:"severity,omitempty"` State *string `json:"state,omitempty"` Subcategory *string `json:"subcategory,omitempty"` Tenant NullableString `json:"tenant,omitempty"` Urgency *string `json:"urgency,omitempty"` AdditionalProperties map[string]interface{} }
Incident struct for Incident
func NewIncident ¶ added in v1.0.8
NewIncident instantiates a new Incident object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIncidentWithDefaults ¶ added in v1.0.8
func NewIncidentWithDefaults() *Incident
NewIncidentWithDefaults instantiates a new Incident object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Incident) GetAttributes ¶ added in v1.0.8
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*Incident) GetAttributesOk ¶ added in v1.0.8
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Incident) GetCategory ¶ added in v1.0.8
GetCategory returns the Category field value if set, zero value otherwise.
func (*Incident) GetCategoryOk ¶ added in v1.0.8
GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Incident) GetCreatedBy ¶ added in v1.0.8
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Incident) GetCreatedByOk ¶ added in v1.0.8
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 (*Incident) GetCreatedOn ¶ added in v1.0.8
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Incident) GetCreatedOnOk ¶ added in v1.0.8
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Incident) GetDescription ¶ added in v1.0.8
GetDescription returns the Description field value
func (*Incident) GetDescriptionOk ¶ added in v1.0.8
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*Incident) GetExternalId ¶ added in v1.0.8
GetExternalId returns the ExternalId field value
func (*Incident) GetExternalIdOk ¶ added in v1.0.8
GetExternalIdOk returns a tuple with the ExternalId field value and a boolean to check if the value has been set.
func (*Incident) GetIdOk ¶ added in v1.0.8
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Incident) GetImpact ¶ added in v1.0.8
GetImpact returns the Impact field value if set, zero value otherwise.
func (*Incident) GetImpactOk ¶ added in v1.0.8
GetImpactOk returns a tuple with the Impact field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Incident) GetModifiedBy ¶ added in v1.0.8
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Incident) GetModifiedByOk ¶ added in v1.0.8
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Incident) GetModifiedOn ¶ added in v1.0.8
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Incident) GetModifiedOnOk ¶ added in v1.0.8
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Incident) GetNotes ¶ added in v1.0.8
GetNotes returns the Notes field value if set, zero value otherwise.
func (*Incident) GetNotesOk ¶ added in v1.0.8
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 (*Incident) GetPriority ¶ added in v1.0.8
GetPriority returns the Priority field value if set, zero value otherwise.
func (*Incident) GetPriorityOk ¶ added in v1.0.8
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 (*Incident) GetSeverity ¶ added in v1.0.8
GetSeverity returns the Severity field value if set, zero value otherwise.
func (*Incident) GetSeverityOk ¶ added in v1.0.8
GetSeverityOk returns a tuple with the Severity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Incident) GetState ¶ added in v1.0.8
GetState returns the State field value if set, zero value otherwise.
func (*Incident) GetStateOk ¶ added in v1.0.8
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 (*Incident) GetSubcategory ¶ added in v1.0.8
GetSubcategory returns the Subcategory field value if set, zero value otherwise.
func (*Incident) GetSubcategoryOk ¶ added in v1.0.8
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 (*Incident) GetTenant ¶ added in v1.0.8
GetTenant returns the Tenant field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Incident) GetTenantOk ¶ added in v1.0.8
GetTenantOk returns a tuple with the Tenant field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Incident) GetUrgency ¶ added in v1.0.8
GetUrgency returns the Urgency field value if set, zero value otherwise.
func (*Incident) GetUrgencyOk ¶ added in v1.0.8
GetUrgencyOk returns a tuple with the Urgency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Incident) HasAttributes ¶ added in v1.0.8
HasAttributes returns a boolean if a field has been set.
func (*Incident) HasCategory ¶ added in v1.0.8
HasCategory returns a boolean if a field has been set.
func (*Incident) HasCreatedBy ¶ added in v1.0.8
HasCreatedBy returns a boolean if a field has been set.
func (*Incident) HasCreatedOn ¶ added in v1.0.8
HasCreatedOn returns a boolean if a field has been set.
func (*Incident) HasModifiedBy ¶ added in v1.0.8
HasModifiedBy returns a boolean if a field has been set.
func (*Incident) HasModifiedOn ¶ added in v1.0.8
HasModifiedOn returns a boolean if a field has been set.
func (*Incident) HasPriority ¶ added in v1.0.8
HasPriority returns a boolean if a field has been set.
func (*Incident) HasSeverity ¶ added in v1.0.8
HasSeverity returns a boolean if a field has been set.
func (*Incident) HasSubcategory ¶ added in v1.0.8
HasSubcategory returns a boolean if a field has been set.
func (*Incident) HasUrgency ¶ added in v1.0.8
HasUrgency returns a boolean if a field has been set.
func (Incident) MarshalJSON ¶ added in v1.0.8
func (*Incident) SetAttributes ¶ added in v1.0.8
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*Incident) SetCategory ¶ added in v1.0.8
SetCategory gets a reference to the given string and assigns it to the Category field.
func (*Incident) SetCreatedBy ¶ added in v1.0.8
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Incident) SetCreatedOn ¶ added in v1.0.8
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Incident) SetDescription ¶ added in v1.0.8
SetDescription sets field value
func (*Incident) SetExternalId ¶ added in v1.0.8
SetExternalId sets field value
func (*Incident) SetImpact ¶ added in v1.0.8
SetImpact gets a reference to the given string and assigns it to the Impact field.
func (*Incident) SetModifiedBy ¶ added in v1.0.8
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Incident) SetModifiedOn ¶ added in v1.0.8
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Incident) SetNotes ¶ added in v1.0.8
SetNotes gets a reference to the given []string and assigns it to the Notes field.
func (*Incident) SetPriority ¶ added in v1.0.8
SetPriority gets a reference to the given string and assigns it to the Priority field.
func (*Incident) SetSeverity ¶ added in v1.0.8
SetSeverity gets a reference to the given string and assigns it to the Severity field.
func (*Incident) SetState ¶ added in v1.0.8
SetState gets a reference to the given string and assigns it to the State field.
func (*Incident) SetSubcategory ¶ added in v1.0.8
SetSubcategory gets a reference to the given string and assigns it to the Subcategory field.
func (*Incident) SetTenant ¶ added in v1.0.8
SetTenant gets a reference to the given NullableString and assigns it to the Tenant field.
func (*Incident) SetTenantNil ¶ added in v1.0.8
func (o *Incident) SetTenantNil()
SetTenantNil sets the value for Tenant to be an explicit nil
func (*Incident) SetUrgency ¶ added in v1.0.8
SetUrgency gets a reference to the given string and assigns it to the Urgency field.
func (*Incident) UnmarshalJSON ¶ added in v1.0.8
func (*Incident) UnsetTenant ¶ added in v1.0.8
func (o *Incident) UnsetTenant()
UnsetTenant ensures that no value is present for Tenant, not even an explicit nil
type IncidentAllOf ¶ added in v1.0.8
type IncidentAllOf struct { Id string `json:"id"` ExternalId string `json:"externalId"` Attributes *map[string]interface{} `json:"attributes,omitempty"` Notes *[]string `json:"notes,omitempty"` CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` AdditionalProperties map[string]interface{} }
IncidentAllOf struct for IncidentAllOf
func NewIncidentAllOf ¶ added in v1.0.8
func NewIncidentAllOf(id string, externalId string) *IncidentAllOf
NewIncidentAllOf instantiates a new IncidentAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIncidentAllOfWithDefaults ¶ added in v1.0.8
func NewIncidentAllOfWithDefaults() *IncidentAllOf
NewIncidentAllOfWithDefaults instantiates a new IncidentAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IncidentAllOf) GetAttributes ¶ added in v1.0.8
func (o *IncidentAllOf) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*IncidentAllOf) GetAttributesOk ¶ added in v1.0.8
func (o *IncidentAllOf) GetAttributesOk() (*map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IncidentAllOf) GetCreatedBy ¶ added in v1.0.8
func (o *IncidentAllOf) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*IncidentAllOf) GetCreatedByOk ¶ added in v1.0.8
func (o *IncidentAllOf) 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 (*IncidentAllOf) GetCreatedOn ¶ added in v1.0.8
func (o *IncidentAllOf) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*IncidentAllOf) GetCreatedOnOk ¶ added in v1.0.8
func (o *IncidentAllOf) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IncidentAllOf) GetExternalId ¶ added in v1.0.8
func (o *IncidentAllOf) GetExternalId() string
GetExternalId returns the ExternalId field value
func (*IncidentAllOf) GetExternalIdOk ¶ added in v1.0.8
func (o *IncidentAllOf) GetExternalIdOk() (*string, bool)
GetExternalIdOk returns a tuple with the ExternalId field value and a boolean to check if the value has been set.
func (*IncidentAllOf) GetId ¶ added in v1.0.8
func (o *IncidentAllOf) GetId() string
GetId returns the Id field value
func (*IncidentAllOf) GetIdOk ¶ added in v1.0.8
func (o *IncidentAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*IncidentAllOf) GetModifiedBy ¶ added in v1.0.8
func (o *IncidentAllOf) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*IncidentAllOf) GetModifiedByOk ¶ added in v1.0.8
func (o *IncidentAllOf) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IncidentAllOf) GetModifiedOn ¶ added in v1.0.8
func (o *IncidentAllOf) GetModifiedOn() time.Time
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*IncidentAllOf) GetModifiedOnOk ¶ added in v1.0.8
func (o *IncidentAllOf) GetModifiedOnOk() (*time.Time, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IncidentAllOf) GetNotes ¶ added in v1.0.8
func (o *IncidentAllOf) GetNotes() []string
GetNotes returns the Notes field value if set, zero value otherwise.
func (*IncidentAllOf) GetNotesOk ¶ added in v1.0.8
func (o *IncidentAllOf) 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 (*IncidentAllOf) HasAttributes ¶ added in v1.0.8
func (o *IncidentAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*IncidentAllOf) HasCreatedBy ¶ added in v1.0.8
func (o *IncidentAllOf) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*IncidentAllOf) HasCreatedOn ¶ added in v1.0.8
func (o *IncidentAllOf) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*IncidentAllOf) HasModifiedBy ¶ added in v1.0.8
func (o *IncidentAllOf) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.
func (*IncidentAllOf) HasModifiedOn ¶ added in v1.0.8
func (o *IncidentAllOf) HasModifiedOn() bool
HasModifiedOn returns a boolean if a field has been set.
func (*IncidentAllOf) HasNotes ¶ added in v1.0.8
func (o *IncidentAllOf) HasNotes() bool
HasNotes returns a boolean if a field has been set.
func (IncidentAllOf) MarshalJSON ¶ added in v1.0.8
func (o IncidentAllOf) MarshalJSON() ([]byte, error)
func (*IncidentAllOf) SetAttributes ¶ added in v1.0.8
func (o *IncidentAllOf) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*IncidentAllOf) SetCreatedBy ¶ added in v1.0.8
func (o *IncidentAllOf) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*IncidentAllOf) SetCreatedOn ¶ added in v1.0.8
func (o *IncidentAllOf) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*IncidentAllOf) SetExternalId ¶ added in v1.0.8
func (o *IncidentAllOf) SetExternalId(v string)
SetExternalId sets field value
func (*IncidentAllOf) SetId ¶ added in v1.0.8
func (o *IncidentAllOf) SetId(v string)
SetId sets field value
func (*IncidentAllOf) SetModifiedBy ¶ added in v1.0.8
func (o *IncidentAllOf) SetModifiedBy(v string)
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*IncidentAllOf) SetModifiedOn ¶ added in v1.0.8
func (o *IncidentAllOf) SetModifiedOn(v time.Time)
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*IncidentAllOf) SetNotes ¶ added in v1.0.8
func (o *IncidentAllOf) SetNotes(v []string)
SetNotes gets a reference to the given []string and assigns it to the Notes field.
func (*IncidentAllOf) UnmarshalJSON ¶ added in v1.0.8
func (o *IncidentAllOf) UnmarshalJSON(bytes []byte) (err error)
type IncidentCancel ¶ added in v1.0.8
type IncidentCancel struct { Notes *string `json:"notes,omitempty"` Tenant string `json:"tenant"` AdditionalProperties map[string]interface{} }
IncidentCancel struct for IncidentCancel
func NewIncidentCancel ¶ added in v1.0.8
func NewIncidentCancel(tenant string) *IncidentCancel
NewIncidentCancel instantiates a new IncidentCancel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIncidentCancelWithDefaults ¶ added in v1.0.8
func NewIncidentCancelWithDefaults() *IncidentCancel
NewIncidentCancelWithDefaults instantiates a new IncidentCancel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IncidentCancel) GetNotes ¶ added in v1.0.8
func (o *IncidentCancel) GetNotes() string
GetNotes returns the Notes field value if set, zero value otherwise.
func (*IncidentCancel) GetNotesOk ¶ added in v1.0.8
func (o *IncidentCancel) 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 (*IncidentCancel) GetTenant ¶ added in v1.0.8
func (o *IncidentCancel) GetTenant() string
GetTenant returns the Tenant field value
func (*IncidentCancel) GetTenantOk ¶ added in v1.0.8
func (o *IncidentCancel) GetTenantOk() (*string, bool)
GetTenantOk returns a tuple with the Tenant field value and a boolean to check if the value has been set.
func (*IncidentCancel) HasNotes ¶ added in v1.0.8
func (o *IncidentCancel) HasNotes() bool
HasNotes returns a boolean if a field has been set.
func (IncidentCancel) MarshalJSON ¶ added in v1.0.8
func (o IncidentCancel) MarshalJSON() ([]byte, error)
func (*IncidentCancel) SetNotes ¶ added in v1.0.8
func (o *IncidentCancel) SetNotes(v string)
SetNotes gets a reference to the given string and assigns it to the Notes field.
func (*IncidentCancel) SetTenant ¶ added in v1.0.8
func (o *IncidentCancel) SetTenant(v string)
SetTenant sets field value
func (*IncidentCancel) UnmarshalJSON ¶ added in v1.0.8
func (o *IncidentCancel) UnmarshalJSON(bytes []byte) (err error)
type IncidentChangeRequestsApiService ¶ added in v1.0.8
type IncidentChangeRequestsApiService service
IncidentChangeRequestsApiService IncidentChangeRequestsApi service
func (*IncidentChangeRequestsApiService) CreateChangeRequest ¶ added in v1.0.8
func (a *IncidentChangeRequestsApiService) CreateChangeRequest(ctx _context.Context) ApiCreateChangeRequestRequest
* CreateChangeRequest Create a change request. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateChangeRequestRequest
func (*IncidentChangeRequestsApiService) CreateChangeRequestExecute ¶ added in v1.0.8
func (a *IncidentChangeRequestsApiService) CreateChangeRequestExecute(r ApiCreateChangeRequestRequest) (ChangeRequest, *_nethttp.Response, error)
* Execute executes the request * @return ChangeRequest
func (*IncidentChangeRequestsApiService) DeleteChangeRequest ¶ added in v1.0.8
func (a *IncidentChangeRequestsApiService) DeleteChangeRequest(ctx _context.Context, id string) ApiDeleteChangeRequestRequest
* DeleteChangeRequest Deletes a change request. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiDeleteChangeRequestRequest
func (*IncidentChangeRequestsApiService) DeleteChangeRequestExecute ¶ added in v1.0.8
func (a *IncidentChangeRequestsApiService) DeleteChangeRequestExecute(r ApiDeleteChangeRequestRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*IncidentChangeRequestsApiService) GetChangeRequest ¶ added in v1.0.8
func (a *IncidentChangeRequestsApiService) GetChangeRequest(ctx _context.Context, id string) ApiGetChangeRequestRequest
* GetChangeRequest Returns a change request. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id Change Request Number CHG0030022 * @return ApiGetChangeRequestRequest
func (*IncidentChangeRequestsApiService) GetChangeRequestExecute ¶ added in v1.0.8
func (a *IncidentChangeRequestsApiService) GetChangeRequestExecute(r ApiGetChangeRequestRequest) (ChangeRequest, *_nethttp.Response, error)
* Execute executes the request * @return ChangeRequest
func (*IncidentChangeRequestsApiService) GetChangeRequestsPage ¶ added in v1.0.8
func (a *IncidentChangeRequestsApiService) GetChangeRequestsPage(ctx _context.Context) ApiGetChangeRequestsPageRequest
* GetChangeRequestsPage Returns a filtered list of change requests. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetChangeRequestsPageRequest
func (*IncidentChangeRequestsApiService) GetChangeRequestsPageExecute ¶ added in v1.0.8
func (a *IncidentChangeRequestsApiService) GetChangeRequestsPageExecute(r ApiGetChangeRequestsPageRequest) (ChangeRequestsPage, *_nethttp.Response, error)
* Execute executes the request * @return ChangeRequestsPage
func (*IncidentChangeRequestsApiService) UpdateChangeRequest ¶ added in v1.0.8
func (a *IncidentChangeRequestsApiService) UpdateChangeRequest(ctx _context.Context, id string) ApiUpdateChangeRequestRequest
* UpdateChangeRequest Updates a change request. * Update change requests. Returns not found, if passed in tenant's serviceNow instance does not hold the record. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiUpdateChangeRequestRequest
func (*IncidentChangeRequestsApiService) UpdateChangeRequestExecute ¶ added in v1.0.8
func (a *IncidentChangeRequestsApiService) UpdateChangeRequestExecute(r ApiUpdateChangeRequestRequest) (ChangeRequest, *_nethttp.Response, error)
* Execute executes the request * @return ChangeRequest
type IncidentConfig ¶ added in v1.0.8
type IncidentConfig struct { ClientId string `json:"clientId"` ClientSecret string `json:"clientSecret"` CriticalEvent *bool `json:"criticalEvent,omitempty"` Domain string `json:"domain"` Password string `json:"password"` UserName string `json:"userName"` Proxy NullableString `json:"proxy,omitempty"` AdditionalProperties map[string]interface{} }
IncidentConfig struct for IncidentConfig
func NewIncidentConfig ¶ added in v1.0.8
func NewIncidentConfig(clientId string, clientSecret string, domain string, password string, userName string) *IncidentConfig
NewIncidentConfig instantiates a new IncidentConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIncidentConfigWithDefaults ¶ added in v1.0.8
func NewIncidentConfigWithDefaults() *IncidentConfig
NewIncidentConfigWithDefaults instantiates a new IncidentConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IncidentConfig) GetClientId ¶ added in v1.0.8
func (o *IncidentConfig) GetClientId() string
GetClientId returns the ClientId field value
func (*IncidentConfig) GetClientIdOk ¶ added in v1.0.8
func (o *IncidentConfig) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value and a boolean to check if the value has been set.
func (*IncidentConfig) GetClientSecret ¶ added in v1.0.8
func (o *IncidentConfig) GetClientSecret() string
GetClientSecret returns the ClientSecret field value
func (*IncidentConfig) GetClientSecretOk ¶ added in v1.0.8
func (o *IncidentConfig) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field value and a boolean to check if the value has been set.
func (*IncidentConfig) GetCriticalEvent ¶ added in v1.0.8
func (o *IncidentConfig) GetCriticalEvent() bool
GetCriticalEvent returns the CriticalEvent field value if set, zero value otherwise.
func (*IncidentConfig) GetCriticalEventOk ¶ added in v1.0.8
func (o *IncidentConfig) GetCriticalEventOk() (*bool, bool)
GetCriticalEventOk returns a tuple with the CriticalEvent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IncidentConfig) GetDomain ¶ added in v1.0.8
func (o *IncidentConfig) GetDomain() string
GetDomain returns the Domain field value
func (*IncidentConfig) GetDomainOk ¶ added in v1.0.8
func (o *IncidentConfig) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.
func (*IncidentConfig) GetPassword ¶ added in v1.0.8
func (o *IncidentConfig) GetPassword() string
GetPassword returns the Password field value
func (*IncidentConfig) GetPasswordOk ¶ added in v1.0.8
func (o *IncidentConfig) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.
func (*IncidentConfig) GetProxy ¶ added in v1.0.8
func (o *IncidentConfig) GetProxy() string
GetProxy returns the Proxy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IncidentConfig) GetProxyOk ¶ added in v1.0.8
func (o *IncidentConfig) GetProxyOk() (*string, bool)
GetProxyOk returns a tuple with the Proxy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IncidentConfig) GetUserName ¶ added in v1.0.8
func (o *IncidentConfig) GetUserName() string
GetUserName returns the UserName field value
func (*IncidentConfig) GetUserNameOk ¶ added in v1.0.8
func (o *IncidentConfig) GetUserNameOk() (*string, bool)
GetUserNameOk returns a tuple with the UserName field value and a boolean to check if the value has been set.
func (*IncidentConfig) HasCriticalEvent ¶ added in v1.0.8
func (o *IncidentConfig) HasCriticalEvent() bool
HasCriticalEvent returns a boolean if a field has been set.
func (*IncidentConfig) HasProxy ¶ added in v1.0.8
func (o *IncidentConfig) HasProxy() bool
HasProxy returns a boolean if a field has been set.
func (IncidentConfig) MarshalJSON ¶ added in v1.0.8
func (o IncidentConfig) MarshalJSON() ([]byte, error)
func (*IncidentConfig) SetClientId ¶ added in v1.0.8
func (o *IncidentConfig) SetClientId(v string)
SetClientId sets field value
func (*IncidentConfig) SetClientSecret ¶ added in v1.0.8
func (o *IncidentConfig) SetClientSecret(v string)
SetClientSecret sets field value
func (*IncidentConfig) SetCriticalEvent ¶ added in v1.0.8
func (o *IncidentConfig) SetCriticalEvent(v bool)
SetCriticalEvent gets a reference to the given bool and assigns it to the CriticalEvent field.
func (*IncidentConfig) SetDomain ¶ added in v1.0.8
func (o *IncidentConfig) SetDomain(v string)
SetDomain sets field value
func (*IncidentConfig) SetPassword ¶ added in v1.0.8
func (o *IncidentConfig) SetPassword(v string)
SetPassword sets field value
func (*IncidentConfig) SetProxy ¶ added in v1.0.8
func (o *IncidentConfig) SetProxy(v string)
SetProxy gets a reference to the given NullableString and assigns it to the Proxy field.
func (*IncidentConfig) SetProxyNil ¶ added in v1.0.8
func (o *IncidentConfig) SetProxyNil()
SetProxyNil sets the value for Proxy to be an explicit nil
func (*IncidentConfig) SetUserName ¶ added in v1.0.8
func (o *IncidentConfig) SetUserName(v string)
SetUserName sets field value
func (*IncidentConfig) UnmarshalJSON ¶ added in v1.0.8
func (o *IncidentConfig) UnmarshalJSON(bytes []byte) (err error)
func (*IncidentConfig) UnsetProxy ¶ added in v1.0.8
func (o *IncidentConfig) UnsetProxy()
UnsetProxy ensures that no value is present for Proxy, not even an explicit nil
type IncidentConfigPatch ¶ added in v1.0.8
type IncidentConfigPatch struct { ClientId *string `json:"clientId,omitempty"` ClientSecret *string `json:"clientSecret,omitempty"` CriticalEvent *bool `json:"criticalEvent,omitempty"` Domain *string `json:"domain,omitempty"` Password *string `json:"password,omitempty"` UserName *string `json:"userName,omitempty"` AdditionalProperties map[string]interface{} }
IncidentConfigPatch struct for IncidentConfigPatch
func NewIncidentConfigPatch ¶ added in v1.0.8
func NewIncidentConfigPatch() *IncidentConfigPatch
NewIncidentConfigPatch instantiates a new IncidentConfigPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIncidentConfigPatchWithDefaults ¶ added in v1.0.8
func NewIncidentConfigPatchWithDefaults() *IncidentConfigPatch
NewIncidentConfigPatchWithDefaults instantiates a new IncidentConfigPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IncidentConfigPatch) GetClientId ¶ added in v1.0.8
func (o *IncidentConfigPatch) GetClientId() string
GetClientId returns the ClientId field value if set, zero value otherwise.
func (*IncidentConfigPatch) GetClientIdOk ¶ added in v1.0.8
func (o *IncidentConfigPatch) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IncidentConfigPatch) GetClientSecret ¶ added in v1.0.8
func (o *IncidentConfigPatch) GetClientSecret() string
GetClientSecret returns the ClientSecret field value if set, zero value otherwise.
func (*IncidentConfigPatch) GetClientSecretOk ¶ added in v1.0.8
func (o *IncidentConfigPatch) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IncidentConfigPatch) GetCriticalEvent ¶ added in v1.0.8
func (o *IncidentConfigPatch) GetCriticalEvent() bool
GetCriticalEvent returns the CriticalEvent field value if set, zero value otherwise.
func (*IncidentConfigPatch) GetCriticalEventOk ¶ added in v1.0.8
func (o *IncidentConfigPatch) GetCriticalEventOk() (*bool, bool)
GetCriticalEventOk returns a tuple with the CriticalEvent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IncidentConfigPatch) GetDomain ¶ added in v1.0.8
func (o *IncidentConfigPatch) GetDomain() string
GetDomain returns the Domain field value if set, zero value otherwise.
func (*IncidentConfigPatch) GetDomainOk ¶ added in v1.0.8
func (o *IncidentConfigPatch) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IncidentConfigPatch) GetPassword ¶ added in v1.0.8
func (o *IncidentConfigPatch) GetPassword() string
GetPassword returns the Password field value if set, zero value otherwise.
func (*IncidentConfigPatch) GetPasswordOk ¶ added in v1.0.8
func (o *IncidentConfigPatch) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IncidentConfigPatch) GetUserName ¶ added in v1.0.8
func (o *IncidentConfigPatch) GetUserName() string
GetUserName returns the UserName field value if set, zero value otherwise.
func (*IncidentConfigPatch) GetUserNameOk ¶ added in v1.0.8
func (o *IncidentConfigPatch) GetUserNameOk() (*string, bool)
GetUserNameOk returns a tuple with the UserName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IncidentConfigPatch) HasClientId ¶ added in v1.0.8
func (o *IncidentConfigPatch) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (*IncidentConfigPatch) HasClientSecret ¶ added in v1.0.8
func (o *IncidentConfigPatch) HasClientSecret() bool
HasClientSecret returns a boolean if a field has been set.
func (*IncidentConfigPatch) HasCriticalEvent ¶ added in v1.0.8
func (o *IncidentConfigPatch) HasCriticalEvent() bool
HasCriticalEvent returns a boolean if a field has been set.
func (*IncidentConfigPatch) HasDomain ¶ added in v1.0.8
func (o *IncidentConfigPatch) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (*IncidentConfigPatch) HasPassword ¶ added in v1.0.8
func (o *IncidentConfigPatch) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (*IncidentConfigPatch) HasUserName ¶ added in v1.0.8
func (o *IncidentConfigPatch) HasUserName() bool
HasUserName returns a boolean if a field has been set.
func (IncidentConfigPatch) MarshalJSON ¶ added in v1.0.8
func (o IncidentConfigPatch) MarshalJSON() ([]byte, error)
func (*IncidentConfigPatch) SetClientId ¶ added in v1.0.8
func (o *IncidentConfigPatch) SetClientId(v string)
SetClientId gets a reference to the given string and assigns it to the ClientId field.
func (*IncidentConfigPatch) SetClientSecret ¶ added in v1.0.8
func (o *IncidentConfigPatch) SetClientSecret(v string)
SetClientSecret gets a reference to the given string and assigns it to the ClientSecret field.
func (*IncidentConfigPatch) SetCriticalEvent ¶ added in v1.0.8
func (o *IncidentConfigPatch) SetCriticalEvent(v bool)
SetCriticalEvent gets a reference to the given bool and assigns it to the CriticalEvent field.
func (*IncidentConfigPatch) SetDomain ¶ added in v1.0.8
func (o *IncidentConfigPatch) SetDomain(v string)
SetDomain gets a reference to the given string and assigns it to the Domain field.
func (*IncidentConfigPatch) SetPassword ¶ added in v1.0.8
func (o *IncidentConfigPatch) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*IncidentConfigPatch) SetUserName ¶ added in v1.0.8
func (o *IncidentConfigPatch) SetUserName(v string)
SetUserName gets a reference to the given string and assigns it to the UserName field.
func (*IncidentConfigPatch) UnmarshalJSON ¶ added in v1.0.8
func (o *IncidentConfigPatch) UnmarshalJSON(bytes []byte) (err error)
type IncidentConfigUpdate ¶ added in v1.0.8
type IncidentConfigUpdate struct { ClientId string `json:"clientId"` ClientSecret string `json:"clientSecret"` CriticalEvent *bool `json:"criticalEvent,omitempty"` Domain string `json:"domain"` Password string `json:"password"` UserName string `json:"userName"` Proxy NullableString `json:"proxy,omitempty"` AdditionalProperties map[string]interface{} }
IncidentConfigUpdate struct for IncidentConfigUpdate
func NewIncidentConfigUpdate ¶ added in v1.0.8
func NewIncidentConfigUpdate(clientId string, clientSecret string, domain string, password string, userName string) *IncidentConfigUpdate
NewIncidentConfigUpdate instantiates a new IncidentConfigUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIncidentConfigUpdateWithDefaults ¶ added in v1.0.8
func NewIncidentConfigUpdateWithDefaults() *IncidentConfigUpdate
NewIncidentConfigUpdateWithDefaults instantiates a new IncidentConfigUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IncidentConfigUpdate) GetClientId ¶ added in v1.0.8
func (o *IncidentConfigUpdate) GetClientId() string
GetClientId returns the ClientId field value
func (*IncidentConfigUpdate) GetClientIdOk ¶ added in v1.0.8
func (o *IncidentConfigUpdate) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value and a boolean to check if the value has been set.
func (*IncidentConfigUpdate) GetClientSecret ¶ added in v1.0.8
func (o *IncidentConfigUpdate) GetClientSecret() string
GetClientSecret returns the ClientSecret field value
func (*IncidentConfigUpdate) GetClientSecretOk ¶ added in v1.0.8
func (o *IncidentConfigUpdate) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field value and a boolean to check if the value has been set.
func (*IncidentConfigUpdate) GetCriticalEvent ¶ added in v1.0.8
func (o *IncidentConfigUpdate) GetCriticalEvent() bool
GetCriticalEvent returns the CriticalEvent field value if set, zero value otherwise.
func (*IncidentConfigUpdate) GetCriticalEventOk ¶ added in v1.0.8
func (o *IncidentConfigUpdate) GetCriticalEventOk() (*bool, bool)
GetCriticalEventOk returns a tuple with the CriticalEvent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IncidentConfigUpdate) GetDomain ¶ added in v1.0.8
func (o *IncidentConfigUpdate) GetDomain() string
GetDomain returns the Domain field value
func (*IncidentConfigUpdate) GetDomainOk ¶ added in v1.0.8
func (o *IncidentConfigUpdate) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.
func (*IncidentConfigUpdate) GetPassword ¶ added in v1.0.8
func (o *IncidentConfigUpdate) GetPassword() string
GetPassword returns the Password field value
func (*IncidentConfigUpdate) GetPasswordOk ¶ added in v1.0.8
func (o *IncidentConfigUpdate) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.
func (*IncidentConfigUpdate) GetProxy ¶ added in v1.0.8
func (o *IncidentConfigUpdate) GetProxy() string
GetProxy returns the Proxy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IncidentConfigUpdate) GetProxyOk ¶ added in v1.0.8
func (o *IncidentConfigUpdate) GetProxyOk() (*string, bool)
GetProxyOk returns a tuple with the Proxy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IncidentConfigUpdate) GetUserName ¶ added in v1.0.8
func (o *IncidentConfigUpdate) GetUserName() string
GetUserName returns the UserName field value
func (*IncidentConfigUpdate) GetUserNameOk ¶ added in v1.0.8
func (o *IncidentConfigUpdate) GetUserNameOk() (*string, bool)
GetUserNameOk returns a tuple with the UserName field value and a boolean to check if the value has been set.
func (*IncidentConfigUpdate) HasCriticalEvent ¶ added in v1.0.8
func (o *IncidentConfigUpdate) HasCriticalEvent() bool
HasCriticalEvent returns a boolean if a field has been set.
func (*IncidentConfigUpdate) HasProxy ¶ added in v1.0.8
func (o *IncidentConfigUpdate) HasProxy() bool
HasProxy returns a boolean if a field has been set.
func (IncidentConfigUpdate) MarshalJSON ¶ added in v1.0.8
func (o IncidentConfigUpdate) MarshalJSON() ([]byte, error)
func (*IncidentConfigUpdate) SetClientId ¶ added in v1.0.8
func (o *IncidentConfigUpdate) SetClientId(v string)
SetClientId sets field value
func (*IncidentConfigUpdate) SetClientSecret ¶ added in v1.0.8
func (o *IncidentConfigUpdate) SetClientSecret(v string)
SetClientSecret sets field value
func (*IncidentConfigUpdate) SetCriticalEvent ¶ added in v1.0.8
func (o *IncidentConfigUpdate) SetCriticalEvent(v bool)
SetCriticalEvent gets a reference to the given bool and assigns it to the CriticalEvent field.
func (*IncidentConfigUpdate) SetDomain ¶ added in v1.0.8
func (o *IncidentConfigUpdate) SetDomain(v string)
SetDomain sets field value
func (*IncidentConfigUpdate) SetPassword ¶ added in v1.0.8
func (o *IncidentConfigUpdate) SetPassword(v string)
SetPassword sets field value
func (*IncidentConfigUpdate) SetProxy ¶ added in v1.0.8
func (o *IncidentConfigUpdate) SetProxy(v string)
SetProxy gets a reference to the given NullableString and assigns it to the Proxy field.
func (*IncidentConfigUpdate) SetProxyNil ¶ added in v1.0.8
func (o *IncidentConfigUpdate) SetProxyNil()
SetProxyNil sets the value for Proxy to be an explicit nil
func (*IncidentConfigUpdate) SetUserName ¶ added in v1.0.8
func (o *IncidentConfigUpdate) SetUserName(v string)
SetUserName sets field value
func (*IncidentConfigUpdate) UnmarshalJSON ¶ added in v1.0.8
func (o *IncidentConfigUpdate) UnmarshalJSON(bytes []byte) (err error)
func (*IncidentConfigUpdate) UnsetProxy ¶ added in v1.0.8
func (o *IncidentConfigUpdate) UnsetProxy()
UnsetProxy ensures that no value is present for Proxy, not even an explicit nil
type IncidentConfigurationsApiService ¶ added in v1.0.8
type IncidentConfigurationsApiService service
IncidentConfigurationsApiService IncidentConfigurationsApi service
func (*IncidentConfigurationsApiService) CreateServiceNowConfiguration ¶ added in v1.0.8
func (a *IncidentConfigurationsApiService) CreateServiceNowConfiguration(ctx _context.Context) ApiCreateServiceNowConfigurationRequest
* CreateServiceNowConfiguration Creates a ServiceNow configuration. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateServiceNowConfigurationRequest
func (*IncidentConfigurationsApiService) CreateServiceNowConfigurationExecute ¶ added in v1.0.8
func (a *IncidentConfigurationsApiService) CreateServiceNowConfigurationExecute(r ApiCreateServiceNowConfigurationRequest) (ServiceNowConfiguration, *_nethttp.Response, error)
* Execute executes the request * @return ServiceNowConfiguration
func (*IncidentConfigurationsApiService) DeleteServiceNowConfiguration ¶ added in v1.0.8
func (a *IncidentConfigurationsApiService) DeleteServiceNowConfiguration(ctx _context.Context, id string) ApiDeleteServiceNowConfigurationRequest
* DeleteServiceNowConfiguration Deletes a ServiceNow configuration. * Delete service now configuration, only if no associated entities exists. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiDeleteServiceNowConfigurationRequest
func (*IncidentConfigurationsApiService) DeleteServiceNowConfigurationExecute ¶ added in v1.0.8
func (a *IncidentConfigurationsApiService) DeleteServiceNowConfigurationExecute(r ApiDeleteServiceNowConfigurationRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*IncidentConfigurationsApiService) GetConfiguration ¶ added in v1.0.8
func (a *IncidentConfigurationsApiService) GetConfiguration(ctx _context.Context) ApiGetConfigurationRequest
* GetConfiguration API to get configuration of encloud service. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetConfigurationRequest
func (*IncidentConfigurationsApiService) GetConfigurationExecute ¶ added in v1.0.8
func (a *IncidentConfigurationsApiService) GetConfigurationExecute(r ApiGetConfigurationRequest) (IncidentConfig, *_nethttp.Response, error)
* Execute executes the request * @return IncidentConfig
func (*IncidentConfigurationsApiService) GetServiceNowConfiguration ¶ added in v1.0.8
func (a *IncidentConfigurationsApiService) GetServiceNowConfiguration(ctx _context.Context, id string) ApiGetServiceNowConfigurationRequest
* GetServiceNowConfiguration Returns a ServiceNow configuration. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetServiceNowConfigurationRequest
func (*IncidentConfigurationsApiService) GetServiceNowConfigurationExecute ¶ added in v1.0.8
func (a *IncidentConfigurationsApiService) GetServiceNowConfigurationExecute(r ApiGetServiceNowConfigurationRequest) (ServiceNowConfiguration, *_nethttp.Response, error)
* Execute executes the request * @return ServiceNowConfiguration
func (*IncidentConfigurationsApiService) GetServiceNowConfigurationsPage ¶ added in v1.0.8
func (a *IncidentConfigurationsApiService) GetServiceNowConfigurationsPage(ctx _context.Context) ApiGetServiceNowConfigurationsPageRequest
* GetServiceNowConfigurationsPage Returns a ServiceNow configurations. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetServiceNowConfigurationsPageRequest
func (*IncidentConfigurationsApiService) GetServiceNowConfigurationsPageExecute ¶ added in v1.0.8
func (a *IncidentConfigurationsApiService) GetServiceNowConfigurationsPageExecute(r ApiGetServiceNowConfigurationsPageRequest) (ServiceNowConfigurationsPage, *_nethttp.Response, error)
* Execute executes the request * @return ServiceNowConfigurationsPage
func (*IncidentConfigurationsApiService) PatchConfiguration ¶ added in v1.0.8
func (a *IncidentConfigurationsApiService) PatchConfiguration(ctx _context.Context) ApiPatchConfigurationRequest
* PatchConfiguration API to patch configure encloud service * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiPatchConfigurationRequest
func (*IncidentConfigurationsApiService) PatchConfigurationExecute ¶ added in v1.0.8
func (a *IncidentConfigurationsApiService) PatchConfigurationExecute(r ApiPatchConfigurationRequest) (IncidentConfig, *_nethttp.Response, error)
* Execute executes the request * @return IncidentConfig
func (*IncidentConfigurationsApiService) UpdateConfiguration ¶ added in v1.0.8
func (a *IncidentConfigurationsApiService) UpdateConfiguration(ctx _context.Context) ApiUpdateConfigurationRequest
* UpdateConfiguration API to configure encloud service. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiUpdateConfigurationRequest
func (*IncidentConfigurationsApiService) UpdateConfigurationExecute ¶ added in v1.0.8
func (a *IncidentConfigurationsApiService) UpdateConfigurationExecute(r ApiUpdateConfigurationRequest) (IncidentConfig, *_nethttp.Response, error)
* Execute executes the request * @return IncidentConfig
type IncidentCreate ¶ added in v1.0.8
type IncidentCreate struct { Attributes *map[string]interface{} `json:"attributes,omitempty"` // inquiry|software|hardware|network|database Category *string `json:"category,omitempty"` Description string `json:"description"` Impact *string `json:"impact,omitempty"` Priority *string `json:"priority,omitempty"` Severity *string `json:"severity,omitempty"` State *string `json:"state,omitempty"` Subcategory *string `json:"subcategory,omitempty"` Tenant NullableString `json:"tenant,omitempty"` Urgency *string `json:"urgency,omitempty"` AdditionalProperties map[string]interface{} }
IncidentCreate struct for IncidentCreate
func NewIncidentCreate ¶ added in v1.0.8
func NewIncidentCreate(description string) *IncidentCreate
NewIncidentCreate instantiates a new IncidentCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIncidentCreateWithDefaults ¶ added in v1.0.8
func NewIncidentCreateWithDefaults() *IncidentCreate
NewIncidentCreateWithDefaults instantiates a new IncidentCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IncidentCreate) GetAttributes ¶ added in v1.0.8
func (o *IncidentCreate) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*IncidentCreate) GetAttributesOk ¶ added in v1.0.8
func (o *IncidentCreate) GetAttributesOk() (*map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IncidentCreate) GetCategory ¶ added in v1.0.8
func (o *IncidentCreate) GetCategory() string
GetCategory returns the Category field value if set, zero value otherwise.
func (*IncidentCreate) GetCategoryOk ¶ added in v1.0.8
func (o *IncidentCreate) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IncidentCreate) GetDescription ¶ added in v1.0.8
func (o *IncidentCreate) GetDescription() string
GetDescription returns the Description field value
func (*IncidentCreate) GetDescriptionOk ¶ added in v1.0.8
func (o *IncidentCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*IncidentCreate) GetImpact ¶ added in v1.0.8
func (o *IncidentCreate) GetImpact() string
GetImpact returns the Impact field value if set, zero value otherwise.
func (*IncidentCreate) GetImpactOk ¶ added in v1.0.8
func (o *IncidentCreate) GetImpactOk() (*string, bool)
GetImpactOk returns a tuple with the Impact field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IncidentCreate) GetPriority ¶ added in v1.0.8
func (o *IncidentCreate) GetPriority() string
GetPriority returns the Priority field value if set, zero value otherwise.
func (*IncidentCreate) GetPriorityOk ¶ added in v1.0.8
func (o *IncidentCreate) GetPriorityOk() (*string, bool)
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 (*IncidentCreate) GetSeverity ¶ added in v1.0.8
func (o *IncidentCreate) GetSeverity() string
GetSeverity returns the Severity field value if set, zero value otherwise.
func (*IncidentCreate) GetSeverityOk ¶ added in v1.0.8
func (o *IncidentCreate) GetSeverityOk() (*string, bool)
GetSeverityOk returns a tuple with the Severity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IncidentCreate) GetState ¶ added in v1.0.8
func (o *IncidentCreate) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*IncidentCreate) GetStateOk ¶ added in v1.0.8
func (o *IncidentCreate) 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 (*IncidentCreate) GetSubcategory ¶ added in v1.0.8
func (o *IncidentCreate) GetSubcategory() string
GetSubcategory returns the Subcategory field value if set, zero value otherwise.
func (*IncidentCreate) GetSubcategoryOk ¶ added in v1.0.8
func (o *IncidentCreate) 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 (*IncidentCreate) GetTenant ¶ added in v1.0.8
func (o *IncidentCreate) GetTenant() string
GetTenant returns the Tenant field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IncidentCreate) GetTenantOk ¶ added in v1.0.8
func (o *IncidentCreate) GetTenantOk() (*string, bool)
GetTenantOk returns a tuple with the Tenant field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IncidentCreate) GetUrgency ¶ added in v1.0.8
func (o *IncidentCreate) GetUrgency() string
GetUrgency returns the Urgency field value if set, zero value otherwise.
func (*IncidentCreate) GetUrgencyOk ¶ added in v1.0.8
func (o *IncidentCreate) GetUrgencyOk() (*string, bool)
GetUrgencyOk returns a tuple with the Urgency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IncidentCreate) HasAttributes ¶ added in v1.0.8
func (o *IncidentCreate) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*IncidentCreate) HasCategory ¶ added in v1.0.8
func (o *IncidentCreate) HasCategory() bool
HasCategory returns a boolean if a field has been set.
func (*IncidentCreate) HasImpact ¶ added in v1.0.8
func (o *IncidentCreate) HasImpact() bool
HasImpact returns a boolean if a field has been set.
func (*IncidentCreate) HasPriority ¶ added in v1.0.8
func (o *IncidentCreate) HasPriority() bool
HasPriority returns a boolean if a field has been set.
func (*IncidentCreate) HasSeverity ¶ added in v1.0.8
func (o *IncidentCreate) HasSeverity() bool
HasSeverity returns a boolean if a field has been set.
func (*IncidentCreate) HasState ¶ added in v1.0.8
func (o *IncidentCreate) HasState() bool
HasState returns a boolean if a field has been set.
func (*IncidentCreate) HasSubcategory ¶ added in v1.0.8
func (o *IncidentCreate) HasSubcategory() bool
HasSubcategory returns a boolean if a field has been set.
func (*IncidentCreate) HasTenant ¶ added in v1.0.8
func (o *IncidentCreate) HasTenant() bool
HasTenant returns a boolean if a field has been set.
func (*IncidentCreate) HasUrgency ¶ added in v1.0.8
func (o *IncidentCreate) HasUrgency() bool
HasUrgency returns a boolean if a field has been set.
func (IncidentCreate) MarshalJSON ¶ added in v1.0.8
func (o IncidentCreate) MarshalJSON() ([]byte, error)
func (*IncidentCreate) SetAttributes ¶ added in v1.0.8
func (o *IncidentCreate) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*IncidentCreate) SetCategory ¶ added in v1.0.8
func (o *IncidentCreate) SetCategory(v string)
SetCategory gets a reference to the given string and assigns it to the Category field.
func (*IncidentCreate) SetDescription ¶ added in v1.0.8
func (o *IncidentCreate) SetDescription(v string)
SetDescription sets field value
func (*IncidentCreate) SetImpact ¶ added in v1.0.8
func (o *IncidentCreate) SetImpact(v string)
SetImpact gets a reference to the given string and assigns it to the Impact field.
func (*IncidentCreate) SetPriority ¶ added in v1.0.8
func (o *IncidentCreate) SetPriority(v string)
SetPriority gets a reference to the given string and assigns it to the Priority field.
func (*IncidentCreate) SetSeverity ¶ added in v1.0.8
func (o *IncidentCreate) SetSeverity(v string)
SetSeverity gets a reference to the given string and assigns it to the Severity field.
func (*IncidentCreate) SetState ¶ added in v1.0.8
func (o *IncidentCreate) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*IncidentCreate) SetSubcategory ¶ added in v1.0.8
func (o *IncidentCreate) SetSubcategory(v string)
SetSubcategory gets a reference to the given string and assigns it to the Subcategory field.
func (*IncidentCreate) SetTenant ¶ added in v1.0.8
func (o *IncidentCreate) SetTenant(v string)
SetTenant gets a reference to the given NullableString and assigns it to the Tenant field.
func (*IncidentCreate) SetTenantNil ¶ added in v1.0.8
func (o *IncidentCreate) SetTenantNil()
SetTenantNil sets the value for Tenant to be an explicit nil
func (*IncidentCreate) SetUrgency ¶ added in v1.0.8
func (o *IncidentCreate) SetUrgency(v string)
SetUrgency gets a reference to the given string and assigns it to the Urgency field.
func (*IncidentCreate) UnmarshalJSON ¶ added in v1.0.8
func (o *IncidentCreate) UnmarshalJSON(bytes []byte) (err error)
func (*IncidentCreate) UnsetTenant ¶ added in v1.0.8
func (o *IncidentCreate) UnsetTenant()
UnsetTenant ensures that no value is present for Tenant, not even an explicit nil
type IncidentUpdate ¶ added in v1.0.8
type IncidentUpdate struct { Attributes *map[string]interface{} `json:"attributes,omitempty"` // inquiry|software|hardware|network|database Category *string `json:"category,omitempty"` Description string `json:"description"` Impact *string `json:"impact,omitempty"` Priority *string `json:"priority,omitempty"` Severity *string `json:"severity,omitempty"` State *string `json:"state,omitempty"` Subcategory *string `json:"subcategory,omitempty"` Tenant NullableString `json:"tenant,omitempty"` Urgency *string `json:"urgency,omitempty"` AdditionalProperties map[string]interface{} }
IncidentUpdate struct for IncidentUpdate
func NewIncidentUpdate ¶ added in v1.0.8
func NewIncidentUpdate(description string) *IncidentUpdate
NewIncidentUpdate instantiates a new IncidentUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIncidentUpdateWithDefaults ¶ added in v1.0.8
func NewIncidentUpdateWithDefaults() *IncidentUpdate
NewIncidentUpdateWithDefaults instantiates a new IncidentUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IncidentUpdate) GetAttributes ¶ added in v1.0.8
func (o *IncidentUpdate) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*IncidentUpdate) GetAttributesOk ¶ added in v1.0.8
func (o *IncidentUpdate) GetAttributesOk() (*map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IncidentUpdate) GetCategory ¶ added in v1.0.8
func (o *IncidentUpdate) GetCategory() string
GetCategory returns the Category field value if set, zero value otherwise.
func (*IncidentUpdate) GetCategoryOk ¶ added in v1.0.8
func (o *IncidentUpdate) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IncidentUpdate) GetDescription ¶ added in v1.0.8
func (o *IncidentUpdate) GetDescription() string
GetDescription returns the Description field value
func (*IncidentUpdate) GetDescriptionOk ¶ added in v1.0.8
func (o *IncidentUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*IncidentUpdate) GetImpact ¶ added in v1.0.8
func (o *IncidentUpdate) GetImpact() string
GetImpact returns the Impact field value if set, zero value otherwise.
func (*IncidentUpdate) GetImpactOk ¶ added in v1.0.8
func (o *IncidentUpdate) GetImpactOk() (*string, bool)
GetImpactOk returns a tuple with the Impact field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IncidentUpdate) GetPriority ¶ added in v1.0.8
func (o *IncidentUpdate) GetPriority() string
GetPriority returns the Priority field value if set, zero value otherwise.
func (*IncidentUpdate) GetPriorityOk ¶ added in v1.0.8
func (o *IncidentUpdate) GetPriorityOk() (*string, bool)
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 (*IncidentUpdate) GetSeverity ¶ added in v1.0.8
func (o *IncidentUpdate) GetSeverity() string
GetSeverity returns the Severity field value if set, zero value otherwise.
func (*IncidentUpdate) GetSeverityOk ¶ added in v1.0.8
func (o *IncidentUpdate) GetSeverityOk() (*string, bool)
GetSeverityOk returns a tuple with the Severity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IncidentUpdate) GetState ¶ added in v1.0.8
func (o *IncidentUpdate) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*IncidentUpdate) GetStateOk ¶ added in v1.0.8
func (o *IncidentUpdate) 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 (*IncidentUpdate) GetSubcategory ¶ added in v1.0.8
func (o *IncidentUpdate) GetSubcategory() string
GetSubcategory returns the Subcategory field value if set, zero value otherwise.
func (*IncidentUpdate) GetSubcategoryOk ¶ added in v1.0.8
func (o *IncidentUpdate) 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 (*IncidentUpdate) GetTenant ¶ added in v1.0.8
func (o *IncidentUpdate) GetTenant() string
GetTenant returns the Tenant field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IncidentUpdate) GetTenantOk ¶ added in v1.0.8
func (o *IncidentUpdate) GetTenantOk() (*string, bool)
GetTenantOk returns a tuple with the Tenant field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IncidentUpdate) GetUrgency ¶ added in v1.0.8
func (o *IncidentUpdate) GetUrgency() string
GetUrgency returns the Urgency field value if set, zero value otherwise.
func (*IncidentUpdate) GetUrgencyOk ¶ added in v1.0.8
func (o *IncidentUpdate) GetUrgencyOk() (*string, bool)
GetUrgencyOk returns a tuple with the Urgency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IncidentUpdate) HasAttributes ¶ added in v1.0.8
func (o *IncidentUpdate) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*IncidentUpdate) HasCategory ¶ added in v1.0.8
func (o *IncidentUpdate) HasCategory() bool
HasCategory returns a boolean if a field has been set.
func (*IncidentUpdate) HasImpact ¶ added in v1.0.8
func (o *IncidentUpdate) HasImpact() bool
HasImpact returns a boolean if a field has been set.
func (*IncidentUpdate) HasPriority ¶ added in v1.0.8
func (o *IncidentUpdate) HasPriority() bool
HasPriority returns a boolean if a field has been set.
func (*IncidentUpdate) HasSeverity ¶ added in v1.0.8
func (o *IncidentUpdate) HasSeverity() bool
HasSeverity returns a boolean if a field has been set.
func (*IncidentUpdate) HasState ¶ added in v1.0.8
func (o *IncidentUpdate) HasState() bool
HasState returns a boolean if a field has been set.
func (*IncidentUpdate) HasSubcategory ¶ added in v1.0.8
func (o *IncidentUpdate) HasSubcategory() bool
HasSubcategory returns a boolean if a field has been set.
func (*IncidentUpdate) HasTenant ¶ added in v1.0.8
func (o *IncidentUpdate) HasTenant() bool
HasTenant returns a boolean if a field has been set.
func (*IncidentUpdate) HasUrgency ¶ added in v1.0.8
func (o *IncidentUpdate) HasUrgency() bool
HasUrgency returns a boolean if a field has been set.
func (IncidentUpdate) MarshalJSON ¶ added in v1.0.8
func (o IncidentUpdate) MarshalJSON() ([]byte, error)
func (*IncidentUpdate) SetAttributes ¶ added in v1.0.8
func (o *IncidentUpdate) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*IncidentUpdate) SetCategory ¶ added in v1.0.8
func (o *IncidentUpdate) SetCategory(v string)
SetCategory gets a reference to the given string and assigns it to the Category field.
func (*IncidentUpdate) SetDescription ¶ added in v1.0.8
func (o *IncidentUpdate) SetDescription(v string)
SetDescription sets field value
func (*IncidentUpdate) SetImpact ¶ added in v1.0.8
func (o *IncidentUpdate) SetImpact(v string)
SetImpact gets a reference to the given string and assigns it to the Impact field.
func (*IncidentUpdate) SetPriority ¶ added in v1.0.8
func (o *IncidentUpdate) SetPriority(v string)
SetPriority gets a reference to the given string and assigns it to the Priority field.
func (*IncidentUpdate) SetSeverity ¶ added in v1.0.8
func (o *IncidentUpdate) SetSeverity(v string)
SetSeverity gets a reference to the given string and assigns it to the Severity field.
func (*IncidentUpdate) SetState ¶ added in v1.0.8
func (o *IncidentUpdate) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*IncidentUpdate) SetSubcategory ¶ added in v1.0.8
func (o *IncidentUpdate) SetSubcategory(v string)
SetSubcategory gets a reference to the given string and assigns it to the Subcategory field.
func (*IncidentUpdate) SetTenant ¶ added in v1.0.8
func (o *IncidentUpdate) SetTenant(v string)
SetTenant gets a reference to the given NullableString and assigns it to the Tenant field.
func (*IncidentUpdate) SetTenantNil ¶ added in v1.0.8
func (o *IncidentUpdate) SetTenantNil()
SetTenantNil sets the value for Tenant to be an explicit nil
func (*IncidentUpdate) SetUrgency ¶ added in v1.0.8
func (o *IncidentUpdate) SetUrgency(v string)
SetUrgency gets a reference to the given string and assigns it to the Urgency field.
func (*IncidentUpdate) UnmarshalJSON ¶ added in v1.0.8
func (o *IncidentUpdate) UnmarshalJSON(bytes []byte) (err error)
func (*IncidentUpdate) UnsetTenant ¶ added in v1.0.8
func (o *IncidentUpdate) UnsetTenant()
UnsetTenant ensures that no value is present for Tenant, not even an explicit nil
type IncidentsApiService ¶ added in v1.0.8
type IncidentsApiService service
IncidentsApiService IncidentsApi service
func (*IncidentsApiService) CancelIncident ¶ added in v1.0.8
func (a *IncidentsApiService) CancelIncident(ctx _context.Context, id string) ApiCancelIncidentRequest
* CancelIncident Cancels an incident. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiCancelIncidentRequest
func (*IncidentsApiService) CancelIncidentExecute ¶ added in v1.0.8
func (a *IncidentsApiService) CancelIncidentExecute(r ApiCancelIncidentRequest) (Incident, *_nethttp.Response, error)
* Execute executes the request * @return Incident
func (*IncidentsApiService) CreateIncident ¶ added in v1.0.8
func (a *IncidentsApiService) CreateIncident(ctx _context.Context) ApiCreateIncidentRequest
* CreateIncident Create a new Incident. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateIncidentRequest
func (*IncidentsApiService) CreateIncidentExecute ¶ added in v1.0.8
func (a *IncidentsApiService) CreateIncidentExecute(r ApiCreateIncidentRequest) (Incident, *_nethttp.Response, error)
* Execute executes the request * @return Incident
func (*IncidentsApiService) DeleteIncident ¶ added in v1.0.8
func (a *IncidentsApiService) DeleteIncident(ctx _context.Context, id string) ApiDeleteIncidentRequest
* DeleteIncident Deletes an incident. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiDeleteIncidentRequest
func (*IncidentsApiService) DeleteIncidentExecute ¶ added in v1.0.8
func (a *IncidentsApiService) DeleteIncidentExecute(r ApiDeleteIncidentRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*IncidentsApiService) GetIncident ¶ added in v1.0.8
func (a *IncidentsApiService) GetIncident(ctx _context.Context, id string) ApiGetIncidentRequest
* GetIncident Get incident details. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetIncidentRequest
func (*IncidentsApiService) GetIncidentExecute ¶ added in v1.0.8
func (a *IncidentsApiService) GetIncidentExecute(r ApiGetIncidentRequest) (Incident, *_nethttp.Response, error)
* Execute executes the request * @return Incident
func (*IncidentsApiService) GetIncidents ¶ added in v1.0.8
func (a *IncidentsApiService) GetIncidents(ctx _context.Context) ApiGetIncidentsRequest
* GetIncidents Get Incidents by filter. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetIncidentsRequest
func (*IncidentsApiService) GetIncidentsExecute ¶ added in v1.0.8
func (a *IncidentsApiService) GetIncidentsExecute(r ApiGetIncidentsRequest) (IncidentsPage, *_nethttp.Response, error)
* Execute executes the request * @return IncidentsPage
func (*IncidentsApiService) UpdateIncident ¶ added in v1.0.8
func (a *IncidentsApiService) UpdateIncident(ctx _context.Context, id string) ApiUpdateIncidentRequest
* UpdateIncident Updates an incident. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiUpdateIncidentRequest
func (*IncidentsApiService) UpdateIncidentExecute ¶ added in v1.0.8
func (a *IncidentsApiService) UpdateIncidentExecute(r ApiUpdateIncidentRequest) (Incident, *_nethttp.Response, error)
* Execute executes the request * @return Incident
type IncidentsPage ¶ added in v1.0.8
type IncidentsPage struct { Page *int32 `json:"page,omitempty"` PageSize *int32 `json:"pageSize,omitempty"` TotalItems NullableInt64 `json:"totalItems,omitempty"` HasNext NullableBool `json:"hasNext,omitempty"` HasPrevious NullableBool `json:"hasPrevious,omitempty"` SortBy NullableString `json:"sortBy,omitempty"` SortOrder NullableString `json:"sortOrder,omitempty"` Contents *[]Incident `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
IncidentsPage struct for IncidentsPage
func NewIncidentsPage ¶ added in v1.0.8
func NewIncidentsPage() *IncidentsPage
NewIncidentsPage instantiates a new IncidentsPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIncidentsPageWithDefaults ¶ added in v1.0.8
func NewIncidentsPageWithDefaults() *IncidentsPage
NewIncidentsPageWithDefaults instantiates a new IncidentsPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IncidentsPage) GetContents ¶ added in v1.0.8
func (o *IncidentsPage) GetContents() []Incident
GetContents returns the Contents field value if set, zero value otherwise.
func (*IncidentsPage) GetContentsOk ¶ added in v1.0.8
func (o *IncidentsPage) GetContentsOk() (*[]Incident, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IncidentsPage) GetHasNext ¶ added in v1.0.8
func (o *IncidentsPage) GetHasNext() bool
GetHasNext returns the HasNext field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IncidentsPage) GetHasNextOk ¶ added in v1.0.8
func (o *IncidentsPage) GetHasNextOk() (*bool, bool)
GetHasNextOk returns a tuple with the HasNext field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IncidentsPage) GetHasPrevious ¶ added in v1.0.8
func (o *IncidentsPage) GetHasPrevious() bool
GetHasPrevious returns the HasPrevious field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IncidentsPage) GetHasPreviousOk ¶ added in v1.0.8
func (o *IncidentsPage) GetHasPreviousOk() (*bool, bool)
GetHasPreviousOk returns a tuple with the HasPrevious field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IncidentsPage) GetPage ¶ added in v1.0.8
func (o *IncidentsPage) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise.
func (*IncidentsPage) GetPageOk ¶ added in v1.0.8
func (o *IncidentsPage) 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 (*IncidentsPage) GetPageSize ¶ added in v1.0.8
func (o *IncidentsPage) GetPageSize() int32
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*IncidentsPage) GetPageSizeOk ¶ added in v1.0.8
func (o *IncidentsPage) 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 (*IncidentsPage) GetSortBy ¶ added in v1.0.8
func (o *IncidentsPage) GetSortBy() string
GetSortBy returns the SortBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IncidentsPage) GetSortByOk ¶ added in v1.0.8
func (o *IncidentsPage) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IncidentsPage) GetSortOrder ¶ added in v1.0.8
func (o *IncidentsPage) GetSortOrder() string
GetSortOrder returns the SortOrder field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IncidentsPage) GetSortOrderOk ¶ added in v1.0.8
func (o *IncidentsPage) GetSortOrderOk() (*string, bool)
GetSortOrderOk returns a tuple with the SortOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IncidentsPage) GetTotalItems ¶ added in v1.0.8
func (o *IncidentsPage) GetTotalItems() int64
GetTotalItems returns the TotalItems field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IncidentsPage) GetTotalItemsOk ¶ added in v1.0.8
func (o *IncidentsPage) GetTotalItemsOk() (*int64, bool)
GetTotalItemsOk returns a tuple with the TotalItems field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IncidentsPage) HasContents ¶ added in v1.0.8
func (o *IncidentsPage) HasContents() bool
HasContents returns a boolean if a field has been set.
func (*IncidentsPage) HasHasNext ¶ added in v1.0.8
func (o *IncidentsPage) HasHasNext() bool
HasHasNext returns a boolean if a field has been set.
func (*IncidentsPage) HasHasPrevious ¶ added in v1.0.8
func (o *IncidentsPage) HasHasPrevious() bool
HasHasPrevious returns a boolean if a field has been set.
func (*IncidentsPage) HasPage ¶ added in v1.0.8
func (o *IncidentsPage) HasPage() bool
HasPage returns a boolean if a field has been set.
func (*IncidentsPage) HasPageSize ¶ added in v1.0.8
func (o *IncidentsPage) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (*IncidentsPage) HasSortBy ¶ added in v1.0.8
func (o *IncidentsPage) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.
func (*IncidentsPage) HasSortOrder ¶ added in v1.0.8
func (o *IncidentsPage) HasSortOrder() bool
HasSortOrder returns a boolean if a field has been set.
func (*IncidentsPage) HasTotalItems ¶ added in v1.0.8
func (o *IncidentsPage) HasTotalItems() bool
HasTotalItems returns a boolean if a field has been set.
func (IncidentsPage) MarshalJSON ¶ added in v1.0.8
func (o IncidentsPage) MarshalJSON() ([]byte, error)
func (*IncidentsPage) SetContents ¶ added in v1.0.8
func (o *IncidentsPage) SetContents(v []Incident)
SetContents gets a reference to the given []Incident and assigns it to the Contents field.
func (*IncidentsPage) SetHasNext ¶ added in v1.0.8
func (o *IncidentsPage) SetHasNext(v bool)
SetHasNext gets a reference to the given NullableBool and assigns it to the HasNext field.
func (*IncidentsPage) SetHasNextNil ¶ added in v1.0.8
func (o *IncidentsPage) SetHasNextNil()
SetHasNextNil sets the value for HasNext to be an explicit nil
func (*IncidentsPage) SetHasPrevious ¶ added in v1.0.8
func (o *IncidentsPage) SetHasPrevious(v bool)
SetHasPrevious gets a reference to the given NullableBool and assigns it to the HasPrevious field.
func (*IncidentsPage) SetHasPreviousNil ¶ added in v1.0.8
func (o *IncidentsPage) SetHasPreviousNil()
SetHasPreviousNil sets the value for HasPrevious to be an explicit nil
func (*IncidentsPage) SetPage ¶ added in v1.0.8
func (o *IncidentsPage) SetPage(v int32)
SetPage gets a reference to the given int32 and assigns it to the Page field.
func (*IncidentsPage) SetPageSize ¶ added in v1.0.8
func (o *IncidentsPage) SetPageSize(v int32)
SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.
func (*IncidentsPage) SetSortBy ¶ added in v1.0.8
func (o *IncidentsPage) SetSortBy(v string)
SetSortBy gets a reference to the given NullableString and assigns it to the SortBy field.
func (*IncidentsPage) SetSortByNil ¶ added in v1.0.8
func (o *IncidentsPage) SetSortByNil()
SetSortByNil sets the value for SortBy to be an explicit nil
func (*IncidentsPage) SetSortOrder ¶ added in v1.0.8
func (o *IncidentsPage) SetSortOrder(v string)
SetSortOrder gets a reference to the given NullableString and assigns it to the SortOrder field.
func (*IncidentsPage) SetSortOrderNil ¶ added in v1.0.8
func (o *IncidentsPage) SetSortOrderNil()
SetSortOrderNil sets the value for SortOrder to be an explicit nil
func (*IncidentsPage) SetTotalItems ¶ added in v1.0.8
func (o *IncidentsPage) SetTotalItems(v int64)
SetTotalItems gets a reference to the given NullableInt64 and assigns it to the TotalItems field.
func (*IncidentsPage) SetTotalItemsNil ¶ added in v1.0.8
func (o *IncidentsPage) SetTotalItemsNil()
SetTotalItemsNil sets the value for TotalItems to be an explicit nil
func (*IncidentsPage) UnmarshalJSON ¶ added in v1.0.8
func (o *IncidentsPage) UnmarshalJSON(bytes []byte) (err error)
func (*IncidentsPage) UnsetHasNext ¶ added in v1.0.8
func (o *IncidentsPage) UnsetHasNext()
UnsetHasNext ensures that no value is present for HasNext, not even an explicit nil
func (*IncidentsPage) UnsetHasPrevious ¶ added in v1.0.8
func (o *IncidentsPage) UnsetHasPrevious()
UnsetHasPrevious ensures that no value is present for HasPrevious, not even an explicit nil
func (*IncidentsPage) UnsetSortBy ¶ added in v1.0.8
func (o *IncidentsPage) UnsetSortBy()
UnsetSortBy ensures that no value is present for SortBy, not even an explicit nil
func (*IncidentsPage) UnsetSortOrder ¶ added in v1.0.8
func (o *IncidentsPage) UnsetSortOrder()
UnsetSortOrder ensures that no value is present for SortOrder, not even an explicit nil
func (*IncidentsPage) UnsetTotalItems ¶ added in v1.0.8
func (o *IncidentsPage) UnsetTotalItems()
UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil
type IncidentsPageAllOf ¶ added in v1.0.8
type IncidentsPageAllOf struct { Contents *[]Incident `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
IncidentsPageAllOf struct for IncidentsPageAllOf
func NewIncidentsPageAllOf ¶ added in v1.0.8
func NewIncidentsPageAllOf() *IncidentsPageAllOf
NewIncidentsPageAllOf instantiates a new IncidentsPageAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIncidentsPageAllOfWithDefaults ¶ added in v1.0.8
func NewIncidentsPageAllOfWithDefaults() *IncidentsPageAllOf
NewIncidentsPageAllOfWithDefaults instantiates a new IncidentsPageAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IncidentsPageAllOf) GetContents ¶ added in v1.0.8
func (o *IncidentsPageAllOf) GetContents() []Incident
GetContents returns the Contents field value if set, zero value otherwise.
func (*IncidentsPageAllOf) GetContentsOk ¶ added in v1.0.8
func (o *IncidentsPageAllOf) GetContentsOk() (*[]Incident, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IncidentsPageAllOf) HasContents ¶ added in v1.0.8
func (o *IncidentsPageAllOf) HasContents() bool
HasContents returns a boolean if a field has been set.
func (IncidentsPageAllOf) MarshalJSON ¶ added in v1.0.8
func (o IncidentsPageAllOf) MarshalJSON() ([]byte, error)
func (*IncidentsPageAllOf) SetContents ¶ added in v1.0.8
func (o *IncidentsPageAllOf) SetContents(v []Incident)
SetContents gets a reference to the given []Incident and assigns it to the Contents field.
func (*IncidentsPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (o *IncidentsPageAllOf) UnmarshalJSON(bytes []byte) (err error)
type LegacyAbsoluteConfig ¶
type LegacyAbsoluteConfig struct { DateTime *string `json:"dateTime,omitempty"` AdditionalProperties map[string]interface{} }
LegacyAbsoluteConfig struct for LegacyAbsoluteConfig
func NewLegacyAbsoluteConfig ¶
func NewLegacyAbsoluteConfig() *LegacyAbsoluteConfig
NewLegacyAbsoluteConfig instantiates a new LegacyAbsoluteConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLegacyAbsoluteConfigWithDefaults ¶
func NewLegacyAbsoluteConfigWithDefaults() *LegacyAbsoluteConfig
NewLegacyAbsoluteConfigWithDefaults instantiates a new LegacyAbsoluteConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LegacyAbsoluteConfig) GetDateTime ¶
func (o *LegacyAbsoluteConfig) GetDateTime() string
GetDateTime returns the DateTime field value if set, zero value otherwise.
func (*LegacyAbsoluteConfig) GetDateTimeOk ¶
func (o *LegacyAbsoluteConfig) GetDateTimeOk() (*string, bool)
GetDateTimeOk returns a tuple with the DateTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyAbsoluteConfig) HasDateTime ¶
func (o *LegacyAbsoluteConfig) HasDateTime() bool
HasDateTime returns a boolean if a field has been set.
func (LegacyAbsoluteConfig) MarshalJSON ¶
func (o LegacyAbsoluteConfig) MarshalJSON() ([]byte, error)
func (*LegacyAbsoluteConfig) SetDateTime ¶
func (o *LegacyAbsoluteConfig) SetDateTime(v string)
SetDateTime gets a reference to the given string and assigns it to the DateTime field.
func (*LegacyAbsoluteConfig) UnmarshalJSON ¶ added in v1.0.5
func (o *LegacyAbsoluteConfig) UnmarshalJSON(bytes []byte) (err error)
type LegacyAddress ¶
type LegacyAddress struct { Name *string `json:"name,omitempty"` DisplayName *string `json:"display_name,omitempty"` Company *string `json:"company,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"` PostCode *string `json:"postCode,omitempty"` AdditionalProperties map[string]interface{} }
LegacyAddress struct for LegacyAddress
func NewLegacyAddress ¶
func NewLegacyAddress() *LegacyAddress
NewLegacyAddress instantiates a new LegacyAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLegacyAddressWithDefaults ¶
func NewLegacyAddressWithDefaults() *LegacyAddress
NewLegacyAddressWithDefaults instantiates a new LegacyAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LegacyAddress) GetAddress1 ¶
func (o *LegacyAddress) GetAddress1() string
GetAddress1 returns the Address1 field value if set, zero value otherwise.
func (*LegacyAddress) GetAddress1Ok ¶
func (o *LegacyAddress) 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 (*LegacyAddress) GetAddress2 ¶
func (o *LegacyAddress) GetAddress2() string
GetAddress2 returns the Address2 field value if set, zero value otherwise.
func (*LegacyAddress) GetAddress2Ok ¶
func (o *LegacyAddress) 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 (*LegacyAddress) GetCity ¶
func (o *LegacyAddress) GetCity() string
GetCity returns the City field value if set, zero value otherwise.
func (*LegacyAddress) GetCityOk ¶
func (o *LegacyAddress) 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 (*LegacyAddress) GetCompany ¶
func (o *LegacyAddress) GetCompany() string
GetCompany returns the Company field value if set, zero value otherwise.
func (*LegacyAddress) GetCompanyOk ¶
func (o *LegacyAddress) GetCompanyOk() (*string, bool)
GetCompanyOk returns a tuple with the Company field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyAddress) GetCountry ¶
func (o *LegacyAddress) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*LegacyAddress) GetCountryOk ¶
func (o *LegacyAddress) 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 (*LegacyAddress) GetDisplayName ¶
func (o *LegacyAddress) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*LegacyAddress) GetDisplayNameOk ¶
func (o *LegacyAddress) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyAddress) GetName ¶
func (o *LegacyAddress) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*LegacyAddress) GetNameOk ¶
func (o *LegacyAddress) 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 (*LegacyAddress) GetPostCode ¶
func (o *LegacyAddress) GetPostCode() string
GetPostCode returns the PostCode field value if set, zero value otherwise.
func (*LegacyAddress) GetPostCodeOk ¶
func (o *LegacyAddress) GetPostCodeOk() (*string, bool)
GetPostCodeOk returns a tuple with the PostCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyAddress) GetState ¶
func (o *LegacyAddress) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*LegacyAddress) GetStateOk ¶
func (o *LegacyAddress) 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 (*LegacyAddress) HasAddress1 ¶
func (o *LegacyAddress) HasAddress1() bool
HasAddress1 returns a boolean if a field has been set.
func (*LegacyAddress) HasAddress2 ¶
func (o *LegacyAddress) HasAddress2() bool
HasAddress2 returns a boolean if a field has been set.
func (*LegacyAddress) HasCity ¶
func (o *LegacyAddress) HasCity() bool
HasCity returns a boolean if a field has been set.
func (*LegacyAddress) HasCompany ¶
func (o *LegacyAddress) HasCompany() bool
HasCompany returns a boolean if a field has been set.
func (*LegacyAddress) HasCountry ¶
func (o *LegacyAddress) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (*LegacyAddress) HasDisplayName ¶
func (o *LegacyAddress) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*LegacyAddress) HasName ¶
func (o *LegacyAddress) HasName() bool
HasName returns a boolean if a field has been set.
func (*LegacyAddress) HasPostCode ¶
func (o *LegacyAddress) HasPostCode() bool
HasPostCode returns a boolean if a field has been set.
func (*LegacyAddress) HasState ¶
func (o *LegacyAddress) HasState() bool
HasState returns a boolean if a field has been set.
func (LegacyAddress) MarshalJSON ¶
func (o LegacyAddress) MarshalJSON() ([]byte, error)
func (*LegacyAddress) SetAddress1 ¶
func (o *LegacyAddress) SetAddress1(v string)
SetAddress1 gets a reference to the given string and assigns it to the Address1 field.
func (*LegacyAddress) SetAddress2 ¶
func (o *LegacyAddress) SetAddress2(v string)
SetAddress2 gets a reference to the given string and assigns it to the Address2 field.
func (*LegacyAddress) SetCity ¶
func (o *LegacyAddress) SetCity(v string)
SetCity gets a reference to the given string and assigns it to the City field.
func (*LegacyAddress) SetCompany ¶
func (o *LegacyAddress) SetCompany(v string)
SetCompany gets a reference to the given string and assigns it to the Company field.
func (*LegacyAddress) SetCountry ¶
func (o *LegacyAddress) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*LegacyAddress) SetDisplayName ¶
func (o *LegacyAddress) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*LegacyAddress) SetName ¶
func (o *LegacyAddress) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*LegacyAddress) SetPostCode ¶
func (o *LegacyAddress) SetPostCode(v string)
SetPostCode gets a reference to the given string and assigns it to the PostCode field.
func (*LegacyAddress) SetState ¶
func (o *LegacyAddress) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*LegacyAddress) UnmarshalJSON ¶ added in v1.0.5
func (o *LegacyAddress) UnmarshalJSON(bytes []byte) (err error)
type LegacyNsoResponseTypes ¶
type LegacyNsoResponseTypes struct { CreateOperation *string `json:"createOperation,omitempty"` UpdateOperation *string `json:"updateOperation,omitempty"` DeleteOperation *string `json:"deleteOperation,omitempty"` AdditionalProperties map[string]interface{} }
LegacyNsoResponseTypes struct for LegacyNsoResponseTypes
func NewLegacyNsoResponseTypes ¶
func NewLegacyNsoResponseTypes() *LegacyNsoResponseTypes
NewLegacyNsoResponseTypes instantiates a new LegacyNsoResponseTypes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLegacyNsoResponseTypesWithDefaults ¶
func NewLegacyNsoResponseTypesWithDefaults() *LegacyNsoResponseTypes
NewLegacyNsoResponseTypesWithDefaults instantiates a new LegacyNsoResponseTypes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LegacyNsoResponseTypes) GetCreateOperation ¶
func (o *LegacyNsoResponseTypes) GetCreateOperation() string
GetCreateOperation returns the CreateOperation field value if set, zero value otherwise.
func (*LegacyNsoResponseTypes) GetCreateOperationOk ¶
func (o *LegacyNsoResponseTypes) GetCreateOperationOk() (*string, bool)
GetCreateOperationOk returns a tuple with the CreateOperation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyNsoResponseTypes) GetDeleteOperation ¶
func (o *LegacyNsoResponseTypes) GetDeleteOperation() string
GetDeleteOperation returns the DeleteOperation field value if set, zero value otherwise.
func (*LegacyNsoResponseTypes) GetDeleteOperationOk ¶
func (o *LegacyNsoResponseTypes) GetDeleteOperationOk() (*string, bool)
GetDeleteOperationOk returns a tuple with the DeleteOperation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyNsoResponseTypes) GetUpdateOperation ¶
func (o *LegacyNsoResponseTypes) GetUpdateOperation() string
GetUpdateOperation returns the UpdateOperation field value if set, zero value otherwise.
func (*LegacyNsoResponseTypes) GetUpdateOperationOk ¶
func (o *LegacyNsoResponseTypes) GetUpdateOperationOk() (*string, bool)
GetUpdateOperationOk returns a tuple with the UpdateOperation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyNsoResponseTypes) HasCreateOperation ¶
func (o *LegacyNsoResponseTypes) HasCreateOperation() bool
HasCreateOperation returns a boolean if a field has been set.
func (*LegacyNsoResponseTypes) HasDeleteOperation ¶
func (o *LegacyNsoResponseTypes) HasDeleteOperation() bool
HasDeleteOperation returns a boolean if a field has been set.
func (*LegacyNsoResponseTypes) HasUpdateOperation ¶
func (o *LegacyNsoResponseTypes) HasUpdateOperation() bool
HasUpdateOperation returns a boolean if a field has been set.
func (LegacyNsoResponseTypes) MarshalJSON ¶
func (o LegacyNsoResponseTypes) MarshalJSON() ([]byte, error)
func (*LegacyNsoResponseTypes) SetCreateOperation ¶
func (o *LegacyNsoResponseTypes) SetCreateOperation(v string)
SetCreateOperation gets a reference to the given string and assigns it to the CreateOperation field.
func (*LegacyNsoResponseTypes) SetDeleteOperation ¶
func (o *LegacyNsoResponseTypes) SetDeleteOperation(v string)
SetDeleteOperation gets a reference to the given string and assigns it to the DeleteOperation field.
func (*LegacyNsoResponseTypes) SetUpdateOperation ¶
func (o *LegacyNsoResponseTypes) SetUpdateOperation(v string)
SetUpdateOperation gets a reference to the given string and assigns it to the UpdateOperation field.
func (*LegacyNsoResponseTypes) UnmarshalJSON ¶ added in v1.0.5
func (o *LegacyNsoResponseTypes) UnmarshalJSON(bytes []byte) (err error)
type LegacyRelativeConfig ¶
type LegacyRelativeConfig struct { ScheduleIn *string `json:"scheduleIn,omitempty"` AdditionalProperties map[string]interface{} }
LegacyRelativeConfig struct for LegacyRelativeConfig
func NewLegacyRelativeConfig ¶
func NewLegacyRelativeConfig() *LegacyRelativeConfig
NewLegacyRelativeConfig instantiates a new LegacyRelativeConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLegacyRelativeConfigWithDefaults ¶
func NewLegacyRelativeConfigWithDefaults() *LegacyRelativeConfig
NewLegacyRelativeConfigWithDefaults instantiates a new LegacyRelativeConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LegacyRelativeConfig) GetScheduleIn ¶
func (o *LegacyRelativeConfig) GetScheduleIn() string
GetScheduleIn returns the ScheduleIn field value if set, zero value otherwise.
func (*LegacyRelativeConfig) GetScheduleInOk ¶
func (o *LegacyRelativeConfig) GetScheduleInOk() (*string, bool)
GetScheduleInOk returns a tuple with the ScheduleIn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyRelativeConfig) HasScheduleIn ¶
func (o *LegacyRelativeConfig) HasScheduleIn() bool
HasScheduleIn returns a boolean if a field has been set.
func (LegacyRelativeConfig) MarshalJSON ¶
func (o LegacyRelativeConfig) MarshalJSON() ([]byte, error)
func (*LegacyRelativeConfig) SetScheduleIn ¶
func (o *LegacyRelativeConfig) SetScheduleIn(v string)
SetScheduleIn gets a reference to the given string and assigns it to the ScheduleIn field.
func (*LegacyRelativeConfig) UnmarshalJSON ¶ added in v1.0.5
func (o *LegacyRelativeConfig) UnmarshalJSON(bytes []byte) (err error)
type LegacyScheduleConfig ¶
type LegacyScheduleConfig struct { Method *string `json:"method,omitempty"` Relative *LegacyRelativeConfig `json:"relative,omitempty"` Absolute *LegacyAbsoluteConfig `json:"absolute,omitempty"` AdditionalProperties map[string]interface{} }
LegacyScheduleConfig struct for LegacyScheduleConfig
func NewLegacyScheduleConfig ¶
func NewLegacyScheduleConfig() *LegacyScheduleConfig
NewLegacyScheduleConfig instantiates a new LegacyScheduleConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLegacyScheduleConfigWithDefaults ¶
func NewLegacyScheduleConfigWithDefaults() *LegacyScheduleConfig
NewLegacyScheduleConfigWithDefaults instantiates a new LegacyScheduleConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LegacyScheduleConfig) GetAbsolute ¶
func (o *LegacyScheduleConfig) GetAbsolute() LegacyAbsoluteConfig
GetAbsolute returns the Absolute field value if set, zero value otherwise.
func (*LegacyScheduleConfig) GetAbsoluteOk ¶
func (o *LegacyScheduleConfig) GetAbsoluteOk() (*LegacyAbsoluteConfig, bool)
GetAbsoluteOk returns a tuple with the Absolute field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyScheduleConfig) GetMethod ¶
func (o *LegacyScheduleConfig) GetMethod() string
GetMethod returns the Method field value if set, zero value otherwise.
func (*LegacyScheduleConfig) GetMethodOk ¶
func (o *LegacyScheduleConfig) GetMethodOk() (*string, 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.
func (*LegacyScheduleConfig) GetRelative ¶
func (o *LegacyScheduleConfig) GetRelative() LegacyRelativeConfig
GetRelative returns the Relative field value if set, zero value otherwise.
func (*LegacyScheduleConfig) GetRelativeOk ¶
func (o *LegacyScheduleConfig) GetRelativeOk() (*LegacyRelativeConfig, bool)
GetRelativeOk returns a tuple with the Relative field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyScheduleConfig) HasAbsolute ¶
func (o *LegacyScheduleConfig) HasAbsolute() bool
HasAbsolute returns a boolean if a field has been set.
func (*LegacyScheduleConfig) HasMethod ¶
func (o *LegacyScheduleConfig) HasMethod() bool
HasMethod returns a boolean if a field has been set.
func (*LegacyScheduleConfig) HasRelative ¶
func (o *LegacyScheduleConfig) HasRelative() bool
HasRelative returns a boolean if a field has been set.
func (LegacyScheduleConfig) MarshalJSON ¶
func (o LegacyScheduleConfig) MarshalJSON() ([]byte, error)
func (*LegacyScheduleConfig) SetAbsolute ¶
func (o *LegacyScheduleConfig) SetAbsolute(v LegacyAbsoluteConfig)
SetAbsolute gets a reference to the given LegacyAbsoluteConfig and assigns it to the Absolute field.
func (*LegacyScheduleConfig) SetMethod ¶
func (o *LegacyScheduleConfig) SetMethod(v string)
SetMethod gets a reference to the given string and assigns it to the Method field.
func (*LegacyScheduleConfig) SetRelative ¶
func (o *LegacyScheduleConfig) SetRelative(v LegacyRelativeConfig)
SetRelative gets a reference to the given LegacyRelativeConfig and assigns it to the Relative field.
func (*LegacyScheduleConfig) UnmarshalJSON ¶ added in v1.0.5
func (o *LegacyScheduleConfig) UnmarshalJSON(bytes []byte) (err error)
type LegacyServiceOrder ¶
type LegacyServiceOrder struct { MessageId *string `json:"messageId,omitempty"` Type *string `json:"type,omitempty"` ServiceType *string `json:"serviceType,omitempty"` Action *string `json:"action,omitempty"` Schedule *LegacyScheduleConfig `json:"schedule,omitempty"` Payload *LegacyServiceOrderDetail `json:"payload,omitempty"` TransactionUUID *string `json:"transactionUUID,omitempty"` AdditionalProperties map[string]interface{} }
LegacyServiceOrder struct for LegacyServiceOrder
func NewLegacyServiceOrder ¶
func NewLegacyServiceOrder() *LegacyServiceOrder
NewLegacyServiceOrder instantiates a new LegacyServiceOrder object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLegacyServiceOrderWithDefaults ¶
func NewLegacyServiceOrderWithDefaults() *LegacyServiceOrder
NewLegacyServiceOrderWithDefaults instantiates a new LegacyServiceOrder object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LegacyServiceOrder) GetAction ¶
func (o *LegacyServiceOrder) GetAction() string
GetAction returns the Action field value if set, zero value otherwise.
func (*LegacyServiceOrder) GetActionOk ¶
func (o *LegacyServiceOrder) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyServiceOrder) GetMessageId ¶
func (o *LegacyServiceOrder) GetMessageId() string
GetMessageId returns the MessageId field value if set, zero value otherwise.
func (*LegacyServiceOrder) GetMessageIdOk ¶
func (o *LegacyServiceOrder) GetMessageIdOk() (*string, bool)
GetMessageIdOk returns a tuple with the MessageId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyServiceOrder) GetPayload ¶
func (o *LegacyServiceOrder) GetPayload() LegacyServiceOrderDetail
GetPayload returns the Payload field value if set, zero value otherwise.
func (*LegacyServiceOrder) GetPayloadOk ¶
func (o *LegacyServiceOrder) GetPayloadOk() (*LegacyServiceOrderDetail, bool)
GetPayloadOk returns a tuple with the Payload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyServiceOrder) GetSchedule ¶
func (o *LegacyServiceOrder) GetSchedule() LegacyScheduleConfig
GetSchedule returns the Schedule field value if set, zero value otherwise.
func (*LegacyServiceOrder) GetScheduleOk ¶
func (o *LegacyServiceOrder) GetScheduleOk() (*LegacyScheduleConfig, bool)
GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyServiceOrder) GetServiceType ¶
func (o *LegacyServiceOrder) GetServiceType() string
GetServiceType returns the ServiceType field value if set, zero value otherwise.
func (*LegacyServiceOrder) GetServiceTypeOk ¶
func (o *LegacyServiceOrder) GetServiceTypeOk() (*string, bool)
GetServiceTypeOk returns a tuple with the ServiceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyServiceOrder) GetTransactionUUID ¶
func (o *LegacyServiceOrder) GetTransactionUUID() string
GetTransactionUUID returns the TransactionUUID field value if set, zero value otherwise.
func (*LegacyServiceOrder) GetTransactionUUIDOk ¶
func (o *LegacyServiceOrder) GetTransactionUUIDOk() (*string, bool)
GetTransactionUUIDOk returns a tuple with the TransactionUUID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyServiceOrder) GetType ¶
func (o *LegacyServiceOrder) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*LegacyServiceOrder) GetTypeOk ¶
func (o *LegacyServiceOrder) 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 (*LegacyServiceOrder) HasAction ¶
func (o *LegacyServiceOrder) HasAction() bool
HasAction returns a boolean if a field has been set.
func (*LegacyServiceOrder) HasMessageId ¶
func (o *LegacyServiceOrder) HasMessageId() bool
HasMessageId returns a boolean if a field has been set.
func (*LegacyServiceOrder) HasPayload ¶
func (o *LegacyServiceOrder) HasPayload() bool
HasPayload returns a boolean if a field has been set.
func (*LegacyServiceOrder) HasSchedule ¶
func (o *LegacyServiceOrder) HasSchedule() bool
HasSchedule returns a boolean if a field has been set.
func (*LegacyServiceOrder) HasServiceType ¶
func (o *LegacyServiceOrder) HasServiceType() bool
HasServiceType returns a boolean if a field has been set.
func (*LegacyServiceOrder) HasTransactionUUID ¶
func (o *LegacyServiceOrder) HasTransactionUUID() bool
HasTransactionUUID returns a boolean if a field has been set.
func (*LegacyServiceOrder) HasType ¶
func (o *LegacyServiceOrder) HasType() bool
HasType returns a boolean if a field has been set.
func (LegacyServiceOrder) MarshalJSON ¶
func (o LegacyServiceOrder) MarshalJSON() ([]byte, error)
func (*LegacyServiceOrder) SetAction ¶
func (o *LegacyServiceOrder) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (*LegacyServiceOrder) SetMessageId ¶
func (o *LegacyServiceOrder) SetMessageId(v string)
SetMessageId gets a reference to the given string and assigns it to the MessageId field.
func (*LegacyServiceOrder) SetPayload ¶
func (o *LegacyServiceOrder) SetPayload(v LegacyServiceOrderDetail)
SetPayload gets a reference to the given LegacyServiceOrderDetail and assigns it to the Payload field.
func (*LegacyServiceOrder) SetSchedule ¶
func (o *LegacyServiceOrder) SetSchedule(v LegacyScheduleConfig)
SetSchedule gets a reference to the given LegacyScheduleConfig and assigns it to the Schedule field.
func (*LegacyServiceOrder) SetServiceType ¶
func (o *LegacyServiceOrder) SetServiceType(v string)
SetServiceType gets a reference to the given string and assigns it to the ServiceType field.
func (*LegacyServiceOrder) SetTransactionUUID ¶
func (o *LegacyServiceOrder) SetTransactionUUID(v string)
SetTransactionUUID gets a reference to the given string and assigns it to the TransactionUUID field.
func (*LegacyServiceOrder) SetType ¶
func (o *LegacyServiceOrder) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*LegacyServiceOrder) UnmarshalJSON ¶ added in v1.0.5
func (o *LegacyServiceOrder) UnmarshalJSON(bytes []byte) (err error)
type LegacyServiceOrderDetail ¶
type LegacyServiceOrderDetail struct { Service *map[string]string `json:"service,omitempty"` Tenant *map[string]string `json:"tenant,omitempty"` User *map[string]string `json:"user,omitempty"` Provider *map[string]string `json:"provider,omitempty"` Offer *map[string]string `json:"offer,omitempty"` Cost *map[string]string `json:"cost,omitempty"` SubscriptionId *string `json:"subscriptionId,omitempty"` SubscriptionName *string `json:"subscriptionName,omitempty"` SubscriptionDetail *LegacySubscriptionDetail `json:"subscriptionDetail,omitempty"` ServiceDowngrade *map[string]interface{} `json:"serviceDowngrade,omitempty"` NsoResponseTypes *LegacyNsoResponseTypes `json:"nsoResponseTypes,omitempty"` AdditionalProperties map[string]interface{} }
LegacyServiceOrderDetail struct for LegacyServiceOrderDetail
func NewLegacyServiceOrderDetail ¶
func NewLegacyServiceOrderDetail() *LegacyServiceOrderDetail
NewLegacyServiceOrderDetail instantiates a new LegacyServiceOrderDetail object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLegacyServiceOrderDetailWithDefaults ¶
func NewLegacyServiceOrderDetailWithDefaults() *LegacyServiceOrderDetail
NewLegacyServiceOrderDetailWithDefaults instantiates a new LegacyServiceOrderDetail object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LegacyServiceOrderDetail) GetCost ¶
func (o *LegacyServiceOrderDetail) GetCost() map[string]string
GetCost returns the Cost field value if set, zero value otherwise.
func (*LegacyServiceOrderDetail) GetCostOk ¶
func (o *LegacyServiceOrderDetail) GetCostOk() (*map[string]string, 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.
func (*LegacyServiceOrderDetail) GetNsoResponseTypes ¶
func (o *LegacyServiceOrderDetail) GetNsoResponseTypes() LegacyNsoResponseTypes
GetNsoResponseTypes returns the NsoResponseTypes field value if set, zero value otherwise.
func (*LegacyServiceOrderDetail) GetNsoResponseTypesOk ¶
func (o *LegacyServiceOrderDetail) GetNsoResponseTypesOk() (*LegacyNsoResponseTypes, bool)
GetNsoResponseTypesOk returns a tuple with the NsoResponseTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyServiceOrderDetail) GetOffer ¶
func (o *LegacyServiceOrderDetail) GetOffer() map[string]string
GetOffer returns the Offer field value if set, zero value otherwise.
func (*LegacyServiceOrderDetail) GetOfferOk ¶
func (o *LegacyServiceOrderDetail) GetOfferOk() (*map[string]string, bool)
GetOfferOk returns a tuple with the Offer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyServiceOrderDetail) GetProvider ¶
func (o *LegacyServiceOrderDetail) GetProvider() map[string]string
GetProvider returns the Provider field value if set, zero value otherwise.
func (*LegacyServiceOrderDetail) GetProviderOk ¶
func (o *LegacyServiceOrderDetail) GetProviderOk() (*map[string]string, bool)
GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyServiceOrderDetail) GetService ¶
func (o *LegacyServiceOrderDetail) GetService() map[string]string
GetService returns the Service field value if set, zero value otherwise.
func (*LegacyServiceOrderDetail) GetServiceDowngrade ¶
func (o *LegacyServiceOrderDetail) GetServiceDowngrade() map[string]interface{}
GetServiceDowngrade returns the ServiceDowngrade field value if set, zero value otherwise.
func (*LegacyServiceOrderDetail) GetServiceDowngradeOk ¶
func (o *LegacyServiceOrderDetail) GetServiceDowngradeOk() (*map[string]interface{}, bool)
GetServiceDowngradeOk returns a tuple with the ServiceDowngrade field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyServiceOrderDetail) GetServiceOk ¶
func (o *LegacyServiceOrderDetail) GetServiceOk() (*map[string]string, bool)
GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyServiceOrderDetail) GetSubscriptionDetail ¶
func (o *LegacyServiceOrderDetail) GetSubscriptionDetail() LegacySubscriptionDetail
GetSubscriptionDetail returns the SubscriptionDetail field value if set, zero value otherwise.
func (*LegacyServiceOrderDetail) GetSubscriptionDetailOk ¶
func (o *LegacyServiceOrderDetail) GetSubscriptionDetailOk() (*LegacySubscriptionDetail, bool)
GetSubscriptionDetailOk returns a tuple with the SubscriptionDetail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyServiceOrderDetail) GetSubscriptionId ¶
func (o *LegacyServiceOrderDetail) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.
func (*LegacyServiceOrderDetail) GetSubscriptionIdOk ¶
func (o *LegacyServiceOrderDetail) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyServiceOrderDetail) GetSubscriptionName ¶
func (o *LegacyServiceOrderDetail) GetSubscriptionName() string
GetSubscriptionName returns the SubscriptionName field value if set, zero value otherwise.
func (*LegacyServiceOrderDetail) GetSubscriptionNameOk ¶
func (o *LegacyServiceOrderDetail) GetSubscriptionNameOk() (*string, bool)
GetSubscriptionNameOk returns a tuple with the SubscriptionName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyServiceOrderDetail) GetTenant ¶
func (o *LegacyServiceOrderDetail) GetTenant() map[string]string
GetTenant returns the Tenant field value if set, zero value otherwise.
func (*LegacyServiceOrderDetail) GetTenantOk ¶
func (o *LegacyServiceOrderDetail) GetTenantOk() (*map[string]string, bool)
GetTenantOk returns a tuple with the Tenant field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyServiceOrderDetail) GetUser ¶
func (o *LegacyServiceOrderDetail) GetUser() map[string]string
GetUser returns the User field value if set, zero value otherwise.
func (*LegacyServiceOrderDetail) GetUserOk ¶
func (o *LegacyServiceOrderDetail) GetUserOk() (*map[string]string, bool)
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyServiceOrderDetail) HasCost ¶
func (o *LegacyServiceOrderDetail) HasCost() bool
HasCost returns a boolean if a field has been set.
func (*LegacyServiceOrderDetail) HasNsoResponseTypes ¶
func (o *LegacyServiceOrderDetail) HasNsoResponseTypes() bool
HasNsoResponseTypes returns a boolean if a field has been set.
func (*LegacyServiceOrderDetail) HasOffer ¶
func (o *LegacyServiceOrderDetail) HasOffer() bool
HasOffer returns a boolean if a field has been set.
func (*LegacyServiceOrderDetail) HasProvider ¶
func (o *LegacyServiceOrderDetail) HasProvider() bool
HasProvider returns a boolean if a field has been set.
func (*LegacyServiceOrderDetail) HasService ¶
func (o *LegacyServiceOrderDetail) HasService() bool
HasService returns a boolean if a field has been set.
func (*LegacyServiceOrderDetail) HasServiceDowngrade ¶
func (o *LegacyServiceOrderDetail) HasServiceDowngrade() bool
HasServiceDowngrade returns a boolean if a field has been set.
func (*LegacyServiceOrderDetail) HasSubscriptionDetail ¶
func (o *LegacyServiceOrderDetail) HasSubscriptionDetail() bool
HasSubscriptionDetail returns a boolean if a field has been set.
func (*LegacyServiceOrderDetail) HasSubscriptionId ¶
func (o *LegacyServiceOrderDetail) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (*LegacyServiceOrderDetail) HasSubscriptionName ¶
func (o *LegacyServiceOrderDetail) HasSubscriptionName() bool
HasSubscriptionName returns a boolean if a field has been set.
func (*LegacyServiceOrderDetail) HasTenant ¶
func (o *LegacyServiceOrderDetail) HasTenant() bool
HasTenant returns a boolean if a field has been set.
func (*LegacyServiceOrderDetail) HasUser ¶
func (o *LegacyServiceOrderDetail) HasUser() bool
HasUser returns a boolean if a field has been set.
func (LegacyServiceOrderDetail) MarshalJSON ¶
func (o LegacyServiceOrderDetail) MarshalJSON() ([]byte, error)
func (*LegacyServiceOrderDetail) SetCost ¶
func (o *LegacyServiceOrderDetail) SetCost(v map[string]string)
SetCost gets a reference to the given map[string]string and assigns it to the Cost field.
func (*LegacyServiceOrderDetail) SetNsoResponseTypes ¶
func (o *LegacyServiceOrderDetail) SetNsoResponseTypes(v LegacyNsoResponseTypes)
SetNsoResponseTypes gets a reference to the given LegacyNsoResponseTypes and assigns it to the NsoResponseTypes field.
func (*LegacyServiceOrderDetail) SetOffer ¶
func (o *LegacyServiceOrderDetail) SetOffer(v map[string]string)
SetOffer gets a reference to the given map[string]string and assigns it to the Offer field.
func (*LegacyServiceOrderDetail) SetProvider ¶
func (o *LegacyServiceOrderDetail) SetProvider(v map[string]string)
SetProvider gets a reference to the given map[string]string and assigns it to the Provider field.
func (*LegacyServiceOrderDetail) SetService ¶
func (o *LegacyServiceOrderDetail) SetService(v map[string]string)
SetService gets a reference to the given map[string]string and assigns it to the Service field.
func (*LegacyServiceOrderDetail) SetServiceDowngrade ¶
func (o *LegacyServiceOrderDetail) SetServiceDowngrade(v map[string]interface{})
SetServiceDowngrade gets a reference to the given map[string]interface{} and assigns it to the ServiceDowngrade field.
func (*LegacyServiceOrderDetail) SetSubscriptionDetail ¶
func (o *LegacyServiceOrderDetail) SetSubscriptionDetail(v LegacySubscriptionDetail)
SetSubscriptionDetail gets a reference to the given LegacySubscriptionDetail and assigns it to the SubscriptionDetail field.
func (*LegacyServiceOrderDetail) SetSubscriptionId ¶
func (o *LegacyServiceOrderDetail) SetSubscriptionId(v string)
SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.
func (*LegacyServiceOrderDetail) SetSubscriptionName ¶
func (o *LegacyServiceOrderDetail) SetSubscriptionName(v string)
SetSubscriptionName gets a reference to the given string and assigns it to the SubscriptionName field.
func (*LegacyServiceOrderDetail) SetTenant ¶
func (o *LegacyServiceOrderDetail) SetTenant(v map[string]string)
SetTenant gets a reference to the given map[string]string and assigns it to the Tenant field.
func (*LegacyServiceOrderDetail) SetUser ¶
func (o *LegacyServiceOrderDetail) SetUser(v map[string]string)
SetUser gets a reference to the given map[string]string and assigns it to the User field.
func (*LegacyServiceOrderDetail) UnmarshalJSON ¶ added in v1.0.5
func (o *LegacyServiceOrderDetail) UnmarshalJSON(bytes []byte) (err error)
type LegacyServiceOrderResponse ¶
type LegacyServiceOrderResponse struct { Message *string `json:"message,omitempty"` TransactionUUID *string `json:"transactionUUID,omitempty"` SubscriptionId *string `json:"subscriptionId,omitempty"` Url *string `json:"url,omitempty"` Status *string `json:"status,omitempty"` ServiceInstanceIds *[]string `json:"serviceInstanceIds,omitempty"` Sites *[]map[string]interface{} `json:"sites,omitempty"` Devices *[]map[string]interface{} `json:"devices,omitempty"` AdditionalProperties map[string]interface{} }
LegacyServiceOrderResponse struct for LegacyServiceOrderResponse
func NewLegacyServiceOrderResponse ¶
func NewLegacyServiceOrderResponse() *LegacyServiceOrderResponse
NewLegacyServiceOrderResponse instantiates a new LegacyServiceOrderResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLegacyServiceOrderResponseWithDefaults ¶
func NewLegacyServiceOrderResponseWithDefaults() *LegacyServiceOrderResponse
NewLegacyServiceOrderResponseWithDefaults instantiates a new LegacyServiceOrderResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LegacyServiceOrderResponse) GetDevices ¶
func (o *LegacyServiceOrderResponse) GetDevices() []map[string]interface{}
GetDevices returns the Devices field value if set, zero value otherwise.
func (*LegacyServiceOrderResponse) GetDevicesOk ¶
func (o *LegacyServiceOrderResponse) GetDevicesOk() (*[]map[string]interface{}, bool)
GetDevicesOk returns a tuple with the Devices field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyServiceOrderResponse) GetMessage ¶
func (o *LegacyServiceOrderResponse) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*LegacyServiceOrderResponse) GetMessageOk ¶
func (o *LegacyServiceOrderResponse) 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 (*LegacyServiceOrderResponse) GetServiceInstanceIds ¶
func (o *LegacyServiceOrderResponse) GetServiceInstanceIds() []string
GetServiceInstanceIds returns the ServiceInstanceIds field value if set, zero value otherwise.
func (*LegacyServiceOrderResponse) GetServiceInstanceIdsOk ¶
func (o *LegacyServiceOrderResponse) GetServiceInstanceIdsOk() (*[]string, bool)
GetServiceInstanceIdsOk returns a tuple with the ServiceInstanceIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyServiceOrderResponse) GetSites ¶
func (o *LegacyServiceOrderResponse) GetSites() []map[string]interface{}
GetSites returns the Sites field value if set, zero value otherwise.
func (*LegacyServiceOrderResponse) GetSitesOk ¶
func (o *LegacyServiceOrderResponse) GetSitesOk() (*[]map[string]interface{}, bool)
GetSitesOk returns a tuple with the Sites field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyServiceOrderResponse) GetStatus ¶
func (o *LegacyServiceOrderResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*LegacyServiceOrderResponse) GetStatusOk ¶
func (o *LegacyServiceOrderResponse) 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 (*LegacyServiceOrderResponse) GetSubscriptionId ¶
func (o *LegacyServiceOrderResponse) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.
func (*LegacyServiceOrderResponse) GetSubscriptionIdOk ¶
func (o *LegacyServiceOrderResponse) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyServiceOrderResponse) GetTransactionUUID ¶
func (o *LegacyServiceOrderResponse) GetTransactionUUID() string
GetTransactionUUID returns the TransactionUUID field value if set, zero value otherwise.
func (*LegacyServiceOrderResponse) GetTransactionUUIDOk ¶
func (o *LegacyServiceOrderResponse) GetTransactionUUIDOk() (*string, bool)
GetTransactionUUIDOk returns a tuple with the TransactionUUID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacyServiceOrderResponse) GetUrl ¶
func (o *LegacyServiceOrderResponse) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*LegacyServiceOrderResponse) GetUrlOk ¶
func (o *LegacyServiceOrderResponse) GetUrlOk() (*string, bool)
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 (*LegacyServiceOrderResponse) HasDevices ¶
func (o *LegacyServiceOrderResponse) HasDevices() bool
HasDevices returns a boolean if a field has been set.
func (*LegacyServiceOrderResponse) HasMessage ¶
func (o *LegacyServiceOrderResponse) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*LegacyServiceOrderResponse) HasServiceInstanceIds ¶
func (o *LegacyServiceOrderResponse) HasServiceInstanceIds() bool
HasServiceInstanceIds returns a boolean if a field has been set.
func (*LegacyServiceOrderResponse) HasSites ¶
func (o *LegacyServiceOrderResponse) HasSites() bool
HasSites returns a boolean if a field has been set.
func (*LegacyServiceOrderResponse) HasStatus ¶
func (o *LegacyServiceOrderResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*LegacyServiceOrderResponse) HasSubscriptionId ¶
func (o *LegacyServiceOrderResponse) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (*LegacyServiceOrderResponse) HasTransactionUUID ¶
func (o *LegacyServiceOrderResponse) HasTransactionUUID() bool
HasTransactionUUID returns a boolean if a field has been set.
func (*LegacyServiceOrderResponse) HasUrl ¶
func (o *LegacyServiceOrderResponse) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (LegacyServiceOrderResponse) MarshalJSON ¶
func (o LegacyServiceOrderResponse) MarshalJSON() ([]byte, error)
func (*LegacyServiceOrderResponse) SetDevices ¶
func (o *LegacyServiceOrderResponse) SetDevices(v []map[string]interface{})
SetDevices gets a reference to the given []map[string]interface{} and assigns it to the Devices field.
func (*LegacyServiceOrderResponse) SetMessage ¶
func (o *LegacyServiceOrderResponse) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*LegacyServiceOrderResponse) SetServiceInstanceIds ¶
func (o *LegacyServiceOrderResponse) SetServiceInstanceIds(v []string)
SetServiceInstanceIds gets a reference to the given []string and assigns it to the ServiceInstanceIds field.
func (*LegacyServiceOrderResponse) SetSites ¶
func (o *LegacyServiceOrderResponse) SetSites(v []map[string]interface{})
SetSites gets a reference to the given []map[string]interface{} and assigns it to the Sites field.
func (*LegacyServiceOrderResponse) SetStatus ¶
func (o *LegacyServiceOrderResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*LegacyServiceOrderResponse) SetSubscriptionId ¶
func (o *LegacyServiceOrderResponse) SetSubscriptionId(v string)
SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.
func (*LegacyServiceOrderResponse) SetTransactionUUID ¶
func (o *LegacyServiceOrderResponse) SetTransactionUUID(v string)
SetTransactionUUID gets a reference to the given string and assigns it to the TransactionUUID field.
func (*LegacyServiceOrderResponse) SetUrl ¶
func (o *LegacyServiceOrderResponse) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (*LegacyServiceOrderResponse) UnmarshalJSON ¶ added in v1.0.5
func (o *LegacyServiceOrderResponse) UnmarshalJSON(bytes []byte) (err error)
type LegacySite ¶
type LegacySite struct { SiteId string `json:"siteId"` SiteName string `json:"siteName"` DisplayName *string `json:"displayName,omitempty"` Address LegacyAddress `json:"address"` Devices *[]LegacySiteDevice `json:"devices,omitempty"` SiteAttributes *map[string]interface{} `json:"siteAttributes,omitempty"` Delete *bool `json:"delete,omitempty"` OperationalStatus *string `json:"operationalStatus,omitempty"` AdditionalProperties map[string]interface{} }
LegacySite struct for LegacySite
func NewLegacySite ¶
func NewLegacySite(siteId string, siteName string, address LegacyAddress) *LegacySite
NewLegacySite instantiates a new LegacySite object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLegacySiteWithDefaults ¶
func NewLegacySiteWithDefaults() *LegacySite
NewLegacySiteWithDefaults instantiates a new LegacySite object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LegacySite) GetAddress ¶
func (o *LegacySite) GetAddress() LegacyAddress
GetAddress returns the Address field value
func (*LegacySite) GetAddressOk ¶
func (o *LegacySite) GetAddressOk() (*LegacyAddress, bool)
GetAddressOk returns a tuple with the Address field value and a boolean to check if the value has been set.
func (*LegacySite) GetDelete ¶
func (o *LegacySite) GetDelete() bool
GetDelete returns the Delete field value if set, zero value otherwise.
func (*LegacySite) GetDeleteOk ¶
func (o *LegacySite) GetDeleteOk() (*bool, bool)
GetDeleteOk returns a tuple with the Delete field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySite) GetDevices ¶
func (o *LegacySite) GetDevices() []LegacySiteDevice
GetDevices returns the Devices field value if set, zero value otherwise.
func (*LegacySite) GetDevicesOk ¶
func (o *LegacySite) GetDevicesOk() (*[]LegacySiteDevice, bool)
GetDevicesOk returns a tuple with the Devices field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySite) GetDisplayName ¶
func (o *LegacySite) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*LegacySite) GetDisplayNameOk ¶
func (o *LegacySite) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySite) GetOperationalStatus ¶
func (o *LegacySite) GetOperationalStatus() string
GetOperationalStatus returns the OperationalStatus field value if set, zero value otherwise.
func (*LegacySite) GetOperationalStatusOk ¶
func (o *LegacySite) GetOperationalStatusOk() (*string, bool)
GetOperationalStatusOk returns a tuple with the OperationalStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySite) GetSiteAttributes ¶
func (o *LegacySite) GetSiteAttributes() map[string]interface{}
GetSiteAttributes returns the SiteAttributes field value if set, zero value otherwise.
func (*LegacySite) GetSiteAttributesOk ¶
func (o *LegacySite) GetSiteAttributesOk() (*map[string]interface{}, bool)
GetSiteAttributesOk returns a tuple with the SiteAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySite) GetSiteId ¶
func (o *LegacySite) GetSiteId() string
GetSiteId returns the SiteId field value
func (*LegacySite) GetSiteIdOk ¶
func (o *LegacySite) GetSiteIdOk() (*string, bool)
GetSiteIdOk returns a tuple with the SiteId field value and a boolean to check if the value has been set.
func (*LegacySite) GetSiteName ¶
func (o *LegacySite) GetSiteName() string
GetSiteName returns the SiteName field value
func (*LegacySite) GetSiteNameOk ¶
func (o *LegacySite) GetSiteNameOk() (*string, bool)
GetSiteNameOk returns a tuple with the SiteName field value and a boolean to check if the value has been set.
func (*LegacySite) HasDelete ¶
func (o *LegacySite) HasDelete() bool
HasDelete returns a boolean if a field has been set.
func (*LegacySite) HasDevices ¶
func (o *LegacySite) HasDevices() bool
HasDevices returns a boolean if a field has been set.
func (*LegacySite) HasDisplayName ¶
func (o *LegacySite) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*LegacySite) HasOperationalStatus ¶
func (o *LegacySite) HasOperationalStatus() bool
HasOperationalStatus returns a boolean if a field has been set.
func (*LegacySite) HasSiteAttributes ¶
func (o *LegacySite) HasSiteAttributes() bool
HasSiteAttributes returns a boolean if a field has been set.
func (LegacySite) MarshalJSON ¶
func (o LegacySite) MarshalJSON() ([]byte, error)
func (*LegacySite) SetAddress ¶
func (o *LegacySite) SetAddress(v LegacyAddress)
SetAddress sets field value
func (*LegacySite) SetDelete ¶
func (o *LegacySite) SetDelete(v bool)
SetDelete gets a reference to the given bool and assigns it to the Delete field.
func (*LegacySite) SetDevices ¶
func (o *LegacySite) SetDevices(v []LegacySiteDevice)
SetDevices gets a reference to the given []LegacySiteDevice and assigns it to the Devices field.
func (*LegacySite) SetDisplayName ¶
func (o *LegacySite) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*LegacySite) SetOperationalStatus ¶
func (o *LegacySite) SetOperationalStatus(v string)
SetOperationalStatus gets a reference to the given string and assigns it to the OperationalStatus field.
func (*LegacySite) SetSiteAttributes ¶
func (o *LegacySite) SetSiteAttributes(v map[string]interface{})
SetSiteAttributes gets a reference to the given map[string]interface{} and assigns it to the SiteAttributes field.
func (*LegacySite) SetSiteName ¶
func (o *LegacySite) SetSiteName(v string)
SetSiteName sets field value
func (*LegacySite) UnmarshalJSON ¶ added in v1.0.5
func (o *LegacySite) UnmarshalJSON(bytes []byte) (err error)
type LegacySiteDevice ¶
type LegacySiteDevice struct { DeviceId *string `json:"deviceId,omitempty"` Name string `json:"name"` Model *string `json:"model,omitempty"` Type *string `json:"type,omitempty"` DeviceAttributes *map[string]interface{} `json:"deviceAttributes,omitempty"` DeviceOnboarding *LegacySiteDeviceOnboard `json:"deviceOnboarding,omitempty"` Delete *bool `json:"delete,omitempty"` AdditionalProperties map[string]interface{} }
LegacySiteDevice struct for LegacySiteDevice
func NewLegacySiteDevice ¶
func NewLegacySiteDevice(name string) *LegacySiteDevice
NewLegacySiteDevice instantiates a new LegacySiteDevice object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLegacySiteDeviceWithDefaults ¶
func NewLegacySiteDeviceWithDefaults() *LegacySiteDevice
NewLegacySiteDeviceWithDefaults instantiates a new LegacySiteDevice object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LegacySiteDevice) GetDelete ¶
func (o *LegacySiteDevice) GetDelete() bool
GetDelete returns the Delete field value if set, zero value otherwise.
func (*LegacySiteDevice) GetDeleteOk ¶
func (o *LegacySiteDevice) GetDeleteOk() (*bool, bool)
GetDeleteOk returns a tuple with the Delete field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySiteDevice) GetDeviceAttributes ¶
func (o *LegacySiteDevice) GetDeviceAttributes() map[string]interface{}
GetDeviceAttributes returns the DeviceAttributes field value if set, zero value otherwise.
func (*LegacySiteDevice) GetDeviceAttributesOk ¶
func (o *LegacySiteDevice) GetDeviceAttributesOk() (*map[string]interface{}, bool)
GetDeviceAttributesOk returns a tuple with the DeviceAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySiteDevice) GetDeviceId ¶
func (o *LegacySiteDevice) GetDeviceId() string
GetDeviceId returns the DeviceId field value if set, zero value otherwise.
func (*LegacySiteDevice) GetDeviceIdOk ¶
func (o *LegacySiteDevice) GetDeviceIdOk() (*string, bool)
GetDeviceIdOk returns a tuple with the DeviceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySiteDevice) GetDeviceOnboarding ¶
func (o *LegacySiteDevice) GetDeviceOnboarding() LegacySiteDeviceOnboard
GetDeviceOnboarding returns the DeviceOnboarding field value if set, zero value otherwise.
func (*LegacySiteDevice) GetDeviceOnboardingOk ¶
func (o *LegacySiteDevice) GetDeviceOnboardingOk() (*LegacySiteDeviceOnboard, bool)
GetDeviceOnboardingOk returns a tuple with the DeviceOnboarding field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySiteDevice) GetModel ¶
func (o *LegacySiteDevice) GetModel() string
GetModel returns the Model field value if set, zero value otherwise.
func (*LegacySiteDevice) GetModelOk ¶
func (o *LegacySiteDevice) 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 (*LegacySiteDevice) GetName ¶
func (o *LegacySiteDevice) GetName() string
GetName returns the Name field value
func (*LegacySiteDevice) GetNameOk ¶
func (o *LegacySiteDevice) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*LegacySiteDevice) GetType ¶
func (o *LegacySiteDevice) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*LegacySiteDevice) GetTypeOk ¶
func (o *LegacySiteDevice) 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 (*LegacySiteDevice) HasDelete ¶
func (o *LegacySiteDevice) HasDelete() bool
HasDelete returns a boolean if a field has been set.
func (*LegacySiteDevice) HasDeviceAttributes ¶
func (o *LegacySiteDevice) HasDeviceAttributes() bool
HasDeviceAttributes returns a boolean if a field has been set.
func (*LegacySiteDevice) HasDeviceId ¶
func (o *LegacySiteDevice) HasDeviceId() bool
HasDeviceId returns a boolean if a field has been set.
func (*LegacySiteDevice) HasDeviceOnboarding ¶
func (o *LegacySiteDevice) HasDeviceOnboarding() bool
HasDeviceOnboarding returns a boolean if a field has been set.
func (*LegacySiteDevice) HasModel ¶
func (o *LegacySiteDevice) HasModel() bool
HasModel returns a boolean if a field has been set.
func (*LegacySiteDevice) HasType ¶
func (o *LegacySiteDevice) HasType() bool
HasType returns a boolean if a field has been set.
func (LegacySiteDevice) MarshalJSON ¶
func (o LegacySiteDevice) MarshalJSON() ([]byte, error)
func (*LegacySiteDevice) SetDelete ¶
func (o *LegacySiteDevice) SetDelete(v bool)
SetDelete gets a reference to the given bool and assigns it to the Delete field.
func (*LegacySiteDevice) SetDeviceAttributes ¶
func (o *LegacySiteDevice) SetDeviceAttributes(v map[string]interface{})
SetDeviceAttributes gets a reference to the given map[string]interface{} and assigns it to the DeviceAttributes field.
func (*LegacySiteDevice) SetDeviceId ¶
func (o *LegacySiteDevice) SetDeviceId(v string)
SetDeviceId gets a reference to the given string and assigns it to the DeviceId field.
func (*LegacySiteDevice) SetDeviceOnboarding ¶
func (o *LegacySiteDevice) SetDeviceOnboarding(v LegacySiteDeviceOnboard)
SetDeviceOnboarding gets a reference to the given LegacySiteDeviceOnboard and assigns it to the DeviceOnboarding field.
func (*LegacySiteDevice) SetModel ¶
func (o *LegacySiteDevice) SetModel(v string)
SetModel gets a reference to the given string and assigns it to the Model field.
func (*LegacySiteDevice) SetName ¶
func (o *LegacySiteDevice) SetName(v string)
SetName sets field value
func (*LegacySiteDevice) SetType ¶
func (o *LegacySiteDevice) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*LegacySiteDevice) UnmarshalJSON ¶ added in v1.0.5
func (o *LegacySiteDevice) UnmarshalJSON(bytes []byte) (err error)
type LegacySiteDeviceOnboard ¶
type LegacySiteDeviceOnboard struct { DeviceInstanceId *string `json:"deviceInstanceId,omitempty"` TenantId *string `json:"tenantId,omitempty"` DeviceName *string `json:"deviceName,omitempty"` Managed *bool `json:"managed,omitempty"` DeviceModel *string `json:"deviceModel,omitempty"` DeviceOnboardingType *string `json:"deviceOnboardingType,omitempty"` DeviceOnboardInformation *map[string]interface{} `json:"deviceOnboardInformation,omitempty"` AdditionalProperties map[string]interface{} }
LegacySiteDeviceOnboard struct for LegacySiteDeviceOnboard
func NewLegacySiteDeviceOnboard ¶
func NewLegacySiteDeviceOnboard() *LegacySiteDeviceOnboard
NewLegacySiteDeviceOnboard instantiates a new LegacySiteDeviceOnboard object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLegacySiteDeviceOnboardWithDefaults ¶
func NewLegacySiteDeviceOnboardWithDefaults() *LegacySiteDeviceOnboard
NewLegacySiteDeviceOnboardWithDefaults instantiates a new LegacySiteDeviceOnboard object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LegacySiteDeviceOnboard) GetDeviceInstanceId ¶
func (o *LegacySiteDeviceOnboard) GetDeviceInstanceId() string
GetDeviceInstanceId returns the DeviceInstanceId field value if set, zero value otherwise.
func (*LegacySiteDeviceOnboard) GetDeviceInstanceIdOk ¶
func (o *LegacySiteDeviceOnboard) GetDeviceInstanceIdOk() (*string, bool)
GetDeviceInstanceIdOk returns a tuple with the DeviceInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySiteDeviceOnboard) GetDeviceModel ¶
func (o *LegacySiteDeviceOnboard) GetDeviceModel() string
GetDeviceModel returns the DeviceModel field value if set, zero value otherwise.
func (*LegacySiteDeviceOnboard) GetDeviceModelOk ¶
func (o *LegacySiteDeviceOnboard) GetDeviceModelOk() (*string, bool)
GetDeviceModelOk returns a tuple with the DeviceModel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySiteDeviceOnboard) GetDeviceName ¶
func (o *LegacySiteDeviceOnboard) GetDeviceName() string
GetDeviceName returns the DeviceName field value if set, zero value otherwise.
func (*LegacySiteDeviceOnboard) GetDeviceNameOk ¶
func (o *LegacySiteDeviceOnboard) GetDeviceNameOk() (*string, bool)
GetDeviceNameOk returns a tuple with the DeviceName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySiteDeviceOnboard) GetDeviceOnboardInformation ¶
func (o *LegacySiteDeviceOnboard) GetDeviceOnboardInformation() map[string]interface{}
GetDeviceOnboardInformation returns the DeviceOnboardInformation field value if set, zero value otherwise.
func (*LegacySiteDeviceOnboard) GetDeviceOnboardInformationOk ¶
func (o *LegacySiteDeviceOnboard) GetDeviceOnboardInformationOk() (*map[string]interface{}, bool)
GetDeviceOnboardInformationOk returns a tuple with the DeviceOnboardInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySiteDeviceOnboard) GetDeviceOnboardingType ¶
func (o *LegacySiteDeviceOnboard) GetDeviceOnboardingType() string
GetDeviceOnboardingType returns the DeviceOnboardingType field value if set, zero value otherwise.
func (*LegacySiteDeviceOnboard) GetDeviceOnboardingTypeOk ¶
func (o *LegacySiteDeviceOnboard) GetDeviceOnboardingTypeOk() (*string, bool)
GetDeviceOnboardingTypeOk returns a tuple with the DeviceOnboardingType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySiteDeviceOnboard) GetManaged ¶
func (o *LegacySiteDeviceOnboard) GetManaged() bool
GetManaged returns the Managed field value if set, zero value otherwise.
func (*LegacySiteDeviceOnboard) GetManagedOk ¶
func (o *LegacySiteDeviceOnboard) GetManagedOk() (*bool, bool)
GetManagedOk returns a tuple with the Managed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySiteDeviceOnboard) GetTenantId ¶
func (o *LegacySiteDeviceOnboard) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*LegacySiteDeviceOnboard) GetTenantIdOk ¶
func (o *LegacySiteDeviceOnboard) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySiteDeviceOnboard) HasDeviceInstanceId ¶
func (o *LegacySiteDeviceOnboard) HasDeviceInstanceId() bool
HasDeviceInstanceId returns a boolean if a field has been set.
func (*LegacySiteDeviceOnboard) HasDeviceModel ¶
func (o *LegacySiteDeviceOnboard) HasDeviceModel() bool
HasDeviceModel returns a boolean if a field has been set.
func (*LegacySiteDeviceOnboard) HasDeviceName ¶
func (o *LegacySiteDeviceOnboard) HasDeviceName() bool
HasDeviceName returns a boolean if a field has been set.
func (*LegacySiteDeviceOnboard) HasDeviceOnboardInformation ¶
func (o *LegacySiteDeviceOnboard) HasDeviceOnboardInformation() bool
HasDeviceOnboardInformation returns a boolean if a field has been set.
func (*LegacySiteDeviceOnboard) HasDeviceOnboardingType ¶
func (o *LegacySiteDeviceOnboard) HasDeviceOnboardingType() bool
HasDeviceOnboardingType returns a boolean if a field has been set.
func (*LegacySiteDeviceOnboard) HasManaged ¶
func (o *LegacySiteDeviceOnboard) HasManaged() bool
HasManaged returns a boolean if a field has been set.
func (*LegacySiteDeviceOnboard) HasTenantId ¶
func (o *LegacySiteDeviceOnboard) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (LegacySiteDeviceOnboard) MarshalJSON ¶
func (o LegacySiteDeviceOnboard) MarshalJSON() ([]byte, error)
func (*LegacySiteDeviceOnboard) SetDeviceInstanceId ¶
func (o *LegacySiteDeviceOnboard) SetDeviceInstanceId(v string)
SetDeviceInstanceId gets a reference to the given string and assigns it to the DeviceInstanceId field.
func (*LegacySiteDeviceOnboard) SetDeviceModel ¶
func (o *LegacySiteDeviceOnboard) SetDeviceModel(v string)
SetDeviceModel gets a reference to the given string and assigns it to the DeviceModel field.
func (*LegacySiteDeviceOnboard) SetDeviceName ¶
func (o *LegacySiteDeviceOnboard) SetDeviceName(v string)
SetDeviceName gets a reference to the given string and assigns it to the DeviceName field.
func (*LegacySiteDeviceOnboard) SetDeviceOnboardInformation ¶
func (o *LegacySiteDeviceOnboard) SetDeviceOnboardInformation(v map[string]interface{})
SetDeviceOnboardInformation gets a reference to the given map[string]interface{} and assigns it to the DeviceOnboardInformation field.
func (*LegacySiteDeviceOnboard) SetDeviceOnboardingType ¶
func (o *LegacySiteDeviceOnboard) SetDeviceOnboardingType(v string)
SetDeviceOnboardingType gets a reference to the given string and assigns it to the DeviceOnboardingType field.
func (*LegacySiteDeviceOnboard) SetManaged ¶
func (o *LegacySiteDeviceOnboard) SetManaged(v bool)
SetManaged gets a reference to the given bool and assigns it to the Managed field.
func (*LegacySiteDeviceOnboard) SetTenantId ¶
func (o *LegacySiteDeviceOnboard) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*LegacySiteDeviceOnboard) UnmarshalJSON ¶ added in v1.0.5
func (o *LegacySiteDeviceOnboard) UnmarshalJSON(bytes []byte) (err error)
type LegacySubscriptionDetail ¶
type LegacySubscriptionDetail struct { SiteCount *map[string]interface{} `json:"siteCount,omitempty"` Sites *[]LegacySite `json:"sites,omitempty"` OfferSelection *map[string]interface{} `json:"offerSelection,omitempty"` ServiceInstanceDetail *map[string]interface{} `json:"serviceInstanceDetail,omitempty"` PriceDetail *map[string]interface{} `json:"priceDetail,omitempty"` DealerCode *string `json:"dealerCode,omitempty"` PricePlanId *string `json:"pricePlanId,omitempty"` TermsAndConditionId *string `json:"termsAndConditionId,omitempty"` Configuration *map[string]string `json:"configuration,omitempty"` AdditionalProperties map[string]interface{} }
LegacySubscriptionDetail struct for LegacySubscriptionDetail
func NewLegacySubscriptionDetail ¶
func NewLegacySubscriptionDetail() *LegacySubscriptionDetail
NewLegacySubscriptionDetail instantiates a new LegacySubscriptionDetail object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLegacySubscriptionDetailWithDefaults ¶
func NewLegacySubscriptionDetailWithDefaults() *LegacySubscriptionDetail
NewLegacySubscriptionDetailWithDefaults instantiates a new LegacySubscriptionDetail object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LegacySubscriptionDetail) GetConfiguration ¶
func (o *LegacySubscriptionDetail) GetConfiguration() map[string]string
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*LegacySubscriptionDetail) GetConfigurationOk ¶
func (o *LegacySubscriptionDetail) GetConfigurationOk() (*map[string]string, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySubscriptionDetail) GetDealerCode ¶
func (o *LegacySubscriptionDetail) GetDealerCode() string
GetDealerCode returns the DealerCode field value if set, zero value otherwise.
func (*LegacySubscriptionDetail) GetDealerCodeOk ¶
func (o *LegacySubscriptionDetail) GetDealerCodeOk() (*string, bool)
GetDealerCodeOk returns a tuple with the DealerCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySubscriptionDetail) GetOfferSelection ¶
func (o *LegacySubscriptionDetail) GetOfferSelection() map[string]interface{}
GetOfferSelection returns the OfferSelection field value if set, zero value otherwise.
func (*LegacySubscriptionDetail) GetOfferSelectionOk ¶
func (o *LegacySubscriptionDetail) GetOfferSelectionOk() (*map[string]interface{}, bool)
GetOfferSelectionOk returns a tuple with the OfferSelection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySubscriptionDetail) GetPriceDetail ¶
func (o *LegacySubscriptionDetail) GetPriceDetail() map[string]interface{}
GetPriceDetail returns the PriceDetail field value if set, zero value otherwise.
func (*LegacySubscriptionDetail) GetPriceDetailOk ¶
func (o *LegacySubscriptionDetail) GetPriceDetailOk() (*map[string]interface{}, bool)
GetPriceDetailOk returns a tuple with the PriceDetail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySubscriptionDetail) GetPricePlanId ¶
func (o *LegacySubscriptionDetail) GetPricePlanId() string
GetPricePlanId returns the PricePlanId field value if set, zero value otherwise.
func (*LegacySubscriptionDetail) GetPricePlanIdOk ¶
func (o *LegacySubscriptionDetail) GetPricePlanIdOk() (*string, bool)
GetPricePlanIdOk returns a tuple with the PricePlanId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySubscriptionDetail) GetServiceInstanceDetail ¶
func (o *LegacySubscriptionDetail) GetServiceInstanceDetail() map[string]interface{}
GetServiceInstanceDetail returns the ServiceInstanceDetail field value if set, zero value otherwise.
func (*LegacySubscriptionDetail) GetServiceInstanceDetailOk ¶
func (o *LegacySubscriptionDetail) GetServiceInstanceDetailOk() (*map[string]interface{}, bool)
GetServiceInstanceDetailOk returns a tuple with the ServiceInstanceDetail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySubscriptionDetail) GetSiteCount ¶
func (o *LegacySubscriptionDetail) GetSiteCount() map[string]interface{}
GetSiteCount returns the SiteCount field value if set, zero value otherwise.
func (*LegacySubscriptionDetail) GetSiteCountOk ¶
func (o *LegacySubscriptionDetail) GetSiteCountOk() (*map[string]interface{}, bool)
GetSiteCountOk returns a tuple with the SiteCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySubscriptionDetail) GetSites ¶
func (o *LegacySubscriptionDetail) GetSites() []LegacySite
GetSites returns the Sites field value if set, zero value otherwise.
func (*LegacySubscriptionDetail) GetSitesOk ¶
func (o *LegacySubscriptionDetail) GetSitesOk() (*[]LegacySite, bool)
GetSitesOk returns a tuple with the Sites field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySubscriptionDetail) GetTermsAndConditionId ¶
func (o *LegacySubscriptionDetail) GetTermsAndConditionId() string
GetTermsAndConditionId returns the TermsAndConditionId field value if set, zero value otherwise.
func (*LegacySubscriptionDetail) GetTermsAndConditionIdOk ¶
func (o *LegacySubscriptionDetail) GetTermsAndConditionIdOk() (*string, bool)
GetTermsAndConditionIdOk returns a tuple with the TermsAndConditionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegacySubscriptionDetail) HasConfiguration ¶
func (o *LegacySubscriptionDetail) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (*LegacySubscriptionDetail) HasDealerCode ¶
func (o *LegacySubscriptionDetail) HasDealerCode() bool
HasDealerCode returns a boolean if a field has been set.
func (*LegacySubscriptionDetail) HasOfferSelection ¶
func (o *LegacySubscriptionDetail) HasOfferSelection() bool
HasOfferSelection returns a boolean if a field has been set.
func (*LegacySubscriptionDetail) HasPriceDetail ¶
func (o *LegacySubscriptionDetail) HasPriceDetail() bool
HasPriceDetail returns a boolean if a field has been set.
func (*LegacySubscriptionDetail) HasPricePlanId ¶
func (o *LegacySubscriptionDetail) HasPricePlanId() bool
HasPricePlanId returns a boolean if a field has been set.
func (*LegacySubscriptionDetail) HasServiceInstanceDetail ¶
func (o *LegacySubscriptionDetail) HasServiceInstanceDetail() bool
HasServiceInstanceDetail returns a boolean if a field has been set.
func (*LegacySubscriptionDetail) HasSiteCount ¶
func (o *LegacySubscriptionDetail) HasSiteCount() bool
HasSiteCount returns a boolean if a field has been set.
func (*LegacySubscriptionDetail) HasSites ¶
func (o *LegacySubscriptionDetail) HasSites() bool
HasSites returns a boolean if a field has been set.
func (*LegacySubscriptionDetail) HasTermsAndConditionId ¶
func (o *LegacySubscriptionDetail) HasTermsAndConditionId() bool
HasTermsAndConditionId returns a boolean if a field has been set.
func (LegacySubscriptionDetail) MarshalJSON ¶
func (o LegacySubscriptionDetail) MarshalJSON() ([]byte, error)
func (*LegacySubscriptionDetail) SetConfiguration ¶
func (o *LegacySubscriptionDetail) SetConfiguration(v map[string]string)
SetConfiguration gets a reference to the given map[string]string and assigns it to the Configuration field.
func (*LegacySubscriptionDetail) SetDealerCode ¶
func (o *LegacySubscriptionDetail) SetDealerCode(v string)
SetDealerCode gets a reference to the given string and assigns it to the DealerCode field.
func (*LegacySubscriptionDetail) SetOfferSelection ¶
func (o *LegacySubscriptionDetail) SetOfferSelection(v map[string]interface{})
SetOfferSelection gets a reference to the given map[string]interface{} and assigns it to the OfferSelection field.
func (*LegacySubscriptionDetail) SetPriceDetail ¶
func (o *LegacySubscriptionDetail) SetPriceDetail(v map[string]interface{})
SetPriceDetail gets a reference to the given map[string]interface{} and assigns it to the PriceDetail field.
func (*LegacySubscriptionDetail) SetPricePlanId ¶
func (o *LegacySubscriptionDetail) SetPricePlanId(v string)
SetPricePlanId gets a reference to the given string and assigns it to the PricePlanId field.
func (*LegacySubscriptionDetail) SetServiceInstanceDetail ¶
func (o *LegacySubscriptionDetail) SetServiceInstanceDetail(v map[string]interface{})
SetServiceInstanceDetail gets a reference to the given map[string]interface{} and assigns it to the ServiceInstanceDetail field.
func (*LegacySubscriptionDetail) SetSiteCount ¶
func (o *LegacySubscriptionDetail) SetSiteCount(v map[string]interface{})
SetSiteCount gets a reference to the given map[string]interface{} and assigns it to the SiteCount field.
func (*LegacySubscriptionDetail) SetSites ¶
func (o *LegacySubscriptionDetail) SetSites(v []LegacySite)
SetSites gets a reference to the given []LegacySite and assigns it to the Sites field.
func (*LegacySubscriptionDetail) SetTermsAndConditionId ¶
func (o *LegacySubscriptionDetail) SetTermsAndConditionId(v string)
SetTermsAndConditionId gets a reference to the given string and assigns it to the TermsAndConditionId field.
func (*LegacySubscriptionDetail) UnmarshalJSON ¶ added in v1.0.5
func (o *LegacySubscriptionDetail) UnmarshalJSON(bytes []byte) (err error)
type LicenseDetails ¶ added in v1.0.8
type LicenseDetails struct { // Type of license - TERM or DEMO or PERPETUAL LicenseType *string `json:"licenseType,omitempty"` // Number of reserved licenses Quantity *int64 `json:"quantity,omitempty"` // License usage start date in yyyy-mm-dd format StartDate *string `json:"startDate,omitempty"` // License usage expiration date in yyyy-mm-dd format EndDate *string `json:"endDate,omitempty"` // Subscription refence id SubscriptionId *string `json:"subscriptionId,omitempty"` // Licencse usage status Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
LicenseDetails struct for LicenseDetails
func NewLicenseDetails ¶ added in v1.0.8
func NewLicenseDetails() *LicenseDetails
NewLicenseDetails instantiates a new LicenseDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLicenseDetailsWithDefaults ¶ added in v1.0.8
func NewLicenseDetailsWithDefaults() *LicenseDetails
NewLicenseDetailsWithDefaults instantiates a new LicenseDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LicenseDetails) GetEndDate ¶ added in v1.0.8
func (o *LicenseDetails) GetEndDate() string
GetEndDate returns the EndDate field value if set, zero value otherwise.
func (*LicenseDetails) GetEndDateOk ¶ added in v1.0.8
func (o *LicenseDetails) 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 (*LicenseDetails) GetLicenseType ¶ added in v1.0.8
func (o *LicenseDetails) GetLicenseType() string
GetLicenseType returns the LicenseType field value if set, zero value otherwise.
func (*LicenseDetails) GetLicenseTypeOk ¶ added in v1.0.8
func (o *LicenseDetails) GetLicenseTypeOk() (*string, bool)
GetLicenseTypeOk returns a tuple with the LicenseType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LicenseDetails) GetQuantity ¶ added in v1.0.8
func (o *LicenseDetails) GetQuantity() int64
GetQuantity returns the Quantity field value if set, zero value otherwise.
func (*LicenseDetails) GetQuantityOk ¶ added in v1.0.8
func (o *LicenseDetails) GetQuantityOk() (*int64, 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.
func (*LicenseDetails) GetStartDate ¶ added in v1.0.8
func (o *LicenseDetails) GetStartDate() string
GetStartDate returns the StartDate field value if set, zero value otherwise.
func (*LicenseDetails) GetStartDateOk ¶ added in v1.0.8
func (o *LicenseDetails) 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 (*LicenseDetails) GetStatus ¶ added in v1.0.8
func (o *LicenseDetails) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*LicenseDetails) GetStatusOk ¶ added in v1.0.8
func (o *LicenseDetails) 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 (*LicenseDetails) GetSubscriptionId ¶ added in v1.0.8
func (o *LicenseDetails) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.
func (*LicenseDetails) GetSubscriptionIdOk ¶ added in v1.0.8
func (o *LicenseDetails) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LicenseDetails) HasEndDate ¶ added in v1.0.8
func (o *LicenseDetails) HasEndDate() bool
HasEndDate returns a boolean if a field has been set.
func (*LicenseDetails) HasLicenseType ¶ added in v1.0.8
func (o *LicenseDetails) HasLicenseType() bool
HasLicenseType returns a boolean if a field has been set.
func (*LicenseDetails) HasQuantity ¶ added in v1.0.8
func (o *LicenseDetails) HasQuantity() bool
HasQuantity returns a boolean if a field has been set.
func (*LicenseDetails) HasStartDate ¶ added in v1.0.8
func (o *LicenseDetails) HasStartDate() bool
HasStartDate returns a boolean if a field has been set.
func (*LicenseDetails) HasStatus ¶ added in v1.0.8
func (o *LicenseDetails) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*LicenseDetails) HasSubscriptionId ¶ added in v1.0.8
func (o *LicenseDetails) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (LicenseDetails) MarshalJSON ¶ added in v1.0.8
func (o LicenseDetails) MarshalJSON() ([]byte, error)
func (*LicenseDetails) SetEndDate ¶ added in v1.0.8
func (o *LicenseDetails) SetEndDate(v string)
SetEndDate gets a reference to the given string and assigns it to the EndDate field.
func (*LicenseDetails) SetLicenseType ¶ added in v1.0.8
func (o *LicenseDetails) SetLicenseType(v string)
SetLicenseType gets a reference to the given string and assigns it to the LicenseType field.
func (*LicenseDetails) SetQuantity ¶ added in v1.0.8
func (o *LicenseDetails) SetQuantity(v int64)
SetQuantity gets a reference to the given int64 and assigns it to the Quantity field.
func (*LicenseDetails) SetStartDate ¶ added in v1.0.8
func (o *LicenseDetails) SetStartDate(v string)
SetStartDate gets a reference to the given string and assigns it to the StartDate field.
func (*LicenseDetails) SetStatus ¶ added in v1.0.8
func (o *LicenseDetails) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*LicenseDetails) SetSubscriptionId ¶ added in v1.0.8
func (o *LicenseDetails) SetSubscriptionId(v string)
SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.
func (*LicenseDetails) UnmarshalJSON ¶ added in v1.0.8
func (o *LicenseDetails) UnmarshalJSON(bytes []byte) (err error)
type LicenseSummary ¶ added in v1.0.8
type LicenseSummary struct { // Total entitled quantity for the license Entitled *int64 `json:"entitled,omitempty"` // Total consumed quantity for the device Inuse *int64 `json:"inuse,omitempty"` // Reserved quantity (if any) Reserved *int64 `json:"reserved,omitempty"` // Current compliance status for the license Status *string `json:"status,omitempty"` // User friendly display name for the license Name *string `json:"name,omitempty"` // Identifies if the tag is for an enforced license or not Enforced *bool `json:"enforced,omitempty"` LicenseDetails *[]LicenseDetails `json:"licenseDetails,omitempty"` AdditionalProperties map[string]interface{} }
LicenseSummary struct for LicenseSummary
func NewLicenseSummary ¶ added in v1.0.8
func NewLicenseSummary() *LicenseSummary
NewLicenseSummary instantiates a new LicenseSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLicenseSummaryWithDefaults ¶ added in v1.0.8
func NewLicenseSummaryWithDefaults() *LicenseSummary
NewLicenseSummaryWithDefaults instantiates a new LicenseSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LicenseSummary) GetEnforced ¶ added in v1.0.8
func (o *LicenseSummary) GetEnforced() bool
GetEnforced returns the Enforced field value if set, zero value otherwise.
func (*LicenseSummary) GetEnforcedOk ¶ added in v1.0.8
func (o *LicenseSummary) GetEnforcedOk() (*bool, bool)
GetEnforcedOk returns a tuple with the Enforced field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LicenseSummary) GetEntitled ¶ added in v1.0.8
func (o *LicenseSummary) GetEntitled() int64
GetEntitled returns the Entitled field value if set, zero value otherwise.
func (*LicenseSummary) GetEntitledOk ¶ added in v1.0.8
func (o *LicenseSummary) GetEntitledOk() (*int64, bool)
GetEntitledOk returns a tuple with the Entitled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LicenseSummary) GetInuse ¶ added in v1.0.8
func (o *LicenseSummary) GetInuse() int64
GetInuse returns the Inuse field value if set, zero value otherwise.
func (*LicenseSummary) GetInuseOk ¶ added in v1.0.8
func (o *LicenseSummary) GetInuseOk() (*int64, bool)
GetInuseOk returns a tuple with the Inuse field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LicenseSummary) GetLicenseDetails ¶ added in v1.0.8
func (o *LicenseSummary) GetLicenseDetails() []LicenseDetails
GetLicenseDetails returns the LicenseDetails field value if set, zero value otherwise.
func (*LicenseSummary) GetLicenseDetailsOk ¶ added in v1.0.8
func (o *LicenseSummary) GetLicenseDetailsOk() (*[]LicenseDetails, bool)
GetLicenseDetailsOk returns a tuple with the LicenseDetails field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LicenseSummary) GetName ¶ added in v1.0.8
func (o *LicenseSummary) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*LicenseSummary) GetNameOk ¶ added in v1.0.8
func (o *LicenseSummary) 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 (*LicenseSummary) GetReserved ¶ added in v1.0.8
func (o *LicenseSummary) GetReserved() int64
GetReserved returns the Reserved field value if set, zero value otherwise.
func (*LicenseSummary) GetReservedOk ¶ added in v1.0.8
func (o *LicenseSummary) GetReservedOk() (*int64, bool)
GetReservedOk returns a tuple with the Reserved field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LicenseSummary) GetStatus ¶ added in v1.0.8
func (o *LicenseSummary) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*LicenseSummary) GetStatusOk ¶ added in v1.0.8
func (o *LicenseSummary) 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 (*LicenseSummary) HasEnforced ¶ added in v1.0.8
func (o *LicenseSummary) HasEnforced() bool
HasEnforced returns a boolean if a field has been set.
func (*LicenseSummary) HasEntitled ¶ added in v1.0.8
func (o *LicenseSummary) HasEntitled() bool
HasEntitled returns a boolean if a field has been set.
func (*LicenseSummary) HasInuse ¶ added in v1.0.8
func (o *LicenseSummary) HasInuse() bool
HasInuse returns a boolean if a field has been set.
func (*LicenseSummary) HasLicenseDetails ¶ added in v1.0.8
func (o *LicenseSummary) HasLicenseDetails() bool
HasLicenseDetails returns a boolean if a field has been set.
func (*LicenseSummary) HasName ¶ added in v1.0.8
func (o *LicenseSummary) HasName() bool
HasName returns a boolean if a field has been set.
func (*LicenseSummary) HasReserved ¶ added in v1.0.8
func (o *LicenseSummary) HasReserved() bool
HasReserved returns a boolean if a field has been set.
func (*LicenseSummary) HasStatus ¶ added in v1.0.8
func (o *LicenseSummary) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (LicenseSummary) MarshalJSON ¶ added in v1.0.8
func (o LicenseSummary) MarshalJSON() ([]byte, error)
func (*LicenseSummary) SetEnforced ¶ added in v1.0.8
func (o *LicenseSummary) SetEnforced(v bool)
SetEnforced gets a reference to the given bool and assigns it to the Enforced field.
func (*LicenseSummary) SetEntitled ¶ added in v1.0.8
func (o *LicenseSummary) SetEntitled(v int64)
SetEntitled gets a reference to the given int64 and assigns it to the Entitled field.
func (*LicenseSummary) SetInuse ¶ added in v1.0.8
func (o *LicenseSummary) SetInuse(v int64)
SetInuse gets a reference to the given int64 and assigns it to the Inuse field.
func (*LicenseSummary) SetLicenseDetails ¶ added in v1.0.8
func (o *LicenseSummary) SetLicenseDetails(v []LicenseDetails)
SetLicenseDetails gets a reference to the given []LicenseDetails and assigns it to the LicenseDetails field.
func (*LicenseSummary) SetName ¶ added in v1.0.8
func (o *LicenseSummary) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*LicenseSummary) SetReserved ¶ added in v1.0.8
func (o *LicenseSummary) SetReserved(v int64)
SetReserved gets a reference to the given int64 and assigns it to the Reserved field.
func (*LicenseSummary) SetStatus ¶ added in v1.0.8
func (o *LicenseSummary) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*LicenseSummary) UnmarshalJSON ¶ added in v1.0.8
func (o *LicenseSummary) UnmarshalJSON(bytes []byte) (err error)
type LicensingAccountsApiService ¶ added in v1.0.8
type LicensingAccountsApiService service
LicensingAccountsApiService LicensingAccountsApi service
func (*LicensingAccountsApiService) GetUserAccountsList ¶ added in v1.0.8
func (a *LicensingAccountsApiService) GetUserAccountsList(ctx _context.Context) ApiGetUserAccountsListRequest
* GetUserAccountsList Returns a filtered page of smart accounts. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetUserAccountsListRequest
func (*LicensingAccountsApiService) GetUserAccountsListExecute ¶ added in v1.0.8
func (a *LicensingAccountsApiService) GetUserAccountsListExecute(r ApiGetUserAccountsListRequest) (SmartUserAccounts, *_nethttp.Response, error)
* Execute executes the request * @return SmartUserAccounts
type LicensingConfigurationsApiService ¶ added in v1.0.8
type LicensingConfigurationsApiService service
LicensingConfigurationsApiService LicensingConfigurationsApi service
func (*LicensingConfigurationsApiService) CreateSmartAccountConfiguration ¶ added in v1.0.8
func (a *LicensingConfigurationsApiService) CreateSmartAccountConfiguration(ctx _context.Context) ApiCreateSmartAccountConfigurationRequest
* CreateSmartAccountConfiguration Creates a smart account configuration. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateSmartAccountConfigurationRequest
func (*LicensingConfigurationsApiService) CreateSmartAccountConfigurationExecute ¶ added in v1.0.8
func (a *LicensingConfigurationsApiService) CreateSmartAccountConfigurationExecute(r ApiCreateSmartAccountConfigurationRequest) (SmartAccountConfiguration, *_nethttp.Response, error)
* Execute executes the request * @return SmartAccountConfiguration
func (*LicensingConfigurationsApiService) GetSmartAccountConfiguration ¶ added in v1.0.8
func (a *LicensingConfigurationsApiService) GetSmartAccountConfiguration(ctx _context.Context) ApiGetSmartAccountConfigurationRequest
* GetSmartAccountConfiguration Returns a smart account configuration. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetSmartAccountConfigurationRequest
func (*LicensingConfigurationsApiService) GetSmartAccountConfigurationExecute ¶ added in v1.0.8
func (a *LicensingConfigurationsApiService) GetSmartAccountConfigurationExecute(r ApiGetSmartAccountConfigurationRequest) (SmartAccountConfiguration, *_nethttp.Response, error)
* Execute executes the request * @return SmartAccountConfiguration
func (*LicensingConfigurationsApiService) UpdateSmartAccountConfiguration ¶ added in v1.0.8
func (a *LicensingConfigurationsApiService) UpdateSmartAccountConfiguration(ctx _context.Context) ApiUpdateSmartAccountConfigurationRequest
* UpdateSmartAccountConfiguration Updates a smart account configuration. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiUpdateSmartAccountConfigurationRequest
func (*LicensingConfigurationsApiService) UpdateSmartAccountConfigurationExecute ¶ added in v1.0.8
func (a *LicensingConfigurationsApiService) UpdateSmartAccountConfigurationExecute(r ApiUpdateSmartAccountConfigurationRequest) (SmartAccountConfiguration, *_nethttp.Response, error)
* Execute executes the request * @return SmartAccountConfiguration
type LicensingLicensesApiService ¶ added in v1.0.8
type LicensingLicensesApiService service
LicensingLicensesApiService LicensingLicensesApi service
func (*LicensingLicensesApiService) GetLicensesList ¶ added in v1.0.8
func (a *LicensingLicensesApiService) GetLicensesList(ctx _context.Context) ApiGetLicensesListRequest
* GetLicensesList Returns a filtered list of licenses. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetLicensesListRequest
func (*LicensingLicensesApiService) GetLicensesListExecute ¶ added in v1.0.8
func (a *LicensingLicensesApiService) GetLicensesListExecute(r ApiGetLicensesListRequest) ([]LicenseSummary, *_nethttp.Response, error)
* Execute executes the request * @return []LicenseSummary
type ManageChangeRequestPending ¶ added in v1.0.8
type ManageChangeRequestPending struct { ChangeRequestId *string `json:"changeRequestId,omitempty"` ChangeRequestUrl *string `json:"changeRequestUrl,omitempty"` AdditionalProperties map[string]interface{} }
ManageChangeRequestPending struct for ManageChangeRequestPending
func NewManageChangeRequestPending ¶ added in v1.0.8
func NewManageChangeRequestPending() *ManageChangeRequestPending
NewManageChangeRequestPending instantiates a new ManageChangeRequestPending object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewManageChangeRequestPendingWithDefaults ¶ added in v1.0.8
func NewManageChangeRequestPendingWithDefaults() *ManageChangeRequestPending
NewManageChangeRequestPendingWithDefaults instantiates a new ManageChangeRequestPending object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ManageChangeRequestPending) GetChangeRequestId ¶ added in v1.0.8
func (o *ManageChangeRequestPending) GetChangeRequestId() string
GetChangeRequestId returns the ChangeRequestId field value if set, zero value otherwise.
func (*ManageChangeRequestPending) GetChangeRequestIdOk ¶ added in v1.0.8
func (o *ManageChangeRequestPending) GetChangeRequestIdOk() (*string, bool)
GetChangeRequestIdOk returns a tuple with the ChangeRequestId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManageChangeRequestPending) GetChangeRequestUrl ¶ added in v1.0.8
func (o *ManageChangeRequestPending) GetChangeRequestUrl() string
GetChangeRequestUrl returns the ChangeRequestUrl field value if set, zero value otherwise.
func (*ManageChangeRequestPending) GetChangeRequestUrlOk ¶ added in v1.0.8
func (o *ManageChangeRequestPending) GetChangeRequestUrlOk() (*string, bool)
GetChangeRequestUrlOk returns a tuple with the ChangeRequestUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManageChangeRequestPending) HasChangeRequestId ¶ added in v1.0.8
func (o *ManageChangeRequestPending) HasChangeRequestId() bool
HasChangeRequestId returns a boolean if a field has been set.
func (*ManageChangeRequestPending) HasChangeRequestUrl ¶ added in v1.0.8
func (o *ManageChangeRequestPending) HasChangeRequestUrl() bool
HasChangeRequestUrl returns a boolean if a field has been set.
func (ManageChangeRequestPending) MarshalJSON ¶ added in v1.0.8
func (o ManageChangeRequestPending) MarshalJSON() ([]byte, error)
func (*ManageChangeRequestPending) SetChangeRequestId ¶ added in v1.0.8
func (o *ManageChangeRequestPending) SetChangeRequestId(v string)
SetChangeRequestId gets a reference to the given string and assigns it to the ChangeRequestId field.
func (*ManageChangeRequestPending) SetChangeRequestUrl ¶ added in v1.0.8
func (o *ManageChangeRequestPending) SetChangeRequestUrl(v string)
SetChangeRequestUrl gets a reference to the given string and assigns it to the ChangeRequestUrl field.
func (*ManageChangeRequestPending) UnmarshalJSON ¶ added in v1.0.8
func (o *ManageChangeRequestPending) UnmarshalJSON(bytes []byte) (err error)
type NSOConfigDataXPath ¶
type NSOConfigDataXPath struct { ServiceInstanceXPath string `json:"serviceInstanceXPath"` ServiceType *string `json:"serviceType,omitempty"` PossibleXPathLocations *[]string `json:"possibleXPathLocations,omitempty"` AdditionalProperties map[string]interface{} }
NSOConfigDataXPath struct for NSOConfigDataXPath
func NewNSOConfigDataXPath ¶
func NewNSOConfigDataXPath(serviceInstanceXPath string) *NSOConfigDataXPath
NewNSOConfigDataXPath instantiates a new NSOConfigDataXPath object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNSOConfigDataXPathWithDefaults ¶
func NewNSOConfigDataXPathWithDefaults() *NSOConfigDataXPath
NewNSOConfigDataXPathWithDefaults instantiates a new NSOConfigDataXPath object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NSOConfigDataXPath) GetPossibleXPathLocations ¶
func (o *NSOConfigDataXPath) GetPossibleXPathLocations() []string
GetPossibleXPathLocations returns the PossibleXPathLocations field value if set, zero value otherwise.
func (*NSOConfigDataXPath) GetPossibleXPathLocationsOk ¶
func (o *NSOConfigDataXPath) GetPossibleXPathLocationsOk() (*[]string, bool)
GetPossibleXPathLocationsOk returns a tuple with the PossibleXPathLocations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NSOConfigDataXPath) GetServiceInstanceXPath ¶
func (o *NSOConfigDataXPath) GetServiceInstanceXPath() string
GetServiceInstanceXPath returns the ServiceInstanceXPath field value
func (*NSOConfigDataXPath) GetServiceInstanceXPathOk ¶
func (o *NSOConfigDataXPath) GetServiceInstanceXPathOk() (*string, bool)
GetServiceInstanceXPathOk returns a tuple with the ServiceInstanceXPath field value and a boolean to check if the value has been set.
func (*NSOConfigDataXPath) GetServiceType ¶
func (o *NSOConfigDataXPath) GetServiceType() string
GetServiceType returns the ServiceType field value if set, zero value otherwise.
func (*NSOConfigDataXPath) GetServiceTypeOk ¶
func (o *NSOConfigDataXPath) GetServiceTypeOk() (*string, bool)
GetServiceTypeOk returns a tuple with the ServiceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NSOConfigDataXPath) HasPossibleXPathLocations ¶
func (o *NSOConfigDataXPath) HasPossibleXPathLocations() bool
HasPossibleXPathLocations returns a boolean if a field has been set.
func (*NSOConfigDataXPath) HasServiceType ¶
func (o *NSOConfigDataXPath) HasServiceType() bool
HasServiceType returns a boolean if a field has been set.
func (NSOConfigDataXPath) MarshalJSON ¶
func (o NSOConfigDataXPath) MarshalJSON() ([]byte, error)
func (*NSOConfigDataXPath) SetPossibleXPathLocations ¶
func (o *NSOConfigDataXPath) SetPossibleXPathLocations(v []string)
SetPossibleXPathLocations gets a reference to the given []string and assigns it to the PossibleXPathLocations field.
func (*NSOConfigDataXPath) SetServiceInstanceXPath ¶
func (o *NSOConfigDataXPath) SetServiceInstanceXPath(v string)
SetServiceInstanceXPath sets field value
func (*NSOConfigDataXPath) SetServiceType ¶
func (o *NSOConfigDataXPath) SetServiceType(v string)
SetServiceType gets a reference to the given string and assigns it to the ServiceType field.
func (*NSOConfigDataXPath) UnmarshalJSON ¶ added in v1.0.5
func (o *NSOConfigDataXPath) UnmarshalJSON(bytes []byte) (err error)
type NameValue ¶
type NameValue struct { Name *string `json:"name,omitempty"` Value *string `json:"value,omitempty"` AdditionalProperties map[string]interface{} }
NameValue struct for NameValue
func NewNameValue ¶
func NewNameValue() *NameValue
NewNameValue instantiates a new NameValue object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNameValueWithDefaults ¶
func NewNameValueWithDefaults() *NameValue
NewNameValueWithDefaults instantiates a new NameValue object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NameValue) 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 (*NameValue) 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 (NameValue) MarshalJSON ¶
func (*NameValue) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*NameValue) SetValue ¶
SetValue gets a reference to the given string and assigns it to the Value field.
func (*NameValue) UnmarshalJSON ¶ added in v1.0.5
type NullableAccessToken ¶
type NullableAccessToken struct {
// contains filtered or unexported fields
}
func NewNullableAccessToken ¶
func NewNullableAccessToken(val *AccessToken) *NullableAccessToken
func (NullableAccessToken) Get ¶
func (v NullableAccessToken) Get() *AccessToken
func (NullableAccessToken) IsSet ¶
func (v NullableAccessToken) IsSet() bool
func (NullableAccessToken) MarshalJSON ¶
func (v NullableAccessToken) MarshalJSON() ([]byte, error)
func (*NullableAccessToken) Set ¶
func (v *NullableAccessToken) Set(val *AccessToken)
func (*NullableAccessToken) UnmarshalJSON ¶
func (v *NullableAccessToken) UnmarshalJSON(src []byte) error
func (*NullableAccessToken) Unset ¶
func (v *NullableAccessToken) Unset()
type NullableBillingCostsReport ¶ added in v1.0.8
type NullableBillingCostsReport struct {
// contains filtered or unexported fields
}
func NewNullableBillingCostsReport ¶ added in v1.0.8
func NewNullableBillingCostsReport(val *BillingCostsReport) *NullableBillingCostsReport
func (NullableBillingCostsReport) Get ¶ added in v1.0.8
func (v NullableBillingCostsReport) Get() *BillingCostsReport
func (NullableBillingCostsReport) IsSet ¶ added in v1.0.8
func (v NullableBillingCostsReport) IsSet() bool
func (NullableBillingCostsReport) MarshalJSON ¶ added in v1.0.8
func (v NullableBillingCostsReport) MarshalJSON() ([]byte, error)
func (*NullableBillingCostsReport) Set ¶ added in v1.0.8
func (v *NullableBillingCostsReport) Set(val *BillingCostsReport)
func (*NullableBillingCostsReport) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableBillingCostsReport) UnmarshalJSON(src []byte) error
func (*NullableBillingCostsReport) Unset ¶ added in v1.0.8
func (v *NullableBillingCostsReport) Unset()
type NullableBillingCycle ¶ added in v1.0.8
type NullableBillingCycle struct {
// contains filtered or unexported fields
}
func NewNullableBillingCycle ¶ added in v1.0.8
func NewNullableBillingCycle(val *BillingCycle) *NullableBillingCycle
func (NullableBillingCycle) Get ¶ added in v1.0.8
func (v NullableBillingCycle) Get() *BillingCycle
func (NullableBillingCycle) IsSet ¶ added in v1.0.8
func (v NullableBillingCycle) IsSet() bool
func (NullableBillingCycle) MarshalJSON ¶ added in v1.0.8
func (v NullableBillingCycle) MarshalJSON() ([]byte, error)
func (*NullableBillingCycle) Set ¶ added in v1.0.8
func (v *NullableBillingCycle) Set(val *BillingCycle)
func (*NullableBillingCycle) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableBillingCycle) UnmarshalJSON(src []byte) error
func (*NullableBillingCycle) Unset ¶ added in v1.0.8
func (v *NullableBillingCycle) Unset()
type NullableBillingCycleAllOf ¶ added in v1.0.8
type NullableBillingCycleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableBillingCycleAllOf ¶ added in v1.0.8
func NewNullableBillingCycleAllOf(val *BillingCycleAllOf) *NullableBillingCycleAllOf
func (NullableBillingCycleAllOf) Get ¶ added in v1.0.8
func (v NullableBillingCycleAllOf) Get() *BillingCycleAllOf
func (NullableBillingCycleAllOf) IsSet ¶ added in v1.0.8
func (v NullableBillingCycleAllOf) IsSet() bool
func (NullableBillingCycleAllOf) MarshalJSON ¶ added in v1.0.8
func (v NullableBillingCycleAllOf) MarshalJSON() ([]byte, error)
func (*NullableBillingCycleAllOf) Set ¶ added in v1.0.8
func (v *NullableBillingCycleAllOf) Set(val *BillingCycleAllOf)
func (*NullableBillingCycleAllOf) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableBillingCycleAllOf) UnmarshalJSON(src []byte) error
func (*NullableBillingCycleAllOf) Unset ¶ added in v1.0.8
func (v *NullableBillingCycleAllOf) Unset()
type NullableBillingCycleCreate ¶ added in v1.0.8
type NullableBillingCycleCreate struct {
// contains filtered or unexported fields
}
func NewNullableBillingCycleCreate ¶ added in v1.0.8
func NewNullableBillingCycleCreate(val *BillingCycleCreate) *NullableBillingCycleCreate
func (NullableBillingCycleCreate) Get ¶ added in v1.0.8
func (v NullableBillingCycleCreate) Get() *BillingCycleCreate
func (NullableBillingCycleCreate) IsSet ¶ added in v1.0.8
func (v NullableBillingCycleCreate) IsSet() bool
func (NullableBillingCycleCreate) MarshalJSON ¶ added in v1.0.8
func (v NullableBillingCycleCreate) MarshalJSON() ([]byte, error)
func (*NullableBillingCycleCreate) Set ¶ added in v1.0.8
func (v *NullableBillingCycleCreate) Set(val *BillingCycleCreate)
func (*NullableBillingCycleCreate) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableBillingCycleCreate) UnmarshalJSON(src []byte) error
func (*NullableBillingCycleCreate) Unset ¶ added in v1.0.8
func (v *NullableBillingCycleCreate) Unset()
type NullableBillingCycleProcess ¶ added in v1.0.8
type NullableBillingCycleProcess struct {
// contains filtered or unexported fields
}
func NewNullableBillingCycleProcess ¶ added in v1.0.8
func NewNullableBillingCycleProcess(val *BillingCycleProcess) *NullableBillingCycleProcess
func (NullableBillingCycleProcess) Get ¶ added in v1.0.8
func (v NullableBillingCycleProcess) Get() *BillingCycleProcess
func (NullableBillingCycleProcess) IsSet ¶ added in v1.0.8
func (v NullableBillingCycleProcess) IsSet() bool
func (NullableBillingCycleProcess) MarshalJSON ¶ added in v1.0.8
func (v NullableBillingCycleProcess) MarshalJSON() ([]byte, error)
func (*NullableBillingCycleProcess) Set ¶ added in v1.0.8
func (v *NullableBillingCycleProcess) Set(val *BillingCycleProcess)
func (*NullableBillingCycleProcess) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableBillingCycleProcess) UnmarshalJSON(src []byte) error
func (*NullableBillingCycleProcess) Unset ¶ added in v1.0.8
func (v *NullableBillingCycleProcess) Unset()
type NullableBillingCycleProcessAccepted ¶ added in v1.0.8
type NullableBillingCycleProcessAccepted struct {
// contains filtered or unexported fields
}
func NewNullableBillingCycleProcessAccepted ¶ added in v1.0.8
func NewNullableBillingCycleProcessAccepted(val *BillingCycleProcessAccepted) *NullableBillingCycleProcessAccepted
func (NullableBillingCycleProcessAccepted) Get ¶ added in v1.0.8
func (v NullableBillingCycleProcessAccepted) Get() *BillingCycleProcessAccepted
func (NullableBillingCycleProcessAccepted) IsSet ¶ added in v1.0.8
func (v NullableBillingCycleProcessAccepted) IsSet() bool
func (NullableBillingCycleProcessAccepted) MarshalJSON ¶ added in v1.0.8
func (v NullableBillingCycleProcessAccepted) MarshalJSON() ([]byte, error)
func (*NullableBillingCycleProcessAccepted) Set ¶ added in v1.0.8
func (v *NullableBillingCycleProcessAccepted) Set(val *BillingCycleProcessAccepted)
func (*NullableBillingCycleProcessAccepted) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableBillingCycleProcessAccepted) UnmarshalJSON(src []byte) error
func (*NullableBillingCycleProcessAccepted) Unset ¶ added in v1.0.8
func (v *NullableBillingCycleProcessAccepted) Unset()
type NullableBillingCycleUpdate ¶ added in v1.0.8
type NullableBillingCycleUpdate struct {
// contains filtered or unexported fields
}
func NewNullableBillingCycleUpdate ¶ added in v1.0.8
func NewNullableBillingCycleUpdate(val *BillingCycleUpdate) *NullableBillingCycleUpdate
func (NullableBillingCycleUpdate) Get ¶ added in v1.0.8
func (v NullableBillingCycleUpdate) Get() *BillingCycleUpdate
func (NullableBillingCycleUpdate) IsSet ¶ added in v1.0.8
func (v NullableBillingCycleUpdate) IsSet() bool
func (NullableBillingCycleUpdate) MarshalJSON ¶ added in v1.0.8
func (v NullableBillingCycleUpdate) MarshalJSON() ([]byte, error)
func (*NullableBillingCycleUpdate) Set ¶ added in v1.0.8
func (v *NullableBillingCycleUpdate) Set(val *BillingCycleUpdate)
func (*NullableBillingCycleUpdate) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableBillingCycleUpdate) UnmarshalJSON(src []byte) error
func (*NullableBillingCycleUpdate) Unset ¶ added in v1.0.8
func (v *NullableBillingCycleUpdate) Unset()
type NullableBillingCyclesPage ¶ added in v1.0.8
type NullableBillingCyclesPage struct {
// contains filtered or unexported fields
}
func NewNullableBillingCyclesPage ¶ added in v1.0.8
func NewNullableBillingCyclesPage(val *BillingCyclesPage) *NullableBillingCyclesPage
func (NullableBillingCyclesPage) Get ¶ added in v1.0.8
func (v NullableBillingCyclesPage) Get() *BillingCyclesPage
func (NullableBillingCyclesPage) IsSet ¶ added in v1.0.8
func (v NullableBillingCyclesPage) IsSet() bool
func (NullableBillingCyclesPage) MarshalJSON ¶ added in v1.0.8
func (v NullableBillingCyclesPage) MarshalJSON() ([]byte, error)
func (*NullableBillingCyclesPage) Set ¶ added in v1.0.8
func (v *NullableBillingCyclesPage) Set(val *BillingCyclesPage)
func (*NullableBillingCyclesPage) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableBillingCyclesPage) UnmarshalJSON(src []byte) error
func (*NullableBillingCyclesPage) Unset ¶ added in v1.0.8
func (v *NullableBillingCyclesPage) Unset()
type NullableBillingCyclesPageAllOf ¶ added in v1.0.8
type NullableBillingCyclesPageAllOf struct {
// contains filtered or unexported fields
}
func NewNullableBillingCyclesPageAllOf ¶ added in v1.0.8
func NewNullableBillingCyclesPageAllOf(val *BillingCyclesPageAllOf) *NullableBillingCyclesPageAllOf
func (NullableBillingCyclesPageAllOf) Get ¶ added in v1.0.8
func (v NullableBillingCyclesPageAllOf) Get() *BillingCyclesPageAllOf
func (NullableBillingCyclesPageAllOf) IsSet ¶ added in v1.0.8
func (v NullableBillingCyclesPageAllOf) IsSet() bool
func (NullableBillingCyclesPageAllOf) MarshalJSON ¶ added in v1.0.8
func (v NullableBillingCyclesPageAllOf) MarshalJSON() ([]byte, error)
func (*NullableBillingCyclesPageAllOf) Set ¶ added in v1.0.8
func (v *NullableBillingCyclesPageAllOf) Set(val *BillingCyclesPageAllOf)
func (*NullableBillingCyclesPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableBillingCyclesPageAllOf) UnmarshalJSON(src []byte) error
func (*NullableBillingCyclesPageAllOf) Unset ¶ added in v1.0.8
func (v *NullableBillingCyclesPageAllOf) Unset()
type NullableBillingEvent ¶ added in v1.0.8
type NullableBillingEvent struct {
// contains filtered or unexported fields
}
func NewNullableBillingEvent ¶ added in v1.0.8
func NewNullableBillingEvent(val *BillingEvent) *NullableBillingEvent
func (NullableBillingEvent) Get ¶ added in v1.0.8
func (v NullableBillingEvent) Get() *BillingEvent
func (NullableBillingEvent) IsSet ¶ added in v1.0.8
func (v NullableBillingEvent) IsSet() bool
func (NullableBillingEvent) MarshalJSON ¶ added in v1.0.8
func (v NullableBillingEvent) MarshalJSON() ([]byte, error)
func (*NullableBillingEvent) Set ¶ added in v1.0.8
func (v *NullableBillingEvent) Set(val *BillingEvent)
func (*NullableBillingEvent) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableBillingEvent) UnmarshalJSON(src []byte) error
func (*NullableBillingEvent) Unset ¶ added in v1.0.8
func (v *NullableBillingEvent) Unset()
type NullableBillingEventAllOf ¶ added in v1.0.8
type NullableBillingEventAllOf struct {
// contains filtered or unexported fields
}
func NewNullableBillingEventAllOf ¶ added in v1.0.8
func NewNullableBillingEventAllOf(val *BillingEventAllOf) *NullableBillingEventAllOf
func (NullableBillingEventAllOf) Get ¶ added in v1.0.8
func (v NullableBillingEventAllOf) Get() *BillingEventAllOf
func (NullableBillingEventAllOf) IsSet ¶ added in v1.0.8
func (v NullableBillingEventAllOf) IsSet() bool
func (NullableBillingEventAllOf) MarshalJSON ¶ added in v1.0.8
func (v NullableBillingEventAllOf) MarshalJSON() ([]byte, error)
func (*NullableBillingEventAllOf) Set ¶ added in v1.0.8
func (v *NullableBillingEventAllOf) Set(val *BillingEventAllOf)
func (*NullableBillingEventAllOf) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableBillingEventAllOf) UnmarshalJSON(src []byte) error
func (*NullableBillingEventAllOf) Unset ¶ added in v1.0.8
func (v *NullableBillingEventAllOf) Unset()
type NullableBillingEventCreate ¶ added in v1.0.8
type NullableBillingEventCreate struct {
// contains filtered or unexported fields
}
func NewNullableBillingEventCreate ¶ added in v1.0.8
func NewNullableBillingEventCreate(val *BillingEventCreate) *NullableBillingEventCreate
func (NullableBillingEventCreate) Get ¶ added in v1.0.8
func (v NullableBillingEventCreate) Get() *BillingEventCreate
func (NullableBillingEventCreate) IsSet ¶ added in v1.0.8
func (v NullableBillingEventCreate) IsSet() bool
func (NullableBillingEventCreate) MarshalJSON ¶ added in v1.0.8
func (v NullableBillingEventCreate) MarshalJSON() ([]byte, error)
func (*NullableBillingEventCreate) Set ¶ added in v1.0.8
func (v *NullableBillingEventCreate) Set(val *BillingEventCreate)
func (*NullableBillingEventCreate) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableBillingEventCreate) UnmarshalJSON(src []byte) error
func (*NullableBillingEventCreate) Unset ¶ added in v1.0.8
func (v *NullableBillingEventCreate) Unset()
type NullableBillingEventUpdate ¶ added in v1.0.8
type NullableBillingEventUpdate struct {
// contains filtered or unexported fields
}
func NewNullableBillingEventUpdate ¶ added in v1.0.8
func NewNullableBillingEventUpdate(val *BillingEventUpdate) *NullableBillingEventUpdate
func (NullableBillingEventUpdate) Get ¶ added in v1.0.8
func (v NullableBillingEventUpdate) Get() *BillingEventUpdate
func (NullableBillingEventUpdate) IsSet ¶ added in v1.0.8
func (v NullableBillingEventUpdate) IsSet() bool
func (NullableBillingEventUpdate) MarshalJSON ¶ added in v1.0.8
func (v NullableBillingEventUpdate) MarshalJSON() ([]byte, error)
func (*NullableBillingEventUpdate) Set ¶ added in v1.0.8
func (v *NullableBillingEventUpdate) Set(val *BillingEventUpdate)
func (*NullableBillingEventUpdate) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableBillingEventUpdate) UnmarshalJSON(src []byte) error
func (*NullableBillingEventUpdate) Unset ¶ added in v1.0.8
func (v *NullableBillingEventUpdate) Unset()
type NullableBillingEventsPage ¶ added in v1.0.8
type NullableBillingEventsPage struct {
// contains filtered or unexported fields
}
func NewNullableBillingEventsPage ¶ added in v1.0.8
func NewNullableBillingEventsPage(val *BillingEventsPage) *NullableBillingEventsPage
func (NullableBillingEventsPage) Get ¶ added in v1.0.8
func (v NullableBillingEventsPage) Get() *BillingEventsPage
func (NullableBillingEventsPage) IsSet ¶ added in v1.0.8
func (v NullableBillingEventsPage) IsSet() bool
func (NullableBillingEventsPage) MarshalJSON ¶ added in v1.0.8
func (v NullableBillingEventsPage) MarshalJSON() ([]byte, error)
func (*NullableBillingEventsPage) Set ¶ added in v1.0.8
func (v *NullableBillingEventsPage) Set(val *BillingEventsPage)
func (*NullableBillingEventsPage) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableBillingEventsPage) UnmarshalJSON(src []byte) error
func (*NullableBillingEventsPage) Unset ¶ added in v1.0.8
func (v *NullableBillingEventsPage) Unset()
type NullableBillingEventsPageAllOf ¶ added in v1.0.8
type NullableBillingEventsPageAllOf struct {
// contains filtered or unexported fields
}
func NewNullableBillingEventsPageAllOf ¶ added in v1.0.8
func NewNullableBillingEventsPageAllOf(val *BillingEventsPageAllOf) *NullableBillingEventsPageAllOf
func (NullableBillingEventsPageAllOf) Get ¶ added in v1.0.8
func (v NullableBillingEventsPageAllOf) Get() *BillingEventsPageAllOf
func (NullableBillingEventsPageAllOf) IsSet ¶ added in v1.0.8
func (v NullableBillingEventsPageAllOf) IsSet() bool
func (NullableBillingEventsPageAllOf) MarshalJSON ¶ added in v1.0.8
func (v NullableBillingEventsPageAllOf) MarshalJSON() ([]byte, error)
func (*NullableBillingEventsPageAllOf) Set ¶ added in v1.0.8
func (v *NullableBillingEventsPageAllOf) Set(val *BillingEventsPageAllOf)
func (*NullableBillingEventsPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableBillingEventsPageAllOf) UnmarshalJSON(src []byte) error
func (*NullableBillingEventsPageAllOf) Unset ¶ added in v1.0.8
func (v *NullableBillingEventsPageAllOf) Unset()
type NullableBillingPrice ¶ added in v1.0.8
type NullableBillingPrice struct {
// contains filtered or unexported fields
}
func NewNullableBillingPrice ¶ added in v1.0.8
func NewNullableBillingPrice(val *BillingPrice) *NullableBillingPrice
func (NullableBillingPrice) Get ¶ added in v1.0.8
func (v NullableBillingPrice) Get() *BillingPrice
func (NullableBillingPrice) IsSet ¶ added in v1.0.8
func (v NullableBillingPrice) IsSet() bool
func (NullableBillingPrice) MarshalJSON ¶ added in v1.0.8
func (v NullableBillingPrice) MarshalJSON() ([]byte, error)
func (*NullableBillingPrice) Set ¶ added in v1.0.8
func (v *NullableBillingPrice) Set(val *BillingPrice)
func (*NullableBillingPrice) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableBillingPrice) UnmarshalJSON(src []byte) error
func (*NullableBillingPrice) Unset ¶ added in v1.0.8
func (v *NullableBillingPrice) Unset()
type NullableBillingPriceAllOf ¶ added in v1.0.8
type NullableBillingPriceAllOf struct {
// contains filtered or unexported fields
}
func NewNullableBillingPriceAllOf ¶ added in v1.0.8
func NewNullableBillingPriceAllOf(val *BillingPriceAllOf) *NullableBillingPriceAllOf
func (NullableBillingPriceAllOf) Get ¶ added in v1.0.8
func (v NullableBillingPriceAllOf) Get() *BillingPriceAllOf
func (NullableBillingPriceAllOf) IsSet ¶ added in v1.0.8
func (v NullableBillingPriceAllOf) IsSet() bool
func (NullableBillingPriceAllOf) MarshalJSON ¶ added in v1.0.8
func (v NullableBillingPriceAllOf) MarshalJSON() ([]byte, error)
func (*NullableBillingPriceAllOf) Set ¶ added in v1.0.8
func (v *NullableBillingPriceAllOf) Set(val *BillingPriceAllOf)
func (*NullableBillingPriceAllOf) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableBillingPriceAllOf) UnmarshalJSON(src []byte) error
func (*NullableBillingPriceAllOf) Unset ¶ added in v1.0.8
func (v *NullableBillingPriceAllOf) Unset()
type NullableBillingPriceCreate ¶ added in v1.0.8
type NullableBillingPriceCreate struct {
// contains filtered or unexported fields
}
func NewNullableBillingPriceCreate ¶ added in v1.0.8
func NewNullableBillingPriceCreate(val *BillingPriceCreate) *NullableBillingPriceCreate
func (NullableBillingPriceCreate) Get ¶ added in v1.0.8
func (v NullableBillingPriceCreate) Get() *BillingPriceCreate
func (NullableBillingPriceCreate) IsSet ¶ added in v1.0.8
func (v NullableBillingPriceCreate) IsSet() bool
func (NullableBillingPriceCreate) MarshalJSON ¶ added in v1.0.8
func (v NullableBillingPriceCreate) MarshalJSON() ([]byte, error)
func (*NullableBillingPriceCreate) Set ¶ added in v1.0.8
func (v *NullableBillingPriceCreate) Set(val *BillingPriceCreate)
func (*NullableBillingPriceCreate) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableBillingPriceCreate) UnmarshalJSON(src []byte) error
func (*NullableBillingPriceCreate) Unset ¶ added in v1.0.8
func (v *NullableBillingPriceCreate) Unset()
type NullableBillingPriceUpdate ¶ added in v1.0.8
type NullableBillingPriceUpdate struct {
// contains filtered or unexported fields
}
func NewNullableBillingPriceUpdate ¶ added in v1.0.8
func NewNullableBillingPriceUpdate(val *BillingPriceUpdate) *NullableBillingPriceUpdate
func (NullableBillingPriceUpdate) Get ¶ added in v1.0.8
func (v NullableBillingPriceUpdate) Get() *BillingPriceUpdate
func (NullableBillingPriceUpdate) IsSet ¶ added in v1.0.8
func (v NullableBillingPriceUpdate) IsSet() bool
func (NullableBillingPriceUpdate) MarshalJSON ¶ added in v1.0.8
func (v NullableBillingPriceUpdate) MarshalJSON() ([]byte, error)
func (*NullableBillingPriceUpdate) Set ¶ added in v1.0.8
func (v *NullableBillingPriceUpdate) Set(val *BillingPriceUpdate)
func (*NullableBillingPriceUpdate) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableBillingPriceUpdate) UnmarshalJSON(src []byte) error
func (*NullableBillingPriceUpdate) Unset ¶ added in v1.0.8
func (v *NullableBillingPriceUpdate) Unset()
type NullableBillingPricesPage ¶ added in v1.0.8
type NullableBillingPricesPage struct {
// contains filtered or unexported fields
}
func NewNullableBillingPricesPage ¶ added in v1.0.8
func NewNullableBillingPricesPage(val *BillingPricesPage) *NullableBillingPricesPage
func (NullableBillingPricesPage) Get ¶ added in v1.0.8
func (v NullableBillingPricesPage) Get() *BillingPricesPage
func (NullableBillingPricesPage) IsSet ¶ added in v1.0.8
func (v NullableBillingPricesPage) IsSet() bool
func (NullableBillingPricesPage) MarshalJSON ¶ added in v1.0.8
func (v NullableBillingPricesPage) MarshalJSON() ([]byte, error)
func (*NullableBillingPricesPage) Set ¶ added in v1.0.8
func (v *NullableBillingPricesPage) Set(val *BillingPricesPage)
func (*NullableBillingPricesPage) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableBillingPricesPage) UnmarshalJSON(src []byte) error
func (*NullableBillingPricesPage) Unset ¶ added in v1.0.8
func (v *NullableBillingPricesPage) Unset()
type NullableBillingPricesPageAllOf ¶ added in v1.0.8
type NullableBillingPricesPageAllOf struct {
// contains filtered or unexported fields
}
func NewNullableBillingPricesPageAllOf ¶ added in v1.0.8
func NewNullableBillingPricesPageAllOf(val *BillingPricesPageAllOf) *NullableBillingPricesPageAllOf
func (NullableBillingPricesPageAllOf) Get ¶ added in v1.0.8
func (v NullableBillingPricesPageAllOf) Get() *BillingPricesPageAllOf
func (NullableBillingPricesPageAllOf) IsSet ¶ added in v1.0.8
func (v NullableBillingPricesPageAllOf) IsSet() bool
func (NullableBillingPricesPageAllOf) MarshalJSON ¶ added in v1.0.8
func (v NullableBillingPricesPageAllOf) MarshalJSON() ([]byte, error)
func (*NullableBillingPricesPageAllOf) Set ¶ added in v1.0.8
func (v *NullableBillingPricesPageAllOf) Set(val *BillingPricesPageAllOf)
func (*NullableBillingPricesPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableBillingPricesPageAllOf) UnmarshalJSON(src []byte) error
func (*NullableBillingPricesPageAllOf) Unset ¶ added in v1.0.8
func (v *NullableBillingPricesPageAllOf) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableCatalogAssignment ¶
type NullableCatalogAssignment struct {
// contains filtered or unexported fields
}
func NewNullableCatalogAssignment ¶
func NewNullableCatalogAssignment(val *CatalogAssignment) *NullableCatalogAssignment
func (NullableCatalogAssignment) Get ¶
func (v NullableCatalogAssignment) Get() *CatalogAssignment
func (NullableCatalogAssignment) IsSet ¶
func (v NullableCatalogAssignment) IsSet() bool
func (NullableCatalogAssignment) MarshalJSON ¶
func (v NullableCatalogAssignment) MarshalJSON() ([]byte, error)
func (*NullableCatalogAssignment) Set ¶
func (v *NullableCatalogAssignment) Set(val *CatalogAssignment)
func (*NullableCatalogAssignment) UnmarshalJSON ¶
func (v *NullableCatalogAssignment) UnmarshalJSON(src []byte) error
func (*NullableCatalogAssignment) Unset ¶
func (v *NullableCatalogAssignment) Unset()
type NullableChangeRequest ¶ added in v1.0.8
type NullableChangeRequest struct {
// contains filtered or unexported fields
}
func NewNullableChangeRequest ¶ added in v1.0.8
func NewNullableChangeRequest(val *ChangeRequest) *NullableChangeRequest
func (NullableChangeRequest) Get ¶ added in v1.0.8
func (v NullableChangeRequest) Get() *ChangeRequest
func (NullableChangeRequest) IsSet ¶ added in v1.0.8
func (v NullableChangeRequest) IsSet() bool
func (NullableChangeRequest) MarshalJSON ¶ added in v1.0.8
func (v NullableChangeRequest) MarshalJSON() ([]byte, error)
func (*NullableChangeRequest) Set ¶ added in v1.0.8
func (v *NullableChangeRequest) Set(val *ChangeRequest)
func (*NullableChangeRequest) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableChangeRequest) UnmarshalJSON(src []byte) error
func (*NullableChangeRequest) Unset ¶ added in v1.0.8
func (v *NullableChangeRequest) Unset()
type NullableChangeRequestAllOf ¶ added in v1.0.8
type NullableChangeRequestAllOf struct {
// contains filtered or unexported fields
}
func NewNullableChangeRequestAllOf ¶ added in v1.0.8
func NewNullableChangeRequestAllOf(val *ChangeRequestAllOf) *NullableChangeRequestAllOf
func (NullableChangeRequestAllOf) Get ¶ added in v1.0.8
func (v NullableChangeRequestAllOf) Get() *ChangeRequestAllOf
func (NullableChangeRequestAllOf) IsSet ¶ added in v1.0.8
func (v NullableChangeRequestAllOf) IsSet() bool
func (NullableChangeRequestAllOf) MarshalJSON ¶ added in v1.0.8
func (v NullableChangeRequestAllOf) MarshalJSON() ([]byte, error)
func (*NullableChangeRequestAllOf) Set ¶ added in v1.0.8
func (v *NullableChangeRequestAllOf) Set(val *ChangeRequestAllOf)
func (*NullableChangeRequestAllOf) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableChangeRequestAllOf) UnmarshalJSON(src []byte) error
func (*NullableChangeRequestAllOf) Unset ¶ added in v1.0.8
func (v *NullableChangeRequestAllOf) Unset()
type NullableChangeRequestCreate ¶ added in v1.0.8
type NullableChangeRequestCreate struct {
// contains filtered or unexported fields
}
func NewNullableChangeRequestCreate ¶ added in v1.0.8
func NewNullableChangeRequestCreate(val *ChangeRequestCreate) *NullableChangeRequestCreate
func (NullableChangeRequestCreate) Get ¶ added in v1.0.8
func (v NullableChangeRequestCreate) Get() *ChangeRequestCreate
func (NullableChangeRequestCreate) IsSet ¶ added in v1.0.8
func (v NullableChangeRequestCreate) IsSet() bool
func (NullableChangeRequestCreate) MarshalJSON ¶ added in v1.0.8
func (v NullableChangeRequestCreate) MarshalJSON() ([]byte, error)
func (*NullableChangeRequestCreate) Set ¶ added in v1.0.8
func (v *NullableChangeRequestCreate) Set(val *ChangeRequestCreate)
func (*NullableChangeRequestCreate) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableChangeRequestCreate) UnmarshalJSON(src []byte) error
func (*NullableChangeRequestCreate) Unset ¶ added in v1.0.8
func (v *NullableChangeRequestCreate) Unset()
type NullableChangeRequestSummary ¶ added in v1.0.8
type NullableChangeRequestSummary struct {
// contains filtered or unexported fields
}
func NewNullableChangeRequestSummary ¶ added in v1.0.8
func NewNullableChangeRequestSummary(val *ChangeRequestSummary) *NullableChangeRequestSummary
func (NullableChangeRequestSummary) Get ¶ added in v1.0.8
func (v NullableChangeRequestSummary) Get() *ChangeRequestSummary
func (NullableChangeRequestSummary) IsSet ¶ added in v1.0.8
func (v NullableChangeRequestSummary) IsSet() bool
func (NullableChangeRequestSummary) MarshalJSON ¶ added in v1.0.8
func (v NullableChangeRequestSummary) MarshalJSON() ([]byte, error)
func (*NullableChangeRequestSummary) Set ¶ added in v1.0.8
func (v *NullableChangeRequestSummary) Set(val *ChangeRequestSummary)
func (*NullableChangeRequestSummary) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableChangeRequestSummary) UnmarshalJSON(src []byte) error
func (*NullableChangeRequestSummary) Unset ¶ added in v1.0.8
func (v *NullableChangeRequestSummary) Unset()
type NullableChangeRequestUpdate ¶ added in v1.0.8
type NullableChangeRequestUpdate struct {
// contains filtered or unexported fields
}
func NewNullableChangeRequestUpdate ¶ added in v1.0.8
func NewNullableChangeRequestUpdate(val *ChangeRequestUpdate) *NullableChangeRequestUpdate
func (NullableChangeRequestUpdate) Get ¶ added in v1.0.8
func (v NullableChangeRequestUpdate) Get() *ChangeRequestUpdate
func (NullableChangeRequestUpdate) IsSet ¶ added in v1.0.8
func (v NullableChangeRequestUpdate) IsSet() bool
func (NullableChangeRequestUpdate) MarshalJSON ¶ added in v1.0.8
func (v NullableChangeRequestUpdate) MarshalJSON() ([]byte, error)
func (*NullableChangeRequestUpdate) Set ¶ added in v1.0.8
func (v *NullableChangeRequestUpdate) Set(val *ChangeRequestUpdate)
func (*NullableChangeRequestUpdate) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableChangeRequestUpdate) UnmarshalJSON(src []byte) error
func (*NullableChangeRequestUpdate) Unset ¶ added in v1.0.8
func (v *NullableChangeRequestUpdate) Unset()
type NullableChangeRequestsPage ¶ added in v1.0.8
type NullableChangeRequestsPage struct {
// contains filtered or unexported fields
}
func NewNullableChangeRequestsPage ¶ added in v1.0.8
func NewNullableChangeRequestsPage(val *ChangeRequestsPage) *NullableChangeRequestsPage
func (NullableChangeRequestsPage) Get ¶ added in v1.0.8
func (v NullableChangeRequestsPage) Get() *ChangeRequestsPage
func (NullableChangeRequestsPage) IsSet ¶ added in v1.0.8
func (v NullableChangeRequestsPage) IsSet() bool
func (NullableChangeRequestsPage) MarshalJSON ¶ added in v1.0.8
func (v NullableChangeRequestsPage) MarshalJSON() ([]byte, error)
func (*NullableChangeRequestsPage) Set ¶ added in v1.0.8
func (v *NullableChangeRequestsPage) Set(val *ChangeRequestsPage)
func (*NullableChangeRequestsPage) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableChangeRequestsPage) UnmarshalJSON(src []byte) error
func (*NullableChangeRequestsPage) Unset ¶ added in v1.0.8
func (v *NullableChangeRequestsPage) Unset()
type NullableChangeRequestsPageAllOf ¶ added in v1.0.8
type NullableChangeRequestsPageAllOf struct {
// contains filtered or unexported fields
}
func NewNullableChangeRequestsPageAllOf ¶ added in v1.0.8
func NewNullableChangeRequestsPageAllOf(val *ChangeRequestsPageAllOf) *NullableChangeRequestsPageAllOf
func (NullableChangeRequestsPageAllOf) Get ¶ added in v1.0.8
func (v NullableChangeRequestsPageAllOf) Get() *ChangeRequestsPageAllOf
func (NullableChangeRequestsPageAllOf) IsSet ¶ added in v1.0.8
func (v NullableChangeRequestsPageAllOf) IsSet() bool
func (NullableChangeRequestsPageAllOf) MarshalJSON ¶ added in v1.0.8
func (v NullableChangeRequestsPageAllOf) MarshalJSON() ([]byte, error)
func (*NullableChangeRequestsPageAllOf) Set ¶ added in v1.0.8
func (v *NullableChangeRequestsPageAllOf) Set(val *ChangeRequestsPageAllOf)
func (*NullableChangeRequestsPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableChangeRequestsPageAllOf) UnmarshalJSON(src []byte) error
func (*NullableChangeRequestsPageAllOf) Unset ¶ added in v1.0.8
func (v *NullableChangeRequestsPageAllOf) Unset()
type NullableCostSummary ¶ added in v1.0.8
type NullableCostSummary struct {
// contains filtered or unexported fields
}
func NewNullableCostSummary ¶ added in v1.0.8
func NewNullableCostSummary(val *CostSummary) *NullableCostSummary
func (NullableCostSummary) Get ¶ added in v1.0.8
func (v NullableCostSummary) Get() *CostSummary
func (NullableCostSummary) IsSet ¶ added in v1.0.8
func (v NullableCostSummary) IsSet() bool
func (NullableCostSummary) MarshalJSON ¶ added in v1.0.8
func (v NullableCostSummary) MarshalJSON() ([]byte, error)
func (*NullableCostSummary) Set ¶ added in v1.0.8
func (v *NullableCostSummary) Set(val *CostSummary)
func (*NullableCostSummary) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableCostSummary) UnmarshalJSON(src []byte) error
func (*NullableCostSummary) Unset ¶ added in v1.0.8
func (v *NullableCostSummary) Unset()
type NullableDevice ¶
type NullableDevice struct {
// contains filtered or unexported fields
}
func NewNullableDevice ¶
func NewNullableDevice(val *Device) *NullableDevice
func (NullableDevice) Get ¶
func (v NullableDevice) Get() *Device
func (NullableDevice) IsSet ¶
func (v NullableDevice) IsSet() bool
func (NullableDevice) MarshalJSON ¶
func (v NullableDevice) MarshalJSON() ([]byte, error)
func (*NullableDevice) Set ¶
func (v *NullableDevice) Set(val *Device)
func (*NullableDevice) UnmarshalJSON ¶
func (v *NullableDevice) UnmarshalJSON(src []byte) error
func (*NullableDevice) Unset ¶
func (v *NullableDevice) Unset()
type NullableDeviceAllOf ¶
type NullableDeviceAllOf struct {
// contains filtered or unexported fields
}
func NewNullableDeviceAllOf ¶
func NewNullableDeviceAllOf(val *DeviceAllOf) *NullableDeviceAllOf
func (NullableDeviceAllOf) Get ¶
func (v NullableDeviceAllOf) Get() *DeviceAllOf
func (NullableDeviceAllOf) IsSet ¶
func (v NullableDeviceAllOf) IsSet() bool
func (NullableDeviceAllOf) MarshalJSON ¶
func (v NullableDeviceAllOf) MarshalJSON() ([]byte, error)
func (*NullableDeviceAllOf) Set ¶
func (v *NullableDeviceAllOf) Set(val *DeviceAllOf)
func (*NullableDeviceAllOf) UnmarshalJSON ¶
func (v *NullableDeviceAllOf) UnmarshalJSON(src []byte) error
func (*NullableDeviceAllOf) Unset ¶
func (v *NullableDeviceAllOf) Unset()
type NullableDeviceComplianceState ¶ added in v1.0.5
type NullableDeviceComplianceState struct {
// contains filtered or unexported fields
}
func NewNullableDeviceComplianceState ¶ added in v1.0.5
func NewNullableDeviceComplianceState(val *DeviceComplianceState) *NullableDeviceComplianceState
func (NullableDeviceComplianceState) Get ¶ added in v1.0.5
func (v NullableDeviceComplianceState) Get() *DeviceComplianceState
func (NullableDeviceComplianceState) IsSet ¶ added in v1.0.5
func (v NullableDeviceComplianceState) IsSet() bool
func (NullableDeviceComplianceState) MarshalJSON ¶ added in v1.0.5
func (v NullableDeviceComplianceState) MarshalJSON() ([]byte, error)
func (*NullableDeviceComplianceState) Set ¶ added in v1.0.5
func (v *NullableDeviceComplianceState) Set(val *DeviceComplianceState)
func (*NullableDeviceComplianceState) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableDeviceComplianceState) UnmarshalJSON(src []byte) error
func (*NullableDeviceComplianceState) Unset ¶ added in v1.0.5
func (v *NullableDeviceComplianceState) Unset()
type NullableDeviceCreate ¶
type NullableDeviceCreate struct {
// contains filtered or unexported fields
}
func NewNullableDeviceCreate ¶
func NewNullableDeviceCreate(val *DeviceCreate) *NullableDeviceCreate
func (NullableDeviceCreate) Get ¶
func (v NullableDeviceCreate) Get() *DeviceCreate
func (NullableDeviceCreate) IsSet ¶
func (v NullableDeviceCreate) IsSet() bool
func (NullableDeviceCreate) MarshalJSON ¶
func (v NullableDeviceCreate) MarshalJSON() ([]byte, error)
func (*NullableDeviceCreate) Set ¶
func (v *NullableDeviceCreate) Set(val *DeviceCreate)
func (*NullableDeviceCreate) UnmarshalJSON ¶
func (v *NullableDeviceCreate) UnmarshalJSON(src []byte) error
func (*NullableDeviceCreate) Unset ¶
func (v *NullableDeviceCreate) Unset()
type NullableDeviceCreateAllOf ¶
type NullableDeviceCreateAllOf struct {
// contains filtered or unexported fields
}
func NewNullableDeviceCreateAllOf ¶
func NewNullableDeviceCreateAllOf(val *DeviceCreateAllOf) *NullableDeviceCreateAllOf
func (NullableDeviceCreateAllOf) Get ¶
func (v NullableDeviceCreateAllOf) Get() *DeviceCreateAllOf
func (NullableDeviceCreateAllOf) IsSet ¶
func (v NullableDeviceCreateAllOf) IsSet() bool
func (NullableDeviceCreateAllOf) MarshalJSON ¶
func (v NullableDeviceCreateAllOf) MarshalJSON() ([]byte, error)
func (*NullableDeviceCreateAllOf) Set ¶
func (v *NullableDeviceCreateAllOf) Set(val *DeviceCreateAllOf)
func (*NullableDeviceCreateAllOf) UnmarshalJSON ¶
func (v *NullableDeviceCreateAllOf) UnmarshalJSON(src []byte) error
func (*NullableDeviceCreateAllOf) Unset ¶
func (v *NullableDeviceCreateAllOf) Unset()
type NullableDevicePatch ¶ added in v1.0.5
type NullableDevicePatch struct {
// contains filtered or unexported fields
}
func NewNullableDevicePatch ¶ added in v1.0.5
func NewNullableDevicePatch(val *DevicePatch) *NullableDevicePatch
func (NullableDevicePatch) Get ¶ added in v1.0.5
func (v NullableDevicePatch) Get() *DevicePatch
func (NullableDevicePatch) IsSet ¶ added in v1.0.5
func (v NullableDevicePatch) IsSet() bool
func (NullableDevicePatch) MarshalJSON ¶ added in v1.0.5
func (v NullableDevicePatch) MarshalJSON() ([]byte, error)
func (*NullableDevicePatch) Set ¶ added in v1.0.5
func (v *NullableDevicePatch) Set(val *DevicePatch)
func (*NullableDevicePatch) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableDevicePatch) UnmarshalJSON(src []byte) error
func (*NullableDevicePatch) Unset ¶ added in v1.0.5
func (v *NullableDevicePatch) Unset()
type NullableDeviceSummary ¶
type NullableDeviceSummary struct {
// contains filtered or unexported fields
}
func NewNullableDeviceSummary ¶
func NewNullableDeviceSummary(val *DeviceSummary) *NullableDeviceSummary
func (NullableDeviceSummary) Get ¶
func (v NullableDeviceSummary) Get() *DeviceSummary
func (NullableDeviceSummary) IsSet ¶
func (v NullableDeviceSummary) IsSet() bool
func (NullableDeviceSummary) MarshalJSON ¶
func (v NullableDeviceSummary) MarshalJSON() ([]byte, error)
func (*NullableDeviceSummary) Set ¶
func (v *NullableDeviceSummary) Set(val *DeviceSummary)
func (*NullableDeviceSummary) UnmarshalJSON ¶
func (v *NullableDeviceSummary) UnmarshalJSON(src []byte) error
func (*NullableDeviceSummary) Unset ¶
func (v *NullableDeviceSummary) Unset()
type NullableDeviceTemplate ¶
type NullableDeviceTemplate struct {
// contains filtered or unexported fields
}
func NewNullableDeviceTemplate ¶
func NewNullableDeviceTemplate(val *DeviceTemplate) *NullableDeviceTemplate
func (NullableDeviceTemplate) Get ¶
func (v NullableDeviceTemplate) Get() *DeviceTemplate
func (NullableDeviceTemplate) IsSet ¶
func (v NullableDeviceTemplate) IsSet() bool
func (NullableDeviceTemplate) MarshalJSON ¶
func (v NullableDeviceTemplate) MarshalJSON() ([]byte, error)
func (*NullableDeviceTemplate) Set ¶
func (v *NullableDeviceTemplate) Set(val *DeviceTemplate)
func (*NullableDeviceTemplate) UnmarshalJSON ¶
func (v *NullableDeviceTemplate) UnmarshalJSON(src []byte) error
func (*NullableDeviceTemplate) Unset ¶
func (v *NullableDeviceTemplate) Unset()
type NullableDeviceTemplateAccess ¶
type NullableDeviceTemplateAccess struct {
// contains filtered or unexported fields
}
func NewNullableDeviceTemplateAccess ¶
func NewNullableDeviceTemplateAccess(val *DeviceTemplateAccess) *NullableDeviceTemplateAccess
func (NullableDeviceTemplateAccess) Get ¶
func (v NullableDeviceTemplateAccess) Get() *DeviceTemplateAccess
func (NullableDeviceTemplateAccess) IsSet ¶
func (v NullableDeviceTemplateAccess) IsSet() bool
func (NullableDeviceTemplateAccess) MarshalJSON ¶
func (v NullableDeviceTemplateAccess) MarshalJSON() ([]byte, error)
func (*NullableDeviceTemplateAccess) Set ¶
func (v *NullableDeviceTemplateAccess) Set(val *DeviceTemplateAccess)
func (*NullableDeviceTemplateAccess) UnmarshalJSON ¶
func (v *NullableDeviceTemplateAccess) UnmarshalJSON(src []byte) error
func (*NullableDeviceTemplateAccess) Unset ¶
func (v *NullableDeviceTemplateAccess) Unset()
type NullableDeviceTemplateAccessResponse ¶
type NullableDeviceTemplateAccessResponse struct {
// contains filtered or unexported fields
}
func NewNullableDeviceTemplateAccessResponse ¶
func NewNullableDeviceTemplateAccessResponse(val *DeviceTemplateAccessResponse) *NullableDeviceTemplateAccessResponse
func (NullableDeviceTemplateAccessResponse) Get ¶
func (v NullableDeviceTemplateAccessResponse) Get() *DeviceTemplateAccessResponse
func (NullableDeviceTemplateAccessResponse) IsSet ¶
func (v NullableDeviceTemplateAccessResponse) IsSet() bool
func (NullableDeviceTemplateAccessResponse) MarshalJSON ¶
func (v NullableDeviceTemplateAccessResponse) MarshalJSON() ([]byte, error)
func (*NullableDeviceTemplateAccessResponse) Set ¶
func (v *NullableDeviceTemplateAccessResponse) Set(val *DeviceTemplateAccessResponse)
func (*NullableDeviceTemplateAccessResponse) UnmarshalJSON ¶
func (v *NullableDeviceTemplateAccessResponse) UnmarshalJSON(src []byte) error
func (*NullableDeviceTemplateAccessResponse) Unset ¶
func (v *NullableDeviceTemplateAccessResponse) Unset()
type NullableDeviceTemplateAttachRequest ¶
type NullableDeviceTemplateAttachRequest struct {
// contains filtered or unexported fields
}
func NewNullableDeviceTemplateAttachRequest ¶
func NewNullableDeviceTemplateAttachRequest(val *DeviceTemplateAttachRequest) *NullableDeviceTemplateAttachRequest
func (NullableDeviceTemplateAttachRequest) Get ¶
func (v NullableDeviceTemplateAttachRequest) Get() *DeviceTemplateAttachRequest
func (NullableDeviceTemplateAttachRequest) IsSet ¶
func (v NullableDeviceTemplateAttachRequest) IsSet() bool
func (NullableDeviceTemplateAttachRequest) MarshalJSON ¶
func (v NullableDeviceTemplateAttachRequest) MarshalJSON() ([]byte, error)
func (*NullableDeviceTemplateAttachRequest) Set ¶
func (v *NullableDeviceTemplateAttachRequest) Set(val *DeviceTemplateAttachRequest)
func (*NullableDeviceTemplateAttachRequest) UnmarshalJSON ¶
func (v *NullableDeviceTemplateAttachRequest) UnmarshalJSON(src []byte) error
func (*NullableDeviceTemplateAttachRequest) Unset ¶
func (v *NullableDeviceTemplateAttachRequest) Unset()
type NullableDeviceTemplateBatchAttachRequest ¶ added in v1.0.8
type NullableDeviceTemplateBatchAttachRequest struct {
// contains filtered or unexported fields
}
func NewNullableDeviceTemplateBatchAttachRequest ¶ added in v1.0.8
func NewNullableDeviceTemplateBatchAttachRequest(val *DeviceTemplateBatchAttachRequest) *NullableDeviceTemplateBatchAttachRequest
func (NullableDeviceTemplateBatchAttachRequest) IsSet ¶ added in v1.0.8
func (v NullableDeviceTemplateBatchAttachRequest) IsSet() bool
func (NullableDeviceTemplateBatchAttachRequest) MarshalJSON ¶ added in v1.0.8
func (v NullableDeviceTemplateBatchAttachRequest) MarshalJSON() ([]byte, error)
func (*NullableDeviceTemplateBatchAttachRequest) Set ¶ added in v1.0.8
func (v *NullableDeviceTemplateBatchAttachRequest) Set(val *DeviceTemplateBatchAttachRequest)
func (*NullableDeviceTemplateBatchAttachRequest) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableDeviceTemplateBatchAttachRequest) UnmarshalJSON(src []byte) error
func (*NullableDeviceTemplateBatchAttachRequest) Unset ¶ added in v1.0.8
func (v *NullableDeviceTemplateBatchAttachRequest) Unset()
type NullableDeviceTemplateCreate ¶
type NullableDeviceTemplateCreate struct {
// contains filtered or unexported fields
}
func NewNullableDeviceTemplateCreate ¶
func NewNullableDeviceTemplateCreate(val *DeviceTemplateCreate) *NullableDeviceTemplateCreate
func (NullableDeviceTemplateCreate) Get ¶
func (v NullableDeviceTemplateCreate) Get() *DeviceTemplateCreate
func (NullableDeviceTemplateCreate) IsSet ¶
func (v NullableDeviceTemplateCreate) IsSet() bool
func (NullableDeviceTemplateCreate) MarshalJSON ¶
func (v NullableDeviceTemplateCreate) MarshalJSON() ([]byte, error)
func (*NullableDeviceTemplateCreate) Set ¶
func (v *NullableDeviceTemplateCreate) Set(val *DeviceTemplateCreate)
func (*NullableDeviceTemplateCreate) UnmarshalJSON ¶
func (v *NullableDeviceTemplateCreate) UnmarshalJSON(src []byte) error
func (*NullableDeviceTemplateCreate) Unset ¶
func (v *NullableDeviceTemplateCreate) Unset()
type NullableDeviceTemplateDetails ¶
type NullableDeviceTemplateDetails struct {
// contains filtered or unexported fields
}
func NewNullableDeviceTemplateDetails ¶
func NewNullableDeviceTemplateDetails(val *DeviceTemplateDetails) *NullableDeviceTemplateDetails
func (NullableDeviceTemplateDetails) Get ¶
func (v NullableDeviceTemplateDetails) Get() *DeviceTemplateDetails
func (NullableDeviceTemplateDetails) IsSet ¶
func (v NullableDeviceTemplateDetails) IsSet() bool
func (NullableDeviceTemplateDetails) MarshalJSON ¶
func (v NullableDeviceTemplateDetails) MarshalJSON() ([]byte, error)
func (*NullableDeviceTemplateDetails) Set ¶
func (v *NullableDeviceTemplateDetails) Set(val *DeviceTemplateDetails)
func (*NullableDeviceTemplateDetails) UnmarshalJSON ¶
func (v *NullableDeviceTemplateDetails) UnmarshalJSON(src []byte) error
func (*NullableDeviceTemplateDetails) Unset ¶
func (v *NullableDeviceTemplateDetails) Unset()
type NullableDeviceTemplateHistory ¶
type NullableDeviceTemplateHistory struct {
// contains filtered or unexported fields
}
func NewNullableDeviceTemplateHistory ¶
func NewNullableDeviceTemplateHistory(val *DeviceTemplateHistory) *NullableDeviceTemplateHistory
func (NullableDeviceTemplateHistory) Get ¶
func (v NullableDeviceTemplateHistory) Get() *DeviceTemplateHistory
func (NullableDeviceTemplateHistory) IsSet ¶
func (v NullableDeviceTemplateHistory) IsSet() bool
func (NullableDeviceTemplateHistory) MarshalJSON ¶
func (v NullableDeviceTemplateHistory) MarshalJSON() ([]byte, error)
func (*NullableDeviceTemplateHistory) Set ¶
func (v *NullableDeviceTemplateHistory) Set(val *DeviceTemplateHistory)
func (*NullableDeviceTemplateHistory) UnmarshalJSON ¶
func (v *NullableDeviceTemplateHistory) UnmarshalJSON(src []byte) error
func (*NullableDeviceTemplateHistory) Unset ¶
func (v *NullableDeviceTemplateHistory) Unset()
type NullableDeviceTemplateHistorySummary ¶ added in v1.0.8
type NullableDeviceTemplateHistorySummary struct {
// contains filtered or unexported fields
}
func NewNullableDeviceTemplateHistorySummary ¶ added in v1.0.8
func NewNullableDeviceTemplateHistorySummary(val *DeviceTemplateHistorySummary) *NullableDeviceTemplateHistorySummary
func (NullableDeviceTemplateHistorySummary) Get ¶ added in v1.0.8
func (v NullableDeviceTemplateHistorySummary) Get() *DeviceTemplateHistorySummary
func (NullableDeviceTemplateHistorySummary) IsSet ¶ added in v1.0.8
func (v NullableDeviceTemplateHistorySummary) IsSet() bool
func (NullableDeviceTemplateHistorySummary) MarshalJSON ¶ added in v1.0.8
func (v NullableDeviceTemplateHistorySummary) MarshalJSON() ([]byte, error)
func (*NullableDeviceTemplateHistorySummary) Set ¶ added in v1.0.8
func (v *NullableDeviceTemplateHistorySummary) Set(val *DeviceTemplateHistorySummary)
func (*NullableDeviceTemplateHistorySummary) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableDeviceTemplateHistorySummary) UnmarshalJSON(src []byte) error
func (*NullableDeviceTemplateHistorySummary) Unset ¶ added in v1.0.8
func (v *NullableDeviceTemplateHistorySummary) Unset()
type NullableDeviceTemplateUpdateDetails ¶
type NullableDeviceTemplateUpdateDetails struct {
// contains filtered or unexported fields
}
func NewNullableDeviceTemplateUpdateDetails ¶
func NewNullableDeviceTemplateUpdateDetails(val *DeviceTemplateUpdateDetails) *NullableDeviceTemplateUpdateDetails
func (NullableDeviceTemplateUpdateDetails) Get ¶
func (v NullableDeviceTemplateUpdateDetails) Get() *DeviceTemplateUpdateDetails
func (NullableDeviceTemplateUpdateDetails) IsSet ¶
func (v NullableDeviceTemplateUpdateDetails) IsSet() bool
func (NullableDeviceTemplateUpdateDetails) MarshalJSON ¶
func (v NullableDeviceTemplateUpdateDetails) MarshalJSON() ([]byte, error)
func (*NullableDeviceTemplateUpdateDetails) Set ¶
func (v *NullableDeviceTemplateUpdateDetails) Set(val *DeviceTemplateUpdateDetails)
func (*NullableDeviceTemplateUpdateDetails) UnmarshalJSON ¶
func (v *NullableDeviceTemplateUpdateDetails) UnmarshalJSON(src []byte) error
func (*NullableDeviceTemplateUpdateDetails) Unset ¶
func (v *NullableDeviceTemplateUpdateDetails) Unset()
type NullableDeviceTemplateUpdateRequest ¶
type NullableDeviceTemplateUpdateRequest struct {
// contains filtered or unexported fields
}
func NewNullableDeviceTemplateUpdateRequest ¶
func NewNullableDeviceTemplateUpdateRequest(val *DeviceTemplateUpdateRequest) *NullableDeviceTemplateUpdateRequest
func (NullableDeviceTemplateUpdateRequest) Get ¶
func (v NullableDeviceTemplateUpdateRequest) Get() *DeviceTemplateUpdateRequest
func (NullableDeviceTemplateUpdateRequest) IsSet ¶
func (v NullableDeviceTemplateUpdateRequest) IsSet() bool
func (NullableDeviceTemplateUpdateRequest) MarshalJSON ¶
func (v NullableDeviceTemplateUpdateRequest) MarshalJSON() ([]byte, error)
func (*NullableDeviceTemplateUpdateRequest) Set ¶
func (v *NullableDeviceTemplateUpdateRequest) Set(val *DeviceTemplateUpdateRequest)
func (*NullableDeviceTemplateUpdateRequest) UnmarshalJSON ¶
func (v *NullableDeviceTemplateUpdateRequest) UnmarshalJSON(src []byte) error
func (*NullableDeviceTemplateUpdateRequest) Unset ¶
func (v *NullableDeviceTemplateUpdateRequest) Unset()
type NullableDeviceTemplateVersionCreate ¶ added in v1.0.5
type NullableDeviceTemplateVersionCreate struct {
// contains filtered or unexported fields
}
func NewNullableDeviceTemplateVersionCreate ¶ added in v1.0.5
func NewNullableDeviceTemplateVersionCreate(val *DeviceTemplateVersionCreate) *NullableDeviceTemplateVersionCreate
func (NullableDeviceTemplateVersionCreate) Get ¶ added in v1.0.5
func (v NullableDeviceTemplateVersionCreate) Get() *DeviceTemplateVersionCreate
func (NullableDeviceTemplateVersionCreate) IsSet ¶ added in v1.0.5
func (v NullableDeviceTemplateVersionCreate) IsSet() bool
func (NullableDeviceTemplateVersionCreate) MarshalJSON ¶ added in v1.0.5
func (v NullableDeviceTemplateVersionCreate) MarshalJSON() ([]byte, error)
func (*NullableDeviceTemplateVersionCreate) Set ¶ added in v1.0.5
func (v *NullableDeviceTemplateVersionCreate) Set(val *DeviceTemplateVersionCreate)
func (*NullableDeviceTemplateVersionCreate) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableDeviceTemplateVersionCreate) UnmarshalJSON(src []byte) error
func (*NullableDeviceTemplateVersionCreate) Unset ¶ added in v1.0.5
func (v *NullableDeviceTemplateVersionCreate) Unset()
type NullableDeviceUpdate ¶
type NullableDeviceUpdate struct {
// contains filtered or unexported fields
}
func NewNullableDeviceUpdate ¶
func NewNullableDeviceUpdate(val *DeviceUpdate) *NullableDeviceUpdate
func (NullableDeviceUpdate) Get ¶
func (v NullableDeviceUpdate) Get() *DeviceUpdate
func (NullableDeviceUpdate) IsSet ¶
func (v NullableDeviceUpdate) IsSet() bool
func (NullableDeviceUpdate) MarshalJSON ¶
func (v NullableDeviceUpdate) MarshalJSON() ([]byte, error)
func (*NullableDeviceUpdate) Set ¶
func (v *NullableDeviceUpdate) Set(val *DeviceUpdate)
func (*NullableDeviceUpdate) UnmarshalJSON ¶
func (v *NullableDeviceUpdate) UnmarshalJSON(src []byte) error
func (*NullableDeviceUpdate) Unset ¶
func (v *NullableDeviceUpdate) Unset()
type NullableDeviceUpdateAllOf ¶ added in v1.0.5
type NullableDeviceUpdateAllOf struct {
// contains filtered or unexported fields
}
func NewNullableDeviceUpdateAllOf ¶ added in v1.0.5
func NewNullableDeviceUpdateAllOf(val *DeviceUpdateAllOf) *NullableDeviceUpdateAllOf
func (NullableDeviceUpdateAllOf) Get ¶ added in v1.0.5
func (v NullableDeviceUpdateAllOf) Get() *DeviceUpdateAllOf
func (NullableDeviceUpdateAllOf) IsSet ¶ added in v1.0.5
func (v NullableDeviceUpdateAllOf) IsSet() bool
func (NullableDeviceUpdateAllOf) MarshalJSON ¶ added in v1.0.5
func (v NullableDeviceUpdateAllOf) MarshalJSON() ([]byte, error)
func (*NullableDeviceUpdateAllOf) Set ¶ added in v1.0.5
func (v *NullableDeviceUpdateAllOf) Set(val *DeviceUpdateAllOf)
func (*NullableDeviceUpdateAllOf) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableDeviceUpdateAllOf) UnmarshalJSON(src []byte) error
func (*NullableDeviceUpdateAllOf) Unset ¶ added in v1.0.5
func (v *NullableDeviceUpdateAllOf) Unset()
type NullableDeviceVulnerabilityState ¶ added in v1.0.5
type NullableDeviceVulnerabilityState struct {
// contains filtered or unexported fields
}
func NewNullableDeviceVulnerabilityState ¶ added in v1.0.5
func NewNullableDeviceVulnerabilityState(val *DeviceVulnerabilityState) *NullableDeviceVulnerabilityState
func (NullableDeviceVulnerabilityState) Get ¶ added in v1.0.5
func (v NullableDeviceVulnerabilityState) Get() *DeviceVulnerabilityState
func (NullableDeviceVulnerabilityState) IsSet ¶ added in v1.0.5
func (v NullableDeviceVulnerabilityState) IsSet() bool
func (NullableDeviceVulnerabilityState) MarshalJSON ¶ added in v1.0.5
func (v NullableDeviceVulnerabilityState) MarshalJSON() ([]byte, error)
func (*NullableDeviceVulnerabilityState) Set ¶ added in v1.0.5
func (v *NullableDeviceVulnerabilityState) Set(val *DeviceVulnerabilityState)
func (*NullableDeviceVulnerabilityState) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableDeviceVulnerabilityState) UnmarshalJSON(src []byte) error
func (*NullableDeviceVulnerabilityState) Unset ¶ added in v1.0.5
func (v *NullableDeviceVulnerabilityState) Unset()
type NullableDevicesPage ¶
type NullableDevicesPage struct {
// contains filtered or unexported fields
}
func NewNullableDevicesPage ¶
func NewNullableDevicesPage(val *DevicesPage) *NullableDevicesPage
func (NullableDevicesPage) Get ¶
func (v NullableDevicesPage) Get() *DevicesPage
func (NullableDevicesPage) IsSet ¶
func (v NullableDevicesPage) IsSet() bool
func (NullableDevicesPage) MarshalJSON ¶
func (v NullableDevicesPage) MarshalJSON() ([]byte, error)
func (*NullableDevicesPage) Set ¶
func (v *NullableDevicesPage) Set(val *DevicesPage)
func (*NullableDevicesPage) UnmarshalJSON ¶
func (v *NullableDevicesPage) UnmarshalJSON(src []byte) error
func (*NullableDevicesPage) Unset ¶
func (v *NullableDevicesPage) Unset()
type NullableDevicesPageAllOf ¶
type NullableDevicesPageAllOf struct {
// contains filtered or unexported fields
}
func NewNullableDevicesPageAllOf ¶
func NewNullableDevicesPageAllOf(val *DevicesPageAllOf) *NullableDevicesPageAllOf
func (NullableDevicesPageAllOf) Get ¶
func (v NullableDevicesPageAllOf) Get() *DevicesPageAllOf
func (NullableDevicesPageAllOf) IsSet ¶
func (v NullableDevicesPageAllOf) IsSet() bool
func (NullableDevicesPageAllOf) MarshalJSON ¶
func (v NullableDevicesPageAllOf) MarshalJSON() ([]byte, error)
func (*NullableDevicesPageAllOf) Set ¶
func (v *NullableDevicesPageAllOf) Set(val *DevicesPageAllOf)
func (*NullableDevicesPageAllOf) UnmarshalJSON ¶
func (v *NullableDevicesPageAllOf) UnmarshalJSON(src []byte) error
func (*NullableDevicesPageAllOf) Unset ¶
func (v *NullableDevicesPageAllOf) Unset()
type NullableError ¶
type NullableError struct {
// contains filtered or unexported fields
}
func NewNullableError ¶
func NewNullableError(val *Error) *NullableError
func (NullableError) Get ¶
func (v NullableError) Get() *Error
func (NullableError) IsSet ¶
func (v NullableError) IsSet() bool
func (NullableError) MarshalJSON ¶
func (v NullableError) MarshalJSON() ([]byte, error)
func (*NullableError) Set ¶
func (v *NullableError) Set(val *Error)
func (*NullableError) UnmarshalJSON ¶
func (v *NullableError) UnmarshalJSON(src []byte) error
func (*NullableError) Unset ¶
func (v *NullableError) Unset()
type 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 NullableGenericEvent ¶ added in v1.0.5
type NullableGenericEvent struct {
// contains filtered or unexported fields
}
func NewNullableGenericEvent ¶ added in v1.0.5
func NewNullableGenericEvent(val *GenericEvent) *NullableGenericEvent
func (NullableGenericEvent) Get ¶ added in v1.0.5
func (v NullableGenericEvent) Get() *GenericEvent
func (NullableGenericEvent) IsSet ¶ added in v1.0.5
func (v NullableGenericEvent) IsSet() bool
func (NullableGenericEvent) MarshalJSON ¶ added in v1.0.5
func (v NullableGenericEvent) MarshalJSON() ([]byte, error)
func (*NullableGenericEvent) Set ¶ added in v1.0.5
func (v *NullableGenericEvent) Set(val *GenericEvent)
func (*NullableGenericEvent) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableGenericEvent) UnmarshalJSON(src []byte) error
func (*NullableGenericEvent) Unset ¶ added in v1.0.5
func (v *NullableGenericEvent) Unset()
type NullableGenericEventAllOf ¶ added in v1.0.5
type NullableGenericEventAllOf struct {
// contains filtered or unexported fields
}
func NewNullableGenericEventAllOf ¶ added in v1.0.5
func NewNullableGenericEventAllOf(val *GenericEventAllOf) *NullableGenericEventAllOf
func (NullableGenericEventAllOf) Get ¶ added in v1.0.5
func (v NullableGenericEventAllOf) Get() *GenericEventAllOf
func (NullableGenericEventAllOf) IsSet ¶ added in v1.0.5
func (v NullableGenericEventAllOf) IsSet() bool
func (NullableGenericEventAllOf) MarshalJSON ¶ added in v1.0.5
func (v NullableGenericEventAllOf) MarshalJSON() ([]byte, error)
func (*NullableGenericEventAllOf) Set ¶ added in v1.0.5
func (v *NullableGenericEventAllOf) Set(val *GenericEventAllOf)
func (*NullableGenericEventAllOf) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableGenericEventAllOf) UnmarshalJSON(src []byte) error
func (*NullableGenericEventAllOf) Unset ¶ added in v1.0.5
func (v *NullableGenericEventAllOf) Unset()
type NullableGenericEventCreate ¶ added in v1.0.5
type NullableGenericEventCreate struct {
// contains filtered or unexported fields
}
func NewNullableGenericEventCreate ¶ added in v1.0.5
func NewNullableGenericEventCreate(val *GenericEventCreate) *NullableGenericEventCreate
func (NullableGenericEventCreate) Get ¶ added in v1.0.5
func (v NullableGenericEventCreate) Get() *GenericEventCreate
func (NullableGenericEventCreate) IsSet ¶ added in v1.0.5
func (v NullableGenericEventCreate) IsSet() bool
func (NullableGenericEventCreate) MarshalJSON ¶ added in v1.0.5
func (v NullableGenericEventCreate) MarshalJSON() ([]byte, error)
func (*NullableGenericEventCreate) Set ¶ added in v1.0.5
func (v *NullableGenericEventCreate) Set(val *GenericEventCreate)
func (*NullableGenericEventCreate) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableGenericEventCreate) UnmarshalJSON(src []byte) error
func (*NullableGenericEventCreate) Unset ¶ added in v1.0.5
func (v *NullableGenericEventCreate) Unset()
type NullableGenericEventSecurity ¶ added in v1.0.5
type NullableGenericEventSecurity struct {
// contains filtered or unexported fields
}
func NewNullableGenericEventSecurity ¶ added in v1.0.5
func NewNullableGenericEventSecurity(val *GenericEventSecurity) *NullableGenericEventSecurity
func (NullableGenericEventSecurity) Get ¶ added in v1.0.5
func (v NullableGenericEventSecurity) Get() *GenericEventSecurity
func (NullableGenericEventSecurity) IsSet ¶ added in v1.0.5
func (v NullableGenericEventSecurity) IsSet() bool
func (NullableGenericEventSecurity) MarshalJSON ¶ added in v1.0.5
func (v NullableGenericEventSecurity) MarshalJSON() ([]byte, error)
func (*NullableGenericEventSecurity) Set ¶ added in v1.0.5
func (v *NullableGenericEventSecurity) Set(val *GenericEventSecurity)
func (*NullableGenericEventSecurity) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableGenericEventSecurity) UnmarshalJSON(src []byte) error
func (*NullableGenericEventSecurity) Unset ¶ added in v1.0.5
func (v *NullableGenericEventSecurity) Unset()
type NullableGenericEventSeverity ¶ added in v1.0.5
type NullableGenericEventSeverity struct {
// contains filtered or unexported fields
}
func NewNullableGenericEventSeverity ¶ added in v1.0.5
func NewNullableGenericEventSeverity(val *GenericEventSeverity) *NullableGenericEventSeverity
func (NullableGenericEventSeverity) Get ¶ added in v1.0.5
func (v NullableGenericEventSeverity) Get() *GenericEventSeverity
func (NullableGenericEventSeverity) IsSet ¶ added in v1.0.5
func (v NullableGenericEventSeverity) IsSet() bool
func (NullableGenericEventSeverity) MarshalJSON ¶ added in v1.0.5
func (v NullableGenericEventSeverity) MarshalJSON() ([]byte, error)
func (*NullableGenericEventSeverity) Set ¶ added in v1.0.5
func (v *NullableGenericEventSeverity) Set(val *GenericEventSeverity)
func (*NullableGenericEventSeverity) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableGenericEventSeverity) UnmarshalJSON(src []byte) error
func (*NullableGenericEventSeverity) Unset ¶ added in v1.0.5
func (v *NullableGenericEventSeverity) Unset()
type NullableGenericEventTrace ¶ added in v1.0.5
type NullableGenericEventTrace struct {
// contains filtered or unexported fields
}
func NewNullableGenericEventTrace ¶ added in v1.0.5
func NewNullableGenericEventTrace(val *GenericEventTrace) *NullableGenericEventTrace
func (NullableGenericEventTrace) Get ¶ added in v1.0.5
func (v NullableGenericEventTrace) Get() *GenericEventTrace
func (NullableGenericEventTrace) IsSet ¶ added in v1.0.5
func (v NullableGenericEventTrace) IsSet() bool
func (NullableGenericEventTrace) MarshalJSON ¶ added in v1.0.5
func (v NullableGenericEventTrace) MarshalJSON() ([]byte, error)
func (*NullableGenericEventTrace) Set ¶ added in v1.0.5
func (v *NullableGenericEventTrace) Set(val *GenericEventTrace)
func (*NullableGenericEventTrace) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableGenericEventTrace) UnmarshalJSON(src []byte) error
func (*NullableGenericEventTrace) Unset ¶ added in v1.0.5
func (v *NullableGenericEventTrace) Unset()
type NullableIncident ¶ added in v1.0.8
type NullableIncident struct {
// contains filtered or unexported fields
}
func NewNullableIncident ¶ added in v1.0.8
func NewNullableIncident(val *Incident) *NullableIncident
func (NullableIncident) Get ¶ added in v1.0.8
func (v NullableIncident) Get() *Incident
func (NullableIncident) IsSet ¶ added in v1.0.8
func (v NullableIncident) IsSet() bool
func (NullableIncident) MarshalJSON ¶ added in v1.0.8
func (v NullableIncident) MarshalJSON() ([]byte, error)
func (*NullableIncident) Set ¶ added in v1.0.8
func (v *NullableIncident) Set(val *Incident)
func (*NullableIncident) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableIncident) UnmarshalJSON(src []byte) error
func (*NullableIncident) Unset ¶ added in v1.0.8
func (v *NullableIncident) Unset()
type NullableIncidentAllOf ¶ added in v1.0.8
type NullableIncidentAllOf struct {
// contains filtered or unexported fields
}
func NewNullableIncidentAllOf ¶ added in v1.0.8
func NewNullableIncidentAllOf(val *IncidentAllOf) *NullableIncidentAllOf
func (NullableIncidentAllOf) Get ¶ added in v1.0.8
func (v NullableIncidentAllOf) Get() *IncidentAllOf
func (NullableIncidentAllOf) IsSet ¶ added in v1.0.8
func (v NullableIncidentAllOf) IsSet() bool
func (NullableIncidentAllOf) MarshalJSON ¶ added in v1.0.8
func (v NullableIncidentAllOf) MarshalJSON() ([]byte, error)
func (*NullableIncidentAllOf) Set ¶ added in v1.0.8
func (v *NullableIncidentAllOf) Set(val *IncidentAllOf)
func (*NullableIncidentAllOf) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableIncidentAllOf) UnmarshalJSON(src []byte) error
func (*NullableIncidentAllOf) Unset ¶ added in v1.0.8
func (v *NullableIncidentAllOf) Unset()
type NullableIncidentCancel ¶ added in v1.0.8
type NullableIncidentCancel struct {
// contains filtered or unexported fields
}
func NewNullableIncidentCancel ¶ added in v1.0.8
func NewNullableIncidentCancel(val *IncidentCancel) *NullableIncidentCancel
func (NullableIncidentCancel) Get ¶ added in v1.0.8
func (v NullableIncidentCancel) Get() *IncidentCancel
func (NullableIncidentCancel) IsSet ¶ added in v1.0.8
func (v NullableIncidentCancel) IsSet() bool
func (NullableIncidentCancel) MarshalJSON ¶ added in v1.0.8
func (v NullableIncidentCancel) MarshalJSON() ([]byte, error)
func (*NullableIncidentCancel) Set ¶ added in v1.0.8
func (v *NullableIncidentCancel) Set(val *IncidentCancel)
func (*NullableIncidentCancel) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableIncidentCancel) UnmarshalJSON(src []byte) error
func (*NullableIncidentCancel) Unset ¶ added in v1.0.8
func (v *NullableIncidentCancel) Unset()
type NullableIncidentConfig ¶ added in v1.0.8
type NullableIncidentConfig struct {
// contains filtered or unexported fields
}
func NewNullableIncidentConfig ¶ added in v1.0.8
func NewNullableIncidentConfig(val *IncidentConfig) *NullableIncidentConfig
func (NullableIncidentConfig) Get ¶ added in v1.0.8
func (v NullableIncidentConfig) Get() *IncidentConfig
func (NullableIncidentConfig) IsSet ¶ added in v1.0.8
func (v NullableIncidentConfig) IsSet() bool
func (NullableIncidentConfig) MarshalJSON ¶ added in v1.0.8
func (v NullableIncidentConfig) MarshalJSON() ([]byte, error)
func (*NullableIncidentConfig) Set ¶ added in v1.0.8
func (v *NullableIncidentConfig) Set(val *IncidentConfig)
func (*NullableIncidentConfig) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableIncidentConfig) UnmarshalJSON(src []byte) error
func (*NullableIncidentConfig) Unset ¶ added in v1.0.8
func (v *NullableIncidentConfig) Unset()
type NullableIncidentConfigPatch ¶ added in v1.0.8
type NullableIncidentConfigPatch struct {
// contains filtered or unexported fields
}
func NewNullableIncidentConfigPatch ¶ added in v1.0.8
func NewNullableIncidentConfigPatch(val *IncidentConfigPatch) *NullableIncidentConfigPatch
func (NullableIncidentConfigPatch) Get ¶ added in v1.0.8
func (v NullableIncidentConfigPatch) Get() *IncidentConfigPatch
func (NullableIncidentConfigPatch) IsSet ¶ added in v1.0.8
func (v NullableIncidentConfigPatch) IsSet() bool
func (NullableIncidentConfigPatch) MarshalJSON ¶ added in v1.0.8
func (v NullableIncidentConfigPatch) MarshalJSON() ([]byte, error)
func (*NullableIncidentConfigPatch) Set ¶ added in v1.0.8
func (v *NullableIncidentConfigPatch) Set(val *IncidentConfigPatch)
func (*NullableIncidentConfigPatch) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableIncidentConfigPatch) UnmarshalJSON(src []byte) error
func (*NullableIncidentConfigPatch) Unset ¶ added in v1.0.8
func (v *NullableIncidentConfigPatch) Unset()
type NullableIncidentConfigUpdate ¶ added in v1.0.8
type NullableIncidentConfigUpdate struct {
// contains filtered or unexported fields
}
func NewNullableIncidentConfigUpdate ¶ added in v1.0.8
func NewNullableIncidentConfigUpdate(val *IncidentConfigUpdate) *NullableIncidentConfigUpdate
func (NullableIncidentConfigUpdate) Get ¶ added in v1.0.8
func (v NullableIncidentConfigUpdate) Get() *IncidentConfigUpdate
func (NullableIncidentConfigUpdate) IsSet ¶ added in v1.0.8
func (v NullableIncidentConfigUpdate) IsSet() bool
func (NullableIncidentConfigUpdate) MarshalJSON ¶ added in v1.0.8
func (v NullableIncidentConfigUpdate) MarshalJSON() ([]byte, error)
func (*NullableIncidentConfigUpdate) Set ¶ added in v1.0.8
func (v *NullableIncidentConfigUpdate) Set(val *IncidentConfigUpdate)
func (*NullableIncidentConfigUpdate) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableIncidentConfigUpdate) UnmarshalJSON(src []byte) error
func (*NullableIncidentConfigUpdate) Unset ¶ added in v1.0.8
func (v *NullableIncidentConfigUpdate) Unset()
type NullableIncidentCreate ¶ added in v1.0.8
type NullableIncidentCreate struct {
// contains filtered or unexported fields
}
func NewNullableIncidentCreate ¶ added in v1.0.8
func NewNullableIncidentCreate(val *IncidentCreate) *NullableIncidentCreate
func (NullableIncidentCreate) Get ¶ added in v1.0.8
func (v NullableIncidentCreate) Get() *IncidentCreate
func (NullableIncidentCreate) IsSet ¶ added in v1.0.8
func (v NullableIncidentCreate) IsSet() bool
func (NullableIncidentCreate) MarshalJSON ¶ added in v1.0.8
func (v NullableIncidentCreate) MarshalJSON() ([]byte, error)
func (*NullableIncidentCreate) Set ¶ added in v1.0.8
func (v *NullableIncidentCreate) Set(val *IncidentCreate)
func (*NullableIncidentCreate) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableIncidentCreate) UnmarshalJSON(src []byte) error
func (*NullableIncidentCreate) Unset ¶ added in v1.0.8
func (v *NullableIncidentCreate) Unset()
type NullableIncidentUpdate ¶ added in v1.0.8
type NullableIncidentUpdate struct {
// contains filtered or unexported fields
}
func NewNullableIncidentUpdate ¶ added in v1.0.8
func NewNullableIncidentUpdate(val *IncidentUpdate) *NullableIncidentUpdate
func (NullableIncidentUpdate) Get ¶ added in v1.0.8
func (v NullableIncidentUpdate) Get() *IncidentUpdate
func (NullableIncidentUpdate) IsSet ¶ added in v1.0.8
func (v NullableIncidentUpdate) IsSet() bool
func (NullableIncidentUpdate) MarshalJSON ¶ added in v1.0.8
func (v NullableIncidentUpdate) MarshalJSON() ([]byte, error)
func (*NullableIncidentUpdate) Set ¶ added in v1.0.8
func (v *NullableIncidentUpdate) Set(val *IncidentUpdate)
func (*NullableIncidentUpdate) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableIncidentUpdate) UnmarshalJSON(src []byte) error
func (*NullableIncidentUpdate) Unset ¶ added in v1.0.8
func (v *NullableIncidentUpdate) Unset()
type NullableIncidentsPage ¶ added in v1.0.8
type NullableIncidentsPage struct {
// contains filtered or unexported fields
}
func NewNullableIncidentsPage ¶ added in v1.0.8
func NewNullableIncidentsPage(val *IncidentsPage) *NullableIncidentsPage
func (NullableIncidentsPage) Get ¶ added in v1.0.8
func (v NullableIncidentsPage) Get() *IncidentsPage
func (NullableIncidentsPage) IsSet ¶ added in v1.0.8
func (v NullableIncidentsPage) IsSet() bool
func (NullableIncidentsPage) MarshalJSON ¶ added in v1.0.8
func (v NullableIncidentsPage) MarshalJSON() ([]byte, error)
func (*NullableIncidentsPage) Set ¶ added in v1.0.8
func (v *NullableIncidentsPage) Set(val *IncidentsPage)
func (*NullableIncidentsPage) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableIncidentsPage) UnmarshalJSON(src []byte) error
func (*NullableIncidentsPage) Unset ¶ added in v1.0.8
func (v *NullableIncidentsPage) Unset()
type NullableIncidentsPageAllOf ¶ added in v1.0.8
type NullableIncidentsPageAllOf struct {
// contains filtered or unexported fields
}
func NewNullableIncidentsPageAllOf ¶ added in v1.0.8
func NewNullableIncidentsPageAllOf(val *IncidentsPageAllOf) *NullableIncidentsPageAllOf
func (NullableIncidentsPageAllOf) Get ¶ added in v1.0.8
func (v NullableIncidentsPageAllOf) Get() *IncidentsPageAllOf
func (NullableIncidentsPageAllOf) IsSet ¶ added in v1.0.8
func (v NullableIncidentsPageAllOf) IsSet() bool
func (NullableIncidentsPageAllOf) MarshalJSON ¶ added in v1.0.8
func (v NullableIncidentsPageAllOf) MarshalJSON() ([]byte, error)
func (*NullableIncidentsPageAllOf) Set ¶ added in v1.0.8
func (v *NullableIncidentsPageAllOf) Set(val *IncidentsPageAllOf)
func (*NullableIncidentsPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableIncidentsPageAllOf) UnmarshalJSON(src []byte) error
func (*NullableIncidentsPageAllOf) Unset ¶ added in v1.0.8
func (v *NullableIncidentsPageAllOf) 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 NullableLegacyAbsoluteConfig ¶
type NullableLegacyAbsoluteConfig struct {
// contains filtered or unexported fields
}
func NewNullableLegacyAbsoluteConfig ¶
func NewNullableLegacyAbsoluteConfig(val *LegacyAbsoluteConfig) *NullableLegacyAbsoluteConfig
func (NullableLegacyAbsoluteConfig) Get ¶
func (v NullableLegacyAbsoluteConfig) Get() *LegacyAbsoluteConfig
func (NullableLegacyAbsoluteConfig) IsSet ¶
func (v NullableLegacyAbsoluteConfig) IsSet() bool
func (NullableLegacyAbsoluteConfig) MarshalJSON ¶
func (v NullableLegacyAbsoluteConfig) MarshalJSON() ([]byte, error)
func (*NullableLegacyAbsoluteConfig) Set ¶
func (v *NullableLegacyAbsoluteConfig) Set(val *LegacyAbsoluteConfig)
func (*NullableLegacyAbsoluteConfig) UnmarshalJSON ¶
func (v *NullableLegacyAbsoluteConfig) UnmarshalJSON(src []byte) error
func (*NullableLegacyAbsoluteConfig) Unset ¶
func (v *NullableLegacyAbsoluteConfig) Unset()
type NullableLegacyAddress ¶
type NullableLegacyAddress struct {
// contains filtered or unexported fields
}
func NewNullableLegacyAddress ¶
func NewNullableLegacyAddress(val *LegacyAddress) *NullableLegacyAddress
func (NullableLegacyAddress) Get ¶
func (v NullableLegacyAddress) Get() *LegacyAddress
func (NullableLegacyAddress) IsSet ¶
func (v NullableLegacyAddress) IsSet() bool
func (NullableLegacyAddress) MarshalJSON ¶
func (v NullableLegacyAddress) MarshalJSON() ([]byte, error)
func (*NullableLegacyAddress) Set ¶
func (v *NullableLegacyAddress) Set(val *LegacyAddress)
func (*NullableLegacyAddress) UnmarshalJSON ¶
func (v *NullableLegacyAddress) UnmarshalJSON(src []byte) error
func (*NullableLegacyAddress) Unset ¶
func (v *NullableLegacyAddress) Unset()
type NullableLegacyNsoResponseTypes ¶
type NullableLegacyNsoResponseTypes struct {
// contains filtered or unexported fields
}
func NewNullableLegacyNsoResponseTypes ¶
func NewNullableLegacyNsoResponseTypes(val *LegacyNsoResponseTypes) *NullableLegacyNsoResponseTypes
func (NullableLegacyNsoResponseTypes) Get ¶
func (v NullableLegacyNsoResponseTypes) Get() *LegacyNsoResponseTypes
func (NullableLegacyNsoResponseTypes) IsSet ¶
func (v NullableLegacyNsoResponseTypes) IsSet() bool
func (NullableLegacyNsoResponseTypes) MarshalJSON ¶
func (v NullableLegacyNsoResponseTypes) MarshalJSON() ([]byte, error)
func (*NullableLegacyNsoResponseTypes) Set ¶
func (v *NullableLegacyNsoResponseTypes) Set(val *LegacyNsoResponseTypes)
func (*NullableLegacyNsoResponseTypes) UnmarshalJSON ¶
func (v *NullableLegacyNsoResponseTypes) UnmarshalJSON(src []byte) error
func (*NullableLegacyNsoResponseTypes) Unset ¶
func (v *NullableLegacyNsoResponseTypes) Unset()
type NullableLegacyRelativeConfig ¶
type NullableLegacyRelativeConfig struct {
// contains filtered or unexported fields
}
func NewNullableLegacyRelativeConfig ¶
func NewNullableLegacyRelativeConfig(val *LegacyRelativeConfig) *NullableLegacyRelativeConfig
func (NullableLegacyRelativeConfig) Get ¶
func (v NullableLegacyRelativeConfig) Get() *LegacyRelativeConfig
func (NullableLegacyRelativeConfig) IsSet ¶
func (v NullableLegacyRelativeConfig) IsSet() bool
func (NullableLegacyRelativeConfig) MarshalJSON ¶
func (v NullableLegacyRelativeConfig) MarshalJSON() ([]byte, error)
func (*NullableLegacyRelativeConfig) Set ¶
func (v *NullableLegacyRelativeConfig) Set(val *LegacyRelativeConfig)
func (*NullableLegacyRelativeConfig) UnmarshalJSON ¶
func (v *NullableLegacyRelativeConfig) UnmarshalJSON(src []byte) error
func (*NullableLegacyRelativeConfig) Unset ¶
func (v *NullableLegacyRelativeConfig) Unset()
type NullableLegacyScheduleConfig ¶
type NullableLegacyScheduleConfig struct {
// contains filtered or unexported fields
}
func NewNullableLegacyScheduleConfig ¶
func NewNullableLegacyScheduleConfig(val *LegacyScheduleConfig) *NullableLegacyScheduleConfig
func (NullableLegacyScheduleConfig) Get ¶
func (v NullableLegacyScheduleConfig) Get() *LegacyScheduleConfig
func (NullableLegacyScheduleConfig) IsSet ¶
func (v NullableLegacyScheduleConfig) IsSet() bool
func (NullableLegacyScheduleConfig) MarshalJSON ¶
func (v NullableLegacyScheduleConfig) MarshalJSON() ([]byte, error)
func (*NullableLegacyScheduleConfig) Set ¶
func (v *NullableLegacyScheduleConfig) Set(val *LegacyScheduleConfig)
func (*NullableLegacyScheduleConfig) UnmarshalJSON ¶
func (v *NullableLegacyScheduleConfig) UnmarshalJSON(src []byte) error
func (*NullableLegacyScheduleConfig) Unset ¶
func (v *NullableLegacyScheduleConfig) Unset()
type NullableLegacyServiceOrder ¶
type NullableLegacyServiceOrder struct {
// contains filtered or unexported fields
}
func NewNullableLegacyServiceOrder ¶
func NewNullableLegacyServiceOrder(val *LegacyServiceOrder) *NullableLegacyServiceOrder
func (NullableLegacyServiceOrder) Get ¶
func (v NullableLegacyServiceOrder) Get() *LegacyServiceOrder
func (NullableLegacyServiceOrder) IsSet ¶
func (v NullableLegacyServiceOrder) IsSet() bool
func (NullableLegacyServiceOrder) MarshalJSON ¶
func (v NullableLegacyServiceOrder) MarshalJSON() ([]byte, error)
func (*NullableLegacyServiceOrder) Set ¶
func (v *NullableLegacyServiceOrder) Set(val *LegacyServiceOrder)
func (*NullableLegacyServiceOrder) UnmarshalJSON ¶
func (v *NullableLegacyServiceOrder) UnmarshalJSON(src []byte) error
func (*NullableLegacyServiceOrder) Unset ¶
func (v *NullableLegacyServiceOrder) Unset()
type NullableLegacyServiceOrderDetail ¶
type NullableLegacyServiceOrderDetail struct {
// contains filtered or unexported fields
}
func NewNullableLegacyServiceOrderDetail ¶
func NewNullableLegacyServiceOrderDetail(val *LegacyServiceOrderDetail) *NullableLegacyServiceOrderDetail
func (NullableLegacyServiceOrderDetail) Get ¶
func (v NullableLegacyServiceOrderDetail) Get() *LegacyServiceOrderDetail
func (NullableLegacyServiceOrderDetail) IsSet ¶
func (v NullableLegacyServiceOrderDetail) IsSet() bool
func (NullableLegacyServiceOrderDetail) MarshalJSON ¶
func (v NullableLegacyServiceOrderDetail) MarshalJSON() ([]byte, error)
func (*NullableLegacyServiceOrderDetail) Set ¶
func (v *NullableLegacyServiceOrderDetail) Set(val *LegacyServiceOrderDetail)
func (*NullableLegacyServiceOrderDetail) UnmarshalJSON ¶
func (v *NullableLegacyServiceOrderDetail) UnmarshalJSON(src []byte) error
func (*NullableLegacyServiceOrderDetail) Unset ¶
func (v *NullableLegacyServiceOrderDetail) Unset()
type NullableLegacyServiceOrderResponse ¶
type NullableLegacyServiceOrderResponse struct {
// contains filtered or unexported fields
}
func NewNullableLegacyServiceOrderResponse ¶
func NewNullableLegacyServiceOrderResponse(val *LegacyServiceOrderResponse) *NullableLegacyServiceOrderResponse
func (NullableLegacyServiceOrderResponse) Get ¶
func (v NullableLegacyServiceOrderResponse) Get() *LegacyServiceOrderResponse
func (NullableLegacyServiceOrderResponse) IsSet ¶
func (v NullableLegacyServiceOrderResponse) IsSet() bool
func (NullableLegacyServiceOrderResponse) MarshalJSON ¶
func (v NullableLegacyServiceOrderResponse) MarshalJSON() ([]byte, error)
func (*NullableLegacyServiceOrderResponse) Set ¶
func (v *NullableLegacyServiceOrderResponse) Set(val *LegacyServiceOrderResponse)
func (*NullableLegacyServiceOrderResponse) UnmarshalJSON ¶
func (v *NullableLegacyServiceOrderResponse) UnmarshalJSON(src []byte) error
func (*NullableLegacyServiceOrderResponse) Unset ¶
func (v *NullableLegacyServiceOrderResponse) Unset()
type NullableLegacySite ¶
type NullableLegacySite struct {
// contains filtered or unexported fields
}
func NewNullableLegacySite ¶
func NewNullableLegacySite(val *LegacySite) *NullableLegacySite
func (NullableLegacySite) Get ¶
func (v NullableLegacySite) Get() *LegacySite
func (NullableLegacySite) IsSet ¶
func (v NullableLegacySite) IsSet() bool
func (NullableLegacySite) MarshalJSON ¶
func (v NullableLegacySite) MarshalJSON() ([]byte, error)
func (*NullableLegacySite) Set ¶
func (v *NullableLegacySite) Set(val *LegacySite)
func (*NullableLegacySite) UnmarshalJSON ¶
func (v *NullableLegacySite) UnmarshalJSON(src []byte) error
func (*NullableLegacySite) Unset ¶
func (v *NullableLegacySite) Unset()
type NullableLegacySiteDevice ¶
type NullableLegacySiteDevice struct {
// contains filtered or unexported fields
}
func NewNullableLegacySiteDevice ¶
func NewNullableLegacySiteDevice(val *LegacySiteDevice) *NullableLegacySiteDevice
func (NullableLegacySiteDevice) Get ¶
func (v NullableLegacySiteDevice) Get() *LegacySiteDevice
func (NullableLegacySiteDevice) IsSet ¶
func (v NullableLegacySiteDevice) IsSet() bool
func (NullableLegacySiteDevice) MarshalJSON ¶
func (v NullableLegacySiteDevice) MarshalJSON() ([]byte, error)
func (*NullableLegacySiteDevice) Set ¶
func (v *NullableLegacySiteDevice) Set(val *LegacySiteDevice)
func (*NullableLegacySiteDevice) UnmarshalJSON ¶
func (v *NullableLegacySiteDevice) UnmarshalJSON(src []byte) error
func (*NullableLegacySiteDevice) Unset ¶
func (v *NullableLegacySiteDevice) Unset()
type NullableLegacySiteDeviceOnboard ¶
type NullableLegacySiteDeviceOnboard struct {
// contains filtered or unexported fields
}
func NewNullableLegacySiteDeviceOnboard ¶
func NewNullableLegacySiteDeviceOnboard(val *LegacySiteDeviceOnboard) *NullableLegacySiteDeviceOnboard
func (NullableLegacySiteDeviceOnboard) Get ¶
func (v NullableLegacySiteDeviceOnboard) Get() *LegacySiteDeviceOnboard
func (NullableLegacySiteDeviceOnboard) IsSet ¶
func (v NullableLegacySiteDeviceOnboard) IsSet() bool
func (NullableLegacySiteDeviceOnboard) MarshalJSON ¶
func (v NullableLegacySiteDeviceOnboard) MarshalJSON() ([]byte, error)
func (*NullableLegacySiteDeviceOnboard) Set ¶
func (v *NullableLegacySiteDeviceOnboard) Set(val *LegacySiteDeviceOnboard)
func (*NullableLegacySiteDeviceOnboard) UnmarshalJSON ¶
func (v *NullableLegacySiteDeviceOnboard) UnmarshalJSON(src []byte) error
func (*NullableLegacySiteDeviceOnboard) Unset ¶
func (v *NullableLegacySiteDeviceOnboard) Unset()
type NullableLegacySubscriptionDetail ¶
type NullableLegacySubscriptionDetail struct {
// contains filtered or unexported fields
}
func NewNullableLegacySubscriptionDetail ¶
func NewNullableLegacySubscriptionDetail(val *LegacySubscriptionDetail) *NullableLegacySubscriptionDetail
func (NullableLegacySubscriptionDetail) Get ¶
func (v NullableLegacySubscriptionDetail) Get() *LegacySubscriptionDetail
func (NullableLegacySubscriptionDetail) IsSet ¶
func (v NullableLegacySubscriptionDetail) IsSet() bool
func (NullableLegacySubscriptionDetail) MarshalJSON ¶
func (v NullableLegacySubscriptionDetail) MarshalJSON() ([]byte, error)
func (*NullableLegacySubscriptionDetail) Set ¶
func (v *NullableLegacySubscriptionDetail) Set(val *LegacySubscriptionDetail)
func (*NullableLegacySubscriptionDetail) UnmarshalJSON ¶
func (v *NullableLegacySubscriptionDetail) UnmarshalJSON(src []byte) error
func (*NullableLegacySubscriptionDetail) Unset ¶
func (v *NullableLegacySubscriptionDetail) Unset()
type NullableLicenseDetails ¶ added in v1.0.8
type NullableLicenseDetails struct {
// contains filtered or unexported fields
}
func NewNullableLicenseDetails ¶ added in v1.0.8
func NewNullableLicenseDetails(val *LicenseDetails) *NullableLicenseDetails
func (NullableLicenseDetails) Get ¶ added in v1.0.8
func (v NullableLicenseDetails) Get() *LicenseDetails
func (NullableLicenseDetails) IsSet ¶ added in v1.0.8
func (v NullableLicenseDetails) IsSet() bool
func (NullableLicenseDetails) MarshalJSON ¶ added in v1.0.8
func (v NullableLicenseDetails) MarshalJSON() ([]byte, error)
func (*NullableLicenseDetails) Set ¶ added in v1.0.8
func (v *NullableLicenseDetails) Set(val *LicenseDetails)
func (*NullableLicenseDetails) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableLicenseDetails) UnmarshalJSON(src []byte) error
func (*NullableLicenseDetails) Unset ¶ added in v1.0.8
func (v *NullableLicenseDetails) Unset()
type NullableLicenseSummary ¶ added in v1.0.8
type NullableLicenseSummary struct {
// contains filtered or unexported fields
}
func NewNullableLicenseSummary ¶ added in v1.0.8
func NewNullableLicenseSummary(val *LicenseSummary) *NullableLicenseSummary
func (NullableLicenseSummary) Get ¶ added in v1.0.8
func (v NullableLicenseSummary) Get() *LicenseSummary
func (NullableLicenseSummary) IsSet ¶ added in v1.0.8
func (v NullableLicenseSummary) IsSet() bool
func (NullableLicenseSummary) MarshalJSON ¶ added in v1.0.8
func (v NullableLicenseSummary) MarshalJSON() ([]byte, error)
func (*NullableLicenseSummary) Set ¶ added in v1.0.8
func (v *NullableLicenseSummary) Set(val *LicenseSummary)
func (*NullableLicenseSummary) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableLicenseSummary) UnmarshalJSON(src []byte) error
func (*NullableLicenseSummary) Unset ¶ added in v1.0.8
func (v *NullableLicenseSummary) Unset()
type NullableManageChangeRequestPending ¶ added in v1.0.8
type NullableManageChangeRequestPending struct {
// contains filtered or unexported fields
}
func NewNullableManageChangeRequestPending ¶ added in v1.0.8
func NewNullableManageChangeRequestPending(val *ManageChangeRequestPending) *NullableManageChangeRequestPending
func (NullableManageChangeRequestPending) Get ¶ added in v1.0.8
func (v NullableManageChangeRequestPending) Get() *ManageChangeRequestPending
func (NullableManageChangeRequestPending) IsSet ¶ added in v1.0.8
func (v NullableManageChangeRequestPending) IsSet() bool
func (NullableManageChangeRequestPending) MarshalJSON ¶ added in v1.0.8
func (v NullableManageChangeRequestPending) MarshalJSON() ([]byte, error)
func (*NullableManageChangeRequestPending) Set ¶ added in v1.0.8
func (v *NullableManageChangeRequestPending) Set(val *ManageChangeRequestPending)
func (*NullableManageChangeRequestPending) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableManageChangeRequestPending) UnmarshalJSON(src []byte) error
func (*NullableManageChangeRequestPending) Unset ¶ added in v1.0.8
func (v *NullableManageChangeRequestPending) Unset()
type NullableNSOConfigDataXPath ¶
type NullableNSOConfigDataXPath struct {
// contains filtered or unexported fields
}
func NewNullableNSOConfigDataXPath ¶
func NewNullableNSOConfigDataXPath(val *NSOConfigDataXPath) *NullableNSOConfigDataXPath
func (NullableNSOConfigDataXPath) Get ¶
func (v NullableNSOConfigDataXPath) Get() *NSOConfigDataXPath
func (NullableNSOConfigDataXPath) IsSet ¶
func (v NullableNSOConfigDataXPath) IsSet() bool
func (NullableNSOConfigDataXPath) MarshalJSON ¶
func (v NullableNSOConfigDataXPath) MarshalJSON() ([]byte, error)
func (*NullableNSOConfigDataXPath) Set ¶
func (v *NullableNSOConfigDataXPath) Set(val *NSOConfigDataXPath)
func (*NullableNSOConfigDataXPath) UnmarshalJSON ¶
func (v *NullableNSOConfigDataXPath) UnmarshalJSON(src []byte) error
func (*NullableNSOConfigDataXPath) Unset ¶
func (v *NullableNSOConfigDataXPath) Unset()
type NullableNameValue ¶
type NullableNameValue struct {
// contains filtered or unexported fields
}
func NewNullableNameValue ¶
func NewNullableNameValue(val *NameValue) *NullableNameValue
func (NullableNameValue) Get ¶
func (v NullableNameValue) Get() *NameValue
func (NullableNameValue) IsSet ¶
func (v NullableNameValue) IsSet() bool
func (NullableNameValue) MarshalJSON ¶
func (v NullableNameValue) MarshalJSON() ([]byte, error)
func (*NullableNameValue) Set ¶
func (v *NullableNameValue) Set(val *NameValue)
func (*NullableNameValue) UnmarshalJSON ¶
func (v *NullableNameValue) UnmarshalJSON(src []byte) error
func (*NullableNameValue) Unset ¶
func (v *NullableNameValue) Unset()
type NullableOffer ¶
type NullableOffer struct {
// contains filtered or unexported fields
}
func NewNullableOffer ¶
func NewNullableOffer(val *Offer) *NullableOffer
func (NullableOffer) Get ¶
func (v NullableOffer) Get() *Offer
func (NullableOffer) IsSet ¶
func (v NullableOffer) IsSet() bool
func (NullableOffer) MarshalJSON ¶
func (v NullableOffer) MarshalJSON() ([]byte, error)
func (*NullableOffer) Set ¶
func (v *NullableOffer) Set(val *Offer)
func (*NullableOffer) UnmarshalJSON ¶
func (v *NullableOffer) UnmarshalJSON(src []byte) error
func (*NullableOffer) Unset ¶
func (v *NullableOffer) Unset()
type NullableOfferAllOf ¶
type NullableOfferAllOf struct {
// contains filtered or unexported fields
}
func NewNullableOfferAllOf ¶
func NewNullableOfferAllOf(val *OfferAllOf) *NullableOfferAllOf
func (NullableOfferAllOf) Get ¶
func (v NullableOfferAllOf) Get() *OfferAllOf
func (NullableOfferAllOf) IsSet ¶
func (v NullableOfferAllOf) IsSet() bool
func (NullableOfferAllOf) MarshalJSON ¶
func (v NullableOfferAllOf) MarshalJSON() ([]byte, error)
func (*NullableOfferAllOf) Set ¶
func (v *NullableOfferAllOf) Set(val *OfferAllOf)
func (*NullableOfferAllOf) UnmarshalJSON ¶
func (v *NullableOfferAllOf) UnmarshalJSON(src []byte) error
func (*NullableOfferAllOf) Unset ¶
func (v *NullableOfferAllOf) Unset()
type NullableOfferCreate ¶
type NullableOfferCreate struct {
// contains filtered or unexported fields
}
func NewNullableOfferCreate ¶
func NewNullableOfferCreate(val *OfferCreate) *NullableOfferCreate
func (NullableOfferCreate) Get ¶
func (v NullableOfferCreate) Get() *OfferCreate
func (NullableOfferCreate) IsSet ¶
func (v NullableOfferCreate) IsSet() bool
func (NullableOfferCreate) MarshalJSON ¶
func (v NullableOfferCreate) MarshalJSON() ([]byte, error)
func (*NullableOfferCreate) Set ¶
func (v *NullableOfferCreate) Set(val *OfferCreate)
func (*NullableOfferCreate) UnmarshalJSON ¶
func (v *NullableOfferCreate) UnmarshalJSON(src []byte) error
func (*NullableOfferCreate) Unset ¶
func (v *NullableOfferCreate) Unset()
type NullableOfferUpdate ¶
type NullableOfferUpdate struct {
// contains filtered or unexported fields
}
func NewNullableOfferUpdate ¶
func NewNullableOfferUpdate(val *OfferUpdate) *NullableOfferUpdate
func (NullableOfferUpdate) Get ¶
func (v NullableOfferUpdate) Get() *OfferUpdate
func (NullableOfferUpdate) IsSet ¶
func (v NullableOfferUpdate) IsSet() bool
func (NullableOfferUpdate) MarshalJSON ¶
func (v NullableOfferUpdate) MarshalJSON() ([]byte, error)
func (*NullableOfferUpdate) Set ¶
func (v *NullableOfferUpdate) Set(val *OfferUpdate)
func (*NullableOfferUpdate) UnmarshalJSON ¶
func (v *NullableOfferUpdate) UnmarshalJSON(src []byte) error
func (*NullableOfferUpdate) Unset ¶
func (v *NullableOfferUpdate) Unset()
type NullableOffersPage ¶
type NullableOffersPage struct {
// contains filtered or unexported fields
}
func NewNullableOffersPage ¶
func NewNullableOffersPage(val *OffersPage) *NullableOffersPage
func (NullableOffersPage) Get ¶
func (v NullableOffersPage) Get() *OffersPage
func (NullableOffersPage) IsSet ¶
func (v NullableOffersPage) IsSet() bool
func (NullableOffersPage) MarshalJSON ¶
func (v NullableOffersPage) MarshalJSON() ([]byte, error)
func (*NullableOffersPage) Set ¶
func (v *NullableOffersPage) Set(val *OffersPage)
func (*NullableOffersPage) UnmarshalJSON ¶
func (v *NullableOffersPage) UnmarshalJSON(src []byte) error
func (*NullableOffersPage) Unset ¶
func (v *NullableOffersPage) Unset()
type NullableOffersPageAllOf ¶
type NullableOffersPageAllOf struct {
// contains filtered or unexported fields
}
func NewNullableOffersPageAllOf ¶
func NewNullableOffersPageAllOf(val *OffersPageAllOf) *NullableOffersPageAllOf
func (NullableOffersPageAllOf) Get ¶
func (v NullableOffersPageAllOf) Get() *OffersPageAllOf
func (NullableOffersPageAllOf) IsSet ¶
func (v NullableOffersPageAllOf) IsSet() bool
func (NullableOffersPageAllOf) MarshalJSON ¶
func (v NullableOffersPageAllOf) MarshalJSON() ([]byte, error)
func (*NullableOffersPageAllOf) Set ¶
func (v *NullableOffersPageAllOf) Set(val *OffersPageAllOf)
func (*NullableOffersPageAllOf) UnmarshalJSON ¶
func (v *NullableOffersPageAllOf) UnmarshalJSON(src []byte) error
func (*NullableOffersPageAllOf) Unset ¶
func (v *NullableOffersPageAllOf) Unset()
type NullablePageHeader ¶
type NullablePageHeader struct {
// contains filtered or unexported fields
}
func NewNullablePageHeader ¶
func NewNullablePageHeader(val *PageHeader) *NullablePageHeader
func (NullablePageHeader) Get ¶
func (v NullablePageHeader) Get() *PageHeader
func (NullablePageHeader) IsSet ¶
func (v NullablePageHeader) IsSet() bool
func (NullablePageHeader) MarshalJSON ¶
func (v NullablePageHeader) MarshalJSON() ([]byte, error)
func (*NullablePageHeader) Set ¶
func (v *NullablePageHeader) Set(val *PageHeader)
func (*NullablePageHeader) UnmarshalJSON ¶
func (v *NullablePageHeader) UnmarshalJSON(src []byte) error
func (*NullablePageHeader) Unset ¶
func (v *NullablePageHeader) Unset()
type NullableProduct ¶
type NullableProduct struct {
// contains filtered or unexported fields
}
func NewNullableProduct ¶
func NewNullableProduct(val *Product) *NullableProduct
func (NullableProduct) Get ¶
func (v NullableProduct) Get() *Product
func (NullableProduct) IsSet ¶
func (v NullableProduct) IsSet() bool
func (NullableProduct) MarshalJSON ¶
func (v NullableProduct) MarshalJSON() ([]byte, error)
func (*NullableProduct) Set ¶
func (v *NullableProduct) Set(val *Product)
func (*NullableProduct) UnmarshalJSON ¶
func (v *NullableProduct) UnmarshalJSON(src []byte) error
func (*NullableProduct) Unset ¶
func (v *NullableProduct) Unset()
type NullableProductAllOf ¶
type NullableProductAllOf struct {
// contains filtered or unexported fields
}
func NewNullableProductAllOf ¶
func NewNullableProductAllOf(val *ProductAllOf) *NullableProductAllOf
func (NullableProductAllOf) Get ¶
func (v NullableProductAllOf) Get() *ProductAllOf
func (NullableProductAllOf) IsSet ¶
func (v NullableProductAllOf) IsSet() bool
func (NullableProductAllOf) MarshalJSON ¶
func (v NullableProductAllOf) MarshalJSON() ([]byte, error)
func (*NullableProductAllOf) Set ¶
func (v *NullableProductAllOf) Set(val *ProductAllOf)
func (*NullableProductAllOf) UnmarshalJSON ¶
func (v *NullableProductAllOf) UnmarshalJSON(src []byte) error
func (*NullableProductAllOf) Unset ¶
func (v *NullableProductAllOf) Unset()
type NullableProductCreate ¶
type NullableProductCreate struct {
// contains filtered or unexported fields
}
func NewNullableProductCreate ¶
func NewNullableProductCreate(val *ProductCreate) *NullableProductCreate
func (NullableProductCreate) Get ¶
func (v NullableProductCreate) Get() *ProductCreate
func (NullableProductCreate) IsSet ¶
func (v NullableProductCreate) IsSet() bool
func (NullableProductCreate) MarshalJSON ¶
func (v NullableProductCreate) MarshalJSON() ([]byte, error)
func (*NullableProductCreate) Set ¶
func (v *NullableProductCreate) Set(val *ProductCreate)
func (*NullableProductCreate) UnmarshalJSON ¶
func (v *NullableProductCreate) UnmarshalJSON(src []byte) error
func (*NullableProductCreate) Unset ¶
func (v *NullableProductCreate) Unset()
type NullableProductUpdate ¶
type NullableProductUpdate struct {
// contains filtered or unexported fields
}
func NewNullableProductUpdate ¶
func NewNullableProductUpdate(val *ProductUpdate) *NullableProductUpdate
func (NullableProductUpdate) Get ¶
func (v NullableProductUpdate) Get() *ProductUpdate
func (NullableProductUpdate) IsSet ¶
func (v NullableProductUpdate) IsSet() bool
func (NullableProductUpdate) MarshalJSON ¶
func (v NullableProductUpdate) MarshalJSON() ([]byte, error)
func (*NullableProductUpdate) Set ¶
func (v *NullableProductUpdate) Set(val *ProductUpdate)
func (*NullableProductUpdate) UnmarshalJSON ¶
func (v *NullableProductUpdate) UnmarshalJSON(src []byte) error
func (*NullableProductUpdate) Unset ¶
func (v *NullableProductUpdate) Unset()
type NullableProductsPage ¶
type NullableProductsPage struct {
// contains filtered or unexported fields
}
func NewNullableProductsPage ¶
func NewNullableProductsPage(val *ProductsPage) *NullableProductsPage
func (NullableProductsPage) Get ¶
func (v NullableProductsPage) Get() *ProductsPage
func (NullableProductsPage) IsSet ¶
func (v NullableProductsPage) IsSet() bool
func (NullableProductsPage) MarshalJSON ¶
func (v NullableProductsPage) MarshalJSON() ([]byte, error)
func (*NullableProductsPage) Set ¶
func (v *NullableProductsPage) Set(val *ProductsPage)
func (*NullableProductsPage) UnmarshalJSON ¶
func (v *NullableProductsPage) UnmarshalJSON(src []byte) error
func (*NullableProductsPage) Unset ¶
func (v *NullableProductsPage) Unset()
type NullableProductsPageAllOf ¶
type NullableProductsPageAllOf struct {
// contains filtered or unexported fields
}
func NewNullableProductsPageAllOf ¶
func NewNullableProductsPageAllOf(val *ProductsPageAllOf) *NullableProductsPageAllOf
func (NullableProductsPageAllOf) Get ¶
func (v NullableProductsPageAllOf) Get() *ProductsPageAllOf
func (NullableProductsPageAllOf) IsSet ¶
func (v NullableProductsPageAllOf) IsSet() bool
func (NullableProductsPageAllOf) MarshalJSON ¶
func (v NullableProductsPageAllOf) MarshalJSON() ([]byte, error)
func (*NullableProductsPageAllOf) Set ¶
func (v *NullableProductsPageAllOf) Set(val *ProductsPageAllOf)
func (*NullableProductsPageAllOf) UnmarshalJSON ¶
func (v *NullableProductsPageAllOf) UnmarshalJSON(src []byte) error
func (*NullableProductsPageAllOf) Unset ¶
func (v *NullableProductsPageAllOf) Unset()
type NullableResourceHealth ¶
type NullableResourceHealth struct {
// contains filtered or unexported fields
}
func NewNullableResourceHealth ¶
func NewNullableResourceHealth(val *ResourceHealth) *NullableResourceHealth
func (NullableResourceHealth) Get ¶
func (v NullableResourceHealth) Get() *ResourceHealth
func (NullableResourceHealth) IsSet ¶
func (v NullableResourceHealth) IsSet() bool
func (NullableResourceHealth) MarshalJSON ¶
func (v NullableResourceHealth) MarshalJSON() ([]byte, error)
func (*NullableResourceHealth) Set ¶
func (v *NullableResourceHealth) Set(val *ResourceHealth)
func (*NullableResourceHealth) UnmarshalJSON ¶
func (v *NullableResourceHealth) UnmarshalJSON(src []byte) error
func (*NullableResourceHealth) Unset ¶
func (v *NullableResourceHealth) Unset()
type NullableResourceStatus ¶
type NullableResourceStatus struct {
// contains filtered or unexported fields
}
func NewNullableResourceStatus ¶
func NewNullableResourceStatus(val *ResourceStatus) *NullableResourceStatus
func (NullableResourceStatus) Get ¶
func (v NullableResourceStatus) Get() *ResourceStatus
func (NullableResourceStatus) IsSet ¶
func (v NullableResourceStatus) IsSet() bool
func (NullableResourceStatus) MarshalJSON ¶
func (v NullableResourceStatus) MarshalJSON() ([]byte, error)
func (*NullableResourceStatus) Set ¶
func (v *NullableResourceStatus) Set(val *ResourceStatus)
func (*NullableResourceStatus) UnmarshalJSON ¶
func (v *NullableResourceStatus) UnmarshalJSON(src []byte) error
func (*NullableResourceStatus) Unset ¶
func (v *NullableResourceStatus) Unset()
type NullableResourceType ¶
type NullableResourceType struct {
// contains filtered or unexported fields
}
func NewNullableResourceType ¶
func NewNullableResourceType(val *ResourceType) *NullableResourceType
func (NullableResourceType) Get ¶
func (v NullableResourceType) Get() *ResourceType
func (NullableResourceType) IsSet ¶
func (v NullableResourceType) IsSet() bool
func (NullableResourceType) MarshalJSON ¶
func (v NullableResourceType) MarshalJSON() ([]byte, error)
func (*NullableResourceType) Set ¶
func (v *NullableResourceType) Set(val *ResourceType)
func (*NullableResourceType) UnmarshalJSON ¶
func (v *NullableResourceType) UnmarshalJSON(src []byte) error
func (*NullableResourceType) Unset ¶
func (v *NullableResourceType) Unset()
type NullableRole ¶
type NullableRole struct {
// contains filtered or unexported fields
}
func NewNullableRole ¶
func NewNullableRole(val *Role) *NullableRole
func (NullableRole) Get ¶
func (v NullableRole) Get() *Role
func (NullableRole) IsSet ¶
func (v NullableRole) IsSet() bool
func (NullableRole) MarshalJSON ¶
func (v NullableRole) MarshalJSON() ([]byte, error)
func (*NullableRole) Set ¶
func (v *NullableRole) Set(val *Role)
func (*NullableRole) UnmarshalJSON ¶
func (v *NullableRole) UnmarshalJSON(src []byte) error
func (*NullableRole) Unset ¶
func (v *NullableRole) Unset()
type NullableService ¶
type NullableService struct {
// contains filtered or unexported fields
}
func NewNullableService ¶
func NewNullableService(val *Service) *NullableService
func (NullableService) Get ¶
func (v NullableService) Get() *Service
func (NullableService) IsSet ¶
func (v NullableService) IsSet() bool
func (NullableService) MarshalJSON ¶
func (v NullableService) MarshalJSON() ([]byte, error)
func (*NullableService) Set ¶
func (v *NullableService) Set(val *Service)
func (*NullableService) UnmarshalJSON ¶
func (v *NullableService) UnmarshalJSON(src []byte) error
func (*NullableService) Unset ¶
func (v *NullableService) Unset()
type NullableServiceAllOf ¶ added in v1.0.5
type NullableServiceAllOf struct {
// contains filtered or unexported fields
}
func NewNullableServiceAllOf ¶ added in v1.0.5
func NewNullableServiceAllOf(val *ServiceAllOf) *NullableServiceAllOf
func (NullableServiceAllOf) Get ¶ added in v1.0.5
func (v NullableServiceAllOf) Get() *ServiceAllOf
func (NullableServiceAllOf) IsSet ¶ added in v1.0.5
func (v NullableServiceAllOf) IsSet() bool
func (NullableServiceAllOf) MarshalJSON ¶ added in v1.0.5
func (v NullableServiceAllOf) MarshalJSON() ([]byte, error)
func (*NullableServiceAllOf) Set ¶ added in v1.0.5
func (v *NullableServiceAllOf) Set(val *ServiceAllOf)
func (*NullableServiceAllOf) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableServiceAllOf) UnmarshalJSON(src []byte) error
func (*NullableServiceAllOf) Unset ¶ added in v1.0.5
func (v *NullableServiceAllOf) Unset()
type NullableServiceElement ¶
type NullableServiceElement struct {
// contains filtered or unexported fields
}
func NewNullableServiceElement ¶
func NewNullableServiceElement(val *ServiceElement) *NullableServiceElement
func (NullableServiceElement) Get ¶
func (v NullableServiceElement) Get() *ServiceElement
func (NullableServiceElement) IsSet ¶
func (v NullableServiceElement) IsSet() bool
func (NullableServiceElement) MarshalJSON ¶
func (v NullableServiceElement) MarshalJSON() ([]byte, error)
func (*NullableServiceElement) Set ¶
func (v *NullableServiceElement) Set(val *ServiceElement)
func (*NullableServiceElement) UnmarshalJSON ¶
func (v *NullableServiceElement) UnmarshalJSON(src []byte) error
func (*NullableServiceElement) Unset ¶
func (v *NullableServiceElement) Unset()
type NullableServiceElementPrice ¶
type NullableServiceElementPrice struct {
// contains filtered or unexported fields
}
func NewNullableServiceElementPrice ¶
func NewNullableServiceElementPrice(val *ServiceElementPrice) *NullableServiceElementPrice
func (NullableServiceElementPrice) Get ¶
func (v NullableServiceElementPrice) Get() *ServiceElementPrice
func (NullableServiceElementPrice) IsSet ¶
func (v NullableServiceElementPrice) IsSet() bool
func (NullableServiceElementPrice) MarshalJSON ¶
func (v NullableServiceElementPrice) MarshalJSON() ([]byte, error)
func (*NullableServiceElementPrice) Set ¶
func (v *NullableServiceElementPrice) Set(val *ServiceElementPrice)
func (*NullableServiceElementPrice) UnmarshalJSON ¶
func (v *NullableServiceElementPrice) UnmarshalJSON(src []byte) error
func (*NullableServiceElementPrice) Unset ¶
func (v *NullableServiceElementPrice) Unset()
type NullableServiceNowConfiguration ¶ added in v1.0.8
type NullableServiceNowConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableServiceNowConfiguration ¶ added in v1.0.8
func NewNullableServiceNowConfiguration(val *ServiceNowConfiguration) *NullableServiceNowConfiguration
func (NullableServiceNowConfiguration) Get ¶ added in v1.0.8
func (v NullableServiceNowConfiguration) Get() *ServiceNowConfiguration
func (NullableServiceNowConfiguration) IsSet ¶ added in v1.0.8
func (v NullableServiceNowConfiguration) IsSet() bool
func (NullableServiceNowConfiguration) MarshalJSON ¶ added in v1.0.8
func (v NullableServiceNowConfiguration) MarshalJSON() ([]byte, error)
func (*NullableServiceNowConfiguration) Set ¶ added in v1.0.8
func (v *NullableServiceNowConfiguration) Set(val *ServiceNowConfiguration)
func (*NullableServiceNowConfiguration) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableServiceNowConfiguration) UnmarshalJSON(src []byte) error
func (*NullableServiceNowConfiguration) Unset ¶ added in v1.0.8
func (v *NullableServiceNowConfiguration) Unset()
type NullableServiceNowConfigurationCreate ¶ added in v1.0.8
type NullableServiceNowConfigurationCreate struct {
// contains filtered or unexported fields
}
func NewNullableServiceNowConfigurationCreate ¶ added in v1.0.8
func NewNullableServiceNowConfigurationCreate(val *ServiceNowConfigurationCreate) *NullableServiceNowConfigurationCreate
func (NullableServiceNowConfigurationCreate) Get ¶ added in v1.0.8
func (v NullableServiceNowConfigurationCreate) Get() *ServiceNowConfigurationCreate
func (NullableServiceNowConfigurationCreate) IsSet ¶ added in v1.0.8
func (v NullableServiceNowConfigurationCreate) IsSet() bool
func (NullableServiceNowConfigurationCreate) MarshalJSON ¶ added in v1.0.8
func (v NullableServiceNowConfigurationCreate) MarshalJSON() ([]byte, error)
func (*NullableServiceNowConfigurationCreate) Set ¶ added in v1.0.8
func (v *NullableServiceNowConfigurationCreate) Set(val *ServiceNowConfigurationCreate)
func (*NullableServiceNowConfigurationCreate) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableServiceNowConfigurationCreate) UnmarshalJSON(src []byte) error
func (*NullableServiceNowConfigurationCreate) Unset ¶ added in v1.0.8
func (v *NullableServiceNowConfigurationCreate) Unset()
type NullableServiceNowConfigurationRequest ¶ added in v1.0.8
type NullableServiceNowConfigurationRequest struct {
// contains filtered or unexported fields
}
func NewNullableServiceNowConfigurationRequest ¶ added in v1.0.8
func NewNullableServiceNowConfigurationRequest(val *ServiceNowConfigurationRequest) *NullableServiceNowConfigurationRequest
func (NullableServiceNowConfigurationRequest) Get ¶ added in v1.0.8
func (v NullableServiceNowConfigurationRequest) Get() *ServiceNowConfigurationRequest
func (NullableServiceNowConfigurationRequest) IsSet ¶ added in v1.0.8
func (v NullableServiceNowConfigurationRequest) IsSet() bool
func (NullableServiceNowConfigurationRequest) MarshalJSON ¶ added in v1.0.8
func (v NullableServiceNowConfigurationRequest) MarshalJSON() ([]byte, error)
func (*NullableServiceNowConfigurationRequest) Set ¶ added in v1.0.8
func (v *NullableServiceNowConfigurationRequest) Set(val *ServiceNowConfigurationRequest)
func (*NullableServiceNowConfigurationRequest) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableServiceNowConfigurationRequest) UnmarshalJSON(src []byte) error
func (*NullableServiceNowConfigurationRequest) Unset ¶ added in v1.0.8
func (v *NullableServiceNowConfigurationRequest) Unset()
type NullableServiceNowConfigurationsPage ¶ added in v1.0.8
type NullableServiceNowConfigurationsPage struct {
// contains filtered or unexported fields
}
func NewNullableServiceNowConfigurationsPage ¶ added in v1.0.8
func NewNullableServiceNowConfigurationsPage(val *ServiceNowConfigurationsPage) *NullableServiceNowConfigurationsPage
func (NullableServiceNowConfigurationsPage) Get ¶ added in v1.0.8
func (v NullableServiceNowConfigurationsPage) Get() *ServiceNowConfigurationsPage
func (NullableServiceNowConfigurationsPage) IsSet ¶ added in v1.0.8
func (v NullableServiceNowConfigurationsPage) IsSet() bool
func (NullableServiceNowConfigurationsPage) MarshalJSON ¶ added in v1.0.8
func (v NullableServiceNowConfigurationsPage) MarshalJSON() ([]byte, error)
func (*NullableServiceNowConfigurationsPage) Set ¶ added in v1.0.8
func (v *NullableServiceNowConfigurationsPage) Set(val *ServiceNowConfigurationsPage)
func (*NullableServiceNowConfigurationsPage) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableServiceNowConfigurationsPage) UnmarshalJSON(src []byte) error
func (*NullableServiceNowConfigurationsPage) Unset ¶ added in v1.0.8
func (v *NullableServiceNowConfigurationsPage) Unset()
type NullableServiceNowConfigurationsPageAllOf ¶ added in v1.0.8
type NullableServiceNowConfigurationsPageAllOf struct {
// contains filtered or unexported fields
}
func NewNullableServiceNowConfigurationsPageAllOf ¶ added in v1.0.8
func NewNullableServiceNowConfigurationsPageAllOf(val *ServiceNowConfigurationsPageAllOf) *NullableServiceNowConfigurationsPageAllOf
func (NullableServiceNowConfigurationsPageAllOf) IsSet ¶ added in v1.0.8
func (v NullableServiceNowConfigurationsPageAllOf) IsSet() bool
func (NullableServiceNowConfigurationsPageAllOf) MarshalJSON ¶ added in v1.0.8
func (v NullableServiceNowConfigurationsPageAllOf) MarshalJSON() ([]byte, error)
func (*NullableServiceNowConfigurationsPageAllOf) Set ¶ added in v1.0.8
func (v *NullableServiceNowConfigurationsPageAllOf) Set(val *ServiceNowConfigurationsPageAllOf)
func (*NullableServiceNowConfigurationsPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableServiceNowConfigurationsPageAllOf) UnmarshalJSON(src []byte) error
func (*NullableServiceNowConfigurationsPageAllOf) Unset ¶ added in v1.0.8
func (v *NullableServiceNowConfigurationsPageAllOf) Unset()
type NullableServiceSLMUIConfig ¶ added in v1.0.8
type NullableServiceSLMUIConfig struct {
// contains filtered or unexported fields
}
func NewNullableServiceSLMUIConfig ¶ added in v1.0.8
func NewNullableServiceSLMUIConfig(val *ServiceSLMUIConfig) *NullableServiceSLMUIConfig
func (NullableServiceSLMUIConfig) Get ¶ added in v1.0.8
func (v NullableServiceSLMUIConfig) Get() *ServiceSLMUIConfig
func (NullableServiceSLMUIConfig) IsSet ¶ added in v1.0.8
func (v NullableServiceSLMUIConfig) IsSet() bool
func (NullableServiceSLMUIConfig) MarshalJSON ¶ added in v1.0.8
func (v NullableServiceSLMUIConfig) MarshalJSON() ([]byte, error)
func (*NullableServiceSLMUIConfig) Set ¶ added in v1.0.8
func (v *NullableServiceSLMUIConfig) Set(val *ServiceSLMUIConfig)
func (*NullableServiceSLMUIConfig) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableServiceSLMUIConfig) UnmarshalJSON(src []byte) error
func (*NullableServiceSLMUIConfig) Unset ¶ added in v1.0.8
func (v *NullableServiceSLMUIConfig) Unset()
type NullableServiceUIConfig ¶
type NullableServiceUIConfig struct {
// contains filtered or unexported fields
}
func NewNullableServiceUIConfig ¶
func NewNullableServiceUIConfig(val *ServiceUIConfig) *NullableServiceUIConfig
func (NullableServiceUIConfig) Get ¶
func (v NullableServiceUIConfig) Get() *ServiceUIConfig
func (NullableServiceUIConfig) IsSet ¶
func (v NullableServiceUIConfig) IsSet() bool
func (NullableServiceUIConfig) MarshalJSON ¶
func (v NullableServiceUIConfig) MarshalJSON() ([]byte, error)
func (*NullableServiceUIConfig) Set ¶
func (v *NullableServiceUIConfig) Set(val *ServiceUIConfig)
func (*NullableServiceUIConfig) UnmarshalJSON ¶
func (v *NullableServiceUIConfig) UnmarshalJSON(src []byte) error
func (*NullableServiceUIConfig) Unset ¶
func (v *NullableServiceUIConfig) Unset()
type NullableServiceUILink ¶
type NullableServiceUILink struct {
// contains filtered or unexported fields
}
func NewNullableServiceUILink ¶
func NewNullableServiceUILink(val *ServiceUILink) *NullableServiceUILink
func (NullableServiceUILink) Get ¶
func (v NullableServiceUILink) Get() *ServiceUILink
func (NullableServiceUILink) IsSet ¶
func (v NullableServiceUILink) IsSet() bool
func (NullableServiceUILink) MarshalJSON ¶
func (v NullableServiceUILink) MarshalJSON() ([]byte, error)
func (*NullableServiceUILink) Set ¶
func (v *NullableServiceUILink) Set(val *ServiceUILink)
func (*NullableServiceUILink) UnmarshalJSON ¶
func (v *NullableServiceUILink) UnmarshalJSON(src []byte) error
func (*NullableServiceUILink) Unset ¶
func (v *NullableServiceUILink) Unset()
type NullableServiceUIResource ¶ added in v1.0.8
type NullableServiceUIResource struct {
// contains filtered or unexported fields
}
func NewNullableServiceUIResource ¶ added in v1.0.8
func NewNullableServiceUIResource(val *ServiceUIResource) *NullableServiceUIResource
func (NullableServiceUIResource) Get ¶ added in v1.0.8
func (v NullableServiceUIResource) Get() *ServiceUIResource
func (NullableServiceUIResource) IsSet ¶ added in v1.0.8
func (v NullableServiceUIResource) IsSet() bool
func (NullableServiceUIResource) MarshalJSON ¶ added in v1.0.8
func (v NullableServiceUIResource) MarshalJSON() ([]byte, error)
func (*NullableServiceUIResource) Set ¶ added in v1.0.8
func (v *NullableServiceUIResource) Set(val *ServiceUIResource)
func (*NullableServiceUIResource) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableServiceUIResource) UnmarshalJSON(src []byte) error
func (*NullableServiceUIResource) Unset ¶ added in v1.0.8
func (v *NullableServiceUIResource) Unset()
type NullableServiceUpdate ¶ added in v1.0.5
type NullableServiceUpdate struct {
// contains filtered or unexported fields
}
func NewNullableServiceUpdate ¶ added in v1.0.5
func NewNullableServiceUpdate(val *ServiceUpdate) *NullableServiceUpdate
func (NullableServiceUpdate) Get ¶ added in v1.0.5
func (v NullableServiceUpdate) Get() *ServiceUpdate
func (NullableServiceUpdate) IsSet ¶ added in v1.0.5
func (v NullableServiceUpdate) IsSet() bool
func (NullableServiceUpdate) MarshalJSON ¶ added in v1.0.5
func (v NullableServiceUpdate) MarshalJSON() ([]byte, error)
func (*NullableServiceUpdate) Set ¶ added in v1.0.5
func (v *NullableServiceUpdate) Set(val *ServiceUpdate)
func (*NullableServiceUpdate) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableServiceUpdate) UnmarshalJSON(src []byte) error
func (*NullableServiceUpdate) Unset ¶ added in v1.0.5
func (v *NullableServiceUpdate) Unset()
type NullableServicesPage ¶
type NullableServicesPage struct {
// contains filtered or unexported fields
}
func NewNullableServicesPage ¶
func NewNullableServicesPage(val *ServicesPage) *NullableServicesPage
func (NullableServicesPage) Get ¶
func (v NullableServicesPage) Get() *ServicesPage
func (NullableServicesPage) IsSet ¶
func (v NullableServicesPage) IsSet() bool
func (NullableServicesPage) MarshalJSON ¶
func (v NullableServicesPage) MarshalJSON() ([]byte, error)
func (*NullableServicesPage) Set ¶
func (v *NullableServicesPage) Set(val *ServicesPage)
func (*NullableServicesPage) UnmarshalJSON ¶
func (v *NullableServicesPage) UnmarshalJSON(src []byte) error
func (*NullableServicesPage) Unset ¶
func (v *NullableServicesPage) Unset()
type NullableServicesPageAllOf ¶
type NullableServicesPageAllOf struct {
// contains filtered or unexported fields
}
func NewNullableServicesPageAllOf ¶
func NewNullableServicesPageAllOf(val *ServicesPageAllOf) *NullableServicesPageAllOf
func (NullableServicesPageAllOf) Get ¶
func (v NullableServicesPageAllOf) Get() *ServicesPageAllOf
func (NullableServicesPageAllOf) IsSet ¶
func (v NullableServicesPageAllOf) IsSet() bool
func (NullableServicesPageAllOf) MarshalJSON ¶
func (v NullableServicesPageAllOf) MarshalJSON() ([]byte, error)
func (*NullableServicesPageAllOf) Set ¶
func (v *NullableServicesPageAllOf) Set(val *ServicesPageAllOf)
func (*NullableServicesPageAllOf) UnmarshalJSON ¶
func (v *NullableServicesPageAllOf) UnmarshalJSON(src []byte) error
func (*NullableServicesPageAllOf) Unset ¶
func (v *NullableServicesPageAllOf) Unset()
type NullableSite ¶
type NullableSite struct {
// contains filtered or unexported fields
}
func NewNullableSite ¶
func NewNullableSite(val *Site) *NullableSite
func (NullableSite) Get ¶
func (v NullableSite) Get() *Site
func (NullableSite) IsSet ¶
func (v NullableSite) IsSet() bool
func (NullableSite) MarshalJSON ¶
func (v NullableSite) MarshalJSON() ([]byte, error)
func (*NullableSite) Set ¶
func (v *NullableSite) Set(val *Site)
func (*NullableSite) UnmarshalJSON ¶
func (v *NullableSite) UnmarshalJSON(src []byte) error
func (*NullableSite) Unset ¶
func (v *NullableSite) Unset()
type NullableSiteAddress ¶
type NullableSiteAddress struct {
// contains filtered or unexported fields
}
func NewNullableSiteAddress ¶
func NewNullableSiteAddress(val *SiteAddress) *NullableSiteAddress
func (NullableSiteAddress) Get ¶
func (v NullableSiteAddress) Get() *SiteAddress
func (NullableSiteAddress) IsSet ¶
func (v NullableSiteAddress) IsSet() bool
func (NullableSiteAddress) MarshalJSON ¶
func (v NullableSiteAddress) MarshalJSON() ([]byte, error)
func (*NullableSiteAddress) Set ¶
func (v *NullableSiteAddress) Set(val *SiteAddress)
func (*NullableSiteAddress) UnmarshalJSON ¶
func (v *NullableSiteAddress) UnmarshalJSON(src []byte) error
func (*NullableSiteAddress) Unset ¶
func (v *NullableSiteAddress) Unset()
type NullableSiteContact ¶
type NullableSiteContact struct {
// contains filtered or unexported fields
}
func NewNullableSiteContact ¶
func NewNullableSiteContact(val *SiteContact) *NullableSiteContact
func (NullableSiteContact) Get ¶
func (v NullableSiteContact) Get() *SiteContact
func (NullableSiteContact) IsSet ¶
func (v NullableSiteContact) IsSet() bool
func (NullableSiteContact) MarshalJSON ¶
func (v NullableSiteContact) MarshalJSON() ([]byte, error)
func (*NullableSiteContact) Set ¶
func (v *NullableSiteContact) Set(val *SiteContact)
func (*NullableSiteContact) UnmarshalJSON ¶
func (v *NullableSiteContact) UnmarshalJSON(src []byte) error
func (*NullableSiteContact) Unset ¶
func (v *NullableSiteContact) Unset()
type NullableSiteCreate ¶
type NullableSiteCreate struct {
// contains filtered or unexported fields
}
func NewNullableSiteCreate ¶
func NewNullableSiteCreate(val *SiteCreate) *NullableSiteCreate
func (NullableSiteCreate) Get ¶
func (v NullableSiteCreate) Get() *SiteCreate
func (NullableSiteCreate) IsSet ¶
func (v NullableSiteCreate) IsSet() bool
func (NullableSiteCreate) MarshalJSON ¶
func (v NullableSiteCreate) MarshalJSON() ([]byte, error)
func (*NullableSiteCreate) Set ¶
func (v *NullableSiteCreate) Set(val *SiteCreate)
func (*NullableSiteCreate) UnmarshalJSON ¶
func (v *NullableSiteCreate) UnmarshalJSON(src []byte) error
func (*NullableSiteCreate) Unset ¶
func (v *NullableSiteCreate) Unset()
type NullableSiteCreateAllOf ¶
type NullableSiteCreateAllOf struct {
// contains filtered or unexported fields
}
func NewNullableSiteCreateAllOf ¶
func NewNullableSiteCreateAllOf(val *SiteCreateAllOf) *NullableSiteCreateAllOf
func (NullableSiteCreateAllOf) Get ¶
func (v NullableSiteCreateAllOf) Get() *SiteCreateAllOf
func (NullableSiteCreateAllOf) IsSet ¶
func (v NullableSiteCreateAllOf) IsSet() bool
func (NullableSiteCreateAllOf) MarshalJSON ¶
func (v NullableSiteCreateAllOf) MarshalJSON() ([]byte, error)
func (*NullableSiteCreateAllOf) Set ¶
func (v *NullableSiteCreateAllOf) Set(val *SiteCreateAllOf)
func (*NullableSiteCreateAllOf) UnmarshalJSON ¶
func (v *NullableSiteCreateAllOf) UnmarshalJSON(src []byte) error
func (*NullableSiteCreateAllOf) Unset ¶
func (v *NullableSiteCreateAllOf) Unset()
type NullableSiteLocation ¶
type NullableSiteLocation struct {
// contains filtered or unexported fields
}
func NewNullableSiteLocation ¶
func NewNullableSiteLocation(val *SiteLocation) *NullableSiteLocation
func (NullableSiteLocation) Get ¶
func (v NullableSiteLocation) Get() *SiteLocation
func (NullableSiteLocation) IsSet ¶
func (v NullableSiteLocation) IsSet() bool
func (NullableSiteLocation) MarshalJSON ¶
func (v NullableSiteLocation) MarshalJSON() ([]byte, error)
func (*NullableSiteLocation) Set ¶
func (v *NullableSiteLocation) Set(val *SiteLocation)
func (*NullableSiteLocation) UnmarshalJSON ¶
func (v *NullableSiteLocation) UnmarshalJSON(src []byte) error
func (*NullableSiteLocation) Unset ¶
func (v *NullableSiteLocation) Unset()
type NullableSiteStatus ¶
type NullableSiteStatus struct {
// contains filtered or unexported fields
}
func NewNullableSiteStatus ¶
func NewNullableSiteStatus(val *SiteStatus) *NullableSiteStatus
func (NullableSiteStatus) Get ¶
func (v NullableSiteStatus) Get() *SiteStatus
func (NullableSiteStatus) IsSet ¶
func (v NullableSiteStatus) IsSet() bool
func (NullableSiteStatus) MarshalJSON ¶
func (v NullableSiteStatus) MarshalJSON() ([]byte, error)
func (*NullableSiteStatus) Set ¶
func (v *NullableSiteStatus) Set(val *SiteStatus)
func (*NullableSiteStatus) UnmarshalJSON ¶
func (v *NullableSiteStatus) UnmarshalJSON(src []byte) error
func (*NullableSiteStatus) Unset ¶
func (v *NullableSiteStatus) Unset()
type NullableSiteUpdate ¶
type NullableSiteUpdate struct {
// contains filtered or unexported fields
}
func NewNullableSiteUpdate ¶
func NewNullableSiteUpdate(val *SiteUpdate) *NullableSiteUpdate
func (NullableSiteUpdate) Get ¶
func (v NullableSiteUpdate) Get() *SiteUpdate
func (NullableSiteUpdate) IsSet ¶
func (v NullableSiteUpdate) IsSet() bool
func (NullableSiteUpdate) MarshalJSON ¶
func (v NullableSiteUpdate) MarshalJSON() ([]byte, error)
func (*NullableSiteUpdate) Set ¶
func (v *NullableSiteUpdate) Set(val *SiteUpdate)
func (*NullableSiteUpdate) UnmarshalJSON ¶
func (v *NullableSiteUpdate) UnmarshalJSON(src []byte) error
func (*NullableSiteUpdate) Unset ¶
func (v *NullableSiteUpdate) Unset()
type NullableSitesPage ¶
type NullableSitesPage struct {
// contains filtered or unexported fields
}
func NewNullableSitesPage ¶
func NewNullableSitesPage(val *SitesPage) *NullableSitesPage
func (NullableSitesPage) Get ¶
func (v NullableSitesPage) Get() *SitesPage
func (NullableSitesPage) IsSet ¶
func (v NullableSitesPage) IsSet() bool
func (NullableSitesPage) MarshalJSON ¶
func (v NullableSitesPage) MarshalJSON() ([]byte, error)
func (*NullableSitesPage) Set ¶
func (v *NullableSitesPage) Set(val *SitesPage)
func (*NullableSitesPage) UnmarshalJSON ¶
func (v *NullableSitesPage) UnmarshalJSON(src []byte) error
func (*NullableSitesPage) Unset ¶
func (v *NullableSitesPage) Unset()
type NullableSitesPageAllOf ¶
type NullableSitesPageAllOf struct {
// contains filtered or unexported fields
}
func NewNullableSitesPageAllOf ¶
func NewNullableSitesPageAllOf(val *SitesPageAllOf) *NullableSitesPageAllOf
func (NullableSitesPageAllOf) Get ¶
func (v NullableSitesPageAllOf) Get() *SitesPageAllOf
func (NullableSitesPageAllOf) IsSet ¶
func (v NullableSitesPageAllOf) IsSet() bool
func (NullableSitesPageAllOf) MarshalJSON ¶
func (v NullableSitesPageAllOf) MarshalJSON() ([]byte, error)
func (*NullableSitesPageAllOf) Set ¶
func (v *NullableSitesPageAllOf) Set(val *SitesPageAllOf)
func (*NullableSitesPageAllOf) UnmarshalJSON ¶
func (v *NullableSitesPageAllOf) UnmarshalJSON(src []byte) error
func (*NullableSitesPageAllOf) Unset ¶
func (v *NullableSitesPageAllOf) Unset()
type NullableSmartAccountConfiguration ¶ added in v1.0.8
type NullableSmartAccountConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableSmartAccountConfiguration ¶ added in v1.0.8
func NewNullableSmartAccountConfiguration(val *SmartAccountConfiguration) *NullableSmartAccountConfiguration
func (NullableSmartAccountConfiguration) Get ¶ added in v1.0.8
func (v NullableSmartAccountConfiguration) Get() *SmartAccountConfiguration
func (NullableSmartAccountConfiguration) IsSet ¶ added in v1.0.8
func (v NullableSmartAccountConfiguration) IsSet() bool
func (NullableSmartAccountConfiguration) MarshalJSON ¶ added in v1.0.8
func (v NullableSmartAccountConfiguration) MarshalJSON() ([]byte, error)
func (*NullableSmartAccountConfiguration) Set ¶ added in v1.0.8
func (v *NullableSmartAccountConfiguration) Set(val *SmartAccountConfiguration)
func (*NullableSmartAccountConfiguration) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableSmartAccountConfiguration) UnmarshalJSON(src []byte) error
func (*NullableSmartAccountConfiguration) Unset ¶ added in v1.0.8
func (v *NullableSmartAccountConfiguration) Unset()
type NullableSmartAccountConfigurationCreate ¶ added in v1.0.8
type NullableSmartAccountConfigurationCreate struct {
// contains filtered or unexported fields
}
func NewNullableSmartAccountConfigurationCreate ¶ added in v1.0.8
func NewNullableSmartAccountConfigurationCreate(val *SmartAccountConfigurationCreate) *NullableSmartAccountConfigurationCreate
func (NullableSmartAccountConfigurationCreate) IsSet ¶ added in v1.0.8
func (v NullableSmartAccountConfigurationCreate) IsSet() bool
func (NullableSmartAccountConfigurationCreate) MarshalJSON ¶ added in v1.0.8
func (v NullableSmartAccountConfigurationCreate) MarshalJSON() ([]byte, error)
func (*NullableSmartAccountConfigurationCreate) Set ¶ added in v1.0.8
func (v *NullableSmartAccountConfigurationCreate) Set(val *SmartAccountConfigurationCreate)
func (*NullableSmartAccountConfigurationCreate) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableSmartAccountConfigurationCreate) UnmarshalJSON(src []byte) error
func (*NullableSmartAccountConfigurationCreate) Unset ¶ added in v1.0.8
func (v *NullableSmartAccountConfigurationCreate) Unset()
type NullableSmartAccountConfigurationUpdate ¶ added in v1.0.8
type NullableSmartAccountConfigurationUpdate struct {
// contains filtered or unexported fields
}
func NewNullableSmartAccountConfigurationUpdate ¶ added in v1.0.8
func NewNullableSmartAccountConfigurationUpdate(val *SmartAccountConfigurationUpdate) *NullableSmartAccountConfigurationUpdate
func (NullableSmartAccountConfigurationUpdate) IsSet ¶ added in v1.0.8
func (v NullableSmartAccountConfigurationUpdate) IsSet() bool
func (NullableSmartAccountConfigurationUpdate) MarshalJSON ¶ added in v1.0.8
func (v NullableSmartAccountConfigurationUpdate) MarshalJSON() ([]byte, error)
func (*NullableSmartAccountConfigurationUpdate) Set ¶ added in v1.0.8
func (v *NullableSmartAccountConfigurationUpdate) Set(val *SmartAccountConfigurationUpdate)
func (*NullableSmartAccountConfigurationUpdate) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableSmartAccountConfigurationUpdate) UnmarshalJSON(src []byte) error
func (*NullableSmartAccountConfigurationUpdate) Unset ¶ added in v1.0.8
func (v *NullableSmartAccountConfigurationUpdate) Unset()
type NullableSmartAccountType ¶ added in v1.0.8
type NullableSmartAccountType struct {
// contains filtered or unexported fields
}
func NewNullableSmartAccountType ¶ added in v1.0.8
func NewNullableSmartAccountType(val *SmartAccountType) *NullableSmartAccountType
func (NullableSmartAccountType) Get ¶ added in v1.0.8
func (v NullableSmartAccountType) Get() *SmartAccountType
func (NullableSmartAccountType) IsSet ¶ added in v1.0.8
func (v NullableSmartAccountType) IsSet() bool
func (NullableSmartAccountType) MarshalJSON ¶ added in v1.0.8
func (v NullableSmartAccountType) MarshalJSON() ([]byte, error)
func (*NullableSmartAccountType) Set ¶ added in v1.0.8
func (v *NullableSmartAccountType) Set(val *SmartAccountType)
func (*NullableSmartAccountType) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableSmartAccountType) UnmarshalJSON(src []byte) error
func (*NullableSmartAccountType) Unset ¶ added in v1.0.8
func (v *NullableSmartAccountType) Unset()
type NullableSmartAccountUser ¶ added in v1.0.8
type NullableSmartAccountUser struct {
// contains filtered or unexported fields
}
func NewNullableSmartAccountUser ¶ added in v1.0.8
func NewNullableSmartAccountUser(val *SmartAccountUser) *NullableSmartAccountUser
func (NullableSmartAccountUser) Get ¶ added in v1.0.8
func (v NullableSmartAccountUser) Get() *SmartAccountUser
func (NullableSmartAccountUser) IsSet ¶ added in v1.0.8
func (v NullableSmartAccountUser) IsSet() bool
func (NullableSmartAccountUser) MarshalJSON ¶ added in v1.0.8
func (v NullableSmartAccountUser) MarshalJSON() ([]byte, error)
func (*NullableSmartAccountUser) Set ¶ added in v1.0.8
func (v *NullableSmartAccountUser) Set(val *SmartAccountUser)
func (*NullableSmartAccountUser) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableSmartAccountUser) UnmarshalJSON(src []byte) error
func (*NullableSmartAccountUser) Unset ¶ added in v1.0.8
func (v *NullableSmartAccountUser) Unset()
type NullableSmartAccountUserRole ¶ added in v1.0.8
type NullableSmartAccountUserRole struct {
// contains filtered or unexported fields
}
func NewNullableSmartAccountUserRole ¶ added in v1.0.8
func NewNullableSmartAccountUserRole(val *SmartAccountUserRole) *NullableSmartAccountUserRole
func (NullableSmartAccountUserRole) Get ¶ added in v1.0.8
func (v NullableSmartAccountUserRole) Get() *SmartAccountUserRole
func (NullableSmartAccountUserRole) IsSet ¶ added in v1.0.8
func (v NullableSmartAccountUserRole) IsSet() bool
func (NullableSmartAccountUserRole) MarshalJSON ¶ added in v1.0.8
func (v NullableSmartAccountUserRole) MarshalJSON() ([]byte, error)
func (*NullableSmartAccountUserRole) Set ¶ added in v1.0.8
func (v *NullableSmartAccountUserRole) Set(val *SmartAccountUserRole)
func (*NullableSmartAccountUserRole) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableSmartAccountUserRole) UnmarshalJSON(src []byte) error
func (*NullableSmartAccountUserRole) Unset ¶ added in v1.0.8
func (v *NullableSmartAccountUserRole) Unset()
type NullableSmartUserAccounts ¶ added in v1.0.8
type NullableSmartUserAccounts struct {
// contains filtered or unexported fields
}
func NewNullableSmartUserAccounts ¶ added in v1.0.8
func NewNullableSmartUserAccounts(val *SmartUserAccounts) *NullableSmartUserAccounts
func (NullableSmartUserAccounts) Get ¶ added in v1.0.8
func (v NullableSmartUserAccounts) Get() *SmartUserAccounts
func (NullableSmartUserAccounts) IsSet ¶ added in v1.0.8
func (v NullableSmartUserAccounts) IsSet() bool
func (NullableSmartUserAccounts) MarshalJSON ¶ added in v1.0.8
func (v NullableSmartUserAccounts) MarshalJSON() ([]byte, error)
func (*NullableSmartUserAccounts) Set ¶ added in v1.0.8
func (v *NullableSmartUserAccounts) Set(val *SmartUserAccounts)
func (*NullableSmartUserAccounts) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableSmartUserAccounts) UnmarshalJSON(src []byte) error
func (*NullableSmartUserAccounts) Unset ¶ added in v1.0.8
func (v *NullableSmartUserAccounts) Unset()
type NullableSmartUserAccountsAllOf ¶ added in v1.0.8
type NullableSmartUserAccountsAllOf struct {
// contains filtered or unexported fields
}
func NewNullableSmartUserAccountsAllOf ¶ added in v1.0.8
func NewNullableSmartUserAccountsAllOf(val *SmartUserAccountsAllOf) *NullableSmartUserAccountsAllOf
func (NullableSmartUserAccountsAllOf) Get ¶ added in v1.0.8
func (v NullableSmartUserAccountsAllOf) Get() *SmartUserAccountsAllOf
func (NullableSmartUserAccountsAllOf) IsSet ¶ added in v1.0.8
func (v NullableSmartUserAccountsAllOf) IsSet() bool
func (NullableSmartUserAccountsAllOf) MarshalJSON ¶ added in v1.0.8
func (v NullableSmartUserAccountsAllOf) MarshalJSON() ([]byte, error)
func (*NullableSmartUserAccountsAllOf) Set ¶ added in v1.0.8
func (v *NullableSmartUserAccountsAllOf) Set(val *SmartUserAccountsAllOf)
func (*NullableSmartUserAccountsAllOf) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableSmartUserAccountsAllOf) UnmarshalJSON(src []byte) error
func (*NullableSmartUserAccountsAllOf) Unset ¶ added in v1.0.8
func (v *NullableSmartUserAccountsAllOf) Unset()
type NullableStartWorkflowResponse ¶
type NullableStartWorkflowResponse struct {
// contains filtered or unexported fields
}
func NewNullableStartWorkflowResponse ¶
func NewNullableStartWorkflowResponse(val *StartWorkflowResponse) *NullableStartWorkflowResponse
func (NullableStartWorkflowResponse) Get ¶
func (v NullableStartWorkflowResponse) Get() *StartWorkflowResponse
func (NullableStartWorkflowResponse) IsSet ¶
func (v NullableStartWorkflowResponse) IsSet() bool
func (NullableStartWorkflowResponse) MarshalJSON ¶
func (v NullableStartWorkflowResponse) MarshalJSON() ([]byte, error)
func (*NullableStartWorkflowResponse) Set ¶
func (v *NullableStartWorkflowResponse) Set(val *StartWorkflowResponse)
func (*NullableStartWorkflowResponse) UnmarshalJSON ¶
func (v *NullableStartWorkflowResponse) UnmarshalJSON(src []byte) error
func (*NullableStartWorkflowResponse) Unset ¶
func (v *NullableStartWorkflowResponse) 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 NullableTemplate ¶ added in v1.0.8
type NullableTemplate struct {
// contains filtered or unexported fields
}
func NewNullableTemplate ¶ added in v1.0.8
func NewNullableTemplate(val *Template) *NullableTemplate
func (NullableTemplate) Get ¶ added in v1.0.8
func (v NullableTemplate) Get() *Template
func (NullableTemplate) IsSet ¶ added in v1.0.8
func (v NullableTemplate) IsSet() bool
func (NullableTemplate) MarshalJSON ¶ added in v1.0.8
func (v NullableTemplate) MarshalJSON() ([]byte, error)
func (*NullableTemplate) Set ¶ added in v1.0.8
func (v *NullableTemplate) Set(val *Template)
func (*NullableTemplate) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableTemplate) UnmarshalJSON(src []byte) error
func (*NullableTemplate) Unset ¶ added in v1.0.8
func (v *NullableTemplate) Unset()
type NullableTemplateApplication ¶ added in v1.0.8
type NullableTemplateApplication struct {
// contains filtered or unexported fields
}
func NewNullableTemplateApplication ¶ added in v1.0.8
func NewNullableTemplateApplication(val *TemplateApplication) *NullableTemplateApplication
func (NullableTemplateApplication) Get ¶ added in v1.0.8
func (v NullableTemplateApplication) Get() *TemplateApplication
func (NullableTemplateApplication) IsSet ¶ added in v1.0.8
func (v NullableTemplateApplication) IsSet() bool
func (NullableTemplateApplication) MarshalJSON ¶ added in v1.0.8
func (v NullableTemplateApplication) MarshalJSON() ([]byte, error)
func (*NullableTemplateApplication) Set ¶ added in v1.0.8
func (v *NullableTemplateApplication) Set(val *TemplateApplication)
func (*NullableTemplateApplication) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableTemplateApplication) UnmarshalJSON(src []byte) error
func (*NullableTemplateApplication) Unset ¶ added in v1.0.8
func (v *NullableTemplateApplication) Unset()
type NullableTemplateApplicationAllOf ¶ added in v1.0.8
type NullableTemplateApplicationAllOf struct {
// contains filtered or unexported fields
}
func NewNullableTemplateApplicationAllOf ¶ added in v1.0.8
func NewNullableTemplateApplicationAllOf(val *TemplateApplicationAllOf) *NullableTemplateApplicationAllOf
func (NullableTemplateApplicationAllOf) Get ¶ added in v1.0.8
func (v NullableTemplateApplicationAllOf) Get() *TemplateApplicationAllOf
func (NullableTemplateApplicationAllOf) IsSet ¶ added in v1.0.8
func (v NullableTemplateApplicationAllOf) IsSet() bool
func (NullableTemplateApplicationAllOf) MarshalJSON ¶ added in v1.0.8
func (v NullableTemplateApplicationAllOf) MarshalJSON() ([]byte, error)
func (*NullableTemplateApplicationAllOf) Set ¶ added in v1.0.8
func (v *NullableTemplateApplicationAllOf) Set(val *TemplateApplicationAllOf)
func (*NullableTemplateApplicationAllOf) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableTemplateApplicationAllOf) UnmarshalJSON(src []byte) error
func (*NullableTemplateApplicationAllOf) Unset ¶ added in v1.0.8
func (v *NullableTemplateApplicationAllOf) Unset()
type NullableTemplateApplicationCreate ¶ added in v1.0.8
type NullableTemplateApplicationCreate struct {
// contains filtered or unexported fields
}
func NewNullableTemplateApplicationCreate ¶ added in v1.0.8
func NewNullableTemplateApplicationCreate(val *TemplateApplicationCreate) *NullableTemplateApplicationCreate
func (NullableTemplateApplicationCreate) Get ¶ added in v1.0.8
func (v NullableTemplateApplicationCreate) Get() *TemplateApplicationCreate
func (NullableTemplateApplicationCreate) IsSet ¶ added in v1.0.8
func (v NullableTemplateApplicationCreate) IsSet() bool
func (NullableTemplateApplicationCreate) MarshalJSON ¶ added in v1.0.8
func (v NullableTemplateApplicationCreate) MarshalJSON() ([]byte, error)
func (*NullableTemplateApplicationCreate) Set ¶ added in v1.0.8
func (v *NullableTemplateApplicationCreate) Set(val *TemplateApplicationCreate)
func (*NullableTemplateApplicationCreate) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableTemplateApplicationCreate) UnmarshalJSON(src []byte) error
func (*NullableTemplateApplicationCreate) Unset ¶ added in v1.0.8
func (v *NullableTemplateApplicationCreate) Unset()
type NullableTemplateApplicationStatusPatch ¶ added in v1.0.8
type NullableTemplateApplicationStatusPatch struct {
// contains filtered or unexported fields
}
func NewNullableTemplateApplicationStatusPatch ¶ added in v1.0.8
func NewNullableTemplateApplicationStatusPatch(val *TemplateApplicationStatusPatch) *NullableTemplateApplicationStatusPatch
func (NullableTemplateApplicationStatusPatch) Get ¶ added in v1.0.8
func (v NullableTemplateApplicationStatusPatch) Get() *TemplateApplicationStatusPatch
func (NullableTemplateApplicationStatusPatch) IsSet ¶ added in v1.0.8
func (v NullableTemplateApplicationStatusPatch) IsSet() bool
func (NullableTemplateApplicationStatusPatch) MarshalJSON ¶ added in v1.0.8
func (v NullableTemplateApplicationStatusPatch) MarshalJSON() ([]byte, error)
func (*NullableTemplateApplicationStatusPatch) Set ¶ added in v1.0.8
func (v *NullableTemplateApplicationStatusPatch) Set(val *TemplateApplicationStatusPatch)
func (*NullableTemplateApplicationStatusPatch) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableTemplateApplicationStatusPatch) UnmarshalJSON(src []byte) error
func (*NullableTemplateApplicationStatusPatch) Unset ¶ added in v1.0.8
func (v *NullableTemplateApplicationStatusPatch) Unset()
type NullableTemplateApplicationsPage ¶ added in v1.0.8
type NullableTemplateApplicationsPage struct {
// contains filtered or unexported fields
}
func NewNullableTemplateApplicationsPage ¶ added in v1.0.8
func NewNullableTemplateApplicationsPage(val *TemplateApplicationsPage) *NullableTemplateApplicationsPage
func (NullableTemplateApplicationsPage) Get ¶ added in v1.0.8
func (v NullableTemplateApplicationsPage) Get() *TemplateApplicationsPage
func (NullableTemplateApplicationsPage) IsSet ¶ added in v1.0.8
func (v NullableTemplateApplicationsPage) IsSet() bool
func (NullableTemplateApplicationsPage) MarshalJSON ¶ added in v1.0.8
func (v NullableTemplateApplicationsPage) MarshalJSON() ([]byte, error)
func (*NullableTemplateApplicationsPage) Set ¶ added in v1.0.8
func (v *NullableTemplateApplicationsPage) Set(val *TemplateApplicationsPage)
func (*NullableTemplateApplicationsPage) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableTemplateApplicationsPage) UnmarshalJSON(src []byte) error
func (*NullableTemplateApplicationsPage) Unset ¶ added in v1.0.8
func (v *NullableTemplateApplicationsPage) Unset()
type NullableTemplateApplicationsPageAllOf ¶ added in v1.0.8
type NullableTemplateApplicationsPageAllOf struct {
// contains filtered or unexported fields
}
func NewNullableTemplateApplicationsPageAllOf ¶ added in v1.0.8
func NewNullableTemplateApplicationsPageAllOf(val *TemplateApplicationsPageAllOf) *NullableTemplateApplicationsPageAllOf
func (NullableTemplateApplicationsPageAllOf) Get ¶ added in v1.0.8
func (v NullableTemplateApplicationsPageAllOf) Get() *TemplateApplicationsPageAllOf
func (NullableTemplateApplicationsPageAllOf) IsSet ¶ added in v1.0.8
func (v NullableTemplateApplicationsPageAllOf) IsSet() bool
func (NullableTemplateApplicationsPageAllOf) MarshalJSON ¶ added in v1.0.8
func (v NullableTemplateApplicationsPageAllOf) MarshalJSON() ([]byte, error)
func (*NullableTemplateApplicationsPageAllOf) Set ¶ added in v1.0.8
func (v *NullableTemplateApplicationsPageAllOf) Set(val *TemplateApplicationsPageAllOf)
func (*NullableTemplateApplicationsPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableTemplateApplicationsPageAllOf) UnmarshalJSON(src []byte) error
func (*NullableTemplateApplicationsPageAllOf) Unset ¶ added in v1.0.8
func (v *NullableTemplateApplicationsPageAllOf) Unset()
type NullableTemplateAssignment ¶ added in v1.0.8
type NullableTemplateAssignment struct {
// contains filtered or unexported fields
}
func NewNullableTemplateAssignment ¶ added in v1.0.8
func NewNullableTemplateAssignment(val *TemplateAssignment) *NullableTemplateAssignment
func (NullableTemplateAssignment) Get ¶ added in v1.0.8
func (v NullableTemplateAssignment) Get() *TemplateAssignment
func (NullableTemplateAssignment) IsSet ¶ added in v1.0.8
func (v NullableTemplateAssignment) IsSet() bool
func (NullableTemplateAssignment) MarshalJSON ¶ added in v1.0.8
func (v NullableTemplateAssignment) MarshalJSON() ([]byte, error)
func (*NullableTemplateAssignment) Set ¶ added in v1.0.8
func (v *NullableTemplateAssignment) Set(val *TemplateAssignment)
func (*NullableTemplateAssignment) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableTemplateAssignment) UnmarshalJSON(src []byte) error
func (*NullableTemplateAssignment) Unset ¶ added in v1.0.8
func (v *NullableTemplateAssignment) Unset()
type NullableTemplateAssignmentAllOf ¶ added in v1.0.8
type NullableTemplateAssignmentAllOf struct {
// contains filtered or unexported fields
}
func NewNullableTemplateAssignmentAllOf ¶ added in v1.0.8
func NewNullableTemplateAssignmentAllOf(val *TemplateAssignmentAllOf) *NullableTemplateAssignmentAllOf
func (NullableTemplateAssignmentAllOf) Get ¶ added in v1.0.8
func (v NullableTemplateAssignmentAllOf) Get() *TemplateAssignmentAllOf
func (NullableTemplateAssignmentAllOf) IsSet ¶ added in v1.0.8
func (v NullableTemplateAssignmentAllOf) IsSet() bool
func (NullableTemplateAssignmentAllOf) MarshalJSON ¶ added in v1.0.8
func (v NullableTemplateAssignmentAllOf) MarshalJSON() ([]byte, error)
func (*NullableTemplateAssignmentAllOf) Set ¶ added in v1.0.8
func (v *NullableTemplateAssignmentAllOf) Set(val *TemplateAssignmentAllOf)
func (*NullableTemplateAssignmentAllOf) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableTemplateAssignmentAllOf) UnmarshalJSON(src []byte) error
func (*NullableTemplateAssignmentAllOf) Unset ¶ added in v1.0.8
func (v *NullableTemplateAssignmentAllOf) Unset()
type NullableTemplateAssignmentResponse ¶ added in v1.0.8
type NullableTemplateAssignmentResponse struct {
// contains filtered or unexported fields
}
func NewNullableTemplateAssignmentResponse ¶ added in v1.0.8
func NewNullableTemplateAssignmentResponse(val *TemplateAssignmentResponse) *NullableTemplateAssignmentResponse
func (NullableTemplateAssignmentResponse) Get ¶ added in v1.0.8
func (v NullableTemplateAssignmentResponse) Get() *TemplateAssignmentResponse
func (NullableTemplateAssignmentResponse) IsSet ¶ added in v1.0.8
func (v NullableTemplateAssignmentResponse) IsSet() bool
func (NullableTemplateAssignmentResponse) MarshalJSON ¶ added in v1.0.8
func (v NullableTemplateAssignmentResponse) MarshalJSON() ([]byte, error)
func (*NullableTemplateAssignmentResponse) Set ¶ added in v1.0.8
func (v *NullableTemplateAssignmentResponse) Set(val *TemplateAssignmentResponse)
func (*NullableTemplateAssignmentResponse) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableTemplateAssignmentResponse) UnmarshalJSON(src []byte) error
func (*NullableTemplateAssignmentResponse) Unset ¶ added in v1.0.8
func (v *NullableTemplateAssignmentResponse) Unset()
type NullableTemplateAssignmentResponseAllOf ¶ added in v1.0.8
type NullableTemplateAssignmentResponseAllOf struct {
// contains filtered or unexported fields
}
func NewNullableTemplateAssignmentResponseAllOf ¶ added in v1.0.8
func NewNullableTemplateAssignmentResponseAllOf(val *TemplateAssignmentResponseAllOf) *NullableTemplateAssignmentResponseAllOf
func (NullableTemplateAssignmentResponseAllOf) IsSet ¶ added in v1.0.8
func (v NullableTemplateAssignmentResponseAllOf) IsSet() bool
func (NullableTemplateAssignmentResponseAllOf) MarshalJSON ¶ added in v1.0.8
func (v NullableTemplateAssignmentResponseAllOf) MarshalJSON() ([]byte, error)
func (*NullableTemplateAssignmentResponseAllOf) Set ¶ added in v1.0.8
func (v *NullableTemplateAssignmentResponseAllOf) Set(val *TemplateAssignmentResponseAllOf)
func (*NullableTemplateAssignmentResponseAllOf) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableTemplateAssignmentResponseAllOf) UnmarshalJSON(src []byte) error
func (*NullableTemplateAssignmentResponseAllOf) Unset ¶ added in v1.0.8
func (v *NullableTemplateAssignmentResponseAllOf) Unset()
type NullableTemplateAssignmentStatusPatch ¶ added in v1.0.8
type NullableTemplateAssignmentStatusPatch struct {
// contains filtered or unexported fields
}
func NewNullableTemplateAssignmentStatusPatch ¶ added in v1.0.8
func NewNullableTemplateAssignmentStatusPatch(val *TemplateAssignmentStatusPatch) *NullableTemplateAssignmentStatusPatch
func (NullableTemplateAssignmentStatusPatch) Get ¶ added in v1.0.8
func (v NullableTemplateAssignmentStatusPatch) Get() *TemplateAssignmentStatusPatch
func (NullableTemplateAssignmentStatusPatch) IsSet ¶ added in v1.0.8
func (v NullableTemplateAssignmentStatusPatch) IsSet() bool
func (NullableTemplateAssignmentStatusPatch) MarshalJSON ¶ added in v1.0.8
func (v NullableTemplateAssignmentStatusPatch) MarshalJSON() ([]byte, error)
func (*NullableTemplateAssignmentStatusPatch) Set ¶ added in v1.0.8
func (v *NullableTemplateAssignmentStatusPatch) Set(val *TemplateAssignmentStatusPatch)
func (*NullableTemplateAssignmentStatusPatch) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableTemplateAssignmentStatusPatch) UnmarshalJSON(src []byte) error
func (*NullableTemplateAssignmentStatusPatch) Unset ¶ added in v1.0.8
func (v *NullableTemplateAssignmentStatusPatch) Unset()
type NullableTemplateAssignmentsPage ¶ added in v1.0.8
type NullableTemplateAssignmentsPage struct {
// contains filtered or unexported fields
}
func NewNullableTemplateAssignmentsPage ¶ added in v1.0.8
func NewNullableTemplateAssignmentsPage(val *TemplateAssignmentsPage) *NullableTemplateAssignmentsPage
func (NullableTemplateAssignmentsPage) Get ¶ added in v1.0.8
func (v NullableTemplateAssignmentsPage) Get() *TemplateAssignmentsPage
func (NullableTemplateAssignmentsPage) IsSet ¶ added in v1.0.8
func (v NullableTemplateAssignmentsPage) IsSet() bool
func (NullableTemplateAssignmentsPage) MarshalJSON ¶ added in v1.0.8
func (v NullableTemplateAssignmentsPage) MarshalJSON() ([]byte, error)
func (*NullableTemplateAssignmentsPage) Set ¶ added in v1.0.8
func (v *NullableTemplateAssignmentsPage) Set(val *TemplateAssignmentsPage)
func (*NullableTemplateAssignmentsPage) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableTemplateAssignmentsPage) UnmarshalJSON(src []byte) error
func (*NullableTemplateAssignmentsPage) Unset ¶ added in v1.0.8
func (v *NullableTemplateAssignmentsPage) Unset()
type NullableTemplateAssignmentsPageAllOf ¶ added in v1.0.8
type NullableTemplateAssignmentsPageAllOf struct {
// contains filtered or unexported fields
}
func NewNullableTemplateAssignmentsPageAllOf ¶ added in v1.0.8
func NewNullableTemplateAssignmentsPageAllOf(val *TemplateAssignmentsPageAllOf) *NullableTemplateAssignmentsPageAllOf
func (NullableTemplateAssignmentsPageAllOf) Get ¶ added in v1.0.8
func (v NullableTemplateAssignmentsPageAllOf) Get() *TemplateAssignmentsPageAllOf
func (NullableTemplateAssignmentsPageAllOf) IsSet ¶ added in v1.0.8
func (v NullableTemplateAssignmentsPageAllOf) IsSet() bool
func (NullableTemplateAssignmentsPageAllOf) MarshalJSON ¶ added in v1.0.8
func (v NullableTemplateAssignmentsPageAllOf) MarshalJSON() ([]byte, error)
func (*NullableTemplateAssignmentsPageAllOf) Set ¶ added in v1.0.8
func (v *NullableTemplateAssignmentsPageAllOf) Set(val *TemplateAssignmentsPageAllOf)
func (*NullableTemplateAssignmentsPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableTemplateAssignmentsPageAllOf) UnmarshalJSON(src []byte) error
func (*NullableTemplateAssignmentsPageAllOf) Unset ¶ added in v1.0.8
func (v *NullableTemplateAssignmentsPageAllOf) Unset()
type NullableTemplateCreate ¶ added in v1.0.8
type NullableTemplateCreate struct {
// contains filtered or unexported fields
}
func NewNullableTemplateCreate ¶ added in v1.0.8
func NewNullableTemplateCreate(val *TemplateCreate) *NullableTemplateCreate
func (NullableTemplateCreate) Get ¶ added in v1.0.8
func (v NullableTemplateCreate) Get() *TemplateCreate
func (NullableTemplateCreate) IsSet ¶ added in v1.0.8
func (v NullableTemplateCreate) IsSet() bool
func (NullableTemplateCreate) MarshalJSON ¶ added in v1.0.8
func (v NullableTemplateCreate) MarshalJSON() ([]byte, error)
func (*NullableTemplateCreate) Set ¶ added in v1.0.8
func (v *NullableTemplateCreate) Set(val *TemplateCreate)
func (*NullableTemplateCreate) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableTemplateCreate) UnmarshalJSON(src []byte) error
func (*NullableTemplateCreate) Unset ¶ added in v1.0.8
func (v *NullableTemplateCreate) Unset()
type NullableTemplateParameterValidator ¶
type NullableTemplateParameterValidator struct {
// contains filtered or unexported fields
}
func NewNullableTemplateParameterValidator ¶
func NewNullableTemplateParameterValidator(val *TemplateParameterValidator) *NullableTemplateParameterValidator
func (NullableTemplateParameterValidator) Get ¶
func (v NullableTemplateParameterValidator) Get() *TemplateParameterValidator
func (NullableTemplateParameterValidator) IsSet ¶
func (v NullableTemplateParameterValidator) IsSet() bool
func (NullableTemplateParameterValidator) MarshalJSON ¶
func (v NullableTemplateParameterValidator) MarshalJSON() ([]byte, error)
func (*NullableTemplateParameterValidator) Set ¶
func (v *NullableTemplateParameterValidator) Set(val *TemplateParameterValidator)
func (*NullableTemplateParameterValidator) UnmarshalJSON ¶
func (v *NullableTemplateParameterValidator) UnmarshalJSON(src []byte) error
func (*NullableTemplateParameterValidator) Unset ¶
func (v *NullableTemplateParameterValidator) Unset()
type NullableTemplatePatch ¶ added in v1.0.8
type NullableTemplatePatch struct {
// contains filtered or unexported fields
}
func NewNullableTemplatePatch ¶ added in v1.0.8
func NewNullableTemplatePatch(val *TemplatePatch) *NullableTemplatePatch
func (NullableTemplatePatch) Get ¶ added in v1.0.8
func (v NullableTemplatePatch) Get() *TemplatePatch
func (NullableTemplatePatch) IsSet ¶ added in v1.0.8
func (v NullableTemplatePatch) IsSet() bool
func (NullableTemplatePatch) MarshalJSON ¶ added in v1.0.8
func (v NullableTemplatePatch) MarshalJSON() ([]byte, error)
func (*NullableTemplatePatch) Set ¶ added in v1.0.8
func (v *NullableTemplatePatch) Set(val *TemplatePatch)
func (*NullableTemplatePatch) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableTemplatePatch) UnmarshalJSON(src []byte) error
func (*NullableTemplatePatch) Unset ¶ added in v1.0.8
func (v *NullableTemplatePatch) Unset()
type NullableTemplateStatus ¶ added in v1.0.8
type NullableTemplateStatus struct {
// contains filtered or unexported fields
}
func NewNullableTemplateStatus ¶ added in v1.0.8
func NewNullableTemplateStatus(val *TemplateStatus) *NullableTemplateStatus
func (NullableTemplateStatus) Get ¶ added in v1.0.8
func (v NullableTemplateStatus) Get() *TemplateStatus
func (NullableTemplateStatus) IsSet ¶ added in v1.0.8
func (v NullableTemplateStatus) IsSet() bool
func (NullableTemplateStatus) MarshalJSON ¶ added in v1.0.8
func (v NullableTemplateStatus) MarshalJSON() ([]byte, error)
func (*NullableTemplateStatus) Set ¶ added in v1.0.8
func (v *NullableTemplateStatus) Set(val *TemplateStatus)
func (*NullableTemplateStatus) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableTemplateStatus) UnmarshalJSON(src []byte) error
func (*NullableTemplateStatus) Unset ¶ added in v1.0.8
func (v *NullableTemplateStatus) Unset()
type NullableTemplateStatusMeta ¶ added in v1.0.8
type NullableTemplateStatusMeta struct {
// contains filtered or unexported fields
}
func NewNullableTemplateStatusMeta ¶ added in v1.0.8
func NewNullableTemplateStatusMeta(val *TemplateStatusMeta) *NullableTemplateStatusMeta
func (NullableTemplateStatusMeta) Get ¶ added in v1.0.8
func (v NullableTemplateStatusMeta) Get() *TemplateStatusMeta
func (NullableTemplateStatusMeta) IsSet ¶ added in v1.0.8
func (v NullableTemplateStatusMeta) IsSet() bool
func (NullableTemplateStatusMeta) MarshalJSON ¶ added in v1.0.8
func (v NullableTemplateStatusMeta) MarshalJSON() ([]byte, error)
func (*NullableTemplateStatusMeta) Set ¶ added in v1.0.8
func (v *NullableTemplateStatusMeta) Set(val *TemplateStatusMeta)
func (*NullableTemplateStatusMeta) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableTemplateStatusMeta) UnmarshalJSON(src []byte) error
func (*NullableTemplateStatusMeta) Unset ¶ added in v1.0.8
func (v *NullableTemplateStatusMeta) Unset()
type NullableTemplatesPage ¶ added in v1.0.8
type NullableTemplatesPage struct {
// contains filtered or unexported fields
}
func NewNullableTemplatesPage ¶ added in v1.0.8
func NewNullableTemplatesPage(val *TemplatesPage) *NullableTemplatesPage
func (NullableTemplatesPage) Get ¶ added in v1.0.8
func (v NullableTemplatesPage) Get() *TemplatesPage
func (NullableTemplatesPage) IsSet ¶ added in v1.0.8
func (v NullableTemplatesPage) IsSet() bool
func (NullableTemplatesPage) MarshalJSON ¶ added in v1.0.8
func (v NullableTemplatesPage) MarshalJSON() ([]byte, error)
func (*NullableTemplatesPage) Set ¶ added in v1.0.8
func (v *NullableTemplatesPage) Set(val *TemplatesPage)
func (*NullableTemplatesPage) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableTemplatesPage) UnmarshalJSON(src []byte) error
func (*NullableTemplatesPage) Unset ¶ added in v1.0.8
func (v *NullableTemplatesPage) Unset()
type NullableTemplatesPageAllOf ¶ added in v1.0.8
type NullableTemplatesPageAllOf struct {
// contains filtered or unexported fields
}
func NewNullableTemplatesPageAllOf ¶ added in v1.0.8
func NewNullableTemplatesPageAllOf(val *TemplatesPageAllOf) *NullableTemplatesPageAllOf
func (NullableTemplatesPageAllOf) Get ¶ added in v1.0.8
func (v NullableTemplatesPageAllOf) Get() *TemplatesPageAllOf
func (NullableTemplatesPageAllOf) IsSet ¶ added in v1.0.8
func (v NullableTemplatesPageAllOf) IsSet() bool
func (NullableTemplatesPageAllOf) MarshalJSON ¶ added in v1.0.8
func (v NullableTemplatesPageAllOf) MarshalJSON() ([]byte, error)
func (*NullableTemplatesPageAllOf) Set ¶ added in v1.0.8
func (v *NullableTemplatesPageAllOf) Set(val *TemplatesPageAllOf)
func (*NullableTemplatesPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableTemplatesPageAllOf) UnmarshalJSON(src []byte) error
func (*NullableTemplatesPageAllOf) Unset ¶ added in v1.0.8
func (v *NullableTemplatesPageAllOf) Unset()
type NullableTenant ¶
type NullableTenant struct {
// contains filtered or unexported fields
}
func NewNullableTenant ¶
func NewNullableTenant(val *Tenant) *NullableTenant
func (NullableTenant) Get ¶
func (v NullableTenant) Get() *Tenant
func (NullableTenant) IsSet ¶
func (v NullableTenant) IsSet() bool
func (NullableTenant) MarshalJSON ¶
func (v NullableTenant) MarshalJSON() ([]byte, error)
func (*NullableTenant) Set ¶
func (v *NullableTenant) Set(val *Tenant)
func (*NullableTenant) UnmarshalJSON ¶
func (v *NullableTenant) UnmarshalJSON(src []byte) error
func (*NullableTenant) Unset ¶
func (v *NullableTenant) Unset()
type NullableTenantAllOf ¶
type NullableTenantAllOf struct {
// contains filtered or unexported fields
}
func NewNullableTenantAllOf ¶
func NewNullableTenantAllOf(val *TenantAllOf) *NullableTenantAllOf
func (NullableTenantAllOf) Get ¶
func (v NullableTenantAllOf) Get() *TenantAllOf
func (NullableTenantAllOf) IsSet ¶
func (v NullableTenantAllOf) IsSet() bool
func (NullableTenantAllOf) MarshalJSON ¶
func (v NullableTenantAllOf) MarshalJSON() ([]byte, error)
func (*NullableTenantAllOf) Set ¶
func (v *NullableTenantAllOf) Set(val *TenantAllOf)
func (*NullableTenantAllOf) UnmarshalJSON ¶
func (v *NullableTenantAllOf) UnmarshalJSON(src []byte) error
func (*NullableTenantAllOf) Unset ¶
func (v *NullableTenantAllOf) Unset()
type NullableTenantCreate ¶
type NullableTenantCreate struct {
// contains filtered or unexported fields
}
func NewNullableTenantCreate ¶
func NewNullableTenantCreate(val *TenantCreate) *NullableTenantCreate
func (NullableTenantCreate) Get ¶
func (v NullableTenantCreate) Get() *TenantCreate
func (NullableTenantCreate) IsSet ¶
func (v NullableTenantCreate) IsSet() bool
func (NullableTenantCreate) MarshalJSON ¶
func (v NullableTenantCreate) MarshalJSON() ([]byte, error)
func (*NullableTenantCreate) Set ¶
func (v *NullableTenantCreate) Set(val *TenantCreate)
func (*NullableTenantCreate) UnmarshalJSON ¶
func (v *NullableTenantCreate) UnmarshalJSON(src []byte) error
func (*NullableTenantCreate) Unset ¶
func (v *NullableTenantCreate) Unset()
type NullableTenantCreateAllOf ¶ added in v1.0.2
type NullableTenantCreateAllOf struct {
// contains filtered or unexported fields
}
func NewNullableTenantCreateAllOf ¶ added in v1.0.2
func NewNullableTenantCreateAllOf(val *TenantCreateAllOf) *NullableTenantCreateAllOf
func (NullableTenantCreateAllOf) Get ¶ added in v1.0.2
func (v NullableTenantCreateAllOf) Get() *TenantCreateAllOf
func (NullableTenantCreateAllOf) IsSet ¶ added in v1.0.2
func (v NullableTenantCreateAllOf) IsSet() bool
func (NullableTenantCreateAllOf) MarshalJSON ¶ added in v1.0.2
func (v NullableTenantCreateAllOf) MarshalJSON() ([]byte, error)
func (*NullableTenantCreateAllOf) Set ¶ added in v1.0.2
func (v *NullableTenantCreateAllOf) Set(val *TenantCreateAllOf)
func (*NullableTenantCreateAllOf) UnmarshalJSON ¶ added in v1.0.2
func (v *NullableTenantCreateAllOf) UnmarshalJSON(src []byte) error
func (*NullableTenantCreateAllOf) Unset ¶ added in v1.0.2
func (v *NullableTenantCreateAllOf) Unset()
type NullableTenantUpdate ¶
type NullableTenantUpdate struct {
// contains filtered or unexported fields
}
func NewNullableTenantUpdate ¶
func NewNullableTenantUpdate(val *TenantUpdate) *NullableTenantUpdate
func (NullableTenantUpdate) Get ¶
func (v NullableTenantUpdate) Get() *TenantUpdate
func (NullableTenantUpdate) IsSet ¶
func (v NullableTenantUpdate) IsSet() bool
func (NullableTenantUpdate) MarshalJSON ¶
func (v NullableTenantUpdate) MarshalJSON() ([]byte, error)
func (*NullableTenantUpdate) Set ¶
func (v *NullableTenantUpdate) Set(val *TenantUpdate)
func (*NullableTenantUpdate) UnmarshalJSON ¶
func (v *NullableTenantUpdate) UnmarshalJSON(src []byte) error
func (*NullableTenantUpdate) Unset ¶
func (v *NullableTenantUpdate) Unset()
type NullableTenantsPage ¶
type NullableTenantsPage struct {
// contains filtered or unexported fields
}
func NewNullableTenantsPage ¶
func NewNullableTenantsPage(val *TenantsPage) *NullableTenantsPage
func (NullableTenantsPage) Get ¶
func (v NullableTenantsPage) Get() *TenantsPage
func (NullableTenantsPage) IsSet ¶
func (v NullableTenantsPage) IsSet() bool
func (NullableTenantsPage) MarshalJSON ¶
func (v NullableTenantsPage) MarshalJSON() ([]byte, error)
func (*NullableTenantsPage) Set ¶
func (v *NullableTenantsPage) Set(val *TenantsPage)
func (*NullableTenantsPage) UnmarshalJSON ¶
func (v *NullableTenantsPage) UnmarshalJSON(src []byte) error
func (*NullableTenantsPage) Unset ¶
func (v *NullableTenantsPage) Unset()
type NullableTenantsPageAllOf ¶
type NullableTenantsPageAllOf struct {
// contains filtered or unexported fields
}
func NewNullableTenantsPageAllOf ¶
func NewNullableTenantsPageAllOf(val *TenantsPageAllOf) *NullableTenantsPageAllOf
func (NullableTenantsPageAllOf) Get ¶
func (v NullableTenantsPageAllOf) Get() *TenantsPageAllOf
func (NullableTenantsPageAllOf) IsSet ¶
func (v NullableTenantsPageAllOf) IsSet() bool
func (NullableTenantsPageAllOf) MarshalJSON ¶
func (v NullableTenantsPageAllOf) MarshalJSON() ([]byte, error)
func (*NullableTenantsPageAllOf) Set ¶
func (v *NullableTenantsPageAllOf) Set(val *TenantsPageAllOf)
func (*NullableTenantsPageAllOf) UnmarshalJSON ¶
func (v *NullableTenantsPageAllOf) UnmarshalJSON(src []byte) error
func (*NullableTenantsPageAllOf) Unset ¶
func (v *NullableTenantsPageAllOf) 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 NullableUpdatePassword ¶
type NullableUpdatePassword struct {
// contains filtered or unexported fields
}
func NewNullableUpdatePassword ¶
func NewNullableUpdatePassword(val *UpdatePassword) *NullableUpdatePassword
func (NullableUpdatePassword) Get ¶
func (v NullableUpdatePassword) Get() *UpdatePassword
func (NullableUpdatePassword) IsSet ¶
func (v NullableUpdatePassword) IsSet() bool
func (NullableUpdatePassword) MarshalJSON ¶
func (v NullableUpdatePassword) MarshalJSON() ([]byte, error)
func (*NullableUpdatePassword) Set ¶
func (v *NullableUpdatePassword) Set(val *UpdatePassword)
func (*NullableUpdatePassword) UnmarshalJSON ¶
func (v *NullableUpdatePassword) UnmarshalJSON(src []byte) error
func (*NullableUpdatePassword) Unset ¶
func (v *NullableUpdatePassword) Unset()
type NullableUser ¶
type NullableUser struct {
// contains filtered or unexported fields
}
func NewNullableUser ¶
func NewNullableUser(val *User) *NullableUser
func (NullableUser) Get ¶
func (v NullableUser) Get() *User
func (NullableUser) IsSet ¶
func (v NullableUser) IsSet() bool
func (NullableUser) MarshalJSON ¶
func (v NullableUser) MarshalJSON() ([]byte, error)
func (*NullableUser) Set ¶
func (v *NullableUser) Set(val *User)
func (*NullableUser) UnmarshalJSON ¶
func (v *NullableUser) UnmarshalJSON(src []byte) error
func (*NullableUser) Unset ¶
func (v *NullableUser) Unset()
type NullableUserAllOf ¶
type NullableUserAllOf struct {
// contains filtered or unexported fields
}
func NewNullableUserAllOf ¶
func NewNullableUserAllOf(val *UserAllOf) *NullableUserAllOf
func (NullableUserAllOf) Get ¶
func (v NullableUserAllOf) Get() *UserAllOf
func (NullableUserAllOf) IsSet ¶
func (v NullableUserAllOf) IsSet() bool
func (NullableUserAllOf) MarshalJSON ¶
func (v NullableUserAllOf) MarshalJSON() ([]byte, error)
func (*NullableUserAllOf) Set ¶
func (v *NullableUserAllOf) Set(val *UserAllOf)
func (*NullableUserAllOf) UnmarshalJSON ¶
func (v *NullableUserAllOf) UnmarshalJSON(src []byte) error
func (*NullableUserAllOf) Unset ¶
func (v *NullableUserAllOf) Unset()
type NullableUserCreate ¶
type NullableUserCreate struct {
// contains filtered or unexported fields
}
func NewNullableUserCreate ¶
func NewNullableUserCreate(val *UserCreate) *NullableUserCreate
func (NullableUserCreate) Get ¶
func (v NullableUserCreate) Get() *UserCreate
func (NullableUserCreate) IsSet ¶
func (v NullableUserCreate) IsSet() bool
func (NullableUserCreate) MarshalJSON ¶
func (v NullableUserCreate) MarshalJSON() ([]byte, error)
func (*NullableUserCreate) Set ¶
func (v *NullableUserCreate) Set(val *UserCreate)
func (*NullableUserCreate) UnmarshalJSON ¶
func (v *NullableUserCreate) UnmarshalJSON(src []byte) error
func (*NullableUserCreate) Unset ¶
func (v *NullableUserCreate) Unset()
type NullableUserCreateAllOf ¶
type NullableUserCreateAllOf struct {
// contains filtered or unexported fields
}
func NewNullableUserCreateAllOf ¶
func NewNullableUserCreateAllOf(val *UserCreateAllOf) *NullableUserCreateAllOf
func (NullableUserCreateAllOf) Get ¶
func (v NullableUserCreateAllOf) Get() *UserCreateAllOf
func (NullableUserCreateAllOf) IsSet ¶
func (v NullableUserCreateAllOf) IsSet() bool
func (NullableUserCreateAllOf) MarshalJSON ¶
func (v NullableUserCreateAllOf) MarshalJSON() ([]byte, error)
func (*NullableUserCreateAllOf) Set ¶
func (v *NullableUserCreateAllOf) Set(val *UserCreateAllOf)
func (*NullableUserCreateAllOf) UnmarshalJSON ¶
func (v *NullableUserCreateAllOf) UnmarshalJSON(src []byte) error
func (*NullableUserCreateAllOf) Unset ¶
func (v *NullableUserCreateAllOf) Unset()
type NullableUserUpdate ¶
type NullableUserUpdate struct {
// contains filtered or unexported fields
}
func NewNullableUserUpdate ¶
func NewNullableUserUpdate(val *UserUpdate) *NullableUserUpdate
func (NullableUserUpdate) Get ¶
func (v NullableUserUpdate) Get() *UserUpdate
func (NullableUserUpdate) IsSet ¶
func (v NullableUserUpdate) IsSet() bool
func (NullableUserUpdate) MarshalJSON ¶
func (v NullableUserUpdate) MarshalJSON() ([]byte, error)
func (*NullableUserUpdate) Set ¶
func (v *NullableUserUpdate) Set(val *UserUpdate)
func (*NullableUserUpdate) UnmarshalJSON ¶
func (v *NullableUserUpdate) UnmarshalJSON(src []byte) error
func (*NullableUserUpdate) Unset ¶
func (v *NullableUserUpdate) Unset()
type NullableUsersPage ¶
type NullableUsersPage struct {
// contains filtered or unexported fields
}
func NewNullableUsersPage ¶
func NewNullableUsersPage(val *UsersPage) *NullableUsersPage
func (NullableUsersPage) Get ¶
func (v NullableUsersPage) Get() *UsersPage
func (NullableUsersPage) IsSet ¶
func (v NullableUsersPage) IsSet() bool
func (NullableUsersPage) MarshalJSON ¶
func (v NullableUsersPage) MarshalJSON() ([]byte, error)
func (*NullableUsersPage) Set ¶
func (v *NullableUsersPage) Set(val *UsersPage)
func (*NullableUsersPage) UnmarshalJSON ¶
func (v *NullableUsersPage) UnmarshalJSON(src []byte) error
func (*NullableUsersPage) Unset ¶
func (v *NullableUsersPage) Unset()
type NullableUsersPageAllOf ¶
type NullableUsersPageAllOf struct {
// contains filtered or unexported fields
}
func NewNullableUsersPageAllOf ¶
func NewNullableUsersPageAllOf(val *UsersPageAllOf) *NullableUsersPageAllOf
func (NullableUsersPageAllOf) Get ¶
func (v NullableUsersPageAllOf) Get() *UsersPageAllOf
func (NullableUsersPageAllOf) IsSet ¶
func (v NullableUsersPageAllOf) IsSet() bool
func (NullableUsersPageAllOf) MarshalJSON ¶
func (v NullableUsersPageAllOf) MarshalJSON() ([]byte, error)
func (*NullableUsersPageAllOf) Set ¶
func (v *NullableUsersPageAllOf) Set(val *UsersPageAllOf)
func (*NullableUsersPageAllOf) UnmarshalJSON ¶
func (v *NullableUsersPageAllOf) UnmarshalJSON(src []byte) error
func (*NullableUsersPageAllOf) Unset ¶
func (v *NullableUsersPageAllOf) Unset()
type NullableValidateWorkflowResponse ¶
type NullableValidateWorkflowResponse struct {
// contains filtered or unexported fields
}
func NewNullableValidateWorkflowResponse ¶
func NewNullableValidateWorkflowResponse(val *ValidateWorkflowResponse) *NullableValidateWorkflowResponse
func (NullableValidateWorkflowResponse) Get ¶
func (v NullableValidateWorkflowResponse) Get() *ValidateWorkflowResponse
func (NullableValidateWorkflowResponse) IsSet ¶
func (v NullableValidateWorkflowResponse) IsSet() bool
func (NullableValidateWorkflowResponse) MarshalJSON ¶
func (v NullableValidateWorkflowResponse) MarshalJSON() ([]byte, error)
func (*NullableValidateWorkflowResponse) Set ¶
func (v *NullableValidateWorkflowResponse) Set(val *ValidateWorkflowResponse)
func (*NullableValidateWorkflowResponse) UnmarshalJSON ¶
func (v *NullableValidateWorkflowResponse) UnmarshalJSON(src []byte) error
func (*NullableValidateWorkflowResponse) Unset ¶
func (v *NullableValidateWorkflowResponse) Unset()
type NullableVulnerabilitiesPage ¶ added in v1.0.8
type NullableVulnerabilitiesPage struct {
// contains filtered or unexported fields
}
func NewNullableVulnerabilitiesPage ¶ added in v1.0.8
func NewNullableVulnerabilitiesPage(val *VulnerabilitiesPage) *NullableVulnerabilitiesPage
func (NullableVulnerabilitiesPage) Get ¶ added in v1.0.8
func (v NullableVulnerabilitiesPage) Get() *VulnerabilitiesPage
func (NullableVulnerabilitiesPage) IsSet ¶ added in v1.0.8
func (v NullableVulnerabilitiesPage) IsSet() bool
func (NullableVulnerabilitiesPage) MarshalJSON ¶ added in v1.0.8
func (v NullableVulnerabilitiesPage) MarshalJSON() ([]byte, error)
func (*NullableVulnerabilitiesPage) Set ¶ added in v1.0.8
func (v *NullableVulnerabilitiesPage) Set(val *VulnerabilitiesPage)
func (*NullableVulnerabilitiesPage) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableVulnerabilitiesPage) UnmarshalJSON(src []byte) error
func (*NullableVulnerabilitiesPage) Unset ¶ added in v1.0.8
func (v *NullableVulnerabilitiesPage) Unset()
type NullableVulnerabilitiesPageAllOf ¶ added in v1.0.8
type NullableVulnerabilitiesPageAllOf struct {
// contains filtered or unexported fields
}
func NewNullableVulnerabilitiesPageAllOf ¶ added in v1.0.8
func NewNullableVulnerabilitiesPageAllOf(val *VulnerabilitiesPageAllOf) *NullableVulnerabilitiesPageAllOf
func (NullableVulnerabilitiesPageAllOf) Get ¶ added in v1.0.8
func (v NullableVulnerabilitiesPageAllOf) Get() *VulnerabilitiesPageAllOf
func (NullableVulnerabilitiesPageAllOf) IsSet ¶ added in v1.0.8
func (v NullableVulnerabilitiesPageAllOf) IsSet() bool
func (NullableVulnerabilitiesPageAllOf) MarshalJSON ¶ added in v1.0.8
func (v NullableVulnerabilitiesPageAllOf) MarshalJSON() ([]byte, error)
func (*NullableVulnerabilitiesPageAllOf) Set ¶ added in v1.0.8
func (v *NullableVulnerabilitiesPageAllOf) Set(val *VulnerabilitiesPageAllOf)
func (*NullableVulnerabilitiesPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableVulnerabilitiesPageAllOf) UnmarshalJSON(src []byte) error
func (*NullableVulnerabilitiesPageAllOf) Unset ¶ added in v1.0.8
func (v *NullableVulnerabilitiesPageAllOf) Unset()
type NullableVulnerabilitiesRegistrationPage ¶ added in v1.0.8
type NullableVulnerabilitiesRegistrationPage struct {
// contains filtered or unexported fields
}
func NewNullableVulnerabilitiesRegistrationPage ¶ added in v1.0.8
func NewNullableVulnerabilitiesRegistrationPage(val *VulnerabilitiesRegistrationPage) *NullableVulnerabilitiesRegistrationPage
func (NullableVulnerabilitiesRegistrationPage) IsSet ¶ added in v1.0.8
func (v NullableVulnerabilitiesRegistrationPage) IsSet() bool
func (NullableVulnerabilitiesRegistrationPage) MarshalJSON ¶ added in v1.0.8
func (v NullableVulnerabilitiesRegistrationPage) MarshalJSON() ([]byte, error)
func (*NullableVulnerabilitiesRegistrationPage) Set ¶ added in v1.0.8
func (v *NullableVulnerabilitiesRegistrationPage) Set(val *VulnerabilitiesRegistrationPage)
func (*NullableVulnerabilitiesRegistrationPage) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableVulnerabilitiesRegistrationPage) UnmarshalJSON(src []byte) error
func (*NullableVulnerabilitiesRegistrationPage) Unset ¶ added in v1.0.8
func (v *NullableVulnerabilitiesRegistrationPage) Unset()
type NullableVulnerabilitiesRegistrationPageAllOf ¶ added in v1.0.8
type NullableVulnerabilitiesRegistrationPageAllOf struct {
// contains filtered or unexported fields
}
func NewNullableVulnerabilitiesRegistrationPageAllOf ¶ added in v1.0.8
func NewNullableVulnerabilitiesRegistrationPageAllOf(val *VulnerabilitiesRegistrationPageAllOf) *NullableVulnerabilitiesRegistrationPageAllOf
func (NullableVulnerabilitiesRegistrationPageAllOf) IsSet ¶ added in v1.0.8
func (v NullableVulnerabilitiesRegistrationPageAllOf) IsSet() bool
func (NullableVulnerabilitiesRegistrationPageAllOf) MarshalJSON ¶ added in v1.0.8
func (v NullableVulnerabilitiesRegistrationPageAllOf) MarshalJSON() ([]byte, error)
func (*NullableVulnerabilitiesRegistrationPageAllOf) Set ¶ added in v1.0.8
func (v *NullableVulnerabilitiesRegistrationPageAllOf) Set(val *VulnerabilitiesRegistrationPageAllOf)
func (*NullableVulnerabilitiesRegistrationPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableVulnerabilitiesRegistrationPageAllOf) UnmarshalJSON(src []byte) error
func (*NullableVulnerabilitiesRegistrationPageAllOf) Unset ¶ added in v1.0.8
func (v *NullableVulnerabilitiesRegistrationPageAllOf) Unset()
type NullableVulnerability ¶ added in v1.0.8
type NullableVulnerability struct {
// contains filtered or unexported fields
}
func NewNullableVulnerability ¶ added in v1.0.8
func NewNullableVulnerability(val *Vulnerability) *NullableVulnerability
func (NullableVulnerability) Get ¶ added in v1.0.8
func (v NullableVulnerability) Get() *Vulnerability
func (NullableVulnerability) IsSet ¶ added in v1.0.8
func (v NullableVulnerability) IsSet() bool
func (NullableVulnerability) MarshalJSON ¶ added in v1.0.8
func (v NullableVulnerability) MarshalJSON() ([]byte, error)
func (*NullableVulnerability) Set ¶ added in v1.0.8
func (v *NullableVulnerability) Set(val *Vulnerability)
func (*NullableVulnerability) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableVulnerability) UnmarshalJSON(src []byte) error
func (*NullableVulnerability) Unset ¶ added in v1.0.8
func (v *NullableVulnerability) Unset()
type NullableVulnerabilityFeed ¶ added in v1.0.8
type NullableVulnerabilityFeed struct {
// contains filtered or unexported fields
}
func NewNullableVulnerabilityFeed ¶ added in v1.0.8
func NewNullableVulnerabilityFeed(val *VulnerabilityFeed) *NullableVulnerabilityFeed
func (NullableVulnerabilityFeed) Get ¶ added in v1.0.8
func (v NullableVulnerabilityFeed) Get() *VulnerabilityFeed
func (NullableVulnerabilityFeed) IsSet ¶ added in v1.0.8
func (v NullableVulnerabilityFeed) IsSet() bool
func (NullableVulnerabilityFeed) MarshalJSON ¶ added in v1.0.8
func (v NullableVulnerabilityFeed) MarshalJSON() ([]byte, error)
func (*NullableVulnerabilityFeed) Set ¶ added in v1.0.8
func (v *NullableVulnerabilityFeed) Set(val *VulnerabilityFeed)
func (*NullableVulnerabilityFeed) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableVulnerabilityFeed) UnmarshalJSON(src []byte) error
func (*NullableVulnerabilityFeed) Unset ¶ added in v1.0.8
func (v *NullableVulnerabilityFeed) Unset()
type NullableVulnerabilityIngestPage ¶ added in v1.0.8
type NullableVulnerabilityIngestPage struct {
// contains filtered or unexported fields
}
func NewNullableVulnerabilityIngestPage ¶ added in v1.0.8
func NewNullableVulnerabilityIngestPage(val *VulnerabilityIngestPage) *NullableVulnerabilityIngestPage
func (NullableVulnerabilityIngestPage) Get ¶ added in v1.0.8
func (v NullableVulnerabilityIngestPage) Get() *VulnerabilityIngestPage
func (NullableVulnerabilityIngestPage) IsSet ¶ added in v1.0.8
func (v NullableVulnerabilityIngestPage) IsSet() bool
func (NullableVulnerabilityIngestPage) MarshalJSON ¶ added in v1.0.8
func (v NullableVulnerabilityIngestPage) MarshalJSON() ([]byte, error)
func (*NullableVulnerabilityIngestPage) Set ¶ added in v1.0.8
func (v *NullableVulnerabilityIngestPage) Set(val *VulnerabilityIngestPage)
func (*NullableVulnerabilityIngestPage) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableVulnerabilityIngestPage) UnmarshalJSON(src []byte) error
func (*NullableVulnerabilityIngestPage) Unset ¶ added in v1.0.8
func (v *NullableVulnerabilityIngestPage) Unset()
type NullableVulnerabilityIngestPageAllOf ¶ added in v1.0.8
type NullableVulnerabilityIngestPageAllOf struct {
// contains filtered or unexported fields
}
func NewNullableVulnerabilityIngestPageAllOf ¶ added in v1.0.8
func NewNullableVulnerabilityIngestPageAllOf(val *VulnerabilityIngestPageAllOf) *NullableVulnerabilityIngestPageAllOf
func (NullableVulnerabilityIngestPageAllOf) Get ¶ added in v1.0.8
func (v NullableVulnerabilityIngestPageAllOf) Get() *VulnerabilityIngestPageAllOf
func (NullableVulnerabilityIngestPageAllOf) IsSet ¶ added in v1.0.8
func (v NullableVulnerabilityIngestPageAllOf) IsSet() bool
func (NullableVulnerabilityIngestPageAllOf) MarshalJSON ¶ added in v1.0.8
func (v NullableVulnerabilityIngestPageAllOf) MarshalJSON() ([]byte, error)
func (*NullableVulnerabilityIngestPageAllOf) Set ¶ added in v1.0.8
func (v *NullableVulnerabilityIngestPageAllOf) Set(val *VulnerabilityIngestPageAllOf)
func (*NullableVulnerabilityIngestPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableVulnerabilityIngestPageAllOf) UnmarshalJSON(src []byte) error
func (*NullableVulnerabilityIngestPageAllOf) Unset ¶ added in v1.0.8
func (v *NullableVulnerabilityIngestPageAllOf) Unset()
type NullableVulnerabilityIngestion ¶ added in v1.0.8
type NullableVulnerabilityIngestion struct {
// contains filtered or unexported fields
}
func NewNullableVulnerabilityIngestion ¶ added in v1.0.8
func NewNullableVulnerabilityIngestion(val *VulnerabilityIngestion) *NullableVulnerabilityIngestion
func (NullableVulnerabilityIngestion) Get ¶ added in v1.0.8
func (v NullableVulnerabilityIngestion) Get() *VulnerabilityIngestion
func (NullableVulnerabilityIngestion) IsSet ¶ added in v1.0.8
func (v NullableVulnerabilityIngestion) IsSet() bool
func (NullableVulnerabilityIngestion) MarshalJSON ¶ added in v1.0.8
func (v NullableVulnerabilityIngestion) MarshalJSON() ([]byte, error)
func (*NullableVulnerabilityIngestion) Set ¶ added in v1.0.8
func (v *NullableVulnerabilityIngestion) Set(val *VulnerabilityIngestion)
func (*NullableVulnerabilityIngestion) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableVulnerabilityIngestion) UnmarshalJSON(src []byte) error
func (*NullableVulnerabilityIngestion) Unset ¶ added in v1.0.8
func (v *NullableVulnerabilityIngestion) Unset()
type NullableVulnerabilityRegistration ¶ added in v1.0.8
type NullableVulnerabilityRegistration struct {
// contains filtered or unexported fields
}
func NewNullableVulnerabilityRegistration ¶ added in v1.0.8
func NewNullableVulnerabilityRegistration(val *VulnerabilityRegistration) *NullableVulnerabilityRegistration
func (NullableVulnerabilityRegistration) Get ¶ added in v1.0.8
func (v NullableVulnerabilityRegistration) Get() *VulnerabilityRegistration
func (NullableVulnerabilityRegistration) IsSet ¶ added in v1.0.8
func (v NullableVulnerabilityRegistration) IsSet() bool
func (NullableVulnerabilityRegistration) MarshalJSON ¶ added in v1.0.8
func (v NullableVulnerabilityRegistration) MarshalJSON() ([]byte, error)
func (*NullableVulnerabilityRegistration) Set ¶ added in v1.0.8
func (v *NullableVulnerabilityRegistration) Set(val *VulnerabilityRegistration)
func (*NullableVulnerabilityRegistration) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableVulnerabilityRegistration) UnmarshalJSON(src []byte) error
func (*NullableVulnerabilityRegistration) Unset ¶ added in v1.0.8
func (v *NullableVulnerabilityRegistration) Unset()
type NullableVulnerabilityRegistrationAllOf ¶ added in v1.0.8
type NullableVulnerabilityRegistrationAllOf struct {
// contains filtered or unexported fields
}
func NewNullableVulnerabilityRegistrationAllOf ¶ added in v1.0.8
func NewNullableVulnerabilityRegistrationAllOf(val *VulnerabilityRegistrationAllOf) *NullableVulnerabilityRegistrationAllOf
func (NullableVulnerabilityRegistrationAllOf) Get ¶ added in v1.0.8
func (v NullableVulnerabilityRegistrationAllOf) Get() *VulnerabilityRegistrationAllOf
func (NullableVulnerabilityRegistrationAllOf) IsSet ¶ added in v1.0.8
func (v NullableVulnerabilityRegistrationAllOf) IsSet() bool
func (NullableVulnerabilityRegistrationAllOf) MarshalJSON ¶ added in v1.0.8
func (v NullableVulnerabilityRegistrationAllOf) MarshalJSON() ([]byte, error)
func (*NullableVulnerabilityRegistrationAllOf) Set ¶ added in v1.0.8
func (v *NullableVulnerabilityRegistrationAllOf) Set(val *VulnerabilityRegistrationAllOf)
func (*NullableVulnerabilityRegistrationAllOf) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableVulnerabilityRegistrationAllOf) UnmarshalJSON(src []byte) error
func (*NullableVulnerabilityRegistrationAllOf) Unset ¶ added in v1.0.8
func (v *NullableVulnerabilityRegistrationAllOf) Unset()
type NullableVulnerabilityRegistrationCreate ¶ added in v1.0.8
type NullableVulnerabilityRegistrationCreate struct {
// contains filtered or unexported fields
}
func NewNullableVulnerabilityRegistrationCreate ¶ added in v1.0.8
func NewNullableVulnerabilityRegistrationCreate(val *VulnerabilityRegistrationCreate) *NullableVulnerabilityRegistrationCreate
func (NullableVulnerabilityRegistrationCreate) IsSet ¶ added in v1.0.8
func (v NullableVulnerabilityRegistrationCreate) IsSet() bool
func (NullableVulnerabilityRegistrationCreate) MarshalJSON ¶ added in v1.0.8
func (v NullableVulnerabilityRegistrationCreate) MarshalJSON() ([]byte, error)
func (*NullableVulnerabilityRegistrationCreate) Set ¶ added in v1.0.8
func (v *NullableVulnerabilityRegistrationCreate) Set(val *VulnerabilityRegistrationCreate)
func (*NullableVulnerabilityRegistrationCreate) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableVulnerabilityRegistrationCreate) UnmarshalJSON(src []byte) error
func (*NullableVulnerabilityRegistrationCreate) Unset ¶ added in v1.0.8
func (v *NullableVulnerabilityRegistrationCreate) Unset()
type NullableVulnerabilitySeverity ¶ added in v1.0.8
type NullableVulnerabilitySeverity struct {
// contains filtered or unexported fields
}
func NewNullableVulnerabilitySeverity ¶ added in v1.0.8
func NewNullableVulnerabilitySeverity(val *VulnerabilitySeverity) *NullableVulnerabilitySeverity
func (NullableVulnerabilitySeverity) Get ¶ added in v1.0.8
func (v NullableVulnerabilitySeverity) Get() *VulnerabilitySeverity
func (NullableVulnerabilitySeverity) IsSet ¶ added in v1.0.8
func (v NullableVulnerabilitySeverity) IsSet() bool
func (NullableVulnerabilitySeverity) MarshalJSON ¶ added in v1.0.8
func (v NullableVulnerabilitySeverity) MarshalJSON() ([]byte, error)
func (*NullableVulnerabilitySeverity) Set ¶ added in v1.0.8
func (v *NullableVulnerabilitySeverity) Set(val *VulnerabilitySeverity)
func (*NullableVulnerabilitySeverity) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableVulnerabilitySeverity) UnmarshalJSON(src []byte) error
func (*NullableVulnerabilitySeverity) Unset ¶ added in v1.0.8
func (v *NullableVulnerabilitySeverity) Unset()
type NullableVulnerabilityValidation ¶ added in v1.0.8
type NullableVulnerabilityValidation struct {
// contains filtered or unexported fields
}
func NewNullableVulnerabilityValidation ¶ added in v1.0.8
func NewNullableVulnerabilityValidation(val *VulnerabilityValidation) *NullableVulnerabilityValidation
func (NullableVulnerabilityValidation) Get ¶ added in v1.0.8
func (v NullableVulnerabilityValidation) Get() *VulnerabilityValidation
func (NullableVulnerabilityValidation) IsSet ¶ added in v1.0.8
func (v NullableVulnerabilityValidation) IsSet() bool
func (NullableVulnerabilityValidation) MarshalJSON ¶ added in v1.0.8
func (v NullableVulnerabilityValidation) MarshalJSON() ([]byte, error)
func (*NullableVulnerabilityValidation) Set ¶ added in v1.0.8
func (v *NullableVulnerabilityValidation) Set(val *VulnerabilityValidation)
func (*NullableVulnerabilityValidation) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableVulnerabilityValidation) UnmarshalJSON(src []byte) error
func (*NullableVulnerabilityValidation) Unset ¶ added in v1.0.8
func (v *NullableVulnerabilityValidation) Unset()
type NullableVulnerabilityValidationPage ¶ added in v1.0.8
type NullableVulnerabilityValidationPage struct {
// contains filtered or unexported fields
}
func NewNullableVulnerabilityValidationPage ¶ added in v1.0.8
func NewNullableVulnerabilityValidationPage(val *VulnerabilityValidationPage) *NullableVulnerabilityValidationPage
func (NullableVulnerabilityValidationPage) Get ¶ added in v1.0.8
func (v NullableVulnerabilityValidationPage) Get() *VulnerabilityValidationPage
func (NullableVulnerabilityValidationPage) IsSet ¶ added in v1.0.8
func (v NullableVulnerabilityValidationPage) IsSet() bool
func (NullableVulnerabilityValidationPage) MarshalJSON ¶ added in v1.0.8
func (v NullableVulnerabilityValidationPage) MarshalJSON() ([]byte, error)
func (*NullableVulnerabilityValidationPage) Set ¶ added in v1.0.8
func (v *NullableVulnerabilityValidationPage) Set(val *VulnerabilityValidationPage)
func (*NullableVulnerabilityValidationPage) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableVulnerabilityValidationPage) UnmarshalJSON(src []byte) error
func (*NullableVulnerabilityValidationPage) Unset ¶ added in v1.0.8
func (v *NullableVulnerabilityValidationPage) Unset()
type NullableVulnerabilityValidationPageAllOf ¶ added in v1.0.8
type NullableVulnerabilityValidationPageAllOf struct {
// contains filtered or unexported fields
}
func NewNullableVulnerabilityValidationPageAllOf ¶ added in v1.0.8
func NewNullableVulnerabilityValidationPageAllOf(val *VulnerabilityValidationPageAllOf) *NullableVulnerabilityValidationPageAllOf
func (NullableVulnerabilityValidationPageAllOf) IsSet ¶ added in v1.0.8
func (v NullableVulnerabilityValidationPageAllOf) IsSet() bool
func (NullableVulnerabilityValidationPageAllOf) MarshalJSON ¶ added in v1.0.8
func (v NullableVulnerabilityValidationPageAllOf) MarshalJSON() ([]byte, error)
func (*NullableVulnerabilityValidationPageAllOf) Set ¶ added in v1.0.8
func (v *NullableVulnerabilityValidationPageAllOf) Set(val *VulnerabilityValidationPageAllOf)
func (*NullableVulnerabilityValidationPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (v *NullableVulnerabilityValidationPageAllOf) UnmarshalJSON(src []byte) error
func (*NullableVulnerabilityValidationPageAllOf) Unset ¶ added in v1.0.8
func (v *NullableVulnerabilityValidationPageAllOf) Unset()
type NullableWorkflow ¶
type NullableWorkflow struct {
// contains filtered or unexported fields
}
func NewNullableWorkflow ¶
func NewNullableWorkflow(val *Workflow) *NullableWorkflow
func (NullableWorkflow) Get ¶
func (v NullableWorkflow) Get() *Workflow
func (NullableWorkflow) IsSet ¶
func (v NullableWorkflow) IsSet() bool
func (NullableWorkflow) MarshalJSON ¶
func (v NullableWorkflow) MarshalJSON() ([]byte, error)
func (*NullableWorkflow) Set ¶
func (v *NullableWorkflow) Set(val *Workflow)
func (*NullableWorkflow) UnmarshalJSON ¶
func (v *NullableWorkflow) UnmarshalJSON(src []byte) error
func (*NullableWorkflow) Unset ¶
func (v *NullableWorkflow) Unset()
type NullableWorkflowAccessMeta ¶
type NullableWorkflowAccessMeta struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowAccessMeta ¶
func NewNullableWorkflowAccessMeta(val *WorkflowAccessMeta) *NullableWorkflowAccessMeta
func (NullableWorkflowAccessMeta) Get ¶
func (v NullableWorkflowAccessMeta) Get() *WorkflowAccessMeta
func (NullableWorkflowAccessMeta) IsSet ¶
func (v NullableWorkflowAccessMeta) IsSet() bool
func (NullableWorkflowAccessMeta) MarshalJSON ¶
func (v NullableWorkflowAccessMeta) MarshalJSON() ([]byte, error)
func (*NullableWorkflowAccessMeta) Set ¶
func (v *NullableWorkflowAccessMeta) Set(val *WorkflowAccessMeta)
func (*NullableWorkflowAccessMeta) UnmarshalJSON ¶
func (v *NullableWorkflowAccessMeta) UnmarshalJSON(src []byte) error
func (*NullableWorkflowAccessMeta) Unset ¶
func (v *NullableWorkflowAccessMeta) Unset()
type NullableWorkflowAccessMetaType ¶
type NullableWorkflowAccessMetaType struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowAccessMetaType ¶
func NewNullableWorkflowAccessMetaType(val *WorkflowAccessMetaType) *NullableWorkflowAccessMetaType
func (NullableWorkflowAccessMetaType) Get ¶
func (v NullableWorkflowAccessMetaType) Get() *WorkflowAccessMetaType
func (NullableWorkflowAccessMetaType) IsSet ¶
func (v NullableWorkflowAccessMetaType) IsSet() bool
func (NullableWorkflowAccessMetaType) MarshalJSON ¶
func (v NullableWorkflowAccessMetaType) MarshalJSON() ([]byte, error)
func (*NullableWorkflowAccessMetaType) Set ¶
func (v *NullableWorkflowAccessMetaType) Set(val *WorkflowAccessMetaType)
func (*NullableWorkflowAccessMetaType) UnmarshalJSON ¶
func (v *NullableWorkflowAccessMetaType) UnmarshalJSON(src []byte) error
func (*NullableWorkflowAccessMetaType) Unset ¶
func (v *NullableWorkflowAccessMetaType) Unset()
type NullableWorkflowAction ¶
type NullableWorkflowAction struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowAction ¶
func NewNullableWorkflowAction(val *WorkflowAction) *NullableWorkflowAction
func (NullableWorkflowAction) Get ¶
func (v NullableWorkflowAction) Get() *WorkflowAction
func (NullableWorkflowAction) IsSet ¶
func (v NullableWorkflowAction) IsSet() bool
func (NullableWorkflowAction) MarshalJSON ¶
func (v NullableWorkflowAction) MarshalJSON() ([]byte, error)
func (*NullableWorkflowAction) Set ¶
func (v *NullableWorkflowAction) Set(val *WorkflowAction)
func (*NullableWorkflowAction) UnmarshalJSON ¶
func (v *NullableWorkflowAction) UnmarshalJSON(src []byte) error
func (*NullableWorkflowAction) Unset ¶
func (v *NullableWorkflowAction) Unset()
type NullableWorkflowActionBlock ¶
type NullableWorkflowActionBlock struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowActionBlock ¶
func NewNullableWorkflowActionBlock(val *WorkflowActionBlock) *NullableWorkflowActionBlock
func (NullableWorkflowActionBlock) Get ¶
func (v NullableWorkflowActionBlock) Get() *WorkflowActionBlock
func (NullableWorkflowActionBlock) IsSet ¶
func (v NullableWorkflowActionBlock) IsSet() bool
func (NullableWorkflowActionBlock) MarshalJSON ¶
func (v NullableWorkflowActionBlock) MarshalJSON() ([]byte, error)
func (*NullableWorkflowActionBlock) Set ¶
func (v *NullableWorkflowActionBlock) Set(val *WorkflowActionBlock)
func (*NullableWorkflowActionBlock) UnmarshalJSON ¶
func (v *NullableWorkflowActionBlock) UnmarshalJSON(src []byte) error
func (*NullableWorkflowActionBlock) Unset ¶
func (v *NullableWorkflowActionBlock) Unset()
type NullableWorkflowAllOf ¶
type NullableWorkflowAllOf struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowAllOf ¶
func NewNullableWorkflowAllOf(val *WorkflowAllOf) *NullableWorkflowAllOf
func (NullableWorkflowAllOf) Get ¶
func (v NullableWorkflowAllOf) Get() *WorkflowAllOf
func (NullableWorkflowAllOf) IsSet ¶
func (v NullableWorkflowAllOf) IsSet() bool
func (NullableWorkflowAllOf) MarshalJSON ¶
func (v NullableWorkflowAllOf) MarshalJSON() ([]byte, error)
func (*NullableWorkflowAllOf) Set ¶
func (v *NullableWorkflowAllOf) Set(val *WorkflowAllOf)
func (*NullableWorkflowAllOf) UnmarshalJSON ¶
func (v *NullableWorkflowAllOf) UnmarshalJSON(src []byte) error
func (*NullableWorkflowAllOf) Unset ¶
func (v *NullableWorkflowAllOf) Unset()
type NullableWorkflowCategory ¶
type NullableWorkflowCategory struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowCategory ¶
func NewNullableWorkflowCategory(val *WorkflowCategory) *NullableWorkflowCategory
func (NullableWorkflowCategory) Get ¶
func (v NullableWorkflowCategory) Get() *WorkflowCategory
func (NullableWorkflowCategory) IsSet ¶
func (v NullableWorkflowCategory) IsSet() bool
func (NullableWorkflowCategory) MarshalJSON ¶
func (v NullableWorkflowCategory) MarshalJSON() ([]byte, error)
func (*NullableWorkflowCategory) Set ¶
func (v *NullableWorkflowCategory) Set(val *WorkflowCategory)
func (*NullableWorkflowCategory) UnmarshalJSON ¶
func (v *NullableWorkflowCategory) UnmarshalJSON(src []byte) error
func (*NullableWorkflowCategory) Unset ¶
func (v *NullableWorkflowCategory) Unset()
type NullableWorkflowCategoryAllOf ¶
type NullableWorkflowCategoryAllOf struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowCategoryAllOf ¶
func NewNullableWorkflowCategoryAllOf(val *WorkflowCategoryAllOf) *NullableWorkflowCategoryAllOf
func (NullableWorkflowCategoryAllOf) Get ¶
func (v NullableWorkflowCategoryAllOf) Get() *WorkflowCategoryAllOf
func (NullableWorkflowCategoryAllOf) IsSet ¶
func (v NullableWorkflowCategoryAllOf) IsSet() bool
func (NullableWorkflowCategoryAllOf) MarshalJSON ¶
func (v NullableWorkflowCategoryAllOf) MarshalJSON() ([]byte, error)
func (*NullableWorkflowCategoryAllOf) Set ¶
func (v *NullableWorkflowCategoryAllOf) Set(val *WorkflowCategoryAllOf)
func (*NullableWorkflowCategoryAllOf) UnmarshalJSON ¶
func (v *NullableWorkflowCategoryAllOf) UnmarshalJSON(src []byte) error
func (*NullableWorkflowCategoryAllOf) Unset ¶
func (v *NullableWorkflowCategoryAllOf) Unset()
type NullableWorkflowCategoryCreate ¶
type NullableWorkflowCategoryCreate struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowCategoryCreate ¶
func NewNullableWorkflowCategoryCreate(val *WorkflowCategoryCreate) *NullableWorkflowCategoryCreate
func (NullableWorkflowCategoryCreate) Get ¶
func (v NullableWorkflowCategoryCreate) Get() *WorkflowCategoryCreate
func (NullableWorkflowCategoryCreate) IsSet ¶
func (v NullableWorkflowCategoryCreate) IsSet() bool
func (NullableWorkflowCategoryCreate) MarshalJSON ¶
func (v NullableWorkflowCategoryCreate) MarshalJSON() ([]byte, error)
func (*NullableWorkflowCategoryCreate) Set ¶
func (v *NullableWorkflowCategoryCreate) Set(val *WorkflowCategoryCreate)
func (*NullableWorkflowCategoryCreate) UnmarshalJSON ¶
func (v *NullableWorkflowCategoryCreate) UnmarshalJSON(src []byte) error
func (*NullableWorkflowCategoryCreate) Unset ¶
func (v *NullableWorkflowCategoryCreate) Unset()
type NullableWorkflowCategoryUpdate ¶
type NullableWorkflowCategoryUpdate struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowCategoryUpdate ¶
func NewNullableWorkflowCategoryUpdate(val *WorkflowCategoryUpdate) *NullableWorkflowCategoryUpdate
func (NullableWorkflowCategoryUpdate) Get ¶
func (v NullableWorkflowCategoryUpdate) Get() *WorkflowCategoryUpdate
func (NullableWorkflowCategoryUpdate) IsSet ¶
func (v NullableWorkflowCategoryUpdate) IsSet() bool
func (NullableWorkflowCategoryUpdate) MarshalJSON ¶
func (v NullableWorkflowCategoryUpdate) MarshalJSON() ([]byte, error)
func (*NullableWorkflowCategoryUpdate) Set ¶
func (v *NullableWorkflowCategoryUpdate) Set(val *WorkflowCategoryUpdate)
func (*NullableWorkflowCategoryUpdate) UnmarshalJSON ¶
func (v *NullableWorkflowCategoryUpdate) UnmarshalJSON(src []byte) error
func (*NullableWorkflowCategoryUpdate) Unset ¶
func (v *NullableWorkflowCategoryUpdate) Unset()
type NullableWorkflowDefAccessMeta ¶
type NullableWorkflowDefAccessMeta struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowDefAccessMeta ¶
func NewNullableWorkflowDefAccessMeta(val *WorkflowDefAccessMeta) *NullableWorkflowDefAccessMeta
func (NullableWorkflowDefAccessMeta) Get ¶
func (v NullableWorkflowDefAccessMeta) Get() *WorkflowDefAccessMeta
func (NullableWorkflowDefAccessMeta) IsSet ¶
func (v NullableWorkflowDefAccessMeta) IsSet() bool
func (NullableWorkflowDefAccessMeta) MarshalJSON ¶
func (v NullableWorkflowDefAccessMeta) MarshalJSON() ([]byte, error)
func (*NullableWorkflowDefAccessMeta) Set ¶
func (v *NullableWorkflowDefAccessMeta) Set(val *WorkflowDefAccessMeta)
func (*NullableWorkflowDefAccessMeta) UnmarshalJSON ¶
func (v *NullableWorkflowDefAccessMeta) UnmarshalJSON(src []byte) error
func (*NullableWorkflowDefAccessMeta) Unset ¶
func (v *NullableWorkflowDefAccessMeta) Unset()
type NullableWorkflowEvent ¶
type NullableWorkflowEvent struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowEvent ¶
func NewNullableWorkflowEvent(val *WorkflowEvent) *NullableWorkflowEvent
func (NullableWorkflowEvent) Get ¶
func (v NullableWorkflowEvent) Get() *WorkflowEvent
func (NullableWorkflowEvent) IsSet ¶
func (v NullableWorkflowEvent) IsSet() bool
func (NullableWorkflowEvent) MarshalJSON ¶
func (v NullableWorkflowEvent) MarshalJSON() ([]byte, error)
func (*NullableWorkflowEvent) Set ¶
func (v *NullableWorkflowEvent) Set(val *WorkflowEvent)
func (*NullableWorkflowEvent) UnmarshalJSON ¶
func (v *NullableWorkflowEvent) UnmarshalJSON(src []byte) error
func (*NullableWorkflowEvent) Unset ¶
func (v *NullableWorkflowEvent) Unset()
type NullableWorkflowEventAllOf ¶
type NullableWorkflowEventAllOf struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowEventAllOf ¶
func NewNullableWorkflowEventAllOf(val *WorkflowEventAllOf) *NullableWorkflowEventAllOf
func (NullableWorkflowEventAllOf) Get ¶
func (v NullableWorkflowEventAllOf) Get() *WorkflowEventAllOf
func (NullableWorkflowEventAllOf) IsSet ¶
func (v NullableWorkflowEventAllOf) IsSet() bool
func (NullableWorkflowEventAllOf) MarshalJSON ¶
func (v NullableWorkflowEventAllOf) MarshalJSON() ([]byte, error)
func (*NullableWorkflowEventAllOf) Set ¶
func (v *NullableWorkflowEventAllOf) Set(val *WorkflowEventAllOf)
func (*NullableWorkflowEventAllOf) UnmarshalJSON ¶
func (v *NullableWorkflowEventAllOf) UnmarshalJSON(src []byte) error
func (*NullableWorkflowEventAllOf) Unset ¶
func (v *NullableWorkflowEventAllOf) Unset()
type NullableWorkflowEventCreate ¶
type NullableWorkflowEventCreate struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowEventCreate ¶
func NewNullableWorkflowEventCreate(val *WorkflowEventCreate) *NullableWorkflowEventCreate
func (NullableWorkflowEventCreate) Get ¶
func (v NullableWorkflowEventCreate) Get() *WorkflowEventCreate
func (NullableWorkflowEventCreate) IsSet ¶
func (v NullableWorkflowEventCreate) IsSet() bool
func (NullableWorkflowEventCreate) MarshalJSON ¶
func (v NullableWorkflowEventCreate) MarshalJSON() ([]byte, error)
func (*NullableWorkflowEventCreate) Set ¶
func (v *NullableWorkflowEventCreate) Set(val *WorkflowEventCreate)
func (*NullableWorkflowEventCreate) UnmarshalJSON ¶
func (v *NullableWorkflowEventCreate) UnmarshalJSON(src []byte) error
func (*NullableWorkflowEventCreate) Unset ¶
func (v *NullableWorkflowEventCreate) Unset()
type NullableWorkflowEventUpdate ¶
type NullableWorkflowEventUpdate struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowEventUpdate ¶
func NewNullableWorkflowEventUpdate(val *WorkflowEventUpdate) *NullableWorkflowEventUpdate
func (NullableWorkflowEventUpdate) Get ¶
func (v NullableWorkflowEventUpdate) Get() *WorkflowEventUpdate
func (NullableWorkflowEventUpdate) IsSet ¶
func (v NullableWorkflowEventUpdate) IsSet() bool
func (NullableWorkflowEventUpdate) MarshalJSON ¶
func (v NullableWorkflowEventUpdate) MarshalJSON() ([]byte, error)
func (*NullableWorkflowEventUpdate) Set ¶
func (v *NullableWorkflowEventUpdate) Set(val *WorkflowEventUpdate)
func (*NullableWorkflowEventUpdate) UnmarshalJSON ¶
func (v *NullableWorkflowEventUpdate) UnmarshalJSON(src []byte) error
func (*NullableWorkflowEventUpdate) Unset ¶
func (v *NullableWorkflowEventUpdate) Unset()
type NullableWorkflowFooter ¶
type NullableWorkflowFooter struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowFooter ¶
func NewNullableWorkflowFooter(val *WorkflowFooter) *NullableWorkflowFooter
func (NullableWorkflowFooter) Get ¶
func (v NullableWorkflowFooter) Get() *WorkflowFooter
func (NullableWorkflowFooter) IsSet ¶
func (v NullableWorkflowFooter) IsSet() bool
func (NullableWorkflowFooter) MarshalJSON ¶
func (v NullableWorkflowFooter) MarshalJSON() ([]byte, error)
func (*NullableWorkflowFooter) Set ¶
func (v *NullableWorkflowFooter) Set(val *WorkflowFooter)
func (*NullableWorkflowFooter) UnmarshalJSON ¶
func (v *NullableWorkflowFooter) UnmarshalJSON(src []byte) error
func (*NullableWorkflowFooter) Unset ¶
func (v *NullableWorkflowFooter) Unset()
type NullableWorkflowInstance ¶
type NullableWorkflowInstance struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowInstance ¶
func NewNullableWorkflowInstance(val *WorkflowInstance) *NullableWorkflowInstance
func (NullableWorkflowInstance) Get ¶
func (v NullableWorkflowInstance) Get() *WorkflowInstance
func (NullableWorkflowInstance) IsSet ¶
func (v NullableWorkflowInstance) IsSet() bool
func (NullableWorkflowInstance) MarshalJSON ¶
func (v NullableWorkflowInstance) MarshalJSON() ([]byte, error)
func (*NullableWorkflowInstance) Set ¶
func (v *NullableWorkflowInstance) Set(val *WorkflowInstance)
func (*NullableWorkflowInstance) UnmarshalJSON ¶
func (v *NullableWorkflowInstance) UnmarshalJSON(src []byte) error
func (*NullableWorkflowInstance) Unset ¶
func (v *NullableWorkflowInstance) Unset()
type NullableWorkflowInstanceAllOf ¶
type NullableWorkflowInstanceAllOf struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowInstanceAllOf ¶
func NewNullableWorkflowInstanceAllOf(val *WorkflowInstanceAllOf) *NullableWorkflowInstanceAllOf
func (NullableWorkflowInstanceAllOf) Get ¶
func (v NullableWorkflowInstanceAllOf) Get() *WorkflowInstanceAllOf
func (NullableWorkflowInstanceAllOf) IsSet ¶
func (v NullableWorkflowInstanceAllOf) IsSet() bool
func (NullableWorkflowInstanceAllOf) MarshalJSON ¶
func (v NullableWorkflowInstanceAllOf) MarshalJSON() ([]byte, error)
func (*NullableWorkflowInstanceAllOf) Set ¶
func (v *NullableWorkflowInstanceAllOf) Set(val *WorkflowInstanceAllOf)
func (*NullableWorkflowInstanceAllOf) UnmarshalJSON ¶
func (v *NullableWorkflowInstanceAllOf) UnmarshalJSON(src []byte) error
func (*NullableWorkflowInstanceAllOf) Unset ¶
func (v *NullableWorkflowInstanceAllOf) Unset()
type NullableWorkflowInstanceDeleteResponse ¶
type NullableWorkflowInstanceDeleteResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowInstanceDeleteResponse ¶
func NewNullableWorkflowInstanceDeleteResponse(val *WorkflowInstanceDeleteResponse) *NullableWorkflowInstanceDeleteResponse
func (NullableWorkflowInstanceDeleteResponse) Get ¶
func (v NullableWorkflowInstanceDeleteResponse) Get() *WorkflowInstanceDeleteResponse
func (NullableWorkflowInstanceDeleteResponse) IsSet ¶
func (v NullableWorkflowInstanceDeleteResponse) IsSet() bool
func (NullableWorkflowInstanceDeleteResponse) MarshalJSON ¶
func (v NullableWorkflowInstanceDeleteResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowInstanceDeleteResponse) Set ¶
func (v *NullableWorkflowInstanceDeleteResponse) Set(val *WorkflowInstanceDeleteResponse)
func (*NullableWorkflowInstanceDeleteResponse) UnmarshalJSON ¶
func (v *NullableWorkflowInstanceDeleteResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowInstanceDeleteResponse) Unset ¶
func (v *NullableWorkflowInstanceDeleteResponse) Unset()
type NullableWorkflowMapping ¶
type NullableWorkflowMapping struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowMapping ¶
func NewNullableWorkflowMapping(val *WorkflowMapping) *NullableWorkflowMapping
func (NullableWorkflowMapping) Get ¶
func (v NullableWorkflowMapping) Get() *WorkflowMapping
func (NullableWorkflowMapping) IsSet ¶
func (v NullableWorkflowMapping) IsSet() bool
func (NullableWorkflowMapping) MarshalJSON ¶
func (v NullableWorkflowMapping) MarshalJSON() ([]byte, error)
func (*NullableWorkflowMapping) Set ¶
func (v *NullableWorkflowMapping) Set(val *WorkflowMapping)
func (*NullableWorkflowMapping) UnmarshalJSON ¶
func (v *NullableWorkflowMapping) UnmarshalJSON(src []byte) error
func (*NullableWorkflowMapping) Unset ¶
func (v *NullableWorkflowMapping) Unset()
type NullableWorkflowMetadata ¶
type NullableWorkflowMetadata struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowMetadata ¶
func NewNullableWorkflowMetadata(val *WorkflowMetadata) *NullableWorkflowMetadata
func (NullableWorkflowMetadata) Get ¶
func (v NullableWorkflowMetadata) Get() *WorkflowMetadata
func (NullableWorkflowMetadata) IsSet ¶
func (v NullableWorkflowMetadata) IsSet() bool
func (NullableWorkflowMetadata) MarshalJSON ¶
func (v NullableWorkflowMetadata) MarshalJSON() ([]byte, error)
func (*NullableWorkflowMetadata) Set ¶
func (v *NullableWorkflowMetadata) Set(val *WorkflowMetadata)
func (*NullableWorkflowMetadata) UnmarshalJSON ¶
func (v *NullableWorkflowMetadata) UnmarshalJSON(src []byte) error
func (*NullableWorkflowMetadata) Unset ¶
func (v *NullableWorkflowMetadata) Unset()
type NullableWorkflowMetadataGitInfo ¶
type NullableWorkflowMetadataGitInfo struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowMetadataGitInfo ¶
func NewNullableWorkflowMetadataGitInfo(val *WorkflowMetadataGitInfo) *NullableWorkflowMetadataGitInfo
func (NullableWorkflowMetadataGitInfo) Get ¶
func (v NullableWorkflowMetadataGitInfo) Get() *WorkflowMetadataGitInfo
func (NullableWorkflowMetadataGitInfo) IsSet ¶
func (v NullableWorkflowMetadataGitInfo) IsSet() bool
func (NullableWorkflowMetadataGitInfo) MarshalJSON ¶
func (v NullableWorkflowMetadataGitInfo) MarshalJSON() ([]byte, error)
func (*NullableWorkflowMetadataGitInfo) Set ¶
func (v *NullableWorkflowMetadataGitInfo) Set(val *WorkflowMetadataGitInfo)
func (*NullableWorkflowMetadataGitInfo) UnmarshalJSON ¶
func (v *NullableWorkflowMetadataGitInfo) UnmarshalJSON(src []byte) error
func (*NullableWorkflowMetadataGitInfo) Unset ¶
func (v *NullableWorkflowMetadataGitInfo) Unset()
type NullableWorkflowSchema ¶
type NullableWorkflowSchema struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowSchema ¶
func NewNullableWorkflowSchema(val *WorkflowSchema) *NullableWorkflowSchema
func (NullableWorkflowSchema) Get ¶
func (v NullableWorkflowSchema) Get() *WorkflowSchema
func (NullableWorkflowSchema) IsSet ¶
func (v NullableWorkflowSchema) IsSet() bool
func (NullableWorkflowSchema) MarshalJSON ¶
func (v NullableWorkflowSchema) MarshalJSON() ([]byte, error)
func (*NullableWorkflowSchema) Set ¶
func (v *NullableWorkflowSchema) Set(val *WorkflowSchema)
func (*NullableWorkflowSchema) UnmarshalJSON ¶
func (v *NullableWorkflowSchema) UnmarshalJSON(src []byte) error
func (*NullableWorkflowSchema) Unset ¶
func (v *NullableWorkflowSchema) Unset()
type NullableWorkflowSchemaAllOf ¶
type NullableWorkflowSchemaAllOf struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowSchemaAllOf ¶
func NewNullableWorkflowSchemaAllOf(val *WorkflowSchemaAllOf) *NullableWorkflowSchemaAllOf
func (NullableWorkflowSchemaAllOf) Get ¶
func (v NullableWorkflowSchemaAllOf) Get() *WorkflowSchemaAllOf
func (NullableWorkflowSchemaAllOf) IsSet ¶
func (v NullableWorkflowSchemaAllOf) IsSet() bool
func (NullableWorkflowSchemaAllOf) MarshalJSON ¶
func (v NullableWorkflowSchemaAllOf) MarshalJSON() ([]byte, error)
func (*NullableWorkflowSchemaAllOf) Set ¶
func (v *NullableWorkflowSchemaAllOf) Set(val *WorkflowSchemaAllOf)
func (*NullableWorkflowSchemaAllOf) UnmarshalJSON ¶
func (v *NullableWorkflowSchemaAllOf) UnmarshalJSON(src []byte) error
func (*NullableWorkflowSchemaAllOf) Unset ¶
func (v *NullableWorkflowSchemaAllOf) Unset()
type NullableWorkflowSchemaByTypeResponse ¶
type NullableWorkflowSchemaByTypeResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowSchemaByTypeResponse ¶
func NewNullableWorkflowSchemaByTypeResponse(val *WorkflowSchemaByTypeResponse) *NullableWorkflowSchemaByTypeResponse
func (NullableWorkflowSchemaByTypeResponse) Get ¶
func (v NullableWorkflowSchemaByTypeResponse) Get() *WorkflowSchemaByTypeResponse
func (NullableWorkflowSchemaByTypeResponse) IsSet ¶
func (v NullableWorkflowSchemaByTypeResponse) IsSet() bool
func (NullableWorkflowSchemaByTypeResponse) MarshalJSON ¶
func (v NullableWorkflowSchemaByTypeResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowSchemaByTypeResponse) Set ¶
func (v *NullableWorkflowSchemaByTypeResponse) Set(val *WorkflowSchemaByTypeResponse)
func (*NullableWorkflowSchemaByTypeResponse) UnmarshalJSON ¶
func (v *NullableWorkflowSchemaByTypeResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowSchemaByTypeResponse) Unset ¶
func (v *NullableWorkflowSchemaByTypeResponse) Unset()
type NullableWorkflowStartConfig ¶
type NullableWorkflowStartConfig struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowStartConfig ¶
func NewNullableWorkflowStartConfig(val *WorkflowStartConfig) *NullableWorkflowStartConfig
func (NullableWorkflowStartConfig) Get ¶
func (v NullableWorkflowStartConfig) Get() *WorkflowStartConfig
func (NullableWorkflowStartConfig) IsSet ¶
func (v NullableWorkflowStartConfig) IsSet() bool
func (NullableWorkflowStartConfig) MarshalJSON ¶
func (v NullableWorkflowStartConfig) MarshalJSON() ([]byte, error)
func (*NullableWorkflowStartConfig) Set ¶
func (v *NullableWorkflowStartConfig) Set(val *WorkflowStartConfig)
func (*NullableWorkflowStartConfig) UnmarshalJSON ¶
func (v *NullableWorkflowStartConfig) UnmarshalJSON(src []byte) error
func (*NullableWorkflowStartConfig) Unset ¶
func (v *NullableWorkflowStartConfig) Unset()
type NullableWorkflowTarget ¶
type NullableWorkflowTarget struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowTarget ¶
func NewNullableWorkflowTarget(val *WorkflowTarget) *NullableWorkflowTarget
func (NullableWorkflowTarget) Get ¶
func (v NullableWorkflowTarget) Get() *WorkflowTarget
func (NullableWorkflowTarget) IsSet ¶
func (v NullableWorkflowTarget) IsSet() bool
func (NullableWorkflowTarget) MarshalJSON ¶
func (v NullableWorkflowTarget) MarshalJSON() ([]byte, error)
func (*NullableWorkflowTarget) Set ¶
func (v *NullableWorkflowTarget) Set(val *WorkflowTarget)
func (*NullableWorkflowTarget) UnmarshalJSON ¶
func (v *NullableWorkflowTarget) UnmarshalJSON(src []byte) error
func (*NullableWorkflowTarget) Unset ¶
func (v *NullableWorkflowTarget) Unset()
type NullableWorkflowTargetAllOf ¶
type NullableWorkflowTargetAllOf struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowTargetAllOf ¶
func NewNullableWorkflowTargetAllOf(val *WorkflowTargetAllOf) *NullableWorkflowTargetAllOf
func (NullableWorkflowTargetAllOf) Get ¶
func (v NullableWorkflowTargetAllOf) Get() *WorkflowTargetAllOf
func (NullableWorkflowTargetAllOf) IsSet ¶
func (v NullableWorkflowTargetAllOf) IsSet() bool
func (NullableWorkflowTargetAllOf) MarshalJSON ¶
func (v NullableWorkflowTargetAllOf) MarshalJSON() ([]byte, error)
func (*NullableWorkflowTargetAllOf) Set ¶
func (v *NullableWorkflowTargetAllOf) Set(val *WorkflowTargetAllOf)
func (*NullableWorkflowTargetAllOf) UnmarshalJSON ¶
func (v *NullableWorkflowTargetAllOf) UnmarshalJSON(src []byte) error
func (*NullableWorkflowTargetAllOf) Unset ¶
func (v *NullableWorkflowTargetAllOf) Unset()
type NullableWorkflowTargetCreate ¶
type NullableWorkflowTargetCreate struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowTargetCreate ¶
func NewNullableWorkflowTargetCreate(val *WorkflowTargetCreate) *NullableWorkflowTargetCreate
func (NullableWorkflowTargetCreate) Get ¶
func (v NullableWorkflowTargetCreate) Get() *WorkflowTargetCreate
func (NullableWorkflowTargetCreate) IsSet ¶
func (v NullableWorkflowTargetCreate) IsSet() bool
func (NullableWorkflowTargetCreate) MarshalJSON ¶
func (v NullableWorkflowTargetCreate) MarshalJSON() ([]byte, error)
func (*NullableWorkflowTargetCreate) Set ¶
func (v *NullableWorkflowTargetCreate) Set(val *WorkflowTargetCreate)
func (*NullableWorkflowTargetCreate) UnmarshalJSON ¶
func (v *NullableWorkflowTargetCreate) UnmarshalJSON(src []byte) error
func (*NullableWorkflowTargetCreate) Unset ¶
func (v *NullableWorkflowTargetCreate) Unset()
type NullableWorkflowTargetUpdate ¶
type NullableWorkflowTargetUpdate struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowTargetUpdate ¶
func NewNullableWorkflowTargetUpdate(val *WorkflowTargetUpdate) *NullableWorkflowTargetUpdate
func (NullableWorkflowTargetUpdate) Get ¶
func (v NullableWorkflowTargetUpdate) Get() *WorkflowTargetUpdate
func (NullableWorkflowTargetUpdate) IsSet ¶
func (v NullableWorkflowTargetUpdate) IsSet() bool
func (NullableWorkflowTargetUpdate) MarshalJSON ¶
func (v NullableWorkflowTargetUpdate) MarshalJSON() ([]byte, error)
func (*NullableWorkflowTargetUpdate) Set ¶
func (v *NullableWorkflowTargetUpdate) Set(val *WorkflowTargetUpdate)
func (*NullableWorkflowTargetUpdate) UnmarshalJSON ¶
func (v *NullableWorkflowTargetUpdate) UnmarshalJSON(src []byte) error
func (*NullableWorkflowTargetUpdate) Unset ¶
func (v *NullableWorkflowTargetUpdate) Unset()
type NullableWorkflowVariable ¶
type NullableWorkflowVariable struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowVariable ¶
func NewNullableWorkflowVariable(val *WorkflowVariable) *NullableWorkflowVariable
func (NullableWorkflowVariable) Get ¶
func (v NullableWorkflowVariable) Get() *WorkflowVariable
func (NullableWorkflowVariable) IsSet ¶
func (v NullableWorkflowVariable) IsSet() bool
func (NullableWorkflowVariable) MarshalJSON ¶
func (v NullableWorkflowVariable) MarshalJSON() ([]byte, error)
func (*NullableWorkflowVariable) Set ¶
func (v *NullableWorkflowVariable) Set(val *WorkflowVariable)
func (*NullableWorkflowVariable) UnmarshalJSON ¶
func (v *NullableWorkflowVariable) UnmarshalJSON(src []byte) error
func (*NullableWorkflowVariable) Unset ¶
func (v *NullableWorkflowVariable) Unset()
type NullableWorkflowVariableAllOf ¶
type NullableWorkflowVariableAllOf struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowVariableAllOf ¶
func NewNullableWorkflowVariableAllOf(val *WorkflowVariableAllOf) *NullableWorkflowVariableAllOf
func (NullableWorkflowVariableAllOf) Get ¶
func (v NullableWorkflowVariableAllOf) Get() *WorkflowVariableAllOf
func (NullableWorkflowVariableAllOf) IsSet ¶
func (v NullableWorkflowVariableAllOf) IsSet() bool
func (NullableWorkflowVariableAllOf) MarshalJSON ¶
func (v NullableWorkflowVariableAllOf) MarshalJSON() ([]byte, error)
func (*NullableWorkflowVariableAllOf) Set ¶
func (v *NullableWorkflowVariableAllOf) Set(val *WorkflowVariableAllOf)
func (*NullableWorkflowVariableAllOf) UnmarshalJSON ¶
func (v *NullableWorkflowVariableAllOf) UnmarshalJSON(src []byte) error
func (*NullableWorkflowVariableAllOf) Unset ¶
func (v *NullableWorkflowVariableAllOf) Unset()
type Offer ¶
type Offer struct { Id *string `json:"id,omitempty"` Name string `json:"name"` Label string `json:"label"` Description string `json:"description"` ProductId string `json:"productId"` Version int32 `json:"version"` DisplayOrder int32 `json:"displayOrder"` Image *string `json:"image,omitempty"` Price *string `json:"price,omitempty"` Type *string `json:"type,omitempty"` SupportedProperties *[]string `json:"supportedProperties,omitempty"` SupportedOptions *[]NameValue `json:"supportedOptions,omitempty"` Approvals map[string]interface{} `json:"approvals,omitempty"` AdditionalProperties map[string]interface{} }
Offer struct for Offer
func NewOffer ¶
func NewOffer(name string, label string, description string, productId string, version int32, displayOrder int32) *Offer
NewOffer instantiates a new Offer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOfferWithDefaults ¶
func NewOfferWithDefaults() *Offer
NewOfferWithDefaults instantiates a new Offer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Offer) GetApprovals ¶
GetApprovals returns the Approvals field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Offer) GetApprovalsOk ¶
GetApprovalsOk returns a tuple with the Approvals field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Offer) GetDescription ¶
GetDescription returns the Description field value
func (*Offer) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*Offer) GetDisplayOrder ¶
GetDisplayOrder returns the DisplayOrder field value
func (*Offer) GetDisplayOrderOk ¶
GetDisplayOrderOk returns a tuple with the DisplayOrder field value and a boolean to check if the value has been set.
func (*Offer) 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 (*Offer) GetImageOk ¶
GetImageOk returns a tuple with the Image field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Offer) GetLabelOk ¶
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*Offer) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Offer) GetPriceOk ¶
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Offer) GetProductId ¶
GetProductId returns the ProductId field value
func (*Offer) GetProductIdOk ¶
GetProductIdOk returns a tuple with the ProductId field value and a boolean to check if the value has been set.
func (*Offer) GetSupportedOptions ¶
GetSupportedOptions returns the SupportedOptions field value if set, zero value otherwise.
func (*Offer) GetSupportedOptionsOk ¶
GetSupportedOptionsOk returns a tuple with the SupportedOptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Offer) GetSupportedProperties ¶
GetSupportedProperties returns the SupportedProperties field value if set, zero value otherwise.
func (*Offer) GetSupportedPropertiesOk ¶
GetSupportedPropertiesOk returns a tuple with the SupportedProperties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Offer) 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 (*Offer) GetVersion ¶
GetVersion returns the Version field value
func (*Offer) GetVersionOk ¶
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*Offer) HasApprovals ¶
HasApprovals returns a boolean if a field has been set.
func (*Offer) HasSupportedOptions ¶ added in v1.0.8
HasSupportedOptions returns a boolean if a field has been set.
func (*Offer) HasSupportedProperties ¶ added in v1.0.8
HasSupportedProperties returns a boolean if a field has been set.
func (Offer) MarshalJSON ¶
func (*Offer) SetApprovals ¶
SetApprovals gets a reference to the given map[string]interface{} and assigns it to the Approvals field.
func (*Offer) SetDescription ¶
SetDescription sets field value
func (*Offer) SetDisplayOrder ¶
SetDisplayOrder sets field value
func (*Offer) SetImage ¶
SetImage gets a reference to the given string and assigns it to the Image field.
func (*Offer) SetPrice ¶
SetPrice gets a reference to the given string and assigns it to the Price field.
func (*Offer) SetSupportedOptions ¶
SetSupportedOptions gets a reference to the given []NameValue and assigns it to the SupportedOptions field.
func (*Offer) SetSupportedProperties ¶
SetSupportedProperties gets a reference to the given []string and assigns it to the SupportedProperties field.
func (*Offer) SetType ¶
SetType gets a reference to the given string and assigns it to the Type field.
func (*Offer) UnmarshalJSON ¶ added in v1.0.5
type OfferAllOf ¶
type OfferAllOf struct { Id *string `json:"id,omitempty"` AdditionalProperties map[string]interface{} }
OfferAllOf struct for OfferAllOf
func NewOfferAllOf ¶
func NewOfferAllOf() *OfferAllOf
NewOfferAllOf instantiates a new OfferAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOfferAllOfWithDefaults ¶
func NewOfferAllOfWithDefaults() *OfferAllOf
NewOfferAllOfWithDefaults instantiates a new OfferAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OfferAllOf) GetId ¶
func (o *OfferAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*OfferAllOf) GetIdOk ¶
func (o *OfferAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OfferAllOf) HasId ¶
func (o *OfferAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (OfferAllOf) MarshalJSON ¶
func (o OfferAllOf) MarshalJSON() ([]byte, error)
func (*OfferAllOf) SetId ¶
func (o *OfferAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*OfferAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *OfferAllOf) UnmarshalJSON(bytes []byte) (err error)
type OfferCreate ¶
type OfferCreate struct { Name string `json:"name"` Label string `json:"label"` Description string `json:"description"` ProductId string `json:"productId"` Version int32 `json:"version"` DisplayOrder int32 `json:"displayOrder"` Image *string `json:"image,omitempty"` Price *string `json:"price,omitempty"` Type *string `json:"type,omitempty"` SupportedProperties *[]string `json:"supportedProperties,omitempty"` SupportedOptions *[]NameValue `json:"supportedOptions,omitempty"` Approvals map[string]interface{} `json:"approvals,omitempty"` AdditionalProperties map[string]interface{} }
OfferCreate struct for OfferCreate
func NewOfferCreate ¶
func NewOfferCreate(name string, label string, description string, productId string, version int32, displayOrder int32) *OfferCreate
NewOfferCreate instantiates a new OfferCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOfferCreateWithDefaults ¶
func NewOfferCreateWithDefaults() *OfferCreate
NewOfferCreateWithDefaults instantiates a new OfferCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OfferCreate) GetApprovals ¶
func (o *OfferCreate) GetApprovals() map[string]interface{}
GetApprovals returns the Approvals field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OfferCreate) GetApprovalsOk ¶
func (o *OfferCreate) GetApprovalsOk() (*map[string]interface{}, bool)
GetApprovalsOk returns a tuple with the Approvals field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OfferCreate) GetDescription ¶
func (o *OfferCreate) GetDescription() string
GetDescription returns the Description field value
func (*OfferCreate) GetDescriptionOk ¶
func (o *OfferCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*OfferCreate) GetDisplayOrder ¶
func (o *OfferCreate) GetDisplayOrder() int32
GetDisplayOrder returns the DisplayOrder field value
func (*OfferCreate) GetDisplayOrderOk ¶
func (o *OfferCreate) GetDisplayOrderOk() (*int32, bool)
GetDisplayOrderOk returns a tuple with the DisplayOrder field value and a boolean to check if the value has been set.
func (*OfferCreate) GetImage ¶
func (o *OfferCreate) GetImage() string
GetImage returns the Image field value if set, zero value otherwise.
func (*OfferCreate) GetImageOk ¶
func (o *OfferCreate) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OfferCreate) GetLabel ¶
func (o *OfferCreate) GetLabel() string
GetLabel returns the Label field value
func (*OfferCreate) GetLabelOk ¶
func (o *OfferCreate) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*OfferCreate) GetName ¶
func (o *OfferCreate) GetName() string
GetName returns the Name field value
func (*OfferCreate) GetNameOk ¶
func (o *OfferCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*OfferCreate) GetPrice ¶
func (o *OfferCreate) GetPrice() string
GetPrice returns the Price field value if set, zero value otherwise.
func (*OfferCreate) GetPriceOk ¶
func (o *OfferCreate) GetPriceOk() (*string, bool)
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OfferCreate) GetProductId ¶
func (o *OfferCreate) GetProductId() string
GetProductId returns the ProductId field value
func (*OfferCreate) GetProductIdOk ¶
func (o *OfferCreate) GetProductIdOk() (*string, bool)
GetProductIdOk returns a tuple with the ProductId field value and a boolean to check if the value has been set.
func (*OfferCreate) GetSupportedOptions ¶
func (o *OfferCreate) GetSupportedOptions() []NameValue
GetSupportedOptions returns the SupportedOptions field value if set, zero value otherwise.
func (*OfferCreate) GetSupportedOptionsOk ¶
func (o *OfferCreate) GetSupportedOptionsOk() (*[]NameValue, bool)
GetSupportedOptionsOk returns a tuple with the SupportedOptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OfferCreate) GetSupportedProperties ¶
func (o *OfferCreate) GetSupportedProperties() []string
GetSupportedProperties returns the SupportedProperties field value if set, zero value otherwise.
func (*OfferCreate) GetSupportedPropertiesOk ¶
func (o *OfferCreate) GetSupportedPropertiesOk() (*[]string, bool)
GetSupportedPropertiesOk returns a tuple with the SupportedProperties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OfferCreate) GetType ¶
func (o *OfferCreate) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*OfferCreate) GetTypeOk ¶
func (o *OfferCreate) 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 (*OfferCreate) GetVersion ¶
func (o *OfferCreate) GetVersion() int32
GetVersion returns the Version field value
func (*OfferCreate) GetVersionOk ¶
func (o *OfferCreate) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*OfferCreate) HasApprovals ¶
func (o *OfferCreate) HasApprovals() bool
HasApprovals returns a boolean if a field has been set.
func (*OfferCreate) HasImage ¶ added in v1.0.8
func (o *OfferCreate) HasImage() bool
HasImage returns a boolean if a field has been set.
func (*OfferCreate) HasPrice ¶
func (o *OfferCreate) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (*OfferCreate) HasSupportedOptions ¶ added in v1.0.8
func (o *OfferCreate) HasSupportedOptions() bool
HasSupportedOptions returns a boolean if a field has been set.
func (*OfferCreate) HasSupportedProperties ¶ added in v1.0.8
func (o *OfferCreate) HasSupportedProperties() bool
HasSupportedProperties returns a boolean if a field has been set.
func (*OfferCreate) HasType ¶
func (o *OfferCreate) HasType() bool
HasType returns a boolean if a field has been set.
func (OfferCreate) MarshalJSON ¶
func (o OfferCreate) MarshalJSON() ([]byte, error)
func (*OfferCreate) SetApprovals ¶
func (o *OfferCreate) SetApprovals(v map[string]interface{})
SetApprovals gets a reference to the given map[string]interface{} and assigns it to the Approvals field.
func (*OfferCreate) SetDescription ¶
func (o *OfferCreate) SetDescription(v string)
SetDescription sets field value
func (*OfferCreate) SetDisplayOrder ¶
func (o *OfferCreate) SetDisplayOrder(v int32)
SetDisplayOrder sets field value
func (*OfferCreate) SetImage ¶
func (o *OfferCreate) SetImage(v string)
SetImage gets a reference to the given string and assigns it to the Image field.
func (*OfferCreate) SetPrice ¶
func (o *OfferCreate) SetPrice(v string)
SetPrice gets a reference to the given string and assigns it to the Price field.
func (*OfferCreate) SetProductId ¶
func (o *OfferCreate) SetProductId(v string)
SetProductId sets field value
func (*OfferCreate) SetSupportedOptions ¶
func (o *OfferCreate) SetSupportedOptions(v []NameValue)
SetSupportedOptions gets a reference to the given []NameValue and assigns it to the SupportedOptions field.
func (*OfferCreate) SetSupportedProperties ¶
func (o *OfferCreate) SetSupportedProperties(v []string)
SetSupportedProperties gets a reference to the given []string and assigns it to the SupportedProperties field.
func (*OfferCreate) SetType ¶
func (o *OfferCreate) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*OfferCreate) SetVersion ¶
func (o *OfferCreate) SetVersion(v int32)
SetVersion sets field value
func (*OfferCreate) UnmarshalJSON ¶ added in v1.0.5
func (o *OfferCreate) UnmarshalJSON(bytes []byte) (err error)
type OfferUpdate ¶
type OfferUpdate struct { Name string `json:"name"` Label string `json:"label"` Description string `json:"description"` ProductId string `json:"productId"` Version int32 `json:"version"` DisplayOrder int32 `json:"displayOrder"` Image *string `json:"image,omitempty"` Price *string `json:"price,omitempty"` Type *string `json:"type,omitempty"` SupportedProperties *[]string `json:"supportedProperties,omitempty"` SupportedOptions *[]NameValue `json:"supportedOptions,omitempty"` Approvals map[string]interface{} `json:"approvals,omitempty"` AdditionalProperties map[string]interface{} }
OfferUpdate struct for OfferUpdate
func NewOfferUpdate ¶
func NewOfferUpdate(name string, label string, description string, productId string, version int32, displayOrder int32) *OfferUpdate
NewOfferUpdate instantiates a new OfferUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOfferUpdateWithDefaults ¶
func NewOfferUpdateWithDefaults() *OfferUpdate
NewOfferUpdateWithDefaults instantiates a new OfferUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OfferUpdate) GetApprovals ¶
func (o *OfferUpdate) GetApprovals() map[string]interface{}
GetApprovals returns the Approvals field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OfferUpdate) GetApprovalsOk ¶
func (o *OfferUpdate) GetApprovalsOk() (*map[string]interface{}, bool)
GetApprovalsOk returns a tuple with the Approvals field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OfferUpdate) GetDescription ¶
func (o *OfferUpdate) GetDescription() string
GetDescription returns the Description field value
func (*OfferUpdate) GetDescriptionOk ¶
func (o *OfferUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*OfferUpdate) GetDisplayOrder ¶
func (o *OfferUpdate) GetDisplayOrder() int32
GetDisplayOrder returns the DisplayOrder field value
func (*OfferUpdate) GetDisplayOrderOk ¶
func (o *OfferUpdate) GetDisplayOrderOk() (*int32, bool)
GetDisplayOrderOk returns a tuple with the DisplayOrder field value and a boolean to check if the value has been set.
func (*OfferUpdate) GetImage ¶
func (o *OfferUpdate) GetImage() string
GetImage returns the Image field value if set, zero value otherwise.
func (*OfferUpdate) GetImageOk ¶
func (o *OfferUpdate) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OfferUpdate) GetLabel ¶
func (o *OfferUpdate) GetLabel() string
GetLabel returns the Label field value
func (*OfferUpdate) GetLabelOk ¶
func (o *OfferUpdate) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*OfferUpdate) GetName ¶
func (o *OfferUpdate) GetName() string
GetName returns the Name field value
func (*OfferUpdate) GetNameOk ¶
func (o *OfferUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*OfferUpdate) GetPrice ¶
func (o *OfferUpdate) GetPrice() string
GetPrice returns the Price field value if set, zero value otherwise.
func (*OfferUpdate) GetPriceOk ¶
func (o *OfferUpdate) GetPriceOk() (*string, bool)
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OfferUpdate) GetProductId ¶
func (o *OfferUpdate) GetProductId() string
GetProductId returns the ProductId field value
func (*OfferUpdate) GetProductIdOk ¶
func (o *OfferUpdate) GetProductIdOk() (*string, bool)
GetProductIdOk returns a tuple with the ProductId field value and a boolean to check if the value has been set.
func (*OfferUpdate) GetSupportedOptions ¶
func (o *OfferUpdate) GetSupportedOptions() []NameValue
GetSupportedOptions returns the SupportedOptions field value if set, zero value otherwise.
func (*OfferUpdate) GetSupportedOptionsOk ¶
func (o *OfferUpdate) GetSupportedOptionsOk() (*[]NameValue, bool)
GetSupportedOptionsOk returns a tuple with the SupportedOptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OfferUpdate) GetSupportedProperties ¶
func (o *OfferUpdate) GetSupportedProperties() []string
GetSupportedProperties returns the SupportedProperties field value if set, zero value otherwise.
func (*OfferUpdate) GetSupportedPropertiesOk ¶
func (o *OfferUpdate) GetSupportedPropertiesOk() (*[]string, bool)
GetSupportedPropertiesOk returns a tuple with the SupportedProperties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OfferUpdate) GetType ¶
func (o *OfferUpdate) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*OfferUpdate) GetTypeOk ¶
func (o *OfferUpdate) 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 (*OfferUpdate) GetVersion ¶
func (o *OfferUpdate) GetVersion() int32
GetVersion returns the Version field value
func (*OfferUpdate) GetVersionOk ¶
func (o *OfferUpdate) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*OfferUpdate) HasApprovals ¶
func (o *OfferUpdate) HasApprovals() bool
HasApprovals returns a boolean if a field has been set.
func (*OfferUpdate) HasImage ¶ added in v1.0.8
func (o *OfferUpdate) HasImage() bool
HasImage returns a boolean if a field has been set.
func (*OfferUpdate) HasPrice ¶
func (o *OfferUpdate) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (*OfferUpdate) HasSupportedOptions ¶ added in v1.0.8
func (o *OfferUpdate) HasSupportedOptions() bool
HasSupportedOptions returns a boolean if a field has been set.
func (*OfferUpdate) HasSupportedProperties ¶ added in v1.0.8
func (o *OfferUpdate) HasSupportedProperties() bool
HasSupportedProperties returns a boolean if a field has been set.
func (*OfferUpdate) HasType ¶
func (o *OfferUpdate) HasType() bool
HasType returns a boolean if a field has been set.
func (OfferUpdate) MarshalJSON ¶
func (o OfferUpdate) MarshalJSON() ([]byte, error)
func (*OfferUpdate) SetApprovals ¶
func (o *OfferUpdate) SetApprovals(v map[string]interface{})
SetApprovals gets a reference to the given map[string]interface{} and assigns it to the Approvals field.
func (*OfferUpdate) SetDescription ¶
func (o *OfferUpdate) SetDescription(v string)
SetDescription sets field value
func (*OfferUpdate) SetDisplayOrder ¶
func (o *OfferUpdate) SetDisplayOrder(v int32)
SetDisplayOrder sets field value
func (*OfferUpdate) SetImage ¶
func (o *OfferUpdate) SetImage(v string)
SetImage gets a reference to the given string and assigns it to the Image field.
func (*OfferUpdate) SetPrice ¶
func (o *OfferUpdate) SetPrice(v string)
SetPrice gets a reference to the given string and assigns it to the Price field.
func (*OfferUpdate) SetProductId ¶
func (o *OfferUpdate) SetProductId(v string)
SetProductId sets field value
func (*OfferUpdate) SetSupportedOptions ¶
func (o *OfferUpdate) SetSupportedOptions(v []NameValue)
SetSupportedOptions gets a reference to the given []NameValue and assigns it to the SupportedOptions field.
func (*OfferUpdate) SetSupportedProperties ¶
func (o *OfferUpdate) SetSupportedProperties(v []string)
SetSupportedProperties gets a reference to the given []string and assigns it to the SupportedProperties field.
func (*OfferUpdate) SetType ¶
func (o *OfferUpdate) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*OfferUpdate) SetVersion ¶
func (o *OfferUpdate) SetVersion(v int32)
SetVersion sets field value
func (*OfferUpdate) UnmarshalJSON ¶ added in v1.0.5
func (o *OfferUpdate) UnmarshalJSON(bytes []byte) (err error)
type OffersApiService ¶
type OffersApiService service
OffersApiService OffersApi service
func (*OffersApiService) CreateOffer ¶
func (a *OffersApiService) CreateOffer(ctx _context.Context) ApiCreateOfferRequest
* CreateOffer Creates a product offer. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateOfferRequest
func (*OffersApiService) CreateOfferExecute ¶
func (a *OffersApiService) CreateOfferExecute(r ApiCreateOfferRequest) (Offer, *_nethttp.Response, error)
* Execute executes the request * @return Offer
func (*OffersApiService) DeleteOffer ¶
func (a *OffersApiService) DeleteOffer(ctx _context.Context, id string) ApiDeleteOfferRequest
* DeleteOffer Deletes a product offer * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiDeleteOfferRequest
func (*OffersApiService) DeleteOfferExecute ¶
func (a *OffersApiService) DeleteOfferExecute(r ApiDeleteOfferRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*OffersApiService) GetOffer ¶
func (a *OffersApiService) GetOffer(ctx _context.Context, id string) ApiGetOfferRequest
* GetOffer Returns a product offer. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetOfferRequest
func (*OffersApiService) GetOfferAssignmentsList ¶
func (a *OffersApiService) GetOfferAssignmentsList(ctx _context.Context, id string) ApiGetOfferAssignmentsListRequest
* GetOfferAssignmentsList Returns a list of tenant assignments for a product offer. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetOfferAssignmentsListRequest
func (*OffersApiService) GetOfferAssignmentsListExecute ¶
func (a *OffersApiService) GetOfferAssignmentsListExecute(r ApiGetOfferAssignmentsListRequest) ([]CatalogAssignment, *_nethttp.Response, error)
* Execute executes the request * @return []CatalogAssignment
func (*OffersApiService) GetOfferExecute ¶
func (a *OffersApiService) GetOfferExecute(r ApiGetOfferRequest) (Offer, *_nethttp.Response, error)
* Execute executes the request * @return Offer
func (*OffersApiService) GetOffersCount ¶
func (a *OffersApiService) GetOffersCount(ctx _context.Context) ApiGetOffersCountRequest
* GetOffersCount Returns the number of product offers. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetOffersCountRequest
func (*OffersApiService) GetOffersCountExecute ¶
func (a *OffersApiService) GetOffersCountExecute(r ApiGetOffersCountRequest) (int64, *_nethttp.Response, error)
* Execute executes the request * @return int64
func (*OffersApiService) GetOffersPage ¶
func (a *OffersApiService) GetOffersPage(ctx _context.Context) ApiGetOffersPageRequest
* GetOffersPage Returns a page of product offers. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetOffersPageRequest
func (*OffersApiService) GetOffersPageExecute ¶
func (a *OffersApiService) GetOffersPageExecute(r ApiGetOffersPageRequest) (OffersPage, *_nethttp.Response, error)
* Execute executes the request * @return OffersPage
func (*OffersApiService) UpdateOffer ¶
func (a *OffersApiService) UpdateOffer(ctx _context.Context, id string) ApiUpdateOfferRequest
* UpdateOffer Updates a product offer. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiUpdateOfferRequest
func (*OffersApiService) UpdateOfferAssignments ¶
func (a *OffersApiService) UpdateOfferAssignments(ctx _context.Context, id string) ApiUpdateOfferAssignmentsRequest
* UpdateOfferAssignments Updates the tenant assignemnts for a product offer. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiUpdateOfferAssignmentsRequest
func (*OffersApiService) UpdateOfferAssignmentsExecute ¶
func (a *OffersApiService) UpdateOfferAssignmentsExecute(r ApiUpdateOfferAssignmentsRequest) ([]CatalogAssignment, *_nethttp.Response, error)
* Execute executes the request * @return []CatalogAssignment
func (*OffersApiService) UpdateOfferExecute ¶
func (a *OffersApiService) UpdateOfferExecute(r ApiUpdateOfferRequest) (Offer, *_nethttp.Response, error)
* Execute executes the request * @return Offer
type OffersPage ¶
type OffersPage struct { Page *int32 `json:"page,omitempty"` PageSize *int32 `json:"pageSize,omitempty"` TotalItems NullableInt64 `json:"totalItems,omitempty"` HasNext NullableBool `json:"hasNext,omitempty"` HasPrevious NullableBool `json:"hasPrevious,omitempty"` SortBy NullableString `json:"sortBy,omitempty"` SortOrder NullableString `json:"sortOrder,omitempty"` Contents *[]Offer `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
OffersPage struct for OffersPage
func NewOffersPage ¶
func NewOffersPage() *OffersPage
NewOffersPage instantiates a new OffersPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOffersPageWithDefaults ¶
func NewOffersPageWithDefaults() *OffersPage
NewOffersPageWithDefaults instantiates a new OffersPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OffersPage) GetContents ¶
func (o *OffersPage) GetContents() []Offer
GetContents returns the Contents field value if set, zero value otherwise.
func (*OffersPage) GetContentsOk ¶
func (o *OffersPage) GetContentsOk() (*[]Offer, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OffersPage) GetHasNext ¶
func (o *OffersPage) GetHasNext() bool
GetHasNext returns the HasNext field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OffersPage) GetHasNextOk ¶
func (o *OffersPage) GetHasNextOk() (*bool, bool)
GetHasNextOk returns a tuple with the HasNext field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OffersPage) GetHasPrevious ¶
func (o *OffersPage) GetHasPrevious() bool
GetHasPrevious returns the HasPrevious field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OffersPage) GetHasPreviousOk ¶
func (o *OffersPage) GetHasPreviousOk() (*bool, bool)
GetHasPreviousOk returns a tuple with the HasPrevious field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OffersPage) GetPage ¶
func (o *OffersPage) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise.
func (*OffersPage) GetPageOk ¶
func (o *OffersPage) 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 (*OffersPage) GetPageSize ¶
func (o *OffersPage) GetPageSize() int32
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*OffersPage) GetPageSizeOk ¶
func (o *OffersPage) 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 (*OffersPage) GetSortBy ¶
func (o *OffersPage) GetSortBy() string
GetSortBy returns the SortBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OffersPage) GetSortByOk ¶
func (o *OffersPage) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OffersPage) GetSortOrder ¶
func (o *OffersPage) GetSortOrder() string
GetSortOrder returns the SortOrder field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OffersPage) GetSortOrderOk ¶
func (o *OffersPage) GetSortOrderOk() (*string, bool)
GetSortOrderOk returns a tuple with the SortOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OffersPage) GetTotalItems ¶
func (o *OffersPage) GetTotalItems() int64
GetTotalItems returns the TotalItems field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OffersPage) GetTotalItemsOk ¶
func (o *OffersPage) GetTotalItemsOk() (*int64, bool)
GetTotalItemsOk returns a tuple with the TotalItems field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OffersPage) HasContents ¶
func (o *OffersPage) HasContents() bool
HasContents returns a boolean if a field has been set.
func (*OffersPage) HasHasNext ¶
func (o *OffersPage) HasHasNext() bool
HasHasNext returns a boolean if a field has been set.
func (*OffersPage) HasHasPrevious ¶
func (o *OffersPage) HasHasPrevious() bool
HasHasPrevious returns a boolean if a field has been set.
func (*OffersPage) HasPage ¶
func (o *OffersPage) HasPage() bool
HasPage returns a boolean if a field has been set.
func (*OffersPage) HasPageSize ¶
func (o *OffersPage) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (*OffersPage) HasSortBy ¶
func (o *OffersPage) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.
func (*OffersPage) HasSortOrder ¶
func (o *OffersPage) HasSortOrder() bool
HasSortOrder returns a boolean if a field has been set.
func (*OffersPage) HasTotalItems ¶
func (o *OffersPage) HasTotalItems() bool
HasTotalItems returns a boolean if a field has been set.
func (OffersPage) MarshalJSON ¶
func (o OffersPage) MarshalJSON() ([]byte, error)
func (*OffersPage) SetContents ¶
func (o *OffersPage) SetContents(v []Offer)
SetContents gets a reference to the given []Offer and assigns it to the Contents field.
func (*OffersPage) SetHasNext ¶
func (o *OffersPage) SetHasNext(v bool)
SetHasNext gets a reference to the given NullableBool and assigns it to the HasNext field.
func (*OffersPage) SetHasNextNil ¶
func (o *OffersPage) SetHasNextNil()
SetHasNextNil sets the value for HasNext to be an explicit nil
func (*OffersPage) SetHasPrevious ¶
func (o *OffersPage) SetHasPrevious(v bool)
SetHasPrevious gets a reference to the given NullableBool and assigns it to the HasPrevious field.
func (*OffersPage) SetHasPreviousNil ¶
func (o *OffersPage) SetHasPreviousNil()
SetHasPreviousNil sets the value for HasPrevious to be an explicit nil
func (*OffersPage) SetPage ¶
func (o *OffersPage) SetPage(v int32)
SetPage gets a reference to the given int32 and assigns it to the Page field.
func (*OffersPage) SetPageSize ¶
func (o *OffersPage) SetPageSize(v int32)
SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.
func (*OffersPage) SetSortBy ¶
func (o *OffersPage) SetSortBy(v string)
SetSortBy gets a reference to the given NullableString and assigns it to the SortBy field.
func (*OffersPage) SetSortByNil ¶ added in v1.0.2
func (o *OffersPage) SetSortByNil()
SetSortByNil sets the value for SortBy to be an explicit nil
func (*OffersPage) SetSortOrder ¶
func (o *OffersPage) SetSortOrder(v string)
SetSortOrder gets a reference to the given NullableString and assigns it to the SortOrder field.
func (*OffersPage) SetSortOrderNil ¶ added in v1.0.2
func (o *OffersPage) SetSortOrderNil()
SetSortOrderNil sets the value for SortOrder to be an explicit nil
func (*OffersPage) SetTotalItems ¶
func (o *OffersPage) SetTotalItems(v int64)
SetTotalItems gets a reference to the given NullableInt64 and assigns it to the TotalItems field.
func (*OffersPage) SetTotalItemsNil ¶ added in v1.0.2
func (o *OffersPage) SetTotalItemsNil()
SetTotalItemsNil sets the value for TotalItems to be an explicit nil
func (*OffersPage) UnmarshalJSON ¶ added in v1.0.5
func (o *OffersPage) UnmarshalJSON(bytes []byte) (err error)
func (*OffersPage) UnsetHasNext ¶
func (o *OffersPage) UnsetHasNext()
UnsetHasNext ensures that no value is present for HasNext, not even an explicit nil
func (*OffersPage) UnsetHasPrevious ¶
func (o *OffersPage) UnsetHasPrevious()
UnsetHasPrevious ensures that no value is present for HasPrevious, not even an explicit nil
func (*OffersPage) UnsetSortBy ¶ added in v1.0.2
func (o *OffersPage) UnsetSortBy()
UnsetSortBy ensures that no value is present for SortBy, not even an explicit nil
func (*OffersPage) UnsetSortOrder ¶ added in v1.0.2
func (o *OffersPage) UnsetSortOrder()
UnsetSortOrder ensures that no value is present for SortOrder, not even an explicit nil
func (*OffersPage) UnsetTotalItems ¶ added in v1.0.2
func (o *OffersPage) UnsetTotalItems()
UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil
type OffersPageAllOf ¶
type OffersPageAllOf struct { Contents *[]Offer `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
OffersPageAllOf struct for OffersPageAllOf
func NewOffersPageAllOf ¶
func NewOffersPageAllOf() *OffersPageAllOf
NewOffersPageAllOf instantiates a new OffersPageAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOffersPageAllOfWithDefaults ¶
func NewOffersPageAllOfWithDefaults() *OffersPageAllOf
NewOffersPageAllOfWithDefaults instantiates a new OffersPageAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OffersPageAllOf) GetContents ¶
func (o *OffersPageAllOf) GetContents() []Offer
GetContents returns the Contents field value if set, zero value otherwise.
func (*OffersPageAllOf) GetContentsOk ¶
func (o *OffersPageAllOf) GetContentsOk() (*[]Offer, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OffersPageAllOf) HasContents ¶
func (o *OffersPageAllOf) HasContents() bool
HasContents returns a boolean if a field has been set.
func (OffersPageAllOf) MarshalJSON ¶
func (o OffersPageAllOf) MarshalJSON() ([]byte, error)
func (*OffersPageAllOf) SetContents ¶
func (o *OffersPageAllOf) SetContents(v []Offer)
SetContents gets a reference to the given []Offer and assigns it to the Contents field.
func (*OffersPageAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *OffersPageAllOf) UnmarshalJSON(bytes []byte) (err error)
type PageHeader ¶
type PageHeader struct { Page *int32 `json:"page,omitempty"` PageSize *int32 `json:"pageSize,omitempty"` TotalItems NullableInt64 `json:"totalItems,omitempty"` HasNext NullableBool `json:"hasNext,omitempty"` HasPrevious NullableBool `json:"hasPrevious,omitempty"` SortBy NullableString `json:"sortBy,omitempty"` SortOrder NullableString `json:"sortOrder,omitempty"` AdditionalProperties map[string]interface{} }
PageHeader struct for PageHeader
func NewPageHeader ¶
func NewPageHeader() *PageHeader
NewPageHeader instantiates a new PageHeader object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPageHeaderWithDefaults ¶
func NewPageHeaderWithDefaults() *PageHeader
NewPageHeaderWithDefaults instantiates a new PageHeader object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PageHeader) GetHasNext ¶
func (o *PageHeader) GetHasNext() bool
GetHasNext returns the HasNext field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PageHeader) GetHasNextOk ¶
func (o *PageHeader) GetHasNextOk() (*bool, bool)
GetHasNextOk returns a tuple with the HasNext field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PageHeader) GetHasPrevious ¶
func (o *PageHeader) GetHasPrevious() bool
GetHasPrevious returns the HasPrevious field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PageHeader) GetHasPreviousOk ¶
func (o *PageHeader) GetHasPreviousOk() (*bool, bool)
GetHasPreviousOk returns a tuple with the HasPrevious field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PageHeader) GetPage ¶
func (o *PageHeader) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise.
func (*PageHeader) GetPageOk ¶
func (o *PageHeader) 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 (*PageHeader) GetPageSize ¶
func (o *PageHeader) GetPageSize() int32
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*PageHeader) GetPageSizeOk ¶
func (o *PageHeader) 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 (*PageHeader) GetSortBy ¶
func (o *PageHeader) GetSortBy() string
GetSortBy returns the SortBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PageHeader) GetSortByOk ¶
func (o *PageHeader) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PageHeader) GetSortOrder ¶
func (o *PageHeader) GetSortOrder() string
GetSortOrder returns the SortOrder field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PageHeader) GetSortOrderOk ¶
func (o *PageHeader) GetSortOrderOk() (*string, bool)
GetSortOrderOk returns a tuple with the SortOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PageHeader) GetTotalItems ¶
func (o *PageHeader) GetTotalItems() int64
GetTotalItems returns the TotalItems field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PageHeader) GetTotalItemsOk ¶
func (o *PageHeader) GetTotalItemsOk() (*int64, bool)
GetTotalItemsOk returns a tuple with the TotalItems field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PageHeader) HasHasNext ¶
func (o *PageHeader) HasHasNext() bool
HasHasNext returns a boolean if a field has been set.
func (*PageHeader) HasHasPrevious ¶
func (o *PageHeader) HasHasPrevious() bool
HasHasPrevious returns a boolean if a field has been set.
func (*PageHeader) HasPage ¶
func (o *PageHeader) HasPage() bool
HasPage returns a boolean if a field has been set.
func (*PageHeader) HasPageSize ¶
func (o *PageHeader) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (*PageHeader) HasSortBy ¶
func (o *PageHeader) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.
func (*PageHeader) HasSortOrder ¶
func (o *PageHeader) HasSortOrder() bool
HasSortOrder returns a boolean if a field has been set.
func (*PageHeader) HasTotalItems ¶
func (o *PageHeader) HasTotalItems() bool
HasTotalItems returns a boolean if a field has been set.
func (PageHeader) MarshalJSON ¶
func (o PageHeader) MarshalJSON() ([]byte, error)
func (*PageHeader) SetHasNext ¶
func (o *PageHeader) SetHasNext(v bool)
SetHasNext gets a reference to the given NullableBool and assigns it to the HasNext field.
func (*PageHeader) SetHasNextNil ¶
func (o *PageHeader) SetHasNextNil()
SetHasNextNil sets the value for HasNext to be an explicit nil
func (*PageHeader) SetHasPrevious ¶
func (o *PageHeader) SetHasPrevious(v bool)
SetHasPrevious gets a reference to the given NullableBool and assigns it to the HasPrevious field.
func (*PageHeader) SetHasPreviousNil ¶
func (o *PageHeader) SetHasPreviousNil()
SetHasPreviousNil sets the value for HasPrevious to be an explicit nil
func (*PageHeader) SetPage ¶
func (o *PageHeader) SetPage(v int32)
SetPage gets a reference to the given int32 and assigns it to the Page field.
func (*PageHeader) SetPageSize ¶
func (o *PageHeader) SetPageSize(v int32)
SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.
func (*PageHeader) SetSortBy ¶
func (o *PageHeader) SetSortBy(v string)
SetSortBy gets a reference to the given NullableString and assigns it to the SortBy field.
func (*PageHeader) SetSortByNil ¶ added in v1.0.2
func (o *PageHeader) SetSortByNil()
SetSortByNil sets the value for SortBy to be an explicit nil
func (*PageHeader) SetSortOrder ¶
func (o *PageHeader) SetSortOrder(v string)
SetSortOrder gets a reference to the given NullableString and assigns it to the SortOrder field.
func (*PageHeader) SetSortOrderNil ¶ added in v1.0.2
func (o *PageHeader) SetSortOrderNil()
SetSortOrderNil sets the value for SortOrder to be an explicit nil
func (*PageHeader) SetTotalItems ¶
func (o *PageHeader) SetTotalItems(v int64)
SetTotalItems gets a reference to the given NullableInt64 and assigns it to the TotalItems field.
func (*PageHeader) SetTotalItemsNil ¶ added in v1.0.2
func (o *PageHeader) SetTotalItemsNil()
SetTotalItemsNil sets the value for TotalItems to be an explicit nil
func (*PageHeader) UnmarshalJSON ¶ added in v1.0.5
func (o *PageHeader) UnmarshalJSON(bytes []byte) (err error)
func (*PageHeader) UnsetHasNext ¶
func (o *PageHeader) UnsetHasNext()
UnsetHasNext ensures that no value is present for HasNext, not even an explicit nil
func (*PageHeader) UnsetHasPrevious ¶
func (o *PageHeader) UnsetHasPrevious()
UnsetHasPrevious ensures that no value is present for HasPrevious, not even an explicit nil
func (*PageHeader) UnsetSortBy ¶ added in v1.0.2
func (o *PageHeader) UnsetSortBy()
UnsetSortBy ensures that no value is present for SortBy, not even an explicit nil
func (*PageHeader) UnsetSortOrder ¶ added in v1.0.2
func (o *PageHeader) UnsetSortOrder()
UnsetSortOrder ensures that no value is present for SortOrder, not even an explicit nil
func (*PageHeader) UnsetTotalItems ¶ added in v1.0.2
func (o *PageHeader) UnsetTotalItems()
UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil
type Product ¶
type Product struct { Id *string `json:"id,omitempty"` Name string `json:"name"` Label string `json:"label"` Version int32 `json:"version"` Description string `json:"description"` Image string `json:"image"` MultipleInstanceAllowed *bool `json:"multipleInstanceAllowed,omitempty"` Price *string `json:"price,omitempty"` DisplayOrder *int32 `json:"displayOrder,omitempty"` Active *bool `json:"active,omitempty"` OrderLimit *int32 `json:"orderLimit,omitempty"` Options []ServiceElement `json:"options"` Properties []ServiceElement `json:"properties,omitempty"` Configuration map[string]string `json:"configuration"` IsResource bool `json:"isResource"` HasChildren bool `json:"hasChildren"` ParentId *string `json:"parentId,omitempty"` ServiceExtensions *[]NSOConfigDataXPath `json:"serviceExtensions,omitempty"` ServiceConfigQueryRootXPaths *[]string `json:"serviceConfigQueryRootXPaths,omitempty"` UiConfig *ServiceUIConfig `json:"uiConfig,omitempty"` SlmUiConfig NullableServiceSLMUIConfig `json:"slmUiConfig,omitempty"` ExternalId NullableString `json:"externalId,omitempty"` Tags []string `json:"tags,omitempty"` AdditionalProperties map[string]interface{} }
Product struct for Product
func NewProduct ¶
func NewProduct(name string, label string, version int32, description string, image string, options []ServiceElement, configuration map[string]string, isResource bool, hasChildren bool) *Product
NewProduct instantiates a new Product object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProductWithDefaults ¶
func NewProductWithDefaults() *Product
NewProductWithDefaults instantiates a new Product object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Product) 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 (*Product) GetConfiguration ¶
GetConfiguration returns the Configuration field value
func (*Product) GetConfigurationOk ¶
GetConfigurationOk returns a tuple with the Configuration field value and a boolean to check if the value has been set.
func (*Product) GetDescription ¶
GetDescription returns the Description field value
func (*Product) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*Product) GetDisplayOrder ¶
GetDisplayOrder returns the DisplayOrder field value if set, zero value otherwise.
func (*Product) GetDisplayOrderOk ¶
GetDisplayOrderOk returns a tuple with the DisplayOrder field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Product) GetExternalId ¶ added in v1.0.8
GetExternalId returns the ExternalId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Product) GetExternalIdOk ¶ added in v1.0.8
GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Product) GetHasChildren ¶
GetHasChildren returns the HasChildren field value
func (*Product) GetHasChildrenOk ¶
GetHasChildrenOk returns a tuple with the HasChildren field value and a boolean to check if the value has been set.
func (*Product) 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 (*Product) GetImageOk ¶
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*Product) GetIsResource ¶
GetIsResource returns the IsResource field value
func (*Product) GetIsResourceOk ¶
GetIsResourceOk returns a tuple with the IsResource field value and a boolean to check if the value has been set.
func (*Product) GetLabelOk ¶
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*Product) GetMultipleInstanceAllowed ¶
GetMultipleInstanceAllowed returns the MultipleInstanceAllowed field value if set, zero value otherwise.
func (*Product) GetMultipleInstanceAllowedOk ¶
GetMultipleInstanceAllowedOk returns a tuple with the MultipleInstanceAllowed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Product) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Product) GetOptions ¶
func (o *Product) GetOptions() []ServiceElement
GetOptions returns the Options field value
func (*Product) GetOptionsOk ¶
func (o *Product) GetOptionsOk() (*[]ServiceElement, bool)
GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.
func (*Product) GetOrderLimit ¶
GetOrderLimit returns the OrderLimit field value if set, zero value otherwise.
func (*Product) GetOrderLimitOk ¶
GetOrderLimitOk returns a tuple with the OrderLimit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Product) GetParentId ¶
GetParentId returns the ParentId field value if set, zero value otherwise.
func (*Product) GetParentIdOk ¶
GetParentIdOk returns a tuple with the ParentId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Product) GetPriceOk ¶
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Product) GetProperties ¶
func (o *Product) GetProperties() []ServiceElement
GetProperties returns the Properties field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Product) GetPropertiesOk ¶
func (o *Product) GetPropertiesOk() (*[]ServiceElement, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Product) GetServiceConfigQueryRootXPaths ¶
GetServiceConfigQueryRootXPaths returns the ServiceConfigQueryRootXPaths field value if set, zero value otherwise.
func (*Product) GetServiceConfigQueryRootXPathsOk ¶
GetServiceConfigQueryRootXPathsOk returns a tuple with the ServiceConfigQueryRootXPaths field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Product) GetServiceExtensions ¶
func (o *Product) GetServiceExtensions() []NSOConfigDataXPath
GetServiceExtensions returns the ServiceExtensions field value if set, zero value otherwise.
func (*Product) GetServiceExtensionsOk ¶
func (o *Product) GetServiceExtensionsOk() (*[]NSOConfigDataXPath, bool)
GetServiceExtensionsOk returns a tuple with the ServiceExtensions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Product) GetSlmUiConfig ¶ added in v1.0.8
func (o *Product) GetSlmUiConfig() ServiceSLMUIConfig
GetSlmUiConfig returns the SlmUiConfig field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Product) GetSlmUiConfigOk ¶ added in v1.0.8
func (o *Product) GetSlmUiConfigOk() (*ServiceSLMUIConfig, bool)
GetSlmUiConfigOk returns a tuple with the SlmUiConfig field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Product) GetTags ¶ added in v1.0.5
GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Product) GetTagsOk ¶ added in v1.0.5
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Product) GetUiConfig ¶
func (o *Product) GetUiConfig() ServiceUIConfig
GetUiConfig returns the UiConfig field value if set, zero value otherwise.
func (*Product) GetUiConfigOk ¶
func (o *Product) GetUiConfigOk() (*ServiceUIConfig, bool)
GetUiConfigOk returns a tuple with the UiConfig field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Product) GetVersion ¶
GetVersion returns the Version field value
func (*Product) GetVersionOk ¶
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*Product) HasDisplayOrder ¶
HasDisplayOrder returns a boolean if a field has been set.
func (*Product) HasExternalId ¶ added in v1.0.8
HasExternalId returns a boolean if a field has been set.
func (*Product) HasMultipleInstanceAllowed ¶
HasMultipleInstanceAllowed returns a boolean if a field has been set.
func (*Product) HasOrderLimit ¶
HasOrderLimit returns a boolean if a field has been set.
func (*Product) HasParentId ¶
HasParentId returns a boolean if a field has been set.
func (*Product) HasProperties ¶ added in v1.0.5
HasProperties returns a boolean if a field has been set.
func (*Product) HasServiceConfigQueryRootXPaths ¶
HasServiceConfigQueryRootXPaths returns a boolean if a field has been set.
func (*Product) HasServiceExtensions ¶
HasServiceExtensions returns a boolean if a field has been set.
func (*Product) HasSlmUiConfig ¶ added in v1.0.8
HasSlmUiConfig returns a boolean if a field has been set.
func (*Product) HasUiConfig ¶
HasUiConfig returns a boolean if a field has been set.
func (Product) MarshalJSON ¶
func (*Product) SetActive ¶
SetActive gets a reference to the given bool and assigns it to the Active field.
func (*Product) SetConfiguration ¶
SetConfiguration sets field value
func (*Product) SetDescription ¶
SetDescription sets field value
func (*Product) SetDisplayOrder ¶
SetDisplayOrder gets a reference to the given int32 and assigns it to the DisplayOrder field.
func (*Product) SetExternalId ¶ added in v1.0.8
SetExternalId gets a reference to the given NullableString and assigns it to the ExternalId field.
func (*Product) SetExternalIdNil ¶ added in v1.0.8
func (o *Product) SetExternalIdNil()
SetExternalIdNil sets the value for ExternalId to be an explicit nil
func (*Product) SetHasChildren ¶
SetHasChildren sets field value
func (*Product) SetIsResource ¶
SetIsResource sets field value
func (*Product) SetMultipleInstanceAllowed ¶
SetMultipleInstanceAllowed gets a reference to the given bool and assigns it to the MultipleInstanceAllowed field.
func (*Product) SetOptions ¶
func (o *Product) SetOptions(v []ServiceElement)
SetOptions sets field value
func (*Product) SetOrderLimit ¶
SetOrderLimit gets a reference to the given int32 and assigns it to the OrderLimit field.
func (*Product) SetParentId ¶
SetParentId gets a reference to the given string and assigns it to the ParentId field.
func (*Product) SetPrice ¶
SetPrice gets a reference to the given string and assigns it to the Price field.
func (*Product) SetProperties ¶
func (o *Product) SetProperties(v []ServiceElement)
SetProperties gets a reference to the given []ServiceElement and assigns it to the Properties field.
func (*Product) SetServiceConfigQueryRootXPaths ¶
SetServiceConfigQueryRootXPaths gets a reference to the given []string and assigns it to the ServiceConfigQueryRootXPaths field.
func (*Product) SetServiceExtensions ¶
func (o *Product) SetServiceExtensions(v []NSOConfigDataXPath)
SetServiceExtensions gets a reference to the given []NSOConfigDataXPath and assigns it to the ServiceExtensions field.
func (*Product) SetSlmUiConfig ¶ added in v1.0.8
func (o *Product) SetSlmUiConfig(v ServiceSLMUIConfig)
SetSlmUiConfig gets a reference to the given NullableServiceSLMUIConfig and assigns it to the SlmUiConfig field.
func (*Product) SetSlmUiConfigNil ¶ added in v1.0.8
func (o *Product) SetSlmUiConfigNil()
SetSlmUiConfigNil sets the value for SlmUiConfig to be an explicit nil
func (*Product) SetTags ¶ added in v1.0.5
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*Product) SetUiConfig ¶
func (o *Product) SetUiConfig(v ServiceUIConfig)
SetUiConfig gets a reference to the given ServiceUIConfig and assigns it to the UiConfig field.
func (*Product) UnmarshalJSON ¶ added in v1.0.5
func (*Product) UnsetExternalId ¶ added in v1.0.8
func (o *Product) UnsetExternalId()
UnsetExternalId ensures that no value is present for ExternalId, not even an explicit nil
func (*Product) UnsetSlmUiConfig ¶ added in v1.0.8
func (o *Product) UnsetSlmUiConfig()
UnsetSlmUiConfig ensures that no value is present for SlmUiConfig, not even an explicit nil
type ProductAllOf ¶
type ProductAllOf struct { Id *string `json:"id,omitempty"` AdditionalProperties map[string]interface{} }
ProductAllOf struct for ProductAllOf
func NewProductAllOf ¶
func NewProductAllOf() *ProductAllOf
NewProductAllOf instantiates a new ProductAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProductAllOfWithDefaults ¶
func NewProductAllOfWithDefaults() *ProductAllOf
NewProductAllOfWithDefaults instantiates a new ProductAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProductAllOf) GetId ¶
func (o *ProductAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ProductAllOf) GetIdOk ¶
func (o *ProductAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductAllOf) HasId ¶
func (o *ProductAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (ProductAllOf) MarshalJSON ¶
func (o ProductAllOf) MarshalJSON() ([]byte, error)
func (*ProductAllOf) SetId ¶
func (o *ProductAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ProductAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *ProductAllOf) UnmarshalJSON(bytes []byte) (err error)
type ProductCreate ¶
type ProductCreate struct { Name string `json:"name"` Label string `json:"label"` Version int32 `json:"version"` Description string `json:"description"` Image string `json:"image"` MultipleInstanceAllowed *bool `json:"multipleInstanceAllowed,omitempty"` Price *string `json:"price,omitempty"` DisplayOrder *int32 `json:"displayOrder,omitempty"` Active *bool `json:"active,omitempty"` OrderLimit *int32 `json:"orderLimit,omitempty"` Options []ServiceElement `json:"options"` Properties []ServiceElement `json:"properties,omitempty"` Configuration map[string]string `json:"configuration"` IsResource bool `json:"isResource"` HasChildren bool `json:"hasChildren"` ParentId *string `json:"parentId,omitempty"` ServiceExtensions *[]NSOConfigDataXPath `json:"serviceExtensions,omitempty"` ServiceConfigQueryRootXPaths *[]string `json:"serviceConfigQueryRootXPaths,omitempty"` UiConfig *ServiceUIConfig `json:"uiConfig,omitempty"` SlmUiConfig NullableServiceSLMUIConfig `json:"slmUiConfig,omitempty"` ExternalId NullableString `json:"externalId,omitempty"` Tags []string `json:"tags,omitempty"` AdditionalProperties map[string]interface{} }
ProductCreate struct for ProductCreate
func NewProductCreate ¶
func NewProductCreate(name string, label string, version int32, description string, image string, options []ServiceElement, configuration map[string]string, isResource bool, hasChildren bool) *ProductCreate
NewProductCreate instantiates a new ProductCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProductCreateWithDefaults ¶
func NewProductCreateWithDefaults() *ProductCreate
NewProductCreateWithDefaults instantiates a new ProductCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProductCreate) GetActive ¶
func (o *ProductCreate) GetActive() bool
GetActive returns the Active field value if set, zero value otherwise.
func (*ProductCreate) GetActiveOk ¶
func (o *ProductCreate) GetActiveOk() (*bool, bool)
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 (*ProductCreate) GetConfiguration ¶
func (o *ProductCreate) GetConfiguration() map[string]string
GetConfiguration returns the Configuration field value
func (*ProductCreate) GetConfigurationOk ¶
func (o *ProductCreate) GetConfigurationOk() (*map[string]string, bool)
GetConfigurationOk returns a tuple with the Configuration field value and a boolean to check if the value has been set.
func (*ProductCreate) GetDescription ¶
func (o *ProductCreate) GetDescription() string
GetDescription returns the Description field value
func (*ProductCreate) GetDescriptionOk ¶
func (o *ProductCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*ProductCreate) GetDisplayOrder ¶
func (o *ProductCreate) GetDisplayOrder() int32
GetDisplayOrder returns the DisplayOrder field value if set, zero value otherwise.
func (*ProductCreate) GetDisplayOrderOk ¶
func (o *ProductCreate) GetDisplayOrderOk() (*int32, bool)
GetDisplayOrderOk returns a tuple with the DisplayOrder field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreate) GetExternalId ¶ added in v1.0.8
func (o *ProductCreate) GetExternalId() string
GetExternalId returns the ExternalId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProductCreate) GetExternalIdOk ¶ added in v1.0.8
func (o *ProductCreate) GetExternalIdOk() (*string, bool)
GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProductCreate) GetHasChildren ¶
func (o *ProductCreate) GetHasChildren() bool
GetHasChildren returns the HasChildren field value
func (*ProductCreate) GetHasChildrenOk ¶
func (o *ProductCreate) GetHasChildrenOk() (*bool, bool)
GetHasChildrenOk returns a tuple with the HasChildren field value and a boolean to check if the value has been set.
func (*ProductCreate) GetImage ¶
func (o *ProductCreate) GetImage() string
GetImage returns the Image field value
func (*ProductCreate) GetImageOk ¶
func (o *ProductCreate) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*ProductCreate) GetIsResource ¶
func (o *ProductCreate) GetIsResource() bool
GetIsResource returns the IsResource field value
func (*ProductCreate) GetIsResourceOk ¶
func (o *ProductCreate) GetIsResourceOk() (*bool, bool)
GetIsResourceOk returns a tuple with the IsResource field value and a boolean to check if the value has been set.
func (*ProductCreate) GetLabel ¶
func (o *ProductCreate) GetLabel() string
GetLabel returns the Label field value
func (*ProductCreate) GetLabelOk ¶
func (o *ProductCreate) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*ProductCreate) GetMultipleInstanceAllowed ¶
func (o *ProductCreate) GetMultipleInstanceAllowed() bool
GetMultipleInstanceAllowed returns the MultipleInstanceAllowed field value if set, zero value otherwise.
func (*ProductCreate) GetMultipleInstanceAllowedOk ¶
func (o *ProductCreate) GetMultipleInstanceAllowedOk() (*bool, bool)
GetMultipleInstanceAllowedOk returns a tuple with the MultipleInstanceAllowed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreate) GetName ¶
func (o *ProductCreate) GetName() string
GetName returns the Name field value
func (*ProductCreate) GetNameOk ¶
func (o *ProductCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ProductCreate) GetOptions ¶
func (o *ProductCreate) GetOptions() []ServiceElement
GetOptions returns the Options field value
func (*ProductCreate) GetOptionsOk ¶
func (o *ProductCreate) GetOptionsOk() (*[]ServiceElement, bool)
GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.
func (*ProductCreate) GetOrderLimit ¶
func (o *ProductCreate) GetOrderLimit() int32
GetOrderLimit returns the OrderLimit field value if set, zero value otherwise.
func (*ProductCreate) GetOrderLimitOk ¶
func (o *ProductCreate) GetOrderLimitOk() (*int32, bool)
GetOrderLimitOk returns a tuple with the OrderLimit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreate) GetParentId ¶
func (o *ProductCreate) GetParentId() string
GetParentId returns the ParentId field value if set, zero value otherwise.
func (*ProductCreate) GetParentIdOk ¶
func (o *ProductCreate) GetParentIdOk() (*string, bool)
GetParentIdOk returns a tuple with the ParentId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreate) GetPrice ¶
func (o *ProductCreate) GetPrice() string
GetPrice returns the Price field value if set, zero value otherwise.
func (*ProductCreate) GetPriceOk ¶
func (o *ProductCreate) GetPriceOk() (*string, bool)
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreate) GetProperties ¶
func (o *ProductCreate) GetProperties() []ServiceElement
GetProperties returns the Properties field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProductCreate) GetPropertiesOk ¶
func (o *ProductCreate) GetPropertiesOk() (*[]ServiceElement, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProductCreate) GetServiceConfigQueryRootXPaths ¶
func (o *ProductCreate) GetServiceConfigQueryRootXPaths() []string
GetServiceConfigQueryRootXPaths returns the ServiceConfigQueryRootXPaths field value if set, zero value otherwise.
func (*ProductCreate) GetServiceConfigQueryRootXPathsOk ¶
func (o *ProductCreate) GetServiceConfigQueryRootXPathsOk() (*[]string, bool)
GetServiceConfigQueryRootXPathsOk returns a tuple with the ServiceConfigQueryRootXPaths field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreate) GetServiceExtensions ¶
func (o *ProductCreate) GetServiceExtensions() []NSOConfigDataXPath
GetServiceExtensions returns the ServiceExtensions field value if set, zero value otherwise.
func (*ProductCreate) GetServiceExtensionsOk ¶
func (o *ProductCreate) GetServiceExtensionsOk() (*[]NSOConfigDataXPath, bool)
GetServiceExtensionsOk returns a tuple with the ServiceExtensions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreate) GetSlmUiConfig ¶ added in v1.0.8
func (o *ProductCreate) GetSlmUiConfig() ServiceSLMUIConfig
GetSlmUiConfig returns the SlmUiConfig field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProductCreate) GetSlmUiConfigOk ¶ added in v1.0.8
func (o *ProductCreate) GetSlmUiConfigOk() (*ServiceSLMUIConfig, bool)
GetSlmUiConfigOk returns a tuple with the SlmUiConfig field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProductCreate) GetTags ¶ added in v1.0.5
func (o *ProductCreate) GetTags() []string
GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProductCreate) GetTagsOk ¶ added in v1.0.5
func (o *ProductCreate) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProductCreate) GetUiConfig ¶
func (o *ProductCreate) GetUiConfig() ServiceUIConfig
GetUiConfig returns the UiConfig field value if set, zero value otherwise.
func (*ProductCreate) GetUiConfigOk ¶
func (o *ProductCreate) GetUiConfigOk() (*ServiceUIConfig, bool)
GetUiConfigOk returns a tuple with the UiConfig field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreate) GetVersion ¶
func (o *ProductCreate) GetVersion() int32
GetVersion returns the Version field value
func (*ProductCreate) GetVersionOk ¶
func (o *ProductCreate) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*ProductCreate) HasActive ¶
func (o *ProductCreate) HasActive() bool
HasActive returns a boolean if a field has been set.
func (*ProductCreate) HasDisplayOrder ¶
func (o *ProductCreate) HasDisplayOrder() bool
HasDisplayOrder returns a boolean if a field has been set.
func (*ProductCreate) HasExternalId ¶ added in v1.0.8
func (o *ProductCreate) HasExternalId() bool
HasExternalId returns a boolean if a field has been set.
func (*ProductCreate) HasMultipleInstanceAllowed ¶
func (o *ProductCreate) HasMultipleInstanceAllowed() bool
HasMultipleInstanceAllowed returns a boolean if a field has been set.
func (*ProductCreate) HasOrderLimit ¶
func (o *ProductCreate) HasOrderLimit() bool
HasOrderLimit returns a boolean if a field has been set.
func (*ProductCreate) HasParentId ¶
func (o *ProductCreate) HasParentId() bool
HasParentId returns a boolean if a field has been set.
func (*ProductCreate) HasPrice ¶ added in v1.0.5
func (o *ProductCreate) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (*ProductCreate) HasProperties ¶ added in v1.0.5
func (o *ProductCreate) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (*ProductCreate) HasServiceConfigQueryRootXPaths ¶
func (o *ProductCreate) HasServiceConfigQueryRootXPaths() bool
HasServiceConfigQueryRootXPaths returns a boolean if a field has been set.
func (*ProductCreate) HasServiceExtensions ¶
func (o *ProductCreate) HasServiceExtensions() bool
HasServiceExtensions returns a boolean if a field has been set.
func (*ProductCreate) HasSlmUiConfig ¶ added in v1.0.8
func (o *ProductCreate) HasSlmUiConfig() bool
HasSlmUiConfig returns a boolean if a field has been set.
func (*ProductCreate) HasTags ¶ added in v1.0.5
func (o *ProductCreate) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*ProductCreate) HasUiConfig ¶
func (o *ProductCreate) HasUiConfig() bool
HasUiConfig returns a boolean if a field has been set.
func (ProductCreate) MarshalJSON ¶
func (o ProductCreate) MarshalJSON() ([]byte, error)
func (*ProductCreate) SetActive ¶
func (o *ProductCreate) SetActive(v bool)
SetActive gets a reference to the given bool and assigns it to the Active field.
func (*ProductCreate) SetConfiguration ¶
func (o *ProductCreate) SetConfiguration(v map[string]string)
SetConfiguration sets field value
func (*ProductCreate) SetDescription ¶
func (o *ProductCreate) SetDescription(v string)
SetDescription sets field value
func (*ProductCreate) SetDisplayOrder ¶
func (o *ProductCreate) SetDisplayOrder(v int32)
SetDisplayOrder gets a reference to the given int32 and assigns it to the DisplayOrder field.
func (*ProductCreate) SetExternalId ¶ added in v1.0.8
func (o *ProductCreate) SetExternalId(v string)
SetExternalId gets a reference to the given NullableString and assigns it to the ExternalId field.
func (*ProductCreate) SetExternalIdNil ¶ added in v1.0.8
func (o *ProductCreate) SetExternalIdNil()
SetExternalIdNil sets the value for ExternalId to be an explicit nil
func (*ProductCreate) SetHasChildren ¶
func (o *ProductCreate) SetHasChildren(v bool)
SetHasChildren sets field value
func (*ProductCreate) SetImage ¶
func (o *ProductCreate) SetImage(v string)
SetImage sets field value
func (*ProductCreate) SetIsResource ¶
func (o *ProductCreate) SetIsResource(v bool)
SetIsResource sets field value
func (*ProductCreate) SetLabel ¶
func (o *ProductCreate) SetLabel(v string)
SetLabel sets field value
func (*ProductCreate) SetMultipleInstanceAllowed ¶
func (o *ProductCreate) SetMultipleInstanceAllowed(v bool)
SetMultipleInstanceAllowed gets a reference to the given bool and assigns it to the MultipleInstanceAllowed field.
func (*ProductCreate) SetOptions ¶
func (o *ProductCreate) SetOptions(v []ServiceElement)
SetOptions sets field value
func (*ProductCreate) SetOrderLimit ¶
func (o *ProductCreate) SetOrderLimit(v int32)
SetOrderLimit gets a reference to the given int32 and assigns it to the OrderLimit field.
func (*ProductCreate) SetParentId ¶
func (o *ProductCreate) SetParentId(v string)
SetParentId gets a reference to the given string and assigns it to the ParentId field.
func (*ProductCreate) SetPrice ¶
func (o *ProductCreate) SetPrice(v string)
SetPrice gets a reference to the given string and assigns it to the Price field.
func (*ProductCreate) SetProperties ¶
func (o *ProductCreate) SetProperties(v []ServiceElement)
SetProperties gets a reference to the given []ServiceElement and assigns it to the Properties field.
func (*ProductCreate) SetServiceConfigQueryRootXPaths ¶
func (o *ProductCreate) SetServiceConfigQueryRootXPaths(v []string)
SetServiceConfigQueryRootXPaths gets a reference to the given []string and assigns it to the ServiceConfigQueryRootXPaths field.
func (*ProductCreate) SetServiceExtensions ¶
func (o *ProductCreate) SetServiceExtensions(v []NSOConfigDataXPath)
SetServiceExtensions gets a reference to the given []NSOConfigDataXPath and assigns it to the ServiceExtensions field.
func (*ProductCreate) SetSlmUiConfig ¶ added in v1.0.8
func (o *ProductCreate) SetSlmUiConfig(v ServiceSLMUIConfig)
SetSlmUiConfig gets a reference to the given NullableServiceSLMUIConfig and assigns it to the SlmUiConfig field.
func (*ProductCreate) SetSlmUiConfigNil ¶ added in v1.0.8
func (o *ProductCreate) SetSlmUiConfigNil()
SetSlmUiConfigNil sets the value for SlmUiConfig to be an explicit nil
func (*ProductCreate) SetTags ¶ added in v1.0.5
func (o *ProductCreate) SetTags(v []string)
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*ProductCreate) SetUiConfig ¶
func (o *ProductCreate) SetUiConfig(v ServiceUIConfig)
SetUiConfig gets a reference to the given ServiceUIConfig and assigns it to the UiConfig field.
func (*ProductCreate) SetVersion ¶
func (o *ProductCreate) SetVersion(v int32)
SetVersion sets field value
func (*ProductCreate) UnmarshalJSON ¶ added in v1.0.5
func (o *ProductCreate) UnmarshalJSON(bytes []byte) (err error)
func (*ProductCreate) UnsetExternalId ¶ added in v1.0.8
func (o *ProductCreate) UnsetExternalId()
UnsetExternalId ensures that no value is present for ExternalId, not even an explicit nil
func (*ProductCreate) UnsetSlmUiConfig ¶ added in v1.0.8
func (o *ProductCreate) UnsetSlmUiConfig()
UnsetSlmUiConfig ensures that no value is present for SlmUiConfig, not even an explicit nil
type ProductUpdate ¶
type ProductUpdate struct { Name string `json:"name"` Label string `json:"label"` Version int32 `json:"version"` Description string `json:"description"` Image string `json:"image"` MultipleInstanceAllowed *bool `json:"multipleInstanceAllowed,omitempty"` Price *string `json:"price,omitempty"` DisplayOrder *int32 `json:"displayOrder,omitempty"` Active *bool `json:"active,omitempty"` OrderLimit *int32 `json:"orderLimit,omitempty"` Options []ServiceElement `json:"options"` Properties []ServiceElement `json:"properties,omitempty"` Configuration map[string]string `json:"configuration"` IsResource bool `json:"isResource"` HasChildren bool `json:"hasChildren"` ParentId *string `json:"parentId,omitempty"` ServiceExtensions *[]NSOConfigDataXPath `json:"serviceExtensions,omitempty"` ServiceConfigQueryRootXPaths *[]string `json:"serviceConfigQueryRootXPaths,omitempty"` UiConfig *ServiceUIConfig `json:"uiConfig,omitempty"` SlmUiConfig NullableServiceSLMUIConfig `json:"slmUiConfig,omitempty"` ExternalId NullableString `json:"externalId,omitempty"` Tags []string `json:"tags,omitempty"` AdditionalProperties map[string]interface{} }
ProductUpdate struct for ProductUpdate
func NewProductUpdate ¶
func NewProductUpdate(name string, label string, version int32, description string, image string, options []ServiceElement, configuration map[string]string, isResource bool, hasChildren bool) *ProductUpdate
NewProductUpdate instantiates a new ProductUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProductUpdateWithDefaults ¶
func NewProductUpdateWithDefaults() *ProductUpdate
NewProductUpdateWithDefaults instantiates a new ProductUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProductUpdate) GetActive ¶
func (o *ProductUpdate) GetActive() bool
GetActive returns the Active field value if set, zero value otherwise.
func (*ProductUpdate) GetActiveOk ¶
func (o *ProductUpdate) GetActiveOk() (*bool, bool)
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 (*ProductUpdate) GetConfiguration ¶
func (o *ProductUpdate) GetConfiguration() map[string]string
GetConfiguration returns the Configuration field value
func (*ProductUpdate) GetConfigurationOk ¶
func (o *ProductUpdate) GetConfigurationOk() (*map[string]string, bool)
GetConfigurationOk returns a tuple with the Configuration field value and a boolean to check if the value has been set.
func (*ProductUpdate) GetDescription ¶
func (o *ProductUpdate) GetDescription() string
GetDescription returns the Description field value
func (*ProductUpdate) GetDescriptionOk ¶
func (o *ProductUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*ProductUpdate) GetDisplayOrder ¶
func (o *ProductUpdate) GetDisplayOrder() int32
GetDisplayOrder returns the DisplayOrder field value if set, zero value otherwise.
func (*ProductUpdate) GetDisplayOrderOk ¶
func (o *ProductUpdate) GetDisplayOrderOk() (*int32, bool)
GetDisplayOrderOk returns a tuple with the DisplayOrder field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdate) GetExternalId ¶ added in v1.0.8
func (o *ProductUpdate) GetExternalId() string
GetExternalId returns the ExternalId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProductUpdate) GetExternalIdOk ¶ added in v1.0.8
func (o *ProductUpdate) GetExternalIdOk() (*string, bool)
GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProductUpdate) GetHasChildren ¶
func (o *ProductUpdate) GetHasChildren() bool
GetHasChildren returns the HasChildren field value
func (*ProductUpdate) GetHasChildrenOk ¶
func (o *ProductUpdate) GetHasChildrenOk() (*bool, bool)
GetHasChildrenOk returns a tuple with the HasChildren field value and a boolean to check if the value has been set.
func (*ProductUpdate) GetImage ¶
func (o *ProductUpdate) GetImage() string
GetImage returns the Image field value
func (*ProductUpdate) GetImageOk ¶
func (o *ProductUpdate) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*ProductUpdate) GetIsResource ¶
func (o *ProductUpdate) GetIsResource() bool
GetIsResource returns the IsResource field value
func (*ProductUpdate) GetIsResourceOk ¶
func (o *ProductUpdate) GetIsResourceOk() (*bool, bool)
GetIsResourceOk returns a tuple with the IsResource field value and a boolean to check if the value has been set.
func (*ProductUpdate) GetLabel ¶
func (o *ProductUpdate) GetLabel() string
GetLabel returns the Label field value
func (*ProductUpdate) GetLabelOk ¶
func (o *ProductUpdate) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*ProductUpdate) GetMultipleInstanceAllowed ¶
func (o *ProductUpdate) GetMultipleInstanceAllowed() bool
GetMultipleInstanceAllowed returns the MultipleInstanceAllowed field value if set, zero value otherwise.
func (*ProductUpdate) GetMultipleInstanceAllowedOk ¶
func (o *ProductUpdate) GetMultipleInstanceAllowedOk() (*bool, bool)
GetMultipleInstanceAllowedOk returns a tuple with the MultipleInstanceAllowed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdate) GetName ¶
func (o *ProductUpdate) GetName() string
GetName returns the Name field value
func (*ProductUpdate) GetNameOk ¶
func (o *ProductUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ProductUpdate) GetOptions ¶
func (o *ProductUpdate) GetOptions() []ServiceElement
GetOptions returns the Options field value
func (*ProductUpdate) GetOptionsOk ¶
func (o *ProductUpdate) GetOptionsOk() (*[]ServiceElement, bool)
GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.
func (*ProductUpdate) GetOrderLimit ¶
func (o *ProductUpdate) GetOrderLimit() int32
GetOrderLimit returns the OrderLimit field value if set, zero value otherwise.
func (*ProductUpdate) GetOrderLimitOk ¶
func (o *ProductUpdate) GetOrderLimitOk() (*int32, bool)
GetOrderLimitOk returns a tuple with the OrderLimit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdate) GetParentId ¶
func (o *ProductUpdate) GetParentId() string
GetParentId returns the ParentId field value if set, zero value otherwise.
func (*ProductUpdate) GetParentIdOk ¶
func (o *ProductUpdate) GetParentIdOk() (*string, bool)
GetParentIdOk returns a tuple with the ParentId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdate) GetPrice ¶
func (o *ProductUpdate) GetPrice() string
GetPrice returns the Price field value if set, zero value otherwise.
func (*ProductUpdate) GetPriceOk ¶
func (o *ProductUpdate) GetPriceOk() (*string, bool)
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdate) GetProperties ¶
func (o *ProductUpdate) GetProperties() []ServiceElement
GetProperties returns the Properties field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProductUpdate) GetPropertiesOk ¶
func (o *ProductUpdate) GetPropertiesOk() (*[]ServiceElement, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProductUpdate) GetServiceConfigQueryRootXPaths ¶
func (o *ProductUpdate) GetServiceConfigQueryRootXPaths() []string
GetServiceConfigQueryRootXPaths returns the ServiceConfigQueryRootXPaths field value if set, zero value otherwise.
func (*ProductUpdate) GetServiceConfigQueryRootXPathsOk ¶
func (o *ProductUpdate) GetServiceConfigQueryRootXPathsOk() (*[]string, bool)
GetServiceConfigQueryRootXPathsOk returns a tuple with the ServiceConfigQueryRootXPaths field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdate) GetServiceExtensions ¶
func (o *ProductUpdate) GetServiceExtensions() []NSOConfigDataXPath
GetServiceExtensions returns the ServiceExtensions field value if set, zero value otherwise.
func (*ProductUpdate) GetServiceExtensionsOk ¶
func (o *ProductUpdate) GetServiceExtensionsOk() (*[]NSOConfigDataXPath, bool)
GetServiceExtensionsOk returns a tuple with the ServiceExtensions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdate) GetSlmUiConfig ¶ added in v1.0.8
func (o *ProductUpdate) GetSlmUiConfig() ServiceSLMUIConfig
GetSlmUiConfig returns the SlmUiConfig field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProductUpdate) GetSlmUiConfigOk ¶ added in v1.0.8
func (o *ProductUpdate) GetSlmUiConfigOk() (*ServiceSLMUIConfig, bool)
GetSlmUiConfigOk returns a tuple with the SlmUiConfig field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProductUpdate) GetTags ¶ added in v1.0.5
func (o *ProductUpdate) GetTags() []string
GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProductUpdate) GetTagsOk ¶ added in v1.0.5
func (o *ProductUpdate) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProductUpdate) GetUiConfig ¶
func (o *ProductUpdate) GetUiConfig() ServiceUIConfig
GetUiConfig returns the UiConfig field value if set, zero value otherwise.
func (*ProductUpdate) GetUiConfigOk ¶
func (o *ProductUpdate) GetUiConfigOk() (*ServiceUIConfig, bool)
GetUiConfigOk returns a tuple with the UiConfig field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdate) GetVersion ¶
func (o *ProductUpdate) GetVersion() int32
GetVersion returns the Version field value
func (*ProductUpdate) GetVersionOk ¶
func (o *ProductUpdate) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*ProductUpdate) HasActive ¶
func (o *ProductUpdate) HasActive() bool
HasActive returns a boolean if a field has been set.
func (*ProductUpdate) HasDisplayOrder ¶
func (o *ProductUpdate) HasDisplayOrder() bool
HasDisplayOrder returns a boolean if a field has been set.
func (*ProductUpdate) HasExternalId ¶ added in v1.0.8
func (o *ProductUpdate) HasExternalId() bool
HasExternalId returns a boolean if a field has been set.
func (*ProductUpdate) HasMultipleInstanceAllowed ¶
func (o *ProductUpdate) HasMultipleInstanceAllowed() bool
HasMultipleInstanceAllowed returns a boolean if a field has been set.
func (*ProductUpdate) HasOrderLimit ¶
func (o *ProductUpdate) HasOrderLimit() bool
HasOrderLimit returns a boolean if a field has been set.
func (*ProductUpdate) HasParentId ¶
func (o *ProductUpdate) HasParentId() bool
HasParentId returns a boolean if a field has been set.
func (*ProductUpdate) HasPrice ¶ added in v1.0.5
func (o *ProductUpdate) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (*ProductUpdate) HasProperties ¶ added in v1.0.5
func (o *ProductUpdate) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (*ProductUpdate) HasServiceConfigQueryRootXPaths ¶
func (o *ProductUpdate) HasServiceConfigQueryRootXPaths() bool
HasServiceConfigQueryRootXPaths returns a boolean if a field has been set.
func (*ProductUpdate) HasServiceExtensions ¶
func (o *ProductUpdate) HasServiceExtensions() bool
HasServiceExtensions returns a boolean if a field has been set.
func (*ProductUpdate) HasSlmUiConfig ¶ added in v1.0.8
func (o *ProductUpdate) HasSlmUiConfig() bool
HasSlmUiConfig returns a boolean if a field has been set.
func (*ProductUpdate) HasTags ¶ added in v1.0.5
func (o *ProductUpdate) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*ProductUpdate) HasUiConfig ¶
func (o *ProductUpdate) HasUiConfig() bool
HasUiConfig returns a boolean if a field has been set.
func (ProductUpdate) MarshalJSON ¶
func (o ProductUpdate) MarshalJSON() ([]byte, error)
func (*ProductUpdate) SetActive ¶
func (o *ProductUpdate) SetActive(v bool)
SetActive gets a reference to the given bool and assigns it to the Active field.
func (*ProductUpdate) SetConfiguration ¶
func (o *ProductUpdate) SetConfiguration(v map[string]string)
SetConfiguration sets field value
func (*ProductUpdate) SetDescription ¶
func (o *ProductUpdate) SetDescription(v string)
SetDescription sets field value
func (*ProductUpdate) SetDisplayOrder ¶
func (o *ProductUpdate) SetDisplayOrder(v int32)
SetDisplayOrder gets a reference to the given int32 and assigns it to the DisplayOrder field.
func (*ProductUpdate) SetExternalId ¶ added in v1.0.8
func (o *ProductUpdate) SetExternalId(v string)
SetExternalId gets a reference to the given NullableString and assigns it to the ExternalId field.
func (*ProductUpdate) SetExternalIdNil ¶ added in v1.0.8
func (o *ProductUpdate) SetExternalIdNil()
SetExternalIdNil sets the value for ExternalId to be an explicit nil
func (*ProductUpdate) SetHasChildren ¶
func (o *ProductUpdate) SetHasChildren(v bool)
SetHasChildren sets field value
func (*ProductUpdate) SetImage ¶
func (o *ProductUpdate) SetImage(v string)
SetImage sets field value
func (*ProductUpdate) SetIsResource ¶
func (o *ProductUpdate) SetIsResource(v bool)
SetIsResource sets field value
func (*ProductUpdate) SetLabel ¶
func (o *ProductUpdate) SetLabel(v string)
SetLabel sets field value
func (*ProductUpdate) SetMultipleInstanceAllowed ¶
func (o *ProductUpdate) SetMultipleInstanceAllowed(v bool)
SetMultipleInstanceAllowed gets a reference to the given bool and assigns it to the MultipleInstanceAllowed field.
func (*ProductUpdate) SetOptions ¶
func (o *ProductUpdate) SetOptions(v []ServiceElement)
SetOptions sets field value
func (*ProductUpdate) SetOrderLimit ¶
func (o *ProductUpdate) SetOrderLimit(v int32)
SetOrderLimit gets a reference to the given int32 and assigns it to the OrderLimit field.
func (*ProductUpdate) SetParentId ¶
func (o *ProductUpdate) SetParentId(v string)
SetParentId gets a reference to the given string and assigns it to the ParentId field.
func (*ProductUpdate) SetPrice ¶
func (o *ProductUpdate) SetPrice(v string)
SetPrice gets a reference to the given string and assigns it to the Price field.
func (*ProductUpdate) SetProperties ¶
func (o *ProductUpdate) SetProperties(v []ServiceElement)
SetProperties gets a reference to the given []ServiceElement and assigns it to the Properties field.
func (*ProductUpdate) SetServiceConfigQueryRootXPaths ¶
func (o *ProductUpdate) SetServiceConfigQueryRootXPaths(v []string)
SetServiceConfigQueryRootXPaths gets a reference to the given []string and assigns it to the ServiceConfigQueryRootXPaths field.
func (*ProductUpdate) SetServiceExtensions ¶
func (o *ProductUpdate) SetServiceExtensions(v []NSOConfigDataXPath)
SetServiceExtensions gets a reference to the given []NSOConfigDataXPath and assigns it to the ServiceExtensions field.
func (*ProductUpdate) SetSlmUiConfig ¶ added in v1.0.8
func (o *ProductUpdate) SetSlmUiConfig(v ServiceSLMUIConfig)
SetSlmUiConfig gets a reference to the given NullableServiceSLMUIConfig and assigns it to the SlmUiConfig field.
func (*ProductUpdate) SetSlmUiConfigNil ¶ added in v1.0.8
func (o *ProductUpdate) SetSlmUiConfigNil()
SetSlmUiConfigNil sets the value for SlmUiConfig to be an explicit nil
func (*ProductUpdate) SetTags ¶ added in v1.0.5
func (o *ProductUpdate) SetTags(v []string)
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*ProductUpdate) SetUiConfig ¶
func (o *ProductUpdate) SetUiConfig(v ServiceUIConfig)
SetUiConfig gets a reference to the given ServiceUIConfig and assigns it to the UiConfig field.
func (*ProductUpdate) SetVersion ¶
func (o *ProductUpdate) SetVersion(v int32)
SetVersion sets field value
func (*ProductUpdate) UnmarshalJSON ¶ added in v1.0.5
func (o *ProductUpdate) UnmarshalJSON(bytes []byte) (err error)
func (*ProductUpdate) UnsetExternalId ¶ added in v1.0.8
func (o *ProductUpdate) UnsetExternalId()
UnsetExternalId ensures that no value is present for ExternalId, not even an explicit nil
func (*ProductUpdate) UnsetSlmUiConfig ¶ added in v1.0.8
func (o *ProductUpdate) UnsetSlmUiConfig()
UnsetSlmUiConfig ensures that no value is present for SlmUiConfig, not even an explicit nil
type ProductsApiService ¶
type ProductsApiService service
ProductsApiService ProductsApi service
func (*ProductsApiService) CreateProduct ¶
func (a *ProductsApiService) CreateProduct(ctx _context.Context) ApiCreateProductRequest
* CreateProduct Creates a product. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateProductRequest
func (*ProductsApiService) CreateProductExecute ¶
func (a *ProductsApiService) CreateProductExecute(r ApiCreateProductRequest) (Product, *_nethttp.Response, error)
* Execute executes the request * @return Product
func (*ProductsApiService) DeleteProduct ¶
func (a *ProductsApiService) DeleteProduct(ctx _context.Context, id string) ApiDeleteProductRequest
* DeleteProduct Deletes a product. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiDeleteProductRequest
func (*ProductsApiService) DeleteProductExecute ¶
func (a *ProductsApiService) DeleteProductExecute(r ApiDeleteProductRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*ProductsApiService) GetProduct ¶
func (a *ProductsApiService) GetProduct(ctx _context.Context, id string) ApiGetProductRequest
* GetProduct Returns a product. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetProductRequest
func (*ProductsApiService) GetProductAssignmentsList ¶
func (a *ProductsApiService) GetProductAssignmentsList(ctx _context.Context, id string) ApiGetProductAssignmentsListRequest
* GetProductAssignmentsList Returns a list of tenant assignments for a product . * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetProductAssignmentsListRequest
func (*ProductsApiService) GetProductAssignmentsListExecute ¶
func (a *ProductsApiService) GetProductAssignmentsListExecute(r ApiGetProductAssignmentsListRequest) ([]CatalogAssignment, *_nethttp.Response, error)
* Execute executes the request * @return []CatalogAssignment
func (*ProductsApiService) GetProductExecute ¶
func (a *ProductsApiService) GetProductExecute(r ApiGetProductRequest) (Product, *_nethttp.Response, error)
* Execute executes the request * @return Product
func (*ProductsApiService) GetProductsCount ¶
func (a *ProductsApiService) GetProductsCount(ctx _context.Context) ApiGetProductsCountRequest
* GetProductsCount Returns the number of products. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetProductsCountRequest
func (*ProductsApiService) GetProductsCountExecute ¶
func (a *ProductsApiService) GetProductsCountExecute(r ApiGetProductsCountRequest) (int64, *_nethttp.Response, error)
* Execute executes the request * @return int64
func (*ProductsApiService) GetProductsPage ¶
func (a *ProductsApiService) GetProductsPage(ctx _context.Context) ApiGetProductsPageRequest
* GetProductsPage Returns a page of products. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetProductsPageRequest
func (*ProductsApiService) GetProductsPageExecute ¶
func (a *ProductsApiService) GetProductsPageExecute(r ApiGetProductsPageRequest) (ProductsPage, *_nethttp.Response, error)
* Execute executes the request * @return ProductsPage
func (*ProductsApiService) UpdateProduct ¶
func (a *ProductsApiService) UpdateProduct(ctx _context.Context, id string) ApiUpdateProductRequest
* UpdateProduct Updates a product. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiUpdateProductRequest
func (*ProductsApiService) UpdateProductAssignments ¶
func (a *ProductsApiService) UpdateProductAssignments(ctx _context.Context, id string) ApiUpdateProductAssignmentsRequest
* UpdateProductAssignments Updates the tenant assignments for a product. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiUpdateProductAssignmentsRequest
func (*ProductsApiService) UpdateProductAssignmentsExecute ¶
func (a *ProductsApiService) UpdateProductAssignmentsExecute(r ApiUpdateProductAssignmentsRequest) ([]CatalogAssignment, *_nethttp.Response, error)
* Execute executes the request * @return []CatalogAssignment
func (*ProductsApiService) UpdateProductExecute ¶
func (a *ProductsApiService) UpdateProductExecute(r ApiUpdateProductRequest) (Product, *_nethttp.Response, error)
* Execute executes the request * @return Product
type ProductsPage ¶
type ProductsPage struct { Page *int32 `json:"page,omitempty"` PageSize *int32 `json:"pageSize,omitempty"` TotalItems NullableInt64 `json:"totalItems,omitempty"` HasNext NullableBool `json:"hasNext,omitempty"` HasPrevious NullableBool `json:"hasPrevious,omitempty"` SortBy NullableString `json:"sortBy,omitempty"` SortOrder NullableString `json:"sortOrder,omitempty"` Contents *[]Product `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
ProductsPage struct for ProductsPage
func NewProductsPage ¶
func NewProductsPage() *ProductsPage
NewProductsPage instantiates a new ProductsPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProductsPageWithDefaults ¶
func NewProductsPageWithDefaults() *ProductsPage
NewProductsPageWithDefaults instantiates a new ProductsPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProductsPage) GetContents ¶
func (o *ProductsPage) GetContents() []Product
GetContents returns the Contents field value if set, zero value otherwise.
func (*ProductsPage) GetContentsOk ¶
func (o *ProductsPage) GetContentsOk() (*[]Product, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductsPage) GetHasNext ¶
func (o *ProductsPage) GetHasNext() bool
GetHasNext returns the HasNext field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProductsPage) GetHasNextOk ¶
func (o *ProductsPage) GetHasNextOk() (*bool, bool)
GetHasNextOk returns a tuple with the HasNext field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProductsPage) GetHasPrevious ¶
func (o *ProductsPage) GetHasPrevious() bool
GetHasPrevious returns the HasPrevious field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProductsPage) GetHasPreviousOk ¶
func (o *ProductsPage) GetHasPreviousOk() (*bool, bool)
GetHasPreviousOk returns a tuple with the HasPrevious field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProductsPage) GetPage ¶
func (o *ProductsPage) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise.
func (*ProductsPage) GetPageOk ¶
func (o *ProductsPage) 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 (*ProductsPage) GetPageSize ¶
func (o *ProductsPage) GetPageSize() int32
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*ProductsPage) GetPageSizeOk ¶
func (o *ProductsPage) 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 (*ProductsPage) GetSortBy ¶
func (o *ProductsPage) GetSortBy() string
GetSortBy returns the SortBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProductsPage) GetSortByOk ¶
func (o *ProductsPage) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProductsPage) GetSortOrder ¶
func (o *ProductsPage) GetSortOrder() string
GetSortOrder returns the SortOrder field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProductsPage) GetSortOrderOk ¶
func (o *ProductsPage) GetSortOrderOk() (*string, bool)
GetSortOrderOk returns a tuple with the SortOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProductsPage) GetTotalItems ¶
func (o *ProductsPage) GetTotalItems() int64
GetTotalItems returns the TotalItems field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProductsPage) GetTotalItemsOk ¶
func (o *ProductsPage) GetTotalItemsOk() (*int64, bool)
GetTotalItemsOk returns a tuple with the TotalItems field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProductsPage) HasContents ¶
func (o *ProductsPage) HasContents() bool
HasContents returns a boolean if a field has been set.
func (*ProductsPage) HasHasNext ¶
func (o *ProductsPage) HasHasNext() bool
HasHasNext returns a boolean if a field has been set.
func (*ProductsPage) HasHasPrevious ¶
func (o *ProductsPage) HasHasPrevious() bool
HasHasPrevious returns a boolean if a field has been set.
func (*ProductsPage) HasPage ¶
func (o *ProductsPage) HasPage() bool
HasPage returns a boolean if a field has been set.
func (*ProductsPage) HasPageSize ¶
func (o *ProductsPage) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (*ProductsPage) HasSortBy ¶
func (o *ProductsPage) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.
func (*ProductsPage) HasSortOrder ¶
func (o *ProductsPage) HasSortOrder() bool
HasSortOrder returns a boolean if a field has been set.
func (*ProductsPage) HasTotalItems ¶
func (o *ProductsPage) HasTotalItems() bool
HasTotalItems returns a boolean if a field has been set.
func (ProductsPage) MarshalJSON ¶
func (o ProductsPage) MarshalJSON() ([]byte, error)
func (*ProductsPage) SetContents ¶
func (o *ProductsPage) SetContents(v []Product)
SetContents gets a reference to the given []Product and assigns it to the Contents field.
func (*ProductsPage) SetHasNext ¶
func (o *ProductsPage) SetHasNext(v bool)
SetHasNext gets a reference to the given NullableBool and assigns it to the HasNext field.
func (*ProductsPage) SetHasNextNil ¶
func (o *ProductsPage) SetHasNextNil()
SetHasNextNil sets the value for HasNext to be an explicit nil
func (*ProductsPage) SetHasPrevious ¶
func (o *ProductsPage) SetHasPrevious(v bool)
SetHasPrevious gets a reference to the given NullableBool and assigns it to the HasPrevious field.
func (*ProductsPage) SetHasPreviousNil ¶
func (o *ProductsPage) SetHasPreviousNil()
SetHasPreviousNil sets the value for HasPrevious to be an explicit nil
func (*ProductsPage) SetPage ¶
func (o *ProductsPage) SetPage(v int32)
SetPage gets a reference to the given int32 and assigns it to the Page field.
func (*ProductsPage) SetPageSize ¶
func (o *ProductsPage) SetPageSize(v int32)
SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.
func (*ProductsPage) SetSortBy ¶
func (o *ProductsPage) SetSortBy(v string)
SetSortBy gets a reference to the given NullableString and assigns it to the SortBy field.
func (*ProductsPage) SetSortByNil ¶ added in v1.0.2
func (o *ProductsPage) SetSortByNil()
SetSortByNil sets the value for SortBy to be an explicit nil
func (*ProductsPage) SetSortOrder ¶
func (o *ProductsPage) SetSortOrder(v string)
SetSortOrder gets a reference to the given NullableString and assigns it to the SortOrder field.
func (*ProductsPage) SetSortOrderNil ¶ added in v1.0.2
func (o *ProductsPage) SetSortOrderNil()
SetSortOrderNil sets the value for SortOrder to be an explicit nil
func (*ProductsPage) SetTotalItems ¶
func (o *ProductsPage) SetTotalItems(v int64)
SetTotalItems gets a reference to the given NullableInt64 and assigns it to the TotalItems field.
func (*ProductsPage) SetTotalItemsNil ¶ added in v1.0.2
func (o *ProductsPage) SetTotalItemsNil()
SetTotalItemsNil sets the value for TotalItems to be an explicit nil
func (*ProductsPage) UnmarshalJSON ¶ added in v1.0.5
func (o *ProductsPage) UnmarshalJSON(bytes []byte) (err error)
func (*ProductsPage) UnsetHasNext ¶
func (o *ProductsPage) UnsetHasNext()
UnsetHasNext ensures that no value is present for HasNext, not even an explicit nil
func (*ProductsPage) UnsetHasPrevious ¶
func (o *ProductsPage) UnsetHasPrevious()
UnsetHasPrevious ensures that no value is present for HasPrevious, not even an explicit nil
func (*ProductsPage) UnsetSortBy ¶ added in v1.0.2
func (o *ProductsPage) UnsetSortBy()
UnsetSortBy ensures that no value is present for SortBy, not even an explicit nil
func (*ProductsPage) UnsetSortOrder ¶ added in v1.0.2
func (o *ProductsPage) UnsetSortOrder()
UnsetSortOrder ensures that no value is present for SortOrder, not even an explicit nil
func (*ProductsPage) UnsetTotalItems ¶ added in v1.0.2
func (o *ProductsPage) UnsetTotalItems()
UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil
type ProductsPageAllOf ¶
type ProductsPageAllOf struct { Contents *[]Product `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
ProductsPageAllOf struct for ProductsPageAllOf
func NewProductsPageAllOf ¶
func NewProductsPageAllOf() *ProductsPageAllOf
NewProductsPageAllOf instantiates a new ProductsPageAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProductsPageAllOfWithDefaults ¶
func NewProductsPageAllOfWithDefaults() *ProductsPageAllOf
NewProductsPageAllOfWithDefaults instantiates a new ProductsPageAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProductsPageAllOf) GetContents ¶
func (o *ProductsPageAllOf) GetContents() []Product
GetContents returns the Contents field value if set, zero value otherwise.
func (*ProductsPageAllOf) GetContentsOk ¶
func (o *ProductsPageAllOf) GetContentsOk() (*[]Product, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductsPageAllOf) HasContents ¶
func (o *ProductsPageAllOf) HasContents() bool
HasContents returns a boolean if a field has been set.
func (ProductsPageAllOf) MarshalJSON ¶
func (o ProductsPageAllOf) MarshalJSON() ([]byte, error)
func (*ProductsPageAllOf) SetContents ¶
func (o *ProductsPageAllOf) SetContents(v []Product)
SetContents gets a reference to the given []Product and assigns it to the Contents field.
func (*ProductsPageAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *ProductsPageAllOf) UnmarshalJSON(bytes []byte) (err error)
type RegistrationApiService ¶ added in v1.0.8
type RegistrationApiService service
RegistrationApiService RegistrationApi service
func (*RegistrationApiService) DeleteRegisteredProductVersion ¶ added in v1.0.8
func (a *RegistrationApiService) DeleteRegisteredProductVersion(ctx _context.Context, id string) ApiDeleteRegisteredProductVersionRequest
* DeleteRegisteredProductVersion Delete a registration. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiDeleteRegisteredProductVersionRequest
func (*RegistrationApiService) DeleteRegisteredProductVersionExecute ¶ added in v1.0.8
func (a *RegistrationApiService) DeleteRegisteredProductVersionExecute(r ApiDeleteRegisteredProductVersionRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*RegistrationApiService) GetRegisteredProductVersionPage ¶ added in v1.0.8
func (a *RegistrationApiService) GetRegisteredProductVersionPage(ctx _context.Context) ApiGetRegisteredProductVersionPageRequest
* GetRegisteredProductVersionPage Returns a filtered page of registered products / versions. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetRegisteredProductVersionPageRequest
func (*RegistrationApiService) GetRegisteredProductVersionPageExecute ¶ added in v1.0.8
func (a *RegistrationApiService) GetRegisteredProductVersionPageExecute(r ApiGetRegisteredProductVersionPageRequest) (VulnerabilitiesRegistrationPage, *_nethttp.Response, error)
* Execute executes the request * @return VulnerabilitiesRegistrationPage
func (*RegistrationApiService) RegisterProductVersion ¶ added in v1.0.8
func (a *RegistrationApiService) RegisterProductVersion(ctx _context.Context) ApiRegisterProductVersionRequest
* RegisterProductVersion Register a product / verison combination for vulnerability inspection. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiRegisterProductVersionRequest
func (*RegistrationApiService) RegisterProductVersionExecute ¶ added in v1.0.8
func (a *RegistrationApiService) RegisterProductVersionExecute(r ApiRegisterProductVersionRequest) (VulnerabilityRegistration, *_nethttp.Response, error)
* Execute executes the request * @return VulnerabilityRegistration
type ResourceHealth ¶
type ResourceHealth struct { Id string `json:"id"` Type ResourceType `json:"type"` Status ResourceStatus `json:"status"` Description NullableString `json:"description,omitempty"` AdditionalProperties map[string]interface{} }
ResourceHealth struct for ResourceHealth
func NewResourceHealth ¶
func NewResourceHealth(id string, type_ ResourceType, status ResourceStatus) *ResourceHealth
NewResourceHealth instantiates a new ResourceHealth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourceHealthWithDefaults ¶
func NewResourceHealthWithDefaults() *ResourceHealth
NewResourceHealthWithDefaults instantiates a new ResourceHealth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourceHealth) GetDescription ¶
func (o *ResourceHealth) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ResourceHealth) GetDescriptionOk ¶
func (o *ResourceHealth) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ResourceHealth) GetId ¶
func (o *ResourceHealth) GetId() string
GetId returns the Id field value
func (*ResourceHealth) GetIdOk ¶
func (o *ResourceHealth) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ResourceHealth) GetStatus ¶
func (o *ResourceHealth) GetStatus() ResourceStatus
GetStatus returns the Status field value
func (*ResourceHealth) GetStatusOk ¶
func (o *ResourceHealth) GetStatusOk() (*ResourceStatus, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*ResourceHealth) GetType ¶
func (o *ResourceHealth) GetType() ResourceType
GetType returns the Type field value
func (*ResourceHealth) GetTypeOk ¶
func (o *ResourceHealth) GetTypeOk() (*ResourceType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*ResourceHealth) HasDescription ¶
func (o *ResourceHealth) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (ResourceHealth) MarshalJSON ¶
func (o ResourceHealth) MarshalJSON() ([]byte, error)
func (*ResourceHealth) SetDescription ¶
func (o *ResourceHealth) SetDescription(v string)
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*ResourceHealth) SetDescriptionNil ¶ added in v1.0.2
func (o *ResourceHealth) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*ResourceHealth) SetStatus ¶
func (o *ResourceHealth) SetStatus(v ResourceStatus)
SetStatus sets field value
func (*ResourceHealth) SetType ¶
func (o *ResourceHealth) SetType(v ResourceType)
SetType sets field value
func (*ResourceHealth) UnmarshalJSON ¶ added in v1.0.5
func (o *ResourceHealth) UnmarshalJSON(bytes []byte) (err error)
func (*ResourceHealth) UnsetDescription ¶ added in v1.0.2
func (o *ResourceHealth) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
type ResourceStatus ¶
type ResourceStatus string
ResourceStatus the model 'ResourceStatus'
const ( RESOURCESTATUS_UP ResourceStatus = "up" RESOURCESTATUS_DOWN ResourceStatus = "down" RESOURCESTATUS_UNKNOWN ResourceStatus = "unknown" )
List of ResourceStatus
func (ResourceStatus) Ptr ¶
func (v ResourceStatus) Ptr() *ResourceStatus
Ptr returns reference to ResourceStatus value
func (*ResourceStatus) UnmarshalJSON ¶
func (v *ResourceStatus) UnmarshalJSON(src []byte) error
type ResourceType ¶
type ResourceType string
ResourceType the model 'ResourceType'
const ( RESOURCETYPE_SERVICE ResourceType = "service" RESOURCETYPE_DEVICE ResourceType = "device" )
List of ResourceType
func (ResourceType) Ptr ¶
func (v ResourceType) Ptr() *ResourceType
Ptr returns reference to ResourceType value
func (*ResourceType) UnmarshalJSON ¶
func (v *ResourceType) UnmarshalJSON(src []byte) error
type Role ¶
type Role struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Description *string `json:"description,omitempty"` Permissions *[]string `json:"permissions,omitempty"` AdditionalProperties map[string]interface{} }
Role struct for Role
func NewRole ¶
func NewRole() *Role
NewRole instantiates a new Role object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRoleWithDefaults ¶
func NewRoleWithDefaults() *Role
NewRoleWithDefaults instantiates a new Role object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Role) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*Role) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Role) 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 (*Role) 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 (*Role) GetPermissions ¶
GetPermissions returns the Permissions field value if set, zero value otherwise.
func (*Role) GetPermissionsOk ¶
GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Role) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*Role) HasPermissions ¶
HasPermissions returns a boolean if a field has been set.
func (Role) MarshalJSON ¶
func (*Role) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Role) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Role) SetPermissions ¶
SetPermissions gets a reference to the given []string and assigns it to the Permissions field.
func (*Role) UnmarshalJSON ¶ added in v1.0.5
type RolesApiService ¶
type RolesApiService service
RolesApiService RolesApi service
func (*RolesApiService) GetRoleByName ¶
func (a *RolesApiService) GetRoleByName(ctx _context.Context, name string) ApiGetRoleByNameRequest
* GetRoleByName Returns a role by name. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param name * @return ApiGetRoleByNameRequest
func (*RolesApiService) GetRoleByNameExecute ¶
func (a *RolesApiService) GetRoleByNameExecute(r ApiGetRoleByNameRequest) (Role, *_nethttp.Response, error)
* Execute executes the request * @return Role
func (*RolesApiService) GetRolesList ¶
func (a *RolesApiService) GetRolesList(ctx _context.Context) ApiGetRolesListRequest
* GetRolesList Returns a list of roles. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetRolesListRequest
func (*RolesApiService) GetRolesListExecute ¶
func (a *RolesApiService) GetRolesListExecute(r ApiGetRolesListRequest) ([]Role, *_nethttp.Response, error)
* Execute executes the request * @return []Role
type SecurityApiService ¶
type SecurityApiService service
SecurityApiService SecurityApi service
func (*SecurityApiService) GetAccessToken ¶
func (a *SecurityApiService) GetAccessToken(ctx _context.Context) ApiGetAccessTokenRequest
* GetAccessToken Returns an access token. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetAccessTokenRequest
func (*SecurityApiService) GetAccessTokenExecute ¶
func (a *SecurityApiService) GetAccessTokenExecute(r ApiGetAccessTokenRequest) (AccessToken, *_nethttp.Response, error)
* Execute executes the request * @return AccessToken
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type Service ¶
type Service struct { Id *string `json:"id,omitempty"` ProviderId *string `json:"providerId,omitempty"` TenantId *string `json:"tenantId,omitempty"` UserId *string `json:"userId,omitempty"` SubscriptionId *string `json:"subscriptionId,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` ModifiedOn NullableTime `json:"modifiedOn,omitempty"` ProvisionedOn *time.Time `json:"provisionedOn,omitempty"` Status *map[string]interface{} `json:"status,omitempty"` DefinitionAttributes *map[string]interface{} `json:"definitionAttributes,omitempty"` Attributes *map[string]interface{} `json:"attributes,omitempty"` AdditionalProperties map[string]interface{} }
Service struct for Service
func NewService ¶
func NewService() *Service
NewService instantiates a new Service object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceWithDefaults ¶
func NewServiceWithDefaults() *Service
NewServiceWithDefaults instantiates a new Service object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Service) GetAttributes ¶
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*Service) GetAttributesOk ¶
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Service) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetDefinitionAttributes ¶
GetDefinitionAttributes returns the DefinitionAttributes field value if set, zero value otherwise.
func (*Service) GetDefinitionAttributesOk ¶
GetDefinitionAttributesOk returns a tuple with the DefinitionAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) 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 (*Service) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Service) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Service) GetProviderId ¶
GetProviderId returns the ProviderId field value if set, zero value otherwise.
func (*Service) GetProviderIdOk ¶
GetProviderIdOk returns a tuple with the ProviderId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetProvisionedOn ¶
GetProvisionedOn returns the ProvisionedOn field value if set, zero value otherwise.
func (*Service) GetProvisionedOnOk ¶
GetProvisionedOnOk returns a tuple with the ProvisionedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) 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 (*Service) GetSubscriptionId ¶
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.
func (*Service) GetSubscriptionIdOk ¶
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetTenantId ¶
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*Service) GetTenantIdOk ¶
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetUserIdOk ¶
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 (*Service) HasAttributes ¶
HasAttributes returns a boolean if a field has been set.
func (*Service) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Service) HasDefinitionAttributes ¶
HasDefinitionAttributes returns a boolean if a field has been set.
func (*Service) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Service) HasProviderId ¶
HasProviderId returns a boolean if a field has been set.
func (*Service) HasProvisionedOn ¶
HasProvisionedOn returns a boolean if a field has been set.
func (*Service) HasSubscriptionId ¶
HasSubscriptionId returns a boolean if a field has been set.
func (*Service) HasTenantId ¶
HasTenantId returns a boolean if a field has been set.
func (Service) MarshalJSON ¶
func (*Service) SetAttributes ¶
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*Service) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Service) SetDefinitionAttributes ¶
SetDefinitionAttributes gets a reference to the given map[string]interface{} and assigns it to the DefinitionAttributes field.
func (*Service) SetModifiedOn ¶
SetModifiedOn gets a reference to the given NullableTime and assigns it to the ModifiedOn field.
func (*Service) SetModifiedOnNil ¶ added in v1.0.2
func (o *Service) SetModifiedOnNil()
SetModifiedOnNil sets the value for ModifiedOn to be an explicit nil
func (*Service) SetProviderId ¶
SetProviderId gets a reference to the given string and assigns it to the ProviderId field.
func (*Service) SetProvisionedOn ¶
SetProvisionedOn gets a reference to the given time.Time and assigns it to the ProvisionedOn field.
func (*Service) SetStatus ¶
SetStatus gets a reference to the given map[string]interface{} and assigns it to the Status field.
func (*Service) SetSubscriptionId ¶
SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.
func (*Service) SetTenantId ¶
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*Service) SetUserId ¶
SetUserId gets a reference to the given string and assigns it to the UserId field.
func (*Service) UnmarshalJSON ¶ added in v1.0.5
func (*Service) UnsetModifiedOn ¶ added in v1.0.2
func (o *Service) UnsetModifiedOn()
UnsetModifiedOn ensures that no value is present for ModifiedOn, not even an explicit nil
type ServiceAllOf ¶ added in v1.0.5
type ServiceAllOf struct { Id *string `json:"id,omitempty"` ProviderId *string `json:"providerId,omitempty"` TenantId *string `json:"tenantId,omitempty"` UserId *string `json:"userId,omitempty"` SubscriptionId *string `json:"subscriptionId,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` ModifiedOn NullableTime `json:"modifiedOn,omitempty"` ProvisionedOn *time.Time `json:"provisionedOn,omitempty"` AdditionalProperties map[string]interface{} }
ServiceAllOf struct for ServiceAllOf
func NewServiceAllOf ¶ added in v1.0.5
func NewServiceAllOf() *ServiceAllOf
NewServiceAllOf instantiates a new ServiceAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceAllOfWithDefaults ¶ added in v1.0.5
func NewServiceAllOfWithDefaults() *ServiceAllOf
NewServiceAllOfWithDefaults instantiates a new ServiceAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceAllOf) GetCreatedOn ¶ added in v1.0.5
func (o *ServiceAllOf) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*ServiceAllOf) GetCreatedOnOk ¶ added in v1.0.5
func (o *ServiceAllOf) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAllOf) GetId ¶ added in v1.0.5
func (o *ServiceAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ServiceAllOf) GetIdOk ¶ added in v1.0.5
func (o *ServiceAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAllOf) GetModifiedOn ¶ added in v1.0.5
func (o *ServiceAllOf) GetModifiedOn() time.Time
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ServiceAllOf) GetModifiedOnOk ¶ added in v1.0.5
func (o *ServiceAllOf) GetModifiedOnOk() (*time.Time, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ServiceAllOf) GetProviderId ¶ added in v1.0.5
func (o *ServiceAllOf) GetProviderId() string
GetProviderId returns the ProviderId field value if set, zero value otherwise.
func (*ServiceAllOf) GetProviderIdOk ¶ added in v1.0.5
func (o *ServiceAllOf) GetProviderIdOk() (*string, bool)
GetProviderIdOk returns a tuple with the ProviderId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAllOf) GetProvisionedOn ¶ added in v1.0.5
func (o *ServiceAllOf) GetProvisionedOn() time.Time
GetProvisionedOn returns the ProvisionedOn field value if set, zero value otherwise.
func (*ServiceAllOf) GetProvisionedOnOk ¶ added in v1.0.5
func (o *ServiceAllOf) GetProvisionedOnOk() (*time.Time, bool)
GetProvisionedOnOk returns a tuple with the ProvisionedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAllOf) GetSubscriptionId ¶ added in v1.0.5
func (o *ServiceAllOf) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.
func (*ServiceAllOf) GetSubscriptionIdOk ¶ added in v1.0.5
func (o *ServiceAllOf) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAllOf) GetTenantId ¶ added in v1.0.5
func (o *ServiceAllOf) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ServiceAllOf) GetTenantIdOk ¶ added in v1.0.5
func (o *ServiceAllOf) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAllOf) GetUserId ¶ added in v1.0.5
func (o *ServiceAllOf) GetUserId() string
GetUserId returns the UserId field value if set, zero value otherwise.
func (*ServiceAllOf) GetUserIdOk ¶ added in v1.0.5
func (o *ServiceAllOf) GetUserIdOk() (*string, 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 (*ServiceAllOf) HasCreatedOn ¶ added in v1.0.5
func (o *ServiceAllOf) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*ServiceAllOf) HasId ¶ added in v1.0.5
func (o *ServiceAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (*ServiceAllOf) HasModifiedOn ¶ added in v1.0.5
func (o *ServiceAllOf) HasModifiedOn() bool
HasModifiedOn returns a boolean if a field has been set.
func (*ServiceAllOf) HasProviderId ¶ added in v1.0.5
func (o *ServiceAllOf) HasProviderId() bool
HasProviderId returns a boolean if a field has been set.
func (*ServiceAllOf) HasProvisionedOn ¶ added in v1.0.5
func (o *ServiceAllOf) HasProvisionedOn() bool
HasProvisionedOn returns a boolean if a field has been set.
func (*ServiceAllOf) HasSubscriptionId ¶ added in v1.0.5
func (o *ServiceAllOf) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (*ServiceAllOf) HasTenantId ¶ added in v1.0.5
func (o *ServiceAllOf) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (*ServiceAllOf) HasUserId ¶ added in v1.0.5
func (o *ServiceAllOf) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (ServiceAllOf) MarshalJSON ¶ added in v1.0.5
func (o ServiceAllOf) MarshalJSON() ([]byte, error)
func (*ServiceAllOf) SetCreatedOn ¶ added in v1.0.5
func (o *ServiceAllOf) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*ServiceAllOf) SetId ¶ added in v1.0.5
func (o *ServiceAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ServiceAllOf) SetModifiedOn ¶ added in v1.0.5
func (o *ServiceAllOf) SetModifiedOn(v time.Time)
SetModifiedOn gets a reference to the given NullableTime and assigns it to the ModifiedOn field.
func (*ServiceAllOf) SetModifiedOnNil ¶ added in v1.0.5
func (o *ServiceAllOf) SetModifiedOnNil()
SetModifiedOnNil sets the value for ModifiedOn to be an explicit nil
func (*ServiceAllOf) SetProviderId ¶ added in v1.0.5
func (o *ServiceAllOf) SetProviderId(v string)
SetProviderId gets a reference to the given string and assigns it to the ProviderId field.
func (*ServiceAllOf) SetProvisionedOn ¶ added in v1.0.5
func (o *ServiceAllOf) SetProvisionedOn(v time.Time)
SetProvisionedOn gets a reference to the given time.Time and assigns it to the ProvisionedOn field.
func (*ServiceAllOf) SetSubscriptionId ¶ added in v1.0.5
func (o *ServiceAllOf) SetSubscriptionId(v string)
SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.
func (*ServiceAllOf) SetTenantId ¶ added in v1.0.5
func (o *ServiceAllOf) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*ServiceAllOf) SetUserId ¶ added in v1.0.5
func (o *ServiceAllOf) SetUserId(v string)
SetUserId gets a reference to the given string and assigns it to the UserId field.
func (*ServiceAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *ServiceAllOf) UnmarshalJSON(bytes []byte) (err error)
func (*ServiceAllOf) UnsetModifiedOn ¶ added in v1.0.5
func (o *ServiceAllOf) UnsetModifiedOn()
UnsetModifiedOn ensures that no value is present for ModifiedOn, not even an explicit nil
type ServiceElement ¶
type ServiceElement struct { Name *string `json:"name,omitempty"` Label *string `json:"label,omitempty"` Header *string `json:"header,omitempty"` Description *string `json:"description,omitempty"` Hint *string `json:"hint,omitempty"` InputType *string `json:"inputType,omitempty"` Type *string `json:"type,omitempty"` Component *string `json:"component,omitempty"` MaxLimit *string `json:"maxLimit,omitempty"` MinLimit *string `json:"minLimit,omitempty"` Value *string `json:"value,omitempty"` ValueList []map[string]interface{} `json:"valueList,omitempty"` AllowedOptionValues *[]string `json:"allowedOptionValues,omitempty"` AllowedValues []map[string]interface{} `json:"allowedValues,omitempty"` Mandatory *bool `json:"mandatory,omitempty"` Section *string `json:"section,omitempty"` Billable *bool `json:"billable,omitempty"` Hidden *bool `json:"hidden,omitempty"` ParentName *string `json:"parentName,omitempty"` Supported *bool `json:"supported,omitempty"` DynamicData *bool `json:"dynamicData,omitempty"` MinValue *int32 `json:"minValue,omitempty"` MaxValue *int32 `json:"maxValue,omitempty"` StepSize *int32 `json:"stepSize,omitempty"` PricingAtttributes NullableServiceElementPrice `json:"pricingAtttributes,omitempty"` ChildElements []ServiceElement `json:"childElements,omitempty"` AdditionalProperties map[string]interface{} }
ServiceElement struct for ServiceElement
func NewServiceElement ¶
func NewServiceElement() *ServiceElement
NewServiceElement instantiates a new ServiceElement object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceElementWithDefaults ¶
func NewServiceElementWithDefaults() *ServiceElement
NewServiceElementWithDefaults instantiates a new ServiceElement object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceElement) GetAllowedOptionValues ¶
func (o *ServiceElement) GetAllowedOptionValues() []string
GetAllowedOptionValues returns the AllowedOptionValues field value if set, zero value otherwise.
func (*ServiceElement) GetAllowedOptionValuesOk ¶
func (o *ServiceElement) GetAllowedOptionValuesOk() (*[]string, bool)
GetAllowedOptionValuesOk returns a tuple with the AllowedOptionValues field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElement) GetAllowedValues ¶
func (o *ServiceElement) GetAllowedValues() []map[string]interface{}
GetAllowedValues returns the AllowedValues field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ServiceElement) GetAllowedValuesOk ¶
func (o *ServiceElement) GetAllowedValuesOk() (*[]map[string]interface{}, bool)
GetAllowedValuesOk returns a tuple with the AllowedValues field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ServiceElement) GetBillable ¶
func (o *ServiceElement) GetBillable() bool
GetBillable returns the Billable field value if set, zero value otherwise.
func (*ServiceElement) GetBillableOk ¶
func (o *ServiceElement) GetBillableOk() (*bool, bool)
GetBillableOk returns a tuple with the Billable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElement) GetChildElements ¶
func (o *ServiceElement) GetChildElements() []ServiceElement
GetChildElements returns the ChildElements field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ServiceElement) GetChildElementsOk ¶
func (o *ServiceElement) GetChildElementsOk() (*[]ServiceElement, bool)
GetChildElementsOk returns a tuple with the ChildElements field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ServiceElement) GetComponent ¶
func (o *ServiceElement) GetComponent() string
GetComponent returns the Component field value if set, zero value otherwise.
func (*ServiceElement) GetComponentOk ¶
func (o *ServiceElement) GetComponentOk() (*string, bool)
GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElement) GetDescription ¶
func (o *ServiceElement) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ServiceElement) GetDescriptionOk ¶
func (o *ServiceElement) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElement) GetDynamicData ¶
func (o *ServiceElement) GetDynamicData() bool
GetDynamicData returns the DynamicData field value if set, zero value otherwise.
func (*ServiceElement) GetDynamicDataOk ¶
func (o *ServiceElement) GetDynamicDataOk() (*bool, bool)
GetDynamicDataOk returns a tuple with the DynamicData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElement) GetHeader ¶
func (o *ServiceElement) GetHeader() string
GetHeader returns the Header field value if set, zero value otherwise.
func (*ServiceElement) GetHeaderOk ¶
func (o *ServiceElement) GetHeaderOk() (*string, bool)
GetHeaderOk returns a tuple with the Header field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElement) GetHidden ¶
func (o *ServiceElement) GetHidden() bool
GetHidden returns the Hidden field value if set, zero value otherwise.
func (*ServiceElement) GetHiddenOk ¶
func (o *ServiceElement) GetHiddenOk() (*bool, bool)
GetHiddenOk returns a tuple with the Hidden field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElement) GetHint ¶
func (o *ServiceElement) GetHint() string
GetHint returns the Hint field value if set, zero value otherwise.
func (*ServiceElement) GetHintOk ¶
func (o *ServiceElement) GetHintOk() (*string, bool)
GetHintOk returns a tuple with the Hint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElement) GetInputType ¶
func (o *ServiceElement) GetInputType() string
GetInputType returns the InputType field value if set, zero value otherwise.
func (*ServiceElement) GetInputTypeOk ¶
func (o *ServiceElement) GetInputTypeOk() (*string, bool)
GetInputTypeOk returns a tuple with the InputType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElement) GetLabel ¶
func (o *ServiceElement) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*ServiceElement) GetLabelOk ¶
func (o *ServiceElement) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElement) GetMandatory ¶
func (o *ServiceElement) GetMandatory() bool
GetMandatory returns the Mandatory field value if set, zero value otherwise.
func (*ServiceElement) GetMandatoryOk ¶
func (o *ServiceElement) GetMandatoryOk() (*bool, bool)
GetMandatoryOk returns a tuple with the Mandatory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElement) GetMaxLimit ¶
func (o *ServiceElement) GetMaxLimit() string
GetMaxLimit returns the MaxLimit field value if set, zero value otherwise.
func (*ServiceElement) GetMaxLimitOk ¶
func (o *ServiceElement) GetMaxLimitOk() (*string, bool)
GetMaxLimitOk returns a tuple with the MaxLimit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElement) GetMaxValue ¶
func (o *ServiceElement) GetMaxValue() int32
GetMaxValue returns the MaxValue field value if set, zero value otherwise.
func (*ServiceElement) GetMaxValueOk ¶
func (o *ServiceElement) GetMaxValueOk() (*int32, bool)
GetMaxValueOk returns a tuple with the MaxValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElement) GetMinLimit ¶
func (o *ServiceElement) GetMinLimit() string
GetMinLimit returns the MinLimit field value if set, zero value otherwise.
func (*ServiceElement) GetMinLimitOk ¶
func (o *ServiceElement) GetMinLimitOk() (*string, bool)
GetMinLimitOk returns a tuple with the MinLimit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElement) GetMinValue ¶
func (o *ServiceElement) GetMinValue() int32
GetMinValue returns the MinValue field value if set, zero value otherwise.
func (*ServiceElement) GetMinValueOk ¶
func (o *ServiceElement) GetMinValueOk() (*int32, bool)
GetMinValueOk returns a tuple with the MinValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElement) GetName ¶
func (o *ServiceElement) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ServiceElement) GetNameOk ¶
func (o *ServiceElement) 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 (*ServiceElement) GetParentName ¶
func (o *ServiceElement) GetParentName() string
GetParentName returns the ParentName field value if set, zero value otherwise.
func (*ServiceElement) GetParentNameOk ¶
func (o *ServiceElement) GetParentNameOk() (*string, bool)
GetParentNameOk returns a tuple with the ParentName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElement) GetPricingAtttributes ¶
func (o *ServiceElement) GetPricingAtttributes() ServiceElementPrice
GetPricingAtttributes returns the PricingAtttributes field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ServiceElement) GetPricingAtttributesOk ¶
func (o *ServiceElement) GetPricingAtttributesOk() (*ServiceElementPrice, bool)
GetPricingAtttributesOk returns a tuple with the PricingAtttributes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ServiceElement) GetSection ¶
func (o *ServiceElement) GetSection() string
GetSection returns the Section field value if set, zero value otherwise.
func (*ServiceElement) GetSectionOk ¶
func (o *ServiceElement) GetSectionOk() (*string, bool)
GetSectionOk returns a tuple with the Section field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElement) GetStepSize ¶
func (o *ServiceElement) GetStepSize() int32
GetStepSize returns the StepSize field value if set, zero value otherwise.
func (*ServiceElement) GetStepSizeOk ¶
func (o *ServiceElement) GetStepSizeOk() (*int32, bool)
GetStepSizeOk returns a tuple with the StepSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElement) GetSupported ¶
func (o *ServiceElement) GetSupported() bool
GetSupported returns the Supported field value if set, zero value otherwise.
func (*ServiceElement) GetSupportedOk ¶
func (o *ServiceElement) GetSupportedOk() (*bool, bool)
GetSupportedOk returns a tuple with the Supported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElement) GetType ¶
func (o *ServiceElement) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ServiceElement) GetTypeOk ¶
func (o *ServiceElement) 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 (*ServiceElement) GetValue ¶
func (o *ServiceElement) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*ServiceElement) GetValueList ¶
func (o *ServiceElement) GetValueList() []map[string]interface{}
GetValueList returns the ValueList field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ServiceElement) GetValueListOk ¶
func (o *ServiceElement) GetValueListOk() (*[]map[string]interface{}, bool)
GetValueListOk returns a tuple with the ValueList field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ServiceElement) GetValueOk ¶
func (o *ServiceElement) 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 (*ServiceElement) HasAllowedOptionValues ¶
func (o *ServiceElement) HasAllowedOptionValues() bool
HasAllowedOptionValues returns a boolean if a field has been set.
func (*ServiceElement) HasAllowedValues ¶
func (o *ServiceElement) HasAllowedValues() bool
HasAllowedValues returns a boolean if a field has been set.
func (*ServiceElement) HasBillable ¶
func (o *ServiceElement) HasBillable() bool
HasBillable returns a boolean if a field has been set.
func (*ServiceElement) HasChildElements ¶
func (o *ServiceElement) HasChildElements() bool
HasChildElements returns a boolean if a field has been set.
func (*ServiceElement) HasComponent ¶
func (o *ServiceElement) HasComponent() bool
HasComponent returns a boolean if a field has been set.
func (*ServiceElement) HasDescription ¶
func (o *ServiceElement) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ServiceElement) HasDynamicData ¶
func (o *ServiceElement) HasDynamicData() bool
HasDynamicData returns a boolean if a field has been set.
func (*ServiceElement) HasHeader ¶
func (o *ServiceElement) HasHeader() bool
HasHeader returns a boolean if a field has been set.
func (*ServiceElement) HasHidden ¶
func (o *ServiceElement) HasHidden() bool
HasHidden returns a boolean if a field has been set.
func (*ServiceElement) HasHint ¶
func (o *ServiceElement) HasHint() bool
HasHint returns a boolean if a field has been set.
func (*ServiceElement) HasInputType ¶
func (o *ServiceElement) HasInputType() bool
HasInputType returns a boolean if a field has been set.
func (*ServiceElement) HasLabel ¶
func (o *ServiceElement) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*ServiceElement) HasMandatory ¶
func (o *ServiceElement) HasMandatory() bool
HasMandatory returns a boolean if a field has been set.
func (*ServiceElement) HasMaxLimit ¶
func (o *ServiceElement) HasMaxLimit() bool
HasMaxLimit returns a boolean if a field has been set.
func (*ServiceElement) HasMaxValue ¶
func (o *ServiceElement) HasMaxValue() bool
HasMaxValue returns a boolean if a field has been set.
func (*ServiceElement) HasMinLimit ¶
func (o *ServiceElement) HasMinLimit() bool
HasMinLimit returns a boolean if a field has been set.
func (*ServiceElement) HasMinValue ¶
func (o *ServiceElement) HasMinValue() bool
HasMinValue returns a boolean if a field has been set.
func (*ServiceElement) HasName ¶
func (o *ServiceElement) HasName() bool
HasName returns a boolean if a field has been set.
func (*ServiceElement) HasParentName ¶
func (o *ServiceElement) HasParentName() bool
HasParentName returns a boolean if a field has been set.
func (*ServiceElement) HasPricingAtttributes ¶
func (o *ServiceElement) HasPricingAtttributes() bool
HasPricingAtttributes returns a boolean if a field has been set.
func (*ServiceElement) HasSection ¶
func (o *ServiceElement) HasSection() bool
HasSection returns a boolean if a field has been set.
func (*ServiceElement) HasStepSize ¶
func (o *ServiceElement) HasStepSize() bool
HasStepSize returns a boolean if a field has been set.
func (*ServiceElement) HasSupported ¶
func (o *ServiceElement) HasSupported() bool
HasSupported returns a boolean if a field has been set.
func (*ServiceElement) HasType ¶
func (o *ServiceElement) HasType() bool
HasType returns a boolean if a field has been set.
func (*ServiceElement) HasValue ¶
func (o *ServiceElement) HasValue() bool
HasValue returns a boolean if a field has been set.
func (*ServiceElement) HasValueList ¶
func (o *ServiceElement) HasValueList() bool
HasValueList returns a boolean if a field has been set.
func (ServiceElement) MarshalJSON ¶
func (o ServiceElement) MarshalJSON() ([]byte, error)
func (*ServiceElement) SetAllowedOptionValues ¶
func (o *ServiceElement) SetAllowedOptionValues(v []string)
SetAllowedOptionValues gets a reference to the given []string and assigns it to the AllowedOptionValues field.
func (*ServiceElement) SetAllowedValues ¶
func (o *ServiceElement) SetAllowedValues(v []map[string]interface{})
SetAllowedValues gets a reference to the given []map[string]interface{} and assigns it to the AllowedValues field.
func (*ServiceElement) SetBillable ¶
func (o *ServiceElement) SetBillable(v bool)
SetBillable gets a reference to the given bool and assigns it to the Billable field.
func (*ServiceElement) SetChildElements ¶
func (o *ServiceElement) SetChildElements(v []ServiceElement)
SetChildElements gets a reference to the given []ServiceElement and assigns it to the ChildElements field.
func (*ServiceElement) SetComponent ¶
func (o *ServiceElement) SetComponent(v string)
SetComponent gets a reference to the given string and assigns it to the Component field.
func (*ServiceElement) SetDescription ¶
func (o *ServiceElement) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ServiceElement) SetDynamicData ¶
func (o *ServiceElement) SetDynamicData(v bool)
SetDynamicData gets a reference to the given bool and assigns it to the DynamicData field.
func (*ServiceElement) SetHeader ¶
func (o *ServiceElement) SetHeader(v string)
SetHeader gets a reference to the given string and assigns it to the Header field.
func (*ServiceElement) SetHidden ¶
func (o *ServiceElement) SetHidden(v bool)
SetHidden gets a reference to the given bool and assigns it to the Hidden field.
func (*ServiceElement) SetHint ¶
func (o *ServiceElement) SetHint(v string)
SetHint gets a reference to the given string and assigns it to the Hint field.
func (*ServiceElement) SetInputType ¶
func (o *ServiceElement) SetInputType(v string)
SetInputType gets a reference to the given string and assigns it to the InputType field.
func (*ServiceElement) SetLabel ¶
func (o *ServiceElement) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*ServiceElement) SetMandatory ¶
func (o *ServiceElement) SetMandatory(v bool)
SetMandatory gets a reference to the given bool and assigns it to the Mandatory field.
func (*ServiceElement) SetMaxLimit ¶
func (o *ServiceElement) SetMaxLimit(v string)
SetMaxLimit gets a reference to the given string and assigns it to the MaxLimit field.
func (*ServiceElement) SetMaxValue ¶
func (o *ServiceElement) SetMaxValue(v int32)
SetMaxValue gets a reference to the given int32 and assigns it to the MaxValue field.
func (*ServiceElement) SetMinLimit ¶
func (o *ServiceElement) SetMinLimit(v string)
SetMinLimit gets a reference to the given string and assigns it to the MinLimit field.
func (*ServiceElement) SetMinValue ¶
func (o *ServiceElement) SetMinValue(v int32)
SetMinValue gets a reference to the given int32 and assigns it to the MinValue field.
func (*ServiceElement) SetName ¶
func (o *ServiceElement) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ServiceElement) SetParentName ¶
func (o *ServiceElement) SetParentName(v string)
SetParentName gets a reference to the given string and assigns it to the ParentName field.
func (*ServiceElement) SetPricingAtttributes ¶
func (o *ServiceElement) SetPricingAtttributes(v ServiceElementPrice)
SetPricingAtttributes gets a reference to the given NullableServiceElementPrice and assigns it to the PricingAtttributes field.
func (*ServiceElement) SetPricingAtttributesNil ¶ added in v1.0.2
func (o *ServiceElement) SetPricingAtttributesNil()
SetPricingAtttributesNil sets the value for PricingAtttributes to be an explicit nil
func (*ServiceElement) SetSection ¶
func (o *ServiceElement) SetSection(v string)
SetSection gets a reference to the given string and assigns it to the Section field.
func (*ServiceElement) SetStepSize ¶
func (o *ServiceElement) SetStepSize(v int32)
SetStepSize gets a reference to the given int32 and assigns it to the StepSize field.
func (*ServiceElement) SetSupported ¶
func (o *ServiceElement) SetSupported(v bool)
SetSupported gets a reference to the given bool and assigns it to the Supported field.
func (*ServiceElement) SetType ¶
func (o *ServiceElement) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*ServiceElement) SetValue ¶
func (o *ServiceElement) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (*ServiceElement) SetValueList ¶
func (o *ServiceElement) SetValueList(v []map[string]interface{})
SetValueList gets a reference to the given []map[string]interface{} and assigns it to the ValueList field.
func (*ServiceElement) UnmarshalJSON ¶ added in v1.0.5
func (o *ServiceElement) UnmarshalJSON(bytes []byte) (err error)
func (*ServiceElement) UnsetPricingAtttributes ¶ added in v1.0.2
func (o *ServiceElement) UnsetPricingAtttributes()
UnsetPricingAtttributes ensures that no value is present for PricingAtttributes, not even an explicit nil
type ServiceElementPrice ¶
type ServiceElementPrice struct { OneTimePrice *string `json:"oneTimePrice,omitempty"` PeriodicPrice *string `json:"periodicPrice,omitempty"` TimePeriod *string `json:"timePeriod,omitempty"` UnitOfMeasure *string `json:"unitOfMeasure,omitempty"` IncludedQuantity *int32 `json:"includedQuantity,omitempty"` AdditionalOneTimePrice *string `json:"additionalOneTimePrice,omitempty"` AdditionalPeriodicPrice *string `json:"additionalPeriodicPrice,omitempty"` AdditionalQuantity *int32 `json:"additionalQuantity,omitempty"` AdditionalProperties map[string]interface{} }
ServiceElementPrice struct for ServiceElementPrice
func NewServiceElementPrice ¶
func NewServiceElementPrice() *ServiceElementPrice
NewServiceElementPrice instantiates a new ServiceElementPrice object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceElementPriceWithDefaults ¶
func NewServiceElementPriceWithDefaults() *ServiceElementPrice
NewServiceElementPriceWithDefaults instantiates a new ServiceElementPrice object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceElementPrice) GetAdditionalOneTimePrice ¶
func (o *ServiceElementPrice) GetAdditionalOneTimePrice() string
GetAdditionalOneTimePrice returns the AdditionalOneTimePrice field value if set, zero value otherwise.
func (*ServiceElementPrice) GetAdditionalOneTimePriceOk ¶
func (o *ServiceElementPrice) GetAdditionalOneTimePriceOk() (*string, bool)
GetAdditionalOneTimePriceOk returns a tuple with the AdditionalOneTimePrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElementPrice) GetAdditionalPeriodicPrice ¶
func (o *ServiceElementPrice) GetAdditionalPeriodicPrice() string
GetAdditionalPeriodicPrice returns the AdditionalPeriodicPrice field value if set, zero value otherwise.
func (*ServiceElementPrice) GetAdditionalPeriodicPriceOk ¶
func (o *ServiceElementPrice) GetAdditionalPeriodicPriceOk() (*string, bool)
GetAdditionalPeriodicPriceOk returns a tuple with the AdditionalPeriodicPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElementPrice) GetAdditionalQuantity ¶
func (o *ServiceElementPrice) GetAdditionalQuantity() int32
GetAdditionalQuantity returns the AdditionalQuantity field value if set, zero value otherwise.
func (*ServiceElementPrice) GetAdditionalQuantityOk ¶
func (o *ServiceElementPrice) GetAdditionalQuantityOk() (*int32, bool)
GetAdditionalQuantityOk returns a tuple with the AdditionalQuantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElementPrice) GetIncludedQuantity ¶
func (o *ServiceElementPrice) GetIncludedQuantity() int32
GetIncludedQuantity returns the IncludedQuantity field value if set, zero value otherwise.
func (*ServiceElementPrice) GetIncludedQuantityOk ¶
func (o *ServiceElementPrice) GetIncludedQuantityOk() (*int32, bool)
GetIncludedQuantityOk returns a tuple with the IncludedQuantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElementPrice) GetOneTimePrice ¶
func (o *ServiceElementPrice) GetOneTimePrice() string
GetOneTimePrice returns the OneTimePrice field value if set, zero value otherwise.
func (*ServiceElementPrice) GetOneTimePriceOk ¶
func (o *ServiceElementPrice) GetOneTimePriceOk() (*string, bool)
GetOneTimePriceOk returns a tuple with the OneTimePrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElementPrice) GetPeriodicPrice ¶
func (o *ServiceElementPrice) GetPeriodicPrice() string
GetPeriodicPrice returns the PeriodicPrice field value if set, zero value otherwise.
func (*ServiceElementPrice) GetPeriodicPriceOk ¶
func (o *ServiceElementPrice) GetPeriodicPriceOk() (*string, bool)
GetPeriodicPriceOk returns a tuple with the PeriodicPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElementPrice) GetTimePeriod ¶
func (o *ServiceElementPrice) GetTimePeriod() string
GetTimePeriod returns the TimePeriod field value if set, zero value otherwise.
func (*ServiceElementPrice) GetTimePeriodOk ¶
func (o *ServiceElementPrice) GetTimePeriodOk() (*string, bool)
GetTimePeriodOk returns a tuple with the TimePeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElementPrice) GetUnitOfMeasure ¶
func (o *ServiceElementPrice) GetUnitOfMeasure() string
GetUnitOfMeasure returns the UnitOfMeasure field value if set, zero value otherwise.
func (*ServiceElementPrice) GetUnitOfMeasureOk ¶
func (o *ServiceElementPrice) GetUnitOfMeasureOk() (*string, bool)
GetUnitOfMeasureOk returns a tuple with the UnitOfMeasure field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceElementPrice) HasAdditionalOneTimePrice ¶
func (o *ServiceElementPrice) HasAdditionalOneTimePrice() bool
HasAdditionalOneTimePrice returns a boolean if a field has been set.
func (*ServiceElementPrice) HasAdditionalPeriodicPrice ¶
func (o *ServiceElementPrice) HasAdditionalPeriodicPrice() bool
HasAdditionalPeriodicPrice returns a boolean if a field has been set.
func (*ServiceElementPrice) HasAdditionalQuantity ¶
func (o *ServiceElementPrice) HasAdditionalQuantity() bool
HasAdditionalQuantity returns a boolean if a field has been set.
func (*ServiceElementPrice) HasIncludedQuantity ¶
func (o *ServiceElementPrice) HasIncludedQuantity() bool
HasIncludedQuantity returns a boolean if a field has been set.
func (*ServiceElementPrice) HasOneTimePrice ¶
func (o *ServiceElementPrice) HasOneTimePrice() bool
HasOneTimePrice returns a boolean if a field has been set.
func (*ServiceElementPrice) HasPeriodicPrice ¶
func (o *ServiceElementPrice) HasPeriodicPrice() bool
HasPeriodicPrice returns a boolean if a field has been set.
func (*ServiceElementPrice) HasTimePeriod ¶
func (o *ServiceElementPrice) HasTimePeriod() bool
HasTimePeriod returns a boolean if a field has been set.
func (*ServiceElementPrice) HasUnitOfMeasure ¶
func (o *ServiceElementPrice) HasUnitOfMeasure() bool
HasUnitOfMeasure returns a boolean if a field has been set.
func (ServiceElementPrice) MarshalJSON ¶
func (o ServiceElementPrice) MarshalJSON() ([]byte, error)
func (*ServiceElementPrice) SetAdditionalOneTimePrice ¶
func (o *ServiceElementPrice) SetAdditionalOneTimePrice(v string)
SetAdditionalOneTimePrice gets a reference to the given string and assigns it to the AdditionalOneTimePrice field.
func (*ServiceElementPrice) SetAdditionalPeriodicPrice ¶
func (o *ServiceElementPrice) SetAdditionalPeriodicPrice(v string)
SetAdditionalPeriodicPrice gets a reference to the given string and assigns it to the AdditionalPeriodicPrice field.
func (*ServiceElementPrice) SetAdditionalQuantity ¶
func (o *ServiceElementPrice) SetAdditionalQuantity(v int32)
SetAdditionalQuantity gets a reference to the given int32 and assigns it to the AdditionalQuantity field.
func (*ServiceElementPrice) SetIncludedQuantity ¶
func (o *ServiceElementPrice) SetIncludedQuantity(v int32)
SetIncludedQuantity gets a reference to the given int32 and assigns it to the IncludedQuantity field.
func (*ServiceElementPrice) SetOneTimePrice ¶
func (o *ServiceElementPrice) SetOneTimePrice(v string)
SetOneTimePrice gets a reference to the given string and assigns it to the OneTimePrice field.
func (*ServiceElementPrice) SetPeriodicPrice ¶
func (o *ServiceElementPrice) SetPeriodicPrice(v string)
SetPeriodicPrice gets a reference to the given string and assigns it to the PeriodicPrice field.
func (*ServiceElementPrice) SetTimePeriod ¶
func (o *ServiceElementPrice) SetTimePeriod(v string)
SetTimePeriod gets a reference to the given string and assigns it to the TimePeriod field.
func (*ServiceElementPrice) SetUnitOfMeasure ¶
func (o *ServiceElementPrice) SetUnitOfMeasure(v string)
SetUnitOfMeasure gets a reference to the given string and assigns it to the UnitOfMeasure field.
func (*ServiceElementPrice) UnmarshalJSON ¶ added in v1.0.5
func (o *ServiceElementPrice) UnmarshalJSON(bytes []byte) (err error)
type ServiceNowConfiguration ¶ added in v1.0.8
type ServiceNowConfiguration struct { Id *string `json:"id,omitempty"` ClientId *string `json:"clientId,omitempty"` ClientSecret *string `json:"clientSecret,omitempty"` CriticalEvent *bool `json:"criticalEvent,omitempty"` Domain *string `json:"domain,omitempty"` Password *string `json:"password,omitempty"` UserName *string `json:"userName,omitempty"` TenantId NullableString `json:"tenantId,omitempty"` Proxy NullableString `json:"proxy,omitempty"` AdditionalProperties map[string]interface{} }
ServiceNowConfiguration struct for ServiceNowConfiguration
func NewServiceNowConfiguration ¶ added in v1.0.8
func NewServiceNowConfiguration() *ServiceNowConfiguration
NewServiceNowConfiguration instantiates a new ServiceNowConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceNowConfigurationWithDefaults ¶ added in v1.0.8
func NewServiceNowConfigurationWithDefaults() *ServiceNowConfiguration
NewServiceNowConfigurationWithDefaults instantiates a new ServiceNowConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceNowConfiguration) GetClientId ¶ added in v1.0.8
func (o *ServiceNowConfiguration) GetClientId() string
GetClientId returns the ClientId field value if set, zero value otherwise.
func (*ServiceNowConfiguration) GetClientIdOk ¶ added in v1.0.8
func (o *ServiceNowConfiguration) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceNowConfiguration) GetClientSecret ¶ added in v1.0.8
func (o *ServiceNowConfiguration) GetClientSecret() string
GetClientSecret returns the ClientSecret field value if set, zero value otherwise.
func (*ServiceNowConfiguration) GetClientSecretOk ¶ added in v1.0.8
func (o *ServiceNowConfiguration) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceNowConfiguration) GetCriticalEvent ¶ added in v1.0.8
func (o *ServiceNowConfiguration) GetCriticalEvent() bool
GetCriticalEvent returns the CriticalEvent field value if set, zero value otherwise.
func (*ServiceNowConfiguration) GetCriticalEventOk ¶ added in v1.0.8
func (o *ServiceNowConfiguration) GetCriticalEventOk() (*bool, bool)
GetCriticalEventOk returns a tuple with the CriticalEvent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceNowConfiguration) GetDomain ¶ added in v1.0.8
func (o *ServiceNowConfiguration) GetDomain() string
GetDomain returns the Domain field value if set, zero value otherwise.
func (*ServiceNowConfiguration) GetDomainOk ¶ added in v1.0.8
func (o *ServiceNowConfiguration) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceNowConfiguration) GetId ¶ added in v1.0.8
func (o *ServiceNowConfiguration) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ServiceNowConfiguration) GetIdOk ¶ added in v1.0.8
func (o *ServiceNowConfiguration) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceNowConfiguration) GetPassword ¶ added in v1.0.8
func (o *ServiceNowConfiguration) GetPassword() string
GetPassword returns the Password field value if set, zero value otherwise.
func (*ServiceNowConfiguration) GetPasswordOk ¶ added in v1.0.8
func (o *ServiceNowConfiguration) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceNowConfiguration) GetProxy ¶ added in v1.0.8
func (o *ServiceNowConfiguration) GetProxy() string
GetProxy returns the Proxy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ServiceNowConfiguration) GetProxyOk ¶ added in v1.0.8
func (o *ServiceNowConfiguration) GetProxyOk() (*string, bool)
GetProxyOk returns a tuple with the Proxy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ServiceNowConfiguration) GetTenantId ¶ added in v1.0.8
func (o *ServiceNowConfiguration) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ServiceNowConfiguration) GetTenantIdOk ¶ added in v1.0.8
func (o *ServiceNowConfiguration) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ServiceNowConfiguration) GetUserName ¶ added in v1.0.8
func (o *ServiceNowConfiguration) GetUserName() string
GetUserName returns the UserName field value if set, zero value otherwise.
func (*ServiceNowConfiguration) GetUserNameOk ¶ added in v1.0.8
func (o *ServiceNowConfiguration) GetUserNameOk() (*string, bool)
GetUserNameOk returns a tuple with the UserName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceNowConfiguration) HasClientId ¶ added in v1.0.8
func (o *ServiceNowConfiguration) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (*ServiceNowConfiguration) HasClientSecret ¶ added in v1.0.8
func (o *ServiceNowConfiguration) HasClientSecret() bool
HasClientSecret returns a boolean if a field has been set.
func (*ServiceNowConfiguration) HasCriticalEvent ¶ added in v1.0.8
func (o *ServiceNowConfiguration) HasCriticalEvent() bool
HasCriticalEvent returns a boolean if a field has been set.
func (*ServiceNowConfiguration) HasDomain ¶ added in v1.0.8
func (o *ServiceNowConfiguration) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (*ServiceNowConfiguration) HasId ¶ added in v1.0.8
func (o *ServiceNowConfiguration) HasId() bool
HasId returns a boolean if a field has been set.
func (*ServiceNowConfiguration) HasPassword ¶ added in v1.0.8
func (o *ServiceNowConfiguration) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (*ServiceNowConfiguration) HasProxy ¶ added in v1.0.8
func (o *ServiceNowConfiguration) HasProxy() bool
HasProxy returns a boolean if a field has been set.
func (*ServiceNowConfiguration) HasTenantId ¶ added in v1.0.8
func (o *ServiceNowConfiguration) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (*ServiceNowConfiguration) HasUserName ¶ added in v1.0.8
func (o *ServiceNowConfiguration) HasUserName() bool
HasUserName returns a boolean if a field has been set.
func (ServiceNowConfiguration) MarshalJSON ¶ added in v1.0.8
func (o ServiceNowConfiguration) MarshalJSON() ([]byte, error)
func (*ServiceNowConfiguration) SetClientId ¶ added in v1.0.8
func (o *ServiceNowConfiguration) SetClientId(v string)
SetClientId gets a reference to the given string and assigns it to the ClientId field.
func (*ServiceNowConfiguration) SetClientSecret ¶ added in v1.0.8
func (o *ServiceNowConfiguration) SetClientSecret(v string)
SetClientSecret gets a reference to the given string and assigns it to the ClientSecret field.
func (*ServiceNowConfiguration) SetCriticalEvent ¶ added in v1.0.8
func (o *ServiceNowConfiguration) SetCriticalEvent(v bool)
SetCriticalEvent gets a reference to the given bool and assigns it to the CriticalEvent field.
func (*ServiceNowConfiguration) SetDomain ¶ added in v1.0.8
func (o *ServiceNowConfiguration) SetDomain(v string)
SetDomain gets a reference to the given string and assigns it to the Domain field.
func (*ServiceNowConfiguration) SetId ¶ added in v1.0.8
func (o *ServiceNowConfiguration) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ServiceNowConfiguration) SetPassword ¶ added in v1.0.8
func (o *ServiceNowConfiguration) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*ServiceNowConfiguration) SetProxy ¶ added in v1.0.8
func (o *ServiceNowConfiguration) SetProxy(v string)
SetProxy gets a reference to the given NullableString and assigns it to the Proxy field.
func (*ServiceNowConfiguration) SetProxyNil ¶ added in v1.0.8
func (o *ServiceNowConfiguration) SetProxyNil()
SetProxyNil sets the value for Proxy to be an explicit nil
func (*ServiceNowConfiguration) SetTenantId ¶ added in v1.0.8
func (o *ServiceNowConfiguration) SetTenantId(v string)
SetTenantId gets a reference to the given NullableString and assigns it to the TenantId field.
func (*ServiceNowConfiguration) SetTenantIdNil ¶ added in v1.0.8
func (o *ServiceNowConfiguration) SetTenantIdNil()
SetTenantIdNil sets the value for TenantId to be an explicit nil
func (*ServiceNowConfiguration) SetUserName ¶ added in v1.0.8
func (o *ServiceNowConfiguration) SetUserName(v string)
SetUserName gets a reference to the given string and assigns it to the UserName field.
func (*ServiceNowConfiguration) UnmarshalJSON ¶ added in v1.0.8
func (o *ServiceNowConfiguration) UnmarshalJSON(bytes []byte) (err error)
func (*ServiceNowConfiguration) UnsetProxy ¶ added in v1.0.8
func (o *ServiceNowConfiguration) UnsetProxy()
UnsetProxy ensures that no value is present for Proxy, not even an explicit nil
func (*ServiceNowConfiguration) UnsetTenantId ¶ added in v1.0.8
func (o *ServiceNowConfiguration) UnsetTenantId()
UnsetTenantId ensures that no value is present for TenantId, not even an explicit nil
type ServiceNowConfigurationCreate ¶ added in v1.0.8
type ServiceNowConfigurationCreate struct { ClientId *string `json:"clientId,omitempty"` ClientSecret *string `json:"clientSecret,omitempty"` CriticalEvent *bool `json:"criticalEvent,omitempty"` Domain *string `json:"domain,omitempty"` Password *string `json:"password,omitempty"` UserName *string `json:"userName,omitempty"` TenantId NullableString `json:"tenantId,omitempty"` Proxy NullableString `json:"proxy,omitempty"` AdditionalProperties map[string]interface{} }
ServiceNowConfigurationCreate struct for ServiceNowConfigurationCreate
func NewServiceNowConfigurationCreate ¶ added in v1.0.8
func NewServiceNowConfigurationCreate() *ServiceNowConfigurationCreate
NewServiceNowConfigurationCreate instantiates a new ServiceNowConfigurationCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceNowConfigurationCreateWithDefaults ¶ added in v1.0.8
func NewServiceNowConfigurationCreateWithDefaults() *ServiceNowConfigurationCreate
NewServiceNowConfigurationCreateWithDefaults instantiates a new ServiceNowConfigurationCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceNowConfigurationCreate) GetClientId ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) GetClientId() string
GetClientId returns the ClientId field value if set, zero value otherwise.
func (*ServiceNowConfigurationCreate) GetClientIdOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceNowConfigurationCreate) GetClientSecret ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) GetClientSecret() string
GetClientSecret returns the ClientSecret field value if set, zero value otherwise.
func (*ServiceNowConfigurationCreate) GetClientSecretOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceNowConfigurationCreate) GetCriticalEvent ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) GetCriticalEvent() bool
GetCriticalEvent returns the CriticalEvent field value if set, zero value otherwise.
func (*ServiceNowConfigurationCreate) GetCriticalEventOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) GetCriticalEventOk() (*bool, bool)
GetCriticalEventOk returns a tuple with the CriticalEvent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceNowConfigurationCreate) GetDomain ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) GetDomain() string
GetDomain returns the Domain field value if set, zero value otherwise.
func (*ServiceNowConfigurationCreate) GetDomainOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceNowConfigurationCreate) GetPassword ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) GetPassword() string
GetPassword returns the Password field value if set, zero value otherwise.
func (*ServiceNowConfigurationCreate) GetPasswordOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceNowConfigurationCreate) GetProxy ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) GetProxy() string
GetProxy returns the Proxy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ServiceNowConfigurationCreate) GetProxyOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) GetProxyOk() (*string, bool)
GetProxyOk returns a tuple with the Proxy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ServiceNowConfigurationCreate) GetTenantId ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ServiceNowConfigurationCreate) GetTenantIdOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ServiceNowConfigurationCreate) GetUserName ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) GetUserName() string
GetUserName returns the UserName field value if set, zero value otherwise.
func (*ServiceNowConfigurationCreate) GetUserNameOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) GetUserNameOk() (*string, bool)
GetUserNameOk returns a tuple with the UserName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceNowConfigurationCreate) HasClientId ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (*ServiceNowConfigurationCreate) HasClientSecret ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) HasClientSecret() bool
HasClientSecret returns a boolean if a field has been set.
func (*ServiceNowConfigurationCreate) HasCriticalEvent ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) HasCriticalEvent() bool
HasCriticalEvent returns a boolean if a field has been set.
func (*ServiceNowConfigurationCreate) HasDomain ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (*ServiceNowConfigurationCreate) HasPassword ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (*ServiceNowConfigurationCreate) HasProxy ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) HasProxy() bool
HasProxy returns a boolean if a field has been set.
func (*ServiceNowConfigurationCreate) HasTenantId ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (*ServiceNowConfigurationCreate) HasUserName ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) HasUserName() bool
HasUserName returns a boolean if a field has been set.
func (ServiceNowConfigurationCreate) MarshalJSON ¶ added in v1.0.8
func (o ServiceNowConfigurationCreate) MarshalJSON() ([]byte, error)
func (*ServiceNowConfigurationCreate) SetClientId ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) SetClientId(v string)
SetClientId gets a reference to the given string and assigns it to the ClientId field.
func (*ServiceNowConfigurationCreate) SetClientSecret ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) SetClientSecret(v string)
SetClientSecret gets a reference to the given string and assigns it to the ClientSecret field.
func (*ServiceNowConfigurationCreate) SetCriticalEvent ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) SetCriticalEvent(v bool)
SetCriticalEvent gets a reference to the given bool and assigns it to the CriticalEvent field.
func (*ServiceNowConfigurationCreate) SetDomain ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) SetDomain(v string)
SetDomain gets a reference to the given string and assigns it to the Domain field.
func (*ServiceNowConfigurationCreate) SetPassword ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*ServiceNowConfigurationCreate) SetProxy ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) SetProxy(v string)
SetProxy gets a reference to the given NullableString and assigns it to the Proxy field.
func (*ServiceNowConfigurationCreate) SetProxyNil ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) SetProxyNil()
SetProxyNil sets the value for Proxy to be an explicit nil
func (*ServiceNowConfigurationCreate) SetTenantId ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) SetTenantId(v string)
SetTenantId gets a reference to the given NullableString and assigns it to the TenantId field.
func (*ServiceNowConfigurationCreate) SetTenantIdNil ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) SetTenantIdNil()
SetTenantIdNil sets the value for TenantId to be an explicit nil
func (*ServiceNowConfigurationCreate) SetUserName ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) SetUserName(v string)
SetUserName gets a reference to the given string and assigns it to the UserName field.
func (*ServiceNowConfigurationCreate) UnmarshalJSON ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) UnmarshalJSON(bytes []byte) (err error)
func (*ServiceNowConfigurationCreate) UnsetProxy ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) UnsetProxy()
UnsetProxy ensures that no value is present for Proxy, not even an explicit nil
func (*ServiceNowConfigurationCreate) UnsetTenantId ¶ added in v1.0.8
func (o *ServiceNowConfigurationCreate) UnsetTenantId()
UnsetTenantId ensures that no value is present for TenantId, not even an explicit nil
type ServiceNowConfigurationRequest ¶ added in v1.0.8
type ServiceNowConfigurationRequest struct { ClientId *string `json:"clientId,omitempty"` ClientSecret *string `json:"clientSecret,omitempty"` CriticalEvent *bool `json:"criticalEvent,omitempty"` Domain *string `json:"domain,omitempty"` Password *string `json:"password,omitempty"` UserName *string `json:"userName,omitempty"` TenantId NullableString `json:"tenantId,omitempty"` Proxy NullableString `json:"proxy,omitempty"` AdditionalProperties map[string]interface{} }
ServiceNowConfigurationRequest struct for ServiceNowConfigurationRequest
func NewServiceNowConfigurationRequest ¶ added in v1.0.8
func NewServiceNowConfigurationRequest() *ServiceNowConfigurationRequest
NewServiceNowConfigurationRequest instantiates a new ServiceNowConfigurationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceNowConfigurationRequestWithDefaults ¶ added in v1.0.8
func NewServiceNowConfigurationRequestWithDefaults() *ServiceNowConfigurationRequest
NewServiceNowConfigurationRequestWithDefaults instantiates a new ServiceNowConfigurationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceNowConfigurationRequest) GetClientId ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) GetClientId() string
GetClientId returns the ClientId field value if set, zero value otherwise.
func (*ServiceNowConfigurationRequest) GetClientIdOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceNowConfigurationRequest) GetClientSecret ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) GetClientSecret() string
GetClientSecret returns the ClientSecret field value if set, zero value otherwise.
func (*ServiceNowConfigurationRequest) GetClientSecretOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceNowConfigurationRequest) GetCriticalEvent ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) GetCriticalEvent() bool
GetCriticalEvent returns the CriticalEvent field value if set, zero value otherwise.
func (*ServiceNowConfigurationRequest) GetCriticalEventOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) GetCriticalEventOk() (*bool, bool)
GetCriticalEventOk returns a tuple with the CriticalEvent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceNowConfigurationRequest) GetDomain ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) GetDomain() string
GetDomain returns the Domain field value if set, zero value otherwise.
func (*ServiceNowConfigurationRequest) GetDomainOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceNowConfigurationRequest) GetPassword ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) GetPassword() string
GetPassword returns the Password field value if set, zero value otherwise.
func (*ServiceNowConfigurationRequest) GetPasswordOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceNowConfigurationRequest) GetProxy ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) GetProxy() string
GetProxy returns the Proxy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ServiceNowConfigurationRequest) GetProxyOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) GetProxyOk() (*string, bool)
GetProxyOk returns a tuple with the Proxy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ServiceNowConfigurationRequest) GetTenantId ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ServiceNowConfigurationRequest) GetTenantIdOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ServiceNowConfigurationRequest) GetUserName ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) GetUserName() string
GetUserName returns the UserName field value if set, zero value otherwise.
func (*ServiceNowConfigurationRequest) GetUserNameOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) GetUserNameOk() (*string, bool)
GetUserNameOk returns a tuple with the UserName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceNowConfigurationRequest) HasClientId ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (*ServiceNowConfigurationRequest) HasClientSecret ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) HasClientSecret() bool
HasClientSecret returns a boolean if a field has been set.
func (*ServiceNowConfigurationRequest) HasCriticalEvent ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) HasCriticalEvent() bool
HasCriticalEvent returns a boolean if a field has been set.
func (*ServiceNowConfigurationRequest) HasDomain ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (*ServiceNowConfigurationRequest) HasPassword ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (*ServiceNowConfigurationRequest) HasProxy ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) HasProxy() bool
HasProxy returns a boolean if a field has been set.
func (*ServiceNowConfigurationRequest) HasTenantId ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (*ServiceNowConfigurationRequest) HasUserName ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) HasUserName() bool
HasUserName returns a boolean if a field has been set.
func (ServiceNowConfigurationRequest) MarshalJSON ¶ added in v1.0.8
func (o ServiceNowConfigurationRequest) MarshalJSON() ([]byte, error)
func (*ServiceNowConfigurationRequest) SetClientId ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) SetClientId(v string)
SetClientId gets a reference to the given string and assigns it to the ClientId field.
func (*ServiceNowConfigurationRequest) SetClientSecret ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) SetClientSecret(v string)
SetClientSecret gets a reference to the given string and assigns it to the ClientSecret field.
func (*ServiceNowConfigurationRequest) SetCriticalEvent ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) SetCriticalEvent(v bool)
SetCriticalEvent gets a reference to the given bool and assigns it to the CriticalEvent field.
func (*ServiceNowConfigurationRequest) SetDomain ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) SetDomain(v string)
SetDomain gets a reference to the given string and assigns it to the Domain field.
func (*ServiceNowConfigurationRequest) SetPassword ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*ServiceNowConfigurationRequest) SetProxy ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) SetProxy(v string)
SetProxy gets a reference to the given NullableString and assigns it to the Proxy field.
func (*ServiceNowConfigurationRequest) SetProxyNil ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) SetProxyNil()
SetProxyNil sets the value for Proxy to be an explicit nil
func (*ServiceNowConfigurationRequest) SetTenantId ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) SetTenantId(v string)
SetTenantId gets a reference to the given NullableString and assigns it to the TenantId field.
func (*ServiceNowConfigurationRequest) SetTenantIdNil ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) SetTenantIdNil()
SetTenantIdNil sets the value for TenantId to be an explicit nil
func (*ServiceNowConfigurationRequest) SetUserName ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) SetUserName(v string)
SetUserName gets a reference to the given string and assigns it to the UserName field.
func (*ServiceNowConfigurationRequest) UnmarshalJSON ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) UnmarshalJSON(bytes []byte) (err error)
func (*ServiceNowConfigurationRequest) UnsetProxy ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) UnsetProxy()
UnsetProxy ensures that no value is present for Proxy, not even an explicit nil
func (*ServiceNowConfigurationRequest) UnsetTenantId ¶ added in v1.0.8
func (o *ServiceNowConfigurationRequest) UnsetTenantId()
UnsetTenantId ensures that no value is present for TenantId, not even an explicit nil
type ServiceNowConfigurationsPage ¶ added in v1.0.8
type ServiceNowConfigurationsPage struct { Page *int32 `json:"page,omitempty"` PageSize *int32 `json:"pageSize,omitempty"` TotalItems NullableInt64 `json:"totalItems,omitempty"` HasNext NullableBool `json:"hasNext,omitempty"` HasPrevious NullableBool `json:"hasPrevious,omitempty"` SortBy NullableString `json:"sortBy,omitempty"` SortOrder NullableString `json:"sortOrder,omitempty"` Contents *[]ServiceNowConfiguration `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
ServiceNowConfigurationsPage struct for ServiceNowConfigurationsPage
func NewServiceNowConfigurationsPage ¶ added in v1.0.8
func NewServiceNowConfigurationsPage() *ServiceNowConfigurationsPage
NewServiceNowConfigurationsPage instantiates a new ServiceNowConfigurationsPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceNowConfigurationsPageWithDefaults ¶ added in v1.0.8
func NewServiceNowConfigurationsPageWithDefaults() *ServiceNowConfigurationsPage
NewServiceNowConfigurationsPageWithDefaults instantiates a new ServiceNowConfigurationsPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceNowConfigurationsPage) GetContents ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) GetContents() []ServiceNowConfiguration
GetContents returns the Contents field value if set, zero value otherwise.
func (*ServiceNowConfigurationsPage) GetContentsOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) GetContentsOk() (*[]ServiceNowConfiguration, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceNowConfigurationsPage) GetHasNext ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) GetHasNext() bool
GetHasNext returns the HasNext field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ServiceNowConfigurationsPage) GetHasNextOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) GetHasNextOk() (*bool, bool)
GetHasNextOk returns a tuple with the HasNext field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ServiceNowConfigurationsPage) GetHasPrevious ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) GetHasPrevious() bool
GetHasPrevious returns the HasPrevious field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ServiceNowConfigurationsPage) GetHasPreviousOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) GetHasPreviousOk() (*bool, bool)
GetHasPreviousOk returns a tuple with the HasPrevious field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ServiceNowConfigurationsPage) GetPage ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise.
func (*ServiceNowConfigurationsPage) GetPageOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) 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 (*ServiceNowConfigurationsPage) GetPageSize ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) GetPageSize() int32
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*ServiceNowConfigurationsPage) GetPageSizeOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) 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 (*ServiceNowConfigurationsPage) GetSortBy ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) GetSortBy() string
GetSortBy returns the SortBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ServiceNowConfigurationsPage) GetSortByOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ServiceNowConfigurationsPage) GetSortOrder ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) GetSortOrder() string
GetSortOrder returns the SortOrder field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ServiceNowConfigurationsPage) GetSortOrderOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) GetSortOrderOk() (*string, bool)
GetSortOrderOk returns a tuple with the SortOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ServiceNowConfigurationsPage) GetTotalItems ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) GetTotalItems() int64
GetTotalItems returns the TotalItems field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ServiceNowConfigurationsPage) GetTotalItemsOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) GetTotalItemsOk() (*int64, bool)
GetTotalItemsOk returns a tuple with the TotalItems field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ServiceNowConfigurationsPage) HasContents ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) HasContents() bool
HasContents returns a boolean if a field has been set.
func (*ServiceNowConfigurationsPage) HasHasNext ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) HasHasNext() bool
HasHasNext returns a boolean if a field has been set.
func (*ServiceNowConfigurationsPage) HasHasPrevious ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) HasHasPrevious() bool
HasHasPrevious returns a boolean if a field has been set.
func (*ServiceNowConfigurationsPage) HasPage ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) HasPage() bool
HasPage returns a boolean if a field has been set.
func (*ServiceNowConfigurationsPage) HasPageSize ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (*ServiceNowConfigurationsPage) HasSortBy ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.
func (*ServiceNowConfigurationsPage) HasSortOrder ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) HasSortOrder() bool
HasSortOrder returns a boolean if a field has been set.
func (*ServiceNowConfigurationsPage) HasTotalItems ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) HasTotalItems() bool
HasTotalItems returns a boolean if a field has been set.
func (ServiceNowConfigurationsPage) MarshalJSON ¶ added in v1.0.8
func (o ServiceNowConfigurationsPage) MarshalJSON() ([]byte, error)
func (*ServiceNowConfigurationsPage) SetContents ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) SetContents(v []ServiceNowConfiguration)
SetContents gets a reference to the given []ServiceNowConfiguration and assigns it to the Contents field.
func (*ServiceNowConfigurationsPage) SetHasNext ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) SetHasNext(v bool)
SetHasNext gets a reference to the given NullableBool and assigns it to the HasNext field.
func (*ServiceNowConfigurationsPage) SetHasNextNil ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) SetHasNextNil()
SetHasNextNil sets the value for HasNext to be an explicit nil
func (*ServiceNowConfigurationsPage) SetHasPrevious ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) SetHasPrevious(v bool)
SetHasPrevious gets a reference to the given NullableBool and assigns it to the HasPrevious field.
func (*ServiceNowConfigurationsPage) SetHasPreviousNil ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) SetHasPreviousNil()
SetHasPreviousNil sets the value for HasPrevious to be an explicit nil
func (*ServiceNowConfigurationsPage) SetPage ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) SetPage(v int32)
SetPage gets a reference to the given int32 and assigns it to the Page field.
func (*ServiceNowConfigurationsPage) SetPageSize ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) SetPageSize(v int32)
SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.
func (*ServiceNowConfigurationsPage) SetSortBy ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) SetSortBy(v string)
SetSortBy gets a reference to the given NullableString and assigns it to the SortBy field.
func (*ServiceNowConfigurationsPage) SetSortByNil ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) SetSortByNil()
SetSortByNil sets the value for SortBy to be an explicit nil
func (*ServiceNowConfigurationsPage) SetSortOrder ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) SetSortOrder(v string)
SetSortOrder gets a reference to the given NullableString and assigns it to the SortOrder field.
func (*ServiceNowConfigurationsPage) SetSortOrderNil ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) SetSortOrderNil()
SetSortOrderNil sets the value for SortOrder to be an explicit nil
func (*ServiceNowConfigurationsPage) SetTotalItems ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) SetTotalItems(v int64)
SetTotalItems gets a reference to the given NullableInt64 and assigns it to the TotalItems field.
func (*ServiceNowConfigurationsPage) SetTotalItemsNil ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) SetTotalItemsNil()
SetTotalItemsNil sets the value for TotalItems to be an explicit nil
func (*ServiceNowConfigurationsPage) UnmarshalJSON ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) UnmarshalJSON(bytes []byte) (err error)
func (*ServiceNowConfigurationsPage) UnsetHasNext ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) UnsetHasNext()
UnsetHasNext ensures that no value is present for HasNext, not even an explicit nil
func (*ServiceNowConfigurationsPage) UnsetHasPrevious ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) UnsetHasPrevious()
UnsetHasPrevious ensures that no value is present for HasPrevious, not even an explicit nil
func (*ServiceNowConfigurationsPage) UnsetSortBy ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) UnsetSortBy()
UnsetSortBy ensures that no value is present for SortBy, not even an explicit nil
func (*ServiceNowConfigurationsPage) UnsetSortOrder ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) UnsetSortOrder()
UnsetSortOrder ensures that no value is present for SortOrder, not even an explicit nil
func (*ServiceNowConfigurationsPage) UnsetTotalItems ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPage) UnsetTotalItems()
UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil
type ServiceNowConfigurationsPageAllOf ¶ added in v1.0.8
type ServiceNowConfigurationsPageAllOf struct { Contents *[]ServiceNowConfiguration `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
ServiceNowConfigurationsPageAllOf struct for ServiceNowConfigurationsPageAllOf
func NewServiceNowConfigurationsPageAllOf ¶ added in v1.0.8
func NewServiceNowConfigurationsPageAllOf() *ServiceNowConfigurationsPageAllOf
NewServiceNowConfigurationsPageAllOf instantiates a new ServiceNowConfigurationsPageAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceNowConfigurationsPageAllOfWithDefaults ¶ added in v1.0.8
func NewServiceNowConfigurationsPageAllOfWithDefaults() *ServiceNowConfigurationsPageAllOf
NewServiceNowConfigurationsPageAllOfWithDefaults instantiates a new ServiceNowConfigurationsPageAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceNowConfigurationsPageAllOf) GetContents ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPageAllOf) GetContents() []ServiceNowConfiguration
GetContents returns the Contents field value if set, zero value otherwise.
func (*ServiceNowConfigurationsPageAllOf) GetContentsOk ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPageAllOf) GetContentsOk() (*[]ServiceNowConfiguration, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceNowConfigurationsPageAllOf) HasContents ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPageAllOf) HasContents() bool
HasContents returns a boolean if a field has been set.
func (ServiceNowConfigurationsPageAllOf) MarshalJSON ¶ added in v1.0.8
func (o ServiceNowConfigurationsPageAllOf) MarshalJSON() ([]byte, error)
func (*ServiceNowConfigurationsPageAllOf) SetContents ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPageAllOf) SetContents(v []ServiceNowConfiguration)
SetContents gets a reference to the given []ServiceNowConfiguration and assigns it to the Contents field.
func (*ServiceNowConfigurationsPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (o *ServiceNowConfigurationsPageAllOf) UnmarshalJSON(bytes []byte) (err error)
type ServiceSLMUIConfig ¶ added in v1.0.8
type ServiceSLMUIConfig struct { Type *string `json:"type,omitempty"` Resources *[]ServiceUIResource `json:"resources,omitempty"` AdditionalProperties map[string]interface{} }
ServiceSLMUIConfig struct for ServiceSLMUIConfig
func NewServiceSLMUIConfig ¶ added in v1.0.8
func NewServiceSLMUIConfig() *ServiceSLMUIConfig
NewServiceSLMUIConfig instantiates a new ServiceSLMUIConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceSLMUIConfigWithDefaults ¶ added in v1.0.8
func NewServiceSLMUIConfigWithDefaults() *ServiceSLMUIConfig
NewServiceSLMUIConfigWithDefaults instantiates a new ServiceSLMUIConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceSLMUIConfig) GetResources ¶ added in v1.0.8
func (o *ServiceSLMUIConfig) GetResources() []ServiceUIResource
GetResources returns the Resources field value if set, zero value otherwise.
func (*ServiceSLMUIConfig) GetResourcesOk ¶ added in v1.0.8
func (o *ServiceSLMUIConfig) GetResourcesOk() (*[]ServiceUIResource, bool)
GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceSLMUIConfig) GetType ¶ added in v1.0.8
func (o *ServiceSLMUIConfig) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ServiceSLMUIConfig) GetTypeOk ¶ added in v1.0.8
func (o *ServiceSLMUIConfig) 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 (*ServiceSLMUIConfig) HasResources ¶ added in v1.0.8
func (o *ServiceSLMUIConfig) HasResources() bool
HasResources returns a boolean if a field has been set.
func (*ServiceSLMUIConfig) HasType ¶ added in v1.0.8
func (o *ServiceSLMUIConfig) HasType() bool
HasType returns a boolean if a field has been set.
func (ServiceSLMUIConfig) MarshalJSON ¶ added in v1.0.8
func (o ServiceSLMUIConfig) MarshalJSON() ([]byte, error)
func (*ServiceSLMUIConfig) SetResources ¶ added in v1.0.8
func (o *ServiceSLMUIConfig) SetResources(v []ServiceUIResource)
SetResources gets a reference to the given []ServiceUIResource and assigns it to the Resources field.
func (*ServiceSLMUIConfig) SetType ¶ added in v1.0.8
func (o *ServiceSLMUIConfig) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*ServiceSLMUIConfig) UnmarshalJSON ¶ added in v1.0.8
func (o *ServiceSLMUIConfig) UnmarshalJSON(bytes []byte) (err error)
type ServiceUIConfig ¶
type ServiceUIConfig struct { BannerImage *string `json:"bannerImage,omitempty"` Links *[]ServiceUILink `json:"links,omitempty"` AdditionalProperties map[string]interface{} }
ServiceUIConfig struct for ServiceUIConfig
func NewServiceUIConfig ¶
func NewServiceUIConfig() *ServiceUIConfig
NewServiceUIConfig instantiates a new ServiceUIConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceUIConfigWithDefaults ¶
func NewServiceUIConfigWithDefaults() *ServiceUIConfig
NewServiceUIConfigWithDefaults instantiates a new ServiceUIConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceUIConfig) GetBannerImage ¶
func (o *ServiceUIConfig) GetBannerImage() string
GetBannerImage returns the BannerImage field value if set, zero value otherwise.
func (*ServiceUIConfig) GetBannerImageOk ¶
func (o *ServiceUIConfig) GetBannerImageOk() (*string, bool)
GetBannerImageOk returns a tuple with the BannerImage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceUIConfig) GetLinks ¶
func (o *ServiceUIConfig) GetLinks() []ServiceUILink
GetLinks returns the Links field value if set, zero value otherwise.
func (*ServiceUIConfig) GetLinksOk ¶
func (o *ServiceUIConfig) GetLinksOk() (*[]ServiceUILink, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceUIConfig) HasBannerImage ¶
func (o *ServiceUIConfig) HasBannerImage() bool
HasBannerImage returns a boolean if a field has been set.
func (*ServiceUIConfig) HasLinks ¶
func (o *ServiceUIConfig) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (ServiceUIConfig) MarshalJSON ¶
func (o ServiceUIConfig) MarshalJSON() ([]byte, error)
func (*ServiceUIConfig) SetBannerImage ¶
func (o *ServiceUIConfig) SetBannerImage(v string)
SetBannerImage gets a reference to the given string and assigns it to the BannerImage field.
func (*ServiceUIConfig) SetLinks ¶
func (o *ServiceUIConfig) SetLinks(v []ServiceUILink)
SetLinks gets a reference to the given []ServiceUILink and assigns it to the Links field.
func (*ServiceUIConfig) UnmarshalJSON ¶ added in v1.0.5
func (o *ServiceUIConfig) UnmarshalJSON(bytes []byte) (err error)
type ServiceUILink ¶
type ServiceUILink struct { Type *string `json:"type,omitempty"` Label *string `json:"label,omitempty"` Address *string `json:"address,omitempty"` Target *string `json:"target,omitempty"` AdditionalProperties map[string]interface{} }
ServiceUILink struct for ServiceUILink
func NewServiceUILink ¶
func NewServiceUILink() *ServiceUILink
NewServiceUILink instantiates a new ServiceUILink object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceUILinkWithDefaults ¶
func NewServiceUILinkWithDefaults() *ServiceUILink
NewServiceUILinkWithDefaults instantiates a new ServiceUILink object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceUILink) GetAddress ¶
func (o *ServiceUILink) GetAddress() string
GetAddress returns the Address field value if set, zero value otherwise.
func (*ServiceUILink) GetAddressOk ¶
func (o *ServiceUILink) 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 (*ServiceUILink) GetLabel ¶
func (o *ServiceUILink) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*ServiceUILink) GetLabelOk ¶
func (o *ServiceUILink) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceUILink) GetTarget ¶
func (o *ServiceUILink) GetTarget() string
GetTarget returns the Target field value if set, zero value otherwise.
func (*ServiceUILink) GetTargetOk ¶
func (o *ServiceUILink) GetTargetOk() (*string, bool)
GetTargetOk returns a tuple with the Target field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceUILink) GetType ¶
func (o *ServiceUILink) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ServiceUILink) GetTypeOk ¶
func (o *ServiceUILink) 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 (*ServiceUILink) HasAddress ¶
func (o *ServiceUILink) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (*ServiceUILink) HasLabel ¶
func (o *ServiceUILink) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*ServiceUILink) HasTarget ¶
func (o *ServiceUILink) HasTarget() bool
HasTarget returns a boolean if a field has been set.
func (*ServiceUILink) HasType ¶
func (o *ServiceUILink) HasType() bool
HasType returns a boolean if a field has been set.
func (ServiceUILink) MarshalJSON ¶
func (o ServiceUILink) MarshalJSON() ([]byte, error)
func (*ServiceUILink) SetAddress ¶
func (o *ServiceUILink) SetAddress(v string)
SetAddress gets a reference to the given string and assigns it to the Address field.
func (*ServiceUILink) SetLabel ¶
func (o *ServiceUILink) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*ServiceUILink) SetTarget ¶
func (o *ServiceUILink) SetTarget(v string)
SetTarget gets a reference to the given string and assigns it to the Target field.
func (*ServiceUILink) SetType ¶
func (o *ServiceUILink) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*ServiceUILink) UnmarshalJSON ¶ added in v1.0.5
func (o *ServiceUILink) UnmarshalJSON(bytes []byte) (err error)
type ServiceUIResource ¶ added in v1.0.8
type ServiceUIResource struct { Type *string `json:"type,omitempty"` Href *string `json:"href,omitempty"` AdditionalProperties map[string]interface{} }
ServiceUIResource struct for ServiceUIResource
func NewServiceUIResource ¶ added in v1.0.8
func NewServiceUIResource() *ServiceUIResource
NewServiceUIResource instantiates a new ServiceUIResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceUIResourceWithDefaults ¶ added in v1.0.8
func NewServiceUIResourceWithDefaults() *ServiceUIResource
NewServiceUIResourceWithDefaults instantiates a new ServiceUIResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceUIResource) GetHref ¶ added in v1.0.8
func (o *ServiceUIResource) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*ServiceUIResource) GetHrefOk ¶ added in v1.0.8
func (o *ServiceUIResource) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceUIResource) GetType ¶ added in v1.0.8
func (o *ServiceUIResource) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ServiceUIResource) GetTypeOk ¶ added in v1.0.8
func (o *ServiceUIResource) 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 (*ServiceUIResource) HasHref ¶ added in v1.0.8
func (o *ServiceUIResource) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*ServiceUIResource) HasType ¶ added in v1.0.8
func (o *ServiceUIResource) HasType() bool
HasType returns a boolean if a field has been set.
func (ServiceUIResource) MarshalJSON ¶ added in v1.0.8
func (o ServiceUIResource) MarshalJSON() ([]byte, error)
func (*ServiceUIResource) SetHref ¶ added in v1.0.8
func (o *ServiceUIResource) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*ServiceUIResource) SetType ¶ added in v1.0.8
func (o *ServiceUIResource) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*ServiceUIResource) UnmarshalJSON ¶ added in v1.0.8
func (o *ServiceUIResource) UnmarshalJSON(bytes []byte) (err error)
type ServiceUpdate ¶ added in v1.0.5
type ServiceUpdate struct { Status *map[string]interface{} `json:"status,omitempty"` DefinitionAttributes *map[string]interface{} `json:"definitionAttributes,omitempty"` Attributes *map[string]interface{} `json:"attributes,omitempty"` AdditionalProperties map[string]interface{} }
ServiceUpdate struct for ServiceUpdate
func NewServiceUpdate ¶ added in v1.0.5
func NewServiceUpdate() *ServiceUpdate
NewServiceUpdate instantiates a new ServiceUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceUpdateWithDefaults ¶ added in v1.0.5
func NewServiceUpdateWithDefaults() *ServiceUpdate
NewServiceUpdateWithDefaults instantiates a new ServiceUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceUpdate) GetAttributes ¶ added in v1.0.5
func (o *ServiceUpdate) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ServiceUpdate) GetAttributesOk ¶ added in v1.0.5
func (o *ServiceUpdate) GetAttributesOk() (*map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceUpdate) GetDefinitionAttributes ¶ added in v1.0.5
func (o *ServiceUpdate) GetDefinitionAttributes() map[string]interface{}
GetDefinitionAttributes returns the DefinitionAttributes field value if set, zero value otherwise.
func (*ServiceUpdate) GetDefinitionAttributesOk ¶ added in v1.0.5
func (o *ServiceUpdate) GetDefinitionAttributesOk() (*map[string]interface{}, bool)
GetDefinitionAttributesOk returns a tuple with the DefinitionAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceUpdate) GetStatus ¶ added in v1.0.5
func (o *ServiceUpdate) GetStatus() map[string]interface{}
GetStatus returns the Status field value if set, zero value otherwise.
func (*ServiceUpdate) GetStatusOk ¶ added in v1.0.5
func (o *ServiceUpdate) GetStatusOk() (*map[string]interface{}, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceUpdate) HasAttributes ¶ added in v1.0.5
func (o *ServiceUpdate) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ServiceUpdate) HasDefinitionAttributes ¶ added in v1.0.5
func (o *ServiceUpdate) HasDefinitionAttributes() bool
HasDefinitionAttributes returns a boolean if a field has been set.
func (*ServiceUpdate) HasStatus ¶ added in v1.0.5
func (o *ServiceUpdate) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (ServiceUpdate) MarshalJSON ¶ added in v1.0.5
func (o ServiceUpdate) MarshalJSON() ([]byte, error)
func (*ServiceUpdate) SetAttributes ¶ added in v1.0.5
func (o *ServiceUpdate) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*ServiceUpdate) SetDefinitionAttributes ¶ added in v1.0.5
func (o *ServiceUpdate) SetDefinitionAttributes(v map[string]interface{})
SetDefinitionAttributes gets a reference to the given map[string]interface{} and assigns it to the DefinitionAttributes field.
func (*ServiceUpdate) SetStatus ¶ added in v1.0.5
func (o *ServiceUpdate) SetStatus(v map[string]interface{})
SetStatus gets a reference to the given map[string]interface{} and assigns it to the Status field.
func (*ServiceUpdate) UnmarshalJSON ¶ added in v1.0.5
func (o *ServiceUpdate) UnmarshalJSON(bytes []byte) (err error)
type ServicesApiService ¶
type ServicesApiService service
ServicesApiService ServicesApi service
func (*ServicesApiService) DeleteService ¶
func (a *ServicesApiService) DeleteService(ctx _context.Context, id string) ApiDeleteServiceRequest
* DeleteService Deletes a service. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiDeleteServiceRequest
func (*ServicesApiService) DeleteServiceExecute ¶
func (a *ServicesApiService) DeleteServiceExecute(r ApiDeleteServiceRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*ServicesApiService) GetService ¶
func (a *ServicesApiService) GetService(ctx _context.Context, id string) ApiGetServiceRequest
* GetService Returns a service. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetServiceRequest
func (*ServicesApiService) GetServiceExecute ¶
func (a *ServicesApiService) GetServiceExecute(r ApiGetServiceRequest) (Service, *_nethttp.Response, error)
* Execute executes the request * @return Service
func (*ServicesApiService) GetServicesPage ¶
func (a *ServicesApiService) GetServicesPage(ctx _context.Context) ApiGetServicesPageRequest
* GetServicesPage Returns a page of services. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetServicesPageRequest
func (*ServicesApiService) GetServicesPageExecute ¶
func (a *ServicesApiService) GetServicesPageExecute(r ApiGetServicesPageRequest) (ServicesPage, *_nethttp.Response, error)
* Execute executes the request * @return ServicesPage
func (*ServicesApiService) SubmitOrder ¶
func (a *ServicesApiService) SubmitOrder(ctx _context.Context) ApiSubmitOrderRequest
* SubmitOrder Submits an order. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiSubmitOrderRequest
func (*ServicesApiService) SubmitOrderExecute ¶
func (a *ServicesApiService) SubmitOrderExecute(r ApiSubmitOrderRequest) (LegacyServiceOrderResponse, *_nethttp.Response, error)
* Execute executes the request * @return LegacyServiceOrderResponse
func (*ServicesApiService) UpdateOrder ¶
func (a *ServicesApiService) UpdateOrder(ctx _context.Context) ApiUpdateOrderRequest
* UpdateOrder Updates an order. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiUpdateOrderRequest
func (*ServicesApiService) UpdateOrderExecute ¶
func (a *ServicesApiService) UpdateOrderExecute(r ApiUpdateOrderRequest) (LegacyServiceOrderResponse, *_nethttp.Response, error)
* Execute executes the request * @return LegacyServiceOrderResponse
func (*ServicesApiService) UpdateService ¶ added in v1.0.5
func (a *ServicesApiService) UpdateService(ctx _context.Context, id string) ApiUpdateServiceRequest
* UpdateService Updates a service. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiUpdateServiceRequest
func (*ServicesApiService) UpdateServiceExecute ¶ added in v1.0.5
func (a *ServicesApiService) UpdateServiceExecute(r ApiUpdateServiceRequest) (Service, *_nethttp.Response, error)
* Execute executes the request * @return Service
type ServicesPage ¶
type ServicesPage struct { Page *int32 `json:"page,omitempty"` PageSize *int32 `json:"pageSize,omitempty"` TotalItems NullableInt64 `json:"totalItems,omitempty"` HasNext NullableBool `json:"hasNext,omitempty"` HasPrevious NullableBool `json:"hasPrevious,omitempty"` SortBy NullableString `json:"sortBy,omitempty"` SortOrder NullableString `json:"sortOrder,omitempty"` Contents *[]Service `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
ServicesPage struct for ServicesPage
func NewServicesPage ¶
func NewServicesPage() *ServicesPage
NewServicesPage instantiates a new ServicesPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServicesPageWithDefaults ¶
func NewServicesPageWithDefaults() *ServicesPage
NewServicesPageWithDefaults instantiates a new ServicesPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServicesPage) GetContents ¶
func (o *ServicesPage) GetContents() []Service
GetContents returns the Contents field value if set, zero value otherwise.
func (*ServicesPage) GetContentsOk ¶
func (o *ServicesPage) GetContentsOk() (*[]Service, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServicesPage) GetHasNext ¶
func (o *ServicesPage) GetHasNext() bool
GetHasNext returns the HasNext field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ServicesPage) GetHasNextOk ¶
func (o *ServicesPage) GetHasNextOk() (*bool, bool)
GetHasNextOk returns a tuple with the HasNext field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ServicesPage) GetHasPrevious ¶
func (o *ServicesPage) GetHasPrevious() bool
GetHasPrevious returns the HasPrevious field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ServicesPage) GetHasPreviousOk ¶
func (o *ServicesPage) GetHasPreviousOk() (*bool, bool)
GetHasPreviousOk returns a tuple with the HasPrevious field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ServicesPage) GetPage ¶
func (o *ServicesPage) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise.
func (*ServicesPage) GetPageOk ¶
func (o *ServicesPage) 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 (*ServicesPage) GetPageSize ¶
func (o *ServicesPage) GetPageSize() int32
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*ServicesPage) GetPageSizeOk ¶
func (o *ServicesPage) 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 (*ServicesPage) GetSortBy ¶
func (o *ServicesPage) GetSortBy() string
GetSortBy returns the SortBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ServicesPage) GetSortByOk ¶
func (o *ServicesPage) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ServicesPage) GetSortOrder ¶
func (o *ServicesPage) GetSortOrder() string
GetSortOrder returns the SortOrder field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ServicesPage) GetSortOrderOk ¶
func (o *ServicesPage) GetSortOrderOk() (*string, bool)
GetSortOrderOk returns a tuple with the SortOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ServicesPage) GetTotalItems ¶
func (o *ServicesPage) GetTotalItems() int64
GetTotalItems returns the TotalItems field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ServicesPage) GetTotalItemsOk ¶
func (o *ServicesPage) GetTotalItemsOk() (*int64, bool)
GetTotalItemsOk returns a tuple with the TotalItems field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ServicesPage) HasContents ¶
func (o *ServicesPage) HasContents() bool
HasContents returns a boolean if a field has been set.
func (*ServicesPage) HasHasNext ¶
func (o *ServicesPage) HasHasNext() bool
HasHasNext returns a boolean if a field has been set.
func (*ServicesPage) HasHasPrevious ¶
func (o *ServicesPage) HasHasPrevious() bool
HasHasPrevious returns a boolean if a field has been set.
func (*ServicesPage) HasPage ¶
func (o *ServicesPage) HasPage() bool
HasPage returns a boolean if a field has been set.
func (*ServicesPage) HasPageSize ¶
func (o *ServicesPage) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (*ServicesPage) HasSortBy ¶
func (o *ServicesPage) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.
func (*ServicesPage) HasSortOrder ¶
func (o *ServicesPage) HasSortOrder() bool
HasSortOrder returns a boolean if a field has been set.
func (*ServicesPage) HasTotalItems ¶
func (o *ServicesPage) HasTotalItems() bool
HasTotalItems returns a boolean if a field has been set.
func (ServicesPage) MarshalJSON ¶
func (o ServicesPage) MarshalJSON() ([]byte, error)
func (*ServicesPage) SetContents ¶
func (o *ServicesPage) SetContents(v []Service)
SetContents gets a reference to the given []Service and assigns it to the Contents field.
func (*ServicesPage) SetHasNext ¶
func (o *ServicesPage) SetHasNext(v bool)
SetHasNext gets a reference to the given NullableBool and assigns it to the HasNext field.
func (*ServicesPage) SetHasNextNil ¶
func (o *ServicesPage) SetHasNextNil()
SetHasNextNil sets the value for HasNext to be an explicit nil
func (*ServicesPage) SetHasPrevious ¶
func (o *ServicesPage) SetHasPrevious(v bool)
SetHasPrevious gets a reference to the given NullableBool and assigns it to the HasPrevious field.
func (*ServicesPage) SetHasPreviousNil ¶
func (o *ServicesPage) SetHasPreviousNil()
SetHasPreviousNil sets the value for HasPrevious to be an explicit nil
func (*ServicesPage) SetPage ¶
func (o *ServicesPage) SetPage(v int32)
SetPage gets a reference to the given int32 and assigns it to the Page field.
func (*ServicesPage) SetPageSize ¶
func (o *ServicesPage) SetPageSize(v int32)
SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.
func (*ServicesPage) SetSortBy ¶
func (o *ServicesPage) SetSortBy(v string)
SetSortBy gets a reference to the given NullableString and assigns it to the SortBy field.
func (*ServicesPage) SetSortByNil ¶ added in v1.0.2
func (o *ServicesPage) SetSortByNil()
SetSortByNil sets the value for SortBy to be an explicit nil
func (*ServicesPage) SetSortOrder ¶
func (o *ServicesPage) SetSortOrder(v string)
SetSortOrder gets a reference to the given NullableString and assigns it to the SortOrder field.
func (*ServicesPage) SetSortOrderNil ¶ added in v1.0.2
func (o *ServicesPage) SetSortOrderNil()
SetSortOrderNil sets the value for SortOrder to be an explicit nil
func (*ServicesPage) SetTotalItems ¶
func (o *ServicesPage) SetTotalItems(v int64)
SetTotalItems gets a reference to the given NullableInt64 and assigns it to the TotalItems field.
func (*ServicesPage) SetTotalItemsNil ¶ added in v1.0.2
func (o *ServicesPage) SetTotalItemsNil()
SetTotalItemsNil sets the value for TotalItems to be an explicit nil
func (*ServicesPage) UnmarshalJSON ¶ added in v1.0.5
func (o *ServicesPage) UnmarshalJSON(bytes []byte) (err error)
func (*ServicesPage) UnsetHasNext ¶
func (o *ServicesPage) UnsetHasNext()
UnsetHasNext ensures that no value is present for HasNext, not even an explicit nil
func (*ServicesPage) UnsetHasPrevious ¶
func (o *ServicesPage) UnsetHasPrevious()
UnsetHasPrevious ensures that no value is present for HasPrevious, not even an explicit nil
func (*ServicesPage) UnsetSortBy ¶ added in v1.0.2
func (o *ServicesPage) UnsetSortBy()
UnsetSortBy ensures that no value is present for SortBy, not even an explicit nil
func (*ServicesPage) UnsetSortOrder ¶ added in v1.0.2
func (o *ServicesPage) UnsetSortOrder()
UnsetSortOrder ensures that no value is present for SortOrder, not even an explicit nil
func (*ServicesPage) UnsetTotalItems ¶ added in v1.0.2
func (o *ServicesPage) UnsetTotalItems()
UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil
type ServicesPageAllOf ¶
type ServicesPageAllOf struct { Contents *[]Service `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
ServicesPageAllOf struct for ServicesPageAllOf
func NewServicesPageAllOf ¶
func NewServicesPageAllOf() *ServicesPageAllOf
NewServicesPageAllOf instantiates a new ServicesPageAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServicesPageAllOfWithDefaults ¶
func NewServicesPageAllOfWithDefaults() *ServicesPageAllOf
NewServicesPageAllOfWithDefaults instantiates a new ServicesPageAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServicesPageAllOf) GetContents ¶
func (o *ServicesPageAllOf) GetContents() []Service
GetContents returns the Contents field value if set, zero value otherwise.
func (*ServicesPageAllOf) GetContentsOk ¶
func (o *ServicesPageAllOf) GetContentsOk() (*[]Service, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServicesPageAllOf) HasContents ¶
func (o *ServicesPageAllOf) HasContents() bool
HasContents returns a boolean if a field has been set.
func (ServicesPageAllOf) MarshalJSON ¶
func (o ServicesPageAllOf) MarshalJSON() ([]byte, error)
func (*ServicesPageAllOf) SetContents ¶
func (o *ServicesPageAllOf) SetContents(v []Service)
SetContents gets a reference to the given []Service and assigns it to the Contents field.
func (*ServicesPageAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *ServicesPageAllOf) UnmarshalJSON(bytes []byte) (err error)
type Site ¶
type Site struct { Id *string `json:"id,omitempty"` TenantId *string `json:"tenantId,omitempty"` ParentId NullableString `json:"parentId,omitempty"` Name *string `json:"name,omitempty"` Type NullableString `json:"type,omitempty"` Description NullableString `json:"description,omitempty"` Address NullableSiteAddress `json:"address,omitempty"` Contact NullableSiteContact `json:"contact,omitempty"` Image NullableString `json:"image,omitempty"` Attributes map[string]string `json:"attributes,omitempty"` Devices *[]DeviceSummary `json:"devices,omitempty"` ServiceIds *[]string `json:"serviceIds,omitempty"` Location NullableSiteLocation `json:"location,omitempty"` Status *SiteStatus `json:"status,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` CreatedBy *string `json:"createdBy,omitempty"` ModifiedOn NullableTime `json:"modifiedOn,omitempty"` ModifiedBy *string `json:"modifiedBy,omitempty"` AdditionalProperties map[string]interface{} }
Site struct for Site
func NewSite ¶
func NewSite() *Site
NewSite instantiates a new Site object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSiteWithDefaults ¶
func NewSiteWithDefaults() *Site
NewSiteWithDefaults instantiates a new Site object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Site) GetAddress ¶
func (o *Site) GetAddress() SiteAddress
GetAddress returns the Address field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Site) GetAddressOk ¶
func (o *Site) GetAddressOk() (*SiteAddress, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Site) GetAttributes ¶
GetAttributes returns the Attributes field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Site) GetAttributesOk ¶
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Site) GetContact ¶
func (o *Site) GetContact() SiteContact
GetContact returns the Contact field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Site) GetContactOk ¶
func (o *Site) GetContactOk() (*SiteContact, bool)
GetContactOk returns a tuple with the Contact field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Site) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Site) GetCreatedByOk ¶
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 (*Site) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Site) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Site) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Site) GetDescriptionOk ¶
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 (*Site) GetDevices ¶
func (o *Site) GetDevices() []DeviceSummary
GetDevices returns the Devices field value if set, zero value otherwise.
func (*Site) GetDevicesOk ¶
func (o *Site) GetDevicesOk() (*[]DeviceSummary, bool)
GetDevicesOk returns a tuple with the Devices field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Site) 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 (*Site) GetImage ¶
GetImage returns the Image field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Site) GetImageOk ¶
GetImageOk returns a tuple with the Image field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Site) GetLocation ¶
func (o *Site) GetLocation() SiteLocation
GetLocation returns the Location field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Site) GetLocationOk ¶
func (o *Site) GetLocationOk() (*SiteLocation, bool)
GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Site) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Site) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Site) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Site) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Site) 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 (*Site) GetParentId ¶
GetParentId returns the ParentId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Site) GetParentIdOk ¶
GetParentIdOk returns a tuple with the ParentId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Site) GetServiceIds ¶ added in v1.0.2
GetServiceIds returns the ServiceIds field value if set, zero value otherwise.
func (*Site) GetServiceIdsOk ¶ added in v1.0.2
GetServiceIdsOk returns a tuple with the ServiceIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Site) GetStatus ¶
func (o *Site) GetStatus() SiteStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*Site) GetStatusOk ¶
func (o *Site) GetStatusOk() (*SiteStatus, 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 (*Site) GetTenantId ¶
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*Site) GetTenantIdOk ¶
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Site) GetType ¶
GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Site) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Site) HasAddress ¶
HasAddress returns a boolean if a field has been set.
func (*Site) HasAttributes ¶
HasAttributes returns a boolean if a field has been set.
func (*Site) HasContact ¶
HasContact returns a boolean if a field has been set.
func (*Site) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Site) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Site) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*Site) HasDevices ¶
HasDevices returns a boolean if a field has been set.
func (*Site) HasLocation ¶
HasLocation returns a boolean if a field has been set.
func (*Site) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Site) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Site) HasParentId ¶
HasParentId returns a boolean if a field has been set.
func (*Site) HasServiceIds ¶ added in v1.0.2
HasServiceIds returns a boolean if a field has been set.
func (*Site) HasTenantId ¶
HasTenantId returns a boolean if a field has been set.
func (Site) MarshalJSON ¶
func (*Site) SetAddress ¶
func (o *Site) SetAddress(v SiteAddress)
SetAddress gets a reference to the given NullableSiteAddress and assigns it to the Address field.
func (*Site) SetAddressNil ¶ added in v1.0.1
func (o *Site) SetAddressNil()
SetAddressNil sets the value for Address to be an explicit nil
func (*Site) SetAttributes ¶
SetAttributes gets a reference to the given map[string]string and assigns it to the Attributes field.
func (*Site) SetContact ¶
func (o *Site) SetContact(v SiteContact)
SetContact gets a reference to the given NullableSiteContact and assigns it to the Contact field.
func (*Site) SetContactNil ¶ added in v1.0.1
func (o *Site) SetContactNil()
SetContactNil sets the value for Contact to be an explicit nil
func (*Site) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Site) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Site) SetDescription ¶
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*Site) SetDescriptionNil ¶ added in v1.0.5
func (o *Site) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*Site) SetDevices ¶
func (o *Site) SetDevices(v []DeviceSummary)
SetDevices gets a reference to the given []DeviceSummary and assigns it to the Devices field.
func (*Site) SetImage ¶
SetImage gets a reference to the given NullableString and assigns it to the Image field.
func (*Site) SetImageNil ¶ added in v1.0.2
func (o *Site) SetImageNil()
SetImageNil sets the value for Image to be an explicit nil
func (*Site) SetLocation ¶
func (o *Site) SetLocation(v SiteLocation)
SetLocation gets a reference to the given NullableSiteLocation and assigns it to the Location field.
func (*Site) SetLocationNil ¶ added in v1.0.2
func (o *Site) SetLocationNil()
SetLocationNil sets the value for Location to be an explicit nil
func (*Site) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Site) SetModifiedOn ¶
SetModifiedOn gets a reference to the given NullableTime and assigns it to the ModifiedOn field.
func (*Site) SetModifiedOnNil ¶ added in v1.0.5
func (o *Site) SetModifiedOnNil()
SetModifiedOnNil sets the value for ModifiedOn to be an explicit nil
func (*Site) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Site) SetParentId ¶
SetParentId gets a reference to the given NullableString and assigns it to the ParentId field.
func (*Site) SetParentIdNil ¶ added in v1.0.2
func (o *Site) SetParentIdNil()
SetParentIdNil sets the value for ParentId to be an explicit nil
func (*Site) SetServiceIds ¶ added in v1.0.2
SetServiceIds gets a reference to the given []string and assigns it to the ServiceIds field.
func (*Site) SetStatus ¶
func (o *Site) SetStatus(v SiteStatus)
SetStatus gets a reference to the given SiteStatus and assigns it to the Status field.
func (*Site) SetTenantId ¶
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*Site) SetType ¶
SetType gets a reference to the given NullableString and assigns it to the Type field.
func (*Site) SetTypeNil ¶ added in v1.0.2
func (o *Site) SetTypeNil()
SetTypeNil sets the value for Type to be an explicit nil
func (*Site) UnmarshalJSON ¶ added in v1.0.5
func (*Site) UnsetAddress ¶ added in v1.0.1
func (o *Site) UnsetAddress()
UnsetAddress ensures that no value is present for Address, not even an explicit nil
func (*Site) UnsetContact ¶ added in v1.0.1
func (o *Site) UnsetContact()
UnsetContact ensures that no value is present for Contact, not even an explicit nil
func (*Site) UnsetDescription ¶ added in v1.0.5
func (o *Site) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (*Site) UnsetImage ¶ added in v1.0.2
func (o *Site) UnsetImage()
UnsetImage ensures that no value is present for Image, not even an explicit nil
func (*Site) UnsetLocation ¶ added in v1.0.2
func (o *Site) UnsetLocation()
UnsetLocation ensures that no value is present for Location, not even an explicit nil
func (*Site) UnsetModifiedOn ¶ added in v1.0.5
func (o *Site) UnsetModifiedOn()
UnsetModifiedOn ensures that no value is present for ModifiedOn, not even an explicit nil
func (*Site) UnsetParentId ¶ added in v1.0.2
func (o *Site) UnsetParentId()
UnsetParentId ensures that no value is present for ParentId, not even an explicit nil
type SiteAddress ¶
type SiteAddress struct { Name *string `json:"name,omitempty"` Company *string `json:"company,omitempty"` FormattedAddress *string `json:"formattedAddress,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"` PostCode *string `json:"postCode,omitempty"` AdditionalProperties map[string]interface{} }
SiteAddress struct for SiteAddress
func NewSiteAddress ¶
func NewSiteAddress() *SiteAddress
NewSiteAddress instantiates a new SiteAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSiteAddressWithDefaults ¶
func NewSiteAddressWithDefaults() *SiteAddress
NewSiteAddressWithDefaults instantiates a new SiteAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SiteAddress) GetAddress1 ¶
func (o *SiteAddress) GetAddress1() string
GetAddress1 returns the Address1 field value if set, zero value otherwise.
func (*SiteAddress) GetAddress1Ok ¶
func (o *SiteAddress) 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 (*SiteAddress) GetAddress2 ¶
func (o *SiteAddress) GetAddress2() string
GetAddress2 returns the Address2 field value if set, zero value otherwise.
func (*SiteAddress) GetAddress2Ok ¶
func (o *SiteAddress) 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 (*SiteAddress) GetCity ¶
func (o *SiteAddress) GetCity() string
GetCity returns the City field value if set, zero value otherwise.
func (*SiteAddress) GetCityOk ¶
func (o *SiteAddress) 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 (*SiteAddress) GetCompany ¶
func (o *SiteAddress) GetCompany() string
GetCompany returns the Company field value if set, zero value otherwise.
func (*SiteAddress) GetCompanyOk ¶
func (o *SiteAddress) GetCompanyOk() (*string, bool)
GetCompanyOk returns a tuple with the Company field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SiteAddress) GetCountry ¶
func (o *SiteAddress) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*SiteAddress) GetCountryOk ¶
func (o *SiteAddress) 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 (*SiteAddress) GetFormattedAddress ¶
func (o *SiteAddress) GetFormattedAddress() string
GetFormattedAddress returns the FormattedAddress field value if set, zero value otherwise.
func (*SiteAddress) GetFormattedAddressOk ¶
func (o *SiteAddress) GetFormattedAddressOk() (*string, bool)
GetFormattedAddressOk returns a tuple with the FormattedAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SiteAddress) GetName ¶
func (o *SiteAddress) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*SiteAddress) GetNameOk ¶
func (o *SiteAddress) 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 (*SiteAddress) GetPostCode ¶
func (o *SiteAddress) GetPostCode() string
GetPostCode returns the PostCode field value if set, zero value otherwise.
func (*SiteAddress) GetPostCodeOk ¶
func (o *SiteAddress) GetPostCodeOk() (*string, bool)
GetPostCodeOk returns a tuple with the PostCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SiteAddress) GetState ¶
func (o *SiteAddress) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*SiteAddress) GetStateOk ¶
func (o *SiteAddress) 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 (*SiteAddress) HasAddress1 ¶
func (o *SiteAddress) HasAddress1() bool
HasAddress1 returns a boolean if a field has been set.
func (*SiteAddress) HasAddress2 ¶
func (o *SiteAddress) HasAddress2() bool
HasAddress2 returns a boolean if a field has been set.
func (*SiteAddress) HasCity ¶
func (o *SiteAddress) HasCity() bool
HasCity returns a boolean if a field has been set.
func (*SiteAddress) HasCompany ¶
func (o *SiteAddress) HasCompany() bool
HasCompany returns a boolean if a field has been set.
func (*SiteAddress) HasCountry ¶
func (o *SiteAddress) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (*SiteAddress) HasFormattedAddress ¶
func (o *SiteAddress) HasFormattedAddress() bool
HasFormattedAddress returns a boolean if a field has been set.
func (*SiteAddress) HasName ¶
func (o *SiteAddress) HasName() bool
HasName returns a boolean if a field has been set.
func (*SiteAddress) HasPostCode ¶
func (o *SiteAddress) HasPostCode() bool
HasPostCode returns a boolean if a field has been set.
func (*SiteAddress) HasState ¶
func (o *SiteAddress) HasState() bool
HasState returns a boolean if a field has been set.
func (SiteAddress) MarshalJSON ¶
func (o SiteAddress) MarshalJSON() ([]byte, error)
func (*SiteAddress) SetAddress1 ¶
func (o *SiteAddress) SetAddress1(v string)
SetAddress1 gets a reference to the given string and assigns it to the Address1 field.
func (*SiteAddress) SetAddress2 ¶
func (o *SiteAddress) SetAddress2(v string)
SetAddress2 gets a reference to the given string and assigns it to the Address2 field.
func (*SiteAddress) SetCity ¶
func (o *SiteAddress) SetCity(v string)
SetCity gets a reference to the given string and assigns it to the City field.
func (*SiteAddress) SetCompany ¶
func (o *SiteAddress) SetCompany(v string)
SetCompany gets a reference to the given string and assigns it to the Company field.
func (*SiteAddress) SetCountry ¶
func (o *SiteAddress) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*SiteAddress) SetFormattedAddress ¶
func (o *SiteAddress) SetFormattedAddress(v string)
SetFormattedAddress gets a reference to the given string and assigns it to the FormattedAddress field.
func (*SiteAddress) SetName ¶
func (o *SiteAddress) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*SiteAddress) SetPostCode ¶
func (o *SiteAddress) SetPostCode(v string)
SetPostCode gets a reference to the given string and assigns it to the PostCode field.
func (*SiteAddress) SetState ¶
func (o *SiteAddress) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*SiteAddress) UnmarshalJSON ¶ added in v1.0.5
func (o *SiteAddress) UnmarshalJSON(bytes []byte) (err error)
type SiteContact ¶
type SiteContact struct { Name string `json:"name"` Phone string `json:"phone"` Email *string `json:"email,omitempty"` AdditionalProperties map[string]interface{} }
SiteContact struct for SiteContact
func NewSiteContact ¶
func NewSiteContact(name string, phone string) *SiteContact
NewSiteContact instantiates a new SiteContact object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSiteContactWithDefaults ¶
func NewSiteContactWithDefaults() *SiteContact
NewSiteContactWithDefaults instantiates a new SiteContact object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SiteContact) GetEmail ¶
func (o *SiteContact) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*SiteContact) GetEmailOk ¶
func (o *SiteContact) 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 (*SiteContact) GetName ¶
func (o *SiteContact) GetName() string
GetName returns the Name field value
func (*SiteContact) GetNameOk ¶
func (o *SiteContact) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SiteContact) GetPhone ¶
func (o *SiteContact) GetPhone() string
GetPhone returns the Phone field value
func (*SiteContact) GetPhoneOk ¶
func (o *SiteContact) GetPhoneOk() (*string, bool)
GetPhoneOk returns a tuple with the Phone field value and a boolean to check if the value has been set.
func (*SiteContact) HasEmail ¶
func (o *SiteContact) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (SiteContact) MarshalJSON ¶
func (o SiteContact) MarshalJSON() ([]byte, error)
func (*SiteContact) SetEmail ¶
func (o *SiteContact) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*SiteContact) UnmarshalJSON ¶ added in v1.0.5
func (o *SiteContact) UnmarshalJSON(bytes []byte) (err error)
type SiteCreate ¶
type SiteCreate struct { TenantId string `json:"tenantId"` DeviceIds *[]string `json:"deviceIds,omitempty"` ServiceIds *[]string `json:"serviceIds,omitempty"` ParentId *string `json:"parentId,omitempty"` Name string `json:"name"` Description NullableString `json:"description,omitempty"` Type *string `json:"type,omitempty"` Address NullableSiteAddress `json:"address,omitempty"` Contact NullableSiteContact `json:"contact,omitempty"` Location NullableSiteLocation `json:"location,omitempty"` Image *string `json:"image,omitempty"` Attributes *map[string]string `json:"attributes,omitempty"` AdditionalProperties map[string]interface{} }
SiteCreate struct for SiteCreate
func NewSiteCreate ¶
func NewSiteCreate(tenantId string, name string) *SiteCreate
NewSiteCreate instantiates a new SiteCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSiteCreateWithDefaults ¶
func NewSiteCreateWithDefaults() *SiteCreate
NewSiteCreateWithDefaults instantiates a new SiteCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SiteCreate) GetAddress ¶
func (o *SiteCreate) GetAddress() SiteAddress
GetAddress returns the Address field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SiteCreate) GetAddressOk ¶
func (o *SiteCreate) GetAddressOk() (*SiteAddress, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SiteCreate) GetAttributes ¶
func (o *SiteCreate) GetAttributes() map[string]string
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*SiteCreate) GetAttributesOk ¶
func (o *SiteCreate) GetAttributesOk() (*map[string]string, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SiteCreate) GetContact ¶
func (o *SiteCreate) GetContact() SiteContact
GetContact returns the Contact field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SiteCreate) GetContactOk ¶
func (o *SiteCreate) GetContactOk() (*SiteContact, bool)
GetContactOk returns a tuple with the Contact field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SiteCreate) GetDescription ¶
func (o *SiteCreate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SiteCreate) GetDescriptionOk ¶
func (o *SiteCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SiteCreate) GetDeviceIds ¶
func (o *SiteCreate) GetDeviceIds() []string
GetDeviceIds returns the DeviceIds field value if set, zero value otherwise.
func (*SiteCreate) GetDeviceIdsOk ¶
func (o *SiteCreate) GetDeviceIdsOk() (*[]string, bool)
GetDeviceIdsOk returns a tuple with the DeviceIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SiteCreate) GetImage ¶
func (o *SiteCreate) GetImage() string
GetImage returns the Image field value if set, zero value otherwise.
func (*SiteCreate) GetImageOk ¶
func (o *SiteCreate) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SiteCreate) GetLocation ¶
func (o *SiteCreate) GetLocation() SiteLocation
GetLocation returns the Location field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SiteCreate) GetLocationOk ¶
func (o *SiteCreate) GetLocationOk() (*SiteLocation, bool)
GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SiteCreate) GetName ¶
func (o *SiteCreate) GetName() string
GetName returns the Name field value
func (*SiteCreate) GetNameOk ¶
func (o *SiteCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SiteCreate) GetParentId ¶
func (o *SiteCreate) GetParentId() string
GetParentId returns the ParentId field value if set, zero value otherwise.
func (*SiteCreate) GetParentIdOk ¶
func (o *SiteCreate) GetParentIdOk() (*string, bool)
GetParentIdOk returns a tuple with the ParentId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SiteCreate) GetServiceIds ¶
func (o *SiteCreate) GetServiceIds() []string
GetServiceIds returns the ServiceIds field value if set, zero value otherwise.
func (*SiteCreate) GetServiceIdsOk ¶
func (o *SiteCreate) GetServiceIdsOk() (*[]string, bool)
GetServiceIdsOk returns a tuple with the ServiceIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SiteCreate) GetTenantId ¶
func (o *SiteCreate) GetTenantId() string
GetTenantId returns the TenantId field value
func (*SiteCreate) GetTenantIdOk ¶
func (o *SiteCreate) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.
func (*SiteCreate) GetType ¶
func (o *SiteCreate) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*SiteCreate) GetTypeOk ¶
func (o *SiteCreate) 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 (*SiteCreate) HasAddress ¶
func (o *SiteCreate) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (*SiteCreate) HasAttributes ¶
func (o *SiteCreate) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*SiteCreate) HasContact ¶
func (o *SiteCreate) HasContact() bool
HasContact returns a boolean if a field has been set.
func (*SiteCreate) HasDescription ¶
func (o *SiteCreate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*SiteCreate) HasDeviceIds ¶
func (o *SiteCreate) HasDeviceIds() bool
HasDeviceIds returns a boolean if a field has been set.
func (*SiteCreate) HasImage ¶
func (o *SiteCreate) HasImage() bool
HasImage returns a boolean if a field has been set.
func (*SiteCreate) HasLocation ¶
func (o *SiteCreate) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (*SiteCreate) HasParentId ¶
func (o *SiteCreate) HasParentId() bool
HasParentId returns a boolean if a field has been set.
func (*SiteCreate) HasServiceIds ¶
func (o *SiteCreate) HasServiceIds() bool
HasServiceIds returns a boolean if a field has been set.
func (*SiteCreate) HasType ¶
func (o *SiteCreate) HasType() bool
HasType returns a boolean if a field has been set.
func (SiteCreate) MarshalJSON ¶
func (o SiteCreate) MarshalJSON() ([]byte, error)
func (*SiteCreate) SetAddress ¶
func (o *SiteCreate) SetAddress(v SiteAddress)
SetAddress gets a reference to the given NullableSiteAddress and assigns it to the Address field.
func (*SiteCreate) SetAddressNil ¶ added in v1.0.1
func (o *SiteCreate) SetAddressNil()
SetAddressNil sets the value for Address to be an explicit nil
func (*SiteCreate) SetAttributes ¶
func (o *SiteCreate) SetAttributes(v map[string]string)
SetAttributes gets a reference to the given map[string]string and assigns it to the Attributes field.
func (*SiteCreate) SetContact ¶
func (o *SiteCreate) SetContact(v SiteContact)
SetContact gets a reference to the given NullableSiteContact and assigns it to the Contact field.
func (*SiteCreate) SetContactNil ¶ added in v1.0.1
func (o *SiteCreate) SetContactNil()
SetContactNil sets the value for Contact to be an explicit nil
func (*SiteCreate) SetDescription ¶
func (o *SiteCreate) SetDescription(v string)
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*SiteCreate) SetDescriptionNil ¶ added in v1.0.5
func (o *SiteCreate) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*SiteCreate) SetDeviceIds ¶
func (o *SiteCreate) SetDeviceIds(v []string)
SetDeviceIds gets a reference to the given []string and assigns it to the DeviceIds field.
func (*SiteCreate) SetImage ¶
func (o *SiteCreate) SetImage(v string)
SetImage gets a reference to the given string and assigns it to the Image field.
func (*SiteCreate) SetLocation ¶
func (o *SiteCreate) SetLocation(v SiteLocation)
SetLocation gets a reference to the given NullableSiteLocation and assigns it to the Location field.
func (*SiteCreate) SetLocationNil ¶ added in v1.0.2
func (o *SiteCreate) SetLocationNil()
SetLocationNil sets the value for Location to be an explicit nil
func (*SiteCreate) SetParentId ¶
func (o *SiteCreate) SetParentId(v string)
SetParentId gets a reference to the given string and assigns it to the ParentId field.
func (*SiteCreate) SetServiceIds ¶
func (o *SiteCreate) SetServiceIds(v []string)
SetServiceIds gets a reference to the given []string and assigns it to the ServiceIds field.
func (*SiteCreate) SetTenantId ¶
func (o *SiteCreate) SetTenantId(v string)
SetTenantId sets field value
func (*SiteCreate) SetType ¶
func (o *SiteCreate) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*SiteCreate) UnmarshalJSON ¶ added in v1.0.5
func (o *SiteCreate) UnmarshalJSON(bytes []byte) (err error)
func (*SiteCreate) UnsetAddress ¶ added in v1.0.1
func (o *SiteCreate) UnsetAddress()
UnsetAddress ensures that no value is present for Address, not even an explicit nil
func (*SiteCreate) UnsetContact ¶ added in v1.0.1
func (o *SiteCreate) UnsetContact()
UnsetContact ensures that no value is present for Contact, not even an explicit nil
func (*SiteCreate) UnsetDescription ¶ added in v1.0.5
func (o *SiteCreate) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (*SiteCreate) UnsetLocation ¶ added in v1.0.2
func (o *SiteCreate) UnsetLocation()
UnsetLocation ensures that no value is present for Location, not even an explicit nil
type SiteCreateAllOf ¶
type SiteCreateAllOf struct { TenantId string `json:"tenantId"` DeviceIds *[]string `json:"deviceIds,omitempty"` ServiceIds *[]string `json:"serviceIds,omitempty"` AdditionalProperties map[string]interface{} }
SiteCreateAllOf struct for SiteCreateAllOf
func NewSiteCreateAllOf ¶
func NewSiteCreateAllOf(tenantId string) *SiteCreateAllOf
NewSiteCreateAllOf instantiates a new SiteCreateAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSiteCreateAllOfWithDefaults ¶
func NewSiteCreateAllOfWithDefaults() *SiteCreateAllOf
NewSiteCreateAllOfWithDefaults instantiates a new SiteCreateAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SiteCreateAllOf) GetDeviceIds ¶
func (o *SiteCreateAllOf) GetDeviceIds() []string
GetDeviceIds returns the DeviceIds field value if set, zero value otherwise.
func (*SiteCreateAllOf) GetDeviceIdsOk ¶
func (o *SiteCreateAllOf) GetDeviceIdsOk() (*[]string, bool)
GetDeviceIdsOk returns a tuple with the DeviceIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SiteCreateAllOf) GetServiceIds ¶
func (o *SiteCreateAllOf) GetServiceIds() []string
GetServiceIds returns the ServiceIds field value if set, zero value otherwise.
func (*SiteCreateAllOf) GetServiceIdsOk ¶
func (o *SiteCreateAllOf) GetServiceIdsOk() (*[]string, bool)
GetServiceIdsOk returns a tuple with the ServiceIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SiteCreateAllOf) GetTenantId ¶
func (o *SiteCreateAllOf) GetTenantId() string
GetTenantId returns the TenantId field value
func (*SiteCreateAllOf) GetTenantIdOk ¶
func (o *SiteCreateAllOf) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.
func (*SiteCreateAllOf) HasDeviceIds ¶
func (o *SiteCreateAllOf) HasDeviceIds() bool
HasDeviceIds returns a boolean if a field has been set.
func (*SiteCreateAllOf) HasServiceIds ¶
func (o *SiteCreateAllOf) HasServiceIds() bool
HasServiceIds returns a boolean if a field has been set.
func (SiteCreateAllOf) MarshalJSON ¶
func (o SiteCreateAllOf) MarshalJSON() ([]byte, error)
func (*SiteCreateAllOf) SetDeviceIds ¶
func (o *SiteCreateAllOf) SetDeviceIds(v []string)
SetDeviceIds gets a reference to the given []string and assigns it to the DeviceIds field.
func (*SiteCreateAllOf) SetServiceIds ¶
func (o *SiteCreateAllOf) SetServiceIds(v []string)
SetServiceIds gets a reference to the given []string and assigns it to the ServiceIds field.
func (*SiteCreateAllOf) SetTenantId ¶
func (o *SiteCreateAllOf) SetTenantId(v string)
SetTenantId sets field value
func (*SiteCreateAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *SiteCreateAllOf) UnmarshalJSON(bytes []byte) (err error)
type SiteLocation ¶
type SiteLocation struct { Latitude float64 `json:"latitude"` Longitude float64 `json:"longitude"` AdditionalProperties map[string]interface{} }
SiteLocation struct for SiteLocation
func NewSiteLocation ¶
func NewSiteLocation(latitude float64, longitude float64) *SiteLocation
NewSiteLocation instantiates a new SiteLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSiteLocationWithDefaults ¶
func NewSiteLocationWithDefaults() *SiteLocation
NewSiteLocationWithDefaults instantiates a new SiteLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SiteLocation) GetLatitude ¶
func (o *SiteLocation) GetLatitude() float64
GetLatitude returns the Latitude field value
func (*SiteLocation) GetLatitudeOk ¶
func (o *SiteLocation) GetLatitudeOk() (*float64, bool)
GetLatitudeOk returns a tuple with the Latitude field value and a boolean to check if the value has been set.
func (*SiteLocation) GetLongitude ¶
func (o *SiteLocation) GetLongitude() float64
GetLongitude returns the Longitude field value
func (*SiteLocation) GetLongitudeOk ¶
func (o *SiteLocation) GetLongitudeOk() (*float64, bool)
GetLongitudeOk returns a tuple with the Longitude field value and a boolean to check if the value has been set.
func (SiteLocation) MarshalJSON ¶
func (o SiteLocation) MarshalJSON() ([]byte, error)
func (*SiteLocation) SetLatitude ¶
func (o *SiteLocation) SetLatitude(v float64)
SetLatitude sets field value
func (*SiteLocation) SetLongitude ¶
func (o *SiteLocation) SetLongitude(v float64)
SetLongitude sets field value
func (*SiteLocation) UnmarshalJSON ¶ added in v1.0.5
func (o *SiteLocation) UnmarshalJSON(bytes []byte) (err error)
type SiteStatus ¶
type SiteStatus struct { Type string `json:"type"` Name string `json:"name"` Value string `json:"value"` Severity string `json:"severity"` LastUpdated *time.Time `json:"lastUpdated,omitempty"` LastUpdatedMessage string `json:"lastUpdatedMessage"` AdditionalProperties map[string]interface{} }
SiteStatus struct for SiteStatus
func NewSiteStatus ¶
func NewSiteStatus(type_ string, name string, value string, severity string, lastUpdatedMessage string) *SiteStatus
NewSiteStatus instantiates a new SiteStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSiteStatusWithDefaults ¶
func NewSiteStatusWithDefaults() *SiteStatus
NewSiteStatusWithDefaults instantiates a new SiteStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SiteStatus) GetLastUpdated ¶
func (o *SiteStatus) GetLastUpdated() time.Time
GetLastUpdated returns the LastUpdated field value if set, zero value otherwise.
func (*SiteStatus) GetLastUpdatedMessage ¶
func (o *SiteStatus) GetLastUpdatedMessage() string
GetLastUpdatedMessage returns the LastUpdatedMessage field value
func (*SiteStatus) GetLastUpdatedMessageOk ¶
func (o *SiteStatus) GetLastUpdatedMessageOk() (*string, bool)
GetLastUpdatedMessageOk returns a tuple with the LastUpdatedMessage field value and a boolean to check if the value has been set.
func (*SiteStatus) GetLastUpdatedOk ¶
func (o *SiteStatus) GetLastUpdatedOk() (*time.Time, 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 (*SiteStatus) GetName ¶
func (o *SiteStatus) GetName() string
GetName returns the Name field value
func (*SiteStatus) GetNameOk ¶
func (o *SiteStatus) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SiteStatus) GetSeverity ¶
func (o *SiteStatus) GetSeverity() string
GetSeverity returns the Severity field value
func (*SiteStatus) GetSeverityOk ¶
func (o *SiteStatus) GetSeverityOk() (*string, bool)
GetSeverityOk returns a tuple with the Severity field value and a boolean to check if the value has been set.
func (*SiteStatus) GetType ¶
func (o *SiteStatus) GetType() string
GetType returns the Type field value
func (*SiteStatus) GetTypeOk ¶
func (o *SiteStatus) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*SiteStatus) GetValue ¶
func (o *SiteStatus) GetValue() string
GetValue returns the Value field value
func (*SiteStatus) GetValueOk ¶
func (o *SiteStatus) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*SiteStatus) HasLastUpdated ¶
func (o *SiteStatus) HasLastUpdated() bool
HasLastUpdated returns a boolean if a field has been set.
func (SiteStatus) MarshalJSON ¶
func (o SiteStatus) MarshalJSON() ([]byte, error)
func (*SiteStatus) SetLastUpdated ¶
func (o *SiteStatus) SetLastUpdated(v time.Time)
SetLastUpdated gets a reference to the given time.Time and assigns it to the LastUpdated field.
func (*SiteStatus) SetLastUpdatedMessage ¶
func (o *SiteStatus) SetLastUpdatedMessage(v string)
SetLastUpdatedMessage sets field value
func (*SiteStatus) SetSeverity ¶
func (o *SiteStatus) SetSeverity(v string)
SetSeverity sets field value
func (*SiteStatus) UnmarshalJSON ¶ added in v1.0.5
func (o *SiteStatus) UnmarshalJSON(bytes []byte) (err error)
type SiteUpdate ¶
type SiteUpdate struct { ParentId *string `json:"parentId,omitempty"` Name string `json:"name"` Description NullableString `json:"description,omitempty"` Type *string `json:"type,omitempty"` Address NullableSiteAddress `json:"address,omitempty"` Contact NullableSiteContact `json:"contact,omitempty"` Location NullableSiteLocation `json:"location,omitempty"` Image *string `json:"image,omitempty"` Attributes *map[string]string `json:"attributes,omitempty"` AdditionalProperties map[string]interface{} }
SiteUpdate struct for SiteUpdate
func NewSiteUpdate ¶
func NewSiteUpdate(name string) *SiteUpdate
NewSiteUpdate instantiates a new SiteUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSiteUpdateWithDefaults ¶
func NewSiteUpdateWithDefaults() *SiteUpdate
NewSiteUpdateWithDefaults instantiates a new SiteUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SiteUpdate) GetAddress ¶
func (o *SiteUpdate) GetAddress() SiteAddress
GetAddress returns the Address field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SiteUpdate) GetAddressOk ¶
func (o *SiteUpdate) GetAddressOk() (*SiteAddress, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SiteUpdate) GetAttributes ¶
func (o *SiteUpdate) GetAttributes() map[string]string
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*SiteUpdate) GetAttributesOk ¶
func (o *SiteUpdate) GetAttributesOk() (*map[string]string, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SiteUpdate) GetContact ¶
func (o *SiteUpdate) GetContact() SiteContact
GetContact returns the Contact field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SiteUpdate) GetContactOk ¶
func (o *SiteUpdate) GetContactOk() (*SiteContact, bool)
GetContactOk returns a tuple with the Contact field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SiteUpdate) GetDescription ¶
func (o *SiteUpdate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SiteUpdate) GetDescriptionOk ¶
func (o *SiteUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SiteUpdate) GetImage ¶
func (o *SiteUpdate) GetImage() string
GetImage returns the Image field value if set, zero value otherwise.
func (*SiteUpdate) GetImageOk ¶
func (o *SiteUpdate) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SiteUpdate) GetLocation ¶
func (o *SiteUpdate) GetLocation() SiteLocation
GetLocation returns the Location field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SiteUpdate) GetLocationOk ¶
func (o *SiteUpdate) GetLocationOk() (*SiteLocation, bool)
GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SiteUpdate) GetName ¶
func (o *SiteUpdate) GetName() string
GetName returns the Name field value
func (*SiteUpdate) GetNameOk ¶
func (o *SiteUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SiteUpdate) GetParentId ¶
func (o *SiteUpdate) GetParentId() string
GetParentId returns the ParentId field value if set, zero value otherwise.
func (*SiteUpdate) GetParentIdOk ¶
func (o *SiteUpdate) GetParentIdOk() (*string, bool)
GetParentIdOk returns a tuple with the ParentId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SiteUpdate) GetType ¶
func (o *SiteUpdate) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*SiteUpdate) GetTypeOk ¶
func (o *SiteUpdate) 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 (*SiteUpdate) HasAddress ¶
func (o *SiteUpdate) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (*SiteUpdate) HasAttributes ¶
func (o *SiteUpdate) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*SiteUpdate) HasContact ¶
func (o *SiteUpdate) HasContact() bool
HasContact returns a boolean if a field has been set.
func (*SiteUpdate) HasDescription ¶
func (o *SiteUpdate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*SiteUpdate) HasImage ¶
func (o *SiteUpdate) HasImage() bool
HasImage returns a boolean if a field has been set.
func (*SiteUpdate) HasLocation ¶
func (o *SiteUpdate) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (*SiteUpdate) HasParentId ¶
func (o *SiteUpdate) HasParentId() bool
HasParentId returns a boolean if a field has been set.
func (*SiteUpdate) HasType ¶
func (o *SiteUpdate) HasType() bool
HasType returns a boolean if a field has been set.
func (SiteUpdate) MarshalJSON ¶
func (o SiteUpdate) MarshalJSON() ([]byte, error)
func (*SiteUpdate) SetAddress ¶
func (o *SiteUpdate) SetAddress(v SiteAddress)
SetAddress gets a reference to the given NullableSiteAddress and assigns it to the Address field.
func (*SiteUpdate) SetAddressNil ¶ added in v1.0.1
func (o *SiteUpdate) SetAddressNil()
SetAddressNil sets the value for Address to be an explicit nil
func (*SiteUpdate) SetAttributes ¶
func (o *SiteUpdate) SetAttributes(v map[string]string)
SetAttributes gets a reference to the given map[string]string and assigns it to the Attributes field.
func (*SiteUpdate) SetContact ¶
func (o *SiteUpdate) SetContact(v SiteContact)
SetContact gets a reference to the given NullableSiteContact and assigns it to the Contact field.
func (*SiteUpdate) SetContactNil ¶ added in v1.0.1
func (o *SiteUpdate) SetContactNil()
SetContactNil sets the value for Contact to be an explicit nil
func (*SiteUpdate) SetDescription ¶
func (o *SiteUpdate) SetDescription(v string)
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*SiteUpdate) SetDescriptionNil ¶ added in v1.0.5
func (o *SiteUpdate) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*SiteUpdate) SetImage ¶
func (o *SiteUpdate) SetImage(v string)
SetImage gets a reference to the given string and assigns it to the Image field.
func (*SiteUpdate) SetLocation ¶
func (o *SiteUpdate) SetLocation(v SiteLocation)
SetLocation gets a reference to the given NullableSiteLocation and assigns it to the Location field.
func (*SiteUpdate) SetLocationNil ¶ added in v1.0.2
func (o *SiteUpdate) SetLocationNil()
SetLocationNil sets the value for Location to be an explicit nil
func (*SiteUpdate) SetParentId ¶
func (o *SiteUpdate) SetParentId(v string)
SetParentId gets a reference to the given string and assigns it to the ParentId field.
func (*SiteUpdate) SetType ¶
func (o *SiteUpdate) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*SiteUpdate) UnmarshalJSON ¶ added in v1.0.5
func (o *SiteUpdate) UnmarshalJSON(bytes []byte) (err error)
func (*SiteUpdate) UnsetAddress ¶ added in v1.0.1
func (o *SiteUpdate) UnsetAddress()
UnsetAddress ensures that no value is present for Address, not even an explicit nil
func (*SiteUpdate) UnsetContact ¶ added in v1.0.1
func (o *SiteUpdate) UnsetContact()
UnsetContact ensures that no value is present for Contact, not even an explicit nil
func (*SiteUpdate) UnsetDescription ¶ added in v1.0.5
func (o *SiteUpdate) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (*SiteUpdate) UnsetLocation ¶ added in v1.0.2
func (o *SiteUpdate) UnsetLocation()
UnsetLocation ensures that no value is present for Location, not even an explicit nil
type SitesApiService ¶
type SitesApiService service
SitesApiService SitesApi service
func (*SitesApiService) AddDevicesToSite ¶
func (a *SitesApiService) AddDevicesToSite(ctx _context.Context, id string) ApiAddDevicesToSiteRequest
* AddDevicesToSite Add devices to a site. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiAddDevicesToSiteRequest
func (*SitesApiService) AddDevicesToSiteExecute ¶
func (a *SitesApiService) AddDevicesToSiteExecute(r ApiAddDevicesToSiteRequest) (Site, *_nethttp.Response, error)
* Execute executes the request * @return Site
func (*SitesApiService) AddServicesToSite ¶
func (a *SitesApiService) AddServicesToSite(ctx _context.Context, id string) ApiAddServicesToSiteRequest
* AddServicesToSite Add services to a site. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiAddServicesToSiteRequest
func (*SitesApiService) AddServicesToSiteExecute ¶
func (a *SitesApiService) AddServicesToSiteExecute(r ApiAddServicesToSiteRequest) (Site, *_nethttp.Response, error)
* Execute executes the request * @return Site
func (*SitesApiService) CreateSite ¶
func (a *SitesApiService) CreateSite(ctx _context.Context) ApiCreateSiteRequest
* CreateSite Creates a new site. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateSiteRequest
func (*SitesApiService) CreateSiteExecute ¶
func (a *SitesApiService) CreateSiteExecute(r ApiCreateSiteRequest) (Site, *_nethttp.Response, error)
* Execute executes the request * @return Site
func (*SitesApiService) DeleteSite ¶
func (a *SitesApiService) DeleteSite(ctx _context.Context, id string) ApiDeleteSiteRequest
* DeleteSite Deletes a site. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiDeleteSiteRequest
func (*SitesApiService) DeleteSiteExecute ¶
func (a *SitesApiService) DeleteSiteExecute(r ApiDeleteSiteRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*SitesApiService) GetSite ¶
func (a *SitesApiService) GetSite(ctx _context.Context, id string) ApiGetSiteRequest
* GetSite Returns a site. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetSiteRequest
func (*SitesApiService) GetSiteExecute ¶
func (a *SitesApiService) GetSiteExecute(r ApiGetSiteRequest) (Site, *_nethttp.Response, error)
* Execute executes the request * @return Site
func (*SitesApiService) GetSitesPage ¶
func (a *SitesApiService) GetSitesPage(ctx _context.Context) ApiGetSitesPageRequest
* GetSitesPage Returns a page of Sites. Only one filter is supported at a time. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetSitesPageRequest
func (*SitesApiService) GetSitesPageExecute ¶
func (a *SitesApiService) GetSitesPageExecute(r ApiGetSitesPageRequest) (SitesPage, *_nethttp.Response, error)
* Execute executes the request * @return SitesPage
func (*SitesApiService) RemoveDevicesFromSite ¶
func (a *SitesApiService) RemoveDevicesFromSite(ctx _context.Context, id string) ApiRemoveDevicesFromSiteRequest
* RemoveDevicesFromSite Removes devices from a site. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiRemoveDevicesFromSiteRequest
func (*SitesApiService) RemoveDevicesFromSiteExecute ¶
func (a *SitesApiService) RemoveDevicesFromSiteExecute(r ApiRemoveDevicesFromSiteRequest) (Site, *_nethttp.Response, error)
* Execute executes the request * @return Site
func (*SitesApiService) RemoveServicesFromSite ¶
func (a *SitesApiService) RemoveServicesFromSite(ctx _context.Context, id string) ApiRemoveServicesFromSiteRequest
* RemoveServicesFromSite Remove services from a site. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiRemoveServicesFromSiteRequest
func (*SitesApiService) RemoveServicesFromSiteExecute ¶
func (a *SitesApiService) RemoveServicesFromSiteExecute(r ApiRemoveServicesFromSiteRequest) (Site, *_nethttp.Response, error)
* Execute executes the request * @return Site
func (*SitesApiService) UpdateSite ¶
func (a *SitesApiService) UpdateSite(ctx _context.Context, id string) ApiUpdateSiteRequest
* UpdateSite Updates a site. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiUpdateSiteRequest
func (*SitesApiService) UpdateSiteExecute ¶
func (a *SitesApiService) UpdateSiteExecute(r ApiUpdateSiteRequest) (Site, *_nethttp.Response, error)
* Execute executes the request * @return Site
type SitesPage ¶
type SitesPage struct { Page *int32 `json:"page,omitempty"` PageSize *int32 `json:"pageSize,omitempty"` TotalItems NullableInt64 `json:"totalItems,omitempty"` HasNext NullableBool `json:"hasNext,omitempty"` HasPrevious NullableBool `json:"hasPrevious,omitempty"` SortBy NullableString `json:"sortBy,omitempty"` SortOrder NullableString `json:"sortOrder,omitempty"` Contents *[]Site `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
SitesPage struct for SitesPage
func NewSitesPage ¶
func NewSitesPage() *SitesPage
NewSitesPage instantiates a new SitesPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSitesPageWithDefaults ¶
func NewSitesPageWithDefaults() *SitesPage
NewSitesPageWithDefaults instantiates a new SitesPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SitesPage) GetContents ¶
GetContents returns the Contents field value if set, zero value otherwise.
func (*SitesPage) GetContentsOk ¶
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SitesPage) GetHasNext ¶
GetHasNext returns the HasNext field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SitesPage) GetHasNextOk ¶
GetHasNextOk returns a tuple with the HasNext field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SitesPage) GetHasPrevious ¶
GetHasPrevious returns the HasPrevious field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SitesPage) GetHasPreviousOk ¶
GetHasPreviousOk returns a tuple with the HasPrevious field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SitesPage) GetPageOk ¶
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 (*SitesPage) GetPageSize ¶
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*SitesPage) GetPageSizeOk ¶
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 (*SitesPage) GetSortBy ¶
GetSortBy returns the SortBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SitesPage) GetSortByOk ¶
GetSortByOk returns a tuple with the SortBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SitesPage) GetSortOrder ¶
GetSortOrder returns the SortOrder field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SitesPage) GetSortOrderOk ¶
GetSortOrderOk returns a tuple with the SortOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SitesPage) GetTotalItems ¶
GetTotalItems returns the TotalItems field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SitesPage) GetTotalItemsOk ¶
GetTotalItemsOk returns a tuple with the TotalItems field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SitesPage) HasContents ¶
HasContents returns a boolean if a field has been set.
func (*SitesPage) HasHasNext ¶
HasHasNext returns a boolean if a field has been set.
func (*SitesPage) HasHasPrevious ¶
HasHasPrevious returns a boolean if a field has been set.
func (*SitesPage) HasPageSize ¶
HasPageSize returns a boolean if a field has been set.
func (*SitesPage) HasSortOrder ¶
HasSortOrder returns a boolean if a field has been set.
func (*SitesPage) HasTotalItems ¶
HasTotalItems returns a boolean if a field has been set.
func (SitesPage) MarshalJSON ¶
func (*SitesPage) SetContents ¶
SetContents gets a reference to the given []Site and assigns it to the Contents field.
func (*SitesPage) SetHasNext ¶
SetHasNext gets a reference to the given NullableBool and assigns it to the HasNext field.
func (*SitesPage) SetHasNextNil ¶
func (o *SitesPage) SetHasNextNil()
SetHasNextNil sets the value for HasNext to be an explicit nil
func (*SitesPage) SetHasPrevious ¶
SetHasPrevious gets a reference to the given NullableBool and assigns it to the HasPrevious field.
func (*SitesPage) SetHasPreviousNil ¶
func (o *SitesPage) SetHasPreviousNil()
SetHasPreviousNil sets the value for HasPrevious to be an explicit nil
func (*SitesPage) SetPage ¶
SetPage gets a reference to the given int32 and assigns it to the Page field.
func (*SitesPage) SetPageSize ¶
SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.
func (*SitesPage) SetSortBy ¶
SetSortBy gets a reference to the given NullableString and assigns it to the SortBy field.
func (*SitesPage) SetSortByNil ¶ added in v1.0.2
func (o *SitesPage) SetSortByNil()
SetSortByNil sets the value for SortBy to be an explicit nil
func (*SitesPage) SetSortOrder ¶
SetSortOrder gets a reference to the given NullableString and assigns it to the SortOrder field.
func (*SitesPage) SetSortOrderNil ¶ added in v1.0.2
func (o *SitesPage) SetSortOrderNil()
SetSortOrderNil sets the value for SortOrder to be an explicit nil
func (*SitesPage) SetTotalItems ¶
SetTotalItems gets a reference to the given NullableInt64 and assigns it to the TotalItems field.
func (*SitesPage) SetTotalItemsNil ¶ added in v1.0.2
func (o *SitesPage) SetTotalItemsNil()
SetTotalItemsNil sets the value for TotalItems to be an explicit nil
func (*SitesPage) UnmarshalJSON ¶ added in v1.0.5
func (*SitesPage) UnsetHasNext ¶
func (o *SitesPage) UnsetHasNext()
UnsetHasNext ensures that no value is present for HasNext, not even an explicit nil
func (*SitesPage) UnsetHasPrevious ¶
func (o *SitesPage) UnsetHasPrevious()
UnsetHasPrevious ensures that no value is present for HasPrevious, not even an explicit nil
func (*SitesPage) UnsetSortBy ¶ added in v1.0.2
func (o *SitesPage) UnsetSortBy()
UnsetSortBy ensures that no value is present for SortBy, not even an explicit nil
func (*SitesPage) UnsetSortOrder ¶ added in v1.0.2
func (o *SitesPage) UnsetSortOrder()
UnsetSortOrder ensures that no value is present for SortOrder, not even an explicit nil
func (*SitesPage) UnsetTotalItems ¶ added in v1.0.2
func (o *SitesPage) UnsetTotalItems()
UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil
type SitesPageAllOf ¶
type SitesPageAllOf struct { Contents *[]Site `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
SitesPageAllOf struct for SitesPageAllOf
func NewSitesPageAllOf ¶
func NewSitesPageAllOf() *SitesPageAllOf
NewSitesPageAllOf instantiates a new SitesPageAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSitesPageAllOfWithDefaults ¶
func NewSitesPageAllOfWithDefaults() *SitesPageAllOf
NewSitesPageAllOfWithDefaults instantiates a new SitesPageAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SitesPageAllOf) GetContents ¶
func (o *SitesPageAllOf) GetContents() []Site
GetContents returns the Contents field value if set, zero value otherwise.
func (*SitesPageAllOf) GetContentsOk ¶
func (o *SitesPageAllOf) GetContentsOk() (*[]Site, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SitesPageAllOf) HasContents ¶
func (o *SitesPageAllOf) HasContents() bool
HasContents returns a boolean if a field has been set.
func (SitesPageAllOf) MarshalJSON ¶
func (o SitesPageAllOf) MarshalJSON() ([]byte, error)
func (*SitesPageAllOf) SetContents ¶
func (o *SitesPageAllOf) SetContents(v []Site)
SetContents gets a reference to the given []Site and assigns it to the Contents field.
func (*SitesPageAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *SitesPageAllOf) UnmarshalJSON(bytes []byte) (err error)
type SmartAccountConfiguration ¶ added in v1.0.8
type SmartAccountConfiguration struct { Id *string `json:"id,omitempty"` BaseAuthUrl *string `json:"baseAuthUrl,omitempty"` BaseSmartUrl *string `json:"baseSmartUrl,omitempty"` ContentType *string `json:"contentType,omitempty"` GrantType *string `json:"grantType,omitempty"` ClientId *string `json:"clientId,omitempty"` ClientSecret *string `json:"clientSecret,omitempty"` AdditionalProperties map[string]interface{} }
SmartAccountConfiguration struct for SmartAccountConfiguration
func NewSmartAccountConfiguration ¶ added in v1.0.8
func NewSmartAccountConfiguration() *SmartAccountConfiguration
NewSmartAccountConfiguration instantiates a new SmartAccountConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSmartAccountConfigurationWithDefaults ¶ added in v1.0.8
func NewSmartAccountConfigurationWithDefaults() *SmartAccountConfiguration
NewSmartAccountConfigurationWithDefaults instantiates a new SmartAccountConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SmartAccountConfiguration) GetBaseAuthUrl ¶ added in v1.0.8
func (o *SmartAccountConfiguration) GetBaseAuthUrl() string
GetBaseAuthUrl returns the BaseAuthUrl field value if set, zero value otherwise.
func (*SmartAccountConfiguration) GetBaseAuthUrlOk ¶ added in v1.0.8
func (o *SmartAccountConfiguration) GetBaseAuthUrlOk() (*string, bool)
GetBaseAuthUrlOk returns a tuple with the BaseAuthUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountConfiguration) GetBaseSmartUrl ¶ added in v1.0.8
func (o *SmartAccountConfiguration) GetBaseSmartUrl() string
GetBaseSmartUrl returns the BaseSmartUrl field value if set, zero value otherwise.
func (*SmartAccountConfiguration) GetBaseSmartUrlOk ¶ added in v1.0.8
func (o *SmartAccountConfiguration) GetBaseSmartUrlOk() (*string, bool)
GetBaseSmartUrlOk returns a tuple with the BaseSmartUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountConfiguration) GetClientId ¶ added in v1.0.8
func (o *SmartAccountConfiguration) GetClientId() string
GetClientId returns the ClientId field value if set, zero value otherwise.
func (*SmartAccountConfiguration) GetClientIdOk ¶ added in v1.0.8
func (o *SmartAccountConfiguration) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountConfiguration) GetClientSecret ¶ added in v1.0.8
func (o *SmartAccountConfiguration) GetClientSecret() string
GetClientSecret returns the ClientSecret field value if set, zero value otherwise.
func (*SmartAccountConfiguration) GetClientSecretOk ¶ added in v1.0.8
func (o *SmartAccountConfiguration) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountConfiguration) GetContentType ¶ added in v1.0.8
func (o *SmartAccountConfiguration) GetContentType() string
GetContentType returns the ContentType field value if set, zero value otherwise.
func (*SmartAccountConfiguration) GetContentTypeOk ¶ added in v1.0.8
func (o *SmartAccountConfiguration) GetContentTypeOk() (*string, bool)
GetContentTypeOk returns a tuple with the ContentType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountConfiguration) GetGrantType ¶ added in v1.0.8
func (o *SmartAccountConfiguration) GetGrantType() string
GetGrantType returns the GrantType field value if set, zero value otherwise.
func (*SmartAccountConfiguration) GetGrantTypeOk ¶ added in v1.0.8
func (o *SmartAccountConfiguration) GetGrantTypeOk() (*string, bool)
GetGrantTypeOk returns a tuple with the GrantType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountConfiguration) GetId ¶ added in v1.0.8
func (o *SmartAccountConfiguration) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*SmartAccountConfiguration) GetIdOk ¶ added in v1.0.8
func (o *SmartAccountConfiguration) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountConfiguration) HasBaseAuthUrl ¶ added in v1.0.8
func (o *SmartAccountConfiguration) HasBaseAuthUrl() bool
HasBaseAuthUrl returns a boolean if a field has been set.
func (*SmartAccountConfiguration) HasBaseSmartUrl ¶ added in v1.0.8
func (o *SmartAccountConfiguration) HasBaseSmartUrl() bool
HasBaseSmartUrl returns a boolean if a field has been set.
func (*SmartAccountConfiguration) HasClientId ¶ added in v1.0.8
func (o *SmartAccountConfiguration) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (*SmartAccountConfiguration) HasClientSecret ¶ added in v1.0.8
func (o *SmartAccountConfiguration) HasClientSecret() bool
HasClientSecret returns a boolean if a field has been set.
func (*SmartAccountConfiguration) HasContentType ¶ added in v1.0.8
func (o *SmartAccountConfiguration) HasContentType() bool
HasContentType returns a boolean if a field has been set.
func (*SmartAccountConfiguration) HasGrantType ¶ added in v1.0.8
func (o *SmartAccountConfiguration) HasGrantType() bool
HasGrantType returns a boolean if a field has been set.
func (*SmartAccountConfiguration) HasId ¶ added in v1.0.8
func (o *SmartAccountConfiguration) HasId() bool
HasId returns a boolean if a field has been set.
func (SmartAccountConfiguration) MarshalJSON ¶ added in v1.0.8
func (o SmartAccountConfiguration) MarshalJSON() ([]byte, error)
func (*SmartAccountConfiguration) SetBaseAuthUrl ¶ added in v1.0.8
func (o *SmartAccountConfiguration) SetBaseAuthUrl(v string)
SetBaseAuthUrl gets a reference to the given string and assigns it to the BaseAuthUrl field.
func (*SmartAccountConfiguration) SetBaseSmartUrl ¶ added in v1.0.8
func (o *SmartAccountConfiguration) SetBaseSmartUrl(v string)
SetBaseSmartUrl gets a reference to the given string and assigns it to the BaseSmartUrl field.
func (*SmartAccountConfiguration) SetClientId ¶ added in v1.0.8
func (o *SmartAccountConfiguration) SetClientId(v string)
SetClientId gets a reference to the given string and assigns it to the ClientId field.
func (*SmartAccountConfiguration) SetClientSecret ¶ added in v1.0.8
func (o *SmartAccountConfiguration) SetClientSecret(v string)
SetClientSecret gets a reference to the given string and assigns it to the ClientSecret field.
func (*SmartAccountConfiguration) SetContentType ¶ added in v1.0.8
func (o *SmartAccountConfiguration) SetContentType(v string)
SetContentType gets a reference to the given string and assigns it to the ContentType field.
func (*SmartAccountConfiguration) SetGrantType ¶ added in v1.0.8
func (o *SmartAccountConfiguration) SetGrantType(v string)
SetGrantType gets a reference to the given string and assigns it to the GrantType field.
func (*SmartAccountConfiguration) SetId ¶ added in v1.0.8
func (o *SmartAccountConfiguration) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*SmartAccountConfiguration) UnmarshalJSON ¶ added in v1.0.8
func (o *SmartAccountConfiguration) UnmarshalJSON(bytes []byte) (err error)
type SmartAccountConfigurationCreate ¶ added in v1.0.8
type SmartAccountConfigurationCreate struct { BaseAuthUrl *string `json:"baseAuthUrl,omitempty"` BaseSmartUrl *string `json:"baseSmartUrl,omitempty"` ContentType *string `json:"contentType,omitempty"` GrantType *string `json:"grantType,omitempty"` ClientId *string `json:"clientId,omitempty"` ClientSecret *string `json:"clientSecret,omitempty"` AdditionalProperties map[string]interface{} }
SmartAccountConfigurationCreate struct for SmartAccountConfigurationCreate
func NewSmartAccountConfigurationCreate ¶ added in v1.0.8
func NewSmartAccountConfigurationCreate() *SmartAccountConfigurationCreate
NewSmartAccountConfigurationCreate instantiates a new SmartAccountConfigurationCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSmartAccountConfigurationCreateWithDefaults ¶ added in v1.0.8
func NewSmartAccountConfigurationCreateWithDefaults() *SmartAccountConfigurationCreate
NewSmartAccountConfigurationCreateWithDefaults instantiates a new SmartAccountConfigurationCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SmartAccountConfigurationCreate) GetBaseAuthUrl ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) GetBaseAuthUrl() string
GetBaseAuthUrl returns the BaseAuthUrl field value if set, zero value otherwise.
func (*SmartAccountConfigurationCreate) GetBaseAuthUrlOk ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) GetBaseAuthUrlOk() (*string, bool)
GetBaseAuthUrlOk returns a tuple with the BaseAuthUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountConfigurationCreate) GetBaseSmartUrl ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) GetBaseSmartUrl() string
GetBaseSmartUrl returns the BaseSmartUrl field value if set, zero value otherwise.
func (*SmartAccountConfigurationCreate) GetBaseSmartUrlOk ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) GetBaseSmartUrlOk() (*string, bool)
GetBaseSmartUrlOk returns a tuple with the BaseSmartUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountConfigurationCreate) GetClientId ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) GetClientId() string
GetClientId returns the ClientId field value if set, zero value otherwise.
func (*SmartAccountConfigurationCreate) GetClientIdOk ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountConfigurationCreate) GetClientSecret ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) GetClientSecret() string
GetClientSecret returns the ClientSecret field value if set, zero value otherwise.
func (*SmartAccountConfigurationCreate) GetClientSecretOk ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountConfigurationCreate) GetContentType ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) GetContentType() string
GetContentType returns the ContentType field value if set, zero value otherwise.
func (*SmartAccountConfigurationCreate) GetContentTypeOk ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) GetContentTypeOk() (*string, bool)
GetContentTypeOk returns a tuple with the ContentType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountConfigurationCreate) GetGrantType ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) GetGrantType() string
GetGrantType returns the GrantType field value if set, zero value otherwise.
func (*SmartAccountConfigurationCreate) GetGrantTypeOk ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) GetGrantTypeOk() (*string, bool)
GetGrantTypeOk returns a tuple with the GrantType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountConfigurationCreate) HasBaseAuthUrl ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) HasBaseAuthUrl() bool
HasBaseAuthUrl returns a boolean if a field has been set.
func (*SmartAccountConfigurationCreate) HasBaseSmartUrl ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) HasBaseSmartUrl() bool
HasBaseSmartUrl returns a boolean if a field has been set.
func (*SmartAccountConfigurationCreate) HasClientId ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (*SmartAccountConfigurationCreate) HasClientSecret ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) HasClientSecret() bool
HasClientSecret returns a boolean if a field has been set.
func (*SmartAccountConfigurationCreate) HasContentType ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) HasContentType() bool
HasContentType returns a boolean if a field has been set.
func (*SmartAccountConfigurationCreate) HasGrantType ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) HasGrantType() bool
HasGrantType returns a boolean if a field has been set.
func (SmartAccountConfigurationCreate) MarshalJSON ¶ added in v1.0.8
func (o SmartAccountConfigurationCreate) MarshalJSON() ([]byte, error)
func (*SmartAccountConfigurationCreate) SetBaseAuthUrl ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) SetBaseAuthUrl(v string)
SetBaseAuthUrl gets a reference to the given string and assigns it to the BaseAuthUrl field.
func (*SmartAccountConfigurationCreate) SetBaseSmartUrl ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) SetBaseSmartUrl(v string)
SetBaseSmartUrl gets a reference to the given string and assigns it to the BaseSmartUrl field.
func (*SmartAccountConfigurationCreate) SetClientId ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) SetClientId(v string)
SetClientId gets a reference to the given string and assigns it to the ClientId field.
func (*SmartAccountConfigurationCreate) SetClientSecret ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) SetClientSecret(v string)
SetClientSecret gets a reference to the given string and assigns it to the ClientSecret field.
func (*SmartAccountConfigurationCreate) SetContentType ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) SetContentType(v string)
SetContentType gets a reference to the given string and assigns it to the ContentType field.
func (*SmartAccountConfigurationCreate) SetGrantType ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) SetGrantType(v string)
SetGrantType gets a reference to the given string and assigns it to the GrantType field.
func (*SmartAccountConfigurationCreate) UnmarshalJSON ¶ added in v1.0.8
func (o *SmartAccountConfigurationCreate) UnmarshalJSON(bytes []byte) (err error)
type SmartAccountConfigurationUpdate ¶ added in v1.0.8
type SmartAccountConfigurationUpdate struct { BaseAuthUrl *string `json:"baseAuthUrl,omitempty"` BaseSmartUrl *string `json:"baseSmartUrl,omitempty"` ContentType *string `json:"contentType,omitempty"` GrantType *string `json:"grantType,omitempty"` ClientId *string `json:"clientId,omitempty"` ClientSecret *string `json:"clientSecret,omitempty"` AdditionalProperties map[string]interface{} }
SmartAccountConfigurationUpdate struct for SmartAccountConfigurationUpdate
func NewSmartAccountConfigurationUpdate ¶ added in v1.0.8
func NewSmartAccountConfigurationUpdate() *SmartAccountConfigurationUpdate
NewSmartAccountConfigurationUpdate instantiates a new SmartAccountConfigurationUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSmartAccountConfigurationUpdateWithDefaults ¶ added in v1.0.8
func NewSmartAccountConfigurationUpdateWithDefaults() *SmartAccountConfigurationUpdate
NewSmartAccountConfigurationUpdateWithDefaults instantiates a new SmartAccountConfigurationUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SmartAccountConfigurationUpdate) GetBaseAuthUrl ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) GetBaseAuthUrl() string
GetBaseAuthUrl returns the BaseAuthUrl field value if set, zero value otherwise.
func (*SmartAccountConfigurationUpdate) GetBaseAuthUrlOk ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) GetBaseAuthUrlOk() (*string, bool)
GetBaseAuthUrlOk returns a tuple with the BaseAuthUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountConfigurationUpdate) GetBaseSmartUrl ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) GetBaseSmartUrl() string
GetBaseSmartUrl returns the BaseSmartUrl field value if set, zero value otherwise.
func (*SmartAccountConfigurationUpdate) GetBaseSmartUrlOk ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) GetBaseSmartUrlOk() (*string, bool)
GetBaseSmartUrlOk returns a tuple with the BaseSmartUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountConfigurationUpdate) GetClientId ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) GetClientId() string
GetClientId returns the ClientId field value if set, zero value otherwise.
func (*SmartAccountConfigurationUpdate) GetClientIdOk ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountConfigurationUpdate) GetClientSecret ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) GetClientSecret() string
GetClientSecret returns the ClientSecret field value if set, zero value otherwise.
func (*SmartAccountConfigurationUpdate) GetClientSecretOk ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountConfigurationUpdate) GetContentType ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) GetContentType() string
GetContentType returns the ContentType field value if set, zero value otherwise.
func (*SmartAccountConfigurationUpdate) GetContentTypeOk ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) GetContentTypeOk() (*string, bool)
GetContentTypeOk returns a tuple with the ContentType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountConfigurationUpdate) GetGrantType ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) GetGrantType() string
GetGrantType returns the GrantType field value if set, zero value otherwise.
func (*SmartAccountConfigurationUpdate) GetGrantTypeOk ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) GetGrantTypeOk() (*string, bool)
GetGrantTypeOk returns a tuple with the GrantType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountConfigurationUpdate) HasBaseAuthUrl ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) HasBaseAuthUrl() bool
HasBaseAuthUrl returns a boolean if a field has been set.
func (*SmartAccountConfigurationUpdate) HasBaseSmartUrl ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) HasBaseSmartUrl() bool
HasBaseSmartUrl returns a boolean if a field has been set.
func (*SmartAccountConfigurationUpdate) HasClientId ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (*SmartAccountConfigurationUpdate) HasClientSecret ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) HasClientSecret() bool
HasClientSecret returns a boolean if a field has been set.
func (*SmartAccountConfigurationUpdate) HasContentType ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) HasContentType() bool
HasContentType returns a boolean if a field has been set.
func (*SmartAccountConfigurationUpdate) HasGrantType ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) HasGrantType() bool
HasGrantType returns a boolean if a field has been set.
func (SmartAccountConfigurationUpdate) MarshalJSON ¶ added in v1.0.8
func (o SmartAccountConfigurationUpdate) MarshalJSON() ([]byte, error)
func (*SmartAccountConfigurationUpdate) SetBaseAuthUrl ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) SetBaseAuthUrl(v string)
SetBaseAuthUrl gets a reference to the given string and assigns it to the BaseAuthUrl field.
func (*SmartAccountConfigurationUpdate) SetBaseSmartUrl ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) SetBaseSmartUrl(v string)
SetBaseSmartUrl gets a reference to the given string and assigns it to the BaseSmartUrl field.
func (*SmartAccountConfigurationUpdate) SetClientId ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) SetClientId(v string)
SetClientId gets a reference to the given string and assigns it to the ClientId field.
func (*SmartAccountConfigurationUpdate) SetClientSecret ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) SetClientSecret(v string)
SetClientSecret gets a reference to the given string and assigns it to the ClientSecret field.
func (*SmartAccountConfigurationUpdate) SetContentType ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) SetContentType(v string)
SetContentType gets a reference to the given string and assigns it to the ContentType field.
func (*SmartAccountConfigurationUpdate) SetGrantType ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) SetGrantType(v string)
SetGrantType gets a reference to the given string and assigns it to the GrantType field.
func (*SmartAccountConfigurationUpdate) UnmarshalJSON ¶ added in v1.0.8
func (o *SmartAccountConfigurationUpdate) UnmarshalJSON(bytes []byte) (err error)
type SmartAccountType ¶ added in v1.0.8
type SmartAccountType string
SmartAccountType Smart Account Types
const ( SMARTACCOUNTTYPE_CUSTOMER SmartAccountType = "CUSTOMER" SMARTACCOUNTTYPE_HOLDING SmartAccountType = "HOLDING" )
List of SmartAccountType
func (SmartAccountType) Ptr ¶ added in v1.0.8
func (v SmartAccountType) Ptr() *SmartAccountType
Ptr returns reference to SmartAccountType value
func (*SmartAccountType) UnmarshalJSON ¶ added in v1.0.8
func (v *SmartAccountType) UnmarshalJSON(src []byte) error
type SmartAccountUser ¶ added in v1.0.8
type SmartAccountUser struct { // Smart Account identifier AccountId *int32 `json:"accountId,omitempty"` // Smart Account Name AccountName *string `json:"accountName,omitempty"` // Smart Accont Domain AccountDomain *string `json:"accountDomain,omitempty"` AccountType *SmartAccountType `json:"accountType,omitempty"` Roles *[]SmartAccountUserRole `json:"roles,omitempty"` AdditionalProperties map[string]interface{} }
SmartAccountUser struct for SmartAccountUser
func NewSmartAccountUser ¶ added in v1.0.8
func NewSmartAccountUser() *SmartAccountUser
NewSmartAccountUser instantiates a new SmartAccountUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSmartAccountUserWithDefaults ¶ added in v1.0.8
func NewSmartAccountUserWithDefaults() *SmartAccountUser
NewSmartAccountUserWithDefaults instantiates a new SmartAccountUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SmartAccountUser) GetAccountDomain ¶ added in v1.0.8
func (o *SmartAccountUser) GetAccountDomain() string
GetAccountDomain returns the AccountDomain field value if set, zero value otherwise.
func (*SmartAccountUser) GetAccountDomainOk ¶ added in v1.0.8
func (o *SmartAccountUser) GetAccountDomainOk() (*string, bool)
GetAccountDomainOk returns a tuple with the AccountDomain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountUser) GetAccountId ¶ added in v1.0.8
func (o *SmartAccountUser) GetAccountId() int32
GetAccountId returns the AccountId field value if set, zero value otherwise.
func (*SmartAccountUser) GetAccountIdOk ¶ added in v1.0.8
func (o *SmartAccountUser) GetAccountIdOk() (*int32, bool)
GetAccountIdOk returns a tuple with the AccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountUser) GetAccountName ¶ added in v1.0.8
func (o *SmartAccountUser) GetAccountName() string
GetAccountName returns the AccountName field value if set, zero value otherwise.
func (*SmartAccountUser) GetAccountNameOk ¶ added in v1.0.8
func (o *SmartAccountUser) GetAccountNameOk() (*string, bool)
GetAccountNameOk returns a tuple with the AccountName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountUser) GetAccountType ¶ added in v1.0.8
func (o *SmartAccountUser) GetAccountType() SmartAccountType
GetAccountType returns the AccountType field value if set, zero value otherwise.
func (*SmartAccountUser) GetAccountTypeOk ¶ added in v1.0.8
func (o *SmartAccountUser) GetAccountTypeOk() (*SmartAccountType, bool)
GetAccountTypeOk returns a tuple with the AccountType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountUser) GetRoles ¶ added in v1.0.8
func (o *SmartAccountUser) GetRoles() []SmartAccountUserRole
GetRoles returns the Roles field value if set, zero value otherwise.
func (*SmartAccountUser) GetRolesOk ¶ added in v1.0.8
func (o *SmartAccountUser) GetRolesOk() (*[]SmartAccountUserRole, bool)
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountUser) HasAccountDomain ¶ added in v1.0.8
func (o *SmartAccountUser) HasAccountDomain() bool
HasAccountDomain returns a boolean if a field has been set.
func (*SmartAccountUser) HasAccountId ¶ added in v1.0.8
func (o *SmartAccountUser) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (*SmartAccountUser) HasAccountName ¶ added in v1.0.8
func (o *SmartAccountUser) HasAccountName() bool
HasAccountName returns a boolean if a field has been set.
func (*SmartAccountUser) HasAccountType ¶ added in v1.0.8
func (o *SmartAccountUser) HasAccountType() bool
HasAccountType returns a boolean if a field has been set.
func (*SmartAccountUser) HasRoles ¶ added in v1.0.8
func (o *SmartAccountUser) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (SmartAccountUser) MarshalJSON ¶ added in v1.0.8
func (o SmartAccountUser) MarshalJSON() ([]byte, error)
func (*SmartAccountUser) SetAccountDomain ¶ added in v1.0.8
func (o *SmartAccountUser) SetAccountDomain(v string)
SetAccountDomain gets a reference to the given string and assigns it to the AccountDomain field.
func (*SmartAccountUser) SetAccountId ¶ added in v1.0.8
func (o *SmartAccountUser) SetAccountId(v int32)
SetAccountId gets a reference to the given int32 and assigns it to the AccountId field.
func (*SmartAccountUser) SetAccountName ¶ added in v1.0.8
func (o *SmartAccountUser) SetAccountName(v string)
SetAccountName gets a reference to the given string and assigns it to the AccountName field.
func (*SmartAccountUser) SetAccountType ¶ added in v1.0.8
func (o *SmartAccountUser) SetAccountType(v SmartAccountType)
SetAccountType gets a reference to the given SmartAccountType and assigns it to the AccountType field.
func (*SmartAccountUser) SetRoles ¶ added in v1.0.8
func (o *SmartAccountUser) SetRoles(v []SmartAccountUserRole)
SetRoles gets a reference to the given []SmartAccountUserRole and assigns it to the Roles field.
func (*SmartAccountUser) UnmarshalJSON ¶ added in v1.0.8
func (o *SmartAccountUser) UnmarshalJSON(bytes []byte) (err error)
type SmartAccountUserRole ¶ added in v1.0.8
type SmartAccountUserRole struct { RoleName *string `json:"roleName,omitempty"` // Virtual Account identifier VirtualAccountId *int32 `json:"virtualAccountId,omitempty"` // Virtual Account Name VirtualAccountName *string `json:"virtualAccountName,omitempty"` AdditionalProperties map[string]interface{} }
SmartAccountUserRole struct for SmartAccountUserRole
func NewSmartAccountUserRole ¶ added in v1.0.8
func NewSmartAccountUserRole() *SmartAccountUserRole
NewSmartAccountUserRole instantiates a new SmartAccountUserRole object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSmartAccountUserRoleWithDefaults ¶ added in v1.0.8
func NewSmartAccountUserRoleWithDefaults() *SmartAccountUserRole
NewSmartAccountUserRoleWithDefaults instantiates a new SmartAccountUserRole object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SmartAccountUserRole) GetRoleName ¶ added in v1.0.8
func (o *SmartAccountUserRole) GetRoleName() string
GetRoleName returns the RoleName field value if set, zero value otherwise.
func (*SmartAccountUserRole) GetRoleNameOk ¶ added in v1.0.8
func (o *SmartAccountUserRole) GetRoleNameOk() (*string, bool)
GetRoleNameOk returns a tuple with the RoleName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountUserRole) GetVirtualAccountId ¶ added in v1.0.8
func (o *SmartAccountUserRole) GetVirtualAccountId() int32
GetVirtualAccountId returns the VirtualAccountId field value if set, zero value otherwise.
func (*SmartAccountUserRole) GetVirtualAccountIdOk ¶ added in v1.0.8
func (o *SmartAccountUserRole) GetVirtualAccountIdOk() (*int32, bool)
GetVirtualAccountIdOk returns a tuple with the VirtualAccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountUserRole) GetVirtualAccountName ¶ added in v1.0.8
func (o *SmartAccountUserRole) GetVirtualAccountName() string
GetVirtualAccountName returns the VirtualAccountName field value if set, zero value otherwise.
func (*SmartAccountUserRole) GetVirtualAccountNameOk ¶ added in v1.0.8
func (o *SmartAccountUserRole) GetVirtualAccountNameOk() (*string, bool)
GetVirtualAccountNameOk returns a tuple with the VirtualAccountName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartAccountUserRole) HasRoleName ¶ added in v1.0.8
func (o *SmartAccountUserRole) HasRoleName() bool
HasRoleName returns a boolean if a field has been set.
func (*SmartAccountUserRole) HasVirtualAccountId ¶ added in v1.0.8
func (o *SmartAccountUserRole) HasVirtualAccountId() bool
HasVirtualAccountId returns a boolean if a field has been set.
func (*SmartAccountUserRole) HasVirtualAccountName ¶ added in v1.0.8
func (o *SmartAccountUserRole) HasVirtualAccountName() bool
HasVirtualAccountName returns a boolean if a field has been set.
func (SmartAccountUserRole) MarshalJSON ¶ added in v1.0.8
func (o SmartAccountUserRole) MarshalJSON() ([]byte, error)
func (*SmartAccountUserRole) SetRoleName ¶ added in v1.0.8
func (o *SmartAccountUserRole) SetRoleName(v string)
SetRoleName gets a reference to the given string and assigns it to the RoleName field.
func (*SmartAccountUserRole) SetVirtualAccountId ¶ added in v1.0.8
func (o *SmartAccountUserRole) SetVirtualAccountId(v int32)
SetVirtualAccountId gets a reference to the given int32 and assigns it to the VirtualAccountId field.
func (*SmartAccountUserRole) SetVirtualAccountName ¶ added in v1.0.8
func (o *SmartAccountUserRole) SetVirtualAccountName(v string)
SetVirtualAccountName gets a reference to the given string and assigns it to the VirtualAccountName field.
func (*SmartAccountUserRole) UnmarshalJSON ¶ added in v1.0.8
func (o *SmartAccountUserRole) UnmarshalJSON(bytes []byte) (err error)
type SmartUserAccounts ¶ added in v1.0.8
type SmartUserAccounts struct { Accounts *[]SmartAccountUser `json:"accounts,omitempty"` AdditionalProperties map[string]interface{} }
SmartUserAccounts struct for SmartUserAccounts
func NewSmartUserAccounts ¶ added in v1.0.8
func NewSmartUserAccounts() *SmartUserAccounts
NewSmartUserAccounts instantiates a new SmartUserAccounts object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSmartUserAccountsWithDefaults ¶ added in v1.0.8
func NewSmartUserAccountsWithDefaults() *SmartUserAccounts
NewSmartUserAccountsWithDefaults instantiates a new SmartUserAccounts object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SmartUserAccounts) GetAccounts ¶ added in v1.0.8
func (o *SmartUserAccounts) GetAccounts() []SmartAccountUser
GetAccounts returns the Accounts field value if set, zero value otherwise.
func (*SmartUserAccounts) GetAccountsOk ¶ added in v1.0.8
func (o *SmartUserAccounts) GetAccountsOk() (*[]SmartAccountUser, bool)
GetAccountsOk returns a tuple with the Accounts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartUserAccounts) HasAccounts ¶ added in v1.0.8
func (o *SmartUserAccounts) HasAccounts() bool
HasAccounts returns a boolean if a field has been set.
func (SmartUserAccounts) MarshalJSON ¶ added in v1.0.8
func (o SmartUserAccounts) MarshalJSON() ([]byte, error)
func (*SmartUserAccounts) SetAccounts ¶ added in v1.0.8
func (o *SmartUserAccounts) SetAccounts(v []SmartAccountUser)
SetAccounts gets a reference to the given []SmartAccountUser and assigns it to the Accounts field.
func (*SmartUserAccounts) UnmarshalJSON ¶ added in v1.0.8
func (o *SmartUserAccounts) UnmarshalJSON(bytes []byte) (err error)
type SmartUserAccountsAllOf ¶ added in v1.0.8
type SmartUserAccountsAllOf struct { Accounts *[]SmartAccountUser `json:"accounts,omitempty"` AdditionalProperties map[string]interface{} }
SmartUserAccountsAllOf struct for SmartUserAccountsAllOf
func NewSmartUserAccountsAllOf ¶ added in v1.0.8
func NewSmartUserAccountsAllOf() *SmartUserAccountsAllOf
NewSmartUserAccountsAllOf instantiates a new SmartUserAccountsAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSmartUserAccountsAllOfWithDefaults ¶ added in v1.0.8
func NewSmartUserAccountsAllOfWithDefaults() *SmartUserAccountsAllOf
NewSmartUserAccountsAllOfWithDefaults instantiates a new SmartUserAccountsAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SmartUserAccountsAllOf) GetAccounts ¶ added in v1.0.8
func (o *SmartUserAccountsAllOf) GetAccounts() []SmartAccountUser
GetAccounts returns the Accounts field value if set, zero value otherwise.
func (*SmartUserAccountsAllOf) GetAccountsOk ¶ added in v1.0.8
func (o *SmartUserAccountsAllOf) GetAccountsOk() (*[]SmartAccountUser, bool)
GetAccountsOk returns a tuple with the Accounts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmartUserAccountsAllOf) HasAccounts ¶ added in v1.0.8
func (o *SmartUserAccountsAllOf) HasAccounts() bool
HasAccounts returns a boolean if a field has been set.
func (SmartUserAccountsAllOf) MarshalJSON ¶ added in v1.0.8
func (o SmartUserAccountsAllOf) MarshalJSON() ([]byte, error)
func (*SmartUserAccountsAllOf) SetAccounts ¶ added in v1.0.8
func (o *SmartUserAccountsAllOf) SetAccounts(v []SmartAccountUser)
SetAccounts gets a reference to the given []SmartAccountUser and assigns it to the Accounts field.
func (*SmartUserAccountsAllOf) UnmarshalJSON ¶ added in v1.0.8
func (o *SmartUserAccountsAllOf) UnmarshalJSON(bytes []byte) (err error)
type StartWorkflowResponse ¶
type StartWorkflowResponse struct { Id *string `json:"id,omitempty"` DefinitionId *string `json:"definition_id,omitempty"` SchemaId *string `json:"schema_id,omitempty"` Type *string `json:"type,omitempty"` BaseType *string `json:"base_type,omitempty"` Status *map[string]interface{} `json:"status,omitempty"` Version *string `json:"version,omitempty"` CreatedBy *string `json:"created_by,omitempty"` CreatedOn *string `json:"created_on,omitempty"` AdditionalProperties map[string]interface{} }
StartWorkflowResponse struct for StartWorkflowResponse
func NewStartWorkflowResponse ¶
func NewStartWorkflowResponse() *StartWorkflowResponse
NewStartWorkflowResponse instantiates a new StartWorkflowResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStartWorkflowResponseWithDefaults ¶
func NewStartWorkflowResponseWithDefaults() *StartWorkflowResponse
NewStartWorkflowResponseWithDefaults instantiates a new StartWorkflowResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StartWorkflowResponse) GetBaseType ¶
func (o *StartWorkflowResponse) GetBaseType() string
GetBaseType returns the BaseType field value if set, zero value otherwise.
func (*StartWorkflowResponse) GetBaseTypeOk ¶
func (o *StartWorkflowResponse) GetBaseTypeOk() (*string, bool)
GetBaseTypeOk returns a tuple with the BaseType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StartWorkflowResponse) GetCreatedBy ¶
func (o *StartWorkflowResponse) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*StartWorkflowResponse) GetCreatedByOk ¶
func (o *StartWorkflowResponse) 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 (*StartWorkflowResponse) GetCreatedOn ¶
func (o *StartWorkflowResponse) GetCreatedOn() string
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*StartWorkflowResponse) GetCreatedOnOk ¶
func (o *StartWorkflowResponse) GetCreatedOnOk() (*string, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StartWorkflowResponse) GetDefinitionId ¶
func (o *StartWorkflowResponse) GetDefinitionId() string
GetDefinitionId returns the DefinitionId field value if set, zero value otherwise.
func (*StartWorkflowResponse) GetDefinitionIdOk ¶
func (o *StartWorkflowResponse) GetDefinitionIdOk() (*string, bool)
GetDefinitionIdOk returns a tuple with the DefinitionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StartWorkflowResponse) GetId ¶
func (o *StartWorkflowResponse) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*StartWorkflowResponse) GetIdOk ¶
func (o *StartWorkflowResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StartWorkflowResponse) GetSchemaId ¶
func (o *StartWorkflowResponse) GetSchemaId() string
GetSchemaId returns the SchemaId field value if set, zero value otherwise.
func (*StartWorkflowResponse) GetSchemaIdOk ¶
func (o *StartWorkflowResponse) GetSchemaIdOk() (*string, bool)
GetSchemaIdOk returns a tuple with the SchemaId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StartWorkflowResponse) GetStatus ¶
func (o *StartWorkflowResponse) GetStatus() map[string]interface{}
GetStatus returns the Status field value if set, zero value otherwise.
func (*StartWorkflowResponse) GetStatusOk ¶
func (o *StartWorkflowResponse) GetStatusOk() (*map[string]interface{}, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StartWorkflowResponse) GetType ¶
func (o *StartWorkflowResponse) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*StartWorkflowResponse) GetTypeOk ¶
func (o *StartWorkflowResponse) 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 (*StartWorkflowResponse) GetVersion ¶
func (o *StartWorkflowResponse) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*StartWorkflowResponse) GetVersionOk ¶
func (o *StartWorkflowResponse) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StartWorkflowResponse) HasBaseType ¶
func (o *StartWorkflowResponse) HasBaseType() bool
HasBaseType returns a boolean if a field has been set.
func (*StartWorkflowResponse) HasCreatedBy ¶
func (o *StartWorkflowResponse) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*StartWorkflowResponse) HasCreatedOn ¶
func (o *StartWorkflowResponse) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*StartWorkflowResponse) HasDefinitionId ¶
func (o *StartWorkflowResponse) HasDefinitionId() bool
HasDefinitionId returns a boolean if a field has been set.
func (*StartWorkflowResponse) HasId ¶
func (o *StartWorkflowResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (*StartWorkflowResponse) HasSchemaId ¶
func (o *StartWorkflowResponse) HasSchemaId() bool
HasSchemaId returns a boolean if a field has been set.
func (*StartWorkflowResponse) HasStatus ¶
func (o *StartWorkflowResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*StartWorkflowResponse) HasType ¶
func (o *StartWorkflowResponse) HasType() bool
HasType returns a boolean if a field has been set.
func (*StartWorkflowResponse) HasVersion ¶
func (o *StartWorkflowResponse) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (StartWorkflowResponse) MarshalJSON ¶
func (o StartWorkflowResponse) MarshalJSON() ([]byte, error)
func (*StartWorkflowResponse) SetBaseType ¶
func (o *StartWorkflowResponse) SetBaseType(v string)
SetBaseType gets a reference to the given string and assigns it to the BaseType field.
func (*StartWorkflowResponse) SetCreatedBy ¶
func (o *StartWorkflowResponse) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*StartWorkflowResponse) SetCreatedOn ¶
func (o *StartWorkflowResponse) SetCreatedOn(v string)
SetCreatedOn gets a reference to the given string and assigns it to the CreatedOn field.
func (*StartWorkflowResponse) SetDefinitionId ¶
func (o *StartWorkflowResponse) SetDefinitionId(v string)
SetDefinitionId gets a reference to the given string and assigns it to the DefinitionId field.
func (*StartWorkflowResponse) SetId ¶
func (o *StartWorkflowResponse) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*StartWorkflowResponse) SetSchemaId ¶
func (o *StartWorkflowResponse) SetSchemaId(v string)
SetSchemaId gets a reference to the given string and assigns it to the SchemaId field.
func (*StartWorkflowResponse) SetStatus ¶
func (o *StartWorkflowResponse) SetStatus(v map[string]interface{})
SetStatus gets a reference to the given map[string]interface{} and assigns it to the Status field.
func (*StartWorkflowResponse) SetType ¶
func (o *StartWorkflowResponse) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*StartWorkflowResponse) SetVersion ¶
func (o *StartWorkflowResponse) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (*StartWorkflowResponse) UnmarshalJSON ¶ added in v1.0.5
func (o *StartWorkflowResponse) UnmarshalJSON(bytes []byte) (err error)
type Template ¶ added in v1.0.8
type Template struct { Id *string `json:"id,omitempty"` ExternalId NullableString `json:"externalId,omitempty"` Name string `json:"name"` Description *string `json:"description,omitempty"` ServiceType string `json:"serviceType"` Type string `json:"type"` Subtype NullableString `json:"subtype,omitempty"` Configuration *string `json:"configuration,omitempty"` Attributes *map[string]string `json:"attributes,omitempty"` Tags *[]string `json:"tags,omitempty"` Notes NullableString `json:"notes,omitempty"` Status *TemplateStatus `json:"status,omitempty"` StatusDetails NullableString `json:"statusDetails,omitempty"` CreatedOn NullableTime `json:"createdOn,omitempty"` CreatedBy NullableString `json:"createdBy,omitempty"` ModifiedOn NullableTime `json:"modifiedOn,omitempty"` ModifiedBy NullableString `json:"modifiedBy,omitempty"` AdditionalProperties map[string]interface{} }
Template struct for Template
func NewTemplate ¶ added in v1.0.8
NewTemplate instantiates a new Template object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTemplateWithDefaults ¶ added in v1.0.8
func NewTemplateWithDefaults() *Template
NewTemplateWithDefaults instantiates a new Template object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Template) GetAttributes ¶ added in v1.0.8
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*Template) GetAttributesOk ¶ added in v1.0.8
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Template) GetConfiguration ¶ added in v1.0.8
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*Template) GetConfigurationOk ¶ added in v1.0.8
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Template) GetCreatedBy ¶ added in v1.0.8
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Template) GetCreatedByOk ¶ added in v1.0.8
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Template) GetCreatedOn ¶ added in v1.0.8
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Template) GetCreatedOnOk ¶ added in v1.0.8
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Template) GetDescription ¶ added in v1.0.8
GetDescription returns the Description field value if set, zero value otherwise.
func (*Template) GetDescriptionOk ¶ added in v1.0.8
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Template) GetExternalId ¶ added in v1.0.8
GetExternalId returns the ExternalId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Template) GetExternalIdOk ¶ added in v1.0.8
GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Template) GetId ¶ added in v1.0.8
GetId returns the Id field value if set, zero value otherwise.
func (*Template) GetIdOk ¶ added in v1.0.8
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 (*Template) GetModifiedBy ¶ added in v1.0.8
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Template) GetModifiedByOk ¶ added in v1.0.8
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Template) GetModifiedOn ¶ added in v1.0.8
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Template) GetModifiedOnOk ¶ added in v1.0.8
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Template) GetNameOk ¶ added in v1.0.8
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Template) GetNotes ¶ added in v1.0.8
GetNotes returns the Notes field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Template) GetNotesOk ¶ added in v1.0.8
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 (*Template) GetServiceType ¶ added in v1.0.8
GetServiceType returns the ServiceType field value
func (*Template) GetServiceTypeOk ¶ added in v1.0.8
GetServiceTypeOk returns a tuple with the ServiceType field value and a boolean to check if the value has been set.
func (*Template) GetStatus ¶ added in v1.0.8
func (o *Template) GetStatus() TemplateStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*Template) GetStatusDetails ¶ added in v1.0.8
GetStatusDetails returns the StatusDetails field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Template) GetStatusDetailsOk ¶ added in v1.0.8
GetStatusDetailsOk returns a tuple with the StatusDetails field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Template) GetStatusOk ¶ added in v1.0.8
func (o *Template) GetStatusOk() (*TemplateStatus, 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 (*Template) GetSubtype ¶ added in v1.0.8
GetSubtype returns the Subtype field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Template) GetSubtypeOk ¶ added in v1.0.8
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 (*Template) GetTags ¶ added in v1.0.8
GetTags returns the Tags field value if set, zero value otherwise.
func (*Template) GetTagsOk ¶ added in v1.0.8
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Template) GetTypeOk ¶ added in v1.0.8
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*Template) HasAttributes ¶ added in v1.0.8
HasAttributes returns a boolean if a field has been set.
func (*Template) HasConfiguration ¶ added in v1.0.8
HasConfiguration returns a boolean if a field has been set.
func (*Template) HasCreatedBy ¶ added in v1.0.8
HasCreatedBy returns a boolean if a field has been set.
func (*Template) HasCreatedOn ¶ added in v1.0.8
HasCreatedOn returns a boolean if a field has been set.
func (*Template) HasDescription ¶ added in v1.0.8
HasDescription returns a boolean if a field has been set.
func (*Template) HasExternalId ¶ added in v1.0.8
HasExternalId returns a boolean if a field has been set.
func (*Template) HasModifiedBy ¶ added in v1.0.8
HasModifiedBy returns a boolean if a field has been set.
func (*Template) HasModifiedOn ¶ added in v1.0.8
HasModifiedOn returns a boolean if a field has been set.
func (*Template) HasStatusDetails ¶ added in v1.0.8
HasStatusDetails returns a boolean if a field has been set.
func (*Template) HasSubtype ¶ added in v1.0.8
HasSubtype returns a boolean if a field has been set.
func (Template) MarshalJSON ¶ added in v1.0.8
func (*Template) SetAttributes ¶ added in v1.0.8
SetAttributes gets a reference to the given map[string]string and assigns it to the Attributes field.
func (*Template) SetConfiguration ¶ added in v1.0.8
SetConfiguration gets a reference to the given string and assigns it to the Configuration field.
func (*Template) SetCreatedBy ¶ added in v1.0.8
SetCreatedBy gets a reference to the given NullableString and assigns it to the CreatedBy field.
func (*Template) SetCreatedByNil ¶ added in v1.0.8
func (o *Template) SetCreatedByNil()
SetCreatedByNil sets the value for CreatedBy to be an explicit nil
func (*Template) SetCreatedOn ¶ added in v1.0.8
SetCreatedOn gets a reference to the given NullableTime and assigns it to the CreatedOn field.
func (*Template) SetCreatedOnNil ¶ added in v1.0.8
func (o *Template) SetCreatedOnNil()
SetCreatedOnNil sets the value for CreatedOn to be an explicit nil
func (*Template) SetDescription ¶ added in v1.0.8
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Template) SetExternalId ¶ added in v1.0.8
SetExternalId gets a reference to the given NullableString and assigns it to the ExternalId field.
func (*Template) SetExternalIdNil ¶ added in v1.0.9
func (o *Template) SetExternalIdNil()
SetExternalIdNil sets the value for ExternalId to be an explicit nil
func (*Template) SetId ¶ added in v1.0.8
SetId gets a reference to the given string and assigns it to the Id field.
func (*Template) SetModifiedBy ¶ added in v1.0.8
SetModifiedBy gets a reference to the given NullableString and assigns it to the ModifiedBy field.
func (*Template) SetModifiedByNil ¶ added in v1.0.8
func (o *Template) SetModifiedByNil()
SetModifiedByNil sets the value for ModifiedBy to be an explicit nil
func (*Template) SetModifiedOn ¶ added in v1.0.8
SetModifiedOn gets a reference to the given NullableTime and assigns it to the ModifiedOn field.
func (*Template) SetModifiedOnNil ¶ added in v1.0.8
func (o *Template) SetModifiedOnNil()
SetModifiedOnNil sets the value for ModifiedOn to be an explicit nil
func (*Template) SetNotes ¶ added in v1.0.8
SetNotes gets a reference to the given NullableString and assigns it to the Notes field.
func (*Template) SetNotesNil ¶ added in v1.0.9
func (o *Template) SetNotesNil()
SetNotesNil sets the value for Notes to be an explicit nil
func (*Template) SetServiceType ¶ added in v1.0.8
SetServiceType sets field value
func (*Template) SetStatus ¶ added in v1.0.8
func (o *Template) SetStatus(v TemplateStatus)
SetStatus gets a reference to the given TemplateStatus and assigns it to the Status field.
func (*Template) SetStatusDetails ¶ added in v1.0.8
SetStatusDetails gets a reference to the given NullableString and assigns it to the StatusDetails field.
func (*Template) SetStatusDetailsNil ¶ added in v1.0.8
func (o *Template) SetStatusDetailsNil()
SetStatusDetailsNil sets the value for StatusDetails to be an explicit nil
func (*Template) SetSubtype ¶ added in v1.0.8
SetSubtype gets a reference to the given NullableString and assigns it to the Subtype field.
func (*Template) SetSubtypeNil ¶ added in v1.0.8
func (o *Template) SetSubtypeNil()
SetSubtypeNil sets the value for Subtype to be an explicit nil
func (*Template) SetTags ¶ added in v1.0.8
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*Template) UnmarshalJSON ¶ added in v1.0.8
func (*Template) UnsetCreatedBy ¶ added in v1.0.8
func (o *Template) UnsetCreatedBy()
UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil
func (*Template) UnsetCreatedOn ¶ added in v1.0.8
func (o *Template) UnsetCreatedOn()
UnsetCreatedOn ensures that no value is present for CreatedOn, not even an explicit nil
func (*Template) UnsetExternalId ¶ added in v1.0.9
func (o *Template) UnsetExternalId()
UnsetExternalId ensures that no value is present for ExternalId, not even an explicit nil
func (*Template) UnsetModifiedBy ¶ added in v1.0.8
func (o *Template) UnsetModifiedBy()
UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil
func (*Template) UnsetModifiedOn ¶ added in v1.0.8
func (o *Template) UnsetModifiedOn()
UnsetModifiedOn ensures that no value is present for ModifiedOn, not even an explicit nil
func (*Template) UnsetNotes ¶ added in v1.0.9
func (o *Template) UnsetNotes()
UnsetNotes ensures that no value is present for Notes, not even an explicit nil
func (*Template) UnsetStatusDetails ¶ added in v1.0.8
func (o *Template) UnsetStatusDetails()
UnsetStatusDetails ensures that no value is present for StatusDetails, not even an explicit nil
func (*Template) UnsetSubtype ¶ added in v1.0.8
func (o *Template) UnsetSubtype()
UnsetSubtype ensures that no value is present for Subtype, not even an explicit nil
type TemplateApplication ¶ added in v1.0.8
type TemplateApplication struct { Id *string `json:"id,omitempty"` TemplateId *string `json:"templateId,omitempty"` TemplateName *string `json:"templateName,omitempty"` TenantId string `json:"tenantId"` TargetId string `json:"targetId"` TargetType string `json:"targetType"` Parameters *map[string]string `json:"parameters,omitempty"` Status *TemplateStatus `json:"status,omitempty"` StatusDetails NullableString `json:"statusDetails,omitempty"` CreatedOn NullableTime `json:"createdOn,omitempty"` CreatedBy NullableString `json:"createdBy,omitempty"` ModifiedOn NullableTime `json:"modifiedOn,omitempty"` ModifiedBy NullableString `json:"modifiedBy,omitempty"` AdditionalProperties map[string]interface{} }
TemplateApplication struct for TemplateApplication
func NewTemplateApplication ¶ added in v1.0.8
func NewTemplateApplication(tenantId string, targetId string, targetType string) *TemplateApplication
NewTemplateApplication instantiates a new TemplateApplication object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTemplateApplicationWithDefaults ¶ added in v1.0.8
func NewTemplateApplicationWithDefaults() *TemplateApplication
NewTemplateApplicationWithDefaults instantiates a new TemplateApplication object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TemplateApplication) GetCreatedBy ¶ added in v1.0.8
func (o *TemplateApplication) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateApplication) GetCreatedByOk ¶ added in v1.0.8
func (o *TemplateApplication) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateApplication) GetCreatedOn ¶ added in v1.0.8
func (o *TemplateApplication) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateApplication) GetCreatedOnOk ¶ added in v1.0.8
func (o *TemplateApplication) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateApplication) GetId ¶ added in v1.0.8
func (o *TemplateApplication) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*TemplateApplication) GetIdOk ¶ added in v1.0.8
func (o *TemplateApplication) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateApplication) GetModifiedBy ¶ added in v1.0.8
func (o *TemplateApplication) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateApplication) GetModifiedByOk ¶ added in v1.0.8
func (o *TemplateApplication) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateApplication) GetModifiedOn ¶ added in v1.0.8
func (o *TemplateApplication) GetModifiedOn() time.Time
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateApplication) GetModifiedOnOk ¶ added in v1.0.8
func (o *TemplateApplication) GetModifiedOnOk() (*time.Time, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateApplication) GetParameters ¶ added in v1.0.8
func (o *TemplateApplication) GetParameters() map[string]string
GetParameters returns the Parameters field value if set, zero value otherwise.
func (*TemplateApplication) GetParametersOk ¶ added in v1.0.8
func (o *TemplateApplication) GetParametersOk() (*map[string]string, bool)
GetParametersOk returns a tuple with the Parameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateApplication) GetStatus ¶ added in v1.0.8
func (o *TemplateApplication) GetStatus() TemplateStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*TemplateApplication) GetStatusDetails ¶ added in v1.0.8
func (o *TemplateApplication) GetStatusDetails() string
GetStatusDetails returns the StatusDetails field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateApplication) GetStatusDetailsOk ¶ added in v1.0.8
func (o *TemplateApplication) GetStatusDetailsOk() (*string, bool)
GetStatusDetailsOk returns a tuple with the StatusDetails field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateApplication) GetStatusOk ¶ added in v1.0.8
func (o *TemplateApplication) GetStatusOk() (*TemplateStatus, 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 (*TemplateApplication) GetTargetId ¶ added in v1.0.8
func (o *TemplateApplication) GetTargetId() string
GetTargetId returns the TargetId field value
func (*TemplateApplication) GetTargetIdOk ¶ added in v1.0.8
func (o *TemplateApplication) GetTargetIdOk() (*string, bool)
GetTargetIdOk returns a tuple with the TargetId field value and a boolean to check if the value has been set.
func (*TemplateApplication) GetTargetType ¶ added in v1.0.8
func (o *TemplateApplication) GetTargetType() string
GetTargetType returns the TargetType field value
func (*TemplateApplication) GetTargetTypeOk ¶ added in v1.0.8
func (o *TemplateApplication) GetTargetTypeOk() (*string, bool)
GetTargetTypeOk returns a tuple with the TargetType field value and a boolean to check if the value has been set.
func (*TemplateApplication) GetTemplateId ¶ added in v1.0.8
func (o *TemplateApplication) GetTemplateId() string
GetTemplateId returns the TemplateId field value if set, zero value otherwise.
func (*TemplateApplication) GetTemplateIdOk ¶ added in v1.0.8
func (o *TemplateApplication) GetTemplateIdOk() (*string, bool)
GetTemplateIdOk returns a tuple with the TemplateId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateApplication) GetTemplateName ¶ added in v1.0.8
func (o *TemplateApplication) GetTemplateName() string
GetTemplateName returns the TemplateName field value if set, zero value otherwise.
func (*TemplateApplication) GetTemplateNameOk ¶ added in v1.0.8
func (o *TemplateApplication) GetTemplateNameOk() (*string, bool)
GetTemplateNameOk returns a tuple with the TemplateName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateApplication) GetTenantId ¶ added in v1.0.8
func (o *TemplateApplication) GetTenantId() string
GetTenantId returns the TenantId field value
func (*TemplateApplication) GetTenantIdOk ¶ added in v1.0.8
func (o *TemplateApplication) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.
func (*TemplateApplication) HasCreatedBy ¶ added in v1.0.8
func (o *TemplateApplication) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*TemplateApplication) HasCreatedOn ¶ added in v1.0.8
func (o *TemplateApplication) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*TemplateApplication) HasId ¶ added in v1.0.8
func (o *TemplateApplication) HasId() bool
HasId returns a boolean if a field has been set.
func (*TemplateApplication) HasModifiedBy ¶ added in v1.0.8
func (o *TemplateApplication) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.
func (*TemplateApplication) HasModifiedOn ¶ added in v1.0.8
func (o *TemplateApplication) HasModifiedOn() bool
HasModifiedOn returns a boolean if a field has been set.
func (*TemplateApplication) HasParameters ¶ added in v1.0.8
func (o *TemplateApplication) HasParameters() bool
HasParameters returns a boolean if a field has been set.
func (*TemplateApplication) HasStatus ¶ added in v1.0.8
func (o *TemplateApplication) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*TemplateApplication) HasStatusDetails ¶ added in v1.0.8
func (o *TemplateApplication) HasStatusDetails() bool
HasStatusDetails returns a boolean if a field has been set.
func (*TemplateApplication) HasTemplateId ¶ added in v1.0.8
func (o *TemplateApplication) HasTemplateId() bool
HasTemplateId returns a boolean if a field has been set.
func (*TemplateApplication) HasTemplateName ¶ added in v1.0.8
func (o *TemplateApplication) HasTemplateName() bool
HasTemplateName returns a boolean if a field has been set.
func (TemplateApplication) MarshalJSON ¶ added in v1.0.8
func (o TemplateApplication) MarshalJSON() ([]byte, error)
func (*TemplateApplication) SetCreatedBy ¶ added in v1.0.8
func (o *TemplateApplication) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given NullableString and assigns it to the CreatedBy field.
func (*TemplateApplication) SetCreatedByNil ¶ added in v1.0.8
func (o *TemplateApplication) SetCreatedByNil()
SetCreatedByNil sets the value for CreatedBy to be an explicit nil
func (*TemplateApplication) SetCreatedOn ¶ added in v1.0.8
func (o *TemplateApplication) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given NullableTime and assigns it to the CreatedOn field.
func (*TemplateApplication) SetCreatedOnNil ¶ added in v1.0.8
func (o *TemplateApplication) SetCreatedOnNil()
SetCreatedOnNil sets the value for CreatedOn to be an explicit nil
func (*TemplateApplication) SetId ¶ added in v1.0.8
func (o *TemplateApplication) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*TemplateApplication) SetModifiedBy ¶ added in v1.0.8
func (o *TemplateApplication) SetModifiedBy(v string)
SetModifiedBy gets a reference to the given NullableString and assigns it to the ModifiedBy field.
func (*TemplateApplication) SetModifiedByNil ¶ added in v1.0.8
func (o *TemplateApplication) SetModifiedByNil()
SetModifiedByNil sets the value for ModifiedBy to be an explicit nil
func (*TemplateApplication) SetModifiedOn ¶ added in v1.0.8
func (o *TemplateApplication) SetModifiedOn(v time.Time)
SetModifiedOn gets a reference to the given NullableTime and assigns it to the ModifiedOn field.
func (*TemplateApplication) SetModifiedOnNil ¶ added in v1.0.8
func (o *TemplateApplication) SetModifiedOnNil()
SetModifiedOnNil sets the value for ModifiedOn to be an explicit nil
func (*TemplateApplication) SetParameters ¶ added in v1.0.8
func (o *TemplateApplication) SetParameters(v map[string]string)
SetParameters gets a reference to the given map[string]string and assigns it to the Parameters field.
func (*TemplateApplication) SetStatus ¶ added in v1.0.8
func (o *TemplateApplication) SetStatus(v TemplateStatus)
SetStatus gets a reference to the given TemplateStatus and assigns it to the Status field.
func (*TemplateApplication) SetStatusDetails ¶ added in v1.0.8
func (o *TemplateApplication) SetStatusDetails(v string)
SetStatusDetails gets a reference to the given NullableString and assigns it to the StatusDetails field.
func (*TemplateApplication) SetStatusDetailsNil ¶ added in v1.0.8
func (o *TemplateApplication) SetStatusDetailsNil()
SetStatusDetailsNil sets the value for StatusDetails to be an explicit nil
func (*TemplateApplication) SetTargetId ¶ added in v1.0.8
func (o *TemplateApplication) SetTargetId(v string)
SetTargetId sets field value
func (*TemplateApplication) SetTargetType ¶ added in v1.0.8
func (o *TemplateApplication) SetTargetType(v string)
SetTargetType sets field value
func (*TemplateApplication) SetTemplateId ¶ added in v1.0.8
func (o *TemplateApplication) SetTemplateId(v string)
SetTemplateId gets a reference to the given string and assigns it to the TemplateId field.
func (*TemplateApplication) SetTemplateName ¶ added in v1.0.8
func (o *TemplateApplication) SetTemplateName(v string)
SetTemplateName gets a reference to the given string and assigns it to the TemplateName field.
func (*TemplateApplication) SetTenantId ¶ added in v1.0.8
func (o *TemplateApplication) SetTenantId(v string)
SetTenantId sets field value
func (*TemplateApplication) UnmarshalJSON ¶ added in v1.0.8
func (o *TemplateApplication) UnmarshalJSON(bytes []byte) (err error)
func (*TemplateApplication) UnsetCreatedBy ¶ added in v1.0.8
func (o *TemplateApplication) UnsetCreatedBy()
UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil
func (*TemplateApplication) UnsetCreatedOn ¶ added in v1.0.8
func (o *TemplateApplication) UnsetCreatedOn()
UnsetCreatedOn ensures that no value is present for CreatedOn, not even an explicit nil
func (*TemplateApplication) UnsetModifiedBy ¶ added in v1.0.8
func (o *TemplateApplication) UnsetModifiedBy()
UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil
func (*TemplateApplication) UnsetModifiedOn ¶ added in v1.0.8
func (o *TemplateApplication) UnsetModifiedOn()
UnsetModifiedOn ensures that no value is present for ModifiedOn, not even an explicit nil
func (*TemplateApplication) UnsetStatusDetails ¶ added in v1.0.8
func (o *TemplateApplication) UnsetStatusDetails()
UnsetStatusDetails ensures that no value is present for StatusDetails, not even an explicit nil
type TemplateApplicationAllOf ¶ added in v1.0.8
type TemplateApplicationAllOf struct { Id *string `json:"id,omitempty"` TemplateId *string `json:"templateId,omitempty"` TemplateName *string `json:"templateName,omitempty"` AdditionalProperties map[string]interface{} }
TemplateApplicationAllOf struct for TemplateApplicationAllOf
func NewTemplateApplicationAllOf ¶ added in v1.0.8
func NewTemplateApplicationAllOf() *TemplateApplicationAllOf
NewTemplateApplicationAllOf instantiates a new TemplateApplicationAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTemplateApplicationAllOfWithDefaults ¶ added in v1.0.8
func NewTemplateApplicationAllOfWithDefaults() *TemplateApplicationAllOf
NewTemplateApplicationAllOfWithDefaults instantiates a new TemplateApplicationAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TemplateApplicationAllOf) GetId ¶ added in v1.0.8
func (o *TemplateApplicationAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*TemplateApplicationAllOf) GetIdOk ¶ added in v1.0.8
func (o *TemplateApplicationAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateApplicationAllOf) GetTemplateId ¶ added in v1.0.8
func (o *TemplateApplicationAllOf) GetTemplateId() string
GetTemplateId returns the TemplateId field value if set, zero value otherwise.
func (*TemplateApplicationAllOf) GetTemplateIdOk ¶ added in v1.0.8
func (o *TemplateApplicationAllOf) GetTemplateIdOk() (*string, bool)
GetTemplateIdOk returns a tuple with the TemplateId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateApplicationAllOf) GetTemplateName ¶ added in v1.0.8
func (o *TemplateApplicationAllOf) GetTemplateName() string
GetTemplateName returns the TemplateName field value if set, zero value otherwise.
func (*TemplateApplicationAllOf) GetTemplateNameOk ¶ added in v1.0.8
func (o *TemplateApplicationAllOf) GetTemplateNameOk() (*string, bool)
GetTemplateNameOk returns a tuple with the TemplateName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateApplicationAllOf) HasId ¶ added in v1.0.8
func (o *TemplateApplicationAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (*TemplateApplicationAllOf) HasTemplateId ¶ added in v1.0.8
func (o *TemplateApplicationAllOf) HasTemplateId() bool
HasTemplateId returns a boolean if a field has been set.
func (*TemplateApplicationAllOf) HasTemplateName ¶ added in v1.0.8
func (o *TemplateApplicationAllOf) HasTemplateName() bool
HasTemplateName returns a boolean if a field has been set.
func (TemplateApplicationAllOf) MarshalJSON ¶ added in v1.0.8
func (o TemplateApplicationAllOf) MarshalJSON() ([]byte, error)
func (*TemplateApplicationAllOf) SetId ¶ added in v1.0.8
func (o *TemplateApplicationAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*TemplateApplicationAllOf) SetTemplateId ¶ added in v1.0.8
func (o *TemplateApplicationAllOf) SetTemplateId(v string)
SetTemplateId gets a reference to the given string and assigns it to the TemplateId field.
func (*TemplateApplicationAllOf) SetTemplateName ¶ added in v1.0.8
func (o *TemplateApplicationAllOf) SetTemplateName(v string)
SetTemplateName gets a reference to the given string and assigns it to the TemplateName field.
func (*TemplateApplicationAllOf) UnmarshalJSON ¶ added in v1.0.8
func (o *TemplateApplicationAllOf) UnmarshalJSON(bytes []byte) (err error)
type TemplateApplicationCreate ¶ added in v1.0.8
type TemplateApplicationCreate struct { TenantId string `json:"tenantId"` TargetId string `json:"targetId"` TargetType string `json:"targetType"` Parameters *map[string]string `json:"parameters,omitempty"` AdditionalProperties map[string]interface{} }
TemplateApplicationCreate struct for TemplateApplicationCreate
func NewTemplateApplicationCreate ¶ added in v1.0.8
func NewTemplateApplicationCreate(tenantId string, targetId string, targetType string) *TemplateApplicationCreate
NewTemplateApplicationCreate instantiates a new TemplateApplicationCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTemplateApplicationCreateWithDefaults ¶ added in v1.0.8
func NewTemplateApplicationCreateWithDefaults() *TemplateApplicationCreate
NewTemplateApplicationCreateWithDefaults instantiates a new TemplateApplicationCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TemplateApplicationCreate) GetParameters ¶ added in v1.0.8
func (o *TemplateApplicationCreate) GetParameters() map[string]string
GetParameters returns the Parameters field value if set, zero value otherwise.
func (*TemplateApplicationCreate) GetParametersOk ¶ added in v1.0.8
func (o *TemplateApplicationCreate) GetParametersOk() (*map[string]string, bool)
GetParametersOk returns a tuple with the Parameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateApplicationCreate) GetTargetId ¶ added in v1.0.8
func (o *TemplateApplicationCreate) GetTargetId() string
GetTargetId returns the TargetId field value
func (*TemplateApplicationCreate) GetTargetIdOk ¶ added in v1.0.8
func (o *TemplateApplicationCreate) GetTargetIdOk() (*string, bool)
GetTargetIdOk returns a tuple with the TargetId field value and a boolean to check if the value has been set.
func (*TemplateApplicationCreate) GetTargetType ¶ added in v1.0.8
func (o *TemplateApplicationCreate) GetTargetType() string
GetTargetType returns the TargetType field value
func (*TemplateApplicationCreate) GetTargetTypeOk ¶ added in v1.0.8
func (o *TemplateApplicationCreate) GetTargetTypeOk() (*string, bool)
GetTargetTypeOk returns a tuple with the TargetType field value and a boolean to check if the value has been set.
func (*TemplateApplicationCreate) GetTenantId ¶ added in v1.0.8
func (o *TemplateApplicationCreate) GetTenantId() string
GetTenantId returns the TenantId field value
func (*TemplateApplicationCreate) GetTenantIdOk ¶ added in v1.0.8
func (o *TemplateApplicationCreate) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.
func (*TemplateApplicationCreate) HasParameters ¶ added in v1.0.8
func (o *TemplateApplicationCreate) HasParameters() bool
HasParameters returns a boolean if a field has been set.
func (TemplateApplicationCreate) MarshalJSON ¶ added in v1.0.8
func (o TemplateApplicationCreate) MarshalJSON() ([]byte, error)
func (*TemplateApplicationCreate) SetParameters ¶ added in v1.0.8
func (o *TemplateApplicationCreate) SetParameters(v map[string]string)
SetParameters gets a reference to the given map[string]string and assigns it to the Parameters field.
func (*TemplateApplicationCreate) SetTargetId ¶ added in v1.0.8
func (o *TemplateApplicationCreate) SetTargetId(v string)
SetTargetId sets field value
func (*TemplateApplicationCreate) SetTargetType ¶ added in v1.0.8
func (o *TemplateApplicationCreate) SetTargetType(v string)
SetTargetType sets field value
func (*TemplateApplicationCreate) SetTenantId ¶ added in v1.0.8
func (o *TemplateApplicationCreate) SetTenantId(v string)
SetTenantId sets field value
func (*TemplateApplicationCreate) UnmarshalJSON ¶ added in v1.0.8
func (o *TemplateApplicationCreate) UnmarshalJSON(bytes []byte) (err error)
type TemplateApplicationStatusPatch ¶ added in v1.0.8
type TemplateApplicationStatusPatch struct { Status TemplateStatus `json:"status"` StatusDetails *string `json:"statusDetails,omitempty"` AdditionalProperties map[string]interface{} }
TemplateApplicationStatusPatch struct for TemplateApplicationStatusPatch
func NewTemplateApplicationStatusPatch ¶ added in v1.0.8
func NewTemplateApplicationStatusPatch(status TemplateStatus) *TemplateApplicationStatusPatch
NewTemplateApplicationStatusPatch instantiates a new TemplateApplicationStatusPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTemplateApplicationStatusPatchWithDefaults ¶ added in v1.0.8
func NewTemplateApplicationStatusPatchWithDefaults() *TemplateApplicationStatusPatch
NewTemplateApplicationStatusPatchWithDefaults instantiates a new TemplateApplicationStatusPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TemplateApplicationStatusPatch) GetStatus ¶ added in v1.0.8
func (o *TemplateApplicationStatusPatch) GetStatus() TemplateStatus
GetStatus returns the Status field value
func (*TemplateApplicationStatusPatch) GetStatusDetails ¶ added in v1.0.8
func (o *TemplateApplicationStatusPatch) GetStatusDetails() string
GetStatusDetails returns the StatusDetails field value if set, zero value otherwise.
func (*TemplateApplicationStatusPatch) GetStatusDetailsOk ¶ added in v1.0.8
func (o *TemplateApplicationStatusPatch) GetStatusDetailsOk() (*string, bool)
GetStatusDetailsOk returns a tuple with the StatusDetails field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateApplicationStatusPatch) GetStatusOk ¶ added in v1.0.8
func (o *TemplateApplicationStatusPatch) GetStatusOk() (*TemplateStatus, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*TemplateApplicationStatusPatch) HasStatusDetails ¶ added in v1.0.8
func (o *TemplateApplicationStatusPatch) HasStatusDetails() bool
HasStatusDetails returns a boolean if a field has been set.
func (TemplateApplicationStatusPatch) MarshalJSON ¶ added in v1.0.8
func (o TemplateApplicationStatusPatch) MarshalJSON() ([]byte, error)
func (*TemplateApplicationStatusPatch) SetStatus ¶ added in v1.0.8
func (o *TemplateApplicationStatusPatch) SetStatus(v TemplateStatus)
SetStatus sets field value
func (*TemplateApplicationStatusPatch) SetStatusDetails ¶ added in v1.0.8
func (o *TemplateApplicationStatusPatch) SetStatusDetails(v string)
SetStatusDetails gets a reference to the given string and assigns it to the StatusDetails field.
func (*TemplateApplicationStatusPatch) UnmarshalJSON ¶ added in v1.0.8
func (o *TemplateApplicationStatusPatch) UnmarshalJSON(bytes []byte) (err error)
type TemplateApplicationsApiService ¶ added in v1.0.8
type TemplateApplicationsApiService service
TemplateApplicationsApiService TemplateApplicationsApi service
func (*TemplateApplicationsApiService) ApplyTemplate ¶ added in v1.0.8
func (a *TemplateApplicationsApiService) ApplyTemplate(ctx _context.Context, id string) ApiApplyTemplateRequest
* ApplyTemplate Applies a template to a target. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiApplyTemplateRequest
func (*TemplateApplicationsApiService) ApplyTemplateExecute ¶ added in v1.0.8
func (a *TemplateApplicationsApiService) ApplyTemplateExecute(r ApiApplyTemplateRequest) (TemplateApplication, *_nethttp.Response, error)
* Execute executes the request * @return TemplateApplication
func (*TemplateApplicationsApiService) DeleteTemplateApplication ¶ added in v1.0.8
func (a *TemplateApplicationsApiService) DeleteTemplateApplication(ctx _context.Context, id string) ApiDeleteTemplateApplicationRequest
* DeleteTemplateApplication Deletes a template application. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiDeleteTemplateApplicationRequest
func (*TemplateApplicationsApiService) DeleteTemplateApplicationExecute ¶ added in v1.0.8
func (a *TemplateApplicationsApiService) DeleteTemplateApplicationExecute(r ApiDeleteTemplateApplicationRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*TemplateApplicationsApiService) GetTemplateApplication ¶ added in v1.0.8
func (a *TemplateApplicationsApiService) GetTemplateApplication(ctx _context.Context, id string) ApiGetTemplateApplicationRequest
* GetTemplateApplication Gets a template application. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetTemplateApplicationRequest
func (*TemplateApplicationsApiService) GetTemplateApplicationExecute ¶ added in v1.0.8
func (a *TemplateApplicationsApiService) GetTemplateApplicationExecute(r ApiGetTemplateApplicationRequest) (TemplateApplication, *_nethttp.Response, error)
* Execute executes the request * @return TemplateApplication
func (*TemplateApplicationsApiService) GetTemplateApplicationHistory ¶ added in v1.0.8
func (a *TemplateApplicationsApiService) GetTemplateApplicationHistory(ctx _context.Context, id string) ApiGetTemplateApplicationHistoryRequest
* GetTemplateApplicationHistory Gets a template application history. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetTemplateApplicationHistoryRequest
func (*TemplateApplicationsApiService) GetTemplateApplicationHistoryExecute ¶ added in v1.0.8
func (a *TemplateApplicationsApiService) GetTemplateApplicationHistoryExecute(r ApiGetTemplateApplicationHistoryRequest) ([]TemplateApplication, *_nethttp.Response, error)
* Execute executes the request * @return []TemplateApplication
func (*TemplateApplicationsApiService) GetTemplateApplicationsPage ¶ added in v1.0.8
func (a *TemplateApplicationsApiService) GetTemplateApplicationsPage(ctx _context.Context) ApiGetTemplateApplicationsPageRequest
* GetTemplateApplicationsPage Get a page of template applications. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetTemplateApplicationsPageRequest
func (*TemplateApplicationsApiService) GetTemplateApplicationsPageExecute ¶ added in v1.0.8
func (a *TemplateApplicationsApiService) GetTemplateApplicationsPageExecute(r ApiGetTemplateApplicationsPageRequest) (TemplateApplicationsPage, *_nethttp.Response, error)
* Execute executes the request * @return TemplateApplicationsPage
func (*TemplateApplicationsApiService) UpdateApplicationStatus ¶ added in v1.0.8
func (a *TemplateApplicationsApiService) UpdateApplicationStatus(ctx _context.Context, id string) ApiUpdateApplicationStatusRequest
* UpdateApplicationStatus Updates an application status. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiUpdateApplicationStatusRequest
func (*TemplateApplicationsApiService) UpdateApplicationStatusExecute ¶ added in v1.0.8
func (a *TemplateApplicationsApiService) UpdateApplicationStatusExecute(r ApiUpdateApplicationStatusRequest) (TemplateApplication, *_nethttp.Response, error)
* Execute executes the request * @return TemplateApplication
type TemplateApplicationsPage ¶ added in v1.0.8
type TemplateApplicationsPage struct { Page *int32 `json:"page,omitempty"` PageSize *int32 `json:"pageSize,omitempty"` TotalItems NullableInt64 `json:"totalItems,omitempty"` HasNext NullableBool `json:"hasNext,omitempty"` HasPrevious NullableBool `json:"hasPrevious,omitempty"` SortBy NullableString `json:"sortBy,omitempty"` SortOrder NullableString `json:"sortOrder,omitempty"` Contents *[]TemplateApplication `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
TemplateApplicationsPage struct for TemplateApplicationsPage
func NewTemplateApplicationsPage ¶ added in v1.0.8
func NewTemplateApplicationsPage() *TemplateApplicationsPage
NewTemplateApplicationsPage instantiates a new TemplateApplicationsPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTemplateApplicationsPageWithDefaults ¶ added in v1.0.8
func NewTemplateApplicationsPageWithDefaults() *TemplateApplicationsPage
NewTemplateApplicationsPageWithDefaults instantiates a new TemplateApplicationsPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TemplateApplicationsPage) GetContents ¶ added in v1.0.8
func (o *TemplateApplicationsPage) GetContents() []TemplateApplication
GetContents returns the Contents field value if set, zero value otherwise.
func (*TemplateApplicationsPage) GetContentsOk ¶ added in v1.0.8
func (o *TemplateApplicationsPage) GetContentsOk() (*[]TemplateApplication, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateApplicationsPage) GetHasNext ¶ added in v1.0.8
func (o *TemplateApplicationsPage) GetHasNext() bool
GetHasNext returns the HasNext field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateApplicationsPage) GetHasNextOk ¶ added in v1.0.8
func (o *TemplateApplicationsPage) GetHasNextOk() (*bool, bool)
GetHasNextOk returns a tuple with the HasNext field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateApplicationsPage) GetHasPrevious ¶ added in v1.0.8
func (o *TemplateApplicationsPage) GetHasPrevious() bool
GetHasPrevious returns the HasPrevious field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateApplicationsPage) GetHasPreviousOk ¶ added in v1.0.8
func (o *TemplateApplicationsPage) GetHasPreviousOk() (*bool, bool)
GetHasPreviousOk returns a tuple with the HasPrevious field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateApplicationsPage) GetPage ¶ added in v1.0.8
func (o *TemplateApplicationsPage) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise.
func (*TemplateApplicationsPage) GetPageOk ¶ added in v1.0.8
func (o *TemplateApplicationsPage) 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 (*TemplateApplicationsPage) GetPageSize ¶ added in v1.0.8
func (o *TemplateApplicationsPage) GetPageSize() int32
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*TemplateApplicationsPage) GetPageSizeOk ¶ added in v1.0.8
func (o *TemplateApplicationsPage) 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 (*TemplateApplicationsPage) GetSortBy ¶ added in v1.0.8
func (o *TemplateApplicationsPage) GetSortBy() string
GetSortBy returns the SortBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateApplicationsPage) GetSortByOk ¶ added in v1.0.8
func (o *TemplateApplicationsPage) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateApplicationsPage) GetSortOrder ¶ added in v1.0.8
func (o *TemplateApplicationsPage) GetSortOrder() string
GetSortOrder returns the SortOrder field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateApplicationsPage) GetSortOrderOk ¶ added in v1.0.8
func (o *TemplateApplicationsPage) GetSortOrderOk() (*string, bool)
GetSortOrderOk returns a tuple with the SortOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateApplicationsPage) GetTotalItems ¶ added in v1.0.8
func (o *TemplateApplicationsPage) GetTotalItems() int64
GetTotalItems returns the TotalItems field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateApplicationsPage) GetTotalItemsOk ¶ added in v1.0.8
func (o *TemplateApplicationsPage) GetTotalItemsOk() (*int64, bool)
GetTotalItemsOk returns a tuple with the TotalItems field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateApplicationsPage) HasContents ¶ added in v1.0.8
func (o *TemplateApplicationsPage) HasContents() bool
HasContents returns a boolean if a field has been set.
func (*TemplateApplicationsPage) HasHasNext ¶ added in v1.0.8
func (o *TemplateApplicationsPage) HasHasNext() bool
HasHasNext returns a boolean if a field has been set.
func (*TemplateApplicationsPage) HasHasPrevious ¶ added in v1.0.8
func (o *TemplateApplicationsPage) HasHasPrevious() bool
HasHasPrevious returns a boolean if a field has been set.
func (*TemplateApplicationsPage) HasPage ¶ added in v1.0.8
func (o *TemplateApplicationsPage) HasPage() bool
HasPage returns a boolean if a field has been set.
func (*TemplateApplicationsPage) HasPageSize ¶ added in v1.0.8
func (o *TemplateApplicationsPage) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (*TemplateApplicationsPage) HasSortBy ¶ added in v1.0.8
func (o *TemplateApplicationsPage) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.
func (*TemplateApplicationsPage) HasSortOrder ¶ added in v1.0.8
func (o *TemplateApplicationsPage) HasSortOrder() bool
HasSortOrder returns a boolean if a field has been set.
func (*TemplateApplicationsPage) HasTotalItems ¶ added in v1.0.8
func (o *TemplateApplicationsPage) HasTotalItems() bool
HasTotalItems returns a boolean if a field has been set.
func (TemplateApplicationsPage) MarshalJSON ¶ added in v1.0.8
func (o TemplateApplicationsPage) MarshalJSON() ([]byte, error)
func (*TemplateApplicationsPage) SetContents ¶ added in v1.0.8
func (o *TemplateApplicationsPage) SetContents(v []TemplateApplication)
SetContents gets a reference to the given []TemplateApplication and assigns it to the Contents field.
func (*TemplateApplicationsPage) SetHasNext ¶ added in v1.0.8
func (o *TemplateApplicationsPage) SetHasNext(v bool)
SetHasNext gets a reference to the given NullableBool and assigns it to the HasNext field.
func (*TemplateApplicationsPage) SetHasNextNil ¶ added in v1.0.8
func (o *TemplateApplicationsPage) SetHasNextNil()
SetHasNextNil sets the value for HasNext to be an explicit nil
func (*TemplateApplicationsPage) SetHasPrevious ¶ added in v1.0.8
func (o *TemplateApplicationsPage) SetHasPrevious(v bool)
SetHasPrevious gets a reference to the given NullableBool and assigns it to the HasPrevious field.
func (*TemplateApplicationsPage) SetHasPreviousNil ¶ added in v1.0.8
func (o *TemplateApplicationsPage) SetHasPreviousNil()
SetHasPreviousNil sets the value for HasPrevious to be an explicit nil
func (*TemplateApplicationsPage) SetPage ¶ added in v1.0.8
func (o *TemplateApplicationsPage) SetPage(v int32)
SetPage gets a reference to the given int32 and assigns it to the Page field.
func (*TemplateApplicationsPage) SetPageSize ¶ added in v1.0.8
func (o *TemplateApplicationsPage) SetPageSize(v int32)
SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.
func (*TemplateApplicationsPage) SetSortBy ¶ added in v1.0.8
func (o *TemplateApplicationsPage) SetSortBy(v string)
SetSortBy gets a reference to the given NullableString and assigns it to the SortBy field.
func (*TemplateApplicationsPage) SetSortByNil ¶ added in v1.0.8
func (o *TemplateApplicationsPage) SetSortByNil()
SetSortByNil sets the value for SortBy to be an explicit nil
func (*TemplateApplicationsPage) SetSortOrder ¶ added in v1.0.8
func (o *TemplateApplicationsPage) SetSortOrder(v string)
SetSortOrder gets a reference to the given NullableString and assigns it to the SortOrder field.
func (*TemplateApplicationsPage) SetSortOrderNil ¶ added in v1.0.8
func (o *TemplateApplicationsPage) SetSortOrderNil()
SetSortOrderNil sets the value for SortOrder to be an explicit nil
func (*TemplateApplicationsPage) SetTotalItems ¶ added in v1.0.8
func (o *TemplateApplicationsPage) SetTotalItems(v int64)
SetTotalItems gets a reference to the given NullableInt64 and assigns it to the TotalItems field.
func (*TemplateApplicationsPage) SetTotalItemsNil ¶ added in v1.0.8
func (o *TemplateApplicationsPage) SetTotalItemsNil()
SetTotalItemsNil sets the value for TotalItems to be an explicit nil
func (*TemplateApplicationsPage) UnmarshalJSON ¶ added in v1.0.8
func (o *TemplateApplicationsPage) UnmarshalJSON(bytes []byte) (err error)
func (*TemplateApplicationsPage) UnsetHasNext ¶ added in v1.0.8
func (o *TemplateApplicationsPage) UnsetHasNext()
UnsetHasNext ensures that no value is present for HasNext, not even an explicit nil
func (*TemplateApplicationsPage) UnsetHasPrevious ¶ added in v1.0.8
func (o *TemplateApplicationsPage) UnsetHasPrevious()
UnsetHasPrevious ensures that no value is present for HasPrevious, not even an explicit nil
func (*TemplateApplicationsPage) UnsetSortBy ¶ added in v1.0.8
func (o *TemplateApplicationsPage) UnsetSortBy()
UnsetSortBy ensures that no value is present for SortBy, not even an explicit nil
func (*TemplateApplicationsPage) UnsetSortOrder ¶ added in v1.0.8
func (o *TemplateApplicationsPage) UnsetSortOrder()
UnsetSortOrder ensures that no value is present for SortOrder, not even an explicit nil
func (*TemplateApplicationsPage) UnsetTotalItems ¶ added in v1.0.8
func (o *TemplateApplicationsPage) UnsetTotalItems()
UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil
type TemplateApplicationsPageAllOf ¶ added in v1.0.8
type TemplateApplicationsPageAllOf struct { Contents *[]TemplateApplication `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
TemplateApplicationsPageAllOf struct for TemplateApplicationsPageAllOf
func NewTemplateApplicationsPageAllOf ¶ added in v1.0.8
func NewTemplateApplicationsPageAllOf() *TemplateApplicationsPageAllOf
NewTemplateApplicationsPageAllOf instantiates a new TemplateApplicationsPageAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTemplateApplicationsPageAllOfWithDefaults ¶ added in v1.0.8
func NewTemplateApplicationsPageAllOfWithDefaults() *TemplateApplicationsPageAllOf
NewTemplateApplicationsPageAllOfWithDefaults instantiates a new TemplateApplicationsPageAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TemplateApplicationsPageAllOf) GetContents ¶ added in v1.0.8
func (o *TemplateApplicationsPageAllOf) GetContents() []TemplateApplication
GetContents returns the Contents field value if set, zero value otherwise.
func (*TemplateApplicationsPageAllOf) GetContentsOk ¶ added in v1.0.8
func (o *TemplateApplicationsPageAllOf) GetContentsOk() (*[]TemplateApplication, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateApplicationsPageAllOf) HasContents ¶ added in v1.0.8
func (o *TemplateApplicationsPageAllOf) HasContents() bool
HasContents returns a boolean if a field has been set.
func (TemplateApplicationsPageAllOf) MarshalJSON ¶ added in v1.0.8
func (o TemplateApplicationsPageAllOf) MarshalJSON() ([]byte, error)
func (*TemplateApplicationsPageAllOf) SetContents ¶ added in v1.0.8
func (o *TemplateApplicationsPageAllOf) SetContents(v []TemplateApplication)
SetContents gets a reference to the given []TemplateApplication and assigns it to the Contents field.
func (*TemplateApplicationsPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (o *TemplateApplicationsPageAllOf) UnmarshalJSON(bytes []byte) (err error)
type TemplateAssignment ¶ added in v1.0.8
type TemplateAssignment struct { Id *string `json:"id,omitempty"` TemplateId *string `json:"templateId,omitempty"` TemplateName *string `json:"templateName,omitempty"` TenantId *string `json:"tenantId,omitempty"` AssignedTenantId *string `json:"assignedTenantId,omitempty"` Inheritable NullableBool `json:"inheritable,omitempty"` Status *TemplateStatus `json:"status,omitempty"` StatusDetails NullableString `json:"statusDetails,omitempty"` CreatedOn NullableTime `json:"createdOn,omitempty"` CreatedBy NullableString `json:"createdBy,omitempty"` ModifiedOn NullableTime `json:"modifiedOn,omitempty"` ModifiedBy NullableString `json:"modifiedBy,omitempty"` AdditionalProperties map[string]interface{} }
TemplateAssignment struct for TemplateAssignment
func NewTemplateAssignment ¶ added in v1.0.8
func NewTemplateAssignment() *TemplateAssignment
NewTemplateAssignment instantiates a new TemplateAssignment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTemplateAssignmentWithDefaults ¶ added in v1.0.8
func NewTemplateAssignmentWithDefaults() *TemplateAssignment
NewTemplateAssignmentWithDefaults instantiates a new TemplateAssignment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TemplateAssignment) GetAssignedTenantId ¶ added in v1.0.8
func (o *TemplateAssignment) GetAssignedTenantId() string
GetAssignedTenantId returns the AssignedTenantId field value if set, zero value otherwise.
func (*TemplateAssignment) GetAssignedTenantIdOk ¶ added in v1.0.8
func (o *TemplateAssignment) GetAssignedTenantIdOk() (*string, bool)
GetAssignedTenantIdOk returns a tuple with the AssignedTenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateAssignment) GetCreatedBy ¶ added in v1.0.8
func (o *TemplateAssignment) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateAssignment) GetCreatedByOk ¶ added in v1.0.8
func (o *TemplateAssignment) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateAssignment) GetCreatedOn ¶ added in v1.0.8
func (o *TemplateAssignment) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateAssignment) GetCreatedOnOk ¶ added in v1.0.8
func (o *TemplateAssignment) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateAssignment) GetId ¶ added in v1.0.8
func (o *TemplateAssignment) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*TemplateAssignment) GetIdOk ¶ added in v1.0.8
func (o *TemplateAssignment) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateAssignment) GetInheritable ¶ added in v1.0.8
func (o *TemplateAssignment) GetInheritable() bool
GetInheritable returns the Inheritable field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateAssignment) GetInheritableOk ¶ added in v1.0.8
func (o *TemplateAssignment) GetInheritableOk() (*bool, bool)
GetInheritableOk returns a tuple with the Inheritable field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateAssignment) GetModifiedBy ¶ added in v1.0.8
func (o *TemplateAssignment) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateAssignment) GetModifiedByOk ¶ added in v1.0.8
func (o *TemplateAssignment) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateAssignment) GetModifiedOn ¶ added in v1.0.8
func (o *TemplateAssignment) GetModifiedOn() time.Time
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateAssignment) GetModifiedOnOk ¶ added in v1.0.8
func (o *TemplateAssignment) GetModifiedOnOk() (*time.Time, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateAssignment) GetStatus ¶ added in v1.0.8
func (o *TemplateAssignment) GetStatus() TemplateStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*TemplateAssignment) GetStatusDetails ¶ added in v1.0.8
func (o *TemplateAssignment) GetStatusDetails() string
GetStatusDetails returns the StatusDetails field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateAssignment) GetStatusDetailsOk ¶ added in v1.0.8
func (o *TemplateAssignment) GetStatusDetailsOk() (*string, bool)
GetStatusDetailsOk returns a tuple with the StatusDetails field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateAssignment) GetStatusOk ¶ added in v1.0.8
func (o *TemplateAssignment) GetStatusOk() (*TemplateStatus, 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 (*TemplateAssignment) GetTemplateId ¶ added in v1.0.8
func (o *TemplateAssignment) GetTemplateId() string
GetTemplateId returns the TemplateId field value if set, zero value otherwise.
func (*TemplateAssignment) GetTemplateIdOk ¶ added in v1.0.8
func (o *TemplateAssignment) GetTemplateIdOk() (*string, bool)
GetTemplateIdOk returns a tuple with the TemplateId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateAssignment) GetTemplateName ¶ added in v1.0.8
func (o *TemplateAssignment) GetTemplateName() string
GetTemplateName returns the TemplateName field value if set, zero value otherwise.
func (*TemplateAssignment) GetTemplateNameOk ¶ added in v1.0.8
func (o *TemplateAssignment) GetTemplateNameOk() (*string, bool)
GetTemplateNameOk returns a tuple with the TemplateName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateAssignment) GetTenantId ¶ added in v1.0.8
func (o *TemplateAssignment) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*TemplateAssignment) GetTenantIdOk ¶ added in v1.0.8
func (o *TemplateAssignment) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateAssignment) HasAssignedTenantId ¶ added in v1.0.8
func (o *TemplateAssignment) HasAssignedTenantId() bool
HasAssignedTenantId returns a boolean if a field has been set.
func (*TemplateAssignment) HasCreatedBy ¶ added in v1.0.8
func (o *TemplateAssignment) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*TemplateAssignment) HasCreatedOn ¶ added in v1.0.8
func (o *TemplateAssignment) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*TemplateAssignment) HasId ¶ added in v1.0.8
func (o *TemplateAssignment) HasId() bool
HasId returns a boolean if a field has been set.
func (*TemplateAssignment) HasInheritable ¶ added in v1.0.8
func (o *TemplateAssignment) HasInheritable() bool
HasInheritable returns a boolean if a field has been set.
func (*TemplateAssignment) HasModifiedBy ¶ added in v1.0.8
func (o *TemplateAssignment) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.
func (*TemplateAssignment) HasModifiedOn ¶ added in v1.0.8
func (o *TemplateAssignment) HasModifiedOn() bool
HasModifiedOn returns a boolean if a field has been set.
func (*TemplateAssignment) HasStatus ¶ added in v1.0.8
func (o *TemplateAssignment) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*TemplateAssignment) HasStatusDetails ¶ added in v1.0.8
func (o *TemplateAssignment) HasStatusDetails() bool
HasStatusDetails returns a boolean if a field has been set.
func (*TemplateAssignment) HasTemplateId ¶ added in v1.0.8
func (o *TemplateAssignment) HasTemplateId() bool
HasTemplateId returns a boolean if a field has been set.
func (*TemplateAssignment) HasTemplateName ¶ added in v1.0.8
func (o *TemplateAssignment) HasTemplateName() bool
HasTemplateName returns a boolean if a field has been set.
func (*TemplateAssignment) HasTenantId ¶ added in v1.0.8
func (o *TemplateAssignment) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (TemplateAssignment) MarshalJSON ¶ added in v1.0.8
func (o TemplateAssignment) MarshalJSON() ([]byte, error)
func (*TemplateAssignment) SetAssignedTenantId ¶ added in v1.0.8
func (o *TemplateAssignment) SetAssignedTenantId(v string)
SetAssignedTenantId gets a reference to the given string and assigns it to the AssignedTenantId field.
func (*TemplateAssignment) SetCreatedBy ¶ added in v1.0.8
func (o *TemplateAssignment) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given NullableString and assigns it to the CreatedBy field.
func (*TemplateAssignment) SetCreatedByNil ¶ added in v1.0.8
func (o *TemplateAssignment) SetCreatedByNil()
SetCreatedByNil sets the value for CreatedBy to be an explicit nil
func (*TemplateAssignment) SetCreatedOn ¶ added in v1.0.8
func (o *TemplateAssignment) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given NullableTime and assigns it to the CreatedOn field.
func (*TemplateAssignment) SetCreatedOnNil ¶ added in v1.0.8
func (o *TemplateAssignment) SetCreatedOnNil()
SetCreatedOnNil sets the value for CreatedOn to be an explicit nil
func (*TemplateAssignment) SetId ¶ added in v1.0.8
func (o *TemplateAssignment) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*TemplateAssignment) SetInheritable ¶ added in v1.0.8
func (o *TemplateAssignment) SetInheritable(v bool)
SetInheritable gets a reference to the given NullableBool and assigns it to the Inheritable field.
func (*TemplateAssignment) SetInheritableNil ¶ added in v1.0.8
func (o *TemplateAssignment) SetInheritableNil()
SetInheritableNil sets the value for Inheritable to be an explicit nil
func (*TemplateAssignment) SetModifiedBy ¶ added in v1.0.8
func (o *TemplateAssignment) SetModifiedBy(v string)
SetModifiedBy gets a reference to the given NullableString and assigns it to the ModifiedBy field.
func (*TemplateAssignment) SetModifiedByNil ¶ added in v1.0.8
func (o *TemplateAssignment) SetModifiedByNil()
SetModifiedByNil sets the value for ModifiedBy to be an explicit nil
func (*TemplateAssignment) SetModifiedOn ¶ added in v1.0.8
func (o *TemplateAssignment) SetModifiedOn(v time.Time)
SetModifiedOn gets a reference to the given NullableTime and assigns it to the ModifiedOn field.
func (*TemplateAssignment) SetModifiedOnNil ¶ added in v1.0.8
func (o *TemplateAssignment) SetModifiedOnNil()
SetModifiedOnNil sets the value for ModifiedOn to be an explicit nil
func (*TemplateAssignment) SetStatus ¶ added in v1.0.8
func (o *TemplateAssignment) SetStatus(v TemplateStatus)
SetStatus gets a reference to the given TemplateStatus and assigns it to the Status field.
func (*TemplateAssignment) SetStatusDetails ¶ added in v1.0.8
func (o *TemplateAssignment) SetStatusDetails(v string)
SetStatusDetails gets a reference to the given NullableString and assigns it to the StatusDetails field.
func (*TemplateAssignment) SetStatusDetailsNil ¶ added in v1.0.8
func (o *TemplateAssignment) SetStatusDetailsNil()
SetStatusDetailsNil sets the value for StatusDetails to be an explicit nil
func (*TemplateAssignment) SetTemplateId ¶ added in v1.0.8
func (o *TemplateAssignment) SetTemplateId(v string)
SetTemplateId gets a reference to the given string and assigns it to the TemplateId field.
func (*TemplateAssignment) SetTemplateName ¶ added in v1.0.8
func (o *TemplateAssignment) SetTemplateName(v string)
SetTemplateName gets a reference to the given string and assigns it to the TemplateName field.
func (*TemplateAssignment) SetTenantId ¶ added in v1.0.8
func (o *TemplateAssignment) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*TemplateAssignment) UnmarshalJSON ¶ added in v1.0.8
func (o *TemplateAssignment) UnmarshalJSON(bytes []byte) (err error)
func (*TemplateAssignment) UnsetCreatedBy ¶ added in v1.0.8
func (o *TemplateAssignment) UnsetCreatedBy()
UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil
func (*TemplateAssignment) UnsetCreatedOn ¶ added in v1.0.8
func (o *TemplateAssignment) UnsetCreatedOn()
UnsetCreatedOn ensures that no value is present for CreatedOn, not even an explicit nil
func (*TemplateAssignment) UnsetInheritable ¶ added in v1.0.8
func (o *TemplateAssignment) UnsetInheritable()
UnsetInheritable ensures that no value is present for Inheritable, not even an explicit nil
func (*TemplateAssignment) UnsetModifiedBy ¶ added in v1.0.8
func (o *TemplateAssignment) UnsetModifiedBy()
UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil
func (*TemplateAssignment) UnsetModifiedOn ¶ added in v1.0.8
func (o *TemplateAssignment) UnsetModifiedOn()
UnsetModifiedOn ensures that no value is present for ModifiedOn, not even an explicit nil
func (*TemplateAssignment) UnsetStatusDetails ¶ added in v1.0.8
func (o *TemplateAssignment) UnsetStatusDetails()
UnsetStatusDetails ensures that no value is present for StatusDetails, not even an explicit nil
type TemplateAssignmentAllOf ¶ added in v1.0.8
type TemplateAssignmentAllOf struct { Id *string `json:"id,omitempty"` TemplateId *string `json:"templateId,omitempty"` TemplateName *string `json:"templateName,omitempty"` TenantId *string `json:"tenantId,omitempty"` AssignedTenantId *string `json:"assignedTenantId,omitempty"` Inheritable NullableBool `json:"inheritable,omitempty"` AdditionalProperties map[string]interface{} }
TemplateAssignmentAllOf struct for TemplateAssignmentAllOf
func NewTemplateAssignmentAllOf ¶ added in v1.0.8
func NewTemplateAssignmentAllOf() *TemplateAssignmentAllOf
NewTemplateAssignmentAllOf instantiates a new TemplateAssignmentAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTemplateAssignmentAllOfWithDefaults ¶ added in v1.0.8
func NewTemplateAssignmentAllOfWithDefaults() *TemplateAssignmentAllOf
NewTemplateAssignmentAllOfWithDefaults instantiates a new TemplateAssignmentAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TemplateAssignmentAllOf) GetAssignedTenantId ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) GetAssignedTenantId() string
GetAssignedTenantId returns the AssignedTenantId field value if set, zero value otherwise.
func (*TemplateAssignmentAllOf) GetAssignedTenantIdOk ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) GetAssignedTenantIdOk() (*string, bool)
GetAssignedTenantIdOk returns a tuple with the AssignedTenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateAssignmentAllOf) GetId ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*TemplateAssignmentAllOf) GetIdOk ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateAssignmentAllOf) GetInheritable ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) GetInheritable() bool
GetInheritable returns the Inheritable field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateAssignmentAllOf) GetInheritableOk ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) GetInheritableOk() (*bool, bool)
GetInheritableOk returns a tuple with the Inheritable field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateAssignmentAllOf) GetTemplateId ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) GetTemplateId() string
GetTemplateId returns the TemplateId field value if set, zero value otherwise.
func (*TemplateAssignmentAllOf) GetTemplateIdOk ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) GetTemplateIdOk() (*string, bool)
GetTemplateIdOk returns a tuple with the TemplateId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateAssignmentAllOf) GetTemplateName ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) GetTemplateName() string
GetTemplateName returns the TemplateName field value if set, zero value otherwise.
func (*TemplateAssignmentAllOf) GetTemplateNameOk ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) GetTemplateNameOk() (*string, bool)
GetTemplateNameOk returns a tuple with the TemplateName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateAssignmentAllOf) GetTenantId ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*TemplateAssignmentAllOf) GetTenantIdOk ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateAssignmentAllOf) HasAssignedTenantId ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) HasAssignedTenantId() bool
HasAssignedTenantId returns a boolean if a field has been set.
func (*TemplateAssignmentAllOf) HasId ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (*TemplateAssignmentAllOf) HasInheritable ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) HasInheritable() bool
HasInheritable returns a boolean if a field has been set.
func (*TemplateAssignmentAllOf) HasTemplateId ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) HasTemplateId() bool
HasTemplateId returns a boolean if a field has been set.
func (*TemplateAssignmentAllOf) HasTemplateName ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) HasTemplateName() bool
HasTemplateName returns a boolean if a field has been set.
func (*TemplateAssignmentAllOf) HasTenantId ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (TemplateAssignmentAllOf) MarshalJSON ¶ added in v1.0.8
func (o TemplateAssignmentAllOf) MarshalJSON() ([]byte, error)
func (*TemplateAssignmentAllOf) SetAssignedTenantId ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) SetAssignedTenantId(v string)
SetAssignedTenantId gets a reference to the given string and assigns it to the AssignedTenantId field.
func (*TemplateAssignmentAllOf) SetId ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*TemplateAssignmentAllOf) SetInheritable ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) SetInheritable(v bool)
SetInheritable gets a reference to the given NullableBool and assigns it to the Inheritable field.
func (*TemplateAssignmentAllOf) SetInheritableNil ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) SetInheritableNil()
SetInheritableNil sets the value for Inheritable to be an explicit nil
func (*TemplateAssignmentAllOf) SetTemplateId ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) SetTemplateId(v string)
SetTemplateId gets a reference to the given string and assigns it to the TemplateId field.
func (*TemplateAssignmentAllOf) SetTemplateName ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) SetTemplateName(v string)
SetTemplateName gets a reference to the given string and assigns it to the TemplateName field.
func (*TemplateAssignmentAllOf) SetTenantId ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*TemplateAssignmentAllOf) UnmarshalJSON ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) UnmarshalJSON(bytes []byte) (err error)
func (*TemplateAssignmentAllOf) UnsetInheritable ¶ added in v1.0.8
func (o *TemplateAssignmentAllOf) UnsetInheritable()
UnsetInheritable ensures that no value is present for Inheritable, not even an explicit nil
type TemplateAssignmentResponse ¶ added in v1.0.8
type TemplateAssignmentResponse struct { Id *string `json:"id,omitempty"` TemplateId *string `json:"templateId,omitempty"` TemplateName *string `json:"templateName,omitempty"` TenantId *string `json:"tenantId,omitempty"` AssignedTenantId *string `json:"assignedTenantId,omitempty"` Inheritable NullableBool `json:"inheritable,omitempty"` Status *TemplateStatus `json:"status,omitempty"` StatusDetails NullableString `json:"statusDetails,omitempty"` CreatedOn NullableTime `json:"createdOn,omitempty"` CreatedBy NullableString `json:"createdBy,omitempty"` ModifiedOn NullableTime `json:"modifiedOn,omitempty"` ModifiedBy NullableString `json:"modifiedBy,omitempty"` ResponseStatus *string `json:"responseStatus,omitempty"` AdditionalProperties map[string]interface{} }
TemplateAssignmentResponse struct for TemplateAssignmentResponse
func NewTemplateAssignmentResponse ¶ added in v1.0.8
func NewTemplateAssignmentResponse() *TemplateAssignmentResponse
NewTemplateAssignmentResponse instantiates a new TemplateAssignmentResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTemplateAssignmentResponseWithDefaults ¶ added in v1.0.8
func NewTemplateAssignmentResponseWithDefaults() *TemplateAssignmentResponse
NewTemplateAssignmentResponseWithDefaults instantiates a new TemplateAssignmentResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TemplateAssignmentResponse) GetAssignedTenantId ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetAssignedTenantId() string
GetAssignedTenantId returns the AssignedTenantId field value if set, zero value otherwise.
func (*TemplateAssignmentResponse) GetAssignedTenantIdOk ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetAssignedTenantIdOk() (*string, bool)
GetAssignedTenantIdOk returns a tuple with the AssignedTenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateAssignmentResponse) GetCreatedBy ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateAssignmentResponse) GetCreatedByOk ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateAssignmentResponse) GetCreatedOn ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateAssignmentResponse) GetCreatedOnOk ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateAssignmentResponse) GetId ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*TemplateAssignmentResponse) GetIdOk ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateAssignmentResponse) GetInheritable ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetInheritable() bool
GetInheritable returns the Inheritable field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateAssignmentResponse) GetInheritableOk ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetInheritableOk() (*bool, bool)
GetInheritableOk returns a tuple with the Inheritable field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateAssignmentResponse) GetModifiedBy ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateAssignmentResponse) GetModifiedByOk ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateAssignmentResponse) GetModifiedOn ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetModifiedOn() time.Time
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateAssignmentResponse) GetModifiedOnOk ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetModifiedOnOk() (*time.Time, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateAssignmentResponse) GetResponseStatus ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetResponseStatus() string
GetResponseStatus returns the ResponseStatus field value if set, zero value otherwise.
func (*TemplateAssignmentResponse) GetResponseStatusOk ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetResponseStatusOk() (*string, bool)
GetResponseStatusOk returns a tuple with the ResponseStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateAssignmentResponse) GetStatus ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetStatus() TemplateStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*TemplateAssignmentResponse) GetStatusDetails ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetStatusDetails() string
GetStatusDetails returns the StatusDetails field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateAssignmentResponse) GetStatusDetailsOk ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetStatusDetailsOk() (*string, bool)
GetStatusDetailsOk returns a tuple with the StatusDetails field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateAssignmentResponse) GetStatusOk ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetStatusOk() (*TemplateStatus, 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 (*TemplateAssignmentResponse) GetTemplateId ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetTemplateId() string
GetTemplateId returns the TemplateId field value if set, zero value otherwise.
func (*TemplateAssignmentResponse) GetTemplateIdOk ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetTemplateIdOk() (*string, bool)
GetTemplateIdOk returns a tuple with the TemplateId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateAssignmentResponse) GetTemplateName ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetTemplateName() string
GetTemplateName returns the TemplateName field value if set, zero value otherwise.
func (*TemplateAssignmentResponse) GetTemplateNameOk ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetTemplateNameOk() (*string, bool)
GetTemplateNameOk returns a tuple with the TemplateName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateAssignmentResponse) GetTenantId ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*TemplateAssignmentResponse) GetTenantIdOk ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateAssignmentResponse) HasAssignedTenantId ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) HasAssignedTenantId() bool
HasAssignedTenantId returns a boolean if a field has been set.
func (*TemplateAssignmentResponse) HasCreatedBy ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*TemplateAssignmentResponse) HasCreatedOn ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*TemplateAssignmentResponse) HasId ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (*TemplateAssignmentResponse) HasInheritable ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) HasInheritable() bool
HasInheritable returns a boolean if a field has been set.
func (*TemplateAssignmentResponse) HasModifiedBy ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.
func (*TemplateAssignmentResponse) HasModifiedOn ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) HasModifiedOn() bool
HasModifiedOn returns a boolean if a field has been set.
func (*TemplateAssignmentResponse) HasResponseStatus ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) HasResponseStatus() bool
HasResponseStatus returns a boolean if a field has been set.
func (*TemplateAssignmentResponse) HasStatus ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*TemplateAssignmentResponse) HasStatusDetails ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) HasStatusDetails() bool
HasStatusDetails returns a boolean if a field has been set.
func (*TemplateAssignmentResponse) HasTemplateId ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) HasTemplateId() bool
HasTemplateId returns a boolean if a field has been set.
func (*TemplateAssignmentResponse) HasTemplateName ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) HasTemplateName() bool
HasTemplateName returns a boolean if a field has been set.
func (*TemplateAssignmentResponse) HasTenantId ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (TemplateAssignmentResponse) MarshalJSON ¶ added in v1.0.8
func (o TemplateAssignmentResponse) MarshalJSON() ([]byte, error)
func (*TemplateAssignmentResponse) SetAssignedTenantId ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) SetAssignedTenantId(v string)
SetAssignedTenantId gets a reference to the given string and assigns it to the AssignedTenantId field.
func (*TemplateAssignmentResponse) SetCreatedBy ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given NullableString and assigns it to the CreatedBy field.
func (*TemplateAssignmentResponse) SetCreatedByNil ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) SetCreatedByNil()
SetCreatedByNil sets the value for CreatedBy to be an explicit nil
func (*TemplateAssignmentResponse) SetCreatedOn ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given NullableTime and assigns it to the CreatedOn field.
func (*TemplateAssignmentResponse) SetCreatedOnNil ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) SetCreatedOnNil()
SetCreatedOnNil sets the value for CreatedOn to be an explicit nil
func (*TemplateAssignmentResponse) SetId ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*TemplateAssignmentResponse) SetInheritable ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) SetInheritable(v bool)
SetInheritable gets a reference to the given NullableBool and assigns it to the Inheritable field.
func (*TemplateAssignmentResponse) SetInheritableNil ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) SetInheritableNil()
SetInheritableNil sets the value for Inheritable to be an explicit nil
func (*TemplateAssignmentResponse) SetModifiedBy ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) SetModifiedBy(v string)
SetModifiedBy gets a reference to the given NullableString and assigns it to the ModifiedBy field.
func (*TemplateAssignmentResponse) SetModifiedByNil ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) SetModifiedByNil()
SetModifiedByNil sets the value for ModifiedBy to be an explicit nil
func (*TemplateAssignmentResponse) SetModifiedOn ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) SetModifiedOn(v time.Time)
SetModifiedOn gets a reference to the given NullableTime and assigns it to the ModifiedOn field.
func (*TemplateAssignmentResponse) SetModifiedOnNil ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) SetModifiedOnNil()
SetModifiedOnNil sets the value for ModifiedOn to be an explicit nil
func (*TemplateAssignmentResponse) SetResponseStatus ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) SetResponseStatus(v string)
SetResponseStatus gets a reference to the given string and assigns it to the ResponseStatus field.
func (*TemplateAssignmentResponse) SetStatus ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) SetStatus(v TemplateStatus)
SetStatus gets a reference to the given TemplateStatus and assigns it to the Status field.
func (*TemplateAssignmentResponse) SetStatusDetails ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) SetStatusDetails(v string)
SetStatusDetails gets a reference to the given NullableString and assigns it to the StatusDetails field.
func (*TemplateAssignmentResponse) SetStatusDetailsNil ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) SetStatusDetailsNil()
SetStatusDetailsNil sets the value for StatusDetails to be an explicit nil
func (*TemplateAssignmentResponse) SetTemplateId ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) SetTemplateId(v string)
SetTemplateId gets a reference to the given string and assigns it to the TemplateId field.
func (*TemplateAssignmentResponse) SetTemplateName ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) SetTemplateName(v string)
SetTemplateName gets a reference to the given string and assigns it to the TemplateName field.
func (*TemplateAssignmentResponse) SetTenantId ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*TemplateAssignmentResponse) UnmarshalJSON ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) UnmarshalJSON(bytes []byte) (err error)
func (*TemplateAssignmentResponse) UnsetCreatedBy ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) UnsetCreatedBy()
UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil
func (*TemplateAssignmentResponse) UnsetCreatedOn ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) UnsetCreatedOn()
UnsetCreatedOn ensures that no value is present for CreatedOn, not even an explicit nil
func (*TemplateAssignmentResponse) UnsetInheritable ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) UnsetInheritable()
UnsetInheritable ensures that no value is present for Inheritable, not even an explicit nil
func (*TemplateAssignmentResponse) UnsetModifiedBy ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) UnsetModifiedBy()
UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil
func (*TemplateAssignmentResponse) UnsetModifiedOn ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) UnsetModifiedOn()
UnsetModifiedOn ensures that no value is present for ModifiedOn, not even an explicit nil
func (*TemplateAssignmentResponse) UnsetStatusDetails ¶ added in v1.0.8
func (o *TemplateAssignmentResponse) UnsetStatusDetails()
UnsetStatusDetails ensures that no value is present for StatusDetails, not even an explicit nil
type TemplateAssignmentResponseAllOf ¶ added in v1.0.8
type TemplateAssignmentResponseAllOf struct { ResponseStatus *string `json:"responseStatus,omitempty"` AdditionalProperties map[string]interface{} }
TemplateAssignmentResponseAllOf struct for TemplateAssignmentResponseAllOf
func NewTemplateAssignmentResponseAllOf ¶ added in v1.0.8
func NewTemplateAssignmentResponseAllOf() *TemplateAssignmentResponseAllOf
NewTemplateAssignmentResponseAllOf instantiates a new TemplateAssignmentResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTemplateAssignmentResponseAllOfWithDefaults ¶ added in v1.0.8
func NewTemplateAssignmentResponseAllOfWithDefaults() *TemplateAssignmentResponseAllOf
NewTemplateAssignmentResponseAllOfWithDefaults instantiates a new TemplateAssignmentResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TemplateAssignmentResponseAllOf) GetResponseStatus ¶ added in v1.0.8
func (o *TemplateAssignmentResponseAllOf) GetResponseStatus() string
GetResponseStatus returns the ResponseStatus field value if set, zero value otherwise.
func (*TemplateAssignmentResponseAllOf) GetResponseStatusOk ¶ added in v1.0.8
func (o *TemplateAssignmentResponseAllOf) GetResponseStatusOk() (*string, bool)
GetResponseStatusOk returns a tuple with the ResponseStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateAssignmentResponseAllOf) HasResponseStatus ¶ added in v1.0.8
func (o *TemplateAssignmentResponseAllOf) HasResponseStatus() bool
HasResponseStatus returns a boolean if a field has been set.
func (TemplateAssignmentResponseAllOf) MarshalJSON ¶ added in v1.0.8
func (o TemplateAssignmentResponseAllOf) MarshalJSON() ([]byte, error)
func (*TemplateAssignmentResponseAllOf) SetResponseStatus ¶ added in v1.0.8
func (o *TemplateAssignmentResponseAllOf) SetResponseStatus(v string)
SetResponseStatus gets a reference to the given string and assigns it to the ResponseStatus field.
func (*TemplateAssignmentResponseAllOf) UnmarshalJSON ¶ added in v1.0.8
func (o *TemplateAssignmentResponseAllOf) UnmarshalJSON(bytes []byte) (err error)
type TemplateAssignmentStatusPatch ¶ added in v1.0.8
type TemplateAssignmentStatusPatch struct { Status TemplateStatus `json:"status"` StatusDetails *string `json:"statusDetails,omitempty"` AdditionalProperties map[string]interface{} }
TemplateAssignmentStatusPatch struct for TemplateAssignmentStatusPatch
func NewTemplateAssignmentStatusPatch ¶ added in v1.0.8
func NewTemplateAssignmentStatusPatch(status TemplateStatus) *TemplateAssignmentStatusPatch
NewTemplateAssignmentStatusPatch instantiates a new TemplateAssignmentStatusPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTemplateAssignmentStatusPatchWithDefaults ¶ added in v1.0.8
func NewTemplateAssignmentStatusPatchWithDefaults() *TemplateAssignmentStatusPatch
NewTemplateAssignmentStatusPatchWithDefaults instantiates a new TemplateAssignmentStatusPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TemplateAssignmentStatusPatch) GetStatus ¶ added in v1.0.8
func (o *TemplateAssignmentStatusPatch) GetStatus() TemplateStatus
GetStatus returns the Status field value
func (*TemplateAssignmentStatusPatch) GetStatusDetails ¶ added in v1.0.8
func (o *TemplateAssignmentStatusPatch) GetStatusDetails() string
GetStatusDetails returns the StatusDetails field value if set, zero value otherwise.
func (*TemplateAssignmentStatusPatch) GetStatusDetailsOk ¶ added in v1.0.8
func (o *TemplateAssignmentStatusPatch) GetStatusDetailsOk() (*string, bool)
GetStatusDetailsOk returns a tuple with the StatusDetails field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateAssignmentStatusPatch) GetStatusOk ¶ added in v1.0.8
func (o *TemplateAssignmentStatusPatch) GetStatusOk() (*TemplateStatus, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*TemplateAssignmentStatusPatch) HasStatusDetails ¶ added in v1.0.8
func (o *TemplateAssignmentStatusPatch) HasStatusDetails() bool
HasStatusDetails returns a boolean if a field has been set.
func (TemplateAssignmentStatusPatch) MarshalJSON ¶ added in v1.0.8
func (o TemplateAssignmentStatusPatch) MarshalJSON() ([]byte, error)
func (*TemplateAssignmentStatusPatch) SetStatus ¶ added in v1.0.8
func (o *TemplateAssignmentStatusPatch) SetStatus(v TemplateStatus)
SetStatus sets field value
func (*TemplateAssignmentStatusPatch) SetStatusDetails ¶ added in v1.0.8
func (o *TemplateAssignmentStatusPatch) SetStatusDetails(v string)
SetStatusDetails gets a reference to the given string and assigns it to the StatusDetails field.
func (*TemplateAssignmentStatusPatch) UnmarshalJSON ¶ added in v1.0.8
func (o *TemplateAssignmentStatusPatch) UnmarshalJSON(bytes []byte) (err error)
type TemplateAssignmentsApiService ¶ added in v1.0.8
type TemplateAssignmentsApiService service
TemplateAssignmentsApiService TemplateAssignmentsApi service
func (*TemplateAssignmentsApiService) BatchAssignTemplate ¶ added in v1.0.8
func (a *TemplateAssignmentsApiService) BatchAssignTemplate(ctx _context.Context, id string) ApiBatchAssignTemplateRequest
* BatchAssignTemplate Assigns a template to one or more tenants. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiBatchAssignTemplateRequest
func (*TemplateAssignmentsApiService) BatchAssignTemplateExecute ¶ added in v1.0.8
func (a *TemplateAssignmentsApiService) BatchAssignTemplateExecute(r ApiBatchAssignTemplateRequest) ([]TemplateAssignmentResponse, *_nethttp.Response, error)
* Execute executes the request * @return []TemplateAssignmentResponse
func (*TemplateAssignmentsApiService) BatchUnassignTemplate ¶ added in v1.0.8
func (a *TemplateAssignmentsApiService) BatchUnassignTemplate(ctx _context.Context, id string) ApiBatchUnassignTemplateRequest
* BatchUnassignTemplate Unassigns a template from one or more tenants. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiBatchUnassignTemplateRequest
func (*TemplateAssignmentsApiService) BatchUnassignTemplateExecute ¶ added in v1.0.8
func (a *TemplateAssignmentsApiService) BatchUnassignTemplateExecute(r ApiBatchUnassignTemplateRequest) ([]TemplateAssignmentResponse, *_nethttp.Response, error)
* Execute executes the request * @return []TemplateAssignmentResponse
func (*TemplateAssignmentsApiService) GetAssignment ¶ added in v1.0.8
func (a *TemplateAssignmentsApiService) GetAssignment(ctx _context.Context, id string) ApiGetAssignmentRequest
* GetAssignment Gets a template assignment. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id ID of template assignment record. * @return ApiGetAssignmentRequest
func (*TemplateAssignmentsApiService) GetAssignmentExecute ¶ added in v1.0.8
func (a *TemplateAssignmentsApiService) GetAssignmentExecute(r ApiGetAssignmentRequest) (TemplateAssignment, *_nethttp.Response, error)
* Execute executes the request * @return TemplateAssignment
func (*TemplateAssignmentsApiService) GetAssignmentHistory ¶ added in v1.0.8
func (a *TemplateAssignmentsApiService) GetAssignmentHistory(ctx _context.Context, id string) ApiGetAssignmentHistoryRequest
* GetAssignmentHistory Gets a template assignment history. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetAssignmentHistoryRequest
func (*TemplateAssignmentsApiService) GetAssignmentHistoryExecute ¶ added in v1.0.8
func (a *TemplateAssignmentsApiService) GetAssignmentHistoryExecute(r ApiGetAssignmentHistoryRequest) ([]TemplateAssignment, *_nethttp.Response, error)
* Execute executes the request * @return []TemplateAssignment
func (*TemplateAssignmentsApiService) GetTemplateAssignmentsPage ¶ added in v1.0.8
func (a *TemplateAssignmentsApiService) GetTemplateAssignmentsPage(ctx _context.Context) ApiGetTemplateAssignmentsPageRequest
* GetTemplateAssignmentsPage Returns a page of template assignments. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetTemplateAssignmentsPageRequest
func (*TemplateAssignmentsApiService) GetTemplateAssignmentsPageExecute ¶ added in v1.0.8
func (a *TemplateAssignmentsApiService) GetTemplateAssignmentsPageExecute(r ApiGetTemplateAssignmentsPageRequest) (TemplateAssignmentsPage, *_nethttp.Response, error)
* Execute executes the request * @return TemplateAssignmentsPage
func (*TemplateAssignmentsApiService) UpdateAssignmentStatus ¶ added in v1.0.8
func (a *TemplateAssignmentsApiService) UpdateAssignmentStatus(ctx _context.Context, id string) ApiUpdateAssignmentStatusRequest
* UpdateAssignmentStatus Updates a template assignment status. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id ID of template assignment record. * @return ApiUpdateAssignmentStatusRequest
func (*TemplateAssignmentsApiService) UpdateAssignmentStatusExecute ¶ added in v1.0.8
func (a *TemplateAssignmentsApiService) UpdateAssignmentStatusExecute(r ApiUpdateAssignmentStatusRequest) (TemplateAssignment, *_nethttp.Response, error)
* Execute executes the request * @return TemplateAssignment
type TemplateAssignmentsPage ¶ added in v1.0.8
type TemplateAssignmentsPage struct { Page *int32 `json:"page,omitempty"` PageSize *int32 `json:"pageSize,omitempty"` TotalItems NullableInt64 `json:"totalItems,omitempty"` HasNext NullableBool `json:"hasNext,omitempty"` HasPrevious NullableBool `json:"hasPrevious,omitempty"` SortBy NullableString `json:"sortBy,omitempty"` SortOrder NullableString `json:"sortOrder,omitempty"` Contents *[]TemplateAssignment `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
TemplateAssignmentsPage struct for TemplateAssignmentsPage
func NewTemplateAssignmentsPage ¶ added in v1.0.8
func NewTemplateAssignmentsPage() *TemplateAssignmentsPage
NewTemplateAssignmentsPage instantiates a new TemplateAssignmentsPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTemplateAssignmentsPageWithDefaults ¶ added in v1.0.8
func NewTemplateAssignmentsPageWithDefaults() *TemplateAssignmentsPage
NewTemplateAssignmentsPageWithDefaults instantiates a new TemplateAssignmentsPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TemplateAssignmentsPage) GetContents ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) GetContents() []TemplateAssignment
GetContents returns the Contents field value if set, zero value otherwise.
func (*TemplateAssignmentsPage) GetContentsOk ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) GetContentsOk() (*[]TemplateAssignment, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateAssignmentsPage) GetHasNext ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) GetHasNext() bool
GetHasNext returns the HasNext field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateAssignmentsPage) GetHasNextOk ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) GetHasNextOk() (*bool, bool)
GetHasNextOk returns a tuple with the HasNext field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateAssignmentsPage) GetHasPrevious ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) GetHasPrevious() bool
GetHasPrevious returns the HasPrevious field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateAssignmentsPage) GetHasPreviousOk ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) GetHasPreviousOk() (*bool, bool)
GetHasPreviousOk returns a tuple with the HasPrevious field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateAssignmentsPage) GetPage ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise.
func (*TemplateAssignmentsPage) GetPageOk ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) 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 (*TemplateAssignmentsPage) GetPageSize ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) GetPageSize() int32
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*TemplateAssignmentsPage) GetPageSizeOk ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) 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 (*TemplateAssignmentsPage) GetSortBy ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) GetSortBy() string
GetSortBy returns the SortBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateAssignmentsPage) GetSortByOk ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateAssignmentsPage) GetSortOrder ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) GetSortOrder() string
GetSortOrder returns the SortOrder field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateAssignmentsPage) GetSortOrderOk ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) GetSortOrderOk() (*string, bool)
GetSortOrderOk returns a tuple with the SortOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateAssignmentsPage) GetTotalItems ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) GetTotalItems() int64
GetTotalItems returns the TotalItems field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateAssignmentsPage) GetTotalItemsOk ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) GetTotalItemsOk() (*int64, bool)
GetTotalItemsOk returns a tuple with the TotalItems field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateAssignmentsPage) HasContents ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) HasContents() bool
HasContents returns a boolean if a field has been set.
func (*TemplateAssignmentsPage) HasHasNext ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) HasHasNext() bool
HasHasNext returns a boolean if a field has been set.
func (*TemplateAssignmentsPage) HasHasPrevious ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) HasHasPrevious() bool
HasHasPrevious returns a boolean if a field has been set.
func (*TemplateAssignmentsPage) HasPage ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) HasPage() bool
HasPage returns a boolean if a field has been set.
func (*TemplateAssignmentsPage) HasPageSize ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (*TemplateAssignmentsPage) HasSortBy ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.
func (*TemplateAssignmentsPage) HasSortOrder ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) HasSortOrder() bool
HasSortOrder returns a boolean if a field has been set.
func (*TemplateAssignmentsPage) HasTotalItems ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) HasTotalItems() bool
HasTotalItems returns a boolean if a field has been set.
func (TemplateAssignmentsPage) MarshalJSON ¶ added in v1.0.8
func (o TemplateAssignmentsPage) MarshalJSON() ([]byte, error)
func (*TemplateAssignmentsPage) SetContents ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) SetContents(v []TemplateAssignment)
SetContents gets a reference to the given []TemplateAssignment and assigns it to the Contents field.
func (*TemplateAssignmentsPage) SetHasNext ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) SetHasNext(v bool)
SetHasNext gets a reference to the given NullableBool and assigns it to the HasNext field.
func (*TemplateAssignmentsPage) SetHasNextNil ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) SetHasNextNil()
SetHasNextNil sets the value for HasNext to be an explicit nil
func (*TemplateAssignmentsPage) SetHasPrevious ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) SetHasPrevious(v bool)
SetHasPrevious gets a reference to the given NullableBool and assigns it to the HasPrevious field.
func (*TemplateAssignmentsPage) SetHasPreviousNil ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) SetHasPreviousNil()
SetHasPreviousNil sets the value for HasPrevious to be an explicit nil
func (*TemplateAssignmentsPage) SetPage ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) SetPage(v int32)
SetPage gets a reference to the given int32 and assigns it to the Page field.
func (*TemplateAssignmentsPage) SetPageSize ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) SetPageSize(v int32)
SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.
func (*TemplateAssignmentsPage) SetSortBy ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) SetSortBy(v string)
SetSortBy gets a reference to the given NullableString and assigns it to the SortBy field.
func (*TemplateAssignmentsPage) SetSortByNil ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) SetSortByNil()
SetSortByNil sets the value for SortBy to be an explicit nil
func (*TemplateAssignmentsPage) SetSortOrder ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) SetSortOrder(v string)
SetSortOrder gets a reference to the given NullableString and assigns it to the SortOrder field.
func (*TemplateAssignmentsPage) SetSortOrderNil ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) SetSortOrderNil()
SetSortOrderNil sets the value for SortOrder to be an explicit nil
func (*TemplateAssignmentsPage) SetTotalItems ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) SetTotalItems(v int64)
SetTotalItems gets a reference to the given NullableInt64 and assigns it to the TotalItems field.
func (*TemplateAssignmentsPage) SetTotalItemsNil ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) SetTotalItemsNil()
SetTotalItemsNil sets the value for TotalItems to be an explicit nil
func (*TemplateAssignmentsPage) UnmarshalJSON ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) UnmarshalJSON(bytes []byte) (err error)
func (*TemplateAssignmentsPage) UnsetHasNext ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) UnsetHasNext()
UnsetHasNext ensures that no value is present for HasNext, not even an explicit nil
func (*TemplateAssignmentsPage) UnsetHasPrevious ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) UnsetHasPrevious()
UnsetHasPrevious ensures that no value is present for HasPrevious, not even an explicit nil
func (*TemplateAssignmentsPage) UnsetSortBy ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) UnsetSortBy()
UnsetSortBy ensures that no value is present for SortBy, not even an explicit nil
func (*TemplateAssignmentsPage) UnsetSortOrder ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) UnsetSortOrder()
UnsetSortOrder ensures that no value is present for SortOrder, not even an explicit nil
func (*TemplateAssignmentsPage) UnsetTotalItems ¶ added in v1.0.8
func (o *TemplateAssignmentsPage) UnsetTotalItems()
UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil
type TemplateAssignmentsPageAllOf ¶ added in v1.0.8
type TemplateAssignmentsPageAllOf struct { Contents *[]TemplateAssignment `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
TemplateAssignmentsPageAllOf struct for TemplateAssignmentsPageAllOf
func NewTemplateAssignmentsPageAllOf ¶ added in v1.0.8
func NewTemplateAssignmentsPageAllOf() *TemplateAssignmentsPageAllOf
NewTemplateAssignmentsPageAllOf instantiates a new TemplateAssignmentsPageAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTemplateAssignmentsPageAllOfWithDefaults ¶ added in v1.0.8
func NewTemplateAssignmentsPageAllOfWithDefaults() *TemplateAssignmentsPageAllOf
NewTemplateAssignmentsPageAllOfWithDefaults instantiates a new TemplateAssignmentsPageAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TemplateAssignmentsPageAllOf) GetContents ¶ added in v1.0.8
func (o *TemplateAssignmentsPageAllOf) GetContents() []TemplateAssignment
GetContents returns the Contents field value if set, zero value otherwise.
func (*TemplateAssignmentsPageAllOf) GetContentsOk ¶ added in v1.0.8
func (o *TemplateAssignmentsPageAllOf) GetContentsOk() (*[]TemplateAssignment, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateAssignmentsPageAllOf) HasContents ¶ added in v1.0.8
func (o *TemplateAssignmentsPageAllOf) HasContents() bool
HasContents returns a boolean if a field has been set.
func (TemplateAssignmentsPageAllOf) MarshalJSON ¶ added in v1.0.8
func (o TemplateAssignmentsPageAllOf) MarshalJSON() ([]byte, error)
func (*TemplateAssignmentsPageAllOf) SetContents ¶ added in v1.0.8
func (o *TemplateAssignmentsPageAllOf) SetContents(v []TemplateAssignment)
SetContents gets a reference to the given []TemplateAssignment and assigns it to the Contents field.
func (*TemplateAssignmentsPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (o *TemplateAssignmentsPageAllOf) UnmarshalJSON(bytes []byte) (err error)
type TemplateCreate ¶ added in v1.0.8
type TemplateCreate struct { ExternalId NullableString `json:"externalId,omitempty"` Name string `json:"name"` Description *string `json:"description,omitempty"` ServiceType string `json:"serviceType"` Type string `json:"type"` Subtype NullableString `json:"subtype,omitempty"` Configuration *string `json:"configuration,omitempty"` Attributes *map[string]string `json:"attributes,omitempty"` Tags *[]string `json:"tags,omitempty"` Notes NullableString `json:"notes,omitempty"` AdditionalProperties map[string]interface{} }
TemplateCreate struct for TemplateCreate
func NewTemplateCreate ¶ added in v1.0.8
func NewTemplateCreate(name string, serviceType string, type_ string) *TemplateCreate
NewTemplateCreate instantiates a new TemplateCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTemplateCreateWithDefaults ¶ added in v1.0.8
func NewTemplateCreateWithDefaults() *TemplateCreate
NewTemplateCreateWithDefaults instantiates a new TemplateCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TemplateCreate) GetAttributes ¶ added in v1.0.8
func (o *TemplateCreate) GetAttributes() map[string]string
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*TemplateCreate) GetAttributesOk ¶ added in v1.0.8
func (o *TemplateCreate) GetAttributesOk() (*map[string]string, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateCreate) GetConfiguration ¶ added in v1.0.8
func (o *TemplateCreate) GetConfiguration() string
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*TemplateCreate) GetConfigurationOk ¶ added in v1.0.8
func (o *TemplateCreate) GetConfigurationOk() (*string, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateCreate) GetDescription ¶ added in v1.0.8
func (o *TemplateCreate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*TemplateCreate) GetDescriptionOk ¶ added in v1.0.8
func (o *TemplateCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateCreate) GetExternalId ¶ added in v1.0.8
func (o *TemplateCreate) GetExternalId() string
GetExternalId returns the ExternalId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateCreate) GetExternalIdOk ¶ added in v1.0.8
func (o *TemplateCreate) GetExternalIdOk() (*string, bool)
GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateCreate) GetName ¶ added in v1.0.8
func (o *TemplateCreate) GetName() string
GetName returns the Name field value
func (*TemplateCreate) GetNameOk ¶ added in v1.0.8
func (o *TemplateCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*TemplateCreate) GetNotes ¶ added in v1.0.8
func (o *TemplateCreate) GetNotes() string
GetNotes returns the Notes field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateCreate) GetNotesOk ¶ added in v1.0.8
func (o *TemplateCreate) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateCreate) GetServiceType ¶ added in v1.0.8
func (o *TemplateCreate) GetServiceType() string
GetServiceType returns the ServiceType field value
func (*TemplateCreate) GetServiceTypeOk ¶ added in v1.0.8
func (o *TemplateCreate) GetServiceTypeOk() (*string, bool)
GetServiceTypeOk returns a tuple with the ServiceType field value and a boolean to check if the value has been set.
func (*TemplateCreate) GetSubtype ¶ added in v1.0.8
func (o *TemplateCreate) GetSubtype() string
GetSubtype returns the Subtype field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateCreate) GetSubtypeOk ¶ added in v1.0.8
func (o *TemplateCreate) GetSubtypeOk() (*string, bool)
GetSubtypeOk returns a tuple with the Subtype field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateCreate) GetTags ¶ added in v1.0.8
func (o *TemplateCreate) GetTags() []string
GetTags returns the Tags field value if set, zero value otherwise.
func (*TemplateCreate) GetTagsOk ¶ added in v1.0.8
func (o *TemplateCreate) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateCreate) GetType ¶ added in v1.0.8
func (o *TemplateCreate) GetType() string
GetType returns the Type field value
func (*TemplateCreate) GetTypeOk ¶ added in v1.0.8
func (o *TemplateCreate) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*TemplateCreate) HasAttributes ¶ added in v1.0.8
func (o *TemplateCreate) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*TemplateCreate) HasConfiguration ¶ added in v1.0.8
func (o *TemplateCreate) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (*TemplateCreate) HasDescription ¶ added in v1.0.8
func (o *TemplateCreate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*TemplateCreate) HasExternalId ¶ added in v1.0.8
func (o *TemplateCreate) HasExternalId() bool
HasExternalId returns a boolean if a field has been set.
func (*TemplateCreate) HasNotes ¶ added in v1.0.8
func (o *TemplateCreate) HasNotes() bool
HasNotes returns a boolean if a field has been set.
func (*TemplateCreate) HasSubtype ¶ added in v1.0.8
func (o *TemplateCreate) HasSubtype() bool
HasSubtype returns a boolean if a field has been set.
func (*TemplateCreate) HasTags ¶ added in v1.0.8
func (o *TemplateCreate) HasTags() bool
HasTags returns a boolean if a field has been set.
func (TemplateCreate) MarshalJSON ¶ added in v1.0.8
func (o TemplateCreate) MarshalJSON() ([]byte, error)
func (*TemplateCreate) SetAttributes ¶ added in v1.0.8
func (o *TemplateCreate) SetAttributes(v map[string]string)
SetAttributes gets a reference to the given map[string]string and assigns it to the Attributes field.
func (*TemplateCreate) SetConfiguration ¶ added in v1.0.8
func (o *TemplateCreate) SetConfiguration(v string)
SetConfiguration gets a reference to the given string and assigns it to the Configuration field.
func (*TemplateCreate) SetDescription ¶ added in v1.0.8
func (o *TemplateCreate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*TemplateCreate) SetExternalId ¶ added in v1.0.8
func (o *TemplateCreate) SetExternalId(v string)
SetExternalId gets a reference to the given NullableString and assigns it to the ExternalId field.
func (*TemplateCreate) SetExternalIdNil ¶ added in v1.0.9
func (o *TemplateCreate) SetExternalIdNil()
SetExternalIdNil sets the value for ExternalId to be an explicit nil
func (*TemplateCreate) SetName ¶ added in v1.0.8
func (o *TemplateCreate) SetName(v string)
SetName sets field value
func (*TemplateCreate) SetNotes ¶ added in v1.0.8
func (o *TemplateCreate) SetNotes(v string)
SetNotes gets a reference to the given NullableString and assigns it to the Notes field.
func (*TemplateCreate) SetNotesNil ¶ added in v1.0.9
func (o *TemplateCreate) SetNotesNil()
SetNotesNil sets the value for Notes to be an explicit nil
func (*TemplateCreate) SetServiceType ¶ added in v1.0.8
func (o *TemplateCreate) SetServiceType(v string)
SetServiceType sets field value
func (*TemplateCreate) SetSubtype ¶ added in v1.0.8
func (o *TemplateCreate) SetSubtype(v string)
SetSubtype gets a reference to the given NullableString and assigns it to the Subtype field.
func (*TemplateCreate) SetSubtypeNil ¶ added in v1.0.8
func (o *TemplateCreate) SetSubtypeNil()
SetSubtypeNil sets the value for Subtype to be an explicit nil
func (*TemplateCreate) SetTags ¶ added in v1.0.8
func (o *TemplateCreate) SetTags(v []string)
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*TemplateCreate) SetType ¶ added in v1.0.8
func (o *TemplateCreate) SetType(v string)
SetType sets field value
func (*TemplateCreate) UnmarshalJSON ¶ added in v1.0.8
func (o *TemplateCreate) UnmarshalJSON(bytes []byte) (err error)
func (*TemplateCreate) UnsetExternalId ¶ added in v1.0.9
func (o *TemplateCreate) UnsetExternalId()
UnsetExternalId ensures that no value is present for ExternalId, not even an explicit nil
func (*TemplateCreate) UnsetNotes ¶ added in v1.0.9
func (o *TemplateCreate) UnsetNotes()
UnsetNotes ensures that no value is present for Notes, not even an explicit nil
func (*TemplateCreate) UnsetSubtype ¶ added in v1.0.8
func (o *TemplateCreate) UnsetSubtype()
UnsetSubtype ensures that no value is present for Subtype, not even an explicit nil
type TemplateParameterValidator ¶
type TemplateParameterValidator struct { Name *string `json:"name,omitempty"` HintText *string `json:"hintText,omitempty"` Label *string `json:"label,omitempty"` Type *string `json:"type,omitempty"` DisplayType *string `json:"displayType,omitempty"` AllowedValues *[]string `json:"allowedValues,omitempty"` ToolTipText *string `json:"toolTipText,omitempty"` AdditionalProperties map[string]interface{} }
TemplateParameterValidator It's metadata about a parameter for use in the UI. A name to put on the field, a type so it can be validated (e.g. an IP address or an integer value, or list of allowed values for an enumeration/list).
func NewTemplateParameterValidator ¶
func NewTemplateParameterValidator() *TemplateParameterValidator
NewTemplateParameterValidator instantiates a new TemplateParameterValidator object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTemplateParameterValidatorWithDefaults ¶
func NewTemplateParameterValidatorWithDefaults() *TemplateParameterValidator
NewTemplateParameterValidatorWithDefaults instantiates a new TemplateParameterValidator object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TemplateParameterValidator) GetAllowedValues ¶
func (o *TemplateParameterValidator) GetAllowedValues() []string
GetAllowedValues returns the AllowedValues field value if set, zero value otherwise.
func (*TemplateParameterValidator) GetAllowedValuesOk ¶
func (o *TemplateParameterValidator) GetAllowedValuesOk() (*[]string, bool)
GetAllowedValuesOk returns a tuple with the AllowedValues field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateParameterValidator) GetDisplayType ¶
func (o *TemplateParameterValidator) GetDisplayType() string
GetDisplayType returns the DisplayType field value if set, zero value otherwise.
func (*TemplateParameterValidator) GetDisplayTypeOk ¶
func (o *TemplateParameterValidator) GetDisplayTypeOk() (*string, bool)
GetDisplayTypeOk returns a tuple with the DisplayType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateParameterValidator) GetHintText ¶
func (o *TemplateParameterValidator) GetHintText() string
GetHintText returns the HintText field value if set, zero value otherwise.
func (*TemplateParameterValidator) GetHintTextOk ¶
func (o *TemplateParameterValidator) GetHintTextOk() (*string, bool)
GetHintTextOk returns a tuple with the HintText field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateParameterValidator) GetLabel ¶
func (o *TemplateParameterValidator) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*TemplateParameterValidator) GetLabelOk ¶
func (o *TemplateParameterValidator) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateParameterValidator) GetName ¶
func (o *TemplateParameterValidator) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*TemplateParameterValidator) GetNameOk ¶
func (o *TemplateParameterValidator) 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 (*TemplateParameterValidator) GetToolTipText ¶
func (o *TemplateParameterValidator) GetToolTipText() string
GetToolTipText returns the ToolTipText field value if set, zero value otherwise.
func (*TemplateParameterValidator) GetToolTipTextOk ¶
func (o *TemplateParameterValidator) GetToolTipTextOk() (*string, bool)
GetToolTipTextOk returns a tuple with the ToolTipText field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateParameterValidator) GetType ¶
func (o *TemplateParameterValidator) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*TemplateParameterValidator) GetTypeOk ¶
func (o *TemplateParameterValidator) 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 (*TemplateParameterValidator) HasAllowedValues ¶
func (o *TemplateParameterValidator) HasAllowedValues() bool
HasAllowedValues returns a boolean if a field has been set.
func (*TemplateParameterValidator) HasDisplayType ¶
func (o *TemplateParameterValidator) HasDisplayType() bool
HasDisplayType returns a boolean if a field has been set.
func (*TemplateParameterValidator) HasHintText ¶
func (o *TemplateParameterValidator) HasHintText() bool
HasHintText returns a boolean if a field has been set.
func (*TemplateParameterValidator) HasLabel ¶
func (o *TemplateParameterValidator) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*TemplateParameterValidator) HasName ¶
func (o *TemplateParameterValidator) HasName() bool
HasName returns a boolean if a field has been set.
func (*TemplateParameterValidator) HasToolTipText ¶
func (o *TemplateParameterValidator) HasToolTipText() bool
HasToolTipText returns a boolean if a field has been set.
func (*TemplateParameterValidator) HasType ¶
func (o *TemplateParameterValidator) HasType() bool
HasType returns a boolean if a field has been set.
func (TemplateParameterValidator) MarshalJSON ¶
func (o TemplateParameterValidator) MarshalJSON() ([]byte, error)
func (*TemplateParameterValidator) SetAllowedValues ¶
func (o *TemplateParameterValidator) SetAllowedValues(v []string)
SetAllowedValues gets a reference to the given []string and assigns it to the AllowedValues field.
func (*TemplateParameterValidator) SetDisplayType ¶
func (o *TemplateParameterValidator) SetDisplayType(v string)
SetDisplayType gets a reference to the given string and assigns it to the DisplayType field.
func (*TemplateParameterValidator) SetHintText ¶
func (o *TemplateParameterValidator) SetHintText(v string)
SetHintText gets a reference to the given string and assigns it to the HintText field.
func (*TemplateParameterValidator) SetLabel ¶
func (o *TemplateParameterValidator) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*TemplateParameterValidator) SetName ¶
func (o *TemplateParameterValidator) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*TemplateParameterValidator) SetToolTipText ¶
func (o *TemplateParameterValidator) SetToolTipText(v string)
SetToolTipText gets a reference to the given string and assigns it to the ToolTipText field.
func (*TemplateParameterValidator) SetType ¶
func (o *TemplateParameterValidator) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*TemplateParameterValidator) UnmarshalJSON ¶ added in v1.0.5
func (o *TemplateParameterValidator) UnmarshalJSON(bytes []byte) (err error)
type TemplatePatch ¶ added in v1.0.8
type TemplatePatch struct { Name *string `json:"name,omitempty"` Description *string `json:"description,omitempty"` ServiceType *string `json:"serviceType,omitempty"` Type *string `json:"type,omitempty"` Subtype NullableString `json:"subtype,omitempty"` Configuration *string `json:"configuration,omitempty"` Attributes *map[string]string `json:"attributes,omitempty"` Tags *[]string `json:"tags,omitempty"` Notes *string `json:"notes,omitempty"` Status *TemplateStatus `json:"status,omitempty"` StatusDetails *string `json:"statusDetails,omitempty"` AdditionalProperties map[string]interface{} }
TemplatePatch struct for TemplatePatch
func NewTemplatePatch ¶ added in v1.0.8
func NewTemplatePatch() *TemplatePatch
NewTemplatePatch instantiates a new TemplatePatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTemplatePatchWithDefaults ¶ added in v1.0.8
func NewTemplatePatchWithDefaults() *TemplatePatch
NewTemplatePatchWithDefaults instantiates a new TemplatePatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TemplatePatch) GetAttributes ¶ added in v1.0.8
func (o *TemplatePatch) GetAttributes() map[string]string
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*TemplatePatch) GetAttributesOk ¶ added in v1.0.8
func (o *TemplatePatch) GetAttributesOk() (*map[string]string, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplatePatch) GetConfiguration ¶ added in v1.0.8
func (o *TemplatePatch) GetConfiguration() string
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*TemplatePatch) GetConfigurationOk ¶ added in v1.0.8
func (o *TemplatePatch) GetConfigurationOk() (*string, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplatePatch) GetDescription ¶ added in v1.0.8
func (o *TemplatePatch) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*TemplatePatch) GetDescriptionOk ¶ added in v1.0.8
func (o *TemplatePatch) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplatePatch) GetName ¶ added in v1.0.8
func (o *TemplatePatch) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*TemplatePatch) GetNameOk ¶ added in v1.0.8
func (o *TemplatePatch) 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 (*TemplatePatch) GetNotes ¶ added in v1.0.8
func (o *TemplatePatch) GetNotes() string
GetNotes returns the Notes field value if set, zero value otherwise.
func (*TemplatePatch) GetNotesOk ¶ added in v1.0.8
func (o *TemplatePatch) 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 (*TemplatePatch) GetServiceType ¶ added in v1.0.8
func (o *TemplatePatch) GetServiceType() string
GetServiceType returns the ServiceType field value if set, zero value otherwise.
func (*TemplatePatch) GetServiceTypeOk ¶ added in v1.0.8
func (o *TemplatePatch) GetServiceTypeOk() (*string, bool)
GetServiceTypeOk returns a tuple with the ServiceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplatePatch) GetStatus ¶ added in v1.0.8
func (o *TemplatePatch) GetStatus() TemplateStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*TemplatePatch) GetStatusDetails ¶ added in v1.0.8
func (o *TemplatePatch) GetStatusDetails() string
GetStatusDetails returns the StatusDetails field value if set, zero value otherwise.
func (*TemplatePatch) GetStatusDetailsOk ¶ added in v1.0.8
func (o *TemplatePatch) GetStatusDetailsOk() (*string, bool)
GetStatusDetailsOk returns a tuple with the StatusDetails field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplatePatch) GetStatusOk ¶ added in v1.0.8
func (o *TemplatePatch) GetStatusOk() (*TemplateStatus, 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 (*TemplatePatch) GetSubtype ¶ added in v1.0.8
func (o *TemplatePatch) GetSubtype() string
GetSubtype returns the Subtype field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplatePatch) GetSubtypeOk ¶ added in v1.0.8
func (o *TemplatePatch) GetSubtypeOk() (*string, bool)
GetSubtypeOk returns a tuple with the Subtype field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplatePatch) GetTags ¶ added in v1.0.8
func (o *TemplatePatch) GetTags() []string
GetTags returns the Tags field value if set, zero value otherwise.
func (*TemplatePatch) GetTagsOk ¶ added in v1.0.8
func (o *TemplatePatch) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplatePatch) GetType ¶ added in v1.0.8
func (o *TemplatePatch) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*TemplatePatch) GetTypeOk ¶ added in v1.0.8
func (o *TemplatePatch) 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 (*TemplatePatch) HasAttributes ¶ added in v1.0.8
func (o *TemplatePatch) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*TemplatePatch) HasConfiguration ¶ added in v1.0.8
func (o *TemplatePatch) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (*TemplatePatch) HasDescription ¶ added in v1.0.8
func (o *TemplatePatch) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*TemplatePatch) HasName ¶ added in v1.0.8
func (o *TemplatePatch) HasName() bool
HasName returns a boolean if a field has been set.
func (*TemplatePatch) HasNotes ¶ added in v1.0.8
func (o *TemplatePatch) HasNotes() bool
HasNotes returns a boolean if a field has been set.
func (*TemplatePatch) HasServiceType ¶ added in v1.0.8
func (o *TemplatePatch) HasServiceType() bool
HasServiceType returns a boolean if a field has been set.
func (*TemplatePatch) HasStatus ¶ added in v1.0.8
func (o *TemplatePatch) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*TemplatePatch) HasStatusDetails ¶ added in v1.0.8
func (o *TemplatePatch) HasStatusDetails() bool
HasStatusDetails returns a boolean if a field has been set.
func (*TemplatePatch) HasSubtype ¶ added in v1.0.8
func (o *TemplatePatch) HasSubtype() bool
HasSubtype returns a boolean if a field has been set.
func (*TemplatePatch) HasTags ¶ added in v1.0.8
func (o *TemplatePatch) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*TemplatePatch) HasType ¶ added in v1.0.8
func (o *TemplatePatch) HasType() bool
HasType returns a boolean if a field has been set.
func (TemplatePatch) MarshalJSON ¶ added in v1.0.8
func (o TemplatePatch) MarshalJSON() ([]byte, error)
func (*TemplatePatch) SetAttributes ¶ added in v1.0.8
func (o *TemplatePatch) SetAttributes(v map[string]string)
SetAttributes gets a reference to the given map[string]string and assigns it to the Attributes field.
func (*TemplatePatch) SetConfiguration ¶ added in v1.0.8
func (o *TemplatePatch) SetConfiguration(v string)
SetConfiguration gets a reference to the given string and assigns it to the Configuration field.
func (*TemplatePatch) SetDescription ¶ added in v1.0.8
func (o *TemplatePatch) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*TemplatePatch) SetName ¶ added in v1.0.8
func (o *TemplatePatch) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*TemplatePatch) SetNotes ¶ added in v1.0.8
func (o *TemplatePatch) SetNotes(v string)
SetNotes gets a reference to the given string and assigns it to the Notes field.
func (*TemplatePatch) SetServiceType ¶ added in v1.0.8
func (o *TemplatePatch) SetServiceType(v string)
SetServiceType gets a reference to the given string and assigns it to the ServiceType field.
func (*TemplatePatch) SetStatus ¶ added in v1.0.8
func (o *TemplatePatch) SetStatus(v TemplateStatus)
SetStatus gets a reference to the given TemplateStatus and assigns it to the Status field.
func (*TemplatePatch) SetStatusDetails ¶ added in v1.0.8
func (o *TemplatePatch) SetStatusDetails(v string)
SetStatusDetails gets a reference to the given string and assigns it to the StatusDetails field.
func (*TemplatePatch) SetSubtype ¶ added in v1.0.8
func (o *TemplatePatch) SetSubtype(v string)
SetSubtype gets a reference to the given NullableString and assigns it to the Subtype field.
func (*TemplatePatch) SetSubtypeNil ¶ added in v1.0.8
func (o *TemplatePatch) SetSubtypeNil()
SetSubtypeNil sets the value for Subtype to be an explicit nil
func (*TemplatePatch) SetTags ¶ added in v1.0.8
func (o *TemplatePatch) SetTags(v []string)
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*TemplatePatch) SetType ¶ added in v1.0.8
func (o *TemplatePatch) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*TemplatePatch) UnmarshalJSON ¶ added in v1.0.8
func (o *TemplatePatch) UnmarshalJSON(bytes []byte) (err error)
func (*TemplatePatch) UnsetSubtype ¶ added in v1.0.8
func (o *TemplatePatch) UnsetSubtype()
UnsetSubtype ensures that no value is present for Subtype, not even an explicit nil
type TemplateStatus ¶ added in v1.0.8
type TemplateStatus string
TemplateStatus the model 'TemplateStatus'
const ( TEMPLATESTATUS_NEW TemplateStatus = "NEW" TEMPLATESTATUS_PENDING TemplateStatus = "PENDING" TEMPLATESTATUS_FAILED TemplateStatus = "FAILED" TEMPLATESTATUS_SUCCESS TemplateStatus = "SUCCESS" TEMPLATESTATUS_DELETE TemplateStatus = "DELETE" TEMPLATESTATUS_ERROR TemplateStatus = "ERROR" )
List of TemplateStatus
func (TemplateStatus) Ptr ¶ added in v1.0.8
func (v TemplateStatus) Ptr() *TemplateStatus
Ptr returns reference to TemplateStatus value
func (*TemplateStatus) UnmarshalJSON ¶ added in v1.0.8
func (v *TemplateStatus) UnmarshalJSON(src []byte) error
type TemplateStatusMeta ¶ added in v1.0.8
type TemplateStatusMeta struct { Status *TemplateStatus `json:"status,omitempty"` StatusDetails NullableString `json:"statusDetails,omitempty"` CreatedOn NullableTime `json:"createdOn,omitempty"` CreatedBy NullableString `json:"createdBy,omitempty"` ModifiedOn NullableTime `json:"modifiedOn,omitempty"` ModifiedBy NullableString `json:"modifiedBy,omitempty"` AdditionalProperties map[string]interface{} }
TemplateStatusMeta struct for TemplateStatusMeta
func NewTemplateStatusMeta ¶ added in v1.0.8
func NewTemplateStatusMeta() *TemplateStatusMeta
NewTemplateStatusMeta instantiates a new TemplateStatusMeta object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTemplateStatusMetaWithDefaults ¶ added in v1.0.8
func NewTemplateStatusMetaWithDefaults() *TemplateStatusMeta
NewTemplateStatusMetaWithDefaults instantiates a new TemplateStatusMeta object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TemplateStatusMeta) GetCreatedBy ¶ added in v1.0.8
func (o *TemplateStatusMeta) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateStatusMeta) GetCreatedByOk ¶ added in v1.0.8
func (o *TemplateStatusMeta) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateStatusMeta) GetCreatedOn ¶ added in v1.0.8
func (o *TemplateStatusMeta) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateStatusMeta) GetCreatedOnOk ¶ added in v1.0.8
func (o *TemplateStatusMeta) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateStatusMeta) GetModifiedBy ¶ added in v1.0.8
func (o *TemplateStatusMeta) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateStatusMeta) GetModifiedByOk ¶ added in v1.0.8
func (o *TemplateStatusMeta) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateStatusMeta) GetModifiedOn ¶ added in v1.0.8
func (o *TemplateStatusMeta) GetModifiedOn() time.Time
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateStatusMeta) GetModifiedOnOk ¶ added in v1.0.8
func (o *TemplateStatusMeta) GetModifiedOnOk() (*time.Time, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateStatusMeta) GetStatus ¶ added in v1.0.8
func (o *TemplateStatusMeta) GetStatus() TemplateStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*TemplateStatusMeta) GetStatusDetails ¶ added in v1.0.8
func (o *TemplateStatusMeta) GetStatusDetails() string
GetStatusDetails returns the StatusDetails field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplateStatusMeta) GetStatusDetailsOk ¶ added in v1.0.8
func (o *TemplateStatusMeta) GetStatusDetailsOk() (*string, bool)
GetStatusDetailsOk returns a tuple with the StatusDetails field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplateStatusMeta) GetStatusOk ¶ added in v1.0.8
func (o *TemplateStatusMeta) GetStatusOk() (*TemplateStatus, 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 (*TemplateStatusMeta) HasCreatedBy ¶ added in v1.0.8
func (o *TemplateStatusMeta) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*TemplateStatusMeta) HasCreatedOn ¶ added in v1.0.8
func (o *TemplateStatusMeta) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*TemplateStatusMeta) HasModifiedBy ¶ added in v1.0.8
func (o *TemplateStatusMeta) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.
func (*TemplateStatusMeta) HasModifiedOn ¶ added in v1.0.8
func (o *TemplateStatusMeta) HasModifiedOn() bool
HasModifiedOn returns a boolean if a field has been set.
func (*TemplateStatusMeta) HasStatus ¶ added in v1.0.8
func (o *TemplateStatusMeta) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*TemplateStatusMeta) HasStatusDetails ¶ added in v1.0.8
func (o *TemplateStatusMeta) HasStatusDetails() bool
HasStatusDetails returns a boolean if a field has been set.
func (TemplateStatusMeta) MarshalJSON ¶ added in v1.0.8
func (o TemplateStatusMeta) MarshalJSON() ([]byte, error)
func (*TemplateStatusMeta) SetCreatedBy ¶ added in v1.0.8
func (o *TemplateStatusMeta) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given NullableString and assigns it to the CreatedBy field.
func (*TemplateStatusMeta) SetCreatedByNil ¶ added in v1.0.8
func (o *TemplateStatusMeta) SetCreatedByNil()
SetCreatedByNil sets the value for CreatedBy to be an explicit nil
func (*TemplateStatusMeta) SetCreatedOn ¶ added in v1.0.8
func (o *TemplateStatusMeta) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given NullableTime and assigns it to the CreatedOn field.
func (*TemplateStatusMeta) SetCreatedOnNil ¶ added in v1.0.8
func (o *TemplateStatusMeta) SetCreatedOnNil()
SetCreatedOnNil sets the value for CreatedOn to be an explicit nil
func (*TemplateStatusMeta) SetModifiedBy ¶ added in v1.0.8
func (o *TemplateStatusMeta) SetModifiedBy(v string)
SetModifiedBy gets a reference to the given NullableString and assigns it to the ModifiedBy field.
func (*TemplateStatusMeta) SetModifiedByNil ¶ added in v1.0.8
func (o *TemplateStatusMeta) SetModifiedByNil()
SetModifiedByNil sets the value for ModifiedBy to be an explicit nil
func (*TemplateStatusMeta) SetModifiedOn ¶ added in v1.0.8
func (o *TemplateStatusMeta) SetModifiedOn(v time.Time)
SetModifiedOn gets a reference to the given NullableTime and assigns it to the ModifiedOn field.
func (*TemplateStatusMeta) SetModifiedOnNil ¶ added in v1.0.8
func (o *TemplateStatusMeta) SetModifiedOnNil()
SetModifiedOnNil sets the value for ModifiedOn to be an explicit nil
func (*TemplateStatusMeta) SetStatus ¶ added in v1.0.8
func (o *TemplateStatusMeta) SetStatus(v TemplateStatus)
SetStatus gets a reference to the given TemplateStatus and assigns it to the Status field.
func (*TemplateStatusMeta) SetStatusDetails ¶ added in v1.0.8
func (o *TemplateStatusMeta) SetStatusDetails(v string)
SetStatusDetails gets a reference to the given NullableString and assigns it to the StatusDetails field.
func (*TemplateStatusMeta) SetStatusDetailsNil ¶ added in v1.0.8
func (o *TemplateStatusMeta) SetStatusDetailsNil()
SetStatusDetailsNil sets the value for StatusDetails to be an explicit nil
func (*TemplateStatusMeta) UnmarshalJSON ¶ added in v1.0.8
func (o *TemplateStatusMeta) UnmarshalJSON(bytes []byte) (err error)
func (*TemplateStatusMeta) UnsetCreatedBy ¶ added in v1.0.8
func (o *TemplateStatusMeta) UnsetCreatedBy()
UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil
func (*TemplateStatusMeta) UnsetCreatedOn ¶ added in v1.0.8
func (o *TemplateStatusMeta) UnsetCreatedOn()
UnsetCreatedOn ensures that no value is present for CreatedOn, not even an explicit nil
func (*TemplateStatusMeta) UnsetModifiedBy ¶ added in v1.0.8
func (o *TemplateStatusMeta) UnsetModifiedBy()
UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil
func (*TemplateStatusMeta) UnsetModifiedOn ¶ added in v1.0.8
func (o *TemplateStatusMeta) UnsetModifiedOn()
UnsetModifiedOn ensures that no value is present for ModifiedOn, not even an explicit nil
func (*TemplateStatusMeta) UnsetStatusDetails ¶ added in v1.0.8
func (o *TemplateStatusMeta) UnsetStatusDetails()
UnsetStatusDetails ensures that no value is present for StatusDetails, not even an explicit nil
type TemplatesApiService ¶ added in v1.0.8
type TemplatesApiService service
TemplatesApiService TemplatesApi service
func (*TemplatesApiService) DeleteTemplate ¶ added in v1.0.8
func (a *TemplatesApiService) DeleteTemplate(ctx _context.Context, id string) ApiDeleteTemplateRequest
* DeleteTemplate Deletes a template. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiDeleteTemplateRequest
func (*TemplatesApiService) DeleteTemplateExecute ¶ added in v1.0.8
func (a *TemplatesApiService) DeleteTemplateExecute(r ApiDeleteTemplateRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*TemplatesApiService) GetTemplate ¶ added in v1.0.8
func (a *TemplatesApiService) GetTemplate(ctx _context.Context, id string) ApiGetTemplateRequest
* GetTemplate Returns a template by id. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetTemplateRequest
func (*TemplatesApiService) GetTemplateExecute ¶ added in v1.0.8
func (a *TemplatesApiService) GetTemplateExecute(r ApiGetTemplateRequest) (Template, *_nethttp.Response, error)
* Execute executes the request * @return Template
func (*TemplatesApiService) GetTemplateHistory ¶ added in v1.0.8
func (a *TemplatesApiService) GetTemplateHistory(ctx _context.Context, id string) ApiGetTemplateHistoryRequest
* GetTemplateHistory Returns a template history by id. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetTemplateHistoryRequest
func (*TemplatesApiService) GetTemplateHistoryExecute ¶ added in v1.0.8
func (a *TemplatesApiService) GetTemplateHistoryExecute(r ApiGetTemplateHistoryRequest) ([]Template, *_nethttp.Response, error)
* Execute executes the request * @return []Template
func (*TemplatesApiService) GetTemplatesPage ¶ added in v1.0.8
func (a *TemplatesApiService) GetTemplatesPage(ctx _context.Context) ApiGetTemplatesPageRequest
* GetTemplatesPage Returns a page of templates. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetTemplatesPageRequest
func (*TemplatesApiService) GetTemplatesPageExecute ¶ added in v1.0.8
func (a *TemplatesApiService) GetTemplatesPageExecute(r ApiGetTemplatesPageRequest) (TemplatesPage, *_nethttp.Response, error)
* Execute executes the request * @return TemplatesPage
func (*TemplatesApiService) ImportTemplate ¶ added in v1.0.8
func (a *TemplatesApiService) ImportTemplate(ctx _context.Context) ApiImportTemplateRequest
* ImportTemplate Imports a template. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiImportTemplateRequest
func (*TemplatesApiService) ImportTemplateExecute ¶ added in v1.0.8
func (a *TemplatesApiService) ImportTemplateExecute(r ApiImportTemplateRequest) (Template, *_nethttp.Response, error)
* Execute executes the request * @return Template
func (*TemplatesApiService) UpdateTemplateStatus ¶ added in v1.0.8
func (a *TemplatesApiService) UpdateTemplateStatus(ctx _context.Context, id string) ApiUpdateTemplateStatusRequest
* UpdateTemplateStatus Updates a template status. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiUpdateTemplateStatusRequest
func (*TemplatesApiService) UpdateTemplateStatusExecute ¶ added in v1.0.8
func (a *TemplatesApiService) UpdateTemplateStatusExecute(r ApiUpdateTemplateStatusRequest) (Template, *_nethttp.Response, error)
* Execute executes the request * @return Template
type TemplatesPage ¶ added in v1.0.8
type TemplatesPage struct { Page *int32 `json:"page,omitempty"` PageSize *int32 `json:"pageSize,omitempty"` TotalItems NullableInt64 `json:"totalItems,omitempty"` HasNext NullableBool `json:"hasNext,omitempty"` HasPrevious NullableBool `json:"hasPrevious,omitempty"` SortBy NullableString `json:"sortBy,omitempty"` SortOrder NullableString `json:"sortOrder,omitempty"` Contents *[]Template `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
TemplatesPage struct for TemplatesPage
func NewTemplatesPage ¶ added in v1.0.8
func NewTemplatesPage() *TemplatesPage
NewTemplatesPage instantiates a new TemplatesPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTemplatesPageWithDefaults ¶ added in v1.0.8
func NewTemplatesPageWithDefaults() *TemplatesPage
NewTemplatesPageWithDefaults instantiates a new TemplatesPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TemplatesPage) GetContents ¶ added in v1.0.8
func (o *TemplatesPage) GetContents() []Template
GetContents returns the Contents field value if set, zero value otherwise.
func (*TemplatesPage) GetContentsOk ¶ added in v1.0.8
func (o *TemplatesPage) GetContentsOk() (*[]Template, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplatesPage) GetHasNext ¶ added in v1.0.8
func (o *TemplatesPage) GetHasNext() bool
GetHasNext returns the HasNext field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplatesPage) GetHasNextOk ¶ added in v1.0.8
func (o *TemplatesPage) GetHasNextOk() (*bool, bool)
GetHasNextOk returns a tuple with the HasNext field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplatesPage) GetHasPrevious ¶ added in v1.0.8
func (o *TemplatesPage) GetHasPrevious() bool
GetHasPrevious returns the HasPrevious field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplatesPage) GetHasPreviousOk ¶ added in v1.0.8
func (o *TemplatesPage) GetHasPreviousOk() (*bool, bool)
GetHasPreviousOk returns a tuple with the HasPrevious field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplatesPage) GetPage ¶ added in v1.0.8
func (o *TemplatesPage) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise.
func (*TemplatesPage) GetPageOk ¶ added in v1.0.8
func (o *TemplatesPage) 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 (*TemplatesPage) GetPageSize ¶ added in v1.0.8
func (o *TemplatesPage) GetPageSize() int32
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*TemplatesPage) GetPageSizeOk ¶ added in v1.0.8
func (o *TemplatesPage) 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 (*TemplatesPage) GetSortBy ¶ added in v1.0.8
func (o *TemplatesPage) GetSortBy() string
GetSortBy returns the SortBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplatesPage) GetSortByOk ¶ added in v1.0.8
func (o *TemplatesPage) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplatesPage) GetSortOrder ¶ added in v1.0.8
func (o *TemplatesPage) GetSortOrder() string
GetSortOrder returns the SortOrder field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplatesPage) GetSortOrderOk ¶ added in v1.0.8
func (o *TemplatesPage) GetSortOrderOk() (*string, bool)
GetSortOrderOk returns a tuple with the SortOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplatesPage) GetTotalItems ¶ added in v1.0.8
func (o *TemplatesPage) GetTotalItems() int64
GetTotalItems returns the TotalItems field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TemplatesPage) GetTotalItemsOk ¶ added in v1.0.8
func (o *TemplatesPage) GetTotalItemsOk() (*int64, bool)
GetTotalItemsOk returns a tuple with the TotalItems field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TemplatesPage) HasContents ¶ added in v1.0.8
func (o *TemplatesPage) HasContents() bool
HasContents returns a boolean if a field has been set.
func (*TemplatesPage) HasHasNext ¶ added in v1.0.8
func (o *TemplatesPage) HasHasNext() bool
HasHasNext returns a boolean if a field has been set.
func (*TemplatesPage) HasHasPrevious ¶ added in v1.0.8
func (o *TemplatesPage) HasHasPrevious() bool
HasHasPrevious returns a boolean if a field has been set.
func (*TemplatesPage) HasPage ¶ added in v1.0.8
func (o *TemplatesPage) HasPage() bool
HasPage returns a boolean if a field has been set.
func (*TemplatesPage) HasPageSize ¶ added in v1.0.8
func (o *TemplatesPage) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (*TemplatesPage) HasSortBy ¶ added in v1.0.8
func (o *TemplatesPage) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.
func (*TemplatesPage) HasSortOrder ¶ added in v1.0.8
func (o *TemplatesPage) HasSortOrder() bool
HasSortOrder returns a boolean if a field has been set.
func (*TemplatesPage) HasTotalItems ¶ added in v1.0.8
func (o *TemplatesPage) HasTotalItems() bool
HasTotalItems returns a boolean if a field has been set.
func (TemplatesPage) MarshalJSON ¶ added in v1.0.8
func (o TemplatesPage) MarshalJSON() ([]byte, error)
func (*TemplatesPage) SetContents ¶ added in v1.0.8
func (o *TemplatesPage) SetContents(v []Template)
SetContents gets a reference to the given []Template and assigns it to the Contents field.
func (*TemplatesPage) SetHasNext ¶ added in v1.0.8
func (o *TemplatesPage) SetHasNext(v bool)
SetHasNext gets a reference to the given NullableBool and assigns it to the HasNext field.
func (*TemplatesPage) SetHasNextNil ¶ added in v1.0.8
func (o *TemplatesPage) SetHasNextNil()
SetHasNextNil sets the value for HasNext to be an explicit nil
func (*TemplatesPage) SetHasPrevious ¶ added in v1.0.8
func (o *TemplatesPage) SetHasPrevious(v bool)
SetHasPrevious gets a reference to the given NullableBool and assigns it to the HasPrevious field.
func (*TemplatesPage) SetHasPreviousNil ¶ added in v1.0.8
func (o *TemplatesPage) SetHasPreviousNil()
SetHasPreviousNil sets the value for HasPrevious to be an explicit nil
func (*TemplatesPage) SetPage ¶ added in v1.0.8
func (o *TemplatesPage) SetPage(v int32)
SetPage gets a reference to the given int32 and assigns it to the Page field.
func (*TemplatesPage) SetPageSize ¶ added in v1.0.8
func (o *TemplatesPage) SetPageSize(v int32)
SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.
func (*TemplatesPage) SetSortBy ¶ added in v1.0.8
func (o *TemplatesPage) SetSortBy(v string)
SetSortBy gets a reference to the given NullableString and assigns it to the SortBy field.
func (*TemplatesPage) SetSortByNil ¶ added in v1.0.8
func (o *TemplatesPage) SetSortByNil()
SetSortByNil sets the value for SortBy to be an explicit nil
func (*TemplatesPage) SetSortOrder ¶ added in v1.0.8
func (o *TemplatesPage) SetSortOrder(v string)
SetSortOrder gets a reference to the given NullableString and assigns it to the SortOrder field.
func (*TemplatesPage) SetSortOrderNil ¶ added in v1.0.8
func (o *TemplatesPage) SetSortOrderNil()
SetSortOrderNil sets the value for SortOrder to be an explicit nil
func (*TemplatesPage) SetTotalItems ¶ added in v1.0.8
func (o *TemplatesPage) SetTotalItems(v int64)
SetTotalItems gets a reference to the given NullableInt64 and assigns it to the TotalItems field.
func (*TemplatesPage) SetTotalItemsNil ¶ added in v1.0.8
func (o *TemplatesPage) SetTotalItemsNil()
SetTotalItemsNil sets the value for TotalItems to be an explicit nil
func (*TemplatesPage) UnmarshalJSON ¶ added in v1.0.8
func (o *TemplatesPage) UnmarshalJSON(bytes []byte) (err error)
func (*TemplatesPage) UnsetHasNext ¶ added in v1.0.8
func (o *TemplatesPage) UnsetHasNext()
UnsetHasNext ensures that no value is present for HasNext, not even an explicit nil
func (*TemplatesPage) UnsetHasPrevious ¶ added in v1.0.8
func (o *TemplatesPage) UnsetHasPrevious()
UnsetHasPrevious ensures that no value is present for HasPrevious, not even an explicit nil
func (*TemplatesPage) UnsetSortBy ¶ added in v1.0.8
func (o *TemplatesPage) UnsetSortBy()
UnsetSortBy ensures that no value is present for SortBy, not even an explicit nil
func (*TemplatesPage) UnsetSortOrder ¶ added in v1.0.8
func (o *TemplatesPage) UnsetSortOrder()
UnsetSortOrder ensures that no value is present for SortOrder, not even an explicit nil
func (*TemplatesPage) UnsetTotalItems ¶ added in v1.0.8
func (o *TemplatesPage) UnsetTotalItems()
UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil
type TemplatesPageAllOf ¶ added in v1.0.8
type TemplatesPageAllOf struct { Contents *[]Template `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
TemplatesPageAllOf struct for TemplatesPageAllOf
func NewTemplatesPageAllOf ¶ added in v1.0.8
func NewTemplatesPageAllOf() *TemplatesPageAllOf
NewTemplatesPageAllOf instantiates a new TemplatesPageAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTemplatesPageAllOfWithDefaults ¶ added in v1.0.8
func NewTemplatesPageAllOfWithDefaults() *TemplatesPageAllOf
NewTemplatesPageAllOfWithDefaults instantiates a new TemplatesPageAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TemplatesPageAllOf) GetContents ¶ added in v1.0.8
func (o *TemplatesPageAllOf) GetContents() []Template
GetContents returns the Contents field value if set, zero value otherwise.
func (*TemplatesPageAllOf) GetContentsOk ¶ added in v1.0.8
func (o *TemplatesPageAllOf) GetContentsOk() (*[]Template, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplatesPageAllOf) HasContents ¶ added in v1.0.8
func (o *TemplatesPageAllOf) HasContents() bool
HasContents returns a boolean if a field has been set.
func (TemplatesPageAllOf) MarshalJSON ¶ added in v1.0.8
func (o TemplatesPageAllOf) MarshalJSON() ([]byte, error)
func (*TemplatesPageAllOf) SetContents ¶ added in v1.0.8
func (o *TemplatesPageAllOf) SetContents(v []Template)
SetContents gets a reference to the given []Template and assigns it to the Contents field.
func (*TemplatesPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (o *TemplatesPageAllOf) UnmarshalJSON(bytes []byte) (err error)
type Tenant ¶
type Tenant struct { Id *string `json:"id,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Suspended NullableBool `json:"suspended,omitempty"` NumberOfChildren NullableInt64 `json:"numberOfChildren,omitempty"` ParentId NullableString `json:"parentId,omitempty"` ExternalId NullableString `json:"externalId,omitempty"` Name string `json:"name"` Description NullableString `json:"description,omitempty"` Url NullableString `json:"url,omitempty"` Image NullableString `json:"image,omitempty"` Email NullableString `json:"email,omitempty"` AdditionalProperties map[string]interface{} }
Tenant struct for Tenant
func NewTenant ¶
NewTenant instantiates a new Tenant object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTenantWithDefaults ¶
func NewTenantWithDefaults() *Tenant
NewTenantWithDefaults instantiates a new Tenant object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Tenant) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Tenant) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Tenant) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Tenant) GetDescriptionOk ¶
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 (*Tenant) GetEmail ¶ added in v1.0.5
GetEmail returns the Email field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Tenant) GetEmailOk ¶ added in v1.0.5
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 (*Tenant) GetExternalId ¶ added in v1.0.5
GetExternalId returns the ExternalId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Tenant) GetExternalIdOk ¶ added in v1.0.5
GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Tenant) 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 (*Tenant) GetImage ¶
GetImage returns the Image field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Tenant) GetImageOk ¶
GetImageOk returns a tuple with the Image field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Tenant) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Tenant) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Tenant) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Tenant) GetNumberOfChildren ¶
GetNumberOfChildren returns the NumberOfChildren field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Tenant) GetNumberOfChildrenOk ¶
GetNumberOfChildrenOk returns a tuple with the NumberOfChildren field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Tenant) GetParentId ¶
GetParentId returns the ParentId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Tenant) GetParentIdOk ¶
GetParentIdOk returns a tuple with the ParentId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Tenant) GetSuspended ¶
GetSuspended returns the Suspended field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Tenant) GetSuspendedOk ¶
GetSuspendedOk returns a tuple with the Suspended field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Tenant) GetUrl ¶
GetUrl returns the Url field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Tenant) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Tenant) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Tenant) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*Tenant) HasExternalId ¶ added in v1.0.5
HasExternalId returns a boolean if a field has been set.
func (*Tenant) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Tenant) HasNumberOfChildren ¶
HasNumberOfChildren returns a boolean if a field has been set.
func (*Tenant) HasParentId ¶
HasParentId returns a boolean if a field has been set.
func (*Tenant) HasSuspended ¶
HasSuspended returns a boolean if a field has been set.
func (Tenant) MarshalJSON ¶
func (*Tenant) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Tenant) SetDescription ¶
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*Tenant) SetDescriptionNil ¶ added in v1.0.5
func (o *Tenant) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*Tenant) SetEmail ¶ added in v1.0.5
SetEmail gets a reference to the given NullableString and assigns it to the Email field.
func (*Tenant) SetEmailNil ¶ added in v1.0.5
func (o *Tenant) SetEmailNil()
SetEmailNil sets the value for Email to be an explicit nil
func (*Tenant) SetExternalId ¶ added in v1.0.5
SetExternalId gets a reference to the given NullableString and assigns it to the ExternalId field.
func (*Tenant) SetExternalIdNil ¶ added in v1.0.5
func (o *Tenant) SetExternalIdNil()
SetExternalIdNil sets the value for ExternalId to be an explicit nil
func (*Tenant) SetImage ¶
SetImage gets a reference to the given NullableString and assigns it to the Image field.
func (*Tenant) SetImageNil ¶ added in v1.0.1
func (o *Tenant) SetImageNil()
SetImageNil sets the value for Image to be an explicit nil
func (*Tenant) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Tenant) SetNumberOfChildren ¶
SetNumberOfChildren gets a reference to the given NullableInt64 and assigns it to the NumberOfChildren field.
func (*Tenant) SetNumberOfChildrenNil ¶ added in v1.0.1
func (o *Tenant) SetNumberOfChildrenNil()
SetNumberOfChildrenNil sets the value for NumberOfChildren to be an explicit nil
func (*Tenant) SetParentId ¶
SetParentId gets a reference to the given NullableString and assigns it to the ParentId field.
func (*Tenant) SetParentIdNil ¶ added in v1.0.1
func (o *Tenant) SetParentIdNil()
SetParentIdNil sets the value for ParentId to be an explicit nil
func (*Tenant) SetSuspended ¶
SetSuspended gets a reference to the given NullableBool and assigns it to the Suspended field.
func (*Tenant) SetSuspendedNil ¶ added in v1.0.1
func (o *Tenant) SetSuspendedNil()
SetSuspendedNil sets the value for Suspended to be an explicit nil
func (*Tenant) SetUrl ¶
SetUrl gets a reference to the given NullableString and assigns it to the Url field.
func (*Tenant) SetUrlNil ¶ added in v1.0.5
func (o *Tenant) SetUrlNil()
SetUrlNil sets the value for Url to be an explicit nil
func (*Tenant) UnmarshalJSON ¶ added in v1.0.5
func (*Tenant) UnsetDescription ¶ added in v1.0.5
func (o *Tenant) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (*Tenant) UnsetEmail ¶ added in v1.0.5
func (o *Tenant) UnsetEmail()
UnsetEmail ensures that no value is present for Email, not even an explicit nil
func (*Tenant) UnsetExternalId ¶ added in v1.0.5
func (o *Tenant) UnsetExternalId()
UnsetExternalId ensures that no value is present for ExternalId, not even an explicit nil
func (*Tenant) UnsetImage ¶ added in v1.0.1
func (o *Tenant) UnsetImage()
UnsetImage ensures that no value is present for Image, not even an explicit nil
func (*Tenant) UnsetNumberOfChildren ¶ added in v1.0.1
func (o *Tenant) UnsetNumberOfChildren()
UnsetNumberOfChildren ensures that no value is present for NumberOfChildren, not even an explicit nil
func (*Tenant) UnsetParentId ¶ added in v1.0.1
func (o *Tenant) UnsetParentId()
UnsetParentId ensures that no value is present for ParentId, not even an explicit nil
func (*Tenant) UnsetSuspended ¶ added in v1.0.1
func (o *Tenant) UnsetSuspended()
UnsetSuspended ensures that no value is present for Suspended, not even an explicit nil
type TenantAllOf ¶
type TenantAllOf struct { Id *string `json:"id,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Suspended NullableBool `json:"suspended,omitempty"` NumberOfChildren NullableInt64 `json:"numberOfChildren,omitempty"` AdditionalProperties map[string]interface{} }
TenantAllOf struct for TenantAllOf
func NewTenantAllOf ¶
func NewTenantAllOf() *TenantAllOf
NewTenantAllOf instantiates a new TenantAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTenantAllOfWithDefaults ¶
func NewTenantAllOfWithDefaults() *TenantAllOf
NewTenantAllOfWithDefaults instantiates a new TenantAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TenantAllOf) GetCreatedOn ¶
func (o *TenantAllOf) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*TenantAllOf) GetCreatedOnOk ¶
func (o *TenantAllOf) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TenantAllOf) GetId ¶
func (o *TenantAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*TenantAllOf) GetIdOk ¶
func (o *TenantAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TenantAllOf) GetModifiedOn ¶
func (o *TenantAllOf) GetModifiedOn() time.Time
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*TenantAllOf) GetModifiedOnOk ¶
func (o *TenantAllOf) GetModifiedOnOk() (*time.Time, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TenantAllOf) GetNumberOfChildren ¶ added in v1.0.2
func (o *TenantAllOf) GetNumberOfChildren() int64
GetNumberOfChildren returns the NumberOfChildren field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantAllOf) GetNumberOfChildrenOk ¶ added in v1.0.2
func (o *TenantAllOf) GetNumberOfChildrenOk() (*int64, bool)
GetNumberOfChildrenOk returns a tuple with the NumberOfChildren field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantAllOf) GetSuspended ¶
func (o *TenantAllOf) GetSuspended() bool
GetSuspended returns the Suspended field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantAllOf) GetSuspendedOk ¶
func (o *TenantAllOf) GetSuspendedOk() (*bool, bool)
GetSuspendedOk returns a tuple with the Suspended field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantAllOf) HasCreatedOn ¶
func (o *TenantAllOf) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*TenantAllOf) HasId ¶
func (o *TenantAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (*TenantAllOf) HasModifiedOn ¶
func (o *TenantAllOf) HasModifiedOn() bool
HasModifiedOn returns a boolean if a field has been set.
func (*TenantAllOf) HasNumberOfChildren ¶ added in v1.0.2
func (o *TenantAllOf) HasNumberOfChildren() bool
HasNumberOfChildren returns a boolean if a field has been set.
func (*TenantAllOf) HasSuspended ¶
func (o *TenantAllOf) HasSuspended() bool
HasSuspended returns a boolean if a field has been set.
func (TenantAllOf) MarshalJSON ¶
func (o TenantAllOf) MarshalJSON() ([]byte, error)
func (*TenantAllOf) SetCreatedOn ¶
func (o *TenantAllOf) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*TenantAllOf) SetId ¶
func (o *TenantAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*TenantAllOf) SetModifiedOn ¶
func (o *TenantAllOf) SetModifiedOn(v time.Time)
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*TenantAllOf) SetNumberOfChildren ¶ added in v1.0.2
func (o *TenantAllOf) SetNumberOfChildren(v int64)
SetNumberOfChildren gets a reference to the given NullableInt64 and assigns it to the NumberOfChildren field.
func (*TenantAllOf) SetNumberOfChildrenNil ¶ added in v1.0.2
func (o *TenantAllOf) SetNumberOfChildrenNil()
SetNumberOfChildrenNil sets the value for NumberOfChildren to be an explicit nil
func (*TenantAllOf) SetSuspended ¶
func (o *TenantAllOf) SetSuspended(v bool)
SetSuspended gets a reference to the given NullableBool and assigns it to the Suspended field.
func (*TenantAllOf) SetSuspendedNil ¶ added in v1.0.1
func (o *TenantAllOf) SetSuspendedNil()
SetSuspendedNil sets the value for Suspended to be an explicit nil
func (*TenantAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *TenantAllOf) UnmarshalJSON(bytes []byte) (err error)
func (*TenantAllOf) UnsetNumberOfChildren ¶ added in v1.0.2
func (o *TenantAllOf) UnsetNumberOfChildren()
UnsetNumberOfChildren ensures that no value is present for NumberOfChildren, not even an explicit nil
func (*TenantAllOf) UnsetSuspended ¶ added in v1.0.1
func (o *TenantAllOf) UnsetSuspended()
UnsetSuspended ensures that no value is present for Suspended, not even an explicit nil
type TenantCreate ¶
type TenantCreate struct { ParentId NullableString `json:"parentId,omitempty"` ExternalId NullableString `json:"externalId,omitempty"` Name string `json:"name"` Description NullableString `json:"description,omitempty"` Url NullableString `json:"url,omitempty"` Image NullableString `json:"image,omitempty"` Email NullableString `json:"email,omitempty"` AdditionalProperties map[string]interface{} }
TenantCreate struct for TenantCreate
func NewTenantCreate ¶
func NewTenantCreate(name string) *TenantCreate
NewTenantCreate instantiates a new TenantCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTenantCreateWithDefaults ¶
func NewTenantCreateWithDefaults() *TenantCreate
NewTenantCreateWithDefaults instantiates a new TenantCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TenantCreate) GetDescription ¶
func (o *TenantCreate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantCreate) GetDescriptionOk ¶
func (o *TenantCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantCreate) GetEmail ¶ added in v1.0.5
func (o *TenantCreate) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantCreate) GetEmailOk ¶ added in v1.0.5
func (o *TenantCreate) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantCreate) GetExternalId ¶ added in v1.0.5
func (o *TenantCreate) GetExternalId() string
GetExternalId returns the ExternalId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantCreate) GetExternalIdOk ¶ added in v1.0.5
func (o *TenantCreate) GetExternalIdOk() (*string, bool)
GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantCreate) GetImage ¶
func (o *TenantCreate) GetImage() string
GetImage returns the Image field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantCreate) GetImageOk ¶
func (o *TenantCreate) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantCreate) GetName ¶
func (o *TenantCreate) GetName() string
GetName returns the Name field value
func (*TenantCreate) GetNameOk ¶
func (o *TenantCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*TenantCreate) GetParentId ¶
func (o *TenantCreate) GetParentId() string
GetParentId returns the ParentId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantCreate) GetParentIdOk ¶
func (o *TenantCreate) GetParentIdOk() (*string, bool)
GetParentIdOk returns a tuple with the ParentId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantCreate) GetUrl ¶
func (o *TenantCreate) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantCreate) GetUrlOk ¶
func (o *TenantCreate) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantCreate) HasDescription ¶
func (o *TenantCreate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*TenantCreate) HasEmail ¶ added in v1.0.5
func (o *TenantCreate) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*TenantCreate) HasExternalId ¶ added in v1.0.5
func (o *TenantCreate) HasExternalId() bool
HasExternalId returns a boolean if a field has been set.
func (*TenantCreate) HasImage ¶
func (o *TenantCreate) HasImage() bool
HasImage returns a boolean if a field has been set.
func (*TenantCreate) HasParentId ¶
func (o *TenantCreate) HasParentId() bool
HasParentId returns a boolean if a field has been set.
func (*TenantCreate) HasUrl ¶
func (o *TenantCreate) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (TenantCreate) MarshalJSON ¶
func (o TenantCreate) MarshalJSON() ([]byte, error)
func (*TenantCreate) SetDescription ¶
func (o *TenantCreate) SetDescription(v string)
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*TenantCreate) SetDescriptionNil ¶ added in v1.0.5
func (o *TenantCreate) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*TenantCreate) SetEmail ¶ added in v1.0.5
func (o *TenantCreate) SetEmail(v string)
SetEmail gets a reference to the given NullableString and assigns it to the Email field.
func (*TenantCreate) SetEmailNil ¶ added in v1.0.5
func (o *TenantCreate) SetEmailNil()
SetEmailNil sets the value for Email to be an explicit nil
func (*TenantCreate) SetExternalId ¶ added in v1.0.5
func (o *TenantCreate) SetExternalId(v string)
SetExternalId gets a reference to the given NullableString and assigns it to the ExternalId field.
func (*TenantCreate) SetExternalIdNil ¶ added in v1.0.5
func (o *TenantCreate) SetExternalIdNil()
SetExternalIdNil sets the value for ExternalId to be an explicit nil
func (*TenantCreate) SetImage ¶
func (o *TenantCreate) SetImage(v string)
SetImage gets a reference to the given NullableString and assigns it to the Image field.
func (*TenantCreate) SetImageNil ¶ added in v1.0.1
func (o *TenantCreate) SetImageNil()
SetImageNil sets the value for Image to be an explicit nil
func (*TenantCreate) SetParentId ¶
func (o *TenantCreate) SetParentId(v string)
SetParentId gets a reference to the given NullableString and assigns it to the ParentId field.
func (*TenantCreate) SetParentIdNil ¶ added in v1.0.1
func (o *TenantCreate) SetParentIdNil()
SetParentIdNil sets the value for ParentId to be an explicit nil
func (*TenantCreate) SetUrl ¶
func (o *TenantCreate) SetUrl(v string)
SetUrl gets a reference to the given NullableString and assigns it to the Url field.
func (*TenantCreate) SetUrlNil ¶ added in v1.0.5
func (o *TenantCreate) SetUrlNil()
SetUrlNil sets the value for Url to be an explicit nil
func (*TenantCreate) UnmarshalJSON ¶ added in v1.0.5
func (o *TenantCreate) UnmarshalJSON(bytes []byte) (err error)
func (*TenantCreate) UnsetDescription ¶ added in v1.0.5
func (o *TenantCreate) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (*TenantCreate) UnsetEmail ¶ added in v1.0.5
func (o *TenantCreate) UnsetEmail()
UnsetEmail ensures that no value is present for Email, not even an explicit nil
func (*TenantCreate) UnsetExternalId ¶ added in v1.0.5
func (o *TenantCreate) UnsetExternalId()
UnsetExternalId ensures that no value is present for ExternalId, not even an explicit nil
func (*TenantCreate) UnsetImage ¶ added in v1.0.1
func (o *TenantCreate) UnsetImage()
UnsetImage ensures that no value is present for Image, not even an explicit nil
func (*TenantCreate) UnsetParentId ¶ added in v1.0.1
func (o *TenantCreate) UnsetParentId()
UnsetParentId ensures that no value is present for ParentId, not even an explicit nil
func (*TenantCreate) UnsetUrl ¶ added in v1.0.5
func (o *TenantCreate) UnsetUrl()
UnsetUrl ensures that no value is present for Url, not even an explicit nil
type TenantCreateAllOf ¶ added in v1.0.2
type TenantCreateAllOf struct { ParentId NullableString `json:"parentId,omitempty"` ExternalId NullableString `json:"externalId,omitempty"` AdditionalProperties map[string]interface{} }
TenantCreateAllOf struct for TenantCreateAllOf
func NewTenantCreateAllOf ¶ added in v1.0.2
func NewTenantCreateAllOf() *TenantCreateAllOf
NewTenantCreateAllOf instantiates a new TenantCreateAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTenantCreateAllOfWithDefaults ¶ added in v1.0.2
func NewTenantCreateAllOfWithDefaults() *TenantCreateAllOf
NewTenantCreateAllOfWithDefaults instantiates a new TenantCreateAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TenantCreateAllOf) GetExternalId ¶ added in v1.0.5
func (o *TenantCreateAllOf) GetExternalId() string
GetExternalId returns the ExternalId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantCreateAllOf) GetExternalIdOk ¶ added in v1.0.5
func (o *TenantCreateAllOf) GetExternalIdOk() (*string, bool)
GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantCreateAllOf) GetParentId ¶ added in v1.0.2
func (o *TenantCreateAllOf) GetParentId() string
GetParentId returns the ParentId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantCreateAllOf) GetParentIdOk ¶ added in v1.0.2
func (o *TenantCreateAllOf) GetParentIdOk() (*string, bool)
GetParentIdOk returns a tuple with the ParentId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantCreateAllOf) HasExternalId ¶ added in v1.0.5
func (o *TenantCreateAllOf) HasExternalId() bool
HasExternalId returns a boolean if a field has been set.
func (*TenantCreateAllOf) HasParentId ¶ added in v1.0.2
func (o *TenantCreateAllOf) HasParentId() bool
HasParentId returns a boolean if a field has been set.
func (TenantCreateAllOf) MarshalJSON ¶ added in v1.0.2
func (o TenantCreateAllOf) MarshalJSON() ([]byte, error)
func (*TenantCreateAllOf) SetExternalId ¶ added in v1.0.5
func (o *TenantCreateAllOf) SetExternalId(v string)
SetExternalId gets a reference to the given NullableString and assigns it to the ExternalId field.
func (*TenantCreateAllOf) SetExternalIdNil ¶ added in v1.0.5
func (o *TenantCreateAllOf) SetExternalIdNil()
SetExternalIdNil sets the value for ExternalId to be an explicit nil
func (*TenantCreateAllOf) SetParentId ¶ added in v1.0.2
func (o *TenantCreateAllOf) SetParentId(v string)
SetParentId gets a reference to the given NullableString and assigns it to the ParentId field.
func (*TenantCreateAllOf) SetParentIdNil ¶ added in v1.0.2
func (o *TenantCreateAllOf) SetParentIdNil()
SetParentIdNil sets the value for ParentId to be an explicit nil
func (*TenantCreateAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *TenantCreateAllOf) UnmarshalJSON(bytes []byte) (err error)
func (*TenantCreateAllOf) UnsetExternalId ¶ added in v1.0.5
func (o *TenantCreateAllOf) UnsetExternalId()
UnsetExternalId ensures that no value is present for ExternalId, not even an explicit nil
func (*TenantCreateAllOf) UnsetParentId ¶ added in v1.0.2
func (o *TenantCreateAllOf) UnsetParentId()
UnsetParentId ensures that no value is present for ParentId, not even an explicit nil
type TenantUpdate ¶
type TenantUpdate struct { Name string `json:"name"` Description NullableString `json:"description,omitempty"` Url NullableString `json:"url,omitempty"` Image NullableString `json:"image,omitempty"` Email NullableString `json:"email,omitempty"` AdditionalProperties map[string]interface{} }
TenantUpdate struct for TenantUpdate
func NewTenantUpdate ¶
func NewTenantUpdate(name string) *TenantUpdate
NewTenantUpdate instantiates a new TenantUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTenantUpdateWithDefaults ¶
func NewTenantUpdateWithDefaults() *TenantUpdate
NewTenantUpdateWithDefaults instantiates a new TenantUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TenantUpdate) GetDescription ¶
func (o *TenantUpdate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantUpdate) GetDescriptionOk ¶
func (o *TenantUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantUpdate) GetEmail ¶ added in v1.0.5
func (o *TenantUpdate) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantUpdate) GetEmailOk ¶ added in v1.0.5
func (o *TenantUpdate) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantUpdate) GetImage ¶
func (o *TenantUpdate) GetImage() string
GetImage returns the Image field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantUpdate) GetImageOk ¶
func (o *TenantUpdate) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantUpdate) GetName ¶
func (o *TenantUpdate) GetName() string
GetName returns the Name field value
func (*TenantUpdate) GetNameOk ¶
func (o *TenantUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*TenantUpdate) GetUrl ¶
func (o *TenantUpdate) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantUpdate) GetUrlOk ¶
func (o *TenantUpdate) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantUpdate) HasDescription ¶
func (o *TenantUpdate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*TenantUpdate) HasEmail ¶ added in v1.0.5
func (o *TenantUpdate) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*TenantUpdate) HasImage ¶
func (o *TenantUpdate) HasImage() bool
HasImage returns a boolean if a field has been set.
func (*TenantUpdate) HasUrl ¶
func (o *TenantUpdate) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (TenantUpdate) MarshalJSON ¶
func (o TenantUpdate) MarshalJSON() ([]byte, error)
func (*TenantUpdate) SetDescription ¶
func (o *TenantUpdate) SetDescription(v string)
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*TenantUpdate) SetDescriptionNil ¶ added in v1.0.5
func (o *TenantUpdate) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*TenantUpdate) SetEmail ¶ added in v1.0.5
func (o *TenantUpdate) SetEmail(v string)
SetEmail gets a reference to the given NullableString and assigns it to the Email field.
func (*TenantUpdate) SetEmailNil ¶ added in v1.0.5
func (o *TenantUpdate) SetEmailNil()
SetEmailNil sets the value for Email to be an explicit nil
func (*TenantUpdate) SetImage ¶
func (o *TenantUpdate) SetImage(v string)
SetImage gets a reference to the given NullableString and assigns it to the Image field.
func (*TenantUpdate) SetImageNil ¶ added in v1.0.2
func (o *TenantUpdate) SetImageNil()
SetImageNil sets the value for Image to be an explicit nil
func (*TenantUpdate) SetUrl ¶
func (o *TenantUpdate) SetUrl(v string)
SetUrl gets a reference to the given NullableString and assigns it to the Url field.
func (*TenantUpdate) SetUrlNil ¶ added in v1.0.5
func (o *TenantUpdate) SetUrlNil()
SetUrlNil sets the value for Url to be an explicit nil
func (*TenantUpdate) UnmarshalJSON ¶ added in v1.0.5
func (o *TenantUpdate) UnmarshalJSON(bytes []byte) (err error)
func (*TenantUpdate) UnsetDescription ¶ added in v1.0.5
func (o *TenantUpdate) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (*TenantUpdate) UnsetEmail ¶ added in v1.0.5
func (o *TenantUpdate) UnsetEmail()
UnsetEmail ensures that no value is present for Email, not even an explicit nil
func (*TenantUpdate) UnsetImage ¶ added in v1.0.2
func (o *TenantUpdate) UnsetImage()
UnsetImage ensures that no value is present for Image, not even an explicit nil
func (*TenantUpdate) UnsetUrl ¶ added in v1.0.5
func (o *TenantUpdate) UnsetUrl()
UnsetUrl ensures that no value is present for Url, not even an explicit nil
type TenantsApiService ¶
type TenantsApiService service
TenantsApiService TenantsApi service
func (*TenantsApiService) CreateTenant ¶
func (a *TenantsApiService) CreateTenant(ctx _context.Context) ApiCreateTenantRequest
* CreateTenant Creates a new tenant. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateTenantRequest
func (*TenantsApiService) CreateTenantExecute ¶
func (a *TenantsApiService) CreateTenantExecute(r ApiCreateTenantRequest) (Tenant, *_nethttp.Response, error)
* Execute executes the request * @return Tenant
func (*TenantsApiService) DeleteTenant ¶
func (a *TenantsApiService) DeleteTenant(ctx _context.Context, id string) ApiDeleteTenantRequest
* DeleteTenant Deletes a tenant by id. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiDeleteTenantRequest
func (*TenantsApiService) DeleteTenantExecute ¶
func (a *TenantsApiService) DeleteTenantExecute(r ApiDeleteTenantRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*TenantsApiService) GetTenant ¶
func (a *TenantsApiService) GetTenant(ctx _context.Context, id string) ApiGetTenantRequest
* GetTenant Returns a tenant by id. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetTenantRequest
func (*TenantsApiService) GetTenantExecute ¶
func (a *TenantsApiService) GetTenantExecute(r ApiGetTenantRequest) (Tenant, *_nethttp.Response, error)
* Execute executes the request * @return Tenant
func (*TenantsApiService) GetTenantsList ¶
func (a *TenantsApiService) GetTenantsList(ctx _context.Context) ApiGetTenantsListRequest
* GetTenantsList Returns a list of tenants. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetTenantsListRequest
func (*TenantsApiService) GetTenantsListExecute ¶
func (a *TenantsApiService) GetTenantsListExecute(r ApiGetTenantsListRequest) ([]Tenant, *_nethttp.Response, error)
* Execute executes the request * @return []Tenant
func (*TenantsApiService) GetTenantsPage ¶
func (a *TenantsApiService) GetTenantsPage(ctx _context.Context) ApiGetTenantsPageRequest
* GetTenantsPage Returns a page of tenants. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetTenantsPageRequest
func (*TenantsApiService) GetTenantsPageExecute ¶
func (a *TenantsApiService) GetTenantsPageExecute(r ApiGetTenantsPageRequest) (TenantsPage, *_nethttp.Response, error)
* Execute executes the request * @return TenantsPage
func (*TenantsApiService) UpdateTenant ¶
func (a *TenantsApiService) UpdateTenant(ctx _context.Context, id string) ApiUpdateTenantRequest
* UpdateTenant Updates a tenant by id. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiUpdateTenantRequest
func (*TenantsApiService) UpdateTenantExecute ¶
func (a *TenantsApiService) UpdateTenantExecute(r ApiUpdateTenantRequest) (Tenant, *_nethttp.Response, error)
* Execute executes the request * @return Tenant
type TenantsPage ¶
type TenantsPage struct { Page *int32 `json:"page,omitempty"` PageSize *int32 `json:"pageSize,omitempty"` TotalItems NullableInt64 `json:"totalItems,omitempty"` HasNext NullableBool `json:"hasNext,omitempty"` HasPrevious NullableBool `json:"hasPrevious,omitempty"` SortBy NullableString `json:"sortBy,omitempty"` SortOrder NullableString `json:"sortOrder,omitempty"` Contents *[]Tenant `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
TenantsPage struct for TenantsPage
func NewTenantsPage ¶
func NewTenantsPage() *TenantsPage
NewTenantsPage instantiates a new TenantsPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTenantsPageWithDefaults ¶
func NewTenantsPageWithDefaults() *TenantsPage
NewTenantsPageWithDefaults instantiates a new TenantsPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TenantsPage) GetContents ¶
func (o *TenantsPage) GetContents() []Tenant
GetContents returns the Contents field value if set, zero value otherwise.
func (*TenantsPage) GetContentsOk ¶
func (o *TenantsPage) GetContentsOk() (*[]Tenant, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TenantsPage) GetHasNext ¶
func (o *TenantsPage) GetHasNext() bool
GetHasNext returns the HasNext field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantsPage) GetHasNextOk ¶
func (o *TenantsPage) GetHasNextOk() (*bool, bool)
GetHasNextOk returns a tuple with the HasNext field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantsPage) GetHasPrevious ¶
func (o *TenantsPage) GetHasPrevious() bool
GetHasPrevious returns the HasPrevious field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantsPage) GetHasPreviousOk ¶
func (o *TenantsPage) GetHasPreviousOk() (*bool, bool)
GetHasPreviousOk returns a tuple with the HasPrevious field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantsPage) GetPage ¶
func (o *TenantsPage) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise.
func (*TenantsPage) GetPageOk ¶
func (o *TenantsPage) 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 (*TenantsPage) GetPageSize ¶
func (o *TenantsPage) GetPageSize() int32
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*TenantsPage) GetPageSizeOk ¶
func (o *TenantsPage) 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 (*TenantsPage) GetSortBy ¶
func (o *TenantsPage) GetSortBy() string
GetSortBy returns the SortBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantsPage) GetSortByOk ¶
func (o *TenantsPage) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantsPage) GetSortOrder ¶
func (o *TenantsPage) GetSortOrder() string
GetSortOrder returns the SortOrder field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantsPage) GetSortOrderOk ¶
func (o *TenantsPage) GetSortOrderOk() (*string, bool)
GetSortOrderOk returns a tuple with the SortOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantsPage) GetTotalItems ¶
func (o *TenantsPage) GetTotalItems() int64
GetTotalItems returns the TotalItems field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantsPage) GetTotalItemsOk ¶
func (o *TenantsPage) GetTotalItemsOk() (*int64, bool)
GetTotalItemsOk returns a tuple with the TotalItems field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantsPage) HasContents ¶
func (o *TenantsPage) HasContents() bool
HasContents returns a boolean if a field has been set.
func (*TenantsPage) HasHasNext ¶
func (o *TenantsPage) HasHasNext() bool
HasHasNext returns a boolean if a field has been set.
func (*TenantsPage) HasHasPrevious ¶
func (o *TenantsPage) HasHasPrevious() bool
HasHasPrevious returns a boolean if a field has been set.
func (*TenantsPage) HasPage ¶
func (o *TenantsPage) HasPage() bool
HasPage returns a boolean if a field has been set.
func (*TenantsPage) HasPageSize ¶
func (o *TenantsPage) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (*TenantsPage) HasSortBy ¶
func (o *TenantsPage) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.
func (*TenantsPage) HasSortOrder ¶
func (o *TenantsPage) HasSortOrder() bool
HasSortOrder returns a boolean if a field has been set.
func (*TenantsPage) HasTotalItems ¶
func (o *TenantsPage) HasTotalItems() bool
HasTotalItems returns a boolean if a field has been set.
func (TenantsPage) MarshalJSON ¶
func (o TenantsPage) MarshalJSON() ([]byte, error)
func (*TenantsPage) SetContents ¶
func (o *TenantsPage) SetContents(v []Tenant)
SetContents gets a reference to the given []Tenant and assigns it to the Contents field.
func (*TenantsPage) SetHasNext ¶
func (o *TenantsPage) SetHasNext(v bool)
SetHasNext gets a reference to the given NullableBool and assigns it to the HasNext field.
func (*TenantsPage) SetHasNextNil ¶
func (o *TenantsPage) SetHasNextNil()
SetHasNextNil sets the value for HasNext to be an explicit nil
func (*TenantsPage) SetHasPrevious ¶
func (o *TenantsPage) SetHasPrevious(v bool)
SetHasPrevious gets a reference to the given NullableBool and assigns it to the HasPrevious field.
func (*TenantsPage) SetHasPreviousNil ¶
func (o *TenantsPage) SetHasPreviousNil()
SetHasPreviousNil sets the value for HasPrevious to be an explicit nil
func (*TenantsPage) SetPage ¶
func (o *TenantsPage) SetPage(v int32)
SetPage gets a reference to the given int32 and assigns it to the Page field.
func (*TenantsPage) SetPageSize ¶
func (o *TenantsPage) SetPageSize(v int32)
SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.
func (*TenantsPage) SetSortBy ¶
func (o *TenantsPage) SetSortBy(v string)
SetSortBy gets a reference to the given NullableString and assigns it to the SortBy field.
func (*TenantsPage) SetSortByNil ¶ added in v1.0.2
func (o *TenantsPage) SetSortByNil()
SetSortByNil sets the value for SortBy to be an explicit nil
func (*TenantsPage) SetSortOrder ¶
func (o *TenantsPage) SetSortOrder(v string)
SetSortOrder gets a reference to the given NullableString and assigns it to the SortOrder field.
func (*TenantsPage) SetSortOrderNil ¶ added in v1.0.2
func (o *TenantsPage) SetSortOrderNil()
SetSortOrderNil sets the value for SortOrder to be an explicit nil
func (*TenantsPage) SetTotalItems ¶
func (o *TenantsPage) SetTotalItems(v int64)
SetTotalItems gets a reference to the given NullableInt64 and assigns it to the TotalItems field.
func (*TenantsPage) SetTotalItemsNil ¶ added in v1.0.2
func (o *TenantsPage) SetTotalItemsNil()
SetTotalItemsNil sets the value for TotalItems to be an explicit nil
func (*TenantsPage) UnmarshalJSON ¶ added in v1.0.5
func (o *TenantsPage) UnmarshalJSON(bytes []byte) (err error)
func (*TenantsPage) UnsetHasNext ¶
func (o *TenantsPage) UnsetHasNext()
UnsetHasNext ensures that no value is present for HasNext, not even an explicit nil
func (*TenantsPage) UnsetHasPrevious ¶
func (o *TenantsPage) UnsetHasPrevious()
UnsetHasPrevious ensures that no value is present for HasPrevious, not even an explicit nil
func (*TenantsPage) UnsetSortBy ¶ added in v1.0.2
func (o *TenantsPage) UnsetSortBy()
UnsetSortBy ensures that no value is present for SortBy, not even an explicit nil
func (*TenantsPage) UnsetSortOrder ¶ added in v1.0.2
func (o *TenantsPage) UnsetSortOrder()
UnsetSortOrder ensures that no value is present for SortOrder, not even an explicit nil
func (*TenantsPage) UnsetTotalItems ¶ added in v1.0.2
func (o *TenantsPage) UnsetTotalItems()
UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil
type TenantsPageAllOf ¶
type TenantsPageAllOf struct { Contents *[]Tenant `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
TenantsPageAllOf struct for TenantsPageAllOf
func NewTenantsPageAllOf ¶
func NewTenantsPageAllOf() *TenantsPageAllOf
NewTenantsPageAllOf instantiates a new TenantsPageAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTenantsPageAllOfWithDefaults ¶
func NewTenantsPageAllOfWithDefaults() *TenantsPageAllOf
NewTenantsPageAllOfWithDefaults instantiates a new TenantsPageAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TenantsPageAllOf) GetContents ¶
func (o *TenantsPageAllOf) GetContents() []Tenant
GetContents returns the Contents field value if set, zero value otherwise.
func (*TenantsPageAllOf) GetContentsOk ¶
func (o *TenantsPageAllOf) GetContentsOk() (*[]Tenant, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TenantsPageAllOf) HasContents ¶
func (o *TenantsPageAllOf) HasContents() bool
HasContents returns a boolean if a field has been set.
func (TenantsPageAllOf) MarshalJSON ¶
func (o TenantsPageAllOf) MarshalJSON() ([]byte, error)
func (*TenantsPageAllOf) SetContents ¶
func (o *TenantsPageAllOf) SetContents(v []Tenant)
SetContents gets a reference to the given []Tenant and assigns it to the Contents field.
func (*TenantsPageAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *TenantsPageAllOf) UnmarshalJSON(bytes []byte) (err error)
type UpdatePassword ¶
type UpdatePassword struct { Username string `json:"username"` OldPassword NullableString `json:"oldPassword,omitempty"` NewPassword string `json:"newPassword"` AdditionalProperties map[string]interface{} }
UpdatePassword struct for UpdatePassword
func NewUpdatePassword ¶
func NewUpdatePassword(username string, newPassword string) *UpdatePassword
NewUpdatePassword instantiates a new UpdatePassword object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdatePasswordWithDefaults ¶
func NewUpdatePasswordWithDefaults() *UpdatePassword
NewUpdatePasswordWithDefaults instantiates a new UpdatePassword object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdatePassword) GetNewPassword ¶
func (o *UpdatePassword) GetNewPassword() string
GetNewPassword returns the NewPassword field value
func (*UpdatePassword) GetNewPasswordOk ¶
func (o *UpdatePassword) GetNewPasswordOk() (*string, bool)
GetNewPasswordOk returns a tuple with the NewPassword field value and a boolean to check if the value has been set.
func (*UpdatePassword) GetOldPassword ¶
func (o *UpdatePassword) GetOldPassword() string
GetOldPassword returns the OldPassword field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdatePassword) GetOldPasswordOk ¶
func (o *UpdatePassword) GetOldPasswordOk() (*string, bool)
GetOldPasswordOk returns a tuple with the OldPassword field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdatePassword) GetUsername ¶
func (o *UpdatePassword) GetUsername() string
GetUsername returns the Username field value
func (*UpdatePassword) GetUsernameOk ¶
func (o *UpdatePassword) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*UpdatePassword) HasOldPassword ¶ added in v1.0.1
func (o *UpdatePassword) HasOldPassword() bool
HasOldPassword returns a boolean if a field has been set.
func (UpdatePassword) MarshalJSON ¶
func (o UpdatePassword) MarshalJSON() ([]byte, error)
func (*UpdatePassword) SetNewPassword ¶
func (o *UpdatePassword) SetNewPassword(v string)
SetNewPassword sets field value
func (*UpdatePassword) SetOldPassword ¶
func (o *UpdatePassword) SetOldPassword(v string)
SetOldPassword gets a reference to the given NullableString and assigns it to the OldPassword field.
func (*UpdatePassword) SetOldPasswordNil ¶ added in v1.0.1
func (o *UpdatePassword) SetOldPasswordNil()
SetOldPasswordNil sets the value for OldPassword to be an explicit nil
func (*UpdatePassword) SetUsername ¶
func (o *UpdatePassword) SetUsername(v string)
SetUsername sets field value
func (*UpdatePassword) UnmarshalJSON ¶ added in v1.0.5
func (o *UpdatePassword) UnmarshalJSON(bytes []byte) (err error)
func (*UpdatePassword) UnsetOldPassword ¶ added in v1.0.1
func (o *UpdatePassword) UnsetOldPassword()
UnsetOldPassword ensures that no value is present for OldPassword, not even an explicit nil
type User ¶
type User struct { Id *string `json:"id,omitempty"` Status *string `json:"status,omitempty"` Deleted *string `json:"deleted,omitempty"` FirstName *string `json:"firstName,omitempty"` LastName string `json:"lastName"` Email string `json:"email"` RoleIds *[]string `json:"roleIds,omitempty"` TenantIds *[]string `json:"tenantIds,omitempty"` PasswordPolicyName string `json:"passwordPolicyName"` Locale NullableString `json:"locale,omitempty"` Username *string `json:"username,omitempty"` Password NullableString `json:"password,omitempty"` AdditionalProperties map[string]interface{} }
User struct for User
func NewUser ¶
NewUser instantiates a new User object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserWithDefaults ¶
func NewUserWithDefaults() *User
NewUserWithDefaults instantiates a new User object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*User) GetDeleted ¶
GetDeleted returns the Deleted field value if set, zero value otherwise.
func (*User) GetDeletedOk ¶
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 (*User) GetEmailOk ¶
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*User) GetFirstName ¶
GetFirstName returns the FirstName field value if set, zero value otherwise.
func (*User) GetFirstNameOk ¶
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 (*User) 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 (*User) GetLastName ¶
GetLastName returns the LastName field value
func (*User) GetLastNameOk ¶
GetLastNameOk returns a tuple with the LastName field value and a boolean to check if the value has been set.
func (*User) GetLocale ¶ added in v1.0.2
GetLocale returns the Locale field value if set, zero value otherwise (both if not set or set to explicit null).
func (*User) GetLocaleOk ¶ added in v1.0.2
GetLocaleOk returns a tuple with the Locale field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*User) GetPassword ¶
GetPassword returns the Password field value if set, zero value otherwise (both if not set or set to explicit null).
func (*User) GetPasswordOk ¶
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*User) GetPasswordPolicyName ¶
GetPasswordPolicyName returns the PasswordPolicyName field value
func (*User) GetPasswordPolicyNameOk ¶
GetPasswordPolicyNameOk returns a tuple with the PasswordPolicyName field value and a boolean to check if the value has been set.
func (*User) GetRoleIds ¶
GetRoleIds returns the RoleIds field value if set, zero value otherwise.
func (*User) GetRoleIdsOk ¶
GetRoleIdsOk returns a tuple with the RoleIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) 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 (*User) GetTenantIds ¶
GetTenantIds returns the TenantIds field value if set, zero value otherwise.
func (*User) GetTenantIdsOk ¶
GetTenantIdsOk returns a tuple with the TenantIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetUsername ¶
GetUsername returns the Username field value if set, zero value otherwise.
func (*User) GetUsernameOk ¶
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) HasDeleted ¶
HasDeleted returns a boolean if a field has been set.
func (*User) HasFirstName ¶
HasFirstName returns a boolean if a field has been set.
func (*User) HasPassword ¶ added in v1.0.1
HasPassword returns a boolean if a field has been set.
func (*User) HasRoleIds ¶
HasRoleIds returns a boolean if a field has been set.
func (*User) HasTenantIds ¶
HasTenantIds returns a boolean if a field has been set.
func (*User) HasUsername ¶
HasUsername returns a boolean if a field has been set.
func (User) MarshalJSON ¶
func (*User) SetDeleted ¶
SetDeleted gets a reference to the given string and assigns it to the Deleted field.
func (*User) SetFirstName ¶
SetFirstName gets a reference to the given string and assigns it to the FirstName field.
func (*User) SetLocale ¶ added in v1.0.2
SetLocale gets a reference to the given NullableString and assigns it to the Locale field.
func (*User) SetLocaleNil ¶ added in v1.0.2
func (o *User) SetLocaleNil()
SetLocaleNil sets the value for Locale to be an explicit nil
func (*User) SetPassword ¶
SetPassword gets a reference to the given NullableString and assigns it to the Password field.
func (*User) SetPasswordNil ¶ added in v1.0.1
func (o *User) SetPasswordNil()
SetPasswordNil sets the value for Password to be an explicit nil
func (*User) SetPasswordPolicyName ¶
SetPasswordPolicyName sets field value
func (*User) SetRoleIds ¶
SetRoleIds gets a reference to the given []string and assigns it to the RoleIds field.
func (*User) SetStatus ¶
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*User) SetTenantIds ¶
SetTenantIds gets a reference to the given []string and assigns it to the TenantIds field.
func (*User) SetUsername ¶
SetUsername gets a reference to the given string and assigns it to the Username field.
func (*User) UnmarshalJSON ¶ added in v1.0.5
func (*User) UnsetLocale ¶ added in v1.0.2
func (o *User) UnsetLocale()
UnsetLocale ensures that no value is present for Locale, not even an explicit nil
func (*User) UnsetPassword ¶ added in v1.0.1
func (o *User) UnsetPassword()
UnsetPassword ensures that no value is present for Password, not even an explicit nil
type UserAllOf ¶
type UserAllOf struct { Id *string `json:"id,omitempty"` Status *string `json:"status,omitempty"` Deleted *string `json:"deleted,omitempty"` AdditionalProperties map[string]interface{} }
UserAllOf struct for UserAllOf
func NewUserAllOf ¶
func NewUserAllOf() *UserAllOf
NewUserAllOf instantiates a new UserAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserAllOfWithDefaults ¶
func NewUserAllOfWithDefaults() *UserAllOf
NewUserAllOfWithDefaults instantiates a new UserAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserAllOf) GetDeleted ¶
GetDeleted returns the Deleted field value if set, zero value otherwise.
func (*UserAllOf) GetDeletedOk ¶
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 (*UserAllOf) 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 (*UserAllOf) GetStatus ¶
GetStatus returns the Status field value if set, zero value otherwise.
func (*UserAllOf) 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 (*UserAllOf) HasDeleted ¶
HasDeleted returns a boolean if a field has been set.
func (UserAllOf) MarshalJSON ¶
func (*UserAllOf) SetDeleted ¶
SetDeleted gets a reference to the given string and assigns it to the Deleted field.
func (*UserAllOf) SetId ¶
SetId gets a reference to the given string and assigns it to the Id field.
func (*UserAllOf) SetStatus ¶
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*UserAllOf) UnmarshalJSON ¶ added in v1.0.5
type UserCreate ¶
type UserCreate struct { FirstName *string `json:"firstName,omitempty"` LastName string `json:"lastName"` Email string `json:"email"` RoleIds *[]string `json:"roleIds,omitempty"` TenantIds *[]string `json:"tenantIds,omitempty"` PasswordPolicyName string `json:"passwordPolicyName"` Locale NullableString `json:"locale,omitempty"` Username *string `json:"username,omitempty"` Password NullableString `json:"password,omitempty"` AdditionalProperties map[string]interface{} }
UserCreate struct for UserCreate
func NewUserCreate ¶
func NewUserCreate(lastName string, email string, passwordPolicyName string) *UserCreate
NewUserCreate instantiates a new UserCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserCreateWithDefaults ¶
func NewUserCreateWithDefaults() *UserCreate
NewUserCreateWithDefaults instantiates a new UserCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserCreate) GetEmail ¶
func (o *UserCreate) GetEmail() string
GetEmail returns the Email field value
func (*UserCreate) GetEmailOk ¶
func (o *UserCreate) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*UserCreate) GetFirstName ¶
func (o *UserCreate) GetFirstName() string
GetFirstName returns the FirstName field value if set, zero value otherwise.
func (*UserCreate) GetFirstNameOk ¶
func (o *UserCreate) 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 (*UserCreate) GetLastName ¶
func (o *UserCreate) GetLastName() string
GetLastName returns the LastName field value
func (*UserCreate) GetLastNameOk ¶
func (o *UserCreate) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field value and a boolean to check if the value has been set.
func (*UserCreate) GetLocale ¶ added in v1.0.2
func (o *UserCreate) GetLocale() string
GetLocale returns the Locale field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UserCreate) GetLocaleOk ¶ added in v1.0.2
func (o *UserCreate) GetLocaleOk() (*string, bool)
GetLocaleOk returns a tuple with the Locale field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UserCreate) GetPassword ¶
func (o *UserCreate) GetPassword() string
GetPassword returns the Password field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UserCreate) GetPasswordOk ¶
func (o *UserCreate) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UserCreate) GetPasswordPolicyName ¶
func (o *UserCreate) GetPasswordPolicyName() string
GetPasswordPolicyName returns the PasswordPolicyName field value
func (*UserCreate) GetPasswordPolicyNameOk ¶
func (o *UserCreate) GetPasswordPolicyNameOk() (*string, bool)
GetPasswordPolicyNameOk returns a tuple with the PasswordPolicyName field value and a boolean to check if the value has been set.
func (*UserCreate) GetRoleIds ¶
func (o *UserCreate) GetRoleIds() []string
GetRoleIds returns the RoleIds field value if set, zero value otherwise.
func (*UserCreate) GetRoleIdsOk ¶
func (o *UserCreate) GetRoleIdsOk() (*[]string, bool)
GetRoleIdsOk returns a tuple with the RoleIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserCreate) GetTenantIds ¶
func (o *UserCreate) GetTenantIds() []string
GetTenantIds returns the TenantIds field value if set, zero value otherwise.
func (*UserCreate) GetTenantIdsOk ¶
func (o *UserCreate) GetTenantIdsOk() (*[]string, bool)
GetTenantIdsOk returns a tuple with the TenantIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserCreate) GetUsername ¶
func (o *UserCreate) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*UserCreate) GetUsernameOk ¶
func (o *UserCreate) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserCreate) HasFirstName ¶
func (o *UserCreate) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (*UserCreate) HasLocale ¶ added in v1.0.2
func (o *UserCreate) HasLocale() bool
HasLocale returns a boolean if a field has been set.
func (*UserCreate) HasPassword ¶ added in v1.0.1
func (o *UserCreate) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (*UserCreate) HasRoleIds ¶
func (o *UserCreate) HasRoleIds() bool
HasRoleIds returns a boolean if a field has been set.
func (*UserCreate) HasTenantIds ¶
func (o *UserCreate) HasTenantIds() bool
HasTenantIds returns a boolean if a field has been set.
func (*UserCreate) HasUsername ¶
func (o *UserCreate) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (UserCreate) MarshalJSON ¶
func (o UserCreate) MarshalJSON() ([]byte, error)
func (*UserCreate) SetFirstName ¶
func (o *UserCreate) SetFirstName(v string)
SetFirstName gets a reference to the given string and assigns it to the FirstName field.
func (*UserCreate) SetLastName ¶
func (o *UserCreate) SetLastName(v string)
SetLastName sets field value
func (*UserCreate) SetLocale ¶ added in v1.0.2
func (o *UserCreate) SetLocale(v string)
SetLocale gets a reference to the given NullableString and assigns it to the Locale field.
func (*UserCreate) SetLocaleNil ¶ added in v1.0.2
func (o *UserCreate) SetLocaleNil()
SetLocaleNil sets the value for Locale to be an explicit nil
func (*UserCreate) SetPassword ¶
func (o *UserCreate) SetPassword(v string)
SetPassword gets a reference to the given NullableString and assigns it to the Password field.
func (*UserCreate) SetPasswordNil ¶ added in v1.0.1
func (o *UserCreate) SetPasswordNil()
SetPasswordNil sets the value for Password to be an explicit nil
func (*UserCreate) SetPasswordPolicyName ¶
func (o *UserCreate) SetPasswordPolicyName(v string)
SetPasswordPolicyName sets field value
func (*UserCreate) SetRoleIds ¶
func (o *UserCreate) SetRoleIds(v []string)
SetRoleIds gets a reference to the given []string and assigns it to the RoleIds field.
func (*UserCreate) SetTenantIds ¶
func (o *UserCreate) SetTenantIds(v []string)
SetTenantIds gets a reference to the given []string and assigns it to the TenantIds field.
func (*UserCreate) SetUsername ¶
func (o *UserCreate) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (*UserCreate) UnmarshalJSON ¶ added in v1.0.5
func (o *UserCreate) UnmarshalJSON(bytes []byte) (err error)
func (*UserCreate) UnsetLocale ¶ added in v1.0.2
func (o *UserCreate) UnsetLocale()
UnsetLocale ensures that no value is present for Locale, not even an explicit nil
func (*UserCreate) UnsetPassword ¶ added in v1.0.1
func (o *UserCreate) UnsetPassword()
UnsetPassword ensures that no value is present for Password, not even an explicit nil
type UserCreateAllOf ¶
type UserCreateAllOf struct { Username *string `json:"username,omitempty"` Password NullableString `json:"password,omitempty"` AdditionalProperties map[string]interface{} }
UserCreateAllOf struct for UserCreateAllOf
func NewUserCreateAllOf ¶
func NewUserCreateAllOf() *UserCreateAllOf
NewUserCreateAllOf instantiates a new UserCreateAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserCreateAllOfWithDefaults ¶
func NewUserCreateAllOfWithDefaults() *UserCreateAllOf
NewUserCreateAllOfWithDefaults instantiates a new UserCreateAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserCreateAllOf) GetPassword ¶
func (o *UserCreateAllOf) GetPassword() string
GetPassword returns the Password field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UserCreateAllOf) GetPasswordOk ¶
func (o *UserCreateAllOf) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UserCreateAllOf) GetUsername ¶
func (o *UserCreateAllOf) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*UserCreateAllOf) GetUsernameOk ¶
func (o *UserCreateAllOf) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserCreateAllOf) HasPassword ¶ added in v1.0.1
func (o *UserCreateAllOf) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (*UserCreateAllOf) HasUsername ¶
func (o *UserCreateAllOf) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (UserCreateAllOf) MarshalJSON ¶
func (o UserCreateAllOf) MarshalJSON() ([]byte, error)
func (*UserCreateAllOf) SetPassword ¶
func (o *UserCreateAllOf) SetPassword(v string)
SetPassword gets a reference to the given NullableString and assigns it to the Password field.
func (*UserCreateAllOf) SetPasswordNil ¶ added in v1.0.1
func (o *UserCreateAllOf) SetPasswordNil()
SetPasswordNil sets the value for Password to be an explicit nil
func (*UserCreateAllOf) SetUsername ¶
func (o *UserCreateAllOf) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (*UserCreateAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *UserCreateAllOf) UnmarshalJSON(bytes []byte) (err error)
func (*UserCreateAllOf) UnsetPassword ¶ added in v1.0.1
func (o *UserCreateAllOf) UnsetPassword()
UnsetPassword ensures that no value is present for Password, not even an explicit nil
type UserUpdate ¶
type UserUpdate struct { FirstName *string `json:"firstName,omitempty"` LastName string `json:"lastName"` Email string `json:"email"` RoleIds *[]string `json:"roleIds,omitempty"` TenantIds *[]string `json:"tenantIds,omitempty"` PasswordPolicyName string `json:"passwordPolicyName"` Locale NullableString `json:"locale,omitempty"` AdditionalProperties map[string]interface{} }
UserUpdate struct for UserUpdate
func NewUserUpdate ¶
func NewUserUpdate(lastName string, email string, passwordPolicyName string) *UserUpdate
NewUserUpdate instantiates a new UserUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserUpdateWithDefaults ¶
func NewUserUpdateWithDefaults() *UserUpdate
NewUserUpdateWithDefaults instantiates a new UserUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserUpdate) GetEmail ¶
func (o *UserUpdate) GetEmail() string
GetEmail returns the Email field value
func (*UserUpdate) GetEmailOk ¶
func (o *UserUpdate) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*UserUpdate) GetFirstName ¶
func (o *UserUpdate) GetFirstName() string
GetFirstName returns the FirstName field value if set, zero value otherwise.
func (*UserUpdate) GetFirstNameOk ¶
func (o *UserUpdate) 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 (*UserUpdate) GetLastName ¶
func (o *UserUpdate) GetLastName() string
GetLastName returns the LastName field value
func (*UserUpdate) GetLastNameOk ¶
func (o *UserUpdate) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field value and a boolean to check if the value has been set.
func (*UserUpdate) GetLocale ¶ added in v1.0.2
func (o *UserUpdate) GetLocale() string
GetLocale returns the Locale field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UserUpdate) GetLocaleOk ¶ added in v1.0.2
func (o *UserUpdate) GetLocaleOk() (*string, bool)
GetLocaleOk returns a tuple with the Locale field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UserUpdate) GetPasswordPolicyName ¶
func (o *UserUpdate) GetPasswordPolicyName() string
GetPasswordPolicyName returns the PasswordPolicyName field value
func (*UserUpdate) GetPasswordPolicyNameOk ¶
func (o *UserUpdate) GetPasswordPolicyNameOk() (*string, bool)
GetPasswordPolicyNameOk returns a tuple with the PasswordPolicyName field value and a boolean to check if the value has been set.
func (*UserUpdate) GetRoleIds ¶
func (o *UserUpdate) GetRoleIds() []string
GetRoleIds returns the RoleIds field value if set, zero value otherwise.
func (*UserUpdate) GetRoleIdsOk ¶
func (o *UserUpdate) GetRoleIdsOk() (*[]string, bool)
GetRoleIdsOk returns a tuple with the RoleIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserUpdate) GetTenantIds ¶
func (o *UserUpdate) GetTenantIds() []string
GetTenantIds returns the TenantIds field value if set, zero value otherwise.
func (*UserUpdate) GetTenantIdsOk ¶
func (o *UserUpdate) GetTenantIdsOk() (*[]string, bool)
GetTenantIdsOk returns a tuple with the TenantIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserUpdate) HasFirstName ¶
func (o *UserUpdate) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (*UserUpdate) HasLocale ¶ added in v1.0.2
func (o *UserUpdate) HasLocale() bool
HasLocale returns a boolean if a field has been set.
func (*UserUpdate) HasRoleIds ¶
func (o *UserUpdate) HasRoleIds() bool
HasRoleIds returns a boolean if a field has been set.
func (*UserUpdate) HasTenantIds ¶
func (o *UserUpdate) HasTenantIds() bool
HasTenantIds returns a boolean if a field has been set.
func (UserUpdate) MarshalJSON ¶
func (o UserUpdate) MarshalJSON() ([]byte, error)
func (*UserUpdate) SetFirstName ¶
func (o *UserUpdate) SetFirstName(v string)
SetFirstName gets a reference to the given string and assigns it to the FirstName field.
func (*UserUpdate) SetLastName ¶
func (o *UserUpdate) SetLastName(v string)
SetLastName sets field value
func (*UserUpdate) SetLocale ¶ added in v1.0.2
func (o *UserUpdate) SetLocale(v string)
SetLocale gets a reference to the given NullableString and assigns it to the Locale field.
func (*UserUpdate) SetLocaleNil ¶ added in v1.0.2
func (o *UserUpdate) SetLocaleNil()
SetLocaleNil sets the value for Locale to be an explicit nil
func (*UserUpdate) SetPasswordPolicyName ¶
func (o *UserUpdate) SetPasswordPolicyName(v string)
SetPasswordPolicyName sets field value
func (*UserUpdate) SetRoleIds ¶
func (o *UserUpdate) SetRoleIds(v []string)
SetRoleIds gets a reference to the given []string and assigns it to the RoleIds field.
func (*UserUpdate) SetTenantIds ¶
func (o *UserUpdate) SetTenantIds(v []string)
SetTenantIds gets a reference to the given []string and assigns it to the TenantIds field.
func (*UserUpdate) UnmarshalJSON ¶ added in v1.0.5
func (o *UserUpdate) UnmarshalJSON(bytes []byte) (err error)
func (*UserUpdate) UnsetLocale ¶ added in v1.0.2
func (o *UserUpdate) UnsetLocale()
UnsetLocale ensures that no value is present for Locale, not even an explicit nil
type UsersApiService ¶
type UsersApiService service
UsersApiService UsersApi service
func (*UsersApiService) CreateUser ¶
func (a *UsersApiService) CreateUser(ctx _context.Context) ApiCreateUserRequest
* CreateUser Creates a new user. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateUserRequest
func (*UsersApiService) CreateUserExecute ¶
func (a *UsersApiService) CreateUserExecute(r ApiCreateUserRequest) (User, *_nethttp.Response, error)
* Execute executes the request * @return User
func (*UsersApiService) DeleteUser ¶
func (a *UsersApiService) DeleteUser(ctx _context.Context, id string) ApiDeleteUserRequest
* DeleteUser Deletes a user by id. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiDeleteUserRequest
func (*UsersApiService) DeleteUserExecute ¶
func (a *UsersApiService) DeleteUserExecute(r ApiDeleteUserRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*UsersApiService) GetCurrentUser ¶
func (a *UsersApiService) GetCurrentUser(ctx _context.Context) ApiGetCurrentUserRequest
* GetCurrentUser Returns the current user. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetCurrentUserRequest
func (*UsersApiService) GetCurrentUserExecute ¶
func (a *UsersApiService) GetCurrentUserExecute(r ApiGetCurrentUserRequest) (User, *_nethttp.Response, error)
* Execute executes the request * @return User
func (*UsersApiService) GetUser ¶
func (a *UsersApiService) GetUser(ctx _context.Context, id string) ApiGetUserRequest
* GetUser Returns an existing user. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetUserRequest
func (*UsersApiService) GetUserExecute ¶
func (a *UsersApiService) GetUserExecute(r ApiGetUserRequest) (User, *_nethttp.Response, error)
* Execute executes the request * @return User
func (*UsersApiService) GetUsersPage ¶
func (a *UsersApiService) GetUsersPage(ctx _context.Context) ApiGetUsersPageRequest
* GetUsersPage Returns a page of users. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetUsersPageRequest
func (*UsersApiService) GetUsersPageExecute ¶
func (a *UsersApiService) GetUsersPageExecute(r ApiGetUsersPageRequest) (UsersPage, *_nethttp.Response, error)
* Execute executes the request * @return UsersPage
func (*UsersApiService) UpdateUser ¶
func (a *UsersApiService) UpdateUser(ctx _context.Context, id string) ApiUpdateUserRequest
* UpdateUser Updates an existing user. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiUpdateUserRequest
func (*UsersApiService) UpdateUserExecute ¶
func (a *UsersApiService) UpdateUserExecute(r ApiUpdateUserRequest) (User, *_nethttp.Response, error)
* Execute executes the request * @return User
func (*UsersApiService) UpdateUserPassword ¶
func (a *UsersApiService) UpdateUserPassword(ctx _context.Context) ApiUpdateUserPasswordRequest
* UpdateUserPassword Update a user password. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiUpdateUserPasswordRequest
func (*UsersApiService) UpdateUserPasswordExecute ¶
func (a *UsersApiService) UpdateUserPasswordExecute(r ApiUpdateUserPasswordRequest) (*_nethttp.Response, error)
* Execute executes the request
type UsersPage ¶
type UsersPage struct { Page *int32 `json:"page,omitempty"` PageSize *int32 `json:"pageSize,omitempty"` TotalItems NullableInt64 `json:"totalItems,omitempty"` HasNext NullableBool `json:"hasNext,omitempty"` HasPrevious NullableBool `json:"hasPrevious,omitempty"` SortBy NullableString `json:"sortBy,omitempty"` SortOrder NullableString `json:"sortOrder,omitempty"` Contents *[]User `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
UsersPage struct for UsersPage
func NewUsersPage ¶
func NewUsersPage() *UsersPage
NewUsersPage instantiates a new UsersPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersPageWithDefaults ¶
func NewUsersPageWithDefaults() *UsersPage
NewUsersPageWithDefaults instantiates a new UsersPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersPage) GetContents ¶
GetContents returns the Contents field value if set, zero value otherwise.
func (*UsersPage) GetContentsOk ¶
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersPage) GetHasNext ¶
GetHasNext returns the HasNext field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UsersPage) GetHasNextOk ¶
GetHasNextOk returns a tuple with the HasNext field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UsersPage) GetHasPrevious ¶
GetHasPrevious returns the HasPrevious field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UsersPage) GetHasPreviousOk ¶
GetHasPreviousOk returns a tuple with the HasPrevious field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UsersPage) GetPageOk ¶
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 (*UsersPage) GetPageSize ¶
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*UsersPage) GetPageSizeOk ¶
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 (*UsersPage) GetSortBy ¶
GetSortBy returns the SortBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UsersPage) GetSortByOk ¶
GetSortByOk returns a tuple with the SortBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UsersPage) GetSortOrder ¶
GetSortOrder returns the SortOrder field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UsersPage) GetSortOrderOk ¶
GetSortOrderOk returns a tuple with the SortOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UsersPage) GetTotalItems ¶
GetTotalItems returns the TotalItems field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UsersPage) GetTotalItemsOk ¶
GetTotalItemsOk returns a tuple with the TotalItems field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UsersPage) HasContents ¶
HasContents returns a boolean if a field has been set.
func (*UsersPage) HasHasNext ¶
HasHasNext returns a boolean if a field has been set.
func (*UsersPage) HasHasPrevious ¶
HasHasPrevious returns a boolean if a field has been set.
func (*UsersPage) HasPageSize ¶
HasPageSize returns a boolean if a field has been set.
func (*UsersPage) HasSortOrder ¶
HasSortOrder returns a boolean if a field has been set.
func (*UsersPage) HasTotalItems ¶
HasTotalItems returns a boolean if a field has been set.
func (UsersPage) MarshalJSON ¶
func (*UsersPage) SetContents ¶
SetContents gets a reference to the given []User and assigns it to the Contents field.
func (*UsersPage) SetHasNext ¶
SetHasNext gets a reference to the given NullableBool and assigns it to the HasNext field.
func (*UsersPage) SetHasNextNil ¶
func (o *UsersPage) SetHasNextNil()
SetHasNextNil sets the value for HasNext to be an explicit nil
func (*UsersPage) SetHasPrevious ¶
SetHasPrevious gets a reference to the given NullableBool and assigns it to the HasPrevious field.
func (*UsersPage) SetHasPreviousNil ¶
func (o *UsersPage) SetHasPreviousNil()
SetHasPreviousNil sets the value for HasPrevious to be an explicit nil
func (*UsersPage) SetPage ¶
SetPage gets a reference to the given int32 and assigns it to the Page field.
func (*UsersPage) SetPageSize ¶
SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.
func (*UsersPage) SetSortBy ¶
SetSortBy gets a reference to the given NullableString and assigns it to the SortBy field.
func (*UsersPage) SetSortByNil ¶ added in v1.0.2
func (o *UsersPage) SetSortByNil()
SetSortByNil sets the value for SortBy to be an explicit nil
func (*UsersPage) SetSortOrder ¶
SetSortOrder gets a reference to the given NullableString and assigns it to the SortOrder field.
func (*UsersPage) SetSortOrderNil ¶ added in v1.0.2
func (o *UsersPage) SetSortOrderNil()
SetSortOrderNil sets the value for SortOrder to be an explicit nil
func (*UsersPage) SetTotalItems ¶
SetTotalItems gets a reference to the given NullableInt64 and assigns it to the TotalItems field.
func (*UsersPage) SetTotalItemsNil ¶ added in v1.0.2
func (o *UsersPage) SetTotalItemsNil()
SetTotalItemsNil sets the value for TotalItems to be an explicit nil
func (*UsersPage) UnmarshalJSON ¶ added in v1.0.5
func (*UsersPage) UnsetHasNext ¶
func (o *UsersPage) UnsetHasNext()
UnsetHasNext ensures that no value is present for HasNext, not even an explicit nil
func (*UsersPage) UnsetHasPrevious ¶
func (o *UsersPage) UnsetHasPrevious()
UnsetHasPrevious ensures that no value is present for HasPrevious, not even an explicit nil
func (*UsersPage) UnsetSortBy ¶ added in v1.0.2
func (o *UsersPage) UnsetSortBy()
UnsetSortBy ensures that no value is present for SortBy, not even an explicit nil
func (*UsersPage) UnsetSortOrder ¶ added in v1.0.2
func (o *UsersPage) UnsetSortOrder()
UnsetSortOrder ensures that no value is present for SortOrder, not even an explicit nil
func (*UsersPage) UnsetTotalItems ¶ added in v1.0.2
func (o *UsersPage) UnsetTotalItems()
UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil
type UsersPageAllOf ¶
type UsersPageAllOf struct { Contents *[]User `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
UsersPageAllOf struct for UsersPageAllOf
func NewUsersPageAllOf ¶
func NewUsersPageAllOf() *UsersPageAllOf
NewUsersPageAllOf instantiates a new UsersPageAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersPageAllOfWithDefaults ¶
func NewUsersPageAllOfWithDefaults() *UsersPageAllOf
NewUsersPageAllOfWithDefaults instantiates a new UsersPageAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersPageAllOf) GetContents ¶
func (o *UsersPageAllOf) GetContents() []User
GetContents returns the Contents field value if set, zero value otherwise.
func (*UsersPageAllOf) GetContentsOk ¶
func (o *UsersPageAllOf) GetContentsOk() (*[]User, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersPageAllOf) HasContents ¶
func (o *UsersPageAllOf) HasContents() bool
HasContents returns a boolean if a field has been set.
func (UsersPageAllOf) MarshalJSON ¶
func (o UsersPageAllOf) MarshalJSON() ([]byte, error)
func (*UsersPageAllOf) SetContents ¶
func (o *UsersPageAllOf) SetContents(v []User)
SetContents gets a reference to the given []User and assigns it to the Contents field.
func (*UsersPageAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *UsersPageAllOf) UnmarshalJSON(bytes []byte) (err error)
type ValidateWorkflowResponse ¶
type ValidateWorkflowResponse struct { TotalActions NullableInt32 `json:"total_actions,omitempty"` TotalValid NullableInt32 `json:"total_valid,omitempty"` WorkflowValid NullableBool `json:"workflow_valid,omitempty"` InvalidActionIds []string `json:"invalid_action_ids,omitempty"` AdditionalProperties map[string]interface{} }
ValidateWorkflowResponse struct for ValidateWorkflowResponse
func NewValidateWorkflowResponse ¶
func NewValidateWorkflowResponse() *ValidateWorkflowResponse
NewValidateWorkflowResponse instantiates a new ValidateWorkflowResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewValidateWorkflowResponseWithDefaults ¶
func NewValidateWorkflowResponseWithDefaults() *ValidateWorkflowResponse
NewValidateWorkflowResponseWithDefaults instantiates a new ValidateWorkflowResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ValidateWorkflowResponse) GetInvalidActionIds ¶
func (o *ValidateWorkflowResponse) GetInvalidActionIds() []string
GetInvalidActionIds returns the InvalidActionIds field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ValidateWorkflowResponse) GetInvalidActionIdsOk ¶
func (o *ValidateWorkflowResponse) GetInvalidActionIdsOk() (*[]string, bool)
GetInvalidActionIdsOk returns a tuple with the InvalidActionIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ValidateWorkflowResponse) GetTotalActions ¶
func (o *ValidateWorkflowResponse) GetTotalActions() int32
GetTotalActions returns the TotalActions field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ValidateWorkflowResponse) GetTotalActionsOk ¶
func (o *ValidateWorkflowResponse) GetTotalActionsOk() (*int32, bool)
GetTotalActionsOk returns a tuple with the TotalActions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ValidateWorkflowResponse) GetTotalValid ¶
func (o *ValidateWorkflowResponse) GetTotalValid() int32
GetTotalValid returns the TotalValid field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ValidateWorkflowResponse) GetTotalValidOk ¶
func (o *ValidateWorkflowResponse) GetTotalValidOk() (*int32, bool)
GetTotalValidOk returns a tuple with the TotalValid field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ValidateWorkflowResponse) GetWorkflowValid ¶
func (o *ValidateWorkflowResponse) GetWorkflowValid() bool
GetWorkflowValid returns the WorkflowValid field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ValidateWorkflowResponse) GetWorkflowValidOk ¶
func (o *ValidateWorkflowResponse) GetWorkflowValidOk() (*bool, bool)
GetWorkflowValidOk returns a tuple with the WorkflowValid field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ValidateWorkflowResponse) HasInvalidActionIds ¶
func (o *ValidateWorkflowResponse) HasInvalidActionIds() bool
HasInvalidActionIds returns a boolean if a field has been set.
func (*ValidateWorkflowResponse) HasTotalActions ¶
func (o *ValidateWorkflowResponse) HasTotalActions() bool
HasTotalActions returns a boolean if a field has been set.
func (*ValidateWorkflowResponse) HasTotalValid ¶
func (o *ValidateWorkflowResponse) HasTotalValid() bool
HasTotalValid returns a boolean if a field has been set.
func (*ValidateWorkflowResponse) HasWorkflowValid ¶
func (o *ValidateWorkflowResponse) HasWorkflowValid() bool
HasWorkflowValid returns a boolean if a field has been set.
func (ValidateWorkflowResponse) MarshalJSON ¶
func (o ValidateWorkflowResponse) MarshalJSON() ([]byte, error)
func (*ValidateWorkflowResponse) SetInvalidActionIds ¶
func (o *ValidateWorkflowResponse) SetInvalidActionIds(v []string)
SetInvalidActionIds gets a reference to the given []string and assigns it to the InvalidActionIds field.
func (*ValidateWorkflowResponse) SetTotalActions ¶
func (o *ValidateWorkflowResponse) SetTotalActions(v int32)
SetTotalActions gets a reference to the given NullableInt32 and assigns it to the TotalActions field.
func (*ValidateWorkflowResponse) SetTotalActionsNil ¶ added in v1.0.2
func (o *ValidateWorkflowResponse) SetTotalActionsNil()
SetTotalActionsNil sets the value for TotalActions to be an explicit nil
func (*ValidateWorkflowResponse) SetTotalValid ¶
func (o *ValidateWorkflowResponse) SetTotalValid(v int32)
SetTotalValid gets a reference to the given NullableInt32 and assigns it to the TotalValid field.
func (*ValidateWorkflowResponse) SetTotalValidNil ¶ added in v1.0.2
func (o *ValidateWorkflowResponse) SetTotalValidNil()
SetTotalValidNil sets the value for TotalValid to be an explicit nil
func (*ValidateWorkflowResponse) SetWorkflowValid ¶
func (o *ValidateWorkflowResponse) SetWorkflowValid(v bool)
SetWorkflowValid gets a reference to the given NullableBool and assigns it to the WorkflowValid field.
func (*ValidateWorkflowResponse) SetWorkflowValidNil ¶ added in v1.0.2
func (o *ValidateWorkflowResponse) SetWorkflowValidNil()
SetWorkflowValidNil sets the value for WorkflowValid to be an explicit nil
func (*ValidateWorkflowResponse) UnmarshalJSON ¶ added in v1.0.5
func (o *ValidateWorkflowResponse) UnmarshalJSON(bytes []byte) (err error)
func (*ValidateWorkflowResponse) UnsetTotalActions ¶ added in v1.0.2
func (o *ValidateWorkflowResponse) UnsetTotalActions()
UnsetTotalActions ensures that no value is present for TotalActions, not even an explicit nil
func (*ValidateWorkflowResponse) UnsetTotalValid ¶ added in v1.0.2
func (o *ValidateWorkflowResponse) UnsetTotalValid()
UnsetTotalValid ensures that no value is present for TotalValid, not even an explicit nil
func (*ValidateWorkflowResponse) UnsetWorkflowValid ¶ added in v1.0.2
func (o *ValidateWorkflowResponse) UnsetWorkflowValid()
UnsetWorkflowValid ensures that no value is present for WorkflowValid, not even an explicit nil
type ValidationApiService ¶ added in v1.0.8
type ValidationApiService service
ValidationApiService ValidationApi service
func (*ValidationApiService) GetValidateProductVersionPage ¶ added in v1.0.8
func (a *ValidationApiService) GetValidateProductVersionPage(ctx _context.Context) ApiGetValidateProductVersionPageRequest
* GetValidateProductVersionPage Returns a filtered page of validations. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetValidateProductVersionPageRequest
func (*ValidationApiService) GetValidateProductVersionPageExecute ¶ added in v1.0.8
func (a *ValidationApiService) GetValidateProductVersionPageExecute(r ApiGetValidateProductVersionPageRequest) (VulnerabilityValidationPage, *_nethttp.Response, error)
* Execute executes the request * @return VulnerabilityValidationPage
func (*ValidationApiService) ValidateProductVersion ¶ added in v1.0.8
func (a *ValidationApiService) ValidateProductVersion(ctx _context.Context) ApiValidateProductVersionRequest
* ValidateProductVersion Validate registered product / verison combinations for vulnerabilities. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiValidateProductVersionRequest
func (*ValidationApiService) ValidateProductVersionExecute ¶ added in v1.0.8
func (a *ValidationApiService) ValidateProductVersionExecute(r ApiValidateProductVersionRequest) (VulnerabilityValidation, *_nethttp.Response, error)
* Execute executes the request * @return VulnerabilityValidation
type VulnerabilitiesApiService ¶ added in v1.0.8
type VulnerabilitiesApiService service
VulnerabilitiesApiService VulnerabilitiesApi service
func (*VulnerabilitiesApiService) GetIngestVulnerabilitiesTasksPage ¶ added in v1.0.8
func (a *VulnerabilitiesApiService) GetIngestVulnerabilitiesTasksPage(ctx _context.Context) ApiGetIngestVulnerabilitiesTasksPageRequest
* GetIngestVulnerabilitiesTasksPage Returns a filtered page of ingest tasks. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetIngestVulnerabilitiesTasksPageRequest
func (*VulnerabilitiesApiService) GetIngestVulnerabilitiesTasksPageExecute ¶ added in v1.0.8
func (a *VulnerabilitiesApiService) GetIngestVulnerabilitiesTasksPageExecute(r ApiGetIngestVulnerabilitiesTasksPageRequest) (VulnerabilityIngestPage, *_nethttp.Response, error)
* Execute executes the request * @return VulnerabilityIngestPage
func (*VulnerabilitiesApiService) GetVulnerabilitiesPage ¶ added in v1.0.8
func (a *VulnerabilitiesApiService) GetVulnerabilitiesPage(ctx _context.Context) ApiGetVulnerabilitiesPageRequest
* GetVulnerabilitiesPage Returns a filtered page of vulnerabilities. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetVulnerabilitiesPageRequest
func (*VulnerabilitiesApiService) GetVulnerabilitiesPageExecute ¶ added in v1.0.8
func (a *VulnerabilitiesApiService) GetVulnerabilitiesPageExecute(r ApiGetVulnerabilitiesPageRequest) (VulnerabilitiesPage, *_nethttp.Response, error)
* Execute executes the request * @return VulnerabilitiesPage
func (*VulnerabilitiesApiService) IngestVulnerabilities ¶ added in v1.0.8
func (a *VulnerabilitiesApiService) IngestVulnerabilities(ctx _context.Context) ApiIngestVulnerabilitiesRequest
* IngestVulnerabilities Ingests a CVE JSON feed into the Vulnerability Service datastore. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiIngestVulnerabilitiesRequest
func (*VulnerabilitiesApiService) IngestVulnerabilitiesExecute ¶ added in v1.0.8
func (a *VulnerabilitiesApiService) IngestVulnerabilitiesExecute(r ApiIngestVulnerabilitiesRequest) (VulnerabilityIngestion, *_nethttp.Response, error)
* Execute executes the request * @return VulnerabilityIngestion
type VulnerabilitiesPage ¶ added in v1.0.8
type VulnerabilitiesPage struct { Page int32 `json:"page"` PageSize int32 `json:"pageSize"` TotalItems NullableInt64 `json:"totalItems,omitempty"` HasNext NullableBool `json:"hasNext"` HasPrevious NullableBool `json:"hasPrevious"` SortBy NullableString `json:"sortBy,omitempty"` SortOrder NullableString `json:"sortOrder,omitempty"` Contents []Vulnerability `json:"contents"` AdditionalProperties map[string]interface{} }
VulnerabilitiesPage struct for VulnerabilitiesPage
func NewVulnerabilitiesPage ¶ added in v1.0.8
func NewVulnerabilitiesPage(page int32, pageSize int32, hasNext NullableBool, hasPrevious NullableBool, contents []Vulnerability) *VulnerabilitiesPage
NewVulnerabilitiesPage instantiates a new VulnerabilitiesPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVulnerabilitiesPageWithDefaults ¶ added in v1.0.8
func NewVulnerabilitiesPageWithDefaults() *VulnerabilitiesPage
NewVulnerabilitiesPageWithDefaults instantiates a new VulnerabilitiesPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VulnerabilitiesPage) GetContents ¶ added in v1.0.8
func (o *VulnerabilitiesPage) GetContents() []Vulnerability
GetContents returns the Contents field value
func (*VulnerabilitiesPage) GetContentsOk ¶ added in v1.0.8
func (o *VulnerabilitiesPage) GetContentsOk() (*[]Vulnerability, bool)
GetContentsOk returns a tuple with the Contents field value and a boolean to check if the value has been set.
func (*VulnerabilitiesPage) GetHasNext ¶ added in v1.0.8
func (o *VulnerabilitiesPage) GetHasNext() bool
GetHasNext returns the HasNext field value If the value is explicit nil, the zero value for bool will be returned
func (*VulnerabilitiesPage) GetHasNextOk ¶ added in v1.0.8
func (o *VulnerabilitiesPage) GetHasNextOk() (*bool, bool)
GetHasNextOk returns a tuple with the HasNext field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*VulnerabilitiesPage) GetHasPrevious ¶ added in v1.0.8
func (o *VulnerabilitiesPage) GetHasPrevious() bool
GetHasPrevious returns the HasPrevious field value If the value is explicit nil, the zero value for bool will be returned
func (*VulnerabilitiesPage) GetHasPreviousOk ¶ added in v1.0.8
func (o *VulnerabilitiesPage) GetHasPreviousOk() (*bool, bool)
GetHasPreviousOk returns a tuple with the HasPrevious field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*VulnerabilitiesPage) GetPage ¶ added in v1.0.8
func (o *VulnerabilitiesPage) GetPage() int32
GetPage returns the Page field value
func (*VulnerabilitiesPage) GetPageOk ¶ added in v1.0.8
func (o *VulnerabilitiesPage) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*VulnerabilitiesPage) GetPageSize ¶ added in v1.0.8
func (o *VulnerabilitiesPage) GetPageSize() int32
GetPageSize returns the PageSize field value
func (*VulnerabilitiesPage) GetPageSizeOk ¶ added in v1.0.8
func (o *VulnerabilitiesPage) GetPageSizeOk() (*int32, bool)
GetPageSizeOk returns a tuple with the PageSize field value and a boolean to check if the value has been set.
func (*VulnerabilitiesPage) GetSortBy ¶ added in v1.0.8
func (o *VulnerabilitiesPage) GetSortBy() string
GetSortBy returns the SortBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*VulnerabilitiesPage) GetSortByOk ¶ added in v1.0.8
func (o *VulnerabilitiesPage) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*VulnerabilitiesPage) GetSortOrder ¶ added in v1.0.8
func (o *VulnerabilitiesPage) GetSortOrder() string
GetSortOrder returns the SortOrder field value if set, zero value otherwise (both if not set or set to explicit null).
func (*VulnerabilitiesPage) GetSortOrderOk ¶ added in v1.0.8
func (o *VulnerabilitiesPage) GetSortOrderOk() (*string, bool)
GetSortOrderOk returns a tuple with the SortOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*VulnerabilitiesPage) GetTotalItems ¶ added in v1.0.8
func (o *VulnerabilitiesPage) GetTotalItems() int64
GetTotalItems returns the TotalItems field value if set, zero value otherwise (both if not set or set to explicit null).
func (*VulnerabilitiesPage) GetTotalItemsOk ¶ added in v1.0.8
func (o *VulnerabilitiesPage) GetTotalItemsOk() (*int64, bool)
GetTotalItemsOk returns a tuple with the TotalItems field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*VulnerabilitiesPage) HasSortBy ¶ added in v1.0.8
func (o *VulnerabilitiesPage) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.
func (*VulnerabilitiesPage) HasSortOrder ¶ added in v1.0.8
func (o *VulnerabilitiesPage) HasSortOrder() bool
HasSortOrder returns a boolean if a field has been set.
func (*VulnerabilitiesPage) HasTotalItems ¶ added in v1.0.8
func (o *VulnerabilitiesPage) HasTotalItems() bool
HasTotalItems returns a boolean if a field has been set.
func (VulnerabilitiesPage) MarshalJSON ¶ added in v1.0.8
func (o VulnerabilitiesPage) MarshalJSON() ([]byte, error)
func (*VulnerabilitiesPage) SetContents ¶ added in v1.0.8
func (o *VulnerabilitiesPage) SetContents(v []Vulnerability)
SetContents sets field value
func (*VulnerabilitiesPage) SetHasNext ¶ added in v1.0.8
func (o *VulnerabilitiesPage) SetHasNext(v bool)
SetHasNext sets field value
func (*VulnerabilitiesPage) SetHasPrevious ¶ added in v1.0.8
func (o *VulnerabilitiesPage) SetHasPrevious(v bool)
SetHasPrevious sets field value
func (*VulnerabilitiesPage) SetPage ¶ added in v1.0.8
func (o *VulnerabilitiesPage) SetPage(v int32)
SetPage sets field value
func (*VulnerabilitiesPage) SetPageSize ¶ added in v1.0.8
func (o *VulnerabilitiesPage) SetPageSize(v int32)
SetPageSize sets field value
func (*VulnerabilitiesPage) SetSortBy ¶ added in v1.0.8
func (o *VulnerabilitiesPage) SetSortBy(v string)
SetSortBy gets a reference to the given NullableString and assigns it to the SortBy field.
func (*VulnerabilitiesPage) SetSortByNil ¶ added in v1.0.8
func (o *VulnerabilitiesPage) SetSortByNil()
SetSortByNil sets the value for SortBy to be an explicit nil
func (*VulnerabilitiesPage) SetSortOrder ¶ added in v1.0.8
func (o *VulnerabilitiesPage) SetSortOrder(v string)
SetSortOrder gets a reference to the given NullableString and assigns it to the SortOrder field.
func (*VulnerabilitiesPage) SetSortOrderNil ¶ added in v1.0.8
func (o *VulnerabilitiesPage) SetSortOrderNil()
SetSortOrderNil sets the value for SortOrder to be an explicit nil
func (*VulnerabilitiesPage) SetTotalItems ¶ added in v1.0.8
func (o *VulnerabilitiesPage) SetTotalItems(v int64)
SetTotalItems gets a reference to the given NullableInt64 and assigns it to the TotalItems field.
func (*VulnerabilitiesPage) SetTotalItemsNil ¶ added in v1.0.8
func (o *VulnerabilitiesPage) SetTotalItemsNil()
SetTotalItemsNil sets the value for TotalItems to be an explicit nil
func (*VulnerabilitiesPage) UnmarshalJSON ¶ added in v1.0.8
func (o *VulnerabilitiesPage) UnmarshalJSON(bytes []byte) (err error)
func (*VulnerabilitiesPage) UnsetSortBy ¶ added in v1.0.8
func (o *VulnerabilitiesPage) UnsetSortBy()
UnsetSortBy ensures that no value is present for SortBy, not even an explicit nil
func (*VulnerabilitiesPage) UnsetSortOrder ¶ added in v1.0.8
func (o *VulnerabilitiesPage) UnsetSortOrder()
UnsetSortOrder ensures that no value is present for SortOrder, not even an explicit nil
func (*VulnerabilitiesPage) UnsetTotalItems ¶ added in v1.0.8
func (o *VulnerabilitiesPage) UnsetTotalItems()
UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil
type VulnerabilitiesPageAllOf ¶ added in v1.0.8
type VulnerabilitiesPageAllOf struct { Contents []Vulnerability `json:"contents"` AdditionalProperties map[string]interface{} }
VulnerabilitiesPageAllOf struct for VulnerabilitiesPageAllOf
func NewVulnerabilitiesPageAllOf ¶ added in v1.0.8
func NewVulnerabilitiesPageAllOf(contents []Vulnerability) *VulnerabilitiesPageAllOf
NewVulnerabilitiesPageAllOf instantiates a new VulnerabilitiesPageAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVulnerabilitiesPageAllOfWithDefaults ¶ added in v1.0.8
func NewVulnerabilitiesPageAllOfWithDefaults() *VulnerabilitiesPageAllOf
NewVulnerabilitiesPageAllOfWithDefaults instantiates a new VulnerabilitiesPageAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VulnerabilitiesPageAllOf) GetContents ¶ added in v1.0.8
func (o *VulnerabilitiesPageAllOf) GetContents() []Vulnerability
GetContents returns the Contents field value
func (*VulnerabilitiesPageAllOf) GetContentsOk ¶ added in v1.0.8
func (o *VulnerabilitiesPageAllOf) GetContentsOk() (*[]Vulnerability, bool)
GetContentsOk returns a tuple with the Contents field value and a boolean to check if the value has been set.
func (VulnerabilitiesPageAllOf) MarshalJSON ¶ added in v1.0.8
func (o VulnerabilitiesPageAllOf) MarshalJSON() ([]byte, error)
func (*VulnerabilitiesPageAllOf) SetContents ¶ added in v1.0.8
func (o *VulnerabilitiesPageAllOf) SetContents(v []Vulnerability)
SetContents sets field value
func (*VulnerabilitiesPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (o *VulnerabilitiesPageAllOf) UnmarshalJSON(bytes []byte) (err error)
type VulnerabilitiesRegistrationPage ¶ added in v1.0.8
type VulnerabilitiesRegistrationPage struct { Page *int32 `json:"page,omitempty"` PageSize *int32 `json:"pageSize,omitempty"` TotalItems NullableInt64 `json:"totalItems,omitempty"` HasNext NullableBool `json:"hasNext,omitempty"` HasPrevious NullableBool `json:"hasPrevious,omitempty"` SortBy NullableString `json:"sortBy,omitempty"` SortOrder NullableString `json:"sortOrder,omitempty"` Contents *[]VulnerabilityRegistration `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
VulnerabilitiesRegistrationPage struct for VulnerabilitiesRegistrationPage
func NewVulnerabilitiesRegistrationPage ¶ added in v1.0.8
func NewVulnerabilitiesRegistrationPage() *VulnerabilitiesRegistrationPage
NewVulnerabilitiesRegistrationPage instantiates a new VulnerabilitiesRegistrationPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVulnerabilitiesRegistrationPageWithDefaults ¶ added in v1.0.8
func NewVulnerabilitiesRegistrationPageWithDefaults() *VulnerabilitiesRegistrationPage
NewVulnerabilitiesRegistrationPageWithDefaults instantiates a new VulnerabilitiesRegistrationPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VulnerabilitiesRegistrationPage) GetContents ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) GetContents() []VulnerabilityRegistration
GetContents returns the Contents field value if set, zero value otherwise.
func (*VulnerabilitiesRegistrationPage) GetContentsOk ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) GetContentsOk() (*[]VulnerabilityRegistration, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VulnerabilitiesRegistrationPage) GetHasNext ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) GetHasNext() bool
GetHasNext returns the HasNext field value if set, zero value otherwise (both if not set or set to explicit null).
func (*VulnerabilitiesRegistrationPage) GetHasNextOk ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) GetHasNextOk() (*bool, bool)
GetHasNextOk returns a tuple with the HasNext field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*VulnerabilitiesRegistrationPage) GetHasPrevious ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) GetHasPrevious() bool
GetHasPrevious returns the HasPrevious field value if set, zero value otherwise (both if not set or set to explicit null).
func (*VulnerabilitiesRegistrationPage) GetHasPreviousOk ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) GetHasPreviousOk() (*bool, bool)
GetHasPreviousOk returns a tuple with the HasPrevious field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*VulnerabilitiesRegistrationPage) GetPage ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise.
func (*VulnerabilitiesRegistrationPage) GetPageOk ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) 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 (*VulnerabilitiesRegistrationPage) GetPageSize ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) GetPageSize() int32
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*VulnerabilitiesRegistrationPage) GetPageSizeOk ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) 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 (*VulnerabilitiesRegistrationPage) GetSortBy ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) GetSortBy() string
GetSortBy returns the SortBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*VulnerabilitiesRegistrationPage) GetSortByOk ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*VulnerabilitiesRegistrationPage) GetSortOrder ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) GetSortOrder() string
GetSortOrder returns the SortOrder field value if set, zero value otherwise (both if not set or set to explicit null).
func (*VulnerabilitiesRegistrationPage) GetSortOrderOk ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) GetSortOrderOk() (*string, bool)
GetSortOrderOk returns a tuple with the SortOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*VulnerabilitiesRegistrationPage) GetTotalItems ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) GetTotalItems() int64
GetTotalItems returns the TotalItems field value if set, zero value otherwise (both if not set or set to explicit null).
func (*VulnerabilitiesRegistrationPage) GetTotalItemsOk ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) GetTotalItemsOk() (*int64, bool)
GetTotalItemsOk returns a tuple with the TotalItems field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*VulnerabilitiesRegistrationPage) HasContents ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) HasContents() bool
HasContents returns a boolean if a field has been set.
func (*VulnerabilitiesRegistrationPage) HasHasNext ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) HasHasNext() bool
HasHasNext returns a boolean if a field has been set.
func (*VulnerabilitiesRegistrationPage) HasHasPrevious ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) HasHasPrevious() bool
HasHasPrevious returns a boolean if a field has been set.
func (*VulnerabilitiesRegistrationPage) HasPage ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) HasPage() bool
HasPage returns a boolean if a field has been set.
func (*VulnerabilitiesRegistrationPage) HasPageSize ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (*VulnerabilitiesRegistrationPage) HasSortBy ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.
func (*VulnerabilitiesRegistrationPage) HasSortOrder ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) HasSortOrder() bool
HasSortOrder returns a boolean if a field has been set.
func (*VulnerabilitiesRegistrationPage) HasTotalItems ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) HasTotalItems() bool
HasTotalItems returns a boolean if a field has been set.
func (VulnerabilitiesRegistrationPage) MarshalJSON ¶ added in v1.0.8
func (o VulnerabilitiesRegistrationPage) MarshalJSON() ([]byte, error)
func (*VulnerabilitiesRegistrationPage) SetContents ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) SetContents(v []VulnerabilityRegistration)
SetContents gets a reference to the given []VulnerabilityRegistration and assigns it to the Contents field.
func (*VulnerabilitiesRegistrationPage) SetHasNext ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) SetHasNext(v bool)
SetHasNext gets a reference to the given NullableBool and assigns it to the HasNext field.
func (*VulnerabilitiesRegistrationPage) SetHasNextNil ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) SetHasNextNil()
SetHasNextNil sets the value for HasNext to be an explicit nil
func (*VulnerabilitiesRegistrationPage) SetHasPrevious ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) SetHasPrevious(v bool)
SetHasPrevious gets a reference to the given NullableBool and assigns it to the HasPrevious field.
func (*VulnerabilitiesRegistrationPage) SetHasPreviousNil ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) SetHasPreviousNil()
SetHasPreviousNil sets the value for HasPrevious to be an explicit nil
func (*VulnerabilitiesRegistrationPage) SetPage ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) SetPage(v int32)
SetPage gets a reference to the given int32 and assigns it to the Page field.
func (*VulnerabilitiesRegistrationPage) SetPageSize ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) SetPageSize(v int32)
SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.
func (*VulnerabilitiesRegistrationPage) SetSortBy ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) SetSortBy(v string)
SetSortBy gets a reference to the given NullableString and assigns it to the SortBy field.
func (*VulnerabilitiesRegistrationPage) SetSortByNil ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) SetSortByNil()
SetSortByNil sets the value for SortBy to be an explicit nil
func (*VulnerabilitiesRegistrationPage) SetSortOrder ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) SetSortOrder(v string)
SetSortOrder gets a reference to the given NullableString and assigns it to the SortOrder field.
func (*VulnerabilitiesRegistrationPage) SetSortOrderNil ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) SetSortOrderNil()
SetSortOrderNil sets the value for SortOrder to be an explicit nil
func (*VulnerabilitiesRegistrationPage) SetTotalItems ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) SetTotalItems(v int64)
SetTotalItems gets a reference to the given NullableInt64 and assigns it to the TotalItems field.
func (*VulnerabilitiesRegistrationPage) SetTotalItemsNil ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) SetTotalItemsNil()
SetTotalItemsNil sets the value for TotalItems to be an explicit nil
func (*VulnerabilitiesRegistrationPage) UnmarshalJSON ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) UnmarshalJSON(bytes []byte) (err error)
func (*VulnerabilitiesRegistrationPage) UnsetHasNext ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) UnsetHasNext()
UnsetHasNext ensures that no value is present for HasNext, not even an explicit nil
func (*VulnerabilitiesRegistrationPage) UnsetHasPrevious ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) UnsetHasPrevious()
UnsetHasPrevious ensures that no value is present for HasPrevious, not even an explicit nil
func (*VulnerabilitiesRegistrationPage) UnsetSortBy ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) UnsetSortBy()
UnsetSortBy ensures that no value is present for SortBy, not even an explicit nil
func (*VulnerabilitiesRegistrationPage) UnsetSortOrder ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) UnsetSortOrder()
UnsetSortOrder ensures that no value is present for SortOrder, not even an explicit nil
func (*VulnerabilitiesRegistrationPage) UnsetTotalItems ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPage) UnsetTotalItems()
UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil
type VulnerabilitiesRegistrationPageAllOf ¶ added in v1.0.8
type VulnerabilitiesRegistrationPageAllOf struct { Contents *[]VulnerabilityRegistration `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
VulnerabilitiesRegistrationPageAllOf struct for VulnerabilitiesRegistrationPageAllOf
func NewVulnerabilitiesRegistrationPageAllOf ¶ added in v1.0.8
func NewVulnerabilitiesRegistrationPageAllOf() *VulnerabilitiesRegistrationPageAllOf
NewVulnerabilitiesRegistrationPageAllOf instantiates a new VulnerabilitiesRegistrationPageAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVulnerabilitiesRegistrationPageAllOfWithDefaults ¶ added in v1.0.8
func NewVulnerabilitiesRegistrationPageAllOfWithDefaults() *VulnerabilitiesRegistrationPageAllOf
NewVulnerabilitiesRegistrationPageAllOfWithDefaults instantiates a new VulnerabilitiesRegistrationPageAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VulnerabilitiesRegistrationPageAllOf) GetContents ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPageAllOf) GetContents() []VulnerabilityRegistration
GetContents returns the Contents field value if set, zero value otherwise.
func (*VulnerabilitiesRegistrationPageAllOf) GetContentsOk ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPageAllOf) GetContentsOk() (*[]VulnerabilityRegistration, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VulnerabilitiesRegistrationPageAllOf) HasContents ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPageAllOf) HasContents() bool
HasContents returns a boolean if a field has been set.
func (VulnerabilitiesRegistrationPageAllOf) MarshalJSON ¶ added in v1.0.8
func (o VulnerabilitiesRegistrationPageAllOf) MarshalJSON() ([]byte, error)
func (*VulnerabilitiesRegistrationPageAllOf) SetContents ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPageAllOf) SetContents(v []VulnerabilityRegistration)
SetContents gets a reference to the given []VulnerabilityRegistration and assigns it to the Contents field.
func (*VulnerabilitiesRegistrationPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (o *VulnerabilitiesRegistrationPageAllOf) UnmarshalJSON(bytes []byte) (err error)
type Vulnerability ¶ added in v1.0.8
type Vulnerability struct { // CVE identitfier (https://www.cvedetails.com/cve-help.php). CveId string `json:"cveId"` Url string `json:"url"` Severity VulnerabilitySeverity `json:"severity"` PublishedOn time.Time `json:"publishedOn"` ModifiedOn time.Time `json:"modifiedOn"` Vendor string `json:"vendor"` Product string `json:"product"` Version string `json:"version"` AdditionalProperties map[string]interface{} }
Vulnerability struct for Vulnerability
func NewVulnerability ¶ added in v1.0.8
func NewVulnerability(cveId string, url string, severity VulnerabilitySeverity, publishedOn time.Time, modifiedOn time.Time, vendor string, product string, version string) *Vulnerability
NewVulnerability instantiates a new Vulnerability object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVulnerabilityWithDefaults ¶ added in v1.0.8
func NewVulnerabilityWithDefaults() *Vulnerability
NewVulnerabilityWithDefaults instantiates a new Vulnerability object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Vulnerability) GetCveId ¶ added in v1.0.8
func (o *Vulnerability) GetCveId() string
GetCveId returns the CveId field value
func (*Vulnerability) GetCveIdOk ¶ added in v1.0.8
func (o *Vulnerability) GetCveIdOk() (*string, bool)
GetCveIdOk returns a tuple with the CveId field value and a boolean to check if the value has been set.
func (*Vulnerability) GetModifiedOn ¶ added in v1.0.8
func (o *Vulnerability) GetModifiedOn() time.Time
GetModifiedOn returns the ModifiedOn field value
func (*Vulnerability) GetModifiedOnOk ¶ added in v1.0.8
func (o *Vulnerability) GetModifiedOnOk() (*time.Time, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field value and a boolean to check if the value has been set.
func (*Vulnerability) GetProduct ¶ added in v1.0.8
func (o *Vulnerability) GetProduct() string
GetProduct returns the Product field value
func (*Vulnerability) GetProductOk ¶ added in v1.0.8
func (o *Vulnerability) GetProductOk() (*string, bool)
GetProductOk returns a tuple with the Product field value and a boolean to check if the value has been set.
func (*Vulnerability) GetPublishedOn ¶ added in v1.0.8
func (o *Vulnerability) GetPublishedOn() time.Time
GetPublishedOn returns the PublishedOn field value
func (*Vulnerability) GetPublishedOnOk ¶ added in v1.0.8
func (o *Vulnerability) GetPublishedOnOk() (*time.Time, bool)
GetPublishedOnOk returns a tuple with the PublishedOn field value and a boolean to check if the value has been set.
func (*Vulnerability) GetSeverity ¶ added in v1.0.8
func (o *Vulnerability) GetSeverity() VulnerabilitySeverity
GetSeverity returns the Severity field value
func (*Vulnerability) GetSeverityOk ¶ added in v1.0.8
func (o *Vulnerability) GetSeverityOk() (*VulnerabilitySeverity, bool)
GetSeverityOk returns a tuple with the Severity field value and a boolean to check if the value has been set.
func (*Vulnerability) GetUrl ¶ added in v1.0.8
func (o *Vulnerability) GetUrl() string
GetUrl returns the Url field value
func (*Vulnerability) GetUrlOk ¶ added in v1.0.8
func (o *Vulnerability) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*Vulnerability) GetVendor ¶ added in v1.0.8
func (o *Vulnerability) GetVendor() string
GetVendor returns the Vendor field value
func (*Vulnerability) GetVendorOk ¶ added in v1.0.8
func (o *Vulnerability) GetVendorOk() (*string, bool)
GetVendorOk returns a tuple with the Vendor field value and a boolean to check if the value has been set.
func (*Vulnerability) GetVersion ¶ added in v1.0.8
func (o *Vulnerability) GetVersion() string
GetVersion returns the Version field value
func (*Vulnerability) GetVersionOk ¶ added in v1.0.8
func (o *Vulnerability) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (Vulnerability) MarshalJSON ¶ added in v1.0.8
func (o Vulnerability) MarshalJSON() ([]byte, error)
func (*Vulnerability) SetCveId ¶ added in v1.0.8
func (o *Vulnerability) SetCveId(v string)
SetCveId sets field value
func (*Vulnerability) SetModifiedOn ¶ added in v1.0.8
func (o *Vulnerability) SetModifiedOn(v time.Time)
SetModifiedOn sets field value
func (*Vulnerability) SetProduct ¶ added in v1.0.8
func (o *Vulnerability) SetProduct(v string)
SetProduct sets field value
func (*Vulnerability) SetPublishedOn ¶ added in v1.0.8
func (o *Vulnerability) SetPublishedOn(v time.Time)
SetPublishedOn sets field value
func (*Vulnerability) SetSeverity ¶ added in v1.0.8
func (o *Vulnerability) SetSeverity(v VulnerabilitySeverity)
SetSeverity sets field value
func (*Vulnerability) SetUrl ¶ added in v1.0.8
func (o *Vulnerability) SetUrl(v string)
SetUrl sets field value
func (*Vulnerability) SetVendor ¶ added in v1.0.8
func (o *Vulnerability) SetVendor(v string)
SetVendor sets field value
func (*Vulnerability) SetVersion ¶ added in v1.0.8
func (o *Vulnerability) SetVersion(v string)
SetVersion sets field value
func (*Vulnerability) UnmarshalJSON ¶ added in v1.0.8
func (o *Vulnerability) UnmarshalJSON(bytes []byte) (err error)
type VulnerabilityFeed ¶ added in v1.0.8
type VulnerabilityFeed struct { Name *string `json:"name,omitempty"` File *string `json:"file,omitempty"` AdditionalProperties map[string]interface{} }
VulnerabilityFeed Details of an NVD advisory feed.
func NewVulnerabilityFeed ¶ added in v1.0.8
func NewVulnerabilityFeed() *VulnerabilityFeed
NewVulnerabilityFeed instantiates a new VulnerabilityFeed object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVulnerabilityFeedWithDefaults ¶ added in v1.0.8
func NewVulnerabilityFeedWithDefaults() *VulnerabilityFeed
NewVulnerabilityFeedWithDefaults instantiates a new VulnerabilityFeed object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VulnerabilityFeed) GetFile ¶ added in v1.0.8
func (o *VulnerabilityFeed) GetFile() string
GetFile returns the File field value if set, zero value otherwise.
func (*VulnerabilityFeed) GetFileOk ¶ added in v1.0.8
func (o *VulnerabilityFeed) GetFileOk() (*string, bool)
GetFileOk returns a tuple with the File field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VulnerabilityFeed) GetName ¶ added in v1.0.8
func (o *VulnerabilityFeed) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*VulnerabilityFeed) GetNameOk ¶ added in v1.0.8
func (o *VulnerabilityFeed) 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 (*VulnerabilityFeed) HasFile ¶ added in v1.0.8
func (o *VulnerabilityFeed) HasFile() bool
HasFile returns a boolean if a field has been set.
func (*VulnerabilityFeed) HasName ¶ added in v1.0.8
func (o *VulnerabilityFeed) HasName() bool
HasName returns a boolean if a field has been set.
func (VulnerabilityFeed) MarshalJSON ¶ added in v1.0.8
func (o VulnerabilityFeed) MarshalJSON() ([]byte, error)
func (*VulnerabilityFeed) SetFile ¶ added in v1.0.8
func (o *VulnerabilityFeed) SetFile(v string)
SetFile gets a reference to the given string and assigns it to the File field.
func (*VulnerabilityFeed) SetName ¶ added in v1.0.8
func (o *VulnerabilityFeed) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*VulnerabilityFeed) UnmarshalJSON ¶ added in v1.0.8
func (o *VulnerabilityFeed) UnmarshalJSON(bytes []byte) (err error)
type VulnerabilityIngestPage ¶ added in v1.0.8
type VulnerabilityIngestPage struct { Page *int32 `json:"page,omitempty"` PageSize *int32 `json:"pageSize,omitempty"` TotalItems NullableInt64 `json:"totalItems,omitempty"` HasNext NullableBool `json:"hasNext,omitempty"` HasPrevious NullableBool `json:"hasPrevious,omitempty"` SortBy NullableString `json:"sortBy,omitempty"` SortOrder NullableString `json:"sortOrder,omitempty"` Contents *[]VulnerabilityIngestion `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
VulnerabilityIngestPage struct for VulnerabilityIngestPage
func NewVulnerabilityIngestPage ¶ added in v1.0.8
func NewVulnerabilityIngestPage() *VulnerabilityIngestPage
NewVulnerabilityIngestPage instantiates a new VulnerabilityIngestPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVulnerabilityIngestPageWithDefaults ¶ added in v1.0.8
func NewVulnerabilityIngestPageWithDefaults() *VulnerabilityIngestPage
NewVulnerabilityIngestPageWithDefaults instantiates a new VulnerabilityIngestPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VulnerabilityIngestPage) GetContents ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) GetContents() []VulnerabilityIngestion
GetContents returns the Contents field value if set, zero value otherwise.
func (*VulnerabilityIngestPage) GetContentsOk ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) GetContentsOk() (*[]VulnerabilityIngestion, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VulnerabilityIngestPage) GetHasNext ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) GetHasNext() bool
GetHasNext returns the HasNext field value if set, zero value otherwise (both if not set or set to explicit null).
func (*VulnerabilityIngestPage) GetHasNextOk ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) GetHasNextOk() (*bool, bool)
GetHasNextOk returns a tuple with the HasNext field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*VulnerabilityIngestPage) GetHasPrevious ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) GetHasPrevious() bool
GetHasPrevious returns the HasPrevious field value if set, zero value otherwise (both if not set or set to explicit null).
func (*VulnerabilityIngestPage) GetHasPreviousOk ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) GetHasPreviousOk() (*bool, bool)
GetHasPreviousOk returns a tuple with the HasPrevious field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*VulnerabilityIngestPage) GetPage ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise.
func (*VulnerabilityIngestPage) GetPageOk ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) 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 (*VulnerabilityIngestPage) GetPageSize ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) GetPageSize() int32
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*VulnerabilityIngestPage) GetPageSizeOk ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) 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 (*VulnerabilityIngestPage) GetSortBy ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) GetSortBy() string
GetSortBy returns the SortBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*VulnerabilityIngestPage) GetSortByOk ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*VulnerabilityIngestPage) GetSortOrder ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) GetSortOrder() string
GetSortOrder returns the SortOrder field value if set, zero value otherwise (both if not set or set to explicit null).
func (*VulnerabilityIngestPage) GetSortOrderOk ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) GetSortOrderOk() (*string, bool)
GetSortOrderOk returns a tuple with the SortOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*VulnerabilityIngestPage) GetTotalItems ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) GetTotalItems() int64
GetTotalItems returns the TotalItems field value if set, zero value otherwise (both if not set or set to explicit null).
func (*VulnerabilityIngestPage) GetTotalItemsOk ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) GetTotalItemsOk() (*int64, bool)
GetTotalItemsOk returns a tuple with the TotalItems field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*VulnerabilityIngestPage) HasContents ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) HasContents() bool
HasContents returns a boolean if a field has been set.
func (*VulnerabilityIngestPage) HasHasNext ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) HasHasNext() bool
HasHasNext returns a boolean if a field has been set.
func (*VulnerabilityIngestPage) HasHasPrevious ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) HasHasPrevious() bool
HasHasPrevious returns a boolean if a field has been set.
func (*VulnerabilityIngestPage) HasPage ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) HasPage() bool
HasPage returns a boolean if a field has been set.
func (*VulnerabilityIngestPage) HasPageSize ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (*VulnerabilityIngestPage) HasSortBy ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.
func (*VulnerabilityIngestPage) HasSortOrder ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) HasSortOrder() bool
HasSortOrder returns a boolean if a field has been set.
func (*VulnerabilityIngestPage) HasTotalItems ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) HasTotalItems() bool
HasTotalItems returns a boolean if a field has been set.
func (VulnerabilityIngestPage) MarshalJSON ¶ added in v1.0.8
func (o VulnerabilityIngestPage) MarshalJSON() ([]byte, error)
func (*VulnerabilityIngestPage) SetContents ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) SetContents(v []VulnerabilityIngestion)
SetContents gets a reference to the given []VulnerabilityIngestion and assigns it to the Contents field.
func (*VulnerabilityIngestPage) SetHasNext ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) SetHasNext(v bool)
SetHasNext gets a reference to the given NullableBool and assigns it to the HasNext field.
func (*VulnerabilityIngestPage) SetHasNextNil ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) SetHasNextNil()
SetHasNextNil sets the value for HasNext to be an explicit nil
func (*VulnerabilityIngestPage) SetHasPrevious ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) SetHasPrevious(v bool)
SetHasPrevious gets a reference to the given NullableBool and assigns it to the HasPrevious field.
func (*VulnerabilityIngestPage) SetHasPreviousNil ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) SetHasPreviousNil()
SetHasPreviousNil sets the value for HasPrevious to be an explicit nil
func (*VulnerabilityIngestPage) SetPage ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) SetPage(v int32)
SetPage gets a reference to the given int32 and assigns it to the Page field.
func (*VulnerabilityIngestPage) SetPageSize ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) SetPageSize(v int32)
SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.
func (*VulnerabilityIngestPage) SetSortBy ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) SetSortBy(v string)
SetSortBy gets a reference to the given NullableString and assigns it to the SortBy field.
func (*VulnerabilityIngestPage) SetSortByNil ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) SetSortByNil()
SetSortByNil sets the value for SortBy to be an explicit nil
func (*VulnerabilityIngestPage) SetSortOrder ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) SetSortOrder(v string)
SetSortOrder gets a reference to the given NullableString and assigns it to the SortOrder field.
func (*VulnerabilityIngestPage) SetSortOrderNil ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) SetSortOrderNil()
SetSortOrderNil sets the value for SortOrder to be an explicit nil
func (*VulnerabilityIngestPage) SetTotalItems ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) SetTotalItems(v int64)
SetTotalItems gets a reference to the given NullableInt64 and assigns it to the TotalItems field.
func (*VulnerabilityIngestPage) SetTotalItemsNil ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) SetTotalItemsNil()
SetTotalItemsNil sets the value for TotalItems to be an explicit nil
func (*VulnerabilityIngestPage) UnmarshalJSON ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) UnmarshalJSON(bytes []byte) (err error)
func (*VulnerabilityIngestPage) UnsetHasNext ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) UnsetHasNext()
UnsetHasNext ensures that no value is present for HasNext, not even an explicit nil
func (*VulnerabilityIngestPage) UnsetHasPrevious ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) UnsetHasPrevious()
UnsetHasPrevious ensures that no value is present for HasPrevious, not even an explicit nil
func (*VulnerabilityIngestPage) UnsetSortBy ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) UnsetSortBy()
UnsetSortBy ensures that no value is present for SortBy, not even an explicit nil
func (*VulnerabilityIngestPage) UnsetSortOrder ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) UnsetSortOrder()
UnsetSortOrder ensures that no value is present for SortOrder, not even an explicit nil
func (*VulnerabilityIngestPage) UnsetTotalItems ¶ added in v1.0.8
func (o *VulnerabilityIngestPage) UnsetTotalItems()
UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil
type VulnerabilityIngestPageAllOf ¶ added in v1.0.8
type VulnerabilityIngestPageAllOf struct { Contents *[]VulnerabilityIngestion `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
VulnerabilityIngestPageAllOf struct for VulnerabilityIngestPageAllOf
func NewVulnerabilityIngestPageAllOf ¶ added in v1.0.8
func NewVulnerabilityIngestPageAllOf() *VulnerabilityIngestPageAllOf
NewVulnerabilityIngestPageAllOf instantiates a new VulnerabilityIngestPageAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVulnerabilityIngestPageAllOfWithDefaults ¶ added in v1.0.8
func NewVulnerabilityIngestPageAllOfWithDefaults() *VulnerabilityIngestPageAllOf
NewVulnerabilityIngestPageAllOfWithDefaults instantiates a new VulnerabilityIngestPageAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VulnerabilityIngestPageAllOf) GetContents ¶ added in v1.0.8
func (o *VulnerabilityIngestPageAllOf) GetContents() []VulnerabilityIngestion
GetContents returns the Contents field value if set, zero value otherwise.
func (*VulnerabilityIngestPageAllOf) GetContentsOk ¶ added in v1.0.8
func (o *VulnerabilityIngestPageAllOf) GetContentsOk() (*[]VulnerabilityIngestion, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VulnerabilityIngestPageAllOf) HasContents ¶ added in v1.0.8
func (o *VulnerabilityIngestPageAllOf) HasContents() bool
HasContents returns a boolean if a field has been set.
func (VulnerabilityIngestPageAllOf) MarshalJSON ¶ added in v1.0.8
func (o VulnerabilityIngestPageAllOf) MarshalJSON() ([]byte, error)
func (*VulnerabilityIngestPageAllOf) SetContents ¶ added in v1.0.8
func (o *VulnerabilityIngestPageAllOf) SetContents(v []VulnerabilityIngestion)
SetContents gets a reference to the given []VulnerabilityIngestion and assigns it to the Contents field.
func (*VulnerabilityIngestPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (o *VulnerabilityIngestPageAllOf) UnmarshalJSON(bytes []byte) (err error)
type VulnerabilityIngestion ¶ added in v1.0.8
type VulnerabilityIngestion struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` File *string `json:"file,omitempty"` ExecutedOn *time.Time `json:"executedOn,omitempty"` Message *string `json:"message,omitempty"` AdditionalProperties map[string]interface{} }
VulnerabilityIngestion Execution of vulnerability ingestion task
func NewVulnerabilityIngestion ¶ added in v1.0.8
func NewVulnerabilityIngestion() *VulnerabilityIngestion
NewVulnerabilityIngestion instantiates a new VulnerabilityIngestion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVulnerabilityIngestionWithDefaults ¶ added in v1.0.8
func NewVulnerabilityIngestionWithDefaults() *VulnerabilityIngestion
NewVulnerabilityIngestionWithDefaults instantiates a new VulnerabilityIngestion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VulnerabilityIngestion) GetExecutedOn ¶ added in v1.0.8
func (o *VulnerabilityIngestion) GetExecutedOn() time.Time
GetExecutedOn returns the ExecutedOn field value if set, zero value otherwise.
func (*VulnerabilityIngestion) GetExecutedOnOk ¶ added in v1.0.8
func (o *VulnerabilityIngestion) GetExecutedOnOk() (*time.Time, bool)
GetExecutedOnOk returns a tuple with the ExecutedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VulnerabilityIngestion) GetFile ¶ added in v1.0.8
func (o *VulnerabilityIngestion) GetFile() string
GetFile returns the File field value if set, zero value otherwise.
func (*VulnerabilityIngestion) GetFileOk ¶ added in v1.0.8
func (o *VulnerabilityIngestion) GetFileOk() (*string, bool)
GetFileOk returns a tuple with the File field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VulnerabilityIngestion) GetId ¶ added in v1.0.8
func (o *VulnerabilityIngestion) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*VulnerabilityIngestion) GetIdOk ¶ added in v1.0.8
func (o *VulnerabilityIngestion) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VulnerabilityIngestion) GetMessage ¶ added in v1.0.8
func (o *VulnerabilityIngestion) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*VulnerabilityIngestion) GetMessageOk ¶ added in v1.0.8
func (o *VulnerabilityIngestion) 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 (*VulnerabilityIngestion) GetName ¶ added in v1.0.8
func (o *VulnerabilityIngestion) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*VulnerabilityIngestion) GetNameOk ¶ added in v1.0.8
func (o *VulnerabilityIngestion) 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 (*VulnerabilityIngestion) HasExecutedOn ¶ added in v1.0.8
func (o *VulnerabilityIngestion) HasExecutedOn() bool
HasExecutedOn returns a boolean if a field has been set.
func (*VulnerabilityIngestion) HasFile ¶ added in v1.0.8
func (o *VulnerabilityIngestion) HasFile() bool
HasFile returns a boolean if a field has been set.
func (*VulnerabilityIngestion) HasId ¶ added in v1.0.8
func (o *VulnerabilityIngestion) HasId() bool
HasId returns a boolean if a field has been set.
func (*VulnerabilityIngestion) HasMessage ¶ added in v1.0.8
func (o *VulnerabilityIngestion) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*VulnerabilityIngestion) HasName ¶ added in v1.0.8
func (o *VulnerabilityIngestion) HasName() bool
HasName returns a boolean if a field has been set.
func (VulnerabilityIngestion) MarshalJSON ¶ added in v1.0.8
func (o VulnerabilityIngestion) MarshalJSON() ([]byte, error)
func (*VulnerabilityIngestion) SetExecutedOn ¶ added in v1.0.8
func (o *VulnerabilityIngestion) SetExecutedOn(v time.Time)
SetExecutedOn gets a reference to the given time.Time and assigns it to the ExecutedOn field.
func (*VulnerabilityIngestion) SetFile ¶ added in v1.0.8
func (o *VulnerabilityIngestion) SetFile(v string)
SetFile gets a reference to the given string and assigns it to the File field.
func (*VulnerabilityIngestion) SetId ¶ added in v1.0.8
func (o *VulnerabilityIngestion) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*VulnerabilityIngestion) SetMessage ¶ added in v1.0.8
func (o *VulnerabilityIngestion) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*VulnerabilityIngestion) SetName ¶ added in v1.0.8
func (o *VulnerabilityIngestion) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*VulnerabilityIngestion) UnmarshalJSON ¶ added in v1.0.8
func (o *VulnerabilityIngestion) UnmarshalJSON(bytes []byte) (err error)
type VulnerabilityRegistration ¶ added in v1.0.8
type VulnerabilityRegistration struct { Id *string `json:"id,omitempty"` RegisteredOn *time.Time `json:"registeredOn,omitempty"` Product *string `json:"product,omitempty"` Version *string `json:"version,omitempty"` AdditionalProperties map[string]interface{} }
VulnerabilityRegistration struct for VulnerabilityRegistration
func NewVulnerabilityRegistration ¶ added in v1.0.8
func NewVulnerabilityRegistration() *VulnerabilityRegistration
NewVulnerabilityRegistration instantiates a new VulnerabilityRegistration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVulnerabilityRegistrationWithDefaults ¶ added in v1.0.8
func NewVulnerabilityRegistrationWithDefaults() *VulnerabilityRegistration
NewVulnerabilityRegistrationWithDefaults instantiates a new VulnerabilityRegistration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VulnerabilityRegistration) GetId ¶ added in v1.0.8
func (o *VulnerabilityRegistration) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*VulnerabilityRegistration) GetIdOk ¶ added in v1.0.8
func (o *VulnerabilityRegistration) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VulnerabilityRegistration) GetProduct ¶ added in v1.0.8
func (o *VulnerabilityRegistration) GetProduct() string
GetProduct returns the Product field value if set, zero value otherwise.
func (*VulnerabilityRegistration) GetProductOk ¶ added in v1.0.8
func (o *VulnerabilityRegistration) GetProductOk() (*string, bool)
GetProductOk returns a tuple with the Product field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VulnerabilityRegistration) GetRegisteredOn ¶ added in v1.0.8
func (o *VulnerabilityRegistration) GetRegisteredOn() time.Time
GetRegisteredOn returns the RegisteredOn field value if set, zero value otherwise.
func (*VulnerabilityRegistration) GetRegisteredOnOk ¶ added in v1.0.8
func (o *VulnerabilityRegistration) GetRegisteredOnOk() (*time.Time, bool)
GetRegisteredOnOk returns a tuple with the RegisteredOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VulnerabilityRegistration) GetVersion ¶ added in v1.0.8
func (o *VulnerabilityRegistration) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*VulnerabilityRegistration) GetVersionOk ¶ added in v1.0.8
func (o *VulnerabilityRegistration) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VulnerabilityRegistration) HasId ¶ added in v1.0.8
func (o *VulnerabilityRegistration) HasId() bool
HasId returns a boolean if a field has been set.
func (*VulnerabilityRegistration) HasProduct ¶ added in v1.0.8
func (o *VulnerabilityRegistration) HasProduct() bool
HasProduct returns a boolean if a field has been set.
func (*VulnerabilityRegistration) HasRegisteredOn ¶ added in v1.0.8
func (o *VulnerabilityRegistration) HasRegisteredOn() bool
HasRegisteredOn returns a boolean if a field has been set.
func (*VulnerabilityRegistration) HasVersion ¶ added in v1.0.8
func (o *VulnerabilityRegistration) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (VulnerabilityRegistration) MarshalJSON ¶ added in v1.0.8
func (o VulnerabilityRegistration) MarshalJSON() ([]byte, error)
func (*VulnerabilityRegistration) SetId ¶ added in v1.0.8
func (o *VulnerabilityRegistration) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*VulnerabilityRegistration) SetProduct ¶ added in v1.0.8
func (o *VulnerabilityRegistration) SetProduct(v string)
SetProduct gets a reference to the given string and assigns it to the Product field.
func (*VulnerabilityRegistration) SetRegisteredOn ¶ added in v1.0.8
func (o *VulnerabilityRegistration) SetRegisteredOn(v time.Time)
SetRegisteredOn gets a reference to the given time.Time and assigns it to the RegisteredOn field.
func (*VulnerabilityRegistration) SetVersion ¶ added in v1.0.8
func (o *VulnerabilityRegistration) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (*VulnerabilityRegistration) UnmarshalJSON ¶ added in v1.0.8
func (o *VulnerabilityRegistration) UnmarshalJSON(bytes []byte) (err error)
type VulnerabilityRegistrationAllOf ¶ added in v1.0.8
type VulnerabilityRegistrationAllOf struct { Id *string `json:"id,omitempty"` RegisteredOn *time.Time `json:"registeredOn,omitempty"` AdditionalProperties map[string]interface{} }
VulnerabilityRegistrationAllOf struct for VulnerabilityRegistrationAllOf
func NewVulnerabilityRegistrationAllOf ¶ added in v1.0.8
func NewVulnerabilityRegistrationAllOf() *VulnerabilityRegistrationAllOf
NewVulnerabilityRegistrationAllOf instantiates a new VulnerabilityRegistrationAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVulnerabilityRegistrationAllOfWithDefaults ¶ added in v1.0.8
func NewVulnerabilityRegistrationAllOfWithDefaults() *VulnerabilityRegistrationAllOf
NewVulnerabilityRegistrationAllOfWithDefaults instantiates a new VulnerabilityRegistrationAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VulnerabilityRegistrationAllOf) GetId ¶ added in v1.0.8
func (o *VulnerabilityRegistrationAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*VulnerabilityRegistrationAllOf) GetIdOk ¶ added in v1.0.8
func (o *VulnerabilityRegistrationAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VulnerabilityRegistrationAllOf) GetRegisteredOn ¶ added in v1.0.8
func (o *VulnerabilityRegistrationAllOf) GetRegisteredOn() time.Time
GetRegisteredOn returns the RegisteredOn field value if set, zero value otherwise.
func (*VulnerabilityRegistrationAllOf) GetRegisteredOnOk ¶ added in v1.0.8
func (o *VulnerabilityRegistrationAllOf) GetRegisteredOnOk() (*time.Time, bool)
GetRegisteredOnOk returns a tuple with the RegisteredOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VulnerabilityRegistrationAllOf) HasId ¶ added in v1.0.8
func (o *VulnerabilityRegistrationAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (*VulnerabilityRegistrationAllOf) HasRegisteredOn ¶ added in v1.0.8
func (o *VulnerabilityRegistrationAllOf) HasRegisteredOn() bool
HasRegisteredOn returns a boolean if a field has been set.
func (VulnerabilityRegistrationAllOf) MarshalJSON ¶ added in v1.0.8
func (o VulnerabilityRegistrationAllOf) MarshalJSON() ([]byte, error)
func (*VulnerabilityRegistrationAllOf) SetId ¶ added in v1.0.8
func (o *VulnerabilityRegistrationAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*VulnerabilityRegistrationAllOf) SetRegisteredOn ¶ added in v1.0.8
func (o *VulnerabilityRegistrationAllOf) SetRegisteredOn(v time.Time)
SetRegisteredOn gets a reference to the given time.Time and assigns it to the RegisteredOn field.
func (*VulnerabilityRegistrationAllOf) UnmarshalJSON ¶ added in v1.0.8
func (o *VulnerabilityRegistrationAllOf) UnmarshalJSON(bytes []byte) (err error)
type VulnerabilityRegistrationCreate ¶ added in v1.0.8
type VulnerabilityRegistrationCreate struct { Product *string `json:"product,omitempty"` Version *string `json:"version,omitempty"` AdditionalProperties map[string]interface{} }
VulnerabilityRegistrationCreate Registration for vulnerability inspection.
func NewVulnerabilityRegistrationCreate ¶ added in v1.0.8
func NewVulnerabilityRegistrationCreate() *VulnerabilityRegistrationCreate
NewVulnerabilityRegistrationCreate instantiates a new VulnerabilityRegistrationCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVulnerabilityRegistrationCreateWithDefaults ¶ added in v1.0.8
func NewVulnerabilityRegistrationCreateWithDefaults() *VulnerabilityRegistrationCreate
NewVulnerabilityRegistrationCreateWithDefaults instantiates a new VulnerabilityRegistrationCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VulnerabilityRegistrationCreate) GetProduct ¶ added in v1.0.8
func (o *VulnerabilityRegistrationCreate) GetProduct() string
GetProduct returns the Product field value if set, zero value otherwise.
func (*VulnerabilityRegistrationCreate) GetProductOk ¶ added in v1.0.8
func (o *VulnerabilityRegistrationCreate) GetProductOk() (*string, bool)
GetProductOk returns a tuple with the Product field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VulnerabilityRegistrationCreate) GetVersion ¶ added in v1.0.8
func (o *VulnerabilityRegistrationCreate) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*VulnerabilityRegistrationCreate) GetVersionOk ¶ added in v1.0.8
func (o *VulnerabilityRegistrationCreate) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VulnerabilityRegistrationCreate) HasProduct ¶ added in v1.0.8
func (o *VulnerabilityRegistrationCreate) HasProduct() bool
HasProduct returns a boolean if a field has been set.
func (*VulnerabilityRegistrationCreate) HasVersion ¶ added in v1.0.8
func (o *VulnerabilityRegistrationCreate) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (VulnerabilityRegistrationCreate) MarshalJSON ¶ added in v1.0.8
func (o VulnerabilityRegistrationCreate) MarshalJSON() ([]byte, error)
func (*VulnerabilityRegistrationCreate) SetProduct ¶ added in v1.0.8
func (o *VulnerabilityRegistrationCreate) SetProduct(v string)
SetProduct gets a reference to the given string and assigns it to the Product field.
func (*VulnerabilityRegistrationCreate) SetVersion ¶ added in v1.0.8
func (o *VulnerabilityRegistrationCreate) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (*VulnerabilityRegistrationCreate) UnmarshalJSON ¶ added in v1.0.8
func (o *VulnerabilityRegistrationCreate) UnmarshalJSON(bytes []byte) (err error)
type VulnerabilitySeverity ¶ added in v1.0.8
type VulnerabilitySeverity string
VulnerabilitySeverity PSIRT vulnerability severity rating (https://nvd.nist.gov/vuln-metrics/cvss).
const ( VULNERABILITYSEVERITY_NONE VulnerabilitySeverity = "NONE" VULNERABILITYSEVERITY_LOW VulnerabilitySeverity = "LOW" VULNERABILITYSEVERITY_MEDIUM VulnerabilitySeverity = "MEDIUM" VULNERABILITYSEVERITY_HIGH VulnerabilitySeverity = "HIGH" VULNERABILITYSEVERITY_CRITICAL VulnerabilitySeverity = "CRITICAL" )
List of VulnerabilitySeverity
func (VulnerabilitySeverity) Ptr ¶ added in v1.0.8
func (v VulnerabilitySeverity) Ptr() *VulnerabilitySeverity
Ptr returns reference to VulnerabilitySeverity value
func (*VulnerabilitySeverity) UnmarshalJSON ¶ added in v1.0.8
func (v *VulnerabilitySeverity) UnmarshalJSON(src []byte) error
type VulnerabilityValidation ¶ added in v1.0.8
type VulnerabilityValidation struct { Id *string `json:"id,omitempty"` ExecutedOn *time.Time `json:"executedOn,omitempty"` Product *string `json:"product,omitempty"` Message *string `json:"message,omitempty"` AdditionalProperties map[string]interface{} }
VulnerabilityValidation Execution of vulnerability validation task
func NewVulnerabilityValidation ¶ added in v1.0.8
func NewVulnerabilityValidation() *VulnerabilityValidation
NewVulnerabilityValidation instantiates a new VulnerabilityValidation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVulnerabilityValidationWithDefaults ¶ added in v1.0.8
func NewVulnerabilityValidationWithDefaults() *VulnerabilityValidation
NewVulnerabilityValidationWithDefaults instantiates a new VulnerabilityValidation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VulnerabilityValidation) GetExecutedOn ¶ added in v1.0.8
func (o *VulnerabilityValidation) GetExecutedOn() time.Time
GetExecutedOn returns the ExecutedOn field value if set, zero value otherwise.
func (*VulnerabilityValidation) GetExecutedOnOk ¶ added in v1.0.8
func (o *VulnerabilityValidation) GetExecutedOnOk() (*time.Time, bool)
GetExecutedOnOk returns a tuple with the ExecutedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VulnerabilityValidation) GetId ¶ added in v1.0.8
func (o *VulnerabilityValidation) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*VulnerabilityValidation) GetIdOk ¶ added in v1.0.8
func (o *VulnerabilityValidation) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VulnerabilityValidation) GetMessage ¶ added in v1.0.8
func (o *VulnerabilityValidation) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*VulnerabilityValidation) GetMessageOk ¶ added in v1.0.8
func (o *VulnerabilityValidation) 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 (*VulnerabilityValidation) GetProduct ¶ added in v1.0.8
func (o *VulnerabilityValidation) GetProduct() string
GetProduct returns the Product field value if set, zero value otherwise.
func (*VulnerabilityValidation) GetProductOk ¶ added in v1.0.8
func (o *VulnerabilityValidation) GetProductOk() (*string, bool)
GetProductOk returns a tuple with the Product field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VulnerabilityValidation) HasExecutedOn ¶ added in v1.0.8
func (o *VulnerabilityValidation) HasExecutedOn() bool
HasExecutedOn returns a boolean if a field has been set.
func (*VulnerabilityValidation) HasId ¶ added in v1.0.8
func (o *VulnerabilityValidation) HasId() bool
HasId returns a boolean if a field has been set.
func (*VulnerabilityValidation) HasMessage ¶ added in v1.0.8
func (o *VulnerabilityValidation) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*VulnerabilityValidation) HasProduct ¶ added in v1.0.8
func (o *VulnerabilityValidation) HasProduct() bool
HasProduct returns a boolean if a field has been set.
func (VulnerabilityValidation) MarshalJSON ¶ added in v1.0.8
func (o VulnerabilityValidation) MarshalJSON() ([]byte, error)
func (*VulnerabilityValidation) SetExecutedOn ¶ added in v1.0.8
func (o *VulnerabilityValidation) SetExecutedOn(v time.Time)
SetExecutedOn gets a reference to the given time.Time and assigns it to the ExecutedOn field.
func (*VulnerabilityValidation) SetId ¶ added in v1.0.8
func (o *VulnerabilityValidation) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*VulnerabilityValidation) SetMessage ¶ added in v1.0.8
func (o *VulnerabilityValidation) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*VulnerabilityValidation) SetProduct ¶ added in v1.0.8
func (o *VulnerabilityValidation) SetProduct(v string)
SetProduct gets a reference to the given string and assigns it to the Product field.
func (*VulnerabilityValidation) UnmarshalJSON ¶ added in v1.0.8
func (o *VulnerabilityValidation) UnmarshalJSON(bytes []byte) (err error)
type VulnerabilityValidationPage ¶ added in v1.0.8
type VulnerabilityValidationPage struct { Page *int32 `json:"page,omitempty"` PageSize *int32 `json:"pageSize,omitempty"` TotalItems NullableInt64 `json:"totalItems,omitempty"` HasNext NullableBool `json:"hasNext,omitempty"` HasPrevious NullableBool `json:"hasPrevious,omitempty"` SortBy NullableString `json:"sortBy,omitempty"` SortOrder NullableString `json:"sortOrder,omitempty"` Contents *[]VulnerabilityValidation `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
VulnerabilityValidationPage struct for VulnerabilityValidationPage
func NewVulnerabilityValidationPage ¶ added in v1.0.8
func NewVulnerabilityValidationPage() *VulnerabilityValidationPage
NewVulnerabilityValidationPage instantiates a new VulnerabilityValidationPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVulnerabilityValidationPageWithDefaults ¶ added in v1.0.8
func NewVulnerabilityValidationPageWithDefaults() *VulnerabilityValidationPage
NewVulnerabilityValidationPageWithDefaults instantiates a new VulnerabilityValidationPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VulnerabilityValidationPage) GetContents ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) GetContents() []VulnerabilityValidation
GetContents returns the Contents field value if set, zero value otherwise.
func (*VulnerabilityValidationPage) GetContentsOk ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) GetContentsOk() (*[]VulnerabilityValidation, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VulnerabilityValidationPage) GetHasNext ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) GetHasNext() bool
GetHasNext returns the HasNext field value if set, zero value otherwise (both if not set or set to explicit null).
func (*VulnerabilityValidationPage) GetHasNextOk ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) GetHasNextOk() (*bool, bool)
GetHasNextOk returns a tuple with the HasNext field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*VulnerabilityValidationPage) GetHasPrevious ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) GetHasPrevious() bool
GetHasPrevious returns the HasPrevious field value if set, zero value otherwise (both if not set or set to explicit null).
func (*VulnerabilityValidationPage) GetHasPreviousOk ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) GetHasPreviousOk() (*bool, bool)
GetHasPreviousOk returns a tuple with the HasPrevious field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*VulnerabilityValidationPage) GetPage ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise.
func (*VulnerabilityValidationPage) GetPageOk ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) 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 (*VulnerabilityValidationPage) GetPageSize ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) GetPageSize() int32
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*VulnerabilityValidationPage) GetPageSizeOk ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) 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 (*VulnerabilityValidationPage) GetSortBy ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) GetSortBy() string
GetSortBy returns the SortBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*VulnerabilityValidationPage) GetSortByOk ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*VulnerabilityValidationPage) GetSortOrder ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) GetSortOrder() string
GetSortOrder returns the SortOrder field value if set, zero value otherwise (both if not set or set to explicit null).
func (*VulnerabilityValidationPage) GetSortOrderOk ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) GetSortOrderOk() (*string, bool)
GetSortOrderOk returns a tuple with the SortOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*VulnerabilityValidationPage) GetTotalItems ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) GetTotalItems() int64
GetTotalItems returns the TotalItems field value if set, zero value otherwise (both if not set or set to explicit null).
func (*VulnerabilityValidationPage) GetTotalItemsOk ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) GetTotalItemsOk() (*int64, bool)
GetTotalItemsOk returns a tuple with the TotalItems field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*VulnerabilityValidationPage) HasContents ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) HasContents() bool
HasContents returns a boolean if a field has been set.
func (*VulnerabilityValidationPage) HasHasNext ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) HasHasNext() bool
HasHasNext returns a boolean if a field has been set.
func (*VulnerabilityValidationPage) HasHasPrevious ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) HasHasPrevious() bool
HasHasPrevious returns a boolean if a field has been set.
func (*VulnerabilityValidationPage) HasPage ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) HasPage() bool
HasPage returns a boolean if a field has been set.
func (*VulnerabilityValidationPage) HasPageSize ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (*VulnerabilityValidationPage) HasSortBy ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.
func (*VulnerabilityValidationPage) HasSortOrder ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) HasSortOrder() bool
HasSortOrder returns a boolean if a field has been set.
func (*VulnerabilityValidationPage) HasTotalItems ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) HasTotalItems() bool
HasTotalItems returns a boolean if a field has been set.
func (VulnerabilityValidationPage) MarshalJSON ¶ added in v1.0.8
func (o VulnerabilityValidationPage) MarshalJSON() ([]byte, error)
func (*VulnerabilityValidationPage) SetContents ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) SetContents(v []VulnerabilityValidation)
SetContents gets a reference to the given []VulnerabilityValidation and assigns it to the Contents field.
func (*VulnerabilityValidationPage) SetHasNext ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) SetHasNext(v bool)
SetHasNext gets a reference to the given NullableBool and assigns it to the HasNext field.
func (*VulnerabilityValidationPage) SetHasNextNil ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) SetHasNextNil()
SetHasNextNil sets the value for HasNext to be an explicit nil
func (*VulnerabilityValidationPage) SetHasPrevious ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) SetHasPrevious(v bool)
SetHasPrevious gets a reference to the given NullableBool and assigns it to the HasPrevious field.
func (*VulnerabilityValidationPage) SetHasPreviousNil ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) SetHasPreviousNil()
SetHasPreviousNil sets the value for HasPrevious to be an explicit nil
func (*VulnerabilityValidationPage) SetPage ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) SetPage(v int32)
SetPage gets a reference to the given int32 and assigns it to the Page field.
func (*VulnerabilityValidationPage) SetPageSize ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) SetPageSize(v int32)
SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.
func (*VulnerabilityValidationPage) SetSortBy ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) SetSortBy(v string)
SetSortBy gets a reference to the given NullableString and assigns it to the SortBy field.
func (*VulnerabilityValidationPage) SetSortByNil ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) SetSortByNil()
SetSortByNil sets the value for SortBy to be an explicit nil
func (*VulnerabilityValidationPage) SetSortOrder ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) SetSortOrder(v string)
SetSortOrder gets a reference to the given NullableString and assigns it to the SortOrder field.
func (*VulnerabilityValidationPage) SetSortOrderNil ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) SetSortOrderNil()
SetSortOrderNil sets the value for SortOrder to be an explicit nil
func (*VulnerabilityValidationPage) SetTotalItems ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) SetTotalItems(v int64)
SetTotalItems gets a reference to the given NullableInt64 and assigns it to the TotalItems field.
func (*VulnerabilityValidationPage) SetTotalItemsNil ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) SetTotalItemsNil()
SetTotalItemsNil sets the value for TotalItems to be an explicit nil
func (*VulnerabilityValidationPage) UnmarshalJSON ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) UnmarshalJSON(bytes []byte) (err error)
func (*VulnerabilityValidationPage) UnsetHasNext ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) UnsetHasNext()
UnsetHasNext ensures that no value is present for HasNext, not even an explicit nil
func (*VulnerabilityValidationPage) UnsetHasPrevious ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) UnsetHasPrevious()
UnsetHasPrevious ensures that no value is present for HasPrevious, not even an explicit nil
func (*VulnerabilityValidationPage) UnsetSortBy ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) UnsetSortBy()
UnsetSortBy ensures that no value is present for SortBy, not even an explicit nil
func (*VulnerabilityValidationPage) UnsetSortOrder ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) UnsetSortOrder()
UnsetSortOrder ensures that no value is present for SortOrder, not even an explicit nil
func (*VulnerabilityValidationPage) UnsetTotalItems ¶ added in v1.0.8
func (o *VulnerabilityValidationPage) UnsetTotalItems()
UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil
type VulnerabilityValidationPageAllOf ¶ added in v1.0.8
type VulnerabilityValidationPageAllOf struct { Contents *[]VulnerabilityValidation `json:"contents,omitempty"` AdditionalProperties map[string]interface{} }
VulnerabilityValidationPageAllOf struct for VulnerabilityValidationPageAllOf
func NewVulnerabilityValidationPageAllOf ¶ added in v1.0.8
func NewVulnerabilityValidationPageAllOf() *VulnerabilityValidationPageAllOf
NewVulnerabilityValidationPageAllOf instantiates a new VulnerabilityValidationPageAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVulnerabilityValidationPageAllOfWithDefaults ¶ added in v1.0.8
func NewVulnerabilityValidationPageAllOfWithDefaults() *VulnerabilityValidationPageAllOf
NewVulnerabilityValidationPageAllOfWithDefaults instantiates a new VulnerabilityValidationPageAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VulnerabilityValidationPageAllOf) GetContents ¶ added in v1.0.8
func (o *VulnerabilityValidationPageAllOf) GetContents() []VulnerabilityValidation
GetContents returns the Contents field value if set, zero value otherwise.
func (*VulnerabilityValidationPageAllOf) GetContentsOk ¶ added in v1.0.8
func (o *VulnerabilityValidationPageAllOf) GetContentsOk() (*[]VulnerabilityValidation, bool)
GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VulnerabilityValidationPageAllOf) HasContents ¶ added in v1.0.8
func (o *VulnerabilityValidationPageAllOf) HasContents() bool
HasContents returns a boolean if a field has been set.
func (VulnerabilityValidationPageAllOf) MarshalJSON ¶ added in v1.0.8
func (o VulnerabilityValidationPageAllOf) MarshalJSON() ([]byte, error)
func (*VulnerabilityValidationPageAllOf) SetContents ¶ added in v1.0.8
func (o *VulnerabilityValidationPageAllOf) SetContents(v []VulnerabilityValidation)
SetContents gets a reference to the given []VulnerabilityValidation and assigns it to the Contents field.
func (*VulnerabilityValidationPageAllOf) UnmarshalJSON ¶ added in v1.0.8
func (o *VulnerabilityValidationPageAllOf) UnmarshalJSON(bytes []byte) (err error)
type Workflow ¶
type Workflow struct { Id *string `json:"id,omitempty"` SchemaId *string `json:"schema_id,omitempty"` Name *string `json:"name,omitempty"` Title *string `json:"title,omitempty"` Type *string `json:"type,omitempty"` BaseType *string `json:"base_type,omitempty"` ObjectType NullableString `json:"object_type,omitempty"` Properties *map[string]interface{} `json:"properties,omitempty"` Valid *bool `json:"valid,omitempty"` WorkflowValid *bool `json:"workflow_valid,omitempty"` Categories *[]string `json:"categories,omitempty"` Metadata *WorkflowMetadata `json:"metadata,omitempty"` Status *map[string]interface{} `json:"status,omitempty"` Permissions *[]string `json:"permissions,omitempty"` Variables *[]WorkflowVariable `json:"variables,omitempty"` Actions []WorkflowAction `json:"actions,omitempty"` CreatedOn *string `json:"created_on,omitempty"` CreatedBy *string `json:"created_by,omitempty"` UpdatedOn *string `json:"updated_on,omitempty"` UpdatedBy NullableString `json:"updated_by,omitempty"` Owner NullableString `json:"owner,omitempty"` UniqueName NullableString `json:"unique_name,omitempty"` AdditionalProperties map[string]interface{} }
Workflow struct for Workflow
func NewWorkflow ¶
func NewWorkflow() *Workflow
NewWorkflow instantiates a new Workflow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowWithDefaults ¶
func NewWorkflowWithDefaults() *Workflow
NewWorkflowWithDefaults instantiates a new Workflow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Workflow) GetActions ¶
func (o *Workflow) GetActions() []WorkflowAction
GetActions returns the Actions field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Workflow) GetActionsOk ¶
func (o *Workflow) GetActionsOk() (*[]WorkflowAction, bool)
GetActionsOk returns a tuple with the Actions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Workflow) GetBaseType ¶
GetBaseType returns the BaseType field value if set, zero value otherwise.
func (*Workflow) GetBaseTypeOk ¶
GetBaseTypeOk returns a tuple with the BaseType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workflow) GetCategories ¶
GetCategories returns the Categories field value if set, zero value otherwise.
func (*Workflow) GetCategoriesOk ¶
GetCategoriesOk returns a tuple with the Categories field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workflow) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Workflow) GetCreatedByOk ¶
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 (*Workflow) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Workflow) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workflow) 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 (*Workflow) GetMetadata ¶
func (o *Workflow) GetMetadata() WorkflowMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*Workflow) GetMetadataOk ¶
func (o *Workflow) GetMetadataOk() (*WorkflowMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workflow) 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 (*Workflow) GetObjectType ¶
GetObjectType returns the ObjectType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Workflow) GetObjectTypeOk ¶
GetObjectTypeOk returns a tuple with the ObjectType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Workflow) GetOwner ¶
GetOwner returns the Owner field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Workflow) GetOwnerOk ¶
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Workflow) GetPermissions ¶
GetPermissions returns the Permissions field value if set, zero value otherwise.
func (*Workflow) GetPermissionsOk ¶
GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workflow) GetProperties ¶
GetProperties returns the Properties field value if set, zero value otherwise.
func (*Workflow) GetPropertiesOk ¶
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workflow) GetSchemaId ¶
GetSchemaId returns the SchemaId field value if set, zero value otherwise.
func (*Workflow) GetSchemaIdOk ¶
GetSchemaIdOk returns a tuple with the SchemaId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workflow) GetStatus ¶
GetStatus returns the Status field value if set, zero value otherwise.
func (*Workflow) 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 (*Workflow) GetTitleOk ¶
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 (*Workflow) 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 (*Workflow) GetUniqueName ¶
GetUniqueName returns the UniqueName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Workflow) GetUniqueNameOk ¶
GetUniqueNameOk returns a tuple with the UniqueName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Workflow) GetUpdatedBy ¶
GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Workflow) GetUpdatedByOk ¶
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 (*Workflow) GetUpdatedOn ¶
GetUpdatedOn returns the UpdatedOn field value if set, zero value otherwise.
func (*Workflow) GetUpdatedOnOk ¶
GetUpdatedOnOk returns a tuple with the UpdatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workflow) GetValidOk ¶
GetValidOk returns a tuple with the Valid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workflow) GetVariables ¶
func (o *Workflow) GetVariables() []WorkflowVariable
GetVariables returns the Variables field value if set, zero value otherwise.
func (*Workflow) GetVariablesOk ¶
func (o *Workflow) GetVariablesOk() (*[]WorkflowVariable, bool)
GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workflow) GetWorkflowValid ¶
GetWorkflowValid returns the WorkflowValid field value if set, zero value otherwise.
func (*Workflow) GetWorkflowValidOk ¶
GetWorkflowValidOk returns a tuple with the WorkflowValid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workflow) HasActions ¶
HasActions returns a boolean if a field has been set.
func (*Workflow) HasBaseType ¶
HasBaseType returns a boolean if a field has been set.
func (*Workflow) HasCategories ¶
HasCategories returns a boolean if a field has been set.
func (*Workflow) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Workflow) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Workflow) HasMetadata ¶
HasMetadata returns a boolean if a field has been set.
func (*Workflow) HasObjectType ¶
HasObjectType returns a boolean if a field has been set.
func (*Workflow) HasPermissions ¶
HasPermissions returns a boolean if a field has been set.
func (*Workflow) HasProperties ¶
HasProperties returns a boolean if a field has been set.
func (*Workflow) HasSchemaId ¶
HasSchemaId returns a boolean if a field has been set.
func (*Workflow) HasUniqueName ¶
HasUniqueName returns a boolean if a field has been set.
func (*Workflow) HasUpdatedBy ¶
HasUpdatedBy returns a boolean if a field has been set.
func (*Workflow) HasUpdatedOn ¶
HasUpdatedOn returns a boolean if a field has been set.
func (*Workflow) HasVariables ¶
HasVariables returns a boolean if a field has been set.
func (*Workflow) HasWorkflowValid ¶
HasWorkflowValid returns a boolean if a field has been set.
func (Workflow) MarshalJSON ¶
func (*Workflow) SetActions ¶
func (o *Workflow) SetActions(v []WorkflowAction)
SetActions gets a reference to the given []WorkflowAction and assigns it to the Actions field.
func (*Workflow) SetBaseType ¶
SetBaseType gets a reference to the given string and assigns it to the BaseType field.
func (*Workflow) SetCategories ¶
SetCategories gets a reference to the given []string and assigns it to the Categories field.
func (*Workflow) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Workflow) SetCreatedOn ¶
SetCreatedOn gets a reference to the given string and assigns it to the CreatedOn field.
func (*Workflow) SetId ¶
SetId gets a reference to the given string and assigns it to the Id field.
func (*Workflow) SetMetadata ¶
func (o *Workflow) SetMetadata(v WorkflowMetadata)
SetMetadata gets a reference to the given WorkflowMetadata and assigns it to the Metadata field.
func (*Workflow) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Workflow) SetObjectType ¶
SetObjectType gets a reference to the given NullableString and assigns it to the ObjectType field.
func (*Workflow) SetObjectTypeNil ¶ added in v1.0.5
func (o *Workflow) SetObjectTypeNil()
SetObjectTypeNil sets the value for ObjectType to be an explicit nil
func (*Workflow) SetOwner ¶
SetOwner gets a reference to the given NullableString and assigns it to the Owner field.
func (*Workflow) SetOwnerNil ¶ added in v1.0.5
func (o *Workflow) SetOwnerNil()
SetOwnerNil sets the value for Owner to be an explicit nil
func (*Workflow) SetPermissions ¶
SetPermissions gets a reference to the given []string and assigns it to the Permissions field.
func (*Workflow) SetProperties ¶
SetProperties gets a reference to the given map[string]interface{} and assigns it to the Properties field.
func (*Workflow) SetSchemaId ¶
SetSchemaId gets a reference to the given string and assigns it to the SchemaId field.
func (*Workflow) SetStatus ¶
SetStatus gets a reference to the given map[string]interface{} and assigns it to the Status field.
func (*Workflow) SetTitle ¶
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*Workflow) SetType ¶
SetType gets a reference to the given string and assigns it to the Type field.
func (*Workflow) SetUniqueName ¶
SetUniqueName gets a reference to the given NullableString and assigns it to the UniqueName field.
func (*Workflow) SetUniqueNameNil ¶ added in v1.0.5
func (o *Workflow) SetUniqueNameNil()
SetUniqueNameNil sets the value for UniqueName to be an explicit nil
func (*Workflow) SetUpdatedBy ¶
SetUpdatedBy gets a reference to the given NullableString and assigns it to the UpdatedBy field.
func (*Workflow) SetUpdatedByNil ¶ added in v1.0.5
func (o *Workflow) SetUpdatedByNil()
SetUpdatedByNil sets the value for UpdatedBy to be an explicit nil
func (*Workflow) SetUpdatedOn ¶
SetUpdatedOn gets a reference to the given string and assigns it to the UpdatedOn field.
func (*Workflow) SetValid ¶
SetValid gets a reference to the given bool and assigns it to the Valid field.
func (*Workflow) SetVariables ¶
func (o *Workflow) SetVariables(v []WorkflowVariable)
SetVariables gets a reference to the given []WorkflowVariable and assigns it to the Variables field.
func (*Workflow) SetWorkflowValid ¶
SetWorkflowValid gets a reference to the given bool and assigns it to the WorkflowValid field.
func (*Workflow) UnmarshalJSON ¶ added in v1.0.5
func (*Workflow) UnsetObjectType ¶ added in v1.0.5
func (o *Workflow) UnsetObjectType()
UnsetObjectType ensures that no value is present for ObjectType, not even an explicit nil
func (*Workflow) UnsetOwner ¶ added in v1.0.5
func (o *Workflow) UnsetOwner()
UnsetOwner ensures that no value is present for Owner, not even an explicit nil
func (*Workflow) UnsetUniqueName ¶ added in v1.0.5
func (o *Workflow) UnsetUniqueName()
UnsetUniqueName ensures that no value is present for UniqueName, not even an explicit nil
func (*Workflow) UnsetUpdatedBy ¶ added in v1.0.5
func (o *Workflow) UnsetUpdatedBy()
UnsetUpdatedBy ensures that no value is present for UpdatedBy, not even an explicit nil
type WorkflowAccessMeta ¶
type WorkflowAccessMeta struct { Adapter *WorkflowAccessMetaType `json:"adapter,omitempty"` RuntimeUsers *[]WorkflowAccessMetaType `json:"runtime_users,omitempty"` Targets *[]WorkflowAccessMetaType `json:"targets,omitempty"` IsIntegration *bool `json:"is_integration,omitempty"` IsInternal *bool `json:"is_internal,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowAccessMeta struct for WorkflowAccessMeta
func NewWorkflowAccessMeta ¶
func NewWorkflowAccessMeta() *WorkflowAccessMeta
NewWorkflowAccessMeta instantiates a new WorkflowAccessMeta object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowAccessMetaWithDefaults ¶
func NewWorkflowAccessMetaWithDefaults() *WorkflowAccessMeta
NewWorkflowAccessMetaWithDefaults instantiates a new WorkflowAccessMeta object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowAccessMeta) GetAdapter ¶
func (o *WorkflowAccessMeta) GetAdapter() WorkflowAccessMetaType
GetAdapter returns the Adapter field value if set, zero value otherwise.
func (*WorkflowAccessMeta) GetAdapterOk ¶
func (o *WorkflowAccessMeta) GetAdapterOk() (*WorkflowAccessMetaType, bool)
GetAdapterOk returns a tuple with the Adapter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowAccessMeta) GetIsIntegration ¶
func (o *WorkflowAccessMeta) GetIsIntegration() bool
GetIsIntegration returns the IsIntegration field value if set, zero value otherwise.
func (*WorkflowAccessMeta) GetIsIntegrationOk ¶
func (o *WorkflowAccessMeta) GetIsIntegrationOk() (*bool, bool)
GetIsIntegrationOk returns a tuple with the IsIntegration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowAccessMeta) GetIsInternal ¶
func (o *WorkflowAccessMeta) GetIsInternal() bool
GetIsInternal returns the IsInternal field value if set, zero value otherwise.
func (*WorkflowAccessMeta) GetIsInternalOk ¶
func (o *WorkflowAccessMeta) GetIsInternalOk() (*bool, bool)
GetIsInternalOk returns a tuple with the IsInternal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowAccessMeta) GetRuntimeUsers ¶
func (o *WorkflowAccessMeta) GetRuntimeUsers() []WorkflowAccessMetaType
GetRuntimeUsers returns the RuntimeUsers field value if set, zero value otherwise.
func (*WorkflowAccessMeta) GetRuntimeUsersOk ¶
func (o *WorkflowAccessMeta) GetRuntimeUsersOk() (*[]WorkflowAccessMetaType, bool)
GetRuntimeUsersOk returns a tuple with the RuntimeUsers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowAccessMeta) GetTargets ¶
func (o *WorkflowAccessMeta) GetTargets() []WorkflowAccessMetaType
GetTargets returns the Targets field value if set, zero value otherwise.
func (*WorkflowAccessMeta) GetTargetsOk ¶
func (o *WorkflowAccessMeta) GetTargetsOk() (*[]WorkflowAccessMetaType, bool)
GetTargetsOk returns a tuple with the Targets field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowAccessMeta) HasAdapter ¶
func (o *WorkflowAccessMeta) HasAdapter() bool
HasAdapter returns a boolean if a field has been set.
func (*WorkflowAccessMeta) HasIsIntegration ¶
func (o *WorkflowAccessMeta) HasIsIntegration() bool
HasIsIntegration returns a boolean if a field has been set.
func (*WorkflowAccessMeta) HasIsInternal ¶
func (o *WorkflowAccessMeta) HasIsInternal() bool
HasIsInternal returns a boolean if a field has been set.
func (*WorkflowAccessMeta) HasRuntimeUsers ¶
func (o *WorkflowAccessMeta) HasRuntimeUsers() bool
HasRuntimeUsers returns a boolean if a field has been set.
func (*WorkflowAccessMeta) HasTargets ¶
func (o *WorkflowAccessMeta) HasTargets() bool
HasTargets returns a boolean if a field has been set.
func (WorkflowAccessMeta) MarshalJSON ¶
func (o WorkflowAccessMeta) MarshalJSON() ([]byte, error)
func (*WorkflowAccessMeta) SetAdapter ¶
func (o *WorkflowAccessMeta) SetAdapter(v WorkflowAccessMetaType)
SetAdapter gets a reference to the given WorkflowAccessMetaType and assigns it to the Adapter field.
func (*WorkflowAccessMeta) SetIsIntegration ¶
func (o *WorkflowAccessMeta) SetIsIntegration(v bool)
SetIsIntegration gets a reference to the given bool and assigns it to the IsIntegration field.
func (*WorkflowAccessMeta) SetIsInternal ¶
func (o *WorkflowAccessMeta) SetIsInternal(v bool)
SetIsInternal gets a reference to the given bool and assigns it to the IsInternal field.
func (*WorkflowAccessMeta) SetRuntimeUsers ¶
func (o *WorkflowAccessMeta) SetRuntimeUsers(v []WorkflowAccessMetaType)
SetRuntimeUsers gets a reference to the given []WorkflowAccessMetaType and assigns it to the RuntimeUsers field.
func (*WorkflowAccessMeta) SetTargets ¶
func (o *WorkflowAccessMeta) SetTargets(v []WorkflowAccessMetaType)
SetTargets gets a reference to the given []WorkflowAccessMetaType and assigns it to the Targets field.
func (*WorkflowAccessMeta) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowAccessMeta) UnmarshalJSON(bytes []byte) (err error)
type WorkflowAccessMetaType ¶
type WorkflowAccessMetaType struct { Id *string `json:"id,omitempty"` Type *string `json:"type,omitempty"` Version *string `json:"version,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowAccessMetaType struct for WorkflowAccessMetaType
func NewWorkflowAccessMetaType ¶
func NewWorkflowAccessMetaType() *WorkflowAccessMetaType
NewWorkflowAccessMetaType instantiates a new WorkflowAccessMetaType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowAccessMetaTypeWithDefaults ¶
func NewWorkflowAccessMetaTypeWithDefaults() *WorkflowAccessMetaType
NewWorkflowAccessMetaTypeWithDefaults instantiates a new WorkflowAccessMetaType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowAccessMetaType) GetId ¶
func (o *WorkflowAccessMetaType) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*WorkflowAccessMetaType) GetIdOk ¶
func (o *WorkflowAccessMetaType) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowAccessMetaType) GetType ¶
func (o *WorkflowAccessMetaType) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*WorkflowAccessMetaType) GetTypeOk ¶
func (o *WorkflowAccessMetaType) 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 (*WorkflowAccessMetaType) GetVersion ¶
func (o *WorkflowAccessMetaType) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*WorkflowAccessMetaType) GetVersionOk ¶
func (o *WorkflowAccessMetaType) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowAccessMetaType) HasId ¶
func (o *WorkflowAccessMetaType) HasId() bool
HasId returns a boolean if a field has been set.
func (*WorkflowAccessMetaType) HasType ¶
func (o *WorkflowAccessMetaType) HasType() bool
HasType returns a boolean if a field has been set.
func (*WorkflowAccessMetaType) HasVersion ¶
func (o *WorkflowAccessMetaType) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (WorkflowAccessMetaType) MarshalJSON ¶
func (o WorkflowAccessMetaType) MarshalJSON() ([]byte, error)
func (*WorkflowAccessMetaType) SetId ¶
func (o *WorkflowAccessMetaType) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*WorkflowAccessMetaType) SetType ¶
func (o *WorkflowAccessMetaType) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*WorkflowAccessMetaType) SetVersion ¶
func (o *WorkflowAccessMetaType) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (*WorkflowAccessMetaType) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowAccessMetaType) UnmarshalJSON(bytes []byte) (err error)
type WorkflowAction ¶
type WorkflowAction struct { Id *string `json:"id,omitempty"` WorkflowId NullableString `json:"workflow_id,omitempty"` DefinitionId NullableString `json:"definition_id,omitempty"` SchemaId NullableString `json:"schema_id,omitempty"` AdapterId NullableString `json:"adapter_id,omitempty"` UniqueName NullableString `json:"unique_name,omitempty"` Name *string `json:"name,omitempty"` Title *string `json:"title,omitempty"` Type *string `json:"type,omitempty"` BaseType *string `json:"base_type,omitempty"` Properties map[string]interface{} `json:"properties,omitempty"` ObjectType NullableString `json:"object_type,omitempty"` StartedBy NullableString `json:"started_by,omitempty"` Blocks []WorkflowActionBlock `json:"blocks,omitempty"` Status map[string]interface{} `json:"status,omitempty"` Description NullableString `json:"description,omitempty"` Output map[string]interface{} `json:"output,omitempty"` StartedOn NullableString `json:"started_on,omitempty"` EndedOn NullableString `json:"ended_on,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowAction struct for WorkflowAction
func NewWorkflowAction ¶
func NewWorkflowAction() *WorkflowAction
NewWorkflowAction instantiates a new WorkflowAction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowActionWithDefaults ¶
func NewWorkflowActionWithDefaults() *WorkflowAction
NewWorkflowActionWithDefaults instantiates a new WorkflowAction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowAction) GetAdapterId ¶
func (o *WorkflowAction) GetAdapterId() string
GetAdapterId returns the AdapterId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowAction) GetAdapterIdOk ¶
func (o *WorkflowAction) GetAdapterIdOk() (*string, bool)
GetAdapterIdOk returns a tuple with the AdapterId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowAction) GetBaseType ¶
func (o *WorkflowAction) GetBaseType() string
GetBaseType returns the BaseType field value if set, zero value otherwise.
func (*WorkflowAction) GetBaseTypeOk ¶
func (o *WorkflowAction) GetBaseTypeOk() (*string, bool)
GetBaseTypeOk returns a tuple with the BaseType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowAction) GetBlocks ¶
func (o *WorkflowAction) GetBlocks() []WorkflowActionBlock
GetBlocks returns the Blocks field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowAction) GetBlocksOk ¶
func (o *WorkflowAction) GetBlocksOk() (*[]WorkflowActionBlock, bool)
GetBlocksOk returns a tuple with the Blocks field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowAction) GetDefinitionId ¶
func (o *WorkflowAction) GetDefinitionId() string
GetDefinitionId returns the DefinitionId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowAction) GetDefinitionIdOk ¶
func (o *WorkflowAction) GetDefinitionIdOk() (*string, bool)
GetDefinitionIdOk returns a tuple with the DefinitionId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowAction) GetDescription ¶
func (o *WorkflowAction) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowAction) GetDescriptionOk ¶
func (o *WorkflowAction) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowAction) GetEndedOn ¶
func (o *WorkflowAction) GetEndedOn() string
GetEndedOn returns the EndedOn field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowAction) GetEndedOnOk ¶
func (o *WorkflowAction) GetEndedOnOk() (*string, bool)
GetEndedOnOk returns a tuple with the EndedOn field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowAction) GetId ¶
func (o *WorkflowAction) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*WorkflowAction) GetIdOk ¶
func (o *WorkflowAction) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowAction) GetName ¶
func (o *WorkflowAction) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*WorkflowAction) GetNameOk ¶
func (o *WorkflowAction) 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 (*WorkflowAction) GetObjectType ¶
func (o *WorkflowAction) GetObjectType() string
GetObjectType returns the ObjectType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowAction) GetObjectTypeOk ¶
func (o *WorkflowAction) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowAction) GetOutput ¶
func (o *WorkflowAction) GetOutput() map[string]interface{}
GetOutput returns the Output field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowAction) GetOutputOk ¶
func (o *WorkflowAction) GetOutputOk() (*map[string]interface{}, bool)
GetOutputOk returns a tuple with the Output field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowAction) GetProperties ¶
func (o *WorkflowAction) GetProperties() map[string]interface{}
GetProperties returns the Properties field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowAction) GetPropertiesOk ¶
func (o *WorkflowAction) GetPropertiesOk() (*map[string]interface{}, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowAction) GetSchemaId ¶
func (o *WorkflowAction) GetSchemaId() string
GetSchemaId returns the SchemaId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowAction) GetSchemaIdOk ¶
func (o *WorkflowAction) GetSchemaIdOk() (*string, bool)
GetSchemaIdOk returns a tuple with the SchemaId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowAction) GetStartedBy ¶
func (o *WorkflowAction) GetStartedBy() string
GetStartedBy returns the StartedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowAction) GetStartedByOk ¶
func (o *WorkflowAction) GetStartedByOk() (*string, bool)
GetStartedByOk returns a tuple with the StartedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowAction) GetStartedOn ¶
func (o *WorkflowAction) GetStartedOn() string
GetStartedOn returns the StartedOn field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowAction) GetStartedOnOk ¶
func (o *WorkflowAction) GetStartedOnOk() (*string, bool)
GetStartedOnOk returns a tuple with the StartedOn field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowAction) GetStatus ¶
func (o *WorkflowAction) GetStatus() map[string]interface{}
GetStatus returns the Status field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowAction) GetStatusOk ¶
func (o *WorkflowAction) GetStatusOk() (*map[string]interface{}, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowAction) GetTitle ¶
func (o *WorkflowAction) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*WorkflowAction) GetTitleOk ¶
func (o *WorkflowAction) 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 (*WorkflowAction) GetType ¶
func (o *WorkflowAction) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*WorkflowAction) GetTypeOk ¶
func (o *WorkflowAction) 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 (*WorkflowAction) GetUniqueName ¶
func (o *WorkflowAction) GetUniqueName() string
GetUniqueName returns the UniqueName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowAction) GetUniqueNameOk ¶
func (o *WorkflowAction) GetUniqueNameOk() (*string, bool)
GetUniqueNameOk returns a tuple with the UniqueName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowAction) GetWorkflowId ¶
func (o *WorkflowAction) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowAction) GetWorkflowIdOk ¶
func (o *WorkflowAction) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowAction) HasAdapterId ¶
func (o *WorkflowAction) HasAdapterId() bool
HasAdapterId returns a boolean if a field has been set.
func (*WorkflowAction) HasBaseType ¶
func (o *WorkflowAction) HasBaseType() bool
HasBaseType returns a boolean if a field has been set.
func (*WorkflowAction) HasBlocks ¶
func (o *WorkflowAction) HasBlocks() bool
HasBlocks returns a boolean if a field has been set.
func (*WorkflowAction) HasDefinitionId ¶
func (o *WorkflowAction) HasDefinitionId() bool
HasDefinitionId returns a boolean if a field has been set.
func (*WorkflowAction) HasDescription ¶
func (o *WorkflowAction) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*WorkflowAction) HasEndedOn ¶
func (o *WorkflowAction) HasEndedOn() bool
HasEndedOn returns a boolean if a field has been set.
func (*WorkflowAction) HasId ¶
func (o *WorkflowAction) HasId() bool
HasId returns a boolean if a field has been set.
func (*WorkflowAction) HasName ¶
func (o *WorkflowAction) HasName() bool
HasName returns a boolean if a field has been set.
func (*WorkflowAction) HasObjectType ¶
func (o *WorkflowAction) HasObjectType() bool
HasObjectType returns a boolean if a field has been set.
func (*WorkflowAction) HasOutput ¶
func (o *WorkflowAction) HasOutput() bool
HasOutput returns a boolean if a field has been set.
func (*WorkflowAction) HasProperties ¶
func (o *WorkflowAction) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (*WorkflowAction) HasSchemaId ¶
func (o *WorkflowAction) HasSchemaId() bool
HasSchemaId returns a boolean if a field has been set.
func (*WorkflowAction) HasStartedBy ¶
func (o *WorkflowAction) HasStartedBy() bool
HasStartedBy returns a boolean if a field has been set.
func (*WorkflowAction) HasStartedOn ¶
func (o *WorkflowAction) HasStartedOn() bool
HasStartedOn returns a boolean if a field has been set.
func (*WorkflowAction) HasStatus ¶
func (o *WorkflowAction) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*WorkflowAction) HasTitle ¶
func (o *WorkflowAction) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*WorkflowAction) HasType ¶
func (o *WorkflowAction) HasType() bool
HasType returns a boolean if a field has been set.
func (*WorkflowAction) HasUniqueName ¶
func (o *WorkflowAction) HasUniqueName() bool
HasUniqueName returns a boolean if a field has been set.
func (*WorkflowAction) HasWorkflowId ¶
func (o *WorkflowAction) HasWorkflowId() bool
HasWorkflowId returns a boolean if a field has been set.
func (WorkflowAction) MarshalJSON ¶
func (o WorkflowAction) MarshalJSON() ([]byte, error)
func (*WorkflowAction) SetAdapterId ¶
func (o *WorkflowAction) SetAdapterId(v string)
SetAdapterId gets a reference to the given NullableString and assigns it to the AdapterId field.
func (*WorkflowAction) SetAdapterIdNil ¶ added in v1.0.5
func (o *WorkflowAction) SetAdapterIdNil()
SetAdapterIdNil sets the value for AdapterId to be an explicit nil
func (*WorkflowAction) SetBaseType ¶
func (o *WorkflowAction) SetBaseType(v string)
SetBaseType gets a reference to the given string and assigns it to the BaseType field.
func (*WorkflowAction) SetBlocks ¶
func (o *WorkflowAction) SetBlocks(v []WorkflowActionBlock)
SetBlocks gets a reference to the given []WorkflowActionBlock and assigns it to the Blocks field.
func (*WorkflowAction) SetDefinitionId ¶
func (o *WorkflowAction) SetDefinitionId(v string)
SetDefinitionId gets a reference to the given NullableString and assigns it to the DefinitionId field.
func (*WorkflowAction) SetDefinitionIdNil ¶ added in v1.0.5
func (o *WorkflowAction) SetDefinitionIdNil()
SetDefinitionIdNil sets the value for DefinitionId to be an explicit nil
func (*WorkflowAction) SetDescription ¶
func (o *WorkflowAction) SetDescription(v string)
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*WorkflowAction) SetDescriptionNil ¶ added in v1.0.5
func (o *WorkflowAction) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*WorkflowAction) SetEndedOn ¶
func (o *WorkflowAction) SetEndedOn(v string)
SetEndedOn gets a reference to the given NullableString and assigns it to the EndedOn field.
func (*WorkflowAction) SetEndedOnNil ¶ added in v1.0.5
func (o *WorkflowAction) SetEndedOnNil()
SetEndedOnNil sets the value for EndedOn to be an explicit nil
func (*WorkflowAction) SetId ¶
func (o *WorkflowAction) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*WorkflowAction) SetName ¶
func (o *WorkflowAction) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*WorkflowAction) SetObjectType ¶
func (o *WorkflowAction) SetObjectType(v string)
SetObjectType gets a reference to the given NullableString and assigns it to the ObjectType field.
func (*WorkflowAction) SetObjectTypeNil ¶ added in v1.0.5
func (o *WorkflowAction) SetObjectTypeNil()
SetObjectTypeNil sets the value for ObjectType to be an explicit nil
func (*WorkflowAction) SetOutput ¶
func (o *WorkflowAction) SetOutput(v map[string]interface{})
SetOutput gets a reference to the given map[string]interface{} and assigns it to the Output field.
func (*WorkflowAction) SetProperties ¶
func (o *WorkflowAction) SetProperties(v map[string]interface{})
SetProperties gets a reference to the given map[string]interface{} and assigns it to the Properties field.
func (*WorkflowAction) SetSchemaId ¶
func (o *WorkflowAction) SetSchemaId(v string)
SetSchemaId gets a reference to the given NullableString and assigns it to the SchemaId field.
func (*WorkflowAction) SetSchemaIdNil ¶ added in v1.0.5
func (o *WorkflowAction) SetSchemaIdNil()
SetSchemaIdNil sets the value for SchemaId to be an explicit nil
func (*WorkflowAction) SetStartedBy ¶
func (o *WorkflowAction) SetStartedBy(v string)
SetStartedBy gets a reference to the given NullableString and assigns it to the StartedBy field.
func (*WorkflowAction) SetStartedByNil ¶ added in v1.0.5
func (o *WorkflowAction) SetStartedByNil()
SetStartedByNil sets the value for StartedBy to be an explicit nil
func (*WorkflowAction) SetStartedOn ¶
func (o *WorkflowAction) SetStartedOn(v string)
SetStartedOn gets a reference to the given NullableString and assigns it to the StartedOn field.
func (*WorkflowAction) SetStartedOnNil ¶ added in v1.0.5
func (o *WorkflowAction) SetStartedOnNil()
SetStartedOnNil sets the value for StartedOn to be an explicit nil
func (*WorkflowAction) SetStatus ¶
func (o *WorkflowAction) SetStatus(v map[string]interface{})
SetStatus gets a reference to the given map[string]interface{} and assigns it to the Status field.
func (*WorkflowAction) SetTitle ¶
func (o *WorkflowAction) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*WorkflowAction) SetType ¶
func (o *WorkflowAction) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*WorkflowAction) SetUniqueName ¶
func (o *WorkflowAction) SetUniqueName(v string)
SetUniqueName gets a reference to the given NullableString and assigns it to the UniqueName field.
func (*WorkflowAction) SetUniqueNameNil ¶ added in v1.0.5
func (o *WorkflowAction) SetUniqueNameNil()
SetUniqueNameNil sets the value for UniqueName to be an explicit nil
func (*WorkflowAction) SetWorkflowId ¶
func (o *WorkflowAction) SetWorkflowId(v string)
SetWorkflowId gets a reference to the given NullableString and assigns it to the WorkflowId field.
func (*WorkflowAction) SetWorkflowIdNil ¶ added in v1.0.5
func (o *WorkflowAction) SetWorkflowIdNil()
SetWorkflowIdNil sets the value for WorkflowId to be an explicit nil
func (*WorkflowAction) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowAction) UnmarshalJSON(bytes []byte) (err error)
func (*WorkflowAction) UnsetAdapterId ¶ added in v1.0.5
func (o *WorkflowAction) UnsetAdapterId()
UnsetAdapterId ensures that no value is present for AdapterId, not even an explicit nil
func (*WorkflowAction) UnsetDefinitionId ¶ added in v1.0.5
func (o *WorkflowAction) UnsetDefinitionId()
UnsetDefinitionId ensures that no value is present for DefinitionId, not even an explicit nil
func (*WorkflowAction) UnsetDescription ¶ added in v1.0.5
func (o *WorkflowAction) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (*WorkflowAction) UnsetEndedOn ¶ added in v1.0.5
func (o *WorkflowAction) UnsetEndedOn()
UnsetEndedOn ensures that no value is present for EndedOn, not even an explicit nil
func (*WorkflowAction) UnsetObjectType ¶ added in v1.0.5
func (o *WorkflowAction) UnsetObjectType()
UnsetObjectType ensures that no value is present for ObjectType, not even an explicit nil
func (*WorkflowAction) UnsetSchemaId ¶ added in v1.0.5
func (o *WorkflowAction) UnsetSchemaId()
UnsetSchemaId ensures that no value is present for SchemaId, not even an explicit nil
func (*WorkflowAction) UnsetStartedBy ¶ added in v1.0.5
func (o *WorkflowAction) UnsetStartedBy()
UnsetStartedBy ensures that no value is present for StartedBy, not even an explicit nil
func (*WorkflowAction) UnsetStartedOn ¶ added in v1.0.5
func (o *WorkflowAction) UnsetStartedOn()
UnsetStartedOn ensures that no value is present for StartedOn, not even an explicit nil
func (*WorkflowAction) UnsetUniqueName ¶ added in v1.0.5
func (o *WorkflowAction) UnsetUniqueName()
UnsetUniqueName ensures that no value is present for UniqueName, not even an explicit nil
func (*WorkflowAction) UnsetWorkflowId ¶ added in v1.0.5
func (o *WorkflowAction) UnsetWorkflowId()
UnsetWorkflowId ensures that no value is present for WorkflowId, not even an explicit nil
type WorkflowActionBlock ¶
type WorkflowActionBlock struct { UniqueName *string `json:"unique_name,omitempty"` Name *string `json:"name,omitempty"` Title *string `json:"title,omitempty"` Type *string `json:"type,omitempty"` Version *string `json:"version,omitempty"` BaseType *string `json:"base_type,omitempty"` Properties *map[string]interface{} `json:"properties,omitempty"` ObjectType *string `json:"object_type,omitempty"` Actions *[]WorkflowAction `json:"actions,omitempty"` SubworkflowId *string `json:"subworkflow_id,omitempty"` WorkflowId *string `json:"workflow_id,omitempty"` SchemaId *string `json:"schema_id,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowActionBlock struct for WorkflowActionBlock
func NewWorkflowActionBlock ¶
func NewWorkflowActionBlock() *WorkflowActionBlock
NewWorkflowActionBlock instantiates a new WorkflowActionBlock object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowActionBlockWithDefaults ¶
func NewWorkflowActionBlockWithDefaults() *WorkflowActionBlock
NewWorkflowActionBlockWithDefaults instantiates a new WorkflowActionBlock object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowActionBlock) GetActions ¶
func (o *WorkflowActionBlock) GetActions() []WorkflowAction
GetActions returns the Actions field value if set, zero value otherwise.
func (*WorkflowActionBlock) GetActionsOk ¶
func (o *WorkflowActionBlock) GetActionsOk() (*[]WorkflowAction, bool)
GetActionsOk returns a tuple with the Actions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowActionBlock) GetBaseType ¶
func (o *WorkflowActionBlock) GetBaseType() string
GetBaseType returns the BaseType field value if set, zero value otherwise.
func (*WorkflowActionBlock) GetBaseTypeOk ¶
func (o *WorkflowActionBlock) GetBaseTypeOk() (*string, bool)
GetBaseTypeOk returns a tuple with the BaseType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowActionBlock) GetName ¶
func (o *WorkflowActionBlock) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*WorkflowActionBlock) GetNameOk ¶
func (o *WorkflowActionBlock) 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 (*WorkflowActionBlock) GetObjectType ¶
func (o *WorkflowActionBlock) GetObjectType() string
GetObjectType returns the ObjectType field value if set, zero value otherwise.
func (*WorkflowActionBlock) GetObjectTypeOk ¶
func (o *WorkflowActionBlock) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowActionBlock) GetProperties ¶
func (o *WorkflowActionBlock) GetProperties() map[string]interface{}
GetProperties returns the Properties field value if set, zero value otherwise.
func (*WorkflowActionBlock) GetPropertiesOk ¶
func (o *WorkflowActionBlock) GetPropertiesOk() (*map[string]interface{}, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowActionBlock) GetSchemaId ¶
func (o *WorkflowActionBlock) GetSchemaId() string
GetSchemaId returns the SchemaId field value if set, zero value otherwise.
func (*WorkflowActionBlock) GetSchemaIdOk ¶
func (o *WorkflowActionBlock) GetSchemaIdOk() (*string, bool)
GetSchemaIdOk returns a tuple with the SchemaId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowActionBlock) GetSubworkflowId ¶
func (o *WorkflowActionBlock) GetSubworkflowId() string
GetSubworkflowId returns the SubworkflowId field value if set, zero value otherwise.
func (*WorkflowActionBlock) GetSubworkflowIdOk ¶
func (o *WorkflowActionBlock) GetSubworkflowIdOk() (*string, bool)
GetSubworkflowIdOk returns a tuple with the SubworkflowId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowActionBlock) GetTitle ¶
func (o *WorkflowActionBlock) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*WorkflowActionBlock) GetTitleOk ¶
func (o *WorkflowActionBlock) 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 (*WorkflowActionBlock) GetType ¶
func (o *WorkflowActionBlock) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*WorkflowActionBlock) GetTypeOk ¶
func (o *WorkflowActionBlock) 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 (*WorkflowActionBlock) GetUniqueName ¶
func (o *WorkflowActionBlock) GetUniqueName() string
GetUniqueName returns the UniqueName field value if set, zero value otherwise.
func (*WorkflowActionBlock) GetUniqueNameOk ¶
func (o *WorkflowActionBlock) GetUniqueNameOk() (*string, bool)
GetUniqueNameOk returns a tuple with the UniqueName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowActionBlock) GetVersion ¶
func (o *WorkflowActionBlock) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*WorkflowActionBlock) GetVersionOk ¶
func (o *WorkflowActionBlock) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowActionBlock) GetWorkflowId ¶
func (o *WorkflowActionBlock) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value if set, zero value otherwise.
func (*WorkflowActionBlock) GetWorkflowIdOk ¶
func (o *WorkflowActionBlock) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowActionBlock) HasActions ¶
func (o *WorkflowActionBlock) HasActions() bool
HasActions returns a boolean if a field has been set.
func (*WorkflowActionBlock) HasBaseType ¶
func (o *WorkflowActionBlock) HasBaseType() bool
HasBaseType returns a boolean if a field has been set.
func (*WorkflowActionBlock) HasName ¶
func (o *WorkflowActionBlock) HasName() bool
HasName returns a boolean if a field has been set.
func (*WorkflowActionBlock) HasObjectType ¶
func (o *WorkflowActionBlock) HasObjectType() bool
HasObjectType returns a boolean if a field has been set.
func (*WorkflowActionBlock) HasProperties ¶
func (o *WorkflowActionBlock) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (*WorkflowActionBlock) HasSchemaId ¶
func (o *WorkflowActionBlock) HasSchemaId() bool
HasSchemaId returns a boolean if a field has been set.
func (*WorkflowActionBlock) HasSubworkflowId ¶
func (o *WorkflowActionBlock) HasSubworkflowId() bool
HasSubworkflowId returns a boolean if a field has been set.
func (*WorkflowActionBlock) HasTitle ¶
func (o *WorkflowActionBlock) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*WorkflowActionBlock) HasType ¶
func (o *WorkflowActionBlock) HasType() bool
HasType returns a boolean if a field has been set.
func (*WorkflowActionBlock) HasUniqueName ¶
func (o *WorkflowActionBlock) HasUniqueName() bool
HasUniqueName returns a boolean if a field has been set.
func (*WorkflowActionBlock) HasVersion ¶
func (o *WorkflowActionBlock) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (*WorkflowActionBlock) HasWorkflowId ¶
func (o *WorkflowActionBlock) HasWorkflowId() bool
HasWorkflowId returns a boolean if a field has been set.
func (WorkflowActionBlock) MarshalJSON ¶
func (o WorkflowActionBlock) MarshalJSON() ([]byte, error)
func (*WorkflowActionBlock) SetActions ¶
func (o *WorkflowActionBlock) SetActions(v []WorkflowAction)
SetActions gets a reference to the given []WorkflowAction and assigns it to the Actions field.
func (*WorkflowActionBlock) SetBaseType ¶
func (o *WorkflowActionBlock) SetBaseType(v string)
SetBaseType gets a reference to the given string and assigns it to the BaseType field.
func (*WorkflowActionBlock) SetName ¶
func (o *WorkflowActionBlock) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*WorkflowActionBlock) SetObjectType ¶
func (o *WorkflowActionBlock) SetObjectType(v string)
SetObjectType gets a reference to the given string and assigns it to the ObjectType field.
func (*WorkflowActionBlock) SetProperties ¶
func (o *WorkflowActionBlock) SetProperties(v map[string]interface{})
SetProperties gets a reference to the given map[string]interface{} and assigns it to the Properties field.
func (*WorkflowActionBlock) SetSchemaId ¶
func (o *WorkflowActionBlock) SetSchemaId(v string)
SetSchemaId gets a reference to the given string and assigns it to the SchemaId field.
func (*WorkflowActionBlock) SetSubworkflowId ¶
func (o *WorkflowActionBlock) SetSubworkflowId(v string)
SetSubworkflowId gets a reference to the given string and assigns it to the SubworkflowId field.
func (*WorkflowActionBlock) SetTitle ¶
func (o *WorkflowActionBlock) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*WorkflowActionBlock) SetType ¶
func (o *WorkflowActionBlock) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*WorkflowActionBlock) SetUniqueName ¶
func (o *WorkflowActionBlock) SetUniqueName(v string)
SetUniqueName gets a reference to the given string and assigns it to the UniqueName field.
func (*WorkflowActionBlock) SetVersion ¶
func (o *WorkflowActionBlock) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (*WorkflowActionBlock) SetWorkflowId ¶
func (o *WorkflowActionBlock) SetWorkflowId(v string)
SetWorkflowId gets a reference to the given string and assigns it to the WorkflowId field.
func (*WorkflowActionBlock) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowActionBlock) UnmarshalJSON(bytes []byte) (err error)
type WorkflowAllOf ¶
type WorkflowAllOf struct { Id *string `json:"id,omitempty"` SchemaId *string `json:"schema_id,omitempty"` Name *string `json:"name,omitempty"` Title *string `json:"title,omitempty"` Type *string `json:"type,omitempty"` BaseType *string `json:"base_type,omitempty"` ObjectType NullableString `json:"object_type,omitempty"` Properties *map[string]interface{} `json:"properties,omitempty"` Valid *bool `json:"valid,omitempty"` WorkflowValid *bool `json:"workflow_valid,omitempty"` Categories *[]string `json:"categories,omitempty"` Metadata *WorkflowMetadata `json:"metadata,omitempty"` Status *map[string]interface{} `json:"status,omitempty"` Permissions *[]string `json:"permissions,omitempty"` Variables *[]WorkflowVariable `json:"variables,omitempty"` Actions []WorkflowAction `json:"actions,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowAllOf struct for WorkflowAllOf
func NewWorkflowAllOf ¶
func NewWorkflowAllOf() *WorkflowAllOf
NewWorkflowAllOf instantiates a new WorkflowAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowAllOfWithDefaults ¶
func NewWorkflowAllOfWithDefaults() *WorkflowAllOf
NewWorkflowAllOfWithDefaults instantiates a new WorkflowAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowAllOf) GetActions ¶
func (o *WorkflowAllOf) GetActions() []WorkflowAction
GetActions returns the Actions field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowAllOf) GetActionsOk ¶
func (o *WorkflowAllOf) GetActionsOk() (*[]WorkflowAction, bool)
GetActionsOk returns a tuple with the Actions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowAllOf) GetBaseType ¶
func (o *WorkflowAllOf) GetBaseType() string
GetBaseType returns the BaseType field value if set, zero value otherwise.
func (*WorkflowAllOf) GetBaseTypeOk ¶
func (o *WorkflowAllOf) GetBaseTypeOk() (*string, bool)
GetBaseTypeOk returns a tuple with the BaseType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowAllOf) GetCategories ¶
func (o *WorkflowAllOf) GetCategories() []string
GetCategories returns the Categories field value if set, zero value otherwise.
func (*WorkflowAllOf) GetCategoriesOk ¶
func (o *WorkflowAllOf) GetCategoriesOk() (*[]string, bool)
GetCategoriesOk returns a tuple with the Categories field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowAllOf) GetId ¶
func (o *WorkflowAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*WorkflowAllOf) GetIdOk ¶
func (o *WorkflowAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowAllOf) GetMetadata ¶
func (o *WorkflowAllOf) GetMetadata() WorkflowMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*WorkflowAllOf) GetMetadataOk ¶
func (o *WorkflowAllOf) GetMetadataOk() (*WorkflowMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowAllOf) GetName ¶
func (o *WorkflowAllOf) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*WorkflowAllOf) GetNameOk ¶
func (o *WorkflowAllOf) 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 (*WorkflowAllOf) GetObjectType ¶
func (o *WorkflowAllOf) GetObjectType() string
GetObjectType returns the ObjectType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowAllOf) GetObjectTypeOk ¶
func (o *WorkflowAllOf) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowAllOf) GetPermissions ¶
func (o *WorkflowAllOf) GetPermissions() []string
GetPermissions returns the Permissions field value if set, zero value otherwise.
func (*WorkflowAllOf) GetPermissionsOk ¶
func (o *WorkflowAllOf) GetPermissionsOk() (*[]string, bool)
GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowAllOf) GetProperties ¶
func (o *WorkflowAllOf) GetProperties() map[string]interface{}
GetProperties returns the Properties field value if set, zero value otherwise.
func (*WorkflowAllOf) GetPropertiesOk ¶
func (o *WorkflowAllOf) GetPropertiesOk() (*map[string]interface{}, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowAllOf) GetSchemaId ¶
func (o *WorkflowAllOf) GetSchemaId() string
GetSchemaId returns the SchemaId field value if set, zero value otherwise.
func (*WorkflowAllOf) GetSchemaIdOk ¶
func (o *WorkflowAllOf) GetSchemaIdOk() (*string, bool)
GetSchemaIdOk returns a tuple with the SchemaId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowAllOf) GetStatus ¶
func (o *WorkflowAllOf) GetStatus() map[string]interface{}
GetStatus returns the Status field value if set, zero value otherwise.
func (*WorkflowAllOf) GetStatusOk ¶
func (o *WorkflowAllOf) GetStatusOk() (*map[string]interface{}, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowAllOf) GetTitle ¶
func (o *WorkflowAllOf) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*WorkflowAllOf) GetTitleOk ¶
func (o *WorkflowAllOf) 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 (*WorkflowAllOf) GetType ¶
func (o *WorkflowAllOf) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*WorkflowAllOf) GetTypeOk ¶
func (o *WorkflowAllOf) 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 (*WorkflowAllOf) GetValid ¶
func (o *WorkflowAllOf) GetValid() bool
GetValid returns the Valid field value if set, zero value otherwise.
func (*WorkflowAllOf) GetValidOk ¶
func (o *WorkflowAllOf) GetValidOk() (*bool, bool)
GetValidOk returns a tuple with the Valid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowAllOf) GetVariables ¶
func (o *WorkflowAllOf) GetVariables() []WorkflowVariable
GetVariables returns the Variables field value if set, zero value otherwise.
func (*WorkflowAllOf) GetVariablesOk ¶
func (o *WorkflowAllOf) GetVariablesOk() (*[]WorkflowVariable, bool)
GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowAllOf) GetWorkflowValid ¶
func (o *WorkflowAllOf) GetWorkflowValid() bool
GetWorkflowValid returns the WorkflowValid field value if set, zero value otherwise.
func (*WorkflowAllOf) GetWorkflowValidOk ¶
func (o *WorkflowAllOf) GetWorkflowValidOk() (*bool, bool)
GetWorkflowValidOk returns a tuple with the WorkflowValid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowAllOf) HasActions ¶
func (o *WorkflowAllOf) HasActions() bool
HasActions returns a boolean if a field has been set.
func (*WorkflowAllOf) HasBaseType ¶
func (o *WorkflowAllOf) HasBaseType() bool
HasBaseType returns a boolean if a field has been set.
func (*WorkflowAllOf) HasCategories ¶
func (o *WorkflowAllOf) HasCategories() bool
HasCategories returns a boolean if a field has been set.
func (*WorkflowAllOf) HasId ¶
func (o *WorkflowAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (*WorkflowAllOf) HasMetadata ¶
func (o *WorkflowAllOf) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*WorkflowAllOf) HasName ¶
func (o *WorkflowAllOf) HasName() bool
HasName returns a boolean if a field has been set.
func (*WorkflowAllOf) HasObjectType ¶
func (o *WorkflowAllOf) HasObjectType() bool
HasObjectType returns a boolean if a field has been set.
func (*WorkflowAllOf) HasPermissions ¶
func (o *WorkflowAllOf) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.
func (*WorkflowAllOf) HasProperties ¶
func (o *WorkflowAllOf) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (*WorkflowAllOf) HasSchemaId ¶
func (o *WorkflowAllOf) HasSchemaId() bool
HasSchemaId returns a boolean if a field has been set.
func (*WorkflowAllOf) HasStatus ¶
func (o *WorkflowAllOf) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*WorkflowAllOf) HasTitle ¶
func (o *WorkflowAllOf) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*WorkflowAllOf) HasType ¶
func (o *WorkflowAllOf) HasType() bool
HasType returns a boolean if a field has been set.
func (*WorkflowAllOf) HasValid ¶
func (o *WorkflowAllOf) HasValid() bool
HasValid returns a boolean if a field has been set.
func (*WorkflowAllOf) HasVariables ¶
func (o *WorkflowAllOf) HasVariables() bool
HasVariables returns a boolean if a field has been set.
func (*WorkflowAllOf) HasWorkflowValid ¶
func (o *WorkflowAllOf) HasWorkflowValid() bool
HasWorkflowValid returns a boolean if a field has been set.
func (WorkflowAllOf) MarshalJSON ¶
func (o WorkflowAllOf) MarshalJSON() ([]byte, error)
func (*WorkflowAllOf) SetActions ¶
func (o *WorkflowAllOf) SetActions(v []WorkflowAction)
SetActions gets a reference to the given []WorkflowAction and assigns it to the Actions field.
func (*WorkflowAllOf) SetBaseType ¶
func (o *WorkflowAllOf) SetBaseType(v string)
SetBaseType gets a reference to the given string and assigns it to the BaseType field.
func (*WorkflowAllOf) SetCategories ¶
func (o *WorkflowAllOf) SetCategories(v []string)
SetCategories gets a reference to the given []string and assigns it to the Categories field.
func (*WorkflowAllOf) SetId ¶
func (o *WorkflowAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*WorkflowAllOf) SetMetadata ¶
func (o *WorkflowAllOf) SetMetadata(v WorkflowMetadata)
SetMetadata gets a reference to the given WorkflowMetadata and assigns it to the Metadata field.
func (*WorkflowAllOf) SetName ¶
func (o *WorkflowAllOf) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*WorkflowAllOf) SetObjectType ¶
func (o *WorkflowAllOf) SetObjectType(v string)
SetObjectType gets a reference to the given NullableString and assigns it to the ObjectType field.
func (*WorkflowAllOf) SetObjectTypeNil ¶ added in v1.0.5
func (o *WorkflowAllOf) SetObjectTypeNil()
SetObjectTypeNil sets the value for ObjectType to be an explicit nil
func (*WorkflowAllOf) SetPermissions ¶
func (o *WorkflowAllOf) SetPermissions(v []string)
SetPermissions gets a reference to the given []string and assigns it to the Permissions field.
func (*WorkflowAllOf) SetProperties ¶
func (o *WorkflowAllOf) SetProperties(v map[string]interface{})
SetProperties gets a reference to the given map[string]interface{} and assigns it to the Properties field.
func (*WorkflowAllOf) SetSchemaId ¶
func (o *WorkflowAllOf) SetSchemaId(v string)
SetSchemaId gets a reference to the given string and assigns it to the SchemaId field.
func (*WorkflowAllOf) SetStatus ¶
func (o *WorkflowAllOf) SetStatus(v map[string]interface{})
SetStatus gets a reference to the given map[string]interface{} and assigns it to the Status field.
func (*WorkflowAllOf) SetTitle ¶
func (o *WorkflowAllOf) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*WorkflowAllOf) SetType ¶
func (o *WorkflowAllOf) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*WorkflowAllOf) SetValid ¶
func (o *WorkflowAllOf) SetValid(v bool)
SetValid gets a reference to the given bool and assigns it to the Valid field.
func (*WorkflowAllOf) SetVariables ¶
func (o *WorkflowAllOf) SetVariables(v []WorkflowVariable)
SetVariables gets a reference to the given []WorkflowVariable and assigns it to the Variables field.
func (*WorkflowAllOf) SetWorkflowValid ¶
func (o *WorkflowAllOf) SetWorkflowValid(v bool)
SetWorkflowValid gets a reference to the given bool and assigns it to the WorkflowValid field.
func (*WorkflowAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowAllOf) UnmarshalJSON(bytes []byte) (err error)
func (*WorkflowAllOf) UnsetObjectType ¶ added in v1.0.5
func (o *WorkflowAllOf) UnsetObjectType()
UnsetObjectType ensures that no value is present for ObjectType, not even an explicit nil
type WorkflowCategoriesApiService ¶
type WorkflowCategoriesApiService service
WorkflowCategoriesApiService WorkflowCategoriesApi service
func (*WorkflowCategoriesApiService) CreateWorkflowCategory ¶
func (a *WorkflowCategoriesApiService) CreateWorkflowCategory(ctx _context.Context) ApiCreateWorkflowCategoryRequest
* CreateWorkflowCategory Creates a new workflow category. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateWorkflowCategoryRequest
func (*WorkflowCategoriesApiService) CreateWorkflowCategoryExecute ¶
func (a *WorkflowCategoriesApiService) CreateWorkflowCategoryExecute(r ApiCreateWorkflowCategoryRequest) (WorkflowCategory, *_nethttp.Response, error)
* Execute executes the request * @return WorkflowCategory
func (*WorkflowCategoriesApiService) DeleteWorkflowCategory ¶
func (a *WorkflowCategoriesApiService) DeleteWorkflowCategory(ctx _context.Context, id string) ApiDeleteWorkflowCategoryRequest
* DeleteWorkflowCategory Deletes a workflow category. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiDeleteWorkflowCategoryRequest
func (*WorkflowCategoriesApiService) DeleteWorkflowCategoryExecute ¶
func (a *WorkflowCategoriesApiService) DeleteWorkflowCategoryExecute(r ApiDeleteWorkflowCategoryRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*WorkflowCategoriesApiService) GetWorkflowCategoriesList ¶
func (a *WorkflowCategoriesApiService) GetWorkflowCategoriesList(ctx _context.Context) ApiGetWorkflowCategoriesListRequest
* GetWorkflowCategoriesList Returns a list of workflow categories. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetWorkflowCategoriesListRequest
func (*WorkflowCategoriesApiService) GetWorkflowCategoriesListExecute ¶
func (a *WorkflowCategoriesApiService) GetWorkflowCategoriesListExecute(r ApiGetWorkflowCategoriesListRequest) ([]WorkflowCategory, *_nethttp.Response, error)
* Execute executes the request * @return []WorkflowCategory
func (*WorkflowCategoriesApiService) GetWorkflowCategory ¶
func (a *WorkflowCategoriesApiService) GetWorkflowCategory(ctx _context.Context, id string) ApiGetWorkflowCategoryRequest
* GetWorkflowCategory Returns a workflow category. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetWorkflowCategoryRequest
func (*WorkflowCategoriesApiService) GetWorkflowCategoryExecute ¶
func (a *WorkflowCategoriesApiService) GetWorkflowCategoryExecute(r ApiGetWorkflowCategoryRequest) (WorkflowCategory, *_nethttp.Response, error)
* Execute executes the request * @return WorkflowCategory
func (*WorkflowCategoriesApiService) UpdateWorkflowCategory ¶
func (a *WorkflowCategoriesApiService) UpdateWorkflowCategory(ctx _context.Context, id string) ApiUpdateWorkflowCategoryRequest
* UpdateWorkflowCategory Updates a workflow category. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiUpdateWorkflowCategoryRequest
func (*WorkflowCategoriesApiService) UpdateWorkflowCategoryExecute ¶
func (a *WorkflowCategoriesApiService) UpdateWorkflowCategoryExecute(r ApiUpdateWorkflowCategoryRequest) (WorkflowCategory, *_nethttp.Response, error)
* Execute executes the request * @return WorkflowCategory
type WorkflowCategory ¶
type WorkflowCategory struct { Id *string `json:"id,omitempty"` SchemaId *string `json:"schema_id,omitempty"` Name *string `json:"name,omitempty"` Title *string `json:"title,omitempty"` Type *string `json:"type,omitempty"` BaseType *string `json:"base_type,omitempty"` Description *string `json:"description,omitempty"` CategoryType *string `json:"category_type,omitempty"` ObjectType NullableString `json:"object_type,omitempty"` CreatedOn *string `json:"created_on,omitempty"` CreatedBy *string `json:"created_by,omitempty"` UpdatedOn *string `json:"updated_on,omitempty"` UpdatedBy NullableString `json:"updated_by,omitempty"` Owner NullableString `json:"owner,omitempty"` UniqueName NullableString `json:"unique_name,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowCategory struct for WorkflowCategory
func NewWorkflowCategory ¶
func NewWorkflowCategory() *WorkflowCategory
NewWorkflowCategory instantiates a new WorkflowCategory object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowCategoryWithDefaults ¶
func NewWorkflowCategoryWithDefaults() *WorkflowCategory
NewWorkflowCategoryWithDefaults instantiates a new WorkflowCategory object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowCategory) GetBaseType ¶
func (o *WorkflowCategory) GetBaseType() string
GetBaseType returns the BaseType field value if set, zero value otherwise.
func (*WorkflowCategory) GetBaseTypeOk ¶
func (o *WorkflowCategory) GetBaseTypeOk() (*string, bool)
GetBaseTypeOk returns a tuple with the BaseType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowCategory) GetCategoryType ¶
func (o *WorkflowCategory) GetCategoryType() string
GetCategoryType returns the CategoryType field value if set, zero value otherwise.
func (*WorkflowCategory) GetCategoryTypeOk ¶
func (o *WorkflowCategory) GetCategoryTypeOk() (*string, bool)
GetCategoryTypeOk returns a tuple with the CategoryType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowCategory) GetCreatedBy ¶
func (o *WorkflowCategory) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*WorkflowCategory) GetCreatedByOk ¶
func (o *WorkflowCategory) 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 (*WorkflowCategory) GetCreatedOn ¶
func (o *WorkflowCategory) GetCreatedOn() string
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*WorkflowCategory) GetCreatedOnOk ¶
func (o *WorkflowCategory) GetCreatedOnOk() (*string, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowCategory) GetDescription ¶
func (o *WorkflowCategory) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*WorkflowCategory) GetDescriptionOk ¶
func (o *WorkflowCategory) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowCategory) GetId ¶
func (o *WorkflowCategory) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*WorkflowCategory) GetIdOk ¶
func (o *WorkflowCategory) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowCategory) GetName ¶
func (o *WorkflowCategory) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*WorkflowCategory) GetNameOk ¶
func (o *WorkflowCategory) 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 (*WorkflowCategory) GetObjectType ¶
func (o *WorkflowCategory) GetObjectType() string
GetObjectType returns the ObjectType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowCategory) GetObjectTypeOk ¶
func (o *WorkflowCategory) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowCategory) GetOwner ¶
func (o *WorkflowCategory) GetOwner() string
GetOwner returns the Owner field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowCategory) GetOwnerOk ¶
func (o *WorkflowCategory) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowCategory) GetSchemaId ¶
func (o *WorkflowCategory) GetSchemaId() string
GetSchemaId returns the SchemaId field value if set, zero value otherwise.
func (*WorkflowCategory) GetSchemaIdOk ¶
func (o *WorkflowCategory) GetSchemaIdOk() (*string, bool)
GetSchemaIdOk returns a tuple with the SchemaId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowCategory) GetTitle ¶
func (o *WorkflowCategory) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*WorkflowCategory) GetTitleOk ¶
func (o *WorkflowCategory) 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 (*WorkflowCategory) GetType ¶
func (o *WorkflowCategory) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*WorkflowCategory) GetTypeOk ¶
func (o *WorkflowCategory) 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 (*WorkflowCategory) GetUniqueName ¶
func (o *WorkflowCategory) GetUniqueName() string
GetUniqueName returns the UniqueName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowCategory) GetUniqueNameOk ¶
func (o *WorkflowCategory) GetUniqueNameOk() (*string, bool)
GetUniqueNameOk returns a tuple with the UniqueName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowCategory) GetUpdatedBy ¶
func (o *WorkflowCategory) GetUpdatedBy() string
GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowCategory) GetUpdatedByOk ¶
func (o *WorkflowCategory) GetUpdatedByOk() (*string, 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 (*WorkflowCategory) GetUpdatedOn ¶
func (o *WorkflowCategory) GetUpdatedOn() string
GetUpdatedOn returns the UpdatedOn field value if set, zero value otherwise.
func (*WorkflowCategory) GetUpdatedOnOk ¶
func (o *WorkflowCategory) GetUpdatedOnOk() (*string, bool)
GetUpdatedOnOk returns a tuple with the UpdatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowCategory) HasBaseType ¶
func (o *WorkflowCategory) HasBaseType() bool
HasBaseType returns a boolean if a field has been set.
func (*WorkflowCategory) HasCategoryType ¶
func (o *WorkflowCategory) HasCategoryType() bool
HasCategoryType returns a boolean if a field has been set.
func (*WorkflowCategory) HasCreatedBy ¶
func (o *WorkflowCategory) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*WorkflowCategory) HasCreatedOn ¶
func (o *WorkflowCategory) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*WorkflowCategory) HasDescription ¶
func (o *WorkflowCategory) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*WorkflowCategory) HasId ¶
func (o *WorkflowCategory) HasId() bool
HasId returns a boolean if a field has been set.
func (*WorkflowCategory) HasName ¶
func (o *WorkflowCategory) HasName() bool
HasName returns a boolean if a field has been set.
func (*WorkflowCategory) HasObjectType ¶
func (o *WorkflowCategory) HasObjectType() bool
HasObjectType returns a boolean if a field has been set.
func (*WorkflowCategory) HasOwner ¶
func (o *WorkflowCategory) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (*WorkflowCategory) HasSchemaId ¶
func (o *WorkflowCategory) HasSchemaId() bool
HasSchemaId returns a boolean if a field has been set.
func (*WorkflowCategory) HasTitle ¶
func (o *WorkflowCategory) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*WorkflowCategory) HasType ¶
func (o *WorkflowCategory) HasType() bool
HasType returns a boolean if a field has been set.
func (*WorkflowCategory) HasUniqueName ¶
func (o *WorkflowCategory) HasUniqueName() bool
HasUniqueName returns a boolean if a field has been set.
func (*WorkflowCategory) HasUpdatedBy ¶
func (o *WorkflowCategory) HasUpdatedBy() bool
HasUpdatedBy returns a boolean if a field has been set.
func (*WorkflowCategory) HasUpdatedOn ¶
func (o *WorkflowCategory) HasUpdatedOn() bool
HasUpdatedOn returns a boolean if a field has been set.
func (WorkflowCategory) MarshalJSON ¶
func (o WorkflowCategory) MarshalJSON() ([]byte, error)
func (*WorkflowCategory) SetBaseType ¶
func (o *WorkflowCategory) SetBaseType(v string)
SetBaseType gets a reference to the given string and assigns it to the BaseType field.
func (*WorkflowCategory) SetCategoryType ¶
func (o *WorkflowCategory) SetCategoryType(v string)
SetCategoryType gets a reference to the given string and assigns it to the CategoryType field.
func (*WorkflowCategory) SetCreatedBy ¶
func (o *WorkflowCategory) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*WorkflowCategory) SetCreatedOn ¶
func (o *WorkflowCategory) SetCreatedOn(v string)
SetCreatedOn gets a reference to the given string and assigns it to the CreatedOn field.
func (*WorkflowCategory) SetDescription ¶
func (o *WorkflowCategory) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*WorkflowCategory) SetId ¶
func (o *WorkflowCategory) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*WorkflowCategory) SetName ¶
func (o *WorkflowCategory) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*WorkflowCategory) SetObjectType ¶
func (o *WorkflowCategory) SetObjectType(v string)
SetObjectType gets a reference to the given NullableString and assigns it to the ObjectType field.
func (*WorkflowCategory) SetObjectTypeNil ¶ added in v1.0.5
func (o *WorkflowCategory) SetObjectTypeNil()
SetObjectTypeNil sets the value for ObjectType to be an explicit nil
func (*WorkflowCategory) SetOwner ¶
func (o *WorkflowCategory) SetOwner(v string)
SetOwner gets a reference to the given NullableString and assigns it to the Owner field.
func (*WorkflowCategory) SetOwnerNil ¶ added in v1.0.5
func (o *WorkflowCategory) SetOwnerNil()
SetOwnerNil sets the value for Owner to be an explicit nil
func (*WorkflowCategory) SetSchemaId ¶
func (o *WorkflowCategory) SetSchemaId(v string)
SetSchemaId gets a reference to the given string and assigns it to the SchemaId field.
func (*WorkflowCategory) SetTitle ¶
func (o *WorkflowCategory) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*WorkflowCategory) SetType ¶
func (o *WorkflowCategory) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*WorkflowCategory) SetUniqueName ¶
func (o *WorkflowCategory) SetUniqueName(v string)
SetUniqueName gets a reference to the given NullableString and assigns it to the UniqueName field.
func (*WorkflowCategory) SetUniqueNameNil ¶ added in v1.0.5
func (o *WorkflowCategory) SetUniqueNameNil()
SetUniqueNameNil sets the value for UniqueName to be an explicit nil
func (*WorkflowCategory) SetUpdatedBy ¶
func (o *WorkflowCategory) SetUpdatedBy(v string)
SetUpdatedBy gets a reference to the given NullableString and assigns it to the UpdatedBy field.
func (*WorkflowCategory) SetUpdatedByNil ¶ added in v1.0.5
func (o *WorkflowCategory) SetUpdatedByNil()
SetUpdatedByNil sets the value for UpdatedBy to be an explicit nil
func (*WorkflowCategory) SetUpdatedOn ¶
func (o *WorkflowCategory) SetUpdatedOn(v string)
SetUpdatedOn gets a reference to the given string and assigns it to the UpdatedOn field.
func (*WorkflowCategory) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowCategory) UnmarshalJSON(bytes []byte) (err error)
func (*WorkflowCategory) UnsetObjectType ¶ added in v1.0.5
func (o *WorkflowCategory) UnsetObjectType()
UnsetObjectType ensures that no value is present for ObjectType, not even an explicit nil
func (*WorkflowCategory) UnsetOwner ¶ added in v1.0.5
func (o *WorkflowCategory) UnsetOwner()
UnsetOwner ensures that no value is present for Owner, not even an explicit nil
func (*WorkflowCategory) UnsetUniqueName ¶ added in v1.0.5
func (o *WorkflowCategory) UnsetUniqueName()
UnsetUniqueName ensures that no value is present for UniqueName, not even an explicit nil
func (*WorkflowCategory) UnsetUpdatedBy ¶ added in v1.0.5
func (o *WorkflowCategory) UnsetUpdatedBy()
UnsetUpdatedBy ensures that no value is present for UpdatedBy, not even an explicit nil
type WorkflowCategoryAllOf ¶
type WorkflowCategoryAllOf struct { Id *string `json:"id,omitempty"` SchemaId *string `json:"schema_id,omitempty"` Name *string `json:"name,omitempty"` Title *string `json:"title,omitempty"` Type *string `json:"type,omitempty"` BaseType *string `json:"base_type,omitempty"` Description *string `json:"description,omitempty"` CategoryType *string `json:"category_type,omitempty"` ObjectType NullableString `json:"object_type,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowCategoryAllOf struct for WorkflowCategoryAllOf
func NewWorkflowCategoryAllOf ¶
func NewWorkflowCategoryAllOf() *WorkflowCategoryAllOf
NewWorkflowCategoryAllOf instantiates a new WorkflowCategoryAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowCategoryAllOfWithDefaults ¶
func NewWorkflowCategoryAllOfWithDefaults() *WorkflowCategoryAllOf
NewWorkflowCategoryAllOfWithDefaults instantiates a new WorkflowCategoryAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowCategoryAllOf) GetBaseType ¶
func (o *WorkflowCategoryAllOf) GetBaseType() string
GetBaseType returns the BaseType field value if set, zero value otherwise.
func (*WorkflowCategoryAllOf) GetBaseTypeOk ¶
func (o *WorkflowCategoryAllOf) GetBaseTypeOk() (*string, bool)
GetBaseTypeOk returns a tuple with the BaseType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowCategoryAllOf) GetCategoryType ¶
func (o *WorkflowCategoryAllOf) GetCategoryType() string
GetCategoryType returns the CategoryType field value if set, zero value otherwise.
func (*WorkflowCategoryAllOf) GetCategoryTypeOk ¶
func (o *WorkflowCategoryAllOf) GetCategoryTypeOk() (*string, bool)
GetCategoryTypeOk returns a tuple with the CategoryType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowCategoryAllOf) GetDescription ¶
func (o *WorkflowCategoryAllOf) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*WorkflowCategoryAllOf) GetDescriptionOk ¶
func (o *WorkflowCategoryAllOf) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowCategoryAllOf) GetId ¶
func (o *WorkflowCategoryAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*WorkflowCategoryAllOf) GetIdOk ¶
func (o *WorkflowCategoryAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowCategoryAllOf) GetName ¶
func (o *WorkflowCategoryAllOf) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*WorkflowCategoryAllOf) GetNameOk ¶
func (o *WorkflowCategoryAllOf) 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 (*WorkflowCategoryAllOf) GetObjectType ¶
func (o *WorkflowCategoryAllOf) GetObjectType() string
GetObjectType returns the ObjectType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowCategoryAllOf) GetObjectTypeOk ¶
func (o *WorkflowCategoryAllOf) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowCategoryAllOf) GetSchemaId ¶
func (o *WorkflowCategoryAllOf) GetSchemaId() string
GetSchemaId returns the SchemaId field value if set, zero value otherwise.
func (*WorkflowCategoryAllOf) GetSchemaIdOk ¶
func (o *WorkflowCategoryAllOf) GetSchemaIdOk() (*string, bool)
GetSchemaIdOk returns a tuple with the SchemaId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowCategoryAllOf) GetTitle ¶
func (o *WorkflowCategoryAllOf) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*WorkflowCategoryAllOf) GetTitleOk ¶
func (o *WorkflowCategoryAllOf) 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 (*WorkflowCategoryAllOf) GetType ¶
func (o *WorkflowCategoryAllOf) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*WorkflowCategoryAllOf) GetTypeOk ¶
func (o *WorkflowCategoryAllOf) 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 (*WorkflowCategoryAllOf) HasBaseType ¶
func (o *WorkflowCategoryAllOf) HasBaseType() bool
HasBaseType returns a boolean if a field has been set.
func (*WorkflowCategoryAllOf) HasCategoryType ¶
func (o *WorkflowCategoryAllOf) HasCategoryType() bool
HasCategoryType returns a boolean if a field has been set.
func (*WorkflowCategoryAllOf) HasDescription ¶
func (o *WorkflowCategoryAllOf) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*WorkflowCategoryAllOf) HasId ¶
func (o *WorkflowCategoryAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (*WorkflowCategoryAllOf) HasName ¶
func (o *WorkflowCategoryAllOf) HasName() bool
HasName returns a boolean if a field has been set.
func (*WorkflowCategoryAllOf) HasObjectType ¶
func (o *WorkflowCategoryAllOf) HasObjectType() bool
HasObjectType returns a boolean if a field has been set.
func (*WorkflowCategoryAllOf) HasSchemaId ¶
func (o *WorkflowCategoryAllOf) HasSchemaId() bool
HasSchemaId returns a boolean if a field has been set.
func (*WorkflowCategoryAllOf) HasTitle ¶
func (o *WorkflowCategoryAllOf) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*WorkflowCategoryAllOf) HasType ¶
func (o *WorkflowCategoryAllOf) HasType() bool
HasType returns a boolean if a field has been set.
func (WorkflowCategoryAllOf) MarshalJSON ¶
func (o WorkflowCategoryAllOf) MarshalJSON() ([]byte, error)
func (*WorkflowCategoryAllOf) SetBaseType ¶
func (o *WorkflowCategoryAllOf) SetBaseType(v string)
SetBaseType gets a reference to the given string and assigns it to the BaseType field.
func (*WorkflowCategoryAllOf) SetCategoryType ¶
func (o *WorkflowCategoryAllOf) SetCategoryType(v string)
SetCategoryType gets a reference to the given string and assigns it to the CategoryType field.
func (*WorkflowCategoryAllOf) SetDescription ¶
func (o *WorkflowCategoryAllOf) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*WorkflowCategoryAllOf) SetId ¶
func (o *WorkflowCategoryAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*WorkflowCategoryAllOf) SetName ¶
func (o *WorkflowCategoryAllOf) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*WorkflowCategoryAllOf) SetObjectType ¶
func (o *WorkflowCategoryAllOf) SetObjectType(v string)
SetObjectType gets a reference to the given NullableString and assigns it to the ObjectType field.
func (*WorkflowCategoryAllOf) SetObjectTypeNil ¶ added in v1.0.5
func (o *WorkflowCategoryAllOf) SetObjectTypeNil()
SetObjectTypeNil sets the value for ObjectType to be an explicit nil
func (*WorkflowCategoryAllOf) SetSchemaId ¶
func (o *WorkflowCategoryAllOf) SetSchemaId(v string)
SetSchemaId gets a reference to the given string and assigns it to the SchemaId field.
func (*WorkflowCategoryAllOf) SetTitle ¶
func (o *WorkflowCategoryAllOf) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*WorkflowCategoryAllOf) SetType ¶
func (o *WorkflowCategoryAllOf) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*WorkflowCategoryAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowCategoryAllOf) UnmarshalJSON(bytes []byte) (err error)
func (*WorkflowCategoryAllOf) UnsetObjectType ¶ added in v1.0.5
func (o *WorkflowCategoryAllOf) UnsetObjectType()
UnsetObjectType ensures that no value is present for ObjectType, not even an explicit nil
type WorkflowCategoryCreate ¶
type WorkflowCategoryCreate struct { Name string `json:"name"` Title string `json:"title"` Description string `json:"description"` SchemaId string `json:"schema_id"` UniqueName *string `json:"unique_name,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowCategoryCreate struct for WorkflowCategoryCreate
func NewWorkflowCategoryCreate ¶
func NewWorkflowCategoryCreate(name string, title string, description string, schemaId string) *WorkflowCategoryCreate
NewWorkflowCategoryCreate instantiates a new WorkflowCategoryCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowCategoryCreateWithDefaults ¶
func NewWorkflowCategoryCreateWithDefaults() *WorkflowCategoryCreate
NewWorkflowCategoryCreateWithDefaults instantiates a new WorkflowCategoryCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowCategoryCreate) GetDescription ¶
func (o *WorkflowCategoryCreate) GetDescription() string
GetDescription returns the Description field value
func (*WorkflowCategoryCreate) GetDescriptionOk ¶
func (o *WorkflowCategoryCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*WorkflowCategoryCreate) GetName ¶
func (o *WorkflowCategoryCreate) GetName() string
GetName returns the Name field value
func (*WorkflowCategoryCreate) GetNameOk ¶
func (o *WorkflowCategoryCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*WorkflowCategoryCreate) GetSchemaId ¶
func (o *WorkflowCategoryCreate) GetSchemaId() string
GetSchemaId returns the SchemaId field value
func (*WorkflowCategoryCreate) GetSchemaIdOk ¶
func (o *WorkflowCategoryCreate) GetSchemaIdOk() (*string, bool)
GetSchemaIdOk returns a tuple with the SchemaId field value and a boolean to check if the value has been set.
func (*WorkflowCategoryCreate) GetTitle ¶
func (o *WorkflowCategoryCreate) GetTitle() string
GetTitle returns the Title field value
func (*WorkflowCategoryCreate) GetTitleOk ¶
func (o *WorkflowCategoryCreate) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*WorkflowCategoryCreate) GetUniqueName ¶
func (o *WorkflowCategoryCreate) GetUniqueName() string
GetUniqueName returns the UniqueName field value if set, zero value otherwise.
func (*WorkflowCategoryCreate) GetUniqueNameOk ¶
func (o *WorkflowCategoryCreate) GetUniqueNameOk() (*string, bool)
GetUniqueNameOk returns a tuple with the UniqueName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowCategoryCreate) HasUniqueName ¶
func (o *WorkflowCategoryCreate) HasUniqueName() bool
HasUniqueName returns a boolean if a field has been set.
func (WorkflowCategoryCreate) MarshalJSON ¶
func (o WorkflowCategoryCreate) MarshalJSON() ([]byte, error)
func (*WorkflowCategoryCreate) SetDescription ¶
func (o *WorkflowCategoryCreate) SetDescription(v string)
SetDescription sets field value
func (*WorkflowCategoryCreate) SetName ¶
func (o *WorkflowCategoryCreate) SetName(v string)
SetName sets field value
func (*WorkflowCategoryCreate) SetSchemaId ¶
func (o *WorkflowCategoryCreate) SetSchemaId(v string)
SetSchemaId sets field value
func (*WorkflowCategoryCreate) SetTitle ¶
func (o *WorkflowCategoryCreate) SetTitle(v string)
SetTitle sets field value
func (*WorkflowCategoryCreate) SetUniqueName ¶
func (o *WorkflowCategoryCreate) SetUniqueName(v string)
SetUniqueName gets a reference to the given string and assigns it to the UniqueName field.
func (*WorkflowCategoryCreate) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowCategoryCreate) UnmarshalJSON(bytes []byte) (err error)
type WorkflowCategoryUpdate ¶
type WorkflowCategoryUpdate struct { Name string `json:"name"` Title string `json:"title"` Description string `json:"description"` SchemaId string `json:"schema_id"` UniqueName *string `json:"unique_name,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowCategoryUpdate struct for WorkflowCategoryUpdate
func NewWorkflowCategoryUpdate ¶
func NewWorkflowCategoryUpdate(name string, title string, description string, schemaId string) *WorkflowCategoryUpdate
NewWorkflowCategoryUpdate instantiates a new WorkflowCategoryUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowCategoryUpdateWithDefaults ¶
func NewWorkflowCategoryUpdateWithDefaults() *WorkflowCategoryUpdate
NewWorkflowCategoryUpdateWithDefaults instantiates a new WorkflowCategoryUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowCategoryUpdate) GetDescription ¶
func (o *WorkflowCategoryUpdate) GetDescription() string
GetDescription returns the Description field value
func (*WorkflowCategoryUpdate) GetDescriptionOk ¶
func (o *WorkflowCategoryUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*WorkflowCategoryUpdate) GetName ¶
func (o *WorkflowCategoryUpdate) GetName() string
GetName returns the Name field value
func (*WorkflowCategoryUpdate) GetNameOk ¶
func (o *WorkflowCategoryUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*WorkflowCategoryUpdate) GetSchemaId ¶
func (o *WorkflowCategoryUpdate) GetSchemaId() string
GetSchemaId returns the SchemaId field value
func (*WorkflowCategoryUpdate) GetSchemaIdOk ¶
func (o *WorkflowCategoryUpdate) GetSchemaIdOk() (*string, bool)
GetSchemaIdOk returns a tuple with the SchemaId field value and a boolean to check if the value has been set.
func (*WorkflowCategoryUpdate) GetTitle ¶
func (o *WorkflowCategoryUpdate) GetTitle() string
GetTitle returns the Title field value
func (*WorkflowCategoryUpdate) GetTitleOk ¶
func (o *WorkflowCategoryUpdate) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*WorkflowCategoryUpdate) GetUniqueName ¶
func (o *WorkflowCategoryUpdate) GetUniqueName() string
GetUniqueName returns the UniqueName field value if set, zero value otherwise.
func (*WorkflowCategoryUpdate) GetUniqueNameOk ¶
func (o *WorkflowCategoryUpdate) GetUniqueNameOk() (*string, bool)
GetUniqueNameOk returns a tuple with the UniqueName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowCategoryUpdate) HasUniqueName ¶
func (o *WorkflowCategoryUpdate) HasUniqueName() bool
HasUniqueName returns a boolean if a field has been set.
func (WorkflowCategoryUpdate) MarshalJSON ¶
func (o WorkflowCategoryUpdate) MarshalJSON() ([]byte, error)
func (*WorkflowCategoryUpdate) SetDescription ¶
func (o *WorkflowCategoryUpdate) SetDescription(v string)
SetDescription sets field value
func (*WorkflowCategoryUpdate) SetName ¶
func (o *WorkflowCategoryUpdate) SetName(v string)
SetName sets field value
func (*WorkflowCategoryUpdate) SetSchemaId ¶
func (o *WorkflowCategoryUpdate) SetSchemaId(v string)
SetSchemaId sets field value
func (*WorkflowCategoryUpdate) SetTitle ¶
func (o *WorkflowCategoryUpdate) SetTitle(v string)
SetTitle sets field value
func (*WorkflowCategoryUpdate) SetUniqueName ¶
func (o *WorkflowCategoryUpdate) SetUniqueName(v string)
SetUniqueName gets a reference to the given string and assigns it to the UniqueName field.
func (*WorkflowCategoryUpdate) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowCategoryUpdate) UnmarshalJSON(bytes []byte) (err error)
type WorkflowDefAccessMeta ¶
type WorkflowDefAccessMeta struct { IsIntegration NullableBool `json:"is_integration,omitempty"` IsInternal *bool `json:"is_internal,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowDefAccessMeta struct for WorkflowDefAccessMeta
func NewWorkflowDefAccessMeta ¶
func NewWorkflowDefAccessMeta() *WorkflowDefAccessMeta
NewWorkflowDefAccessMeta instantiates a new WorkflowDefAccessMeta object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowDefAccessMetaWithDefaults ¶
func NewWorkflowDefAccessMetaWithDefaults() *WorkflowDefAccessMeta
NewWorkflowDefAccessMetaWithDefaults instantiates a new WorkflowDefAccessMeta object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowDefAccessMeta) GetIsIntegration ¶
func (o *WorkflowDefAccessMeta) GetIsIntegration() bool
GetIsIntegration returns the IsIntegration field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowDefAccessMeta) GetIsIntegrationOk ¶
func (o *WorkflowDefAccessMeta) GetIsIntegrationOk() (*bool, bool)
GetIsIntegrationOk returns a tuple with the IsIntegration field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowDefAccessMeta) GetIsInternal ¶
func (o *WorkflowDefAccessMeta) GetIsInternal() bool
GetIsInternal returns the IsInternal field value if set, zero value otherwise.
func (*WorkflowDefAccessMeta) GetIsInternalOk ¶
func (o *WorkflowDefAccessMeta) GetIsInternalOk() (*bool, bool)
GetIsInternalOk returns a tuple with the IsInternal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowDefAccessMeta) HasIsIntegration ¶
func (o *WorkflowDefAccessMeta) HasIsIntegration() bool
HasIsIntegration returns a boolean if a field has been set.
func (*WorkflowDefAccessMeta) HasIsInternal ¶
func (o *WorkflowDefAccessMeta) HasIsInternal() bool
HasIsInternal returns a boolean if a field has been set.
func (WorkflowDefAccessMeta) MarshalJSON ¶
func (o WorkflowDefAccessMeta) MarshalJSON() ([]byte, error)
func (*WorkflowDefAccessMeta) SetIsIntegration ¶
func (o *WorkflowDefAccessMeta) SetIsIntegration(v bool)
SetIsIntegration gets a reference to the given NullableBool and assigns it to the IsIntegration field.
func (*WorkflowDefAccessMeta) SetIsIntegrationNil ¶ added in v1.0.5
func (o *WorkflowDefAccessMeta) SetIsIntegrationNil()
SetIsIntegrationNil sets the value for IsIntegration to be an explicit nil
func (*WorkflowDefAccessMeta) SetIsInternal ¶
func (o *WorkflowDefAccessMeta) SetIsInternal(v bool)
SetIsInternal gets a reference to the given bool and assigns it to the IsInternal field.
func (*WorkflowDefAccessMeta) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowDefAccessMeta) UnmarshalJSON(bytes []byte) (err error)
func (*WorkflowDefAccessMeta) UnsetIsIntegration ¶ added in v1.0.5
func (o *WorkflowDefAccessMeta) UnsetIsIntegration()
UnsetIsIntegration ensures that no value is present for IsIntegration, not even an explicit nil
type WorkflowEvent ¶
type WorkflowEvent struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Title *string `json:"title,omitempty"` Type *string `json:"type,omitempty"` BaseType *string `json:"base_type,omitempty"` SchemaId *string `json:"schema_id,omitempty"` Properties *map[string]interface{} `json:"properties,omitempty"` CreatedOn *string `json:"created_on,omitempty"` CreatedBy *string `json:"created_by,omitempty"` UpdatedOn *string `json:"updated_on,omitempty"` UpdatedBy NullableString `json:"updated_by,omitempty"` Owner NullableString `json:"owner,omitempty"` UniqueName NullableString `json:"unique_name,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowEvent struct for WorkflowEvent
func NewWorkflowEvent ¶
func NewWorkflowEvent() *WorkflowEvent
NewWorkflowEvent instantiates a new WorkflowEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowEventWithDefaults ¶
func NewWorkflowEventWithDefaults() *WorkflowEvent
NewWorkflowEventWithDefaults instantiates a new WorkflowEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowEvent) GetBaseType ¶
func (o *WorkflowEvent) GetBaseType() string
GetBaseType returns the BaseType field value if set, zero value otherwise.
func (*WorkflowEvent) GetBaseTypeOk ¶
func (o *WorkflowEvent) GetBaseTypeOk() (*string, bool)
GetBaseTypeOk returns a tuple with the BaseType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowEvent) GetCreatedBy ¶
func (o *WorkflowEvent) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*WorkflowEvent) GetCreatedByOk ¶
func (o *WorkflowEvent) 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 (*WorkflowEvent) GetCreatedOn ¶
func (o *WorkflowEvent) GetCreatedOn() string
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*WorkflowEvent) GetCreatedOnOk ¶
func (o *WorkflowEvent) GetCreatedOnOk() (*string, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowEvent) GetId ¶
func (o *WorkflowEvent) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*WorkflowEvent) GetIdOk ¶
func (o *WorkflowEvent) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowEvent) GetName ¶
func (o *WorkflowEvent) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*WorkflowEvent) GetNameOk ¶
func (o *WorkflowEvent) 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 (*WorkflowEvent) GetOwner ¶
func (o *WorkflowEvent) GetOwner() string
GetOwner returns the Owner field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowEvent) GetOwnerOk ¶
func (o *WorkflowEvent) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowEvent) GetProperties ¶
func (o *WorkflowEvent) GetProperties() map[string]interface{}
GetProperties returns the Properties field value if set, zero value otherwise.
func (*WorkflowEvent) GetPropertiesOk ¶
func (o *WorkflowEvent) GetPropertiesOk() (*map[string]interface{}, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowEvent) GetSchemaId ¶
func (o *WorkflowEvent) GetSchemaId() string
GetSchemaId returns the SchemaId field value if set, zero value otherwise.
func (*WorkflowEvent) GetSchemaIdOk ¶
func (o *WorkflowEvent) GetSchemaIdOk() (*string, bool)
GetSchemaIdOk returns a tuple with the SchemaId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowEvent) GetTitle ¶
func (o *WorkflowEvent) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*WorkflowEvent) GetTitleOk ¶
func (o *WorkflowEvent) 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 (*WorkflowEvent) GetType ¶
func (o *WorkflowEvent) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*WorkflowEvent) GetTypeOk ¶
func (o *WorkflowEvent) 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 (*WorkflowEvent) GetUniqueName ¶
func (o *WorkflowEvent) GetUniqueName() string
GetUniqueName returns the UniqueName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowEvent) GetUniqueNameOk ¶
func (o *WorkflowEvent) GetUniqueNameOk() (*string, bool)
GetUniqueNameOk returns a tuple with the UniqueName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowEvent) GetUpdatedBy ¶
func (o *WorkflowEvent) GetUpdatedBy() string
GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowEvent) GetUpdatedByOk ¶
func (o *WorkflowEvent) GetUpdatedByOk() (*string, 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 (*WorkflowEvent) GetUpdatedOn ¶
func (o *WorkflowEvent) GetUpdatedOn() string
GetUpdatedOn returns the UpdatedOn field value if set, zero value otherwise.
func (*WorkflowEvent) GetUpdatedOnOk ¶
func (o *WorkflowEvent) GetUpdatedOnOk() (*string, bool)
GetUpdatedOnOk returns a tuple with the UpdatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowEvent) HasBaseType ¶
func (o *WorkflowEvent) HasBaseType() bool
HasBaseType returns a boolean if a field has been set.
func (*WorkflowEvent) HasCreatedBy ¶
func (o *WorkflowEvent) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*WorkflowEvent) HasCreatedOn ¶
func (o *WorkflowEvent) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*WorkflowEvent) HasId ¶
func (o *WorkflowEvent) HasId() bool
HasId returns a boolean if a field has been set.
func (*WorkflowEvent) HasName ¶
func (o *WorkflowEvent) HasName() bool
HasName returns a boolean if a field has been set.
func (*WorkflowEvent) HasOwner ¶
func (o *WorkflowEvent) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (*WorkflowEvent) HasProperties ¶
func (o *WorkflowEvent) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (*WorkflowEvent) HasSchemaId ¶
func (o *WorkflowEvent) HasSchemaId() bool
HasSchemaId returns a boolean if a field has been set.
func (*WorkflowEvent) HasTitle ¶
func (o *WorkflowEvent) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*WorkflowEvent) HasType ¶
func (o *WorkflowEvent) HasType() bool
HasType returns a boolean if a field has been set.
func (*WorkflowEvent) HasUniqueName ¶
func (o *WorkflowEvent) HasUniqueName() bool
HasUniqueName returns a boolean if a field has been set.
func (*WorkflowEvent) HasUpdatedBy ¶
func (o *WorkflowEvent) HasUpdatedBy() bool
HasUpdatedBy returns a boolean if a field has been set.
func (*WorkflowEvent) HasUpdatedOn ¶
func (o *WorkflowEvent) HasUpdatedOn() bool
HasUpdatedOn returns a boolean if a field has been set.
func (WorkflowEvent) MarshalJSON ¶
func (o WorkflowEvent) MarshalJSON() ([]byte, error)
func (*WorkflowEvent) SetBaseType ¶
func (o *WorkflowEvent) SetBaseType(v string)
SetBaseType gets a reference to the given string and assigns it to the BaseType field.
func (*WorkflowEvent) SetCreatedBy ¶
func (o *WorkflowEvent) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*WorkflowEvent) SetCreatedOn ¶
func (o *WorkflowEvent) SetCreatedOn(v string)
SetCreatedOn gets a reference to the given string and assigns it to the CreatedOn field.
func (*WorkflowEvent) SetId ¶
func (o *WorkflowEvent) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*WorkflowEvent) SetName ¶
func (o *WorkflowEvent) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*WorkflowEvent) SetOwner ¶
func (o *WorkflowEvent) SetOwner(v string)
SetOwner gets a reference to the given NullableString and assigns it to the Owner field.
func (*WorkflowEvent) SetOwnerNil ¶ added in v1.0.5
func (o *WorkflowEvent) SetOwnerNil()
SetOwnerNil sets the value for Owner to be an explicit nil
func (*WorkflowEvent) SetProperties ¶
func (o *WorkflowEvent) SetProperties(v map[string]interface{})
SetProperties gets a reference to the given map[string]interface{} and assigns it to the Properties field.
func (*WorkflowEvent) SetSchemaId ¶
func (o *WorkflowEvent) SetSchemaId(v string)
SetSchemaId gets a reference to the given string and assigns it to the SchemaId field.
func (*WorkflowEvent) SetTitle ¶
func (o *WorkflowEvent) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*WorkflowEvent) SetType ¶
func (o *WorkflowEvent) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*WorkflowEvent) SetUniqueName ¶
func (o *WorkflowEvent) SetUniqueName(v string)
SetUniqueName gets a reference to the given NullableString and assigns it to the UniqueName field.
func (*WorkflowEvent) SetUniqueNameNil ¶ added in v1.0.5
func (o *WorkflowEvent) SetUniqueNameNil()
SetUniqueNameNil sets the value for UniqueName to be an explicit nil
func (*WorkflowEvent) SetUpdatedBy ¶
func (o *WorkflowEvent) SetUpdatedBy(v string)
SetUpdatedBy gets a reference to the given NullableString and assigns it to the UpdatedBy field.
func (*WorkflowEvent) SetUpdatedByNil ¶ added in v1.0.5
func (o *WorkflowEvent) SetUpdatedByNil()
SetUpdatedByNil sets the value for UpdatedBy to be an explicit nil
func (*WorkflowEvent) SetUpdatedOn ¶
func (o *WorkflowEvent) SetUpdatedOn(v string)
SetUpdatedOn gets a reference to the given string and assigns it to the UpdatedOn field.
func (*WorkflowEvent) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowEvent) UnmarshalJSON(bytes []byte) (err error)
func (*WorkflowEvent) UnsetOwner ¶ added in v1.0.5
func (o *WorkflowEvent) UnsetOwner()
UnsetOwner ensures that no value is present for Owner, not even an explicit nil
func (*WorkflowEvent) UnsetUniqueName ¶ added in v1.0.5
func (o *WorkflowEvent) UnsetUniqueName()
UnsetUniqueName ensures that no value is present for UniqueName, not even an explicit nil
func (*WorkflowEvent) UnsetUpdatedBy ¶ added in v1.0.5
func (o *WorkflowEvent) UnsetUpdatedBy()
UnsetUpdatedBy ensures that no value is present for UpdatedBy, not even an explicit nil
type WorkflowEventAllOf ¶
type WorkflowEventAllOf struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Title *string `json:"title,omitempty"` Type *string `json:"type,omitempty"` BaseType *string `json:"base_type,omitempty"` SchemaId *string `json:"schema_id,omitempty"` Properties *map[string]interface{} `json:"properties,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowEventAllOf struct for WorkflowEventAllOf
func NewWorkflowEventAllOf ¶
func NewWorkflowEventAllOf() *WorkflowEventAllOf
NewWorkflowEventAllOf instantiates a new WorkflowEventAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowEventAllOfWithDefaults ¶
func NewWorkflowEventAllOfWithDefaults() *WorkflowEventAllOf
NewWorkflowEventAllOfWithDefaults instantiates a new WorkflowEventAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowEventAllOf) GetBaseType ¶
func (o *WorkflowEventAllOf) GetBaseType() string
GetBaseType returns the BaseType field value if set, zero value otherwise.
func (*WorkflowEventAllOf) GetBaseTypeOk ¶
func (o *WorkflowEventAllOf) GetBaseTypeOk() (*string, bool)
GetBaseTypeOk returns a tuple with the BaseType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowEventAllOf) GetId ¶
func (o *WorkflowEventAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*WorkflowEventAllOf) GetIdOk ¶
func (o *WorkflowEventAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowEventAllOf) GetName ¶
func (o *WorkflowEventAllOf) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*WorkflowEventAllOf) GetNameOk ¶
func (o *WorkflowEventAllOf) 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 (*WorkflowEventAllOf) GetProperties ¶
func (o *WorkflowEventAllOf) GetProperties() map[string]interface{}
GetProperties returns the Properties field value if set, zero value otherwise.
func (*WorkflowEventAllOf) GetPropertiesOk ¶
func (o *WorkflowEventAllOf) GetPropertiesOk() (*map[string]interface{}, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowEventAllOf) GetSchemaId ¶
func (o *WorkflowEventAllOf) GetSchemaId() string
GetSchemaId returns the SchemaId field value if set, zero value otherwise.
func (*WorkflowEventAllOf) GetSchemaIdOk ¶
func (o *WorkflowEventAllOf) GetSchemaIdOk() (*string, bool)
GetSchemaIdOk returns a tuple with the SchemaId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowEventAllOf) GetTitle ¶
func (o *WorkflowEventAllOf) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*WorkflowEventAllOf) GetTitleOk ¶
func (o *WorkflowEventAllOf) 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 (*WorkflowEventAllOf) GetType ¶
func (o *WorkflowEventAllOf) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*WorkflowEventAllOf) GetTypeOk ¶
func (o *WorkflowEventAllOf) 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 (*WorkflowEventAllOf) HasBaseType ¶
func (o *WorkflowEventAllOf) HasBaseType() bool
HasBaseType returns a boolean if a field has been set.
func (*WorkflowEventAllOf) HasId ¶
func (o *WorkflowEventAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (*WorkflowEventAllOf) HasName ¶
func (o *WorkflowEventAllOf) HasName() bool
HasName returns a boolean if a field has been set.
func (*WorkflowEventAllOf) HasProperties ¶
func (o *WorkflowEventAllOf) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (*WorkflowEventAllOf) HasSchemaId ¶
func (o *WorkflowEventAllOf) HasSchemaId() bool
HasSchemaId returns a boolean if a field has been set.
func (*WorkflowEventAllOf) HasTitle ¶
func (o *WorkflowEventAllOf) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*WorkflowEventAllOf) HasType ¶
func (o *WorkflowEventAllOf) HasType() bool
HasType returns a boolean if a field has been set.
func (WorkflowEventAllOf) MarshalJSON ¶
func (o WorkflowEventAllOf) MarshalJSON() ([]byte, error)
func (*WorkflowEventAllOf) SetBaseType ¶
func (o *WorkflowEventAllOf) SetBaseType(v string)
SetBaseType gets a reference to the given string and assigns it to the BaseType field.
func (*WorkflowEventAllOf) SetId ¶
func (o *WorkflowEventAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*WorkflowEventAllOf) SetName ¶
func (o *WorkflowEventAllOf) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*WorkflowEventAllOf) SetProperties ¶
func (o *WorkflowEventAllOf) SetProperties(v map[string]interface{})
SetProperties gets a reference to the given map[string]interface{} and assigns it to the Properties field.
func (*WorkflowEventAllOf) SetSchemaId ¶
func (o *WorkflowEventAllOf) SetSchemaId(v string)
SetSchemaId gets a reference to the given string and assigns it to the SchemaId field.
func (*WorkflowEventAllOf) SetTitle ¶
func (o *WorkflowEventAllOf) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*WorkflowEventAllOf) SetType ¶
func (o *WorkflowEventAllOf) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*WorkflowEventAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowEventAllOf) UnmarshalJSON(bytes []byte) (err error)
type WorkflowEventCreate ¶
type WorkflowEventCreate struct { Title string `json:"title"` Description *string `json:"description,omitempty"` TargetId string `json:"target_id"` SchemaId string `json:"schema_id"` Properties map[string]interface{} `json:"properties"` AdditionalProperties map[string]interface{} }
WorkflowEventCreate struct for WorkflowEventCreate
func NewWorkflowEventCreate ¶
func NewWorkflowEventCreate(title string, targetId string, schemaId string, properties map[string]interface{}) *WorkflowEventCreate
NewWorkflowEventCreate instantiates a new WorkflowEventCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowEventCreateWithDefaults ¶
func NewWorkflowEventCreateWithDefaults() *WorkflowEventCreate
NewWorkflowEventCreateWithDefaults instantiates a new WorkflowEventCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowEventCreate) GetDescription ¶
func (o *WorkflowEventCreate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*WorkflowEventCreate) GetDescriptionOk ¶
func (o *WorkflowEventCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowEventCreate) GetProperties ¶
func (o *WorkflowEventCreate) GetProperties() map[string]interface{}
GetProperties returns the Properties field value
func (*WorkflowEventCreate) GetPropertiesOk ¶
func (o *WorkflowEventCreate) GetPropertiesOk() (*map[string]interface{}, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*WorkflowEventCreate) GetSchemaId ¶
func (o *WorkflowEventCreate) GetSchemaId() string
GetSchemaId returns the SchemaId field value
func (*WorkflowEventCreate) GetSchemaIdOk ¶
func (o *WorkflowEventCreate) GetSchemaIdOk() (*string, bool)
GetSchemaIdOk returns a tuple with the SchemaId field value and a boolean to check if the value has been set.
func (*WorkflowEventCreate) GetTargetId ¶
func (o *WorkflowEventCreate) GetTargetId() string
GetTargetId returns the TargetId field value
func (*WorkflowEventCreate) GetTargetIdOk ¶
func (o *WorkflowEventCreate) GetTargetIdOk() (*string, bool)
GetTargetIdOk returns a tuple with the TargetId field value and a boolean to check if the value has been set.
func (*WorkflowEventCreate) GetTitle ¶
func (o *WorkflowEventCreate) GetTitle() string
GetTitle returns the Title field value
func (*WorkflowEventCreate) GetTitleOk ¶
func (o *WorkflowEventCreate) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*WorkflowEventCreate) HasDescription ¶
func (o *WorkflowEventCreate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (WorkflowEventCreate) MarshalJSON ¶
func (o WorkflowEventCreate) MarshalJSON() ([]byte, error)
func (*WorkflowEventCreate) SetDescription ¶
func (o *WorkflowEventCreate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*WorkflowEventCreate) SetProperties ¶
func (o *WorkflowEventCreate) SetProperties(v map[string]interface{})
SetProperties sets field value
func (*WorkflowEventCreate) SetSchemaId ¶
func (o *WorkflowEventCreate) SetSchemaId(v string)
SetSchemaId sets field value
func (*WorkflowEventCreate) SetTargetId ¶
func (o *WorkflowEventCreate) SetTargetId(v string)
SetTargetId sets field value
func (*WorkflowEventCreate) SetTitle ¶
func (o *WorkflowEventCreate) SetTitle(v string)
SetTitle sets field value
func (*WorkflowEventCreate) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowEventCreate) UnmarshalJSON(bytes []byte) (err error)
type WorkflowEventUpdate ¶
type WorkflowEventUpdate struct { Title string `json:"title"` Description *string `json:"description,omitempty"` TargetId string `json:"target_id"` SchemaId string `json:"schema_id"` Properties map[string]interface{} `json:"properties"` AdditionalProperties map[string]interface{} }
WorkflowEventUpdate struct for WorkflowEventUpdate
func NewWorkflowEventUpdate ¶
func NewWorkflowEventUpdate(title string, targetId string, schemaId string, properties map[string]interface{}) *WorkflowEventUpdate
NewWorkflowEventUpdate instantiates a new WorkflowEventUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowEventUpdateWithDefaults ¶
func NewWorkflowEventUpdateWithDefaults() *WorkflowEventUpdate
NewWorkflowEventUpdateWithDefaults instantiates a new WorkflowEventUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowEventUpdate) GetDescription ¶
func (o *WorkflowEventUpdate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*WorkflowEventUpdate) GetDescriptionOk ¶
func (o *WorkflowEventUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowEventUpdate) GetProperties ¶
func (o *WorkflowEventUpdate) GetProperties() map[string]interface{}
GetProperties returns the Properties field value
func (*WorkflowEventUpdate) GetPropertiesOk ¶
func (o *WorkflowEventUpdate) GetPropertiesOk() (*map[string]interface{}, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*WorkflowEventUpdate) GetSchemaId ¶
func (o *WorkflowEventUpdate) GetSchemaId() string
GetSchemaId returns the SchemaId field value
func (*WorkflowEventUpdate) GetSchemaIdOk ¶
func (o *WorkflowEventUpdate) GetSchemaIdOk() (*string, bool)
GetSchemaIdOk returns a tuple with the SchemaId field value and a boolean to check if the value has been set.
func (*WorkflowEventUpdate) GetTargetId ¶
func (o *WorkflowEventUpdate) GetTargetId() string
GetTargetId returns the TargetId field value
func (*WorkflowEventUpdate) GetTargetIdOk ¶
func (o *WorkflowEventUpdate) GetTargetIdOk() (*string, bool)
GetTargetIdOk returns a tuple with the TargetId field value and a boolean to check if the value has been set.
func (*WorkflowEventUpdate) GetTitle ¶
func (o *WorkflowEventUpdate) GetTitle() string
GetTitle returns the Title field value
func (*WorkflowEventUpdate) GetTitleOk ¶
func (o *WorkflowEventUpdate) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*WorkflowEventUpdate) HasDescription ¶
func (o *WorkflowEventUpdate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (WorkflowEventUpdate) MarshalJSON ¶
func (o WorkflowEventUpdate) MarshalJSON() ([]byte, error)
func (*WorkflowEventUpdate) SetDescription ¶
func (o *WorkflowEventUpdate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*WorkflowEventUpdate) SetProperties ¶
func (o *WorkflowEventUpdate) SetProperties(v map[string]interface{})
SetProperties sets field value
func (*WorkflowEventUpdate) SetSchemaId ¶
func (o *WorkflowEventUpdate) SetSchemaId(v string)
SetSchemaId sets field value
func (*WorkflowEventUpdate) SetTargetId ¶
func (o *WorkflowEventUpdate) SetTargetId(v string)
SetTargetId sets field value
func (*WorkflowEventUpdate) SetTitle ¶
func (o *WorkflowEventUpdate) SetTitle(v string)
SetTitle sets field value
func (*WorkflowEventUpdate) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowEventUpdate) UnmarshalJSON(bytes []byte) (err error)
type WorkflowEventsApiService ¶
type WorkflowEventsApiService service
WorkflowEventsApiService WorkflowEventsApi service
func (*WorkflowEventsApiService) CreateWorkflowEvent ¶
func (a *WorkflowEventsApiService) CreateWorkflowEvent(ctx _context.Context) ApiCreateWorkflowEventRequest
* CreateWorkflowEvent Creates a new workflow event. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateWorkflowEventRequest
func (*WorkflowEventsApiService) CreateWorkflowEventExecute ¶
func (a *WorkflowEventsApiService) CreateWorkflowEventExecute(r ApiCreateWorkflowEventRequest) (WorkflowEvent, *_nethttp.Response, error)
* Execute executes the request * @return WorkflowEvent
func (*WorkflowEventsApiService) DeleteWorkflowEvent ¶
func (a *WorkflowEventsApiService) DeleteWorkflowEvent(ctx _context.Context, id string) ApiDeleteWorkflowEventRequest
* DeleteWorkflowEvent Deletes a workflow event. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiDeleteWorkflowEventRequest
func (*WorkflowEventsApiService) DeleteWorkflowEventExecute ¶
func (a *WorkflowEventsApiService) DeleteWorkflowEventExecute(r ApiDeleteWorkflowEventRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*WorkflowEventsApiService) GetWorkflowEvent ¶
func (a *WorkflowEventsApiService) GetWorkflowEvent(ctx _context.Context, id string) ApiGetWorkflowEventRequest
* GetWorkflowEvent Returns a workflow event. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetWorkflowEventRequest
func (*WorkflowEventsApiService) GetWorkflowEventExecute ¶
func (a *WorkflowEventsApiService) GetWorkflowEventExecute(r ApiGetWorkflowEventRequest) (WorkflowEvent, *_nethttp.Response, error)
* Execute executes the request * @return WorkflowEvent
func (*WorkflowEventsApiService) GetWorkflowEventsList ¶
func (a *WorkflowEventsApiService) GetWorkflowEventsList(ctx _context.Context) ApiGetWorkflowEventsListRequest
* GetWorkflowEventsList Returns a list of workflow events. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetWorkflowEventsListRequest
func (*WorkflowEventsApiService) GetWorkflowEventsListExecute ¶
func (a *WorkflowEventsApiService) GetWorkflowEventsListExecute(r ApiGetWorkflowEventsListRequest) ([]WorkflowEvent, *_nethttp.Response, error)
* Execute executes the request * @return []WorkflowEvent
func (*WorkflowEventsApiService) UpdateWorkflowEvent ¶
func (a *WorkflowEventsApiService) UpdateWorkflowEvent(ctx _context.Context, id string) ApiUpdateWorkflowEventRequest
* UpdateWorkflowEvent Updates a workflow event. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiUpdateWorkflowEventRequest
func (*WorkflowEventsApiService) UpdateWorkflowEventExecute ¶
func (a *WorkflowEventsApiService) UpdateWorkflowEventExecute(r ApiUpdateWorkflowEventRequest) (WorkflowEvent, *_nethttp.Response, error)
* Execute executes the request * @return WorkflowEvent
type WorkflowFooter ¶
type WorkflowFooter struct {}
WorkflowFooter struct for WorkflowFooter
func NewWorkflowFooter ¶
func NewWorkflowFooter() *WorkflowFooter
NewWorkflowFooter instantiates a new WorkflowFooter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowFooterWithDefaults ¶
func NewWorkflowFooterWithDefaults() *WorkflowFooter
NewWorkflowFooterWithDefaults instantiates a new WorkflowFooter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowFooter) GetCreatedBy ¶
func (o *WorkflowFooter) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*WorkflowFooter) GetCreatedByOk ¶
func (o *WorkflowFooter) 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 (*WorkflowFooter) GetCreatedOn ¶
func (o *WorkflowFooter) GetCreatedOn() string
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*WorkflowFooter) GetCreatedOnOk ¶
func (o *WorkflowFooter) GetCreatedOnOk() (*string, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowFooter) GetOwner ¶
func (o *WorkflowFooter) GetOwner() string
GetOwner returns the Owner field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowFooter) GetOwnerOk ¶
func (o *WorkflowFooter) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowFooter) GetUniqueName ¶
func (o *WorkflowFooter) GetUniqueName() string
GetUniqueName returns the UniqueName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowFooter) GetUniqueNameOk ¶
func (o *WorkflowFooter) GetUniqueNameOk() (*string, bool)
GetUniqueNameOk returns a tuple with the UniqueName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowFooter) GetUpdatedBy ¶
func (o *WorkflowFooter) GetUpdatedBy() string
GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowFooter) GetUpdatedByOk ¶
func (o *WorkflowFooter) GetUpdatedByOk() (*string, 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 (*WorkflowFooter) GetUpdatedOn ¶
func (o *WorkflowFooter) GetUpdatedOn() string
GetUpdatedOn returns the UpdatedOn field value if set, zero value otherwise.
func (*WorkflowFooter) GetUpdatedOnOk ¶
func (o *WorkflowFooter) GetUpdatedOnOk() (*string, bool)
GetUpdatedOnOk returns a tuple with the UpdatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowFooter) HasCreatedBy ¶
func (o *WorkflowFooter) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*WorkflowFooter) HasCreatedOn ¶
func (o *WorkflowFooter) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*WorkflowFooter) HasOwner ¶
func (o *WorkflowFooter) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (*WorkflowFooter) HasUniqueName ¶
func (o *WorkflowFooter) HasUniqueName() bool
HasUniqueName returns a boolean if a field has been set.
func (*WorkflowFooter) HasUpdatedBy ¶
func (o *WorkflowFooter) HasUpdatedBy() bool
HasUpdatedBy returns a boolean if a field has been set.
func (*WorkflowFooter) HasUpdatedOn ¶
func (o *WorkflowFooter) HasUpdatedOn() bool
HasUpdatedOn returns a boolean if a field has been set.
func (WorkflowFooter) MarshalJSON ¶
func (o WorkflowFooter) MarshalJSON() ([]byte, error)
func (*WorkflowFooter) SetCreatedBy ¶
func (o *WorkflowFooter) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*WorkflowFooter) SetCreatedOn ¶
func (o *WorkflowFooter) SetCreatedOn(v string)
SetCreatedOn gets a reference to the given string and assigns it to the CreatedOn field.
func (*WorkflowFooter) SetOwner ¶
func (o *WorkflowFooter) SetOwner(v string)
SetOwner gets a reference to the given NullableString and assigns it to the Owner field.
func (*WorkflowFooter) SetOwnerNil ¶ added in v1.0.5
func (o *WorkflowFooter) SetOwnerNil()
SetOwnerNil sets the value for Owner to be an explicit nil
func (*WorkflowFooter) SetUniqueName ¶
func (o *WorkflowFooter) SetUniqueName(v string)
SetUniqueName gets a reference to the given NullableString and assigns it to the UniqueName field.
func (*WorkflowFooter) SetUniqueNameNil ¶ added in v1.0.5
func (o *WorkflowFooter) SetUniqueNameNil()
SetUniqueNameNil sets the value for UniqueName to be an explicit nil
func (*WorkflowFooter) SetUpdatedBy ¶
func (o *WorkflowFooter) SetUpdatedBy(v string)
SetUpdatedBy gets a reference to the given NullableString and assigns it to the UpdatedBy field.
func (*WorkflowFooter) SetUpdatedByNil ¶ added in v1.0.5
func (o *WorkflowFooter) SetUpdatedByNil()
SetUpdatedByNil sets the value for UpdatedBy to be an explicit nil
func (*WorkflowFooter) SetUpdatedOn ¶
func (o *WorkflowFooter) SetUpdatedOn(v string)
SetUpdatedOn gets a reference to the given string and assigns it to the UpdatedOn field.
func (*WorkflowFooter) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowFooter) UnmarshalJSON(bytes []byte) (err error)
func (*WorkflowFooter) UnsetOwner ¶ added in v1.0.5
func (o *WorkflowFooter) UnsetOwner()
UnsetOwner ensures that no value is present for Owner, not even an explicit nil
func (*WorkflowFooter) UnsetUniqueName ¶ added in v1.0.5
func (o *WorkflowFooter) UnsetUniqueName()
UnsetUniqueName ensures that no value is present for UniqueName, not even an explicit nil
func (*WorkflowFooter) UnsetUpdatedBy ¶ added in v1.0.5
func (o *WorkflowFooter) UnsetUpdatedBy()
UnsetUpdatedBy ensures that no value is present for UpdatedBy, not even an explicit nil
type WorkflowInstance ¶
type WorkflowInstance struct { Id *string `json:"id,omitempty"` DefinitionId *string `json:"definition_id,omitempty"` Name *string `json:"name,omitempty"` SchemaId *string `json:"schema_id,omitempty"` Version *string `json:"version,omitempty"` Type *string `json:"type,omitempty"` BaseType *string `json:"base_type,omitempty"` Properties *map[string]interface{} `json:"properties,omitempty"` Actions []WorkflowAction `json:"actions,omitempty"` Variables []WorkflowVariable `json:"variables,omitempty"` Status *map[string]interface{} `json:"status,omitempty"` StartedOn *string `json:"started_on,omitempty"` EndedOn *string `json:"ended_on,omitempty"` CreatedOn *string `json:"created_on,omitempty"` CreatedBy *string `json:"created_by,omitempty"` UpdatedOn *string `json:"updated_on,omitempty"` UpdatedBy NullableString `json:"updated_by,omitempty"` Owner NullableString `json:"owner,omitempty"` UniqueName NullableString `json:"unique_name,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowInstance struct for WorkflowInstance
func NewWorkflowInstance ¶
func NewWorkflowInstance() *WorkflowInstance
NewWorkflowInstance instantiates a new WorkflowInstance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowInstanceWithDefaults ¶
func NewWorkflowInstanceWithDefaults() *WorkflowInstance
NewWorkflowInstanceWithDefaults instantiates a new WorkflowInstance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowInstance) GetActions ¶
func (o *WorkflowInstance) GetActions() []WorkflowAction
GetActions returns the Actions field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowInstance) GetActionsOk ¶
func (o *WorkflowInstance) GetActionsOk() (*[]WorkflowAction, bool)
GetActionsOk returns a tuple with the Actions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowInstance) GetBaseType ¶
func (o *WorkflowInstance) GetBaseType() string
GetBaseType returns the BaseType field value if set, zero value otherwise.
func (*WorkflowInstance) GetBaseTypeOk ¶
func (o *WorkflowInstance) GetBaseTypeOk() (*string, bool)
GetBaseTypeOk returns a tuple with the BaseType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowInstance) GetCreatedBy ¶
func (o *WorkflowInstance) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*WorkflowInstance) GetCreatedByOk ¶
func (o *WorkflowInstance) 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 (*WorkflowInstance) GetCreatedOn ¶
func (o *WorkflowInstance) GetCreatedOn() string
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*WorkflowInstance) GetCreatedOnOk ¶
func (o *WorkflowInstance) GetCreatedOnOk() (*string, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowInstance) GetDefinitionId ¶
func (o *WorkflowInstance) GetDefinitionId() string
GetDefinitionId returns the DefinitionId field value if set, zero value otherwise.
func (*WorkflowInstance) GetDefinitionIdOk ¶
func (o *WorkflowInstance) GetDefinitionIdOk() (*string, bool)
GetDefinitionIdOk returns a tuple with the DefinitionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowInstance) GetEndedOn ¶
func (o *WorkflowInstance) GetEndedOn() string
GetEndedOn returns the EndedOn field value if set, zero value otherwise.
func (*WorkflowInstance) GetEndedOnOk ¶
func (o *WorkflowInstance) GetEndedOnOk() (*string, bool)
GetEndedOnOk returns a tuple with the EndedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowInstance) GetId ¶
func (o *WorkflowInstance) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*WorkflowInstance) GetIdOk ¶
func (o *WorkflowInstance) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowInstance) GetName ¶
func (o *WorkflowInstance) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*WorkflowInstance) GetNameOk ¶
func (o *WorkflowInstance) 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 (*WorkflowInstance) GetOwner ¶
func (o *WorkflowInstance) GetOwner() string
GetOwner returns the Owner field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowInstance) GetOwnerOk ¶
func (o *WorkflowInstance) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowInstance) GetProperties ¶
func (o *WorkflowInstance) GetProperties() map[string]interface{}
GetProperties returns the Properties field value if set, zero value otherwise.
func (*WorkflowInstance) GetPropertiesOk ¶
func (o *WorkflowInstance) GetPropertiesOk() (*map[string]interface{}, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowInstance) GetSchemaId ¶
func (o *WorkflowInstance) GetSchemaId() string
GetSchemaId returns the SchemaId field value if set, zero value otherwise.
func (*WorkflowInstance) GetSchemaIdOk ¶
func (o *WorkflowInstance) GetSchemaIdOk() (*string, bool)
GetSchemaIdOk returns a tuple with the SchemaId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowInstance) GetStartedOn ¶
func (o *WorkflowInstance) GetStartedOn() string
GetStartedOn returns the StartedOn field value if set, zero value otherwise.
func (*WorkflowInstance) GetStartedOnOk ¶
func (o *WorkflowInstance) GetStartedOnOk() (*string, bool)
GetStartedOnOk returns a tuple with the StartedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowInstance) GetStatus ¶
func (o *WorkflowInstance) GetStatus() map[string]interface{}
GetStatus returns the Status field value if set, zero value otherwise.
func (*WorkflowInstance) GetStatusOk ¶
func (o *WorkflowInstance) GetStatusOk() (*map[string]interface{}, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowInstance) GetType ¶
func (o *WorkflowInstance) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*WorkflowInstance) GetTypeOk ¶
func (o *WorkflowInstance) 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 (*WorkflowInstance) GetUniqueName ¶
func (o *WorkflowInstance) GetUniqueName() string
GetUniqueName returns the UniqueName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowInstance) GetUniqueNameOk ¶
func (o *WorkflowInstance) GetUniqueNameOk() (*string, bool)
GetUniqueNameOk returns a tuple with the UniqueName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowInstance) GetUpdatedBy ¶
func (o *WorkflowInstance) GetUpdatedBy() string
GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowInstance) GetUpdatedByOk ¶
func (o *WorkflowInstance) GetUpdatedByOk() (*string, 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 (*WorkflowInstance) GetUpdatedOn ¶
func (o *WorkflowInstance) GetUpdatedOn() string
GetUpdatedOn returns the UpdatedOn field value if set, zero value otherwise.
func (*WorkflowInstance) GetUpdatedOnOk ¶
func (o *WorkflowInstance) GetUpdatedOnOk() (*string, bool)
GetUpdatedOnOk returns a tuple with the UpdatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowInstance) GetVariables ¶
func (o *WorkflowInstance) GetVariables() []WorkflowVariable
GetVariables returns the Variables field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowInstance) GetVariablesOk ¶
func (o *WorkflowInstance) GetVariablesOk() (*[]WorkflowVariable, bool)
GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowInstance) GetVersion ¶
func (o *WorkflowInstance) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*WorkflowInstance) GetVersionOk ¶
func (o *WorkflowInstance) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowInstance) HasActions ¶
func (o *WorkflowInstance) HasActions() bool
HasActions returns a boolean if a field has been set.
func (*WorkflowInstance) HasBaseType ¶
func (o *WorkflowInstance) HasBaseType() bool
HasBaseType returns a boolean if a field has been set.
func (*WorkflowInstance) HasCreatedBy ¶
func (o *WorkflowInstance) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*WorkflowInstance) HasCreatedOn ¶
func (o *WorkflowInstance) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*WorkflowInstance) HasDefinitionId ¶
func (o *WorkflowInstance) HasDefinitionId() bool
HasDefinitionId returns a boolean if a field has been set.
func (*WorkflowInstance) HasEndedOn ¶
func (o *WorkflowInstance) HasEndedOn() bool
HasEndedOn returns a boolean if a field has been set.
func (*WorkflowInstance) HasId ¶
func (o *WorkflowInstance) HasId() bool
HasId returns a boolean if a field has been set.
func (*WorkflowInstance) HasName ¶
func (o *WorkflowInstance) HasName() bool
HasName returns a boolean if a field has been set.
func (*WorkflowInstance) HasOwner ¶
func (o *WorkflowInstance) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (*WorkflowInstance) HasProperties ¶
func (o *WorkflowInstance) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (*WorkflowInstance) HasSchemaId ¶
func (o *WorkflowInstance) HasSchemaId() bool
HasSchemaId returns a boolean if a field has been set.
func (*WorkflowInstance) HasStartedOn ¶
func (o *WorkflowInstance) HasStartedOn() bool
HasStartedOn returns a boolean if a field has been set.
func (*WorkflowInstance) HasStatus ¶
func (o *WorkflowInstance) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*WorkflowInstance) HasType ¶
func (o *WorkflowInstance) HasType() bool
HasType returns a boolean if a field has been set.
func (*WorkflowInstance) HasUniqueName ¶
func (o *WorkflowInstance) HasUniqueName() bool
HasUniqueName returns a boolean if a field has been set.
func (*WorkflowInstance) HasUpdatedBy ¶
func (o *WorkflowInstance) HasUpdatedBy() bool
HasUpdatedBy returns a boolean if a field has been set.
func (*WorkflowInstance) HasUpdatedOn ¶
func (o *WorkflowInstance) HasUpdatedOn() bool
HasUpdatedOn returns a boolean if a field has been set.
func (*WorkflowInstance) HasVariables ¶
func (o *WorkflowInstance) HasVariables() bool
HasVariables returns a boolean if a field has been set.
func (*WorkflowInstance) HasVersion ¶
func (o *WorkflowInstance) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (WorkflowInstance) MarshalJSON ¶
func (o WorkflowInstance) MarshalJSON() ([]byte, error)
func (*WorkflowInstance) SetActions ¶
func (o *WorkflowInstance) SetActions(v []WorkflowAction)
SetActions gets a reference to the given []WorkflowAction and assigns it to the Actions field.
func (*WorkflowInstance) SetBaseType ¶
func (o *WorkflowInstance) SetBaseType(v string)
SetBaseType gets a reference to the given string and assigns it to the BaseType field.
func (*WorkflowInstance) SetCreatedBy ¶
func (o *WorkflowInstance) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*WorkflowInstance) SetCreatedOn ¶
func (o *WorkflowInstance) SetCreatedOn(v string)
SetCreatedOn gets a reference to the given string and assigns it to the CreatedOn field.
func (*WorkflowInstance) SetDefinitionId ¶
func (o *WorkflowInstance) SetDefinitionId(v string)
SetDefinitionId gets a reference to the given string and assigns it to the DefinitionId field.
func (*WorkflowInstance) SetEndedOn ¶
func (o *WorkflowInstance) SetEndedOn(v string)
SetEndedOn gets a reference to the given string and assigns it to the EndedOn field.
func (*WorkflowInstance) SetId ¶
func (o *WorkflowInstance) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*WorkflowInstance) SetName ¶
func (o *WorkflowInstance) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*WorkflowInstance) SetOwner ¶
func (o *WorkflowInstance) SetOwner(v string)
SetOwner gets a reference to the given NullableString and assigns it to the Owner field.
func (*WorkflowInstance) SetOwnerNil ¶ added in v1.0.5
func (o *WorkflowInstance) SetOwnerNil()
SetOwnerNil sets the value for Owner to be an explicit nil
func (*WorkflowInstance) SetProperties ¶
func (o *WorkflowInstance) SetProperties(v map[string]interface{})
SetProperties gets a reference to the given map[string]interface{} and assigns it to the Properties field.
func (*WorkflowInstance) SetSchemaId ¶
func (o *WorkflowInstance) SetSchemaId(v string)
SetSchemaId gets a reference to the given string and assigns it to the SchemaId field.
func (*WorkflowInstance) SetStartedOn ¶
func (o *WorkflowInstance) SetStartedOn(v string)
SetStartedOn gets a reference to the given string and assigns it to the StartedOn field.
func (*WorkflowInstance) SetStatus ¶
func (o *WorkflowInstance) SetStatus(v map[string]interface{})
SetStatus gets a reference to the given map[string]interface{} and assigns it to the Status field.
func (*WorkflowInstance) SetType ¶
func (o *WorkflowInstance) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*WorkflowInstance) SetUniqueName ¶
func (o *WorkflowInstance) SetUniqueName(v string)
SetUniqueName gets a reference to the given NullableString and assigns it to the UniqueName field.
func (*WorkflowInstance) SetUniqueNameNil ¶ added in v1.0.5
func (o *WorkflowInstance) SetUniqueNameNil()
SetUniqueNameNil sets the value for UniqueName to be an explicit nil
func (*WorkflowInstance) SetUpdatedBy ¶
func (o *WorkflowInstance) SetUpdatedBy(v string)
SetUpdatedBy gets a reference to the given NullableString and assigns it to the UpdatedBy field.
func (*WorkflowInstance) SetUpdatedByNil ¶ added in v1.0.5
func (o *WorkflowInstance) SetUpdatedByNil()
SetUpdatedByNil sets the value for UpdatedBy to be an explicit nil
func (*WorkflowInstance) SetUpdatedOn ¶
func (o *WorkflowInstance) SetUpdatedOn(v string)
SetUpdatedOn gets a reference to the given string and assigns it to the UpdatedOn field.
func (*WorkflowInstance) SetVariables ¶
func (o *WorkflowInstance) SetVariables(v []WorkflowVariable)
SetVariables gets a reference to the given []WorkflowVariable and assigns it to the Variables field.
func (*WorkflowInstance) SetVersion ¶
func (o *WorkflowInstance) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (*WorkflowInstance) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowInstance) UnmarshalJSON(bytes []byte) (err error)
func (*WorkflowInstance) UnsetOwner ¶ added in v1.0.5
func (o *WorkflowInstance) UnsetOwner()
UnsetOwner ensures that no value is present for Owner, not even an explicit nil
func (*WorkflowInstance) UnsetUniqueName ¶ added in v1.0.5
func (o *WorkflowInstance) UnsetUniqueName()
UnsetUniqueName ensures that no value is present for UniqueName, not even an explicit nil
func (*WorkflowInstance) UnsetUpdatedBy ¶ added in v1.0.5
func (o *WorkflowInstance) UnsetUpdatedBy()
UnsetUpdatedBy ensures that no value is present for UpdatedBy, not even an explicit nil
type WorkflowInstanceAllOf ¶
type WorkflowInstanceAllOf struct { Id *string `json:"id,omitempty"` DefinitionId *string `json:"definition_id,omitempty"` Name *string `json:"name,omitempty"` SchemaId *string `json:"schema_id,omitempty"` Version *string `json:"version,omitempty"` Type *string `json:"type,omitempty"` BaseType *string `json:"base_type,omitempty"` Properties *map[string]interface{} `json:"properties,omitempty"` Actions []WorkflowAction `json:"actions,omitempty"` Variables []WorkflowVariable `json:"variables,omitempty"` Status *map[string]interface{} `json:"status,omitempty"` StartedOn *string `json:"started_on,omitempty"` EndedOn *string `json:"ended_on,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowInstanceAllOf struct for WorkflowInstanceAllOf
func NewWorkflowInstanceAllOf ¶
func NewWorkflowInstanceAllOf() *WorkflowInstanceAllOf
NewWorkflowInstanceAllOf instantiates a new WorkflowInstanceAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowInstanceAllOfWithDefaults ¶
func NewWorkflowInstanceAllOfWithDefaults() *WorkflowInstanceAllOf
NewWorkflowInstanceAllOfWithDefaults instantiates a new WorkflowInstanceAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowInstanceAllOf) GetActions ¶
func (o *WorkflowInstanceAllOf) GetActions() []WorkflowAction
GetActions returns the Actions field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowInstanceAllOf) GetActionsOk ¶
func (o *WorkflowInstanceAllOf) GetActionsOk() (*[]WorkflowAction, bool)
GetActionsOk returns a tuple with the Actions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowInstanceAllOf) GetBaseType ¶
func (o *WorkflowInstanceAllOf) GetBaseType() string
GetBaseType returns the BaseType field value if set, zero value otherwise.
func (*WorkflowInstanceAllOf) GetBaseTypeOk ¶
func (o *WorkflowInstanceAllOf) GetBaseTypeOk() (*string, bool)
GetBaseTypeOk returns a tuple with the BaseType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowInstanceAllOf) GetDefinitionId ¶
func (o *WorkflowInstanceAllOf) GetDefinitionId() string
GetDefinitionId returns the DefinitionId field value if set, zero value otherwise.
func (*WorkflowInstanceAllOf) GetDefinitionIdOk ¶
func (o *WorkflowInstanceAllOf) GetDefinitionIdOk() (*string, bool)
GetDefinitionIdOk returns a tuple with the DefinitionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowInstanceAllOf) GetEndedOn ¶
func (o *WorkflowInstanceAllOf) GetEndedOn() string
GetEndedOn returns the EndedOn field value if set, zero value otherwise.
func (*WorkflowInstanceAllOf) GetEndedOnOk ¶
func (o *WorkflowInstanceAllOf) GetEndedOnOk() (*string, bool)
GetEndedOnOk returns a tuple with the EndedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowInstanceAllOf) GetId ¶
func (o *WorkflowInstanceAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*WorkflowInstanceAllOf) GetIdOk ¶
func (o *WorkflowInstanceAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowInstanceAllOf) GetName ¶
func (o *WorkflowInstanceAllOf) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*WorkflowInstanceAllOf) GetNameOk ¶
func (o *WorkflowInstanceAllOf) 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 (*WorkflowInstanceAllOf) GetProperties ¶
func (o *WorkflowInstanceAllOf) GetProperties() map[string]interface{}
GetProperties returns the Properties field value if set, zero value otherwise.
func (*WorkflowInstanceAllOf) GetPropertiesOk ¶
func (o *WorkflowInstanceAllOf) GetPropertiesOk() (*map[string]interface{}, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowInstanceAllOf) GetSchemaId ¶
func (o *WorkflowInstanceAllOf) GetSchemaId() string
GetSchemaId returns the SchemaId field value if set, zero value otherwise.
func (*WorkflowInstanceAllOf) GetSchemaIdOk ¶
func (o *WorkflowInstanceAllOf) GetSchemaIdOk() (*string, bool)
GetSchemaIdOk returns a tuple with the SchemaId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowInstanceAllOf) GetStartedOn ¶
func (o *WorkflowInstanceAllOf) GetStartedOn() string
GetStartedOn returns the StartedOn field value if set, zero value otherwise.
func (*WorkflowInstanceAllOf) GetStartedOnOk ¶
func (o *WorkflowInstanceAllOf) GetStartedOnOk() (*string, bool)
GetStartedOnOk returns a tuple with the StartedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowInstanceAllOf) GetStatus ¶
func (o *WorkflowInstanceAllOf) GetStatus() map[string]interface{}
GetStatus returns the Status field value if set, zero value otherwise.
func (*WorkflowInstanceAllOf) GetStatusOk ¶
func (o *WorkflowInstanceAllOf) GetStatusOk() (*map[string]interface{}, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowInstanceAllOf) GetType ¶
func (o *WorkflowInstanceAllOf) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*WorkflowInstanceAllOf) GetTypeOk ¶
func (o *WorkflowInstanceAllOf) 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 (*WorkflowInstanceAllOf) GetVariables ¶
func (o *WorkflowInstanceAllOf) GetVariables() []WorkflowVariable
GetVariables returns the Variables field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowInstanceAllOf) GetVariablesOk ¶
func (o *WorkflowInstanceAllOf) GetVariablesOk() (*[]WorkflowVariable, bool)
GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowInstanceAllOf) GetVersion ¶
func (o *WorkflowInstanceAllOf) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*WorkflowInstanceAllOf) GetVersionOk ¶
func (o *WorkflowInstanceAllOf) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowInstanceAllOf) HasActions ¶
func (o *WorkflowInstanceAllOf) HasActions() bool
HasActions returns a boolean if a field has been set.
func (*WorkflowInstanceAllOf) HasBaseType ¶
func (o *WorkflowInstanceAllOf) HasBaseType() bool
HasBaseType returns a boolean if a field has been set.
func (*WorkflowInstanceAllOf) HasDefinitionId ¶
func (o *WorkflowInstanceAllOf) HasDefinitionId() bool
HasDefinitionId returns a boolean if a field has been set.
func (*WorkflowInstanceAllOf) HasEndedOn ¶
func (o *WorkflowInstanceAllOf) HasEndedOn() bool
HasEndedOn returns a boolean if a field has been set.
func (*WorkflowInstanceAllOf) HasId ¶
func (o *WorkflowInstanceAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (*WorkflowInstanceAllOf) HasName ¶
func (o *WorkflowInstanceAllOf) HasName() bool
HasName returns a boolean if a field has been set.
func (*WorkflowInstanceAllOf) HasProperties ¶
func (o *WorkflowInstanceAllOf) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (*WorkflowInstanceAllOf) HasSchemaId ¶
func (o *WorkflowInstanceAllOf) HasSchemaId() bool
HasSchemaId returns a boolean if a field has been set.
func (*WorkflowInstanceAllOf) HasStartedOn ¶
func (o *WorkflowInstanceAllOf) HasStartedOn() bool
HasStartedOn returns a boolean if a field has been set.
func (*WorkflowInstanceAllOf) HasStatus ¶
func (o *WorkflowInstanceAllOf) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*WorkflowInstanceAllOf) HasType ¶
func (o *WorkflowInstanceAllOf) HasType() bool
HasType returns a boolean if a field has been set.
func (*WorkflowInstanceAllOf) HasVariables ¶
func (o *WorkflowInstanceAllOf) HasVariables() bool
HasVariables returns a boolean if a field has been set.
func (*WorkflowInstanceAllOf) HasVersion ¶
func (o *WorkflowInstanceAllOf) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (WorkflowInstanceAllOf) MarshalJSON ¶
func (o WorkflowInstanceAllOf) MarshalJSON() ([]byte, error)
func (*WorkflowInstanceAllOf) SetActions ¶
func (o *WorkflowInstanceAllOf) SetActions(v []WorkflowAction)
SetActions gets a reference to the given []WorkflowAction and assigns it to the Actions field.
func (*WorkflowInstanceAllOf) SetBaseType ¶
func (o *WorkflowInstanceAllOf) SetBaseType(v string)
SetBaseType gets a reference to the given string and assigns it to the BaseType field.
func (*WorkflowInstanceAllOf) SetDefinitionId ¶
func (o *WorkflowInstanceAllOf) SetDefinitionId(v string)
SetDefinitionId gets a reference to the given string and assigns it to the DefinitionId field.
func (*WorkflowInstanceAllOf) SetEndedOn ¶
func (o *WorkflowInstanceAllOf) SetEndedOn(v string)
SetEndedOn gets a reference to the given string and assigns it to the EndedOn field.
func (*WorkflowInstanceAllOf) SetId ¶
func (o *WorkflowInstanceAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*WorkflowInstanceAllOf) SetName ¶
func (o *WorkflowInstanceAllOf) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*WorkflowInstanceAllOf) SetProperties ¶
func (o *WorkflowInstanceAllOf) SetProperties(v map[string]interface{})
SetProperties gets a reference to the given map[string]interface{} and assigns it to the Properties field.
func (*WorkflowInstanceAllOf) SetSchemaId ¶
func (o *WorkflowInstanceAllOf) SetSchemaId(v string)
SetSchemaId gets a reference to the given string and assigns it to the SchemaId field.
func (*WorkflowInstanceAllOf) SetStartedOn ¶
func (o *WorkflowInstanceAllOf) SetStartedOn(v string)
SetStartedOn gets a reference to the given string and assigns it to the StartedOn field.
func (*WorkflowInstanceAllOf) SetStatus ¶
func (o *WorkflowInstanceAllOf) SetStatus(v map[string]interface{})
SetStatus gets a reference to the given map[string]interface{} and assigns it to the Status field.
func (*WorkflowInstanceAllOf) SetType ¶
func (o *WorkflowInstanceAllOf) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*WorkflowInstanceAllOf) SetVariables ¶
func (o *WorkflowInstanceAllOf) SetVariables(v []WorkflowVariable)
SetVariables gets a reference to the given []WorkflowVariable and assigns it to the Variables field.
func (*WorkflowInstanceAllOf) SetVersion ¶
func (o *WorkflowInstanceAllOf) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (*WorkflowInstanceAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowInstanceAllOf) UnmarshalJSON(bytes []byte) (err error)
type WorkflowInstanceDeleteResponse ¶
type WorkflowInstanceDeleteResponse struct { DeletedChildWorkflowInstanceIds []string `json:"deleted_child_workflow_instance_ids,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowInstanceDeleteResponse struct for WorkflowInstanceDeleteResponse
func NewWorkflowInstanceDeleteResponse ¶
func NewWorkflowInstanceDeleteResponse() *WorkflowInstanceDeleteResponse
NewWorkflowInstanceDeleteResponse instantiates a new WorkflowInstanceDeleteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowInstanceDeleteResponseWithDefaults ¶
func NewWorkflowInstanceDeleteResponseWithDefaults() *WorkflowInstanceDeleteResponse
NewWorkflowInstanceDeleteResponseWithDefaults instantiates a new WorkflowInstanceDeleteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowInstanceDeleteResponse) GetDeletedChildWorkflowInstanceIds ¶
func (o *WorkflowInstanceDeleteResponse) GetDeletedChildWorkflowInstanceIds() []string
GetDeletedChildWorkflowInstanceIds returns the DeletedChildWorkflowInstanceIds field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowInstanceDeleteResponse) GetDeletedChildWorkflowInstanceIdsOk ¶
func (o *WorkflowInstanceDeleteResponse) GetDeletedChildWorkflowInstanceIdsOk() (*[]string, bool)
GetDeletedChildWorkflowInstanceIdsOk returns a tuple with the DeletedChildWorkflowInstanceIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowInstanceDeleteResponse) HasDeletedChildWorkflowInstanceIds ¶
func (o *WorkflowInstanceDeleteResponse) HasDeletedChildWorkflowInstanceIds() bool
HasDeletedChildWorkflowInstanceIds returns a boolean if a field has been set.
func (WorkflowInstanceDeleteResponse) MarshalJSON ¶
func (o WorkflowInstanceDeleteResponse) MarshalJSON() ([]byte, error)
func (*WorkflowInstanceDeleteResponse) SetDeletedChildWorkflowInstanceIds ¶
func (o *WorkflowInstanceDeleteResponse) SetDeletedChildWorkflowInstanceIds(v []string)
SetDeletedChildWorkflowInstanceIds gets a reference to the given []string and assigns it to the DeletedChildWorkflowInstanceIds field.
func (*WorkflowInstanceDeleteResponse) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowInstanceDeleteResponse) UnmarshalJSON(bytes []byte) (err error)
type WorkflowInstancesApiService ¶
type WorkflowInstancesApiService service
WorkflowInstancesApiService WorkflowInstancesApi service
func (*WorkflowInstancesApiService) CancelWorkflowInstance ¶
func (a *WorkflowInstancesApiService) CancelWorkflowInstance(ctx _context.Context, id string) ApiCancelWorkflowInstanceRequest
* CancelWorkflowInstance Cancels a workflow instance. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiCancelWorkflowInstanceRequest
func (*WorkflowInstancesApiService) CancelWorkflowInstanceExecute ¶
func (a *WorkflowInstancesApiService) CancelWorkflowInstanceExecute(r ApiCancelWorkflowInstanceRequest) (WorkflowInstance, *_nethttp.Response, error)
* Execute executes the request * @return WorkflowInstance
func (*WorkflowInstancesApiService) DeleteWorkflowInstance ¶
func (a *WorkflowInstancesApiService) DeleteWorkflowInstance(ctx _context.Context, id string) ApiDeleteWorkflowInstanceRequest
* DeleteWorkflowInstance Deletes a workflow instance. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiDeleteWorkflowInstanceRequest
func (*WorkflowInstancesApiService) DeleteWorkflowInstanceExecute ¶
func (a *WorkflowInstancesApiService) DeleteWorkflowInstanceExecute(r ApiDeleteWorkflowInstanceRequest) (WorkflowInstanceDeleteResponse, *_nethttp.Response, error)
* Execute executes the request * @return WorkflowInstanceDeleteResponse
func (*WorkflowInstancesApiService) GetWorkflowInstance ¶
func (a *WorkflowInstancesApiService) GetWorkflowInstance(ctx _context.Context, id string) ApiGetWorkflowInstanceRequest
* GetWorkflowInstance Returns a workflow instance. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetWorkflowInstanceRequest
func (*WorkflowInstancesApiService) GetWorkflowInstanceAction ¶
func (a *WorkflowInstancesApiService) GetWorkflowInstanceAction(ctx _context.Context, id string, actionId string) ApiGetWorkflowInstanceActionRequest
* GetWorkflowInstanceAction Returns a workflow instance action. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @param actionId * @return ApiGetWorkflowInstanceActionRequest
func (*WorkflowInstancesApiService) GetWorkflowInstanceActionExecute ¶
func (a *WorkflowInstancesApiService) GetWorkflowInstanceActionExecute(r ApiGetWorkflowInstanceActionRequest) (WorkflowAction, *_nethttp.Response, error)
* Execute executes the request * @return WorkflowAction
func (*WorkflowInstancesApiService) GetWorkflowInstanceExecute ¶
func (a *WorkflowInstancesApiService) GetWorkflowInstanceExecute(r ApiGetWorkflowInstanceRequest) (WorkflowInstance, *_nethttp.Response, error)
* Execute executes the request * @return WorkflowInstance
func (*WorkflowInstancesApiService) GetWorkflowInstancesList ¶
func (a *WorkflowInstancesApiService) GetWorkflowInstancesList(ctx _context.Context, id string) ApiGetWorkflowInstancesListRequest
* GetWorkflowInstancesList Returns a list of workflow instances. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetWorkflowInstancesListRequest
func (*WorkflowInstancesApiService) GetWorkflowInstancesListExecute ¶
func (a *WorkflowInstancesApiService) GetWorkflowInstancesListExecute(r ApiGetWorkflowInstancesListRequest) ([]WorkflowInstance, *_nethttp.Response, error)
* Execute executes the request * @return []WorkflowInstance
type WorkflowMapping ¶
type WorkflowMapping struct { Id *string `json:"id,omitempty"` TenantIds *[]string `json:"tenantIds,omitempty"` UniqueName *string `json:"uniqueName,omitempty"` CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *string `json:"createdOn,omitempty"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *string `json:"modifiedOn,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowMapping struct for WorkflowMapping
func NewWorkflowMapping ¶
func NewWorkflowMapping() *WorkflowMapping
NewWorkflowMapping instantiates a new WorkflowMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowMappingWithDefaults ¶
func NewWorkflowMappingWithDefaults() *WorkflowMapping
NewWorkflowMappingWithDefaults instantiates a new WorkflowMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowMapping) GetCreatedBy ¶
func (o *WorkflowMapping) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*WorkflowMapping) GetCreatedByOk ¶
func (o *WorkflowMapping) 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 (*WorkflowMapping) GetCreatedOn ¶
func (o *WorkflowMapping) GetCreatedOn() string
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*WorkflowMapping) GetCreatedOnOk ¶
func (o *WorkflowMapping) GetCreatedOnOk() (*string, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowMapping) GetId ¶
func (o *WorkflowMapping) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*WorkflowMapping) GetIdOk ¶
func (o *WorkflowMapping) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowMapping) GetModifiedBy ¶
func (o *WorkflowMapping) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*WorkflowMapping) GetModifiedByOk ¶
func (o *WorkflowMapping) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowMapping) GetModifiedOn ¶
func (o *WorkflowMapping) GetModifiedOn() string
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*WorkflowMapping) GetModifiedOnOk ¶
func (o *WorkflowMapping) GetModifiedOnOk() (*string, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowMapping) GetTenantIds ¶
func (o *WorkflowMapping) GetTenantIds() []string
GetTenantIds returns the TenantIds field value if set, zero value otherwise.
func (*WorkflowMapping) GetTenantIdsOk ¶
func (o *WorkflowMapping) GetTenantIdsOk() (*[]string, bool)
GetTenantIdsOk returns a tuple with the TenantIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowMapping) GetUniqueName ¶
func (o *WorkflowMapping) GetUniqueName() string
GetUniqueName returns the UniqueName field value if set, zero value otherwise.
func (*WorkflowMapping) GetUniqueNameOk ¶
func (o *WorkflowMapping) GetUniqueNameOk() (*string, bool)
GetUniqueNameOk returns a tuple with the UniqueName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowMapping) HasCreatedBy ¶
func (o *WorkflowMapping) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*WorkflowMapping) HasCreatedOn ¶
func (o *WorkflowMapping) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*WorkflowMapping) HasId ¶
func (o *WorkflowMapping) HasId() bool
HasId returns a boolean if a field has been set.
func (*WorkflowMapping) HasModifiedBy ¶
func (o *WorkflowMapping) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.
func (*WorkflowMapping) HasModifiedOn ¶
func (o *WorkflowMapping) HasModifiedOn() bool
HasModifiedOn returns a boolean if a field has been set.
func (*WorkflowMapping) HasTenantIds ¶
func (o *WorkflowMapping) HasTenantIds() bool
HasTenantIds returns a boolean if a field has been set.
func (*WorkflowMapping) HasUniqueName ¶
func (o *WorkflowMapping) HasUniqueName() bool
HasUniqueName returns a boolean if a field has been set.
func (WorkflowMapping) MarshalJSON ¶
func (o WorkflowMapping) MarshalJSON() ([]byte, error)
func (*WorkflowMapping) SetCreatedBy ¶
func (o *WorkflowMapping) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*WorkflowMapping) SetCreatedOn ¶
func (o *WorkflowMapping) SetCreatedOn(v string)
SetCreatedOn gets a reference to the given string and assigns it to the CreatedOn field.
func (*WorkflowMapping) SetId ¶
func (o *WorkflowMapping) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*WorkflowMapping) SetModifiedBy ¶
func (o *WorkflowMapping) SetModifiedBy(v string)
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*WorkflowMapping) SetModifiedOn ¶
func (o *WorkflowMapping) SetModifiedOn(v string)
SetModifiedOn gets a reference to the given string and assigns it to the ModifiedOn field.
func (*WorkflowMapping) SetTenantIds ¶
func (o *WorkflowMapping) SetTenantIds(v []string)
SetTenantIds gets a reference to the given []string and assigns it to the TenantIds field.
func (*WorkflowMapping) SetUniqueName ¶
func (o *WorkflowMapping) SetUniqueName(v string)
SetUniqueName gets a reference to the given string and assigns it to the UniqueName field.
func (*WorkflowMapping) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowMapping) UnmarshalJSON(bytes []byte) (err error)
type WorkflowMetadata ¶
type WorkflowMetadata struct { GitInfo *WorkflowMetadataGitInfo `json:"git_info,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowMetadata struct for WorkflowMetadata
func NewWorkflowMetadata ¶
func NewWorkflowMetadata() *WorkflowMetadata
NewWorkflowMetadata instantiates a new WorkflowMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowMetadataWithDefaults ¶
func NewWorkflowMetadataWithDefaults() *WorkflowMetadata
NewWorkflowMetadataWithDefaults instantiates a new WorkflowMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowMetadata) GetGitInfo ¶
func (o *WorkflowMetadata) GetGitInfo() WorkflowMetadataGitInfo
GetGitInfo returns the GitInfo field value if set, zero value otherwise.
func (*WorkflowMetadata) GetGitInfoOk ¶
func (o *WorkflowMetadata) GetGitInfoOk() (*WorkflowMetadataGitInfo, bool)
GetGitInfoOk returns a tuple with the GitInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowMetadata) HasGitInfo ¶
func (o *WorkflowMetadata) HasGitInfo() bool
HasGitInfo returns a boolean if a field has been set.
func (WorkflowMetadata) MarshalJSON ¶
func (o WorkflowMetadata) MarshalJSON() ([]byte, error)
func (*WorkflowMetadata) SetGitInfo ¶
func (o *WorkflowMetadata) SetGitInfo(v WorkflowMetadataGitInfo)
SetGitInfo gets a reference to the given WorkflowMetadataGitInfo and assigns it to the GitInfo field.
func (*WorkflowMetadata) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowMetadata) UnmarshalJSON(bytes []byte) (err error)
type WorkflowMetadataGitInfo ¶
type WorkflowMetadataGitInfo struct { TargetId NullableString `json:"target_id,omitempty"` CommitHash NullableString `json:"commit_hash,omitempty"` CommittedBy NullableString `json:"committed_by,omitempty"` CommitedOn NullableString `json:"commited_on,omitempty"` CommittedOn NullableString `json:"committed_on,omitempty"` CommitMessage NullableString `json:"commit_message,omitempty"` FileName NullableString `json:"file_name,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowMetadataGitInfo struct for WorkflowMetadataGitInfo
func NewWorkflowMetadataGitInfo ¶
func NewWorkflowMetadataGitInfo() *WorkflowMetadataGitInfo
NewWorkflowMetadataGitInfo instantiates a new WorkflowMetadataGitInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowMetadataGitInfoWithDefaults ¶
func NewWorkflowMetadataGitInfoWithDefaults() *WorkflowMetadataGitInfo
NewWorkflowMetadataGitInfoWithDefaults instantiates a new WorkflowMetadataGitInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowMetadataGitInfo) GetCommitHash ¶
func (o *WorkflowMetadataGitInfo) GetCommitHash() string
GetCommitHash returns the CommitHash field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowMetadataGitInfo) GetCommitHashOk ¶
func (o *WorkflowMetadataGitInfo) GetCommitHashOk() (*string, bool)
GetCommitHashOk returns a tuple with the CommitHash field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowMetadataGitInfo) GetCommitMessage ¶
func (o *WorkflowMetadataGitInfo) GetCommitMessage() string
GetCommitMessage returns the CommitMessage field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowMetadataGitInfo) GetCommitMessageOk ¶
func (o *WorkflowMetadataGitInfo) GetCommitMessageOk() (*string, bool)
GetCommitMessageOk returns a tuple with the CommitMessage field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowMetadataGitInfo) GetCommitedOn ¶ added in v1.0.5
func (o *WorkflowMetadataGitInfo) GetCommitedOn() string
GetCommitedOn returns the CommitedOn field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowMetadataGitInfo) GetCommitedOnOk ¶ added in v1.0.5
func (o *WorkflowMetadataGitInfo) GetCommitedOnOk() (*string, bool)
GetCommitedOnOk returns a tuple with the CommitedOn field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowMetadataGitInfo) GetCommittedBy ¶ added in v1.0.2
func (o *WorkflowMetadataGitInfo) GetCommittedBy() string
GetCommittedBy returns the CommittedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowMetadataGitInfo) GetCommittedByOk ¶ added in v1.0.2
func (o *WorkflowMetadataGitInfo) GetCommittedByOk() (*string, bool)
GetCommittedByOk returns a tuple with the CommittedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowMetadataGitInfo) GetCommittedOn ¶ added in v1.0.2
func (o *WorkflowMetadataGitInfo) GetCommittedOn() string
GetCommittedOn returns the CommittedOn field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowMetadataGitInfo) GetCommittedOnOk ¶ added in v1.0.2
func (o *WorkflowMetadataGitInfo) GetCommittedOnOk() (*string, bool)
GetCommittedOnOk returns a tuple with the CommittedOn field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowMetadataGitInfo) GetFileName ¶ added in v1.0.5
func (o *WorkflowMetadataGitInfo) GetFileName() string
GetFileName returns the FileName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowMetadataGitInfo) GetFileNameOk ¶ added in v1.0.5
func (o *WorkflowMetadataGitInfo) GetFileNameOk() (*string, bool)
GetFileNameOk returns a tuple with the FileName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowMetadataGitInfo) GetTargetId ¶
func (o *WorkflowMetadataGitInfo) GetTargetId() string
GetTargetId returns the TargetId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowMetadataGitInfo) GetTargetIdOk ¶
func (o *WorkflowMetadataGitInfo) GetTargetIdOk() (*string, bool)
GetTargetIdOk returns a tuple with the TargetId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowMetadataGitInfo) HasCommitHash ¶
func (o *WorkflowMetadataGitInfo) HasCommitHash() bool
HasCommitHash returns a boolean if a field has been set.
func (*WorkflowMetadataGitInfo) HasCommitMessage ¶
func (o *WorkflowMetadataGitInfo) HasCommitMessage() bool
HasCommitMessage returns a boolean if a field has been set.
func (*WorkflowMetadataGitInfo) HasCommitedOn ¶ added in v1.0.5
func (o *WorkflowMetadataGitInfo) HasCommitedOn() bool
HasCommitedOn returns a boolean if a field has been set.
func (*WorkflowMetadataGitInfo) HasCommittedBy ¶ added in v1.0.2
func (o *WorkflowMetadataGitInfo) HasCommittedBy() bool
HasCommittedBy returns a boolean if a field has been set.
func (*WorkflowMetadataGitInfo) HasCommittedOn ¶ added in v1.0.2
func (o *WorkflowMetadataGitInfo) HasCommittedOn() bool
HasCommittedOn returns a boolean if a field has been set.
func (*WorkflowMetadataGitInfo) HasFileName ¶ added in v1.0.5
func (o *WorkflowMetadataGitInfo) HasFileName() bool
HasFileName returns a boolean if a field has been set.
func (*WorkflowMetadataGitInfo) HasTargetId ¶
func (o *WorkflowMetadataGitInfo) HasTargetId() bool
HasTargetId returns a boolean if a field has been set.
func (WorkflowMetadataGitInfo) MarshalJSON ¶
func (o WorkflowMetadataGitInfo) MarshalJSON() ([]byte, error)
func (*WorkflowMetadataGitInfo) SetCommitHash ¶
func (o *WorkflowMetadataGitInfo) SetCommitHash(v string)
SetCommitHash gets a reference to the given NullableString and assigns it to the CommitHash field.
func (*WorkflowMetadataGitInfo) SetCommitHashNil ¶ added in v1.0.2
func (o *WorkflowMetadataGitInfo) SetCommitHashNil()
SetCommitHashNil sets the value for CommitHash to be an explicit nil
func (*WorkflowMetadataGitInfo) SetCommitMessage ¶
func (o *WorkflowMetadataGitInfo) SetCommitMessage(v string)
SetCommitMessage gets a reference to the given NullableString and assigns it to the CommitMessage field.
func (*WorkflowMetadataGitInfo) SetCommitMessageNil ¶ added in v1.0.2
func (o *WorkflowMetadataGitInfo) SetCommitMessageNil()
SetCommitMessageNil sets the value for CommitMessage to be an explicit nil
func (*WorkflowMetadataGitInfo) SetCommitedOn ¶ added in v1.0.5
func (o *WorkflowMetadataGitInfo) SetCommitedOn(v string)
SetCommitedOn gets a reference to the given NullableString and assigns it to the CommitedOn field.
func (*WorkflowMetadataGitInfo) SetCommitedOnNil ¶ added in v1.0.5
func (o *WorkflowMetadataGitInfo) SetCommitedOnNil()
SetCommitedOnNil sets the value for CommitedOn to be an explicit nil
func (*WorkflowMetadataGitInfo) SetCommittedBy ¶ added in v1.0.2
func (o *WorkflowMetadataGitInfo) SetCommittedBy(v string)
SetCommittedBy gets a reference to the given NullableString and assigns it to the CommittedBy field.
func (*WorkflowMetadataGitInfo) SetCommittedByNil ¶ added in v1.0.2
func (o *WorkflowMetadataGitInfo) SetCommittedByNil()
SetCommittedByNil sets the value for CommittedBy to be an explicit nil
func (*WorkflowMetadataGitInfo) SetCommittedOn ¶ added in v1.0.2
func (o *WorkflowMetadataGitInfo) SetCommittedOn(v string)
SetCommittedOn gets a reference to the given NullableString and assigns it to the CommittedOn field.
func (*WorkflowMetadataGitInfo) SetCommittedOnNil ¶ added in v1.0.2
func (o *WorkflowMetadataGitInfo) SetCommittedOnNil()
SetCommittedOnNil sets the value for CommittedOn to be an explicit nil
func (*WorkflowMetadataGitInfo) SetFileName ¶ added in v1.0.5
func (o *WorkflowMetadataGitInfo) SetFileName(v string)
SetFileName gets a reference to the given NullableString and assigns it to the FileName field.
func (*WorkflowMetadataGitInfo) SetFileNameNil ¶ added in v1.0.5
func (o *WorkflowMetadataGitInfo) SetFileNameNil()
SetFileNameNil sets the value for FileName to be an explicit nil
func (*WorkflowMetadataGitInfo) SetTargetId ¶
func (o *WorkflowMetadataGitInfo) SetTargetId(v string)
SetTargetId gets a reference to the given NullableString and assigns it to the TargetId field.
func (*WorkflowMetadataGitInfo) SetTargetIdNil ¶ added in v1.0.2
func (o *WorkflowMetadataGitInfo) SetTargetIdNil()
SetTargetIdNil sets the value for TargetId to be an explicit nil
func (*WorkflowMetadataGitInfo) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowMetadataGitInfo) UnmarshalJSON(bytes []byte) (err error)
func (*WorkflowMetadataGitInfo) UnsetCommitHash ¶ added in v1.0.2
func (o *WorkflowMetadataGitInfo) UnsetCommitHash()
UnsetCommitHash ensures that no value is present for CommitHash, not even an explicit nil
func (*WorkflowMetadataGitInfo) UnsetCommitMessage ¶ added in v1.0.2
func (o *WorkflowMetadataGitInfo) UnsetCommitMessage()
UnsetCommitMessage ensures that no value is present for CommitMessage, not even an explicit nil
func (*WorkflowMetadataGitInfo) UnsetCommitedOn ¶ added in v1.0.5
func (o *WorkflowMetadataGitInfo) UnsetCommitedOn()
UnsetCommitedOn ensures that no value is present for CommitedOn, not even an explicit nil
func (*WorkflowMetadataGitInfo) UnsetCommittedBy ¶ added in v1.0.2
func (o *WorkflowMetadataGitInfo) UnsetCommittedBy()
UnsetCommittedBy ensures that no value is present for CommittedBy, not even an explicit nil
func (*WorkflowMetadataGitInfo) UnsetCommittedOn ¶ added in v1.0.2
func (o *WorkflowMetadataGitInfo) UnsetCommittedOn()
UnsetCommittedOn ensures that no value is present for CommittedOn, not even an explicit nil
func (*WorkflowMetadataGitInfo) UnsetFileName ¶ added in v1.0.5
func (o *WorkflowMetadataGitInfo) UnsetFileName()
UnsetFileName ensures that no value is present for FileName, not even an explicit nil
func (*WorkflowMetadataGitInfo) UnsetTargetId ¶ added in v1.0.2
func (o *WorkflowMetadataGitInfo) UnsetTargetId()
UnsetTargetId ensures that no value is present for TargetId, not even an explicit nil
type WorkflowSchema ¶
type WorkflowSchema struct { Id NullableString `json:"id,omitempty"` SchemaId *string `json:"schema_id,omitempty"` Name *string `json:"name,omitempty"` Title *string `json:"title,omitempty"` Description *string `json:"description,omitempty"` Type *string `json:"type,omitempty"` BaseType *string `json:"base_type,omitempty"` Version *string `json:"version,omitempty"` Invisible *bool `json:"invisible,omitempty"` Inherits *string `json:"inherits,omitempty"` AccessMeta *WorkflowAccessMeta `json:"access_meta,omitempty"` VariableSchema *map[string]interface{} `json:"variable_schema,omitempty"` PropertySchema *map[string]interface{} `json:"property_schema,omitempty"` OutputSchema *map[string]interface{} `json:"output_schema,omitempty"` ViewConfig *map[string]interface{} `json:"view_config,omitempty"` Attributes *map[string]interface{} `json:"attributes,omitempty"` CreatedOn *string `json:"created_on,omitempty"` CreatedBy *string `json:"created_by,omitempty"` UpdatedOn *string `json:"updated_on,omitempty"` UpdatedBy NullableString `json:"updated_by,omitempty"` Owner NullableString `json:"owner,omitempty"` UniqueName NullableString `json:"unique_name,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowSchema struct for WorkflowSchema
func NewWorkflowSchema ¶
func NewWorkflowSchema() *WorkflowSchema
NewWorkflowSchema instantiates a new WorkflowSchema object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowSchemaWithDefaults ¶
func NewWorkflowSchemaWithDefaults() *WorkflowSchema
NewWorkflowSchemaWithDefaults instantiates a new WorkflowSchema object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowSchema) GetAccessMeta ¶
func (o *WorkflowSchema) GetAccessMeta() WorkflowAccessMeta
GetAccessMeta returns the AccessMeta field value if set, zero value otherwise.
func (*WorkflowSchema) GetAccessMetaOk ¶
func (o *WorkflowSchema) GetAccessMetaOk() (*WorkflowAccessMeta, bool)
GetAccessMetaOk returns a tuple with the AccessMeta field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchema) GetAttributes ¶
func (o *WorkflowSchema) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*WorkflowSchema) GetAttributesOk ¶
func (o *WorkflowSchema) GetAttributesOk() (*map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchema) GetBaseType ¶
func (o *WorkflowSchema) GetBaseType() string
GetBaseType returns the BaseType field value if set, zero value otherwise.
func (*WorkflowSchema) GetBaseTypeOk ¶
func (o *WorkflowSchema) GetBaseTypeOk() (*string, bool)
GetBaseTypeOk returns a tuple with the BaseType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchema) GetCreatedBy ¶
func (o *WorkflowSchema) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*WorkflowSchema) GetCreatedByOk ¶
func (o *WorkflowSchema) 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 (*WorkflowSchema) GetCreatedOn ¶
func (o *WorkflowSchema) GetCreatedOn() string
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*WorkflowSchema) GetCreatedOnOk ¶
func (o *WorkflowSchema) GetCreatedOnOk() (*string, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchema) GetDescription ¶
func (o *WorkflowSchema) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*WorkflowSchema) GetDescriptionOk ¶
func (o *WorkflowSchema) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchema) GetId ¶
func (o *WorkflowSchema) GetId() string
GetId returns the Id field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowSchema) GetIdOk ¶
func (o *WorkflowSchema) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowSchema) GetInherits ¶
func (o *WorkflowSchema) GetInherits() string
GetInherits returns the Inherits field value if set, zero value otherwise.
func (*WorkflowSchema) GetInheritsOk ¶
func (o *WorkflowSchema) GetInheritsOk() (*string, bool)
GetInheritsOk returns a tuple with the Inherits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchema) GetInvisible ¶
func (o *WorkflowSchema) GetInvisible() bool
GetInvisible returns the Invisible field value if set, zero value otherwise.
func (*WorkflowSchema) GetInvisibleOk ¶
func (o *WorkflowSchema) GetInvisibleOk() (*bool, bool)
GetInvisibleOk returns a tuple with the Invisible field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchema) GetName ¶
func (o *WorkflowSchema) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*WorkflowSchema) GetNameOk ¶
func (o *WorkflowSchema) 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 (*WorkflowSchema) GetOutputSchema ¶
func (o *WorkflowSchema) GetOutputSchema() map[string]interface{}
GetOutputSchema returns the OutputSchema field value if set, zero value otherwise.
func (*WorkflowSchema) GetOutputSchemaOk ¶
func (o *WorkflowSchema) GetOutputSchemaOk() (*map[string]interface{}, bool)
GetOutputSchemaOk returns a tuple with the OutputSchema field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchema) GetOwner ¶
func (o *WorkflowSchema) GetOwner() string
GetOwner returns the Owner field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowSchema) GetOwnerOk ¶
func (o *WorkflowSchema) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowSchema) GetPropertySchema ¶
func (o *WorkflowSchema) GetPropertySchema() map[string]interface{}
GetPropertySchema returns the PropertySchema field value if set, zero value otherwise.
func (*WorkflowSchema) GetPropertySchemaOk ¶
func (o *WorkflowSchema) GetPropertySchemaOk() (*map[string]interface{}, bool)
GetPropertySchemaOk returns a tuple with the PropertySchema field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchema) GetSchemaId ¶
func (o *WorkflowSchema) GetSchemaId() string
GetSchemaId returns the SchemaId field value if set, zero value otherwise.
func (*WorkflowSchema) GetSchemaIdOk ¶
func (o *WorkflowSchema) GetSchemaIdOk() (*string, bool)
GetSchemaIdOk returns a tuple with the SchemaId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchema) GetTitle ¶
func (o *WorkflowSchema) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*WorkflowSchema) GetTitleOk ¶
func (o *WorkflowSchema) 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 (*WorkflowSchema) GetType ¶
func (o *WorkflowSchema) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*WorkflowSchema) GetTypeOk ¶
func (o *WorkflowSchema) 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 (*WorkflowSchema) GetUniqueName ¶
func (o *WorkflowSchema) GetUniqueName() string
GetUniqueName returns the UniqueName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowSchema) GetUniqueNameOk ¶
func (o *WorkflowSchema) GetUniqueNameOk() (*string, bool)
GetUniqueNameOk returns a tuple with the UniqueName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowSchema) GetUpdatedBy ¶
func (o *WorkflowSchema) GetUpdatedBy() string
GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowSchema) GetUpdatedByOk ¶
func (o *WorkflowSchema) GetUpdatedByOk() (*string, 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 (*WorkflowSchema) GetUpdatedOn ¶
func (o *WorkflowSchema) GetUpdatedOn() string
GetUpdatedOn returns the UpdatedOn field value if set, zero value otherwise.
func (*WorkflowSchema) GetUpdatedOnOk ¶
func (o *WorkflowSchema) GetUpdatedOnOk() (*string, bool)
GetUpdatedOnOk returns a tuple with the UpdatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchema) GetVariableSchema ¶
func (o *WorkflowSchema) GetVariableSchema() map[string]interface{}
GetVariableSchema returns the VariableSchema field value if set, zero value otherwise.
func (*WorkflowSchema) GetVariableSchemaOk ¶
func (o *WorkflowSchema) GetVariableSchemaOk() (*map[string]interface{}, bool)
GetVariableSchemaOk returns a tuple with the VariableSchema field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchema) GetVersion ¶
func (o *WorkflowSchema) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*WorkflowSchema) GetVersionOk ¶
func (o *WorkflowSchema) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchema) GetViewConfig ¶
func (o *WorkflowSchema) GetViewConfig() map[string]interface{}
GetViewConfig returns the ViewConfig field value if set, zero value otherwise.
func (*WorkflowSchema) GetViewConfigOk ¶
func (o *WorkflowSchema) GetViewConfigOk() (*map[string]interface{}, bool)
GetViewConfigOk returns a tuple with the ViewConfig field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchema) HasAccessMeta ¶
func (o *WorkflowSchema) HasAccessMeta() bool
HasAccessMeta returns a boolean if a field has been set.
func (*WorkflowSchema) HasAttributes ¶
func (o *WorkflowSchema) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*WorkflowSchema) HasBaseType ¶
func (o *WorkflowSchema) HasBaseType() bool
HasBaseType returns a boolean if a field has been set.
func (*WorkflowSchema) HasCreatedBy ¶
func (o *WorkflowSchema) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*WorkflowSchema) HasCreatedOn ¶
func (o *WorkflowSchema) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*WorkflowSchema) HasDescription ¶
func (o *WorkflowSchema) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*WorkflowSchema) HasId ¶
func (o *WorkflowSchema) HasId() bool
HasId returns a boolean if a field has been set.
func (*WorkflowSchema) HasInherits ¶
func (o *WorkflowSchema) HasInherits() bool
HasInherits returns a boolean if a field has been set.
func (*WorkflowSchema) HasInvisible ¶
func (o *WorkflowSchema) HasInvisible() bool
HasInvisible returns a boolean if a field has been set.
func (*WorkflowSchema) HasName ¶
func (o *WorkflowSchema) HasName() bool
HasName returns a boolean if a field has been set.
func (*WorkflowSchema) HasOutputSchema ¶
func (o *WorkflowSchema) HasOutputSchema() bool
HasOutputSchema returns a boolean if a field has been set.
func (*WorkflowSchema) HasOwner ¶
func (o *WorkflowSchema) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (*WorkflowSchema) HasPropertySchema ¶
func (o *WorkflowSchema) HasPropertySchema() bool
HasPropertySchema returns a boolean if a field has been set.
func (*WorkflowSchema) HasSchemaId ¶
func (o *WorkflowSchema) HasSchemaId() bool
HasSchemaId returns a boolean if a field has been set.
func (*WorkflowSchema) HasTitle ¶
func (o *WorkflowSchema) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*WorkflowSchema) HasType ¶
func (o *WorkflowSchema) HasType() bool
HasType returns a boolean if a field has been set.
func (*WorkflowSchema) HasUniqueName ¶
func (o *WorkflowSchema) HasUniqueName() bool
HasUniqueName returns a boolean if a field has been set.
func (*WorkflowSchema) HasUpdatedBy ¶
func (o *WorkflowSchema) HasUpdatedBy() bool
HasUpdatedBy returns a boolean if a field has been set.
func (*WorkflowSchema) HasUpdatedOn ¶
func (o *WorkflowSchema) HasUpdatedOn() bool
HasUpdatedOn returns a boolean if a field has been set.
func (*WorkflowSchema) HasVariableSchema ¶
func (o *WorkflowSchema) HasVariableSchema() bool
HasVariableSchema returns a boolean if a field has been set.
func (*WorkflowSchema) HasVersion ¶
func (o *WorkflowSchema) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (*WorkflowSchema) HasViewConfig ¶
func (o *WorkflowSchema) HasViewConfig() bool
HasViewConfig returns a boolean if a field has been set.
func (WorkflowSchema) MarshalJSON ¶
func (o WorkflowSchema) MarshalJSON() ([]byte, error)
func (*WorkflowSchema) SetAccessMeta ¶
func (o *WorkflowSchema) SetAccessMeta(v WorkflowAccessMeta)
SetAccessMeta gets a reference to the given WorkflowAccessMeta and assigns it to the AccessMeta field.
func (*WorkflowSchema) SetAttributes ¶
func (o *WorkflowSchema) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*WorkflowSchema) SetBaseType ¶
func (o *WorkflowSchema) SetBaseType(v string)
SetBaseType gets a reference to the given string and assigns it to the BaseType field.
func (*WorkflowSchema) SetCreatedBy ¶
func (o *WorkflowSchema) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*WorkflowSchema) SetCreatedOn ¶
func (o *WorkflowSchema) SetCreatedOn(v string)
SetCreatedOn gets a reference to the given string and assigns it to the CreatedOn field.
func (*WorkflowSchema) SetDescription ¶
func (o *WorkflowSchema) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*WorkflowSchema) SetId ¶
func (o *WorkflowSchema) SetId(v string)
SetId gets a reference to the given NullableString and assigns it to the Id field.
func (*WorkflowSchema) SetIdNil ¶ added in v1.0.5
func (o *WorkflowSchema) SetIdNil()
SetIdNil sets the value for Id to be an explicit nil
func (*WorkflowSchema) SetInherits ¶
func (o *WorkflowSchema) SetInherits(v string)
SetInherits gets a reference to the given string and assigns it to the Inherits field.
func (*WorkflowSchema) SetInvisible ¶
func (o *WorkflowSchema) SetInvisible(v bool)
SetInvisible gets a reference to the given bool and assigns it to the Invisible field.
func (*WorkflowSchema) SetName ¶
func (o *WorkflowSchema) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*WorkflowSchema) SetOutputSchema ¶
func (o *WorkflowSchema) SetOutputSchema(v map[string]interface{})
SetOutputSchema gets a reference to the given map[string]interface{} and assigns it to the OutputSchema field.
func (*WorkflowSchema) SetOwner ¶
func (o *WorkflowSchema) SetOwner(v string)
SetOwner gets a reference to the given NullableString and assigns it to the Owner field.
func (*WorkflowSchema) SetOwnerNil ¶ added in v1.0.5
func (o *WorkflowSchema) SetOwnerNil()
SetOwnerNil sets the value for Owner to be an explicit nil
func (*WorkflowSchema) SetPropertySchema ¶
func (o *WorkflowSchema) SetPropertySchema(v map[string]interface{})
SetPropertySchema gets a reference to the given map[string]interface{} and assigns it to the PropertySchema field.
func (*WorkflowSchema) SetSchemaId ¶
func (o *WorkflowSchema) SetSchemaId(v string)
SetSchemaId gets a reference to the given string and assigns it to the SchemaId field.
func (*WorkflowSchema) SetTitle ¶
func (o *WorkflowSchema) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*WorkflowSchema) SetType ¶
func (o *WorkflowSchema) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*WorkflowSchema) SetUniqueName ¶
func (o *WorkflowSchema) SetUniqueName(v string)
SetUniqueName gets a reference to the given NullableString and assigns it to the UniqueName field.
func (*WorkflowSchema) SetUniqueNameNil ¶ added in v1.0.5
func (o *WorkflowSchema) SetUniqueNameNil()
SetUniqueNameNil sets the value for UniqueName to be an explicit nil
func (*WorkflowSchema) SetUpdatedBy ¶
func (o *WorkflowSchema) SetUpdatedBy(v string)
SetUpdatedBy gets a reference to the given NullableString and assigns it to the UpdatedBy field.
func (*WorkflowSchema) SetUpdatedByNil ¶ added in v1.0.5
func (o *WorkflowSchema) SetUpdatedByNil()
SetUpdatedByNil sets the value for UpdatedBy to be an explicit nil
func (*WorkflowSchema) SetUpdatedOn ¶
func (o *WorkflowSchema) SetUpdatedOn(v string)
SetUpdatedOn gets a reference to the given string and assigns it to the UpdatedOn field.
func (*WorkflowSchema) SetVariableSchema ¶
func (o *WorkflowSchema) SetVariableSchema(v map[string]interface{})
SetVariableSchema gets a reference to the given map[string]interface{} and assigns it to the VariableSchema field.
func (*WorkflowSchema) SetVersion ¶
func (o *WorkflowSchema) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (*WorkflowSchema) SetViewConfig ¶
func (o *WorkflowSchema) SetViewConfig(v map[string]interface{})
SetViewConfig gets a reference to the given map[string]interface{} and assigns it to the ViewConfig field.
func (*WorkflowSchema) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowSchema) UnmarshalJSON(bytes []byte) (err error)
func (*WorkflowSchema) UnsetId ¶ added in v1.0.5
func (o *WorkflowSchema) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (*WorkflowSchema) UnsetOwner ¶ added in v1.0.5
func (o *WorkflowSchema) UnsetOwner()
UnsetOwner ensures that no value is present for Owner, not even an explicit nil
func (*WorkflowSchema) UnsetUniqueName ¶ added in v1.0.5
func (o *WorkflowSchema) UnsetUniqueName()
UnsetUniqueName ensures that no value is present for UniqueName, not even an explicit nil
func (*WorkflowSchema) UnsetUpdatedBy ¶ added in v1.0.5
func (o *WorkflowSchema) UnsetUpdatedBy()
UnsetUpdatedBy ensures that no value is present for UpdatedBy, not even an explicit nil
type WorkflowSchemaAllOf ¶
type WorkflowSchemaAllOf struct { Id NullableString `json:"id,omitempty"` SchemaId *string `json:"schema_id,omitempty"` Name *string `json:"name,omitempty"` Title *string `json:"title,omitempty"` Description *string `json:"description,omitempty"` Type *string `json:"type,omitempty"` BaseType *string `json:"base_type,omitempty"` Version *string `json:"version,omitempty"` Invisible *bool `json:"invisible,omitempty"` Inherits *string `json:"inherits,omitempty"` AccessMeta *WorkflowAccessMeta `json:"access_meta,omitempty"` VariableSchema *map[string]interface{} `json:"variable_schema,omitempty"` PropertySchema *map[string]interface{} `json:"property_schema,omitempty"` OutputSchema *map[string]interface{} `json:"output_schema,omitempty"` ViewConfig *map[string]interface{} `json:"view_config,omitempty"` Attributes *map[string]interface{} `json:"attributes,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowSchemaAllOf struct for WorkflowSchemaAllOf
func NewWorkflowSchemaAllOf ¶
func NewWorkflowSchemaAllOf() *WorkflowSchemaAllOf
NewWorkflowSchemaAllOf instantiates a new WorkflowSchemaAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowSchemaAllOfWithDefaults ¶
func NewWorkflowSchemaAllOfWithDefaults() *WorkflowSchemaAllOf
NewWorkflowSchemaAllOfWithDefaults instantiates a new WorkflowSchemaAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowSchemaAllOf) GetAccessMeta ¶
func (o *WorkflowSchemaAllOf) GetAccessMeta() WorkflowAccessMeta
GetAccessMeta returns the AccessMeta field value if set, zero value otherwise.
func (*WorkflowSchemaAllOf) GetAccessMetaOk ¶
func (o *WorkflowSchemaAllOf) GetAccessMetaOk() (*WorkflowAccessMeta, bool)
GetAccessMetaOk returns a tuple with the AccessMeta field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchemaAllOf) GetAttributes ¶
func (o *WorkflowSchemaAllOf) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*WorkflowSchemaAllOf) GetAttributesOk ¶
func (o *WorkflowSchemaAllOf) GetAttributesOk() (*map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchemaAllOf) GetBaseType ¶
func (o *WorkflowSchemaAllOf) GetBaseType() string
GetBaseType returns the BaseType field value if set, zero value otherwise.
func (*WorkflowSchemaAllOf) GetBaseTypeOk ¶
func (o *WorkflowSchemaAllOf) GetBaseTypeOk() (*string, bool)
GetBaseTypeOk returns a tuple with the BaseType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchemaAllOf) GetDescription ¶
func (o *WorkflowSchemaAllOf) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*WorkflowSchemaAllOf) GetDescriptionOk ¶
func (o *WorkflowSchemaAllOf) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchemaAllOf) GetId ¶
func (o *WorkflowSchemaAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowSchemaAllOf) GetIdOk ¶
func (o *WorkflowSchemaAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowSchemaAllOf) GetInherits ¶
func (o *WorkflowSchemaAllOf) GetInherits() string
GetInherits returns the Inherits field value if set, zero value otherwise.
func (*WorkflowSchemaAllOf) GetInheritsOk ¶
func (o *WorkflowSchemaAllOf) GetInheritsOk() (*string, bool)
GetInheritsOk returns a tuple with the Inherits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchemaAllOf) GetInvisible ¶
func (o *WorkflowSchemaAllOf) GetInvisible() bool
GetInvisible returns the Invisible field value if set, zero value otherwise.
func (*WorkflowSchemaAllOf) GetInvisibleOk ¶
func (o *WorkflowSchemaAllOf) GetInvisibleOk() (*bool, bool)
GetInvisibleOk returns a tuple with the Invisible field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchemaAllOf) GetName ¶
func (o *WorkflowSchemaAllOf) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*WorkflowSchemaAllOf) GetNameOk ¶
func (o *WorkflowSchemaAllOf) 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 (*WorkflowSchemaAllOf) GetOutputSchema ¶
func (o *WorkflowSchemaAllOf) GetOutputSchema() map[string]interface{}
GetOutputSchema returns the OutputSchema field value if set, zero value otherwise.
func (*WorkflowSchemaAllOf) GetOutputSchemaOk ¶
func (o *WorkflowSchemaAllOf) GetOutputSchemaOk() (*map[string]interface{}, bool)
GetOutputSchemaOk returns a tuple with the OutputSchema field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchemaAllOf) GetPropertySchema ¶
func (o *WorkflowSchemaAllOf) GetPropertySchema() map[string]interface{}
GetPropertySchema returns the PropertySchema field value if set, zero value otherwise.
func (*WorkflowSchemaAllOf) GetPropertySchemaOk ¶
func (o *WorkflowSchemaAllOf) GetPropertySchemaOk() (*map[string]interface{}, bool)
GetPropertySchemaOk returns a tuple with the PropertySchema field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchemaAllOf) GetSchemaId ¶
func (o *WorkflowSchemaAllOf) GetSchemaId() string
GetSchemaId returns the SchemaId field value if set, zero value otherwise.
func (*WorkflowSchemaAllOf) GetSchemaIdOk ¶
func (o *WorkflowSchemaAllOf) GetSchemaIdOk() (*string, bool)
GetSchemaIdOk returns a tuple with the SchemaId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchemaAllOf) GetTitle ¶
func (o *WorkflowSchemaAllOf) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*WorkflowSchemaAllOf) GetTitleOk ¶
func (o *WorkflowSchemaAllOf) 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 (*WorkflowSchemaAllOf) GetType ¶
func (o *WorkflowSchemaAllOf) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*WorkflowSchemaAllOf) GetTypeOk ¶
func (o *WorkflowSchemaAllOf) 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 (*WorkflowSchemaAllOf) GetVariableSchema ¶
func (o *WorkflowSchemaAllOf) GetVariableSchema() map[string]interface{}
GetVariableSchema returns the VariableSchema field value if set, zero value otherwise.
func (*WorkflowSchemaAllOf) GetVariableSchemaOk ¶
func (o *WorkflowSchemaAllOf) GetVariableSchemaOk() (*map[string]interface{}, bool)
GetVariableSchemaOk returns a tuple with the VariableSchema field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchemaAllOf) GetVersion ¶
func (o *WorkflowSchemaAllOf) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*WorkflowSchemaAllOf) GetVersionOk ¶
func (o *WorkflowSchemaAllOf) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchemaAllOf) GetViewConfig ¶
func (o *WorkflowSchemaAllOf) GetViewConfig() map[string]interface{}
GetViewConfig returns the ViewConfig field value if set, zero value otherwise.
func (*WorkflowSchemaAllOf) GetViewConfigOk ¶
func (o *WorkflowSchemaAllOf) GetViewConfigOk() (*map[string]interface{}, bool)
GetViewConfigOk returns a tuple with the ViewConfig field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSchemaAllOf) HasAccessMeta ¶
func (o *WorkflowSchemaAllOf) HasAccessMeta() bool
HasAccessMeta returns a boolean if a field has been set.
func (*WorkflowSchemaAllOf) HasAttributes ¶
func (o *WorkflowSchemaAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*WorkflowSchemaAllOf) HasBaseType ¶
func (o *WorkflowSchemaAllOf) HasBaseType() bool
HasBaseType returns a boolean if a field has been set.
func (*WorkflowSchemaAllOf) HasDescription ¶
func (o *WorkflowSchemaAllOf) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*WorkflowSchemaAllOf) HasId ¶
func (o *WorkflowSchemaAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (*WorkflowSchemaAllOf) HasInherits ¶
func (o *WorkflowSchemaAllOf) HasInherits() bool
HasInherits returns a boolean if a field has been set.
func (*WorkflowSchemaAllOf) HasInvisible ¶
func (o *WorkflowSchemaAllOf) HasInvisible() bool
HasInvisible returns a boolean if a field has been set.
func (*WorkflowSchemaAllOf) HasName ¶
func (o *WorkflowSchemaAllOf) HasName() bool
HasName returns a boolean if a field has been set.
func (*WorkflowSchemaAllOf) HasOutputSchema ¶
func (o *WorkflowSchemaAllOf) HasOutputSchema() bool
HasOutputSchema returns a boolean if a field has been set.
func (*WorkflowSchemaAllOf) HasPropertySchema ¶
func (o *WorkflowSchemaAllOf) HasPropertySchema() bool
HasPropertySchema returns a boolean if a field has been set.
func (*WorkflowSchemaAllOf) HasSchemaId ¶
func (o *WorkflowSchemaAllOf) HasSchemaId() bool
HasSchemaId returns a boolean if a field has been set.
func (*WorkflowSchemaAllOf) HasTitle ¶
func (o *WorkflowSchemaAllOf) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*WorkflowSchemaAllOf) HasType ¶
func (o *WorkflowSchemaAllOf) HasType() bool
HasType returns a boolean if a field has been set.
func (*WorkflowSchemaAllOf) HasVariableSchema ¶
func (o *WorkflowSchemaAllOf) HasVariableSchema() bool
HasVariableSchema returns a boolean if a field has been set.
func (*WorkflowSchemaAllOf) HasVersion ¶
func (o *WorkflowSchemaAllOf) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (*WorkflowSchemaAllOf) HasViewConfig ¶
func (o *WorkflowSchemaAllOf) HasViewConfig() bool
HasViewConfig returns a boolean if a field has been set.
func (WorkflowSchemaAllOf) MarshalJSON ¶
func (o WorkflowSchemaAllOf) MarshalJSON() ([]byte, error)
func (*WorkflowSchemaAllOf) SetAccessMeta ¶
func (o *WorkflowSchemaAllOf) SetAccessMeta(v WorkflowAccessMeta)
SetAccessMeta gets a reference to the given WorkflowAccessMeta and assigns it to the AccessMeta field.
func (*WorkflowSchemaAllOf) SetAttributes ¶
func (o *WorkflowSchemaAllOf) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*WorkflowSchemaAllOf) SetBaseType ¶
func (o *WorkflowSchemaAllOf) SetBaseType(v string)
SetBaseType gets a reference to the given string and assigns it to the BaseType field.
func (*WorkflowSchemaAllOf) SetDescription ¶
func (o *WorkflowSchemaAllOf) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*WorkflowSchemaAllOf) SetId ¶
func (o *WorkflowSchemaAllOf) SetId(v string)
SetId gets a reference to the given NullableString and assigns it to the Id field.
func (*WorkflowSchemaAllOf) SetIdNil ¶ added in v1.0.5
func (o *WorkflowSchemaAllOf) SetIdNil()
SetIdNil sets the value for Id to be an explicit nil
func (*WorkflowSchemaAllOf) SetInherits ¶
func (o *WorkflowSchemaAllOf) SetInherits(v string)
SetInherits gets a reference to the given string and assigns it to the Inherits field.
func (*WorkflowSchemaAllOf) SetInvisible ¶
func (o *WorkflowSchemaAllOf) SetInvisible(v bool)
SetInvisible gets a reference to the given bool and assigns it to the Invisible field.
func (*WorkflowSchemaAllOf) SetName ¶
func (o *WorkflowSchemaAllOf) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*WorkflowSchemaAllOf) SetOutputSchema ¶
func (o *WorkflowSchemaAllOf) SetOutputSchema(v map[string]interface{})
SetOutputSchema gets a reference to the given map[string]interface{} and assigns it to the OutputSchema field.
func (*WorkflowSchemaAllOf) SetPropertySchema ¶
func (o *WorkflowSchemaAllOf) SetPropertySchema(v map[string]interface{})
SetPropertySchema gets a reference to the given map[string]interface{} and assigns it to the PropertySchema field.
func (*WorkflowSchemaAllOf) SetSchemaId ¶
func (o *WorkflowSchemaAllOf) SetSchemaId(v string)
SetSchemaId gets a reference to the given string and assigns it to the SchemaId field.
func (*WorkflowSchemaAllOf) SetTitle ¶
func (o *WorkflowSchemaAllOf) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*WorkflowSchemaAllOf) SetType ¶
func (o *WorkflowSchemaAllOf) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*WorkflowSchemaAllOf) SetVariableSchema ¶
func (o *WorkflowSchemaAllOf) SetVariableSchema(v map[string]interface{})
SetVariableSchema gets a reference to the given map[string]interface{} and assigns it to the VariableSchema field.
func (*WorkflowSchemaAllOf) SetVersion ¶
func (o *WorkflowSchemaAllOf) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (*WorkflowSchemaAllOf) SetViewConfig ¶
func (o *WorkflowSchemaAllOf) SetViewConfig(v map[string]interface{})
SetViewConfig gets a reference to the given map[string]interface{} and assigns it to the ViewConfig field.
func (*WorkflowSchemaAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowSchemaAllOf) UnmarshalJSON(bytes []byte) (err error)
func (*WorkflowSchemaAllOf) UnsetId ¶ added in v1.0.5
func (o *WorkflowSchemaAllOf) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
type WorkflowSchemaByTypeResponse ¶
type WorkflowSchemaByTypeResponse struct { ViewSchema NullableWorkflowSchema `json:"view_schema,omitempty"` DataSchema NullableWorkflowSchema `json:"data_schema,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowSchemaByTypeResponse struct for WorkflowSchemaByTypeResponse
func NewWorkflowSchemaByTypeResponse ¶
func NewWorkflowSchemaByTypeResponse() *WorkflowSchemaByTypeResponse
NewWorkflowSchemaByTypeResponse instantiates a new WorkflowSchemaByTypeResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowSchemaByTypeResponseWithDefaults ¶
func NewWorkflowSchemaByTypeResponseWithDefaults() *WorkflowSchemaByTypeResponse
NewWorkflowSchemaByTypeResponseWithDefaults instantiates a new WorkflowSchemaByTypeResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowSchemaByTypeResponse) GetDataSchema ¶
func (o *WorkflowSchemaByTypeResponse) GetDataSchema() WorkflowSchema
GetDataSchema returns the DataSchema field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowSchemaByTypeResponse) GetDataSchemaOk ¶
func (o *WorkflowSchemaByTypeResponse) GetDataSchemaOk() (*WorkflowSchema, bool)
GetDataSchemaOk returns a tuple with the DataSchema field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowSchemaByTypeResponse) GetViewSchema ¶
func (o *WorkflowSchemaByTypeResponse) GetViewSchema() WorkflowSchema
GetViewSchema returns the ViewSchema field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowSchemaByTypeResponse) GetViewSchemaOk ¶
func (o *WorkflowSchemaByTypeResponse) GetViewSchemaOk() (*WorkflowSchema, bool)
GetViewSchemaOk returns a tuple with the ViewSchema field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowSchemaByTypeResponse) HasDataSchema ¶
func (o *WorkflowSchemaByTypeResponse) HasDataSchema() bool
HasDataSchema returns a boolean if a field has been set.
func (*WorkflowSchemaByTypeResponse) HasViewSchema ¶
func (o *WorkflowSchemaByTypeResponse) HasViewSchema() bool
HasViewSchema returns a boolean if a field has been set.
func (WorkflowSchemaByTypeResponse) MarshalJSON ¶
func (o WorkflowSchemaByTypeResponse) MarshalJSON() ([]byte, error)
func (*WorkflowSchemaByTypeResponse) SetDataSchema ¶
func (o *WorkflowSchemaByTypeResponse) SetDataSchema(v WorkflowSchema)
SetDataSchema gets a reference to the given NullableWorkflowSchema and assigns it to the DataSchema field.
func (*WorkflowSchemaByTypeResponse) SetDataSchemaNil ¶ added in v1.0.5
func (o *WorkflowSchemaByTypeResponse) SetDataSchemaNil()
SetDataSchemaNil sets the value for DataSchema to be an explicit nil
func (*WorkflowSchemaByTypeResponse) SetViewSchema ¶
func (o *WorkflowSchemaByTypeResponse) SetViewSchema(v WorkflowSchema)
SetViewSchema gets a reference to the given NullableWorkflowSchema and assigns it to the ViewSchema field.
func (*WorkflowSchemaByTypeResponse) SetViewSchemaNil ¶ added in v1.0.5
func (o *WorkflowSchemaByTypeResponse) SetViewSchemaNil()
SetViewSchemaNil sets the value for ViewSchema to be an explicit nil
func (*WorkflowSchemaByTypeResponse) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowSchemaByTypeResponse) UnmarshalJSON(bytes []byte) (err error)
func (*WorkflowSchemaByTypeResponse) UnsetDataSchema ¶ added in v1.0.5
func (o *WorkflowSchemaByTypeResponse) UnsetDataSchema()
UnsetDataSchema ensures that no value is present for DataSchema, not even an explicit nil
func (*WorkflowSchemaByTypeResponse) UnsetViewSchema ¶ added in v1.0.5
func (o *WorkflowSchemaByTypeResponse) UnsetViewSchema()
UnsetViewSchema ensures that no value is present for ViewSchema, not even an explicit nil
type WorkflowSchemasApiService ¶
type WorkflowSchemasApiService service
WorkflowSchemasApiService WorkflowSchemasApi service
func (*WorkflowSchemasApiService) GetWorkflowSchema ¶
func (a *WorkflowSchemasApiService) GetWorkflowSchema(ctx _context.Context, id string) ApiGetWorkflowSchemaRequest
* GetWorkflowSchema Returns a workflow schema. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetWorkflowSchemaRequest
func (*WorkflowSchemasApiService) GetWorkflowSchemaExecute ¶
func (a *WorkflowSchemasApiService) GetWorkflowSchemaExecute(r ApiGetWorkflowSchemaRequest) (WorkflowSchemaByTypeResponse, *_nethttp.Response, error)
* Execute executes the request * @return WorkflowSchemaByTypeResponse
func (*WorkflowSchemasApiService) GetWorkflowSchemasList ¶
func (a *WorkflowSchemasApiService) GetWorkflowSchemasList(ctx _context.Context) ApiGetWorkflowSchemasListRequest
* GetWorkflowSchemasList Returns a list of workflow schemas. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetWorkflowSchemasListRequest
func (*WorkflowSchemasApiService) GetWorkflowSchemasListExecute ¶
func (a *WorkflowSchemasApiService) GetWorkflowSchemasListExecute(r ApiGetWorkflowSchemasListRequest) ([]WorkflowSchema, *_nethttp.Response, error)
* Execute executes the request * @return []WorkflowSchema
type WorkflowStartConfig ¶
type WorkflowStartConfig struct { InputVariables *[]WorkflowVariable `json:"input_variables,omitempty"` TypeOfTargetNeeded NullableString `json:"type_of_target_needed,omitempty"` TargetId NullableString `json:"target_id,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowStartConfig struct for WorkflowStartConfig
func NewWorkflowStartConfig ¶
func NewWorkflowStartConfig() *WorkflowStartConfig
NewWorkflowStartConfig instantiates a new WorkflowStartConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowStartConfigWithDefaults ¶
func NewWorkflowStartConfigWithDefaults() *WorkflowStartConfig
NewWorkflowStartConfigWithDefaults instantiates a new WorkflowStartConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowStartConfig) GetInputVariables ¶
func (o *WorkflowStartConfig) GetInputVariables() []WorkflowVariable
GetInputVariables returns the InputVariables field value if set, zero value otherwise.
func (*WorkflowStartConfig) GetInputVariablesOk ¶
func (o *WorkflowStartConfig) GetInputVariablesOk() (*[]WorkflowVariable, bool)
GetInputVariablesOk returns a tuple with the InputVariables field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStartConfig) GetTargetId ¶
func (o *WorkflowStartConfig) GetTargetId() string
GetTargetId returns the TargetId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowStartConfig) GetTargetIdOk ¶
func (o *WorkflowStartConfig) GetTargetIdOk() (*string, bool)
GetTargetIdOk returns a tuple with the TargetId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowStartConfig) GetTypeOfTargetNeeded ¶
func (o *WorkflowStartConfig) GetTypeOfTargetNeeded() string
GetTypeOfTargetNeeded returns the TypeOfTargetNeeded field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowStartConfig) GetTypeOfTargetNeededOk ¶
func (o *WorkflowStartConfig) GetTypeOfTargetNeededOk() (*string, bool)
GetTypeOfTargetNeededOk returns a tuple with the TypeOfTargetNeeded field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowStartConfig) HasInputVariables ¶
func (o *WorkflowStartConfig) HasInputVariables() bool
HasInputVariables returns a boolean if a field has been set.
func (*WorkflowStartConfig) HasTargetId ¶
func (o *WorkflowStartConfig) HasTargetId() bool
HasTargetId returns a boolean if a field has been set.
func (*WorkflowStartConfig) HasTypeOfTargetNeeded ¶
func (o *WorkflowStartConfig) HasTypeOfTargetNeeded() bool
HasTypeOfTargetNeeded returns a boolean if a field has been set.
func (WorkflowStartConfig) MarshalJSON ¶
func (o WorkflowStartConfig) MarshalJSON() ([]byte, error)
func (*WorkflowStartConfig) SetInputVariables ¶
func (o *WorkflowStartConfig) SetInputVariables(v []WorkflowVariable)
SetInputVariables gets a reference to the given []WorkflowVariable and assigns it to the InputVariables field.
func (*WorkflowStartConfig) SetTargetId ¶
func (o *WorkflowStartConfig) SetTargetId(v string)
SetTargetId gets a reference to the given NullableString and assigns it to the TargetId field.
func (*WorkflowStartConfig) SetTargetIdNil ¶ added in v1.0.5
func (o *WorkflowStartConfig) SetTargetIdNil()
SetTargetIdNil sets the value for TargetId to be an explicit nil
func (*WorkflowStartConfig) SetTypeOfTargetNeeded ¶
func (o *WorkflowStartConfig) SetTypeOfTargetNeeded(v string)
SetTypeOfTargetNeeded gets a reference to the given NullableString and assigns it to the TypeOfTargetNeeded field.
func (*WorkflowStartConfig) SetTypeOfTargetNeededNil ¶ added in v1.0.5
func (o *WorkflowStartConfig) SetTypeOfTargetNeededNil()
SetTypeOfTargetNeededNil sets the value for TypeOfTargetNeeded to be an explicit nil
func (*WorkflowStartConfig) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowStartConfig) UnmarshalJSON(bytes []byte) (err error)
func (*WorkflowStartConfig) UnsetTargetId ¶ added in v1.0.5
func (o *WorkflowStartConfig) UnsetTargetId()
UnsetTargetId ensures that no value is present for TargetId, not even an explicit nil
func (*WorkflowStartConfig) UnsetTypeOfTargetNeeded ¶ added in v1.0.5
func (o *WorkflowStartConfig) UnsetTypeOfTargetNeeded()
UnsetTypeOfTargetNeeded ensures that no value is present for TypeOfTargetNeeded, not even an explicit nil
type WorkflowTarget ¶
type WorkflowTarget struct { Id *string `json:"id,omitempty"` SchemaId *string `json:"schema_id,omitempty"` AdapterId *string `json:"adapter_id,omitempty"` Name *string `json:"name,omitempty"` Title NullableString `json:"title,omitempty"` Type *string `json:"type,omitempty"` BaseType *string `json:"base_type,omitempty"` Properties map[string]interface{} `json:"properties,omitempty"` Valid *bool `json:"valid,omitempty"` DefAccessMeta *WorkflowDefAccessMeta `json:"def_access_meta,omitempty"` CreatedOn *string `json:"created_on,omitempty"` CreatedBy *string `json:"created_by,omitempty"` UpdatedOn *string `json:"updated_on,omitempty"` UpdatedBy NullableString `json:"updated_by,omitempty"` Owner NullableString `json:"owner,omitempty"` UniqueName NullableString `json:"unique_name,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowTarget struct for WorkflowTarget
func NewWorkflowTarget ¶
func NewWorkflowTarget() *WorkflowTarget
NewWorkflowTarget instantiates a new WorkflowTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowTargetWithDefaults ¶
func NewWorkflowTargetWithDefaults() *WorkflowTarget
NewWorkflowTargetWithDefaults instantiates a new WorkflowTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowTarget) GetAdapterId ¶
func (o *WorkflowTarget) GetAdapterId() string
GetAdapterId returns the AdapterId field value if set, zero value otherwise.
func (*WorkflowTarget) GetAdapterIdOk ¶
func (o *WorkflowTarget) GetAdapterIdOk() (*string, bool)
GetAdapterIdOk returns a tuple with the AdapterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowTarget) GetBaseType ¶
func (o *WorkflowTarget) GetBaseType() string
GetBaseType returns the BaseType field value if set, zero value otherwise.
func (*WorkflowTarget) GetBaseTypeOk ¶
func (o *WorkflowTarget) GetBaseTypeOk() (*string, bool)
GetBaseTypeOk returns a tuple with the BaseType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowTarget) GetCreatedBy ¶
func (o *WorkflowTarget) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*WorkflowTarget) GetCreatedByOk ¶
func (o *WorkflowTarget) 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 (*WorkflowTarget) GetCreatedOn ¶
func (o *WorkflowTarget) GetCreatedOn() string
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*WorkflowTarget) GetCreatedOnOk ¶
func (o *WorkflowTarget) GetCreatedOnOk() (*string, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowTarget) GetDefAccessMeta ¶
func (o *WorkflowTarget) GetDefAccessMeta() WorkflowDefAccessMeta
GetDefAccessMeta returns the DefAccessMeta field value if set, zero value otherwise.
func (*WorkflowTarget) GetDefAccessMetaOk ¶
func (o *WorkflowTarget) GetDefAccessMetaOk() (*WorkflowDefAccessMeta, bool)
GetDefAccessMetaOk returns a tuple with the DefAccessMeta field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowTarget) GetId ¶
func (o *WorkflowTarget) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*WorkflowTarget) GetIdOk ¶
func (o *WorkflowTarget) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowTarget) GetName ¶
func (o *WorkflowTarget) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*WorkflowTarget) GetNameOk ¶
func (o *WorkflowTarget) 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 (*WorkflowTarget) GetOwner ¶
func (o *WorkflowTarget) GetOwner() string
GetOwner returns the Owner field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowTarget) GetOwnerOk ¶
func (o *WorkflowTarget) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowTarget) GetProperties ¶
func (o *WorkflowTarget) GetProperties() map[string]interface{}
GetProperties returns the Properties field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowTarget) GetPropertiesOk ¶
func (o *WorkflowTarget) GetPropertiesOk() (*map[string]interface{}, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowTarget) GetSchemaId ¶
func (o *WorkflowTarget) GetSchemaId() string
GetSchemaId returns the SchemaId field value if set, zero value otherwise.
func (*WorkflowTarget) GetSchemaIdOk ¶
func (o *WorkflowTarget) GetSchemaIdOk() (*string, bool)
GetSchemaIdOk returns a tuple with the SchemaId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowTarget) GetTitle ¶
func (o *WorkflowTarget) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowTarget) GetTitleOk ¶
func (o *WorkflowTarget) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowTarget) GetType ¶
func (o *WorkflowTarget) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*WorkflowTarget) GetTypeOk ¶
func (o *WorkflowTarget) 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 (*WorkflowTarget) GetUniqueName ¶
func (o *WorkflowTarget) GetUniqueName() string
GetUniqueName returns the UniqueName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowTarget) GetUniqueNameOk ¶
func (o *WorkflowTarget) GetUniqueNameOk() (*string, bool)
GetUniqueNameOk returns a tuple with the UniqueName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowTarget) GetUpdatedBy ¶
func (o *WorkflowTarget) GetUpdatedBy() string
GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowTarget) GetUpdatedByOk ¶
func (o *WorkflowTarget) GetUpdatedByOk() (*string, 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 (*WorkflowTarget) GetUpdatedOn ¶
func (o *WorkflowTarget) GetUpdatedOn() string
GetUpdatedOn returns the UpdatedOn field value if set, zero value otherwise.
func (*WorkflowTarget) GetUpdatedOnOk ¶
func (o *WorkflowTarget) GetUpdatedOnOk() (*string, bool)
GetUpdatedOnOk returns a tuple with the UpdatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowTarget) GetValid ¶
func (o *WorkflowTarget) GetValid() bool
GetValid returns the Valid field value if set, zero value otherwise.
func (*WorkflowTarget) GetValidOk ¶
func (o *WorkflowTarget) GetValidOk() (*bool, bool)
GetValidOk returns a tuple with the Valid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowTarget) HasAdapterId ¶
func (o *WorkflowTarget) HasAdapterId() bool
HasAdapterId returns a boolean if a field has been set.
func (*WorkflowTarget) HasBaseType ¶
func (o *WorkflowTarget) HasBaseType() bool
HasBaseType returns a boolean if a field has been set.
func (*WorkflowTarget) HasCreatedBy ¶
func (o *WorkflowTarget) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*WorkflowTarget) HasCreatedOn ¶
func (o *WorkflowTarget) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*WorkflowTarget) HasDefAccessMeta ¶
func (o *WorkflowTarget) HasDefAccessMeta() bool
HasDefAccessMeta returns a boolean if a field has been set.
func (*WorkflowTarget) HasId ¶
func (o *WorkflowTarget) HasId() bool
HasId returns a boolean if a field has been set.
func (*WorkflowTarget) HasName ¶
func (o *WorkflowTarget) HasName() bool
HasName returns a boolean if a field has been set.
func (*WorkflowTarget) HasOwner ¶
func (o *WorkflowTarget) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (*WorkflowTarget) HasProperties ¶
func (o *WorkflowTarget) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (*WorkflowTarget) HasSchemaId ¶
func (o *WorkflowTarget) HasSchemaId() bool
HasSchemaId returns a boolean if a field has been set.
func (*WorkflowTarget) HasTitle ¶
func (o *WorkflowTarget) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*WorkflowTarget) HasType ¶
func (o *WorkflowTarget) HasType() bool
HasType returns a boolean if a field has been set.
func (*WorkflowTarget) HasUniqueName ¶
func (o *WorkflowTarget) HasUniqueName() bool
HasUniqueName returns a boolean if a field has been set.
func (*WorkflowTarget) HasUpdatedBy ¶
func (o *WorkflowTarget) HasUpdatedBy() bool
HasUpdatedBy returns a boolean if a field has been set.
func (*WorkflowTarget) HasUpdatedOn ¶
func (o *WorkflowTarget) HasUpdatedOn() bool
HasUpdatedOn returns a boolean if a field has been set.
func (*WorkflowTarget) HasValid ¶
func (o *WorkflowTarget) HasValid() bool
HasValid returns a boolean if a field has been set.
func (WorkflowTarget) MarshalJSON ¶
func (o WorkflowTarget) MarshalJSON() ([]byte, error)
func (*WorkflowTarget) SetAdapterId ¶
func (o *WorkflowTarget) SetAdapterId(v string)
SetAdapterId gets a reference to the given string and assigns it to the AdapterId field.
func (*WorkflowTarget) SetBaseType ¶
func (o *WorkflowTarget) SetBaseType(v string)
SetBaseType gets a reference to the given string and assigns it to the BaseType field.
func (*WorkflowTarget) SetCreatedBy ¶
func (o *WorkflowTarget) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*WorkflowTarget) SetCreatedOn ¶
func (o *WorkflowTarget) SetCreatedOn(v string)
SetCreatedOn gets a reference to the given string and assigns it to the CreatedOn field.
func (*WorkflowTarget) SetDefAccessMeta ¶
func (o *WorkflowTarget) SetDefAccessMeta(v WorkflowDefAccessMeta)
SetDefAccessMeta gets a reference to the given WorkflowDefAccessMeta and assigns it to the DefAccessMeta field.
func (*WorkflowTarget) SetId ¶
func (o *WorkflowTarget) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*WorkflowTarget) SetName ¶
func (o *WorkflowTarget) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*WorkflowTarget) SetOwner ¶
func (o *WorkflowTarget) SetOwner(v string)
SetOwner gets a reference to the given NullableString and assigns it to the Owner field.
func (*WorkflowTarget) SetOwnerNil ¶ added in v1.0.5
func (o *WorkflowTarget) SetOwnerNil()
SetOwnerNil sets the value for Owner to be an explicit nil
func (*WorkflowTarget) SetProperties ¶
func (o *WorkflowTarget) SetProperties(v map[string]interface{})
SetProperties gets a reference to the given map[string]interface{} and assigns it to the Properties field.
func (*WorkflowTarget) SetSchemaId ¶
func (o *WorkflowTarget) SetSchemaId(v string)
SetSchemaId gets a reference to the given string and assigns it to the SchemaId field.
func (*WorkflowTarget) SetTitle ¶
func (o *WorkflowTarget) SetTitle(v string)
SetTitle gets a reference to the given NullableString and assigns it to the Title field.
func (*WorkflowTarget) SetTitleNil ¶ added in v1.0.5
func (o *WorkflowTarget) SetTitleNil()
SetTitleNil sets the value for Title to be an explicit nil
func (*WorkflowTarget) SetType ¶
func (o *WorkflowTarget) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*WorkflowTarget) SetUniqueName ¶
func (o *WorkflowTarget) SetUniqueName(v string)
SetUniqueName gets a reference to the given NullableString and assigns it to the UniqueName field.
func (*WorkflowTarget) SetUniqueNameNil ¶ added in v1.0.5
func (o *WorkflowTarget) SetUniqueNameNil()
SetUniqueNameNil sets the value for UniqueName to be an explicit nil
func (*WorkflowTarget) SetUpdatedBy ¶
func (o *WorkflowTarget) SetUpdatedBy(v string)
SetUpdatedBy gets a reference to the given NullableString and assigns it to the UpdatedBy field.
func (*WorkflowTarget) SetUpdatedByNil ¶ added in v1.0.5
func (o *WorkflowTarget) SetUpdatedByNil()
SetUpdatedByNil sets the value for UpdatedBy to be an explicit nil
func (*WorkflowTarget) SetUpdatedOn ¶
func (o *WorkflowTarget) SetUpdatedOn(v string)
SetUpdatedOn gets a reference to the given string and assigns it to the UpdatedOn field.
func (*WorkflowTarget) SetValid ¶
func (o *WorkflowTarget) SetValid(v bool)
SetValid gets a reference to the given bool and assigns it to the Valid field.
func (*WorkflowTarget) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowTarget) UnmarshalJSON(bytes []byte) (err error)
func (*WorkflowTarget) UnsetOwner ¶ added in v1.0.5
func (o *WorkflowTarget) UnsetOwner()
UnsetOwner ensures that no value is present for Owner, not even an explicit nil
func (*WorkflowTarget) UnsetTitle ¶ added in v1.0.5
func (o *WorkflowTarget) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
func (*WorkflowTarget) UnsetUniqueName ¶ added in v1.0.5
func (o *WorkflowTarget) UnsetUniqueName()
UnsetUniqueName ensures that no value is present for UniqueName, not even an explicit nil
func (*WorkflowTarget) UnsetUpdatedBy ¶ added in v1.0.5
func (o *WorkflowTarget) UnsetUpdatedBy()
UnsetUpdatedBy ensures that no value is present for UpdatedBy, not even an explicit nil
type WorkflowTargetAllOf ¶
type WorkflowTargetAllOf struct { Id *string `json:"id,omitempty"` SchemaId *string `json:"schema_id,omitempty"` AdapterId *string `json:"adapter_id,omitempty"` Name *string `json:"name,omitempty"` Title NullableString `json:"title,omitempty"` Type *string `json:"type,omitempty"` BaseType *string `json:"base_type,omitempty"` Properties map[string]interface{} `json:"properties,omitempty"` Valid *bool `json:"valid,omitempty"` DefAccessMeta *WorkflowDefAccessMeta `json:"def_access_meta,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowTargetAllOf struct for WorkflowTargetAllOf
func NewWorkflowTargetAllOf ¶
func NewWorkflowTargetAllOf() *WorkflowTargetAllOf
NewWorkflowTargetAllOf instantiates a new WorkflowTargetAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowTargetAllOfWithDefaults ¶
func NewWorkflowTargetAllOfWithDefaults() *WorkflowTargetAllOf
NewWorkflowTargetAllOfWithDefaults instantiates a new WorkflowTargetAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowTargetAllOf) GetAdapterId ¶
func (o *WorkflowTargetAllOf) GetAdapterId() string
GetAdapterId returns the AdapterId field value if set, zero value otherwise.
func (*WorkflowTargetAllOf) GetAdapterIdOk ¶
func (o *WorkflowTargetAllOf) GetAdapterIdOk() (*string, bool)
GetAdapterIdOk returns a tuple with the AdapterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowTargetAllOf) GetBaseType ¶
func (o *WorkflowTargetAllOf) GetBaseType() string
GetBaseType returns the BaseType field value if set, zero value otherwise.
func (*WorkflowTargetAllOf) GetBaseTypeOk ¶
func (o *WorkflowTargetAllOf) GetBaseTypeOk() (*string, bool)
GetBaseTypeOk returns a tuple with the BaseType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowTargetAllOf) GetDefAccessMeta ¶
func (o *WorkflowTargetAllOf) GetDefAccessMeta() WorkflowDefAccessMeta
GetDefAccessMeta returns the DefAccessMeta field value if set, zero value otherwise.
func (*WorkflowTargetAllOf) GetDefAccessMetaOk ¶
func (o *WorkflowTargetAllOf) GetDefAccessMetaOk() (*WorkflowDefAccessMeta, bool)
GetDefAccessMetaOk returns a tuple with the DefAccessMeta field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowTargetAllOf) GetId ¶
func (o *WorkflowTargetAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*WorkflowTargetAllOf) GetIdOk ¶
func (o *WorkflowTargetAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowTargetAllOf) GetName ¶
func (o *WorkflowTargetAllOf) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*WorkflowTargetAllOf) GetNameOk ¶
func (o *WorkflowTargetAllOf) 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 (*WorkflowTargetAllOf) GetProperties ¶
func (o *WorkflowTargetAllOf) GetProperties() map[string]interface{}
GetProperties returns the Properties field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowTargetAllOf) GetPropertiesOk ¶
func (o *WorkflowTargetAllOf) GetPropertiesOk() (*map[string]interface{}, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowTargetAllOf) GetSchemaId ¶
func (o *WorkflowTargetAllOf) GetSchemaId() string
GetSchemaId returns the SchemaId field value if set, zero value otherwise.
func (*WorkflowTargetAllOf) GetSchemaIdOk ¶
func (o *WorkflowTargetAllOf) GetSchemaIdOk() (*string, bool)
GetSchemaIdOk returns a tuple with the SchemaId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowTargetAllOf) GetTitle ¶
func (o *WorkflowTargetAllOf) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowTargetAllOf) GetTitleOk ¶
func (o *WorkflowTargetAllOf) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowTargetAllOf) GetType ¶
func (o *WorkflowTargetAllOf) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*WorkflowTargetAllOf) GetTypeOk ¶
func (o *WorkflowTargetAllOf) 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 (*WorkflowTargetAllOf) GetValid ¶
func (o *WorkflowTargetAllOf) GetValid() bool
GetValid returns the Valid field value if set, zero value otherwise.
func (*WorkflowTargetAllOf) GetValidOk ¶
func (o *WorkflowTargetAllOf) GetValidOk() (*bool, bool)
GetValidOk returns a tuple with the Valid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowTargetAllOf) HasAdapterId ¶
func (o *WorkflowTargetAllOf) HasAdapterId() bool
HasAdapterId returns a boolean if a field has been set.
func (*WorkflowTargetAllOf) HasBaseType ¶
func (o *WorkflowTargetAllOf) HasBaseType() bool
HasBaseType returns a boolean if a field has been set.
func (*WorkflowTargetAllOf) HasDefAccessMeta ¶
func (o *WorkflowTargetAllOf) HasDefAccessMeta() bool
HasDefAccessMeta returns a boolean if a field has been set.
func (*WorkflowTargetAllOf) HasId ¶
func (o *WorkflowTargetAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (*WorkflowTargetAllOf) HasName ¶
func (o *WorkflowTargetAllOf) HasName() bool
HasName returns a boolean if a field has been set.
func (*WorkflowTargetAllOf) HasProperties ¶
func (o *WorkflowTargetAllOf) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (*WorkflowTargetAllOf) HasSchemaId ¶
func (o *WorkflowTargetAllOf) HasSchemaId() bool
HasSchemaId returns a boolean if a field has been set.
func (*WorkflowTargetAllOf) HasTitle ¶
func (o *WorkflowTargetAllOf) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*WorkflowTargetAllOf) HasType ¶
func (o *WorkflowTargetAllOf) HasType() bool
HasType returns a boolean if a field has been set.
func (*WorkflowTargetAllOf) HasValid ¶
func (o *WorkflowTargetAllOf) HasValid() bool
HasValid returns a boolean if a field has been set.
func (WorkflowTargetAllOf) MarshalJSON ¶
func (o WorkflowTargetAllOf) MarshalJSON() ([]byte, error)
func (*WorkflowTargetAllOf) SetAdapterId ¶
func (o *WorkflowTargetAllOf) SetAdapterId(v string)
SetAdapterId gets a reference to the given string and assigns it to the AdapterId field.
func (*WorkflowTargetAllOf) SetBaseType ¶
func (o *WorkflowTargetAllOf) SetBaseType(v string)
SetBaseType gets a reference to the given string and assigns it to the BaseType field.
func (*WorkflowTargetAllOf) SetDefAccessMeta ¶
func (o *WorkflowTargetAllOf) SetDefAccessMeta(v WorkflowDefAccessMeta)
SetDefAccessMeta gets a reference to the given WorkflowDefAccessMeta and assigns it to the DefAccessMeta field.
func (*WorkflowTargetAllOf) SetId ¶
func (o *WorkflowTargetAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*WorkflowTargetAllOf) SetName ¶
func (o *WorkflowTargetAllOf) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*WorkflowTargetAllOf) SetProperties ¶
func (o *WorkflowTargetAllOf) SetProperties(v map[string]interface{})
SetProperties gets a reference to the given map[string]interface{} and assigns it to the Properties field.
func (*WorkflowTargetAllOf) SetSchemaId ¶
func (o *WorkflowTargetAllOf) SetSchemaId(v string)
SetSchemaId gets a reference to the given string and assigns it to the SchemaId field.
func (*WorkflowTargetAllOf) SetTitle ¶
func (o *WorkflowTargetAllOf) SetTitle(v string)
SetTitle gets a reference to the given NullableString and assigns it to the Title field.
func (*WorkflowTargetAllOf) SetTitleNil ¶ added in v1.0.5
func (o *WorkflowTargetAllOf) SetTitleNil()
SetTitleNil sets the value for Title to be an explicit nil
func (*WorkflowTargetAllOf) SetType ¶
func (o *WorkflowTargetAllOf) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*WorkflowTargetAllOf) SetValid ¶
func (o *WorkflowTargetAllOf) SetValid(v bool)
SetValid gets a reference to the given bool and assigns it to the Valid field.
func (*WorkflowTargetAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowTargetAllOf) UnmarshalJSON(bytes []byte) (err error)
func (*WorkflowTargetAllOf) UnsetTitle ¶ added in v1.0.5
func (o *WorkflowTargetAllOf) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
type WorkflowTargetCreate ¶
type WorkflowTargetCreate struct { Name string `json:"name"` Description *string `json:"description,omitempty"` Title *string `json:"title,omitempty"` SchemaId *string `json:"schema_id,omitempty"` Type *string `json:"type,omitempty"` Properties map[string]interface{} `json:"properties"` UniqueName *string `json:"unique_name,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowTargetCreate struct for WorkflowTargetCreate
func NewWorkflowTargetCreate ¶
func NewWorkflowTargetCreate(name string, properties map[string]interface{}) *WorkflowTargetCreate
NewWorkflowTargetCreate instantiates a new WorkflowTargetCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowTargetCreateWithDefaults ¶
func NewWorkflowTargetCreateWithDefaults() *WorkflowTargetCreate
NewWorkflowTargetCreateWithDefaults instantiates a new WorkflowTargetCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowTargetCreate) GetDescription ¶
func (o *WorkflowTargetCreate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*WorkflowTargetCreate) GetDescriptionOk ¶
func (o *WorkflowTargetCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowTargetCreate) GetName ¶
func (o *WorkflowTargetCreate) GetName() string
GetName returns the Name field value
func (*WorkflowTargetCreate) GetNameOk ¶
func (o *WorkflowTargetCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*WorkflowTargetCreate) GetProperties ¶
func (o *WorkflowTargetCreate) GetProperties() map[string]interface{}
GetProperties returns the Properties field value
func (*WorkflowTargetCreate) GetPropertiesOk ¶
func (o *WorkflowTargetCreate) GetPropertiesOk() (*map[string]interface{}, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*WorkflowTargetCreate) GetSchemaId ¶
func (o *WorkflowTargetCreate) GetSchemaId() string
GetSchemaId returns the SchemaId field value if set, zero value otherwise.
func (*WorkflowTargetCreate) GetSchemaIdOk ¶
func (o *WorkflowTargetCreate) GetSchemaIdOk() (*string, bool)
GetSchemaIdOk returns a tuple with the SchemaId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowTargetCreate) GetTitle ¶
func (o *WorkflowTargetCreate) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*WorkflowTargetCreate) GetTitleOk ¶
func (o *WorkflowTargetCreate) 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 (*WorkflowTargetCreate) GetType ¶
func (o *WorkflowTargetCreate) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*WorkflowTargetCreate) GetTypeOk ¶
func (o *WorkflowTargetCreate) 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 (*WorkflowTargetCreate) GetUniqueName ¶
func (o *WorkflowTargetCreate) GetUniqueName() string
GetUniqueName returns the UniqueName field value if set, zero value otherwise.
func (*WorkflowTargetCreate) GetUniqueNameOk ¶
func (o *WorkflowTargetCreate) GetUniqueNameOk() (*string, bool)
GetUniqueNameOk returns a tuple with the UniqueName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowTargetCreate) HasDescription ¶
func (o *WorkflowTargetCreate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*WorkflowTargetCreate) HasSchemaId ¶
func (o *WorkflowTargetCreate) HasSchemaId() bool
HasSchemaId returns a boolean if a field has been set.
func (*WorkflowTargetCreate) HasTitle ¶
func (o *WorkflowTargetCreate) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*WorkflowTargetCreate) HasType ¶
func (o *WorkflowTargetCreate) HasType() bool
HasType returns a boolean if a field has been set.
func (*WorkflowTargetCreate) HasUniqueName ¶
func (o *WorkflowTargetCreate) HasUniqueName() bool
HasUniqueName returns a boolean if a field has been set.
func (WorkflowTargetCreate) MarshalJSON ¶
func (o WorkflowTargetCreate) MarshalJSON() ([]byte, error)
func (*WorkflowTargetCreate) SetDescription ¶
func (o *WorkflowTargetCreate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*WorkflowTargetCreate) SetName ¶
func (o *WorkflowTargetCreate) SetName(v string)
SetName sets field value
func (*WorkflowTargetCreate) SetProperties ¶
func (o *WorkflowTargetCreate) SetProperties(v map[string]interface{})
SetProperties sets field value
func (*WorkflowTargetCreate) SetSchemaId ¶
func (o *WorkflowTargetCreate) SetSchemaId(v string)
SetSchemaId gets a reference to the given string and assigns it to the SchemaId field.
func (*WorkflowTargetCreate) SetTitle ¶
func (o *WorkflowTargetCreate) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*WorkflowTargetCreate) SetType ¶
func (o *WorkflowTargetCreate) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*WorkflowTargetCreate) SetUniqueName ¶
func (o *WorkflowTargetCreate) SetUniqueName(v string)
SetUniqueName gets a reference to the given string and assigns it to the UniqueName field.
func (*WorkflowTargetCreate) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowTargetCreate) UnmarshalJSON(bytes []byte) (err error)
type WorkflowTargetUpdate ¶
type WorkflowTargetUpdate struct { Name string `json:"name"` Description *string `json:"description,omitempty"` Title *string `json:"title,omitempty"` SchemaId *string `json:"schema_id,omitempty"` Type *string `json:"type,omitempty"` Properties map[string]interface{} `json:"properties"` UniqueName *string `json:"unique_name,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowTargetUpdate struct for WorkflowTargetUpdate
func NewWorkflowTargetUpdate ¶
func NewWorkflowTargetUpdate(name string, properties map[string]interface{}) *WorkflowTargetUpdate
NewWorkflowTargetUpdate instantiates a new WorkflowTargetUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowTargetUpdateWithDefaults ¶
func NewWorkflowTargetUpdateWithDefaults() *WorkflowTargetUpdate
NewWorkflowTargetUpdateWithDefaults instantiates a new WorkflowTargetUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowTargetUpdate) GetDescription ¶
func (o *WorkflowTargetUpdate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*WorkflowTargetUpdate) GetDescriptionOk ¶
func (o *WorkflowTargetUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowTargetUpdate) GetName ¶
func (o *WorkflowTargetUpdate) GetName() string
GetName returns the Name field value
func (*WorkflowTargetUpdate) GetNameOk ¶
func (o *WorkflowTargetUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*WorkflowTargetUpdate) GetProperties ¶
func (o *WorkflowTargetUpdate) GetProperties() map[string]interface{}
GetProperties returns the Properties field value
func (*WorkflowTargetUpdate) GetPropertiesOk ¶
func (o *WorkflowTargetUpdate) GetPropertiesOk() (*map[string]interface{}, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*WorkflowTargetUpdate) GetSchemaId ¶
func (o *WorkflowTargetUpdate) GetSchemaId() string
GetSchemaId returns the SchemaId field value if set, zero value otherwise.
func (*WorkflowTargetUpdate) GetSchemaIdOk ¶
func (o *WorkflowTargetUpdate) GetSchemaIdOk() (*string, bool)
GetSchemaIdOk returns a tuple with the SchemaId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowTargetUpdate) GetTitle ¶
func (o *WorkflowTargetUpdate) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*WorkflowTargetUpdate) GetTitleOk ¶
func (o *WorkflowTargetUpdate) 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 (*WorkflowTargetUpdate) GetType ¶
func (o *WorkflowTargetUpdate) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*WorkflowTargetUpdate) GetTypeOk ¶
func (o *WorkflowTargetUpdate) 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 (*WorkflowTargetUpdate) GetUniqueName ¶
func (o *WorkflowTargetUpdate) GetUniqueName() string
GetUniqueName returns the UniqueName field value if set, zero value otherwise.
func (*WorkflowTargetUpdate) GetUniqueNameOk ¶
func (o *WorkflowTargetUpdate) GetUniqueNameOk() (*string, bool)
GetUniqueNameOk returns a tuple with the UniqueName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowTargetUpdate) HasDescription ¶
func (o *WorkflowTargetUpdate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*WorkflowTargetUpdate) HasSchemaId ¶
func (o *WorkflowTargetUpdate) HasSchemaId() bool
HasSchemaId returns a boolean if a field has been set.
func (*WorkflowTargetUpdate) HasTitle ¶
func (o *WorkflowTargetUpdate) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*WorkflowTargetUpdate) HasType ¶
func (o *WorkflowTargetUpdate) HasType() bool
HasType returns a boolean if a field has been set.
func (*WorkflowTargetUpdate) HasUniqueName ¶
func (o *WorkflowTargetUpdate) HasUniqueName() bool
HasUniqueName returns a boolean if a field has been set.
func (WorkflowTargetUpdate) MarshalJSON ¶
func (o WorkflowTargetUpdate) MarshalJSON() ([]byte, error)
func (*WorkflowTargetUpdate) SetDescription ¶
func (o *WorkflowTargetUpdate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*WorkflowTargetUpdate) SetName ¶
func (o *WorkflowTargetUpdate) SetName(v string)
SetName sets field value
func (*WorkflowTargetUpdate) SetProperties ¶
func (o *WorkflowTargetUpdate) SetProperties(v map[string]interface{})
SetProperties sets field value
func (*WorkflowTargetUpdate) SetSchemaId ¶
func (o *WorkflowTargetUpdate) SetSchemaId(v string)
SetSchemaId gets a reference to the given string and assigns it to the SchemaId field.
func (*WorkflowTargetUpdate) SetTitle ¶
func (o *WorkflowTargetUpdate) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*WorkflowTargetUpdate) SetType ¶
func (o *WorkflowTargetUpdate) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*WorkflowTargetUpdate) SetUniqueName ¶
func (o *WorkflowTargetUpdate) SetUniqueName(v string)
SetUniqueName gets a reference to the given string and assigns it to the UniqueName field.
func (*WorkflowTargetUpdate) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowTargetUpdate) UnmarshalJSON(bytes []byte) (err error)
type WorkflowTargetsApiService ¶
type WorkflowTargetsApiService service
WorkflowTargetsApiService WorkflowTargetsApi service
func (*WorkflowTargetsApiService) CreateWorkflowTarget ¶
func (a *WorkflowTargetsApiService) CreateWorkflowTarget(ctx _context.Context) ApiCreateWorkflowTargetRequest
* CreateWorkflowTarget Creates a new workflow target. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateWorkflowTargetRequest
func (*WorkflowTargetsApiService) CreateWorkflowTargetExecute ¶
func (a *WorkflowTargetsApiService) CreateWorkflowTargetExecute(r ApiCreateWorkflowTargetRequest) (WorkflowTarget, *_nethttp.Response, error)
* Execute executes the request * @return WorkflowTarget
func (*WorkflowTargetsApiService) DeleteWorkflowTarget ¶
func (a *WorkflowTargetsApiService) DeleteWorkflowTarget(ctx _context.Context, id string) ApiDeleteWorkflowTargetRequest
* DeleteWorkflowTarget Deletes a workflow target. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiDeleteWorkflowTargetRequest
func (*WorkflowTargetsApiService) DeleteWorkflowTargetExecute ¶
func (a *WorkflowTargetsApiService) DeleteWorkflowTargetExecute(r ApiDeleteWorkflowTargetRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*WorkflowTargetsApiService) GetWorkflowTarget ¶
func (a *WorkflowTargetsApiService) GetWorkflowTarget(ctx _context.Context, id string) ApiGetWorkflowTargetRequest
* GetWorkflowTarget Returns a workflow target. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetWorkflowTargetRequest
func (*WorkflowTargetsApiService) GetWorkflowTargetExecute ¶
func (a *WorkflowTargetsApiService) GetWorkflowTargetExecute(r ApiGetWorkflowTargetRequest) (WorkflowTarget, *_nethttp.Response, error)
* Execute executes the request * @return WorkflowTarget
func (*WorkflowTargetsApiService) GetWorkflowTargetsList ¶
func (a *WorkflowTargetsApiService) GetWorkflowTargetsList(ctx _context.Context) ApiGetWorkflowTargetsListRequest
* GetWorkflowTargetsList Returns a list of workflow targets. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetWorkflowTargetsListRequest
func (*WorkflowTargetsApiService) GetWorkflowTargetsListExecute ¶
func (a *WorkflowTargetsApiService) GetWorkflowTargetsListExecute(r ApiGetWorkflowTargetsListRequest) ([]WorkflowTarget, *_nethttp.Response, error)
* Execute executes the request * @return []WorkflowTarget
func (*WorkflowTargetsApiService) UpdateWorkflowTarget ¶
func (a *WorkflowTargetsApiService) UpdateWorkflowTarget(ctx _context.Context, id string) ApiUpdateWorkflowTargetRequest
* UpdateWorkflowTarget Updates a workflow target. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiUpdateWorkflowTargetRequest
func (*WorkflowTargetsApiService) UpdateWorkflowTargetExecute ¶
func (a *WorkflowTargetsApiService) UpdateWorkflowTargetExecute(r ApiUpdateWorkflowTargetRequest) (WorkflowTarget, *_nethttp.Response, error)
* Execute executes the request * @return WorkflowTarget
type WorkflowVariable ¶
type WorkflowVariable struct { Id *string `json:"id,omitempty"` Type NullableString `json:"type,omitempty"` BaseType NullableString `json:"base_type,omitempty"` SchemaId *string `json:"schema_id,omitempty"` ObjectType *string `json:"object_type,omitempty"` Properties *map[string]interface{} `json:"properties,omitempty"` DataType NullableString `json:"data_type,omitempty"` Scope NullableString `json:"scope,omitempty"` CreatedOn *string `json:"created_on,omitempty"` CreatedBy *string `json:"created_by,omitempty"` UpdatedOn *string `json:"updated_on,omitempty"` UpdatedBy NullableString `json:"updated_by,omitempty"` Owner NullableString `json:"owner,omitempty"` UniqueName NullableString `json:"unique_name,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowVariable struct for WorkflowVariable
func NewWorkflowVariable ¶
func NewWorkflowVariable() *WorkflowVariable
NewWorkflowVariable instantiates a new WorkflowVariable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowVariableWithDefaults ¶
func NewWorkflowVariableWithDefaults() *WorkflowVariable
NewWorkflowVariableWithDefaults instantiates a new WorkflowVariable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowVariable) GetBaseType ¶
func (o *WorkflowVariable) GetBaseType() string
GetBaseType returns the BaseType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowVariable) GetBaseTypeOk ¶
func (o *WorkflowVariable) GetBaseTypeOk() (*string, bool)
GetBaseTypeOk returns a tuple with the BaseType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowVariable) GetCreatedBy ¶
func (o *WorkflowVariable) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*WorkflowVariable) GetCreatedByOk ¶
func (o *WorkflowVariable) 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 (*WorkflowVariable) GetCreatedOn ¶
func (o *WorkflowVariable) GetCreatedOn() string
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*WorkflowVariable) GetCreatedOnOk ¶
func (o *WorkflowVariable) GetCreatedOnOk() (*string, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowVariable) GetDataType ¶
func (o *WorkflowVariable) GetDataType() string
GetDataType returns the DataType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowVariable) GetDataTypeOk ¶
func (o *WorkflowVariable) GetDataTypeOk() (*string, bool)
GetDataTypeOk returns a tuple with the DataType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowVariable) GetId ¶
func (o *WorkflowVariable) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*WorkflowVariable) GetIdOk ¶
func (o *WorkflowVariable) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowVariable) GetObjectType ¶
func (o *WorkflowVariable) GetObjectType() string
GetObjectType returns the ObjectType field value if set, zero value otherwise.
func (*WorkflowVariable) GetObjectTypeOk ¶
func (o *WorkflowVariable) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowVariable) GetOwner ¶
func (o *WorkflowVariable) GetOwner() string
GetOwner returns the Owner field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowVariable) GetOwnerOk ¶
func (o *WorkflowVariable) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowVariable) GetProperties ¶
func (o *WorkflowVariable) GetProperties() map[string]interface{}
GetProperties returns the Properties field value if set, zero value otherwise.
func (*WorkflowVariable) GetPropertiesOk ¶
func (o *WorkflowVariable) GetPropertiesOk() (*map[string]interface{}, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowVariable) GetSchemaId ¶
func (o *WorkflowVariable) GetSchemaId() string
GetSchemaId returns the SchemaId field value if set, zero value otherwise.
func (*WorkflowVariable) GetSchemaIdOk ¶
func (o *WorkflowVariable) GetSchemaIdOk() (*string, bool)
GetSchemaIdOk returns a tuple with the SchemaId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowVariable) GetScope ¶
func (o *WorkflowVariable) GetScope() string
GetScope returns the Scope field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowVariable) GetScopeOk ¶
func (o *WorkflowVariable) GetScopeOk() (*string, bool)
GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowVariable) GetType ¶
func (o *WorkflowVariable) GetType() string
GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowVariable) GetTypeOk ¶
func (o *WorkflowVariable) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowVariable) GetUniqueName ¶
func (o *WorkflowVariable) GetUniqueName() string
GetUniqueName returns the UniqueName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowVariable) GetUniqueNameOk ¶
func (o *WorkflowVariable) GetUniqueNameOk() (*string, bool)
GetUniqueNameOk returns a tuple with the UniqueName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowVariable) GetUpdatedBy ¶
func (o *WorkflowVariable) GetUpdatedBy() string
GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowVariable) GetUpdatedByOk ¶
func (o *WorkflowVariable) GetUpdatedByOk() (*string, 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 (*WorkflowVariable) GetUpdatedOn ¶
func (o *WorkflowVariable) GetUpdatedOn() string
GetUpdatedOn returns the UpdatedOn field value if set, zero value otherwise.
func (*WorkflowVariable) GetUpdatedOnOk ¶
func (o *WorkflowVariable) GetUpdatedOnOk() (*string, bool)
GetUpdatedOnOk returns a tuple with the UpdatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowVariable) HasBaseType ¶
func (o *WorkflowVariable) HasBaseType() bool
HasBaseType returns a boolean if a field has been set.
func (*WorkflowVariable) HasCreatedBy ¶
func (o *WorkflowVariable) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*WorkflowVariable) HasCreatedOn ¶
func (o *WorkflowVariable) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*WorkflowVariable) HasDataType ¶
func (o *WorkflowVariable) HasDataType() bool
HasDataType returns a boolean if a field has been set.
func (*WorkflowVariable) HasId ¶
func (o *WorkflowVariable) HasId() bool
HasId returns a boolean if a field has been set.
func (*WorkflowVariable) HasObjectType ¶
func (o *WorkflowVariable) HasObjectType() bool
HasObjectType returns a boolean if a field has been set.
func (*WorkflowVariable) HasOwner ¶
func (o *WorkflowVariable) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (*WorkflowVariable) HasProperties ¶
func (o *WorkflowVariable) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (*WorkflowVariable) HasSchemaId ¶
func (o *WorkflowVariable) HasSchemaId() bool
HasSchemaId returns a boolean if a field has been set.
func (*WorkflowVariable) HasScope ¶
func (o *WorkflowVariable) HasScope() bool
HasScope returns a boolean if a field has been set.
func (*WorkflowVariable) HasType ¶
func (o *WorkflowVariable) HasType() bool
HasType returns a boolean if a field has been set.
func (*WorkflowVariable) HasUniqueName ¶
func (o *WorkflowVariable) HasUniqueName() bool
HasUniqueName returns a boolean if a field has been set.
func (*WorkflowVariable) HasUpdatedBy ¶
func (o *WorkflowVariable) HasUpdatedBy() bool
HasUpdatedBy returns a boolean if a field has been set.
func (*WorkflowVariable) HasUpdatedOn ¶
func (o *WorkflowVariable) HasUpdatedOn() bool
HasUpdatedOn returns a boolean if a field has been set.
func (WorkflowVariable) MarshalJSON ¶
func (o WorkflowVariable) MarshalJSON() ([]byte, error)
func (*WorkflowVariable) SetBaseType ¶
func (o *WorkflowVariable) SetBaseType(v string)
SetBaseType gets a reference to the given NullableString and assigns it to the BaseType field.
func (*WorkflowVariable) SetBaseTypeNil ¶ added in v1.0.5
func (o *WorkflowVariable) SetBaseTypeNil()
SetBaseTypeNil sets the value for BaseType to be an explicit nil
func (*WorkflowVariable) SetCreatedBy ¶
func (o *WorkflowVariable) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*WorkflowVariable) SetCreatedOn ¶
func (o *WorkflowVariable) SetCreatedOn(v string)
SetCreatedOn gets a reference to the given string and assigns it to the CreatedOn field.
func (*WorkflowVariable) SetDataType ¶
func (o *WorkflowVariable) SetDataType(v string)
SetDataType gets a reference to the given NullableString and assigns it to the DataType field.
func (*WorkflowVariable) SetDataTypeNil ¶ added in v1.0.5
func (o *WorkflowVariable) SetDataTypeNil()
SetDataTypeNil sets the value for DataType to be an explicit nil
func (*WorkflowVariable) SetId ¶
func (o *WorkflowVariable) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*WorkflowVariable) SetObjectType ¶
func (o *WorkflowVariable) SetObjectType(v string)
SetObjectType gets a reference to the given string and assigns it to the ObjectType field.
func (*WorkflowVariable) SetOwner ¶
func (o *WorkflowVariable) SetOwner(v string)
SetOwner gets a reference to the given NullableString and assigns it to the Owner field.
func (*WorkflowVariable) SetOwnerNil ¶ added in v1.0.5
func (o *WorkflowVariable) SetOwnerNil()
SetOwnerNil sets the value for Owner to be an explicit nil
func (*WorkflowVariable) SetProperties ¶
func (o *WorkflowVariable) SetProperties(v map[string]interface{})
SetProperties gets a reference to the given map[string]interface{} and assigns it to the Properties field.
func (*WorkflowVariable) SetSchemaId ¶
func (o *WorkflowVariable) SetSchemaId(v string)
SetSchemaId gets a reference to the given string and assigns it to the SchemaId field.
func (*WorkflowVariable) SetScope ¶
func (o *WorkflowVariable) SetScope(v string)
SetScope gets a reference to the given NullableString and assigns it to the Scope field.
func (*WorkflowVariable) SetScopeNil ¶ added in v1.0.5
func (o *WorkflowVariable) SetScopeNil()
SetScopeNil sets the value for Scope to be an explicit nil
func (*WorkflowVariable) SetType ¶
func (o *WorkflowVariable) SetType(v string)
SetType gets a reference to the given NullableString and assigns it to the Type field.
func (*WorkflowVariable) SetTypeNil ¶ added in v1.0.5
func (o *WorkflowVariable) SetTypeNil()
SetTypeNil sets the value for Type to be an explicit nil
func (*WorkflowVariable) SetUniqueName ¶
func (o *WorkflowVariable) SetUniqueName(v string)
SetUniqueName gets a reference to the given NullableString and assigns it to the UniqueName field.
func (*WorkflowVariable) SetUniqueNameNil ¶ added in v1.0.5
func (o *WorkflowVariable) SetUniqueNameNil()
SetUniqueNameNil sets the value for UniqueName to be an explicit nil
func (*WorkflowVariable) SetUpdatedBy ¶
func (o *WorkflowVariable) SetUpdatedBy(v string)
SetUpdatedBy gets a reference to the given NullableString and assigns it to the UpdatedBy field.
func (*WorkflowVariable) SetUpdatedByNil ¶ added in v1.0.5
func (o *WorkflowVariable) SetUpdatedByNil()
SetUpdatedByNil sets the value for UpdatedBy to be an explicit nil
func (*WorkflowVariable) SetUpdatedOn ¶
func (o *WorkflowVariable) SetUpdatedOn(v string)
SetUpdatedOn gets a reference to the given string and assigns it to the UpdatedOn field.
func (*WorkflowVariable) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowVariable) UnmarshalJSON(bytes []byte) (err error)
func (*WorkflowVariable) UnsetBaseType ¶ added in v1.0.5
func (o *WorkflowVariable) UnsetBaseType()
UnsetBaseType ensures that no value is present for BaseType, not even an explicit nil
func (*WorkflowVariable) UnsetDataType ¶ added in v1.0.5
func (o *WorkflowVariable) UnsetDataType()
UnsetDataType ensures that no value is present for DataType, not even an explicit nil
func (*WorkflowVariable) UnsetOwner ¶ added in v1.0.5
func (o *WorkflowVariable) UnsetOwner()
UnsetOwner ensures that no value is present for Owner, not even an explicit nil
func (*WorkflowVariable) UnsetScope ¶ added in v1.0.5
func (o *WorkflowVariable) UnsetScope()
UnsetScope ensures that no value is present for Scope, not even an explicit nil
func (*WorkflowVariable) UnsetType ¶ added in v1.0.5
func (o *WorkflowVariable) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
func (*WorkflowVariable) UnsetUniqueName ¶ added in v1.0.5
func (o *WorkflowVariable) UnsetUniqueName()
UnsetUniqueName ensures that no value is present for UniqueName, not even an explicit nil
func (*WorkflowVariable) UnsetUpdatedBy ¶ added in v1.0.5
func (o *WorkflowVariable) UnsetUpdatedBy()
UnsetUpdatedBy ensures that no value is present for UpdatedBy, not even an explicit nil
type WorkflowVariableAllOf ¶
type WorkflowVariableAllOf struct { Id *string `json:"id,omitempty"` Type NullableString `json:"type,omitempty"` BaseType NullableString `json:"base_type,omitempty"` SchemaId *string `json:"schema_id,omitempty"` ObjectType *string `json:"object_type,omitempty"` Properties *map[string]interface{} `json:"properties,omitempty"` DataType NullableString `json:"data_type,omitempty"` Scope NullableString `json:"scope,omitempty"` AdditionalProperties map[string]interface{} }
WorkflowVariableAllOf struct for WorkflowVariableAllOf
func NewWorkflowVariableAllOf ¶
func NewWorkflowVariableAllOf() *WorkflowVariableAllOf
NewWorkflowVariableAllOf instantiates a new WorkflowVariableAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowVariableAllOfWithDefaults ¶
func NewWorkflowVariableAllOfWithDefaults() *WorkflowVariableAllOf
NewWorkflowVariableAllOfWithDefaults instantiates a new WorkflowVariableAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowVariableAllOf) GetBaseType ¶
func (o *WorkflowVariableAllOf) GetBaseType() string
GetBaseType returns the BaseType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowVariableAllOf) GetBaseTypeOk ¶
func (o *WorkflowVariableAllOf) GetBaseTypeOk() (*string, bool)
GetBaseTypeOk returns a tuple with the BaseType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowVariableAllOf) GetDataType ¶
func (o *WorkflowVariableAllOf) GetDataType() string
GetDataType returns the DataType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowVariableAllOf) GetDataTypeOk ¶
func (o *WorkflowVariableAllOf) GetDataTypeOk() (*string, bool)
GetDataTypeOk returns a tuple with the DataType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowVariableAllOf) GetId ¶
func (o *WorkflowVariableAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*WorkflowVariableAllOf) GetIdOk ¶
func (o *WorkflowVariableAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowVariableAllOf) GetObjectType ¶
func (o *WorkflowVariableAllOf) GetObjectType() string
GetObjectType returns the ObjectType field value if set, zero value otherwise.
func (*WorkflowVariableAllOf) GetObjectTypeOk ¶
func (o *WorkflowVariableAllOf) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowVariableAllOf) GetProperties ¶
func (o *WorkflowVariableAllOf) GetProperties() map[string]interface{}
GetProperties returns the Properties field value if set, zero value otherwise.
func (*WorkflowVariableAllOf) GetPropertiesOk ¶
func (o *WorkflowVariableAllOf) GetPropertiesOk() (*map[string]interface{}, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowVariableAllOf) GetSchemaId ¶
func (o *WorkflowVariableAllOf) GetSchemaId() string
GetSchemaId returns the SchemaId field value if set, zero value otherwise.
func (*WorkflowVariableAllOf) GetSchemaIdOk ¶
func (o *WorkflowVariableAllOf) GetSchemaIdOk() (*string, bool)
GetSchemaIdOk returns a tuple with the SchemaId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowVariableAllOf) GetScope ¶
func (o *WorkflowVariableAllOf) GetScope() string
GetScope returns the Scope field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowVariableAllOf) GetScopeOk ¶
func (o *WorkflowVariableAllOf) GetScopeOk() (*string, bool)
GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowVariableAllOf) GetType ¶
func (o *WorkflowVariableAllOf) GetType() string
GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkflowVariableAllOf) GetTypeOk ¶
func (o *WorkflowVariableAllOf) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkflowVariableAllOf) HasBaseType ¶
func (o *WorkflowVariableAllOf) HasBaseType() bool
HasBaseType returns a boolean if a field has been set.
func (*WorkflowVariableAllOf) HasDataType ¶
func (o *WorkflowVariableAllOf) HasDataType() bool
HasDataType returns a boolean if a field has been set.
func (*WorkflowVariableAllOf) HasId ¶
func (o *WorkflowVariableAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (*WorkflowVariableAllOf) HasObjectType ¶
func (o *WorkflowVariableAllOf) HasObjectType() bool
HasObjectType returns a boolean if a field has been set.
func (*WorkflowVariableAllOf) HasProperties ¶
func (o *WorkflowVariableAllOf) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (*WorkflowVariableAllOf) HasSchemaId ¶
func (o *WorkflowVariableAllOf) HasSchemaId() bool
HasSchemaId returns a boolean if a field has been set.
func (*WorkflowVariableAllOf) HasScope ¶
func (o *WorkflowVariableAllOf) HasScope() bool
HasScope returns a boolean if a field has been set.
func (*WorkflowVariableAllOf) HasType ¶
func (o *WorkflowVariableAllOf) HasType() bool
HasType returns a boolean if a field has been set.
func (WorkflowVariableAllOf) MarshalJSON ¶
func (o WorkflowVariableAllOf) MarshalJSON() ([]byte, error)
func (*WorkflowVariableAllOf) SetBaseType ¶
func (o *WorkflowVariableAllOf) SetBaseType(v string)
SetBaseType gets a reference to the given NullableString and assigns it to the BaseType field.
func (*WorkflowVariableAllOf) SetBaseTypeNil ¶ added in v1.0.5
func (o *WorkflowVariableAllOf) SetBaseTypeNil()
SetBaseTypeNil sets the value for BaseType to be an explicit nil
func (*WorkflowVariableAllOf) SetDataType ¶
func (o *WorkflowVariableAllOf) SetDataType(v string)
SetDataType gets a reference to the given NullableString and assigns it to the DataType field.
func (*WorkflowVariableAllOf) SetDataTypeNil ¶ added in v1.0.5
func (o *WorkflowVariableAllOf) SetDataTypeNil()
SetDataTypeNil sets the value for DataType to be an explicit nil
func (*WorkflowVariableAllOf) SetId ¶
func (o *WorkflowVariableAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*WorkflowVariableAllOf) SetObjectType ¶
func (o *WorkflowVariableAllOf) SetObjectType(v string)
SetObjectType gets a reference to the given string and assigns it to the ObjectType field.
func (*WorkflowVariableAllOf) SetProperties ¶
func (o *WorkflowVariableAllOf) SetProperties(v map[string]interface{})
SetProperties gets a reference to the given map[string]interface{} and assigns it to the Properties field.
func (*WorkflowVariableAllOf) SetSchemaId ¶
func (o *WorkflowVariableAllOf) SetSchemaId(v string)
SetSchemaId gets a reference to the given string and assigns it to the SchemaId field.
func (*WorkflowVariableAllOf) SetScope ¶
func (o *WorkflowVariableAllOf) SetScope(v string)
SetScope gets a reference to the given NullableString and assigns it to the Scope field.
func (*WorkflowVariableAllOf) SetScopeNil ¶ added in v1.0.5
func (o *WorkflowVariableAllOf) SetScopeNil()
SetScopeNil sets the value for Scope to be an explicit nil
func (*WorkflowVariableAllOf) SetType ¶
func (o *WorkflowVariableAllOf) SetType(v string)
SetType gets a reference to the given NullableString and assigns it to the Type field.
func (*WorkflowVariableAllOf) SetTypeNil ¶ added in v1.0.5
func (o *WorkflowVariableAllOf) SetTypeNil()
SetTypeNil sets the value for Type to be an explicit nil
func (*WorkflowVariableAllOf) UnmarshalJSON ¶ added in v1.0.5
func (o *WorkflowVariableAllOf) UnmarshalJSON(bytes []byte) (err error)
func (*WorkflowVariableAllOf) UnsetBaseType ¶ added in v1.0.5
func (o *WorkflowVariableAllOf) UnsetBaseType()
UnsetBaseType ensures that no value is present for BaseType, not even an explicit nil
func (*WorkflowVariableAllOf) UnsetDataType ¶ added in v1.0.5
func (o *WorkflowVariableAllOf) UnsetDataType()
UnsetDataType ensures that no value is present for DataType, not even an explicit nil
func (*WorkflowVariableAllOf) UnsetScope ¶ added in v1.0.5
func (o *WorkflowVariableAllOf) UnsetScope()
UnsetScope ensures that no value is present for Scope, not even an explicit nil
func (*WorkflowVariableAllOf) UnsetType ¶ added in v1.0.5
func (o *WorkflowVariableAllOf) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
type WorkflowsApiService ¶
type WorkflowsApiService service
WorkflowsApiService WorkflowsApi service
func (*WorkflowsApiService) DeleteWorkflow ¶
func (a *WorkflowsApiService) DeleteWorkflow(ctx _context.Context, id string) ApiDeleteWorkflowRequest
* DeleteWorkflow Delete a workflow. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiDeleteWorkflowRequest
func (*WorkflowsApiService) DeleteWorkflowExecute ¶
func (a *WorkflowsApiService) DeleteWorkflowExecute(r ApiDeleteWorkflowRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*WorkflowsApiService) ExportWorkflow ¶
func (a *WorkflowsApiService) ExportWorkflow(ctx _context.Context, id string) ApiExportWorkflowRequest
* ExportWorkflow Exports a workflow. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiExportWorkflowRequest
func (*WorkflowsApiService) ExportWorkflowExecute ¶
func (a *WorkflowsApiService) ExportWorkflowExecute(r ApiExportWorkflowRequest) (map[string]interface{}, *_nethttp.Response, error)
* Execute executes the request * @return map[string]interface{}
func (*WorkflowsApiService) GetWorkflow ¶
func (a *WorkflowsApiService) GetWorkflow(ctx _context.Context, id string) ApiGetWorkflowRequest
* GetWorkflow Returns a workflow. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetWorkflowRequest
func (*WorkflowsApiService) GetWorkflowExecute ¶
func (a *WorkflowsApiService) GetWorkflowExecute(r ApiGetWorkflowRequest) (Workflow, *_nethttp.Response, error)
* Execute executes the request * @return Workflow
func (*WorkflowsApiService) GetWorkflowStartConfig ¶
func (a *WorkflowsApiService) GetWorkflowStartConfig(ctx _context.Context, id string) ApiGetWorkflowStartConfigRequest
* GetWorkflowStartConfig Returns a workflow start config. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetWorkflowStartConfigRequest
func (*WorkflowsApiService) GetWorkflowStartConfigExecute ¶
func (a *WorkflowsApiService) GetWorkflowStartConfigExecute(r ApiGetWorkflowStartConfigRequest) (WorkflowStartConfig, *_nethttp.Response, error)
* Execute executes the request * @return WorkflowStartConfig
func (*WorkflowsApiService) GetWorkflowsList ¶
func (a *WorkflowsApiService) GetWorkflowsList(ctx _context.Context) ApiGetWorkflowsListRequest
* GetWorkflowsList Returns a list of workflows. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetWorkflowsListRequest
func (*WorkflowsApiService) GetWorkflowsListExecute ¶
func (a *WorkflowsApiService) GetWorkflowsListExecute(r ApiGetWorkflowsListRequest) ([]Workflow, *_nethttp.Response, error)
* Execute executes the request * @return []Workflow
func (*WorkflowsApiService) ImportWorkflow ¶
func (a *WorkflowsApiService) ImportWorkflow(ctx _context.Context) ApiImportWorkflowRequest
* ImportWorkflow Imports a workflow. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiImportWorkflowRequest
func (*WorkflowsApiService) ImportWorkflowExecute ¶
func (a *WorkflowsApiService) ImportWorkflowExecute(r ApiImportWorkflowRequest) (WorkflowMapping, *_nethttp.Response, error)
* Execute executes the request * @return WorkflowMapping
func (*WorkflowsApiService) StartWorkflow ¶
func (a *WorkflowsApiService) StartWorkflow(ctx _context.Context, id string) ApiStartWorkflowRequest
* StartWorkflow Starts a workflow. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiStartWorkflowRequest
func (*WorkflowsApiService) StartWorkflowExecute ¶
func (a *WorkflowsApiService) StartWorkflowExecute(r ApiStartWorkflowRequest) ([]StartWorkflowResponse, *_nethttp.Response, error)
* Execute executes the request * @return []StartWorkflowResponse
func (*WorkflowsApiService) UpdateWorkflow ¶
func (a *WorkflowsApiService) UpdateWorkflow(ctx _context.Context, id string) ApiUpdateWorkflowRequest
* UpdateWorkflow Updates a workflow. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiUpdateWorkflowRequest
func (*WorkflowsApiService) UpdateWorkflowExecute ¶
func (a *WorkflowsApiService) UpdateWorkflowExecute(r ApiUpdateWorkflowRequest) (WorkflowMapping, *_nethttp.Response, error)
* Execute executes the request * @return WorkflowMapping
func (*WorkflowsApiService) ValidateWorkflow ¶
func (a *WorkflowsApiService) ValidateWorkflow(ctx _context.Context, id string) ApiValidateWorkflowRequest
* ValidateWorkflow Validates a workflow. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiValidateWorkflowRequest
func (*WorkflowsApiService) ValidateWorkflowExecute ¶
func (a *WorkflowsApiService) ValidateWorkflowExecute(r ApiValidateWorkflowRequest) (ValidateWorkflowResponse, *_nethttp.Response, error)
* Execute executes the request * @return ValidateWorkflowResponse
Source Files
¶
- api_auditing_generic_events.go
- api_billing_cycles.go
- api_billing_events.go
- api_billing_prices.go
- api_device_templates.go
- api_devices.go
- api_health.go
- api_incident_change_requests.go
- api_incident_configurations.go
- api_incidents.go
- api_licensing_accounts.go
- api_licensing_configurations.go
- api_licensing_licenses.go
- api_offers.go
- api_products.go
- api_registration.go
- api_roles.go
- api_security.go
- api_services.go
- api_sites.go
- api_template_applications.go
- api_template_assignments.go
- api_templates.go
- api_tenants.go
- api_users.go
- api_validation.go
- api_vulnerabilities.go
- api_workflow_categories.go
- api_workflow_events.go
- api_workflow_instances.go
- api_workflow_schemas.go
- api_workflow_targets.go
- api_workflows.go
- client.go
- configuration.go
- model_access_token.go
- model_billing_costs_report.go
- model_billing_cycle.go
- model_billing_cycle_all_of.go
- model_billing_cycle_create.go
- model_billing_cycle_process.go
- model_billing_cycle_process_accepted.go
- model_billing_cycle_update.go
- model_billing_cycles_page.go
- model_billing_cycles_page_all_of.go
- model_billing_event.go
- model_billing_event_all_of.go
- model_billing_event_create.go
- model_billing_event_update.go
- model_billing_events_page.go
- model_billing_events_page_all_of.go
- model_billing_price.go
- model_billing_price_all_of.go
- model_billing_price_create.go
- model_billing_price_update.go
- model_billing_prices_page.go
- model_billing_prices_page_all_of.go
- model_catalog_assignment.go
- model_change_request.go
- model_change_request_all_of.go
- model_change_request_create.go
- model_change_request_summary.go
- model_change_request_update.go
- model_change_requests_page.go
- model_change_requests_page_all_of.go
- model_cost_summary.go
- model_device.go
- model_device_all_of.go
- model_device_compliance_state.go
- model_device_create.go
- model_device_create_all_of.go
- model_device_patch.go
- model_device_summary.go
- model_device_template.go
- model_device_template_access.go
- model_device_template_access_response.go
- model_device_template_attach_request.go
- model_device_template_batch_attach_request.go
- model_device_template_create.go
- model_device_template_details.go
- model_device_template_history.go
- model_device_template_history_summary.go
- model_device_template_update_details.go
- model_device_template_update_request.go
- model_device_template_version_create.go
- model_device_update.go
- model_device_update_all_of.go
- model_device_vulnerability_state.go
- model_devices_page.go
- model_devices_page_all_of.go
- model_error.go
- model_generic_event.go
- model_generic_event_all_of.go
- model_generic_event_create.go
- model_generic_event_security.go
- model_generic_event_severity.go
- model_generic_event_trace.go
- model_incident.go
- model_incident_all_of.go
- model_incident_cancel.go
- model_incident_config.go
- model_incident_config_patch.go
- model_incident_config_update.go
- model_incident_create.go
- model_incident_update.go
- model_incidents_page.go
- model_incidents_page_all_of.go
- model_legacy_absolute_config.go
- model_legacy_address.go
- model_legacy_nso_response_types.go
- model_legacy_relative_config.go
- model_legacy_schedule_config.go
- model_legacy_service_order.go
- model_legacy_service_order_detail.go
- model_legacy_service_order_response.go
- model_legacy_site.go
- model_legacy_site_device.go
- model_legacy_site_device_onboard.go
- model_legacy_subscription_detail.go
- model_license_details.go
- model_license_summary.go
- model_manage_change_request_pending.go
- model_name_value.go
- model_nso_config_data_x_path.go
- model_offer.go
- model_offer_all_of.go
- model_offer_create.go
- model_offer_update.go
- model_offers_page.go
- model_offers_page_all_of.go
- model_page_header.go
- model_product.go
- model_product_all_of.go
- model_product_create.go
- model_product_update.go
- model_products_page.go
- model_products_page_all_of.go
- model_resource_health.go
- model_resource_status.go
- model_resource_type.go
- model_role.go
- model_service.go
- model_service_all_of.go
- model_service_element.go
- model_service_element_price.go
- model_service_now_configuration.go
- model_service_now_configuration_create.go
- model_service_now_configuration_request.go
- model_service_now_configurations_page.go
- model_service_now_configurations_page_all_of.go
- model_service_slmui_config.go
- model_service_ui_config.go
- model_service_ui_link.go
- model_service_ui_resource.go
- model_service_update.go
- model_services_page.go
- model_services_page_all_of.go
- model_site.go
- model_site_address.go
- model_site_contact.go
- model_site_create.go
- model_site_create_all_of.go
- model_site_location.go
- model_site_status.go
- model_site_update.go
- model_sites_page.go
- model_sites_page_all_of.go
- model_smart_account_configuration.go
- model_smart_account_configuration_create.go
- model_smart_account_configuration_update.go
- model_smart_account_type.go
- model_smart_account_user.go
- model_smart_account_user_role.go
- model_smart_user_accounts.go
- model_smart_user_accounts_all_of.go
- model_start_workflow_response.go
- model_template.go
- model_template_application.go
- model_template_application_all_of.go
- model_template_application_create.go
- model_template_application_status_patch.go
- model_template_applications_page.go
- model_template_applications_page_all_of.go
- model_template_assignment.go
- model_template_assignment_all_of.go
- model_template_assignment_response.go
- model_template_assignment_response_all_of.go
- model_template_assignment_status_patch.go
- model_template_assignments_page.go
- model_template_assignments_page_all_of.go
- model_template_create.go
- model_template_parameter_validator.go
- model_template_patch.go
- model_template_status.go
- model_template_status_meta.go
- model_templates_page.go
- model_templates_page_all_of.go
- model_tenant.go
- model_tenant_all_of.go
- model_tenant_create.go
- model_tenant_create_all_of.go
- model_tenant_update.go
- model_tenants_page.go
- model_tenants_page_all_of.go
- model_update_password.go
- model_user.go
- model_user_all_of.go
- model_user_create.go
- model_user_create_all_of.go
- model_user_update.go
- model_users_page.go
- model_users_page_all_of.go
- model_validate_workflow_response.go
- model_vulnerabilities_page.go
- model_vulnerabilities_page_all_of.go
- model_vulnerabilities_registration_page.go
- model_vulnerabilities_registration_page_all_of.go
- model_vulnerability.go
- model_vulnerability_feed.go
- model_vulnerability_ingest_page.go
- model_vulnerability_ingest_page_all_of.go
- model_vulnerability_ingestion.go
- model_vulnerability_registration.go
- model_vulnerability_registration_all_of.go
- model_vulnerability_registration_create.go
- model_vulnerability_severity.go
- model_vulnerability_validation.go
- model_vulnerability_validation_page.go
- model_vulnerability_validation_page_all_of.go
- model_workflow.go
- model_workflow_access_meta.go
- model_workflow_access_meta_type.go
- model_workflow_action.go
- model_workflow_action_block.go
- model_workflow_all_of.go
- model_workflow_category.go
- model_workflow_category_all_of.go
- model_workflow_category_create.go
- model_workflow_category_update.go
- model_workflow_def_access_meta.go
- model_workflow_event.go
- model_workflow_event_all_of.go
- model_workflow_event_create.go
- model_workflow_event_update.go
- model_workflow_footer.go
- model_workflow_instance.go
- model_workflow_instance_all_of.go
- model_workflow_instance_delete_response.go
- model_workflow_mapping.go
- model_workflow_metadata.go
- model_workflow_metadata_git_info.go
- model_workflow_schema.go
- model_workflow_schema_all_of.go
- model_workflow_schema_by_type_response.go
- model_workflow_start_config.go
- model_workflow_target.go
- model_workflow_target_all_of.go
- model_workflow_target_create.go
- model_workflow_target_update.go
- model_workflow_variable.go
- model_workflow_variable_all_of.go
- response.go
- utils.go