Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- 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 ApiCreateSubscriptionAsyncRequest
- func (r ApiCreateSubscriptionAsyncRequest) CreateSubscriptionRequestPayload(createSubscriptionRequestPayload CreateSubscriptionRequestPayload) ApiCreateSubscriptionAsyncRequest
- func (r ApiCreateSubscriptionAsyncRequest) Execute() (*http.Response, error)
- func (r ApiCreateSubscriptionAsyncRequest) SAPPASSPORT(sAPPASSPORT string) ApiCreateSubscriptionAsyncRequest
- type ApiDeleteApplicationAndTenantSubscriptionAsyncRequest
- func (r ApiDeleteApplicationAndTenantSubscriptionAsyncRequest) Authorization(authorization string) ApiDeleteApplicationAndTenantSubscriptionAsyncRequest
- func (r ApiDeleteApplicationAndTenantSubscriptionAsyncRequest) ContentType(contentType string) ApiDeleteApplicationAndTenantSubscriptionAsyncRequest
- func (r ApiDeleteApplicationAndTenantSubscriptionAsyncRequest) Execute() (string, *http.Response, error)
- type ApiDeleteSubscriptionAsyncRequest
- type ApiDeleteSubscriptionLabelsRequest
- type ApiExceptionResponseObject
- func (o *ApiExceptionResponseObject) GetError() ApiExceptionResponseObjectError
- func (o *ApiExceptionResponseObject) GetErrorOk() (*ApiExceptionResponseObjectError, bool)
- func (o *ApiExceptionResponseObject) HasError() bool
- func (o ApiExceptionResponseObject) MarshalJSON() ([]byte, error)
- func (o *ApiExceptionResponseObject) SetError(v ApiExceptionResponseObjectError)
- func (o ApiExceptionResponseObject) ToMap() (map[string]interface{}, error)
- type ApiExceptionResponseObjectError
- func (o *ApiExceptionResponseObjectError) GetCode() int32
- func (o *ApiExceptionResponseObjectError) GetCodeOk() (*int32, bool)
- func (o *ApiExceptionResponseObjectError) GetCorrelationID() string
- func (o *ApiExceptionResponseObjectError) GetCorrelationIDOk() (*string, bool)
- func (o *ApiExceptionResponseObjectError) GetDescription() map[string]interface{}
- func (o *ApiExceptionResponseObjectError) GetDescriptionOk() (map[string]interface{}, bool)
- func (o *ApiExceptionResponseObjectError) GetDetails() []NestingErrorDetailsResponseObject
- func (o *ApiExceptionResponseObjectError) GetDetailsOk() ([]NestingErrorDetailsResponseObject, bool)
- func (o *ApiExceptionResponseObjectError) GetMessage() string
- func (o *ApiExceptionResponseObjectError) GetMessageOk() (*string, bool)
- func (o *ApiExceptionResponseObjectError) GetTarget() string
- func (o *ApiExceptionResponseObjectError) GetTargetOk() (*string, bool)
- func (o *ApiExceptionResponseObjectError) HasDescription() bool
- func (o *ApiExceptionResponseObjectError) HasDetails() bool
- func (o *ApiExceptionResponseObjectError) HasTarget() bool
- func (o ApiExceptionResponseObjectError) MarshalJSON() ([]byte, error)
- func (o *ApiExceptionResponseObjectError) SetCode(v int32)
- func (o *ApiExceptionResponseObjectError) SetCorrelationID(v string)
- func (o *ApiExceptionResponseObjectError) SetDescription(v map[string]interface{})
- func (o *ApiExceptionResponseObjectError) SetDetails(v []NestingErrorDetailsResponseObject)
- func (o *ApiExceptionResponseObjectError) SetMessage(v string)
- func (o *ApiExceptionResponseObjectError) SetTarget(v string)
- func (o ApiExceptionResponseObjectError) ToMap() (map[string]interface{}, error)
- func (o *ApiExceptionResponseObjectError) UnmarshalJSON(data []byte) (err error)
- type ApiGetApplicationDetailsRequest
- type ApiGetApplicationSubscriptionsRequest
- func (r ApiGetApplicationSubscriptionsRequest) Authorization(authorization string) ApiGetApplicationSubscriptionsRequest
- func (r ApiGetApplicationSubscriptionsRequest) ContentType(contentType string) ApiGetApplicationSubscriptionsRequest
- func (r ApiGetApplicationSubscriptionsRequest) Execute() (*SubscriptionsListResponseObject, *http.Response, error)
- func (r ApiGetApplicationSubscriptionsRequest) GlobalAccountId(globalAccountId string) ApiGetApplicationSubscriptionsRequest
- func (r ApiGetApplicationSubscriptionsRequest) Page(page int32) ApiGetApplicationSubscriptionsRequest
- func (r ApiGetApplicationSubscriptionsRequest) Size(size string) ApiGetApplicationSubscriptionsRequest
- func (r ApiGetApplicationSubscriptionsRequest) State(state string) ApiGetApplicationSubscriptionsRequest
- func (r ApiGetApplicationSubscriptionsRequest) SubaccountId(subaccountId string) ApiGetApplicationSubscriptionsRequest
- func (r ApiGetApplicationSubscriptionsRequest) TenantId(tenantId string) ApiGetApplicationSubscriptionsRequest
- type ApiGetEntitledApplicationRequest
- func (r ApiGetEntitledApplicationRequest) AcceptLanguage(acceptLanguage string) ApiGetEntitledApplicationRequest
- func (r ApiGetEntitledApplicationRequest) Execute() (*EntitledApplicationsResponseObject, *http.Response, error)
- func (r ApiGetEntitledApplicationRequest) PlanName(planName string) ApiGetEntitledApplicationRequest
- type ApiGetEntitledApplicationsRequest
- type ApiGetJobRelatedToSaasApplicationByIdRequest
- type ApiGetStatusRequest
- type ApiGetSubscriptionLabelsRequest
- type ApiSubscriptionCallbackAsyncRequest
- type ApiUpdateApplicationAndTenantSubscriptionAsyncRequest
- func (r ApiUpdateApplicationAndTenantSubscriptionAsyncRequest) Authorization(authorization string) ApiUpdateApplicationAndTenantSubscriptionAsyncRequest
- func (r ApiUpdateApplicationAndTenantSubscriptionAsyncRequest) ContentType(contentType string) ApiUpdateApplicationAndTenantSubscriptionAsyncRequest
- func (r ApiUpdateApplicationAndTenantSubscriptionAsyncRequest) Execute() (string, *http.Response, error)
- func (r ApiUpdateApplicationAndTenantSubscriptionAsyncRequest) SkipUnchangedDependencies(skipUnchangedDependencies bool) ApiUpdateApplicationAndTenantSubscriptionAsyncRequest
- func (r ApiUpdateApplicationAndTenantSubscriptionAsyncRequest) SkipUpdatingDependencies(skipUpdatingDependencies bool) ApiUpdateApplicationAndTenantSubscriptionAsyncRequest
- func (r ApiUpdateApplicationAndTenantSubscriptionAsyncRequest) UpdateApplicationDependenciesRequestPayload(...) ApiUpdateApplicationAndTenantSubscriptionAsyncRequest
- func (r ApiUpdateApplicationAndTenantSubscriptionAsyncRequest) UpdateApplicationURL(updateApplicationURL bool) ApiUpdateApplicationAndTenantSubscriptionAsyncRequest
- type ApiUpdateSubscriptionParametersAsyncRequest
- type ApiUpsertSubscriptionLabelsRequest
- type ApplicationOperationsForAppProvidersAPI
- type ApplicationOperationsForAppProvidersAPIService
- func (a *ApplicationOperationsForAppProvidersAPIService) DeleteApplicationAndTenantSubscriptionAsync(ctx context.Context, tenantId string) ApiDeleteApplicationAndTenantSubscriptionAsyncRequest
- func (a *ApplicationOperationsForAppProvidersAPIService) DeleteApplicationAndTenantSubscriptionAsyncExecute(r ApiDeleteApplicationAndTenantSubscriptionAsyncRequest) (string, *http.Response, error)
- func (a *ApplicationOperationsForAppProvidersAPIService) GetApplicationDetails(ctx context.Context) ApiGetApplicationDetailsRequest
- func (a *ApplicationOperationsForAppProvidersAPIService) GetApplicationDetailsExecute(r ApiGetApplicationDetailsRequest) (*RegistrationDetailsResponseObject, *http.Response, error)
- func (a *ApplicationOperationsForAppProvidersAPIService) GetApplicationSubscriptions(ctx context.Context) ApiGetApplicationSubscriptionsRequest
- func (a *ApplicationOperationsForAppProvidersAPIService) GetApplicationSubscriptionsExecute(r ApiGetApplicationSubscriptionsRequest) (*SubscriptionsListResponseObject, *http.Response, error)
- func (a *ApplicationOperationsForAppProvidersAPIService) UpdateApplicationAndTenantSubscriptionAsync(ctx context.Context, tenantId string) ApiUpdateApplicationAndTenantSubscriptionAsyncRequest
- func (a *ApplicationOperationsForAppProvidersAPIService) UpdateApplicationAndTenantSubscriptionAsyncExecute(r ApiUpdateApplicationAndTenantSubscriptionAsyncRequest) (string, *http.Response, error)
- type ApplicationResourceDto
- func (o *ApplicationResourceDto) GetName() string
- func (o *ApplicationResourceDto) GetNameOk() (*string, bool)
- func (o *ApplicationResourceDto) GetPath() string
- func (o *ApplicationResourceDto) GetPathOk() (*string, bool)
- func (o *ApplicationResourceDto) HasName() bool
- func (o *ApplicationResourceDto) HasPath() bool
- func (o ApplicationResourceDto) MarshalJSON() ([]byte, error)
- func (o *ApplicationResourceDto) SetName(v string)
- func (o *ApplicationResourceDto) SetPath(v string)
- func (o ApplicationResourceDto) ToMap() (map[string]interface{}, error)
- type ApplicationSubscriptionsResponseObject
- func (o *ApplicationSubscriptionsResponseObject) GetAmount() int64
- func (o *ApplicationSubscriptionsResponseObject) GetAmountOk() (*int64, bool)
- func (o *ApplicationSubscriptionsResponseObject) GetAppId() string
- func (o *ApplicationSubscriptionsResponseObject) GetAppIdOk() (*string, bool)
- func (o *ApplicationSubscriptionsResponseObject) GetAppName() string
- func (o *ApplicationSubscriptionsResponseObject) GetAppNameBeforeMovedFromSaasProvisioning() string
- func (o *ApplicationSubscriptionsResponseObject) GetAppNameBeforeMovedFromSaasProvisioningOk() (*string, bool)
- func (o *ApplicationSubscriptionsResponseObject) GetAppNameOk() (*string, bool)
- func (o *ApplicationSubscriptionsResponseObject) GetChangedOn() string
- func (o *ApplicationSubscriptionsResponseObject) GetChangedOnOk() (*string, bool)
- func (o *ApplicationSubscriptionsResponseObject) GetCode() string
- func (o *ApplicationSubscriptionsResponseObject) GetCodeOk() (*string, bool)
- func (o *ApplicationSubscriptionsResponseObject) GetCommercialAppName() string
- func (o *ApplicationSubscriptionsResponseObject) GetCommercialAppNameOk() (*string, bool)
- func (o *ApplicationSubscriptionsResponseObject) GetConsumerTenantId() string
- func (o *ApplicationSubscriptionsResponseObject) GetConsumerTenantIdOk() (*string, bool)
- func (o *ApplicationSubscriptionsResponseObject) GetCreatedOn() string
- func (o *ApplicationSubscriptionsResponseObject) GetCreatedOnOk() (*string, bool)
- func (o *ApplicationSubscriptionsResponseObject) GetDependencies() []DependenciesResponseObject
- func (o *ApplicationSubscriptionsResponseObject) GetDependenciesOk() ([]DependenciesResponseObject, bool)
- func (o *ApplicationSubscriptionsResponseObject) GetError() string
- func (o *ApplicationSubscriptionsResponseObject) GetErrorOk() (*string, bool)
- func (o *ApplicationSubscriptionsResponseObject) GetGlobalAccountId() string
- func (o *ApplicationSubscriptionsResponseObject) GetGlobalAccountIdOk() (*string, bool)
- func (o *ApplicationSubscriptionsResponseObject) GetIsConsumerTenantActive() bool
- func (o *ApplicationSubscriptionsResponseObject) GetIsConsumerTenantActiveOk() (*bool, bool)
- func (o *ApplicationSubscriptionsResponseObject) GetLicenseType() string
- func (o *ApplicationSubscriptionsResponseObject) GetLicenseTypeOk() (*string, bool)
- func (o *ApplicationSubscriptionsResponseObject) GetMovedFromSaasProvisioning() bool
- func (o *ApplicationSubscriptionsResponseObject) GetMovedFromSaasProvisioningOk() (*bool, bool)
- func (o *ApplicationSubscriptionsResponseObject) GetServiceInstanceId() string
- func (o *ApplicationSubscriptionsResponseObject) GetServiceInstanceIdOk() (*string, bool)
- func (o *ApplicationSubscriptionsResponseObject) GetState() string
- func (o *ApplicationSubscriptionsResponseObject) GetStateOk() (*string, bool)
- func (o *ApplicationSubscriptionsResponseObject) GetSubaccountId() string
- func (o *ApplicationSubscriptionsResponseObject) GetSubaccountIdOk() (*string, bool)
- func (o *ApplicationSubscriptionsResponseObject) GetSubdomain() string
- func (o *ApplicationSubscriptionsResponseObject) GetSubdomainOk() (*string, bool)
- func (o *ApplicationSubscriptionsResponseObject) GetSubscriptionGUID() string
- func (o *ApplicationSubscriptionsResponseObject) GetSubscriptionGUIDOk() (*string, bool)
- func (o *ApplicationSubscriptionsResponseObject) GetUrl() string
- func (o *ApplicationSubscriptionsResponseObject) GetUrlOk() (*string, bool)
- func (o *ApplicationSubscriptionsResponseObject) HasAmount() bool
- func (o *ApplicationSubscriptionsResponseObject) HasAppId() bool
- func (o *ApplicationSubscriptionsResponseObject) HasAppName() bool
- func (o *ApplicationSubscriptionsResponseObject) HasAppNameBeforeMovedFromSaasProvisioning() bool
- func (o *ApplicationSubscriptionsResponseObject) HasChangedOn() bool
- func (o *ApplicationSubscriptionsResponseObject) HasCode() bool
- func (o *ApplicationSubscriptionsResponseObject) HasCommercialAppName() bool
- func (o *ApplicationSubscriptionsResponseObject) HasConsumerTenantId() bool
- func (o *ApplicationSubscriptionsResponseObject) HasCreatedOn() bool
- func (o *ApplicationSubscriptionsResponseObject) HasDependencies() bool
- func (o *ApplicationSubscriptionsResponseObject) HasError() bool
- func (o *ApplicationSubscriptionsResponseObject) HasGlobalAccountId() bool
- func (o *ApplicationSubscriptionsResponseObject) HasIsConsumerTenantActive() bool
- func (o *ApplicationSubscriptionsResponseObject) HasLicenseType() bool
- func (o *ApplicationSubscriptionsResponseObject) HasMovedFromSaasProvisioning() bool
- func (o *ApplicationSubscriptionsResponseObject) HasServiceInstanceId() bool
- func (o *ApplicationSubscriptionsResponseObject) HasState() bool
- func (o *ApplicationSubscriptionsResponseObject) HasSubaccountId() bool
- func (o *ApplicationSubscriptionsResponseObject) HasSubdomain() bool
- func (o *ApplicationSubscriptionsResponseObject) HasSubscriptionGUID() bool
- func (o *ApplicationSubscriptionsResponseObject) HasUrl() bool
- func (o ApplicationSubscriptionsResponseObject) MarshalJSON() ([]byte, error)
- func (o *ApplicationSubscriptionsResponseObject) SetAmount(v int64)
- func (o *ApplicationSubscriptionsResponseObject) SetAppId(v string)
- func (o *ApplicationSubscriptionsResponseObject) SetAppName(v string)
- func (o *ApplicationSubscriptionsResponseObject) SetAppNameBeforeMovedFromSaasProvisioning(v string)
- func (o *ApplicationSubscriptionsResponseObject) SetChangedOn(v string)
- func (o *ApplicationSubscriptionsResponseObject) SetCode(v string)
- func (o *ApplicationSubscriptionsResponseObject) SetCommercialAppName(v string)
- func (o *ApplicationSubscriptionsResponseObject) SetConsumerTenantId(v string)
- func (o *ApplicationSubscriptionsResponseObject) SetCreatedOn(v string)
- func (o *ApplicationSubscriptionsResponseObject) SetDependencies(v []DependenciesResponseObject)
- func (o *ApplicationSubscriptionsResponseObject) SetError(v string)
- func (o *ApplicationSubscriptionsResponseObject) SetGlobalAccountId(v string)
- func (o *ApplicationSubscriptionsResponseObject) SetIsConsumerTenantActive(v bool)
- func (o *ApplicationSubscriptionsResponseObject) SetLicenseType(v string)
- func (o *ApplicationSubscriptionsResponseObject) SetMovedFromSaasProvisioning(v bool)
- func (o *ApplicationSubscriptionsResponseObject) SetServiceInstanceId(v string)
- func (o *ApplicationSubscriptionsResponseObject) SetState(v string)
- func (o *ApplicationSubscriptionsResponseObject) SetSubaccountId(v string)
- func (o *ApplicationSubscriptionsResponseObject) SetSubdomain(v string)
- func (o *ApplicationSubscriptionsResponseObject) SetSubscriptionGUID(v string)
- func (o *ApplicationSubscriptionsResponseObject) SetUrl(v string)
- func (o ApplicationSubscriptionsResponseObject) ToMap() (map[string]interface{}, error)
- type AsynchronousCallbackOperationsForXSUAAAPI
- type AsynchronousCallbackOperationsForXSUAAAPIService
- func (a *AsynchronousCallbackOperationsForXSUAAAPIService) SubscriptionCallbackAsync(ctx context.Context, identifier string) ApiSubscriptionCallbackAsyncRequest
- func (a *AsynchronousCallbackOperationsForXSUAAAPIService) SubscriptionCallbackAsyncExecute(r ApiSubscriptionCallbackAsyncRequest) (string, *http.Response, error)
- type BasicAuth
- type Configuration
- type CreateSubscriptionRequestPayload
- func (o *CreateSubscriptionRequestPayload) GetPlanName() string
- func (o *CreateSubscriptionRequestPayload) GetPlanNameOk() (*string, bool)
- func (o *CreateSubscriptionRequestPayload) GetSubscriptionParams() map[string]map[string]interface{}
- func (o *CreateSubscriptionRequestPayload) GetSubscriptionParamsOk() (map[string]map[string]interface{}, bool)
- func (o *CreateSubscriptionRequestPayload) HasPlanName() bool
- func (o *CreateSubscriptionRequestPayload) HasSubscriptionParams() bool
- func (o CreateSubscriptionRequestPayload) MarshalJSON() ([]byte, error)
- func (o *CreateSubscriptionRequestPayload) SetPlanName(v string)
- func (o *CreateSubscriptionRequestPayload) SetSubscriptionParams(v map[string]map[string]interface{})
- func (o CreateSubscriptionRequestPayload) ToMap() (map[string]interface{}, error)
- type DependenciesResponseObject
- func (o *DependenciesResponseObject) GetAppId() string
- func (o *DependenciesResponseObject) GetAppIdOk() (*string, bool)
- func (o *DependenciesResponseObject) GetAppName() string
- func (o *DependenciesResponseObject) GetAppNameOk() (*string, bool)
- func (o *DependenciesResponseObject) GetDependencies() []DependenciesResponseObject
- func (o *DependenciesResponseObject) GetDependenciesOk() ([]DependenciesResponseObject, bool)
- func (o *DependenciesResponseObject) GetError() string
- func (o *DependenciesResponseObject) GetErrorOk() (*string, bool)
- func (o *DependenciesResponseObject) GetProviderSubaccountID() string
- func (o *DependenciesResponseObject) GetProviderSubaccountIDOk() (*string, bool)
- func (o *DependenciesResponseObject) GetXsappname() string
- func (o *DependenciesResponseObject) GetXsappnameOk() (*string, bool)
- func (o *DependenciesResponseObject) HasAppId() bool
- func (o *DependenciesResponseObject) HasAppName() bool
- func (o *DependenciesResponseObject) HasDependencies() bool
- func (o *DependenciesResponseObject) HasError() bool
- func (o *DependenciesResponseObject) HasProviderSubaccountID() bool
- func (o *DependenciesResponseObject) HasXsappname() bool
- func (o DependenciesResponseObject) MarshalJSON() ([]byte, error)
- func (o *DependenciesResponseObject) SetAppId(v string)
- func (o *DependenciesResponseObject) SetAppName(v string)
- func (o *DependenciesResponseObject) SetDependencies(v []DependenciesResponseObject)
- func (o *DependenciesResponseObject) SetError(v string)
- func (o *DependenciesResponseObject) SetProviderSubaccountID(v string)
- func (o *DependenciesResponseObject) SetXsappname(v string)
- func (o DependenciesResponseObject) ToMap() (map[string]interface{}, error)
- type EntitledApplicationsErrorResponseObject
- func (o *EntitledApplicationsErrorResponseObject) GetAppError() string
- func (o *EntitledApplicationsErrorResponseObject) GetAppErrorOk() (*string, bool)
- func (o *EntitledApplicationsErrorResponseObject) GetErrorMessage() string
- func (o *EntitledApplicationsErrorResponseObject) GetErrorMessageOk() (*string, bool)
- func (o *EntitledApplicationsErrorResponseObject) HasAppError() bool
- func (o *EntitledApplicationsErrorResponseObject) HasErrorMessage() bool
- func (o EntitledApplicationsErrorResponseObject) MarshalJSON() ([]byte, error)
- func (o *EntitledApplicationsErrorResponseObject) SetAppError(v string)
- func (o *EntitledApplicationsErrorResponseObject) SetErrorMessage(v string)
- func (o EntitledApplicationsErrorResponseObject) ToMap() (map[string]interface{}, error)
- type EntitledApplicationsResponseCollection
- func (o *EntitledApplicationsResponseCollection) GetApplications() []EntitledApplicationsResponseObject
- func (o *EntitledApplicationsResponseCollection) GetApplicationsOk() ([]EntitledApplicationsResponseObject, bool)
- func (o *EntitledApplicationsResponseCollection) HasApplications() bool
- func (o EntitledApplicationsResponseCollection) MarshalJSON() ([]byte, error)
- func (o *EntitledApplicationsResponseCollection) SetApplications(v []EntitledApplicationsResponseObject)
- func (o EntitledApplicationsResponseCollection) ToMap() (map[string]interface{}, error)
- type EntitledApplicationsResponseObject
- func (o *EntitledApplicationsResponseObject) GetAdditionalPlanFeatures() []string
- func (o *EntitledApplicationsResponseObject) GetAdditionalPlanFeaturesOk() ([]string, bool)
- func (o *EntitledApplicationsResponseObject) GetAppId() string
- func (o *EntitledApplicationsResponseObject) GetAppIdOk() (*string, bool)
- func (o *EntitledApplicationsResponseObject) GetAppName() string
- func (o *EntitledApplicationsResponseObject) GetAppNameOk() (*string, bool)
- func (o *EntitledApplicationsResponseObject) GetApplicationCoordinates() map[string]interface{}
- func (o *EntitledApplicationsResponseObject) GetApplicationCoordinatesOk() (map[string]interface{}, bool)
- func (o *EntitledApplicationsResponseObject) GetApplicationResource() ApplicationResourceDto
- func (o *EntitledApplicationsResponseObject) GetApplicationResourceOk() (*ApplicationResourceDto, bool)
- func (o *EntitledApplicationsResponseObject) GetAuthenticationProvider() string
- func (o *EntitledApplicationsResponseObject) GetAuthenticationProviderOk() (*string, bool)
- func (o *EntitledApplicationsResponseObject) GetAutomationState() string
- func (o *EntitledApplicationsResponseObject) GetAutomationStateMessage() string
- func (o *EntitledApplicationsResponseObject) GetAutomationStateMessageOk() (*string, bool)
- func (o *EntitledApplicationsResponseObject) GetAutomationStateOk() (*string, bool)
- func (o *EntitledApplicationsResponseObject) GetCategory() string
- func (o *EntitledApplicationsResponseObject) GetCategoryDisplayName() string
- func (o *EntitledApplicationsResponseObject) GetCategoryDisplayNameOk() (*string, bool)
- func (o *EntitledApplicationsResponseObject) GetCategoryOk() (*string, bool)
- func (o *EntitledApplicationsResponseObject) GetCommercialAppName() string
- func (o *EntitledApplicationsResponseObject) GetCommercialAppNameOk() (*string, bool)
- func (o *EntitledApplicationsResponseObject) GetCreatedDate() float32
- func (o *EntitledApplicationsResponseObject) GetCreatedDateOk() (*float32, bool)
- func (o *EntitledApplicationsResponseObject) GetCustomerDeveloped() bool
- func (o *EntitledApplicationsResponseObject) GetCustomerDevelopedOk() (*bool, bool)
- func (o *EntitledApplicationsResponseObject) GetDescription() string
- func (o *EntitledApplicationsResponseObject) GetDescriptionOk() (*string, bool)
- func (o *EntitledApplicationsResponseObject) GetDisplayName() string
- func (o *EntitledApplicationsResponseObject) GetDisplayNameOk() (*string, bool)
- func (o *EntitledApplicationsResponseObject) GetFormationSolutionName() string
- func (o *EntitledApplicationsResponseObject) GetFormationSolutionNameOk() (*string, bool)
- func (o *EntitledApplicationsResponseObject) GetGlobalAccountId() string
- func (o *EntitledApplicationsResponseObject) GetGlobalAccountIdOk() (*string, bool)
- func (o *EntitledApplicationsResponseObject) GetIconBase64() string
- func (o *EntitledApplicationsResponseObject) GetIconBase64Ok() (*string, bool)
- func (o *EntitledApplicationsResponseObject) GetIncidentTrackingComponent() string
- func (o *EntitledApplicationsResponseObject) GetIncidentTrackingComponentOk() (*string, bool)
- func (o *EntitledApplicationsResponseObject) GetLabels() map[string][]string
- func (o *EntitledApplicationsResponseObject) GetLabelsOk() (*map[string][]string, bool)
- func (o *EntitledApplicationsResponseObject) GetMetadata() EntitledApplicationsResponseObjectMetadata
- func (o *EntitledApplicationsResponseObject) GetMetadataOk() (*EntitledApplicationsResponseObjectMetadata, bool)
- func (o *EntitledApplicationsResponseObject) GetModifiedDate() float32
- func (o *EntitledApplicationsResponseObject) GetModifiedDateOk() (*float32, bool)
- func (o *EntitledApplicationsResponseObject) GetParamsSchema() EntitledApplicationsResponseObjectParamsSchema
- func (o *EntitledApplicationsResponseObject) GetParamsSchemaOk() (*EntitledApplicationsResponseObjectParamsSchema, bool)
- func (o *EntitledApplicationsResponseObject) GetPlanDescription() string
- func (o *EntitledApplicationsResponseObject) GetPlanDescriptionOk() (*string, bool)
- func (o *EntitledApplicationsResponseObject) GetPlanName() string
- func (o *EntitledApplicationsResponseObject) GetPlanNameOk() (*string, bool)
- func (o *EntitledApplicationsResponseObject) GetPlatformEntityId() string
- func (o *EntitledApplicationsResponseObject) GetPlatformEntityIdOk() (*string, bool)
- func (o *EntitledApplicationsResponseObject) GetQuota() int32
- func (o *EntitledApplicationsResponseObject) GetQuotaOk() (*int32, bool)
- func (o *EntitledApplicationsResponseObject) GetShortDescription() string
- func (o *EntitledApplicationsResponseObject) GetShortDescriptionOk() (*string, bool)
- func (o *EntitledApplicationsResponseObject) GetState() string
- func (o *EntitledApplicationsResponseObject) GetStateOk() (*string, bool)
- func (o *EntitledApplicationsResponseObject) GetSubscribedSubaccountId() string
- func (o *EntitledApplicationsResponseObject) GetSubscribedSubaccountIdOk() (*string, bool)
- func (o *EntitledApplicationsResponseObject) GetSubscribedTenantId() string
- func (o *EntitledApplicationsResponseObject) GetSubscribedTenantIdOk() (*string, bool)
- func (o *EntitledApplicationsResponseObject) GetSubscriptionError() EntitledApplicationsErrorResponseObject
- func (o *EntitledApplicationsResponseObject) GetSubscriptionErrorOk() (*EntitledApplicationsErrorResponseObject, bool)
- func (o *EntitledApplicationsResponseObject) GetSubscriptionGUID() string
- func (o *EntitledApplicationsResponseObject) GetSubscriptionGUIDOk() (*string, bool)
- func (o *EntitledApplicationsResponseObject) GetSubscriptionId() string
- func (o *EntitledApplicationsResponseObject) GetSubscriptionIdOk() (*string, bool)
- func (o *EntitledApplicationsResponseObject) GetSubscriptionUrl() string
- func (o *EntitledApplicationsResponseObject) GetSubscriptionUrlOk() (*string, bool)
- func (o *EntitledApplicationsResponseObject) GetSupportsParametersUpdates() bool
- func (o *EntitledApplicationsResponseObject) GetSupportsParametersUpdatesOk() (*bool, bool)
- func (o *EntitledApplicationsResponseObject) GetSupportsPlanUpdates() bool
- func (o *EntitledApplicationsResponseObject) GetSupportsPlanUpdatesOk() (*bool, bool)
- func (o *EntitledApplicationsResponseObject) GetTenantId() string
- func (o *EntitledApplicationsResponseObject) GetTenantIdOk() (*string, bool)
- func (o *EntitledApplicationsResponseObject) HasAdditionalPlanFeatures() bool
- func (o *EntitledApplicationsResponseObject) HasAppId() bool
- func (o *EntitledApplicationsResponseObject) HasAppName() bool
- func (o *EntitledApplicationsResponseObject) HasApplicationCoordinates() bool
- func (o *EntitledApplicationsResponseObject) HasApplicationResource() bool
- func (o *EntitledApplicationsResponseObject) HasAuthenticationProvider() bool
- func (o *EntitledApplicationsResponseObject) HasAutomationState() bool
- func (o *EntitledApplicationsResponseObject) HasAutomationStateMessage() bool
- func (o *EntitledApplicationsResponseObject) HasCategory() bool
- func (o *EntitledApplicationsResponseObject) HasCategoryDisplayName() bool
- func (o *EntitledApplicationsResponseObject) HasCommercialAppName() bool
- func (o *EntitledApplicationsResponseObject) HasCreatedDate() bool
- func (o *EntitledApplicationsResponseObject) HasCustomerDeveloped() bool
- func (o *EntitledApplicationsResponseObject) HasDescription() bool
- func (o *EntitledApplicationsResponseObject) HasDisplayName() bool
- func (o *EntitledApplicationsResponseObject) HasFormationSolutionName() bool
- func (o *EntitledApplicationsResponseObject) HasGlobalAccountId() bool
- func (o *EntitledApplicationsResponseObject) HasIconBase64() bool
- func (o *EntitledApplicationsResponseObject) HasIncidentTrackingComponent() bool
- func (o *EntitledApplicationsResponseObject) HasLabels() bool
- func (o *EntitledApplicationsResponseObject) HasMetadata() bool
- func (o *EntitledApplicationsResponseObject) HasModifiedDate() bool
- func (o *EntitledApplicationsResponseObject) HasParamsSchema() bool
- func (o *EntitledApplicationsResponseObject) HasPlanDescription() bool
- func (o *EntitledApplicationsResponseObject) HasPlanName() bool
- func (o *EntitledApplicationsResponseObject) HasPlatformEntityId() bool
- func (o *EntitledApplicationsResponseObject) HasQuota() bool
- func (o *EntitledApplicationsResponseObject) HasShortDescription() bool
- func (o *EntitledApplicationsResponseObject) HasState() bool
- func (o *EntitledApplicationsResponseObject) HasSubscribedSubaccountId() bool
- func (o *EntitledApplicationsResponseObject) HasSubscribedTenantId() bool
- func (o *EntitledApplicationsResponseObject) HasSubscriptionError() bool
- func (o *EntitledApplicationsResponseObject) HasSubscriptionGUID() bool
- func (o *EntitledApplicationsResponseObject) HasSubscriptionId() bool
- func (o *EntitledApplicationsResponseObject) HasSubscriptionUrl() bool
- func (o *EntitledApplicationsResponseObject) HasSupportsParametersUpdates() bool
- func (o *EntitledApplicationsResponseObject) HasSupportsPlanUpdates() bool
- func (o *EntitledApplicationsResponseObject) HasTenantId() bool
- func (o EntitledApplicationsResponseObject) MarshalJSON() ([]byte, error)
- func (o *EntitledApplicationsResponseObject) SetAdditionalPlanFeatures(v []string)
- func (o *EntitledApplicationsResponseObject) SetAppId(v string)
- func (o *EntitledApplicationsResponseObject) SetAppName(v string)
- func (o *EntitledApplicationsResponseObject) SetApplicationCoordinates(v map[string]interface{})
- func (o *EntitledApplicationsResponseObject) SetApplicationResource(v ApplicationResourceDto)
- func (o *EntitledApplicationsResponseObject) SetAuthenticationProvider(v string)
- func (o *EntitledApplicationsResponseObject) SetAutomationState(v string)
- func (o *EntitledApplicationsResponseObject) SetAutomationStateMessage(v string)
- func (o *EntitledApplicationsResponseObject) SetCategory(v string)
- func (o *EntitledApplicationsResponseObject) SetCategoryDisplayName(v string)
- func (o *EntitledApplicationsResponseObject) SetCommercialAppName(v string)
- func (o *EntitledApplicationsResponseObject) SetCreatedDate(v float32)
- func (o *EntitledApplicationsResponseObject) SetCustomerDeveloped(v bool)
- func (o *EntitledApplicationsResponseObject) SetDescription(v string)
- func (o *EntitledApplicationsResponseObject) SetDisplayName(v string)
- func (o *EntitledApplicationsResponseObject) SetFormationSolutionName(v string)
- func (o *EntitledApplicationsResponseObject) SetGlobalAccountId(v string)
- func (o *EntitledApplicationsResponseObject) SetIconBase64(v string)
- func (o *EntitledApplicationsResponseObject) SetIncidentTrackingComponent(v string)
- func (o *EntitledApplicationsResponseObject) SetLabels(v map[string][]string)
- func (o *EntitledApplicationsResponseObject) SetMetadata(v EntitledApplicationsResponseObjectMetadata)
- func (o *EntitledApplicationsResponseObject) SetModifiedDate(v float32)
- func (o *EntitledApplicationsResponseObject) SetParamsSchema(v EntitledApplicationsResponseObjectParamsSchema)
- func (o *EntitledApplicationsResponseObject) SetPlanDescription(v string)
- func (o *EntitledApplicationsResponseObject) SetPlanName(v string)
- func (o *EntitledApplicationsResponseObject) SetPlatformEntityId(v string)
- func (o *EntitledApplicationsResponseObject) SetQuota(v int32)
- func (o *EntitledApplicationsResponseObject) SetShortDescription(v string)
- func (o *EntitledApplicationsResponseObject) SetState(v string)
- func (o *EntitledApplicationsResponseObject) SetSubscribedSubaccountId(v string)
- func (o *EntitledApplicationsResponseObject) SetSubscribedTenantId(v string)
- func (o *EntitledApplicationsResponseObject) SetSubscriptionError(v EntitledApplicationsErrorResponseObject)
- func (o *EntitledApplicationsResponseObject) SetSubscriptionGUID(v string)
- func (o *EntitledApplicationsResponseObject) SetSubscriptionId(v string)
- func (o *EntitledApplicationsResponseObject) SetSubscriptionUrl(v string)
- func (o *EntitledApplicationsResponseObject) SetSupportsParametersUpdates(v bool)
- func (o *EntitledApplicationsResponseObject) SetSupportsPlanUpdates(v bool)
- func (o *EntitledApplicationsResponseObject) SetTenantId(v string)
- func (o EntitledApplicationsResponseObject) ToMap() (map[string]interface{}, error)
- type EntitledApplicationsResponseObjectMetadata
- func (o *EntitledApplicationsResponseObjectMetadata) GetEmpty() bool
- func (o *EntitledApplicationsResponseObjectMetadata) GetEmptyOk() (*bool, bool)
- func (o *EntitledApplicationsResponseObjectMetadata) HasEmpty() bool
- func (o EntitledApplicationsResponseObjectMetadata) MarshalJSON() ([]byte, error)
- func (o *EntitledApplicationsResponseObjectMetadata) SetEmpty(v bool)
- func (o EntitledApplicationsResponseObjectMetadata) ToMap() (map[string]interface{}, error)
- func (o *EntitledApplicationsResponseObjectMetadata) UnmarshalJSON(data []byte) (err error)
- type EntitledApplicationsResponseObjectParamsSchema
- func (o *EntitledApplicationsResponseObjectParamsSchema) GetEmpty() bool
- func (o *EntitledApplicationsResponseObjectParamsSchema) GetEmptyOk() (*bool, bool)
- func (o *EntitledApplicationsResponseObjectParamsSchema) HasEmpty() bool
- func (o EntitledApplicationsResponseObjectParamsSchema) MarshalJSON() ([]byte, error)
- func (o *EntitledApplicationsResponseObjectParamsSchema) SetEmpty(v bool)
- func (o EntitledApplicationsResponseObjectParamsSchema) ToMap() (map[string]interface{}, error)
- func (o *EntitledApplicationsResponseObjectParamsSchema) UnmarshalJSON(data []byte) (err error)
- type GenericOpenAPIError
- type JobErrorResponseObject
- func (o *JobErrorResponseObject) GetError() string
- func (o *JobErrorResponseObject) GetErrorOk() (*string, bool)
- func (o *JobErrorResponseObject) GetException() string
- func (o *JobErrorResponseObject) GetExceptionOk() (*string, bool)
- func (o *JobErrorResponseObject) GetMessage() string
- func (o *JobErrorResponseObject) GetMessageOk() (*string, bool)
- func (o *JobErrorResponseObject) GetPaths() string
- func (o *JobErrorResponseObject) GetPathsOk() (*string, bool)
- func (o *JobErrorResponseObject) GetStatus() int32
- func (o *JobErrorResponseObject) GetStatusOk() (*int32, bool)
- func (o *JobErrorResponseObject) GetTimestamp() time.Time
- func (o *JobErrorResponseObject) GetTimestampOk() (*time.Time, bool)
- func (o *JobErrorResponseObject) HasError() bool
- func (o *JobErrorResponseObject) HasException() bool
- func (o *JobErrorResponseObject) HasMessage() bool
- func (o *JobErrorResponseObject) HasPaths() bool
- func (o *JobErrorResponseObject) HasStatus() bool
- func (o *JobErrorResponseObject) HasTimestamp() bool
- func (o JobErrorResponseObject) MarshalJSON() ([]byte, error)
- func (o *JobErrorResponseObject) SetError(v string)
- func (o *JobErrorResponseObject) SetException(v string)
- func (o *JobErrorResponseObject) SetMessage(v string)
- func (o *JobErrorResponseObject) SetPaths(v string)
- func (o *JobErrorResponseObject) SetStatus(v int32)
- func (o *JobErrorResponseObject) SetTimestamp(v time.Time)
- func (o JobErrorResponseObject) ToMap() (map[string]interface{}, error)
- type JobManagementAPI
- type JobManagementAPIService
- type JobManagementForApplicationOperationsForAppProvidersAPI
- type JobManagementForApplicationOperationsForAppProvidersAPIService
- func (a *JobManagementForApplicationOperationsForAppProvidersAPIService) GetJobRelatedToSaasApplicationById(ctx context.Context, jobUuid string) ApiGetJobRelatedToSaasApplicationByIdRequest
- func (a *JobManagementForApplicationOperationsForAppProvidersAPIService) GetJobRelatedToSaasApplicationByIdExecute(r ApiGetJobRelatedToSaasApplicationByIdRequest) (*JobStateResponseObject, *http.Response, error)
- type JobStateResponseObject
- func (o *JobStateResponseObject) GetCreatedBy() string
- func (o *JobStateResponseObject) GetCreatedByOk() (*string, bool)
- func (o *JobStateResponseObject) GetError() JobErrorResponseObject
- func (o *JobStateResponseObject) GetErrorOk() (*JobErrorResponseObject, bool)
- func (o *JobStateResponseObject) GetId() string
- func (o *JobStateResponseObject) GetIdOk() (*string, bool)
- func (o *JobStateResponseObject) GetState() string
- func (o *JobStateResponseObject) GetStateOk() (*string, bool)
- func (o *JobStateResponseObject) HasCreatedBy() bool
- func (o *JobStateResponseObject) HasError() bool
- func (o *JobStateResponseObject) HasId() bool
- func (o *JobStateResponseObject) HasState() bool
- func (o JobStateResponseObject) MarshalJSON() ([]byte, error)
- func (o *JobStateResponseObject) SetCreatedBy(v string)
- func (o *JobStateResponseObject) SetError(v JobErrorResponseObject)
- func (o *JobStateResponseObject) SetId(v string)
- func (o *JobStateResponseObject) SetState(v string)
- func (o JobStateResponseObject) ToMap() (map[string]interface{}, error)
- type LabelAssignmentRequestPayload
- func (o *LabelAssignmentRequestPayload) GetLabels() map[string][]string
- func (o *LabelAssignmentRequestPayload) GetLabelsOk() (*map[string][]string, bool)
- func (o *LabelAssignmentRequestPayload) HasLabels() bool
- func (o LabelAssignmentRequestPayload) MarshalJSON() ([]byte, error)
- func (o *LabelAssignmentRequestPayload) SetLabels(v map[string][]string)
- func (o LabelAssignmentRequestPayload) ToMap() (map[string]interface{}, error)
- type LabelsResponseObject
- func (o *LabelsResponseObject) GetLabels() map[string][]string
- func (o *LabelsResponseObject) GetLabelsOk() (*map[string][]string, bool)
- func (o *LabelsResponseObject) HasLabels() bool
- func (o LabelsResponseObject) MarshalJSON() ([]byte, error)
- func (o *LabelsResponseObject) SetLabels(v map[string][]string)
- func (o LabelsResponseObject) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type NestingErrorDetailsResponseObject
- func (o *NestingErrorDetailsResponseObject) GetCode() int32
- func (o *NestingErrorDetailsResponseObject) GetCodeOk() (*int32, bool)
- func (o *NestingErrorDetailsResponseObject) GetMessage() string
- func (o *NestingErrorDetailsResponseObject) GetMessageOk() (*string, bool)
- func (o *NestingErrorDetailsResponseObject) HasCode() bool
- func (o *NestingErrorDetailsResponseObject) HasMessage() bool
- func (o NestingErrorDetailsResponseObject) MarshalJSON() ([]byte, error)
- func (o *NestingErrorDetailsResponseObject) SetCode(v int32)
- func (o *NestingErrorDetailsResponseObject) SetMessage(v string)
- func (o NestingErrorDetailsResponseObject) ToMap() (map[string]interface{}, error)
- type NullableApiExceptionResponseObject
- func (v NullableApiExceptionResponseObject) Get() *ApiExceptionResponseObject
- func (v NullableApiExceptionResponseObject) IsSet() bool
- func (v NullableApiExceptionResponseObject) MarshalJSON() ([]byte, error)
- func (v *NullableApiExceptionResponseObject) Set(val *ApiExceptionResponseObject)
- func (v *NullableApiExceptionResponseObject) UnmarshalJSON(src []byte) error
- func (v *NullableApiExceptionResponseObject) Unset()
- type NullableApiExceptionResponseObjectError
- func (v NullableApiExceptionResponseObjectError) Get() *ApiExceptionResponseObjectError
- func (v NullableApiExceptionResponseObjectError) IsSet() bool
- func (v NullableApiExceptionResponseObjectError) MarshalJSON() ([]byte, error)
- func (v *NullableApiExceptionResponseObjectError) Set(val *ApiExceptionResponseObjectError)
- func (v *NullableApiExceptionResponseObjectError) UnmarshalJSON(src []byte) error
- func (v *NullableApiExceptionResponseObjectError) Unset()
- type NullableApplicationResourceDto
- func (v NullableApplicationResourceDto) Get() *ApplicationResourceDto
- func (v NullableApplicationResourceDto) IsSet() bool
- func (v NullableApplicationResourceDto) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationResourceDto) Set(val *ApplicationResourceDto)
- func (v *NullableApplicationResourceDto) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationResourceDto) Unset()
- type NullableApplicationSubscriptionsResponseObject
- func (v NullableApplicationSubscriptionsResponseObject) Get() *ApplicationSubscriptionsResponseObject
- func (v NullableApplicationSubscriptionsResponseObject) IsSet() bool
- func (v NullableApplicationSubscriptionsResponseObject) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationSubscriptionsResponseObject) Set(val *ApplicationSubscriptionsResponseObject)
- func (v *NullableApplicationSubscriptionsResponseObject) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationSubscriptionsResponseObject) Unset()
- type NullableBool
- type NullableCreateSubscriptionRequestPayload
- func (v NullableCreateSubscriptionRequestPayload) Get() *CreateSubscriptionRequestPayload
- func (v NullableCreateSubscriptionRequestPayload) IsSet() bool
- func (v NullableCreateSubscriptionRequestPayload) MarshalJSON() ([]byte, error)
- func (v *NullableCreateSubscriptionRequestPayload) Set(val *CreateSubscriptionRequestPayload)
- func (v *NullableCreateSubscriptionRequestPayload) UnmarshalJSON(src []byte) error
- func (v *NullableCreateSubscriptionRequestPayload) Unset()
- type NullableDependenciesResponseObject
- func (v NullableDependenciesResponseObject) Get() *DependenciesResponseObject
- func (v NullableDependenciesResponseObject) IsSet() bool
- func (v NullableDependenciesResponseObject) MarshalJSON() ([]byte, error)
- func (v *NullableDependenciesResponseObject) Set(val *DependenciesResponseObject)
- func (v *NullableDependenciesResponseObject) UnmarshalJSON(src []byte) error
- func (v *NullableDependenciesResponseObject) Unset()
- type NullableEntitledApplicationsErrorResponseObject
- func (v NullableEntitledApplicationsErrorResponseObject) Get() *EntitledApplicationsErrorResponseObject
- func (v NullableEntitledApplicationsErrorResponseObject) IsSet() bool
- func (v NullableEntitledApplicationsErrorResponseObject) MarshalJSON() ([]byte, error)
- func (v *NullableEntitledApplicationsErrorResponseObject) Set(val *EntitledApplicationsErrorResponseObject)
- func (v *NullableEntitledApplicationsErrorResponseObject) UnmarshalJSON(src []byte) error
- func (v *NullableEntitledApplicationsErrorResponseObject) Unset()
- type NullableEntitledApplicationsResponseCollection
- func (v NullableEntitledApplicationsResponseCollection) Get() *EntitledApplicationsResponseCollection
- func (v NullableEntitledApplicationsResponseCollection) IsSet() bool
- func (v NullableEntitledApplicationsResponseCollection) MarshalJSON() ([]byte, error)
- func (v *NullableEntitledApplicationsResponseCollection) Set(val *EntitledApplicationsResponseCollection)
- func (v *NullableEntitledApplicationsResponseCollection) UnmarshalJSON(src []byte) error
- func (v *NullableEntitledApplicationsResponseCollection) Unset()
- type NullableEntitledApplicationsResponseObject
- func (v NullableEntitledApplicationsResponseObject) Get() *EntitledApplicationsResponseObject
- func (v NullableEntitledApplicationsResponseObject) IsSet() bool
- func (v NullableEntitledApplicationsResponseObject) MarshalJSON() ([]byte, error)
- func (v *NullableEntitledApplicationsResponseObject) Set(val *EntitledApplicationsResponseObject)
- func (v *NullableEntitledApplicationsResponseObject) UnmarshalJSON(src []byte) error
- func (v *NullableEntitledApplicationsResponseObject) Unset()
- type NullableEntitledApplicationsResponseObjectMetadata
- func (v NullableEntitledApplicationsResponseObjectMetadata) Get() *EntitledApplicationsResponseObjectMetadata
- func (v NullableEntitledApplicationsResponseObjectMetadata) IsSet() bool
- func (v NullableEntitledApplicationsResponseObjectMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableEntitledApplicationsResponseObjectMetadata) Set(val *EntitledApplicationsResponseObjectMetadata)
- func (v *NullableEntitledApplicationsResponseObjectMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableEntitledApplicationsResponseObjectMetadata) Unset()
- type NullableEntitledApplicationsResponseObjectParamsSchema
- func (v NullableEntitledApplicationsResponseObjectParamsSchema) Get() *EntitledApplicationsResponseObjectParamsSchema
- func (v NullableEntitledApplicationsResponseObjectParamsSchema) IsSet() bool
- func (v NullableEntitledApplicationsResponseObjectParamsSchema) MarshalJSON() ([]byte, error)
- func (v *NullableEntitledApplicationsResponseObjectParamsSchema) Set(val *EntitledApplicationsResponseObjectParamsSchema)
- func (v *NullableEntitledApplicationsResponseObjectParamsSchema) UnmarshalJSON(src []byte) error
- func (v *NullableEntitledApplicationsResponseObjectParamsSchema) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableJobErrorResponseObject
- func (v NullableJobErrorResponseObject) Get() *JobErrorResponseObject
- func (v NullableJobErrorResponseObject) IsSet() bool
- func (v NullableJobErrorResponseObject) MarshalJSON() ([]byte, error)
- func (v *NullableJobErrorResponseObject) Set(val *JobErrorResponseObject)
- func (v *NullableJobErrorResponseObject) UnmarshalJSON(src []byte) error
- func (v *NullableJobErrorResponseObject) Unset()
- type NullableJobStateResponseObject
- func (v NullableJobStateResponseObject) Get() *JobStateResponseObject
- func (v NullableJobStateResponseObject) IsSet() bool
- func (v NullableJobStateResponseObject) MarshalJSON() ([]byte, error)
- func (v *NullableJobStateResponseObject) Set(val *JobStateResponseObject)
- func (v *NullableJobStateResponseObject) UnmarshalJSON(src []byte) error
- func (v *NullableJobStateResponseObject) Unset()
- type NullableLabelAssignmentRequestPayload
- func (v NullableLabelAssignmentRequestPayload) Get() *LabelAssignmentRequestPayload
- func (v NullableLabelAssignmentRequestPayload) IsSet() bool
- func (v NullableLabelAssignmentRequestPayload) MarshalJSON() ([]byte, error)
- func (v *NullableLabelAssignmentRequestPayload) Set(val *LabelAssignmentRequestPayload)
- func (v *NullableLabelAssignmentRequestPayload) UnmarshalJSON(src []byte) error
- func (v *NullableLabelAssignmentRequestPayload) Unset()
- type NullableLabelsResponseObject
- func (v NullableLabelsResponseObject) Get() *LabelsResponseObject
- func (v NullableLabelsResponseObject) IsSet() bool
- func (v NullableLabelsResponseObject) MarshalJSON() ([]byte, error)
- func (v *NullableLabelsResponseObject) Set(val *LabelsResponseObject)
- func (v *NullableLabelsResponseObject) UnmarshalJSON(src []byte) error
- func (v *NullableLabelsResponseObject) Unset()
- type NullableNestingErrorDetailsResponseObject
- func (v NullableNestingErrorDetailsResponseObject) Get() *NestingErrorDetailsResponseObject
- func (v NullableNestingErrorDetailsResponseObject) IsSet() bool
- func (v NullableNestingErrorDetailsResponseObject) MarshalJSON() ([]byte, error)
- func (v *NullableNestingErrorDetailsResponseObject) Set(val *NestingErrorDetailsResponseObject)
- func (v *NullableNestingErrorDetailsResponseObject) UnmarshalJSON(src []byte) error
- func (v *NullableNestingErrorDetailsResponseObject) Unset()
- type NullableRegistrationDetailsResponseObject
- func (v NullableRegistrationDetailsResponseObject) Get() *RegistrationDetailsResponseObject
- func (v NullableRegistrationDetailsResponseObject) IsSet() bool
- func (v NullableRegistrationDetailsResponseObject) MarshalJSON() ([]byte, error)
- func (v *NullableRegistrationDetailsResponseObject) Set(val *RegistrationDetailsResponseObject)
- func (v *NullableRegistrationDetailsResponseObject) UnmarshalJSON(src []byte) error
- func (v *NullableRegistrationDetailsResponseObject) Unset()
- type NullableSaasAsyncSubscriptionRequestPayload
- func (v NullableSaasAsyncSubscriptionRequestPayload) Get() *SaasAsyncSubscriptionRequestPayload
- func (v NullableSaasAsyncSubscriptionRequestPayload) IsSet() bool
- func (v NullableSaasAsyncSubscriptionRequestPayload) MarshalJSON() ([]byte, error)
- func (v *NullableSaasAsyncSubscriptionRequestPayload) Set(val *SaasAsyncSubscriptionRequestPayload)
- func (v *NullableSaasAsyncSubscriptionRequestPayload) UnmarshalJSON(src []byte) error
- func (v *NullableSaasAsyncSubscriptionRequestPayload) Unset()
- type NullableString
- type NullableSubscriptionsListResponseObject
- func (v NullableSubscriptionsListResponseObject) Get() *SubscriptionsListResponseObject
- func (v NullableSubscriptionsListResponseObject) IsSet() bool
- func (v NullableSubscriptionsListResponseObject) MarshalJSON() ([]byte, error)
- func (v *NullableSubscriptionsListResponseObject) Set(val *SubscriptionsListResponseObject)
- func (v *NullableSubscriptionsListResponseObject) UnmarshalJSON(src []byte) error
- func (v *NullableSubscriptionsListResponseObject) Unset()
- type NullableTime
- type NullableUpdateApplicationDependenciesRequestPayload
- func (v NullableUpdateApplicationDependenciesRequestPayload) Get() *UpdateApplicationDependenciesRequestPayload
- func (v NullableUpdateApplicationDependenciesRequestPayload) IsSet() bool
- func (v NullableUpdateApplicationDependenciesRequestPayload) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateApplicationDependenciesRequestPayload) Set(val *UpdateApplicationDependenciesRequestPayload)
- func (v *NullableUpdateApplicationDependenciesRequestPayload) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateApplicationDependenciesRequestPayload) Unset()
- type NullableUpdateSubscriptionRequestPayload
- func (v NullableUpdateSubscriptionRequestPayload) Get() *UpdateSubscriptionRequestPayload
- func (v NullableUpdateSubscriptionRequestPayload) IsSet() bool
- func (v NullableUpdateSubscriptionRequestPayload) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateSubscriptionRequestPayload) Set(val *UpdateSubscriptionRequestPayload)
- func (v *NullableUpdateSubscriptionRequestPayload) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateSubscriptionRequestPayload) Unset()
- type RegistrationDetailsResponseObject
- func (o *RegistrationDetailsResponseObject) GetAppId() string
- func (o *RegistrationDetailsResponseObject) GetAppIdOk() (*string, bool)
- func (o *RegistrationDetailsResponseObject) GetAppName() string
- func (o *RegistrationDetailsResponseObject) GetAppNameOk() (*string, bool)
- func (o *RegistrationDetailsResponseObject) GetAppType() string
- func (o *RegistrationDetailsResponseObject) GetAppTypeOk() (*string, bool)
- func (o *RegistrationDetailsResponseObject) GetAppUrls() string
- func (o *RegistrationDetailsResponseObject) GetAppUrlsOk() (*string, bool)
- func (o *RegistrationDetailsResponseObject) GetAutomationSolutionName() string
- func (o *RegistrationDetailsResponseObject) GetAutomationSolutionNameOk() (*string, bool)
- func (o *RegistrationDetailsResponseObject) GetCategory() string
- func (o *RegistrationDetailsResponseObject) GetCategoryOk() (*string, bool)
- func (o *RegistrationDetailsResponseObject) GetCommercialAppName() string
- func (o *RegistrationDetailsResponseObject) GetCommercialAppNameOk() (*string, bool)
- func (o *RegistrationDetailsResponseObject) GetDescription() string
- func (o *RegistrationDetailsResponseObject) GetDescriptionOk() (*string, bool)
- func (o *RegistrationDetailsResponseObject) GetDisplayName() string
- func (o *RegistrationDetailsResponseObject) GetDisplayNameOk() (*string, bool)
- func (o *RegistrationDetailsResponseObject) GetFailSubscriptionOnAutomationFailure() bool
- func (o *RegistrationDetailsResponseObject) GetFailSubscriptionOnAutomationFailureOk() (*bool, bool)
- func (o *RegistrationDetailsResponseObject) GetFormationSolutionName() string
- func (o *RegistrationDetailsResponseObject) GetFormationSolutionNameOk() (*string, bool)
- func (o *RegistrationDetailsResponseObject) GetGlobalAccountId() string
- func (o *RegistrationDetailsResponseObject) GetGlobalAccountIdOk() (*string, bool)
- func (o *RegistrationDetailsResponseObject) GetMessageOnAutomationFailure() string
- func (o *RegistrationDetailsResponseObject) GetMessageOnAutomationFailureOk() (*string, bool)
- func (o *RegistrationDetailsResponseObject) GetOrganizationGuid() string
- func (o *RegistrationDetailsResponseObject) GetOrganizationGuidOk() (*string, bool)
- func (o *RegistrationDetailsResponseObject) GetParamsSchema() EntitledApplicationsResponseObjectParamsSchema
- func (o *RegistrationDetailsResponseObject) GetParamsSchemaOk() (*EntitledApplicationsResponseObjectParamsSchema, bool)
- func (o *RegistrationDetailsResponseObject) GetPropagateParams() bool
- func (o *RegistrationDetailsResponseObject) GetPropagateParamsOk() (*bool, bool)
- func (o *RegistrationDetailsResponseObject) GetProviderTenantId() string
- func (o *RegistrationDetailsResponseObject) GetProviderTenantIdOk() (*string, bool)
- func (o *RegistrationDetailsResponseObject) GetServiceInstanceId() string
- func (o *RegistrationDetailsResponseObject) GetServiceInstanceIdOk() (*string, bool)
- func (o *RegistrationDetailsResponseObject) GetSpaceGuid() string
- func (o *RegistrationDetailsResponseObject) GetSpaceGuidOk() (*string, bool)
- func (o *RegistrationDetailsResponseObject) GetXsappname() string
- func (o *RegistrationDetailsResponseObject) GetXsappnameOk() (*string, bool)
- func (o *RegistrationDetailsResponseObject) HasAppId() bool
- func (o *RegistrationDetailsResponseObject) HasAppName() bool
- func (o *RegistrationDetailsResponseObject) HasAppType() bool
- func (o *RegistrationDetailsResponseObject) HasAppUrls() bool
- func (o *RegistrationDetailsResponseObject) HasAutomationSolutionName() bool
- func (o *RegistrationDetailsResponseObject) HasCategory() bool
- func (o *RegistrationDetailsResponseObject) HasCommercialAppName() bool
- func (o *RegistrationDetailsResponseObject) HasDescription() bool
- func (o *RegistrationDetailsResponseObject) HasDisplayName() bool
- func (o *RegistrationDetailsResponseObject) HasFailSubscriptionOnAutomationFailure() bool
- func (o *RegistrationDetailsResponseObject) HasFormationSolutionName() bool
- func (o *RegistrationDetailsResponseObject) HasGlobalAccountId() bool
- func (o *RegistrationDetailsResponseObject) HasMessageOnAutomationFailure() bool
- func (o *RegistrationDetailsResponseObject) HasOrganizationGuid() bool
- func (o *RegistrationDetailsResponseObject) HasParamsSchema() bool
- func (o *RegistrationDetailsResponseObject) HasPropagateParams() bool
- func (o *RegistrationDetailsResponseObject) HasProviderTenantId() bool
- func (o *RegistrationDetailsResponseObject) HasServiceInstanceId() bool
- func (o *RegistrationDetailsResponseObject) HasSpaceGuid() bool
- func (o *RegistrationDetailsResponseObject) HasXsappname() bool
- func (o RegistrationDetailsResponseObject) MarshalJSON() ([]byte, error)
- func (o *RegistrationDetailsResponseObject) SetAppId(v string)
- func (o *RegistrationDetailsResponseObject) SetAppName(v string)
- func (o *RegistrationDetailsResponseObject) SetAppType(v string)
- func (o *RegistrationDetailsResponseObject) SetAppUrls(v string)
- func (o *RegistrationDetailsResponseObject) SetAutomationSolutionName(v string)
- func (o *RegistrationDetailsResponseObject) SetCategory(v string)
- func (o *RegistrationDetailsResponseObject) SetCommercialAppName(v string)
- func (o *RegistrationDetailsResponseObject) SetDescription(v string)
- func (o *RegistrationDetailsResponseObject) SetDisplayName(v string)
- func (o *RegistrationDetailsResponseObject) SetFailSubscriptionOnAutomationFailure(v bool)
- func (o *RegistrationDetailsResponseObject) SetFormationSolutionName(v string)
- func (o *RegistrationDetailsResponseObject) SetGlobalAccountId(v string)
- func (o *RegistrationDetailsResponseObject) SetMessageOnAutomationFailure(v string)
- func (o *RegistrationDetailsResponseObject) SetOrganizationGuid(v string)
- func (o *RegistrationDetailsResponseObject) SetParamsSchema(v EntitledApplicationsResponseObjectParamsSchema)
- func (o *RegistrationDetailsResponseObject) SetPropagateParams(v bool)
- func (o *RegistrationDetailsResponseObject) SetProviderTenantId(v string)
- func (o *RegistrationDetailsResponseObject) SetServiceInstanceId(v string)
- func (o *RegistrationDetailsResponseObject) SetSpaceGuid(v string)
- func (o *RegistrationDetailsResponseObject) SetXsappname(v string)
- func (o RegistrationDetailsResponseObject) ToMap() (map[string]interface{}, error)
- type SaasAsyncSubscriptionRequestPayload
- func (o *SaasAsyncSubscriptionRequestPayload) GetMessage() string
- func (o *SaasAsyncSubscriptionRequestPayload) GetMessageOk() (*string, bool)
- func (o *SaasAsyncSubscriptionRequestPayload) GetStatus() string
- func (o *SaasAsyncSubscriptionRequestPayload) GetStatusOk() (*string, bool)
- func (o *SaasAsyncSubscriptionRequestPayload) GetSubscriptionUrl() string
- func (o *SaasAsyncSubscriptionRequestPayload) GetSubscriptionUrlOk() (*string, bool)
- func (o *SaasAsyncSubscriptionRequestPayload) HasMessage() bool
- func (o *SaasAsyncSubscriptionRequestPayload) HasStatus() bool
- func (o *SaasAsyncSubscriptionRequestPayload) HasSubscriptionUrl() bool
- func (o SaasAsyncSubscriptionRequestPayload) MarshalJSON() ([]byte, error)
- func (o *SaasAsyncSubscriptionRequestPayload) SetMessage(v string)
- func (o *SaasAsyncSubscriptionRequestPayload) SetStatus(v string)
- func (o *SaasAsyncSubscriptionRequestPayload) SetSubscriptionUrl(v string)
- func (o SaasAsyncSubscriptionRequestPayload) ToMap() (map[string]interface{}, error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SubscriptionOperationsForAppConsumersAPI
- type SubscriptionOperationsForAppConsumersAPIService
- func (a *SubscriptionOperationsForAppConsumersAPIService) CreateSubscriptionAsync(ctx context.Context, appName string) ApiCreateSubscriptionAsyncRequest
- func (a *SubscriptionOperationsForAppConsumersAPIService) CreateSubscriptionAsyncExecute(r ApiCreateSubscriptionAsyncRequest) (*http.Response, error)
- func (a *SubscriptionOperationsForAppConsumersAPIService) DeleteSubscriptionAsync(ctx context.Context, appName string) ApiDeleteSubscriptionAsyncRequest
- func (a *SubscriptionOperationsForAppConsumersAPIService) DeleteSubscriptionAsyncExecute(r ApiDeleteSubscriptionAsyncRequest) (*http.Response, error)
- func (a *SubscriptionOperationsForAppConsumersAPIService) DeleteSubscriptionLabels(ctx context.Context, appName string) ApiDeleteSubscriptionLabelsRequest
- func (a *SubscriptionOperationsForAppConsumersAPIService) DeleteSubscriptionLabelsExecute(r ApiDeleteSubscriptionLabelsRequest) (*LabelsResponseObject, *http.Response, error)
- func (a *SubscriptionOperationsForAppConsumersAPIService) GetEntitledApplication(ctx context.Context, appName string) ApiGetEntitledApplicationRequest
- func (a *SubscriptionOperationsForAppConsumersAPIService) GetEntitledApplicationExecute(r ApiGetEntitledApplicationRequest) (*EntitledApplicationsResponseObject, *http.Response, error)
- func (a *SubscriptionOperationsForAppConsumersAPIService) GetEntitledApplications(ctx context.Context) ApiGetEntitledApplicationsRequest
- func (a *SubscriptionOperationsForAppConsumersAPIService) GetEntitledApplicationsExecute(r ApiGetEntitledApplicationsRequest) (*EntitledApplicationsResponseCollection, *http.Response, error)
- func (a *SubscriptionOperationsForAppConsumersAPIService) GetSubscriptionLabels(ctx context.Context, appName string) ApiGetSubscriptionLabelsRequest
- func (a *SubscriptionOperationsForAppConsumersAPIService) GetSubscriptionLabelsExecute(r ApiGetSubscriptionLabelsRequest) (*LabelsResponseObject, *http.Response, error)
- func (a *SubscriptionOperationsForAppConsumersAPIService) UpdateSubscriptionParametersAsync(ctx context.Context, appName string) ApiUpdateSubscriptionParametersAsyncRequest
- func (a *SubscriptionOperationsForAppConsumersAPIService) UpdateSubscriptionParametersAsyncExecute(r ApiUpdateSubscriptionParametersAsyncRequest) (*http.Response, error)
- func (a *SubscriptionOperationsForAppConsumersAPIService) UpsertSubscriptionLabels(ctx context.Context, appName string) ApiUpsertSubscriptionLabelsRequest
- func (a *SubscriptionOperationsForAppConsumersAPIService) UpsertSubscriptionLabelsExecute(r ApiUpsertSubscriptionLabelsRequest) (*LabelsResponseObject, *http.Response, error)
- type SubscriptionsListResponseObject
- func (o *SubscriptionsListResponseObject) GetMorePages() bool
- func (o *SubscriptionsListResponseObject) GetMorePagesOk() (*bool, bool)
- func (o *SubscriptionsListResponseObject) GetPage() int32
- func (o *SubscriptionsListResponseObject) GetPageOk() (*int32, bool)
- func (o *SubscriptionsListResponseObject) GetSubscriptions() []ApplicationSubscriptionsResponseObject
- func (o *SubscriptionsListResponseObject) GetSubscriptionsOk() ([]ApplicationSubscriptionsResponseObject, bool)
- func (o *SubscriptionsListResponseObject) GetTotal() int64
- func (o *SubscriptionsListResponseObject) GetTotalOk() (*int64, bool)
- func (o *SubscriptionsListResponseObject) GetTotalPages() int32
- func (o *SubscriptionsListResponseObject) GetTotalPagesOk() (*int32, bool)
- func (o *SubscriptionsListResponseObject) HasMorePages() bool
- func (o *SubscriptionsListResponseObject) HasPage() bool
- func (o *SubscriptionsListResponseObject) HasSubscriptions() bool
- func (o *SubscriptionsListResponseObject) HasTotal() bool
- func (o *SubscriptionsListResponseObject) HasTotalPages() bool
- func (o SubscriptionsListResponseObject) MarshalJSON() ([]byte, error)
- func (o *SubscriptionsListResponseObject) SetMorePages(v bool)
- func (o *SubscriptionsListResponseObject) SetPage(v int32)
- func (o *SubscriptionsListResponseObject) SetSubscriptions(v []ApplicationSubscriptionsResponseObject)
- func (o *SubscriptionsListResponseObject) SetTotal(v int64)
- func (o *SubscriptionsListResponseObject) SetTotalPages(v int32)
- func (o SubscriptionsListResponseObject) ToMap() (map[string]interface{}, error)
- type UpdateApplicationDependenciesRequestPayload
- func (o *UpdateApplicationDependenciesRequestPayload) GetAppProviderCustomProperties() map[string]map[string]interface{}
- func (o *UpdateApplicationDependenciesRequestPayload) GetAppProviderCustomPropertiesOk() (map[string]map[string]interface{}, bool)
- func (o *UpdateApplicationDependenciesRequestPayload) HasAppProviderCustomProperties() bool
- func (o UpdateApplicationDependenciesRequestPayload) MarshalJSON() ([]byte, error)
- func (o *UpdateApplicationDependenciesRequestPayload) SetAppProviderCustomProperties(v map[string]map[string]interface{})
- func (o UpdateApplicationDependenciesRequestPayload) ToMap() (map[string]interface{}, error)
- type UpdateSubscriptionRequestPayload
- func (o *UpdateSubscriptionRequestPayload) GetPlanName() string
- func (o *UpdateSubscriptionRequestPayload) GetPlanNameOk() (*string, bool)
- func (o *UpdateSubscriptionRequestPayload) GetSubscriptionParams() map[string]map[string]interface{}
- func (o *UpdateSubscriptionRequestPayload) GetSubscriptionParamsOk() (map[string]map[string]interface{}, bool)
- func (o *UpdateSubscriptionRequestPayload) HasPlanName() bool
- func (o *UpdateSubscriptionRequestPayload) HasSubscriptionParams() bool
- func (o UpdateSubscriptionRequestPayload) MarshalJSON() ([]byte, error)
- func (o *UpdateSubscriptionRequestPayload) SetPlanName(v string)
- func (o *UpdateSubscriptionRequestPayload) SetSubscriptionParams(v map[string]map[string]interface{})
- func (o UpdateSubscriptionRequestPayload) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // 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 { ApplicationOperationsForAppProvidersAPI ApplicationOperationsForAppProvidersAPI AsynchronousCallbackOperationsForXSUAAAPI AsynchronousCallbackOperationsForXSUAAAPI JobManagementAPI JobManagementAPI JobManagementForApplicationOperationsForAppProvidersAPI JobManagementForApplicationOperationsForAppProvidersAPI SubscriptionOperationsForAppConsumersAPI SubscriptionOperationsForAppConsumersAPI // contains filtered or unexported fields }
APIClient manages communication with the SaaS Provisioning Service API v1.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type ApiCreateSubscriptionAsyncRequest ¶
type ApiCreateSubscriptionAsyncRequest struct { ApiService SubscriptionOperationsForAppConsumersAPI // contains filtered or unexported fields }
func (ApiCreateSubscriptionAsyncRequest) CreateSubscriptionRequestPayload ¶
func (r ApiCreateSubscriptionAsyncRequest) CreateSubscriptionRequestPayload(createSubscriptionRequestPayload CreateSubscriptionRequestPayload) ApiCreateSubscriptionAsyncRequest
func (ApiCreateSubscriptionAsyncRequest) Execute ¶
func (r ApiCreateSubscriptionAsyncRequest) Execute() (*http.Response, error)
func (ApiCreateSubscriptionAsyncRequest) SAPPASSPORT ¶
func (r ApiCreateSubscriptionAsyncRequest) SAPPASSPORT(sAPPASSPORT string) ApiCreateSubscriptionAsyncRequest
Provide a set of correlation parameters to be used by the initial and subsequent components involved in the request: - The Root Context ID (GUID) identifies the initial context within a complex scenario, for example, the initiating user session. - The Transaction ID (GUID) identifies a technical transaction. - Connection ID (GUID) and Connection Counter uniquely identify together every request or message leaving a component via outbound communication.
type ApiDeleteApplicationAndTenantSubscriptionAsyncRequest ¶
type ApiDeleteApplicationAndTenantSubscriptionAsyncRequest struct { ApiService ApplicationOperationsForAppProvidersAPI // contains filtered or unexported fields }
func (ApiDeleteApplicationAndTenantSubscriptionAsyncRequest) Authorization ¶
func (r ApiDeleteApplicationAndTenantSubscriptionAsyncRequest) Authorization(authorization string) ApiDeleteApplicationAndTenantSubscriptionAsyncRequest
For all the APIs in the Application Operations for App Providers group, use only this authorization method. See the link for details about [how to obtain the access token](https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/6391b5dfe4704c6c8b71a32126828e9c.html).
func (ApiDeleteApplicationAndTenantSubscriptionAsyncRequest) ContentType ¶
func (r ApiDeleteApplicationAndTenantSubscriptionAsyncRequest) ContentType(contentType string) ApiDeleteApplicationAndTenantSubscriptionAsyncRequest
Specifies the type of data that is sent.
type ApiDeleteSubscriptionAsyncRequest ¶
type ApiDeleteSubscriptionAsyncRequest struct { ApiService SubscriptionOperationsForAppConsumersAPI // contains filtered or unexported fields }
func (ApiDeleteSubscriptionAsyncRequest) Execute ¶
func (r ApiDeleteSubscriptionAsyncRequest) Execute() (*http.Response, error)
func (ApiDeleteSubscriptionAsyncRequest) SAPPASSPORT ¶
func (r ApiDeleteSubscriptionAsyncRequest) SAPPASSPORT(sAPPASSPORT string) ApiDeleteSubscriptionAsyncRequest
Provide a set of correlation parameters to be used by the initial and subsequent components involved in the request: - The Root Context ID (GUID) identifies the initial context within a complex scenario, for example, the initiating user session. - The Transaction ID (GUID) identifies a technical transaction. - Connection ID (GUID) and Connection Counter uniquely identify together every request or message leaving a component via outbound communication.
type ApiDeleteSubscriptionLabelsRequest ¶
type ApiDeleteSubscriptionLabelsRequest struct { ApiService SubscriptionOperationsForAppConsumersAPI // contains filtered or unexported fields }
func (ApiDeleteSubscriptionLabelsRequest) Execute ¶
func (r ApiDeleteSubscriptionLabelsRequest) Execute() (*LabelsResponseObject, *http.Response, error)
type ApiExceptionResponseObject ¶
type ApiExceptionResponseObject struct {
Error *ApiExceptionResponseObjectError `json:"error,omitempty"`
}
ApiExceptionResponseObject struct for ApiExceptionResponseObject
func NewApiExceptionResponseObject ¶
func NewApiExceptionResponseObject() *ApiExceptionResponseObject
NewApiExceptionResponseObject instantiates a new ApiExceptionResponseObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApiExceptionResponseObjectWithDefaults ¶
func NewApiExceptionResponseObjectWithDefaults() *ApiExceptionResponseObject
NewApiExceptionResponseObjectWithDefaults instantiates a new ApiExceptionResponseObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApiExceptionResponseObject) GetError ¶
func (o *ApiExceptionResponseObject) GetError() ApiExceptionResponseObjectError
GetError returns the Error field value if set, zero value otherwise.
func (*ApiExceptionResponseObject) GetErrorOk ¶
func (o *ApiExceptionResponseObject) GetErrorOk() (*ApiExceptionResponseObjectError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiExceptionResponseObject) HasError ¶
func (o *ApiExceptionResponseObject) HasError() bool
HasError returns a boolean if a field has been set.
func (ApiExceptionResponseObject) MarshalJSON ¶
func (o ApiExceptionResponseObject) MarshalJSON() ([]byte, error)
func (*ApiExceptionResponseObject) SetError ¶
func (o *ApiExceptionResponseObject) SetError(v ApiExceptionResponseObjectError)
SetError gets a reference to the given ApiExceptionResponseObjectError and assigns it to the Error field.
func (ApiExceptionResponseObject) ToMap ¶
func (o ApiExceptionResponseObject) ToMap() (map[string]interface{}, error)
type ApiExceptionResponseObjectError ¶
type ApiExceptionResponseObjectError struct { // Technical code of the error as a reference for support Code int32 `json:"code"` // Log correlation ID to track the event CorrelationID string `json:"correlationID"` // Error description in JSON format Description map[string]interface{} `json:"description,omitempty"` // Nesting of error responses Details []NestingErrorDetailsResponseObject `json:"details,omitempty"` // User-friendly description of the error. Message string `json:"message"` // Describes a data element (for example, a resource path: /online-store/v1/products/123) Target *string `json:"target,omitempty"` }
ApiExceptionResponseObjectError struct for ApiExceptionResponseObjectError
func NewApiExceptionResponseObjectError ¶
func NewApiExceptionResponseObjectError(code int32, correlationID string, message string) *ApiExceptionResponseObjectError
NewApiExceptionResponseObjectError instantiates a new ApiExceptionResponseObjectError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApiExceptionResponseObjectErrorWithDefaults ¶
func NewApiExceptionResponseObjectErrorWithDefaults() *ApiExceptionResponseObjectError
NewApiExceptionResponseObjectErrorWithDefaults instantiates a new ApiExceptionResponseObjectError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApiExceptionResponseObjectError) GetCode ¶
func (o *ApiExceptionResponseObjectError) GetCode() int32
GetCode returns the Code field value
func (*ApiExceptionResponseObjectError) GetCodeOk ¶
func (o *ApiExceptionResponseObjectError) GetCodeOk() (*int32, bool)
GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.
func (*ApiExceptionResponseObjectError) GetCorrelationID ¶
func (o *ApiExceptionResponseObjectError) GetCorrelationID() string
GetCorrelationID returns the CorrelationID field value
func (*ApiExceptionResponseObjectError) GetCorrelationIDOk ¶
func (o *ApiExceptionResponseObjectError) GetCorrelationIDOk() (*string, bool)
GetCorrelationIDOk returns a tuple with the CorrelationID field value and a boolean to check if the value has been set.
func (*ApiExceptionResponseObjectError) GetDescription ¶
func (o *ApiExceptionResponseObjectError) GetDescription() map[string]interface{}
GetDescription returns the Description field value if set, zero value otherwise.
func (*ApiExceptionResponseObjectError) GetDescriptionOk ¶
func (o *ApiExceptionResponseObjectError) GetDescriptionOk() (map[string]interface{}, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiExceptionResponseObjectError) GetDetails ¶
func (o *ApiExceptionResponseObjectError) GetDetails() []NestingErrorDetailsResponseObject
GetDetails returns the Details field value if set, zero value otherwise.
func (*ApiExceptionResponseObjectError) GetDetailsOk ¶
func (o *ApiExceptionResponseObjectError) GetDetailsOk() ([]NestingErrorDetailsResponseObject, 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 (*ApiExceptionResponseObjectError) GetMessage ¶
func (o *ApiExceptionResponseObjectError) GetMessage() string
GetMessage returns the Message field value
func (*ApiExceptionResponseObjectError) GetMessageOk ¶
func (o *ApiExceptionResponseObjectError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ApiExceptionResponseObjectError) GetTarget ¶
func (o *ApiExceptionResponseObjectError) GetTarget() string
GetTarget returns the Target field value if set, zero value otherwise.
func (*ApiExceptionResponseObjectError) GetTargetOk ¶
func (o *ApiExceptionResponseObjectError) 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 (*ApiExceptionResponseObjectError) HasDescription ¶
func (o *ApiExceptionResponseObjectError) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ApiExceptionResponseObjectError) HasDetails ¶
func (o *ApiExceptionResponseObjectError) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (*ApiExceptionResponseObjectError) HasTarget ¶
func (o *ApiExceptionResponseObjectError) HasTarget() bool
HasTarget returns a boolean if a field has been set.
func (ApiExceptionResponseObjectError) MarshalJSON ¶
func (o ApiExceptionResponseObjectError) MarshalJSON() ([]byte, error)
func (*ApiExceptionResponseObjectError) SetCode ¶
func (o *ApiExceptionResponseObjectError) SetCode(v int32)
SetCode sets field value
func (*ApiExceptionResponseObjectError) SetCorrelationID ¶
func (o *ApiExceptionResponseObjectError) SetCorrelationID(v string)
SetCorrelationID sets field value
func (*ApiExceptionResponseObjectError) SetDescription ¶
func (o *ApiExceptionResponseObjectError) SetDescription(v map[string]interface{})
SetDescription gets a reference to the given map[string]interface{} and assigns it to the Description field.
func (*ApiExceptionResponseObjectError) SetDetails ¶
func (o *ApiExceptionResponseObjectError) SetDetails(v []NestingErrorDetailsResponseObject)
SetDetails gets a reference to the given []NestingErrorDetailsResponseObject and assigns it to the Details field.
func (*ApiExceptionResponseObjectError) SetMessage ¶
func (o *ApiExceptionResponseObjectError) SetMessage(v string)
SetMessage sets field value
func (*ApiExceptionResponseObjectError) SetTarget ¶
func (o *ApiExceptionResponseObjectError) SetTarget(v string)
SetTarget gets a reference to the given string and assigns it to the Target field.
func (ApiExceptionResponseObjectError) ToMap ¶
func (o ApiExceptionResponseObjectError) ToMap() (map[string]interface{}, error)
func (*ApiExceptionResponseObjectError) UnmarshalJSON ¶
func (o *ApiExceptionResponseObjectError) UnmarshalJSON(data []byte) (err error)
type ApiGetApplicationDetailsRequest ¶
type ApiGetApplicationDetailsRequest struct { ApiService ApplicationOperationsForAppProvidersAPI // contains filtered or unexported fields }
func (ApiGetApplicationDetailsRequest) Authorization ¶
func (r ApiGetApplicationDetailsRequest) Authorization(authorization string) ApiGetApplicationDetailsRequest
For all the APIs in the Application Operations for App Providers group, use only this authorization method. See the link for details about [how to obtain the access token](https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/6391b5dfe4704c6c8b71a32126828e9c.html).
func (ApiGetApplicationDetailsRequest) Execute ¶
func (r ApiGetApplicationDetailsRequest) Execute() (*RegistrationDetailsResponseObject, *http.Response, error)
type ApiGetApplicationSubscriptionsRequest ¶
type ApiGetApplicationSubscriptionsRequest struct { ApiService ApplicationOperationsForAppProvidersAPI // contains filtered or unexported fields }
func (ApiGetApplicationSubscriptionsRequest) Authorization ¶
func (r ApiGetApplicationSubscriptionsRequest) Authorization(authorization string) ApiGetApplicationSubscriptionsRequest
For all the APIs in the Application Operations for App Providers group, use only this authorization method. See the link for details about [how to obtain the access token](https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/6391b5dfe4704c6c8b71a32126828e9c.html).
func (ApiGetApplicationSubscriptionsRequest) ContentType ¶
func (r ApiGetApplicationSubscriptionsRequest) ContentType(contentType string) ApiGetApplicationSubscriptionsRequest
Specifies the type of data that is sent.
func (ApiGetApplicationSubscriptionsRequest) Execute ¶
func (r ApiGetApplicationSubscriptionsRequest) Execute() (*SubscriptionsListResponseObject, *http.Response, error)
func (ApiGetApplicationSubscriptionsRequest) GlobalAccountId ¶
func (r ApiGetApplicationSubscriptionsRequest) GlobalAccountId(globalAccountId string) ApiGetApplicationSubscriptionsRequest
Get subscriptions by associated global account ID.
func (ApiGetApplicationSubscriptionsRequest) Page ¶
func (r ApiGetApplicationSubscriptionsRequest) Page(page int32) ApiGetApplicationSubscriptionsRequest
A specific page to return. Used together with the 'size' parameter.<br>You define the number of subscriptions per page and then calculate the number of pages based on the total number of subscriptions.<br> For example, if you defined the size to be 200, and the total number of subscriptions for the requested service is 2000, you get 10 pages of subscriptions in the response.<br>If you requested for page #5, you get 200 subscriptions from position 800 to 1000 in the list.<br> Note: An empty result is returned if the page you requested is out of range. In the example above, you would get an empty result for any page after page #10.
func (ApiGetApplicationSubscriptionsRequest) Size ¶
func (r ApiGetApplicationSubscriptionsRequest) Size(size string) ApiGetApplicationSubscriptionsRequest
The number of subscriptions to include in the response. Works together with the 'page' parameter. The maximum number is 500. Any larger number specified still returns 500 subscriptions.
func (ApiGetApplicationSubscriptionsRequest) State ¶
func (r ApiGetApplicationSubscriptionsRequest) State(state string) ApiGetApplicationSubscriptionsRequest
Get subscriptions by state.
func (ApiGetApplicationSubscriptionsRequest) SubaccountId ¶
func (r ApiGetApplicationSubscriptionsRequest) SubaccountId(subaccountId string) ApiGetApplicationSubscriptionsRequest
Get subscriptions by the associated subaccount ID.
func (ApiGetApplicationSubscriptionsRequest) TenantId ¶
func (r ApiGetApplicationSubscriptionsRequest) TenantId(tenantId string) ApiGetApplicationSubscriptionsRequest
Get subscriptions by tenant ID.
type ApiGetEntitledApplicationRequest ¶
type ApiGetEntitledApplicationRequest struct { ApiService SubscriptionOperationsForAppConsumersAPI // contains filtered or unexported fields }
func (ApiGetEntitledApplicationRequest) AcceptLanguage ¶
func (r ApiGetEntitledApplicationRequest) AcceptLanguage(acceptLanguage string) ApiGetEntitledApplicationRequest
Indicates the natural language and locale that the client prefers.
func (ApiGetEntitledApplicationRequest) Execute ¶
func (r ApiGetEntitledApplicationRequest) Execute() (*EntitledApplicationsResponseObject, *http.Response, error)
func (ApiGetEntitledApplicationRequest) PlanName ¶
func (r ApiGetEntitledApplicationRequest) PlanName(planName string) ApiGetEntitledApplicationRequest
The name of the subscription plan to the multitenant application.
type ApiGetEntitledApplicationsRequest ¶
type ApiGetEntitledApplicationsRequest struct { ApiService SubscriptionOperationsForAppConsumersAPI // contains filtered or unexported fields }
func (ApiGetEntitledApplicationsRequest) AcceptLanguage ¶
func (r ApiGetEntitledApplicationsRequest) AcceptLanguage(acceptLanguage string) ApiGetEntitledApplicationsRequest
Indicates the natural language and locale that the client prefers.
func (ApiGetEntitledApplicationsRequest) Execute ¶
func (r ApiGetEntitledApplicationsRequest) Execute() (*EntitledApplicationsResponseCollection, *http.Response, error)
type ApiGetJobRelatedToSaasApplicationByIdRequest ¶
type ApiGetJobRelatedToSaasApplicationByIdRequest struct { ApiService JobManagementForApplicationOperationsForAppProvidersAPI // contains filtered or unexported fields }
func (ApiGetJobRelatedToSaasApplicationByIdRequest) Execute ¶
func (r ApiGetJobRelatedToSaasApplicationByIdRequest) Execute() (*JobStateResponseObject, *http.Response, error)
type ApiGetStatusRequest ¶
type ApiGetStatusRequest struct { ApiService JobManagementAPI // contains filtered or unexported fields }
type ApiGetSubscriptionLabelsRequest ¶
type ApiGetSubscriptionLabelsRequest struct { ApiService SubscriptionOperationsForAppConsumersAPI // contains filtered or unexported fields }
func (ApiGetSubscriptionLabelsRequest) Execute ¶
func (r ApiGetSubscriptionLabelsRequest) Execute() (*LabelsResponseObject, *http.Response, error)
type ApiSubscriptionCallbackAsyncRequest ¶
type ApiSubscriptionCallbackAsyncRequest struct { ApiService AsynchronousCallbackOperationsForXSUAAAPI // contains filtered or unexported fields }
func (ApiSubscriptionCallbackAsyncRequest) Execute ¶
func (r ApiSubscriptionCallbackAsyncRequest) Execute() (string, *http.Response, error)
func (ApiSubscriptionCallbackAsyncRequest) SaasAsyncSubscriptionRequestPayload ¶
func (r ApiSubscriptionCallbackAsyncRequest) SaasAsyncSubscriptionRequestPayload(saasAsyncSubscriptionRequestPayload SaasAsyncSubscriptionRequestPayload) ApiSubscriptionCallbackAsyncRequest
type ApiUpdateApplicationAndTenantSubscriptionAsyncRequest ¶
type ApiUpdateApplicationAndTenantSubscriptionAsyncRequest struct { ApiService ApplicationOperationsForAppProvidersAPI // contains filtered or unexported fields }
func (ApiUpdateApplicationAndTenantSubscriptionAsyncRequest) Authorization ¶
func (r ApiUpdateApplicationAndTenantSubscriptionAsyncRequest) Authorization(authorization string) ApiUpdateApplicationAndTenantSubscriptionAsyncRequest
For all the APIs in the Application Operations for App Providers group, use only this authorization method. See the link for details about [how to obtain the access token](https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/6391b5dfe4704c6c8b71a32126828e9c.html).
func (ApiUpdateApplicationAndTenantSubscriptionAsyncRequest) ContentType ¶
func (r ApiUpdateApplicationAndTenantSubscriptionAsyncRequest) ContentType(contentType string) ApiUpdateApplicationAndTenantSubscriptionAsyncRequest
Specifies the type of data that is sent.
func (ApiUpdateApplicationAndTenantSubscriptionAsyncRequest) Execute ¶
func (r ApiUpdateApplicationAndTenantSubscriptionAsyncRequest) Execute() (string, *http.Response, error)
func (ApiUpdateApplicationAndTenantSubscriptionAsyncRequest) SkipUnchangedDependencies ¶
func (r ApiUpdateApplicationAndTenantSubscriptionAsyncRequest) SkipUnchangedDependencies(skipUnchangedDependencies bool) ApiUpdateApplicationAndTenantSubscriptionAsyncRequest
Whether to skip updating the dependencies that haven’t changed.
func (ApiUpdateApplicationAndTenantSubscriptionAsyncRequest) SkipUpdatingDependencies ¶
func (r ApiUpdateApplicationAndTenantSubscriptionAsyncRequest) SkipUpdatingDependencies(skipUpdatingDependencies bool) ApiUpdateApplicationAndTenantSubscriptionAsyncRequest
Whether to skip updating dependencies. If set to true, updateApplicationURL must also be set to true. This way, you can update the application URL without updating its dependencies.
func (ApiUpdateApplicationAndTenantSubscriptionAsyncRequest) UpdateApplicationDependenciesRequestPayload ¶
func (r ApiUpdateApplicationAndTenantSubscriptionAsyncRequest) UpdateApplicationDependenciesRequestPayload(updateApplicationDependenciesRequestPayload UpdateApplicationDependenciesRequestPayload) ApiUpdateApplicationAndTenantSubscriptionAsyncRequest
func (ApiUpdateApplicationAndTenantSubscriptionAsyncRequest) UpdateApplicationURL ¶
func (r ApiUpdateApplicationAndTenantSubscriptionAsyncRequest) UpdateApplicationURL(updateApplicationURL bool) ApiUpdateApplicationAndTenantSubscriptionAsyncRequest
Whether to update the application URL returned from the app callback. If set to true together with skipUpdatingDependencies, the API call becomes synchronous.
type ApiUpdateSubscriptionParametersAsyncRequest ¶
type ApiUpdateSubscriptionParametersAsyncRequest struct { ApiService SubscriptionOperationsForAppConsumersAPI // contains filtered or unexported fields }
func (ApiUpdateSubscriptionParametersAsyncRequest) Execute ¶
func (r ApiUpdateSubscriptionParametersAsyncRequest) Execute() (*http.Response, error)
func (ApiUpdateSubscriptionParametersAsyncRequest) UpdateSubscriptionRequestPayload ¶
func (r ApiUpdateSubscriptionParametersAsyncRequest) UpdateSubscriptionRequestPayload(updateSubscriptionRequestPayload UpdateSubscriptionRequestPayload) ApiUpdateSubscriptionParametersAsyncRequest
type ApiUpsertSubscriptionLabelsRequest ¶
type ApiUpsertSubscriptionLabelsRequest struct { ApiService SubscriptionOperationsForAppConsumersAPI // contains filtered or unexported fields }
func (ApiUpsertSubscriptionLabelsRequest) Execute ¶
func (r ApiUpsertSubscriptionLabelsRequest) Execute() (*LabelsResponseObject, *http.Response, error)
func (ApiUpsertSubscriptionLabelsRequest) LabelAssignmentRequestPayload ¶
func (r ApiUpsertSubscriptionLabelsRequest) LabelAssignmentRequestPayload(labelAssignmentRequestPayload LabelAssignmentRequestPayload) ApiUpsertSubscriptionLabelsRequest
type ApplicationOperationsForAppProvidersAPI ¶
type ApplicationOperationsForAppProvidersAPI interface { /* DeleteApplicationAndTenantSubscriptionAsync Unsubscribe tenant from an application Unsubscribe a consumer subaccount tenant from a multitenant application. This REST call is asynchronous. After executing the API, a job to unsubscribe the tenant is created. You can unsubscribe tenants that are either in the same global account, or in a different global account as the provider of the application. You can unsubscribe tenants with the following statuses: SUBSCRIBED, SUBSCRIBE_FAILED, UNSUBSCRIBE FAILED, UPDATE_FAILED. After the API has been executed, you will get the notification specifying the details of the created subscription job in the following format: “Job for the subscription of application: <i><appId></i> and tenant: <i><tenantId></i> was created.” Where: * <i><appId></i> is the ID of the application to which you subscribed the tenant. * <i><tenantId></i> is the ID of the subscribed tenant. <b>Prerequisites</b>: You have obtained the access token for the application. <br/><br/>Required scopes: $XSAPPNAME.subscription.write @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param tenantId The ID of the tenant to unsubscribe @return ApiDeleteApplicationAndTenantSubscriptionAsyncRequest */ DeleteApplicationAndTenantSubscriptionAsync(ctx context.Context, tenantId string) ApiDeleteApplicationAndTenantSubscriptionAsyncRequest // DeleteApplicationAndTenantSubscriptionAsyncExecute executes the request // @return string DeleteApplicationAndTenantSubscriptionAsyncExecute(r ApiDeleteApplicationAndTenantSubscriptionAsyncRequest) (string, *http.Response, error) /* GetApplicationDetails Get application registration details Get registration details for a multitenant application from the SAP SaaS Provisioning service.<br/><br/>Required scopes: $XSAPPNAME.subscription.read @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetApplicationDetailsRequest */ GetApplicationDetails(ctx context.Context) ApiGetApplicationDetailsRequest // GetApplicationDetailsExecute executes the request // @return RegistrationDetailsResponseObject GetApplicationDetailsExecute(r ApiGetApplicationDetailsRequest) (*RegistrationDetailsResponseObject, *http.Response, error) /* GetApplicationSubscriptions Get application subscriptions Get information about the subscriptions of a multitenant application. The information includes the ID of the subscribed tenant, the subscription code, and subscription dependencies.<br/><br/>Required scopes: $XSAPPNAME.subscription.read @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetApplicationSubscriptionsRequest */ GetApplicationSubscriptions(ctx context.Context) ApiGetApplicationSubscriptionsRequest // GetApplicationSubscriptionsExecute executes the request // @return SubscriptionsListResponseObject GetApplicationSubscriptionsExecute(r ApiGetApplicationSubscriptionsRequest) (*SubscriptionsListResponseObject, *http.Response, error) /* UpdateApplicationAndTenantSubscriptionAsync Update subscription dependencies Update the dependencies of a multitenant application. This REST call is asynchronous. After executing the API, a job to update dependencies is created. You can update dependencies for tenants with status: SUBSCRIBED, UPDATE_FAILED. After the API has been executed, you will get the notification specifying the details of the created subscription job in the following format: “Job for the subscription of application: <i><appId></i> and tenant: <i><tenantId></i> was created.” Where: * <i><appId></i> is the ID of the application to which you subscribed the tenant. * <i><tenantId></i> is the ID of the subscribed tenant. <b>Prerequisites</b>: You have obtained the access token for the application. <br/><br/>Required scopes: $XSAPPNAME.subscription.write @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param tenantId The ID of the tenant for which to update dependencies @return ApiUpdateApplicationAndTenantSubscriptionAsyncRequest */ UpdateApplicationAndTenantSubscriptionAsync(ctx context.Context, tenantId string) ApiUpdateApplicationAndTenantSubscriptionAsyncRequest // UpdateApplicationAndTenantSubscriptionAsyncExecute executes the request // @return string UpdateApplicationAndTenantSubscriptionAsyncExecute(r ApiUpdateApplicationAndTenantSubscriptionAsyncRequest) (string, *http.Response, error) }
type ApplicationOperationsForAppProvidersAPIService ¶
type ApplicationOperationsForAppProvidersAPIService service
ApplicationOperationsForAppProvidersAPIService ApplicationOperationsForAppProvidersAPI service
func (*ApplicationOperationsForAppProvidersAPIService) DeleteApplicationAndTenantSubscriptionAsync ¶
func (a *ApplicationOperationsForAppProvidersAPIService) DeleteApplicationAndTenantSubscriptionAsync(ctx context.Context, tenantId string) ApiDeleteApplicationAndTenantSubscriptionAsyncRequest
DeleteApplicationAndTenantSubscriptionAsync Unsubscribe tenant from an application
Unsubscribe a consumer subaccount tenant from a multitenant application. This REST call is asynchronous. After executing the API, a job to unsubscribe the tenant is created. You can unsubscribe tenants that are either in the same global account, or in a different global account as the provider of the application. You can unsubscribe tenants with the following statuses: SUBSCRIBED, SUBSCRIBE_FAILED, UNSUBSCRIBE FAILED, UPDATE_FAILED. After the API has been executed, you will get the notification specifying the details of the created subscription job in the following format: “Job for the subscription of application: <i><appId></i> and tenant: <i><tenantId></i> was created.” Where: * <i><appId></i> is the ID of the application to which you subscribed the tenant. * <i><tenantId></i> is the ID of the subscribed tenant.
<b>Prerequisites</b>: You have obtained the access token for the application. <br/><br/>Required scopes: $XSAPPNAME.subscription.write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param tenantId The ID of the tenant to unsubscribe @return ApiDeleteApplicationAndTenantSubscriptionAsyncRequest
func (*ApplicationOperationsForAppProvidersAPIService) DeleteApplicationAndTenantSubscriptionAsyncExecute ¶
func (a *ApplicationOperationsForAppProvidersAPIService) DeleteApplicationAndTenantSubscriptionAsyncExecute(r ApiDeleteApplicationAndTenantSubscriptionAsyncRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*ApplicationOperationsForAppProvidersAPIService) GetApplicationDetails ¶
func (a *ApplicationOperationsForAppProvidersAPIService) GetApplicationDetails(ctx context.Context) ApiGetApplicationDetailsRequest
GetApplicationDetails Get application registration details
Get registration details for a multitenant application from the SAP SaaS Provisioning service.<br/><br/>Required scopes: $XSAPPNAME.subscription.read
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetApplicationDetailsRequest
func (*ApplicationOperationsForAppProvidersAPIService) GetApplicationDetailsExecute ¶
func (a *ApplicationOperationsForAppProvidersAPIService) GetApplicationDetailsExecute(r ApiGetApplicationDetailsRequest) (*RegistrationDetailsResponseObject, *http.Response, error)
Execute executes the request
@return RegistrationDetailsResponseObject
func (*ApplicationOperationsForAppProvidersAPIService) GetApplicationSubscriptions ¶
func (a *ApplicationOperationsForAppProvidersAPIService) GetApplicationSubscriptions(ctx context.Context) ApiGetApplicationSubscriptionsRequest
GetApplicationSubscriptions Get application subscriptions
Get information about the subscriptions of a multitenant application. The information includes the ID of the subscribed tenant, the subscription code, and subscription dependencies.<br/><br/>Required scopes: $XSAPPNAME.subscription.read
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetApplicationSubscriptionsRequest
func (*ApplicationOperationsForAppProvidersAPIService) GetApplicationSubscriptionsExecute ¶
func (a *ApplicationOperationsForAppProvidersAPIService) GetApplicationSubscriptionsExecute(r ApiGetApplicationSubscriptionsRequest) (*SubscriptionsListResponseObject, *http.Response, error)
Execute executes the request
@return SubscriptionsListResponseObject
func (*ApplicationOperationsForAppProvidersAPIService) UpdateApplicationAndTenantSubscriptionAsync ¶
func (a *ApplicationOperationsForAppProvidersAPIService) UpdateApplicationAndTenantSubscriptionAsync(ctx context.Context, tenantId string) ApiUpdateApplicationAndTenantSubscriptionAsyncRequest
UpdateApplicationAndTenantSubscriptionAsync Update subscription dependencies
Update the dependencies of a multitenant application. This REST call is asynchronous. After executing the API, a job to update dependencies is created. You can update dependencies for tenants with status: SUBSCRIBED, UPDATE_FAILED. After the API has been executed, you will get the notification specifying the details of the created subscription job in the following format: “Job for the subscription of application: <i><appId></i> and tenant: <i><tenantId></i> was created.” Where: * <i><appId></i> is the ID of the application to which you subscribed the tenant. * <i><tenantId></i> is the ID of the subscribed tenant.
<b>Prerequisites</b>: You have obtained the access token for the application. <br/><br/>Required scopes: $XSAPPNAME.subscription.write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param tenantId The ID of the tenant for which to update dependencies @return ApiUpdateApplicationAndTenantSubscriptionAsyncRequest
func (*ApplicationOperationsForAppProvidersAPIService) UpdateApplicationAndTenantSubscriptionAsyncExecute ¶
func (a *ApplicationOperationsForAppProvidersAPIService) UpdateApplicationAndTenantSubscriptionAsyncExecute(r ApiUpdateApplicationAndTenantSubscriptionAsyncRequest) (string, *http.Response, error)
Execute executes the request
@return string
type ApplicationResourceDto ¶
type ApplicationResourceDto struct { Name *string `json:"name,omitempty"` Path *string `json:"path,omitempty"` }
ApplicationResourceDto The application resource reference in Unified Services. This object includes the name and path of the application resource.
func NewApplicationResourceDto ¶
func NewApplicationResourceDto() *ApplicationResourceDto
NewApplicationResourceDto instantiates a new ApplicationResourceDto object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApplicationResourceDtoWithDefaults ¶
func NewApplicationResourceDtoWithDefaults() *ApplicationResourceDto
NewApplicationResourceDtoWithDefaults instantiates a new ApplicationResourceDto object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApplicationResourceDto) GetName ¶
func (o *ApplicationResourceDto) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ApplicationResourceDto) GetNameOk ¶
func (o *ApplicationResourceDto) 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 (*ApplicationResourceDto) GetPath ¶
func (o *ApplicationResourceDto) GetPath() string
GetPath returns the Path field value if set, zero value otherwise.
func (*ApplicationResourceDto) GetPathOk ¶
func (o *ApplicationResourceDto) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationResourceDto) HasName ¶
func (o *ApplicationResourceDto) HasName() bool
HasName returns a boolean if a field has been set.
func (*ApplicationResourceDto) HasPath ¶
func (o *ApplicationResourceDto) HasPath() bool
HasPath returns a boolean if a field has been set.
func (ApplicationResourceDto) MarshalJSON ¶
func (o ApplicationResourceDto) MarshalJSON() ([]byte, error)
func (*ApplicationResourceDto) SetName ¶
func (o *ApplicationResourceDto) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ApplicationResourceDto) SetPath ¶
func (o *ApplicationResourceDto) SetPath(v string)
SetPath gets a reference to the given string and assigns it to the Path field.
func (ApplicationResourceDto) ToMap ¶
func (o ApplicationResourceDto) ToMap() (map[string]interface{}, error)
type ApplicationSubscriptionsResponseObject ¶
type ApplicationSubscriptionsResponseObject struct { // Specifies the ability to use the service plan of the subscribed application. The actual amount has no bearing on the maximum consumption limit of the application. Amount *int64 `json:"amount,omitempty"` // The appId of the master XSUAA instance provided when registering the multitenant application in saas registry. AppId *string `json:"appId,omitempty"` // The unique registration name of the deployed multitenant application, as defined by the app developer. AppName *string `json:"appName,omitempty"` // appName of the SaaS Provisioning multitenant application whose subscription was moved to the associated Subscription Manager Service (SMS) multitenant application. AppNameBeforeMovedFromSaasProvisioning *string `json:"appNameBeforeMovedFromSaasProvisioning,omitempty"` // The date and time the subscription was last modified. Dates and times are in UTC format. ChangedOn *string `json:"changedOn,omitempty"` // A subscription code for the application. Code *string `json:"code,omitempty"` // The unique commercial registration name of the deployed multitenant application as defined by the app developer. CommercialAppName *string `json:"commercialAppName,omitempty"` // Tenant ID of the global account or subaccount of the consumer that has subscribed to the multitenant application. ConsumerTenantId *string `json:"consumerTenantId,omitempty"` // The date and time the subscription was created. Dates and times are in UTC format. CreatedOn *string `json:"createdOn,omitempty"` // Any reuse services used or required by a subscribed application and its services. Dependencies []DependenciesResponseObject `json:"dependencies,omitempty"` // Error description for the following statuses: SUBSCRIBE_FAILED, UNSUBSCRIBE_FAILED, UPDATE_FAILED. Error *string `json:"error,omitempty"` // ID of the associated global account. GlobalAccountId *string `json:"globalAccountId,omitempty"` // Whether the consumer tenant is active. This field is returned only if one of the following query parameters was used during the API call: tenantId, subaccountId IsConsumerTenantActive *bool `json:"isConsumerTenantActive,omitempty"` // The license type of the associated global account. LicenseType *string `json:"licenseType,omitempty"` // Whether the subscription was moved from the SaaS Provisioning service to its associated Subscription Manager Service application. MovedFromSaasProvisioning *bool `json:"movedFromSaasProvisioning,omitempty"` // The ID of the multitenant application that is registered to the SAP SaaS Provisioning registry. ServiceInstanceId *string `json:"serviceInstanceId,omitempty"` // State of the subscriptions. Possible states: IN_PROCESS, SUBSCRIBED, SUBSCRIBE_FAILED, UNSUBSCRIBE_FAILED, UPDATE_FAILED. State *string `json:"state,omitempty"` // ID of the associated subaccount. SubaccountId *string `json:"subaccountId,omitempty"` // Consumer Subdomain Subdomain *string `json:"subdomain,omitempty"` // Unique subscription ID associated with the instance of the dependent service to be used for future references, such as 'GET all subscriptions' API call. SubscriptionGUID *string `json:"subscriptionGUID,omitempty"` // Application URL Url *string `json:"url,omitempty"` }
ApplicationSubscriptionsResponseObject The list of the requested app subscriptions.
func NewApplicationSubscriptionsResponseObject ¶
func NewApplicationSubscriptionsResponseObject() *ApplicationSubscriptionsResponseObject
NewApplicationSubscriptionsResponseObject instantiates a new ApplicationSubscriptionsResponseObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApplicationSubscriptionsResponseObjectWithDefaults ¶
func NewApplicationSubscriptionsResponseObjectWithDefaults() *ApplicationSubscriptionsResponseObject
NewApplicationSubscriptionsResponseObjectWithDefaults instantiates a new ApplicationSubscriptionsResponseObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApplicationSubscriptionsResponseObject) GetAmount ¶
func (o *ApplicationSubscriptionsResponseObject) GetAmount() int64
GetAmount returns the Amount field value if set, zero value otherwise.
func (*ApplicationSubscriptionsResponseObject) GetAmountOk ¶
func (o *ApplicationSubscriptionsResponseObject) GetAmountOk() (*int64, bool)
GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationSubscriptionsResponseObject) GetAppId ¶
func (o *ApplicationSubscriptionsResponseObject) GetAppId() string
GetAppId returns the AppId field value if set, zero value otherwise.
func (*ApplicationSubscriptionsResponseObject) GetAppIdOk ¶
func (o *ApplicationSubscriptionsResponseObject) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationSubscriptionsResponseObject) GetAppName ¶
func (o *ApplicationSubscriptionsResponseObject) GetAppName() string
GetAppName returns the AppName field value if set, zero value otherwise.
func (*ApplicationSubscriptionsResponseObject) GetAppNameBeforeMovedFromSaasProvisioning ¶
func (o *ApplicationSubscriptionsResponseObject) GetAppNameBeforeMovedFromSaasProvisioning() string
GetAppNameBeforeMovedFromSaasProvisioning returns the AppNameBeforeMovedFromSaasProvisioning field value if set, zero value otherwise.
func (*ApplicationSubscriptionsResponseObject) GetAppNameBeforeMovedFromSaasProvisioningOk ¶
func (o *ApplicationSubscriptionsResponseObject) GetAppNameBeforeMovedFromSaasProvisioningOk() (*string, bool)
GetAppNameBeforeMovedFromSaasProvisioningOk returns a tuple with the AppNameBeforeMovedFromSaasProvisioning field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationSubscriptionsResponseObject) GetAppNameOk ¶
func (o *ApplicationSubscriptionsResponseObject) GetAppNameOk() (*string, bool)
GetAppNameOk returns a tuple with the AppName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationSubscriptionsResponseObject) GetChangedOn ¶
func (o *ApplicationSubscriptionsResponseObject) GetChangedOn() string
GetChangedOn returns the ChangedOn field value if set, zero value otherwise.
func (*ApplicationSubscriptionsResponseObject) GetChangedOnOk ¶
func (o *ApplicationSubscriptionsResponseObject) GetChangedOnOk() (*string, bool)
GetChangedOnOk returns a tuple with the ChangedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationSubscriptionsResponseObject) GetCode ¶
func (o *ApplicationSubscriptionsResponseObject) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ApplicationSubscriptionsResponseObject) GetCodeOk ¶
func (o *ApplicationSubscriptionsResponseObject) GetCodeOk() (*string, bool)
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 (*ApplicationSubscriptionsResponseObject) GetCommercialAppName ¶
func (o *ApplicationSubscriptionsResponseObject) GetCommercialAppName() string
GetCommercialAppName returns the CommercialAppName field value if set, zero value otherwise.
func (*ApplicationSubscriptionsResponseObject) GetCommercialAppNameOk ¶
func (o *ApplicationSubscriptionsResponseObject) GetCommercialAppNameOk() (*string, bool)
GetCommercialAppNameOk returns a tuple with the CommercialAppName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationSubscriptionsResponseObject) GetConsumerTenantId ¶
func (o *ApplicationSubscriptionsResponseObject) GetConsumerTenantId() string
GetConsumerTenantId returns the ConsumerTenantId field value if set, zero value otherwise.
func (*ApplicationSubscriptionsResponseObject) GetConsumerTenantIdOk ¶
func (o *ApplicationSubscriptionsResponseObject) GetConsumerTenantIdOk() (*string, bool)
GetConsumerTenantIdOk returns a tuple with the ConsumerTenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationSubscriptionsResponseObject) GetCreatedOn ¶
func (o *ApplicationSubscriptionsResponseObject) GetCreatedOn() string
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*ApplicationSubscriptionsResponseObject) GetCreatedOnOk ¶
func (o *ApplicationSubscriptionsResponseObject) 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 (*ApplicationSubscriptionsResponseObject) GetDependencies ¶
func (o *ApplicationSubscriptionsResponseObject) GetDependencies() []DependenciesResponseObject
GetDependencies returns the Dependencies field value if set, zero value otherwise.
func (*ApplicationSubscriptionsResponseObject) GetDependenciesOk ¶
func (o *ApplicationSubscriptionsResponseObject) GetDependenciesOk() ([]DependenciesResponseObject, bool)
GetDependenciesOk returns a tuple with the Dependencies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationSubscriptionsResponseObject) GetError ¶
func (o *ApplicationSubscriptionsResponseObject) GetError() string
GetError returns the Error field value if set, zero value otherwise.
func (*ApplicationSubscriptionsResponseObject) GetErrorOk ¶
func (o *ApplicationSubscriptionsResponseObject) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationSubscriptionsResponseObject) GetGlobalAccountId ¶
func (o *ApplicationSubscriptionsResponseObject) GetGlobalAccountId() string
GetGlobalAccountId returns the GlobalAccountId field value if set, zero value otherwise.
func (*ApplicationSubscriptionsResponseObject) GetGlobalAccountIdOk ¶
func (o *ApplicationSubscriptionsResponseObject) GetGlobalAccountIdOk() (*string, bool)
GetGlobalAccountIdOk returns a tuple with the GlobalAccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationSubscriptionsResponseObject) GetIsConsumerTenantActive ¶
func (o *ApplicationSubscriptionsResponseObject) GetIsConsumerTenantActive() bool
GetIsConsumerTenantActive returns the IsConsumerTenantActive field value if set, zero value otherwise.
func (*ApplicationSubscriptionsResponseObject) GetIsConsumerTenantActiveOk ¶
func (o *ApplicationSubscriptionsResponseObject) GetIsConsumerTenantActiveOk() (*bool, bool)
GetIsConsumerTenantActiveOk returns a tuple with the IsConsumerTenantActive field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationSubscriptionsResponseObject) GetLicenseType ¶
func (o *ApplicationSubscriptionsResponseObject) GetLicenseType() string
GetLicenseType returns the LicenseType field value if set, zero value otherwise.
func (*ApplicationSubscriptionsResponseObject) GetLicenseTypeOk ¶
func (o *ApplicationSubscriptionsResponseObject) GetLicenseTypeOk() (*string, bool)
GetLicenseTypeOk returns a tuple with the LicenseType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationSubscriptionsResponseObject) GetMovedFromSaasProvisioning ¶
func (o *ApplicationSubscriptionsResponseObject) GetMovedFromSaasProvisioning() bool
GetMovedFromSaasProvisioning returns the MovedFromSaasProvisioning field value if set, zero value otherwise.
func (*ApplicationSubscriptionsResponseObject) GetMovedFromSaasProvisioningOk ¶
func (o *ApplicationSubscriptionsResponseObject) GetMovedFromSaasProvisioningOk() (*bool, bool)
GetMovedFromSaasProvisioningOk returns a tuple with the MovedFromSaasProvisioning field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationSubscriptionsResponseObject) GetServiceInstanceId ¶
func (o *ApplicationSubscriptionsResponseObject) GetServiceInstanceId() string
GetServiceInstanceId returns the ServiceInstanceId field value if set, zero value otherwise.
func (*ApplicationSubscriptionsResponseObject) GetServiceInstanceIdOk ¶
func (o *ApplicationSubscriptionsResponseObject) 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 (*ApplicationSubscriptionsResponseObject) GetState ¶
func (o *ApplicationSubscriptionsResponseObject) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*ApplicationSubscriptionsResponseObject) GetStateOk ¶
func (o *ApplicationSubscriptionsResponseObject) 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 (*ApplicationSubscriptionsResponseObject) GetSubaccountId ¶
func (o *ApplicationSubscriptionsResponseObject) GetSubaccountId() string
GetSubaccountId returns the SubaccountId field value if set, zero value otherwise.
func (*ApplicationSubscriptionsResponseObject) GetSubaccountIdOk ¶
func (o *ApplicationSubscriptionsResponseObject) GetSubaccountIdOk() (*string, bool)
GetSubaccountIdOk returns a tuple with the SubaccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationSubscriptionsResponseObject) GetSubdomain ¶
func (o *ApplicationSubscriptionsResponseObject) GetSubdomain() string
GetSubdomain returns the Subdomain field value if set, zero value otherwise.
func (*ApplicationSubscriptionsResponseObject) GetSubdomainOk ¶
func (o *ApplicationSubscriptionsResponseObject) GetSubdomainOk() (*string, bool)
GetSubdomainOk returns a tuple with the Subdomain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationSubscriptionsResponseObject) GetSubscriptionGUID ¶
func (o *ApplicationSubscriptionsResponseObject) GetSubscriptionGUID() string
GetSubscriptionGUID returns the SubscriptionGUID field value if set, zero value otherwise.
func (*ApplicationSubscriptionsResponseObject) GetSubscriptionGUIDOk ¶
func (o *ApplicationSubscriptionsResponseObject) GetSubscriptionGUIDOk() (*string, bool)
GetSubscriptionGUIDOk returns a tuple with the SubscriptionGUID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationSubscriptionsResponseObject) GetUrl ¶
func (o *ApplicationSubscriptionsResponseObject) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*ApplicationSubscriptionsResponseObject) GetUrlOk ¶
func (o *ApplicationSubscriptionsResponseObject) 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 (*ApplicationSubscriptionsResponseObject) HasAmount ¶
func (o *ApplicationSubscriptionsResponseObject) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (*ApplicationSubscriptionsResponseObject) HasAppId ¶
func (o *ApplicationSubscriptionsResponseObject) HasAppId() bool
HasAppId returns a boolean if a field has been set.
func (*ApplicationSubscriptionsResponseObject) HasAppName ¶
func (o *ApplicationSubscriptionsResponseObject) HasAppName() bool
HasAppName returns a boolean if a field has been set.
func (*ApplicationSubscriptionsResponseObject) HasAppNameBeforeMovedFromSaasProvisioning ¶
func (o *ApplicationSubscriptionsResponseObject) HasAppNameBeforeMovedFromSaasProvisioning() bool
HasAppNameBeforeMovedFromSaasProvisioning returns a boolean if a field has been set.
func (*ApplicationSubscriptionsResponseObject) HasChangedOn ¶
func (o *ApplicationSubscriptionsResponseObject) HasChangedOn() bool
HasChangedOn returns a boolean if a field has been set.
func (*ApplicationSubscriptionsResponseObject) HasCode ¶
func (o *ApplicationSubscriptionsResponseObject) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ApplicationSubscriptionsResponseObject) HasCommercialAppName ¶
func (o *ApplicationSubscriptionsResponseObject) HasCommercialAppName() bool
HasCommercialAppName returns a boolean if a field has been set.
func (*ApplicationSubscriptionsResponseObject) HasConsumerTenantId ¶
func (o *ApplicationSubscriptionsResponseObject) HasConsumerTenantId() bool
HasConsumerTenantId returns a boolean if a field has been set.
func (*ApplicationSubscriptionsResponseObject) HasCreatedOn ¶
func (o *ApplicationSubscriptionsResponseObject) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*ApplicationSubscriptionsResponseObject) HasDependencies ¶
func (o *ApplicationSubscriptionsResponseObject) HasDependencies() bool
HasDependencies returns a boolean if a field has been set.
func (*ApplicationSubscriptionsResponseObject) HasError ¶
func (o *ApplicationSubscriptionsResponseObject) HasError() bool
HasError returns a boolean if a field has been set.
func (*ApplicationSubscriptionsResponseObject) HasGlobalAccountId ¶
func (o *ApplicationSubscriptionsResponseObject) HasGlobalAccountId() bool
HasGlobalAccountId returns a boolean if a field has been set.
func (*ApplicationSubscriptionsResponseObject) HasIsConsumerTenantActive ¶
func (o *ApplicationSubscriptionsResponseObject) HasIsConsumerTenantActive() bool
HasIsConsumerTenantActive returns a boolean if a field has been set.
func (*ApplicationSubscriptionsResponseObject) HasLicenseType ¶
func (o *ApplicationSubscriptionsResponseObject) HasLicenseType() bool
HasLicenseType returns a boolean if a field has been set.
func (*ApplicationSubscriptionsResponseObject) HasMovedFromSaasProvisioning ¶
func (o *ApplicationSubscriptionsResponseObject) HasMovedFromSaasProvisioning() bool
HasMovedFromSaasProvisioning returns a boolean if a field has been set.
func (*ApplicationSubscriptionsResponseObject) HasServiceInstanceId ¶
func (o *ApplicationSubscriptionsResponseObject) HasServiceInstanceId() bool
HasServiceInstanceId returns a boolean if a field has been set.
func (*ApplicationSubscriptionsResponseObject) HasState ¶
func (o *ApplicationSubscriptionsResponseObject) HasState() bool
HasState returns a boolean if a field has been set.
func (*ApplicationSubscriptionsResponseObject) HasSubaccountId ¶
func (o *ApplicationSubscriptionsResponseObject) HasSubaccountId() bool
HasSubaccountId returns a boolean if a field has been set.
func (*ApplicationSubscriptionsResponseObject) HasSubdomain ¶
func (o *ApplicationSubscriptionsResponseObject) HasSubdomain() bool
HasSubdomain returns a boolean if a field has been set.
func (*ApplicationSubscriptionsResponseObject) HasSubscriptionGUID ¶
func (o *ApplicationSubscriptionsResponseObject) HasSubscriptionGUID() bool
HasSubscriptionGUID returns a boolean if a field has been set.
func (*ApplicationSubscriptionsResponseObject) HasUrl ¶
func (o *ApplicationSubscriptionsResponseObject) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (ApplicationSubscriptionsResponseObject) MarshalJSON ¶
func (o ApplicationSubscriptionsResponseObject) MarshalJSON() ([]byte, error)
func (*ApplicationSubscriptionsResponseObject) SetAmount ¶
func (o *ApplicationSubscriptionsResponseObject) SetAmount(v int64)
SetAmount gets a reference to the given int64 and assigns it to the Amount field.
func (*ApplicationSubscriptionsResponseObject) SetAppId ¶
func (o *ApplicationSubscriptionsResponseObject) SetAppId(v string)
SetAppId gets a reference to the given string and assigns it to the AppId field.
func (*ApplicationSubscriptionsResponseObject) SetAppName ¶
func (o *ApplicationSubscriptionsResponseObject) SetAppName(v string)
SetAppName gets a reference to the given string and assigns it to the AppName field.
func (*ApplicationSubscriptionsResponseObject) SetAppNameBeforeMovedFromSaasProvisioning ¶
func (o *ApplicationSubscriptionsResponseObject) SetAppNameBeforeMovedFromSaasProvisioning(v string)
SetAppNameBeforeMovedFromSaasProvisioning gets a reference to the given string and assigns it to the AppNameBeforeMovedFromSaasProvisioning field.
func (*ApplicationSubscriptionsResponseObject) SetChangedOn ¶
func (o *ApplicationSubscriptionsResponseObject) SetChangedOn(v string)
SetChangedOn gets a reference to the given string and assigns it to the ChangedOn field.
func (*ApplicationSubscriptionsResponseObject) SetCode ¶
func (o *ApplicationSubscriptionsResponseObject) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*ApplicationSubscriptionsResponseObject) SetCommercialAppName ¶
func (o *ApplicationSubscriptionsResponseObject) SetCommercialAppName(v string)
SetCommercialAppName gets a reference to the given string and assigns it to the CommercialAppName field.
func (*ApplicationSubscriptionsResponseObject) SetConsumerTenantId ¶
func (o *ApplicationSubscriptionsResponseObject) SetConsumerTenantId(v string)
SetConsumerTenantId gets a reference to the given string and assigns it to the ConsumerTenantId field.
func (*ApplicationSubscriptionsResponseObject) SetCreatedOn ¶
func (o *ApplicationSubscriptionsResponseObject) SetCreatedOn(v string)
SetCreatedOn gets a reference to the given string and assigns it to the CreatedOn field.
func (*ApplicationSubscriptionsResponseObject) SetDependencies ¶
func (o *ApplicationSubscriptionsResponseObject) SetDependencies(v []DependenciesResponseObject)
SetDependencies gets a reference to the given []DependenciesResponseObject and assigns it to the Dependencies field.
func (*ApplicationSubscriptionsResponseObject) SetError ¶
func (o *ApplicationSubscriptionsResponseObject) SetError(v string)
SetError gets a reference to the given string and assigns it to the Error field.
func (*ApplicationSubscriptionsResponseObject) SetGlobalAccountId ¶
func (o *ApplicationSubscriptionsResponseObject) SetGlobalAccountId(v string)
SetGlobalAccountId gets a reference to the given string and assigns it to the GlobalAccountId field.
func (*ApplicationSubscriptionsResponseObject) SetIsConsumerTenantActive ¶
func (o *ApplicationSubscriptionsResponseObject) SetIsConsumerTenantActive(v bool)
SetIsConsumerTenantActive gets a reference to the given bool and assigns it to the IsConsumerTenantActive field.
func (*ApplicationSubscriptionsResponseObject) SetLicenseType ¶
func (o *ApplicationSubscriptionsResponseObject) SetLicenseType(v string)
SetLicenseType gets a reference to the given string and assigns it to the LicenseType field.
func (*ApplicationSubscriptionsResponseObject) SetMovedFromSaasProvisioning ¶
func (o *ApplicationSubscriptionsResponseObject) SetMovedFromSaasProvisioning(v bool)
SetMovedFromSaasProvisioning gets a reference to the given bool and assigns it to the MovedFromSaasProvisioning field.
func (*ApplicationSubscriptionsResponseObject) SetServiceInstanceId ¶
func (o *ApplicationSubscriptionsResponseObject) SetServiceInstanceId(v string)
SetServiceInstanceId gets a reference to the given string and assigns it to the ServiceInstanceId field.
func (*ApplicationSubscriptionsResponseObject) SetState ¶
func (o *ApplicationSubscriptionsResponseObject) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*ApplicationSubscriptionsResponseObject) SetSubaccountId ¶
func (o *ApplicationSubscriptionsResponseObject) SetSubaccountId(v string)
SetSubaccountId gets a reference to the given string and assigns it to the SubaccountId field.
func (*ApplicationSubscriptionsResponseObject) SetSubdomain ¶
func (o *ApplicationSubscriptionsResponseObject) SetSubdomain(v string)
SetSubdomain gets a reference to the given string and assigns it to the Subdomain field.
func (*ApplicationSubscriptionsResponseObject) SetSubscriptionGUID ¶
func (o *ApplicationSubscriptionsResponseObject) SetSubscriptionGUID(v string)
SetSubscriptionGUID gets a reference to the given string and assigns it to the SubscriptionGUID field.
func (*ApplicationSubscriptionsResponseObject) SetUrl ¶
func (o *ApplicationSubscriptionsResponseObject) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (ApplicationSubscriptionsResponseObject) ToMap ¶
func (o ApplicationSubscriptionsResponseObject) ToMap() (map[string]interface{}, error)
type AsynchronousCallbackOperationsForXSUAAAPI ¶
type AsynchronousCallbackOperationsForXSUAAAPI interface { /* SubscriptionCallbackAsync Subscribe a subaccount tenant to an application Use the async callback feature to subscribe a subaccount tenant to a multitenant application if a subscription process is time-consuming.<br/><br/>Requires one of the following scopes: $XSAPPNAME.subscription.write or $XSAPPNAME.subscription.service.write @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param identifier Unique identifier of the current subscription job. @return ApiSubscriptionCallbackAsyncRequest */ SubscriptionCallbackAsync(ctx context.Context, identifier string) ApiSubscriptionCallbackAsyncRequest // SubscriptionCallbackAsyncExecute executes the request // @return string SubscriptionCallbackAsyncExecute(r ApiSubscriptionCallbackAsyncRequest) (string, *http.Response, error) }
type AsynchronousCallbackOperationsForXSUAAAPIService ¶
type AsynchronousCallbackOperationsForXSUAAAPIService service
AsynchronousCallbackOperationsForXSUAAAPIService AsynchronousCallbackOperationsForXSUAAAPI service
func (*AsynchronousCallbackOperationsForXSUAAAPIService) SubscriptionCallbackAsync ¶
func (a *AsynchronousCallbackOperationsForXSUAAAPIService) SubscriptionCallbackAsync(ctx context.Context, identifier string) ApiSubscriptionCallbackAsyncRequest
SubscriptionCallbackAsync Subscribe a subaccount tenant to an application
Use the async callback feature to subscribe a subaccount tenant to a multitenant application if a subscription process is time-consuming.<br/><br/>Requires one of the following scopes: $XSAPPNAME.subscription.write or $XSAPPNAME.subscription.service.write
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param identifier Unique identifier of the current subscription job. @return ApiSubscriptionCallbackAsyncRequest
func (*AsynchronousCallbackOperationsForXSUAAAPIService) SubscriptionCallbackAsyncExecute ¶
func (a *AsynchronousCallbackOperationsForXSUAAAPIService) SubscriptionCallbackAsyncExecute(r ApiSubscriptionCallbackAsyncRequest) (string, *http.Response, error)
Execute executes the request
@return string
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type CreateSubscriptionRequestPayload ¶
type CreateSubscriptionRequestPayload struct { // The name of the subscription plan to a multitenant application PlanName *string `json:"planName,omitempty"` // Additional subscription parameters determined by the application provider. SubscriptionParams map[string]map[string]interface{} `json:"subscriptionParams,omitempty"` }
CreateSubscriptionRequestPayload Create the request to subscribe to a multitenant application from a subaccount.
func NewCreateSubscriptionRequestPayload ¶
func NewCreateSubscriptionRequestPayload() *CreateSubscriptionRequestPayload
NewCreateSubscriptionRequestPayload instantiates a new CreateSubscriptionRequestPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateSubscriptionRequestPayloadWithDefaults ¶
func NewCreateSubscriptionRequestPayloadWithDefaults() *CreateSubscriptionRequestPayload
NewCreateSubscriptionRequestPayloadWithDefaults instantiates a new CreateSubscriptionRequestPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateSubscriptionRequestPayload) GetPlanName ¶
func (o *CreateSubscriptionRequestPayload) GetPlanName() string
GetPlanName returns the PlanName field value if set, zero value otherwise.
func (*CreateSubscriptionRequestPayload) GetPlanNameOk ¶
func (o *CreateSubscriptionRequestPayload) GetPlanNameOk() (*string, bool)
GetPlanNameOk returns a tuple with the PlanName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSubscriptionRequestPayload) GetSubscriptionParams ¶
func (o *CreateSubscriptionRequestPayload) GetSubscriptionParams() map[string]map[string]interface{}
GetSubscriptionParams returns the SubscriptionParams field value if set, zero value otherwise.
func (*CreateSubscriptionRequestPayload) GetSubscriptionParamsOk ¶
func (o *CreateSubscriptionRequestPayload) GetSubscriptionParamsOk() (map[string]map[string]interface{}, bool)
GetSubscriptionParamsOk returns a tuple with the SubscriptionParams field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSubscriptionRequestPayload) HasPlanName ¶
func (o *CreateSubscriptionRequestPayload) HasPlanName() bool
HasPlanName returns a boolean if a field has been set.
func (*CreateSubscriptionRequestPayload) HasSubscriptionParams ¶
func (o *CreateSubscriptionRequestPayload) HasSubscriptionParams() bool
HasSubscriptionParams returns a boolean if a field has been set.
func (CreateSubscriptionRequestPayload) MarshalJSON ¶
func (o CreateSubscriptionRequestPayload) MarshalJSON() ([]byte, error)
func (*CreateSubscriptionRequestPayload) SetPlanName ¶
func (o *CreateSubscriptionRequestPayload) SetPlanName(v string)
SetPlanName gets a reference to the given string and assigns it to the PlanName field.
func (*CreateSubscriptionRequestPayload) SetSubscriptionParams ¶
func (o *CreateSubscriptionRequestPayload) SetSubscriptionParams(v map[string]map[string]interface{})
SetSubscriptionParams gets a reference to the given map[string]map[string]interface{} and assigns it to the SubscriptionParams field.
func (CreateSubscriptionRequestPayload) ToMap ¶
func (o CreateSubscriptionRequestPayload) ToMap() (map[string]interface{}, error)
type DependenciesResponseObject ¶
type DependenciesResponseObject struct { // The appId of the master XSUAA instance provided when registering the reusable service in saas registry. AppId *string `json:"appId,omitempty"` // The unique registration name of the linked dependency application. AppName *string `json:"appName,omitempty"` // The list of relevant dependencies and their descriptions. Dependencies []DependenciesResponseObject `json:"dependencies,omitempty"` // In case there are errors during dependencies' assignments, the descriptions are shown here. Error *string `json:"error,omitempty"` // The ID of the provider subaccount. ProviderSubaccountID *string `json:"providerSubaccountID,omitempty"` // The xsappname configured in the security descriptor file used to create the XSUAA instance. Xsappname *string `json:"xsappname,omitempty"` }
DependenciesResponseObject Any reuse services used or required by a subscribed application and its services.
func NewDependenciesResponseObject ¶
func NewDependenciesResponseObject() *DependenciesResponseObject
NewDependenciesResponseObject instantiates a new DependenciesResponseObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDependenciesResponseObjectWithDefaults ¶
func NewDependenciesResponseObjectWithDefaults() *DependenciesResponseObject
NewDependenciesResponseObjectWithDefaults instantiates a new DependenciesResponseObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DependenciesResponseObject) GetAppId ¶
func (o *DependenciesResponseObject) GetAppId() string
GetAppId returns the AppId field value if set, zero value otherwise.
func (*DependenciesResponseObject) GetAppIdOk ¶
func (o *DependenciesResponseObject) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DependenciesResponseObject) GetAppName ¶
func (o *DependenciesResponseObject) GetAppName() string
GetAppName returns the AppName field value if set, zero value otherwise.
func (*DependenciesResponseObject) GetAppNameOk ¶
func (o *DependenciesResponseObject) GetAppNameOk() (*string, bool)
GetAppNameOk returns a tuple with the AppName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DependenciesResponseObject) GetDependencies ¶
func (o *DependenciesResponseObject) GetDependencies() []DependenciesResponseObject
GetDependencies returns the Dependencies field value if set, zero value otherwise.
func (*DependenciesResponseObject) GetDependenciesOk ¶
func (o *DependenciesResponseObject) GetDependenciesOk() ([]DependenciesResponseObject, bool)
GetDependenciesOk returns a tuple with the Dependencies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DependenciesResponseObject) GetError ¶
func (o *DependenciesResponseObject) GetError() string
GetError returns the Error field value if set, zero value otherwise.
func (*DependenciesResponseObject) GetErrorOk ¶
func (o *DependenciesResponseObject) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DependenciesResponseObject) GetProviderSubaccountID ¶
func (o *DependenciesResponseObject) GetProviderSubaccountID() string
GetProviderSubaccountID returns the ProviderSubaccountID field value if set, zero value otherwise.
func (*DependenciesResponseObject) GetProviderSubaccountIDOk ¶
func (o *DependenciesResponseObject) GetProviderSubaccountIDOk() (*string, bool)
GetProviderSubaccountIDOk returns a tuple with the ProviderSubaccountID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DependenciesResponseObject) GetXsappname ¶
func (o *DependenciesResponseObject) GetXsappname() string
GetXsappname returns the Xsappname field value if set, zero value otherwise.
func (*DependenciesResponseObject) GetXsappnameOk ¶
func (o *DependenciesResponseObject) GetXsappnameOk() (*string, bool)
GetXsappnameOk returns a tuple with the Xsappname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DependenciesResponseObject) HasAppId ¶
func (o *DependenciesResponseObject) HasAppId() bool
HasAppId returns a boolean if a field has been set.
func (*DependenciesResponseObject) HasAppName ¶
func (o *DependenciesResponseObject) HasAppName() bool
HasAppName returns a boolean if a field has been set.
func (*DependenciesResponseObject) HasDependencies ¶
func (o *DependenciesResponseObject) HasDependencies() bool
HasDependencies returns a boolean if a field has been set.
func (*DependenciesResponseObject) HasError ¶
func (o *DependenciesResponseObject) HasError() bool
HasError returns a boolean if a field has been set.
func (*DependenciesResponseObject) HasProviderSubaccountID ¶
func (o *DependenciesResponseObject) HasProviderSubaccountID() bool
HasProviderSubaccountID returns a boolean if a field has been set.
func (*DependenciesResponseObject) HasXsappname ¶
func (o *DependenciesResponseObject) HasXsappname() bool
HasXsappname returns a boolean if a field has been set.
func (DependenciesResponseObject) MarshalJSON ¶
func (o DependenciesResponseObject) MarshalJSON() ([]byte, error)
func (*DependenciesResponseObject) SetAppId ¶
func (o *DependenciesResponseObject) SetAppId(v string)
SetAppId gets a reference to the given string and assigns it to the AppId field.
func (*DependenciesResponseObject) SetAppName ¶
func (o *DependenciesResponseObject) SetAppName(v string)
SetAppName gets a reference to the given string and assigns it to the AppName field.
func (*DependenciesResponseObject) SetDependencies ¶
func (o *DependenciesResponseObject) SetDependencies(v []DependenciesResponseObject)
SetDependencies gets a reference to the given []DependenciesResponseObject and assigns it to the Dependencies field.
func (*DependenciesResponseObject) SetError ¶
func (o *DependenciesResponseObject) SetError(v string)
SetError gets a reference to the given string and assigns it to the Error field.
func (*DependenciesResponseObject) SetProviderSubaccountID ¶
func (o *DependenciesResponseObject) SetProviderSubaccountID(v string)
SetProviderSubaccountID gets a reference to the given string and assigns it to the ProviderSubaccountID field.
func (*DependenciesResponseObject) SetXsappname ¶
func (o *DependenciesResponseObject) SetXsappname(v string)
SetXsappname gets a reference to the given string and assigns it to the Xsappname field.
func (DependenciesResponseObject) ToMap ¶
func (o DependenciesResponseObject) ToMap() (map[string]interface{}, error)
type EntitledApplicationsErrorResponseObject ¶
type EntitledApplicationsErrorResponseObject struct { // A response object that contains details about the error an app provider returns to the subscriber. It contains the error code, a user-friendly, customer-oriented error message, technical details about the error, and more. AppError *string `json:"appError,omitempty"` // The message that describes the error that occurred during the subscription. ErrorMessage *string `json:"errorMessage,omitempty"` }
EntitledApplicationsErrorResponseObject The response object that contains details about an error in case the subscription failed.
func NewEntitledApplicationsErrorResponseObject ¶
func NewEntitledApplicationsErrorResponseObject() *EntitledApplicationsErrorResponseObject
NewEntitledApplicationsErrorResponseObject instantiates a new EntitledApplicationsErrorResponseObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEntitledApplicationsErrorResponseObjectWithDefaults ¶
func NewEntitledApplicationsErrorResponseObjectWithDefaults() *EntitledApplicationsErrorResponseObject
NewEntitledApplicationsErrorResponseObjectWithDefaults instantiates a new EntitledApplicationsErrorResponseObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EntitledApplicationsErrorResponseObject) GetAppError ¶
func (o *EntitledApplicationsErrorResponseObject) GetAppError() string
GetAppError returns the AppError field value if set, zero value otherwise.
func (*EntitledApplicationsErrorResponseObject) GetAppErrorOk ¶
func (o *EntitledApplicationsErrorResponseObject) GetAppErrorOk() (*string, bool)
GetAppErrorOk returns a tuple with the AppError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsErrorResponseObject) GetErrorMessage ¶
func (o *EntitledApplicationsErrorResponseObject) GetErrorMessage() string
GetErrorMessage returns the ErrorMessage field value if set, zero value otherwise.
func (*EntitledApplicationsErrorResponseObject) GetErrorMessageOk ¶
func (o *EntitledApplicationsErrorResponseObject) GetErrorMessageOk() (*string, bool)
GetErrorMessageOk returns a tuple with the ErrorMessage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsErrorResponseObject) HasAppError ¶
func (o *EntitledApplicationsErrorResponseObject) HasAppError() bool
HasAppError returns a boolean if a field has been set.
func (*EntitledApplicationsErrorResponseObject) HasErrorMessage ¶
func (o *EntitledApplicationsErrorResponseObject) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.
func (EntitledApplicationsErrorResponseObject) MarshalJSON ¶
func (o EntitledApplicationsErrorResponseObject) MarshalJSON() ([]byte, error)
func (*EntitledApplicationsErrorResponseObject) SetAppError ¶
func (o *EntitledApplicationsErrorResponseObject) SetAppError(v string)
SetAppError gets a reference to the given string and assigns it to the AppError field.
func (*EntitledApplicationsErrorResponseObject) SetErrorMessage ¶
func (o *EntitledApplicationsErrorResponseObject) SetErrorMessage(v string)
SetErrorMessage gets a reference to the given string and assigns it to the ErrorMessage field.
func (EntitledApplicationsErrorResponseObject) ToMap ¶
func (o EntitledApplicationsErrorResponseObject) ToMap() (map[string]interface{}, error)
type EntitledApplicationsResponseCollection ¶
type EntitledApplicationsResponseCollection struct { // The response list of all the multitenant applications to which a specified subaccount is entitled to subscribe. Applications []EntitledApplicationsResponseObject `json:"applications,omitempty"` }
EntitledApplicationsResponseCollection struct for EntitledApplicationsResponseCollection
func NewEntitledApplicationsResponseCollection ¶
func NewEntitledApplicationsResponseCollection() *EntitledApplicationsResponseCollection
NewEntitledApplicationsResponseCollection instantiates a new EntitledApplicationsResponseCollection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEntitledApplicationsResponseCollectionWithDefaults ¶
func NewEntitledApplicationsResponseCollectionWithDefaults() *EntitledApplicationsResponseCollection
NewEntitledApplicationsResponseCollectionWithDefaults instantiates a new EntitledApplicationsResponseCollection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EntitledApplicationsResponseCollection) GetApplications ¶
func (o *EntitledApplicationsResponseCollection) GetApplications() []EntitledApplicationsResponseObject
GetApplications returns the Applications field value if set, zero value otherwise.
func (*EntitledApplicationsResponseCollection) GetApplicationsOk ¶
func (o *EntitledApplicationsResponseCollection) GetApplicationsOk() ([]EntitledApplicationsResponseObject, bool)
GetApplicationsOk returns a tuple with the Applications field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseCollection) HasApplications ¶
func (o *EntitledApplicationsResponseCollection) HasApplications() bool
HasApplications returns a boolean if a field has been set.
func (EntitledApplicationsResponseCollection) MarshalJSON ¶
func (o EntitledApplicationsResponseCollection) MarshalJSON() ([]byte, error)
func (*EntitledApplicationsResponseCollection) SetApplications ¶
func (o *EntitledApplicationsResponseCollection) SetApplications(v []EntitledApplicationsResponseObject)
SetApplications gets a reference to the given []EntitledApplicationsResponseObject and assigns it to the Applications field.
func (EntitledApplicationsResponseCollection) ToMap ¶
func (o EntitledApplicationsResponseCollection) ToMap() (map[string]interface{}, error)
type EntitledApplicationsResponseObject ¶
type EntitledApplicationsResponseObject struct { // The list of features specific to this plan. AdditionalPlanFeatures []string `json:"additionalPlanFeatures,omitempty"` // The ID returned by XSUAA after the app provider has performed a bind of the multitenant application to a XSUAA service instance. AppId *string `json:"appId,omitempty"` // The unique registration name of the deployed multitenant application as defined by the app developer. AppName *string `json:"appName,omitempty"` // The application coordinates provided in metadata for customer-facing UIs. ApplicationCoordinates map[string]interface{} `json:"applicationCoordinates,omitempty"` ApplicationResource *ApplicationResourceDto `json:"applicationResource,omitempty"` // The authentication provider of the multitenant application. * XSUAA is the SAP Authorization and Trust Management service that defines scopes and permissions for users as tenants at the global account level. * IAS is Identity Authentication Service that defines scopes and permissions for users in zones (common data isolation systems across systems, SaaS tenants, and services). AuthenticationProvider *string `json:"authenticationProvider,omitempty"` // The state of the automation solution. AutomationState *string `json:"automationState,omitempty"` // The message that describes the automation solution state. AutomationStateMessage *string `json:"automationStateMessage,omitempty"` // The technical name of the category defined by the app developer to which the multitenant application is grouped in customer-facing UIs. Category *string `json:"category,omitempty"` // The display name of the category for customer-facing UIs. CategoryDisplayName *string `json:"categoryDisplayName,omitempty"` // The commercial name of the deployed multitenant application as defined by the app developer. CommercialAppName *string `json:"commercialAppName,omitempty"` // The date the subscription was created. Dates and times are in UTC format. CreatedDate *float32 `json:"createdDate,omitempty"` // Whether the application was developed by a customer. If not, then the application is developed by the cloud operator, such as SAP. CustomerDeveloped *bool `json:"customerDeveloped,omitempty"` // The description of the multitenant application for customer-facing UIs. Description *string `json:"description,omitempty"` // The display name of the application for customer-facing UIs. DisplayName *string `json:"displayName,omitempty"` // Name of the formations solution associated with the multitenant application. FormationSolutionName *string `json:"formationSolutionName,omitempty"` // ID of the associated global account. GlobalAccountId *string `json:"globalAccountId,omitempty"` // The icon of the multitenant application for customer-facing UIs. IconBase64 *string `json:"iconBase64,omitempty"` // The application's incident-tracking component provided in metadata for customer-facing UIs. IncidentTrackingComponent *string `json:"incidentTrackingComponent,omitempty"` // User-defined labels that are assigned as key-value pairs in a JSON array to the multitenant application subscription. Example: { \"Cost Center\": [\"19700626\"], \"Department\": [\"Sales\"], \"Contacts\": [\"name1@example.com\",\"name2@example.com\"], \"EMEA\":[] } Labels *map[string][]string `json:"labels,omitempty"` Metadata *EntitledApplicationsResponseObjectMetadata `json:"metadata,omitempty"` // The date the subscription was last modified. Dates and times are in UTC format. ModifiedDate *float32 `json:"modifiedDate,omitempty"` ParamsSchema *EntitledApplicationsResponseObjectParamsSchema `json:"paramsSchema,omitempty"` // The description of the plan for customer-facing UIs. PlanDescription *string `json:"planDescription,omitempty"` // The plan name of the application to which the consumer has subscribed. PlanName *string `json:"planName,omitempty"` // ID of the landscape-specific environment. PlatformEntityId *string `json:"platformEntityId,omitempty"` // Total amount the subscribed subaccount is entitled to consume. Quota *int32 `json:"quota,omitempty"` // The short description of the multitenant application for customer-facing UIs. ShortDescription *string `json:"shortDescription,omitempty"` // The subscription state of the subaccount regarding the multitenant application. State *string `json:"state,omitempty"` // The ID of the subaccount which is subscribed to the multitenant application. SubscribedSubaccountId *string `json:"subscribedSubaccountId,omitempty"` // The ID of the tenant which is subscribed to a multitenant application. SubscribedTenantId *string `json:"subscribedTenantId,omitempty"` SubscriptionError *EntitledApplicationsErrorResponseObject `json:"subscriptionError,omitempty"` // Unique subscription ID associated with the instance of the dependent service to be used for future references, such as 'GET all subscriptions' API call. SubscriptionGUID *string `json:"subscriptionGUID,omitempty"` // Technical ID generated by XSUAA for a multitenant application when a consumer subscribes to the application. SubscriptionId *string `json:"subscriptionId,omitempty"` // URL for app users to launch the subscribed application. SubscriptionUrl *string `json:"subscriptionUrl,omitempty"` // Specifies whether a consumer, whose subaccount is subscribed to the application, can change its subscriptions parameters. SupportsParametersUpdates *bool `json:"supportsParametersUpdates,omitempty"` // Specifies if a consumer, whose subaccount is subscribed to the application, can change the subscription to a different plan that is available for this application and subaccount. SupportsPlanUpdates *bool `json:"supportsPlanUpdates,omitempty"` // Tenant ID of the application provider. TenantId *string `json:"tenantId,omitempty"` }
EntitledApplicationsResponseObject The response list of all the multitenant applications to which a specified subaccount is entitled to subscribe.
func NewEntitledApplicationsResponseObject ¶
func NewEntitledApplicationsResponseObject() *EntitledApplicationsResponseObject
NewEntitledApplicationsResponseObject instantiates a new EntitledApplicationsResponseObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEntitledApplicationsResponseObjectWithDefaults ¶
func NewEntitledApplicationsResponseObjectWithDefaults() *EntitledApplicationsResponseObject
NewEntitledApplicationsResponseObjectWithDefaults instantiates a new EntitledApplicationsResponseObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EntitledApplicationsResponseObject) GetAdditionalPlanFeatures ¶
func (o *EntitledApplicationsResponseObject) GetAdditionalPlanFeatures() []string
GetAdditionalPlanFeatures returns the AdditionalPlanFeatures field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetAdditionalPlanFeaturesOk ¶
func (o *EntitledApplicationsResponseObject) GetAdditionalPlanFeaturesOk() ([]string, bool)
GetAdditionalPlanFeaturesOk returns a tuple with the AdditionalPlanFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetAppId ¶
func (o *EntitledApplicationsResponseObject) GetAppId() string
GetAppId returns the AppId field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetAppIdOk ¶
func (o *EntitledApplicationsResponseObject) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetAppName ¶
func (o *EntitledApplicationsResponseObject) GetAppName() string
GetAppName returns the AppName field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetAppNameOk ¶
func (o *EntitledApplicationsResponseObject) GetAppNameOk() (*string, bool)
GetAppNameOk returns a tuple with the AppName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetApplicationCoordinates ¶
func (o *EntitledApplicationsResponseObject) GetApplicationCoordinates() map[string]interface{}
GetApplicationCoordinates returns the ApplicationCoordinates field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetApplicationCoordinatesOk ¶
func (o *EntitledApplicationsResponseObject) GetApplicationCoordinatesOk() (map[string]interface{}, bool)
GetApplicationCoordinatesOk returns a tuple with the ApplicationCoordinates field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetApplicationResource ¶
func (o *EntitledApplicationsResponseObject) GetApplicationResource() ApplicationResourceDto
GetApplicationResource returns the ApplicationResource field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetApplicationResourceOk ¶
func (o *EntitledApplicationsResponseObject) GetApplicationResourceOk() (*ApplicationResourceDto, bool)
GetApplicationResourceOk returns a tuple with the ApplicationResource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetAuthenticationProvider ¶
func (o *EntitledApplicationsResponseObject) GetAuthenticationProvider() string
GetAuthenticationProvider returns the AuthenticationProvider field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetAuthenticationProviderOk ¶
func (o *EntitledApplicationsResponseObject) GetAuthenticationProviderOk() (*string, bool)
GetAuthenticationProviderOk returns a tuple with the AuthenticationProvider field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetAutomationState ¶
func (o *EntitledApplicationsResponseObject) GetAutomationState() string
GetAutomationState returns the AutomationState field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetAutomationStateMessage ¶
func (o *EntitledApplicationsResponseObject) GetAutomationStateMessage() string
GetAutomationStateMessage returns the AutomationStateMessage field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetAutomationStateMessageOk ¶
func (o *EntitledApplicationsResponseObject) GetAutomationStateMessageOk() (*string, bool)
GetAutomationStateMessageOk returns a tuple with the AutomationStateMessage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetAutomationStateOk ¶
func (o *EntitledApplicationsResponseObject) GetAutomationStateOk() (*string, bool)
GetAutomationStateOk returns a tuple with the AutomationState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetCategory ¶
func (o *EntitledApplicationsResponseObject) GetCategory() string
GetCategory returns the Category field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetCategoryDisplayName ¶
func (o *EntitledApplicationsResponseObject) GetCategoryDisplayName() string
GetCategoryDisplayName returns the CategoryDisplayName field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetCategoryDisplayNameOk ¶
func (o *EntitledApplicationsResponseObject) GetCategoryDisplayNameOk() (*string, bool)
GetCategoryDisplayNameOk returns a tuple with the CategoryDisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetCategoryOk ¶
func (o *EntitledApplicationsResponseObject) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetCommercialAppName ¶
func (o *EntitledApplicationsResponseObject) GetCommercialAppName() string
GetCommercialAppName returns the CommercialAppName field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetCommercialAppNameOk ¶
func (o *EntitledApplicationsResponseObject) GetCommercialAppNameOk() (*string, bool)
GetCommercialAppNameOk returns a tuple with the CommercialAppName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetCreatedDate ¶
func (o *EntitledApplicationsResponseObject) GetCreatedDate() float32
GetCreatedDate returns the CreatedDate field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetCreatedDateOk ¶
func (o *EntitledApplicationsResponseObject) GetCreatedDateOk() (*float32, bool)
GetCreatedDateOk returns a tuple with the CreatedDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetCustomerDeveloped ¶
func (o *EntitledApplicationsResponseObject) GetCustomerDeveloped() bool
GetCustomerDeveloped returns the CustomerDeveloped field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetCustomerDevelopedOk ¶
func (o *EntitledApplicationsResponseObject) GetCustomerDevelopedOk() (*bool, bool)
GetCustomerDevelopedOk returns a tuple with the CustomerDeveloped field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetDescription ¶
func (o *EntitledApplicationsResponseObject) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetDescriptionOk ¶
func (o *EntitledApplicationsResponseObject) 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 (*EntitledApplicationsResponseObject) GetDisplayName ¶
func (o *EntitledApplicationsResponseObject) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetDisplayNameOk ¶
func (o *EntitledApplicationsResponseObject) 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 (*EntitledApplicationsResponseObject) GetFormationSolutionName ¶
func (o *EntitledApplicationsResponseObject) GetFormationSolutionName() string
GetFormationSolutionName returns the FormationSolutionName field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetFormationSolutionNameOk ¶
func (o *EntitledApplicationsResponseObject) GetFormationSolutionNameOk() (*string, bool)
GetFormationSolutionNameOk returns a tuple with the FormationSolutionName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetGlobalAccountId ¶
func (o *EntitledApplicationsResponseObject) GetGlobalAccountId() string
GetGlobalAccountId returns the GlobalAccountId field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetGlobalAccountIdOk ¶
func (o *EntitledApplicationsResponseObject) GetGlobalAccountIdOk() (*string, bool)
GetGlobalAccountIdOk returns a tuple with the GlobalAccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetIconBase64 ¶
func (o *EntitledApplicationsResponseObject) GetIconBase64() string
GetIconBase64 returns the IconBase64 field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetIconBase64Ok ¶
func (o *EntitledApplicationsResponseObject) GetIconBase64Ok() (*string, bool)
GetIconBase64Ok returns a tuple with the IconBase64 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetIncidentTrackingComponent ¶
func (o *EntitledApplicationsResponseObject) GetIncidentTrackingComponent() string
GetIncidentTrackingComponent returns the IncidentTrackingComponent field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetIncidentTrackingComponentOk ¶
func (o *EntitledApplicationsResponseObject) GetIncidentTrackingComponentOk() (*string, bool)
GetIncidentTrackingComponentOk returns a tuple with the IncidentTrackingComponent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetLabels ¶
func (o *EntitledApplicationsResponseObject) GetLabels() map[string][]string
GetLabels returns the Labels field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetLabelsOk ¶
func (o *EntitledApplicationsResponseObject) GetLabelsOk() (*map[string][]string, bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetMetadata ¶
func (o *EntitledApplicationsResponseObject) GetMetadata() EntitledApplicationsResponseObjectMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetMetadataOk ¶
func (o *EntitledApplicationsResponseObject) GetMetadataOk() (*EntitledApplicationsResponseObjectMetadata, 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 (*EntitledApplicationsResponseObject) GetModifiedDate ¶
func (o *EntitledApplicationsResponseObject) GetModifiedDate() float32
GetModifiedDate returns the ModifiedDate field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetModifiedDateOk ¶
func (o *EntitledApplicationsResponseObject) GetModifiedDateOk() (*float32, bool)
GetModifiedDateOk returns a tuple with the ModifiedDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetParamsSchema ¶
func (o *EntitledApplicationsResponseObject) GetParamsSchema() EntitledApplicationsResponseObjectParamsSchema
GetParamsSchema returns the ParamsSchema field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetParamsSchemaOk ¶
func (o *EntitledApplicationsResponseObject) GetParamsSchemaOk() (*EntitledApplicationsResponseObjectParamsSchema, bool)
GetParamsSchemaOk returns a tuple with the ParamsSchema field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetPlanDescription ¶
func (o *EntitledApplicationsResponseObject) GetPlanDescription() string
GetPlanDescription returns the PlanDescription field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetPlanDescriptionOk ¶
func (o *EntitledApplicationsResponseObject) GetPlanDescriptionOk() (*string, bool)
GetPlanDescriptionOk returns a tuple with the PlanDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetPlanName ¶
func (o *EntitledApplicationsResponseObject) GetPlanName() string
GetPlanName returns the PlanName field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetPlanNameOk ¶
func (o *EntitledApplicationsResponseObject) GetPlanNameOk() (*string, bool)
GetPlanNameOk returns a tuple with the PlanName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetPlatformEntityId ¶
func (o *EntitledApplicationsResponseObject) GetPlatformEntityId() string
GetPlatformEntityId returns the PlatformEntityId field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetPlatformEntityIdOk ¶
func (o *EntitledApplicationsResponseObject) GetPlatformEntityIdOk() (*string, bool)
GetPlatformEntityIdOk returns a tuple with the PlatformEntityId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetQuota ¶
func (o *EntitledApplicationsResponseObject) GetQuota() int32
GetQuota returns the Quota field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetQuotaOk ¶
func (o *EntitledApplicationsResponseObject) GetQuotaOk() (*int32, bool)
GetQuotaOk returns a tuple with the Quota field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetShortDescription ¶
func (o *EntitledApplicationsResponseObject) GetShortDescription() string
GetShortDescription returns the ShortDescription field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetShortDescriptionOk ¶
func (o *EntitledApplicationsResponseObject) GetShortDescriptionOk() (*string, bool)
GetShortDescriptionOk returns a tuple with the ShortDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetState ¶
func (o *EntitledApplicationsResponseObject) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetStateOk ¶
func (o *EntitledApplicationsResponseObject) 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 (*EntitledApplicationsResponseObject) GetSubscribedSubaccountId ¶
func (o *EntitledApplicationsResponseObject) GetSubscribedSubaccountId() string
GetSubscribedSubaccountId returns the SubscribedSubaccountId field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetSubscribedSubaccountIdOk ¶
func (o *EntitledApplicationsResponseObject) GetSubscribedSubaccountIdOk() (*string, bool)
GetSubscribedSubaccountIdOk returns a tuple with the SubscribedSubaccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetSubscribedTenantId ¶
func (o *EntitledApplicationsResponseObject) GetSubscribedTenantId() string
GetSubscribedTenantId returns the SubscribedTenantId field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetSubscribedTenantIdOk ¶
func (o *EntitledApplicationsResponseObject) GetSubscribedTenantIdOk() (*string, bool)
GetSubscribedTenantIdOk returns a tuple with the SubscribedTenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetSubscriptionError ¶
func (o *EntitledApplicationsResponseObject) GetSubscriptionError() EntitledApplicationsErrorResponseObject
GetSubscriptionError returns the SubscriptionError field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetSubscriptionErrorOk ¶
func (o *EntitledApplicationsResponseObject) GetSubscriptionErrorOk() (*EntitledApplicationsErrorResponseObject, bool)
GetSubscriptionErrorOk returns a tuple with the SubscriptionError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetSubscriptionGUID ¶
func (o *EntitledApplicationsResponseObject) GetSubscriptionGUID() string
GetSubscriptionGUID returns the SubscriptionGUID field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetSubscriptionGUIDOk ¶
func (o *EntitledApplicationsResponseObject) GetSubscriptionGUIDOk() (*string, bool)
GetSubscriptionGUIDOk returns a tuple with the SubscriptionGUID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetSubscriptionId ¶
func (o *EntitledApplicationsResponseObject) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetSubscriptionIdOk ¶
func (o *EntitledApplicationsResponseObject) 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 (*EntitledApplicationsResponseObject) GetSubscriptionUrl ¶
func (o *EntitledApplicationsResponseObject) GetSubscriptionUrl() string
GetSubscriptionUrl returns the SubscriptionUrl field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetSubscriptionUrlOk ¶
func (o *EntitledApplicationsResponseObject) GetSubscriptionUrlOk() (*string, bool)
GetSubscriptionUrlOk returns a tuple with the SubscriptionUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetSupportsParametersUpdates ¶
func (o *EntitledApplicationsResponseObject) GetSupportsParametersUpdates() bool
GetSupportsParametersUpdates returns the SupportsParametersUpdates field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetSupportsParametersUpdatesOk ¶
func (o *EntitledApplicationsResponseObject) GetSupportsParametersUpdatesOk() (*bool, bool)
GetSupportsParametersUpdatesOk returns a tuple with the SupportsParametersUpdates field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetSupportsPlanUpdates ¶
func (o *EntitledApplicationsResponseObject) GetSupportsPlanUpdates() bool
GetSupportsPlanUpdates returns the SupportsPlanUpdates field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetSupportsPlanUpdatesOk ¶
func (o *EntitledApplicationsResponseObject) GetSupportsPlanUpdatesOk() (*bool, bool)
GetSupportsPlanUpdatesOk returns a tuple with the SupportsPlanUpdates field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObject) GetTenantId ¶
func (o *EntitledApplicationsResponseObject) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObject) GetTenantIdOk ¶
func (o *EntitledApplicationsResponseObject) 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 (*EntitledApplicationsResponseObject) HasAdditionalPlanFeatures ¶
func (o *EntitledApplicationsResponseObject) HasAdditionalPlanFeatures() bool
HasAdditionalPlanFeatures returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasAppId ¶
func (o *EntitledApplicationsResponseObject) HasAppId() bool
HasAppId returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasAppName ¶
func (o *EntitledApplicationsResponseObject) HasAppName() bool
HasAppName returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasApplicationCoordinates ¶
func (o *EntitledApplicationsResponseObject) HasApplicationCoordinates() bool
HasApplicationCoordinates returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasApplicationResource ¶
func (o *EntitledApplicationsResponseObject) HasApplicationResource() bool
HasApplicationResource returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasAuthenticationProvider ¶
func (o *EntitledApplicationsResponseObject) HasAuthenticationProvider() bool
HasAuthenticationProvider returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasAutomationState ¶
func (o *EntitledApplicationsResponseObject) HasAutomationState() bool
HasAutomationState returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasAutomationStateMessage ¶
func (o *EntitledApplicationsResponseObject) HasAutomationStateMessage() bool
HasAutomationStateMessage returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasCategory ¶
func (o *EntitledApplicationsResponseObject) HasCategory() bool
HasCategory returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasCategoryDisplayName ¶
func (o *EntitledApplicationsResponseObject) HasCategoryDisplayName() bool
HasCategoryDisplayName returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasCommercialAppName ¶
func (o *EntitledApplicationsResponseObject) HasCommercialAppName() bool
HasCommercialAppName returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasCreatedDate ¶
func (o *EntitledApplicationsResponseObject) HasCreatedDate() bool
HasCreatedDate returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasCustomerDeveloped ¶
func (o *EntitledApplicationsResponseObject) HasCustomerDeveloped() bool
HasCustomerDeveloped returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasDescription ¶
func (o *EntitledApplicationsResponseObject) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasDisplayName ¶
func (o *EntitledApplicationsResponseObject) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasFormationSolutionName ¶
func (o *EntitledApplicationsResponseObject) HasFormationSolutionName() bool
HasFormationSolutionName returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasGlobalAccountId ¶
func (o *EntitledApplicationsResponseObject) HasGlobalAccountId() bool
HasGlobalAccountId returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasIconBase64 ¶
func (o *EntitledApplicationsResponseObject) HasIconBase64() bool
HasIconBase64 returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasIncidentTrackingComponent ¶
func (o *EntitledApplicationsResponseObject) HasIncidentTrackingComponent() bool
HasIncidentTrackingComponent returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasLabels ¶
func (o *EntitledApplicationsResponseObject) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasMetadata ¶
func (o *EntitledApplicationsResponseObject) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasModifiedDate ¶
func (o *EntitledApplicationsResponseObject) HasModifiedDate() bool
HasModifiedDate returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasParamsSchema ¶
func (o *EntitledApplicationsResponseObject) HasParamsSchema() bool
HasParamsSchema returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasPlanDescription ¶
func (o *EntitledApplicationsResponseObject) HasPlanDescription() bool
HasPlanDescription returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasPlanName ¶
func (o *EntitledApplicationsResponseObject) HasPlanName() bool
HasPlanName returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasPlatformEntityId ¶
func (o *EntitledApplicationsResponseObject) HasPlatformEntityId() bool
HasPlatformEntityId returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasQuota ¶
func (o *EntitledApplicationsResponseObject) HasQuota() bool
HasQuota returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasShortDescription ¶
func (o *EntitledApplicationsResponseObject) HasShortDescription() bool
HasShortDescription returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasState ¶
func (o *EntitledApplicationsResponseObject) HasState() bool
HasState returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasSubscribedSubaccountId ¶
func (o *EntitledApplicationsResponseObject) HasSubscribedSubaccountId() bool
HasSubscribedSubaccountId returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasSubscribedTenantId ¶
func (o *EntitledApplicationsResponseObject) HasSubscribedTenantId() bool
HasSubscribedTenantId returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasSubscriptionError ¶
func (o *EntitledApplicationsResponseObject) HasSubscriptionError() bool
HasSubscriptionError returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasSubscriptionGUID ¶
func (o *EntitledApplicationsResponseObject) HasSubscriptionGUID() bool
HasSubscriptionGUID returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasSubscriptionId ¶
func (o *EntitledApplicationsResponseObject) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasSubscriptionUrl ¶
func (o *EntitledApplicationsResponseObject) HasSubscriptionUrl() bool
HasSubscriptionUrl returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasSupportsParametersUpdates ¶
func (o *EntitledApplicationsResponseObject) HasSupportsParametersUpdates() bool
HasSupportsParametersUpdates returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasSupportsPlanUpdates ¶
func (o *EntitledApplicationsResponseObject) HasSupportsPlanUpdates() bool
HasSupportsPlanUpdates returns a boolean if a field has been set.
func (*EntitledApplicationsResponseObject) HasTenantId ¶
func (o *EntitledApplicationsResponseObject) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (EntitledApplicationsResponseObject) MarshalJSON ¶
func (o EntitledApplicationsResponseObject) MarshalJSON() ([]byte, error)
func (*EntitledApplicationsResponseObject) SetAdditionalPlanFeatures ¶
func (o *EntitledApplicationsResponseObject) SetAdditionalPlanFeatures(v []string)
SetAdditionalPlanFeatures gets a reference to the given []string and assigns it to the AdditionalPlanFeatures field.
func (*EntitledApplicationsResponseObject) SetAppId ¶
func (o *EntitledApplicationsResponseObject) SetAppId(v string)
SetAppId gets a reference to the given string and assigns it to the AppId field.
func (*EntitledApplicationsResponseObject) SetAppName ¶
func (o *EntitledApplicationsResponseObject) SetAppName(v string)
SetAppName gets a reference to the given string and assigns it to the AppName field.
func (*EntitledApplicationsResponseObject) SetApplicationCoordinates ¶
func (o *EntitledApplicationsResponseObject) SetApplicationCoordinates(v map[string]interface{})
SetApplicationCoordinates gets a reference to the given map[string]interface{} and assigns it to the ApplicationCoordinates field.
func (*EntitledApplicationsResponseObject) SetApplicationResource ¶
func (o *EntitledApplicationsResponseObject) SetApplicationResource(v ApplicationResourceDto)
SetApplicationResource gets a reference to the given ApplicationResourceDto and assigns it to the ApplicationResource field.
func (*EntitledApplicationsResponseObject) SetAuthenticationProvider ¶
func (o *EntitledApplicationsResponseObject) SetAuthenticationProvider(v string)
SetAuthenticationProvider gets a reference to the given string and assigns it to the AuthenticationProvider field.
func (*EntitledApplicationsResponseObject) SetAutomationState ¶
func (o *EntitledApplicationsResponseObject) SetAutomationState(v string)
SetAutomationState gets a reference to the given string and assigns it to the AutomationState field.
func (*EntitledApplicationsResponseObject) SetAutomationStateMessage ¶
func (o *EntitledApplicationsResponseObject) SetAutomationStateMessage(v string)
SetAutomationStateMessage gets a reference to the given string and assigns it to the AutomationStateMessage field.
func (*EntitledApplicationsResponseObject) SetCategory ¶
func (o *EntitledApplicationsResponseObject) SetCategory(v string)
SetCategory gets a reference to the given string and assigns it to the Category field.
func (*EntitledApplicationsResponseObject) SetCategoryDisplayName ¶
func (o *EntitledApplicationsResponseObject) SetCategoryDisplayName(v string)
SetCategoryDisplayName gets a reference to the given string and assigns it to the CategoryDisplayName field.
func (*EntitledApplicationsResponseObject) SetCommercialAppName ¶
func (o *EntitledApplicationsResponseObject) SetCommercialAppName(v string)
SetCommercialAppName gets a reference to the given string and assigns it to the CommercialAppName field.
func (*EntitledApplicationsResponseObject) SetCreatedDate ¶
func (o *EntitledApplicationsResponseObject) SetCreatedDate(v float32)
SetCreatedDate gets a reference to the given float32 and assigns it to the CreatedDate field.
func (*EntitledApplicationsResponseObject) SetCustomerDeveloped ¶
func (o *EntitledApplicationsResponseObject) SetCustomerDeveloped(v bool)
SetCustomerDeveloped gets a reference to the given bool and assigns it to the CustomerDeveloped field.
func (*EntitledApplicationsResponseObject) SetDescription ¶
func (o *EntitledApplicationsResponseObject) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*EntitledApplicationsResponseObject) SetDisplayName ¶
func (o *EntitledApplicationsResponseObject) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*EntitledApplicationsResponseObject) SetFormationSolutionName ¶
func (o *EntitledApplicationsResponseObject) SetFormationSolutionName(v string)
SetFormationSolutionName gets a reference to the given string and assigns it to the FormationSolutionName field.
func (*EntitledApplicationsResponseObject) SetGlobalAccountId ¶
func (o *EntitledApplicationsResponseObject) SetGlobalAccountId(v string)
SetGlobalAccountId gets a reference to the given string and assigns it to the GlobalAccountId field.
func (*EntitledApplicationsResponseObject) SetIconBase64 ¶
func (o *EntitledApplicationsResponseObject) SetIconBase64(v string)
SetIconBase64 gets a reference to the given string and assigns it to the IconBase64 field.
func (*EntitledApplicationsResponseObject) SetIncidentTrackingComponent ¶
func (o *EntitledApplicationsResponseObject) SetIncidentTrackingComponent(v string)
SetIncidentTrackingComponent gets a reference to the given string and assigns it to the IncidentTrackingComponent field.
func (*EntitledApplicationsResponseObject) SetLabels ¶
func (o *EntitledApplicationsResponseObject) SetLabels(v map[string][]string)
SetLabels gets a reference to the given map[string][]string and assigns it to the Labels field.
func (*EntitledApplicationsResponseObject) SetMetadata ¶
func (o *EntitledApplicationsResponseObject) SetMetadata(v EntitledApplicationsResponseObjectMetadata)
SetMetadata gets a reference to the given EntitledApplicationsResponseObjectMetadata and assigns it to the Metadata field.
func (*EntitledApplicationsResponseObject) SetModifiedDate ¶
func (o *EntitledApplicationsResponseObject) SetModifiedDate(v float32)
SetModifiedDate gets a reference to the given float32 and assigns it to the ModifiedDate field.
func (*EntitledApplicationsResponseObject) SetParamsSchema ¶
func (o *EntitledApplicationsResponseObject) SetParamsSchema(v EntitledApplicationsResponseObjectParamsSchema)
SetParamsSchema gets a reference to the given EntitledApplicationsResponseObjectParamsSchema and assigns it to the ParamsSchema field.
func (*EntitledApplicationsResponseObject) SetPlanDescription ¶
func (o *EntitledApplicationsResponseObject) SetPlanDescription(v string)
SetPlanDescription gets a reference to the given string and assigns it to the PlanDescription field.
func (*EntitledApplicationsResponseObject) SetPlanName ¶
func (o *EntitledApplicationsResponseObject) SetPlanName(v string)
SetPlanName gets a reference to the given string and assigns it to the PlanName field.
func (*EntitledApplicationsResponseObject) SetPlatformEntityId ¶
func (o *EntitledApplicationsResponseObject) SetPlatformEntityId(v string)
SetPlatformEntityId gets a reference to the given string and assigns it to the PlatformEntityId field.
func (*EntitledApplicationsResponseObject) SetQuota ¶
func (o *EntitledApplicationsResponseObject) SetQuota(v int32)
SetQuota gets a reference to the given int32 and assigns it to the Quota field.
func (*EntitledApplicationsResponseObject) SetShortDescription ¶
func (o *EntitledApplicationsResponseObject) SetShortDescription(v string)
SetShortDescription gets a reference to the given string and assigns it to the ShortDescription field.
func (*EntitledApplicationsResponseObject) SetState ¶
func (o *EntitledApplicationsResponseObject) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*EntitledApplicationsResponseObject) SetSubscribedSubaccountId ¶
func (o *EntitledApplicationsResponseObject) SetSubscribedSubaccountId(v string)
SetSubscribedSubaccountId gets a reference to the given string and assigns it to the SubscribedSubaccountId field.
func (*EntitledApplicationsResponseObject) SetSubscribedTenantId ¶
func (o *EntitledApplicationsResponseObject) SetSubscribedTenantId(v string)
SetSubscribedTenantId gets a reference to the given string and assigns it to the SubscribedTenantId field.
func (*EntitledApplicationsResponseObject) SetSubscriptionError ¶
func (o *EntitledApplicationsResponseObject) SetSubscriptionError(v EntitledApplicationsErrorResponseObject)
SetSubscriptionError gets a reference to the given EntitledApplicationsErrorResponseObject and assigns it to the SubscriptionError field.
func (*EntitledApplicationsResponseObject) SetSubscriptionGUID ¶
func (o *EntitledApplicationsResponseObject) SetSubscriptionGUID(v string)
SetSubscriptionGUID gets a reference to the given string and assigns it to the SubscriptionGUID field.
func (*EntitledApplicationsResponseObject) SetSubscriptionId ¶
func (o *EntitledApplicationsResponseObject) SetSubscriptionId(v string)
SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.
func (*EntitledApplicationsResponseObject) SetSubscriptionUrl ¶
func (o *EntitledApplicationsResponseObject) SetSubscriptionUrl(v string)
SetSubscriptionUrl gets a reference to the given string and assigns it to the SubscriptionUrl field.
func (*EntitledApplicationsResponseObject) SetSupportsParametersUpdates ¶
func (o *EntitledApplicationsResponseObject) SetSupportsParametersUpdates(v bool)
SetSupportsParametersUpdates gets a reference to the given bool and assigns it to the SupportsParametersUpdates field.
func (*EntitledApplicationsResponseObject) SetSupportsPlanUpdates ¶
func (o *EntitledApplicationsResponseObject) SetSupportsPlanUpdates(v bool)
SetSupportsPlanUpdates gets a reference to the given bool and assigns it to the SupportsPlanUpdates field.
func (*EntitledApplicationsResponseObject) SetTenantId ¶
func (o *EntitledApplicationsResponseObject) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (EntitledApplicationsResponseObject) ToMap ¶
func (o EntitledApplicationsResponseObject) ToMap() (map[string]interface{}, error)
type EntitledApplicationsResponseObjectMetadata ¶
type EntitledApplicationsResponseObjectMetadata struct { Empty *bool `json:"empty,omitempty"` AdditionalProperties map[string]interface{} }
EntitledApplicationsResponseObjectMetadata JSON schema that describes the metadata that the consumer provide when subscribing to the application.
func NewEntitledApplicationsResponseObjectMetadata ¶
func NewEntitledApplicationsResponseObjectMetadata() *EntitledApplicationsResponseObjectMetadata
NewEntitledApplicationsResponseObjectMetadata instantiates a new EntitledApplicationsResponseObjectMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEntitledApplicationsResponseObjectMetadataWithDefaults ¶
func NewEntitledApplicationsResponseObjectMetadataWithDefaults() *EntitledApplicationsResponseObjectMetadata
NewEntitledApplicationsResponseObjectMetadataWithDefaults instantiates a new EntitledApplicationsResponseObjectMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EntitledApplicationsResponseObjectMetadata) GetEmpty ¶
func (o *EntitledApplicationsResponseObjectMetadata) GetEmpty() bool
GetEmpty returns the Empty field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObjectMetadata) GetEmptyOk ¶
func (o *EntitledApplicationsResponseObjectMetadata) GetEmptyOk() (*bool, bool)
GetEmptyOk returns a tuple with the Empty field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObjectMetadata) HasEmpty ¶
func (o *EntitledApplicationsResponseObjectMetadata) HasEmpty() bool
HasEmpty returns a boolean if a field has been set.
func (EntitledApplicationsResponseObjectMetadata) MarshalJSON ¶
func (o EntitledApplicationsResponseObjectMetadata) MarshalJSON() ([]byte, error)
func (*EntitledApplicationsResponseObjectMetadata) SetEmpty ¶
func (o *EntitledApplicationsResponseObjectMetadata) SetEmpty(v bool)
SetEmpty gets a reference to the given bool and assigns it to the Empty field.
func (EntitledApplicationsResponseObjectMetadata) ToMap ¶
func (o EntitledApplicationsResponseObjectMetadata) ToMap() (map[string]interface{}, error)
func (*EntitledApplicationsResponseObjectMetadata) UnmarshalJSON ¶
func (o *EntitledApplicationsResponseObjectMetadata) UnmarshalJSON(data []byte) (err error)
type EntitledApplicationsResponseObjectParamsSchema ¶
type EntitledApplicationsResponseObjectParamsSchema struct { Empty *bool `json:"empty,omitempty"` AdditionalProperties map[string]interface{} }
EntitledApplicationsResponseObjectParamsSchema JSON schema that describes the parameters that the consumer must provide when subscribing to the application.
func NewEntitledApplicationsResponseObjectParamsSchema ¶
func NewEntitledApplicationsResponseObjectParamsSchema() *EntitledApplicationsResponseObjectParamsSchema
NewEntitledApplicationsResponseObjectParamsSchema instantiates a new EntitledApplicationsResponseObjectParamsSchema object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEntitledApplicationsResponseObjectParamsSchemaWithDefaults ¶
func NewEntitledApplicationsResponseObjectParamsSchemaWithDefaults() *EntitledApplicationsResponseObjectParamsSchema
NewEntitledApplicationsResponseObjectParamsSchemaWithDefaults instantiates a new EntitledApplicationsResponseObjectParamsSchema object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EntitledApplicationsResponseObjectParamsSchema) GetEmpty ¶
func (o *EntitledApplicationsResponseObjectParamsSchema) GetEmpty() bool
GetEmpty returns the Empty field value if set, zero value otherwise.
func (*EntitledApplicationsResponseObjectParamsSchema) GetEmptyOk ¶
func (o *EntitledApplicationsResponseObjectParamsSchema) GetEmptyOk() (*bool, bool)
GetEmptyOk returns a tuple with the Empty field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitledApplicationsResponseObjectParamsSchema) HasEmpty ¶
func (o *EntitledApplicationsResponseObjectParamsSchema) HasEmpty() bool
HasEmpty returns a boolean if a field has been set.
func (EntitledApplicationsResponseObjectParamsSchema) MarshalJSON ¶
func (o EntitledApplicationsResponseObjectParamsSchema) MarshalJSON() ([]byte, error)
func (*EntitledApplicationsResponseObjectParamsSchema) SetEmpty ¶
func (o *EntitledApplicationsResponseObjectParamsSchema) SetEmpty(v bool)
SetEmpty gets a reference to the given bool and assigns it to the Empty field.
func (EntitledApplicationsResponseObjectParamsSchema) ToMap ¶
func (o EntitledApplicationsResponseObjectParamsSchema) ToMap() (map[string]interface{}, error)
func (*EntitledApplicationsResponseObjectParamsSchema) UnmarshalJSON ¶
func (o *EntitledApplicationsResponseObjectParamsSchema) UnmarshalJSON(data []byte) (err error)
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type JobErrorResponseObject ¶
type JobErrorResponseObject struct { // Description of the error. Error *string `json:"error,omitempty"` // The runtime exception for the error. Exception *string `json:"exception,omitempty"` // The message associated with the current error. Message *string `json:"message,omitempty"` // Path of the exception received from the server. Paths *string `json:"paths,omitempty"` // Error status code. Status *int32 `json:"status,omitempty"` // Timestamp of the error. Timestamp *time.Time `json:"timestamp,omitempty"` }
JobErrorResponseObject Error message when the state is FAILED.
func NewJobErrorResponseObject ¶
func NewJobErrorResponseObject() *JobErrorResponseObject
NewJobErrorResponseObject instantiates a new JobErrorResponseObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewJobErrorResponseObjectWithDefaults ¶
func NewJobErrorResponseObjectWithDefaults() *JobErrorResponseObject
NewJobErrorResponseObjectWithDefaults instantiates a new JobErrorResponseObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*JobErrorResponseObject) GetError ¶
func (o *JobErrorResponseObject) GetError() string
GetError returns the Error field value if set, zero value otherwise.
func (*JobErrorResponseObject) GetErrorOk ¶
func (o *JobErrorResponseObject) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JobErrorResponseObject) GetException ¶
func (o *JobErrorResponseObject) GetException() string
GetException returns the Exception field value if set, zero value otherwise.
func (*JobErrorResponseObject) GetExceptionOk ¶
func (o *JobErrorResponseObject) GetExceptionOk() (*string, bool)
GetExceptionOk returns a tuple with the Exception field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JobErrorResponseObject) GetMessage ¶
func (o *JobErrorResponseObject) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*JobErrorResponseObject) GetMessageOk ¶
func (o *JobErrorResponseObject) 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 (*JobErrorResponseObject) GetPaths ¶
func (o *JobErrorResponseObject) GetPaths() string
GetPaths returns the Paths field value if set, zero value otherwise.
func (*JobErrorResponseObject) GetPathsOk ¶
func (o *JobErrorResponseObject) GetPathsOk() (*string, bool)
GetPathsOk returns a tuple with the Paths field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JobErrorResponseObject) GetStatus ¶
func (o *JobErrorResponseObject) GetStatus() int32
GetStatus returns the Status field value if set, zero value otherwise.
func (*JobErrorResponseObject) GetStatusOk ¶
func (o *JobErrorResponseObject) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JobErrorResponseObject) GetTimestamp ¶
func (o *JobErrorResponseObject) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*JobErrorResponseObject) GetTimestampOk ¶
func (o *JobErrorResponseObject) GetTimestampOk() (*time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JobErrorResponseObject) HasError ¶
func (o *JobErrorResponseObject) HasError() bool
HasError returns a boolean if a field has been set.
func (*JobErrorResponseObject) HasException ¶
func (o *JobErrorResponseObject) HasException() bool
HasException returns a boolean if a field has been set.
func (*JobErrorResponseObject) HasMessage ¶
func (o *JobErrorResponseObject) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*JobErrorResponseObject) HasPaths ¶
func (o *JobErrorResponseObject) HasPaths() bool
HasPaths returns a boolean if a field has been set.
func (*JobErrorResponseObject) HasStatus ¶
func (o *JobErrorResponseObject) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*JobErrorResponseObject) HasTimestamp ¶
func (o *JobErrorResponseObject) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (JobErrorResponseObject) MarshalJSON ¶
func (o JobErrorResponseObject) MarshalJSON() ([]byte, error)
func (*JobErrorResponseObject) SetError ¶
func (o *JobErrorResponseObject) SetError(v string)
SetError gets a reference to the given string and assigns it to the Error field.
func (*JobErrorResponseObject) SetException ¶
func (o *JobErrorResponseObject) SetException(v string)
SetException gets a reference to the given string and assigns it to the Exception field.
func (*JobErrorResponseObject) SetMessage ¶
func (o *JobErrorResponseObject) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*JobErrorResponseObject) SetPaths ¶
func (o *JobErrorResponseObject) SetPaths(v string)
SetPaths gets a reference to the given string and assigns it to the Paths field.
func (*JobErrorResponseObject) SetStatus ¶
func (o *JobErrorResponseObject) SetStatus(v int32)
SetStatus gets a reference to the given int32 and assigns it to the Status field.
func (*JobErrorResponseObject) SetTimestamp ¶
func (o *JobErrorResponseObject) SetTimestamp(v time.Time)
SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field.
func (JobErrorResponseObject) ToMap ¶
func (o JobErrorResponseObject) ToMap() (map[string]interface{}, error)
type JobManagementAPI ¶
type JobManagementAPI interface { /* GetStatus Get job status Get information for a specified job, including its ID and its current status.<br/><br/>Required scope: $XSAPPNAME.job.read @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param jobInstanceIdOrUniqueId ID of the job for which to get status @return ApiGetStatusRequest */ GetStatus(ctx context.Context, jobInstanceIdOrUniqueId string) ApiGetStatusRequest // GetStatusExecute executes the request // @return string GetStatusExecute(r ApiGetStatusRequest) (string, *http.Response, error) }
type JobManagementAPIService ¶
type JobManagementAPIService service
JobManagementAPIService JobManagementAPI service
func (*JobManagementAPIService) GetStatus ¶
func (a *JobManagementAPIService) GetStatus(ctx context.Context, jobInstanceIdOrUniqueId string) ApiGetStatusRequest
GetStatus Get job status
Get information for a specified job, including its ID and its current status.<br/><br/>Required scope: $XSAPPNAME.job.read
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param jobInstanceIdOrUniqueId ID of the job for which to get status @return ApiGetStatusRequest
func (*JobManagementAPIService) GetStatusExecute ¶
func (a *JobManagementAPIService) GetStatusExecute(r ApiGetStatusRequest) (string, *http.Response, error)
Execute executes the request
@return string
type JobManagementForApplicationOperationsForAppProvidersAPI ¶
type JobManagementForApplicationOperationsForAppProvidersAPI interface { /* GetJobRelatedToSaasApplicationById Get job errorStatusCode Get information about the state of the created job.<br/><br/>Required scopes: $XSAPPNAME.job.read @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param jobUuid The unique ID of a job for which to get information. @return ApiGetJobRelatedToSaasApplicationByIdRequest */ GetJobRelatedToSaasApplicationById(ctx context.Context, jobUuid string) ApiGetJobRelatedToSaasApplicationByIdRequest // GetJobRelatedToSaasApplicationByIdExecute executes the request // @return JobStateResponseObject GetJobRelatedToSaasApplicationByIdExecute(r ApiGetJobRelatedToSaasApplicationByIdRequest) (*JobStateResponseObject, *http.Response, error) }
type JobManagementForApplicationOperationsForAppProvidersAPIService ¶
type JobManagementForApplicationOperationsForAppProvidersAPIService service
JobManagementForApplicationOperationsForAppProvidersAPIService JobManagementForApplicationOperationsForAppProvidersAPI service
func (*JobManagementForApplicationOperationsForAppProvidersAPIService) GetJobRelatedToSaasApplicationById ¶
func (a *JobManagementForApplicationOperationsForAppProvidersAPIService) GetJobRelatedToSaasApplicationById(ctx context.Context, jobUuid string) ApiGetJobRelatedToSaasApplicationByIdRequest
GetJobRelatedToSaasApplicationById Get job errorStatusCode
Get information about the state of the created job.<br/><br/>Required scopes: $XSAPPNAME.job.read
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param jobUuid The unique ID of a job for which to get information. @return ApiGetJobRelatedToSaasApplicationByIdRequest
func (*JobManagementForApplicationOperationsForAppProvidersAPIService) GetJobRelatedToSaasApplicationByIdExecute ¶
func (a *JobManagementForApplicationOperationsForAppProvidersAPIService) GetJobRelatedToSaasApplicationByIdExecute(r ApiGetJobRelatedToSaasApplicationByIdRequest) (*JobStateResponseObject, *http.Response, error)
Execute executes the request
@return JobStateResponseObject
type JobStateResponseObject ¶
type JobStateResponseObject struct { // The service instance ID of the SAP SaaS Provisioning service (saas-registry) that the application is using. CreatedBy *string `json:"createdBy,omitempty"` Error *JobErrorResponseObject `json:"error,omitempty"` // ID of the corresponding job. Id *string `json:"id,omitempty"` // The current state of the corresponding job. Possible values: * <b>CREATED:</b> Job processing has created. * <b>STARTED:</b> Job processing has started. * <b>SUCCEEDED:</b> The job has completed. * <b>FAILED:</b> The job failed and did not complete. * <b>RETRY:</b> Subscription has timed out and job processing is pending a retry. State *string `json:"state,omitempty"` }
JobStateResponseObject struct for JobStateResponseObject
func NewJobStateResponseObject ¶
func NewJobStateResponseObject() *JobStateResponseObject
NewJobStateResponseObject instantiates a new JobStateResponseObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewJobStateResponseObjectWithDefaults ¶
func NewJobStateResponseObjectWithDefaults() *JobStateResponseObject
NewJobStateResponseObjectWithDefaults instantiates a new JobStateResponseObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*JobStateResponseObject) GetCreatedBy ¶
func (o *JobStateResponseObject) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*JobStateResponseObject) GetCreatedByOk ¶
func (o *JobStateResponseObject) 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 (*JobStateResponseObject) GetError ¶
func (o *JobStateResponseObject) GetError() JobErrorResponseObject
GetError returns the Error field value if set, zero value otherwise.
func (*JobStateResponseObject) GetErrorOk ¶
func (o *JobStateResponseObject) GetErrorOk() (*JobErrorResponseObject, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JobStateResponseObject) GetId ¶
func (o *JobStateResponseObject) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*JobStateResponseObject) GetIdOk ¶
func (o *JobStateResponseObject) 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 (*JobStateResponseObject) GetState ¶
func (o *JobStateResponseObject) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*JobStateResponseObject) GetStateOk ¶
func (o *JobStateResponseObject) 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 (*JobStateResponseObject) HasCreatedBy ¶
func (o *JobStateResponseObject) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*JobStateResponseObject) HasError ¶
func (o *JobStateResponseObject) HasError() bool
HasError returns a boolean if a field has been set.
func (*JobStateResponseObject) HasId ¶
func (o *JobStateResponseObject) HasId() bool
HasId returns a boolean if a field has been set.
func (*JobStateResponseObject) HasState ¶
func (o *JobStateResponseObject) HasState() bool
HasState returns a boolean if a field has been set.
func (JobStateResponseObject) MarshalJSON ¶
func (o JobStateResponseObject) MarshalJSON() ([]byte, error)
func (*JobStateResponseObject) SetCreatedBy ¶
func (o *JobStateResponseObject) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*JobStateResponseObject) SetError ¶
func (o *JobStateResponseObject) SetError(v JobErrorResponseObject)
SetError gets a reference to the given JobErrorResponseObject and assigns it to the Error field.
func (*JobStateResponseObject) SetId ¶
func (o *JobStateResponseObject) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*JobStateResponseObject) SetState ¶
func (o *JobStateResponseObject) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (JobStateResponseObject) ToMap ¶
func (o JobStateResponseObject) ToMap() (map[string]interface{}, error)
type LabelAssignmentRequestPayload ¶
type LabelAssignmentRequestPayload struct { // Labels as key-value pairs in JSON format. An entity is allowed up to 10 labels. The key of each label is mandatory and is limited to 63 characters. Standard labels can have any name (key) that you define, with only a single optional value assigned per key. To define a special type of label, called tags, specify the key with the name 'tags' and associate up to 10 values per tag in the array. The key 'tags' (in any casing variation) can only be used once per entity. Note that label values (not keys) are case-sensitive -- be careful not to create duplicate variants of the same value with a different casing (example: \"myValue\" and \"MyValue\"). For example: { \"Cost Center\":\"2624061970\" \"Department\":\"Sales\" \"tags\": [\"Green\", \"Pharma\", \"Audited\"] } Labels *map[string][]string `json:"labels,omitempty"` }
LabelAssignmentRequestPayload JSON object with labels as key-value pairs that specify custom attributes of the entity.
func NewLabelAssignmentRequestPayload ¶
func NewLabelAssignmentRequestPayload() *LabelAssignmentRequestPayload
NewLabelAssignmentRequestPayload instantiates a new LabelAssignmentRequestPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLabelAssignmentRequestPayloadWithDefaults ¶
func NewLabelAssignmentRequestPayloadWithDefaults() *LabelAssignmentRequestPayload
NewLabelAssignmentRequestPayloadWithDefaults instantiates a new LabelAssignmentRequestPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LabelAssignmentRequestPayload) GetLabels ¶
func (o *LabelAssignmentRequestPayload) GetLabels() map[string][]string
GetLabels returns the Labels field value if set, zero value otherwise.
func (*LabelAssignmentRequestPayload) GetLabelsOk ¶
func (o *LabelAssignmentRequestPayload) GetLabelsOk() (*map[string][]string, bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LabelAssignmentRequestPayload) HasLabels ¶
func (o *LabelAssignmentRequestPayload) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (LabelAssignmentRequestPayload) MarshalJSON ¶
func (o LabelAssignmentRequestPayload) MarshalJSON() ([]byte, error)
func (*LabelAssignmentRequestPayload) SetLabels ¶
func (o *LabelAssignmentRequestPayload) SetLabels(v map[string][]string)
SetLabels gets a reference to the given map[string][]string and assigns it to the Labels field.
func (LabelAssignmentRequestPayload) ToMap ¶
func (o LabelAssignmentRequestPayload) ToMap() (map[string]interface{}, error)
type LabelsResponseObject ¶
type LabelsResponseObject struct { // User-defined labels that are assigned as key-value pairs in a JSON array to the entity. Example: { \"Cost Center\": [\"19700626\"], \"Department\": [\"Sales\"], \"Contacts\": [\"name1@example.com\",\"name2@example.com\"], \"EMEA\":[] } Labels *map[string][]string `json:"labels,omitempty"` }
LabelsResponseObject Labels assigned as key-value pairs to the entity.
func NewLabelsResponseObject ¶
func NewLabelsResponseObject() *LabelsResponseObject
NewLabelsResponseObject instantiates a new LabelsResponseObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLabelsResponseObjectWithDefaults ¶
func NewLabelsResponseObjectWithDefaults() *LabelsResponseObject
NewLabelsResponseObjectWithDefaults instantiates a new LabelsResponseObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LabelsResponseObject) GetLabels ¶
func (o *LabelsResponseObject) GetLabels() map[string][]string
GetLabels returns the Labels field value if set, zero value otherwise.
func (*LabelsResponseObject) GetLabelsOk ¶
func (o *LabelsResponseObject) GetLabelsOk() (*map[string][]string, bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LabelsResponseObject) HasLabels ¶
func (o *LabelsResponseObject) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (LabelsResponseObject) MarshalJSON ¶
func (o LabelsResponseObject) MarshalJSON() ([]byte, error)
func (*LabelsResponseObject) SetLabels ¶
func (o *LabelsResponseObject) SetLabels(v map[string][]string)
SetLabels gets a reference to the given map[string][]string and assigns it to the Labels field.
func (LabelsResponseObject) ToMap ¶
func (o LabelsResponseObject) ToMap() (map[string]interface{}, error)
type MappedNullable ¶
type NestingErrorDetailsResponseObject ¶
type NestingErrorDetailsResponseObject struct { Code *int32 `json:"code,omitempty"` Message *string `json:"message,omitempty"` }
NestingErrorDetailsResponseObject Nesting of error responses
func NewNestingErrorDetailsResponseObject ¶
func NewNestingErrorDetailsResponseObject() *NestingErrorDetailsResponseObject
NewNestingErrorDetailsResponseObject instantiates a new NestingErrorDetailsResponseObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNestingErrorDetailsResponseObjectWithDefaults ¶
func NewNestingErrorDetailsResponseObjectWithDefaults() *NestingErrorDetailsResponseObject
NewNestingErrorDetailsResponseObjectWithDefaults instantiates a new NestingErrorDetailsResponseObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NestingErrorDetailsResponseObject) GetCode ¶
func (o *NestingErrorDetailsResponseObject) GetCode() int32
GetCode returns the Code field value if set, zero value otherwise.
func (*NestingErrorDetailsResponseObject) GetCodeOk ¶
func (o *NestingErrorDetailsResponseObject) GetCodeOk() (*int32, bool)
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 (*NestingErrorDetailsResponseObject) GetMessage ¶
func (o *NestingErrorDetailsResponseObject) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*NestingErrorDetailsResponseObject) GetMessageOk ¶
func (o *NestingErrorDetailsResponseObject) 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 (*NestingErrorDetailsResponseObject) HasCode ¶
func (o *NestingErrorDetailsResponseObject) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*NestingErrorDetailsResponseObject) HasMessage ¶
func (o *NestingErrorDetailsResponseObject) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (NestingErrorDetailsResponseObject) MarshalJSON ¶
func (o NestingErrorDetailsResponseObject) MarshalJSON() ([]byte, error)
func (*NestingErrorDetailsResponseObject) SetCode ¶
func (o *NestingErrorDetailsResponseObject) SetCode(v int32)
SetCode gets a reference to the given int32 and assigns it to the Code field.
func (*NestingErrorDetailsResponseObject) SetMessage ¶
func (o *NestingErrorDetailsResponseObject) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (NestingErrorDetailsResponseObject) ToMap ¶
func (o NestingErrorDetailsResponseObject) ToMap() (map[string]interface{}, error)
type NullableApiExceptionResponseObject ¶
type NullableApiExceptionResponseObject struct {
// contains filtered or unexported fields
}
func NewNullableApiExceptionResponseObject ¶
func NewNullableApiExceptionResponseObject(val *ApiExceptionResponseObject) *NullableApiExceptionResponseObject
func (NullableApiExceptionResponseObject) Get ¶
func (v NullableApiExceptionResponseObject) Get() *ApiExceptionResponseObject
func (NullableApiExceptionResponseObject) IsSet ¶
func (v NullableApiExceptionResponseObject) IsSet() bool
func (NullableApiExceptionResponseObject) MarshalJSON ¶
func (v NullableApiExceptionResponseObject) MarshalJSON() ([]byte, error)
func (*NullableApiExceptionResponseObject) Set ¶
func (v *NullableApiExceptionResponseObject) Set(val *ApiExceptionResponseObject)
func (*NullableApiExceptionResponseObject) UnmarshalJSON ¶
func (v *NullableApiExceptionResponseObject) UnmarshalJSON(src []byte) error
func (*NullableApiExceptionResponseObject) Unset ¶
func (v *NullableApiExceptionResponseObject) Unset()
type NullableApiExceptionResponseObjectError ¶
type NullableApiExceptionResponseObjectError struct {
// contains filtered or unexported fields
}
func NewNullableApiExceptionResponseObjectError ¶
func NewNullableApiExceptionResponseObjectError(val *ApiExceptionResponseObjectError) *NullableApiExceptionResponseObjectError
func (NullableApiExceptionResponseObjectError) IsSet ¶
func (v NullableApiExceptionResponseObjectError) IsSet() bool
func (NullableApiExceptionResponseObjectError) MarshalJSON ¶
func (v NullableApiExceptionResponseObjectError) MarshalJSON() ([]byte, error)
func (*NullableApiExceptionResponseObjectError) Set ¶
func (v *NullableApiExceptionResponseObjectError) Set(val *ApiExceptionResponseObjectError)
func (*NullableApiExceptionResponseObjectError) UnmarshalJSON ¶
func (v *NullableApiExceptionResponseObjectError) UnmarshalJSON(src []byte) error
func (*NullableApiExceptionResponseObjectError) Unset ¶
func (v *NullableApiExceptionResponseObjectError) Unset()
type NullableApplicationResourceDto ¶
type NullableApplicationResourceDto struct {
// contains filtered or unexported fields
}
func NewNullableApplicationResourceDto ¶
func NewNullableApplicationResourceDto(val *ApplicationResourceDto) *NullableApplicationResourceDto
func (NullableApplicationResourceDto) Get ¶
func (v NullableApplicationResourceDto) Get() *ApplicationResourceDto
func (NullableApplicationResourceDto) IsSet ¶
func (v NullableApplicationResourceDto) IsSet() bool
func (NullableApplicationResourceDto) MarshalJSON ¶
func (v NullableApplicationResourceDto) MarshalJSON() ([]byte, error)
func (*NullableApplicationResourceDto) Set ¶
func (v *NullableApplicationResourceDto) Set(val *ApplicationResourceDto)
func (*NullableApplicationResourceDto) UnmarshalJSON ¶
func (v *NullableApplicationResourceDto) UnmarshalJSON(src []byte) error
func (*NullableApplicationResourceDto) Unset ¶
func (v *NullableApplicationResourceDto) Unset()
type NullableApplicationSubscriptionsResponseObject ¶
type NullableApplicationSubscriptionsResponseObject struct {
// contains filtered or unexported fields
}
func NewNullableApplicationSubscriptionsResponseObject ¶
func NewNullableApplicationSubscriptionsResponseObject(val *ApplicationSubscriptionsResponseObject) *NullableApplicationSubscriptionsResponseObject
func (NullableApplicationSubscriptionsResponseObject) IsSet ¶
func (v NullableApplicationSubscriptionsResponseObject) IsSet() bool
func (NullableApplicationSubscriptionsResponseObject) MarshalJSON ¶
func (v NullableApplicationSubscriptionsResponseObject) MarshalJSON() ([]byte, error)
func (*NullableApplicationSubscriptionsResponseObject) Set ¶
func (v *NullableApplicationSubscriptionsResponseObject) Set(val *ApplicationSubscriptionsResponseObject)
func (*NullableApplicationSubscriptionsResponseObject) UnmarshalJSON ¶
func (v *NullableApplicationSubscriptionsResponseObject) UnmarshalJSON(src []byte) error
func (*NullableApplicationSubscriptionsResponseObject) Unset ¶
func (v *NullableApplicationSubscriptionsResponseObject) 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 NullableCreateSubscriptionRequestPayload ¶
type NullableCreateSubscriptionRequestPayload struct {
// contains filtered or unexported fields
}
func NewNullableCreateSubscriptionRequestPayload ¶
func NewNullableCreateSubscriptionRequestPayload(val *CreateSubscriptionRequestPayload) *NullableCreateSubscriptionRequestPayload
func (NullableCreateSubscriptionRequestPayload) IsSet ¶
func (v NullableCreateSubscriptionRequestPayload) IsSet() bool
func (NullableCreateSubscriptionRequestPayload) MarshalJSON ¶
func (v NullableCreateSubscriptionRequestPayload) MarshalJSON() ([]byte, error)
func (*NullableCreateSubscriptionRequestPayload) Set ¶
func (v *NullableCreateSubscriptionRequestPayload) Set(val *CreateSubscriptionRequestPayload)
func (*NullableCreateSubscriptionRequestPayload) UnmarshalJSON ¶
func (v *NullableCreateSubscriptionRequestPayload) UnmarshalJSON(src []byte) error
func (*NullableCreateSubscriptionRequestPayload) Unset ¶
func (v *NullableCreateSubscriptionRequestPayload) Unset()
type NullableDependenciesResponseObject ¶
type NullableDependenciesResponseObject struct {
// contains filtered or unexported fields
}
func NewNullableDependenciesResponseObject ¶
func NewNullableDependenciesResponseObject(val *DependenciesResponseObject) *NullableDependenciesResponseObject
func (NullableDependenciesResponseObject) Get ¶
func (v NullableDependenciesResponseObject) Get() *DependenciesResponseObject
func (NullableDependenciesResponseObject) IsSet ¶
func (v NullableDependenciesResponseObject) IsSet() bool
func (NullableDependenciesResponseObject) MarshalJSON ¶
func (v NullableDependenciesResponseObject) MarshalJSON() ([]byte, error)
func (*NullableDependenciesResponseObject) Set ¶
func (v *NullableDependenciesResponseObject) Set(val *DependenciesResponseObject)
func (*NullableDependenciesResponseObject) UnmarshalJSON ¶
func (v *NullableDependenciesResponseObject) UnmarshalJSON(src []byte) error
func (*NullableDependenciesResponseObject) Unset ¶
func (v *NullableDependenciesResponseObject) Unset()
type NullableEntitledApplicationsErrorResponseObject ¶
type NullableEntitledApplicationsErrorResponseObject struct {
// contains filtered or unexported fields
}
func NewNullableEntitledApplicationsErrorResponseObject ¶
func NewNullableEntitledApplicationsErrorResponseObject(val *EntitledApplicationsErrorResponseObject) *NullableEntitledApplicationsErrorResponseObject
func (NullableEntitledApplicationsErrorResponseObject) IsSet ¶
func (v NullableEntitledApplicationsErrorResponseObject) IsSet() bool
func (NullableEntitledApplicationsErrorResponseObject) MarshalJSON ¶
func (v NullableEntitledApplicationsErrorResponseObject) MarshalJSON() ([]byte, error)
func (*NullableEntitledApplicationsErrorResponseObject) UnmarshalJSON ¶
func (v *NullableEntitledApplicationsErrorResponseObject) UnmarshalJSON(src []byte) error
func (*NullableEntitledApplicationsErrorResponseObject) Unset ¶
func (v *NullableEntitledApplicationsErrorResponseObject) Unset()
type NullableEntitledApplicationsResponseCollection ¶
type NullableEntitledApplicationsResponseCollection struct {
// contains filtered or unexported fields
}
func NewNullableEntitledApplicationsResponseCollection ¶
func NewNullableEntitledApplicationsResponseCollection(val *EntitledApplicationsResponseCollection) *NullableEntitledApplicationsResponseCollection
func (NullableEntitledApplicationsResponseCollection) IsSet ¶
func (v NullableEntitledApplicationsResponseCollection) IsSet() bool
func (NullableEntitledApplicationsResponseCollection) MarshalJSON ¶
func (v NullableEntitledApplicationsResponseCollection) MarshalJSON() ([]byte, error)
func (*NullableEntitledApplicationsResponseCollection) Set ¶
func (v *NullableEntitledApplicationsResponseCollection) Set(val *EntitledApplicationsResponseCollection)
func (*NullableEntitledApplicationsResponseCollection) UnmarshalJSON ¶
func (v *NullableEntitledApplicationsResponseCollection) UnmarshalJSON(src []byte) error
func (*NullableEntitledApplicationsResponseCollection) Unset ¶
func (v *NullableEntitledApplicationsResponseCollection) Unset()
type NullableEntitledApplicationsResponseObject ¶
type NullableEntitledApplicationsResponseObject struct {
// contains filtered or unexported fields
}
func NewNullableEntitledApplicationsResponseObject ¶
func NewNullableEntitledApplicationsResponseObject(val *EntitledApplicationsResponseObject) *NullableEntitledApplicationsResponseObject
func (NullableEntitledApplicationsResponseObject) IsSet ¶
func (v NullableEntitledApplicationsResponseObject) IsSet() bool
func (NullableEntitledApplicationsResponseObject) MarshalJSON ¶
func (v NullableEntitledApplicationsResponseObject) MarshalJSON() ([]byte, error)
func (*NullableEntitledApplicationsResponseObject) Set ¶
func (v *NullableEntitledApplicationsResponseObject) Set(val *EntitledApplicationsResponseObject)
func (*NullableEntitledApplicationsResponseObject) UnmarshalJSON ¶
func (v *NullableEntitledApplicationsResponseObject) UnmarshalJSON(src []byte) error
func (*NullableEntitledApplicationsResponseObject) Unset ¶
func (v *NullableEntitledApplicationsResponseObject) Unset()
type NullableEntitledApplicationsResponseObjectMetadata ¶
type NullableEntitledApplicationsResponseObjectMetadata struct {
// contains filtered or unexported fields
}
func NewNullableEntitledApplicationsResponseObjectMetadata ¶
func NewNullableEntitledApplicationsResponseObjectMetadata(val *EntitledApplicationsResponseObjectMetadata) *NullableEntitledApplicationsResponseObjectMetadata
func (NullableEntitledApplicationsResponseObjectMetadata) IsSet ¶
func (v NullableEntitledApplicationsResponseObjectMetadata) IsSet() bool
func (NullableEntitledApplicationsResponseObjectMetadata) MarshalJSON ¶
func (v NullableEntitledApplicationsResponseObjectMetadata) MarshalJSON() ([]byte, error)
func (*NullableEntitledApplicationsResponseObjectMetadata) UnmarshalJSON ¶
func (v *NullableEntitledApplicationsResponseObjectMetadata) UnmarshalJSON(src []byte) error
func (*NullableEntitledApplicationsResponseObjectMetadata) Unset ¶
func (v *NullableEntitledApplicationsResponseObjectMetadata) Unset()
type NullableEntitledApplicationsResponseObjectParamsSchema ¶
type NullableEntitledApplicationsResponseObjectParamsSchema struct {
// contains filtered or unexported fields
}
func NewNullableEntitledApplicationsResponseObjectParamsSchema ¶
func NewNullableEntitledApplicationsResponseObjectParamsSchema(val *EntitledApplicationsResponseObjectParamsSchema) *NullableEntitledApplicationsResponseObjectParamsSchema
func (NullableEntitledApplicationsResponseObjectParamsSchema) IsSet ¶
func (v NullableEntitledApplicationsResponseObjectParamsSchema) IsSet() bool
func (NullableEntitledApplicationsResponseObjectParamsSchema) MarshalJSON ¶
func (v NullableEntitledApplicationsResponseObjectParamsSchema) MarshalJSON() ([]byte, error)
func (*NullableEntitledApplicationsResponseObjectParamsSchema) UnmarshalJSON ¶
func (v *NullableEntitledApplicationsResponseObjectParamsSchema) UnmarshalJSON(src []byte) error
func (*NullableEntitledApplicationsResponseObjectParamsSchema) Unset ¶
func (v *NullableEntitledApplicationsResponseObjectParamsSchema) 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 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 NullableJobErrorResponseObject ¶
type NullableJobErrorResponseObject struct {
// contains filtered or unexported fields
}
func NewNullableJobErrorResponseObject ¶
func NewNullableJobErrorResponseObject(val *JobErrorResponseObject) *NullableJobErrorResponseObject
func (NullableJobErrorResponseObject) Get ¶
func (v NullableJobErrorResponseObject) Get() *JobErrorResponseObject
func (NullableJobErrorResponseObject) IsSet ¶
func (v NullableJobErrorResponseObject) IsSet() bool
func (NullableJobErrorResponseObject) MarshalJSON ¶
func (v NullableJobErrorResponseObject) MarshalJSON() ([]byte, error)
func (*NullableJobErrorResponseObject) Set ¶
func (v *NullableJobErrorResponseObject) Set(val *JobErrorResponseObject)
func (*NullableJobErrorResponseObject) UnmarshalJSON ¶
func (v *NullableJobErrorResponseObject) UnmarshalJSON(src []byte) error
func (*NullableJobErrorResponseObject) Unset ¶
func (v *NullableJobErrorResponseObject) Unset()
type NullableJobStateResponseObject ¶
type NullableJobStateResponseObject struct {
// contains filtered or unexported fields
}
func NewNullableJobStateResponseObject ¶
func NewNullableJobStateResponseObject(val *JobStateResponseObject) *NullableJobStateResponseObject
func (NullableJobStateResponseObject) Get ¶
func (v NullableJobStateResponseObject) Get() *JobStateResponseObject
func (NullableJobStateResponseObject) IsSet ¶
func (v NullableJobStateResponseObject) IsSet() bool
func (NullableJobStateResponseObject) MarshalJSON ¶
func (v NullableJobStateResponseObject) MarshalJSON() ([]byte, error)
func (*NullableJobStateResponseObject) Set ¶
func (v *NullableJobStateResponseObject) Set(val *JobStateResponseObject)
func (*NullableJobStateResponseObject) UnmarshalJSON ¶
func (v *NullableJobStateResponseObject) UnmarshalJSON(src []byte) error
func (*NullableJobStateResponseObject) Unset ¶
func (v *NullableJobStateResponseObject) Unset()
type NullableLabelAssignmentRequestPayload ¶
type NullableLabelAssignmentRequestPayload struct {
// contains filtered or unexported fields
}
func NewNullableLabelAssignmentRequestPayload ¶
func NewNullableLabelAssignmentRequestPayload(val *LabelAssignmentRequestPayload) *NullableLabelAssignmentRequestPayload
func (NullableLabelAssignmentRequestPayload) Get ¶
func (v NullableLabelAssignmentRequestPayload) Get() *LabelAssignmentRequestPayload
func (NullableLabelAssignmentRequestPayload) IsSet ¶
func (v NullableLabelAssignmentRequestPayload) IsSet() bool
func (NullableLabelAssignmentRequestPayload) MarshalJSON ¶
func (v NullableLabelAssignmentRequestPayload) MarshalJSON() ([]byte, error)
func (*NullableLabelAssignmentRequestPayload) Set ¶
func (v *NullableLabelAssignmentRequestPayload) Set(val *LabelAssignmentRequestPayload)
func (*NullableLabelAssignmentRequestPayload) UnmarshalJSON ¶
func (v *NullableLabelAssignmentRequestPayload) UnmarshalJSON(src []byte) error
func (*NullableLabelAssignmentRequestPayload) Unset ¶
func (v *NullableLabelAssignmentRequestPayload) Unset()
type NullableLabelsResponseObject ¶
type NullableLabelsResponseObject struct {
// contains filtered or unexported fields
}
func NewNullableLabelsResponseObject ¶
func NewNullableLabelsResponseObject(val *LabelsResponseObject) *NullableLabelsResponseObject
func (NullableLabelsResponseObject) Get ¶
func (v NullableLabelsResponseObject) Get() *LabelsResponseObject
func (NullableLabelsResponseObject) IsSet ¶
func (v NullableLabelsResponseObject) IsSet() bool
func (NullableLabelsResponseObject) MarshalJSON ¶
func (v NullableLabelsResponseObject) MarshalJSON() ([]byte, error)
func (*NullableLabelsResponseObject) Set ¶
func (v *NullableLabelsResponseObject) Set(val *LabelsResponseObject)
func (*NullableLabelsResponseObject) UnmarshalJSON ¶
func (v *NullableLabelsResponseObject) UnmarshalJSON(src []byte) error
func (*NullableLabelsResponseObject) Unset ¶
func (v *NullableLabelsResponseObject) Unset()
type NullableNestingErrorDetailsResponseObject ¶
type NullableNestingErrorDetailsResponseObject struct {
// contains filtered or unexported fields
}
func NewNullableNestingErrorDetailsResponseObject ¶
func NewNullableNestingErrorDetailsResponseObject(val *NestingErrorDetailsResponseObject) *NullableNestingErrorDetailsResponseObject
func (NullableNestingErrorDetailsResponseObject) IsSet ¶
func (v NullableNestingErrorDetailsResponseObject) IsSet() bool
func (NullableNestingErrorDetailsResponseObject) MarshalJSON ¶
func (v NullableNestingErrorDetailsResponseObject) MarshalJSON() ([]byte, error)
func (*NullableNestingErrorDetailsResponseObject) Set ¶
func (v *NullableNestingErrorDetailsResponseObject) Set(val *NestingErrorDetailsResponseObject)
func (*NullableNestingErrorDetailsResponseObject) UnmarshalJSON ¶
func (v *NullableNestingErrorDetailsResponseObject) UnmarshalJSON(src []byte) error
func (*NullableNestingErrorDetailsResponseObject) Unset ¶
func (v *NullableNestingErrorDetailsResponseObject) Unset()
type NullableRegistrationDetailsResponseObject ¶
type NullableRegistrationDetailsResponseObject struct {
// contains filtered or unexported fields
}
func NewNullableRegistrationDetailsResponseObject ¶
func NewNullableRegistrationDetailsResponseObject(val *RegistrationDetailsResponseObject) *NullableRegistrationDetailsResponseObject
func (NullableRegistrationDetailsResponseObject) IsSet ¶
func (v NullableRegistrationDetailsResponseObject) IsSet() bool
func (NullableRegistrationDetailsResponseObject) MarshalJSON ¶
func (v NullableRegistrationDetailsResponseObject) MarshalJSON() ([]byte, error)
func (*NullableRegistrationDetailsResponseObject) Set ¶
func (v *NullableRegistrationDetailsResponseObject) Set(val *RegistrationDetailsResponseObject)
func (*NullableRegistrationDetailsResponseObject) UnmarshalJSON ¶
func (v *NullableRegistrationDetailsResponseObject) UnmarshalJSON(src []byte) error
func (*NullableRegistrationDetailsResponseObject) Unset ¶
func (v *NullableRegistrationDetailsResponseObject) Unset()
type NullableSaasAsyncSubscriptionRequestPayload ¶
type NullableSaasAsyncSubscriptionRequestPayload struct {
// contains filtered or unexported fields
}
func NewNullableSaasAsyncSubscriptionRequestPayload ¶
func NewNullableSaasAsyncSubscriptionRequestPayload(val *SaasAsyncSubscriptionRequestPayload) *NullableSaasAsyncSubscriptionRequestPayload
func (NullableSaasAsyncSubscriptionRequestPayload) IsSet ¶
func (v NullableSaasAsyncSubscriptionRequestPayload) IsSet() bool
func (NullableSaasAsyncSubscriptionRequestPayload) MarshalJSON ¶
func (v NullableSaasAsyncSubscriptionRequestPayload) MarshalJSON() ([]byte, error)
func (*NullableSaasAsyncSubscriptionRequestPayload) Set ¶
func (v *NullableSaasAsyncSubscriptionRequestPayload) Set(val *SaasAsyncSubscriptionRequestPayload)
func (*NullableSaasAsyncSubscriptionRequestPayload) UnmarshalJSON ¶
func (v *NullableSaasAsyncSubscriptionRequestPayload) UnmarshalJSON(src []byte) error
func (*NullableSaasAsyncSubscriptionRequestPayload) Unset ¶
func (v *NullableSaasAsyncSubscriptionRequestPayload) 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 NullableSubscriptionsListResponseObject ¶
type NullableSubscriptionsListResponseObject struct {
// contains filtered or unexported fields
}
func NewNullableSubscriptionsListResponseObject ¶
func NewNullableSubscriptionsListResponseObject(val *SubscriptionsListResponseObject) *NullableSubscriptionsListResponseObject
func (NullableSubscriptionsListResponseObject) IsSet ¶
func (v NullableSubscriptionsListResponseObject) IsSet() bool
func (NullableSubscriptionsListResponseObject) MarshalJSON ¶
func (v NullableSubscriptionsListResponseObject) MarshalJSON() ([]byte, error)
func (*NullableSubscriptionsListResponseObject) Set ¶
func (v *NullableSubscriptionsListResponseObject) Set(val *SubscriptionsListResponseObject)
func (*NullableSubscriptionsListResponseObject) UnmarshalJSON ¶
func (v *NullableSubscriptionsListResponseObject) UnmarshalJSON(src []byte) error
func (*NullableSubscriptionsListResponseObject) Unset ¶
func (v *NullableSubscriptionsListResponseObject) 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 NullableUpdateApplicationDependenciesRequestPayload ¶
type NullableUpdateApplicationDependenciesRequestPayload struct {
// contains filtered or unexported fields
}
func NewNullableUpdateApplicationDependenciesRequestPayload ¶
func NewNullableUpdateApplicationDependenciesRequestPayload(val *UpdateApplicationDependenciesRequestPayload) *NullableUpdateApplicationDependenciesRequestPayload
func (NullableUpdateApplicationDependenciesRequestPayload) IsSet ¶
func (v NullableUpdateApplicationDependenciesRequestPayload) IsSet() bool
func (NullableUpdateApplicationDependenciesRequestPayload) MarshalJSON ¶
func (v NullableUpdateApplicationDependenciesRequestPayload) MarshalJSON() ([]byte, error)
func (*NullableUpdateApplicationDependenciesRequestPayload) UnmarshalJSON ¶
func (v *NullableUpdateApplicationDependenciesRequestPayload) UnmarshalJSON(src []byte) error
func (*NullableUpdateApplicationDependenciesRequestPayload) Unset ¶
func (v *NullableUpdateApplicationDependenciesRequestPayload) Unset()
type NullableUpdateSubscriptionRequestPayload ¶
type NullableUpdateSubscriptionRequestPayload struct {
// contains filtered or unexported fields
}
func NewNullableUpdateSubscriptionRequestPayload ¶
func NewNullableUpdateSubscriptionRequestPayload(val *UpdateSubscriptionRequestPayload) *NullableUpdateSubscriptionRequestPayload
func (NullableUpdateSubscriptionRequestPayload) IsSet ¶
func (v NullableUpdateSubscriptionRequestPayload) IsSet() bool
func (NullableUpdateSubscriptionRequestPayload) MarshalJSON ¶
func (v NullableUpdateSubscriptionRequestPayload) MarshalJSON() ([]byte, error)
func (*NullableUpdateSubscriptionRequestPayload) Set ¶
func (v *NullableUpdateSubscriptionRequestPayload) Set(val *UpdateSubscriptionRequestPayload)
func (*NullableUpdateSubscriptionRequestPayload) UnmarshalJSON ¶
func (v *NullableUpdateSubscriptionRequestPayload) UnmarshalJSON(src []byte) error
func (*NullableUpdateSubscriptionRequestPayload) Unset ¶
func (v *NullableUpdateSubscriptionRequestPayload) Unset()
type RegistrationDetailsResponseObject ¶
type RegistrationDetailsResponseObject struct { // The ID returned by an xsuaa service instance after the app provider has connected the multitenant application to an xsuaa service instance. AppId *string `json:"appId,omitempty"` // The unique registration name of the deployed multitenant application as defined by the app developer. AppName *string `json:"appName,omitempty"` // The plan used to register the multitenant application or reusable service. <b>- saasApplication:</b> Registered entity is a multitenant application. <b>- saasService:</b> Registered entity is a reuse service. AppType *string `json:"appType,omitempty"` // Any callback URLs that the multitenant application exposes. AppUrls *string `json:"appUrls,omitempty"` // Name of the cloud automation solution associated with the multitenant application. AutomationSolutionName *string `json:"automationSolutionName,omitempty"` // The category to which the application is grouped in the Subscriptions page in the cockpit. If left empty, it gets assigned to the default category. Category *string `json:"category,omitempty"` // The unique commercial registration name of the deployed multitenant application as defined by the app developer. CommercialAppName *string `json:"commercialAppName,omitempty"` // The description of the multitenant application for customer-facing UIs. Description *string `json:"description,omitempty"` // The display name of the application for customer-facing UIs. DisplayName *string `json:"displayName,omitempty"` // A flag to determine wheater to fail subscription when automation solution fails or not. FailSubscriptionOnAutomationFailure *bool `json:"failSubscriptionOnAutomationFailure,omitempty"` // Name of the formations solution associated with the multitenant application. // Deprecated FormationSolutionName *string `json:"formationSolutionName,omitempty"` // ID of the global account associated with the multitenant application. GlobalAccountId *string `json:"globalAccountId,omitempty"` // Error message to return when automation solution fails. MessageOnAutomationFailure *string `json:"messageOnAutomationFailure,omitempty"` // The unique ID of the Cloud Foundry org where the app provider has deployed and registered the multitenant application. OrganizationGuid *string `json:"organizationGuid,omitempty"` ParamsSchema *EntitledApplicationsResponseObjectParamsSchema `json:"paramsSchema,omitempty"` // Whether the parameters are transferred to the application’s dependencies. PropagateParams *bool `json:"propagateParams,omitempty"` // The unique ID of the tenant that provides the multitenant application. ProviderTenantId *string `json:"providerTenantId,omitempty"` // The ID of the multitenant application that is registered to the SAP SaaS Provisioning service registry. ServiceInstanceId *string `json:"serviceInstanceId,omitempty"` // The unique ID of the Cloud Foundry space where the app provider has deployed and registered the multitenant application. SpaceGuid *string `json:"spaceGuid,omitempty"` // The xsappname configured in the security descriptor file used to create the xsuaa service instance for the multitenant application. Xsappname *string `json:"xsappname,omitempty"` }
RegistrationDetailsResponseObject struct for RegistrationDetailsResponseObject
func NewRegistrationDetailsResponseObject ¶
func NewRegistrationDetailsResponseObject() *RegistrationDetailsResponseObject
NewRegistrationDetailsResponseObject instantiates a new RegistrationDetailsResponseObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRegistrationDetailsResponseObjectWithDefaults ¶
func NewRegistrationDetailsResponseObjectWithDefaults() *RegistrationDetailsResponseObject
NewRegistrationDetailsResponseObjectWithDefaults instantiates a new RegistrationDetailsResponseObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RegistrationDetailsResponseObject) GetAppId ¶
func (o *RegistrationDetailsResponseObject) GetAppId() string
GetAppId returns the AppId field value if set, zero value otherwise.
func (*RegistrationDetailsResponseObject) GetAppIdOk ¶
func (o *RegistrationDetailsResponseObject) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationDetailsResponseObject) GetAppName ¶
func (o *RegistrationDetailsResponseObject) GetAppName() string
GetAppName returns the AppName field value if set, zero value otherwise.
func (*RegistrationDetailsResponseObject) GetAppNameOk ¶
func (o *RegistrationDetailsResponseObject) GetAppNameOk() (*string, bool)
GetAppNameOk returns a tuple with the AppName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationDetailsResponseObject) GetAppType ¶
func (o *RegistrationDetailsResponseObject) GetAppType() string
GetAppType returns the AppType field value if set, zero value otherwise.
func (*RegistrationDetailsResponseObject) GetAppTypeOk ¶
func (o *RegistrationDetailsResponseObject) GetAppTypeOk() (*string, bool)
GetAppTypeOk returns a tuple with the AppType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationDetailsResponseObject) GetAppUrls ¶
func (o *RegistrationDetailsResponseObject) GetAppUrls() string
GetAppUrls returns the AppUrls field value if set, zero value otherwise.
func (*RegistrationDetailsResponseObject) GetAppUrlsOk ¶
func (o *RegistrationDetailsResponseObject) GetAppUrlsOk() (*string, bool)
GetAppUrlsOk returns a tuple with the AppUrls field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationDetailsResponseObject) GetAutomationSolutionName ¶
func (o *RegistrationDetailsResponseObject) GetAutomationSolutionName() string
GetAutomationSolutionName returns the AutomationSolutionName field value if set, zero value otherwise.
func (*RegistrationDetailsResponseObject) GetAutomationSolutionNameOk ¶
func (o *RegistrationDetailsResponseObject) GetAutomationSolutionNameOk() (*string, bool)
GetAutomationSolutionNameOk returns a tuple with the AutomationSolutionName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationDetailsResponseObject) GetCategory ¶
func (o *RegistrationDetailsResponseObject) GetCategory() string
GetCategory returns the Category field value if set, zero value otherwise.
func (*RegistrationDetailsResponseObject) GetCategoryOk ¶
func (o *RegistrationDetailsResponseObject) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationDetailsResponseObject) GetCommercialAppName ¶
func (o *RegistrationDetailsResponseObject) GetCommercialAppName() string
GetCommercialAppName returns the CommercialAppName field value if set, zero value otherwise.
func (*RegistrationDetailsResponseObject) GetCommercialAppNameOk ¶
func (o *RegistrationDetailsResponseObject) GetCommercialAppNameOk() (*string, bool)
GetCommercialAppNameOk returns a tuple with the CommercialAppName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationDetailsResponseObject) GetDescription ¶
func (o *RegistrationDetailsResponseObject) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*RegistrationDetailsResponseObject) GetDescriptionOk ¶
func (o *RegistrationDetailsResponseObject) 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 (*RegistrationDetailsResponseObject) GetDisplayName ¶
func (o *RegistrationDetailsResponseObject) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*RegistrationDetailsResponseObject) GetDisplayNameOk ¶
func (o *RegistrationDetailsResponseObject) 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 (*RegistrationDetailsResponseObject) GetFailSubscriptionOnAutomationFailure ¶
func (o *RegistrationDetailsResponseObject) GetFailSubscriptionOnAutomationFailure() bool
GetFailSubscriptionOnAutomationFailure returns the FailSubscriptionOnAutomationFailure field value if set, zero value otherwise.
func (*RegistrationDetailsResponseObject) GetFailSubscriptionOnAutomationFailureOk ¶
func (o *RegistrationDetailsResponseObject) GetFailSubscriptionOnAutomationFailureOk() (*bool, bool)
GetFailSubscriptionOnAutomationFailureOk returns a tuple with the FailSubscriptionOnAutomationFailure field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationDetailsResponseObject) GetFormationSolutionName ¶
func (o *RegistrationDetailsResponseObject) GetFormationSolutionName() string
GetFormationSolutionName returns the FormationSolutionName field value if set, zero value otherwise. Deprecated
func (*RegistrationDetailsResponseObject) GetFormationSolutionNameOk ¶
func (o *RegistrationDetailsResponseObject) GetFormationSolutionNameOk() (*string, bool)
GetFormationSolutionNameOk returns a tuple with the FormationSolutionName field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*RegistrationDetailsResponseObject) GetGlobalAccountId ¶
func (o *RegistrationDetailsResponseObject) GetGlobalAccountId() string
GetGlobalAccountId returns the GlobalAccountId field value if set, zero value otherwise.
func (*RegistrationDetailsResponseObject) GetGlobalAccountIdOk ¶
func (o *RegistrationDetailsResponseObject) GetGlobalAccountIdOk() (*string, bool)
GetGlobalAccountIdOk returns a tuple with the GlobalAccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationDetailsResponseObject) GetMessageOnAutomationFailure ¶
func (o *RegistrationDetailsResponseObject) GetMessageOnAutomationFailure() string
GetMessageOnAutomationFailure returns the MessageOnAutomationFailure field value if set, zero value otherwise.
func (*RegistrationDetailsResponseObject) GetMessageOnAutomationFailureOk ¶
func (o *RegistrationDetailsResponseObject) GetMessageOnAutomationFailureOk() (*string, bool)
GetMessageOnAutomationFailureOk returns a tuple with the MessageOnAutomationFailure field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationDetailsResponseObject) GetOrganizationGuid ¶
func (o *RegistrationDetailsResponseObject) GetOrganizationGuid() string
GetOrganizationGuid returns the OrganizationGuid field value if set, zero value otherwise.
func (*RegistrationDetailsResponseObject) GetOrganizationGuidOk ¶
func (o *RegistrationDetailsResponseObject) GetOrganizationGuidOk() (*string, bool)
GetOrganizationGuidOk returns a tuple with the OrganizationGuid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationDetailsResponseObject) GetParamsSchema ¶
func (o *RegistrationDetailsResponseObject) GetParamsSchema() EntitledApplicationsResponseObjectParamsSchema
GetParamsSchema returns the ParamsSchema field value if set, zero value otherwise.
func (*RegistrationDetailsResponseObject) GetParamsSchemaOk ¶
func (o *RegistrationDetailsResponseObject) GetParamsSchemaOk() (*EntitledApplicationsResponseObjectParamsSchema, bool)
GetParamsSchemaOk returns a tuple with the ParamsSchema field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationDetailsResponseObject) GetPropagateParams ¶
func (o *RegistrationDetailsResponseObject) GetPropagateParams() bool
GetPropagateParams returns the PropagateParams field value if set, zero value otherwise.
func (*RegistrationDetailsResponseObject) GetPropagateParamsOk ¶
func (o *RegistrationDetailsResponseObject) GetPropagateParamsOk() (*bool, bool)
GetPropagateParamsOk returns a tuple with the PropagateParams field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationDetailsResponseObject) GetProviderTenantId ¶
func (o *RegistrationDetailsResponseObject) GetProviderTenantId() string
GetProviderTenantId returns the ProviderTenantId field value if set, zero value otherwise.
func (*RegistrationDetailsResponseObject) GetProviderTenantIdOk ¶
func (o *RegistrationDetailsResponseObject) GetProviderTenantIdOk() (*string, bool)
GetProviderTenantIdOk returns a tuple with the ProviderTenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationDetailsResponseObject) GetServiceInstanceId ¶
func (o *RegistrationDetailsResponseObject) GetServiceInstanceId() string
GetServiceInstanceId returns the ServiceInstanceId field value if set, zero value otherwise.
func (*RegistrationDetailsResponseObject) GetServiceInstanceIdOk ¶
func (o *RegistrationDetailsResponseObject) 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 (*RegistrationDetailsResponseObject) GetSpaceGuid ¶
func (o *RegistrationDetailsResponseObject) GetSpaceGuid() string
GetSpaceGuid returns the SpaceGuid field value if set, zero value otherwise.
func (*RegistrationDetailsResponseObject) GetSpaceGuidOk ¶
func (o *RegistrationDetailsResponseObject) GetSpaceGuidOk() (*string, bool)
GetSpaceGuidOk returns a tuple with the SpaceGuid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationDetailsResponseObject) GetXsappname ¶
func (o *RegistrationDetailsResponseObject) GetXsappname() string
GetXsappname returns the Xsappname field value if set, zero value otherwise.
func (*RegistrationDetailsResponseObject) GetXsappnameOk ¶
func (o *RegistrationDetailsResponseObject) GetXsappnameOk() (*string, bool)
GetXsappnameOk returns a tuple with the Xsappname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationDetailsResponseObject) HasAppId ¶
func (o *RegistrationDetailsResponseObject) HasAppId() bool
HasAppId returns a boolean if a field has been set.
func (*RegistrationDetailsResponseObject) HasAppName ¶
func (o *RegistrationDetailsResponseObject) HasAppName() bool
HasAppName returns a boolean if a field has been set.
func (*RegistrationDetailsResponseObject) HasAppType ¶
func (o *RegistrationDetailsResponseObject) HasAppType() bool
HasAppType returns a boolean if a field has been set.
func (*RegistrationDetailsResponseObject) HasAppUrls ¶
func (o *RegistrationDetailsResponseObject) HasAppUrls() bool
HasAppUrls returns a boolean if a field has been set.
func (*RegistrationDetailsResponseObject) HasAutomationSolutionName ¶
func (o *RegistrationDetailsResponseObject) HasAutomationSolutionName() bool
HasAutomationSolutionName returns a boolean if a field has been set.
func (*RegistrationDetailsResponseObject) HasCategory ¶
func (o *RegistrationDetailsResponseObject) HasCategory() bool
HasCategory returns a boolean if a field has been set.
func (*RegistrationDetailsResponseObject) HasCommercialAppName ¶
func (o *RegistrationDetailsResponseObject) HasCommercialAppName() bool
HasCommercialAppName returns a boolean if a field has been set.
func (*RegistrationDetailsResponseObject) HasDescription ¶
func (o *RegistrationDetailsResponseObject) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*RegistrationDetailsResponseObject) HasDisplayName ¶
func (o *RegistrationDetailsResponseObject) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*RegistrationDetailsResponseObject) HasFailSubscriptionOnAutomationFailure ¶
func (o *RegistrationDetailsResponseObject) HasFailSubscriptionOnAutomationFailure() bool
HasFailSubscriptionOnAutomationFailure returns a boolean if a field has been set.
func (*RegistrationDetailsResponseObject) HasFormationSolutionName ¶
func (o *RegistrationDetailsResponseObject) HasFormationSolutionName() bool
HasFormationSolutionName returns a boolean if a field has been set.
func (*RegistrationDetailsResponseObject) HasGlobalAccountId ¶
func (o *RegistrationDetailsResponseObject) HasGlobalAccountId() bool
HasGlobalAccountId returns a boolean if a field has been set.
func (*RegistrationDetailsResponseObject) HasMessageOnAutomationFailure ¶
func (o *RegistrationDetailsResponseObject) HasMessageOnAutomationFailure() bool
HasMessageOnAutomationFailure returns a boolean if a field has been set.
func (*RegistrationDetailsResponseObject) HasOrganizationGuid ¶
func (o *RegistrationDetailsResponseObject) HasOrganizationGuid() bool
HasOrganizationGuid returns a boolean if a field has been set.
func (*RegistrationDetailsResponseObject) HasParamsSchema ¶
func (o *RegistrationDetailsResponseObject) HasParamsSchema() bool
HasParamsSchema returns a boolean if a field has been set.
func (*RegistrationDetailsResponseObject) HasPropagateParams ¶
func (o *RegistrationDetailsResponseObject) HasPropagateParams() bool
HasPropagateParams returns a boolean if a field has been set.
func (*RegistrationDetailsResponseObject) HasProviderTenantId ¶
func (o *RegistrationDetailsResponseObject) HasProviderTenantId() bool
HasProviderTenantId returns a boolean if a field has been set.
func (*RegistrationDetailsResponseObject) HasServiceInstanceId ¶
func (o *RegistrationDetailsResponseObject) HasServiceInstanceId() bool
HasServiceInstanceId returns a boolean if a field has been set.
func (*RegistrationDetailsResponseObject) HasSpaceGuid ¶
func (o *RegistrationDetailsResponseObject) HasSpaceGuid() bool
HasSpaceGuid returns a boolean if a field has been set.
func (*RegistrationDetailsResponseObject) HasXsappname ¶
func (o *RegistrationDetailsResponseObject) HasXsappname() bool
HasXsappname returns a boolean if a field has been set.
func (RegistrationDetailsResponseObject) MarshalJSON ¶
func (o RegistrationDetailsResponseObject) MarshalJSON() ([]byte, error)
func (*RegistrationDetailsResponseObject) SetAppId ¶
func (o *RegistrationDetailsResponseObject) SetAppId(v string)
SetAppId gets a reference to the given string and assigns it to the AppId field.
func (*RegistrationDetailsResponseObject) SetAppName ¶
func (o *RegistrationDetailsResponseObject) SetAppName(v string)
SetAppName gets a reference to the given string and assigns it to the AppName field.
func (*RegistrationDetailsResponseObject) SetAppType ¶
func (o *RegistrationDetailsResponseObject) SetAppType(v string)
SetAppType gets a reference to the given string and assigns it to the AppType field.
func (*RegistrationDetailsResponseObject) SetAppUrls ¶
func (o *RegistrationDetailsResponseObject) SetAppUrls(v string)
SetAppUrls gets a reference to the given string and assigns it to the AppUrls field.
func (*RegistrationDetailsResponseObject) SetAutomationSolutionName ¶
func (o *RegistrationDetailsResponseObject) SetAutomationSolutionName(v string)
SetAutomationSolutionName gets a reference to the given string and assigns it to the AutomationSolutionName field.
func (*RegistrationDetailsResponseObject) SetCategory ¶
func (o *RegistrationDetailsResponseObject) SetCategory(v string)
SetCategory gets a reference to the given string and assigns it to the Category field.
func (*RegistrationDetailsResponseObject) SetCommercialAppName ¶
func (o *RegistrationDetailsResponseObject) SetCommercialAppName(v string)
SetCommercialAppName gets a reference to the given string and assigns it to the CommercialAppName field.
func (*RegistrationDetailsResponseObject) SetDescription ¶
func (o *RegistrationDetailsResponseObject) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*RegistrationDetailsResponseObject) SetDisplayName ¶
func (o *RegistrationDetailsResponseObject) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*RegistrationDetailsResponseObject) SetFailSubscriptionOnAutomationFailure ¶
func (o *RegistrationDetailsResponseObject) SetFailSubscriptionOnAutomationFailure(v bool)
SetFailSubscriptionOnAutomationFailure gets a reference to the given bool and assigns it to the FailSubscriptionOnAutomationFailure field.
func (*RegistrationDetailsResponseObject) SetFormationSolutionName ¶
func (o *RegistrationDetailsResponseObject) SetFormationSolutionName(v string)
SetFormationSolutionName gets a reference to the given string and assigns it to the FormationSolutionName field. Deprecated
func (*RegistrationDetailsResponseObject) SetGlobalAccountId ¶
func (o *RegistrationDetailsResponseObject) SetGlobalAccountId(v string)
SetGlobalAccountId gets a reference to the given string and assigns it to the GlobalAccountId field.
func (*RegistrationDetailsResponseObject) SetMessageOnAutomationFailure ¶
func (o *RegistrationDetailsResponseObject) SetMessageOnAutomationFailure(v string)
SetMessageOnAutomationFailure gets a reference to the given string and assigns it to the MessageOnAutomationFailure field.
func (*RegistrationDetailsResponseObject) SetOrganizationGuid ¶
func (o *RegistrationDetailsResponseObject) SetOrganizationGuid(v string)
SetOrganizationGuid gets a reference to the given string and assigns it to the OrganizationGuid field.
func (*RegistrationDetailsResponseObject) SetParamsSchema ¶
func (o *RegistrationDetailsResponseObject) SetParamsSchema(v EntitledApplicationsResponseObjectParamsSchema)
SetParamsSchema gets a reference to the given EntitledApplicationsResponseObjectParamsSchema and assigns it to the ParamsSchema field.
func (*RegistrationDetailsResponseObject) SetPropagateParams ¶
func (o *RegistrationDetailsResponseObject) SetPropagateParams(v bool)
SetPropagateParams gets a reference to the given bool and assigns it to the PropagateParams field.
func (*RegistrationDetailsResponseObject) SetProviderTenantId ¶
func (o *RegistrationDetailsResponseObject) SetProviderTenantId(v string)
SetProviderTenantId gets a reference to the given string and assigns it to the ProviderTenantId field.
func (*RegistrationDetailsResponseObject) SetServiceInstanceId ¶
func (o *RegistrationDetailsResponseObject) SetServiceInstanceId(v string)
SetServiceInstanceId gets a reference to the given string and assigns it to the ServiceInstanceId field.
func (*RegistrationDetailsResponseObject) SetSpaceGuid ¶
func (o *RegistrationDetailsResponseObject) SetSpaceGuid(v string)
SetSpaceGuid gets a reference to the given string and assigns it to the SpaceGuid field.
func (*RegistrationDetailsResponseObject) SetXsappname ¶
func (o *RegistrationDetailsResponseObject) SetXsappname(v string)
SetXsappname gets a reference to the given string and assigns it to the Xsappname field.
func (RegistrationDetailsResponseObject) ToMap ¶
func (o RegistrationDetailsResponseObject) ToMap() (map[string]interface{}, error)
type SaasAsyncSubscriptionRequestPayload ¶
type SaasAsyncSubscriptionRequestPayload struct { // Additional details accompanying the subscription process. Relates mostly to the cases when the subscription process status is FAILED. Message *string `json:"message,omitempty"` // Status of the subscription job. Status *string `json:"status,omitempty"` // The URL the multitenant application is exposing for a subscription. SubscriptionUrl *string `json:"subscriptionUrl,omitempty"` }
SaasAsyncSubscriptionRequestPayload The details of the subaccount tenant subscription an app provider sends to users.
func NewSaasAsyncSubscriptionRequestPayload ¶
func NewSaasAsyncSubscriptionRequestPayload() *SaasAsyncSubscriptionRequestPayload
NewSaasAsyncSubscriptionRequestPayload instantiates a new SaasAsyncSubscriptionRequestPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSaasAsyncSubscriptionRequestPayloadWithDefaults ¶
func NewSaasAsyncSubscriptionRequestPayloadWithDefaults() *SaasAsyncSubscriptionRequestPayload
NewSaasAsyncSubscriptionRequestPayloadWithDefaults instantiates a new SaasAsyncSubscriptionRequestPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SaasAsyncSubscriptionRequestPayload) GetMessage ¶
func (o *SaasAsyncSubscriptionRequestPayload) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*SaasAsyncSubscriptionRequestPayload) GetMessageOk ¶
func (o *SaasAsyncSubscriptionRequestPayload) 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 (*SaasAsyncSubscriptionRequestPayload) GetStatus ¶
func (o *SaasAsyncSubscriptionRequestPayload) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*SaasAsyncSubscriptionRequestPayload) GetStatusOk ¶
func (o *SaasAsyncSubscriptionRequestPayload) 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 (*SaasAsyncSubscriptionRequestPayload) GetSubscriptionUrl ¶
func (o *SaasAsyncSubscriptionRequestPayload) GetSubscriptionUrl() string
GetSubscriptionUrl returns the SubscriptionUrl field value if set, zero value otherwise.
func (*SaasAsyncSubscriptionRequestPayload) GetSubscriptionUrlOk ¶
func (o *SaasAsyncSubscriptionRequestPayload) GetSubscriptionUrlOk() (*string, bool)
GetSubscriptionUrlOk returns a tuple with the SubscriptionUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SaasAsyncSubscriptionRequestPayload) HasMessage ¶
func (o *SaasAsyncSubscriptionRequestPayload) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*SaasAsyncSubscriptionRequestPayload) HasStatus ¶
func (o *SaasAsyncSubscriptionRequestPayload) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*SaasAsyncSubscriptionRequestPayload) HasSubscriptionUrl ¶
func (o *SaasAsyncSubscriptionRequestPayload) HasSubscriptionUrl() bool
HasSubscriptionUrl returns a boolean if a field has been set.
func (SaasAsyncSubscriptionRequestPayload) MarshalJSON ¶
func (o SaasAsyncSubscriptionRequestPayload) MarshalJSON() ([]byte, error)
func (*SaasAsyncSubscriptionRequestPayload) SetMessage ¶
func (o *SaasAsyncSubscriptionRequestPayload) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*SaasAsyncSubscriptionRequestPayload) SetStatus ¶
func (o *SaasAsyncSubscriptionRequestPayload) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*SaasAsyncSubscriptionRequestPayload) SetSubscriptionUrl ¶
func (o *SaasAsyncSubscriptionRequestPayload) SetSubscriptionUrl(v string)
SetSubscriptionUrl gets a reference to the given string and assigns it to the SubscriptionUrl field.
func (SaasAsyncSubscriptionRequestPayload) ToMap ¶
func (o SaasAsyncSubscriptionRequestPayload) ToMap() (map[string]interface{}, error)
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type SubscriptionOperationsForAppConsumersAPI ¶
type SubscriptionOperationsForAppConsumersAPI interface { /* CreateSubscriptionAsync Subscribe to an application from a subaccount Subscribe to a multitenant application from a subaccount. This process is asynchronous. You must be assigned to the subaccount admin role. To check which multitenant applications the subaccount can subscribe to, use the API: GET /saas-manager/v1/applications.<br/><br/>Required scopes: $XSAPPNAME.subaccount.application.subscription.update @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appName The name of the multitenant application to subscribe to. @return ApiCreateSubscriptionAsyncRequest */ CreateSubscriptionAsync(ctx context.Context, appName string) ApiCreateSubscriptionAsyncRequest // CreateSubscriptionAsyncExecute executes the request CreateSubscriptionAsyncExecute(r ApiCreateSubscriptionAsyncRequest) (*http.Response, error) /* DeleteSubscriptionAsync Unsubscribe an application from a subaccount Unsubscribe a multitenant application from a subaccount. This process is asynchronous. All data related to the subscribed multitenant application will be deleted in the respective subaccount. To show all application entitlements, including application names, plan names, and subscription status, in a subaccount, use GET /saas-manager/v1/applications/{appName} <br/><br/>Required scopes: $XSAPPNAME.subaccount.application.subscription.update @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appName The name of the multitenant application from which to unsubscribe the subaccount. @return ApiDeleteSubscriptionAsyncRequest */ DeleteSubscriptionAsync(ctx context.Context, appName string) ApiDeleteSubscriptionAsyncRequest // DeleteSubscriptionAsyncExecute executes the request DeleteSubscriptionAsyncExecute(r ApiDeleteSubscriptionAsyncRequest) (*http.Response, error) /* DeleteSubscriptionLabels Remove all labels from a multitenant application subscription Remove all user-defined labels that are assigned to a consumer subaccount's subscription to a multitenant application. To remove specific labels, use instead: PUT /saas-manager/v1/applications/{appName}/ subscription/labels Required scope: $XSAPPNAME.subaccount.application.subscription.update @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appName The name of the multitenant application to which a subaccount is subscribed. @return ApiDeleteSubscriptionLabelsRequest */ DeleteSubscriptionLabels(ctx context.Context, appName string) ApiDeleteSubscriptionLabelsRequest // DeleteSubscriptionLabelsExecute executes the request // @return LabelsResponseObject DeleteSubscriptionLabelsExecute(r ApiDeleteSubscriptionLabelsRequest) (*LabelsResponseObject, *http.Response, error) /* GetEntitledApplication Get details of a multitenant application Get details of a specific multitenant application to which the subaccount is entitled to subscribe. Also useful for finding the URL to launch the application.<br/><br/>Required scopes: $XSAPPNAME.subaccount.application.subscription.read @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appName The name of the multitenant application to which a subaccount is entitled to subscribe. @return ApiGetEntitledApplicationRequest */ GetEntitledApplication(ctx context.Context, appName string) ApiGetEntitledApplicationRequest // GetEntitledApplicationExecute executes the request // @return EntitledApplicationsResponseObject GetEntitledApplicationExecute(r ApiGetEntitledApplicationRequest) (*EntitledApplicationsResponseObject, *http.Response, error) /* GetEntitledApplications Get all entitled multitenant applications List all the multitenant applications to which a subaccount is entitled to subscribe, including their subscription details. Also useful for finding the URLs to launch each of the entitled applications.<br/><br/>Required scopes: $XSAPPNAME.subaccount.application.subscription.read @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetEntitledApplicationsRequest */ GetEntitledApplications(ctx context.Context) ApiGetEntitledApplicationsRequest // GetEntitledApplicationsExecute executes the request // @return EntitledApplicationsResponseCollection GetEntitledApplicationsExecute(r ApiGetEntitledApplicationsRequest) (*EntitledApplicationsResponseCollection, *http.Response, error) /* GetSubscriptionLabels Get labels for a multitenant application subscription Get all the user-defined labels that are assigned as key-value pairs to a consumer subaccount's subscription to a multitenant application. Required scope: $XSAPPNAME.subaccount.application.subscription.read @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appName The name of the multitenant application to which a subaccount is subscribed. @return ApiGetSubscriptionLabelsRequest */ GetSubscriptionLabels(ctx context.Context, appName string) ApiGetSubscriptionLabelsRequest // GetSubscriptionLabelsExecute executes the request // @return LabelsResponseObject GetSubscriptionLabelsExecute(r ApiGetSubscriptionLabelsRequest) (*LabelsResponseObject, *http.Response, error) /* UpdateSubscriptionParametersAsync Update parameters of a multitenant application subscription Change the parameters of an existing subscription to a multitenant application. For example, you can change the application plan in a subscription. To update subscription parameters, the subaccount must already be subscribed to the application. <br/><br/>Required scopes: $XSAPPNAME.subaccount.application.subscription.update @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appName The name of the multitenant application to update. @return ApiUpdateSubscriptionParametersAsyncRequest */ UpdateSubscriptionParametersAsync(ctx context.Context, appName string) ApiUpdateSubscriptionParametersAsyncRequest // UpdateSubscriptionParametersAsyncExecute executes the request UpdateSubscriptionParametersAsyncExecute(r ApiUpdateSubscriptionParametersAsyncRequest) (*http.Response, error) /* UpsertSubscriptionLabels Assign labels to a multitenant application subscription Assign user-defined labels to a consumer subaccount's subscription to a multitenant application. Labels are specified as key-value pairs. Required scope: $XSAPPNAME.subaccount.application.subscription.update @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appName The name of the multitenant application to which a subaccount is subscribed. @return ApiUpsertSubscriptionLabelsRequest */ UpsertSubscriptionLabels(ctx context.Context, appName string) ApiUpsertSubscriptionLabelsRequest // UpsertSubscriptionLabelsExecute executes the request // @return LabelsResponseObject UpsertSubscriptionLabelsExecute(r ApiUpsertSubscriptionLabelsRequest) (*LabelsResponseObject, *http.Response, error) }
type SubscriptionOperationsForAppConsumersAPIService ¶
type SubscriptionOperationsForAppConsumersAPIService service
SubscriptionOperationsForAppConsumersAPIService SubscriptionOperationsForAppConsumersAPI service
func (*SubscriptionOperationsForAppConsumersAPIService) CreateSubscriptionAsync ¶
func (a *SubscriptionOperationsForAppConsumersAPIService) CreateSubscriptionAsync(ctx context.Context, appName string) ApiCreateSubscriptionAsyncRequest
CreateSubscriptionAsync Subscribe to an application from a subaccount
Subscribe to a multitenant application from a subaccount. This process is asynchronous. You must be assigned to the subaccount admin role. To check which multitenant applications the subaccount can subscribe to, use the API: GET /saas-manager/v1/applications.<br/><br/>Required scopes: $XSAPPNAME.subaccount.application.subscription.update
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appName The name of the multitenant application to subscribe to. @return ApiCreateSubscriptionAsyncRequest
func (*SubscriptionOperationsForAppConsumersAPIService) CreateSubscriptionAsyncExecute ¶
func (a *SubscriptionOperationsForAppConsumersAPIService) CreateSubscriptionAsyncExecute(r ApiCreateSubscriptionAsyncRequest) (*http.Response, error)
Execute executes the request
func (*SubscriptionOperationsForAppConsumersAPIService) DeleteSubscriptionAsync ¶
func (a *SubscriptionOperationsForAppConsumersAPIService) DeleteSubscriptionAsync(ctx context.Context, appName string) ApiDeleteSubscriptionAsyncRequest
DeleteSubscriptionAsync Unsubscribe an application from a subaccount
Unsubscribe a multitenant application from a subaccount. This process is asynchronous. All data related to the subscribed multitenant application will be deleted in the respective subaccount. To show all application entitlements, including application names, plan names, and subscription status, in a subaccount, use GET /saas-manager/v1/applications/{appName} <br/><br/>Required scopes: $XSAPPNAME.subaccount.application.subscription.update
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appName The name of the multitenant application from which to unsubscribe the subaccount. @return ApiDeleteSubscriptionAsyncRequest
func (*SubscriptionOperationsForAppConsumersAPIService) DeleteSubscriptionAsyncExecute ¶
func (a *SubscriptionOperationsForAppConsumersAPIService) DeleteSubscriptionAsyncExecute(r ApiDeleteSubscriptionAsyncRequest) (*http.Response, error)
Execute executes the request
func (*SubscriptionOperationsForAppConsumersAPIService) DeleteSubscriptionLabels ¶
func (a *SubscriptionOperationsForAppConsumersAPIService) DeleteSubscriptionLabels(ctx context.Context, appName string) ApiDeleteSubscriptionLabelsRequest
DeleteSubscriptionLabels Remove all labels from a multitenant application subscription
Remove all user-defined labels that are assigned to a consumer subaccount's subscription to a multitenant application.
To remove specific labels, use instead: PUT /saas-manager/v1/applications/{appName}/ subscription/labels Required scope: $XSAPPNAME.subaccount.application.subscription.update
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appName The name of the multitenant application to which a subaccount is subscribed. @return ApiDeleteSubscriptionLabelsRequest
func (*SubscriptionOperationsForAppConsumersAPIService) DeleteSubscriptionLabelsExecute ¶
func (a *SubscriptionOperationsForAppConsumersAPIService) DeleteSubscriptionLabelsExecute(r ApiDeleteSubscriptionLabelsRequest) (*LabelsResponseObject, *http.Response, error)
Execute executes the request
@return LabelsResponseObject
func (*SubscriptionOperationsForAppConsumersAPIService) GetEntitledApplication ¶
func (a *SubscriptionOperationsForAppConsumersAPIService) GetEntitledApplication(ctx context.Context, appName string) ApiGetEntitledApplicationRequest
GetEntitledApplication Get details of a multitenant application
Get details of a specific multitenant application to which the subaccount is entitled to subscribe. Also useful for finding the URL to launch the application.<br/><br/>Required scopes: $XSAPPNAME.subaccount.application.subscription.read
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appName The name of the multitenant application to which a subaccount is entitled to subscribe. @return ApiGetEntitledApplicationRequest
func (*SubscriptionOperationsForAppConsumersAPIService) GetEntitledApplicationExecute ¶
func (a *SubscriptionOperationsForAppConsumersAPIService) GetEntitledApplicationExecute(r ApiGetEntitledApplicationRequest) (*EntitledApplicationsResponseObject, *http.Response, error)
Execute executes the request
@return EntitledApplicationsResponseObject
func (*SubscriptionOperationsForAppConsumersAPIService) GetEntitledApplications ¶
func (a *SubscriptionOperationsForAppConsumersAPIService) GetEntitledApplications(ctx context.Context) ApiGetEntitledApplicationsRequest
GetEntitledApplications Get all entitled multitenant applications
List all the multitenant applications to which a subaccount is entitled to subscribe, including their subscription details. Also useful for finding the URLs to launch each of the entitled applications.<br/><br/>Required scopes: $XSAPPNAME.subaccount.application.subscription.read
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetEntitledApplicationsRequest
func (*SubscriptionOperationsForAppConsumersAPIService) GetEntitledApplicationsExecute ¶
func (a *SubscriptionOperationsForAppConsumersAPIService) GetEntitledApplicationsExecute(r ApiGetEntitledApplicationsRequest) (*EntitledApplicationsResponseCollection, *http.Response, error)
Execute executes the request
@return EntitledApplicationsResponseCollection
func (*SubscriptionOperationsForAppConsumersAPIService) GetSubscriptionLabels ¶
func (a *SubscriptionOperationsForAppConsumersAPIService) GetSubscriptionLabels(ctx context.Context, appName string) ApiGetSubscriptionLabelsRequest
GetSubscriptionLabels Get labels for a multitenant application subscription
Get all the user-defined labels that are assigned as key-value pairs to a consumer subaccount's subscription to a multitenant application.
Required scope: $XSAPPNAME.subaccount.application.subscription.read
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appName The name of the multitenant application to which a subaccount is subscribed. @return ApiGetSubscriptionLabelsRequest
func (*SubscriptionOperationsForAppConsumersAPIService) GetSubscriptionLabelsExecute ¶
func (a *SubscriptionOperationsForAppConsumersAPIService) GetSubscriptionLabelsExecute(r ApiGetSubscriptionLabelsRequest) (*LabelsResponseObject, *http.Response, error)
Execute executes the request
@return LabelsResponseObject
func (*SubscriptionOperationsForAppConsumersAPIService) UpdateSubscriptionParametersAsync ¶
func (a *SubscriptionOperationsForAppConsumersAPIService) UpdateSubscriptionParametersAsync(ctx context.Context, appName string) ApiUpdateSubscriptionParametersAsyncRequest
UpdateSubscriptionParametersAsync Update parameters of a multitenant application subscription
Change the parameters of an existing subscription to a multitenant application. For example, you can change the application plan in a subscription. To update subscription parameters, the subaccount must already be subscribed to the application. <br/><br/>Required scopes: $XSAPPNAME.subaccount.application.subscription.update
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appName The name of the multitenant application to update. @return ApiUpdateSubscriptionParametersAsyncRequest
func (*SubscriptionOperationsForAppConsumersAPIService) UpdateSubscriptionParametersAsyncExecute ¶
func (a *SubscriptionOperationsForAppConsumersAPIService) UpdateSubscriptionParametersAsyncExecute(r ApiUpdateSubscriptionParametersAsyncRequest) (*http.Response, error)
Execute executes the request
func (*SubscriptionOperationsForAppConsumersAPIService) UpsertSubscriptionLabels ¶
func (a *SubscriptionOperationsForAppConsumersAPIService) UpsertSubscriptionLabels(ctx context.Context, appName string) ApiUpsertSubscriptionLabelsRequest
UpsertSubscriptionLabels Assign labels to a multitenant application subscription
Assign user-defined labels to a consumer subaccount's subscription to a multitenant application. Labels are specified as key-value pairs.
Required scope: $XSAPPNAME.subaccount.application.subscription.update
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appName The name of the multitenant application to which a subaccount is subscribed. @return ApiUpsertSubscriptionLabelsRequest
func (*SubscriptionOperationsForAppConsumersAPIService) UpsertSubscriptionLabelsExecute ¶
func (a *SubscriptionOperationsForAppConsumersAPIService) UpsertSubscriptionLabelsExecute(r ApiUpsertSubscriptionLabelsRequest) (*LabelsResponseObject, *http.Response, error)
Execute executes the request
@return LabelsResponseObject
type SubscriptionsListResponseObject ¶
type SubscriptionsListResponseObject struct { // Whether there are more pages. MorePages *bool `json:"morePages,omitempty"` // The current page number. Page *int32 `json:"page,omitempty"` // The list of the requested app subscriptions. Subscriptions []ApplicationSubscriptionsResponseObject `json:"subscriptions,omitempty"` // Total numbers of results. Total *int64 `json:"total,omitempty"` // Total numbers of pages. TotalPages *int32 `json:"totalPages,omitempty"` }
SubscriptionsListResponseObject struct for SubscriptionsListResponseObject
func NewSubscriptionsListResponseObject ¶
func NewSubscriptionsListResponseObject() *SubscriptionsListResponseObject
NewSubscriptionsListResponseObject instantiates a new SubscriptionsListResponseObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSubscriptionsListResponseObjectWithDefaults ¶
func NewSubscriptionsListResponseObjectWithDefaults() *SubscriptionsListResponseObject
NewSubscriptionsListResponseObjectWithDefaults instantiates a new SubscriptionsListResponseObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SubscriptionsListResponseObject) GetMorePages ¶
func (o *SubscriptionsListResponseObject) GetMorePages() bool
GetMorePages returns the MorePages field value if set, zero value otherwise.
func (*SubscriptionsListResponseObject) GetMorePagesOk ¶
func (o *SubscriptionsListResponseObject) GetMorePagesOk() (*bool, bool)
GetMorePagesOk returns a tuple with the MorePages field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionsListResponseObject) GetPage ¶
func (o *SubscriptionsListResponseObject) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise.
func (*SubscriptionsListResponseObject) GetPageOk ¶
func (o *SubscriptionsListResponseObject) 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 (*SubscriptionsListResponseObject) GetSubscriptions ¶
func (o *SubscriptionsListResponseObject) GetSubscriptions() []ApplicationSubscriptionsResponseObject
GetSubscriptions returns the Subscriptions field value if set, zero value otherwise.
func (*SubscriptionsListResponseObject) GetSubscriptionsOk ¶
func (o *SubscriptionsListResponseObject) GetSubscriptionsOk() ([]ApplicationSubscriptionsResponseObject, bool)
GetSubscriptionsOk returns a tuple with the Subscriptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionsListResponseObject) GetTotal ¶
func (o *SubscriptionsListResponseObject) GetTotal() int64
GetTotal returns the Total field value if set, zero value otherwise.
func (*SubscriptionsListResponseObject) GetTotalOk ¶
func (o *SubscriptionsListResponseObject) GetTotalOk() (*int64, bool)
GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionsListResponseObject) GetTotalPages ¶
func (o *SubscriptionsListResponseObject) GetTotalPages() int32
GetTotalPages returns the TotalPages field value if set, zero value otherwise.
func (*SubscriptionsListResponseObject) GetTotalPagesOk ¶
func (o *SubscriptionsListResponseObject) GetTotalPagesOk() (*int32, bool)
GetTotalPagesOk returns a tuple with the TotalPages field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionsListResponseObject) HasMorePages ¶
func (o *SubscriptionsListResponseObject) HasMorePages() bool
HasMorePages returns a boolean if a field has been set.
func (*SubscriptionsListResponseObject) HasPage ¶
func (o *SubscriptionsListResponseObject) HasPage() bool
HasPage returns a boolean if a field has been set.
func (*SubscriptionsListResponseObject) HasSubscriptions ¶
func (o *SubscriptionsListResponseObject) HasSubscriptions() bool
HasSubscriptions returns a boolean if a field has been set.
func (*SubscriptionsListResponseObject) HasTotal ¶
func (o *SubscriptionsListResponseObject) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (*SubscriptionsListResponseObject) HasTotalPages ¶
func (o *SubscriptionsListResponseObject) HasTotalPages() bool
HasTotalPages returns a boolean if a field has been set.
func (SubscriptionsListResponseObject) MarshalJSON ¶
func (o SubscriptionsListResponseObject) MarshalJSON() ([]byte, error)
func (*SubscriptionsListResponseObject) SetMorePages ¶
func (o *SubscriptionsListResponseObject) SetMorePages(v bool)
SetMorePages gets a reference to the given bool and assigns it to the MorePages field.
func (*SubscriptionsListResponseObject) SetPage ¶
func (o *SubscriptionsListResponseObject) SetPage(v int32)
SetPage gets a reference to the given int32 and assigns it to the Page field.
func (*SubscriptionsListResponseObject) SetSubscriptions ¶
func (o *SubscriptionsListResponseObject) SetSubscriptions(v []ApplicationSubscriptionsResponseObject)
SetSubscriptions gets a reference to the given []ApplicationSubscriptionsResponseObject and assigns it to the Subscriptions field.
func (*SubscriptionsListResponseObject) SetTotal ¶
func (o *SubscriptionsListResponseObject) SetTotal(v int64)
SetTotal gets a reference to the given int64 and assigns it to the Total field.
func (*SubscriptionsListResponseObject) SetTotalPages ¶
func (o *SubscriptionsListResponseObject) SetTotalPages(v int32)
SetTotalPages gets a reference to the given int32 and assigns it to the TotalPages field.
func (SubscriptionsListResponseObject) ToMap ¶
func (o SubscriptionsListResponseObject) ToMap() (map[string]interface{}, error)
type UpdateApplicationDependenciesRequestPayload ¶
type UpdateApplicationDependenciesRequestPayload struct { // A JSON object with key-value pairs. Values can further be JSON objects. (nested structure) AppProviderCustomProperties map[string]map[string]interface{} `json:"appProviderCustomProperties,omitempty"` }
UpdateApplicationDependenciesRequestPayload Send custom property values in the form of key-value pairs to dependent services (provider applications) during the update to notify them about a change related to an existing subscription.
func NewUpdateApplicationDependenciesRequestPayload ¶
func NewUpdateApplicationDependenciesRequestPayload() *UpdateApplicationDependenciesRequestPayload
NewUpdateApplicationDependenciesRequestPayload instantiates a new UpdateApplicationDependenciesRequestPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateApplicationDependenciesRequestPayloadWithDefaults ¶
func NewUpdateApplicationDependenciesRequestPayloadWithDefaults() *UpdateApplicationDependenciesRequestPayload
NewUpdateApplicationDependenciesRequestPayloadWithDefaults instantiates a new UpdateApplicationDependenciesRequestPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateApplicationDependenciesRequestPayload) GetAppProviderCustomProperties ¶
func (o *UpdateApplicationDependenciesRequestPayload) GetAppProviderCustomProperties() map[string]map[string]interface{}
GetAppProviderCustomProperties returns the AppProviderCustomProperties field value if set, zero value otherwise.
func (*UpdateApplicationDependenciesRequestPayload) GetAppProviderCustomPropertiesOk ¶
func (o *UpdateApplicationDependenciesRequestPayload) GetAppProviderCustomPropertiesOk() (map[string]map[string]interface{}, bool)
GetAppProviderCustomPropertiesOk returns a tuple with the AppProviderCustomProperties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateApplicationDependenciesRequestPayload) HasAppProviderCustomProperties ¶
func (o *UpdateApplicationDependenciesRequestPayload) HasAppProviderCustomProperties() bool
HasAppProviderCustomProperties returns a boolean if a field has been set.
func (UpdateApplicationDependenciesRequestPayload) MarshalJSON ¶
func (o UpdateApplicationDependenciesRequestPayload) MarshalJSON() ([]byte, error)
func (*UpdateApplicationDependenciesRequestPayload) SetAppProviderCustomProperties ¶
func (o *UpdateApplicationDependenciesRequestPayload) SetAppProviderCustomProperties(v map[string]map[string]interface{})
SetAppProviderCustomProperties gets a reference to the given map[string]map[string]interface{} and assigns it to the AppProviderCustomProperties field.
func (UpdateApplicationDependenciesRequestPayload) ToMap ¶
func (o UpdateApplicationDependenciesRequestPayload) ToMap() (map[string]interface{}, error)
type UpdateSubscriptionRequestPayload ¶
type UpdateSubscriptionRequestPayload struct { // The new plan of the multitenant application to update in the existing subscription. PlanName *string `json:"planName,omitempty"` // Additional subscription parameters determined by the application provider. SubscriptionParams map[string]map[string]interface{} `json:"subscriptionParams,omitempty"` }
UpdateSubscriptionRequestPayload Create the request to update parameters in an existing subscription from a subaccount.
func NewUpdateSubscriptionRequestPayload ¶
func NewUpdateSubscriptionRequestPayload() *UpdateSubscriptionRequestPayload
NewUpdateSubscriptionRequestPayload instantiates a new UpdateSubscriptionRequestPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateSubscriptionRequestPayloadWithDefaults ¶
func NewUpdateSubscriptionRequestPayloadWithDefaults() *UpdateSubscriptionRequestPayload
NewUpdateSubscriptionRequestPayloadWithDefaults instantiates a new UpdateSubscriptionRequestPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateSubscriptionRequestPayload) GetPlanName ¶
func (o *UpdateSubscriptionRequestPayload) GetPlanName() string
GetPlanName returns the PlanName field value if set, zero value otherwise.
func (*UpdateSubscriptionRequestPayload) GetPlanNameOk ¶
func (o *UpdateSubscriptionRequestPayload) GetPlanNameOk() (*string, bool)
GetPlanNameOk returns a tuple with the PlanName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSubscriptionRequestPayload) GetSubscriptionParams ¶
func (o *UpdateSubscriptionRequestPayload) GetSubscriptionParams() map[string]map[string]interface{}
GetSubscriptionParams returns the SubscriptionParams field value if set, zero value otherwise.
func (*UpdateSubscriptionRequestPayload) GetSubscriptionParamsOk ¶
func (o *UpdateSubscriptionRequestPayload) GetSubscriptionParamsOk() (map[string]map[string]interface{}, bool)
GetSubscriptionParamsOk returns a tuple with the SubscriptionParams field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSubscriptionRequestPayload) HasPlanName ¶
func (o *UpdateSubscriptionRequestPayload) HasPlanName() bool
HasPlanName returns a boolean if a field has been set.
func (*UpdateSubscriptionRequestPayload) HasSubscriptionParams ¶
func (o *UpdateSubscriptionRequestPayload) HasSubscriptionParams() bool
HasSubscriptionParams returns a boolean if a field has been set.
func (UpdateSubscriptionRequestPayload) MarshalJSON ¶
func (o UpdateSubscriptionRequestPayload) MarshalJSON() ([]byte, error)
func (*UpdateSubscriptionRequestPayload) SetPlanName ¶
func (o *UpdateSubscriptionRequestPayload) SetPlanName(v string)
SetPlanName gets a reference to the given string and assigns it to the PlanName field.
func (*UpdateSubscriptionRequestPayload) SetSubscriptionParams ¶
func (o *UpdateSubscriptionRequestPayload) SetSubscriptionParams(v map[string]map[string]interface{})
SetSubscriptionParams gets a reference to the given map[string]map[string]interface{} and assigns it to the SubscriptionParams field.
func (UpdateSubscriptionRequestPayload) ToMap ¶
func (o UpdateSubscriptionRequestPayload) ToMap() (map[string]interface{}, error)
Source Files ¶
- api_application_operations_for_app_providers.go
- api_asynchronous_callback_operations_for_xsuaa.go
- api_job_management.go
- api_job_management_for_application_operations_for_app_providers.go
- api_subscription_operations_for_app_consumers.go
- client.go
- configuration.go
- model_api_exception_response_object.go
- model_api_exception_response_object_error.go
- model_application_resource_dto.go
- model_application_subscriptions_response_object.go
- model_create_subscription_request_payload.go
- model_dependencies_response_object.go
- model_entitled_applications_error_response_object.go
- model_entitled_applications_response_collection.go
- model_entitled_applications_response_object.go
- model_entitled_applications_response_object_metadata.go
- model_entitled_applications_response_object_params_schema.go
- model_job_error_response_object.go
- model_job_state_response_object.go
- model_label_assignment_request_payload.go
- model_labels_response_object.go
- model_nesting_error_details_response_object.go
- model_registration_details_response_object.go
- model_saas_async_subscription_request_payload.go
- model_subscriptions_list_response_object.go
- model_update_application_dependencies_request_payload.go
- model_update_subscription_request_payload.go
- response.go
- utils.go