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) GetFirstName() string
- func (o *AccessToken) GetFirstNameOk() (*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) HasFirstName() 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) SetFirstName(v string)
- 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)
- type ApiAddDevicesToSiteRequest
- type ApiAddServicesToSiteRequest
- type ApiAttachDeviceTemplatesRequest
- type ApiCancelWorkflowInstanceRequest
- type ApiCreateDeviceRequest
- type ApiCreateDeviceTemplateRequest
- type ApiCreateDeviceTemplateVersionRequest
- type ApiCreateGenericEventRequest
- type ApiCreateOfferRequest
- type ApiCreateProductRequest
- type ApiCreateSiteRequest
- 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 ApiDeleteDeviceRequest
- type ApiDeleteDeviceTemplateRequest
- type ApiDeleteOfferRequest
- type ApiDeleteProductRequest
- type ApiDeleteServiceRequest
- type ApiDeleteSiteRequest
- 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 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 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 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 ApiGetRoleByNameRequest
- type ApiGetRolesListRequest
- 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 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 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 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 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 ApiPatchDeviceRequest
- type ApiRedeployDeviceRequest
- 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 ApiUpdateDeviceRequest
- type ApiUpdateDeviceTemplateAccessRequest
- type ApiUpdateDeviceTemplatesRequest
- 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 ApiUpdateProductAssignmentsRequest
- type ApiUpdateProductRequest
- type ApiUpdateServiceRequest
- type ApiUpdateSiteRequest
- 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 ApiValidateWorkflowRequest
- type AuditingGenericEventsApiService
- type BasicAuth
- 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 Configuration
- 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) 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) 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) UnsetServiceType()
- func (o *Device) UnsetSubType()
- 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 DeviceBilling
- func (o *DeviceBilling) GetDeviceSpeedGrade() string
- func (o *DeviceBilling) GetDeviceSpeedGradeOk() (*string, bool)
- func (o *DeviceBilling) GetDeviceVnfSource() string
- func (o *DeviceBilling) GetDeviceVnfSourceOk() (*string, bool)
- func (o *DeviceBilling) GetVnfFlavor() string
- func (o *DeviceBilling) GetVnfFlavorOk() (*string, bool)
- func (o *DeviceBilling) GetVnfImage() string
- func (o *DeviceBilling) GetVnfImageOk() (*string, bool)
- func (o *DeviceBilling) GetVnfName() string
- func (o *DeviceBilling) GetVnfNameOk() (*string, bool)
- func (o *DeviceBilling) GetVnfValue() string
- func (o *DeviceBilling) GetVnfValueOk() (*string, bool)
- func (o DeviceBilling) MarshalJSON() ([]byte, error)
- func (o *DeviceBilling) SetDeviceSpeedGrade(v string)
- func (o *DeviceBilling) SetDeviceVnfSource(v string)
- func (o *DeviceBilling) SetVnfFlavor(v string)
- func (o *DeviceBilling) SetVnfImage(v string)
- func (o *DeviceBilling) SetVnfName(v string)
- func (o *DeviceBilling) SetVnfValue(v string)
- 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) 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) 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) UnsetServiceType()
- func (o *DeviceCreate) UnsetSubType()
- 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) SetSubscriptionId(v string)
- func (o *DeviceCreateAllOf) SetTenantId(v string)
- func (o *DeviceCreateAllOf) UnmarshalJSON(bytes []byte) (err error)
- 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 DeviceTemplateAllOf
- func (o *DeviceTemplateAllOf) GetCreatedOn() time.Time
- func (o *DeviceTemplateAllOf) GetCreatedOnOk() (*time.Time, bool)
- func (o *DeviceTemplateAllOf) GetId() string
- func (o *DeviceTemplateAllOf) GetIdOk() (*string, bool)
- func (o *DeviceTemplateAllOf) GetUserId() string
- func (o *DeviceTemplateAllOf) GetUserIdOk() (*string, bool)
- func (o *DeviceTemplateAllOf) HasCreatedOn() bool
- func (o *DeviceTemplateAllOf) HasId() bool
- func (o *DeviceTemplateAllOf) HasUserId() bool
- func (o DeviceTemplateAllOf) MarshalJSON() ([]byte, error)
- func (o *DeviceTemplateAllOf) SetCreatedOn(v time.Time)
- func (o *DeviceTemplateAllOf) SetId(v string)
- func (o *DeviceTemplateAllOf) SetUserId(v string)
- 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 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 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) 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 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 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 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 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 NullableDeviceBilling
- func (v NullableDeviceBilling) Get() *DeviceBilling
- func (v NullableDeviceBilling) IsSet() bool
- func (v NullableDeviceBilling) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceBilling) Set(val *DeviceBilling)
- func (v *NullableDeviceBilling) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceBilling) 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 NullableDeviceTemplateAllOf
- func (v NullableDeviceTemplateAllOf) Get() *DeviceTemplateAllOf
- func (v NullableDeviceTemplateAllOf) IsSet() bool
- func (v NullableDeviceTemplateAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceTemplateAllOf) Set(val *DeviceTemplateAllOf)
- func (v *NullableDeviceTemplateAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceTemplateAllOf) 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 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 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 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 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 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 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 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 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 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 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) HasPrice() 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) HasPrice() 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) HasPrice() 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) 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) 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) 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) 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) 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) SetTags(v []string)
- func (o *Product) SetUiConfig(v ServiceUIConfig)
- func (o *Product) SetVersion(v int32)
- func (o *Product) UnmarshalJSON(bytes []byte) (err error)
- 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) 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) 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) 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) 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) 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) SetTags(v []string)
- func (o *ProductCreate) SetUiConfig(v ServiceUIConfig)
- func (o *ProductCreate) SetVersion(v int32)
- func (o *ProductCreate) UnmarshalJSON(bytes []byte) (err error)
- 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) 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) 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) 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) 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) 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) SetTags(v []string)
- func (o *ProductUpdate) SetUiConfig(v ServiceUIConfig)
- func (o *ProductUpdate) SetVersion(v int32)
- func (o *ProductUpdate) UnmarshalJSON(bytes []byte) (err error)
- 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 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 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 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 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 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 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 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
DeviceTemplatesApi *DeviceTemplatesApiService
DevicesApi *DevicesApiService
HealthApi *HealthApiService
OffersApi *OffersApiService
ProductsApi *ProductsApiService
RolesApi *RolesApiService
SecurityApi *SecurityApiService
ServicesApi *ServicesApiService
SitesApi *SitesApiService
TenantsApi *TenantsApiService
UsersApi *UsersApiService
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.5 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"`
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) 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) 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) HasFirstName ¶
func (o *AccessToken) HasFirstName() bool
HasFirstName 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) SetFirstName ¶
func (o *AccessToken) SetFirstName(v string)
SetFirstName gets a reference to the given string and assigns it to the FirstName field.
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)
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 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 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 ApiCancelWorkflowInstanceRequest ¶
type ApiCancelWorkflowInstanceRequest struct {
ApiService *WorkflowInstancesApiService
// contains filtered or unexported fields
}
func (ApiCancelWorkflowInstanceRequest) Execute ¶
func (r ApiCancelWorkflowInstanceRequest) Execute() (WorkflowInstance, *_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 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 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 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 ApiDeleteDeviceRequest ¶
type ApiDeleteDeviceRequest struct {
ApiService *DevicesApiService
// contains filtered or unexported fields
}
type ApiDeleteDeviceTemplateRequest ¶
type ApiDeleteDeviceTemplateRequest struct {
ApiService *DeviceTemplatesApiService
// contains filtered or unexported fields
}
type ApiDeleteOfferRequest ¶
type ApiDeleteOfferRequest struct {
ApiService *OffersApiService
// contains filtered or unexported fields
}
type ApiDeleteProductRequest ¶
type ApiDeleteProductRequest struct {
ApiService *ProductsApiService
// 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 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 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 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 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 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 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 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 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 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 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 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 ApiRedeployDeviceRequest ¶
type ApiRedeployDeviceRequest struct {
ApiService *DevicesApiService
// contains filtered or unexported fields
}
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 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 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 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 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 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 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 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 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 *string `json:"serviceInstanceId,omitempty"`
SubscriptionId *string `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.
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.
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.
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.
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 string and assigns it to the ServiceInstanceId field.
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 string and assigns it to the SubscriptionId field.
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) 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) 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 DeviceBilling ¶
type DeviceBilling struct {
DeviceSpeedGrade string `json:"deviceSpeedGrade"`
DeviceVnfSource string `json:"deviceVnfSource"`
VnfFlavor string `json:"vnfFlavor"`
VnfImage string `json:"vnfImage"`
VnfName string `json:"vnfName"`
VnfValue string `json:"vnfValue"`
}
DeviceBilling struct for DeviceBilling
func NewDeviceBilling ¶
func NewDeviceBilling(deviceSpeedGrade string, deviceVnfSource string, vnfFlavor string, vnfImage string, vnfName string, vnfValue string) *DeviceBilling
NewDeviceBilling instantiates a new DeviceBilling object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeviceBillingWithDefaults ¶
func NewDeviceBillingWithDefaults() *DeviceBilling
NewDeviceBillingWithDefaults instantiates a new DeviceBilling object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeviceBilling) GetDeviceSpeedGrade ¶
func (o *DeviceBilling) GetDeviceSpeedGrade() string
GetDeviceSpeedGrade returns the DeviceSpeedGrade field value
func (*DeviceBilling) GetDeviceSpeedGradeOk ¶
func (o *DeviceBilling) GetDeviceSpeedGradeOk() (*string, bool)
GetDeviceSpeedGradeOk returns a tuple with the DeviceSpeedGrade field value and a boolean to check if the value has been set.
func (*DeviceBilling) GetDeviceVnfSource ¶
func (o *DeviceBilling) GetDeviceVnfSource() string
GetDeviceVnfSource returns the DeviceVnfSource field value
func (*DeviceBilling) GetDeviceVnfSourceOk ¶
func (o *DeviceBilling) GetDeviceVnfSourceOk() (*string, bool)
GetDeviceVnfSourceOk returns a tuple with the DeviceVnfSource field value and a boolean to check if the value has been set.
func (*DeviceBilling) GetVnfFlavor ¶
func (o *DeviceBilling) GetVnfFlavor() string
GetVnfFlavor returns the VnfFlavor field value
func (*DeviceBilling) GetVnfFlavorOk ¶
func (o *DeviceBilling) GetVnfFlavorOk() (*string, bool)
GetVnfFlavorOk returns a tuple with the VnfFlavor field value and a boolean to check if the value has been set.
func (*DeviceBilling) GetVnfImage ¶
func (o *DeviceBilling) GetVnfImage() string
GetVnfImage returns the VnfImage field value
func (*DeviceBilling) GetVnfImageOk ¶
func (o *DeviceBilling) GetVnfImageOk() (*string, bool)
GetVnfImageOk returns a tuple with the VnfImage field value and a boolean to check if the value has been set.
func (*DeviceBilling) GetVnfName ¶
func (o *DeviceBilling) GetVnfName() string
GetVnfName returns the VnfName field value
func (*DeviceBilling) GetVnfNameOk ¶
func (o *DeviceBilling) GetVnfNameOk() (*string, bool)
GetVnfNameOk returns a tuple with the VnfName field value and a boolean to check if the value has been set.
func (*DeviceBilling) GetVnfValue ¶
func (o *DeviceBilling) GetVnfValue() string
GetVnfValue returns the VnfValue field value
func (*DeviceBilling) GetVnfValueOk ¶
func (o *DeviceBilling) GetVnfValueOk() (*string, bool)
GetVnfValueOk returns a tuple with the VnfValue field value and a boolean to check if the value has been set.
func (DeviceBilling) MarshalJSON ¶
func (o DeviceBilling) MarshalJSON() ([]byte, error)
func (*DeviceBilling) SetDeviceSpeedGrade ¶
func (o *DeviceBilling) SetDeviceSpeedGrade(v string)
SetDeviceSpeedGrade sets field value
func (*DeviceBilling) SetDeviceVnfSource ¶
func (o *DeviceBilling) SetDeviceVnfSource(v string)
SetDeviceVnfSource sets field value
func (*DeviceBilling) SetVnfFlavor ¶
func (o *DeviceBilling) SetVnfFlavor(v string)
SetVnfFlavor sets field value
func (*DeviceBilling) SetVnfImage ¶
func (o *DeviceBilling) SetVnfImage(v string)
SetVnfImage sets field value
func (*DeviceBilling) SetVnfName ¶
func (o *DeviceBilling) SetVnfName(v string)
SetVnfName sets field value
func (*DeviceBilling) SetVnfValue ¶
func (o *DeviceBilling) SetVnfValue(v string)
SetVnfValue sets field value
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 *string `json:"serviceInstanceId,omitempty"`
SubscriptionId *string `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.
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.
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.
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.
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) 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 string and assigns it to the ServiceInstanceId field.
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 string and assigns it to the SubscriptionId field.
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) 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) 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 *string `json:"serviceInstanceId,omitempty"`
SubscriptionId *string `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.
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.
func (*DeviceCreateAllOf) GetSubscriptionId ¶
func (o *DeviceCreateAllOf) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.
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.
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 string and assigns it to the ServiceInstanceId field.
func (*DeviceCreateAllOf) SetSubscriptionId ¶
func (o *DeviceCreateAllOf) SetSubscriptionId(v string)
SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.
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)
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 DeviceTemplateAllOf ¶
type DeviceTemplateAllOf struct {
Id *string `json:"id,omitempty"`
UserId *string `json:"userId,omitempty"`
CreatedOn *time.Time `json:"createdOn,omitempty"`
}
DeviceTemplateAllOf struct for DeviceTemplateAllOf
func NewDeviceTemplateAllOf ¶
func NewDeviceTemplateAllOf() *DeviceTemplateAllOf
NewDeviceTemplateAllOf instantiates a new DeviceTemplateAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeviceTemplateAllOfWithDefaults ¶
func NewDeviceTemplateAllOfWithDefaults() *DeviceTemplateAllOf
NewDeviceTemplateAllOfWithDefaults instantiates a new DeviceTemplateAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeviceTemplateAllOf) GetCreatedOn ¶
func (o *DeviceTemplateAllOf) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*DeviceTemplateAllOf) GetCreatedOnOk ¶
func (o *DeviceTemplateAllOf) 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 (*DeviceTemplateAllOf) GetId ¶
func (o *DeviceTemplateAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*DeviceTemplateAllOf) GetIdOk ¶
func (o *DeviceTemplateAllOf) 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 (*DeviceTemplateAllOf) GetUserId ¶
func (o *DeviceTemplateAllOf) GetUserId() string
GetUserId returns the UserId field value if set, zero value otherwise.
func (*DeviceTemplateAllOf) GetUserIdOk ¶
func (o *DeviceTemplateAllOf) 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 (*DeviceTemplateAllOf) HasCreatedOn ¶
func (o *DeviceTemplateAllOf) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*DeviceTemplateAllOf) HasId ¶
func (o *DeviceTemplateAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (*DeviceTemplateAllOf) HasUserId ¶
func (o *DeviceTemplateAllOf) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (DeviceTemplateAllOf) MarshalJSON ¶
func (o DeviceTemplateAllOf) MarshalJSON() ([]byte, error)
func (*DeviceTemplateAllOf) SetCreatedOn ¶
func (o *DeviceTemplateAllOf) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*DeviceTemplateAllOf) SetId ¶
func (o *DeviceTemplateAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*DeviceTemplateAllOf) SetUserId ¶
func (o *DeviceTemplateAllOf) SetUserId(v string)
SetUserId gets a reference to the given string and assigns it to the UserId field.
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 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 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) 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) 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 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 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 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 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 NullableDeviceBilling ¶
type NullableDeviceBilling struct {
// contains filtered or unexported fields
}
func NewNullableDeviceBilling ¶
func NewNullableDeviceBilling(val *DeviceBilling) *NullableDeviceBilling
func (NullableDeviceBilling) Get ¶
func (v NullableDeviceBilling) Get() *DeviceBilling
func (NullableDeviceBilling) IsSet ¶
func (v NullableDeviceBilling) IsSet() bool
func (NullableDeviceBilling) MarshalJSON ¶
func (v NullableDeviceBilling) MarshalJSON() ([]byte, error)
func (*NullableDeviceBilling) Set ¶
func (v *NullableDeviceBilling) Set(val *DeviceBilling)
func (*NullableDeviceBilling) UnmarshalJSON ¶
func (v *NullableDeviceBilling) UnmarshalJSON(src []byte) error
func (*NullableDeviceBilling) Unset ¶
func (v *NullableDeviceBilling) 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 NullableDeviceTemplateAllOf ¶
type NullableDeviceTemplateAllOf struct {
// contains filtered or unexported fields
}
func NewNullableDeviceTemplateAllOf ¶
func NewNullableDeviceTemplateAllOf(val *DeviceTemplateAllOf) *NullableDeviceTemplateAllOf
func (NullableDeviceTemplateAllOf) Get ¶
func (v NullableDeviceTemplateAllOf) Get() *DeviceTemplateAllOf
func (NullableDeviceTemplateAllOf) IsSet ¶
func (v NullableDeviceTemplateAllOf) IsSet() bool
func (NullableDeviceTemplateAllOf) MarshalJSON ¶
func (v NullableDeviceTemplateAllOf) MarshalJSON() ([]byte, error)
func (*NullableDeviceTemplateAllOf) Set ¶
func (v *NullableDeviceTemplateAllOf) Set(val *DeviceTemplateAllOf)
func (*NullableDeviceTemplateAllOf) UnmarshalJSON ¶
func (v *NullableDeviceTemplateAllOf) UnmarshalJSON(src []byte) error
func (*NullableDeviceTemplateAllOf) Unset ¶
func (v *NullableDeviceTemplateAllOf) 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 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 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 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 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 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 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 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 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 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 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"`
Price *string `json:"price,omitempty"`
Type *string `json:"type,omitempty"`
SupportedProperties []string `json:"supportedProperties"`
SupportedOptions []NameValue `json:"supportedOptions"`
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, image string, supportedProperties []string, supportedOptions []NameValue) *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 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
func (*Offer) GetSupportedOptionsOk ¶
GetSupportedOptionsOk returns a tuple with the SupportedOptions field value and a boolean to check if the value has been set.
func (*Offer) GetSupportedProperties ¶
GetSupportedProperties returns the SupportedProperties field value
func (*Offer) GetSupportedPropertiesOk ¶
GetSupportedPropertiesOk returns a tuple with the SupportedProperties field value 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) 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) SetPrice ¶
SetPrice gets a reference to the given string and assigns it to the Price field.
func (*Offer) SetSupportedOptions ¶
SetSupportedOptions sets field value
func (*Offer) SetSupportedProperties ¶
SetSupportedProperties sets field value
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"`
Price *string `json:"price,omitempty"`
Type *string `json:"type,omitempty"`
SupportedProperties []string `json:"supportedProperties"`
SupportedOptions []NameValue `json:"supportedOptions"`
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, image string, supportedProperties []string, supportedOptions []NameValue) *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
func (*OfferCreate) GetImageOk ¶
func (o *OfferCreate) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value 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
func (*OfferCreate) GetSupportedOptionsOk ¶
func (o *OfferCreate) GetSupportedOptionsOk() (*[]NameValue, bool)
GetSupportedOptionsOk returns a tuple with the SupportedOptions field value 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
func (*OfferCreate) GetSupportedPropertiesOk ¶
func (o *OfferCreate) GetSupportedPropertiesOk() (*[]string, bool)
GetSupportedPropertiesOk returns a tuple with the SupportedProperties field value 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) HasPrice ¶
func (o *OfferCreate) HasPrice() bool
HasPrice 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) 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 sets field value
func (*OfferCreate) SetSupportedProperties ¶
func (o *OfferCreate) SetSupportedProperties(v []string)
SetSupportedProperties sets field value
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"`
Price *string `json:"price,omitempty"`
Type *string `json:"type,omitempty"`
SupportedProperties []string `json:"supportedProperties"`
SupportedOptions []NameValue `json:"supportedOptions"`
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, image string, supportedProperties []string, supportedOptions []NameValue) *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
func (*OfferUpdate) GetImageOk ¶
func (o *OfferUpdate) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value 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
func (*OfferUpdate) GetSupportedOptionsOk ¶
func (o *OfferUpdate) GetSupportedOptionsOk() (*[]NameValue, bool)
GetSupportedOptionsOk returns a tuple with the SupportedOptions field value 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
func (*OfferUpdate) GetSupportedPropertiesOk ¶
func (o *OfferUpdate) GetSupportedPropertiesOk() (*[]string, bool)
GetSupportedPropertiesOk returns a tuple with the SupportedProperties field value 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) HasPrice ¶
func (o *OfferUpdate) HasPrice() bool
HasPrice 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) 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 sets field value
func (*OfferUpdate) SetSupportedProperties ¶
func (o *OfferUpdate) SetSupportedProperties(v []string)
SetSupportedProperties sets field value
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"`
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) 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) 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) 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) 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) 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) 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
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"`
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) 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) 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) 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) 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) 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) 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)
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"`
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) 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) 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) 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) 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) 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) 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)
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 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 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 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 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 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 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 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) 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) 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_device_templates.go
- api_devices.go
- api_health.go
- api_offers.go
- api_products.go
- api_roles.go
- api_security.go
- api_services.go
- api_sites.go
- api_tenants.go
- api_users.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_catalog_assignment.go
- model_device.go
- model_device_all_of.go
- model_device_billing.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_all_of.go
- model_device_template_attach_request.go
- model_device_template_create.go
- model_device_template_details.go
- model_device_template_history.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_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_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_ui_config.go
- model_service_ui_link.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_start_workflow_response.go
- model_template_parameter_validator.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_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