Name | Type | Description | Notes |
---|---|---|---|
ClassId | string | The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. | [default to "marketplace.UseCaseVersion"] |
ObjectType | string | The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. | [default to "marketplace.UseCaseVersion"] |
Locales | Pointer to []MarketplaceUseCaseVersionLocale | [optional] | |
Resources | Pointer to []MarketplaceUseCaseVersionResource | [optional] | |
Version | Pointer to string | A string version for each use case. | [optional] |
Catalog | Pointer to NullableWorkflowCatalogRelationship | [optional] | |
UseCase | Pointer to NullableMarketplaceUseCaseRelationship | [optional] |
func NewMarketplaceUseCaseVersion(classId string, objectType string, ) *MarketplaceUseCaseVersion
NewMarketplaceUseCaseVersion instantiates a new MarketplaceUseCaseVersion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMarketplaceUseCaseVersionWithDefaults() *MarketplaceUseCaseVersion
NewMarketplaceUseCaseVersionWithDefaults instantiates a new MarketplaceUseCaseVersion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *MarketplaceUseCaseVersion) GetClassId() string
GetClassId returns the ClassId field if non-nil, zero value otherwise.
func (o *MarketplaceUseCaseVersion) GetClassIdOk() (*string, bool)
GetClassIdOk returns a tuple with the ClassId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MarketplaceUseCaseVersion) SetClassId(v string)
SetClassId sets ClassId field to given value.
func (o *MarketplaceUseCaseVersion) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *MarketplaceUseCaseVersion) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MarketplaceUseCaseVersion) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *MarketplaceUseCaseVersion) GetLocales() []MarketplaceUseCaseVersionLocale
GetLocales returns the Locales field if non-nil, zero value otherwise.
func (o *MarketplaceUseCaseVersion) GetLocalesOk() (*[]MarketplaceUseCaseVersionLocale, bool)
GetLocalesOk returns a tuple with the Locales field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MarketplaceUseCaseVersion) SetLocales(v []MarketplaceUseCaseVersionLocale)
SetLocales sets Locales field to given value.
func (o *MarketplaceUseCaseVersion) HasLocales() bool
HasLocales returns a boolean if a field has been set.
func (o *MarketplaceUseCaseVersion) SetLocalesNil(b bool)
SetLocalesNil sets the value for Locales to be an explicit nil
func (o *MarketplaceUseCaseVersion) UnsetLocales()
UnsetLocales ensures that no value is present for Locales, not even an explicit nil
func (o *MarketplaceUseCaseVersion) GetResources() []MarketplaceUseCaseVersionResource
GetResources returns the Resources field if non-nil, zero value otherwise.
func (o *MarketplaceUseCaseVersion) GetResourcesOk() (*[]MarketplaceUseCaseVersionResource, bool)
GetResourcesOk returns a tuple with the Resources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MarketplaceUseCaseVersion) SetResources(v []MarketplaceUseCaseVersionResource)
SetResources sets Resources field to given value.
func (o *MarketplaceUseCaseVersion) HasResources() bool
HasResources returns a boolean if a field has been set.
func (o *MarketplaceUseCaseVersion) SetResourcesNil(b bool)
SetResourcesNil sets the value for Resources to be an explicit nil
func (o *MarketplaceUseCaseVersion) UnsetResources()
UnsetResources ensures that no value is present for Resources, not even an explicit nil
func (o *MarketplaceUseCaseVersion) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *MarketplaceUseCaseVersion) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MarketplaceUseCaseVersion) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *MarketplaceUseCaseVersion) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *MarketplaceUseCaseVersion) GetCatalog() WorkflowCatalogRelationship
GetCatalog returns the Catalog field if non-nil, zero value otherwise.
func (o *MarketplaceUseCaseVersion) GetCatalogOk() (*WorkflowCatalogRelationship, bool)
GetCatalogOk returns a tuple with the Catalog field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MarketplaceUseCaseVersion) SetCatalog(v WorkflowCatalogRelationship)
SetCatalog sets Catalog field to given value.
func (o *MarketplaceUseCaseVersion) HasCatalog() bool
HasCatalog returns a boolean if a field has been set.
func (o *MarketplaceUseCaseVersion) SetCatalogNil(b bool)
SetCatalogNil sets the value for Catalog to be an explicit nil
func (o *MarketplaceUseCaseVersion) UnsetCatalog()
UnsetCatalog ensures that no value is present for Catalog, not even an explicit nil
func (o *MarketplaceUseCaseVersion) GetUseCase() MarketplaceUseCaseRelationship
GetUseCase returns the UseCase field if non-nil, zero value otherwise.
func (o *MarketplaceUseCaseVersion) GetUseCaseOk() (*MarketplaceUseCaseRelationship, bool)
GetUseCaseOk returns a tuple with the UseCase field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MarketplaceUseCaseVersion) SetUseCase(v MarketplaceUseCaseRelationship)
SetUseCase sets UseCase field to given value.
func (o *MarketplaceUseCaseVersion) HasUseCase() bool
HasUseCase returns a boolean if a field has been set.
func (o *MarketplaceUseCaseVersion) SetUseCaseNil(b bool)
SetUseCaseNil sets the value for UseCase to be an explicit nil
func (o *MarketplaceUseCaseVersion) UnsetUseCase()
UnsetUseCase ensures that no value is present for UseCase, not even an explicit nil