Documentation
¶
Index ¶
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func NewConfiguration() *config.Configuration
- func ParameterValueToString(obj interface{}, key string) string
- 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
- func (a *APIClient) ApproveSubscription(ctx context.Context, projectId string, subscriptionId string) ApiApproveSubscriptionRequest
- func (a *APIClient) ApproveSubscriptionExecute(ctx context.Context, projectId string, subscriptionId string) error
- func (a *APIClient) GetCatalogProduct(ctx context.Context, productId string) ApiGetCatalogProductRequest
- func (a *APIClient) GetCatalogProductExecute(ctx context.Context, productId string) (*CatalogProductDetail, error)
- func (c *APIClient) GetConfig() *config.Configuration
- func (a *APIClient) GetVendorSubscription(ctx context.Context, projectId string, subscriptionId string) ApiGetVendorSubscriptionRequest
- func (a *APIClient) GetVendorSubscriptionExecute(ctx context.Context, projectId string, subscriptionId string) (*VendorSubscription, error)
- func (a *APIClient) InquiriesCreateInquiry(ctx context.Context) ApiInquiriesCreateInquiryRequest
- func (a *APIClient) InquiriesCreateInquiryExecute(ctx context.Context) error
- func (a *APIClient) ListCatalogProducts(ctx context.Context) ApiListCatalogProductsRequest
- func (a *APIClient) ListCatalogProductsExecute(ctx context.Context) (*ListCatalogProductsResponse, error)
- func (a *APIClient) ListVendorSubscriptions(ctx context.Context, projectId string) ApiListVendorSubscriptionsRequest
- func (a *APIClient) ListVendorSubscriptionsExecute(ctx context.Context, projectId string) (*ListVendorSubscriptionsResponse, error)
- func (a *APIClient) ResolveCustomer(ctx context.Context, projectId string) ApiResolveCustomerRequest
- func (a *APIClient) ResolveCustomerExecute(ctx context.Context, projectId string) (*VendorSubscription, error)
- type ApiApproveSubscriptionRequest
- type ApiGetCatalogProductRequest
- type ApiGetVendorSubscriptionRequest
- type ApiInquiriesCreateInquiryRequest
- type ApiListCatalogProductsRequest
- func (r ApiListCatalogProductsRequest) Cursor(cursor string) ApiListCatalogProductsRequest
- func (r ApiListCatalogProductsRequest) Execute() (*ListCatalogProductsResponse, error)
- func (r ApiListCatalogProductsRequest) Filter(filter string) ApiListCatalogProductsRequest
- func (r ApiListCatalogProductsRequest) Limit(limit float32) ApiListCatalogProductsRequest
- func (r ApiListCatalogProductsRequest) Locale(locale string) ApiListCatalogProductsRequest
- func (r ApiListCatalogProductsRequest) Sort(sort string) ApiListCatalogProductsRequest
- type ApiListVendorSubscriptionsRequest
- func (r ApiListVendorSubscriptionsRequest) Cursor(cursor string) ApiListVendorSubscriptionsRequest
- func (r ApiListVendorSubscriptionsRequest) Execute() (*ListVendorSubscriptionsResponse, error)
- func (r ApiListVendorSubscriptionsRequest) Limit(limit float32) ApiListVendorSubscriptionsRequest
- func (r ApiListVendorSubscriptionsRequest) ProductId(productId string) ApiListVendorSubscriptionsRequest
- type ApiResolveCustomerRequest
- type ApproveSubscriptionPayload
- func (o *ApproveSubscriptionPayload) GetInstanceTarget() (res ApproveSubscriptionPayloadGetInstanceTargetRetType)
- func (o *ApproveSubscriptionPayload) GetInstanceTargetOk() (ret ApproveSubscriptionPayloadGetInstanceTargetRetType, ok bool)
- func (o *ApproveSubscriptionPayload) HasInstanceTarget() bool
- func (o *ApproveSubscriptionPayload) SetInstanceTarget(v ApproveSubscriptionPayloadGetInstanceTargetRetType)
- func (o ApproveSubscriptionPayload) ToMap() (map[string]interface{}, error)
- type ApproveSubscriptionPayloadGetInstanceTargetArgType
- type ApproveSubscriptionPayloadGetInstanceTargetAttributeType
- type ApproveSubscriptionPayloadGetInstanceTargetRetType
- type BecomeVendor
- func (o *BecomeVendor) GetBecomeVendor() (ret BecomeVendorGetBecomeVendorRetType)
- func (o *BecomeVendor) GetBecomeVendorOk() (ret BecomeVendorGetBecomeVendorRetType, ok bool)
- func (o *BecomeVendor) GetType() (ret BecomeVendorGetTypeRetType)
- func (o *BecomeVendor) GetTypeOk() (ret BecomeVendorGetTypeRetType, ok bool)
- func (o *BecomeVendor) SetBecomeVendor(v BecomeVendorGetBecomeVendorRetType)
- func (o *BecomeVendor) SetType(v BecomeVendorGetTypeRetType)
- func (o BecomeVendor) ToMap() (map[string]interface{}, error)
- type BecomeVendorBecomeVendor
- func (o *BecomeVendorBecomeVendor) GetContactEmail() (ret BecomeVendorBecomeVendorGetContactEmailRetType)
- func (o *BecomeVendorBecomeVendor) GetContactEmailOk() (ret BecomeVendorBecomeVendorGetContactEmailRetType, ok bool)
- func (o *BecomeVendorBecomeVendor) GetMessage() (ret BecomeVendorBecomeVendorGetMessageRetType)
- func (o *BecomeVendorBecomeVendor) GetMessageOk() (ret BecomeVendorBecomeVendorGetMessageRetType, ok bool)
- func (o *BecomeVendorBecomeVendor) SetContactEmail(v BecomeVendorBecomeVendorGetContactEmailRetType)
- func (o *BecomeVendorBecomeVendor) SetMessage(v BecomeVendorBecomeVendorGetMessageRetType)
- func (o BecomeVendorBecomeVendor) ToMap() (map[string]interface{}, error)
- type BecomeVendorBecomeVendorGetContactEmailArgType
- type BecomeVendorBecomeVendorGetContactEmailAttributeType
- type BecomeVendorBecomeVendorGetContactEmailRetType
- type BecomeVendorBecomeVendorGetMessageArgType
- type BecomeVendorBecomeVendorGetMessageAttributeType
- type BecomeVendorBecomeVendorGetMessageRetType
- type BecomeVendorGetBecomeVendorArgType
- type BecomeVendorGetBecomeVendorAttributeType
- type BecomeVendorGetBecomeVendorRetType
- type BecomeVendorGetTypeArgType
- type BecomeVendorGetTypeAttributeType
- type BecomeVendorGetTypeRetType
- type CatalogPricingOptionHighlight
- func (o *CatalogPricingOptionHighlight) GetHighlightContent() (res CatalogPricingOptionHighlightGetHighlightContentRetType)
- func (o *CatalogPricingOptionHighlight) GetHighlightContentOk() (ret CatalogPricingOptionHighlightGetHighlightContentRetType, ok bool)
- func (o *CatalogPricingOptionHighlight) HasHighlightContent() bool
- func (o *CatalogPricingOptionHighlight) SetHighlightContent(v CatalogPricingOptionHighlightGetHighlightContentRetType)
- func (o CatalogPricingOptionHighlight) ToMap() (map[string]interface{}, error)
- type CatalogPricingOptionHighlightGetHighlightContentArgType
- type CatalogPricingOptionHighlightGetHighlightContentAttributeType
- type CatalogPricingOptionHighlightGetHighlightContentRetType
- type CatalogProductDetail
- func (o *CatalogProductDetail) GetCategories() (res CatalogProductDetailGetCategoriesRetType)
- func (o *CatalogProductDetail) GetCategoriesOk() (ret CatalogProductDetailGetCategoriesRetType, ok bool)
- func (o *CatalogProductDetail) GetDeliveryMethod() (ret CatalogProductDetailGetDeliveryMethodRetType)
- func (o *CatalogProductDetail) GetDeliveryMethodOk() (ret CatalogProductDetailGetDeliveryMethodRetType, ok bool)
- func (o *CatalogProductDetail) GetDescription() (ret CatalogProductDetailGetDescriptionRetType)
- func (o *CatalogProductDetail) GetDescriptionOk() (ret CatalogProductDetailGetDescriptionRetType, ok bool)
- func (o *CatalogProductDetail) GetDocumentationUrl() (ret CatalogProductDetailGetDocumentationUrlRetType)
- func (o *CatalogProductDetail) GetDocumentationUrlOk() (ret CatalogProductDetailGetDocumentationUrlRetType, ok bool)
- func (o *CatalogProductDetail) GetHighlights() (ret CatalogProductDetailGetHighlightsRetType)
- func (o *CatalogProductDetail) GetHighlightsOk() (ret CatalogProductDetailGetHighlightsRetType, ok bool)
- func (o *CatalogProductDetail) GetIsProductListing() (ret CatalogProductDetailgetIsProductListingRetType)
- func (o *CatalogProductDetail) GetIsProductListingOk() (ret CatalogProductDetailgetIsProductListingRetType, ok bool)
- func (o *CatalogProductDetail) GetLifecycleState() (ret CatalogProductDetailGetLifecycleStateRetType)
- func (o *CatalogProductDetail) GetLifecycleStateOk() (ret CatalogProductDetailGetLifecycleStateRetType, ok bool)
- func (o *CatalogProductDetail) GetLogo() (ret CatalogProductDetailGetLogoRetType)
- func (o *CatalogProductDetail) GetLogoOk() (ret CatalogProductDetailGetLogoRetType, ok bool)
- func (o *CatalogProductDetail) GetName() (ret CatalogProductDetailGetNameRetType)
- func (o *CatalogProductDetail) GetNameOk() (ret CatalogProductDetailGetNameRetType, ok bool)
- func (o *CatalogProductDetail) GetPricingOptions() (ret CatalogProductDetailGetPricingOptionsRetType)
- func (o *CatalogProductDetail) GetPricingOptionsOk() (ret CatalogProductDetailGetPricingOptionsRetType, ok bool)
- func (o *CatalogProductDetail) GetProductId() (ret CatalogProductDetailGetProductIdRetType)
- func (o *CatalogProductDetail) GetProductIdOk() (ret CatalogProductDetailGetProductIdRetType, ok bool)
- func (o *CatalogProductDetail) GetSummary() (ret CatalogProductDetailGetSummaryRetType)
- func (o *CatalogProductDetail) GetSummaryOk() (ret CatalogProductDetailGetSummaryRetType, ok bool)
- func (o *CatalogProductDetail) GetSupportEmail() (res CatalogProductDetailGetSupportEmailRetType)
- func (o *CatalogProductDetail) GetSupportEmailOk() (ret CatalogProductDetailGetSupportEmailRetType, ok bool)
- func (o *CatalogProductDetail) GetSupportFaq() (res CatalogProductDetailGetSupportFaqRetType)
- func (o *CatalogProductDetail) GetSupportFaqOk() (ret CatalogProductDetailGetSupportFaqRetType, ok bool)
- func (o *CatalogProductDetail) GetSupportPhone() (res CatalogProductDetailGetSupportPhoneRetType)
- func (o *CatalogProductDetail) GetSupportPhoneOk() (ret CatalogProductDetailGetSupportPhoneRetType, ok bool)
- func (o *CatalogProductDetail) GetSupportResources() (res CatalogProductDetailGetSupportResourcesRetType)
- func (o *CatalogProductDetail) GetSupportResourcesOk() (ret CatalogProductDetailGetSupportResourcesRetType, ok bool)
- func (o *CatalogProductDetail) GetVendor() (ret CatalogProductDetailGetVendorRetType)
- func (o *CatalogProductDetail) GetVendorOk() (ret CatalogProductDetailGetVendorRetType, ok bool)
- func (o *CatalogProductDetail) GetVendorTerms() (res CatalogProductDetailGetVendorTermsRetType)
- func (o *CatalogProductDetail) GetVendorTermsOk() (ret CatalogProductDetailGetVendorTermsRetType, ok bool)
- func (o *CatalogProductDetail) GetVideoUrl() (ret CatalogProductDetailGetVideoUrlRetType)
- func (o *CatalogProductDetail) GetVideoUrlOk() (ret CatalogProductDetailGetVideoUrlRetType, ok bool)
- func (o *CatalogProductDetail) HasCategories() bool
- func (o *CatalogProductDetail) HasSupportEmail() bool
- func (o *CatalogProductDetail) HasSupportFaq() bool
- func (o *CatalogProductDetail) HasSupportPhone() bool
- func (o *CatalogProductDetail) HasSupportResources() bool
- func (o *CatalogProductDetail) HasVendorTerms() bool
- func (o *CatalogProductDetail) SetCategories(v CatalogProductDetailGetCategoriesRetType)
- func (o *CatalogProductDetail) SetDeliveryMethod(v CatalogProductDetailGetDeliveryMethodRetType)
- func (o *CatalogProductDetail) SetDescription(v CatalogProductDetailGetDescriptionRetType)
- func (o *CatalogProductDetail) SetDocumentationUrl(v CatalogProductDetailGetDocumentationUrlRetType)
- func (o *CatalogProductDetail) SetHighlights(v CatalogProductDetailGetHighlightsRetType)
- func (o *CatalogProductDetail) SetIsProductListing(v CatalogProductDetailgetIsProductListingRetType)
- func (o *CatalogProductDetail) SetLifecycleState(v CatalogProductDetailGetLifecycleStateRetType)
- func (o *CatalogProductDetail) SetLogo(v CatalogProductDetailGetLogoRetType)
- func (o *CatalogProductDetail) SetName(v CatalogProductDetailGetNameRetType)
- func (o *CatalogProductDetail) SetPricingOptions(v CatalogProductDetailGetPricingOptionsRetType)
- func (o *CatalogProductDetail) SetProductId(v CatalogProductDetailGetProductIdRetType)
- func (o *CatalogProductDetail) SetSummary(v CatalogProductDetailGetSummaryRetType)
- func (o *CatalogProductDetail) SetSupportEmail(v CatalogProductDetailGetSupportEmailRetType)
- func (o *CatalogProductDetail) SetSupportFaq(v CatalogProductDetailGetSupportFaqRetType)
- func (o *CatalogProductDetail) SetSupportPhone(v CatalogProductDetailGetSupportPhoneRetType)
- func (o *CatalogProductDetail) SetSupportResources(v CatalogProductDetailGetSupportResourcesRetType)
- func (o *CatalogProductDetail) SetVendor(v CatalogProductDetailGetVendorRetType)
- func (o *CatalogProductDetail) SetVendorTerms(v CatalogProductDetailGetVendorTermsRetType)
- func (o *CatalogProductDetail) SetVideoUrl(v CatalogProductDetailGetVideoUrlRetType)
- func (o CatalogProductDetail) ToMap() (map[string]interface{}, error)
- type CatalogProductDetailGetCategoriesArgType
- type CatalogProductDetailGetCategoriesAttributeType
- type CatalogProductDetailGetCategoriesRetType
- type CatalogProductDetailGetDeliveryMethodArgType
- type CatalogProductDetailGetDeliveryMethodAttributeType
- type CatalogProductDetailGetDeliveryMethodRetType
- type CatalogProductDetailGetDescriptionArgType
- type CatalogProductDetailGetDescriptionAttributeType
- type CatalogProductDetailGetDescriptionRetType
- type CatalogProductDetailGetDocumentationUrlArgType
- type CatalogProductDetailGetDocumentationUrlAttributeType
- type CatalogProductDetailGetDocumentationUrlRetType
- type CatalogProductDetailGetHighlightsArgType
- type CatalogProductDetailGetHighlightsAttributeType
- type CatalogProductDetailGetHighlightsRetType
- type CatalogProductDetailGetLifecycleStateArgType
- type CatalogProductDetailGetLifecycleStateAttributeType
- type CatalogProductDetailGetLifecycleStateRetType
- type CatalogProductDetailGetLogoArgType
- type CatalogProductDetailGetLogoAttributeType
- type CatalogProductDetailGetLogoRetType
- type CatalogProductDetailGetNameArgType
- type CatalogProductDetailGetNameAttributeType
- type CatalogProductDetailGetNameRetType
- type CatalogProductDetailGetPricingOptionsArgType
- type CatalogProductDetailGetPricingOptionsAttributeType
- type CatalogProductDetailGetPricingOptionsRetType
- type CatalogProductDetailGetProductIdArgType
- type CatalogProductDetailGetProductIdAttributeType
- type CatalogProductDetailGetProductIdRetType
- type CatalogProductDetailGetSummaryArgType
- type CatalogProductDetailGetSummaryAttributeType
- type CatalogProductDetailGetSummaryRetType
- type CatalogProductDetailGetSupportEmailArgType
- type CatalogProductDetailGetSupportEmailAttributeType
- type CatalogProductDetailGetSupportEmailRetType
- type CatalogProductDetailGetSupportFaqArgType
- type CatalogProductDetailGetSupportFaqAttributeType
- type CatalogProductDetailGetSupportFaqRetType
- type CatalogProductDetailGetSupportPhoneArgType
- type CatalogProductDetailGetSupportPhoneAttributeType
- type CatalogProductDetailGetSupportPhoneRetType
- type CatalogProductDetailGetSupportResourcesArgType
- type CatalogProductDetailGetSupportResourcesAttributeType
- type CatalogProductDetailGetSupportResourcesRetType
- type CatalogProductDetailGetVendorArgType
- type CatalogProductDetailGetVendorAttributeType
- type CatalogProductDetailGetVendorRetType
- type CatalogProductDetailGetVendorTermsArgType
- type CatalogProductDetailGetVendorTermsAttributeType
- type CatalogProductDetailGetVendorTermsRetType
- type CatalogProductDetailGetVideoUrlArgType
- type CatalogProductDetailGetVideoUrlAttributeType
- type CatalogProductDetailGetVideoUrlRetType
- type CatalogProductDetailgetIsProductListingArgType
- type CatalogProductDetailgetIsProductListingAttributeType
- type CatalogProductDetailgetIsProductListingRetType
- type CatalogProductDetailsVendor
- func (o *CatalogProductDetailsVendor) GetDescription() (ret CatalogProductDetailsVendorGetDescriptionRetType)
- func (o *CatalogProductDetailsVendor) GetDescriptionOk() (ret CatalogProductDetailsVendorGetDescriptionRetType, ok bool)
- func (o *CatalogProductDetailsVendor) GetLogo() (ret CatalogProductDetailsVendorGetLogoRetType)
- func (o *CatalogProductDetailsVendor) GetLogoOk() (ret CatalogProductDetailsVendorGetLogoRetType, ok bool)
- func (o *CatalogProductDetailsVendor) GetName() (ret CatalogProductDetailsVendorGetNameRetType)
- func (o *CatalogProductDetailsVendor) GetNameOk() (ret CatalogProductDetailsVendorGetNameRetType, ok bool)
- func (o *CatalogProductDetailsVendor) GetVendorId() (ret CatalogProductDetailsVendorGetVendorIdRetType)
- func (o *CatalogProductDetailsVendor) GetVendorIdOk() (ret CatalogProductDetailsVendorGetVendorIdRetType, ok bool)
- func (o *CatalogProductDetailsVendor) GetVideoUrl() (ret CatalogProductDetailsVendorGetVideoUrlRetType)
- func (o *CatalogProductDetailsVendor) GetVideoUrlOk() (ret CatalogProductDetailsVendorGetVideoUrlRetType, ok bool)
- func (o *CatalogProductDetailsVendor) GetWebsiteUrl() (ret CatalogProductDetailsVendorGetWebsiteUrlRetType)
- func (o *CatalogProductDetailsVendor) GetWebsiteUrlOk() (ret CatalogProductDetailsVendorGetWebsiteUrlRetType, ok bool)
- func (o *CatalogProductDetailsVendor) SetDescription(v CatalogProductDetailsVendorGetDescriptionRetType)
- func (o *CatalogProductDetailsVendor) SetLogo(v CatalogProductDetailsVendorGetLogoRetType)
- func (o *CatalogProductDetailsVendor) SetName(v CatalogProductDetailsVendorGetNameRetType)
- func (o *CatalogProductDetailsVendor) SetVendorId(v CatalogProductDetailsVendorGetVendorIdRetType)
- func (o *CatalogProductDetailsVendor) SetVideoUrl(v CatalogProductDetailsVendorGetVideoUrlRetType)
- func (o *CatalogProductDetailsVendor) SetWebsiteUrl(v CatalogProductDetailsVendorGetWebsiteUrlRetType)
- func (o CatalogProductDetailsVendor) ToMap() (map[string]interface{}, error)
- type CatalogProductDetailsVendorGetDescriptionArgType
- type CatalogProductDetailsVendorGetDescriptionAttributeType
- type CatalogProductDetailsVendorGetDescriptionRetType
- type CatalogProductDetailsVendorGetLogoArgType
- type CatalogProductDetailsVendorGetLogoAttributeType
- type CatalogProductDetailsVendorGetLogoRetType
- type CatalogProductDetailsVendorGetNameArgType
- type CatalogProductDetailsVendorGetNameAttributeType
- type CatalogProductDetailsVendorGetNameRetType
- type CatalogProductDetailsVendorGetVendorIdArgType
- type CatalogProductDetailsVendorGetVendorIdAttributeType
- type CatalogProductDetailsVendorGetVendorIdRetType
- type CatalogProductDetailsVendorGetVideoUrlArgType
- type CatalogProductDetailsVendorGetVideoUrlAttributeType
- type CatalogProductDetailsVendorGetVideoUrlRetType
- type CatalogProductDetailsVendorGetWebsiteUrlArgType
- type CatalogProductDetailsVendorGetWebsiteUrlAttributeType
- type CatalogProductDetailsVendorGetWebsiteUrlRetType
- type CatalogProductHighlight
- func (o *CatalogProductHighlight) GetHighlightContent() (res CatalogProductHighlightGetHighlightContentRetType)
- func (o *CatalogProductHighlight) GetHighlightContentOk() (ret CatalogProductHighlightGetHighlightContentRetType, ok bool)
- func (o *CatalogProductHighlight) GetHighlightIcon() (res CatalogProductHighlightGetHighlightIconRetType)
- func (o *CatalogProductHighlight) GetHighlightIconOk() (ret CatalogProductHighlightGetHighlightIconRetType, ok bool)
- func (o *CatalogProductHighlight) GetHighlightTitle() (res CatalogProductHighlightGetHighlightTitleRetType)
- func (o *CatalogProductHighlight) GetHighlightTitleOk() (ret CatalogProductHighlightGetHighlightTitleRetType, ok bool)
- func (o *CatalogProductHighlight) HasHighlightContent() bool
- func (o *CatalogProductHighlight) HasHighlightIcon() bool
- func (o *CatalogProductHighlight) HasHighlightTitle() bool
- func (o *CatalogProductHighlight) SetHighlightContent(v CatalogProductHighlightGetHighlightContentRetType)
- func (o *CatalogProductHighlight) SetHighlightIcon(v CatalogProductHighlightGetHighlightIconRetType)
- func (o *CatalogProductHighlight) SetHighlightTitle(v CatalogProductHighlightGetHighlightTitleRetType)
- func (o CatalogProductHighlight) ToMap() (map[string]interface{}, error)
- type CatalogProductHighlightGetHighlightContentArgType
- type CatalogProductHighlightGetHighlightContentAttributeType
- type CatalogProductHighlightGetHighlightContentRetType
- type CatalogProductHighlightGetHighlightIconArgType
- type CatalogProductHighlightGetHighlightIconAttributeType
- type CatalogProductHighlightGetHighlightIconRetType
- type CatalogProductHighlightGetHighlightTitleArgType
- type CatalogProductHighlightGetHighlightTitleAttributeType
- type CatalogProductHighlightGetHighlightTitleRetType
- type CatalogProductOverview
- func (o *CatalogProductOverview) GetDeliveryMethod() (ret CatalogProductOverviewGetDeliveryMethodRetType)
- func (o *CatalogProductOverview) GetDeliveryMethodOk() (ret CatalogProductOverviewGetDeliveryMethodRetType, ok bool)
- func (o *CatalogProductOverview) GetLifecycleState() (ret CatalogProductOverviewGetLifecycleStateRetType)
- func (o *CatalogProductOverview) GetLifecycleStateOk() (ret CatalogProductOverviewGetLifecycleStateRetType, ok bool)
- func (o *CatalogProductOverview) GetLogo() (res CatalogProductOverviewGetLogoRetType)
- func (o *CatalogProductOverview) GetLogoOk() (ret CatalogProductOverviewGetLogoRetType, ok bool)
- func (o *CatalogProductOverview) GetName() (ret CatalogProductOverviewGetNameRetType)
- func (o *CatalogProductOverview) GetNameOk() (ret CatalogProductOverviewGetNameRetType, ok bool)
- func (o *CatalogProductOverview) GetProductId() (ret CatalogProductOverviewGetProductIdRetType)
- func (o *CatalogProductOverview) GetProductIdOk() (ret CatalogProductOverviewGetProductIdRetType, ok bool)
- func (o *CatalogProductOverview) GetSummary() (ret CatalogProductOverviewGetSummaryRetType)
- func (o *CatalogProductOverview) GetSummaryOk() (ret CatalogProductOverviewGetSummaryRetType, ok bool)
- func (o *CatalogProductOverview) GetVendor() (ret CatalogProductOverviewGetVendorRetType)
- func (o *CatalogProductOverview) GetVendorOk() (ret CatalogProductOverviewGetVendorRetType, ok bool)
- func (o *CatalogProductOverview) HasLogo() bool
- func (o *CatalogProductOverview) SetDeliveryMethod(v CatalogProductOverviewGetDeliveryMethodRetType)
- func (o *CatalogProductOverview) SetLifecycleState(v CatalogProductOverviewGetLifecycleStateRetType)
- func (o *CatalogProductOverview) SetLogo(v CatalogProductOverviewGetLogoRetType)
- func (o *CatalogProductOverview) SetName(v CatalogProductOverviewGetNameRetType)
- func (o *CatalogProductOverview) SetProductId(v CatalogProductOverviewGetProductIdRetType)
- func (o *CatalogProductOverview) SetSummary(v CatalogProductOverviewGetSummaryRetType)
- func (o *CatalogProductOverview) SetVendor(v CatalogProductOverviewGetVendorRetType)
- func (o CatalogProductOverview) ToMap() (map[string]interface{}, error)
- type CatalogProductOverviewGetDeliveryMethodArgType
- type CatalogProductOverviewGetDeliveryMethodAttributeType
- type CatalogProductOverviewGetDeliveryMethodRetType
- type CatalogProductOverviewGetLifecycleStateArgType
- type CatalogProductOverviewGetLifecycleStateAttributeType
- type CatalogProductOverviewGetLifecycleStateRetType
- type CatalogProductOverviewGetLogoArgType
- type CatalogProductOverviewGetLogoAttributeType
- type CatalogProductOverviewGetLogoRetType
- type CatalogProductOverviewGetNameArgType
- type CatalogProductOverviewGetNameAttributeType
- type CatalogProductOverviewGetNameRetType
- type CatalogProductOverviewGetProductIdArgType
- type CatalogProductOverviewGetProductIdAttributeType
- type CatalogProductOverviewGetProductIdRetType
- type CatalogProductOverviewGetSummaryArgType
- type CatalogProductOverviewGetSummaryAttributeType
- type CatalogProductOverviewGetSummaryRetType
- type CatalogProductOverviewGetVendorArgType
- type CatalogProductOverviewGetVendorAttributeType
- type CatalogProductOverviewGetVendorRetType
- type CatalogProductOverviewVendor
- func (o *CatalogProductOverviewVendor) GetName() (ret CatalogProductOverviewVendorGetNameRetType)
- func (o *CatalogProductOverviewVendor) GetNameOk() (ret CatalogProductOverviewVendorGetNameRetType, ok bool)
- func (o *CatalogProductOverviewVendor) GetVendorId() (ret CatalogProductOverviewVendorGetVendorIdRetType)
- func (o *CatalogProductOverviewVendor) GetVendorIdOk() (ret CatalogProductOverviewVendorGetVendorIdRetType, ok bool)
- func (o *CatalogProductOverviewVendor) GetWebsiteUrl() (ret CatalogProductOverviewVendorGetWebsiteUrlRetType)
- func (o *CatalogProductOverviewVendor) GetWebsiteUrlOk() (ret CatalogProductOverviewVendorGetWebsiteUrlRetType, ok bool)
- func (o *CatalogProductOverviewVendor) SetName(v CatalogProductOverviewVendorGetNameRetType)
- func (o *CatalogProductOverviewVendor) SetVendorId(v CatalogProductOverviewVendorGetVendorIdRetType)
- func (o *CatalogProductOverviewVendor) SetWebsiteUrl(v CatalogProductOverviewVendorGetWebsiteUrlRetType)
- func (o CatalogProductOverviewVendor) ToMap() (map[string]interface{}, error)
- type CatalogProductOverviewVendorGetNameArgType
- type CatalogProductOverviewVendorGetNameAttributeType
- type CatalogProductOverviewVendorGetNameRetType
- type CatalogProductOverviewVendorGetVendorIdArgType
- type CatalogProductOverviewVendorGetVendorIdAttributeType
- type CatalogProductOverviewVendorGetVendorIdRetType
- type CatalogProductOverviewVendorGetWebsiteUrlArgType
- type CatalogProductOverviewVendorGetWebsiteUrlAttributeType
- type CatalogProductOverviewVendorGetWebsiteUrlRetType
- type CatalogProductPricingOption
- func (o *CatalogProductPricingOption) GetDescription() (ret CatalogProductPricingOptionGetDescriptionRetType)
- func (o *CatalogProductPricingOption) GetDescriptionOk() (ret CatalogProductPricingOptionGetDescriptionRetType, ok bool)
- func (o *CatalogProductPricingOption) GetHighlights() (ret CatalogProductPricingOptionGetHighlightsRetType)
- func (o *CatalogProductPricingOption) GetHighlightsOk() (ret CatalogProductPricingOptionGetHighlightsRetType, ok bool)
- func (o *CatalogProductPricingOption) GetName() (ret CatalogProductPricingOptionGetNameRetType)
- func (o *CatalogProductPricingOption) GetNameOk() (ret CatalogProductPricingOptionGetNameRetType, ok bool)
- func (o *CatalogProductPricingOption) GetPriceType() (res CatalogProductPricingOptionGetPriceTypeRetType)
- func (o *CatalogProductPricingOption) GetPriceTypeOk() (ret CatalogProductPricingOptionGetPriceTypeRetType, ok bool)
- func (o *CatalogProductPricingOption) GetPricingPlan() (res CatalogProductPricingOptionGetPricingPlanRetType)
- func (o *CatalogProductPricingOption) GetPricingPlanOk() (ret CatalogProductPricingOptionGetPricingPlanRetType, ok bool)
- func (o *CatalogProductPricingOption) GetRate() (res CatalogProductPricingOptionGetRateRetType)
- func (o *CatalogProductPricingOption) GetRateOk() (ret CatalogProductPricingOptionGetRateRetType, ok bool)
- func (o *CatalogProductPricingOption) GetSku() (ret CatalogProductPricingOptionGetSkuRetType)
- func (o *CatalogProductPricingOption) GetSkuInfo() (ret CatalogProductPricingOptionGetSkuInfoRetType)
- func (o *CatalogProductPricingOption) GetSkuInfoDetails() (ret CatalogProductPricingOptionGetSkuInfoDetailsRetType)
- func (o *CatalogProductPricingOption) GetSkuInfoDetailsOk() (ret CatalogProductPricingOptionGetSkuInfoDetailsRetType, ok bool)
- func (o *CatalogProductPricingOption) GetSkuInfoOk() (ret CatalogProductPricingOptionGetSkuInfoRetType, ok bool)
- func (o *CatalogProductPricingOption) GetSkuOk() (ret CatalogProductPricingOptionGetSkuRetType, ok bool)
- func (o *CatalogProductPricingOption) GetUnit() (res CatalogProductPricingOptionGetUnitRetType)
- func (o *CatalogProductPricingOption) GetUnitOk() (ret CatalogProductPricingOptionGetUnitRetType, ok bool)
- func (o *CatalogProductPricingOption) HasPriceType() bool
- func (o *CatalogProductPricingOption) HasPricingPlan() bool
- func (o *CatalogProductPricingOption) HasRate() bool
- func (o *CatalogProductPricingOption) HasUnit() bool
- func (o *CatalogProductPricingOption) SetDescription(v CatalogProductPricingOptionGetDescriptionRetType)
- func (o *CatalogProductPricingOption) SetHighlights(v CatalogProductPricingOptionGetHighlightsRetType)
- func (o *CatalogProductPricingOption) SetName(v CatalogProductPricingOptionGetNameRetType)
- func (o *CatalogProductPricingOption) SetPriceType(v CatalogProductPricingOptionGetPriceTypeRetType)
- func (o *CatalogProductPricingOption) SetPricingPlan(v CatalogProductPricingOptionGetPricingPlanRetType)
- func (o *CatalogProductPricingOption) SetRate(v CatalogProductPricingOptionGetRateRetType)
- func (o *CatalogProductPricingOption) SetSku(v CatalogProductPricingOptionGetSkuRetType)
- func (o *CatalogProductPricingOption) SetSkuInfo(v CatalogProductPricingOptionGetSkuInfoRetType)
- func (o *CatalogProductPricingOption) SetSkuInfoDetails(v CatalogProductPricingOptionGetSkuInfoDetailsRetType)
- func (o *CatalogProductPricingOption) SetUnit(v CatalogProductPricingOptionGetUnitRetType)
- func (o CatalogProductPricingOption) ToMap() (map[string]interface{}, error)
- type CatalogProductPricingOptionGetDescriptionArgType
- type CatalogProductPricingOptionGetDescriptionAttributeType
- type CatalogProductPricingOptionGetDescriptionRetType
- type CatalogProductPricingOptionGetHighlightsArgType
- type CatalogProductPricingOptionGetHighlightsAttributeType
- type CatalogProductPricingOptionGetHighlightsRetType
- type CatalogProductPricingOptionGetNameArgType
- type CatalogProductPricingOptionGetNameAttributeType
- type CatalogProductPricingOptionGetNameRetType
- type CatalogProductPricingOptionGetPriceTypeArgType
- type CatalogProductPricingOptionGetPriceTypeAttributeType
- type CatalogProductPricingOptionGetPriceTypeRetType
- type CatalogProductPricingOptionGetPricingPlanArgType
- type CatalogProductPricingOptionGetPricingPlanAttributeType
- type CatalogProductPricingOptionGetPricingPlanRetType
- type CatalogProductPricingOptionGetRateArgType
- type CatalogProductPricingOptionGetRateAttributeType
- type CatalogProductPricingOptionGetRateRetType
- type CatalogProductPricingOptionGetSkuArgType
- type CatalogProductPricingOptionGetSkuAttributeType
- type CatalogProductPricingOptionGetSkuInfoArgType
- type CatalogProductPricingOptionGetSkuInfoAttributeType
- type CatalogProductPricingOptionGetSkuInfoDetailsArgType
- type CatalogProductPricingOptionGetSkuInfoDetailsAttributeType
- type CatalogProductPricingOptionGetSkuInfoDetailsRetType
- type CatalogProductPricingOptionGetSkuInfoRetType
- type CatalogProductPricingOptionGetSkuRetType
- type CatalogProductPricingOptionGetUnitArgType
- type CatalogProductPricingOptionGetUnitAttributeType
- type CatalogProductPricingOptionGetUnitRetType
- type CatalogProductSupportResource
- func (o *CatalogProductSupportResource) GetSupportLink() (res CatalogProductSupportResourceGetSupportLinkRetType)
- func (o *CatalogProductSupportResource) GetSupportLinkOk() (ret CatalogProductSupportResourceGetSupportLinkRetType, ok bool)
- func (o *CatalogProductSupportResource) GetSupportLinkTitle() (res CatalogProductSupportResourceGetSupportLinkTitleRetType)
- func (o *CatalogProductSupportResource) GetSupportLinkTitleOk() (ret CatalogProductSupportResourceGetSupportLinkTitleRetType, ok bool)
- func (o *CatalogProductSupportResource) HasSupportLink() bool
- func (o *CatalogProductSupportResource) HasSupportLinkTitle() bool
- func (o *CatalogProductSupportResource) SetSupportLink(v CatalogProductSupportResourceGetSupportLinkRetType)
- func (o *CatalogProductSupportResource) SetSupportLinkTitle(v CatalogProductSupportResourceGetSupportLinkTitleRetType)
- func (o CatalogProductSupportResource) ToMap() (map[string]interface{}, error)
- type CatalogProductSupportResourceGetSupportLinkArgType
- type CatalogProductSupportResourceGetSupportLinkAttributeType
- type CatalogProductSupportResourceGetSupportLinkRetType
- type CatalogProductSupportResourceGetSupportLinkTitleArgType
- type CatalogProductSupportResourceGetSupportLinkTitleAttributeType
- type CatalogProductSupportResourceGetSupportLinkTitleRetType
- type CatalogProductVendorTerms
- func (o *CatalogProductVendorTerms) GetDescription() (ret CatalogProductVendorTermsGetDescriptionRetType)
- func (o *CatalogProductVendorTerms) GetDescriptionOk() (ret CatalogProductVendorTermsGetDescriptionRetType, ok bool)
- func (o *CatalogProductVendorTerms) GetTitle() (ret CatalogProductVendorTermsGetTitleRetType)
- func (o *CatalogProductVendorTerms) GetTitleOk() (ret CatalogProductVendorTermsGetTitleRetType, ok bool)
- func (o *CatalogProductVendorTerms) GetUrl() (ret CatalogProductVendorTermsGetUrlRetType)
- func (o *CatalogProductVendorTerms) GetUrlOk() (ret CatalogProductVendorTermsGetUrlRetType, ok bool)
- func (o *CatalogProductVendorTerms) SetDescription(v CatalogProductVendorTermsGetDescriptionRetType)
- func (o *CatalogProductVendorTerms) SetTitle(v CatalogProductVendorTermsGetTitleRetType)
- func (o *CatalogProductVendorTerms) SetUrl(v CatalogProductVendorTermsGetUrlRetType)
- func (o CatalogProductVendorTerms) ToMap() (map[string]interface{}, error)
- type CatalogProductVendorTermsGetDescriptionArgType
- type CatalogProductVendorTermsGetDescriptionAttributeType
- type CatalogProductVendorTermsGetDescriptionRetType
- type CatalogProductVendorTermsGetTitleArgType
- type CatalogProductVendorTermsGetTitleAttributeType
- type CatalogProductVendorTermsGetTitleRetType
- type CatalogProductVendorTermsGetUrlArgType
- type CatalogProductVendorTermsGetUrlAttributeType
- type CatalogProductVendorTermsGetUrlRetType
- type ContactSales
- func (o *ContactSales) GetContactSales() (ret ContactSalesGetContactSalesRetType)
- func (o *ContactSales) GetContactSalesOk() (ret ContactSalesGetContactSalesRetType, ok bool)
- func (o *ContactSales) GetType() (ret ContactSalesGetTypeRetType)
- func (o *ContactSales) GetTypeOk() (ret ContactSalesGetTypeRetType, ok bool)
- func (o *ContactSales) SetContactSales(v ContactSalesGetContactSalesRetType)
- func (o *ContactSales) SetType(v ContactSalesGetTypeRetType)
- func (o ContactSales) ToMap() (map[string]interface{}, error)
- type ContactSalesContactSales
- func (o *ContactSalesContactSales) GetCompanyName() (ret ContactSalesContactSalesGetCompanyNameRetType)
- func (o *ContactSalesContactSales) GetCompanyNameOk() (ret ContactSalesContactSalesGetCompanyNameRetType, ok bool)
- func (o *ContactSalesContactSales) GetContactEmail() (ret ContactSalesContactSalesGetContactEmailRetType)
- func (o *ContactSalesContactSales) GetContactEmailOk() (ret ContactSalesContactSalesGetContactEmailRetType, ok bool)
- func (o *ContactSalesContactSales) GetFullName() (ret ContactSalesContactSalesGetFullNameRetType)
- func (o *ContactSalesContactSales) GetFullNameOk() (ret ContactSalesContactSalesGetFullNameRetType, ok bool)
- func (o *ContactSalesContactSales) GetMessage() (ret ContactSalesContactSalesGetMessageRetType)
- func (o *ContactSalesContactSales) GetMessageOk() (ret ContactSalesContactSalesGetMessageRetType, ok bool)
- func (o *ContactSalesContactSales) GetProductId() (ret ContactSalesContactSalesGetProductIdRetType)
- func (o *ContactSalesContactSales) GetProductIdOk() (ret ContactSalesContactSalesGetProductIdRetType, ok bool)
- func (o *ContactSalesContactSales) SetCompanyName(v ContactSalesContactSalesGetCompanyNameRetType)
- func (o *ContactSalesContactSales) SetContactEmail(v ContactSalesContactSalesGetContactEmailRetType)
- func (o *ContactSalesContactSales) SetFullName(v ContactSalesContactSalesGetFullNameRetType)
- func (o *ContactSalesContactSales) SetMessage(v ContactSalesContactSalesGetMessageRetType)
- func (o *ContactSalesContactSales) SetProductId(v ContactSalesContactSalesGetProductIdRetType)
- func (o ContactSalesContactSales) ToMap() (map[string]interface{}, error)
- type ContactSalesContactSalesGetCompanyNameArgType
- type ContactSalesContactSalesGetCompanyNameAttributeType
- type ContactSalesContactSalesGetCompanyNameRetType
- type ContactSalesContactSalesGetContactEmailArgType
- type ContactSalesContactSalesGetContactEmailAttributeType
- type ContactSalesContactSalesGetContactEmailRetType
- type ContactSalesContactSalesGetFullNameArgType
- type ContactSalesContactSalesGetFullNameAttributeType
- type ContactSalesContactSalesGetFullNameRetType
- type ContactSalesContactSalesGetMessageArgType
- type ContactSalesContactSalesGetMessageAttributeType
- type ContactSalesContactSalesGetMessageRetType
- type ContactSalesContactSalesGetProductIdArgType
- type ContactSalesContactSalesGetProductIdAttributeType
- type ContactSalesContactSalesGetProductIdRetType
- type ContactSalesGetContactSalesArgType
- type ContactSalesGetContactSalesAttributeType
- type ContactSalesGetContactSalesRetType
- type ContactSalesGetTypeArgType
- type ContactSalesGetTypeAttributeType
- type ContactSalesGetTypeRetType
- type CurrentSubscriptionStateResponse
- func (o *CurrentSubscriptionStateResponse) GetLifecycleState() (ret CurrentSubscriptionStateResponseGetLifecycleStateRetType)
- func (o *CurrentSubscriptionStateResponse) GetLifecycleStateOk() (ret CurrentSubscriptionStateResponseGetLifecycleStateRetType, ok bool)
- func (o *CurrentSubscriptionStateResponse) GetSubscriptionId() (ret CurrentSubscriptionStateResponseGetSubscriptionIdRetType)
- func (o *CurrentSubscriptionStateResponse) GetSubscriptionIdOk() (ret CurrentSubscriptionStateResponseGetSubscriptionIdRetType, ok bool)
- func (o *CurrentSubscriptionStateResponse) SetLifecycleState(v CurrentSubscriptionStateResponseGetLifecycleStateRetType)
- func (o *CurrentSubscriptionStateResponse) SetSubscriptionId(v CurrentSubscriptionStateResponseGetSubscriptionIdRetType)
- func (o CurrentSubscriptionStateResponse) ToMap() (map[string]interface{}, error)
- type CurrentSubscriptionStateResponseGetLifecycleStateArgType
- type CurrentSubscriptionStateResponseGetLifecycleStateAttributeType
- type CurrentSubscriptionStateResponseGetLifecycleStateRetType
- type CurrentSubscriptionStateResponseGetSubscriptionIdArgType
- type CurrentSubscriptionStateResponseGetSubscriptionIdAttributeType
- type CurrentSubscriptionStateResponseGetSubscriptionIdRetType
- type DefaultApiService
- type ErrorResponse
- func (o *ErrorResponse) GetError() (ret ErrorResponseGetErrorRetType)
- func (o *ErrorResponse) GetErrorOk() (ret ErrorResponseGetErrorRetType, ok bool)
- func (o *ErrorResponse) GetMessage() (ret ErrorResponseGetMessageRetType)
- func (o *ErrorResponse) GetMessageOk() (ret ErrorResponseGetMessageRetType, ok bool)
- func (o *ErrorResponse) GetPath() (ret ErrorResponseGetPathRetType)
- func (o *ErrorResponse) GetPathOk() (ret ErrorResponseGetPathRetType, ok bool)
- func (o *ErrorResponse) GetStatus() (ret ErrorResponseGetStatusRetType)
- func (o *ErrorResponse) GetStatusOk() (ret ErrorResponseGetStatusRetType, ok bool)
- func (o *ErrorResponse) GetTimeStamp() (ret ErrorResponseGetTimeStampRetType)
- func (o *ErrorResponse) GetTimeStampOk() (ret ErrorResponseGetTimeStampRetType, ok bool)
- func (o *ErrorResponse) SetError(v ErrorResponseGetErrorRetType)
- func (o *ErrorResponse) SetMessage(v ErrorResponseGetMessageRetType)
- func (o *ErrorResponse) SetPath(v ErrorResponseGetPathRetType)
- func (o *ErrorResponse) SetStatus(v ErrorResponseGetStatusRetType)
- func (o *ErrorResponse) SetTimeStamp(v ErrorResponseGetTimeStampRetType)
- func (o ErrorResponse) ToMap() (map[string]interface{}, error)
- type ErrorResponseGetErrorArgType
- type ErrorResponseGetErrorAttributeType
- type ErrorResponseGetErrorRetType
- type ErrorResponseGetMessageArgType
- type ErrorResponseGetMessageAttributeType
- type ErrorResponseGetMessageRetType
- type ErrorResponseGetPathArgType
- type ErrorResponseGetPathAttributeType
- type ErrorResponseGetPathRetType
- type ErrorResponseGetStatusArgType
- type ErrorResponseGetStatusAttributeType
- type ErrorResponseGetStatusRetType
- type ErrorResponseGetTimeStampArgType
- type ErrorResponseGetTimeStampAttributeType
- type ErrorResponseGetTimeStampRetType
- type InquiriesCreateInquiryPayload
- func BecomeVendorAsInquiriesCreateInquiryPayload(v *BecomeVendor) InquiriesCreateInquiryPayload
- func ContactSalesAsInquiriesCreateInquiryPayload(v *ContactSales) InquiriesCreateInquiryPayload
- func RegisterTestingAsInquiriesCreateInquiryPayload(v *RegisterTesting) InquiriesCreateInquiryPayload
- func SuggestProductAsInquiriesCreateInquiryPayload(v *SuggestProduct) InquiriesCreateInquiryPayload
- type ListCatalogProductsResponse
- func (o *ListCatalogProductsResponse) GetCursor() (ret ListCatalogProductsResponseGetCursorRetType)
- func (o *ListCatalogProductsResponse) GetCursorOk() (ret ListCatalogProductsResponseGetCursorRetType, ok bool)
- func (o *ListCatalogProductsResponse) GetItems() (ret ListCatalogProductsResponseGetItemsRetType)
- func (o *ListCatalogProductsResponse) GetItemsOk() (ret ListCatalogProductsResponseGetItemsRetType, ok bool)
- func (o *ListCatalogProductsResponse) GetLimit() (ret ListCatalogProductsResponseGetLimitRetType)
- func (o *ListCatalogProductsResponse) GetLimitOk() (ret ListCatalogProductsResponseGetLimitRetType, ok bool)
- func (o *ListCatalogProductsResponse) SetCursor(v ListCatalogProductsResponseGetCursorRetType)
- func (o *ListCatalogProductsResponse) SetItems(v ListCatalogProductsResponseGetItemsRetType)
- func (o *ListCatalogProductsResponse) SetLimit(v ListCatalogProductsResponseGetLimitRetType)
- func (o ListCatalogProductsResponse) ToMap() (map[string]interface{}, error)
- type ListCatalogProductsResponseGetCursorArgType
- type ListCatalogProductsResponseGetCursorAttributeType
- type ListCatalogProductsResponseGetCursorRetType
- type ListCatalogProductsResponseGetItemsArgType
- type ListCatalogProductsResponseGetItemsAttributeType
- type ListCatalogProductsResponseGetItemsRetType
- type ListCatalogProductsResponseGetLimitArgType
- type ListCatalogProductsResponseGetLimitAttributeType
- type ListCatalogProductsResponseGetLimitRetType
- type ListVendorSubscriptionsResponse
- func (o *ListVendorSubscriptionsResponse) GetCursor() (ret ListVendorSubscriptionsResponseGetCursorRetType)
- func (o *ListVendorSubscriptionsResponse) GetCursorOk() (ret ListVendorSubscriptionsResponseGetCursorRetType, ok bool)
- func (o *ListVendorSubscriptionsResponse) GetItems() (ret ListVendorSubscriptionsResponseGetItemsRetType)
- func (o *ListVendorSubscriptionsResponse) GetItemsOk() (ret ListVendorSubscriptionsResponseGetItemsRetType, ok bool)
- func (o *ListVendorSubscriptionsResponse) GetLimit() (ret ListVendorSubscriptionsResponseGetLimitRetType)
- func (o *ListVendorSubscriptionsResponse) GetLimitOk() (ret ListVendorSubscriptionsResponseGetLimitRetType, ok bool)
- func (o *ListVendorSubscriptionsResponse) SetCursor(v ListVendorSubscriptionsResponseGetCursorRetType)
- func (o *ListVendorSubscriptionsResponse) SetItems(v ListVendorSubscriptionsResponseGetItemsRetType)
- func (o *ListVendorSubscriptionsResponse) SetLimit(v ListVendorSubscriptionsResponseGetLimitRetType)
- func (o ListVendorSubscriptionsResponse) ToMap() (map[string]interface{}, error)
- type ListVendorSubscriptionsResponseGetCursorArgType
- type ListVendorSubscriptionsResponseGetCursorAttributeType
- type ListVendorSubscriptionsResponseGetCursorRetType
- type ListVendorSubscriptionsResponseGetItemsArgType
- type ListVendorSubscriptionsResponseGetItemsAttributeType
- type ListVendorSubscriptionsResponseGetItemsRetType
- type ListVendorSubscriptionsResponseGetLimitArgType
- type ListVendorSubscriptionsResponseGetLimitAttributeType
- type ListVendorSubscriptionsResponseGetLimitRetType
- type MappedNullable
- type NullableApproveSubscriptionPayload
- func (v NullableApproveSubscriptionPayload) Get() *ApproveSubscriptionPayload
- func (v NullableApproveSubscriptionPayload) IsSet() bool
- func (v NullableApproveSubscriptionPayload) MarshalJSON() ([]byte, error)
- func (v *NullableApproveSubscriptionPayload) Set(val *ApproveSubscriptionPayload)
- func (v *NullableApproveSubscriptionPayload) UnmarshalJSON(src []byte) error
- func (v *NullableApproveSubscriptionPayload) Unset()
- type NullableBecomeVendor
- func (v NullableBecomeVendor) Get() *BecomeVendor
- func (v NullableBecomeVendor) IsSet() bool
- func (v NullableBecomeVendor) MarshalJSON() ([]byte, error)
- func (v *NullableBecomeVendor) Set(val *BecomeVendor)
- func (v *NullableBecomeVendor) UnmarshalJSON(src []byte) error
- func (v *NullableBecomeVendor) Unset()
- type NullableBecomeVendorBecomeVendor
- func (v NullableBecomeVendorBecomeVendor) Get() *BecomeVendorBecomeVendor
- func (v NullableBecomeVendorBecomeVendor) IsSet() bool
- func (v NullableBecomeVendorBecomeVendor) MarshalJSON() ([]byte, error)
- func (v *NullableBecomeVendorBecomeVendor) Set(val *BecomeVendorBecomeVendor)
- func (v *NullableBecomeVendorBecomeVendor) UnmarshalJSON(src []byte) error
- func (v *NullableBecomeVendorBecomeVendor) Unset()
- type NullableBool
- type NullableCatalogPricingOptionHighlight
- func (v NullableCatalogPricingOptionHighlight) Get() *CatalogPricingOptionHighlight
- func (v NullableCatalogPricingOptionHighlight) IsSet() bool
- func (v NullableCatalogPricingOptionHighlight) MarshalJSON() ([]byte, error)
- func (v *NullableCatalogPricingOptionHighlight) Set(val *CatalogPricingOptionHighlight)
- func (v *NullableCatalogPricingOptionHighlight) UnmarshalJSON(src []byte) error
- func (v *NullableCatalogPricingOptionHighlight) Unset()
- type NullableCatalogProductDetail
- func (v NullableCatalogProductDetail) Get() *CatalogProductDetail
- func (v NullableCatalogProductDetail) IsSet() bool
- func (v NullableCatalogProductDetail) MarshalJSON() ([]byte, error)
- func (v *NullableCatalogProductDetail) Set(val *CatalogProductDetail)
- func (v *NullableCatalogProductDetail) UnmarshalJSON(src []byte) error
- func (v *NullableCatalogProductDetail) Unset()
- type NullableCatalogProductDetailsVendor
- func (v NullableCatalogProductDetailsVendor) Get() *CatalogProductDetailsVendor
- func (v NullableCatalogProductDetailsVendor) IsSet() bool
- func (v NullableCatalogProductDetailsVendor) MarshalJSON() ([]byte, error)
- func (v *NullableCatalogProductDetailsVendor) Set(val *CatalogProductDetailsVendor)
- func (v *NullableCatalogProductDetailsVendor) UnmarshalJSON(src []byte) error
- func (v *NullableCatalogProductDetailsVendor) Unset()
- type NullableCatalogProductHighlight
- func (v NullableCatalogProductHighlight) Get() *CatalogProductHighlight
- func (v NullableCatalogProductHighlight) IsSet() bool
- func (v NullableCatalogProductHighlight) MarshalJSON() ([]byte, error)
- func (v *NullableCatalogProductHighlight) Set(val *CatalogProductHighlight)
- func (v *NullableCatalogProductHighlight) UnmarshalJSON(src []byte) error
- func (v *NullableCatalogProductHighlight) Unset()
- type NullableCatalogProductOverview
- func (v NullableCatalogProductOverview) Get() *CatalogProductOverview
- func (v NullableCatalogProductOverview) IsSet() bool
- func (v NullableCatalogProductOverview) MarshalJSON() ([]byte, error)
- func (v *NullableCatalogProductOverview) Set(val *CatalogProductOverview)
- func (v *NullableCatalogProductOverview) UnmarshalJSON(src []byte) error
- func (v *NullableCatalogProductOverview) Unset()
- type NullableCatalogProductOverviewVendor
- func (v NullableCatalogProductOverviewVendor) Get() *CatalogProductOverviewVendor
- func (v NullableCatalogProductOverviewVendor) IsSet() bool
- func (v NullableCatalogProductOverviewVendor) MarshalJSON() ([]byte, error)
- func (v *NullableCatalogProductOverviewVendor) Set(val *CatalogProductOverviewVendor)
- func (v *NullableCatalogProductOverviewVendor) UnmarshalJSON(src []byte) error
- func (v *NullableCatalogProductOverviewVendor) Unset()
- type NullableCatalogProductPricingOption
- func (v NullableCatalogProductPricingOption) Get() *CatalogProductPricingOption
- func (v NullableCatalogProductPricingOption) IsSet() bool
- func (v NullableCatalogProductPricingOption) MarshalJSON() ([]byte, error)
- func (v *NullableCatalogProductPricingOption) Set(val *CatalogProductPricingOption)
- func (v *NullableCatalogProductPricingOption) UnmarshalJSON(src []byte) error
- func (v *NullableCatalogProductPricingOption) Unset()
- type NullableCatalogProductSupportResource
- func (v NullableCatalogProductSupportResource) Get() *CatalogProductSupportResource
- func (v NullableCatalogProductSupportResource) IsSet() bool
- func (v NullableCatalogProductSupportResource) MarshalJSON() ([]byte, error)
- func (v *NullableCatalogProductSupportResource) Set(val *CatalogProductSupportResource)
- func (v *NullableCatalogProductSupportResource) UnmarshalJSON(src []byte) error
- func (v *NullableCatalogProductSupportResource) Unset()
- type NullableCatalogProductVendorTerms
- func (v NullableCatalogProductVendorTerms) Get() *CatalogProductVendorTerms
- func (v NullableCatalogProductVendorTerms) IsSet() bool
- func (v NullableCatalogProductVendorTerms) MarshalJSON() ([]byte, error)
- func (v *NullableCatalogProductVendorTerms) Set(val *CatalogProductVendorTerms)
- func (v *NullableCatalogProductVendorTerms) UnmarshalJSON(src []byte) error
- func (v *NullableCatalogProductVendorTerms) Unset()
- type NullableContactSales
- func (v NullableContactSales) Get() *ContactSales
- func (v NullableContactSales) IsSet() bool
- func (v NullableContactSales) MarshalJSON() ([]byte, error)
- func (v *NullableContactSales) Set(val *ContactSales)
- func (v *NullableContactSales) UnmarshalJSON(src []byte) error
- func (v *NullableContactSales) Unset()
- type NullableContactSalesContactSales
- func (v NullableContactSalesContactSales) Get() *ContactSalesContactSales
- func (v NullableContactSalesContactSales) IsSet() bool
- func (v NullableContactSalesContactSales) MarshalJSON() ([]byte, error)
- func (v *NullableContactSalesContactSales) Set(val *ContactSalesContactSales)
- func (v *NullableContactSalesContactSales) UnmarshalJSON(src []byte) error
- func (v *NullableContactSalesContactSales) Unset()
- type NullableCurrentSubscriptionStateResponse
- func (v NullableCurrentSubscriptionStateResponse) Get() *CurrentSubscriptionStateResponse
- func (v NullableCurrentSubscriptionStateResponse) IsSet() bool
- func (v NullableCurrentSubscriptionStateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCurrentSubscriptionStateResponse) Set(val *CurrentSubscriptionStateResponse)
- func (v *NullableCurrentSubscriptionStateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCurrentSubscriptionStateResponse) Unset()
- type NullableErrorResponse
- func (v NullableErrorResponse) Get() *ErrorResponse
- func (v NullableErrorResponse) IsSet() bool
- func (v NullableErrorResponse) MarshalJSON() ([]byte, error)
- func (v *NullableErrorResponse) Set(val *ErrorResponse)
- func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error
- func (v *NullableErrorResponse) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableInquiriesCreateInquiryPayload
- func (v NullableInquiriesCreateInquiryPayload) Get() *InquiriesCreateInquiryPayload
- func (v NullableInquiriesCreateInquiryPayload) IsSet() bool
- func (v NullableInquiriesCreateInquiryPayload) MarshalJSON() ([]byte, error)
- func (v *NullableInquiriesCreateInquiryPayload) Set(val *InquiriesCreateInquiryPayload)
- func (v *NullableInquiriesCreateInquiryPayload) UnmarshalJSON(src []byte) error
- func (v *NullableInquiriesCreateInquiryPayload) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableListCatalogProductsResponse
- func (v NullableListCatalogProductsResponse) Get() *ListCatalogProductsResponse
- func (v NullableListCatalogProductsResponse) IsSet() bool
- func (v NullableListCatalogProductsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListCatalogProductsResponse) Set(val *ListCatalogProductsResponse)
- func (v *NullableListCatalogProductsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListCatalogProductsResponse) Unset()
- type NullableListVendorSubscriptionsResponse
- func (v NullableListVendorSubscriptionsResponse) Get() *ListVendorSubscriptionsResponse
- func (v NullableListVendorSubscriptionsResponse) IsSet() bool
- func (v NullableListVendorSubscriptionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListVendorSubscriptionsResponse) Set(val *ListVendorSubscriptionsResponse)
- func (v *NullableListVendorSubscriptionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListVendorSubscriptionsResponse) Unset()
- type NullableRegisterTesting
- func (v NullableRegisterTesting) Get() *RegisterTesting
- func (v NullableRegisterTesting) IsSet() bool
- func (v NullableRegisterTesting) MarshalJSON() ([]byte, error)
- func (v *NullableRegisterTesting) Set(val *RegisterTesting)
- func (v *NullableRegisterTesting) UnmarshalJSON(src []byte) error
- func (v *NullableRegisterTesting) Unset()
- type NullableRegisterTestingRegisterTesting
- func (v NullableRegisterTestingRegisterTesting) Get() *RegisterTestingRegisterTesting
- func (v NullableRegisterTestingRegisterTesting) IsSet() bool
- func (v NullableRegisterTestingRegisterTesting) MarshalJSON() ([]byte, error)
- func (v *NullableRegisterTestingRegisterTesting) Set(val *RegisterTestingRegisterTesting)
- func (v *NullableRegisterTestingRegisterTesting) UnmarshalJSON(src []byte) error
- func (v *NullableRegisterTestingRegisterTesting) Unset()
- type NullableRequestedSubscriptionStateResponse
- func (v NullableRequestedSubscriptionStateResponse) Get() *RequestedSubscriptionStateResponse
- func (v NullableRequestedSubscriptionStateResponse) IsSet() bool
- func (v NullableRequestedSubscriptionStateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableRequestedSubscriptionStateResponse) Set(val *RequestedSubscriptionStateResponse)
- func (v *NullableRequestedSubscriptionStateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableRequestedSubscriptionStateResponse) Unset()
- type NullableResolveCustomerPayload
- func (v NullableResolveCustomerPayload) Get() *ResolveCustomerPayload
- func (v NullableResolveCustomerPayload) IsSet() bool
- func (v NullableResolveCustomerPayload) MarshalJSON() ([]byte, error)
- func (v *NullableResolveCustomerPayload) Set(val *ResolveCustomerPayload)
- func (v *NullableResolveCustomerPayload) UnmarshalJSON(src []byte) error
- func (v *NullableResolveCustomerPayload) Unset()
- type NullableString
- type NullableSubscriptionCancelResponse
- func (v NullableSubscriptionCancelResponse) Get() *SubscriptionCancelResponse
- func (v NullableSubscriptionCancelResponse) IsSet() bool
- func (v NullableSubscriptionCancelResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSubscriptionCancelResponse) Set(val *SubscriptionCancelResponse)
- func (v *NullableSubscriptionCancelResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSubscriptionCancelResponse) Unset()
- type NullableSubscriptionProduct
- func (v NullableSubscriptionProduct) Get() *SubscriptionProduct
- func (v NullableSubscriptionProduct) IsSet() bool
- func (v NullableSubscriptionProduct) MarshalJSON() ([]byte, error)
- func (v *NullableSubscriptionProduct) Set(val *SubscriptionProduct)
- func (v *NullableSubscriptionProduct) UnmarshalJSON(src []byte) error
- func (v *NullableSubscriptionProduct) Unset()
- type NullableSuggestProduct
- func (v NullableSuggestProduct) Get() *SuggestProduct
- func (v NullableSuggestProduct) IsSet() bool
- func (v NullableSuggestProduct) MarshalJSON() ([]byte, error)
- func (v *NullableSuggestProduct) Set(val *SuggestProduct)
- func (v *NullableSuggestProduct) UnmarshalJSON(src []byte) error
- func (v *NullableSuggestProduct) Unset()
- type NullableSuggestProductSuggestProduct
- func (v NullableSuggestProductSuggestProduct) Get() *SuggestProductSuggestProduct
- func (v NullableSuggestProductSuggestProduct) IsSet() bool
- func (v NullableSuggestProductSuggestProduct) MarshalJSON() ([]byte, error)
- func (v *NullableSuggestProductSuggestProduct) Set(val *SuggestProductSuggestProduct)
- func (v *NullableSuggestProductSuggestProduct) UnmarshalJSON(src []byte) error
- func (v *NullableSuggestProductSuggestProduct) Unset()
- type NullableTime
- type NullableValue
- type NullableVendorSubscription
- func (v NullableVendorSubscription) Get() *VendorSubscription
- func (v NullableVendorSubscription) IsSet() bool
- func (v NullableVendorSubscription) MarshalJSON() ([]byte, error)
- func (v *NullableVendorSubscription) Set(val *VendorSubscription)
- func (v *NullableVendorSubscription) UnmarshalJSON(src []byte) error
- func (v *NullableVendorSubscription) Unset()
- type RegisterTesting
- func (o *RegisterTesting) GetRegisterTesting() (ret RegisterTestingGetRegisterTestingRetType)
- func (o *RegisterTesting) GetRegisterTestingOk() (ret RegisterTestingGetRegisterTestingRetType, ok bool)
- func (o *RegisterTesting) GetType() (ret RegisterTestingGetTypeRetType)
- func (o *RegisterTesting) GetTypeOk() (ret RegisterTestingGetTypeRetType, ok bool)
- func (o *RegisterTesting) SetRegisterTesting(v RegisterTestingGetRegisterTestingRetType)
- func (o *RegisterTesting) SetType(v RegisterTestingGetTypeRetType)
- func (o RegisterTesting) ToMap() (map[string]interface{}, error)
- type RegisterTestingGetRegisterTestingArgType
- type RegisterTestingGetRegisterTestingAttributeType
- type RegisterTestingGetRegisterTestingRetType
- type RegisterTestingGetTypeArgType
- type RegisterTestingGetTypeAttributeType
- type RegisterTestingGetTypeRetType
- type RegisterTestingRegisterTesting
- func (o *RegisterTestingRegisterTesting) GetContactEmail() (ret RegisterTestingRegisterTestingGetContactEmailRetType)
- func (o *RegisterTestingRegisterTesting) GetContactEmailOk() (ret RegisterTestingRegisterTestingGetContactEmailRetType, ok bool)
- func (o *RegisterTestingRegisterTesting) GetFullName() (ret RegisterTestingRegisterTestingGetFullNameRetType)
- func (o *RegisterTestingRegisterTesting) GetFullNameOk() (ret RegisterTestingRegisterTestingGetFullNameRetType, ok bool)
- func (o *RegisterTestingRegisterTesting) GetMessage() (ret RegisterTestingRegisterTestingGetMessageRetType)
- func (o *RegisterTestingRegisterTesting) GetMessageOk() (ret RegisterTestingRegisterTestingGetMessageRetType, ok bool)
- func (o *RegisterTestingRegisterTesting) SetContactEmail(v RegisterTestingRegisterTestingGetContactEmailRetType)
- func (o *RegisterTestingRegisterTesting) SetFullName(v RegisterTestingRegisterTestingGetFullNameRetType)
- func (o *RegisterTestingRegisterTesting) SetMessage(v RegisterTestingRegisterTestingGetMessageRetType)
- func (o RegisterTestingRegisterTesting) ToMap() (map[string]interface{}, error)
- type RegisterTestingRegisterTestingGetContactEmailArgType
- type RegisterTestingRegisterTestingGetContactEmailAttributeType
- type RegisterTestingRegisterTestingGetContactEmailRetType
- type RegisterTestingRegisterTestingGetFullNameArgType
- type RegisterTestingRegisterTestingGetFullNameAttributeType
- type RegisterTestingRegisterTestingGetFullNameRetType
- type RegisterTestingRegisterTestingGetMessageArgType
- type RegisterTestingRegisterTestingGetMessageAttributeType
- type RegisterTestingRegisterTestingGetMessageRetType
- type RequestedSubscriptionStateResponse
- func (o *RequestedSubscriptionStateResponse) GetLifecycleState() (ret RequestedSubscriptionStateResponseGetLifecycleStateRetType)
- func (o *RequestedSubscriptionStateResponse) GetLifecycleStateOk() (ret RequestedSubscriptionStateResponseGetLifecycleStateRetType, ok bool)
- func (o *RequestedSubscriptionStateResponse) GetSubscriptionId() (ret RequestedSubscriptionStateResponseGetSubscriptionIdRetType)
- func (o *RequestedSubscriptionStateResponse) GetSubscriptionIdOk() (ret RequestedSubscriptionStateResponseGetSubscriptionIdRetType, ok bool)
- func (o *RequestedSubscriptionStateResponse) SetLifecycleState(v RequestedSubscriptionStateResponseGetLifecycleStateRetType)
- func (o *RequestedSubscriptionStateResponse) SetSubscriptionId(v RequestedSubscriptionStateResponseGetSubscriptionIdRetType)
- func (o RequestedSubscriptionStateResponse) ToMap() (map[string]interface{}, error)
- type RequestedSubscriptionStateResponseGetLifecycleStateArgType
- type RequestedSubscriptionStateResponseGetLifecycleStateAttributeType
- type RequestedSubscriptionStateResponseGetLifecycleStateRetType
- type RequestedSubscriptionStateResponseGetSubscriptionIdArgType
- type RequestedSubscriptionStateResponseGetSubscriptionIdAttributeType
- type RequestedSubscriptionStateResponseGetSubscriptionIdRetType
- type ResolveCustomerPayload
- func (o *ResolveCustomerPayload) GetToken() (ret ResolveCustomerPayloadGetTokenRetType)
- func (o *ResolveCustomerPayload) GetTokenOk() (ret ResolveCustomerPayloadGetTokenRetType, ok bool)
- func (o *ResolveCustomerPayload) SetToken(v ResolveCustomerPayloadGetTokenRetType)
- func (o ResolveCustomerPayload) ToMap() (map[string]interface{}, error)
- type ResolveCustomerPayloadGetTokenArgType
- type ResolveCustomerPayloadGetTokenAttributeType
- type ResolveCustomerPayloadGetTokenRetType
- type SubscriptionCancelResponse
- func (o *SubscriptionCancelResponse) GetCurrentSubscription() (ret SubscriptionCancelResponseGetCurrentSubscriptionRetType)
- func (o *SubscriptionCancelResponse) GetCurrentSubscriptionOk() (ret SubscriptionCancelResponseGetCurrentSubscriptionRetType, ok bool)
- func (o *SubscriptionCancelResponse) GetRequestedSubscription() (ret SubscriptionCancelResponseGetRequestedSubscriptionRetType)
- func (o *SubscriptionCancelResponse) GetRequestedSubscriptionOk() (ret SubscriptionCancelResponseGetRequestedSubscriptionRetType, ok bool)
- func (o *SubscriptionCancelResponse) SetCurrentSubscription(v SubscriptionCancelResponseGetCurrentSubscriptionRetType)
- func (o *SubscriptionCancelResponse) SetRequestedSubscription(v SubscriptionCancelResponseGetRequestedSubscriptionRetType)
- func (o SubscriptionCancelResponse) ToMap() (map[string]interface{}, error)
- type SubscriptionCancelResponseGetCurrentSubscriptionArgType
- type SubscriptionCancelResponseGetCurrentSubscriptionAttributeType
- type SubscriptionCancelResponseGetCurrentSubscriptionRetType
- type SubscriptionCancelResponseGetRequestedSubscriptionArgType
- type SubscriptionCancelResponseGetRequestedSubscriptionAttributeType
- type SubscriptionCancelResponseGetRequestedSubscriptionRetType
- type SubscriptionProduct
- func (o *SubscriptionProduct) GetDeliveryMethod() (ret SubscriptionProductGetDeliveryMethodRetType)
- func (o *SubscriptionProduct) GetDeliveryMethodOk() (ret SubscriptionProductGetDeliveryMethodRetType, ok bool)
- func (o *SubscriptionProduct) GetLifecycleState() (ret SubscriptionProductGetLifecycleStateRetType)
- func (o *SubscriptionProduct) GetLifecycleStateOk() (ret SubscriptionProductGetLifecycleStateRetType, ok bool)
- func (o *SubscriptionProduct) GetPriceType() (ret SubscriptionProductGetPriceTypeRetType)
- func (o *SubscriptionProduct) GetPriceTypeOk() (ret SubscriptionProductGetPriceTypeRetType, ok bool)
- func (o *SubscriptionProduct) GetPricingPlan() (ret SubscriptionProductGetPricingPlanRetType)
- func (o *SubscriptionProduct) GetPricingPlanOk() (ret SubscriptionProductGetPricingPlanRetType, ok bool)
- func (o *SubscriptionProduct) GetProductId() (ret SubscriptionProductGetProductIdRetType)
- func (o *SubscriptionProduct) GetProductIdOk() (ret SubscriptionProductGetProductIdRetType, ok bool)
- func (o *SubscriptionProduct) GetProductName() (ret SubscriptionProductGetProductNameRetType)
- func (o *SubscriptionProduct) GetProductNameOk() (ret SubscriptionProductGetProductNameRetType, ok bool)
- func (o *SubscriptionProduct) GetVendorName() (ret SubscriptionProductGetVendorNameRetType)
- func (o *SubscriptionProduct) GetVendorNameOk() (ret SubscriptionProductGetVendorNameRetType, ok bool)
- func (o *SubscriptionProduct) GetVendorWebsiteUrl() (ret SubscriptionProductGetVendorWebsiteUrlRetType)
- func (o *SubscriptionProduct) GetVendorWebsiteUrlOk() (ret SubscriptionProductGetVendorWebsiteUrlRetType, ok bool)
- func (o *SubscriptionProduct) SetDeliveryMethod(v SubscriptionProductGetDeliveryMethodRetType)
- func (o *SubscriptionProduct) SetLifecycleState(v SubscriptionProductGetLifecycleStateRetType)
- func (o *SubscriptionProduct) SetPriceType(v SubscriptionProductGetPriceTypeRetType)
- func (o *SubscriptionProduct) SetPricingPlan(v SubscriptionProductGetPricingPlanRetType)
- func (o *SubscriptionProduct) SetProductId(v SubscriptionProductGetProductIdRetType)
- func (o *SubscriptionProduct) SetProductName(v SubscriptionProductGetProductNameRetType)
- func (o *SubscriptionProduct) SetVendorName(v SubscriptionProductGetVendorNameRetType)
- func (o *SubscriptionProduct) SetVendorWebsiteUrl(v SubscriptionProductGetVendorWebsiteUrlRetType)
- func (o SubscriptionProduct) ToMap() (map[string]interface{}, error)
- type SubscriptionProductGetDeliveryMethodArgType
- type SubscriptionProductGetDeliveryMethodAttributeType
- type SubscriptionProductGetDeliveryMethodRetType
- type SubscriptionProductGetLifecycleStateArgType
- type SubscriptionProductGetLifecycleStateAttributeType
- type SubscriptionProductGetLifecycleStateRetType
- type SubscriptionProductGetPriceTypeArgType
- type SubscriptionProductGetPriceTypeAttributeType
- type SubscriptionProductGetPriceTypeRetType
- type SubscriptionProductGetPricingPlanArgType
- type SubscriptionProductGetPricingPlanAttributeType
- type SubscriptionProductGetPricingPlanRetType
- type SubscriptionProductGetProductIdArgType
- type SubscriptionProductGetProductIdAttributeType
- type SubscriptionProductGetProductIdRetType
- type SubscriptionProductGetProductNameArgType
- type SubscriptionProductGetProductNameAttributeType
- type SubscriptionProductGetProductNameRetType
- type SubscriptionProductGetVendorNameArgType
- type SubscriptionProductGetVendorNameAttributeType
- type SubscriptionProductGetVendorNameRetType
- type SubscriptionProductGetVendorWebsiteUrlArgType
- type SubscriptionProductGetVendorWebsiteUrlAttributeType
- type SubscriptionProductGetVendorWebsiteUrlRetType
- type SuggestProduct
- func (o *SuggestProduct) GetSuggestProduct() (ret SuggestProductGetSuggestProductRetType)
- func (o *SuggestProduct) GetSuggestProductOk() (ret SuggestProductGetSuggestProductRetType, ok bool)
- func (o *SuggestProduct) GetType() (ret SuggestProductGetTypeRetType)
- func (o *SuggestProduct) GetTypeOk() (ret SuggestProductGetTypeRetType, ok bool)
- func (o *SuggestProduct) SetSuggestProduct(v SuggestProductGetSuggestProductRetType)
- func (o *SuggestProduct) SetType(v SuggestProductGetTypeRetType)
- func (o SuggestProduct) ToMap() (map[string]interface{}, error)
- type SuggestProductGetSuggestProductArgType
- type SuggestProductGetSuggestProductAttributeType
- type SuggestProductGetSuggestProductRetType
- type SuggestProductGetTypeArgType
- type SuggestProductGetTypeAttributeType
- type SuggestProductGetTypeRetType
- type SuggestProductSuggestProduct
- func (o *SuggestProductSuggestProduct) GetCompanyName() (ret SuggestProductSuggestProductGetCompanyNameRetType)
- func (o *SuggestProductSuggestProduct) GetCompanyNameOk() (ret SuggestProductSuggestProductGetCompanyNameRetType, ok bool)
- func (o *SuggestProductSuggestProduct) GetMessage() (res SuggestProductSuggestProductGetMessageRetType)
- func (o *SuggestProductSuggestProduct) GetMessageOk() (ret SuggestProductSuggestProductGetMessageRetType, ok bool)
- func (o *SuggestProductSuggestProduct) GetName() (ret SuggestProductSuggestProductGetNameRetType)
- func (o *SuggestProductSuggestProduct) GetNameOk() (ret SuggestProductSuggestProductGetNameRetType, ok bool)
- func (o *SuggestProductSuggestProduct) GetUrl() (ret SuggestProductSuggestProductGetUrlRetType)
- func (o *SuggestProductSuggestProduct) GetUrlOk() (ret SuggestProductSuggestProductGetUrlRetType, ok bool)
- func (o *SuggestProductSuggestProduct) HasMessage() bool
- func (o *SuggestProductSuggestProduct) SetCompanyName(v SuggestProductSuggestProductGetCompanyNameRetType)
- func (o *SuggestProductSuggestProduct) SetMessage(v SuggestProductSuggestProductGetMessageRetType)
- func (o *SuggestProductSuggestProduct) SetName(v SuggestProductSuggestProductGetNameRetType)
- func (o *SuggestProductSuggestProduct) SetUrl(v SuggestProductSuggestProductGetUrlRetType)
- func (o SuggestProductSuggestProduct) ToMap() (map[string]interface{}, error)
- type SuggestProductSuggestProductGetCompanyNameArgType
- type SuggestProductSuggestProductGetCompanyNameAttributeType
- type SuggestProductSuggestProductGetCompanyNameRetType
- type SuggestProductSuggestProductGetMessageArgType
- type SuggestProductSuggestProductGetMessageAttributeType
- type SuggestProductSuggestProductGetMessageRetType
- type SuggestProductSuggestProductGetNameArgType
- type SuggestProductSuggestProductGetNameAttributeType
- type SuggestProductSuggestProductGetNameRetType
- type SuggestProductSuggestProductGetUrlArgType
- type SuggestProductSuggestProductGetUrlAttributeType
- type SuggestProductSuggestProductGetUrlRetType
- type VendorSubscription
- func (o *VendorSubscription) GetLifecycleState() (ret VendorSubscriptionGetLifecycleStateRetType)
- func (o *VendorSubscription) GetLifecycleStateOk() (ret VendorSubscriptionGetLifecycleStateRetType, ok bool)
- func (o *VendorSubscription) GetProduct() (ret VendorSubscriptionGetProductRetType)
- func (o *VendorSubscription) GetProductOk() (ret VendorSubscriptionGetProductRetType, ok bool)
- func (o *VendorSubscription) GetProjectId() (ret VendorSubscriptionGetProjectIdRetType)
- func (o *VendorSubscription) GetProjectIdOk() (ret VendorSubscriptionGetProjectIdRetType, ok bool)
- func (o *VendorSubscription) GetSubscriptionId() (ret VendorSubscriptionGetSubscriptionIdRetType)
- func (o *VendorSubscription) GetSubscriptionIdOk() (ret VendorSubscriptionGetSubscriptionIdRetType, ok bool)
- func (o *VendorSubscription) SetLifecycleState(v VendorSubscriptionGetLifecycleStateRetType)
- func (o *VendorSubscription) SetProduct(v VendorSubscriptionGetProductRetType)
- func (o *VendorSubscription) SetProjectId(v VendorSubscriptionGetProjectIdRetType)
- func (o *VendorSubscription) SetSubscriptionId(v VendorSubscriptionGetSubscriptionIdRetType)
- func (o VendorSubscription) ToMap() (map[string]interface{}, error)
- type VendorSubscriptionGetLifecycleStateArgType
- type VendorSubscriptionGetLifecycleStateAttributeType
- type VendorSubscriptionGetLifecycleStateRetType
- type VendorSubscriptionGetProductArgType
- type VendorSubscriptionGetProductAttributeType
- type VendorSubscriptionGetProductRetType
- type VendorSubscriptionGetProjectIdArgType
- type VendorSubscriptionGetProjectIdAttributeType
- type VendorSubscriptionGetProjectIdRetType
- type VendorSubscriptionGetSubscriptionIdArgType
- type VendorSubscriptionGetSubscriptionIdAttributeType
- type VendorSubscriptionGetSubscriptionIdRetType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func NewConfiguration ¶
func NewConfiguration() *config.Configuration
NewConfiguration returns a new Configuration object
func ParameterValueToString ¶
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 {
// contains filtered or unexported fields
}
APIClient manages communication with the STACKIT Marketplace API API v1 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(opts ...config.ConfigurationOption) (*APIClient, error)
NewAPIClient creates a new API client. Optionally receives configuration options
func (*APIClient) ApproveSubscription ¶
func (a *APIClient) ApproveSubscription(ctx context.Context, projectId string, subscriptionId string) ApiApproveSubscriptionRequest
ApproveSubscription: Approve a subscription
Approve a pending subscription.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The project ID. @param subscriptionId The subscription ID. @return ApiApproveSubscriptionRequest
func (*APIClient) ApproveSubscriptionExecute ¶
func (*APIClient) GetCatalogProduct ¶
func (a *APIClient) GetCatalogProduct(ctx context.Context, productId string) ApiGetCatalogProductRequest
GetCatalogProduct: Get a product
Get a product.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param productId The product ID. @return ApiGetCatalogProductRequest
func (*APIClient) GetCatalogProductExecute ¶
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *config.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
func (*APIClient) GetVendorSubscription ¶
func (a *APIClient) GetVendorSubscription(ctx context.Context, projectId string, subscriptionId string) ApiGetVendorSubscriptionRequest
GetVendorSubscription: Get a subscription
Get a subscription.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The project ID. @param subscriptionId The subscription ID. @return ApiGetVendorSubscriptionRequest
func (*APIClient) GetVendorSubscriptionExecute ¶
func (*APIClient) InquiriesCreateInquiry ¶ added in v0.3.0
func (a *APIClient) InquiriesCreateInquiry(ctx context.Context) ApiInquiriesCreateInquiryRequest
InquiriesCreateInquiry: Create inquiry
Create an inquiry to contact sales, become a vendor, or suggest a product. Requests are limited to 10 per 5 minutes.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiInquiriesCreateInquiryRequest
func (*APIClient) InquiriesCreateInquiryExecute ¶ added in v0.3.0
func (*APIClient) ListCatalogProducts ¶
func (a *APIClient) ListCatalogProducts(ctx context.Context) ApiListCatalogProductsRequest
ListCatalogProducts: List all products
List all products.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListCatalogProductsRequest
func (*APIClient) ListCatalogProductsExecute ¶
func (a *APIClient) ListCatalogProductsExecute(ctx context.Context) (*ListCatalogProductsResponse, error)
func (*APIClient) ListVendorSubscriptions ¶
func (a *APIClient) ListVendorSubscriptions(ctx context.Context, projectId string) ApiListVendorSubscriptionsRequest
ListVendorSubscriptions: List all subscriptions
List all subscriptions.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The project ID. @return ApiListVendorSubscriptionsRequest
func (*APIClient) ListVendorSubscriptionsExecute ¶
func (*APIClient) ResolveCustomer ¶
func (a *APIClient) ResolveCustomer(ctx context.Context, projectId string) ApiResolveCustomerRequest
ResolveCustomer: Resolve customer
Get details about the requested subscription.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The project ID. @return ApiResolveCustomerRequest
func (*APIClient) ResolveCustomerExecute ¶
type ApiApproveSubscriptionRequest ¶
type ApiApproveSubscriptionRequest struct {
// contains filtered or unexported fields
}
func (ApiApproveSubscriptionRequest) ApproveSubscriptionPayload ¶ added in v0.3.0
func (r ApiApproveSubscriptionRequest) ApproveSubscriptionPayload(approveSubscriptionPayload ApproveSubscriptionPayload) ApiApproveSubscriptionRequest
func (ApiApproveSubscriptionRequest) Execute ¶
func (r ApiApproveSubscriptionRequest) Execute() error
type ApiGetCatalogProductRequest ¶
type ApiGetCatalogProductRequest struct {
// contains filtered or unexported fields
}
func (ApiGetCatalogProductRequest) Execute ¶
func (r ApiGetCatalogProductRequest) Execute() (*CatalogProductDetail, error)
func (ApiGetCatalogProductRequest) Locale ¶
func (r ApiGetCatalogProductRequest) Locale(locale string) ApiGetCatalogProductRequest
type ApiGetVendorSubscriptionRequest ¶
type ApiGetVendorSubscriptionRequest struct {
// contains filtered or unexported fields
}
func (ApiGetVendorSubscriptionRequest) Execute ¶
func (r ApiGetVendorSubscriptionRequest) Execute() (*VendorSubscription, error)
type ApiInquiriesCreateInquiryRequest ¶ added in v0.3.0
type ApiInquiriesCreateInquiryRequest struct {
// contains filtered or unexported fields
}
func (ApiInquiriesCreateInquiryRequest) Execute ¶ added in v0.3.0
func (r ApiInquiriesCreateInquiryRequest) Execute() error
func (ApiInquiriesCreateInquiryRequest) InquiriesCreateInquiryPayload ¶ added in v0.3.0
func (r ApiInquiriesCreateInquiryRequest) InquiriesCreateInquiryPayload(inquiriesCreateInquiryPayload InquiriesCreateInquiryPayload) ApiInquiriesCreateInquiryRequest
type ApiListCatalogProductsRequest ¶
type ApiListCatalogProductsRequest struct {
// contains filtered or unexported fields
}
func (ApiListCatalogProductsRequest) Cursor ¶
func (r ApiListCatalogProductsRequest) Cursor(cursor string) ApiListCatalogProductsRequest
func (ApiListCatalogProductsRequest) Execute ¶
func (r ApiListCatalogProductsRequest) Execute() (*ListCatalogProductsResponse, error)
func (ApiListCatalogProductsRequest) Filter ¶
func (r ApiListCatalogProductsRequest) Filter(filter string) ApiListCatalogProductsRequest
func (ApiListCatalogProductsRequest) Limit ¶
func (r ApiListCatalogProductsRequest) Limit(limit float32) ApiListCatalogProductsRequest
func (ApiListCatalogProductsRequest) Locale ¶
func (r ApiListCatalogProductsRequest) Locale(locale string) ApiListCatalogProductsRequest
func (ApiListCatalogProductsRequest) Sort ¶ added in v0.3.0
func (r ApiListCatalogProductsRequest) Sort(sort string) ApiListCatalogProductsRequest
type ApiListVendorSubscriptionsRequest ¶
type ApiListVendorSubscriptionsRequest struct {
// contains filtered or unexported fields
}
func (ApiListVendorSubscriptionsRequest) Cursor ¶
func (r ApiListVendorSubscriptionsRequest) Cursor(cursor string) ApiListVendorSubscriptionsRequest
func (ApiListVendorSubscriptionsRequest) Execute ¶
func (r ApiListVendorSubscriptionsRequest) Execute() (*ListVendorSubscriptionsResponse, error)
func (ApiListVendorSubscriptionsRequest) Limit ¶
func (r ApiListVendorSubscriptionsRequest) Limit(limit float32) ApiListVendorSubscriptionsRequest
func (ApiListVendorSubscriptionsRequest) ProductId ¶
func (r ApiListVendorSubscriptionsRequest) ProductId(productId string) ApiListVendorSubscriptionsRequest
type ApiResolveCustomerRequest ¶
type ApiResolveCustomerRequest struct {
// contains filtered or unexported fields
}
func (ApiResolveCustomerRequest) Execute ¶
func (r ApiResolveCustomerRequest) Execute() (*VendorSubscription, error)
func (ApiResolveCustomerRequest) ResolveCustomerPayload ¶
func (r ApiResolveCustomerRequest) ResolveCustomerPayload(resolveCustomerPayload ResolveCustomerPayload) ApiResolveCustomerRequest
type ApproveSubscriptionPayload ¶ added in v0.3.0
type ApproveSubscriptionPayload struct {
// The target URL of the user instance, used to redirect the user to the instance after the subscription is active.
InstanceTarget ApproveSubscriptionPayloadGetInstanceTargetAttributeType `json:"instanceTarget,omitempty"`
}
ApproveSubscriptionPayload struct for ApproveSubscriptionPayload
func NewApproveSubscriptionPayload ¶ added in v0.3.0
func NewApproveSubscriptionPayload() *ApproveSubscriptionPayload
NewApproveSubscriptionPayload instantiates a new ApproveSubscriptionPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApproveSubscriptionPayloadWithDefaults ¶ added in v0.3.0
func NewApproveSubscriptionPayloadWithDefaults() *ApproveSubscriptionPayload
NewApproveSubscriptionPayloadWithDefaults instantiates a new ApproveSubscriptionPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApproveSubscriptionPayload) GetInstanceTarget ¶ added in v0.3.0
func (o *ApproveSubscriptionPayload) GetInstanceTarget() (res ApproveSubscriptionPayloadGetInstanceTargetRetType)
GetInstanceTarget returns the InstanceTarget field value if set, zero value otherwise.
func (*ApproveSubscriptionPayload) GetInstanceTargetOk ¶ added in v0.3.0
func (o *ApproveSubscriptionPayload) GetInstanceTargetOk() (ret ApproveSubscriptionPayloadGetInstanceTargetRetType, ok bool)
GetInstanceTargetOk returns a tuple with the InstanceTarget field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApproveSubscriptionPayload) HasInstanceTarget ¶ added in v0.3.0
func (o *ApproveSubscriptionPayload) HasInstanceTarget() bool
HasInstanceTarget returns a boolean if a field has been set.
func (*ApproveSubscriptionPayload) SetInstanceTarget ¶ added in v0.3.0
func (o *ApproveSubscriptionPayload) SetInstanceTarget(v ApproveSubscriptionPayloadGetInstanceTargetRetType)
SetInstanceTarget gets a reference to the given string and assigns it to the InstanceTarget field.
func (ApproveSubscriptionPayload) ToMap ¶ added in v0.3.0
func (o ApproveSubscriptionPayload) ToMap() (map[string]interface{}, error)
type ApproveSubscriptionPayloadGetInstanceTargetArgType ¶ added in v0.3.1
type ApproveSubscriptionPayloadGetInstanceTargetArgType = string
type ApproveSubscriptionPayloadGetInstanceTargetAttributeType ¶ added in v0.3.1
type ApproveSubscriptionPayloadGetInstanceTargetAttributeType = *string
isNotNullableString
type ApproveSubscriptionPayloadGetInstanceTargetRetType ¶ added in v0.3.1
type ApproveSubscriptionPayloadGetInstanceTargetRetType = string
type BecomeVendor ¶ added in v0.3.0
type BecomeVendor struct {
// REQUIRED
BecomeVendor BecomeVendorGetBecomeVendorAttributeType `json:"becomeVendor"`
// The form type.
// REQUIRED
Type BecomeVendorGetTypeAttributeType `json:"type"`
}
BecomeVendor Become a vendor.
func NewBecomeVendor ¶ added in v0.3.0
func NewBecomeVendor(becomeVendor BecomeVendorGetBecomeVendorArgType, type_ BecomeVendorGetTypeArgType) *BecomeVendor
NewBecomeVendor instantiates a new BecomeVendor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBecomeVendorWithDefaults ¶ added in v0.3.0
func NewBecomeVendorWithDefaults() *BecomeVendor
NewBecomeVendorWithDefaults instantiates a new BecomeVendor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BecomeVendor) GetBecomeVendor ¶ added in v0.3.0
func (o *BecomeVendor) GetBecomeVendor() (ret BecomeVendorGetBecomeVendorRetType)
GetBecomeVendor returns the BecomeVendor field value
func (*BecomeVendor) GetBecomeVendorOk ¶ added in v0.3.0
func (o *BecomeVendor) GetBecomeVendorOk() (ret BecomeVendorGetBecomeVendorRetType, ok bool)
GetBecomeVendorOk returns a tuple with the BecomeVendor field value and a boolean to check if the value has been set.
func (*BecomeVendor) GetType ¶ added in v0.3.0
func (o *BecomeVendor) GetType() (ret BecomeVendorGetTypeRetType)
GetType returns the Type field value
func (*BecomeVendor) GetTypeOk ¶ added in v0.3.0
func (o *BecomeVendor) GetTypeOk() (ret BecomeVendorGetTypeRetType, ok bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*BecomeVendor) SetBecomeVendor ¶ added in v0.3.0
func (o *BecomeVendor) SetBecomeVendor(v BecomeVendorGetBecomeVendorRetType)
SetBecomeVendor sets field value
func (*BecomeVendor) SetType ¶ added in v0.3.0
func (o *BecomeVendor) SetType(v BecomeVendorGetTypeRetType)
SetType sets field value
func (BecomeVendor) ToMap ¶ added in v0.3.0
func (o BecomeVendor) ToMap() (map[string]interface{}, error)
type BecomeVendorBecomeVendor ¶ added in v0.3.0
type BecomeVendorBecomeVendor struct {
// The contact e-mail address.
// REQUIRED
ContactEmail BecomeVendorBecomeVendorGetContactEmailAttributeType `json:"contactEmail"`
// The message content.
// REQUIRED
Message BecomeVendorBecomeVendorGetMessageAttributeType `json:"message"`
}
BecomeVendorBecomeVendor struct for BecomeVendorBecomeVendor
func NewBecomeVendorBecomeVendor ¶ added in v0.3.0
func NewBecomeVendorBecomeVendor(contactEmail BecomeVendorBecomeVendorGetContactEmailArgType, message BecomeVendorBecomeVendorGetMessageArgType) *BecomeVendorBecomeVendor
NewBecomeVendorBecomeVendor instantiates a new BecomeVendorBecomeVendor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBecomeVendorBecomeVendorWithDefaults ¶ added in v0.3.0
func NewBecomeVendorBecomeVendorWithDefaults() *BecomeVendorBecomeVendor
NewBecomeVendorBecomeVendorWithDefaults instantiates a new BecomeVendorBecomeVendor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BecomeVendorBecomeVendor) GetContactEmail ¶ added in v0.3.0
func (o *BecomeVendorBecomeVendor) GetContactEmail() (ret BecomeVendorBecomeVendorGetContactEmailRetType)
GetContactEmail returns the ContactEmail field value
func (*BecomeVendorBecomeVendor) GetContactEmailOk ¶ added in v0.3.0
func (o *BecomeVendorBecomeVendor) GetContactEmailOk() (ret BecomeVendorBecomeVendorGetContactEmailRetType, ok bool)
GetContactEmailOk returns a tuple with the ContactEmail field value and a boolean to check if the value has been set.
func (*BecomeVendorBecomeVendor) GetMessage ¶ added in v0.3.0
func (o *BecomeVendorBecomeVendor) GetMessage() (ret BecomeVendorBecomeVendorGetMessageRetType)
GetMessage returns the Message field value
func (*BecomeVendorBecomeVendor) GetMessageOk ¶ added in v0.3.0
func (o *BecomeVendorBecomeVendor) GetMessageOk() (ret BecomeVendorBecomeVendorGetMessageRetType, ok bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*BecomeVendorBecomeVendor) SetContactEmail ¶ added in v0.3.0
func (o *BecomeVendorBecomeVendor) SetContactEmail(v BecomeVendorBecomeVendorGetContactEmailRetType)
SetContactEmail sets field value
func (*BecomeVendorBecomeVendor) SetMessage ¶ added in v0.3.0
func (o *BecomeVendorBecomeVendor) SetMessage(v BecomeVendorBecomeVendorGetMessageRetType)
SetMessage sets field value
func (BecomeVendorBecomeVendor) ToMap ¶ added in v0.3.0
func (o BecomeVendorBecomeVendor) ToMap() (map[string]interface{}, error)
type BecomeVendorBecomeVendorGetContactEmailArgType ¶ added in v0.3.1
type BecomeVendorBecomeVendorGetContactEmailArgType = string
type BecomeVendorBecomeVendorGetContactEmailAttributeType ¶ added in v0.3.1
type BecomeVendorBecomeVendorGetContactEmailAttributeType = *string
isNotNullableString
type BecomeVendorBecomeVendorGetContactEmailRetType ¶ added in v0.3.1
type BecomeVendorBecomeVendorGetContactEmailRetType = string
type BecomeVendorBecomeVendorGetMessageArgType ¶ added in v0.3.1
type BecomeVendorBecomeVendorGetMessageArgType = string
type BecomeVendorBecomeVendorGetMessageAttributeType ¶ added in v0.3.1
type BecomeVendorBecomeVendorGetMessageAttributeType = *string
isNotNullableString
type BecomeVendorBecomeVendorGetMessageRetType ¶ added in v0.3.1
type BecomeVendorBecomeVendorGetMessageRetType = string
type BecomeVendorGetBecomeVendorArgType ¶ added in v0.3.1
type BecomeVendorGetBecomeVendorArgType = BecomeVendorBecomeVendor
type BecomeVendorGetBecomeVendorAttributeType ¶ added in v0.3.1
type BecomeVendorGetBecomeVendorAttributeType = *BecomeVendorBecomeVendor
isModel
type BecomeVendorGetBecomeVendorRetType ¶ added in v0.3.1
type BecomeVendorGetBecomeVendorRetType = BecomeVendorBecomeVendor
type BecomeVendorGetTypeArgType ¶ added in v0.3.1
type BecomeVendorGetTypeArgType = string
type BecomeVendorGetTypeAttributeType ¶ added in v0.3.1
type BecomeVendorGetTypeAttributeType = *string
isEnumRef
type BecomeVendorGetTypeRetType ¶ added in v0.3.1
type BecomeVendorGetTypeRetType = string
type CatalogPricingOptionHighlight ¶
type CatalogPricingOptionHighlight struct {
// The highlight content.
HighlightContent CatalogPricingOptionHighlightGetHighlightContentAttributeType `json:"highlightContent,omitempty"`
}
CatalogPricingOptionHighlight struct for CatalogPricingOptionHighlight
func NewCatalogPricingOptionHighlight ¶
func NewCatalogPricingOptionHighlight() *CatalogPricingOptionHighlight
NewCatalogPricingOptionHighlight instantiates a new CatalogPricingOptionHighlight object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCatalogPricingOptionHighlightWithDefaults ¶
func NewCatalogPricingOptionHighlightWithDefaults() *CatalogPricingOptionHighlight
NewCatalogPricingOptionHighlightWithDefaults instantiates a new CatalogPricingOptionHighlight object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CatalogPricingOptionHighlight) GetHighlightContent ¶
func (o *CatalogPricingOptionHighlight) GetHighlightContent() (res CatalogPricingOptionHighlightGetHighlightContentRetType)
GetHighlightContent returns the HighlightContent field value if set, zero value otherwise.
func (*CatalogPricingOptionHighlight) GetHighlightContentOk ¶
func (o *CatalogPricingOptionHighlight) GetHighlightContentOk() (ret CatalogPricingOptionHighlightGetHighlightContentRetType, ok bool)
GetHighlightContentOk returns a tuple with the HighlightContent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CatalogPricingOptionHighlight) HasHighlightContent ¶
func (o *CatalogPricingOptionHighlight) HasHighlightContent() bool
HasHighlightContent returns a boolean if a field has been set.
func (*CatalogPricingOptionHighlight) SetHighlightContent ¶
func (o *CatalogPricingOptionHighlight) SetHighlightContent(v CatalogPricingOptionHighlightGetHighlightContentRetType)
SetHighlightContent gets a reference to the given string and assigns it to the HighlightContent field.
func (CatalogPricingOptionHighlight) ToMap ¶
func (o CatalogPricingOptionHighlight) ToMap() (map[string]interface{}, error)
type CatalogPricingOptionHighlightGetHighlightContentArgType ¶ added in v0.3.1
type CatalogPricingOptionHighlightGetHighlightContentArgType = string
type CatalogPricingOptionHighlightGetHighlightContentAttributeType ¶ added in v0.3.1
type CatalogPricingOptionHighlightGetHighlightContentAttributeType = *string
isNotNullableString
type CatalogPricingOptionHighlightGetHighlightContentRetType ¶ added in v0.3.1
type CatalogPricingOptionHighlightGetHighlightContentRetType = string
type CatalogProductDetail ¶
type CatalogProductDetail struct {
// The list of categories associated to the product.
Categories CatalogProductDetailGetCategoriesAttributeType `json:"categories,omitempty"`
// The product type. For reference: SAAS - Software as a Service, SAI - STACKIT Application Image
// REQUIRED
DeliveryMethod CatalogProductDetailGetDeliveryMethodAttributeType `json:"deliveryMethod"`
// The product description.
// REQUIRED
Description CatalogProductDetailGetDescriptionAttributeType `json:"description"`
// The documentation URL.
// REQUIRED
DocumentationUrl CatalogProductDetailGetDocumentationUrlAttributeType `json:"documentationUrl"`
// The list of highlights.
// REQUIRED
Highlights CatalogProductDetailGetHighlightsAttributeType `json:"highlights"`
// If true, the product is not fully integrated but only listed. Product listings may not have prices and support information.
// REQUIRED
IsProductListing CatalogProductDetailgetIsProductListingAttributeType `json:"isProductListing"`
// The lifecycle state of the product.
// REQUIRED
LifecycleState CatalogProductDetailGetLifecycleStateAttributeType `json:"lifecycleState"`
// The logo base64 encoded.
// REQUIRED
Logo CatalogProductDetailGetLogoAttributeType `json:"logo"`
// The product name.
// REQUIRED
Name CatalogProductDetailGetNameAttributeType `json:"name"`
// The list of pricing options.
// REQUIRED
PricingOptions CatalogProductDetailGetPricingOptionsAttributeType `json:"pricingOptions"`
// The product ID.
// REQUIRED
ProductId CatalogProductDetailGetProductIdAttributeType `json:"productId"`
// The short summary of the product.
// REQUIRED
Summary CatalogProductDetailGetSummaryAttributeType `json:"summary"`
// The e-mail address for support inquiries.
SupportEmail CatalogProductDetailGetSupportEmailAttributeType `json:"supportEmail,omitempty"`
// The support FAQ URL.
SupportFaq CatalogProductDetailGetSupportFaqAttributeType `json:"supportFaq,omitempty"`
// The phone number for support inquiries.
SupportPhone CatalogProductDetailGetSupportPhoneAttributeType `json:"supportPhone,omitempty"`
// The list of support resources.
SupportResources CatalogProductDetailGetSupportResourcesAttributeType `json:"supportResources,omitempty"`
// REQUIRED
Vendor CatalogProductDetailGetVendorAttributeType `json:"vendor"`
// The list of terms of use.
VendorTerms CatalogProductDetailGetVendorTermsAttributeType `json:"vendorTerms,omitempty"`
// The video URL.
// REQUIRED
VideoUrl CatalogProductDetailGetVideoUrlAttributeType `json:"videoUrl"`
}
CatalogProductDetail struct for CatalogProductDetail
func NewCatalogProductDetail ¶
func NewCatalogProductDetail(deliveryMethod CatalogProductDetailGetDeliveryMethodArgType, description CatalogProductDetailGetDescriptionArgType, documentationUrl CatalogProductDetailGetDocumentationUrlArgType, highlights CatalogProductDetailGetHighlightsArgType, isProductListing CatalogProductDetailgetIsProductListingArgType, lifecycleState CatalogProductDetailGetLifecycleStateArgType, logo CatalogProductDetailGetLogoArgType, name CatalogProductDetailGetNameArgType, pricingOptions CatalogProductDetailGetPricingOptionsArgType, productId CatalogProductDetailGetProductIdArgType, summary CatalogProductDetailGetSummaryArgType, vendor CatalogProductDetailGetVendorArgType, videoUrl CatalogProductDetailGetVideoUrlArgType) *CatalogProductDetail
NewCatalogProductDetail instantiates a new CatalogProductDetail object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCatalogProductDetailWithDefaults ¶
func NewCatalogProductDetailWithDefaults() *CatalogProductDetail
NewCatalogProductDetailWithDefaults instantiates a new CatalogProductDetail object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CatalogProductDetail) GetCategories ¶
func (o *CatalogProductDetail) GetCategories() (res CatalogProductDetailGetCategoriesRetType)
GetCategories returns the Categories field value if set, zero value otherwise.
func (*CatalogProductDetail) GetCategoriesOk ¶
func (o *CatalogProductDetail) GetCategoriesOk() (ret CatalogProductDetailGetCategoriesRetType, ok bool)
GetCategoriesOk returns a tuple with the Categories field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CatalogProductDetail) GetDeliveryMethod ¶
func (o *CatalogProductDetail) GetDeliveryMethod() (ret CatalogProductDetailGetDeliveryMethodRetType)
GetDeliveryMethod returns the DeliveryMethod field value
func (*CatalogProductDetail) GetDeliveryMethodOk ¶
func (o *CatalogProductDetail) GetDeliveryMethodOk() (ret CatalogProductDetailGetDeliveryMethodRetType, ok bool)
GetDeliveryMethodOk returns a tuple with the DeliveryMethod field value and a boolean to check if the value has been set.
func (*CatalogProductDetail) GetDescription ¶
func (o *CatalogProductDetail) GetDescription() (ret CatalogProductDetailGetDescriptionRetType)
GetDescription returns the Description field value
func (*CatalogProductDetail) GetDescriptionOk ¶
func (o *CatalogProductDetail) GetDescriptionOk() (ret CatalogProductDetailGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*CatalogProductDetail) GetDocumentationUrl ¶
func (o *CatalogProductDetail) GetDocumentationUrl() (ret CatalogProductDetailGetDocumentationUrlRetType)
GetDocumentationUrl returns the DocumentationUrl field value
func (*CatalogProductDetail) GetDocumentationUrlOk ¶
func (o *CatalogProductDetail) GetDocumentationUrlOk() (ret CatalogProductDetailGetDocumentationUrlRetType, ok bool)
GetDocumentationUrlOk returns a tuple with the DocumentationUrl field value and a boolean to check if the value has been set.
func (*CatalogProductDetail) GetHighlights ¶
func (o *CatalogProductDetail) GetHighlights() (ret CatalogProductDetailGetHighlightsRetType)
GetHighlights returns the Highlights field value
func (*CatalogProductDetail) GetHighlightsOk ¶
func (o *CatalogProductDetail) GetHighlightsOk() (ret CatalogProductDetailGetHighlightsRetType, ok bool)
GetHighlightsOk returns a tuple with the Highlights field value and a boolean to check if the value has been set.
func (*CatalogProductDetail) GetIsProductListing ¶
func (o *CatalogProductDetail) GetIsProductListing() (ret CatalogProductDetailgetIsProductListingRetType)
GetIsProductListing returns the IsProductListing field value
func (*CatalogProductDetail) GetIsProductListingOk ¶
func (o *CatalogProductDetail) GetIsProductListingOk() (ret CatalogProductDetailgetIsProductListingRetType, ok bool)
GetIsProductListingOk returns a tuple with the IsProductListing field value and a boolean to check if the value has been set.
func (*CatalogProductDetail) GetLifecycleState ¶
func (o *CatalogProductDetail) GetLifecycleState() (ret CatalogProductDetailGetLifecycleStateRetType)
GetLifecycleState returns the LifecycleState field value
func (*CatalogProductDetail) GetLifecycleStateOk ¶
func (o *CatalogProductDetail) GetLifecycleStateOk() (ret CatalogProductDetailGetLifecycleStateRetType, ok bool)
GetLifecycleStateOk returns a tuple with the LifecycleState field value and a boolean to check if the value has been set.
func (*CatalogProductDetail) GetLogo ¶
func (o *CatalogProductDetail) GetLogo() (ret CatalogProductDetailGetLogoRetType)
GetLogo returns the Logo field value
func (*CatalogProductDetail) GetLogoOk ¶
func (o *CatalogProductDetail) GetLogoOk() (ret CatalogProductDetailGetLogoRetType, ok bool)
GetLogoOk returns a tuple with the Logo field value and a boolean to check if the value has been set.
func (*CatalogProductDetail) GetName ¶
func (o *CatalogProductDetail) GetName() (ret CatalogProductDetailGetNameRetType)
GetName returns the Name field value
func (*CatalogProductDetail) GetNameOk ¶
func (o *CatalogProductDetail) GetNameOk() (ret CatalogProductDetailGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CatalogProductDetail) GetPricingOptions ¶
func (o *CatalogProductDetail) GetPricingOptions() (ret CatalogProductDetailGetPricingOptionsRetType)
GetPricingOptions returns the PricingOptions field value
func (*CatalogProductDetail) GetPricingOptionsOk ¶
func (o *CatalogProductDetail) GetPricingOptionsOk() (ret CatalogProductDetailGetPricingOptionsRetType, ok bool)
GetPricingOptionsOk returns a tuple with the PricingOptions field value and a boolean to check if the value has been set.
func (*CatalogProductDetail) GetProductId ¶
func (o *CatalogProductDetail) GetProductId() (ret CatalogProductDetailGetProductIdRetType)
GetProductId returns the ProductId field value
func (*CatalogProductDetail) GetProductIdOk ¶
func (o *CatalogProductDetail) GetProductIdOk() (ret CatalogProductDetailGetProductIdRetType, ok bool)
GetProductIdOk returns a tuple with the ProductId field value and a boolean to check if the value has been set.
func (*CatalogProductDetail) GetSummary ¶
func (o *CatalogProductDetail) GetSummary() (ret CatalogProductDetailGetSummaryRetType)
GetSummary returns the Summary field value
func (*CatalogProductDetail) GetSummaryOk ¶
func (o *CatalogProductDetail) GetSummaryOk() (ret CatalogProductDetailGetSummaryRetType, ok bool)
GetSummaryOk returns a tuple with the Summary field value and a boolean to check if the value has been set.
func (*CatalogProductDetail) GetSupportEmail ¶
func (o *CatalogProductDetail) GetSupportEmail() (res CatalogProductDetailGetSupportEmailRetType)
GetSupportEmail returns the SupportEmail field value if set, zero value otherwise.
func (*CatalogProductDetail) GetSupportEmailOk ¶
func (o *CatalogProductDetail) GetSupportEmailOk() (ret CatalogProductDetailGetSupportEmailRetType, ok bool)
GetSupportEmailOk returns a tuple with the SupportEmail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CatalogProductDetail) GetSupportFaq ¶
func (o *CatalogProductDetail) GetSupportFaq() (res CatalogProductDetailGetSupportFaqRetType)
GetSupportFaq returns the SupportFaq field value if set, zero value otherwise.
func (*CatalogProductDetail) GetSupportFaqOk ¶
func (o *CatalogProductDetail) GetSupportFaqOk() (ret CatalogProductDetailGetSupportFaqRetType, ok bool)
GetSupportFaqOk returns a tuple with the SupportFaq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CatalogProductDetail) GetSupportPhone ¶
func (o *CatalogProductDetail) GetSupportPhone() (res CatalogProductDetailGetSupportPhoneRetType)
GetSupportPhone returns the SupportPhone field value if set, zero value otherwise.
func (*CatalogProductDetail) GetSupportPhoneOk ¶
func (o *CatalogProductDetail) GetSupportPhoneOk() (ret CatalogProductDetailGetSupportPhoneRetType, ok bool)
GetSupportPhoneOk returns a tuple with the SupportPhone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CatalogProductDetail) GetSupportResources ¶
func (o *CatalogProductDetail) GetSupportResources() (res CatalogProductDetailGetSupportResourcesRetType)
GetSupportResources returns the SupportResources field value if set, zero value otherwise.
func (*CatalogProductDetail) GetSupportResourcesOk ¶
func (o *CatalogProductDetail) GetSupportResourcesOk() (ret CatalogProductDetailGetSupportResourcesRetType, ok bool)
GetSupportResourcesOk returns a tuple with the SupportResources field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CatalogProductDetail) GetVendor ¶
func (o *CatalogProductDetail) GetVendor() (ret CatalogProductDetailGetVendorRetType)
GetVendor returns the Vendor field value
func (*CatalogProductDetail) GetVendorOk ¶
func (o *CatalogProductDetail) GetVendorOk() (ret CatalogProductDetailGetVendorRetType, ok bool)
GetVendorOk returns a tuple with the Vendor field value and a boolean to check if the value has been set.
func (*CatalogProductDetail) GetVendorTerms ¶
func (o *CatalogProductDetail) GetVendorTerms() (res CatalogProductDetailGetVendorTermsRetType)
GetVendorTerms returns the VendorTerms field value if set, zero value otherwise.
func (*CatalogProductDetail) GetVendorTermsOk ¶
func (o *CatalogProductDetail) GetVendorTermsOk() (ret CatalogProductDetailGetVendorTermsRetType, ok bool)
GetVendorTermsOk returns a tuple with the VendorTerms field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CatalogProductDetail) GetVideoUrl ¶
func (o *CatalogProductDetail) GetVideoUrl() (ret CatalogProductDetailGetVideoUrlRetType)
GetVideoUrl returns the VideoUrl field value
func (*CatalogProductDetail) GetVideoUrlOk ¶
func (o *CatalogProductDetail) GetVideoUrlOk() (ret CatalogProductDetailGetVideoUrlRetType, ok bool)
GetVideoUrlOk returns a tuple with the VideoUrl field value and a boolean to check if the value has been set.
func (*CatalogProductDetail) HasCategories ¶
func (o *CatalogProductDetail) HasCategories() bool
HasCategories returns a boolean if a field has been set.
func (*CatalogProductDetail) HasSupportEmail ¶
func (o *CatalogProductDetail) HasSupportEmail() bool
HasSupportEmail returns a boolean if a field has been set.
func (*CatalogProductDetail) HasSupportFaq ¶
func (o *CatalogProductDetail) HasSupportFaq() bool
HasSupportFaq returns a boolean if a field has been set.
func (*CatalogProductDetail) HasSupportPhone ¶
func (o *CatalogProductDetail) HasSupportPhone() bool
HasSupportPhone returns a boolean if a field has been set.
func (*CatalogProductDetail) HasSupportResources ¶
func (o *CatalogProductDetail) HasSupportResources() bool
HasSupportResources returns a boolean if a field has been set.
func (*CatalogProductDetail) HasVendorTerms ¶
func (o *CatalogProductDetail) HasVendorTerms() bool
HasVendorTerms returns a boolean if a field has been set.
func (*CatalogProductDetail) SetCategories ¶
func (o *CatalogProductDetail) SetCategories(v CatalogProductDetailGetCategoriesRetType)
SetCategories gets a reference to the given []string and assigns it to the Categories field.
func (*CatalogProductDetail) SetDeliveryMethod ¶
func (o *CatalogProductDetail) SetDeliveryMethod(v CatalogProductDetailGetDeliveryMethodRetType)
SetDeliveryMethod sets field value
func (*CatalogProductDetail) SetDescription ¶
func (o *CatalogProductDetail) SetDescription(v CatalogProductDetailGetDescriptionRetType)
SetDescription sets field value
func (*CatalogProductDetail) SetDocumentationUrl ¶
func (o *CatalogProductDetail) SetDocumentationUrl(v CatalogProductDetailGetDocumentationUrlRetType)
SetDocumentationUrl sets field value
func (*CatalogProductDetail) SetHighlights ¶
func (o *CatalogProductDetail) SetHighlights(v CatalogProductDetailGetHighlightsRetType)
SetHighlights sets field value
func (*CatalogProductDetail) SetIsProductListing ¶
func (o *CatalogProductDetail) SetIsProductListing(v CatalogProductDetailgetIsProductListingRetType)
SetIsProductListing sets field value
func (*CatalogProductDetail) SetLifecycleState ¶
func (o *CatalogProductDetail) SetLifecycleState(v CatalogProductDetailGetLifecycleStateRetType)
SetLifecycleState sets field value
func (*CatalogProductDetail) SetLogo ¶
func (o *CatalogProductDetail) SetLogo(v CatalogProductDetailGetLogoRetType)
SetLogo sets field value
func (*CatalogProductDetail) SetName ¶
func (o *CatalogProductDetail) SetName(v CatalogProductDetailGetNameRetType)
SetName sets field value
func (*CatalogProductDetail) SetPricingOptions ¶
func (o *CatalogProductDetail) SetPricingOptions(v CatalogProductDetailGetPricingOptionsRetType)
SetPricingOptions sets field value
func (*CatalogProductDetail) SetProductId ¶
func (o *CatalogProductDetail) SetProductId(v CatalogProductDetailGetProductIdRetType)
SetProductId sets field value
func (*CatalogProductDetail) SetSummary ¶
func (o *CatalogProductDetail) SetSummary(v CatalogProductDetailGetSummaryRetType)
SetSummary sets field value
func (*CatalogProductDetail) SetSupportEmail ¶
func (o *CatalogProductDetail) SetSupportEmail(v CatalogProductDetailGetSupportEmailRetType)
SetSupportEmail gets a reference to the given string and assigns it to the SupportEmail field.
func (*CatalogProductDetail) SetSupportFaq ¶
func (o *CatalogProductDetail) SetSupportFaq(v CatalogProductDetailGetSupportFaqRetType)
SetSupportFaq gets a reference to the given string and assigns it to the SupportFaq field.
func (*CatalogProductDetail) SetSupportPhone ¶
func (o *CatalogProductDetail) SetSupportPhone(v CatalogProductDetailGetSupportPhoneRetType)
SetSupportPhone gets a reference to the given string and assigns it to the SupportPhone field.
func (*CatalogProductDetail) SetSupportResources ¶
func (o *CatalogProductDetail) SetSupportResources(v CatalogProductDetailGetSupportResourcesRetType)
SetSupportResources gets a reference to the given []CatalogProductSupportResource and assigns it to the SupportResources field.
func (*CatalogProductDetail) SetVendor ¶
func (o *CatalogProductDetail) SetVendor(v CatalogProductDetailGetVendorRetType)
SetVendor sets field value
func (*CatalogProductDetail) SetVendorTerms ¶
func (o *CatalogProductDetail) SetVendorTerms(v CatalogProductDetailGetVendorTermsRetType)
SetVendorTerms gets a reference to the given []CatalogProductVendorTerms and assigns it to the VendorTerms field.
func (*CatalogProductDetail) SetVideoUrl ¶
func (o *CatalogProductDetail) SetVideoUrl(v CatalogProductDetailGetVideoUrlRetType)
SetVideoUrl sets field value
func (CatalogProductDetail) ToMap ¶
func (o CatalogProductDetail) ToMap() (map[string]interface{}, error)
type CatalogProductDetailGetCategoriesArgType ¶ added in v0.3.1
type CatalogProductDetailGetCategoriesArgType = []string
type CatalogProductDetailGetCategoriesAttributeType ¶ added in v0.3.1
type CatalogProductDetailGetCategoriesAttributeType = *[]string
isArray
type CatalogProductDetailGetCategoriesRetType ¶ added in v0.3.1
type CatalogProductDetailGetCategoriesRetType = []string
type CatalogProductDetailGetDeliveryMethodArgType ¶ added in v0.3.1
type CatalogProductDetailGetDeliveryMethodArgType = string
type CatalogProductDetailGetDeliveryMethodAttributeType ¶ added in v0.3.1
type CatalogProductDetailGetDeliveryMethodAttributeType = *string
isEnumRef
type CatalogProductDetailGetDeliveryMethodRetType ¶ added in v0.3.1
type CatalogProductDetailGetDeliveryMethodRetType = string
type CatalogProductDetailGetDescriptionArgType ¶ added in v0.3.1
type CatalogProductDetailGetDescriptionArgType = string
type CatalogProductDetailGetDescriptionAttributeType ¶ added in v0.3.1
type CatalogProductDetailGetDescriptionAttributeType = *string
isNotNullableString
type CatalogProductDetailGetDescriptionRetType ¶ added in v0.3.1
type CatalogProductDetailGetDescriptionRetType = string
type CatalogProductDetailGetDocumentationUrlArgType ¶ added in v0.3.1
type CatalogProductDetailGetDocumentationUrlArgType = string
type CatalogProductDetailGetDocumentationUrlAttributeType ¶ added in v0.3.1
type CatalogProductDetailGetDocumentationUrlAttributeType = *string
isNotNullableString
type CatalogProductDetailGetDocumentationUrlRetType ¶ added in v0.3.1
type CatalogProductDetailGetDocumentationUrlRetType = string
type CatalogProductDetailGetHighlightsArgType ¶ added in v0.3.1
type CatalogProductDetailGetHighlightsArgType = []CatalogProductHighlight
type CatalogProductDetailGetHighlightsAttributeType ¶ added in v0.3.1
type CatalogProductDetailGetHighlightsAttributeType = *[]CatalogProductHighlight
isArray
type CatalogProductDetailGetHighlightsRetType ¶ added in v0.3.1
type CatalogProductDetailGetHighlightsRetType = []CatalogProductHighlight
type CatalogProductDetailGetLifecycleStateArgType ¶ added in v0.3.1
type CatalogProductDetailGetLifecycleStateArgType = string
type CatalogProductDetailGetLifecycleStateAttributeType ¶ added in v0.3.1
type CatalogProductDetailGetLifecycleStateAttributeType = *string
isEnumRef
type CatalogProductDetailGetLifecycleStateRetType ¶ added in v0.3.1
type CatalogProductDetailGetLifecycleStateRetType = string
type CatalogProductDetailGetLogoArgType ¶ added in v0.3.1
type CatalogProductDetailGetLogoArgType = string
type CatalogProductDetailGetLogoAttributeType ¶ added in v0.3.1
type CatalogProductDetailGetLogoAttributeType = *string
isNotNullableString
type CatalogProductDetailGetLogoRetType ¶ added in v0.3.1
type CatalogProductDetailGetLogoRetType = string
type CatalogProductDetailGetNameArgType ¶ added in v0.3.1
type CatalogProductDetailGetNameArgType = string
type CatalogProductDetailGetNameAttributeType ¶ added in v0.3.1
type CatalogProductDetailGetNameAttributeType = *string
isNotNullableString
type CatalogProductDetailGetNameRetType ¶ added in v0.3.1
type CatalogProductDetailGetNameRetType = string
type CatalogProductDetailGetPricingOptionsArgType ¶ added in v0.3.1
type CatalogProductDetailGetPricingOptionsArgType = []CatalogProductPricingOption
type CatalogProductDetailGetPricingOptionsAttributeType ¶ added in v0.3.1
type CatalogProductDetailGetPricingOptionsAttributeType = *[]CatalogProductPricingOption
isArray
type CatalogProductDetailGetPricingOptionsRetType ¶ added in v0.3.1
type CatalogProductDetailGetPricingOptionsRetType = []CatalogProductPricingOption
type CatalogProductDetailGetProductIdArgType ¶ added in v0.3.1
type CatalogProductDetailGetProductIdArgType = string
type CatalogProductDetailGetProductIdAttributeType ¶ added in v0.3.1
type CatalogProductDetailGetProductIdAttributeType = *string
isNotNullableString
type CatalogProductDetailGetProductIdRetType ¶ added in v0.3.1
type CatalogProductDetailGetProductIdRetType = string
type CatalogProductDetailGetSummaryArgType ¶ added in v0.3.1
type CatalogProductDetailGetSummaryArgType = string
type CatalogProductDetailGetSummaryAttributeType ¶ added in v0.3.1
type CatalogProductDetailGetSummaryAttributeType = *string
isNotNullableString
type CatalogProductDetailGetSummaryRetType ¶ added in v0.3.1
type CatalogProductDetailGetSummaryRetType = string
type CatalogProductDetailGetSupportEmailArgType ¶ added in v0.3.1
type CatalogProductDetailGetSupportEmailArgType = string
type CatalogProductDetailGetSupportEmailAttributeType ¶ added in v0.3.1
type CatalogProductDetailGetSupportEmailAttributeType = *string
isNotNullableString
type CatalogProductDetailGetSupportEmailRetType ¶ added in v0.3.1
type CatalogProductDetailGetSupportEmailRetType = string
type CatalogProductDetailGetSupportFaqArgType ¶ added in v0.3.1
type CatalogProductDetailGetSupportFaqArgType = string
type CatalogProductDetailGetSupportFaqAttributeType ¶ added in v0.3.1
type CatalogProductDetailGetSupportFaqAttributeType = *string
isNotNullableString
type CatalogProductDetailGetSupportFaqRetType ¶ added in v0.3.1
type CatalogProductDetailGetSupportFaqRetType = string
type CatalogProductDetailGetSupportPhoneArgType ¶ added in v0.3.1
type CatalogProductDetailGetSupportPhoneArgType = string
type CatalogProductDetailGetSupportPhoneAttributeType ¶ added in v0.3.1
type CatalogProductDetailGetSupportPhoneAttributeType = *string
isNotNullableString
type CatalogProductDetailGetSupportPhoneRetType ¶ added in v0.3.1
type CatalogProductDetailGetSupportPhoneRetType = string
type CatalogProductDetailGetSupportResourcesArgType ¶ added in v0.3.1
type CatalogProductDetailGetSupportResourcesArgType = []CatalogProductSupportResource
type CatalogProductDetailGetSupportResourcesAttributeType ¶ added in v0.3.1
type CatalogProductDetailGetSupportResourcesAttributeType = *[]CatalogProductSupportResource
isArray
type CatalogProductDetailGetSupportResourcesRetType ¶ added in v0.3.1
type CatalogProductDetailGetSupportResourcesRetType = []CatalogProductSupportResource
type CatalogProductDetailGetVendorArgType ¶ added in v0.3.1
type CatalogProductDetailGetVendorArgType = CatalogProductDetailsVendor
type CatalogProductDetailGetVendorAttributeType ¶ added in v0.3.1
type CatalogProductDetailGetVendorAttributeType = *CatalogProductDetailsVendor
isModel
type CatalogProductDetailGetVendorRetType ¶ added in v0.3.1
type CatalogProductDetailGetVendorRetType = CatalogProductDetailsVendor
type CatalogProductDetailGetVendorTermsArgType ¶ added in v0.3.1
type CatalogProductDetailGetVendorTermsArgType = []CatalogProductVendorTerms
type CatalogProductDetailGetVendorTermsAttributeType ¶ added in v0.3.1
type CatalogProductDetailGetVendorTermsAttributeType = *[]CatalogProductVendorTerms
isArray
type CatalogProductDetailGetVendorTermsRetType ¶ added in v0.3.1
type CatalogProductDetailGetVendorTermsRetType = []CatalogProductVendorTerms
type CatalogProductDetailGetVideoUrlArgType ¶ added in v0.3.1
type CatalogProductDetailGetVideoUrlArgType = string
type CatalogProductDetailGetVideoUrlAttributeType ¶ added in v0.3.1
type CatalogProductDetailGetVideoUrlAttributeType = *string
isNotNullableString
type CatalogProductDetailGetVideoUrlRetType ¶ added in v0.3.1
type CatalogProductDetailGetVideoUrlRetType = string
type CatalogProductDetailgetIsProductListingArgType ¶ added in v0.3.1
type CatalogProductDetailgetIsProductListingArgType = bool
type CatalogProductDetailgetIsProductListingAttributeType ¶ added in v0.3.1
type CatalogProductDetailgetIsProductListingAttributeType = *bool
isBoolean
type CatalogProductDetailgetIsProductListingRetType ¶ added in v0.3.1
type CatalogProductDetailgetIsProductListingRetType = bool
type CatalogProductDetailsVendor ¶
type CatalogProductDetailsVendor struct {
// The vendor description.
// REQUIRED
Description CatalogProductDetailsVendorGetDescriptionAttributeType `json:"description"`
// The vendor logo base64 encoded.
// REQUIRED
Logo CatalogProductDetailsVendorGetLogoAttributeType `json:"logo"`
// The vendor name.
// REQUIRED
Name CatalogProductDetailsVendorGetNameAttributeType `json:"name"`
// The vendor ID.
// REQUIRED
VendorId CatalogProductDetailsVendorGetVendorIdAttributeType `json:"vendorId"`
// The vendor video URL.
// REQUIRED
VideoUrl CatalogProductDetailsVendorGetVideoUrlAttributeType `json:"videoUrl"`
// The vendor website URL.
// REQUIRED
WebsiteUrl CatalogProductDetailsVendorGetWebsiteUrlAttributeType `json:"websiteUrl"`
}
CatalogProductDetailsVendor struct for CatalogProductDetailsVendor
func NewCatalogProductDetailsVendor ¶
func NewCatalogProductDetailsVendor(description CatalogProductDetailsVendorGetDescriptionArgType, logo CatalogProductDetailsVendorGetLogoArgType, name CatalogProductDetailsVendorGetNameArgType, vendorId CatalogProductDetailsVendorGetVendorIdArgType, videoUrl CatalogProductDetailsVendorGetVideoUrlArgType, websiteUrl CatalogProductDetailsVendorGetWebsiteUrlArgType) *CatalogProductDetailsVendor
NewCatalogProductDetailsVendor instantiates a new CatalogProductDetailsVendor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCatalogProductDetailsVendorWithDefaults ¶
func NewCatalogProductDetailsVendorWithDefaults() *CatalogProductDetailsVendor
NewCatalogProductDetailsVendorWithDefaults instantiates a new CatalogProductDetailsVendor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CatalogProductDetailsVendor) GetDescription ¶
func (o *CatalogProductDetailsVendor) GetDescription() (ret CatalogProductDetailsVendorGetDescriptionRetType)
GetDescription returns the Description field value
func (*CatalogProductDetailsVendor) GetDescriptionOk ¶
func (o *CatalogProductDetailsVendor) GetDescriptionOk() (ret CatalogProductDetailsVendorGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*CatalogProductDetailsVendor) GetLogo ¶
func (o *CatalogProductDetailsVendor) GetLogo() (ret CatalogProductDetailsVendorGetLogoRetType)
GetLogo returns the Logo field value
func (*CatalogProductDetailsVendor) GetLogoOk ¶
func (o *CatalogProductDetailsVendor) GetLogoOk() (ret CatalogProductDetailsVendorGetLogoRetType, ok bool)
GetLogoOk returns a tuple with the Logo field value and a boolean to check if the value has been set.
func (*CatalogProductDetailsVendor) GetName ¶
func (o *CatalogProductDetailsVendor) GetName() (ret CatalogProductDetailsVendorGetNameRetType)
GetName returns the Name field value
func (*CatalogProductDetailsVendor) GetNameOk ¶
func (o *CatalogProductDetailsVendor) GetNameOk() (ret CatalogProductDetailsVendorGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CatalogProductDetailsVendor) GetVendorId ¶
func (o *CatalogProductDetailsVendor) GetVendorId() (ret CatalogProductDetailsVendorGetVendorIdRetType)
GetVendorId returns the VendorId field value
func (*CatalogProductDetailsVendor) GetVendorIdOk ¶
func (o *CatalogProductDetailsVendor) GetVendorIdOk() (ret CatalogProductDetailsVendorGetVendorIdRetType, ok bool)
GetVendorIdOk returns a tuple with the VendorId field value and a boolean to check if the value has been set.
func (*CatalogProductDetailsVendor) GetVideoUrl ¶
func (o *CatalogProductDetailsVendor) GetVideoUrl() (ret CatalogProductDetailsVendorGetVideoUrlRetType)
GetVideoUrl returns the VideoUrl field value
func (*CatalogProductDetailsVendor) GetVideoUrlOk ¶
func (o *CatalogProductDetailsVendor) GetVideoUrlOk() (ret CatalogProductDetailsVendorGetVideoUrlRetType, ok bool)
GetVideoUrlOk returns a tuple with the VideoUrl field value and a boolean to check if the value has been set.
func (*CatalogProductDetailsVendor) GetWebsiteUrl ¶
func (o *CatalogProductDetailsVendor) GetWebsiteUrl() (ret CatalogProductDetailsVendorGetWebsiteUrlRetType)
GetWebsiteUrl returns the WebsiteUrl field value
func (*CatalogProductDetailsVendor) GetWebsiteUrlOk ¶
func (o *CatalogProductDetailsVendor) GetWebsiteUrlOk() (ret CatalogProductDetailsVendorGetWebsiteUrlRetType, ok bool)
GetWebsiteUrlOk returns a tuple with the WebsiteUrl field value and a boolean to check if the value has been set.
func (*CatalogProductDetailsVendor) SetDescription ¶
func (o *CatalogProductDetailsVendor) SetDescription(v CatalogProductDetailsVendorGetDescriptionRetType)
SetDescription sets field value
func (*CatalogProductDetailsVendor) SetLogo ¶
func (o *CatalogProductDetailsVendor) SetLogo(v CatalogProductDetailsVendorGetLogoRetType)
SetLogo sets field value
func (*CatalogProductDetailsVendor) SetName ¶
func (o *CatalogProductDetailsVendor) SetName(v CatalogProductDetailsVendorGetNameRetType)
SetName sets field value
func (*CatalogProductDetailsVendor) SetVendorId ¶
func (o *CatalogProductDetailsVendor) SetVendorId(v CatalogProductDetailsVendorGetVendorIdRetType)
SetVendorId sets field value
func (*CatalogProductDetailsVendor) SetVideoUrl ¶
func (o *CatalogProductDetailsVendor) SetVideoUrl(v CatalogProductDetailsVendorGetVideoUrlRetType)
SetVideoUrl sets field value
func (*CatalogProductDetailsVendor) SetWebsiteUrl ¶
func (o *CatalogProductDetailsVendor) SetWebsiteUrl(v CatalogProductDetailsVendorGetWebsiteUrlRetType)
SetWebsiteUrl sets field value
func (CatalogProductDetailsVendor) ToMap ¶
func (o CatalogProductDetailsVendor) ToMap() (map[string]interface{}, error)
type CatalogProductDetailsVendorGetDescriptionArgType ¶ added in v0.3.1
type CatalogProductDetailsVendorGetDescriptionArgType = string
type CatalogProductDetailsVendorGetDescriptionAttributeType ¶ added in v0.3.1
type CatalogProductDetailsVendorGetDescriptionAttributeType = *string
isNotNullableString
type CatalogProductDetailsVendorGetDescriptionRetType ¶ added in v0.3.1
type CatalogProductDetailsVendorGetDescriptionRetType = string
type CatalogProductDetailsVendorGetLogoArgType ¶ added in v0.3.1
type CatalogProductDetailsVendorGetLogoArgType = string
type CatalogProductDetailsVendorGetLogoAttributeType ¶ added in v0.3.1
type CatalogProductDetailsVendorGetLogoAttributeType = *string
isNotNullableString
type CatalogProductDetailsVendorGetLogoRetType ¶ added in v0.3.1
type CatalogProductDetailsVendorGetLogoRetType = string
type CatalogProductDetailsVendorGetNameArgType ¶ added in v0.3.1
type CatalogProductDetailsVendorGetNameArgType = string
type CatalogProductDetailsVendorGetNameAttributeType ¶ added in v0.3.1
type CatalogProductDetailsVendorGetNameAttributeType = *string
isNotNullableString
type CatalogProductDetailsVendorGetNameRetType ¶ added in v0.3.1
type CatalogProductDetailsVendorGetNameRetType = string
type CatalogProductDetailsVendorGetVendorIdArgType ¶ added in v0.3.1
type CatalogProductDetailsVendorGetVendorIdArgType = string
type CatalogProductDetailsVendorGetVendorIdAttributeType ¶ added in v0.3.1
type CatalogProductDetailsVendorGetVendorIdAttributeType = *string
isNotNullableString
type CatalogProductDetailsVendorGetVendorIdRetType ¶ added in v0.3.1
type CatalogProductDetailsVendorGetVendorIdRetType = string
type CatalogProductDetailsVendorGetVideoUrlArgType ¶ added in v0.3.1
type CatalogProductDetailsVendorGetVideoUrlArgType = string
type CatalogProductDetailsVendorGetVideoUrlAttributeType ¶ added in v0.3.1
type CatalogProductDetailsVendorGetVideoUrlAttributeType = *string
isNotNullableString
type CatalogProductDetailsVendorGetVideoUrlRetType ¶ added in v0.3.1
type CatalogProductDetailsVendorGetVideoUrlRetType = string
type CatalogProductDetailsVendorGetWebsiteUrlArgType ¶ added in v0.3.1
type CatalogProductDetailsVendorGetWebsiteUrlArgType = string
type CatalogProductDetailsVendorGetWebsiteUrlAttributeType ¶ added in v0.3.1
type CatalogProductDetailsVendorGetWebsiteUrlAttributeType = *string
isNotNullableString
type CatalogProductDetailsVendorGetWebsiteUrlRetType ¶ added in v0.3.1
type CatalogProductDetailsVendorGetWebsiteUrlRetType = string
type CatalogProductHighlight ¶
type CatalogProductHighlight struct {
// The highlight content.
HighlightContent CatalogProductHighlightGetHighlightContentAttributeType `json:"highlightContent,omitempty"`
// The highlight icon.
HighlightIcon CatalogProductHighlightGetHighlightIconAttributeType `json:"highlightIcon,omitempty"`
// The highlight title.
HighlightTitle CatalogProductHighlightGetHighlightTitleAttributeType `json:"highlightTitle,omitempty"`
}
CatalogProductHighlight struct for CatalogProductHighlight
func NewCatalogProductHighlight ¶
func NewCatalogProductHighlight() *CatalogProductHighlight
NewCatalogProductHighlight instantiates a new CatalogProductHighlight object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCatalogProductHighlightWithDefaults ¶
func NewCatalogProductHighlightWithDefaults() *CatalogProductHighlight
NewCatalogProductHighlightWithDefaults instantiates a new CatalogProductHighlight object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CatalogProductHighlight) GetHighlightContent ¶
func (o *CatalogProductHighlight) GetHighlightContent() (res CatalogProductHighlightGetHighlightContentRetType)
GetHighlightContent returns the HighlightContent field value if set, zero value otherwise.
func (*CatalogProductHighlight) GetHighlightContentOk ¶
func (o *CatalogProductHighlight) GetHighlightContentOk() (ret CatalogProductHighlightGetHighlightContentRetType, ok bool)
GetHighlightContentOk returns a tuple with the HighlightContent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CatalogProductHighlight) GetHighlightIcon ¶
func (o *CatalogProductHighlight) GetHighlightIcon() (res CatalogProductHighlightGetHighlightIconRetType)
GetHighlightIcon returns the HighlightIcon field value if set, zero value otherwise.
func (*CatalogProductHighlight) GetHighlightIconOk ¶
func (o *CatalogProductHighlight) GetHighlightIconOk() (ret CatalogProductHighlightGetHighlightIconRetType, ok bool)
GetHighlightIconOk returns a tuple with the HighlightIcon field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CatalogProductHighlight) GetHighlightTitle ¶
func (o *CatalogProductHighlight) GetHighlightTitle() (res CatalogProductHighlightGetHighlightTitleRetType)
GetHighlightTitle returns the HighlightTitle field value if set, zero value otherwise.
func (*CatalogProductHighlight) GetHighlightTitleOk ¶
func (o *CatalogProductHighlight) GetHighlightTitleOk() (ret CatalogProductHighlightGetHighlightTitleRetType, ok bool)
GetHighlightTitleOk returns a tuple with the HighlightTitle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CatalogProductHighlight) HasHighlightContent ¶
func (o *CatalogProductHighlight) HasHighlightContent() bool
HasHighlightContent returns a boolean if a field has been set.
func (*CatalogProductHighlight) HasHighlightIcon ¶
func (o *CatalogProductHighlight) HasHighlightIcon() bool
HasHighlightIcon returns a boolean if a field has been set.
func (*CatalogProductHighlight) HasHighlightTitle ¶
func (o *CatalogProductHighlight) HasHighlightTitle() bool
HasHighlightTitle returns a boolean if a field has been set.
func (*CatalogProductHighlight) SetHighlightContent ¶
func (o *CatalogProductHighlight) SetHighlightContent(v CatalogProductHighlightGetHighlightContentRetType)
SetHighlightContent gets a reference to the given string and assigns it to the HighlightContent field.
func (*CatalogProductHighlight) SetHighlightIcon ¶
func (o *CatalogProductHighlight) SetHighlightIcon(v CatalogProductHighlightGetHighlightIconRetType)
SetHighlightIcon gets a reference to the given string and assigns it to the HighlightIcon field.
func (*CatalogProductHighlight) SetHighlightTitle ¶
func (o *CatalogProductHighlight) SetHighlightTitle(v CatalogProductHighlightGetHighlightTitleRetType)
SetHighlightTitle gets a reference to the given string and assigns it to the HighlightTitle field.
func (CatalogProductHighlight) ToMap ¶
func (o CatalogProductHighlight) ToMap() (map[string]interface{}, error)
type CatalogProductHighlightGetHighlightContentArgType ¶ added in v0.3.1
type CatalogProductHighlightGetHighlightContentArgType = string
type CatalogProductHighlightGetHighlightContentAttributeType ¶ added in v0.3.1
type CatalogProductHighlightGetHighlightContentAttributeType = *string
isNotNullableString
type CatalogProductHighlightGetHighlightContentRetType ¶ added in v0.3.1
type CatalogProductHighlightGetHighlightContentRetType = string
type CatalogProductHighlightGetHighlightIconArgType ¶ added in v0.3.1
type CatalogProductHighlightGetHighlightIconArgType = string
type CatalogProductHighlightGetHighlightIconAttributeType ¶ added in v0.3.1
type CatalogProductHighlightGetHighlightIconAttributeType = *string
isNotNullableString
type CatalogProductHighlightGetHighlightIconRetType ¶ added in v0.3.1
type CatalogProductHighlightGetHighlightIconRetType = string
type CatalogProductHighlightGetHighlightTitleArgType ¶ added in v0.3.1
type CatalogProductHighlightGetHighlightTitleArgType = string
type CatalogProductHighlightGetHighlightTitleAttributeType ¶ added in v0.3.1
type CatalogProductHighlightGetHighlightTitleAttributeType = *string
isNotNullableString
type CatalogProductHighlightGetHighlightTitleRetType ¶ added in v0.3.1
type CatalogProductHighlightGetHighlightTitleRetType = string
type CatalogProductOverview ¶
type CatalogProductOverview struct {
// The product type. For reference: SAAS - Software as a Service, SAI - STACKIT Application Image
// REQUIRED
DeliveryMethod CatalogProductOverviewGetDeliveryMethodAttributeType `json:"deliveryMethod"`
// The lifecycle state of the product.
// REQUIRED
LifecycleState CatalogProductOverviewGetLifecycleStateAttributeType `json:"lifecycleState"`
// The logo base64 encoded.
Logo CatalogProductOverviewGetLogoAttributeType `json:"logo,omitempty"`
// The product name.
// REQUIRED
Name CatalogProductOverviewGetNameAttributeType `json:"name"`
// The product ID.
// REQUIRED
ProductId CatalogProductOverviewGetProductIdAttributeType `json:"productId"`
// The short summary of the product.
// REQUIRED
Summary CatalogProductOverviewGetSummaryAttributeType `json:"summary"`
// REQUIRED
Vendor CatalogProductOverviewGetVendorAttributeType `json:"vendor"`
}
CatalogProductOverview struct for CatalogProductOverview
func NewCatalogProductOverview ¶
func NewCatalogProductOverview(deliveryMethod CatalogProductOverviewGetDeliveryMethodArgType, lifecycleState CatalogProductOverviewGetLifecycleStateArgType, name CatalogProductOverviewGetNameArgType, productId CatalogProductOverviewGetProductIdArgType, summary CatalogProductOverviewGetSummaryArgType, vendor CatalogProductOverviewGetVendorArgType) *CatalogProductOverview
NewCatalogProductOverview instantiates a new CatalogProductOverview object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCatalogProductOverviewWithDefaults ¶
func NewCatalogProductOverviewWithDefaults() *CatalogProductOverview
NewCatalogProductOverviewWithDefaults instantiates a new CatalogProductOverview object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CatalogProductOverview) GetDeliveryMethod ¶
func (o *CatalogProductOverview) GetDeliveryMethod() (ret CatalogProductOverviewGetDeliveryMethodRetType)
GetDeliveryMethod returns the DeliveryMethod field value
func (*CatalogProductOverview) GetDeliveryMethodOk ¶
func (o *CatalogProductOverview) GetDeliveryMethodOk() (ret CatalogProductOverviewGetDeliveryMethodRetType, ok bool)
GetDeliveryMethodOk returns a tuple with the DeliveryMethod field value and a boolean to check if the value has been set.
func (*CatalogProductOverview) GetLifecycleState ¶
func (o *CatalogProductOverview) GetLifecycleState() (ret CatalogProductOverviewGetLifecycleStateRetType)
GetLifecycleState returns the LifecycleState field value
func (*CatalogProductOverview) GetLifecycleStateOk ¶
func (o *CatalogProductOverview) GetLifecycleStateOk() (ret CatalogProductOverviewGetLifecycleStateRetType, ok bool)
GetLifecycleStateOk returns a tuple with the LifecycleState field value and a boolean to check if the value has been set.
func (*CatalogProductOverview) GetLogo ¶
func (o *CatalogProductOverview) GetLogo() (res CatalogProductOverviewGetLogoRetType)
GetLogo returns the Logo field value if set, zero value otherwise.
func (*CatalogProductOverview) GetLogoOk ¶
func (o *CatalogProductOverview) GetLogoOk() (ret CatalogProductOverviewGetLogoRetType, ok bool)
GetLogoOk returns a tuple with the Logo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CatalogProductOverview) GetName ¶
func (o *CatalogProductOverview) GetName() (ret CatalogProductOverviewGetNameRetType)
GetName returns the Name field value
func (*CatalogProductOverview) GetNameOk ¶
func (o *CatalogProductOverview) GetNameOk() (ret CatalogProductOverviewGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CatalogProductOverview) GetProductId ¶
func (o *CatalogProductOverview) GetProductId() (ret CatalogProductOverviewGetProductIdRetType)
GetProductId returns the ProductId field value
func (*CatalogProductOverview) GetProductIdOk ¶
func (o *CatalogProductOverview) GetProductIdOk() (ret CatalogProductOverviewGetProductIdRetType, ok bool)
GetProductIdOk returns a tuple with the ProductId field value and a boolean to check if the value has been set.
func (*CatalogProductOverview) GetSummary ¶
func (o *CatalogProductOverview) GetSummary() (ret CatalogProductOverviewGetSummaryRetType)
GetSummary returns the Summary field value
func (*CatalogProductOverview) GetSummaryOk ¶
func (o *CatalogProductOverview) GetSummaryOk() (ret CatalogProductOverviewGetSummaryRetType, ok bool)
GetSummaryOk returns a tuple with the Summary field value and a boolean to check if the value has been set.
func (*CatalogProductOverview) GetVendor ¶
func (o *CatalogProductOverview) GetVendor() (ret CatalogProductOverviewGetVendorRetType)
GetVendor returns the Vendor field value
func (*CatalogProductOverview) GetVendorOk ¶
func (o *CatalogProductOverview) GetVendorOk() (ret CatalogProductOverviewGetVendorRetType, ok bool)
GetVendorOk returns a tuple with the Vendor field value and a boolean to check if the value has been set.
func (*CatalogProductOverview) HasLogo ¶
func (o *CatalogProductOverview) HasLogo() bool
HasLogo returns a boolean if a field has been set.
func (*CatalogProductOverview) SetDeliveryMethod ¶
func (o *CatalogProductOverview) SetDeliveryMethod(v CatalogProductOverviewGetDeliveryMethodRetType)
SetDeliveryMethod sets field value
func (*CatalogProductOverview) SetLifecycleState ¶
func (o *CatalogProductOverview) SetLifecycleState(v CatalogProductOverviewGetLifecycleStateRetType)
SetLifecycleState sets field value
func (*CatalogProductOverview) SetLogo ¶
func (o *CatalogProductOverview) SetLogo(v CatalogProductOverviewGetLogoRetType)
SetLogo gets a reference to the given string and assigns it to the Logo field.
func (*CatalogProductOverview) SetName ¶
func (o *CatalogProductOverview) SetName(v CatalogProductOverviewGetNameRetType)
SetName sets field value
func (*CatalogProductOverview) SetProductId ¶
func (o *CatalogProductOverview) SetProductId(v CatalogProductOverviewGetProductIdRetType)
SetProductId sets field value
func (*CatalogProductOverview) SetSummary ¶
func (o *CatalogProductOverview) SetSummary(v CatalogProductOverviewGetSummaryRetType)
SetSummary sets field value
func (*CatalogProductOverview) SetVendor ¶
func (o *CatalogProductOverview) SetVendor(v CatalogProductOverviewGetVendorRetType)
SetVendor sets field value
func (CatalogProductOverview) ToMap ¶
func (o CatalogProductOverview) ToMap() (map[string]interface{}, error)
type CatalogProductOverviewGetDeliveryMethodArgType ¶ added in v0.3.1
type CatalogProductOverviewGetDeliveryMethodArgType = string
type CatalogProductOverviewGetDeliveryMethodAttributeType ¶ added in v0.3.1
type CatalogProductOverviewGetDeliveryMethodAttributeType = *string
isEnumRef
type CatalogProductOverviewGetDeliveryMethodRetType ¶ added in v0.3.1
type CatalogProductOverviewGetDeliveryMethodRetType = string
type CatalogProductOverviewGetLifecycleStateArgType ¶ added in v0.3.1
type CatalogProductOverviewGetLifecycleStateArgType = string
type CatalogProductOverviewGetLifecycleStateAttributeType ¶ added in v0.3.1
type CatalogProductOverviewGetLifecycleStateAttributeType = *string
isEnumRef
type CatalogProductOverviewGetLifecycleStateRetType ¶ added in v0.3.1
type CatalogProductOverviewGetLifecycleStateRetType = string
type CatalogProductOverviewGetLogoArgType ¶ added in v0.3.1
type CatalogProductOverviewGetLogoArgType = string
type CatalogProductOverviewGetLogoAttributeType ¶ added in v0.3.1
type CatalogProductOverviewGetLogoAttributeType = *string
isNotNullableString
type CatalogProductOverviewGetLogoRetType ¶ added in v0.3.1
type CatalogProductOverviewGetLogoRetType = string
type CatalogProductOverviewGetNameArgType ¶ added in v0.3.1
type CatalogProductOverviewGetNameArgType = string
type CatalogProductOverviewGetNameAttributeType ¶ added in v0.3.1
type CatalogProductOverviewGetNameAttributeType = *string
isNotNullableString
type CatalogProductOverviewGetNameRetType ¶ added in v0.3.1
type CatalogProductOverviewGetNameRetType = string
type CatalogProductOverviewGetProductIdArgType ¶ added in v0.3.1
type CatalogProductOverviewGetProductIdArgType = string
type CatalogProductOverviewGetProductIdAttributeType ¶ added in v0.3.1
type CatalogProductOverviewGetProductIdAttributeType = *string
isNotNullableString
type CatalogProductOverviewGetProductIdRetType ¶ added in v0.3.1
type CatalogProductOverviewGetProductIdRetType = string
type CatalogProductOverviewGetSummaryArgType ¶ added in v0.3.1
type CatalogProductOverviewGetSummaryArgType = string
type CatalogProductOverviewGetSummaryAttributeType ¶ added in v0.3.1
type CatalogProductOverviewGetSummaryAttributeType = *string
isNotNullableString
type CatalogProductOverviewGetSummaryRetType ¶ added in v0.3.1
type CatalogProductOverviewGetSummaryRetType = string
type CatalogProductOverviewGetVendorArgType ¶ added in v0.3.1
type CatalogProductOverviewGetVendorArgType = CatalogProductOverviewVendor
type CatalogProductOverviewGetVendorAttributeType ¶ added in v0.3.1
type CatalogProductOverviewGetVendorAttributeType = *CatalogProductOverviewVendor
isModel
type CatalogProductOverviewGetVendorRetType ¶ added in v0.3.1
type CatalogProductOverviewGetVendorRetType = CatalogProductOverviewVendor
type CatalogProductOverviewVendor ¶
type CatalogProductOverviewVendor struct {
// The vendor name.
// REQUIRED
Name CatalogProductOverviewVendorGetNameAttributeType `json:"name"`
// The vendor ID.
// REQUIRED
VendorId CatalogProductOverviewVendorGetVendorIdAttributeType `json:"vendorId"`
// The vendor website URL.
// REQUIRED
WebsiteUrl CatalogProductOverviewVendorGetWebsiteUrlAttributeType `json:"websiteUrl"`
}
CatalogProductOverviewVendor struct for CatalogProductOverviewVendor
func NewCatalogProductOverviewVendor ¶
func NewCatalogProductOverviewVendor(name CatalogProductOverviewVendorGetNameArgType, vendorId CatalogProductOverviewVendorGetVendorIdArgType, websiteUrl CatalogProductOverviewVendorGetWebsiteUrlArgType) *CatalogProductOverviewVendor
NewCatalogProductOverviewVendor instantiates a new CatalogProductOverviewVendor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCatalogProductOverviewVendorWithDefaults ¶
func NewCatalogProductOverviewVendorWithDefaults() *CatalogProductOverviewVendor
NewCatalogProductOverviewVendorWithDefaults instantiates a new CatalogProductOverviewVendor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CatalogProductOverviewVendor) GetName ¶
func (o *CatalogProductOverviewVendor) GetName() (ret CatalogProductOverviewVendorGetNameRetType)
GetName returns the Name field value
func (*CatalogProductOverviewVendor) GetNameOk ¶
func (o *CatalogProductOverviewVendor) GetNameOk() (ret CatalogProductOverviewVendorGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CatalogProductOverviewVendor) GetVendorId ¶
func (o *CatalogProductOverviewVendor) GetVendorId() (ret CatalogProductOverviewVendorGetVendorIdRetType)
GetVendorId returns the VendorId field value
func (*CatalogProductOverviewVendor) GetVendorIdOk ¶
func (o *CatalogProductOverviewVendor) GetVendorIdOk() (ret CatalogProductOverviewVendorGetVendorIdRetType, ok bool)
GetVendorIdOk returns a tuple with the VendorId field value and a boolean to check if the value has been set.
func (*CatalogProductOverviewVendor) GetWebsiteUrl ¶
func (o *CatalogProductOverviewVendor) GetWebsiteUrl() (ret CatalogProductOverviewVendorGetWebsiteUrlRetType)
GetWebsiteUrl returns the WebsiteUrl field value
func (*CatalogProductOverviewVendor) GetWebsiteUrlOk ¶
func (o *CatalogProductOverviewVendor) GetWebsiteUrlOk() (ret CatalogProductOverviewVendorGetWebsiteUrlRetType, ok bool)
GetWebsiteUrlOk returns a tuple with the WebsiteUrl field value and a boolean to check if the value has been set.
func (*CatalogProductOverviewVendor) SetName ¶
func (o *CatalogProductOverviewVendor) SetName(v CatalogProductOverviewVendorGetNameRetType)
SetName sets field value
func (*CatalogProductOverviewVendor) SetVendorId ¶
func (o *CatalogProductOverviewVendor) SetVendorId(v CatalogProductOverviewVendorGetVendorIdRetType)
SetVendorId sets field value
func (*CatalogProductOverviewVendor) SetWebsiteUrl ¶
func (o *CatalogProductOverviewVendor) SetWebsiteUrl(v CatalogProductOverviewVendorGetWebsiteUrlRetType)
SetWebsiteUrl sets field value
func (CatalogProductOverviewVendor) ToMap ¶
func (o CatalogProductOverviewVendor) ToMap() (map[string]interface{}, error)
type CatalogProductOverviewVendorGetNameArgType ¶ added in v0.3.1
type CatalogProductOverviewVendorGetNameArgType = string
type CatalogProductOverviewVendorGetNameAttributeType ¶ added in v0.3.1
type CatalogProductOverviewVendorGetNameAttributeType = *string
isNotNullableString
type CatalogProductOverviewVendorGetNameRetType ¶ added in v0.3.1
type CatalogProductOverviewVendorGetNameRetType = string
type CatalogProductOverviewVendorGetVendorIdArgType ¶ added in v0.3.1
type CatalogProductOverviewVendorGetVendorIdArgType = string
type CatalogProductOverviewVendorGetVendorIdAttributeType ¶ added in v0.3.1
type CatalogProductOverviewVendorGetVendorIdAttributeType = *string
isNotNullableString
type CatalogProductOverviewVendorGetVendorIdRetType ¶ added in v0.3.1
type CatalogProductOverviewVendorGetVendorIdRetType = string
type CatalogProductOverviewVendorGetWebsiteUrlArgType ¶ added in v0.3.1
type CatalogProductOverviewVendorGetWebsiteUrlArgType = string
type CatalogProductOverviewVendorGetWebsiteUrlAttributeType ¶ added in v0.3.1
type CatalogProductOverviewVendorGetWebsiteUrlAttributeType = *string
isNotNullableString
type CatalogProductOverviewVendorGetWebsiteUrlRetType ¶ added in v0.3.1
type CatalogProductOverviewVendorGetWebsiteUrlRetType = string
type CatalogProductPricingOption ¶
type CatalogProductPricingOption struct {
// The pricing option description.
// REQUIRED
Description CatalogProductPricingOptionGetDescriptionAttributeType `json:"description"`
// The list of highlights.
// REQUIRED
Highlights CatalogProductPricingOptionGetHighlightsAttributeType `json:"highlights"`
// The pricing option name.
// REQUIRED
Name CatalogProductPricingOptionGetNameAttributeType `json:"name"`
// The price type / pricing model.
PriceType CatalogProductPricingOptionGetPriceTypeAttributeType `json:"priceType,omitempty"`
// Additional price type information.
PricingPlan CatalogProductPricingOptionGetPricingPlanAttributeType `json:"pricingPlan,omitempty"`
// The price of the product (per unit).
Rate CatalogProductPricingOptionGetRateAttributeType `json:"rate,omitempty"`
// The concrete variant of the product.
// REQUIRED
Sku CatalogProductPricingOptionGetSkuAttributeType `json:"sku"`
// Short description of this offering.
// REQUIRED
SkuInfo CatalogProductPricingOptionGetSkuInfoAttributeType `json:"skuInfo"`
// More details about what this offering entails.
// REQUIRED
SkuInfoDetails CatalogProductPricingOptionGetSkuInfoDetailsAttributeType `json:"skuInfoDetails"`
// The interval to which the rate applies.
Unit CatalogProductPricingOptionGetUnitAttributeType `json:"unit,omitempty"`
}
CatalogProductPricingOption struct for CatalogProductPricingOption
func NewCatalogProductPricingOption ¶
func NewCatalogProductPricingOption(description CatalogProductPricingOptionGetDescriptionArgType, highlights CatalogProductPricingOptionGetHighlightsArgType, name CatalogProductPricingOptionGetNameArgType, sku CatalogProductPricingOptionGetSkuArgType, skuInfo CatalogProductPricingOptionGetSkuInfoArgType, skuInfoDetails CatalogProductPricingOptionGetSkuInfoDetailsArgType) *CatalogProductPricingOption
NewCatalogProductPricingOption instantiates a new CatalogProductPricingOption object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCatalogProductPricingOptionWithDefaults ¶
func NewCatalogProductPricingOptionWithDefaults() *CatalogProductPricingOption
NewCatalogProductPricingOptionWithDefaults instantiates a new CatalogProductPricingOption object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CatalogProductPricingOption) GetDescription ¶
func (o *CatalogProductPricingOption) GetDescription() (ret CatalogProductPricingOptionGetDescriptionRetType)
GetDescription returns the Description field value
func (*CatalogProductPricingOption) GetDescriptionOk ¶
func (o *CatalogProductPricingOption) GetDescriptionOk() (ret CatalogProductPricingOptionGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*CatalogProductPricingOption) GetHighlights ¶
func (o *CatalogProductPricingOption) GetHighlights() (ret CatalogProductPricingOptionGetHighlightsRetType)
GetHighlights returns the Highlights field value
func (*CatalogProductPricingOption) GetHighlightsOk ¶
func (o *CatalogProductPricingOption) GetHighlightsOk() (ret CatalogProductPricingOptionGetHighlightsRetType, ok bool)
GetHighlightsOk returns a tuple with the Highlights field value and a boolean to check if the value has been set.
func (*CatalogProductPricingOption) GetName ¶
func (o *CatalogProductPricingOption) GetName() (ret CatalogProductPricingOptionGetNameRetType)
GetName returns the Name field value
func (*CatalogProductPricingOption) GetNameOk ¶
func (o *CatalogProductPricingOption) GetNameOk() (ret CatalogProductPricingOptionGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CatalogProductPricingOption) GetPriceType ¶
func (o *CatalogProductPricingOption) GetPriceType() (res CatalogProductPricingOptionGetPriceTypeRetType)
GetPriceType returns the PriceType field value if set, zero value otherwise.
func (*CatalogProductPricingOption) GetPriceTypeOk ¶
func (o *CatalogProductPricingOption) GetPriceTypeOk() (ret CatalogProductPricingOptionGetPriceTypeRetType, ok bool)
GetPriceTypeOk returns a tuple with the PriceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CatalogProductPricingOption) GetPricingPlan ¶
func (o *CatalogProductPricingOption) GetPricingPlan() (res CatalogProductPricingOptionGetPricingPlanRetType)
GetPricingPlan returns the PricingPlan field value if set, zero value otherwise.
func (*CatalogProductPricingOption) GetPricingPlanOk ¶
func (o *CatalogProductPricingOption) GetPricingPlanOk() (ret CatalogProductPricingOptionGetPricingPlanRetType, ok bool)
GetPricingPlanOk returns a tuple with the PricingPlan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CatalogProductPricingOption) GetRate ¶
func (o *CatalogProductPricingOption) GetRate() (res CatalogProductPricingOptionGetRateRetType)
GetRate returns the Rate field value if set, zero value otherwise.
func (*CatalogProductPricingOption) GetRateOk ¶
func (o *CatalogProductPricingOption) GetRateOk() (ret CatalogProductPricingOptionGetRateRetType, ok bool)
GetRateOk returns a tuple with the Rate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CatalogProductPricingOption) GetSku ¶
func (o *CatalogProductPricingOption) GetSku() (ret CatalogProductPricingOptionGetSkuRetType)
GetSku returns the Sku field value
func (*CatalogProductPricingOption) GetSkuInfo ¶
func (o *CatalogProductPricingOption) GetSkuInfo() (ret CatalogProductPricingOptionGetSkuInfoRetType)
GetSkuInfo returns the SkuInfo field value
func (*CatalogProductPricingOption) GetSkuInfoDetails ¶
func (o *CatalogProductPricingOption) GetSkuInfoDetails() (ret CatalogProductPricingOptionGetSkuInfoDetailsRetType)
GetSkuInfoDetails returns the SkuInfoDetails field value
func (*CatalogProductPricingOption) GetSkuInfoDetailsOk ¶
func (o *CatalogProductPricingOption) GetSkuInfoDetailsOk() (ret CatalogProductPricingOptionGetSkuInfoDetailsRetType, ok bool)
GetSkuInfoDetailsOk returns a tuple with the SkuInfoDetails field value and a boolean to check if the value has been set.
func (*CatalogProductPricingOption) GetSkuInfoOk ¶
func (o *CatalogProductPricingOption) GetSkuInfoOk() (ret CatalogProductPricingOptionGetSkuInfoRetType, ok bool)
GetSkuInfoOk returns a tuple with the SkuInfo field value and a boolean to check if the value has been set.
func (*CatalogProductPricingOption) GetSkuOk ¶
func (o *CatalogProductPricingOption) GetSkuOk() (ret CatalogProductPricingOptionGetSkuRetType, ok bool)
GetSkuOk returns a tuple with the Sku field value and a boolean to check if the value has been set.
func (*CatalogProductPricingOption) GetUnit ¶
func (o *CatalogProductPricingOption) GetUnit() (res CatalogProductPricingOptionGetUnitRetType)
GetUnit returns the Unit field value if set, zero value otherwise.
func (*CatalogProductPricingOption) GetUnitOk ¶
func (o *CatalogProductPricingOption) GetUnitOk() (ret CatalogProductPricingOptionGetUnitRetType, ok bool)
GetUnitOk returns a tuple with the Unit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CatalogProductPricingOption) HasPriceType ¶
func (o *CatalogProductPricingOption) HasPriceType() bool
HasPriceType returns a boolean if a field has been set.
func (*CatalogProductPricingOption) HasPricingPlan ¶
func (o *CatalogProductPricingOption) HasPricingPlan() bool
HasPricingPlan returns a boolean if a field has been set.
func (*CatalogProductPricingOption) HasRate ¶
func (o *CatalogProductPricingOption) HasRate() bool
HasRate returns a boolean if a field has been set.
func (*CatalogProductPricingOption) HasUnit ¶
func (o *CatalogProductPricingOption) HasUnit() bool
HasUnit returns a boolean if a field has been set.
func (*CatalogProductPricingOption) SetDescription ¶
func (o *CatalogProductPricingOption) SetDescription(v CatalogProductPricingOptionGetDescriptionRetType)
SetDescription sets field value
func (*CatalogProductPricingOption) SetHighlights ¶
func (o *CatalogProductPricingOption) SetHighlights(v CatalogProductPricingOptionGetHighlightsRetType)
SetHighlights sets field value
func (*CatalogProductPricingOption) SetName ¶
func (o *CatalogProductPricingOption) SetName(v CatalogProductPricingOptionGetNameRetType)
SetName sets field value
func (*CatalogProductPricingOption) SetPriceType ¶
func (o *CatalogProductPricingOption) SetPriceType(v CatalogProductPricingOptionGetPriceTypeRetType)
SetPriceType gets a reference to the given string and assigns it to the PriceType field.
func (*CatalogProductPricingOption) SetPricingPlan ¶
func (o *CatalogProductPricingOption) SetPricingPlan(v CatalogProductPricingOptionGetPricingPlanRetType)
SetPricingPlan gets a reference to the given string and assigns it to the PricingPlan field.
func (*CatalogProductPricingOption) SetRate ¶
func (o *CatalogProductPricingOption) SetRate(v CatalogProductPricingOptionGetRateRetType)
SetRate gets a reference to the given string and assigns it to the Rate field.
func (*CatalogProductPricingOption) SetSku ¶
func (o *CatalogProductPricingOption) SetSku(v CatalogProductPricingOptionGetSkuRetType)
SetSku sets field value
func (*CatalogProductPricingOption) SetSkuInfo ¶
func (o *CatalogProductPricingOption) SetSkuInfo(v CatalogProductPricingOptionGetSkuInfoRetType)
SetSkuInfo sets field value
func (*CatalogProductPricingOption) SetSkuInfoDetails ¶
func (o *CatalogProductPricingOption) SetSkuInfoDetails(v CatalogProductPricingOptionGetSkuInfoDetailsRetType)
SetSkuInfoDetails sets field value
func (*CatalogProductPricingOption) SetUnit ¶
func (o *CatalogProductPricingOption) SetUnit(v CatalogProductPricingOptionGetUnitRetType)
SetUnit gets a reference to the given string and assigns it to the Unit field.
func (CatalogProductPricingOption) ToMap ¶
func (o CatalogProductPricingOption) ToMap() (map[string]interface{}, error)
type CatalogProductPricingOptionGetDescriptionArgType ¶ added in v0.3.1
type CatalogProductPricingOptionGetDescriptionArgType = string
type CatalogProductPricingOptionGetDescriptionAttributeType ¶ added in v0.3.1
type CatalogProductPricingOptionGetDescriptionAttributeType = *string
isNotNullableString
type CatalogProductPricingOptionGetDescriptionRetType ¶ added in v0.3.1
type CatalogProductPricingOptionGetDescriptionRetType = string
type CatalogProductPricingOptionGetHighlightsArgType ¶ added in v0.3.1
type CatalogProductPricingOptionGetHighlightsArgType = []CatalogPricingOptionHighlight
type CatalogProductPricingOptionGetHighlightsAttributeType ¶ added in v0.3.1
type CatalogProductPricingOptionGetHighlightsAttributeType = *[]CatalogPricingOptionHighlight
isArray
type CatalogProductPricingOptionGetHighlightsRetType ¶ added in v0.3.1
type CatalogProductPricingOptionGetHighlightsRetType = []CatalogPricingOptionHighlight
type CatalogProductPricingOptionGetNameArgType ¶ added in v0.3.1
type CatalogProductPricingOptionGetNameArgType = string
type CatalogProductPricingOptionGetNameAttributeType ¶ added in v0.3.1
type CatalogProductPricingOptionGetNameAttributeType = *string
isNotNullableString
type CatalogProductPricingOptionGetNameRetType ¶ added in v0.3.1
type CatalogProductPricingOptionGetNameRetType = string
type CatalogProductPricingOptionGetPriceTypeArgType ¶ added in v0.3.1
type CatalogProductPricingOptionGetPriceTypeArgType = string
type CatalogProductPricingOptionGetPriceTypeAttributeType ¶ added in v0.3.1
type CatalogProductPricingOptionGetPriceTypeAttributeType = *string
isEnumRef
type CatalogProductPricingOptionGetPriceTypeRetType ¶ added in v0.3.1
type CatalogProductPricingOptionGetPriceTypeRetType = string
type CatalogProductPricingOptionGetPricingPlanArgType ¶ added in v0.3.1
type CatalogProductPricingOptionGetPricingPlanArgType = string
type CatalogProductPricingOptionGetPricingPlanAttributeType ¶ added in v0.3.1
type CatalogProductPricingOptionGetPricingPlanAttributeType = *string
isNotNullableString
type CatalogProductPricingOptionGetPricingPlanRetType ¶ added in v0.3.1
type CatalogProductPricingOptionGetPricingPlanRetType = string
type CatalogProductPricingOptionGetRateArgType ¶ added in v0.3.1
type CatalogProductPricingOptionGetRateArgType = string
type CatalogProductPricingOptionGetRateAttributeType ¶ added in v0.3.1
type CatalogProductPricingOptionGetRateAttributeType = *string
isNotNullableString
type CatalogProductPricingOptionGetRateRetType ¶ added in v0.3.1
type CatalogProductPricingOptionGetRateRetType = string
type CatalogProductPricingOptionGetSkuArgType ¶ added in v0.3.1
type CatalogProductPricingOptionGetSkuArgType = string
type CatalogProductPricingOptionGetSkuAttributeType ¶ added in v0.3.1
type CatalogProductPricingOptionGetSkuAttributeType = *string
isNotNullableString
type CatalogProductPricingOptionGetSkuInfoArgType ¶ added in v0.3.1
type CatalogProductPricingOptionGetSkuInfoArgType = string
type CatalogProductPricingOptionGetSkuInfoAttributeType ¶ added in v0.3.1
type CatalogProductPricingOptionGetSkuInfoAttributeType = *string
isNotNullableString
type CatalogProductPricingOptionGetSkuInfoDetailsArgType ¶ added in v0.3.1
type CatalogProductPricingOptionGetSkuInfoDetailsArgType = string
type CatalogProductPricingOptionGetSkuInfoDetailsAttributeType ¶ added in v0.3.1
type CatalogProductPricingOptionGetSkuInfoDetailsAttributeType = *string
isNotNullableString
type CatalogProductPricingOptionGetSkuInfoDetailsRetType ¶ added in v0.3.1
type CatalogProductPricingOptionGetSkuInfoDetailsRetType = string
type CatalogProductPricingOptionGetSkuInfoRetType ¶ added in v0.3.1
type CatalogProductPricingOptionGetSkuInfoRetType = string
type CatalogProductPricingOptionGetSkuRetType ¶ added in v0.3.1
type CatalogProductPricingOptionGetSkuRetType = string
type CatalogProductPricingOptionGetUnitArgType ¶ added in v0.3.1
type CatalogProductPricingOptionGetUnitArgType = string
type CatalogProductPricingOptionGetUnitAttributeType ¶ added in v0.3.1
type CatalogProductPricingOptionGetUnitAttributeType = *string
isNotNullableString
type CatalogProductPricingOptionGetUnitRetType ¶ added in v0.3.1
type CatalogProductPricingOptionGetUnitRetType = string
type CatalogProductSupportResource ¶
type CatalogProductSupportResource struct {
// The support resource link.
SupportLink CatalogProductSupportResourceGetSupportLinkAttributeType `json:"supportLink,omitempty"`
// The support resource link title.
SupportLinkTitle CatalogProductSupportResourceGetSupportLinkTitleAttributeType `json:"supportLinkTitle,omitempty"`
}
CatalogProductSupportResource struct for CatalogProductSupportResource
func NewCatalogProductSupportResource ¶
func NewCatalogProductSupportResource() *CatalogProductSupportResource
NewCatalogProductSupportResource instantiates a new CatalogProductSupportResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCatalogProductSupportResourceWithDefaults ¶
func NewCatalogProductSupportResourceWithDefaults() *CatalogProductSupportResource
NewCatalogProductSupportResourceWithDefaults instantiates a new CatalogProductSupportResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CatalogProductSupportResource) GetSupportLink ¶
func (o *CatalogProductSupportResource) GetSupportLink() (res CatalogProductSupportResourceGetSupportLinkRetType)
GetSupportLink returns the SupportLink field value if set, zero value otherwise.
func (*CatalogProductSupportResource) GetSupportLinkOk ¶
func (o *CatalogProductSupportResource) GetSupportLinkOk() (ret CatalogProductSupportResourceGetSupportLinkRetType, ok bool)
GetSupportLinkOk returns a tuple with the SupportLink field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CatalogProductSupportResource) GetSupportLinkTitle ¶
func (o *CatalogProductSupportResource) GetSupportLinkTitle() (res CatalogProductSupportResourceGetSupportLinkTitleRetType)
GetSupportLinkTitle returns the SupportLinkTitle field value if set, zero value otherwise.
func (*CatalogProductSupportResource) GetSupportLinkTitleOk ¶
func (o *CatalogProductSupportResource) GetSupportLinkTitleOk() (ret CatalogProductSupportResourceGetSupportLinkTitleRetType, ok bool)
GetSupportLinkTitleOk returns a tuple with the SupportLinkTitle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CatalogProductSupportResource) HasSupportLink ¶
func (o *CatalogProductSupportResource) HasSupportLink() bool
HasSupportLink returns a boolean if a field has been set.
func (*CatalogProductSupportResource) HasSupportLinkTitle ¶
func (o *CatalogProductSupportResource) HasSupportLinkTitle() bool
HasSupportLinkTitle returns a boolean if a field has been set.
func (*CatalogProductSupportResource) SetSupportLink ¶
func (o *CatalogProductSupportResource) SetSupportLink(v CatalogProductSupportResourceGetSupportLinkRetType)
SetSupportLink gets a reference to the given string and assigns it to the SupportLink field.
func (*CatalogProductSupportResource) SetSupportLinkTitle ¶
func (o *CatalogProductSupportResource) SetSupportLinkTitle(v CatalogProductSupportResourceGetSupportLinkTitleRetType)
SetSupportLinkTitle gets a reference to the given string and assigns it to the SupportLinkTitle field.
func (CatalogProductSupportResource) ToMap ¶
func (o CatalogProductSupportResource) ToMap() (map[string]interface{}, error)
type CatalogProductSupportResourceGetSupportLinkArgType ¶ added in v0.3.1
type CatalogProductSupportResourceGetSupportLinkArgType = string
type CatalogProductSupportResourceGetSupportLinkAttributeType ¶ added in v0.3.1
type CatalogProductSupportResourceGetSupportLinkAttributeType = *string
isNotNullableString
type CatalogProductSupportResourceGetSupportLinkRetType ¶ added in v0.3.1
type CatalogProductSupportResourceGetSupportLinkRetType = string
type CatalogProductSupportResourceGetSupportLinkTitleArgType ¶ added in v0.3.1
type CatalogProductSupportResourceGetSupportLinkTitleArgType = string
type CatalogProductSupportResourceGetSupportLinkTitleAttributeType ¶ added in v0.3.1
type CatalogProductSupportResourceGetSupportLinkTitleAttributeType = *string
isNotNullableString
type CatalogProductSupportResourceGetSupportLinkTitleRetType ¶ added in v0.3.1
type CatalogProductSupportResourceGetSupportLinkTitleRetType = string
type CatalogProductVendorTerms ¶
type CatalogProductVendorTerms struct {
// The terms of use description.
// REQUIRED
Description CatalogProductVendorTermsGetDescriptionAttributeType `json:"description"`
// The terms of use title.
// REQUIRED
Title CatalogProductVendorTermsGetTitleAttributeType `json:"title"`
// The terms of use url.
// REQUIRED
Url CatalogProductVendorTermsGetUrlAttributeType `json:"url"`
}
CatalogProductVendorTerms struct for CatalogProductVendorTerms
func NewCatalogProductVendorTerms ¶
func NewCatalogProductVendorTerms(description CatalogProductVendorTermsGetDescriptionArgType, title CatalogProductVendorTermsGetTitleArgType, url CatalogProductVendorTermsGetUrlArgType) *CatalogProductVendorTerms
NewCatalogProductVendorTerms instantiates a new CatalogProductVendorTerms object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCatalogProductVendorTermsWithDefaults ¶
func NewCatalogProductVendorTermsWithDefaults() *CatalogProductVendorTerms
NewCatalogProductVendorTermsWithDefaults instantiates a new CatalogProductVendorTerms object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CatalogProductVendorTerms) GetDescription ¶
func (o *CatalogProductVendorTerms) GetDescription() (ret CatalogProductVendorTermsGetDescriptionRetType)
GetDescription returns the Description field value
func (*CatalogProductVendorTerms) GetDescriptionOk ¶
func (o *CatalogProductVendorTerms) GetDescriptionOk() (ret CatalogProductVendorTermsGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*CatalogProductVendorTerms) GetTitle ¶
func (o *CatalogProductVendorTerms) GetTitle() (ret CatalogProductVendorTermsGetTitleRetType)
GetTitle returns the Title field value
func (*CatalogProductVendorTerms) GetTitleOk ¶
func (o *CatalogProductVendorTerms) GetTitleOk() (ret CatalogProductVendorTermsGetTitleRetType, ok bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*CatalogProductVendorTerms) GetUrl ¶
func (o *CatalogProductVendorTerms) GetUrl() (ret CatalogProductVendorTermsGetUrlRetType)
GetUrl returns the Url field value
func (*CatalogProductVendorTerms) GetUrlOk ¶
func (o *CatalogProductVendorTerms) GetUrlOk() (ret CatalogProductVendorTermsGetUrlRetType, ok bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*CatalogProductVendorTerms) SetDescription ¶
func (o *CatalogProductVendorTerms) SetDescription(v CatalogProductVendorTermsGetDescriptionRetType)
SetDescription sets field value
func (*CatalogProductVendorTerms) SetTitle ¶
func (o *CatalogProductVendorTerms) SetTitle(v CatalogProductVendorTermsGetTitleRetType)
SetTitle sets field value
func (*CatalogProductVendorTerms) SetUrl ¶
func (o *CatalogProductVendorTerms) SetUrl(v CatalogProductVendorTermsGetUrlRetType)
SetUrl sets field value
func (CatalogProductVendorTerms) ToMap ¶
func (o CatalogProductVendorTerms) ToMap() (map[string]interface{}, error)
type CatalogProductVendorTermsGetDescriptionArgType ¶ added in v0.3.1
type CatalogProductVendorTermsGetDescriptionArgType = string
type CatalogProductVendorTermsGetDescriptionAttributeType ¶ added in v0.3.1
type CatalogProductVendorTermsGetDescriptionAttributeType = *string
isNotNullableString
type CatalogProductVendorTermsGetDescriptionRetType ¶ added in v0.3.1
type CatalogProductVendorTermsGetDescriptionRetType = string
type CatalogProductVendorTermsGetTitleArgType ¶ added in v0.3.1
type CatalogProductVendorTermsGetTitleArgType = string
type CatalogProductVendorTermsGetTitleAttributeType ¶ added in v0.3.1
type CatalogProductVendorTermsGetTitleAttributeType = *string
isNotNullableString
type CatalogProductVendorTermsGetTitleRetType ¶ added in v0.3.1
type CatalogProductVendorTermsGetTitleRetType = string
type CatalogProductVendorTermsGetUrlArgType ¶ added in v0.3.1
type CatalogProductVendorTermsGetUrlArgType = string
type CatalogProductVendorTermsGetUrlAttributeType ¶ added in v0.3.1
type CatalogProductVendorTermsGetUrlAttributeType = *string
isNotNullableString
type CatalogProductVendorTermsGetUrlRetType ¶ added in v0.3.1
type CatalogProductVendorTermsGetUrlRetType = string
type ContactSales ¶ added in v0.3.0
type ContactSales struct {
// REQUIRED
ContactSales ContactSalesGetContactSalesAttributeType `json:"contactSales"`
// The form type.
// REQUIRED
Type ContactSalesGetTypeAttributeType `json:"type"`
}
ContactSales Contact sales.
func NewContactSales ¶ added in v0.3.0
func NewContactSales(contactSales ContactSalesGetContactSalesArgType, type_ ContactSalesGetTypeArgType) *ContactSales
NewContactSales instantiates a new ContactSales object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContactSalesWithDefaults ¶ added in v0.3.0
func NewContactSalesWithDefaults() *ContactSales
NewContactSalesWithDefaults instantiates a new ContactSales object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContactSales) GetContactSales ¶ added in v0.3.0
func (o *ContactSales) GetContactSales() (ret ContactSalesGetContactSalesRetType)
GetContactSales returns the ContactSales field value
func (*ContactSales) GetContactSalesOk ¶ added in v0.3.0
func (o *ContactSales) GetContactSalesOk() (ret ContactSalesGetContactSalesRetType, ok bool)
GetContactSalesOk returns a tuple with the ContactSales field value and a boolean to check if the value has been set.
func (*ContactSales) GetType ¶ added in v0.3.0
func (o *ContactSales) GetType() (ret ContactSalesGetTypeRetType)
GetType returns the Type field value
func (*ContactSales) GetTypeOk ¶ added in v0.3.0
func (o *ContactSales) GetTypeOk() (ret ContactSalesGetTypeRetType, ok bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*ContactSales) SetContactSales ¶ added in v0.3.0
func (o *ContactSales) SetContactSales(v ContactSalesGetContactSalesRetType)
SetContactSales sets field value
func (*ContactSales) SetType ¶ added in v0.3.0
func (o *ContactSales) SetType(v ContactSalesGetTypeRetType)
SetType sets field value
func (ContactSales) ToMap ¶ added in v0.3.0
func (o ContactSales) ToMap() (map[string]interface{}, error)
type ContactSalesContactSales ¶ added in v0.3.0
type ContactSalesContactSales struct {
// The company name.
// REQUIRED
CompanyName ContactSalesContactSalesGetCompanyNameAttributeType `json:"companyName"`
// The contact e-mail address.
// REQUIRED
ContactEmail ContactSalesContactSalesGetContactEmailAttributeType `json:"contactEmail"`
// The full name of the contact person.
// REQUIRED
FullName ContactSalesContactSalesGetFullNameAttributeType `json:"fullName"`
// The message content.
// REQUIRED
Message ContactSalesContactSalesGetMessageAttributeType `json:"message"`
// The product ID.
// REQUIRED
ProductId ContactSalesContactSalesGetProductIdAttributeType `json:"productId"`
}
ContactSalesContactSales struct for ContactSalesContactSales
func NewContactSalesContactSales ¶ added in v0.3.0
func NewContactSalesContactSales(companyName ContactSalesContactSalesGetCompanyNameArgType, contactEmail ContactSalesContactSalesGetContactEmailArgType, fullName ContactSalesContactSalesGetFullNameArgType, message ContactSalesContactSalesGetMessageArgType, productId ContactSalesContactSalesGetProductIdArgType) *ContactSalesContactSales
NewContactSalesContactSales instantiates a new ContactSalesContactSales object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContactSalesContactSalesWithDefaults ¶ added in v0.3.0
func NewContactSalesContactSalesWithDefaults() *ContactSalesContactSales
NewContactSalesContactSalesWithDefaults instantiates a new ContactSalesContactSales object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContactSalesContactSales) GetCompanyName ¶ added in v0.3.0
func (o *ContactSalesContactSales) GetCompanyName() (ret ContactSalesContactSalesGetCompanyNameRetType)
GetCompanyName returns the CompanyName field value
func (*ContactSalesContactSales) GetCompanyNameOk ¶ added in v0.3.0
func (o *ContactSalesContactSales) GetCompanyNameOk() (ret ContactSalesContactSalesGetCompanyNameRetType, ok bool)
GetCompanyNameOk returns a tuple with the CompanyName field value and a boolean to check if the value has been set.
func (*ContactSalesContactSales) GetContactEmail ¶ added in v0.3.0
func (o *ContactSalesContactSales) GetContactEmail() (ret ContactSalesContactSalesGetContactEmailRetType)
GetContactEmail returns the ContactEmail field value
func (*ContactSalesContactSales) GetContactEmailOk ¶ added in v0.3.0
func (o *ContactSalesContactSales) GetContactEmailOk() (ret ContactSalesContactSalesGetContactEmailRetType, ok bool)
GetContactEmailOk returns a tuple with the ContactEmail field value and a boolean to check if the value has been set.
func (*ContactSalesContactSales) GetFullName ¶ added in v0.3.0
func (o *ContactSalesContactSales) GetFullName() (ret ContactSalesContactSalesGetFullNameRetType)
GetFullName returns the FullName field value
func (*ContactSalesContactSales) GetFullNameOk ¶ added in v0.3.0
func (o *ContactSalesContactSales) GetFullNameOk() (ret ContactSalesContactSalesGetFullNameRetType, ok bool)
GetFullNameOk returns a tuple with the FullName field value and a boolean to check if the value has been set.
func (*ContactSalesContactSales) GetMessage ¶ added in v0.3.0
func (o *ContactSalesContactSales) GetMessage() (ret ContactSalesContactSalesGetMessageRetType)
GetMessage returns the Message field value
func (*ContactSalesContactSales) GetMessageOk ¶ added in v0.3.0
func (o *ContactSalesContactSales) GetMessageOk() (ret ContactSalesContactSalesGetMessageRetType, ok bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ContactSalesContactSales) GetProductId ¶ added in v0.3.0
func (o *ContactSalesContactSales) GetProductId() (ret ContactSalesContactSalesGetProductIdRetType)
GetProductId returns the ProductId field value
func (*ContactSalesContactSales) GetProductIdOk ¶ added in v0.3.0
func (o *ContactSalesContactSales) GetProductIdOk() (ret ContactSalesContactSalesGetProductIdRetType, ok bool)
GetProductIdOk returns a tuple with the ProductId field value and a boolean to check if the value has been set.
func (*ContactSalesContactSales) SetCompanyName ¶ added in v0.3.0
func (o *ContactSalesContactSales) SetCompanyName(v ContactSalesContactSalesGetCompanyNameRetType)
SetCompanyName sets field value
func (*ContactSalesContactSales) SetContactEmail ¶ added in v0.3.0
func (o *ContactSalesContactSales) SetContactEmail(v ContactSalesContactSalesGetContactEmailRetType)
SetContactEmail sets field value
func (*ContactSalesContactSales) SetFullName ¶ added in v0.3.0
func (o *ContactSalesContactSales) SetFullName(v ContactSalesContactSalesGetFullNameRetType)
SetFullName sets field value
func (*ContactSalesContactSales) SetMessage ¶ added in v0.3.0
func (o *ContactSalesContactSales) SetMessage(v ContactSalesContactSalesGetMessageRetType)
SetMessage sets field value
func (*ContactSalesContactSales) SetProductId ¶ added in v0.3.0
func (o *ContactSalesContactSales) SetProductId(v ContactSalesContactSalesGetProductIdRetType)
SetProductId sets field value
func (ContactSalesContactSales) ToMap ¶ added in v0.3.0
func (o ContactSalesContactSales) ToMap() (map[string]interface{}, error)
type ContactSalesContactSalesGetCompanyNameArgType ¶ added in v0.3.1
type ContactSalesContactSalesGetCompanyNameArgType = string
type ContactSalesContactSalesGetCompanyNameAttributeType ¶ added in v0.3.1
type ContactSalesContactSalesGetCompanyNameAttributeType = *string
isNotNullableString
type ContactSalesContactSalesGetCompanyNameRetType ¶ added in v0.3.1
type ContactSalesContactSalesGetCompanyNameRetType = string
type ContactSalesContactSalesGetContactEmailArgType ¶ added in v0.3.1
type ContactSalesContactSalesGetContactEmailArgType = string
type ContactSalesContactSalesGetContactEmailAttributeType ¶ added in v0.3.1
type ContactSalesContactSalesGetContactEmailAttributeType = *string
isNotNullableString
type ContactSalesContactSalesGetContactEmailRetType ¶ added in v0.3.1
type ContactSalesContactSalesGetContactEmailRetType = string
type ContactSalesContactSalesGetFullNameArgType ¶ added in v0.3.1
type ContactSalesContactSalesGetFullNameArgType = string
type ContactSalesContactSalesGetFullNameAttributeType ¶ added in v0.3.1
type ContactSalesContactSalesGetFullNameAttributeType = *string
isNotNullableString
type ContactSalesContactSalesGetFullNameRetType ¶ added in v0.3.1
type ContactSalesContactSalesGetFullNameRetType = string
type ContactSalesContactSalesGetMessageArgType ¶ added in v0.3.1
type ContactSalesContactSalesGetMessageArgType = string
type ContactSalesContactSalesGetMessageAttributeType ¶ added in v0.3.1
type ContactSalesContactSalesGetMessageAttributeType = *string
isNotNullableString
type ContactSalesContactSalesGetMessageRetType ¶ added in v0.3.1
type ContactSalesContactSalesGetMessageRetType = string
type ContactSalesContactSalesGetProductIdArgType ¶ added in v0.3.1
type ContactSalesContactSalesGetProductIdArgType = string
type ContactSalesContactSalesGetProductIdAttributeType ¶ added in v0.3.1
type ContactSalesContactSalesGetProductIdAttributeType = *string
isNotNullableString
type ContactSalesContactSalesGetProductIdRetType ¶ added in v0.3.1
type ContactSalesContactSalesGetProductIdRetType = string
type ContactSalesGetContactSalesArgType ¶ added in v0.3.1
type ContactSalesGetContactSalesArgType = ContactSalesContactSales
type ContactSalesGetContactSalesAttributeType ¶ added in v0.3.1
type ContactSalesGetContactSalesAttributeType = *ContactSalesContactSales
isModel
type ContactSalesGetContactSalesRetType ¶ added in v0.3.1
type ContactSalesGetContactSalesRetType = ContactSalesContactSales
type ContactSalesGetTypeArgType ¶ added in v0.3.1
type ContactSalesGetTypeArgType = string
type ContactSalesGetTypeAttributeType ¶ added in v0.3.1
type ContactSalesGetTypeAttributeType = *string
isEnumRef
type ContactSalesGetTypeRetType ¶ added in v0.3.1
type ContactSalesGetTypeRetType = string
type CurrentSubscriptionStateResponse ¶
type CurrentSubscriptionStateResponse struct {
// Lifecycle state of the subscription.
// REQUIRED
LifecycleState CurrentSubscriptionStateResponseGetLifecycleStateAttributeType `json:"lifecycleState"`
// The subscription ID.
// REQUIRED
SubscriptionId CurrentSubscriptionStateResponseGetSubscriptionIdAttributeType `json:"subscriptionId"`
}
CurrentSubscriptionStateResponse struct for CurrentSubscriptionStateResponse
func NewCurrentSubscriptionStateResponse ¶
func NewCurrentSubscriptionStateResponse(lifecycleState CurrentSubscriptionStateResponseGetLifecycleStateArgType, subscriptionId CurrentSubscriptionStateResponseGetSubscriptionIdArgType) *CurrentSubscriptionStateResponse
NewCurrentSubscriptionStateResponse instantiates a new CurrentSubscriptionStateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCurrentSubscriptionStateResponseWithDefaults ¶
func NewCurrentSubscriptionStateResponseWithDefaults() *CurrentSubscriptionStateResponse
NewCurrentSubscriptionStateResponseWithDefaults instantiates a new CurrentSubscriptionStateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CurrentSubscriptionStateResponse) GetLifecycleState ¶
func (o *CurrentSubscriptionStateResponse) GetLifecycleState() (ret CurrentSubscriptionStateResponseGetLifecycleStateRetType)
GetLifecycleState returns the LifecycleState field value
func (*CurrentSubscriptionStateResponse) GetLifecycleStateOk ¶
func (o *CurrentSubscriptionStateResponse) GetLifecycleStateOk() (ret CurrentSubscriptionStateResponseGetLifecycleStateRetType, ok bool)
GetLifecycleStateOk returns a tuple with the LifecycleState field value and a boolean to check if the value has been set.
func (*CurrentSubscriptionStateResponse) GetSubscriptionId ¶
func (o *CurrentSubscriptionStateResponse) GetSubscriptionId() (ret CurrentSubscriptionStateResponseGetSubscriptionIdRetType)
GetSubscriptionId returns the SubscriptionId field value
func (*CurrentSubscriptionStateResponse) GetSubscriptionIdOk ¶
func (o *CurrentSubscriptionStateResponse) GetSubscriptionIdOk() (ret CurrentSubscriptionStateResponseGetSubscriptionIdRetType, ok bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value and a boolean to check if the value has been set.
func (*CurrentSubscriptionStateResponse) SetLifecycleState ¶
func (o *CurrentSubscriptionStateResponse) SetLifecycleState(v CurrentSubscriptionStateResponseGetLifecycleStateRetType)
SetLifecycleState sets field value
func (*CurrentSubscriptionStateResponse) SetSubscriptionId ¶
func (o *CurrentSubscriptionStateResponse) SetSubscriptionId(v CurrentSubscriptionStateResponseGetSubscriptionIdRetType)
SetSubscriptionId sets field value
func (CurrentSubscriptionStateResponse) ToMap ¶
func (o CurrentSubscriptionStateResponse) ToMap() (map[string]interface{}, error)
type CurrentSubscriptionStateResponseGetLifecycleStateArgType ¶ added in v0.3.1
type CurrentSubscriptionStateResponseGetLifecycleStateArgType = string
type CurrentSubscriptionStateResponseGetLifecycleStateAttributeType ¶ added in v0.3.1
type CurrentSubscriptionStateResponseGetLifecycleStateAttributeType = *string
isEnumRef
type CurrentSubscriptionStateResponseGetLifecycleStateRetType ¶ added in v0.3.1
type CurrentSubscriptionStateResponseGetLifecycleStateRetType = string
type CurrentSubscriptionStateResponseGetSubscriptionIdArgType ¶ added in v0.3.1
type CurrentSubscriptionStateResponseGetSubscriptionIdArgType = string
type CurrentSubscriptionStateResponseGetSubscriptionIdAttributeType ¶ added in v0.3.1
type CurrentSubscriptionStateResponseGetSubscriptionIdAttributeType = *string
isNotNullableString
type CurrentSubscriptionStateResponseGetSubscriptionIdRetType ¶ added in v0.3.1
type CurrentSubscriptionStateResponseGetSubscriptionIdRetType = string
type ErrorResponse ¶
type ErrorResponse struct {
// Reason phrase of the status code.
// REQUIRED
Error ErrorResponseGetErrorAttributeType `json:"error"`
// Description of the error.
// REQUIRED
Message ErrorResponseGetMessageAttributeType `json:"message"`
// Path which was called.
// REQUIRED
Path ErrorResponseGetPathAttributeType `json:"path"`
// HTTP response status code.
// Can be cast to int32 without loss of precision.
// REQUIRED
Status ErrorResponseGetStatusAttributeType `json:"status"`
// Timestamp at which the error occurred.
// REQUIRED
TimeStamp ErrorResponseGetTimeStampAttributeType `json:"timeStamp"`
}
ErrorResponse struct for ErrorResponse
func NewErrorResponse ¶
func NewErrorResponse(error_ ErrorResponseGetErrorArgType, message ErrorResponseGetMessageArgType, path ErrorResponseGetPathArgType, status ErrorResponseGetStatusArgType, timeStamp ErrorResponseGetTimeStampArgType) *ErrorResponse
NewErrorResponse instantiates a new ErrorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewErrorResponseWithDefaults ¶
func NewErrorResponseWithDefaults() *ErrorResponse
NewErrorResponseWithDefaults instantiates a new ErrorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ErrorResponse) GetError ¶
func (o *ErrorResponse) GetError() (ret ErrorResponseGetErrorRetType)
GetError returns the Error field value
func (*ErrorResponse) GetErrorOk ¶
func (o *ErrorResponse) GetErrorOk() (ret ErrorResponseGetErrorRetType, ok bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (*ErrorResponse) GetMessage ¶
func (o *ErrorResponse) GetMessage() (ret ErrorResponseGetMessageRetType)
GetMessage returns the Message field value
func (*ErrorResponse) GetMessageOk ¶
func (o *ErrorResponse) GetMessageOk() (ret ErrorResponseGetMessageRetType, ok bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ErrorResponse) GetPath ¶
func (o *ErrorResponse) GetPath() (ret ErrorResponseGetPathRetType)
GetPath returns the Path field value
func (*ErrorResponse) GetPathOk ¶
func (o *ErrorResponse) GetPathOk() (ret ErrorResponseGetPathRetType, ok bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*ErrorResponse) GetStatus ¶
func (o *ErrorResponse) GetStatus() (ret ErrorResponseGetStatusRetType)
GetStatus returns the Status field value
func (*ErrorResponse) GetStatusOk ¶
func (o *ErrorResponse) GetStatusOk() (ret ErrorResponseGetStatusRetType, ok bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*ErrorResponse) GetTimeStamp ¶
func (o *ErrorResponse) GetTimeStamp() (ret ErrorResponseGetTimeStampRetType)
GetTimeStamp returns the TimeStamp field value
func (*ErrorResponse) GetTimeStampOk ¶
func (o *ErrorResponse) GetTimeStampOk() (ret ErrorResponseGetTimeStampRetType, ok bool)
GetTimeStampOk returns a tuple with the TimeStamp field value and a boolean to check if the value has been set.
func (*ErrorResponse) SetError ¶
func (o *ErrorResponse) SetError(v ErrorResponseGetErrorRetType)
SetError sets field value
func (*ErrorResponse) SetMessage ¶
func (o *ErrorResponse) SetMessage(v ErrorResponseGetMessageRetType)
SetMessage sets field value
func (*ErrorResponse) SetPath ¶
func (o *ErrorResponse) SetPath(v ErrorResponseGetPathRetType)
SetPath sets field value
func (*ErrorResponse) SetStatus ¶
func (o *ErrorResponse) SetStatus(v ErrorResponseGetStatusRetType)
SetStatus sets field value
func (*ErrorResponse) SetTimeStamp ¶
func (o *ErrorResponse) SetTimeStamp(v ErrorResponseGetTimeStampRetType)
SetTimeStamp sets field value
func (ErrorResponse) ToMap ¶
func (o ErrorResponse) ToMap() (map[string]interface{}, error)
type ErrorResponseGetErrorArgType ¶ added in v0.3.1
type ErrorResponseGetErrorArgType = string
type ErrorResponseGetErrorAttributeType ¶ added in v0.3.1
type ErrorResponseGetErrorAttributeType = *string
isNotNullableString
type ErrorResponseGetErrorRetType ¶ added in v0.3.1
type ErrorResponseGetErrorRetType = string
type ErrorResponseGetMessageArgType ¶ added in v0.3.1
type ErrorResponseGetMessageArgType = string
type ErrorResponseGetMessageAttributeType ¶ added in v0.3.1
type ErrorResponseGetMessageAttributeType = *string
isNotNullableString
type ErrorResponseGetMessageRetType ¶ added in v0.3.1
type ErrorResponseGetMessageRetType = string
type ErrorResponseGetPathArgType ¶ added in v0.3.1
type ErrorResponseGetPathArgType = string
type ErrorResponseGetPathAttributeType ¶ added in v0.3.1
type ErrorResponseGetPathAttributeType = *string
isNotNullableString
type ErrorResponseGetPathRetType ¶ added in v0.3.1
type ErrorResponseGetPathRetType = string
type ErrorResponseGetStatusArgType ¶ added in v0.3.1
type ErrorResponseGetStatusArgType = int64
type ErrorResponseGetStatusAttributeType ¶ added in v0.3.1
type ErrorResponseGetStatusAttributeType = *int64
isInteger
type ErrorResponseGetStatusRetType ¶ added in v0.3.1
type ErrorResponseGetStatusRetType = int64
type ErrorResponseGetTimeStampArgType ¶ added in v0.3.1
type ErrorResponseGetTimeStampAttributeType ¶ added in v0.3.1
isDateTime
type ErrorResponseGetTimeStampRetType ¶ added in v0.3.1
type InquiriesCreateInquiryPayload ¶ added in v0.3.0
type InquiriesCreateInquiryPayload struct {
BecomeVendor *BecomeVendor
ContactSales *ContactSales
RegisterTesting *RegisterTesting
SuggestProduct *SuggestProduct
}
InquiriesCreateInquiryPayload - struct for InquiriesCreateInquiryPayload
func BecomeVendorAsInquiriesCreateInquiryPayload ¶ added in v0.3.0
func BecomeVendorAsInquiriesCreateInquiryPayload(v *BecomeVendor) InquiriesCreateInquiryPayload
BecomeVendorAsInquiriesCreateInquiryPayload is a convenience function that returns BecomeVendor wrapped in InquiriesCreateInquiryPayload
func ContactSalesAsInquiriesCreateInquiryPayload ¶ added in v0.3.0
func ContactSalesAsInquiriesCreateInquiryPayload(v *ContactSales) InquiriesCreateInquiryPayload
ContactSalesAsInquiriesCreateInquiryPayload is a convenience function that returns ContactSales wrapped in InquiriesCreateInquiryPayload
func RegisterTestingAsInquiriesCreateInquiryPayload ¶ added in v0.3.0
func RegisterTestingAsInquiriesCreateInquiryPayload(v *RegisterTesting) InquiriesCreateInquiryPayload
RegisterTestingAsInquiriesCreateInquiryPayload is a convenience function that returns RegisterTesting wrapped in InquiriesCreateInquiryPayload
func SuggestProductAsInquiriesCreateInquiryPayload ¶ added in v0.3.0
func SuggestProductAsInquiriesCreateInquiryPayload(v *SuggestProduct) InquiriesCreateInquiryPayload
SuggestProductAsInquiriesCreateInquiryPayload is a convenience function that returns SuggestProduct wrapped in InquiriesCreateInquiryPayload
func (*InquiriesCreateInquiryPayload) GetActualInstance ¶ added in v0.3.0
func (obj *InquiriesCreateInquiryPayload) GetActualInstance() interface{}
Get the actual instance
func (InquiriesCreateInquiryPayload) MarshalJSON ¶ added in v0.3.0
func (src InquiriesCreateInquiryPayload) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*InquiriesCreateInquiryPayload) UnmarshalJSON ¶ added in v0.3.0
func (dst *InquiriesCreateInquiryPayload) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type ListCatalogProductsResponse ¶
type ListCatalogProductsResponse struct {
// A pagination cursor that represents a position in the dataset. Use it in subsequent requests to continue retrieving data from this position. If `null`, there are no more results to retrieve.
// REQUIRED
Cursor ListCatalogProductsResponseGetCursorAttributeType `json:"cursor"`
// REQUIRED
Items ListCatalogProductsResponseGetItemsAttributeType `json:"items"`
// The maximum number of items to return in the response. If not present, an appropriate default will be used. If maximum is exceeded, maximum is used.
// Can be cast to int32 without loss of precision.
// REQUIRED
Limit ListCatalogProductsResponseGetLimitAttributeType `json:"limit"`
}
ListCatalogProductsResponse struct for ListCatalogProductsResponse
func NewListCatalogProductsResponse ¶
func NewListCatalogProductsResponse(cursor ListCatalogProductsResponseGetCursorArgType, items ListCatalogProductsResponseGetItemsArgType, limit ListCatalogProductsResponseGetLimitArgType) *ListCatalogProductsResponse
NewListCatalogProductsResponse instantiates a new ListCatalogProductsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListCatalogProductsResponseWithDefaults ¶
func NewListCatalogProductsResponseWithDefaults() *ListCatalogProductsResponse
NewListCatalogProductsResponseWithDefaults instantiates a new ListCatalogProductsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListCatalogProductsResponse) GetCursor ¶
func (o *ListCatalogProductsResponse) GetCursor() (ret ListCatalogProductsResponseGetCursorRetType)
GetCursor returns the Cursor field value
func (*ListCatalogProductsResponse) GetCursorOk ¶
func (o *ListCatalogProductsResponse) GetCursorOk() (ret ListCatalogProductsResponseGetCursorRetType, ok bool)
GetCursorOk returns a tuple with the Cursor field value and a boolean to check if the value has been set.
func (*ListCatalogProductsResponse) GetItems ¶
func (o *ListCatalogProductsResponse) GetItems() (ret ListCatalogProductsResponseGetItemsRetType)
GetItems returns the Items field value
func (*ListCatalogProductsResponse) GetItemsOk ¶
func (o *ListCatalogProductsResponse) GetItemsOk() (ret ListCatalogProductsResponseGetItemsRetType, ok bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ListCatalogProductsResponse) GetLimit ¶
func (o *ListCatalogProductsResponse) GetLimit() (ret ListCatalogProductsResponseGetLimitRetType)
GetLimit returns the Limit field value
func (*ListCatalogProductsResponse) GetLimitOk ¶
func (o *ListCatalogProductsResponse) GetLimitOk() (ret ListCatalogProductsResponseGetLimitRetType, ok bool)
GetLimitOk returns a tuple with the Limit field value and a boolean to check if the value has been set.
func (*ListCatalogProductsResponse) SetCursor ¶
func (o *ListCatalogProductsResponse) SetCursor(v ListCatalogProductsResponseGetCursorRetType)
SetCursor sets field value
func (*ListCatalogProductsResponse) SetItems ¶
func (o *ListCatalogProductsResponse) SetItems(v ListCatalogProductsResponseGetItemsRetType)
SetItems sets field value
func (*ListCatalogProductsResponse) SetLimit ¶
func (o *ListCatalogProductsResponse) SetLimit(v ListCatalogProductsResponseGetLimitRetType)
SetLimit sets field value
func (ListCatalogProductsResponse) ToMap ¶
func (o ListCatalogProductsResponse) ToMap() (map[string]interface{}, error)
type ListCatalogProductsResponseGetCursorArgType ¶ added in v0.3.1
type ListCatalogProductsResponseGetCursorArgType = string
type ListCatalogProductsResponseGetCursorAttributeType ¶ added in v0.3.1
type ListCatalogProductsResponseGetCursorAttributeType = *string
isNotNullableString
type ListCatalogProductsResponseGetCursorRetType ¶ added in v0.3.1
type ListCatalogProductsResponseGetCursorRetType = string
type ListCatalogProductsResponseGetItemsArgType ¶ added in v0.3.1
type ListCatalogProductsResponseGetItemsArgType = []CatalogProductOverview
type ListCatalogProductsResponseGetItemsAttributeType ¶ added in v0.3.1
type ListCatalogProductsResponseGetItemsAttributeType = *[]CatalogProductOverview
isArray
type ListCatalogProductsResponseGetItemsRetType ¶ added in v0.3.1
type ListCatalogProductsResponseGetItemsRetType = []CatalogProductOverview
type ListCatalogProductsResponseGetLimitArgType ¶ added in v0.3.1
type ListCatalogProductsResponseGetLimitArgType = int64
type ListCatalogProductsResponseGetLimitAttributeType ¶ added in v0.3.1
type ListCatalogProductsResponseGetLimitAttributeType = *int64
isInteger
type ListCatalogProductsResponseGetLimitRetType ¶ added in v0.3.1
type ListCatalogProductsResponseGetLimitRetType = int64
type ListVendorSubscriptionsResponse ¶
type ListVendorSubscriptionsResponse struct {
// A pagination cursor that represents a position in the dataset. Use it in subsequent requests to continue retrieving data from this position. If `null`, there are no more results to retrieve.
// REQUIRED
Cursor ListVendorSubscriptionsResponseGetCursorAttributeType `json:"cursor"`
// List of subscriptions.
// REQUIRED
Items ListVendorSubscriptionsResponseGetItemsAttributeType `json:"items"`
// Number of subscriptions returned for a single request.
// Can be cast to int32 without loss of precision.
// REQUIRED
Limit ListVendorSubscriptionsResponseGetLimitAttributeType `json:"limit"`
}
ListVendorSubscriptionsResponse struct for ListVendorSubscriptionsResponse
func NewListVendorSubscriptionsResponse ¶
func NewListVendorSubscriptionsResponse(cursor ListVendorSubscriptionsResponseGetCursorArgType, items ListVendorSubscriptionsResponseGetItemsArgType, limit ListVendorSubscriptionsResponseGetLimitArgType) *ListVendorSubscriptionsResponse
NewListVendorSubscriptionsResponse instantiates a new ListVendorSubscriptionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListVendorSubscriptionsResponseWithDefaults ¶
func NewListVendorSubscriptionsResponseWithDefaults() *ListVendorSubscriptionsResponse
NewListVendorSubscriptionsResponseWithDefaults instantiates a new ListVendorSubscriptionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListVendorSubscriptionsResponse) GetCursor ¶
func (o *ListVendorSubscriptionsResponse) GetCursor() (ret ListVendorSubscriptionsResponseGetCursorRetType)
GetCursor returns the Cursor field value
func (*ListVendorSubscriptionsResponse) GetCursorOk ¶
func (o *ListVendorSubscriptionsResponse) GetCursorOk() (ret ListVendorSubscriptionsResponseGetCursorRetType, ok bool)
GetCursorOk returns a tuple with the Cursor field value and a boolean to check if the value has been set.
func (*ListVendorSubscriptionsResponse) GetItems ¶
func (o *ListVendorSubscriptionsResponse) GetItems() (ret ListVendorSubscriptionsResponseGetItemsRetType)
GetItems returns the Items field value
func (*ListVendorSubscriptionsResponse) GetItemsOk ¶
func (o *ListVendorSubscriptionsResponse) GetItemsOk() (ret ListVendorSubscriptionsResponseGetItemsRetType, ok bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ListVendorSubscriptionsResponse) GetLimit ¶
func (o *ListVendorSubscriptionsResponse) GetLimit() (ret ListVendorSubscriptionsResponseGetLimitRetType)
GetLimit returns the Limit field value
func (*ListVendorSubscriptionsResponse) GetLimitOk ¶
func (o *ListVendorSubscriptionsResponse) GetLimitOk() (ret ListVendorSubscriptionsResponseGetLimitRetType, ok bool)
GetLimitOk returns a tuple with the Limit field value and a boolean to check if the value has been set.
func (*ListVendorSubscriptionsResponse) SetCursor ¶
func (o *ListVendorSubscriptionsResponse) SetCursor(v ListVendorSubscriptionsResponseGetCursorRetType)
SetCursor sets field value
func (*ListVendorSubscriptionsResponse) SetItems ¶
func (o *ListVendorSubscriptionsResponse) SetItems(v ListVendorSubscriptionsResponseGetItemsRetType)
SetItems sets field value
func (*ListVendorSubscriptionsResponse) SetLimit ¶
func (o *ListVendorSubscriptionsResponse) SetLimit(v ListVendorSubscriptionsResponseGetLimitRetType)
SetLimit sets field value
func (ListVendorSubscriptionsResponse) ToMap ¶
func (o ListVendorSubscriptionsResponse) ToMap() (map[string]interface{}, error)
type ListVendorSubscriptionsResponseGetCursorArgType ¶ added in v0.3.1
type ListVendorSubscriptionsResponseGetCursorArgType = string
type ListVendorSubscriptionsResponseGetCursorAttributeType ¶ added in v0.3.1
type ListVendorSubscriptionsResponseGetCursorAttributeType = *string
isNotNullableString
type ListVendorSubscriptionsResponseGetCursorRetType ¶ added in v0.3.1
type ListVendorSubscriptionsResponseGetCursorRetType = string
type ListVendorSubscriptionsResponseGetItemsArgType ¶ added in v0.3.1
type ListVendorSubscriptionsResponseGetItemsArgType = []VendorSubscription
type ListVendorSubscriptionsResponseGetItemsAttributeType ¶ added in v0.3.1
type ListVendorSubscriptionsResponseGetItemsAttributeType = *[]VendorSubscription
isArray
type ListVendorSubscriptionsResponseGetItemsRetType ¶ added in v0.3.1
type ListVendorSubscriptionsResponseGetItemsRetType = []VendorSubscription
type ListVendorSubscriptionsResponseGetLimitArgType ¶ added in v0.3.1
type ListVendorSubscriptionsResponseGetLimitArgType = int64
type ListVendorSubscriptionsResponseGetLimitAttributeType ¶ added in v0.3.1
type ListVendorSubscriptionsResponseGetLimitAttributeType = *int64
isInteger
type ListVendorSubscriptionsResponseGetLimitRetType ¶ added in v0.3.1
type ListVendorSubscriptionsResponseGetLimitRetType = int64
type MappedNullable ¶
type NullableApproveSubscriptionPayload ¶ added in v0.3.0
type NullableApproveSubscriptionPayload struct {
// contains filtered or unexported fields
}
func NewNullableApproveSubscriptionPayload ¶ added in v0.3.0
func NewNullableApproveSubscriptionPayload(val *ApproveSubscriptionPayload) *NullableApproveSubscriptionPayload
func (NullableApproveSubscriptionPayload) Get ¶ added in v0.3.0
func (v NullableApproveSubscriptionPayload) Get() *ApproveSubscriptionPayload
func (NullableApproveSubscriptionPayload) IsSet ¶ added in v0.3.0
func (v NullableApproveSubscriptionPayload) IsSet() bool
func (NullableApproveSubscriptionPayload) MarshalJSON ¶ added in v0.3.0
func (v NullableApproveSubscriptionPayload) MarshalJSON() ([]byte, error)
func (*NullableApproveSubscriptionPayload) Set ¶ added in v0.3.0
func (v *NullableApproveSubscriptionPayload) Set(val *ApproveSubscriptionPayload)
func (*NullableApproveSubscriptionPayload) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableApproveSubscriptionPayload) UnmarshalJSON(src []byte) error
func (*NullableApproveSubscriptionPayload) Unset ¶ added in v0.3.0
func (v *NullableApproveSubscriptionPayload) Unset()
type NullableBecomeVendor ¶ added in v0.3.0
type NullableBecomeVendor struct {
// contains filtered or unexported fields
}
func NewNullableBecomeVendor ¶ added in v0.3.0
func NewNullableBecomeVendor(val *BecomeVendor) *NullableBecomeVendor
func (NullableBecomeVendor) Get ¶ added in v0.3.0
func (v NullableBecomeVendor) Get() *BecomeVendor
func (NullableBecomeVendor) IsSet ¶ added in v0.3.0
func (v NullableBecomeVendor) IsSet() bool
func (NullableBecomeVendor) MarshalJSON ¶ added in v0.3.0
func (v NullableBecomeVendor) MarshalJSON() ([]byte, error)
func (*NullableBecomeVendor) Set ¶ added in v0.3.0
func (v *NullableBecomeVendor) Set(val *BecomeVendor)
func (*NullableBecomeVendor) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableBecomeVendor) UnmarshalJSON(src []byte) error
func (*NullableBecomeVendor) Unset ¶ added in v0.3.0
func (v *NullableBecomeVendor) Unset()
type NullableBecomeVendorBecomeVendor ¶ added in v0.3.0
type NullableBecomeVendorBecomeVendor struct {
// contains filtered or unexported fields
}
func NewNullableBecomeVendorBecomeVendor ¶ added in v0.3.0
func NewNullableBecomeVendorBecomeVendor(val *BecomeVendorBecomeVendor) *NullableBecomeVendorBecomeVendor
func (NullableBecomeVendorBecomeVendor) Get ¶ added in v0.3.0
func (v NullableBecomeVendorBecomeVendor) Get() *BecomeVendorBecomeVendor
func (NullableBecomeVendorBecomeVendor) IsSet ¶ added in v0.3.0
func (v NullableBecomeVendorBecomeVendor) IsSet() bool
func (NullableBecomeVendorBecomeVendor) MarshalJSON ¶ added in v0.3.0
func (v NullableBecomeVendorBecomeVendor) MarshalJSON() ([]byte, error)
func (*NullableBecomeVendorBecomeVendor) Set ¶ added in v0.3.0
func (v *NullableBecomeVendorBecomeVendor) Set(val *BecomeVendorBecomeVendor)
func (*NullableBecomeVendorBecomeVendor) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableBecomeVendorBecomeVendor) UnmarshalJSON(src []byte) error
func (*NullableBecomeVendorBecomeVendor) Unset ¶ added in v0.3.0
func (v *NullableBecomeVendorBecomeVendor) 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 NullableCatalogPricingOptionHighlight ¶
type NullableCatalogPricingOptionHighlight struct {
// contains filtered or unexported fields
}
func NewNullableCatalogPricingOptionHighlight ¶
func NewNullableCatalogPricingOptionHighlight(val *CatalogPricingOptionHighlight) *NullableCatalogPricingOptionHighlight
func (NullableCatalogPricingOptionHighlight) Get ¶
func (v NullableCatalogPricingOptionHighlight) Get() *CatalogPricingOptionHighlight
func (NullableCatalogPricingOptionHighlight) IsSet ¶
func (v NullableCatalogPricingOptionHighlight) IsSet() bool
func (NullableCatalogPricingOptionHighlight) MarshalJSON ¶
func (v NullableCatalogPricingOptionHighlight) MarshalJSON() ([]byte, error)
func (*NullableCatalogPricingOptionHighlight) Set ¶
func (v *NullableCatalogPricingOptionHighlight) Set(val *CatalogPricingOptionHighlight)
func (*NullableCatalogPricingOptionHighlight) UnmarshalJSON ¶
func (v *NullableCatalogPricingOptionHighlight) UnmarshalJSON(src []byte) error
func (*NullableCatalogPricingOptionHighlight) Unset ¶
func (v *NullableCatalogPricingOptionHighlight) Unset()
type NullableCatalogProductDetail ¶
type NullableCatalogProductDetail struct {
// contains filtered or unexported fields
}
func NewNullableCatalogProductDetail ¶
func NewNullableCatalogProductDetail(val *CatalogProductDetail) *NullableCatalogProductDetail
func (NullableCatalogProductDetail) Get ¶
func (v NullableCatalogProductDetail) Get() *CatalogProductDetail
func (NullableCatalogProductDetail) IsSet ¶
func (v NullableCatalogProductDetail) IsSet() bool
func (NullableCatalogProductDetail) MarshalJSON ¶
func (v NullableCatalogProductDetail) MarshalJSON() ([]byte, error)
func (*NullableCatalogProductDetail) Set ¶
func (v *NullableCatalogProductDetail) Set(val *CatalogProductDetail)
func (*NullableCatalogProductDetail) UnmarshalJSON ¶
func (v *NullableCatalogProductDetail) UnmarshalJSON(src []byte) error
func (*NullableCatalogProductDetail) Unset ¶
func (v *NullableCatalogProductDetail) Unset()
type NullableCatalogProductDetailsVendor ¶
type NullableCatalogProductDetailsVendor struct {
// contains filtered or unexported fields
}
func NewNullableCatalogProductDetailsVendor ¶
func NewNullableCatalogProductDetailsVendor(val *CatalogProductDetailsVendor) *NullableCatalogProductDetailsVendor
func (NullableCatalogProductDetailsVendor) Get ¶
func (v NullableCatalogProductDetailsVendor) Get() *CatalogProductDetailsVendor
func (NullableCatalogProductDetailsVendor) IsSet ¶
func (v NullableCatalogProductDetailsVendor) IsSet() bool
func (NullableCatalogProductDetailsVendor) MarshalJSON ¶
func (v NullableCatalogProductDetailsVendor) MarshalJSON() ([]byte, error)
func (*NullableCatalogProductDetailsVendor) Set ¶
func (v *NullableCatalogProductDetailsVendor) Set(val *CatalogProductDetailsVendor)
func (*NullableCatalogProductDetailsVendor) UnmarshalJSON ¶
func (v *NullableCatalogProductDetailsVendor) UnmarshalJSON(src []byte) error
func (*NullableCatalogProductDetailsVendor) Unset ¶
func (v *NullableCatalogProductDetailsVendor) Unset()
type NullableCatalogProductHighlight ¶
type NullableCatalogProductHighlight struct {
// contains filtered or unexported fields
}
func NewNullableCatalogProductHighlight ¶
func NewNullableCatalogProductHighlight(val *CatalogProductHighlight) *NullableCatalogProductHighlight
func (NullableCatalogProductHighlight) Get ¶
func (v NullableCatalogProductHighlight) Get() *CatalogProductHighlight
func (NullableCatalogProductHighlight) IsSet ¶
func (v NullableCatalogProductHighlight) IsSet() bool
func (NullableCatalogProductHighlight) MarshalJSON ¶
func (v NullableCatalogProductHighlight) MarshalJSON() ([]byte, error)
func (*NullableCatalogProductHighlight) Set ¶
func (v *NullableCatalogProductHighlight) Set(val *CatalogProductHighlight)
func (*NullableCatalogProductHighlight) UnmarshalJSON ¶
func (v *NullableCatalogProductHighlight) UnmarshalJSON(src []byte) error
func (*NullableCatalogProductHighlight) Unset ¶
func (v *NullableCatalogProductHighlight) Unset()
type NullableCatalogProductOverview ¶
type NullableCatalogProductOverview struct {
// contains filtered or unexported fields
}
func NewNullableCatalogProductOverview ¶
func NewNullableCatalogProductOverview(val *CatalogProductOverview) *NullableCatalogProductOverview
func (NullableCatalogProductOverview) Get ¶
func (v NullableCatalogProductOverview) Get() *CatalogProductOverview
func (NullableCatalogProductOverview) IsSet ¶
func (v NullableCatalogProductOverview) IsSet() bool
func (NullableCatalogProductOverview) MarshalJSON ¶
func (v NullableCatalogProductOverview) MarshalJSON() ([]byte, error)
func (*NullableCatalogProductOverview) Set ¶
func (v *NullableCatalogProductOverview) Set(val *CatalogProductOverview)
func (*NullableCatalogProductOverview) UnmarshalJSON ¶
func (v *NullableCatalogProductOverview) UnmarshalJSON(src []byte) error
func (*NullableCatalogProductOverview) Unset ¶
func (v *NullableCatalogProductOverview) Unset()
type NullableCatalogProductOverviewVendor ¶
type NullableCatalogProductOverviewVendor struct {
// contains filtered or unexported fields
}
func NewNullableCatalogProductOverviewVendor ¶
func NewNullableCatalogProductOverviewVendor(val *CatalogProductOverviewVendor) *NullableCatalogProductOverviewVendor
func (NullableCatalogProductOverviewVendor) Get ¶
func (v NullableCatalogProductOverviewVendor) Get() *CatalogProductOverviewVendor
func (NullableCatalogProductOverviewVendor) IsSet ¶
func (v NullableCatalogProductOverviewVendor) IsSet() bool
func (NullableCatalogProductOverviewVendor) MarshalJSON ¶
func (v NullableCatalogProductOverviewVendor) MarshalJSON() ([]byte, error)
func (*NullableCatalogProductOverviewVendor) Set ¶
func (v *NullableCatalogProductOverviewVendor) Set(val *CatalogProductOverviewVendor)
func (*NullableCatalogProductOverviewVendor) UnmarshalJSON ¶
func (v *NullableCatalogProductOverviewVendor) UnmarshalJSON(src []byte) error
func (*NullableCatalogProductOverviewVendor) Unset ¶
func (v *NullableCatalogProductOverviewVendor) Unset()
type NullableCatalogProductPricingOption ¶
type NullableCatalogProductPricingOption struct {
// contains filtered or unexported fields
}
func NewNullableCatalogProductPricingOption ¶
func NewNullableCatalogProductPricingOption(val *CatalogProductPricingOption) *NullableCatalogProductPricingOption
func (NullableCatalogProductPricingOption) Get ¶
func (v NullableCatalogProductPricingOption) Get() *CatalogProductPricingOption
func (NullableCatalogProductPricingOption) IsSet ¶
func (v NullableCatalogProductPricingOption) IsSet() bool
func (NullableCatalogProductPricingOption) MarshalJSON ¶
func (v NullableCatalogProductPricingOption) MarshalJSON() ([]byte, error)
func (*NullableCatalogProductPricingOption) Set ¶
func (v *NullableCatalogProductPricingOption) Set(val *CatalogProductPricingOption)
func (*NullableCatalogProductPricingOption) UnmarshalJSON ¶
func (v *NullableCatalogProductPricingOption) UnmarshalJSON(src []byte) error
func (*NullableCatalogProductPricingOption) Unset ¶
func (v *NullableCatalogProductPricingOption) Unset()
type NullableCatalogProductSupportResource ¶
type NullableCatalogProductSupportResource struct {
// contains filtered or unexported fields
}
func NewNullableCatalogProductSupportResource ¶
func NewNullableCatalogProductSupportResource(val *CatalogProductSupportResource) *NullableCatalogProductSupportResource
func (NullableCatalogProductSupportResource) Get ¶
func (v NullableCatalogProductSupportResource) Get() *CatalogProductSupportResource
func (NullableCatalogProductSupportResource) IsSet ¶
func (v NullableCatalogProductSupportResource) IsSet() bool
func (NullableCatalogProductSupportResource) MarshalJSON ¶
func (v NullableCatalogProductSupportResource) MarshalJSON() ([]byte, error)
func (*NullableCatalogProductSupportResource) Set ¶
func (v *NullableCatalogProductSupportResource) Set(val *CatalogProductSupportResource)
func (*NullableCatalogProductSupportResource) UnmarshalJSON ¶
func (v *NullableCatalogProductSupportResource) UnmarshalJSON(src []byte) error
func (*NullableCatalogProductSupportResource) Unset ¶
func (v *NullableCatalogProductSupportResource) Unset()
type NullableCatalogProductVendorTerms ¶
type NullableCatalogProductVendorTerms struct {
// contains filtered or unexported fields
}
func NewNullableCatalogProductVendorTerms ¶
func NewNullableCatalogProductVendorTerms(val *CatalogProductVendorTerms) *NullableCatalogProductVendorTerms
func (NullableCatalogProductVendorTerms) Get ¶
func (v NullableCatalogProductVendorTerms) Get() *CatalogProductVendorTerms
func (NullableCatalogProductVendorTerms) IsSet ¶
func (v NullableCatalogProductVendorTerms) IsSet() bool
func (NullableCatalogProductVendorTerms) MarshalJSON ¶
func (v NullableCatalogProductVendorTerms) MarshalJSON() ([]byte, error)
func (*NullableCatalogProductVendorTerms) Set ¶
func (v *NullableCatalogProductVendorTerms) Set(val *CatalogProductVendorTerms)
func (*NullableCatalogProductVendorTerms) UnmarshalJSON ¶
func (v *NullableCatalogProductVendorTerms) UnmarshalJSON(src []byte) error
func (*NullableCatalogProductVendorTerms) Unset ¶
func (v *NullableCatalogProductVendorTerms) Unset()
type NullableContactSales ¶ added in v0.3.0
type NullableContactSales struct {
// contains filtered or unexported fields
}
func NewNullableContactSales ¶ added in v0.3.0
func NewNullableContactSales(val *ContactSales) *NullableContactSales
func (NullableContactSales) Get ¶ added in v0.3.0
func (v NullableContactSales) Get() *ContactSales
func (NullableContactSales) IsSet ¶ added in v0.3.0
func (v NullableContactSales) IsSet() bool
func (NullableContactSales) MarshalJSON ¶ added in v0.3.0
func (v NullableContactSales) MarshalJSON() ([]byte, error)
func (*NullableContactSales) Set ¶ added in v0.3.0
func (v *NullableContactSales) Set(val *ContactSales)
func (*NullableContactSales) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableContactSales) UnmarshalJSON(src []byte) error
func (*NullableContactSales) Unset ¶ added in v0.3.0
func (v *NullableContactSales) Unset()
type NullableContactSalesContactSales ¶ added in v0.3.0
type NullableContactSalesContactSales struct {
// contains filtered or unexported fields
}
func NewNullableContactSalesContactSales ¶ added in v0.3.0
func NewNullableContactSalesContactSales(val *ContactSalesContactSales) *NullableContactSalesContactSales
func (NullableContactSalesContactSales) Get ¶ added in v0.3.0
func (v NullableContactSalesContactSales) Get() *ContactSalesContactSales
func (NullableContactSalesContactSales) IsSet ¶ added in v0.3.0
func (v NullableContactSalesContactSales) IsSet() bool
func (NullableContactSalesContactSales) MarshalJSON ¶ added in v0.3.0
func (v NullableContactSalesContactSales) MarshalJSON() ([]byte, error)
func (*NullableContactSalesContactSales) Set ¶ added in v0.3.0
func (v *NullableContactSalesContactSales) Set(val *ContactSalesContactSales)
func (*NullableContactSalesContactSales) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableContactSalesContactSales) UnmarshalJSON(src []byte) error
func (*NullableContactSalesContactSales) Unset ¶ added in v0.3.0
func (v *NullableContactSalesContactSales) Unset()
type NullableCurrentSubscriptionStateResponse ¶
type NullableCurrentSubscriptionStateResponse struct {
// contains filtered or unexported fields
}
func NewNullableCurrentSubscriptionStateResponse ¶
func NewNullableCurrentSubscriptionStateResponse(val *CurrentSubscriptionStateResponse) *NullableCurrentSubscriptionStateResponse
func (NullableCurrentSubscriptionStateResponse) IsSet ¶
func (v NullableCurrentSubscriptionStateResponse) IsSet() bool
func (NullableCurrentSubscriptionStateResponse) MarshalJSON ¶
func (v NullableCurrentSubscriptionStateResponse) MarshalJSON() ([]byte, error)
func (*NullableCurrentSubscriptionStateResponse) Set ¶
func (v *NullableCurrentSubscriptionStateResponse) Set(val *CurrentSubscriptionStateResponse)
func (*NullableCurrentSubscriptionStateResponse) UnmarshalJSON ¶
func (v *NullableCurrentSubscriptionStateResponse) UnmarshalJSON(src []byte) error
func (*NullableCurrentSubscriptionStateResponse) Unset ¶
func (v *NullableCurrentSubscriptionStateResponse) Unset()
type NullableErrorResponse ¶
type NullableErrorResponse struct {
// contains filtered or unexported fields
}
func NewNullableErrorResponse ¶
func NewNullableErrorResponse(val *ErrorResponse) *NullableErrorResponse
func (NullableErrorResponse) Get ¶
func (v NullableErrorResponse) Get() *ErrorResponse
func (NullableErrorResponse) IsSet ¶
func (v NullableErrorResponse) IsSet() bool
func (NullableErrorResponse) MarshalJSON ¶
func (v NullableErrorResponse) MarshalJSON() ([]byte, error)
func (*NullableErrorResponse) Set ¶
func (v *NullableErrorResponse) Set(val *ErrorResponse)
func (*NullableErrorResponse) UnmarshalJSON ¶
func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error
func (*NullableErrorResponse) Unset ¶
func (v *NullableErrorResponse) 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 NullableInquiriesCreateInquiryPayload ¶ added in v0.3.0
type NullableInquiriesCreateInquiryPayload struct {
// contains filtered or unexported fields
}
func NewNullableInquiriesCreateInquiryPayload ¶ added in v0.3.0
func NewNullableInquiriesCreateInquiryPayload(val *InquiriesCreateInquiryPayload) *NullableInquiriesCreateInquiryPayload
func (NullableInquiriesCreateInquiryPayload) Get ¶ added in v0.3.0
func (v NullableInquiriesCreateInquiryPayload) Get() *InquiriesCreateInquiryPayload
func (NullableInquiriesCreateInquiryPayload) IsSet ¶ added in v0.3.0
func (v NullableInquiriesCreateInquiryPayload) IsSet() bool
func (NullableInquiriesCreateInquiryPayload) MarshalJSON ¶ added in v0.3.0
func (v NullableInquiriesCreateInquiryPayload) MarshalJSON() ([]byte, error)
func (*NullableInquiriesCreateInquiryPayload) Set ¶ added in v0.3.0
func (v *NullableInquiriesCreateInquiryPayload) Set(val *InquiriesCreateInquiryPayload)
func (*NullableInquiriesCreateInquiryPayload) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableInquiriesCreateInquiryPayload) UnmarshalJSON(src []byte) error
func (*NullableInquiriesCreateInquiryPayload) Unset ¶ added in v0.3.0
func (v *NullableInquiriesCreateInquiryPayload) 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 NullableListCatalogProductsResponse ¶
type NullableListCatalogProductsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListCatalogProductsResponse ¶
func NewNullableListCatalogProductsResponse(val *ListCatalogProductsResponse) *NullableListCatalogProductsResponse
func (NullableListCatalogProductsResponse) Get ¶
func (v NullableListCatalogProductsResponse) Get() *ListCatalogProductsResponse
func (NullableListCatalogProductsResponse) IsSet ¶
func (v NullableListCatalogProductsResponse) IsSet() bool
func (NullableListCatalogProductsResponse) MarshalJSON ¶
func (v NullableListCatalogProductsResponse) MarshalJSON() ([]byte, error)
func (*NullableListCatalogProductsResponse) Set ¶
func (v *NullableListCatalogProductsResponse) Set(val *ListCatalogProductsResponse)
func (*NullableListCatalogProductsResponse) UnmarshalJSON ¶
func (v *NullableListCatalogProductsResponse) UnmarshalJSON(src []byte) error
func (*NullableListCatalogProductsResponse) Unset ¶
func (v *NullableListCatalogProductsResponse) Unset()
type NullableListVendorSubscriptionsResponse ¶
type NullableListVendorSubscriptionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListVendorSubscriptionsResponse ¶
func NewNullableListVendorSubscriptionsResponse(val *ListVendorSubscriptionsResponse) *NullableListVendorSubscriptionsResponse
func (NullableListVendorSubscriptionsResponse) IsSet ¶
func (v NullableListVendorSubscriptionsResponse) IsSet() bool
func (NullableListVendorSubscriptionsResponse) MarshalJSON ¶
func (v NullableListVendorSubscriptionsResponse) MarshalJSON() ([]byte, error)
func (*NullableListVendorSubscriptionsResponse) Set ¶
func (v *NullableListVendorSubscriptionsResponse) Set(val *ListVendorSubscriptionsResponse)
func (*NullableListVendorSubscriptionsResponse) UnmarshalJSON ¶
func (v *NullableListVendorSubscriptionsResponse) UnmarshalJSON(src []byte) error
func (*NullableListVendorSubscriptionsResponse) Unset ¶
func (v *NullableListVendorSubscriptionsResponse) Unset()
type NullableRegisterTesting ¶ added in v0.3.0
type NullableRegisterTesting struct {
// contains filtered or unexported fields
}
func NewNullableRegisterTesting ¶ added in v0.3.0
func NewNullableRegisterTesting(val *RegisterTesting) *NullableRegisterTesting
func (NullableRegisterTesting) Get ¶ added in v0.3.0
func (v NullableRegisterTesting) Get() *RegisterTesting
func (NullableRegisterTesting) IsSet ¶ added in v0.3.0
func (v NullableRegisterTesting) IsSet() bool
func (NullableRegisterTesting) MarshalJSON ¶ added in v0.3.0
func (v NullableRegisterTesting) MarshalJSON() ([]byte, error)
func (*NullableRegisterTesting) Set ¶ added in v0.3.0
func (v *NullableRegisterTesting) Set(val *RegisterTesting)
func (*NullableRegisterTesting) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableRegisterTesting) UnmarshalJSON(src []byte) error
func (*NullableRegisterTesting) Unset ¶ added in v0.3.0
func (v *NullableRegisterTesting) Unset()
type NullableRegisterTestingRegisterTesting ¶ added in v0.3.0
type NullableRegisterTestingRegisterTesting struct {
// contains filtered or unexported fields
}
func NewNullableRegisterTestingRegisterTesting ¶ added in v0.3.0
func NewNullableRegisterTestingRegisterTesting(val *RegisterTestingRegisterTesting) *NullableRegisterTestingRegisterTesting
func (NullableRegisterTestingRegisterTesting) Get ¶ added in v0.3.0
func (v NullableRegisterTestingRegisterTesting) Get() *RegisterTestingRegisterTesting
func (NullableRegisterTestingRegisterTesting) IsSet ¶ added in v0.3.0
func (v NullableRegisterTestingRegisterTesting) IsSet() bool
func (NullableRegisterTestingRegisterTesting) MarshalJSON ¶ added in v0.3.0
func (v NullableRegisterTestingRegisterTesting) MarshalJSON() ([]byte, error)
func (*NullableRegisterTestingRegisterTesting) Set ¶ added in v0.3.0
func (v *NullableRegisterTestingRegisterTesting) Set(val *RegisterTestingRegisterTesting)
func (*NullableRegisterTestingRegisterTesting) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableRegisterTestingRegisterTesting) UnmarshalJSON(src []byte) error
func (*NullableRegisterTestingRegisterTesting) Unset ¶ added in v0.3.0
func (v *NullableRegisterTestingRegisterTesting) Unset()
type NullableRequestedSubscriptionStateResponse ¶
type NullableRequestedSubscriptionStateResponse struct {
// contains filtered or unexported fields
}
func NewNullableRequestedSubscriptionStateResponse ¶
func NewNullableRequestedSubscriptionStateResponse(val *RequestedSubscriptionStateResponse) *NullableRequestedSubscriptionStateResponse
func (NullableRequestedSubscriptionStateResponse) IsSet ¶
func (v NullableRequestedSubscriptionStateResponse) IsSet() bool
func (NullableRequestedSubscriptionStateResponse) MarshalJSON ¶
func (v NullableRequestedSubscriptionStateResponse) MarshalJSON() ([]byte, error)
func (*NullableRequestedSubscriptionStateResponse) Set ¶
func (v *NullableRequestedSubscriptionStateResponse) Set(val *RequestedSubscriptionStateResponse)
func (*NullableRequestedSubscriptionStateResponse) UnmarshalJSON ¶
func (v *NullableRequestedSubscriptionStateResponse) UnmarshalJSON(src []byte) error
func (*NullableRequestedSubscriptionStateResponse) Unset ¶
func (v *NullableRequestedSubscriptionStateResponse) Unset()
type NullableResolveCustomerPayload ¶
type NullableResolveCustomerPayload struct {
// contains filtered or unexported fields
}
func NewNullableResolveCustomerPayload ¶
func NewNullableResolveCustomerPayload(val *ResolveCustomerPayload) *NullableResolveCustomerPayload
func (NullableResolveCustomerPayload) Get ¶
func (v NullableResolveCustomerPayload) Get() *ResolveCustomerPayload
func (NullableResolveCustomerPayload) IsSet ¶
func (v NullableResolveCustomerPayload) IsSet() bool
func (NullableResolveCustomerPayload) MarshalJSON ¶
func (v NullableResolveCustomerPayload) MarshalJSON() ([]byte, error)
func (*NullableResolveCustomerPayload) Set ¶
func (v *NullableResolveCustomerPayload) Set(val *ResolveCustomerPayload)
func (*NullableResolveCustomerPayload) UnmarshalJSON ¶
func (v *NullableResolveCustomerPayload) UnmarshalJSON(src []byte) error
func (*NullableResolveCustomerPayload) Unset ¶
func (v *NullableResolveCustomerPayload) 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 NullableSubscriptionCancelResponse ¶
type NullableSubscriptionCancelResponse struct {
// contains filtered or unexported fields
}
func NewNullableSubscriptionCancelResponse ¶
func NewNullableSubscriptionCancelResponse(val *SubscriptionCancelResponse) *NullableSubscriptionCancelResponse
func (NullableSubscriptionCancelResponse) Get ¶
func (v NullableSubscriptionCancelResponse) Get() *SubscriptionCancelResponse
func (NullableSubscriptionCancelResponse) IsSet ¶
func (v NullableSubscriptionCancelResponse) IsSet() bool
func (NullableSubscriptionCancelResponse) MarshalJSON ¶
func (v NullableSubscriptionCancelResponse) MarshalJSON() ([]byte, error)
func (*NullableSubscriptionCancelResponse) Set ¶
func (v *NullableSubscriptionCancelResponse) Set(val *SubscriptionCancelResponse)
func (*NullableSubscriptionCancelResponse) UnmarshalJSON ¶
func (v *NullableSubscriptionCancelResponse) UnmarshalJSON(src []byte) error
func (*NullableSubscriptionCancelResponse) Unset ¶
func (v *NullableSubscriptionCancelResponse) Unset()
type NullableSubscriptionProduct ¶
type NullableSubscriptionProduct struct {
// contains filtered or unexported fields
}
func NewNullableSubscriptionProduct ¶
func NewNullableSubscriptionProduct(val *SubscriptionProduct) *NullableSubscriptionProduct
func (NullableSubscriptionProduct) Get ¶
func (v NullableSubscriptionProduct) Get() *SubscriptionProduct
func (NullableSubscriptionProduct) IsSet ¶
func (v NullableSubscriptionProduct) IsSet() bool
func (NullableSubscriptionProduct) MarshalJSON ¶
func (v NullableSubscriptionProduct) MarshalJSON() ([]byte, error)
func (*NullableSubscriptionProduct) Set ¶
func (v *NullableSubscriptionProduct) Set(val *SubscriptionProduct)
func (*NullableSubscriptionProduct) UnmarshalJSON ¶
func (v *NullableSubscriptionProduct) UnmarshalJSON(src []byte) error
func (*NullableSubscriptionProduct) Unset ¶
func (v *NullableSubscriptionProduct) Unset()
type NullableSuggestProduct ¶ added in v0.3.0
type NullableSuggestProduct struct {
// contains filtered or unexported fields
}
func NewNullableSuggestProduct ¶ added in v0.3.0
func NewNullableSuggestProduct(val *SuggestProduct) *NullableSuggestProduct
func (NullableSuggestProduct) Get ¶ added in v0.3.0
func (v NullableSuggestProduct) Get() *SuggestProduct
func (NullableSuggestProduct) IsSet ¶ added in v0.3.0
func (v NullableSuggestProduct) IsSet() bool
func (NullableSuggestProduct) MarshalJSON ¶ added in v0.3.0
func (v NullableSuggestProduct) MarshalJSON() ([]byte, error)
func (*NullableSuggestProduct) Set ¶ added in v0.3.0
func (v *NullableSuggestProduct) Set(val *SuggestProduct)
func (*NullableSuggestProduct) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableSuggestProduct) UnmarshalJSON(src []byte) error
func (*NullableSuggestProduct) Unset ¶ added in v0.3.0
func (v *NullableSuggestProduct) Unset()
type NullableSuggestProductSuggestProduct ¶ added in v0.3.0
type NullableSuggestProductSuggestProduct struct {
// contains filtered or unexported fields
}
func NewNullableSuggestProductSuggestProduct ¶ added in v0.3.0
func NewNullableSuggestProductSuggestProduct(val *SuggestProductSuggestProduct) *NullableSuggestProductSuggestProduct
func (NullableSuggestProductSuggestProduct) Get ¶ added in v0.3.0
func (v NullableSuggestProductSuggestProduct) Get() *SuggestProductSuggestProduct
func (NullableSuggestProductSuggestProduct) IsSet ¶ added in v0.3.0
func (v NullableSuggestProductSuggestProduct) IsSet() bool
func (NullableSuggestProductSuggestProduct) MarshalJSON ¶ added in v0.3.0
func (v NullableSuggestProductSuggestProduct) MarshalJSON() ([]byte, error)
func (*NullableSuggestProductSuggestProduct) Set ¶ added in v0.3.0
func (v *NullableSuggestProductSuggestProduct) Set(val *SuggestProductSuggestProduct)
func (*NullableSuggestProductSuggestProduct) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableSuggestProductSuggestProduct) UnmarshalJSON(src []byte) error
func (*NullableSuggestProductSuggestProduct) Unset ¶ added in v0.3.0
func (v *NullableSuggestProductSuggestProduct) 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 NullableValue ¶ added in v0.3.1
type NullableValue[T any] struct { // contains filtered or unexported fields }
func (NullableValue[T]) Get ¶ added in v0.3.1
func (v NullableValue[T]) Get() *T
func (NullableValue[T]) IsSet ¶ added in v0.3.1
func (v NullableValue[T]) IsSet() bool
func (*NullableValue[T]) Set ¶ added in v0.3.1
func (v *NullableValue[T]) Set(val *T)
func (*NullableValue[T]) Unset ¶ added in v0.3.1
func (v *NullableValue[T]) Unset()
type NullableVendorSubscription ¶
type NullableVendorSubscription struct {
// contains filtered or unexported fields
}
func NewNullableVendorSubscription ¶
func NewNullableVendorSubscription(val *VendorSubscription) *NullableVendorSubscription
func (NullableVendorSubscription) Get ¶
func (v NullableVendorSubscription) Get() *VendorSubscription
func (NullableVendorSubscription) IsSet ¶
func (v NullableVendorSubscription) IsSet() bool
func (NullableVendorSubscription) MarshalJSON ¶
func (v NullableVendorSubscription) MarshalJSON() ([]byte, error)
func (*NullableVendorSubscription) Set ¶
func (v *NullableVendorSubscription) Set(val *VendorSubscription)
func (*NullableVendorSubscription) UnmarshalJSON ¶
func (v *NullableVendorSubscription) UnmarshalJSON(src []byte) error
func (*NullableVendorSubscription) Unset ¶
func (v *NullableVendorSubscription) Unset()
type RegisterTesting ¶ added in v0.3.0
type RegisterTesting struct {
// REQUIRED
RegisterTesting RegisterTestingGetRegisterTestingAttributeType `json:"registerTesting"`
// The form type.
// REQUIRED
Type RegisterTestingGetTypeAttributeType `json:"type"`
}
RegisterTesting Register for testing.
func NewRegisterTesting ¶ added in v0.3.0
func NewRegisterTesting(registerTesting RegisterTestingGetRegisterTestingArgType, type_ RegisterTestingGetTypeArgType) *RegisterTesting
NewRegisterTesting instantiates a new RegisterTesting object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRegisterTestingWithDefaults ¶ added in v0.3.0
func NewRegisterTestingWithDefaults() *RegisterTesting
NewRegisterTestingWithDefaults instantiates a new RegisterTesting object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RegisterTesting) GetRegisterTesting ¶ added in v0.3.0
func (o *RegisterTesting) GetRegisterTesting() (ret RegisterTestingGetRegisterTestingRetType)
GetRegisterTesting returns the RegisterTesting field value
func (*RegisterTesting) GetRegisterTestingOk ¶ added in v0.3.0
func (o *RegisterTesting) GetRegisterTestingOk() (ret RegisterTestingGetRegisterTestingRetType, ok bool)
GetRegisterTestingOk returns a tuple with the RegisterTesting field value and a boolean to check if the value has been set.
func (*RegisterTesting) GetType ¶ added in v0.3.0
func (o *RegisterTesting) GetType() (ret RegisterTestingGetTypeRetType)
GetType returns the Type field value
func (*RegisterTesting) GetTypeOk ¶ added in v0.3.0
func (o *RegisterTesting) GetTypeOk() (ret RegisterTestingGetTypeRetType, ok bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*RegisterTesting) SetRegisterTesting ¶ added in v0.3.0
func (o *RegisterTesting) SetRegisterTesting(v RegisterTestingGetRegisterTestingRetType)
SetRegisterTesting sets field value
func (*RegisterTesting) SetType ¶ added in v0.3.0
func (o *RegisterTesting) SetType(v RegisterTestingGetTypeRetType)
SetType sets field value
func (RegisterTesting) ToMap ¶ added in v0.3.0
func (o RegisterTesting) ToMap() (map[string]interface{}, error)
type RegisterTestingGetRegisterTestingArgType ¶ added in v0.3.1
type RegisterTestingGetRegisterTestingArgType = RegisterTestingRegisterTesting
type RegisterTestingGetRegisterTestingAttributeType ¶ added in v0.3.1
type RegisterTestingGetRegisterTestingAttributeType = *RegisterTestingRegisterTesting
isModel
type RegisterTestingGetRegisterTestingRetType ¶ added in v0.3.1
type RegisterTestingGetRegisterTestingRetType = RegisterTestingRegisterTesting
type RegisterTestingGetTypeArgType ¶ added in v0.3.1
type RegisterTestingGetTypeArgType = string
type RegisterTestingGetTypeAttributeType ¶ added in v0.3.1
type RegisterTestingGetTypeAttributeType = *string
isEnumRef
type RegisterTestingGetTypeRetType ¶ added in v0.3.1
type RegisterTestingGetTypeRetType = string
type RegisterTestingRegisterTesting ¶ added in v0.3.0
type RegisterTestingRegisterTesting struct {
// The contact e-mail address.
// REQUIRED
ContactEmail RegisterTestingRegisterTestingGetContactEmailAttributeType `json:"contactEmail"`
// The full name of the contact person.
// REQUIRED
FullName RegisterTestingRegisterTestingGetFullNameAttributeType `json:"fullName"`
// The message content.
// REQUIRED
Message RegisterTestingRegisterTestingGetMessageAttributeType `json:"message"`
}
RegisterTestingRegisterTesting struct for RegisterTestingRegisterTesting
func NewRegisterTestingRegisterTesting ¶ added in v0.3.0
func NewRegisterTestingRegisterTesting(contactEmail RegisterTestingRegisterTestingGetContactEmailArgType, fullName RegisterTestingRegisterTestingGetFullNameArgType, message RegisterTestingRegisterTestingGetMessageArgType) *RegisterTestingRegisterTesting
NewRegisterTestingRegisterTesting instantiates a new RegisterTestingRegisterTesting object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRegisterTestingRegisterTestingWithDefaults ¶ added in v0.3.0
func NewRegisterTestingRegisterTestingWithDefaults() *RegisterTestingRegisterTesting
NewRegisterTestingRegisterTestingWithDefaults instantiates a new RegisterTestingRegisterTesting object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RegisterTestingRegisterTesting) GetContactEmail ¶ added in v0.3.0
func (o *RegisterTestingRegisterTesting) GetContactEmail() (ret RegisterTestingRegisterTestingGetContactEmailRetType)
GetContactEmail returns the ContactEmail field value
func (*RegisterTestingRegisterTesting) GetContactEmailOk ¶ added in v0.3.0
func (o *RegisterTestingRegisterTesting) GetContactEmailOk() (ret RegisterTestingRegisterTestingGetContactEmailRetType, ok bool)
GetContactEmailOk returns a tuple with the ContactEmail field value and a boolean to check if the value has been set.
func (*RegisterTestingRegisterTesting) GetFullName ¶ added in v0.3.0
func (o *RegisterTestingRegisterTesting) GetFullName() (ret RegisterTestingRegisterTestingGetFullNameRetType)
GetFullName returns the FullName field value
func (*RegisterTestingRegisterTesting) GetFullNameOk ¶ added in v0.3.0
func (o *RegisterTestingRegisterTesting) GetFullNameOk() (ret RegisterTestingRegisterTestingGetFullNameRetType, ok bool)
GetFullNameOk returns a tuple with the FullName field value and a boolean to check if the value has been set.
func (*RegisterTestingRegisterTesting) GetMessage ¶ added in v0.3.0
func (o *RegisterTestingRegisterTesting) GetMessage() (ret RegisterTestingRegisterTestingGetMessageRetType)
GetMessage returns the Message field value
func (*RegisterTestingRegisterTesting) GetMessageOk ¶ added in v0.3.0
func (o *RegisterTestingRegisterTesting) GetMessageOk() (ret RegisterTestingRegisterTestingGetMessageRetType, ok bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*RegisterTestingRegisterTesting) SetContactEmail ¶ added in v0.3.0
func (o *RegisterTestingRegisterTesting) SetContactEmail(v RegisterTestingRegisterTestingGetContactEmailRetType)
SetContactEmail sets field value
func (*RegisterTestingRegisterTesting) SetFullName ¶ added in v0.3.0
func (o *RegisterTestingRegisterTesting) SetFullName(v RegisterTestingRegisterTestingGetFullNameRetType)
SetFullName sets field value
func (*RegisterTestingRegisterTesting) SetMessage ¶ added in v0.3.0
func (o *RegisterTestingRegisterTesting) SetMessage(v RegisterTestingRegisterTestingGetMessageRetType)
SetMessage sets field value
func (RegisterTestingRegisterTesting) ToMap ¶ added in v0.3.0
func (o RegisterTestingRegisterTesting) ToMap() (map[string]interface{}, error)
type RegisterTestingRegisterTestingGetContactEmailArgType ¶ added in v0.3.1
type RegisterTestingRegisterTestingGetContactEmailArgType = string
type RegisterTestingRegisterTestingGetContactEmailAttributeType ¶ added in v0.3.1
type RegisterTestingRegisterTestingGetContactEmailAttributeType = *string
isNotNullableString
type RegisterTestingRegisterTestingGetContactEmailRetType ¶ added in v0.3.1
type RegisterTestingRegisterTestingGetContactEmailRetType = string
type RegisterTestingRegisterTestingGetFullNameArgType ¶ added in v0.3.1
type RegisterTestingRegisterTestingGetFullNameArgType = string
type RegisterTestingRegisterTestingGetFullNameAttributeType ¶ added in v0.3.1
type RegisterTestingRegisterTestingGetFullNameAttributeType = *string
isNotNullableString
type RegisterTestingRegisterTestingGetFullNameRetType ¶ added in v0.3.1
type RegisterTestingRegisterTestingGetFullNameRetType = string
type RegisterTestingRegisterTestingGetMessageArgType ¶ added in v0.3.1
type RegisterTestingRegisterTestingGetMessageArgType = string
type RegisterTestingRegisterTestingGetMessageAttributeType ¶ added in v0.3.1
type RegisterTestingRegisterTestingGetMessageAttributeType = *string
isNotNullableString
type RegisterTestingRegisterTestingGetMessageRetType ¶ added in v0.3.1
type RegisterTestingRegisterTestingGetMessageRetType = string
type RequestedSubscriptionStateResponse ¶
type RequestedSubscriptionStateResponse struct {
// Lifecycle state of the subscription.
// REQUIRED
LifecycleState RequestedSubscriptionStateResponseGetLifecycleStateAttributeType `json:"lifecycleState"`
// The subscription ID.
// REQUIRED
SubscriptionId RequestedSubscriptionStateResponseGetSubscriptionIdAttributeType `json:"subscriptionId"`
}
RequestedSubscriptionStateResponse struct for RequestedSubscriptionStateResponse
func NewRequestedSubscriptionStateResponse ¶
func NewRequestedSubscriptionStateResponse(lifecycleState RequestedSubscriptionStateResponseGetLifecycleStateArgType, subscriptionId RequestedSubscriptionStateResponseGetSubscriptionIdArgType) *RequestedSubscriptionStateResponse
NewRequestedSubscriptionStateResponse instantiates a new RequestedSubscriptionStateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRequestedSubscriptionStateResponseWithDefaults ¶
func NewRequestedSubscriptionStateResponseWithDefaults() *RequestedSubscriptionStateResponse
NewRequestedSubscriptionStateResponseWithDefaults instantiates a new RequestedSubscriptionStateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RequestedSubscriptionStateResponse) GetLifecycleState ¶
func (o *RequestedSubscriptionStateResponse) GetLifecycleState() (ret RequestedSubscriptionStateResponseGetLifecycleStateRetType)
GetLifecycleState returns the LifecycleState field value
func (*RequestedSubscriptionStateResponse) GetLifecycleStateOk ¶
func (o *RequestedSubscriptionStateResponse) GetLifecycleStateOk() (ret RequestedSubscriptionStateResponseGetLifecycleStateRetType, ok bool)
GetLifecycleStateOk returns a tuple with the LifecycleState field value and a boolean to check if the value has been set.
func (*RequestedSubscriptionStateResponse) GetSubscriptionId ¶
func (o *RequestedSubscriptionStateResponse) GetSubscriptionId() (ret RequestedSubscriptionStateResponseGetSubscriptionIdRetType)
GetSubscriptionId returns the SubscriptionId field value
func (*RequestedSubscriptionStateResponse) GetSubscriptionIdOk ¶
func (o *RequestedSubscriptionStateResponse) GetSubscriptionIdOk() (ret RequestedSubscriptionStateResponseGetSubscriptionIdRetType, ok bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value and a boolean to check if the value has been set.
func (*RequestedSubscriptionStateResponse) SetLifecycleState ¶
func (o *RequestedSubscriptionStateResponse) SetLifecycleState(v RequestedSubscriptionStateResponseGetLifecycleStateRetType)
SetLifecycleState sets field value
func (*RequestedSubscriptionStateResponse) SetSubscriptionId ¶
func (o *RequestedSubscriptionStateResponse) SetSubscriptionId(v RequestedSubscriptionStateResponseGetSubscriptionIdRetType)
SetSubscriptionId sets field value
func (RequestedSubscriptionStateResponse) ToMap ¶
func (o RequestedSubscriptionStateResponse) ToMap() (map[string]interface{}, error)
type RequestedSubscriptionStateResponseGetLifecycleStateArgType ¶ added in v0.3.1
type RequestedSubscriptionStateResponseGetLifecycleStateArgType = string
type RequestedSubscriptionStateResponseGetLifecycleStateAttributeType ¶ added in v0.3.1
type RequestedSubscriptionStateResponseGetLifecycleStateAttributeType = *string
isEnumRef
type RequestedSubscriptionStateResponseGetLifecycleStateRetType ¶ added in v0.3.1
type RequestedSubscriptionStateResponseGetLifecycleStateRetType = string
type RequestedSubscriptionStateResponseGetSubscriptionIdArgType ¶ added in v0.3.1
type RequestedSubscriptionStateResponseGetSubscriptionIdArgType = string
type RequestedSubscriptionStateResponseGetSubscriptionIdAttributeType ¶ added in v0.3.1
type RequestedSubscriptionStateResponseGetSubscriptionIdAttributeType = *string
isNotNullableString
type RequestedSubscriptionStateResponseGetSubscriptionIdRetType ¶ added in v0.3.1
type RequestedSubscriptionStateResponseGetSubscriptionIdRetType = string
type ResolveCustomerPayload ¶
type ResolveCustomerPayload struct {
// Opaque token exchangeable for subscription details.
// REQUIRED
Token ResolveCustomerPayloadGetTokenAttributeType `json:"token"`
}
ResolveCustomerPayload struct for ResolveCustomerPayload
func NewResolveCustomerPayload ¶
func NewResolveCustomerPayload(token ResolveCustomerPayloadGetTokenArgType) *ResolveCustomerPayload
NewResolveCustomerPayload instantiates a new ResolveCustomerPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResolveCustomerPayloadWithDefaults ¶
func NewResolveCustomerPayloadWithDefaults() *ResolveCustomerPayload
NewResolveCustomerPayloadWithDefaults instantiates a new ResolveCustomerPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResolveCustomerPayload) GetToken ¶
func (o *ResolveCustomerPayload) GetToken() (ret ResolveCustomerPayloadGetTokenRetType)
GetToken returns the Token field value
func (*ResolveCustomerPayload) GetTokenOk ¶
func (o *ResolveCustomerPayload) GetTokenOk() (ret ResolveCustomerPayloadGetTokenRetType, ok bool)
GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.
func (*ResolveCustomerPayload) SetToken ¶
func (o *ResolveCustomerPayload) SetToken(v ResolveCustomerPayloadGetTokenRetType)
SetToken sets field value
func (ResolveCustomerPayload) ToMap ¶
func (o ResolveCustomerPayload) ToMap() (map[string]interface{}, error)
type ResolveCustomerPayloadGetTokenArgType ¶ added in v0.3.1
type ResolveCustomerPayloadGetTokenArgType = string
type ResolveCustomerPayloadGetTokenAttributeType ¶ added in v0.3.1
type ResolveCustomerPayloadGetTokenAttributeType = *string
isNotNullableString
type ResolveCustomerPayloadGetTokenRetType ¶ added in v0.3.1
type ResolveCustomerPayloadGetTokenRetType = string
type SubscriptionCancelResponse ¶
type SubscriptionCancelResponse struct {
// REQUIRED
CurrentSubscription SubscriptionCancelResponseGetCurrentSubscriptionAttributeType `json:"currentSubscription"`
// REQUIRED
RequestedSubscription SubscriptionCancelResponseGetRequestedSubscriptionAttributeType `json:"requestedSubscription"`
}
SubscriptionCancelResponse struct for SubscriptionCancelResponse
func NewSubscriptionCancelResponse ¶
func NewSubscriptionCancelResponse(currentSubscription SubscriptionCancelResponseGetCurrentSubscriptionArgType, requestedSubscription SubscriptionCancelResponseGetRequestedSubscriptionArgType) *SubscriptionCancelResponse
NewSubscriptionCancelResponse instantiates a new SubscriptionCancelResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSubscriptionCancelResponseWithDefaults ¶
func NewSubscriptionCancelResponseWithDefaults() *SubscriptionCancelResponse
NewSubscriptionCancelResponseWithDefaults instantiates a new SubscriptionCancelResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SubscriptionCancelResponse) GetCurrentSubscription ¶
func (o *SubscriptionCancelResponse) GetCurrentSubscription() (ret SubscriptionCancelResponseGetCurrentSubscriptionRetType)
GetCurrentSubscription returns the CurrentSubscription field value
func (*SubscriptionCancelResponse) GetCurrentSubscriptionOk ¶
func (o *SubscriptionCancelResponse) GetCurrentSubscriptionOk() (ret SubscriptionCancelResponseGetCurrentSubscriptionRetType, ok bool)
GetCurrentSubscriptionOk returns a tuple with the CurrentSubscription field value and a boolean to check if the value has been set.
func (*SubscriptionCancelResponse) GetRequestedSubscription ¶
func (o *SubscriptionCancelResponse) GetRequestedSubscription() (ret SubscriptionCancelResponseGetRequestedSubscriptionRetType)
GetRequestedSubscription returns the RequestedSubscription field value
func (*SubscriptionCancelResponse) GetRequestedSubscriptionOk ¶
func (o *SubscriptionCancelResponse) GetRequestedSubscriptionOk() (ret SubscriptionCancelResponseGetRequestedSubscriptionRetType, ok bool)
GetRequestedSubscriptionOk returns a tuple with the RequestedSubscription field value and a boolean to check if the value has been set.
func (*SubscriptionCancelResponse) SetCurrentSubscription ¶
func (o *SubscriptionCancelResponse) SetCurrentSubscription(v SubscriptionCancelResponseGetCurrentSubscriptionRetType)
SetCurrentSubscription sets field value
func (*SubscriptionCancelResponse) SetRequestedSubscription ¶
func (o *SubscriptionCancelResponse) SetRequestedSubscription(v SubscriptionCancelResponseGetRequestedSubscriptionRetType)
SetRequestedSubscription sets field value
func (SubscriptionCancelResponse) ToMap ¶
func (o SubscriptionCancelResponse) ToMap() (map[string]interface{}, error)
type SubscriptionCancelResponseGetCurrentSubscriptionArgType ¶ added in v0.3.1
type SubscriptionCancelResponseGetCurrentSubscriptionArgType = CurrentSubscriptionStateResponse
type SubscriptionCancelResponseGetCurrentSubscriptionAttributeType ¶ added in v0.3.1
type SubscriptionCancelResponseGetCurrentSubscriptionAttributeType = *CurrentSubscriptionStateResponse
isModel
type SubscriptionCancelResponseGetCurrentSubscriptionRetType ¶ added in v0.3.1
type SubscriptionCancelResponseGetCurrentSubscriptionRetType = CurrentSubscriptionStateResponse
type SubscriptionCancelResponseGetRequestedSubscriptionArgType ¶ added in v0.3.1
type SubscriptionCancelResponseGetRequestedSubscriptionArgType = RequestedSubscriptionStateResponse
type SubscriptionCancelResponseGetRequestedSubscriptionAttributeType ¶ added in v0.3.1
type SubscriptionCancelResponseGetRequestedSubscriptionAttributeType = *RequestedSubscriptionStateResponse
isModel
type SubscriptionCancelResponseGetRequestedSubscriptionRetType ¶ added in v0.3.1
type SubscriptionCancelResponseGetRequestedSubscriptionRetType = RequestedSubscriptionStateResponse
type SubscriptionProduct ¶
type SubscriptionProduct struct {
// The product's delivery method.
// REQUIRED
DeliveryMethod SubscriptionProductGetDeliveryMethodAttributeType `json:"deliveryMethod"`
// The lifecycle state of the product.
// REQUIRED
LifecycleState SubscriptionProductGetLifecycleStateAttributeType `json:"lifecycleState"`
// The product's price type.
// REQUIRED
PriceType SubscriptionProductGetPriceTypeAttributeType `json:"priceType"`
// The product's pricing plan.
// REQUIRED
PricingPlan SubscriptionProductGetPricingPlanAttributeType `json:"pricingPlan"`
// The product ID.
// REQUIRED
ProductId SubscriptionProductGetProductIdAttributeType `json:"productId"`
// The name of the product.
// REQUIRED
ProductName SubscriptionProductGetProductNameAttributeType `json:"productName"`
// The product's vendor name.
// REQUIRED
VendorName SubscriptionProductGetVendorNameAttributeType `json:"vendorName"`
// The vendor's website.
// REQUIRED
VendorWebsiteUrl SubscriptionProductGetVendorWebsiteUrlAttributeType `json:"vendorWebsiteUrl"`
}
SubscriptionProduct struct for SubscriptionProduct
func NewSubscriptionProduct ¶
func NewSubscriptionProduct(deliveryMethod SubscriptionProductGetDeliveryMethodArgType, lifecycleState SubscriptionProductGetLifecycleStateArgType, priceType SubscriptionProductGetPriceTypeArgType, pricingPlan SubscriptionProductGetPricingPlanArgType, productId SubscriptionProductGetProductIdArgType, productName SubscriptionProductGetProductNameArgType, vendorName SubscriptionProductGetVendorNameArgType, vendorWebsiteUrl SubscriptionProductGetVendorWebsiteUrlArgType) *SubscriptionProduct
NewSubscriptionProduct instantiates a new SubscriptionProduct object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSubscriptionProductWithDefaults ¶
func NewSubscriptionProductWithDefaults() *SubscriptionProduct
NewSubscriptionProductWithDefaults instantiates a new SubscriptionProduct object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SubscriptionProduct) GetDeliveryMethod ¶
func (o *SubscriptionProduct) GetDeliveryMethod() (ret SubscriptionProductGetDeliveryMethodRetType)
GetDeliveryMethod returns the DeliveryMethod field value
func (*SubscriptionProduct) GetDeliveryMethodOk ¶
func (o *SubscriptionProduct) GetDeliveryMethodOk() (ret SubscriptionProductGetDeliveryMethodRetType, ok bool)
GetDeliveryMethodOk returns a tuple with the DeliveryMethod field value and a boolean to check if the value has been set.
func (*SubscriptionProduct) GetLifecycleState ¶
func (o *SubscriptionProduct) GetLifecycleState() (ret SubscriptionProductGetLifecycleStateRetType)
GetLifecycleState returns the LifecycleState field value
func (*SubscriptionProduct) GetLifecycleStateOk ¶
func (o *SubscriptionProduct) GetLifecycleStateOk() (ret SubscriptionProductGetLifecycleStateRetType, ok bool)
GetLifecycleStateOk returns a tuple with the LifecycleState field value and a boolean to check if the value has been set.
func (*SubscriptionProduct) GetPriceType ¶
func (o *SubscriptionProduct) GetPriceType() (ret SubscriptionProductGetPriceTypeRetType)
GetPriceType returns the PriceType field value
func (*SubscriptionProduct) GetPriceTypeOk ¶
func (o *SubscriptionProduct) GetPriceTypeOk() (ret SubscriptionProductGetPriceTypeRetType, ok bool)
GetPriceTypeOk returns a tuple with the PriceType field value and a boolean to check if the value has been set.
func (*SubscriptionProduct) GetPricingPlan ¶
func (o *SubscriptionProduct) GetPricingPlan() (ret SubscriptionProductGetPricingPlanRetType)
GetPricingPlan returns the PricingPlan field value
func (*SubscriptionProduct) GetPricingPlanOk ¶
func (o *SubscriptionProduct) GetPricingPlanOk() (ret SubscriptionProductGetPricingPlanRetType, ok bool)
GetPricingPlanOk returns a tuple with the PricingPlan field value and a boolean to check if the value has been set.
func (*SubscriptionProduct) GetProductId ¶
func (o *SubscriptionProduct) GetProductId() (ret SubscriptionProductGetProductIdRetType)
GetProductId returns the ProductId field value
func (*SubscriptionProduct) GetProductIdOk ¶
func (o *SubscriptionProduct) GetProductIdOk() (ret SubscriptionProductGetProductIdRetType, ok bool)
GetProductIdOk returns a tuple with the ProductId field value and a boolean to check if the value has been set.
func (*SubscriptionProduct) GetProductName ¶
func (o *SubscriptionProduct) GetProductName() (ret SubscriptionProductGetProductNameRetType)
GetProductName returns the ProductName field value
func (*SubscriptionProduct) GetProductNameOk ¶
func (o *SubscriptionProduct) GetProductNameOk() (ret SubscriptionProductGetProductNameRetType, ok bool)
GetProductNameOk returns a tuple with the ProductName field value and a boolean to check if the value has been set.
func (*SubscriptionProduct) GetVendorName ¶
func (o *SubscriptionProduct) GetVendorName() (ret SubscriptionProductGetVendorNameRetType)
GetVendorName returns the VendorName field value
func (*SubscriptionProduct) GetVendorNameOk ¶
func (o *SubscriptionProduct) GetVendorNameOk() (ret SubscriptionProductGetVendorNameRetType, ok bool)
GetVendorNameOk returns a tuple with the VendorName field value and a boolean to check if the value has been set.
func (*SubscriptionProduct) GetVendorWebsiteUrl ¶
func (o *SubscriptionProduct) GetVendorWebsiteUrl() (ret SubscriptionProductGetVendorWebsiteUrlRetType)
GetVendorWebsiteUrl returns the VendorWebsiteUrl field value
func (*SubscriptionProduct) GetVendorWebsiteUrlOk ¶
func (o *SubscriptionProduct) GetVendorWebsiteUrlOk() (ret SubscriptionProductGetVendorWebsiteUrlRetType, ok bool)
GetVendorWebsiteUrlOk returns a tuple with the VendorWebsiteUrl field value and a boolean to check if the value has been set.
func (*SubscriptionProduct) SetDeliveryMethod ¶
func (o *SubscriptionProduct) SetDeliveryMethod(v SubscriptionProductGetDeliveryMethodRetType)
SetDeliveryMethod sets field value
func (*SubscriptionProduct) SetLifecycleState ¶
func (o *SubscriptionProduct) SetLifecycleState(v SubscriptionProductGetLifecycleStateRetType)
SetLifecycleState sets field value
func (*SubscriptionProduct) SetPriceType ¶
func (o *SubscriptionProduct) SetPriceType(v SubscriptionProductGetPriceTypeRetType)
SetPriceType sets field value
func (*SubscriptionProduct) SetPricingPlan ¶
func (o *SubscriptionProduct) SetPricingPlan(v SubscriptionProductGetPricingPlanRetType)
SetPricingPlan sets field value
func (*SubscriptionProduct) SetProductId ¶
func (o *SubscriptionProduct) SetProductId(v SubscriptionProductGetProductIdRetType)
SetProductId sets field value
func (*SubscriptionProduct) SetProductName ¶
func (o *SubscriptionProduct) SetProductName(v SubscriptionProductGetProductNameRetType)
SetProductName sets field value
func (*SubscriptionProduct) SetVendorName ¶
func (o *SubscriptionProduct) SetVendorName(v SubscriptionProductGetVendorNameRetType)
SetVendorName sets field value
func (*SubscriptionProduct) SetVendorWebsiteUrl ¶
func (o *SubscriptionProduct) SetVendorWebsiteUrl(v SubscriptionProductGetVendorWebsiteUrlRetType)
SetVendorWebsiteUrl sets field value
func (SubscriptionProduct) ToMap ¶
func (o SubscriptionProduct) ToMap() (map[string]interface{}, error)
type SubscriptionProductGetDeliveryMethodArgType ¶ added in v0.3.1
type SubscriptionProductGetDeliveryMethodArgType = string
type SubscriptionProductGetDeliveryMethodAttributeType ¶ added in v0.3.1
type SubscriptionProductGetDeliveryMethodAttributeType = *string
isEnumRef
type SubscriptionProductGetDeliveryMethodRetType ¶ added in v0.3.1
type SubscriptionProductGetDeliveryMethodRetType = string
type SubscriptionProductGetLifecycleStateArgType ¶ added in v0.3.1
type SubscriptionProductGetLifecycleStateArgType = string
type SubscriptionProductGetLifecycleStateAttributeType ¶ added in v0.3.1
type SubscriptionProductGetLifecycleStateAttributeType = *string
isEnumRef
type SubscriptionProductGetLifecycleStateRetType ¶ added in v0.3.1
type SubscriptionProductGetLifecycleStateRetType = string
type SubscriptionProductGetPriceTypeArgType ¶ added in v0.3.1
type SubscriptionProductGetPriceTypeArgType = string
type SubscriptionProductGetPriceTypeAttributeType ¶ added in v0.3.1
type SubscriptionProductGetPriceTypeAttributeType = *string
isEnumRef
type SubscriptionProductGetPriceTypeRetType ¶ added in v0.3.1
type SubscriptionProductGetPriceTypeRetType = string
type SubscriptionProductGetPricingPlanArgType ¶ added in v0.3.1
type SubscriptionProductGetPricingPlanArgType = string
type SubscriptionProductGetPricingPlanAttributeType ¶ added in v0.3.1
type SubscriptionProductGetPricingPlanAttributeType = *string
isNotNullableString
type SubscriptionProductGetPricingPlanRetType ¶ added in v0.3.1
type SubscriptionProductGetPricingPlanRetType = string
type SubscriptionProductGetProductIdArgType ¶ added in v0.3.1
type SubscriptionProductGetProductIdArgType = string
type SubscriptionProductGetProductIdAttributeType ¶ added in v0.3.1
type SubscriptionProductGetProductIdAttributeType = *string
isNotNullableString
type SubscriptionProductGetProductIdRetType ¶ added in v0.3.1
type SubscriptionProductGetProductIdRetType = string
type SubscriptionProductGetProductNameArgType ¶ added in v0.3.1
type SubscriptionProductGetProductNameArgType = string
type SubscriptionProductGetProductNameAttributeType ¶ added in v0.3.1
type SubscriptionProductGetProductNameAttributeType = *string
isNotNullableString
type SubscriptionProductGetProductNameRetType ¶ added in v0.3.1
type SubscriptionProductGetProductNameRetType = string
type SubscriptionProductGetVendorNameArgType ¶ added in v0.3.1
type SubscriptionProductGetVendorNameArgType = string
type SubscriptionProductGetVendorNameAttributeType ¶ added in v0.3.1
type SubscriptionProductGetVendorNameAttributeType = *string
isNotNullableString
type SubscriptionProductGetVendorNameRetType ¶ added in v0.3.1
type SubscriptionProductGetVendorNameRetType = string
type SubscriptionProductGetVendorWebsiteUrlArgType ¶ added in v0.3.1
type SubscriptionProductGetVendorWebsiteUrlArgType = string
type SubscriptionProductGetVendorWebsiteUrlAttributeType ¶ added in v0.3.1
type SubscriptionProductGetVendorWebsiteUrlAttributeType = *string
isNotNullableString
type SubscriptionProductGetVendorWebsiteUrlRetType ¶ added in v0.3.1
type SubscriptionProductGetVendorWebsiteUrlRetType = string
type SuggestProduct ¶ added in v0.3.0
type SuggestProduct struct {
// REQUIRED
SuggestProduct SuggestProductGetSuggestProductAttributeType `json:"suggestProduct"`
// The form type.
// REQUIRED
Type SuggestProductGetTypeAttributeType `json:"type"`
}
SuggestProduct Suggest a product.
func NewSuggestProduct ¶ added in v0.3.0
func NewSuggestProduct(suggestProduct SuggestProductGetSuggestProductArgType, type_ SuggestProductGetTypeArgType) *SuggestProduct
NewSuggestProduct instantiates a new SuggestProduct object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSuggestProductWithDefaults ¶ added in v0.3.0
func NewSuggestProductWithDefaults() *SuggestProduct
NewSuggestProductWithDefaults instantiates a new SuggestProduct object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SuggestProduct) GetSuggestProduct ¶ added in v0.3.0
func (o *SuggestProduct) GetSuggestProduct() (ret SuggestProductGetSuggestProductRetType)
GetSuggestProduct returns the SuggestProduct field value
func (*SuggestProduct) GetSuggestProductOk ¶ added in v0.3.0
func (o *SuggestProduct) GetSuggestProductOk() (ret SuggestProductGetSuggestProductRetType, ok bool)
GetSuggestProductOk returns a tuple with the SuggestProduct field value and a boolean to check if the value has been set.
func (*SuggestProduct) GetType ¶ added in v0.3.0
func (o *SuggestProduct) GetType() (ret SuggestProductGetTypeRetType)
GetType returns the Type field value
func (*SuggestProduct) GetTypeOk ¶ added in v0.3.0
func (o *SuggestProduct) GetTypeOk() (ret SuggestProductGetTypeRetType, ok bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*SuggestProduct) SetSuggestProduct ¶ added in v0.3.0
func (o *SuggestProduct) SetSuggestProduct(v SuggestProductGetSuggestProductRetType)
SetSuggestProduct sets field value
func (*SuggestProduct) SetType ¶ added in v0.3.0
func (o *SuggestProduct) SetType(v SuggestProductGetTypeRetType)
SetType sets field value
func (SuggestProduct) ToMap ¶ added in v0.3.0
func (o SuggestProduct) ToMap() (map[string]interface{}, error)
type SuggestProductGetSuggestProductArgType ¶ added in v0.3.1
type SuggestProductGetSuggestProductArgType = SuggestProductSuggestProduct
type SuggestProductGetSuggestProductAttributeType ¶ added in v0.3.1
type SuggestProductGetSuggestProductAttributeType = *SuggestProductSuggestProduct
isModel
type SuggestProductGetSuggestProductRetType ¶ added in v0.3.1
type SuggestProductGetSuggestProductRetType = SuggestProductSuggestProduct
type SuggestProductGetTypeArgType ¶ added in v0.3.1
type SuggestProductGetTypeArgType = string
type SuggestProductGetTypeAttributeType ¶ added in v0.3.1
type SuggestProductGetTypeAttributeType = *string
isEnumRef
type SuggestProductGetTypeRetType ¶ added in v0.3.1
type SuggestProductGetTypeRetType = string
type SuggestProductSuggestProduct ¶ added in v0.3.0
type SuggestProductSuggestProduct struct {
// The suggested product's company name.
// REQUIRED
CompanyName SuggestProductSuggestProductGetCompanyNameAttributeType `json:"companyName"`
// An additional message.
Message SuggestProductSuggestProductGetMessageAttributeType `json:"message,omitempty"`
// The suggested product name.
// REQUIRED
Name SuggestProductSuggestProductGetNameAttributeType `json:"name"`
// The suggested product's website URL.
// REQUIRED
Url SuggestProductSuggestProductGetUrlAttributeType `json:"url"`
}
SuggestProductSuggestProduct struct for SuggestProductSuggestProduct
func NewSuggestProductSuggestProduct ¶ added in v0.3.0
func NewSuggestProductSuggestProduct(companyName SuggestProductSuggestProductGetCompanyNameArgType, name SuggestProductSuggestProductGetNameArgType, url SuggestProductSuggestProductGetUrlArgType) *SuggestProductSuggestProduct
NewSuggestProductSuggestProduct instantiates a new SuggestProductSuggestProduct object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSuggestProductSuggestProductWithDefaults ¶ added in v0.3.0
func NewSuggestProductSuggestProductWithDefaults() *SuggestProductSuggestProduct
NewSuggestProductSuggestProductWithDefaults instantiates a new SuggestProductSuggestProduct object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SuggestProductSuggestProduct) GetCompanyName ¶ added in v0.3.0
func (o *SuggestProductSuggestProduct) GetCompanyName() (ret SuggestProductSuggestProductGetCompanyNameRetType)
GetCompanyName returns the CompanyName field value
func (*SuggestProductSuggestProduct) GetCompanyNameOk ¶ added in v0.3.0
func (o *SuggestProductSuggestProduct) GetCompanyNameOk() (ret SuggestProductSuggestProductGetCompanyNameRetType, ok bool)
GetCompanyNameOk returns a tuple with the CompanyName field value and a boolean to check if the value has been set.
func (*SuggestProductSuggestProduct) GetMessage ¶ added in v0.3.0
func (o *SuggestProductSuggestProduct) GetMessage() (res SuggestProductSuggestProductGetMessageRetType)
GetMessage returns the Message field value if set, zero value otherwise.
func (*SuggestProductSuggestProduct) GetMessageOk ¶ added in v0.3.0
func (o *SuggestProductSuggestProduct) GetMessageOk() (ret SuggestProductSuggestProductGetMessageRetType, ok 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 (*SuggestProductSuggestProduct) GetName ¶ added in v0.3.0
func (o *SuggestProductSuggestProduct) GetName() (ret SuggestProductSuggestProductGetNameRetType)
GetName returns the Name field value
func (*SuggestProductSuggestProduct) GetNameOk ¶ added in v0.3.0
func (o *SuggestProductSuggestProduct) GetNameOk() (ret SuggestProductSuggestProductGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SuggestProductSuggestProduct) GetUrl ¶ added in v0.3.0
func (o *SuggestProductSuggestProduct) GetUrl() (ret SuggestProductSuggestProductGetUrlRetType)
GetUrl returns the Url field value
func (*SuggestProductSuggestProduct) GetUrlOk ¶ added in v0.3.0
func (o *SuggestProductSuggestProduct) GetUrlOk() (ret SuggestProductSuggestProductGetUrlRetType, ok bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*SuggestProductSuggestProduct) HasMessage ¶ added in v0.3.0
func (o *SuggestProductSuggestProduct) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*SuggestProductSuggestProduct) SetCompanyName ¶ added in v0.3.0
func (o *SuggestProductSuggestProduct) SetCompanyName(v SuggestProductSuggestProductGetCompanyNameRetType)
SetCompanyName sets field value
func (*SuggestProductSuggestProduct) SetMessage ¶ added in v0.3.0
func (o *SuggestProductSuggestProduct) SetMessage(v SuggestProductSuggestProductGetMessageRetType)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*SuggestProductSuggestProduct) SetName ¶ added in v0.3.0
func (o *SuggestProductSuggestProduct) SetName(v SuggestProductSuggestProductGetNameRetType)
SetName sets field value
func (*SuggestProductSuggestProduct) SetUrl ¶ added in v0.3.0
func (o *SuggestProductSuggestProduct) SetUrl(v SuggestProductSuggestProductGetUrlRetType)
SetUrl sets field value
func (SuggestProductSuggestProduct) ToMap ¶ added in v0.3.0
func (o SuggestProductSuggestProduct) ToMap() (map[string]interface{}, error)
type SuggestProductSuggestProductGetCompanyNameArgType ¶ added in v0.3.1
type SuggestProductSuggestProductGetCompanyNameArgType = string
type SuggestProductSuggestProductGetCompanyNameAttributeType ¶ added in v0.3.1
type SuggestProductSuggestProductGetCompanyNameAttributeType = *string
isNotNullableString
type SuggestProductSuggestProductGetCompanyNameRetType ¶ added in v0.3.1
type SuggestProductSuggestProductGetCompanyNameRetType = string
type SuggestProductSuggestProductGetMessageArgType ¶ added in v0.3.1
type SuggestProductSuggestProductGetMessageArgType = string
type SuggestProductSuggestProductGetMessageAttributeType ¶ added in v0.3.1
type SuggestProductSuggestProductGetMessageAttributeType = *string
isNotNullableString
type SuggestProductSuggestProductGetMessageRetType ¶ added in v0.3.1
type SuggestProductSuggestProductGetMessageRetType = string
type SuggestProductSuggestProductGetNameArgType ¶ added in v0.3.1
type SuggestProductSuggestProductGetNameArgType = string
type SuggestProductSuggestProductGetNameAttributeType ¶ added in v0.3.1
type SuggestProductSuggestProductGetNameAttributeType = *string
isNotNullableString
type SuggestProductSuggestProductGetNameRetType ¶ added in v0.3.1
type SuggestProductSuggestProductGetNameRetType = string
type SuggestProductSuggestProductGetUrlArgType ¶ added in v0.3.1
type SuggestProductSuggestProductGetUrlArgType = string
type SuggestProductSuggestProductGetUrlAttributeType ¶ added in v0.3.1
type SuggestProductSuggestProductGetUrlAttributeType = *string
isNotNullableString
type SuggestProductSuggestProductGetUrlRetType ¶ added in v0.3.1
type SuggestProductSuggestProductGetUrlRetType = string
type VendorSubscription ¶
type VendorSubscription struct {
// Lifecycle state of the subscription.
// REQUIRED
LifecycleState VendorSubscriptionGetLifecycleStateAttributeType `json:"lifecycleState"`
// REQUIRED
Product VendorSubscriptionGetProductAttributeType `json:"product"`
// The associated consumer project ID.
// REQUIRED
ProjectId VendorSubscriptionGetProjectIdAttributeType `json:"projectId"`
// The subscription ID.
// REQUIRED
SubscriptionId VendorSubscriptionGetSubscriptionIdAttributeType `json:"subscriptionId"`
}
VendorSubscription struct for VendorSubscription
func NewVendorSubscription ¶
func NewVendorSubscription(lifecycleState VendorSubscriptionGetLifecycleStateArgType, product VendorSubscriptionGetProductArgType, projectId VendorSubscriptionGetProjectIdArgType, subscriptionId VendorSubscriptionGetSubscriptionIdArgType) *VendorSubscription
NewVendorSubscription instantiates a new VendorSubscription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVendorSubscriptionWithDefaults ¶
func NewVendorSubscriptionWithDefaults() *VendorSubscription
NewVendorSubscriptionWithDefaults instantiates a new VendorSubscription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VendorSubscription) GetLifecycleState ¶
func (o *VendorSubscription) GetLifecycleState() (ret VendorSubscriptionGetLifecycleStateRetType)
GetLifecycleState returns the LifecycleState field value
func (*VendorSubscription) GetLifecycleStateOk ¶
func (o *VendorSubscription) GetLifecycleStateOk() (ret VendorSubscriptionGetLifecycleStateRetType, ok bool)
GetLifecycleStateOk returns a tuple with the LifecycleState field value and a boolean to check if the value has been set.
func (*VendorSubscription) GetProduct ¶
func (o *VendorSubscription) GetProduct() (ret VendorSubscriptionGetProductRetType)
GetProduct returns the Product field value
func (*VendorSubscription) GetProductOk ¶
func (o *VendorSubscription) GetProductOk() (ret VendorSubscriptionGetProductRetType, ok bool)
GetProductOk returns a tuple with the Product field value and a boolean to check if the value has been set.
func (*VendorSubscription) GetProjectId ¶
func (o *VendorSubscription) GetProjectId() (ret VendorSubscriptionGetProjectIdRetType)
GetProjectId returns the ProjectId field value
func (*VendorSubscription) GetProjectIdOk ¶
func (o *VendorSubscription) GetProjectIdOk() (ret VendorSubscriptionGetProjectIdRetType, ok bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*VendorSubscription) GetSubscriptionId ¶
func (o *VendorSubscription) GetSubscriptionId() (ret VendorSubscriptionGetSubscriptionIdRetType)
GetSubscriptionId returns the SubscriptionId field value
func (*VendorSubscription) GetSubscriptionIdOk ¶
func (o *VendorSubscription) GetSubscriptionIdOk() (ret VendorSubscriptionGetSubscriptionIdRetType, ok bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value and a boolean to check if the value has been set.
func (*VendorSubscription) SetLifecycleState ¶
func (o *VendorSubscription) SetLifecycleState(v VendorSubscriptionGetLifecycleStateRetType)
SetLifecycleState sets field value
func (*VendorSubscription) SetProduct ¶
func (o *VendorSubscription) SetProduct(v VendorSubscriptionGetProductRetType)
SetProduct sets field value
func (*VendorSubscription) SetProjectId ¶
func (o *VendorSubscription) SetProjectId(v VendorSubscriptionGetProjectIdRetType)
SetProjectId sets field value
func (*VendorSubscription) SetSubscriptionId ¶
func (o *VendorSubscription) SetSubscriptionId(v VendorSubscriptionGetSubscriptionIdRetType)
SetSubscriptionId sets field value
func (VendorSubscription) ToMap ¶
func (o VendorSubscription) ToMap() (map[string]interface{}, error)
type VendorSubscriptionGetLifecycleStateArgType ¶ added in v0.3.1
type VendorSubscriptionGetLifecycleStateArgType = string
type VendorSubscriptionGetLifecycleStateAttributeType ¶ added in v0.3.1
type VendorSubscriptionGetLifecycleStateAttributeType = *string
isEnumRef
type VendorSubscriptionGetLifecycleStateRetType ¶ added in v0.3.1
type VendorSubscriptionGetLifecycleStateRetType = string
type VendorSubscriptionGetProductArgType ¶ added in v0.3.1
type VendorSubscriptionGetProductArgType = SubscriptionProduct
type VendorSubscriptionGetProductAttributeType ¶ added in v0.3.1
type VendorSubscriptionGetProductAttributeType = *SubscriptionProduct
isModel
type VendorSubscriptionGetProductRetType ¶ added in v0.3.1
type VendorSubscriptionGetProductRetType = SubscriptionProduct
type VendorSubscriptionGetProjectIdArgType ¶ added in v0.3.1
type VendorSubscriptionGetProjectIdArgType = string
type VendorSubscriptionGetProjectIdAttributeType ¶ added in v0.3.1
type VendorSubscriptionGetProjectIdAttributeType = *string
isNotNullableString
type VendorSubscriptionGetProjectIdRetType ¶ added in v0.3.1
type VendorSubscriptionGetProjectIdRetType = string
type VendorSubscriptionGetSubscriptionIdArgType ¶ added in v0.3.1
type VendorSubscriptionGetSubscriptionIdArgType = string
type VendorSubscriptionGetSubscriptionIdAttributeType ¶ added in v0.3.1
type VendorSubscriptionGetSubscriptionIdAttributeType = *string
isNotNullableString
type VendorSubscriptionGetSubscriptionIdRetType ¶ added in v0.3.1
type VendorSubscriptionGetSubscriptionIdRetType = string
Source Files
¶
- api_default.go
- client.go
- configuration.go
- model_approve_subscription_payload.go
- model_become_vendor.go
- model_become_vendor_become_vendor.go
- model_catalog_pricing_option_highlight.go
- model_catalog_product_detail.go
- model_catalog_product_details_vendor.go
- model_catalog_product_highlight.go
- model_catalog_product_overview.go
- model_catalog_product_overview_vendor.go
- model_catalog_product_pricing_option.go
- model_catalog_product_support_resource.go
- model_catalog_product_vendor_terms.go
- model_contact_sales.go
- model_contact_sales_contact_sales.go
- model_current_subscription_state_response.go
- model_error_response.go
- model_inquiries_create_inquiry_payload.go
- model_list_catalog_products_response.go
- model_list_vendor_subscriptions_response.go
- model_register_testing.go
- model_register_testing_register_testing.go
- model_requested_subscription_state_response.go
- model_resolve_customer_payload.go
- model_subscription_cancel_response.go
- model_subscription_product.go
- model_suggest_product.go
- model_suggest_product_suggest_product.go
- model_vendor_subscription.go
- utils.go