Documentation
¶
Index ¶
- Variables
- 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 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) GetEmail() (res CatalogProductDetailGetEmailRetType)
- func (o *CatalogProductDetail) GetEmailOk() (ret CatalogProductDetailGetEmailRetType, 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) 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) HasEmail() 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) SetEmail(v CatalogProductDetailGetEmailRetType)
- 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) 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 CatalogProductDetailGetEmailArgType
- type CatalogProductDetailGetEmailAttributeType
- type CatalogProductDetailGetEmailRetType
- 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 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 ContactSalesGetContactSalesArgType
- type ContactSalesGetContactSalesAttributeType
- type ContactSalesGetContactSalesRetType
- type ContactSalesGetTypeArgType
- type ContactSalesGetTypeAttributeType
- type ContactSalesGetTypeRetType
- type DefaultApiService
- type DeliveryMethod
- 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 InquiryBecomeVendor
- func (o *InquiryBecomeVendor) GetContactEmail() (ret InquiryBecomeVendorGetContactEmailRetType)
- func (o *InquiryBecomeVendor) GetContactEmailOk() (ret InquiryBecomeVendorGetContactEmailRetType, ok bool)
- func (o *InquiryBecomeVendor) GetMessage() (ret InquiryBecomeVendorGetMessageRetType)
- func (o *InquiryBecomeVendor) GetMessageOk() (ret InquiryBecomeVendorGetMessageRetType, ok bool)
- func (o *InquiryBecomeVendor) SetContactEmail(v InquiryBecomeVendorGetContactEmailRetType)
- func (o *InquiryBecomeVendor) SetMessage(v InquiryBecomeVendorGetMessageRetType)
- func (o InquiryBecomeVendor) ToMap() (map[string]interface{}, error)
- type InquiryBecomeVendorGetContactEmailArgType
- type InquiryBecomeVendorGetContactEmailAttributeType
- type InquiryBecomeVendorGetContactEmailRetType
- type InquiryBecomeVendorGetMessageArgType
- type InquiryBecomeVendorGetMessageAttributeType
- type InquiryBecomeVendorGetMessageRetType
- type InquiryContactSales
- func (o *InquiryContactSales) GetCompanyName() (ret InquiryContactSalesGetCompanyNameRetType)
- func (o *InquiryContactSales) GetCompanyNameOk() (ret InquiryContactSalesGetCompanyNameRetType, ok bool)
- func (o *InquiryContactSales) GetContactEmail() (ret InquiryContactSalesGetContactEmailRetType)
- func (o *InquiryContactSales) GetContactEmailOk() (ret InquiryContactSalesGetContactEmailRetType, ok bool)
- func (o *InquiryContactSales) GetFullName() (ret InquiryContactSalesGetFullNameRetType)
- func (o *InquiryContactSales) GetFullNameOk() (ret InquiryContactSalesGetFullNameRetType, ok bool)
- func (o *InquiryContactSales) GetMessage() (ret InquiryContactSalesGetMessageRetType)
- func (o *InquiryContactSales) GetMessageOk() (ret InquiryContactSalesGetMessageRetType, ok bool)
- func (o *InquiryContactSales) GetProductId() (ret InquiryContactSalesGetProductIdRetType)
- func (o *InquiryContactSales) GetProductIdOk() (ret InquiryContactSalesGetProductIdRetType, ok bool)
- func (o *InquiryContactSales) SetCompanyName(v InquiryContactSalesGetCompanyNameRetType)
- func (o *InquiryContactSales) SetContactEmail(v InquiryContactSalesGetContactEmailRetType)
- func (o *InquiryContactSales) SetFullName(v InquiryContactSalesGetFullNameRetType)
- func (o *InquiryContactSales) SetMessage(v InquiryContactSalesGetMessageRetType)
- func (o *InquiryContactSales) SetProductId(v InquiryContactSalesGetProductIdRetType)
- func (o InquiryContactSales) ToMap() (map[string]interface{}, error)
- type InquiryContactSalesGetCompanyNameArgType
- type InquiryContactSalesGetCompanyNameAttributeType
- type InquiryContactSalesGetCompanyNameRetType
- type InquiryContactSalesGetContactEmailArgType
- type InquiryContactSalesGetContactEmailAttributeType
- type InquiryContactSalesGetContactEmailRetType
- type InquiryContactSalesGetFullNameArgType
- type InquiryContactSalesGetFullNameAttributeType
- type InquiryContactSalesGetFullNameRetType
- type InquiryContactSalesGetMessageArgType
- type InquiryContactSalesGetMessageAttributeType
- type InquiryContactSalesGetMessageRetType
- type InquiryContactSalesGetProductIdArgType
- type InquiryContactSalesGetProductIdAttributeType
- type InquiryContactSalesGetProductIdRetType
- type InquiryFormType
- type InquiryRegisterTesting
- func (o *InquiryRegisterTesting) GetContactEmail() (ret InquiryRegisterTestingGetContactEmailRetType)
- func (o *InquiryRegisterTesting) GetContactEmailOk() (ret InquiryRegisterTestingGetContactEmailRetType, ok bool)
- func (o *InquiryRegisterTesting) GetFullName() (ret InquiryRegisterTestingGetFullNameRetType)
- func (o *InquiryRegisterTesting) GetFullNameOk() (ret InquiryRegisterTestingGetFullNameRetType, ok bool)
- func (o *InquiryRegisterTesting) GetMessage() (ret InquiryRegisterTestingGetMessageRetType)
- func (o *InquiryRegisterTesting) GetMessageOk() (ret InquiryRegisterTestingGetMessageRetType, ok bool)
- func (o *InquiryRegisterTesting) SetContactEmail(v InquiryRegisterTestingGetContactEmailRetType)
- func (o *InquiryRegisterTesting) SetFullName(v InquiryRegisterTestingGetFullNameRetType)
- func (o *InquiryRegisterTesting) SetMessage(v InquiryRegisterTestingGetMessageRetType)
- func (o InquiryRegisterTesting) ToMap() (map[string]interface{}, error)
- type InquiryRegisterTestingGetContactEmailArgType
- type InquiryRegisterTestingGetContactEmailAttributeType
- type InquiryRegisterTestingGetContactEmailRetType
- type InquiryRegisterTestingGetFullNameArgType
- type InquiryRegisterTestingGetFullNameAttributeType
- type InquiryRegisterTestingGetFullNameRetType
- type InquiryRegisterTestingGetMessageArgType
- type InquiryRegisterTestingGetMessageAttributeType
- type InquiryRegisterTestingGetMessageRetType
- type InquirySuggestProduct
- func (o *InquirySuggestProduct) GetCompanyName() (ret InquirySuggestProductGetCompanyNameRetType)
- func (o *InquirySuggestProduct) GetCompanyNameOk() (ret InquirySuggestProductGetCompanyNameRetType, ok bool)
- func (o *InquirySuggestProduct) GetMessage() (res InquirySuggestProductGetMessageRetType)
- func (o *InquirySuggestProduct) GetMessageOk() (ret InquirySuggestProductGetMessageRetType, ok bool)
- func (o *InquirySuggestProduct) GetName() (ret InquirySuggestProductGetNameRetType)
- func (o *InquirySuggestProduct) GetNameOk() (ret InquirySuggestProductGetNameRetType, ok bool)
- func (o *InquirySuggestProduct) GetUrl() (ret InquirySuggestProductGetUrlRetType)
- func (o *InquirySuggestProduct) GetUrlOk() (ret InquirySuggestProductGetUrlRetType, ok bool)
- func (o *InquirySuggestProduct) HasMessage() bool
- func (o *InquirySuggestProduct) SetCompanyName(v InquirySuggestProductGetCompanyNameRetType)
- func (o *InquirySuggestProduct) SetMessage(v InquirySuggestProductGetMessageRetType)
- func (o *InquirySuggestProduct) SetName(v InquirySuggestProductGetNameRetType)
- func (o *InquirySuggestProduct) SetUrl(v InquirySuggestProductGetUrlRetType)
- func (o InquirySuggestProduct) ToMap() (map[string]interface{}, error)
- type InquirySuggestProductGetCompanyNameArgType
- type InquirySuggestProductGetCompanyNameAttributeType
- type InquirySuggestProductGetCompanyNameRetType
- type InquirySuggestProductGetMessageArgType
- type InquirySuggestProductGetMessageAttributeType
- type InquirySuggestProductGetMessageRetType
- type InquirySuggestProductGetNameArgType
- type InquirySuggestProductGetNameAttributeType
- type InquirySuggestProductGetNameRetType
- type InquirySuggestProductGetUrlArgType
- type InquirySuggestProductGetUrlAttributeType
- type InquirySuggestProductGetUrlRetType
- 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 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 NullableDeliveryMethod
- func (v NullableDeliveryMethod) Get() *DeliveryMethod
- func (v NullableDeliveryMethod) IsSet() bool
- func (v NullableDeliveryMethod) MarshalJSON() ([]byte, error)
- func (v *NullableDeliveryMethod) Set(val *DeliveryMethod)
- func (v *NullableDeliveryMethod) UnmarshalJSON(src []byte) error
- func (v *NullableDeliveryMethod) 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 NullableInquiryBecomeVendor
- func (v NullableInquiryBecomeVendor) Get() *InquiryBecomeVendor
- func (v NullableInquiryBecomeVendor) IsSet() bool
- func (v NullableInquiryBecomeVendor) MarshalJSON() ([]byte, error)
- func (v *NullableInquiryBecomeVendor) Set(val *InquiryBecomeVendor)
- func (v *NullableInquiryBecomeVendor) UnmarshalJSON(src []byte) error
- func (v *NullableInquiryBecomeVendor) Unset()
- type NullableInquiryContactSales
- func (v NullableInquiryContactSales) Get() *InquiryContactSales
- func (v NullableInquiryContactSales) IsSet() bool
- func (v NullableInquiryContactSales) MarshalJSON() ([]byte, error)
- func (v *NullableInquiryContactSales) Set(val *InquiryContactSales)
- func (v *NullableInquiryContactSales) UnmarshalJSON(src []byte) error
- func (v *NullableInquiryContactSales) Unset()
- type NullableInquiryFormType
- func (v NullableInquiryFormType) Get() *InquiryFormType
- func (v NullableInquiryFormType) IsSet() bool
- func (v NullableInquiryFormType) MarshalJSON() ([]byte, error)
- func (v *NullableInquiryFormType) Set(val *InquiryFormType)
- func (v *NullableInquiryFormType) UnmarshalJSON(src []byte) error
- func (v *NullableInquiryFormType) Unset()
- type NullableInquiryRegisterTesting
- func (v NullableInquiryRegisterTesting) Get() *InquiryRegisterTesting
- func (v NullableInquiryRegisterTesting) IsSet() bool
- func (v NullableInquiryRegisterTesting) MarshalJSON() ([]byte, error)
- func (v *NullableInquiryRegisterTesting) Set(val *InquiryRegisterTesting)
- func (v *NullableInquiryRegisterTesting) UnmarshalJSON(src []byte) error
- func (v *NullableInquiryRegisterTesting) Unset()
- type NullableInquirySuggestProduct
- func (v NullableInquirySuggestProduct) Get() *InquirySuggestProduct
- func (v NullableInquirySuggestProduct) IsSet() bool
- func (v NullableInquirySuggestProduct) MarshalJSON() ([]byte, error)
- func (v *NullableInquirySuggestProduct) Set(val *InquirySuggestProduct)
- func (v *NullableInquirySuggestProduct) UnmarshalJSON(src []byte) error
- func (v *NullableInquirySuggestProduct) 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 NullableOrganizationId
- func (v NullableOrganizationId) Get() *OrganizationId
- func (v NullableOrganizationId) IsSet() bool
- func (v NullableOrganizationId) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationId) Set(val *OrganizationId)
- func (v *NullableOrganizationId) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationId) Unset()
- type NullablePriceType
- type NullablePricingOptionUnit
- func (v NullablePricingOptionUnit) Get() *PricingOptionUnit
- func (v NullablePricingOptionUnit) IsSet() bool
- func (v NullablePricingOptionUnit) MarshalJSON() ([]byte, error)
- func (v *NullablePricingOptionUnit) Set(val *PricingOptionUnit)
- func (v *NullablePricingOptionUnit) UnmarshalJSON(src []byte) error
- func (v *NullablePricingOptionUnit) Unset()
- type NullableProductLifecycleState
- func (v NullableProductLifecycleState) Get() *ProductLifecycleState
- func (v NullableProductLifecycleState) IsSet() bool
- func (v NullableProductLifecycleState) MarshalJSON() ([]byte, error)
- func (v *NullableProductLifecycleState) Set(val *ProductLifecycleState)
- func (v *NullableProductLifecycleState) UnmarshalJSON(src []byte) error
- func (v *NullableProductLifecycleState) Unset()
- type NullableProjectId
- 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 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 NullableSubscriptionId
- func (v NullableSubscriptionId) Get() *SubscriptionId
- func (v NullableSubscriptionId) IsSet() bool
- func (v NullableSubscriptionId) MarshalJSON() ([]byte, error)
- func (v *NullableSubscriptionId) Set(val *SubscriptionId)
- func (v *NullableSubscriptionId) UnmarshalJSON(src []byte) error
- func (v *NullableSubscriptionId) Unset()
- type NullableSubscriptionLifecycleState
- func (v NullableSubscriptionLifecycleState) Get() *SubscriptionLifecycleState
- func (v NullableSubscriptionLifecycleState) IsSet() bool
- func (v NullableSubscriptionLifecycleState) MarshalJSON() ([]byte, error)
- func (v *NullableSubscriptionLifecycleState) Set(val *SubscriptionLifecycleState)
- func (v *NullableSubscriptionLifecycleState) UnmarshalJSON(src []byte) error
- func (v *NullableSubscriptionLifecycleState) 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 NullableTime
- type NullableValue
- type NullableVendorId
- 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 OrganizationId
- type PriceType
- type PricingOptionUnit
- type ProductLifecycleState
- type ProjectId
- 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 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 SubscriptionId
- type SubscriptionLifecycleState
- 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) GetVendorPlanId() (res SubscriptionProductGetVendorPlanIdRetType)
- func (o *SubscriptionProduct) GetVendorPlanIdOk() (ret SubscriptionProductGetVendorPlanIdRetType, ok bool)
- func (o *SubscriptionProduct) GetVendorProductId() (res SubscriptionProductGetVendorProductIdRetType)
- func (o *SubscriptionProduct) GetVendorProductIdOk() (ret SubscriptionProductGetVendorProductIdRetType, ok bool)
- func (o *SubscriptionProduct) GetVendorWebsiteUrl() (ret SubscriptionProductGetVendorWebsiteUrlRetType)
- func (o *SubscriptionProduct) GetVendorWebsiteUrlOk() (ret SubscriptionProductGetVendorWebsiteUrlRetType, ok bool)
- func (o *SubscriptionProduct) HasVendorPlanId() bool
- func (o *SubscriptionProduct) HasVendorProductId() 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) SetVendorPlanId(v SubscriptionProductGetVendorPlanIdRetType)
- func (o *SubscriptionProduct) SetVendorProductId(v SubscriptionProductGetVendorProductIdRetType)
- 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 SubscriptionProductGetVendorPlanIdArgType
- type SubscriptionProductGetVendorPlanIdAttributeType
- type SubscriptionProductGetVendorPlanIdRetType
- type SubscriptionProductGetVendorProductIdArgType
- type SubscriptionProductGetVendorProductIdAttributeType
- type SubscriptionProductGetVendorProductIdRetType
- 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 VendorId
- type VendorSubscription
- func (o *VendorSubscription) GetLifecycleState() (ret VendorSubscriptionGetLifecycleStateRetType)
- func (o *VendorSubscription) GetLifecycleStateOk() (ret VendorSubscriptionGetLifecycleStateRetType, ok bool)
- func (o *VendorSubscription) GetOrganizationId() (ret VendorSubscriptionGetOrganizationIdRetType)
- func (o *VendorSubscription) GetOrganizationIdOk() (ret VendorSubscriptionGetOrganizationIdRetType, 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) SetOrganizationId(v VendorSubscriptionGetOrganizationIdRetType)
- 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 VendorSubscriptionGetOrganizationIdArgType
- type VendorSubscriptionGetOrganizationIdAttributeType
- type VendorSubscriptionGetOrganizationIdRetType
- type VendorSubscriptionGetProductArgType
- type VendorSubscriptionGetProductAttributeType
- type VendorSubscriptionGetProductRetType
- type VendorSubscriptionGetProjectIdArgType
- type VendorSubscriptionGetProjectIdAttributeType
- type VendorSubscriptionGetProjectIdRetType
- type VendorSubscriptionGetSubscriptionIdArgType
- type VendorSubscriptionGetSubscriptionIdAttributeType
- type VendorSubscriptionGetSubscriptionIdRetType
Constants ¶
This section is empty.
Variables ¶
var AllowedDeliveryMethodEnumValues = []DeliveryMethod{
"SAAS",
"KUBERNETES",
"SAI",
"PROFESSIONAL_SERVICE",
}
All allowed values of DeliveryMethod enum
var AllowedInquiryFormTypeEnumValues = []InquiryFormType{
"suggestProduct",
"contactSales",
"becomeVendor",
"registerTesting",
}
All allowed values of InquiryFormType enum
var AllowedPriceTypeEnumValues = []PriceType{
"CONTRACT",
"FREE",
"FREE_TRIAL",
"BYOL",
"PAYG",
}
All allowed values of PriceType enum
var AllowedPricingOptionUnitEnumValues = []PricingOptionUnit{
"month",
}
All allowed values of PricingOptionUnit enum
var AllowedProductLifecycleStateEnumValues = []ProductLifecycleState{
"PRODUCT_LIVE",
"PRODUCT_PREVIEW",
}
All allowed values of ProductLifecycleState enum
var AllowedSubscriptionLifecycleStateEnumValues = []SubscriptionLifecycleState{
"SUBSCRIPTION_PENDING",
"SUBSCRIPTION_ACTIVE",
"SUBSCRIPTION_INACTIVE",
"SUBSCRIPTION_CANCELLING",
"SUBSCRIPTION_CANCELLED",
"SUBSCRIPTION_REJECTED",
}
All allowed values of SubscriptionLifecycleState enum
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 of a project.
List all subscriptions of a project.
@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 { // Uniform Resource Locator. 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"` // REQUIRED Type BecomeVendorGetTypeAttributeType `json:"type"` }
BecomeVendor Become a Vendor.
func NewBecomeVendor ¶ added in v0.3.0
func NewBecomeVendor(becomeVendor BecomeVendorGetBecomeVendorArgType, types 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 BecomeVendorGetBecomeVendorArgType ¶ added in v0.3.1
type BecomeVendorGetBecomeVendorArgType = InquiryBecomeVendor
type BecomeVendorGetBecomeVendorAttributeType ¶ added in v0.3.1
type BecomeVendorGetBecomeVendorAttributeType = *InquiryBecomeVendor
isModel
type BecomeVendorGetBecomeVendorRetType ¶ added in v0.3.1
type BecomeVendorGetBecomeVendorRetType = InquiryBecomeVendor
type BecomeVendorGetTypeArgType ¶ added in v0.3.1
type BecomeVendorGetTypeArgType = InquiryFormType
type BecomeVendorGetTypeAttributeType ¶ added in v0.3.1
type BecomeVendorGetTypeAttributeType = *InquiryFormType
isEnumRef
type BecomeVendorGetTypeRetType ¶ added in v0.3.1
type BecomeVendorGetTypeRetType = InquiryFormType
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"` // REQUIRED DeliveryMethod CatalogProductDetailGetDeliveryMethodAttributeType `json:"deliveryMethod"` // The product description. // REQUIRED Description CatalogProductDetailGetDescriptionAttributeType `json:"description"` // Uniform Resource Locator. // REQUIRED DocumentationUrl CatalogProductDetailGetDocumentationUrlAttributeType `json:"documentationUrl"` // A e-mail address. Email CatalogProductDetailGetEmailAttributeType `json:"email,omitempty"` // The list of highlights. // REQUIRED Highlights CatalogProductDetailGetHighlightsAttributeType `json:"highlights"` // Boolean data type. // REQUIRED IsProductListing CatalogProductDetailgetIsProductListingAttributeType `json:"isProductListing"` // REQUIRED LifecycleState CatalogProductDetailGetLifecycleStateAttributeType `json:"lifecycleState"` // The logo base64 encoded. // REQUIRED Logo CatalogProductDetailGetLogoAttributeType `json:"logo"` // The name of the product. // REQUIRED Name CatalogProductDetailGetNameAttributeType `json:"name"` // The list of pricing options. // REQUIRED PricingOptions CatalogProductDetailGetPricingOptionsAttributeType `json:"pricingOptions"` // The user-readable product ID. // REQUIRED ProductId CatalogProductDetailGetProductIdAttributeType `json:"productId"` // The short summary of the product. // REQUIRED Summary CatalogProductDetailGetSummaryAttributeType `json:"summary"` // Uniform Resource Locator. 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"` // Uniform Resource Locator. // 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) GetEmail ¶ added in v0.5.0
func (o *CatalogProductDetail) GetEmail() (res CatalogProductDetailGetEmailRetType)
GetEmail returns the Email field value if set, zero value otherwise.
func (*CatalogProductDetail) GetEmailOk ¶ added in v0.5.0
func (o *CatalogProductDetail) GetEmailOk() (ret CatalogProductDetailGetEmailRetType, ok bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*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) 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) HasEmail ¶ added in v0.5.0
func (o *CatalogProductDetail) HasEmail() bool
HasEmail 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) SetEmail ¶ added in v0.5.0
func (o *CatalogProductDetail) SetEmail(v CatalogProductDetailGetEmailRetType)
SetEmail gets a reference to the given string and assigns it to the Email field.
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) 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 = DeliveryMethod
type CatalogProductDetailGetDeliveryMethodAttributeType ¶ added in v0.3.1
type CatalogProductDetailGetDeliveryMethodAttributeType = *DeliveryMethod
isEnumRef
type CatalogProductDetailGetDeliveryMethodRetType ¶ added in v0.3.1
type CatalogProductDetailGetDeliveryMethodRetType = DeliveryMethod
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 CatalogProductDetailGetEmailArgType ¶ added in v0.5.0
type CatalogProductDetailGetEmailArgType = string
type CatalogProductDetailGetEmailAttributeType ¶ added in v0.5.0
type CatalogProductDetailGetEmailAttributeType = *string
isNotNullableString
type CatalogProductDetailGetEmailRetType ¶ added in v0.5.0
type CatalogProductDetailGetEmailRetType = 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 = ProductLifecycleState
type CatalogProductDetailGetLifecycleStateAttributeType ¶ added in v0.3.1
type CatalogProductDetailGetLifecycleStateAttributeType = *ProductLifecycleState
isEnumRef
type CatalogProductDetailGetLifecycleStateRetType ¶ added in v0.3.1
type CatalogProductDetailGetLifecycleStateRetType = ProductLifecycleState
type CatalogProductDetailGetLogoArgType ¶ added in v0.3.1
type CatalogProductDetailGetLogoArgType = []byte
type CatalogProductDetailGetLogoAttributeType ¶ added in v0.3.1
type CatalogProductDetailGetLogoAttributeType = *[]byte
isByteArray
type CatalogProductDetailGetLogoRetType ¶ added in v0.3.1
type CatalogProductDetailGetLogoRetType = []byte
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 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 logo base64 encoded. // REQUIRED Logo CatalogProductDetailsVendorGetLogoAttributeType `json:"logo"` // The product's vendor name. // REQUIRED Name CatalogProductDetailsVendorGetNameAttributeType `json:"name"` // REQUIRED VendorId CatalogProductDetailsVendorGetVendorIdAttributeType `json:"vendorId"` // Uniform Resource Locator. // REQUIRED VideoUrl CatalogProductDetailsVendorGetVideoUrlAttributeType `json:"videoUrl"` // Uniform Resource Locator. // 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 = []byte
type CatalogProductDetailsVendorGetLogoAttributeType ¶ added in v0.3.1
type CatalogProductDetailsVendorGetLogoAttributeType = *[]byte
isByteArray
type CatalogProductDetailsVendorGetLogoRetType ¶ added in v0.3.1
type CatalogProductDetailsVendorGetLogoRetType = []byte
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 = VendorId
type CatalogProductDetailsVendorGetVendorIdAttributeType ¶ added in v0.3.1
type CatalogProductDetailsVendorGetVendorIdAttributeType = *VendorId
isModel
type CatalogProductDetailsVendorGetVendorIdRetType ¶ added in v0.3.1
type CatalogProductDetailsVendorGetVendorIdRetType = VendorId
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 { // REQUIRED DeliveryMethod CatalogProductOverviewGetDeliveryMethodAttributeType `json:"deliveryMethod"` // REQUIRED LifecycleState CatalogProductOverviewGetLifecycleStateAttributeType `json:"lifecycleState"` // The logo base64 encoded. Logo CatalogProductOverviewGetLogoAttributeType `json:"logo,omitempty"` // The name of the product. // REQUIRED Name CatalogProductOverviewGetNameAttributeType `json:"name"` // The user-readable product ID. // REQUIRED ProductId CatalogProductOverviewGetProductIdAttributeType `json:"productId"` // A custom message. // 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 = DeliveryMethod
type CatalogProductOverviewGetDeliveryMethodAttributeType ¶ added in v0.3.1
type CatalogProductOverviewGetDeliveryMethodAttributeType = *DeliveryMethod
isEnumRef
type CatalogProductOverviewGetDeliveryMethodRetType ¶ added in v0.3.1
type CatalogProductOverviewGetDeliveryMethodRetType = DeliveryMethod
type CatalogProductOverviewGetLifecycleStateArgType ¶ added in v0.3.1
type CatalogProductOverviewGetLifecycleStateArgType = ProductLifecycleState
type CatalogProductOverviewGetLifecycleStateAttributeType ¶ added in v0.3.1
type CatalogProductOverviewGetLifecycleStateAttributeType = *ProductLifecycleState
isEnumRef
type CatalogProductOverviewGetLifecycleStateRetType ¶ added in v0.3.1
type CatalogProductOverviewGetLifecycleStateRetType = ProductLifecycleState
type CatalogProductOverviewGetLogoArgType ¶ added in v0.3.1
type CatalogProductOverviewGetLogoArgType = []byte
type CatalogProductOverviewGetLogoAttributeType ¶ added in v0.3.1
type CatalogProductOverviewGetLogoAttributeType = *[]byte
isByteArray
type CatalogProductOverviewGetLogoRetType ¶ added in v0.3.1
type CatalogProductOverviewGetLogoRetType = []byte
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 product's vendor name. // REQUIRED Name CatalogProductOverviewVendorGetNameAttributeType `json:"name"` // REQUIRED VendorId CatalogProductOverviewVendorGetVendorIdAttributeType `json:"vendorId"` // Uniform Resource Locator. // 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 = VendorId
type CatalogProductOverviewVendorGetVendorIdAttributeType ¶ added in v0.3.1
type CatalogProductOverviewVendorGetVendorIdAttributeType = *VendorId
isModel
type CatalogProductOverviewVendorGetVendorIdRetType ¶ added in v0.3.1
type CatalogProductOverviewVendorGetVendorIdRetType = VendorId
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"` 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"` 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 PriceType 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 PricingOptionUnit 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 = PriceType
type CatalogProductPricingOptionGetPriceTypeAttributeType ¶ added in v0.3.1
type CatalogProductPricingOptionGetPriceTypeAttributeType = *PriceType
isEnumRef
type CatalogProductPricingOptionGetPriceTypeRetType ¶ added in v0.3.1
type CatalogProductPricingOptionGetPriceTypeRetType = PriceType
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 = PricingOptionUnit
type CatalogProductPricingOptionGetUnitAttributeType ¶ added in v0.3.1
type CatalogProductPricingOptionGetUnitAttributeType = *PricingOptionUnit
isEnumRef
type CatalogProductPricingOptionGetUnitRetType ¶ added in v0.3.1
type CatalogProductPricingOptionGetUnitRetType = PricingOptionUnit
type CatalogProductSupportResource ¶
type CatalogProductSupportResource struct { // Uniform Resource Locator. 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 service description. // REQUIRED Description CatalogProductVendorTermsGetDescriptionAttributeType `json:"description"` // The terms of service title. // REQUIRED Title CatalogProductVendorTermsGetTitleAttributeType `json:"title"` // Uniform Resource Locator. // 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"` // REQUIRED Type ContactSalesGetTypeAttributeType `json:"type"` }
ContactSales Contact sales.
func NewContactSales ¶ added in v0.3.0
func NewContactSales(contactSales ContactSalesGetContactSalesArgType, types 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 ContactSalesGetContactSalesArgType ¶ added in v0.3.1
type ContactSalesGetContactSalesArgType = InquiryContactSales
type ContactSalesGetContactSalesAttributeType ¶ added in v0.3.1
type ContactSalesGetContactSalesAttributeType = *InquiryContactSales
isModel
type ContactSalesGetContactSalesRetType ¶ added in v0.3.1
type ContactSalesGetContactSalesRetType = InquiryContactSales
type ContactSalesGetTypeArgType ¶ added in v0.3.1
type ContactSalesGetTypeArgType = InquiryFormType
type ContactSalesGetTypeAttributeType ¶ added in v0.3.1
type ContactSalesGetTypeAttributeType = *InquiryFormType
isEnumRef
type ContactSalesGetTypeRetType ¶ added in v0.3.1
type ContactSalesGetTypeRetType = InquiryFormType
type DeliveryMethod ¶ added in v0.5.0
type DeliveryMethod string
DeliveryMethod The product delivery method/type. For reference: SAAS - Software as a Service, SAI - STACKIT Application Image
const ( DELIVERYMETHOD_SAAS DeliveryMethod = "SAAS" DELIVERYMETHOD_KUBERNETES DeliveryMethod = "KUBERNETES" DELIVERYMETHOD_SAI DeliveryMethod = "SAI" DELIVERYMETHOD_PROFESSIONAL_SERVICE DeliveryMethod = "PROFESSIONAL_SERVICE" )
List of deliveryMethod
func NewDeliveryMethodFromValue ¶ added in v0.5.0
func NewDeliveryMethodFromValue(v string) (*DeliveryMethod, error)
NewDeliveryMethodFromValue returns a pointer to a valid DeliveryMethod for the value passed as argument, or an error if the value passed is not allowed by the enum
func (DeliveryMethod) IsValid ¶ added in v0.5.0
func (v DeliveryMethod) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DeliveryMethod) Ptr ¶ added in v0.5.0
func (v DeliveryMethod) Ptr() *DeliveryMethod
Ptr returns reference to deliveryMethod value
func (*DeliveryMethod) UnmarshalJSON ¶ added in v0.5.0
func (v *DeliveryMethod) UnmarshalJSON(src []byte) error
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 InquiryBecomeVendor ¶ added in v0.5.0
type InquiryBecomeVendor struct { // A e-mail address. // REQUIRED ContactEmail InquiryBecomeVendorGetContactEmailAttributeType `json:"contactEmail"` // A custom message. // REQUIRED Message InquiryBecomeVendorGetMessageAttributeType `json:"message"` }
InquiryBecomeVendor Become a vendor.
func NewInquiryBecomeVendor ¶ added in v0.5.0
func NewInquiryBecomeVendor(contactEmail InquiryBecomeVendorGetContactEmailArgType, message InquiryBecomeVendorGetMessageArgType) *InquiryBecomeVendor
NewInquiryBecomeVendor instantiates a new InquiryBecomeVendor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInquiryBecomeVendorWithDefaults ¶ added in v0.5.0
func NewInquiryBecomeVendorWithDefaults() *InquiryBecomeVendor
NewInquiryBecomeVendorWithDefaults instantiates a new InquiryBecomeVendor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InquiryBecomeVendor) GetContactEmail ¶ added in v0.5.0
func (o *InquiryBecomeVendor) GetContactEmail() (ret InquiryBecomeVendorGetContactEmailRetType)
GetContactEmail returns the ContactEmail field value
func (*InquiryBecomeVendor) GetContactEmailOk ¶ added in v0.5.0
func (o *InquiryBecomeVendor) GetContactEmailOk() (ret InquiryBecomeVendorGetContactEmailRetType, ok bool)
GetContactEmailOk returns a tuple with the ContactEmail field value and a boolean to check if the value has been set.
func (*InquiryBecomeVendor) GetMessage ¶ added in v0.5.0
func (o *InquiryBecomeVendor) GetMessage() (ret InquiryBecomeVendorGetMessageRetType)
GetMessage returns the Message field value
func (*InquiryBecomeVendor) GetMessageOk ¶ added in v0.5.0
func (o *InquiryBecomeVendor) GetMessageOk() (ret InquiryBecomeVendorGetMessageRetType, ok bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*InquiryBecomeVendor) SetContactEmail ¶ added in v0.5.0
func (o *InquiryBecomeVendor) SetContactEmail(v InquiryBecomeVendorGetContactEmailRetType)
SetContactEmail sets field value
func (*InquiryBecomeVendor) SetMessage ¶ added in v0.5.0
func (o *InquiryBecomeVendor) SetMessage(v InquiryBecomeVendorGetMessageRetType)
SetMessage sets field value
func (InquiryBecomeVendor) ToMap ¶ added in v0.5.0
func (o InquiryBecomeVendor) ToMap() (map[string]interface{}, error)
type InquiryBecomeVendorGetContactEmailArgType ¶ added in v0.5.0
type InquiryBecomeVendorGetContactEmailArgType = string
type InquiryBecomeVendorGetContactEmailAttributeType ¶ added in v0.5.0
type InquiryBecomeVendorGetContactEmailAttributeType = *string
isNotNullableString
type InquiryBecomeVendorGetContactEmailRetType ¶ added in v0.5.0
type InquiryBecomeVendorGetContactEmailRetType = string
type InquiryBecomeVendorGetMessageArgType ¶ added in v0.5.0
type InquiryBecomeVendorGetMessageArgType = string
type InquiryBecomeVendorGetMessageAttributeType ¶ added in v0.5.0
type InquiryBecomeVendorGetMessageAttributeType = *string
isNotNullableString
type InquiryBecomeVendorGetMessageRetType ¶ added in v0.5.0
type InquiryBecomeVendorGetMessageRetType = string
type InquiryContactSales ¶ added in v0.5.0
type InquiryContactSales struct { // The product's vendor name. // REQUIRED CompanyName InquiryContactSalesGetCompanyNameAttributeType `json:"companyName"` // A e-mail address. // REQUIRED ContactEmail InquiryContactSalesGetContactEmailAttributeType `json:"contactEmail"` // The full name of the contact person. // REQUIRED FullName InquiryContactSalesGetFullNameAttributeType `json:"fullName"` // A custom message. // REQUIRED Message InquiryContactSalesGetMessageAttributeType `json:"message"` // The user-readable product ID. // REQUIRED ProductId InquiryContactSalesGetProductIdAttributeType `json:"productId"` }
InquiryContactSales Contact sales.
func NewInquiryContactSales ¶ added in v0.5.0
func NewInquiryContactSales(companyName InquiryContactSalesGetCompanyNameArgType, contactEmail InquiryContactSalesGetContactEmailArgType, fullName InquiryContactSalesGetFullNameArgType, message InquiryContactSalesGetMessageArgType, productId InquiryContactSalesGetProductIdArgType) *InquiryContactSales
NewInquiryContactSales instantiates a new InquiryContactSales object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInquiryContactSalesWithDefaults ¶ added in v0.5.0
func NewInquiryContactSalesWithDefaults() *InquiryContactSales
NewInquiryContactSalesWithDefaults instantiates a new InquiryContactSales object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InquiryContactSales) GetCompanyName ¶ added in v0.5.0
func (o *InquiryContactSales) GetCompanyName() (ret InquiryContactSalesGetCompanyNameRetType)
GetCompanyName returns the CompanyName field value
func (*InquiryContactSales) GetCompanyNameOk ¶ added in v0.5.0
func (o *InquiryContactSales) GetCompanyNameOk() (ret InquiryContactSalesGetCompanyNameRetType, ok bool)
GetCompanyNameOk returns a tuple with the CompanyName field value and a boolean to check if the value has been set.
func (*InquiryContactSales) GetContactEmail ¶ added in v0.5.0
func (o *InquiryContactSales) GetContactEmail() (ret InquiryContactSalesGetContactEmailRetType)
GetContactEmail returns the ContactEmail field value
func (*InquiryContactSales) GetContactEmailOk ¶ added in v0.5.0
func (o *InquiryContactSales) GetContactEmailOk() (ret InquiryContactSalesGetContactEmailRetType, ok bool)
GetContactEmailOk returns a tuple with the ContactEmail field value and a boolean to check if the value has been set.
func (*InquiryContactSales) GetFullName ¶ added in v0.5.0
func (o *InquiryContactSales) GetFullName() (ret InquiryContactSalesGetFullNameRetType)
GetFullName returns the FullName field value
func (*InquiryContactSales) GetFullNameOk ¶ added in v0.5.0
func (o *InquiryContactSales) GetFullNameOk() (ret InquiryContactSalesGetFullNameRetType, ok bool)
GetFullNameOk returns a tuple with the FullName field value and a boolean to check if the value has been set.
func (*InquiryContactSales) GetMessage ¶ added in v0.5.0
func (o *InquiryContactSales) GetMessage() (ret InquiryContactSalesGetMessageRetType)
GetMessage returns the Message field value
func (*InquiryContactSales) GetMessageOk ¶ added in v0.5.0
func (o *InquiryContactSales) GetMessageOk() (ret InquiryContactSalesGetMessageRetType, ok bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*InquiryContactSales) GetProductId ¶ added in v0.5.0
func (o *InquiryContactSales) GetProductId() (ret InquiryContactSalesGetProductIdRetType)
GetProductId returns the ProductId field value
func (*InquiryContactSales) GetProductIdOk ¶ added in v0.5.0
func (o *InquiryContactSales) GetProductIdOk() (ret InquiryContactSalesGetProductIdRetType, ok bool)
GetProductIdOk returns a tuple with the ProductId field value and a boolean to check if the value has been set.
func (*InquiryContactSales) SetCompanyName ¶ added in v0.5.0
func (o *InquiryContactSales) SetCompanyName(v InquiryContactSalesGetCompanyNameRetType)
SetCompanyName sets field value
func (*InquiryContactSales) SetContactEmail ¶ added in v0.5.0
func (o *InquiryContactSales) SetContactEmail(v InquiryContactSalesGetContactEmailRetType)
SetContactEmail sets field value
func (*InquiryContactSales) SetFullName ¶ added in v0.5.0
func (o *InquiryContactSales) SetFullName(v InquiryContactSalesGetFullNameRetType)
SetFullName sets field value
func (*InquiryContactSales) SetMessage ¶ added in v0.5.0
func (o *InquiryContactSales) SetMessage(v InquiryContactSalesGetMessageRetType)
SetMessage sets field value
func (*InquiryContactSales) SetProductId ¶ added in v0.5.0
func (o *InquiryContactSales) SetProductId(v InquiryContactSalesGetProductIdRetType)
SetProductId sets field value
func (InquiryContactSales) ToMap ¶ added in v0.5.0
func (o InquiryContactSales) ToMap() (map[string]interface{}, error)
type InquiryContactSalesGetCompanyNameArgType ¶ added in v0.5.0
type InquiryContactSalesGetCompanyNameArgType = string
type InquiryContactSalesGetCompanyNameAttributeType ¶ added in v0.5.0
type InquiryContactSalesGetCompanyNameAttributeType = *string
isNotNullableString
type InquiryContactSalesGetCompanyNameRetType ¶ added in v0.5.0
type InquiryContactSalesGetCompanyNameRetType = string
type InquiryContactSalesGetContactEmailArgType ¶ added in v0.5.0
type InquiryContactSalesGetContactEmailArgType = string
type InquiryContactSalesGetContactEmailAttributeType ¶ added in v0.5.0
type InquiryContactSalesGetContactEmailAttributeType = *string
isNotNullableString
type InquiryContactSalesGetContactEmailRetType ¶ added in v0.5.0
type InquiryContactSalesGetContactEmailRetType = string
type InquiryContactSalesGetFullNameArgType ¶ added in v0.5.0
type InquiryContactSalesGetFullNameArgType = string
type InquiryContactSalesGetFullNameAttributeType ¶ added in v0.5.0
type InquiryContactSalesGetFullNameAttributeType = *string
isNotNullableString
type InquiryContactSalesGetFullNameRetType ¶ added in v0.5.0
type InquiryContactSalesGetFullNameRetType = string
type InquiryContactSalesGetMessageArgType ¶ added in v0.5.0
type InquiryContactSalesGetMessageArgType = string
type InquiryContactSalesGetMessageAttributeType ¶ added in v0.5.0
type InquiryContactSalesGetMessageAttributeType = *string
isNotNullableString
type InquiryContactSalesGetMessageRetType ¶ added in v0.5.0
type InquiryContactSalesGetMessageRetType = string
type InquiryContactSalesGetProductIdArgType ¶ added in v0.5.0
type InquiryContactSalesGetProductIdArgType = string
type InquiryContactSalesGetProductIdAttributeType ¶ added in v0.5.0
type InquiryContactSalesGetProductIdAttributeType = *string
isNotNullableString
type InquiryContactSalesGetProductIdRetType ¶ added in v0.5.0
type InquiryContactSalesGetProductIdRetType = string
type InquiryFormType ¶ added in v0.5.0
type InquiryFormType string
InquiryFormType The form type.
const ( INQUIRYFORMTYPE_SUGGEST_PRODUCT InquiryFormType = "suggestProduct" INQUIRYFORMTYPE_CONTACT_SALES InquiryFormType = "contactSales" INQUIRYFORMTYPE_BECOME_VENDOR InquiryFormType = "becomeVendor" INQUIRYFORMTYPE_REGISTER_TESTING InquiryFormType = "registerTesting" )
List of inquiryFormType
func NewInquiryFormTypeFromValue ¶ added in v0.5.0
func NewInquiryFormTypeFromValue(v string) (*InquiryFormType, error)
NewInquiryFormTypeFromValue returns a pointer to a valid InquiryFormType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (InquiryFormType) IsValid ¶ added in v0.5.0
func (v InquiryFormType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (InquiryFormType) Ptr ¶ added in v0.5.0
func (v InquiryFormType) Ptr() *InquiryFormType
Ptr returns reference to inquiryFormType value
func (*InquiryFormType) UnmarshalJSON ¶ added in v0.5.0
func (v *InquiryFormType) UnmarshalJSON(src []byte) error
type InquiryRegisterTesting ¶ added in v0.5.0
type InquiryRegisterTesting struct { // A e-mail address. // REQUIRED ContactEmail InquiryRegisterTestingGetContactEmailAttributeType `json:"contactEmail"` // The full name of the contact person. // REQUIRED FullName InquiryRegisterTestingGetFullNameAttributeType `json:"fullName"` // A custom message. // REQUIRED Message InquiryRegisterTestingGetMessageAttributeType `json:"message"` }
InquiryRegisterTesting Register for testing.
func NewInquiryRegisterTesting ¶ added in v0.5.0
func NewInquiryRegisterTesting(contactEmail InquiryRegisterTestingGetContactEmailArgType, fullName InquiryRegisterTestingGetFullNameArgType, message InquiryRegisterTestingGetMessageArgType) *InquiryRegisterTesting
NewInquiryRegisterTesting instantiates a new InquiryRegisterTesting object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInquiryRegisterTestingWithDefaults ¶ added in v0.5.0
func NewInquiryRegisterTestingWithDefaults() *InquiryRegisterTesting
NewInquiryRegisterTestingWithDefaults instantiates a new InquiryRegisterTesting object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InquiryRegisterTesting) GetContactEmail ¶ added in v0.5.0
func (o *InquiryRegisterTesting) GetContactEmail() (ret InquiryRegisterTestingGetContactEmailRetType)
GetContactEmail returns the ContactEmail field value
func (*InquiryRegisterTesting) GetContactEmailOk ¶ added in v0.5.0
func (o *InquiryRegisterTesting) GetContactEmailOk() (ret InquiryRegisterTestingGetContactEmailRetType, ok bool)
GetContactEmailOk returns a tuple with the ContactEmail field value and a boolean to check if the value has been set.
func (*InquiryRegisterTesting) GetFullName ¶ added in v0.5.0
func (o *InquiryRegisterTesting) GetFullName() (ret InquiryRegisterTestingGetFullNameRetType)
GetFullName returns the FullName field value
func (*InquiryRegisterTesting) GetFullNameOk ¶ added in v0.5.0
func (o *InquiryRegisterTesting) GetFullNameOk() (ret InquiryRegisterTestingGetFullNameRetType, ok bool)
GetFullNameOk returns a tuple with the FullName field value and a boolean to check if the value has been set.
func (*InquiryRegisterTesting) GetMessage ¶ added in v0.5.0
func (o *InquiryRegisterTesting) GetMessage() (ret InquiryRegisterTestingGetMessageRetType)
GetMessage returns the Message field value
func (*InquiryRegisterTesting) GetMessageOk ¶ added in v0.5.0
func (o *InquiryRegisterTesting) GetMessageOk() (ret InquiryRegisterTestingGetMessageRetType, ok bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*InquiryRegisterTesting) SetContactEmail ¶ added in v0.5.0
func (o *InquiryRegisterTesting) SetContactEmail(v InquiryRegisterTestingGetContactEmailRetType)
SetContactEmail sets field value
func (*InquiryRegisterTesting) SetFullName ¶ added in v0.5.0
func (o *InquiryRegisterTesting) SetFullName(v InquiryRegisterTestingGetFullNameRetType)
SetFullName sets field value
func (*InquiryRegisterTesting) SetMessage ¶ added in v0.5.0
func (o *InquiryRegisterTesting) SetMessage(v InquiryRegisterTestingGetMessageRetType)
SetMessage sets field value
func (InquiryRegisterTesting) ToMap ¶ added in v0.5.0
func (o InquiryRegisterTesting) ToMap() (map[string]interface{}, error)
type InquiryRegisterTestingGetContactEmailArgType ¶ added in v0.5.0
type InquiryRegisterTestingGetContactEmailArgType = string
type InquiryRegisterTestingGetContactEmailAttributeType ¶ added in v0.5.0
type InquiryRegisterTestingGetContactEmailAttributeType = *string
isNotNullableString
type InquiryRegisterTestingGetContactEmailRetType ¶ added in v0.5.0
type InquiryRegisterTestingGetContactEmailRetType = string
type InquiryRegisterTestingGetFullNameArgType ¶ added in v0.5.0
type InquiryRegisterTestingGetFullNameArgType = string
type InquiryRegisterTestingGetFullNameAttributeType ¶ added in v0.5.0
type InquiryRegisterTestingGetFullNameAttributeType = *string
isNotNullableString
type InquiryRegisterTestingGetFullNameRetType ¶ added in v0.5.0
type InquiryRegisterTestingGetFullNameRetType = string
type InquiryRegisterTestingGetMessageArgType ¶ added in v0.5.0
type InquiryRegisterTestingGetMessageArgType = string
type InquiryRegisterTestingGetMessageAttributeType ¶ added in v0.5.0
type InquiryRegisterTestingGetMessageAttributeType = *string
isNotNullableString
type InquiryRegisterTestingGetMessageRetType ¶ added in v0.5.0
type InquiryRegisterTestingGetMessageRetType = string
type InquirySuggestProduct ¶ added in v0.5.0
type InquirySuggestProduct struct { // The product's vendor name. // REQUIRED CompanyName InquirySuggestProductGetCompanyNameAttributeType `json:"companyName"` // A custom message. Message InquirySuggestProductGetMessageAttributeType `json:"message,omitempty"` // The name of the product. // REQUIRED Name InquirySuggestProductGetNameAttributeType `json:"name"` // Uniform Resource Locator. // REQUIRED Url InquirySuggestProductGetUrlAttributeType `json:"url"` }
InquirySuggestProduct Suggest a product.
func NewInquirySuggestProduct ¶ added in v0.5.0
func NewInquirySuggestProduct(companyName InquirySuggestProductGetCompanyNameArgType, name InquirySuggestProductGetNameArgType, url InquirySuggestProductGetUrlArgType) *InquirySuggestProduct
NewInquirySuggestProduct instantiates a new InquirySuggestProduct object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInquirySuggestProductWithDefaults ¶ added in v0.5.0
func NewInquirySuggestProductWithDefaults() *InquirySuggestProduct
NewInquirySuggestProductWithDefaults instantiates a new InquirySuggestProduct object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InquirySuggestProduct) GetCompanyName ¶ added in v0.5.0
func (o *InquirySuggestProduct) GetCompanyName() (ret InquirySuggestProductGetCompanyNameRetType)
GetCompanyName returns the CompanyName field value
func (*InquirySuggestProduct) GetCompanyNameOk ¶ added in v0.5.0
func (o *InquirySuggestProduct) GetCompanyNameOk() (ret InquirySuggestProductGetCompanyNameRetType, ok bool)
GetCompanyNameOk returns a tuple with the CompanyName field value and a boolean to check if the value has been set.
func (*InquirySuggestProduct) GetMessage ¶ added in v0.5.0
func (o *InquirySuggestProduct) GetMessage() (res InquirySuggestProductGetMessageRetType)
GetMessage returns the Message field value if set, zero value otherwise.
func (*InquirySuggestProduct) GetMessageOk ¶ added in v0.5.0
func (o *InquirySuggestProduct) GetMessageOk() (ret InquirySuggestProductGetMessageRetType, 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 (*InquirySuggestProduct) GetName ¶ added in v0.5.0
func (o *InquirySuggestProduct) GetName() (ret InquirySuggestProductGetNameRetType)
GetName returns the Name field value
func (*InquirySuggestProduct) GetNameOk ¶ added in v0.5.0
func (o *InquirySuggestProduct) GetNameOk() (ret InquirySuggestProductGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*InquirySuggestProduct) GetUrl ¶ added in v0.5.0
func (o *InquirySuggestProduct) GetUrl() (ret InquirySuggestProductGetUrlRetType)
GetUrl returns the Url field value
func (*InquirySuggestProduct) GetUrlOk ¶ added in v0.5.0
func (o *InquirySuggestProduct) GetUrlOk() (ret InquirySuggestProductGetUrlRetType, ok bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*InquirySuggestProduct) HasMessage ¶ added in v0.5.0
func (o *InquirySuggestProduct) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*InquirySuggestProduct) SetCompanyName ¶ added in v0.5.0
func (o *InquirySuggestProduct) SetCompanyName(v InquirySuggestProductGetCompanyNameRetType)
SetCompanyName sets field value
func (*InquirySuggestProduct) SetMessage ¶ added in v0.5.0
func (o *InquirySuggestProduct) SetMessage(v InquirySuggestProductGetMessageRetType)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*InquirySuggestProduct) SetName ¶ added in v0.5.0
func (o *InquirySuggestProduct) SetName(v InquirySuggestProductGetNameRetType)
SetName sets field value
func (*InquirySuggestProduct) SetUrl ¶ added in v0.5.0
func (o *InquirySuggestProduct) SetUrl(v InquirySuggestProductGetUrlRetType)
SetUrl sets field value
func (InquirySuggestProduct) ToMap ¶ added in v0.5.0
func (o InquirySuggestProduct) ToMap() (map[string]interface{}, error)
type InquirySuggestProductGetCompanyNameArgType ¶ added in v0.5.0
type InquirySuggestProductGetCompanyNameArgType = string
type InquirySuggestProductGetCompanyNameAttributeType ¶ added in v0.5.0
type InquirySuggestProductGetCompanyNameAttributeType = *string
isNotNullableString
type InquirySuggestProductGetCompanyNameRetType ¶ added in v0.5.0
type InquirySuggestProductGetCompanyNameRetType = string
type InquirySuggestProductGetMessageArgType ¶ added in v0.5.0
type InquirySuggestProductGetMessageArgType = string
type InquirySuggestProductGetMessageAttributeType ¶ added in v0.5.0
type InquirySuggestProductGetMessageAttributeType = *string
isNotNullableString
type InquirySuggestProductGetMessageRetType ¶ added in v0.5.0
type InquirySuggestProductGetMessageRetType = string
type InquirySuggestProductGetNameArgType ¶ added in v0.5.0
type InquirySuggestProductGetNameArgType = string
type InquirySuggestProductGetNameAttributeType ¶ added in v0.5.0
type InquirySuggestProductGetNameAttributeType = *string
isNotNullableString
type InquirySuggestProductGetNameRetType ¶ added in v0.5.0
type InquirySuggestProductGetNameRetType = string
type InquirySuggestProductGetUrlArgType ¶ added in v0.5.0
type InquirySuggestProductGetUrlArgType = string
type InquirySuggestProductGetUrlAttributeType ¶ added in v0.5.0
type InquirySuggestProductGetUrlAttributeType = *string
isNotNullableString
type InquirySuggestProductGetUrlRetType ¶ added in v0.5.0
type InquirySuggestProductGetUrlRetType = string
type ListCatalogProductsResponse ¶
type ListCatalogProductsResponse struct { // A pagination cursor that represents a position in the dataset. If given, results will be returned from the item after the cursor. If not given, results will be returned from the beginning. // REQUIRED Cursor ListCatalogProductsResponseGetCursorAttributeType `json:"cursor"` // REQUIRED Items ListCatalogProductsResponseGetItemsAttributeType `json:"items"` // Limit for returned Objects. // 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 = float64
type ListCatalogProductsResponseGetLimitAttributeType ¶ added in v0.3.1
type ListCatalogProductsResponseGetLimitAttributeType = *float64
isNumber
type ListCatalogProductsResponseGetLimitRetType ¶ added in v0.3.1
type ListCatalogProductsResponseGetLimitRetType = float64
type ListVendorSubscriptionsResponse ¶
type ListVendorSubscriptionsResponse struct { // A pagination cursor that represents a position in the dataset. If given, results will be returned from the item after the cursor. If not given, results will be returned from the beginning. // REQUIRED Cursor ListVendorSubscriptionsResponseGetCursorAttributeType `json:"cursor"` // List of subscriptions. // REQUIRED Items ListVendorSubscriptionsResponseGetItemsAttributeType `json:"items"` // Limit for returned Objects. // 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 = float64
type ListVendorSubscriptionsResponseGetLimitAttributeType ¶ added in v0.3.1
type ListVendorSubscriptionsResponseGetLimitAttributeType = *float64
isNumber
type ListVendorSubscriptionsResponseGetLimitRetType ¶ added in v0.3.1
type ListVendorSubscriptionsResponseGetLimitRetType = float64
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 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 NullableDeliveryMethod ¶ added in v0.5.0
type NullableDeliveryMethod struct {
// contains filtered or unexported fields
}
func NewNullableDeliveryMethod ¶ added in v0.5.0
func NewNullableDeliveryMethod(val *DeliveryMethod) *NullableDeliveryMethod
func (NullableDeliveryMethod) Get ¶ added in v0.5.0
func (v NullableDeliveryMethod) Get() *DeliveryMethod
func (NullableDeliveryMethod) IsSet ¶ added in v0.5.0
func (v NullableDeliveryMethod) IsSet() bool
func (NullableDeliveryMethod) MarshalJSON ¶ added in v0.5.0
func (v NullableDeliveryMethod) MarshalJSON() ([]byte, error)
func (*NullableDeliveryMethod) Set ¶ added in v0.5.0
func (v *NullableDeliveryMethod) Set(val *DeliveryMethod)
func (*NullableDeliveryMethod) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableDeliveryMethod) UnmarshalJSON(src []byte) error
func (*NullableDeliveryMethod) Unset ¶ added in v0.5.0
func (v *NullableDeliveryMethod) 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 NullableInquiryBecomeVendor ¶ added in v0.5.0
type NullableInquiryBecomeVendor struct {
// contains filtered or unexported fields
}
func NewNullableInquiryBecomeVendor ¶ added in v0.5.0
func NewNullableInquiryBecomeVendor(val *InquiryBecomeVendor) *NullableInquiryBecomeVendor
func (NullableInquiryBecomeVendor) Get ¶ added in v0.5.0
func (v NullableInquiryBecomeVendor) Get() *InquiryBecomeVendor
func (NullableInquiryBecomeVendor) IsSet ¶ added in v0.5.0
func (v NullableInquiryBecomeVendor) IsSet() bool
func (NullableInquiryBecomeVendor) MarshalJSON ¶ added in v0.5.0
func (v NullableInquiryBecomeVendor) MarshalJSON() ([]byte, error)
func (*NullableInquiryBecomeVendor) Set ¶ added in v0.5.0
func (v *NullableInquiryBecomeVendor) Set(val *InquiryBecomeVendor)
func (*NullableInquiryBecomeVendor) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableInquiryBecomeVendor) UnmarshalJSON(src []byte) error
func (*NullableInquiryBecomeVendor) Unset ¶ added in v0.5.0
func (v *NullableInquiryBecomeVendor) Unset()
type NullableInquiryContactSales ¶ added in v0.5.0
type NullableInquiryContactSales struct {
// contains filtered or unexported fields
}
func NewNullableInquiryContactSales ¶ added in v0.5.0
func NewNullableInquiryContactSales(val *InquiryContactSales) *NullableInquiryContactSales
func (NullableInquiryContactSales) Get ¶ added in v0.5.0
func (v NullableInquiryContactSales) Get() *InquiryContactSales
func (NullableInquiryContactSales) IsSet ¶ added in v0.5.0
func (v NullableInquiryContactSales) IsSet() bool
func (NullableInquiryContactSales) MarshalJSON ¶ added in v0.5.0
func (v NullableInquiryContactSales) MarshalJSON() ([]byte, error)
func (*NullableInquiryContactSales) Set ¶ added in v0.5.0
func (v *NullableInquiryContactSales) Set(val *InquiryContactSales)
func (*NullableInquiryContactSales) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableInquiryContactSales) UnmarshalJSON(src []byte) error
func (*NullableInquiryContactSales) Unset ¶ added in v0.5.0
func (v *NullableInquiryContactSales) Unset()
type NullableInquiryFormType ¶ added in v0.5.0
type NullableInquiryFormType struct {
// contains filtered or unexported fields
}
func NewNullableInquiryFormType ¶ added in v0.5.0
func NewNullableInquiryFormType(val *InquiryFormType) *NullableInquiryFormType
func (NullableInquiryFormType) Get ¶ added in v0.5.0
func (v NullableInquiryFormType) Get() *InquiryFormType
func (NullableInquiryFormType) IsSet ¶ added in v0.5.0
func (v NullableInquiryFormType) IsSet() bool
func (NullableInquiryFormType) MarshalJSON ¶ added in v0.5.0
func (v NullableInquiryFormType) MarshalJSON() ([]byte, error)
func (*NullableInquiryFormType) Set ¶ added in v0.5.0
func (v *NullableInquiryFormType) Set(val *InquiryFormType)
func (*NullableInquiryFormType) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableInquiryFormType) UnmarshalJSON(src []byte) error
func (*NullableInquiryFormType) Unset ¶ added in v0.5.0
func (v *NullableInquiryFormType) Unset()
type NullableInquiryRegisterTesting ¶ added in v0.5.0
type NullableInquiryRegisterTesting struct {
// contains filtered or unexported fields
}
func NewNullableInquiryRegisterTesting ¶ added in v0.5.0
func NewNullableInquiryRegisterTesting(val *InquiryRegisterTesting) *NullableInquiryRegisterTesting
func (NullableInquiryRegisterTesting) Get ¶ added in v0.5.0
func (v NullableInquiryRegisterTesting) Get() *InquiryRegisterTesting
func (NullableInquiryRegisterTesting) IsSet ¶ added in v0.5.0
func (v NullableInquiryRegisterTesting) IsSet() bool
func (NullableInquiryRegisterTesting) MarshalJSON ¶ added in v0.5.0
func (v NullableInquiryRegisterTesting) MarshalJSON() ([]byte, error)
func (*NullableInquiryRegisterTesting) Set ¶ added in v0.5.0
func (v *NullableInquiryRegisterTesting) Set(val *InquiryRegisterTesting)
func (*NullableInquiryRegisterTesting) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableInquiryRegisterTesting) UnmarshalJSON(src []byte) error
func (*NullableInquiryRegisterTesting) Unset ¶ added in v0.5.0
func (v *NullableInquiryRegisterTesting) Unset()
type NullableInquirySuggestProduct ¶ added in v0.5.0
type NullableInquirySuggestProduct struct {
// contains filtered or unexported fields
}
func NewNullableInquirySuggestProduct ¶ added in v0.5.0
func NewNullableInquirySuggestProduct(val *InquirySuggestProduct) *NullableInquirySuggestProduct
func (NullableInquirySuggestProduct) Get ¶ added in v0.5.0
func (v NullableInquirySuggestProduct) Get() *InquirySuggestProduct
func (NullableInquirySuggestProduct) IsSet ¶ added in v0.5.0
func (v NullableInquirySuggestProduct) IsSet() bool
func (NullableInquirySuggestProduct) MarshalJSON ¶ added in v0.5.0
func (v NullableInquirySuggestProduct) MarshalJSON() ([]byte, error)
func (*NullableInquirySuggestProduct) Set ¶ added in v0.5.0
func (v *NullableInquirySuggestProduct) Set(val *InquirySuggestProduct)
func (*NullableInquirySuggestProduct) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableInquirySuggestProduct) UnmarshalJSON(src []byte) error
func (*NullableInquirySuggestProduct) Unset ¶ added in v0.5.0
func (v *NullableInquirySuggestProduct) 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 NullableOrganizationId ¶ added in v1.1.0
type NullableOrganizationId struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationId ¶ added in v1.1.0
func NewNullableOrganizationId(val *OrganizationId) *NullableOrganizationId
func (NullableOrganizationId) Get ¶ added in v1.1.0
func (v NullableOrganizationId) Get() *OrganizationId
func (NullableOrganizationId) IsSet ¶ added in v1.1.0
func (v NullableOrganizationId) IsSet() bool
func (NullableOrganizationId) MarshalJSON ¶ added in v1.1.0
func (v NullableOrganizationId) MarshalJSON() ([]byte, error)
func (*NullableOrganizationId) Set ¶ added in v1.1.0
func (v *NullableOrganizationId) Set(val *OrganizationId)
func (*NullableOrganizationId) UnmarshalJSON ¶ added in v1.1.0
func (v *NullableOrganizationId) UnmarshalJSON(src []byte) error
func (*NullableOrganizationId) Unset ¶ added in v1.1.0
func (v *NullableOrganizationId) Unset()
type NullablePriceType ¶ added in v0.5.0
type NullablePriceType struct {
// contains filtered or unexported fields
}
func NewNullablePriceType ¶ added in v0.5.0
func NewNullablePriceType(val *PriceType) *NullablePriceType
func (NullablePriceType) Get ¶ added in v0.5.0
func (v NullablePriceType) Get() *PriceType
func (NullablePriceType) IsSet ¶ added in v0.5.0
func (v NullablePriceType) IsSet() bool
func (NullablePriceType) MarshalJSON ¶ added in v0.5.0
func (v NullablePriceType) MarshalJSON() ([]byte, error)
func (*NullablePriceType) Set ¶ added in v0.5.0
func (v *NullablePriceType) Set(val *PriceType)
func (*NullablePriceType) UnmarshalJSON ¶ added in v0.5.0
func (v *NullablePriceType) UnmarshalJSON(src []byte) error
func (*NullablePriceType) Unset ¶ added in v0.5.0
func (v *NullablePriceType) Unset()
type NullablePricingOptionUnit ¶ added in v0.5.0
type NullablePricingOptionUnit struct {
// contains filtered or unexported fields
}
func NewNullablePricingOptionUnit ¶ added in v0.5.0
func NewNullablePricingOptionUnit(val *PricingOptionUnit) *NullablePricingOptionUnit
func (NullablePricingOptionUnit) Get ¶ added in v0.5.0
func (v NullablePricingOptionUnit) Get() *PricingOptionUnit
func (NullablePricingOptionUnit) IsSet ¶ added in v0.5.0
func (v NullablePricingOptionUnit) IsSet() bool
func (NullablePricingOptionUnit) MarshalJSON ¶ added in v0.5.0
func (v NullablePricingOptionUnit) MarshalJSON() ([]byte, error)
func (*NullablePricingOptionUnit) Set ¶ added in v0.5.0
func (v *NullablePricingOptionUnit) Set(val *PricingOptionUnit)
func (*NullablePricingOptionUnit) UnmarshalJSON ¶ added in v0.5.0
func (v *NullablePricingOptionUnit) UnmarshalJSON(src []byte) error
func (*NullablePricingOptionUnit) Unset ¶ added in v0.5.0
func (v *NullablePricingOptionUnit) Unset()
type NullableProductLifecycleState ¶ added in v0.5.0
type NullableProductLifecycleState struct {
// contains filtered or unexported fields
}
func NewNullableProductLifecycleState ¶ added in v0.5.0
func NewNullableProductLifecycleState(val *ProductLifecycleState) *NullableProductLifecycleState
func (NullableProductLifecycleState) Get ¶ added in v0.5.0
func (v NullableProductLifecycleState) Get() *ProductLifecycleState
func (NullableProductLifecycleState) IsSet ¶ added in v0.5.0
func (v NullableProductLifecycleState) IsSet() bool
func (NullableProductLifecycleState) MarshalJSON ¶ added in v0.5.0
func (v NullableProductLifecycleState) MarshalJSON() ([]byte, error)
func (*NullableProductLifecycleState) Set ¶ added in v0.5.0
func (v *NullableProductLifecycleState) Set(val *ProductLifecycleState)
func (*NullableProductLifecycleState) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableProductLifecycleState) UnmarshalJSON(src []byte) error
func (*NullableProductLifecycleState) Unset ¶ added in v0.5.0
func (v *NullableProductLifecycleState) Unset()
type NullableProjectId ¶ added in v0.5.0
type NullableProjectId struct {
// contains filtered or unexported fields
}
func NewNullableProjectId ¶ added in v0.5.0
func NewNullableProjectId(val *ProjectId) *NullableProjectId
func (NullableProjectId) Get ¶ added in v0.5.0
func (v NullableProjectId) Get() *ProjectId
func (NullableProjectId) IsSet ¶ added in v0.5.0
func (v NullableProjectId) IsSet() bool
func (NullableProjectId) MarshalJSON ¶ added in v0.5.0
func (v NullableProjectId) MarshalJSON() ([]byte, error)
func (*NullableProjectId) Set ¶ added in v0.5.0
func (v *NullableProjectId) Set(val *ProjectId)
func (*NullableProjectId) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableProjectId) UnmarshalJSON(src []byte) error
func (*NullableProjectId) Unset ¶ added in v0.5.0
func (v *NullableProjectId) 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 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 NullableSubscriptionId ¶ added in v0.5.0
type NullableSubscriptionId struct {
// contains filtered or unexported fields
}
func NewNullableSubscriptionId ¶ added in v0.5.0
func NewNullableSubscriptionId(val *SubscriptionId) *NullableSubscriptionId
func (NullableSubscriptionId) Get ¶ added in v0.5.0
func (v NullableSubscriptionId) Get() *SubscriptionId
func (NullableSubscriptionId) IsSet ¶ added in v0.5.0
func (v NullableSubscriptionId) IsSet() bool
func (NullableSubscriptionId) MarshalJSON ¶ added in v0.5.0
func (v NullableSubscriptionId) MarshalJSON() ([]byte, error)
func (*NullableSubscriptionId) Set ¶ added in v0.5.0
func (v *NullableSubscriptionId) Set(val *SubscriptionId)
func (*NullableSubscriptionId) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableSubscriptionId) UnmarshalJSON(src []byte) error
func (*NullableSubscriptionId) Unset ¶ added in v0.5.0
func (v *NullableSubscriptionId) Unset()
type NullableSubscriptionLifecycleState ¶ added in v0.5.0
type NullableSubscriptionLifecycleState struct {
// contains filtered or unexported fields
}
func NewNullableSubscriptionLifecycleState ¶ added in v0.5.0
func NewNullableSubscriptionLifecycleState(val *SubscriptionLifecycleState) *NullableSubscriptionLifecycleState
func (NullableSubscriptionLifecycleState) Get ¶ added in v0.5.0
func (v NullableSubscriptionLifecycleState) Get() *SubscriptionLifecycleState
func (NullableSubscriptionLifecycleState) IsSet ¶ added in v0.5.0
func (v NullableSubscriptionLifecycleState) IsSet() bool
func (NullableSubscriptionLifecycleState) MarshalJSON ¶ added in v0.5.0
func (v NullableSubscriptionLifecycleState) MarshalJSON() ([]byte, error)
func (*NullableSubscriptionLifecycleState) Set ¶ added in v0.5.0
func (v *NullableSubscriptionLifecycleState) Set(val *SubscriptionLifecycleState)
func (*NullableSubscriptionLifecycleState) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableSubscriptionLifecycleState) UnmarshalJSON(src []byte) error
func (*NullableSubscriptionLifecycleState) Unset ¶ added in v0.5.0
func (v *NullableSubscriptionLifecycleState) 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 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 NullableVendorId ¶ added in v0.5.0
type NullableVendorId struct {
// contains filtered or unexported fields
}
func NewNullableVendorId ¶ added in v0.5.0
func NewNullableVendorId(val *VendorId) *NullableVendorId
func (NullableVendorId) Get ¶ added in v0.5.0
func (v NullableVendorId) Get() *VendorId
func (NullableVendorId) IsSet ¶ added in v0.5.0
func (v NullableVendorId) IsSet() bool
func (NullableVendorId) MarshalJSON ¶ added in v0.5.0
func (v NullableVendorId) MarshalJSON() ([]byte, error)
func (*NullableVendorId) Set ¶ added in v0.5.0
func (v *NullableVendorId) Set(val *VendorId)
func (*NullableVendorId) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableVendorId) UnmarshalJSON(src []byte) error
func (*NullableVendorId) Unset ¶ added in v0.5.0
func (v *NullableVendorId) 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 OrganizationId ¶ added in v1.1.0
type OrganizationId struct { }
OrganizationId The associated organization ID.
func NewOrganizationId ¶ added in v1.1.0
func NewOrganizationId() *OrganizationId
NewOrganizationId instantiates a new OrganizationId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationIdWithDefaults ¶ added in v1.1.0
func NewOrganizationIdWithDefaults() *OrganizationId
NewOrganizationIdWithDefaults instantiates a new OrganizationId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (OrganizationId) ToMap ¶ added in v1.1.0
func (o OrganizationId) ToMap() (map[string]interface{}, error)
type PriceType ¶ added in v0.5.0
type PriceType string
PriceType The product's price type.
const ( PRICETYPE_CONTRACT PriceType = "CONTRACT" PRICETYPE_FREE PriceType = "FREE" PRICETYPE_FREE_TRIAL PriceType = "FREE_TRIAL" PRICETYPE_BYOL PriceType = "BYOL" PRICETYPE_PAYG PriceType = "PAYG" )
List of priceType
func NewPriceTypeFromValue ¶ added in v0.5.0
NewPriceTypeFromValue returns a pointer to a valid PriceType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (PriceType) IsValid ¶ added in v0.5.0
IsValid return true if the value is valid for the enum, false otherwise
func (*PriceType) UnmarshalJSON ¶ added in v0.5.0
type PricingOptionUnit ¶ added in v0.5.0
type PricingOptionUnit string
PricingOptionUnit The interval to which the rate applies.
const (
PRICINGOPTIONUNIT_MONTH PricingOptionUnit = "month"
)
List of pricingOptionUnit
func NewPricingOptionUnitFromValue ¶ added in v0.5.0
func NewPricingOptionUnitFromValue(v string) (*PricingOptionUnit, error)
NewPricingOptionUnitFromValue returns a pointer to a valid PricingOptionUnit for the value passed as argument, or an error if the value passed is not allowed by the enum
func (PricingOptionUnit) IsValid ¶ added in v0.5.0
func (v PricingOptionUnit) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (PricingOptionUnit) Ptr ¶ added in v0.5.0
func (v PricingOptionUnit) Ptr() *PricingOptionUnit
Ptr returns reference to pricingOptionUnit value
func (*PricingOptionUnit) UnmarshalJSON ¶ added in v0.5.0
func (v *PricingOptionUnit) UnmarshalJSON(src []byte) error
type ProductLifecycleState ¶ added in v0.5.0
type ProductLifecycleState string
ProductLifecycleState The lifecycle state of the product.
const ( PRODUCTLIFECYCLESTATE_LIVE ProductLifecycleState = "PRODUCT_LIVE" PRODUCTLIFECYCLESTATE_PREVIEW ProductLifecycleState = "PRODUCT_PREVIEW" )
List of productLifecycleState
func NewProductLifecycleStateFromValue ¶ added in v0.5.0
func NewProductLifecycleStateFromValue(v string) (*ProductLifecycleState, error)
NewProductLifecycleStateFromValue returns a pointer to a valid ProductLifecycleState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ProductLifecycleState) IsValid ¶ added in v0.5.0
func (v ProductLifecycleState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ProductLifecycleState) Ptr ¶ added in v0.5.0
func (v ProductLifecycleState) Ptr() *ProductLifecycleState
Ptr returns reference to productLifecycleState value
func (*ProductLifecycleState) UnmarshalJSON ¶ added in v0.5.0
func (v *ProductLifecycleState) UnmarshalJSON(src []byte) error
type ProjectId ¶ added in v0.5.0
type ProjectId struct { }
ProjectId The associated project ID.
func NewProjectId ¶ added in v0.5.0
func NewProjectId() *ProjectId
NewProjectId instantiates a new ProjectId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProjectIdWithDefaults ¶ added in v0.5.0
func NewProjectIdWithDefaults() *ProjectId
NewProjectIdWithDefaults instantiates a new ProjectId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
type RegisterTesting ¶ added in v0.3.0
type RegisterTesting struct { // REQUIRED RegisterTesting RegisterTestingGetRegisterTestingAttributeType `json:"registerTesting"` // REQUIRED Type RegisterTestingGetTypeAttributeType `json:"type"` }
RegisterTesting Register for testing.
func NewRegisterTesting ¶ added in v0.3.0
func NewRegisterTesting(registerTesting RegisterTestingGetRegisterTestingArgType, types 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 = InquiryRegisterTesting
type RegisterTestingGetRegisterTestingAttributeType ¶ added in v0.3.1
type RegisterTestingGetRegisterTestingAttributeType = *InquiryRegisterTesting
isModel
type RegisterTestingGetRegisterTestingRetType ¶ added in v0.3.1
type RegisterTestingGetRegisterTestingRetType = InquiryRegisterTesting
type RegisterTestingGetTypeArgType ¶ added in v0.3.1
type RegisterTestingGetTypeArgType = InquiryFormType
type RegisterTestingGetTypeAttributeType ¶ added in v0.3.1
type RegisterTestingGetTypeAttributeType = *InquiryFormType
isEnumRef
type RegisterTestingGetTypeRetType ¶ added in v0.3.1
type RegisterTestingGetTypeRetType = InquiryFormType
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 SubscriptionId ¶ added in v0.5.0
type SubscriptionId struct { }
SubscriptionId The subscription ID.
func NewSubscriptionId ¶ added in v0.5.0
func NewSubscriptionId() *SubscriptionId
NewSubscriptionId instantiates a new SubscriptionId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSubscriptionIdWithDefaults ¶ added in v0.5.0
func NewSubscriptionIdWithDefaults() *SubscriptionId
NewSubscriptionIdWithDefaults instantiates a new SubscriptionId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (SubscriptionId) ToMap ¶ added in v0.5.0
func (o SubscriptionId) ToMap() (map[string]interface{}, error)
type SubscriptionLifecycleState ¶ added in v0.5.0
type SubscriptionLifecycleState string
SubscriptionLifecycleState Lifecycle state of the subscription.
const ( SUBSCRIPTIONLIFECYCLESTATE_PENDING SubscriptionLifecycleState = "SUBSCRIPTION_PENDING" SUBSCRIPTIONLIFECYCLESTATE_ACTIVE SubscriptionLifecycleState = "SUBSCRIPTION_ACTIVE" SUBSCRIPTIONLIFECYCLESTATE_INACTIVE SubscriptionLifecycleState = "SUBSCRIPTION_INACTIVE" SUBSCRIPTIONLIFECYCLESTATE_CANCELLING SubscriptionLifecycleState = "SUBSCRIPTION_CANCELLING" SUBSCRIPTIONLIFECYCLESTATE_CANCELLED SubscriptionLifecycleState = "SUBSCRIPTION_CANCELLED" SUBSCRIPTIONLIFECYCLESTATE_REJECTED SubscriptionLifecycleState = "SUBSCRIPTION_REJECTED" )
List of subscriptionLifecycleState
func NewSubscriptionLifecycleStateFromValue ¶ added in v0.5.0
func NewSubscriptionLifecycleStateFromValue(v string) (*SubscriptionLifecycleState, error)
NewSubscriptionLifecycleStateFromValue returns a pointer to a valid SubscriptionLifecycleState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (SubscriptionLifecycleState) IsValid ¶ added in v0.5.0
func (v SubscriptionLifecycleState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (SubscriptionLifecycleState) Ptr ¶ added in v0.5.0
func (v SubscriptionLifecycleState) Ptr() *SubscriptionLifecycleState
Ptr returns reference to subscriptionLifecycleState value
func (*SubscriptionLifecycleState) UnmarshalJSON ¶ added in v0.5.0
func (v *SubscriptionLifecycleState) UnmarshalJSON(src []byte) error
type SubscriptionProduct ¶
type SubscriptionProduct struct { // REQUIRED DeliveryMethod SubscriptionProductGetDeliveryMethodAttributeType `json:"deliveryMethod"` // REQUIRED LifecycleState SubscriptionProductGetLifecycleStateAttributeType `json:"lifecycleState"` // REQUIRED PriceType SubscriptionProductGetPriceTypeAttributeType `json:"priceType"` // Additional price type information. // REQUIRED PricingPlan SubscriptionProductGetPricingPlanAttributeType `json:"pricingPlan"` // The user-readable 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 provided plan ID. VendorPlanId SubscriptionProductGetVendorPlanIdAttributeType `json:"vendorPlanId,omitempty"` // The vendor provided product ID. VendorProductId SubscriptionProductGetVendorProductIdAttributeType `json:"vendorProductId,omitempty"` // Uniform Resource Locator. // REQUIRED VendorWebsiteUrl SubscriptionProductGetVendorWebsiteUrlAttributeType `json:"vendorWebsiteUrl"` }
SubscriptionProduct The product of a subscription
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) GetVendorPlanId ¶ added in v1.0.0
func (o *SubscriptionProduct) GetVendorPlanId() (res SubscriptionProductGetVendorPlanIdRetType)
GetVendorPlanId returns the VendorPlanId field value if set, zero value otherwise.
func (*SubscriptionProduct) GetVendorPlanIdOk ¶ added in v1.0.0
func (o *SubscriptionProduct) GetVendorPlanIdOk() (ret SubscriptionProductGetVendorPlanIdRetType, ok bool)
GetVendorPlanIdOk returns a tuple with the VendorPlanId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionProduct) GetVendorProductId ¶ added in v0.5.0
func (o *SubscriptionProduct) GetVendorProductId() (res SubscriptionProductGetVendorProductIdRetType)
GetVendorProductId returns the VendorProductId field value if set, zero value otherwise.
func (*SubscriptionProduct) GetVendorProductIdOk ¶ added in v0.5.0
func (o *SubscriptionProduct) GetVendorProductIdOk() (ret SubscriptionProductGetVendorProductIdRetType, ok bool)
GetVendorProductIdOk returns a tuple with the VendorProductId field value if set, nil otherwise 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) HasVendorPlanId ¶ added in v1.0.0
func (o *SubscriptionProduct) HasVendorPlanId() bool
HasVendorPlanId returns a boolean if a field has been set.
func (*SubscriptionProduct) HasVendorProductId ¶ added in v0.5.0
func (o *SubscriptionProduct) HasVendorProductId() bool
HasVendorProductId returns a boolean if a field 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) SetVendorPlanId ¶ added in v1.0.0
func (o *SubscriptionProduct) SetVendorPlanId(v SubscriptionProductGetVendorPlanIdRetType)
SetVendorPlanId gets a reference to the given string and assigns it to the VendorPlanId field.
func (*SubscriptionProduct) SetVendorProductId ¶ added in v0.5.0
func (o *SubscriptionProduct) SetVendorProductId(v SubscriptionProductGetVendorProductIdRetType)
SetVendorProductId gets a reference to the given string and assigns it to the VendorProductId field.
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 = DeliveryMethod
type SubscriptionProductGetDeliveryMethodAttributeType ¶ added in v0.3.1
type SubscriptionProductGetDeliveryMethodAttributeType = *DeliveryMethod
isEnumRef
type SubscriptionProductGetDeliveryMethodRetType ¶ added in v0.3.1
type SubscriptionProductGetDeliveryMethodRetType = DeliveryMethod
type SubscriptionProductGetLifecycleStateArgType ¶ added in v0.3.1
type SubscriptionProductGetLifecycleStateArgType = ProductLifecycleState
type SubscriptionProductGetLifecycleStateAttributeType ¶ added in v0.3.1
type SubscriptionProductGetLifecycleStateAttributeType = *ProductLifecycleState
isEnumRef
type SubscriptionProductGetLifecycleStateRetType ¶ added in v0.3.1
type SubscriptionProductGetLifecycleStateRetType = ProductLifecycleState
type SubscriptionProductGetPriceTypeArgType ¶ added in v0.3.1
type SubscriptionProductGetPriceTypeArgType = PriceType
type SubscriptionProductGetPriceTypeAttributeType ¶ added in v0.3.1
type SubscriptionProductGetPriceTypeAttributeType = *PriceType
isEnumRef
type SubscriptionProductGetPriceTypeRetType ¶ added in v0.3.1
type SubscriptionProductGetPriceTypeRetType = PriceType
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 SubscriptionProductGetVendorPlanIdArgType ¶ added in v1.0.0
type SubscriptionProductGetVendorPlanIdArgType = string
type SubscriptionProductGetVendorPlanIdAttributeType ¶ added in v1.0.0
type SubscriptionProductGetVendorPlanIdAttributeType = *string
isNotNullableString
type SubscriptionProductGetVendorPlanIdRetType ¶ added in v1.0.0
type SubscriptionProductGetVendorPlanIdRetType = string
type SubscriptionProductGetVendorProductIdArgType ¶ added in v0.5.0
type SubscriptionProductGetVendorProductIdArgType = string
type SubscriptionProductGetVendorProductIdAttributeType ¶ added in v0.5.0
type SubscriptionProductGetVendorProductIdAttributeType = *string
isNotNullableString
type SubscriptionProductGetVendorProductIdRetType ¶ added in v0.5.0
type SubscriptionProductGetVendorProductIdRetType = 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"` // REQUIRED Type SuggestProductGetTypeAttributeType `json:"type"` }
SuggestProduct Suggest a product.
func NewSuggestProduct ¶ added in v0.3.0
func NewSuggestProduct(suggestProduct SuggestProductGetSuggestProductArgType, types 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 = InquirySuggestProduct
type SuggestProductGetSuggestProductAttributeType ¶ added in v0.3.1
type SuggestProductGetSuggestProductAttributeType = *InquirySuggestProduct
isModel
type SuggestProductGetSuggestProductRetType ¶ added in v0.3.1
type SuggestProductGetSuggestProductRetType = InquirySuggestProduct
type SuggestProductGetTypeArgType ¶ added in v0.3.1
type SuggestProductGetTypeArgType = InquiryFormType
type SuggestProductGetTypeAttributeType ¶ added in v0.3.1
type SuggestProductGetTypeAttributeType = *InquiryFormType
isEnumRef
type SuggestProductGetTypeRetType ¶ added in v0.3.1
type SuggestProductGetTypeRetType = InquiryFormType
type VendorId ¶ added in v0.5.0
type VendorId struct { }
VendorId The vendor ID.
func NewVendorId ¶ added in v0.5.0
func NewVendorId() *VendorId
NewVendorId instantiates a new VendorId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVendorIdWithDefaults ¶ added in v0.5.0
func NewVendorIdWithDefaults() *VendorId
NewVendorIdWithDefaults instantiates a new VendorId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
type VendorSubscription ¶
type VendorSubscription struct { // REQUIRED LifecycleState VendorSubscriptionGetLifecycleStateAttributeType `json:"lifecycleState"` // REQUIRED OrganizationId VendorSubscriptionGetOrganizationIdAttributeType `json:"organizationId"` // REQUIRED Product VendorSubscriptionGetProductAttributeType `json:"product"` // REQUIRED ProjectId VendorSubscriptionGetProjectIdAttributeType `json:"projectId"` // REQUIRED SubscriptionId VendorSubscriptionGetSubscriptionIdAttributeType `json:"subscriptionId"` }
VendorSubscription struct for VendorSubscription
func NewVendorSubscription ¶
func NewVendorSubscription(lifecycleState VendorSubscriptionGetLifecycleStateArgType, organizationId VendorSubscriptionGetOrganizationIdArgType, 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) GetOrganizationId ¶ added in v1.1.0
func (o *VendorSubscription) GetOrganizationId() (ret VendorSubscriptionGetOrganizationIdRetType)
GetOrganizationId returns the OrganizationId field value
func (*VendorSubscription) GetOrganizationIdOk ¶ added in v1.1.0
func (o *VendorSubscription) GetOrganizationIdOk() (ret VendorSubscriptionGetOrganizationIdRetType, ok bool)
GetOrganizationIdOk returns a tuple with the OrganizationId 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) SetOrganizationId ¶ added in v1.1.0
func (o *VendorSubscription) SetOrganizationId(v VendorSubscriptionGetOrganizationIdRetType)
SetOrganizationId 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 = SubscriptionLifecycleState
type VendorSubscriptionGetLifecycleStateAttributeType ¶ added in v0.3.1
type VendorSubscriptionGetLifecycleStateAttributeType = *SubscriptionLifecycleState
isEnumRef
type VendorSubscriptionGetLifecycleStateRetType ¶ added in v0.3.1
type VendorSubscriptionGetLifecycleStateRetType = SubscriptionLifecycleState
type VendorSubscriptionGetOrganizationIdArgType ¶ added in v1.1.0
type VendorSubscriptionGetOrganizationIdArgType = OrganizationId
type VendorSubscriptionGetOrganizationIdAttributeType ¶ added in v1.1.0
type VendorSubscriptionGetOrganizationIdAttributeType = *OrganizationId
isModel
type VendorSubscriptionGetOrganizationIdRetType ¶ added in v1.1.0
type VendorSubscriptionGetOrganizationIdRetType = OrganizationId
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 = ProjectId
type VendorSubscriptionGetProjectIdAttributeType ¶ added in v0.3.1
type VendorSubscriptionGetProjectIdAttributeType = *ProjectId
isModel
type VendorSubscriptionGetProjectIdRetType ¶ added in v0.3.1
type VendorSubscriptionGetProjectIdRetType = ProjectId
type VendorSubscriptionGetSubscriptionIdArgType ¶ added in v0.3.1
type VendorSubscriptionGetSubscriptionIdArgType = SubscriptionId
type VendorSubscriptionGetSubscriptionIdAttributeType ¶ added in v0.3.1
type VendorSubscriptionGetSubscriptionIdAttributeType = *SubscriptionId
isModel
type VendorSubscriptionGetSubscriptionIdRetType ¶ added in v0.3.1
type VendorSubscriptionGetSubscriptionIdRetType = SubscriptionId
Source Files
¶
- api_default.go
- client.go
- configuration.go
- model_approve_subscription_payload.go
- model_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_delivery_method.go
- model_error_response.go
- model_inquiries_create_inquiry_payload.go
- model_inquiry_become_vendor.go
- model_inquiry_contact_sales.go
- model_inquiry_form_type.go
- model_inquiry_register_testing.go
- model_inquiry_suggest_product.go
- model_list_catalog_products_response.go
- model_list_vendor_subscriptions_response.go
- model_organization_id.go
- model_price_type.go
- model_pricing_option_unit.go
- model_product_lifecycle_state.go
- model_project_id.go
- model_register_testing.go
- model_resolve_customer_payload.go
- model_subscription_id.go
- model_subscription_lifecycle_state.go
- model_subscription_product.go
- model_suggest_product.go
- model_vendor_id.go
- model_vendor_subscription.go
- utils.go